@charset "UTF-8";
/*

SASS_STYLE.SCSS CONTENTS

This file is set up for mobile-first coding. See below for file structure:

- Variables and mixins
- General
    This is where global styles go, as well as styles that apply to content
- Header
- Main Menu
- Footer
- Interior Pages
	- Sidebar
	- Pagination
- Home
- Media Queries
	- Tablet Portrait (768px); corresponds with Bootstrap 'sm'
	- Tablet Landscape (992px); corresponds with Bootstrap 'md'
	- Desktop (1200px); corresponds with Bootstrap 'lg'

*/
/*
	= Variables and mixins	
*******************************************************************************************/
/* Use this mixin when using webfonts that appear darker than in mockups (especially complex fonts) */
/* This is also useful when using light text against a dark background; this will make the text crisper and less fuzzy */
/*
	= General	
*******************************************************************************************/
/* line 53, ../sass/sass_style.scss */
html {
  overflow-x: hidden;
}

/* line 54, ../sass/sass_style.scss */
body {
  overflow: hidden;
}

/* line 55, ../sass/sass_style.scss */
.container {
  width: 100%;
  max-width: 1168px;
}

/* line 59, ../sass/sass_style.scss */
body {
  font: normal normal 300 16px/150% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  padding-bottom: 0;
  background-color: white;
}

/* line 65, ../sass/sass_style.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 69, ../sass/sass_style.scss */
.wp-caption {
  background-color: #fdfdfd;
  border: 1px solid #CDC1CF;
  padding: 5px;
  -webkit-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, 0.2);
}
/* line 76, ../sass/sass_style.scss */
.wp-caption img {
  width: 100%;
  height: auto;
}
/* line 80, ../sass/sass_style.scss */
.wp-caption .wp-caption-text {
  margin-bottom: 0;
  font-size: 12px;
  font-style: italic;
  color: #111;
}

/* line 87, ../sass/sass_style.scss */
.alignleft {
  float: left;
  margin-right: 10px;
}

/* line 91, ../sass/sass_style.scss */
.aligncenter {
  margin: 10px auto;
  display: block;
}

/* line 95, ../sass/sass_style.scss */
.alignright {
  float: right;
  margin-left: 10px;
}

/* line 99, ../sass/sass_style.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 103, ../sass/sass_style.scss */
a {
  color: #FF8805;
}
/* line 105, ../sass/sass_style.scss */
a:hover {
  text-decoration: underline;
  color: #FF8805;
}

/* line 110, ../sass/sass_style.scss */
em {
  font-style: italic;
}

/* line 113, ../sass/sass_style.scss */
strong {
  font-weight: bold;
}

/* line 116, ../sass/sass_style.scss */
p {
  margin-bottom: 15px;
}

/* line 119, ../sass/sass_style.scss */
blockquote, blockquote * {
  color: #000;
  font: normal normal 700 18px/130% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 15px 0;
}

/* line 124, ../sass/sass_style.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  margin: 30px 0 15px;
}

/* line 128, ../sass/sass_style.scss */
h2 {
  font-size: 30px;
}

/* line 129, ../sass/sass_style.scss */
h3 {
  font-size: 24px;
}

/* line 130, ../sass/sass_style.scss */
h4 {
  font-size: 20px;
}

/* line 131, ../sass/sass_style.scss */
h5 {
  font-size: 16px;
}

/* line 132, ../sass/sass_style.scss */
h6 {
  font-size: 14px;
  text-transform: uppercase;
}

/* line 134, ../sass/sass_style.scss */
> h2 {
  font-size: 40px;
}

/* line 135, ../sass/sass_style.scss */
ul {
  padding-left: 30px;
  list-style-type: square;
  color: #111;
  font: normal normal normal 15px/150% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
/* line 141, ../sass/sass_style.scss */
ul ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 145, ../sass/sass_style.scss */
ul ul ul {
  list-style-type: circle;
}

/* line 150, ../sass/sass_style.scss */
ol {
  padding-left: 30px;
  list-style-type: decimal;
  color: #111;
  font: normal normal normal 15px/150% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
}
/* line 156, ../sass/sass_style.scss */
ol ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 0;
}
/* line 160, ../sass/sass_style.scss */
ol ul ul {
  list-style-type: circle;
}
/* line 164, ../sass/sass_style.scss */
ol ol {
  padding-left: 20px;
}

/*
	= Header	
*******************************************************************************************/
/* line 173, ../sass/sass_style.scss */
.navbar-wrapper {
  position: static;
  background-color: black;
}

/* line 177, ../sass/sass_style.scss */
.navbar-wrapper .container {
  padding: 0;
}

/* line 180, ../sass/sass_style.scss */
.navbar {
  border: none;
  padding: 20px 0;
  margin: 0;
}

/* line 186, ../sass/sass_style.scss */
.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

/* line 192, ../sass/sass_style.scss */
.brand h1 {
  margin: 0 0 0 15px;
}
/* line 194, ../sass/sass_style.scss */
.brand h1 a {
  display: block;
  max-width: 80%;
  z-index: 999;
}

/*
	= Main Menu	
*******************************************************************************************/
/* line 207, ../sass/sass_style.scss */
.menu-collapser {
  display: none !important;
}

/* line 210, ../sass/sass_style.scss */
.navbar-toggle {
  background-color: transparent;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 999;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* line 220, ../sass/sass_style.scss */
.navbar-toggle .icon-bar {
  background-color: white;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  height: 4px;
  width: 24px;
}

/* line 229, ../sass/sass_style.scss */
ul.slimmenu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block !important;
}
/* line 235, ../sass/sass_style.scss */
ul.slimmenu li {
  position: relative;
  display: inline-block;
  background-color: #000;
}
/* line 239, ../sass/sass_style.scss */
ul.slimmenu li a {
  display: block;
  color: white;
  padding: 12px 64px 12px 16px;
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -webkit-transition: background-color 0.5s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 251, ../sass/sass_style.scss */
ul.slimmenu li a:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,212121+40,212121+60,000000+100 */
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #212121 40%, #212121 60%, #000000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000000 0%, #212121 40%, #212121 60%, #000000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000000 0%, #212121 40%, #212121 60%, #000000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  text-decoration: none;
}
/* line 261, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 100%;
  text-align: center;
  z-index: 999;
  cursor: pointer;
}
/* line 270, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
/* line 277, ../sass/sass_style.scss */
ul.slimmenu li .sub-collapser > i {
  color: #333;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}
/* line 285, ../sass/sass_style.scss */
ul.slimmenu li > ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999;
  width: 100%;
}
/* line 292, ../sass/sass_style.scss */
ul.slimmenu li > ul > li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 999;
  width: 100%;
}
/* line 302, ../sass/sass_style.scss */
ul.slimmenu > li {
  margin-right: -5px;
}
/* line 304, ../sass/sass_style.scss */
ul.slimmenu > li:last-child {
  margin-right: 0;
}
/* line 306, ../sass/sass_style.scss */
ul.slimmenu ul {
  margin: 0;
  list-style-type: none;
}
/* line 309, ../sass/sass_style.scss */
ul.slimmenu ul li {
  background-color: #666;
}
/* line 313, ../sass/sass_style.scss */
ul.slimmenu.collapsed li {
  display: block;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 319, ../sass/sass_style.scss */
ul.slimmenu.collapsed li a {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* line 326, ../sass/sass_style.scss */
ul.slimmenu.collapsed li .sub-collapser {
  height: 40px;
}
/* line 329, ../sass/sass_style.scss */
ul.slimmenu.collapsed li > ul {
  display: none;
  position: static;
}

/* line 336, ../sass/sass_style.scss */
.collapse-button {
  display: none;
}

/* line 339, ../sass/sass_style.scss */
.navbar-collapse {
  clear: both;
  box-shadow: none;
}

/*
	= Footer 	
*******************************************************************************************/
/* line 348, ../sass/sass_style.scss */
footer {
  text-align: center;
  border-top: 1px solid #E5E5E5;
}

/* line 352, ../sass/sass_style.scss */
#menu-footer-menu {
  margin: 20px auto;
}
/* line 354, ../sass/sass_style.scss */
#menu-footer-menu li {
  list-style: none;
  display: inline;
  margin-right: 10px;
}

/*
	= Interior pages 	
*******************************************************************************************/
/* line 365, ../sass/sass_style.scss */
.maincontent.lower {
  padding-bottom: 0;
}

/* line 368, ../sass/sass_style.scss */
h2.page-title {
  font: normal normal 700 36px/100% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

/* line 372, ../sass/sass_style.scss */
#primary {
  padding-bottom: 40px;
}

/* Portfolio */
/* line 378, ../sass/sass_style.scss */
.portfolio {
  text-align: center;
}
/* line 380, ../sass/sass_style.scss */
.portfolio #content {
  margin-top: 30px;
}

/* line 385, ../sass/sass_style.scss */
#sub-header .btn-big {
  margin: 10px 0 -15px;
  display: inline-block;
  background-color: white;
  display: block;
  color: #FF8805;
}

/* line 393, ../sass/sass_style.scss */
#filter-wrapper {
  margin: 0;
  background-color: #E5E5E5;
}
/* line 396, ../sass/sass_style.scss */
#filter-wrapper .container {
  margin-bottom: 0;
}

/* line 400, ../sass/sass_style.scss */
.searchandfilter {
  margin: 0;
}
/* line 402, ../sass/sass_style.scss */
.searchandfilter ul {
  padding: 0;
}
/* line 405, ../sass/sass_style.scss */
.searchandfilter > ul {
  padding-left: 0;
  text-align: left;
  display: block;
  position: relative;
}
/* line 410, ../sass/sass_style.scss */
.searchandfilter > ul > li {
  display: block;
  float: left;
  text-align: left;
}
/* line 414, ../sass/sass_style.scss */
.searchandfilter > ul > li li {
  position: relative;
}
/* line 416, ../sass/sass_style.scss */
.searchandfilter > ul > li li input {
  position: absolute;
}
/* line 419, ../sass/sass_style.scss */
.searchandfilter > ul > li li label {
  padding-left: 22px !important;
  font-size: 20px;
  font-weight: 300;
  cursor: pointer;
}
/* line 428, ../sass/sass_style.scss */
.searchandfilter input[type="checkbox"] {
  position: relative;
  display: none;
}
/* line 432, ../sass/sass_style.scss */
.searchandfilter input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #bbb;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.35);
}
/* line 450, ../sass/sass_style.scss */
.searchandfilter input[type="checkbox"]:checked + label:after {
  content: '';
  font-family: 'FontAwesome';
  color: #FF8805;
  background-color: black;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 464, ../sass/sass_style.scss */
.portfolio-inner {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  max-height: 400px;
}

/* line 470, ../sass/sass_style.scss */
.portfolio-meta {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 15px;
  color: white;
  transition: all 0.4s;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 482, ../sass/sass_style.scss */
.portfolio-meta h3 {
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-size: 22px !important;
  line-height: 110% !important;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
/* line 492, ../sass/sass_style.scss */
.portfolio-meta h4 {
  margin-top: 0;
  color: white;
  font-size: 18px;
}

/* line 499, ../sass/sass_style.scss */
.portfolio-inner:hover .portfolio-meta {
  top: 0;
}

/* Single Portfolio */
/* line 506, ../sass/sass_style.scss */
.single-portfolio .meta a {
  text-decoration: underline;
  margin-right: 4px;
}
/* line 511, ../sass/sass_style.scss */
.single-portfolio .modal-content {
  background-color: black;
}
/* line 514, ../sass/sass_style.scss */
.single-portfolio .modal-header {
  background-color: black;
  color: white;
  border-bottom: 0 none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 519, ../sass/sass_style.scss */
.single-portfolio .modal-header * {
  color: white;
}
/* line 523, ../sass/sass_style.scss */
.single-portfolio .modal-body {
  padding: 0;
}
/* line 526, ../sass/sass_style.scss */
.single-portfolio .vertical, .single-portfolio .horizontal {
  margin-bottom: 30px;
}

/* line 531, ../sass/sass_style.scss */
.vertical-secondary img {
  margin-bottom: 30px;
}

/* line 536, ../sass/sass_style.scss */
.horizontal-secondary img {
  width: 20%;
  padding: 0 15px 30px;
}

/* line 542, ../sass/sass_style.scss */
.main-vertical-centered .vertical-secondary {
  display: none;
}
/* line 545, ../sass/sass_style.scss */
.main-vertical-centered > div:first-child {
  float: none;
  margin: 0 auto;
}

/* line 550, ../sass/sass_style.scss */
.main-vertical {
  display: block;
  margin: 0 auto;
}

/* line 554, ../sass/sass_style.scss */
.modal-dialog {
  max-width: 1138px !important;
}
/* line 556, ../sass/sass_style.scss */
.modal-dialog img {
  margin: 0 auto;
}

/* line 560, ../sass/sass_style.scss */
.modal-backdrop.in {
  opacity: 0.9;
}

/* line 563, ../sass/sass_style.scss */
.close {
  opacity: 1;
  font-size: 37px;
}

/* line 567, ../sass/sass_style.scss */
#portfolio-meta {
  margin-bottom: 20px;
}
/* line 569, ../sass/sass_style.scss */
#portfolio-meta .btn-big {
  margin-top: 0;
}

/* line 574, ../sass/sass_style.scss */
#blog .meta + .meta {
  border-top: 0 none;
  padding-top: 0;
  margin-top: -5px;
}

/* Share Buttons */
/* line 581, ../sass/sass_style.scss */
.share-links {
  list-style-type: none;
  display: block;
  padding-left: 0;
  margin-top: 20px;
}
/* line 586, ../sass/sass_style.scss */
.share-links li {
  display: block;
  float: left;
  width: 50px;
  height: 40px;
  text-align: center;
}
/* line 592, ../sass/sass_style.scss */
.share-links li a {
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 45px;
  font-size: 28px;
  transition: opacity 0.5s;
}
/* line 600, ../sass/sass_style.scss */
.share-links li a:hover {
  opacity: 0.7;
}
/* line 605, ../sass/sass_style.scss */
.share-links .share-description {
  line-height: 45px;
  text-transform: uppercase;
  font-size: 36px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 300;
  padding-right: 10px;
  text-align: left;
}
/* line 615, ../sass/sass_style.scss */
.share-links .share-tw a {
  background-color: #00B2EE;
}
/* line 618, ../sass/sass_style.scss */
.share-links .share-fb a {
  background-color: #275D99;
}
/* line 621, ../sass/sass_style.scss */
.share-links .share-pt a {
  background-color: #DD2021;
}
/* line 624, ../sass/sass_style.scss */
.share-links .share-gp a {
  background-color: #EF4734;
}

/* Share Buttons for Blog */
/* line 629, ../sass/sass_style.scss */
.share-links-blog {
  list-style-type: none;
  display: block;
  padding-left: 0;
  margin: 20px 0 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 635, ../sass/sass_style.scss */
.share-links-blog li {
  float: left;
  display: block;
  width: 164px;
  height: 32px;
  margin: 0 15px 15px 0;
}
/* line 641, ../sass/sass_style.scss */
.share-links-blog li a {
  color: white;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s;
  position: relative;
}
/* line 648, ../sass/sass_style.scss */
.share-links-blog li a i {
  font-size: 20px;
  line-height: 32px;
  display: inline-block;
  height: 100%;
  width: 32px;
  position: absolute;
  top: 0;
  text-align: center;
  overflow: hidden;
}
/* line 659, ../sass/sass_style.scss */
.share-links-blog li a span {
  overflow: hidden;
  font: normal normal bold 17px/100% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  width: 132px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px;
  text-align: center;
  text-transform: uppercase;
}
/* line 672, ../sass/sass_style.scss */
.share-links-blog li a span strong {
  display: inline-block;
  width: 264px;
  margin-left: -72px;
  padding-top: 1px;
  transform: scale(0.6, 1);
  -webkit-transform: scale(0.6, 1);
  -moz-transform: scale(0.6, 1);
  -o-transform: scale(0.6, 1);
  -ms-transform: scale(0.6, 1);
}
/* line 684, ../sass/sass_style.scss */
.share-links-blog li a:hover {
  opacity: 0.7;
}
/* line 689, ../sass/sass_style.scss */
.share-links-blog .share-tw a {
  background-color: #00B2EE;
}
/* line 692, ../sass/sass_style.scss */
.share-links-blog .share-fb a {
  background-color: #275D99;
}
/* line 695, ../sass/sass_style.scss */
.share-links-blog .share-gp a {
  background-color: #EF4734;
}
/* line 697, ../sass/sass_style.scss */
.share-links-blog .share-gp a i {
  font-size: 17px;
}

/* Blog */
/* line 703, ../sass/sass_style.scss */
#sub-header {
  background-color: #FF8805;
  padding: 40px 0 35px;
}
/* line 706, ../sass/sass_style.scss */
#sub-header h2 {
  margin: 4px 0 0;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  font-size: 35px;
  text-transform: uppercase;
}
/* line 714, ../sass/sass_style.scss */
#sub-header a {
  color: white;
}
/* line 716, ../sass/sass_style.scss */
#sub-header a:hover {
  text-decoration: none;
}
/* line 720, ../sass/sass_style.scss */
#sub-header .bloglink {
  display: inline-block;
  background-color: white;
  color: #FF8805;
  padding: 7px 10px 0;
  margin-top: -6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 15px;
  transition: opacity 0.5s;
  margin-bottom: 5px;
}
/* line 732, ../sass/sass_style.scss */
#sub-header .bloglink:hover {
  opacity: 0.9;
}
/* line 736, ../sass/sass_style.scss */
#sub-header input {
  border: 0 none;
  padding: 12px 10px 8px;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 742, ../sass/sass_style.scss */
#sub-header label {
  width: 80%;
}
/* line 745, ../sass/sass_style.scss */
#sub-header .search-field {
  width: 100%;
  padding-left: 15px;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
}
/* line 759, ../sass/sass_style.scss */
#sub-header .search-submit {
  width: 20%;
  font-weight: 700;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: black;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 774, ../sass/sass_style.scss */
#blog article {
  margin: 30px 0 15px;
}
/* line 776, ../sass/sass_style.scss */
#blog article .col-sm-5 {
  max-height: 235px;
  overflow: hidden;
  margin-bottom: 15px;
}
/* line 780, ../sass/sass_style.scss */
#blog article .col-sm-5 img {
  margin: 0 auto;
  display: block;
}
/* line 785, ../sass/sass_style.scss */
#blog article h3.entry-title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
}
/* line 790, ../sass/sass_style.scss */
#blog article h3.entry-title a {
  color: black;
}
/* line 794, ../sass/sass_style.scss */
#blog article .read-more {
  display: inline-block;
  background-color: #FF8805;
  padding: 10px 60px 8px 20px;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 10px 0;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: opacity 0.5s;
}
/* line 810, ../sass/sass_style.scss */
#blog article .read-more:after {
  content: '\25b6';
  width: 36px;
  height: 100%;
  line-height: 46px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
/* line 821, ../sass/sass_style.scss */
#blog article .read-more:hover {
  opacity: 0.8;
  text-decoration: none;
}
/* line 827, ../sass/sass_style.scss */
#blog .meta {
  border-top: 1px solid #ccc;
  color: #777;
  border-bottom: 1px solid #ccc;
  padding: 8px 4px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 835, ../sass/sass_style.scss */
#blog .meta a {
  color: #777;
}

/* Staff */
/* line 842, ../sass/sass_style.scss */
.staff-member img {
  margin-bottom: 20px;
}

/* Sidebar
****************************************************/
/* line 850, ../sass/sass_style.scss */
#secondary {
  padding: 30px 15px 0;
}
/* line 852, ../sass/sass_style.scss */
#secondary a {
  color: #000;
}
/* line 855, ../sass/sass_style.scss */
#secondary h3.widget-title, #secondary .menu > li > a {
  margin-top: 0;
  background-color: #FF8805;
  position: relative;
  padding: 13px 15px 9px;
  text-transform: uppercase;
  color: white;
  font-size: 24px;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 865, ../sass/sass_style.scss */
#secondary h3.widget-title a, #secondary h3.widget-title a:hover, #secondary .menu > li > a a, #secondary .menu > li > a a:hover {
  color: white;
  text-decoration: none;
}
/* line 870, ../sass/sass_style.scss */
#secondary aside {
  background-color: #E5E5E5;
  padding: 0;
  margin-bottom: 30px;
}
/* line 874, ../sass/sass_style.scss */
#secondary aside ul {
  list-style: none;
}
/* line 878, ../sass/sass_style.scss */
#secondary li {
  list-style: none;
}
/* line 882, ../sass/sass_style.scss */
#secondary #categories-widget > ul {
  padding-bottom: 20px;
  padding-left: 0;
}
/* line 885, ../sass/sass_style.scss */
#secondary #categories-widget > ul ul {
  padding-left: 5px;
  padding-right: 5px;
}
/* line 888, ../sass/sass_style.scss */
#secondary #categories-widget > ul ul ul {
  padding-left: 20px;
  padding-right: 0;
}
/* line 893, ../sass/sass_style.scss */
#secondary #categories-widget > ul li {
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 896, ../sass/sass_style.scss */
#secondary #categories-widget > ul li a {
  display: block;
  margin-bottom: 8px;
  border-left: 5px solid transparent;
  padding-left: 5px;
  transition: border-left 0.5s;
}
/* line 902, ../sass/sass_style.scss */
#secondary #categories-widget > ul li a:hover {
  border-left: 5px solid #FF8805;
  text-decoration: none;
}
/* line 908, ../sass/sass_style.scss */
#secondary #categories-widget > ul li.current-cat > a {
  border-left: 5px solid #FF8805;
  font-weight: 700;
}
/* line 916, ../sass/sass_style.scss */
#secondary #archive-widget {
  background-color: transparent;
}
/* line 918, ../sass/sass_style.scss */
#secondary #archive-widget #yearDropdown {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#444444+0,444444+80,ffffff+80,ffffff+81,000000+81,000000+100 */
  background: #444444;
  /* Old browsers */
  background: -moz-linear-gradient(right, #000000 0px, #000000 36px, #ffffff 36px, #ffffff 37px, #444444 37px, #444444 100px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(right, #000000 0px, #000000 36px, #ffffff 36px, #ffffff 37px, #444444 37px, #444444 100px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to left, #000000 0px, #000000 36px, #ffffff 36px, #ffffff 37px, #444444 37px, #444444 100px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#444444',GradientType=1 );
  /* IE6-9 */
  color: white;
  width: 100%;
  border: 0 none;
  padding: 17px 12px 16px 20px;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-transform: uppercase;
}
/* line 933, ../sass/sass_style.scss */
#secondary #archive-widget #yearDropdown .caret {
  float: right;
  display: inline-block;
  margin-top: -12px;
  border-left-width: 6px;
  border-right-width: 6px;
  border-top-width: 6px;
}
/* line 942, ../sass/sass_style.scss */
#secondary #archive-widget .dropdown-menu {
  width: 100%;
  font-size: 18px;
}
/* line 947, ../sass/sass_style.scss */
#secondary #featured-widget {
  padding-bottom: 35px;
}
/* line 949, ../sass/sass_style.scss */
#secondary #featured-widget a {
  display: block;
  margin: 10px 15px -20px;
}
/* line 952, ../sass/sass_style.scss */
#secondary #featured-widget a:hover {
  text-decoration: none;
}
/* line 954, ../sass/sass_style.scss */
#secondary #featured-widget a:hover h4 {
  background-color: #444;
}
/* line 959, ../sass/sass_style.scss */
#secondary #featured-widget h4 {
  margin: 0;
  padding: 20px;
  background-color: black;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  transition: background-color 0.5s;
}
/* line 970, ../sass/sass_style.scss */
#secondary #twitter-widget .twitter-timeline {
  padding: 0 10px 10px !important;
}
/* line 974, ../sass/sass_style.scss */
#secondary .menu {
  padding-left: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 977, ../sass/sass_style.scss */
#secondary .menu a {
  border-left: 5px solid transparent;
  padding-left: 5px;
  display: block;
  transition: all 0.5s;
}
/* line 982, ../sass/sass_style.scss */
#secondary .menu a:hover {
  text-decoration: none;
  border-left: 5px solid #FF8805;
}
/* line 987, ../sass/sass_style.scss */
#secondary .menu ul {
  padding-left: 19px;
}
/* line 989, ../sass/sass_style.scss */
#secondary .menu ul a {
  font: normal normal 300 22px/120% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 5px;
}
/* line 993, ../sass/sass_style.scss */
#secondary .menu ul li.current-menu-item > a {
  border-left: 5px solid #FF8805;
}
/* line 998, ../sass/sass_style.scss */
#secondary .menu > li > ul {
  padding: 0 10px 10px 10px;
  margin-top: 20px;
}
/* line 1001, ../sass/sass_style.scss */
#secondary .menu > li > ul > li > a {
  font-weight: 700;
}

/* Pagination
****************************************************/
/* line 1012, ../sass/sass_style.scss */
.pagination {
  margin: 40px 0;
}

/* line 1015, ../sass/sass_style.scss */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #FF8805;
  border-color: #FF8805;
}

/* line 1019, ../sass/sass_style.scss */
.pagination > li > a, .pagination > li > span {
  background-color: #E5E5E5;
  border: 0 none;
  border-left: 1px solid #aaa;
  padding: 18px 16px;
  color: black;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1028, ../sass/sass_style.scss */
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: white;
  background-color: #aaa;
}

/* line 1032, ../sass/sass_style.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-left: 0 none;
}

/*
	= Home 	
*******************************************************************************************/
/* line 1040, ../sass/sass_style.scss */
.home-wrapper {
  text-align: center;
  padding-bottom: 30px;
}
/* line 1043, ../sass/sass_style.scss */
.home-wrapper h3 {
  padding: 30px 0;
  margin: 0;
  text-transform: uppercase;
  font: normal normal 700 24px/150% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1050, ../sass/sass_style.scss */
#mission-wrapper {
  background-color: #FF8805;
  text-align: center;
  padding: 30px 0;
}
/* line 1054, ../sass/sass_style.scss */
#mission-wrapper h2 {
  text-transform: uppercase;
  color: white;
  font: normal normal 700 18px/150% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
}

/* line 1062, ../sass/sass_style.scss */
#portfolio-wrapper {
  background: black url("../../images/portfolio-bg.jpg") no-repeat top center;
  background-size: 100% auto;
  min-height: 400px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1067, ../sass/sass_style.scss */
#portfolio-wrapper h3 {
  color: white;
  font-size: 35px;
}
/* line 1071, ../sass/sass_style.scss */
#portfolio-wrapper .portfolio-items {
  position: relative;
  max-height: 615px;
  overflow: hidden;
}
/* line 1075, ../sass/sass_style.scss */
#portfolio-wrapper .portfolio-items:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0+0,1+100 */
  background: -moz-linear-gradient(top, transparent 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

/* line 1091, ../sass/sass_style.scss */
.portfolio-item {
  max-width: 100%;
}

/* line 1094, ../sass/sass_style.scss */
#services-wrapper {
  background-color: white;
  color: black;
}
/* line 1097, ../sass/sass_style.scss */
#services-wrapper .row a {
  color: black;
  text-decoration: none;
  display: block;
}
/* line 1101, ../sass/sass_style.scss */
#services-wrapper .row a:hover {
  color: black;
  text-decoration: none;
}
/* line 1104, ../sass/sass_style.scss */
#services-wrapper .row a:hover .service-icon {
  background-color: #CC5A00;
  -webkit-box-shadow: 0px 0px 0px 15px #eee;
  -moz-box-shadow: 0px 0px 0px 15px #eee;
  box-shadow: 0px 0px 0px 15px #eee;
}
/* line 1112, ../sass/sass_style.scss */
#services-wrapper h4 {
  font: normal normal 700 24px/100% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
/* line 1116, ../sass/sass_style.scss */
#services-wrapper p {
  font: normal normal 300 18px/150% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 15px;
}

/* line 1121, ../sass/sass_style.scss */
.service-icon {
  width: 191px;
  height: 191px;
  display: block;
  margin: 0 auto;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  background: #FF8805 url("../../images/services-bg.png") no-repeat top center;
  transition: all 0.5s;
}
/* line 1131, ../sass/sass_style.scss */
.service-icon#web-design {
  background-position: center 50px;
}
/* line 1134, ../sass/sass_style.scss */
.service-icon#identity-design {
  background-position: center -190px;
}
/* line 1137, ../sass/sass_style.scss */
.service-icon#print-design {
  background-position: center -440px;
}

/* line 1141, ../sass/sass_style.scss */
#tagline-wrapper {
  background: white url("../../images/tagline-bg.jpg") no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  height: 145px;
  text-align: center;
}
/* line 1147, ../sass/sass_style.scss */
#tagline-wrapper blockquote {
  margin: 55px auto 0;
  border: 0 none;
  display: inline-block;
  background-color: black;
  color: white;
  font: normal normal 700 18px/100% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 20px 7px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}

/* line 1159, ../sass/sass_style.scss */
#blog-wrapper {
  background-color: white;
}
/* line 1161, ../sass/sass_style.scss */
#blog-wrapper .owl-carousel {
  margin-bottom: 0;
}
/* line 1163, ../sass/sass_style.scss */
#blog-wrapper .owl-carousel .slide-inner {
  padding: 0;
  position: relative;
  display: block;
  height: 240px;
}
/* line 1169, ../sass/sass_style.scss */
#blog-wrapper .owl-carousel .owl-nav div {
  top: 90px;
}
/* line 1173, ../sass/sass_style.scss */
#blog-wrapper h4 {
  background-color: black;
  color: white;
  padding: 15px 20px 12px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font: normal normal 700 16px/120% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1187, ../sass/sass_style.scss */
#staff-wrapper {
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1190, ../sass/sass_style.scss */
#staff-wrapper h3 {
  color: white;
}
/* line 1193, ../sass/sass_style.scss */
#staff-wrapper img {
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  margin-bottom: 30px;
}
/* line 1199, ../sass/sass_style.scss */
#staff-wrapper .col-xs-2 {
  position: relative;
}

/* line 1203, ../sass/sass_style.scss */
.staff-more {
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 30px;
  background-color: #FF8805;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  display: block;
  transition: background-color 0.5s;
  color: black;
}
/* line 1216, ../sass/sass_style.scss */
.staff-more:hover {
  background-color: #CC5A00;
  color: black;
}
/* line 1220, ../sass/sass_style.scss */
.staff-more span {
  position: absolute;
  top: 45%;
  /* fallback */
  top: calc(50% - 11px);
  display: inline-block;
  width: 100%;
  left: 0;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1231, ../sass/sass_style.scss */
.staff-more span:after {
  content: '\00a0\00bb';
}

/* line 1236, ../sass/sass_style.scss */
#clients-wrapper {
  background-color: white;
}
/* line 1240, ../sass/sass_style.scss */
#clients-wrapper .flexslider .slides > li {
  width: auto !important;
}
/* line 1243, ../sass/sass_style.scss */
#clients-wrapper .flexslider .slides img {
  height: 150px;
  width: auto;
}
/* line 1249, ../sass/sass_style.scss */
#clients-wrapper .owl-carousel {
  width: 60%;
  margin: 0 auto;
  max-height: 150px;
}
/* line 1253, ../sass/sass_style.scss */
#clients-wrapper .owl-carousel .owl-stage-outer {
  max-height: 150px;
}
/* line 1256, ../sass/sass_style.scss */
#clients-wrapper .owl-carousel .owl-item img {
  width: auto !important;
  height: 150px;
}

/* line 1263, ../sass/sass_style.scss */
.owl-nav div {
  opacity: 1;
  width: 50px;
  height: 50px;
  text-indent: -9999px;
  text-align: left;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  position: absolute;
  top: 50px;
}
/* line 1276, ../sass/sass_style.scss */
.owl-nav div:link, .owl-nav div:active, .owl-nav div:hover, .owl-nav div:focus {
  outline: none;
}
/* line 1280, ../sass/sass_style.scss */
.owl-nav .owl-next {
  right: -50px;
  border: 7px solid #ccc;
  border-left-color: transparent;
  border-top-color: transparent;
}
/* line 1285, ../sass/sass_style.scss */
.owl-nav .owl-next:hover {
  border-right-color: #999;
  border-bottom-color: #999;
}
/* line 1290, ../sass/sass_style.scss */
.owl-nav .owl-prev {
  left: -50px;
  border: 7px solid #ccc;
  border-right-color: transparent;
  border-bottom-color: transparent;
}

/* line 1297, ../sass/sass_style.scss */
#connect-wrapper {
  background-color: black;
}
/* line 1299, ../sass/sass_style.scss */
#connect-wrapper h3 {
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1303, ../sass/sass_style.scss */
#connect-wrapper h5 {
  text-transform: uppercase;
  font: normal normal 500 17px/100% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  margin: 50px 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 1311, ../sass/sass_style.scss */
#connect-wrapper #mc_embed_signup input {
  height: 38px;
  display: inline-block;
  vertical-align: middle;
}
/* line 1316, ../sass/sass_style.scss */
#connect-wrapper #mc_embed_signup #mce-EMAIL {
  margin: 30px 0;
  padding: 13px 12px 15px;
  font: normal normal 300 17px/100% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 0 none;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  max-width: 50%;
}
/* line 1329, ../sass/sass_style.scss */
#connect-wrapper #mc_embed_signup .btn-big {
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  font-size: 17px;
  padding: 11px 12px 15px;
  display: inline-block;
}

/* line 1343, ../sass/sass_style.scss */
.social {
  list-style-type: none;
  padding-left: 0;
}
/* line 1346, ../sass/sass_style.scss */
.social li {
  display: inline-block;
  padding: 0 5px;
}
/* line 1350, ../sass/sass_style.scss */
.social a {
  color: white;
  -webkit-border-radius: 99px;
  -moz-border-radius: 99px;
  border-radius: 99px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 56px;
  font-size: 30px;
  text-align: center;
}
/* line 1361, ../sass/sass_style.scss */
.social a:hover {
  opacity: 0.8;
}
/* line 1365, ../sass/sass_style.scss */
.social .sm-fb a {
  background-color: #375d9a;
}
/* line 1368, ../sass/sass_style.scss */
.social .sm-tw a {
  background-color: #00ace1;
}
/* line 1371, ../sass/sass_style.scss */
.social .sm-pt a {
  background-color: #d22325;
}
/* line 1374, ../sass/sass_style.scss */
.social .sm-ig a {
  background-color: #397298;
}

/* line 1378, ../sass/sass_style.scss */
.btn-big {
  background-color: #FF8805;
  color: white;
  margin: 30px 0;
  font: normal normal 700 18px/100% "Hind", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 25px 40px 20px;
  transition: background-color 0.5s;
  display: block;
}
/* line 1388, ../sass/sass_style.scss */
.btn-big:hover {
  background-color: #CC5A00;
  text-decoration: none;
  color: white;
}
/* line 1393, ../sass/sass_style.scss */
.btn-big:after {
  content: '\00a0\00bb';
}

/*
	= Media Queries	
*******************************************************************************************/
@media (min-width: 768px) {
  /* Tablet Portrait */
  /* line 1404, ../sass/sass_style.scss */
  .brand h1 a {
    max-width: none;
  }

  /* line 1409, ../sass/sass_style.scss */
  .btn-big {
    display: inline-block;
  }

  /* line 1413, ../sass/sass_style.scss */
  #mission-wrapper h2 {
    font-size: 24px;
  }

  /* line 1417, ../sass/sass_style.scss */
  #tagline-wrapper {
    height: 332px;
  }
  /* line 1419, ../sass/sass_style.scss */
  #tagline-wrapper blockquote {
    font-size: 40px;
    margin: 138px auto 0;
    padding: 10px 20px 4px;
  }

  /* line 1426, ../sass/sass_style.scss */
  #connect-wrapper h5 {
    font-size: 20px;
  }
  /* line 1430, ../sass/sass_style.scss */
  #connect-wrapper #mc_embed_signup input {
    height: 69px;
  }
  /* line 1433, ../sass/sass_style.scss */
  #connect-wrapper #mc_embed_signup #mce-EMAIL {
    margin: 30px 0;
    padding: 25px 40px 20px;
    font-size: 22px;
  }
  /* line 1438, ../sass/sass_style.scss */
  #connect-wrapper #mc_embed_signup .btn-big {
    font-size: 22px;
    padding: 25px 40px 20px;
  }

  /* line 1445, ../sass/sass_style.scss */
  #clients-wrapper .owl-carousel {
    width: 83%;
  }

  /* line 1451, ../sass/sass_style.scss */
  .add-line > div:first-child {
    border-right: 1px solid #979797;
  }
  /* line 1454, ../sass/sass_style.scss */
  .add-line > div:last-child {
    border-left: 1px solid #979797;
    margin-left: -1px;
  }

  /* line 1460, ../sass/sass_style.scss */
  .three-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }

  /* line 1469, ../sass/sass_style.scss */
  .searchandfilter h4 {
    position: absolute;
    top: 8px;
  }

  /* line 1475, ../sass/sass_style.scss */
  .searchandfilter > ul > li:first-child {
    width: 50%;
    padding-top: 40px;
    -moz-column-count: 3;
    -moz-column-gap: 30px;
    -webkit-column-count: 3;
    -webkit-column-gap: 30px;
    column-count: 3;
    column-gap: 30px;
    border-right: 1px solid white;
  }
  /* line 1486, ../sass/sass_style.scss */
  .searchandfilter > ul > li:last-child {
    width: 50%;
    padding-top: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
    padding-left: 15px;
    margin-left: -1px;
    border-left: 1px solid white;
  }

  /* line 1501, ../sass/sass_style.scss */
  #sub-header .btn-big {
    margin: -15px 0;
  }

  /* line 1506, ../sass/sass_style.scss */
  .social a {
    width: 78px;
    height: 78px;
    line-height: 88px;
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  /* Tablet Landscape */
  /* line 1516, ../sass/sass_style.scss */
  #clients-wrapper .owl-carousel {
    width: 87%;
  }
}
@media (min-width: 1200px) {
  /* Desktop */
  /* line 1522, ../sass/sass_style.scss */
  ul.slimmenu {
    display: inline-block;
    text-align: right;
  }
  /* line 1525, ../sass/sass_style.scss */
  ul.slimmenu li {
    /* Request Estimate button */
  }
  /* line 1526, ../sass/sass_style.scss */
  ul.slimmenu li a {
    padding: 19px 11px;
  }
  /* line 1529, ../sass/sass_style.scss */
  ul.slimmenu li > ul {
    left: -40px;
    text-align: left;
  }
  /* line 1532, ../sass/sass_style.scss */
  ul.slimmenu li > ul > li ul {
    left: 82%;
  }
  /* line 1536, ../sass/sass_style.scss */
  ul.slimmenu li ul.sub-menu {
    width: 260px;
    display: none !important;
  }
  /* line 1539, ../sass/sass_style.scss */
  ul.slimmenu li ul.sub-menu li a {
    width: 220px;
  }
  /* line 1543, ../sass/sass_style.scss */
  ul.slimmenu li .sub-collapser {
    display: none;
  }
  /* line 1547, ../sass/sass_style.scss */
  ul.slimmenu li:last-child {
    margin-left: 10px;
  }
  /* line 1549, ../sass/sass_style.scss */
  ul.slimmenu li:last-child a {
    background-color: #343434;
    color: #a9a9a9;
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 12px 20px 10px;
    transition: all 0.2s;
  }
  /* line 1558, ../sass/sass_style.scss */
  ul.slimmenu li:last-child a:hover {
    background: #FF8805;
    border-color: #FF8805;
    color: black;
  }

  /* line 1567, ../sass/sass_style.scss */
  .btn-big {
    font-size: 22px;
  }

  /* line 1571, ../sass/sass_style.scss */
  .home-wrapper h3 {
    font-size: 50px;
  }

  /* line 1576, ../sass/sass_style.scss */
  #mission-wrapper h2 {
    font-size: 35px;
  }

  /* line 1580, ../sass/sass_style.scss */
  #tagline-wrapper {
    height: 695px;
  }
  /* line 1582, ../sass/sass_style.scss */
  #tagline-wrapper blockquote {
    font-size: 80px;
    margin: 290px auto 0;
    padding: 10px 20px 0;
  }

  /* line 1589, ../sass/sass_style.scss */
  .staff-more span {
    font-size: 24px;
    top: calc(50% - 8px);
  }

  /* line 1595, ../sass/sass_style.scss */
  #clients-wrapper .owl-carousel {
    width: 100%;
  }

  /* line 1600, ../sass/sass_style.scss */
  #secondary h3.widget-title, #secondary .menu > li > a {
    padding: 20px 35px 13px;
    margin-right: -20px;
  }
  /* line 1603, ../sass/sass_style.scss */
  #secondary h3.widget-title:after, #secondary .menu > li > a:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #b25900 transparent transparent transparent;
    content: '';
    position: absolute;
    right: 0;
    bottom: -20px;
  }
  /* line 1615, ../sass/sass_style.scss */
  #secondary #categories-widget > ul ul {
    padding-left: 25px;
    padding-right: 25px;
  }
  /* line 1619, ../sass/sass_style.scss */
  #secondary #featured-widget a {
    margin: 30px 35px 0;
  }
  /* line 1622, ../sass/sass_style.scss */
  #secondary .menu > li > ul {
    padding: 0 20px 20px 30px;
  }
}
@media (max-width: 1200px) {
  /* line 1628, ../sass/sass_style.scss */
  .navbar-toggle {
    display: block;
  }

  /* line 1631, ../sass/sass_style.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 1634, ../sass/sass_style.scss */
  .collapse.in {
    display: block !important;
  }

  /* line 1637, ../sass/sass_style.scss */
  .navbar-header {
    float: none;
  }
}
