@charset "UTF-8";
/* CSS Document */

/* ---- Defaults / Globals---- */
html, body {
	height: 100%;
	font-size: 100% !important;
}

a:focus, a:hover, a:active {
	outline: 0 !important;
	border:none !important;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.section-h1 {
  font-family: "cubano-sharp",sans-serif;
  font-size: 2.5em;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 60px;
  position: relative;
  z-index: 1;
}

.section-h1 > h1 {
  margin: 0;
}

.body-p {
  display: block;
  font-family: "adelle-sans",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

/* ---- PrettyPhoto Lightbox ---- */

.pp_nav p, .ppt, .pp_description, .pp_description > a, .currentTextHolder {
  display: inline-block !important;
  font-family: "raleway",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.ppt {
  font-size: 17px !important;
  font-weight: 500;
  margin-bottom: 0 !important;
  margin-left: 20px !important;
}

.pp_nav {
  margin-bottom: 5px;
}

.pp_top {
  height: 5px !important;
}

.pp_bottom {
  height: 5px !important;
}

.pp_top .pp_left, .pp_top .pp_middle, .pp_top .pp_right {
  height: 5px !important;
}

.pp_bottom .pp_left, .pp_bottom .pp_middle, .pp_bottom .pp_right {
  height: 5px !important;
}

.currentTextHolder {
  color: #fff !important;
  line-height: 0.8 !important;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.pp_content_container .pp_details {
	margin-bottom:0 !important;
}

.pp_overlay {
  z-index: 9999 !important;
}		

div.dark_rounded .pp_description {
  margin-bottom: 5px;
  margin-right: 70px !important;
  margin-top: 5px;
}

.pp_description > a {
  color: #646fff;
}

.pp_thumbhide {
  display: none;
}

.pp_social {
  clear:left;
}

/* ---- PrettyPhoto Fonts ---- */
	
.vertical-center {
	min-height: 100%;
/*	min-height: 100vh;
*/	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex; 
	-webkit-box-align : center;
	-webkit-align-items : center;
	-moz-box-align : center;
	-ms-flex-align : center;
	align-items : center;
	width: 100%;
	-webkit-box-pack : center;
	-moz-box-pack : center;
	-ms-flex-pack : center;
	-webkit-justify-content : center;
	justify-content : center;
}

.vertical-center {
  height:100%;
  width:100%;
  text-align: center;
}

.vertical-center:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.vertical-center > .title {
  max-width: 100%;

  display: inline-block;
  vertical-align: middle;
  font: 1em/1;
}

/* ---- Stellar Parallax ---- */

.photo {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  width: 100%;
}

/* ---- Navigation ---- */

#nav {
  position: relative;
  z-index: 9999;
}

.navbar {
  background: none repeat scroll 0 0 rgba(13, 10, 9, 0.9);
  border: medium none;
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  padding-top: 5px;
  position: relative;
  width: 100%;
  z-index: 9999;
}

.navbar-brand {
    font-weight: 700;
}

.site-logo {
  position: relative;
  z-index: 999;
}

.navbar-custom ul.nav li a {
  color: #f0f0f0;
  font-family: "proxima-nova",sans-serif;
  font-size: 1.813em;
  font-style: normal;
  font-weight: 300;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.navbar-custom ul.nav ul.dropdown-menu {
	border-radius: 0;	
	margin-top: 21px;
	border-top: none;
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;
}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 20px;
}

.nav > li {
  margin-left: 30px;
  margin-top: 5px;
}

.nav > li:last-child {
  margin-right: 15px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
	background: #fefefe;
}

.nav > li > a:hover, .nav > li > a:focus {
  background: none;
}

.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus, .navbar-custom .navbar-nav > li > a:hover, navbar-custom .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #646fff;
}

.navbar-toggle {
  border: 1px solid #646fff !important;
  border-radius: 0;
  color: #f0f0f0;
  font-size: 17px;
  margin: 14px 15px 0;
  padding: 3px 11px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #2a3189;
  border-color: #2a3189 !important;
}

.collapsing {
  overflow: visible;
}

/* ---- Back to Top ---- */

.back-to-top {
  background-color: rgba(255, 255, 255, 1);
  border: 3px solid #2e3192 !important;
  border-radius: 100%;
  bottom: 17px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  color: #2e3192;
  display: none;
  height: 60px;
  margin: 0;
  opacity: 0.5;
  position: fixed;
  right: 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  width: 60px;
  z-index: 100;
  -webkit-transition:all .15s ease 0s;
  -moz-transition:all .15s ease 0s;
  -ms-transition:all .15s ease 0s;
  -o-transition:all .15s ease 0s;
  transition: all .15s ease 0s;
}

.back-to-top:hover {
  background: #2e3192 none repeat scroll 0 0;
  border: 3px solid #2e3192 !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.35) inset, 0 2px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  opacity: 1;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.35);
}

.back-to-top i {
  font-size: 50px;
}

/* ---- Header ---- */

.intro::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAEklEQVQImWOwsLBwYMAHhowCAIR5BlmJEE4ZAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 111px rgba(0, 0, 0, 0.25) inset;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.intro {
  background-color: #b19c93;
  background-image: url("../img/h1.png");
  background-position: 80% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

.left-border, .right-border {
  background: none repeat scroll 0 0 content-box #fff;
  height: 3px;
  margin-top: 17px;
}

.bottomleft, .bottomright {
  margin-top: 15px;
}

.topleft, .bottomleft {
  padding-left: 20px;
  padding-right: 0;
}

.topright, .bottomright {
  padding-left: 0;
  padding-right: 20px;
}

.introtext {
  color: #fff;
  font-family: "proxima-nova",sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
}

.hello {
	font-size: 2.250em;
}

.name {
  font-size: 8.063em;
  font-weight: 700;
}

.title {
	font-size: 2.063em;
}

.btn {
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.btn-circle {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 2em;
  height: 2em;
  margin-top: 0.75em;
  padding: 0.15em 0 0;
  width: 2em;
}

.btn-circle:hover, .btn-circle:focus {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  border: 3px solid #fff !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.btn-circle:active {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
  border: 3px solid #fff !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* ---- Content ---- */

/*.section-group {
  display: inline-block;
  margin-bottom: 30px;
}*/

.content {
  position: absolute;
  top: 100%;
  width: 100%;
}

/* ---- About ---- */

.about-section {
  background: none repeat scroll 0 0 #f0f0f0;
  padding-top: 70px;
}

/* ---- Quote 1 ---- */

.quote1::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWNgYGBoYGBgYGAAAAMKAIHrxPVSAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 150px rgba(255, 255, 255, 0.15) inset;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.quote1-text {
  margin-top: 90px;
}

.quote1 {
  background-color: #1c1c1c;
  background-image: url("../img/q1.jpg");
}

.quote-icon {
	color: #fff;
}

.quote {
  font-size: 0.9em;
  position: relative;
  top: 1px;
}

.quote-title {
  color: #fff;
  font-family: "raleway",sans-serif;
  font-size: 2.250em;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.quote-p {
  color: #fff;
  font-family: "raleway",sans-serif;
  font-size: 1.125em;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
}

.quote-left-border, .quote-right-border {
  background: none repeat scroll 0 0 content-box #fff;
  height: 1px;
  margin-top: 13px;
}

/* ---- Services ---- */

.services-section::before {
  background: none no-repeat scroll 0 0 content-box #fff;
  content: "";
  height: 100%;
  left: 0;
  padding-left: 3%;
  padding-right: 3%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.services-section {
	padding-top: 70px;
	background: #f0f0f0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjBmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 );
	position: relative;
}

.service-icon {
  background: none repeat scroll 0 0 #fff;
  border: 4px solid #2e3192;
  border-radius: 100%;
  -webkit-border-radius:100%;
  -moz-border-radius:100%;
  -o-border-radius:100%;  
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.35) inset, 0 2px 0 rgba(0, 0, 0, 0.35);
  color: #2e3192;
  display: table-cell;
  font-size: 45px;
  height: 60px;
  padding: 30px;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  width: 60px;
}

.service-icon:hover {
  background: none repeat scroll 0 0 #2e3192;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.35) inset, 0 2px 0 rgba(0, 0, 0, 0.35);
  color: #fff;
  text-shadow: 0 -2px 0 rgba(0, 0, 0, 0.35);
}

.resize {
  padding-left: 33px;
  padding-right: 33px;
}

.fix-editor {
  display:none;
}

.icon-wrapper {
  display: table;
  margin: 0 auto;
  position: relative;
}

.services-h2 {
	font-size: 26px;
	font-family: "raleway",sans-serif;
	font-style: normal;
	font-weight: 600;
}

/* ---- Quote 2 ---- */

.quote2::before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAIklEQVQYlWNgIAeoqKj42tvb++JUYG9v7xsZGYlbwWCzEwAvxghLkiUsLwAAAABJRU5ErkJggg==") repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.6) inset;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.quote2 {
	background-image: url('../img/q2.jpg');
	background-color: #874b14;
}

.quote2-text {
  margin-top: 90px;
}

/* ---- Portfolio ---- */

.portfolio-section {
	padding-top: 70px;
	background: #4e5b5c;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRlNWI1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iIzA5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #4e5b5c 0%, #099999 65%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4e5b5c), color-stop(65%,#099999), color-stop(100%,#e0e0e0));
	background: -webkit-linear-gradient(top,  #4e5b5c 0%,#099999 65%,#e0e0e0 100%);
	background: -o-linear-gradient(top,  #4e5b5c 0%,#099999 65%,#e0e0e0 100%);
	background: -ms-linear-gradient(top,  #4e5b5c 0%,#099999 65%,#e0e0e0 100%);
		background: linear-gradient(to bottom,  #4e5b5c 0%,#099999 65%,#e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e5b5c', endColorstr='#e0e0e0',GradientType=0 );
}

.section-h1.portfolio {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.portfolio-group {
  padding-bottom: 30px;
}

/* ---- Portfolio Buttons ---- */

.ui-group h3 {
  color: #fff;
  font-family: "raleway",sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  margin-top: 0;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.35);
}

.filterGroup {
	display: none;
}

#filters {
  margin-bottom: 15px;
}

.thumb img {
  margin-bottom: 10%;
  width: 100%;
}

.button {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #fffefe;
  color: #fffefe;
  cursor: pointer;
  display: inline-block;
  font-family: "raleway",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 0.25em 0.5em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;  
}

.button:active, .button.is-checked, .button:hover {
  background-color: #2a3189;
  border: 1px solid #2a3189;
}

.button.is-checked {
  color: white;
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  border-radius: 0;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 7px;
}

/* ---- Portfolio Images ---- */

.thumb img {
  margin-bottom: 30px;
  width: 100%;
}

.hidethumb {
	display:none;
}

.thumb:hover .video-hover  { 
	opacity:1;
}

.video-hover {
	background: none repeat scroll center center rgba(48, 55, 154, 0.75);
	bottom: 30px;
	left: 15px;
	opacity: 0;
	position: absolute;
	right: 15px;
	top: 0;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-ms-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
}


.portfolio-icon-wrapper {
  display: table;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.portfolio-icon {
  color: #fff;
  display: table-cell;
  font-size: 5em;
  opacity: 0.9;
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
  vertical-align: middle;
}

/* ---- Quote 3 ---- */

.movie {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
  width: 100%;
}

.quote3 {
	background-image: url('../img/q3.png');
	background-color: #000;
}

.movie:before {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQImU3KsQ0AAAzCMM7jpgyIz/pap0pdncj2AE1SoAL6UVcO9Xfbs+87HbW0GqTlAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 255px rgba(0, 0, 0, 0.75) inset;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.quote3-text {
  margin-top: 115px;
}

.YTPOverlay.raster {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKklEQVQImU3KsQ0AAAzCMM7jpgyIz/pap0pdncj2AE1SoAL6UVcO9Xfbs+87HbW0GqTlAAAAAElFTkSuQmCC") repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 255px rgba(0, 0, 0, 0.75) inset;
  position:relative;
}

/* ---- Contact ---- */

.contact-section {
  background: none repeat scroll 0 0 #f2f2f2;
  padding-top: 70px;
}

#contact-info p {
  margin-bottom: 12px;
}

.contact {
  font-size: 18px;
  margin-bottom: 8px;
  margin-right: 8px;
  width: 1em;
  margin-bottom: 10px;
}

.contact-sm {
  color: #282828;
  display: block;
  font-family: "adelle-sans",sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

#contact-info a:hover, #contact-info a:focus, #contact-info a:hover .contact-lg, #contact-info a:focus .contact-lg {
	background-color: transparent;
	color: #283189;
	text-decoration: none;
}

.contact-lg {
  color: #282828;
  display: inline-block;
  font-size: 36px;
  margin-bottom: 15px;
  margin-right: 20px;
  margin-top: 22px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* ---- Form ---- */

#contactForm {
  padding-top: 7px;
}

.form-group {
  margin-bottom: 25px;
}

.form-control {
  border: 1px solid #c2c2c2;
  border-radius: 0;
  color: #555555;
  font-family: "proxima-nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  height: auto;
  padding-bottom: 11px;
  padding-right: 30px;
  padding-top: 12px;
}

.controls {
  position: relative;
}

.form-icon {
  color: #cccccc;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 14px;
}

.help-block > ul {
  color: #be0c11;
  font-family: "proxima-nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 0 0 -15px;
  padding-left: 18px;
}

.btn-clear, .btn-send {
  font-family: "proxima-nova";
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.7px;
  padding-bottom: 9px;
  padding-top: 9px;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.btn-clear {
  border: 1px solid #808080;
  color: #808080;
 }

.btn-send {
  background: none repeat scroll 0 0 #646fff;
  color: #ffffff;
}

.btn-clear:hover, .btn-clear:focus, .btn-clear.focus {
  background: none repeat scroll 0 0 #989797;
  border: 1px solid #989797;
  color: #fff;
}

.btn-send:hover, .btn-send:focus, .btn-send.focus {
  background: none repeat scroll 0 0 #2a3189;
  color: #fff;
}

.form-buttons .btn {
  margin-bottom: 25px;
}

/* ---- Map ---- */

#map-canvas {
  height: 350px;
}

.dark {
	color:#000;
}

.gm-style-iw {
  margin-left: 11px;
}

/* ---- Footer ---- */

footer {
  background: none repeat scroll 0 0 #404040;
  padding-bottom: 14px;
  padding-top: 14px;
}

footer p {
  color: #f0f0f0;
  font-family: "proxima-nova",sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  margin: 3.2% 0 0;
}

.footer-icons {
  text-align: right;
}

footer a {
  color: #c7c7c7;
  display: inline-block;
  font-size: 42px;
  margin-left: 11px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

footer a:first-child {
  margin-left: 0;
}

footer a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #646fff;
}

.footer-lg.fa-stack {
  height: 1em;
  line-height: 36px;
  width: 36px;
}

footer .footer-name a {
    color: #646fff;
    font-size: 15px;
}

footer .footer-name a:hover {
	text-decoration: underline;
}

.pdf {
  color: #404040;
  font-size: 28px;
}

/* Media Queries */

/* Large Devices */
@media (min-width: 1200px) {
	
	.intro-body {
		width: 961.667px;
	}	
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 993px) and (max-width: 1170px) {
	
	html, body {
	  font-size: 94% !important;
	}
	
	.quote {
		top: 0;
	}

	.quote-left-border, .quote-right-border {
	  margin-top: 10px;
	}	
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 992px) {
	
	html, body {
	  font-size: 83% !important;
	}	
	
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
	.navbar-nav {
	  float: none !important;
	}
    .navbar-nav>li {
        float: none;
    }
	.navbar-nav > li > a {
	  padding-bottom: 7px;
	  padding-top: 7px;
	}
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
	
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	  border-color: #f0f0f0;
	  margin-top: 5px;
	}	
	
}

/* Portrait tablet to landscape and desktop */
@media (max-width: 992px) {
	
	.affix-top {
	  position: fixed;
	  top: 0;
	  width: 100%;
	}
	
	.affix {
	  position: fixed;
	  top: 0;
	  width: 100%;
	}
		
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	  border-color: #f0f0f0;
	  margin-top: 5px;
	}
	
	.navbar-nav {
	  margin: 0;
	}
	
	.nav > li {
	  margin-left: 0;
	  margin-top: 0;
	}
	
	.navbar-nav > li > a {
	  padding-bottom: 7px;
	  padding-top: 7px;
	}
	
	.intro-body {
		margin-top: 0;
	}

	.left-border, .right-border {
	  margin-top: 11px;
	}	
	
	.bottomleft, .bottomright {
	  margin-top: 10px;
	}
	
	.btn-circle {
	  padding: 0.1em 0 0
	}	
	
	.section-h1 {
	  font-size: 30px;
	  margin-bottom: 30px;
	}
	
/*	.section-group {
	  margin-bottom: 50px;
	}*/
	
	.quote1-text {
	  margin-top: 110px;
	}
	
	.quote {
	  font-size: 26px;
	  left: 1px;
	  top: 7px;
	}
	
	.quote-circle {
		font-size: 56px;
	}
	
	.quote-title {
	  font-size: 29px;
	}
	
	.quote-p {
	  font-size: 15px;
	}
	
	.quote-left-border, .quote-right-border {
	  margin-top: 10px;
	}
	
	.services-h2 {
		font-size: 24px;
	}
	
	.ui-group {
	  margin-bottom: 15px;
	}
	
	.ui-group:last-child {
	  margin-bottom: 0;
	}
	
	.portfolio-group {
	  padding-bottom: 50px;
	}
	
	footer p {
	  margin-top: 2.3%;
	}		
		
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	html, body {
	  font-size: 80% !important;
	}
	
	.quote {
	  left: 4px;
	  top: 9px;
	}
	
	.quote1-text {
	  margin-top: 17%;
	}	
	
	.quote2-text {
	  margin-top: 13%;
	}
	
	.quote3-text {
	  margin-top: 18%;
	}
	
	.contact-sm-group {
	  margin: 0 auto;
	  width: 46%;
	}
	
	.contact-lg-group {
	  text-align: center;
	}
	
	footer, .footer-icons {
	  float: none !important;
	  text-align: center;
	}
	
	footer p {
	  margin-top: 0;
	}	
											
}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
	html, body {
		font-size: 70% !important;
	}
		
	.intro-body {
		width: 100%;
	}	
	
	.left-border, .right-border {
	  height: 2px;
	  margin-top: 7px;
	}
	
	.bottomleft, .bottomright {
	  margin-top: 6px;
	}
	
	.btn-circle,.btn-circle:hover, .btn-circle:focus, .btn-circle:active {
	  padding: 0.15em 0 0;
	  border:2px solid #fff !important;
	}
	
	.navbar-custom ul.nav li a {
	  font-size: 18.55px;
	}
	
	.photo, .movie {
		height: 300px;
	}
					
	.quote {
	  font-size: 20.8px;
	  left: 3px;
	  top: 8px;
	}
	
	.quote-circle {
		font-size: 44px;
	}
	
	.quote-title {
	  font-size: 23px;
	}
	
	.quote-p {
	  font-size: 12px;
	}
	
	.quote-left-border, .quote-right-border {
	  margin-top: 7px;
	}
	
	.ui-group {
	  margin-left: auto;
	  margin-right: auto;
	  width: 75%;
	}
	
	.contact-sm-group {
	  width: 78%;
	}	
	
	#filters {
	  margin-bottom: 40px;
	}	
	
	.button-group {
		display: none;
	}
	
	.filterGroup {
		display:block;
	}
	
	.filterGroup .form-control {
	  background: none repeat scroll 0 0 #2a3189;
	  border-color: #f0f0f0;
	  color: #f0f0f0;
	  font-family: "raleway",sans-serif;
	  font-size: 13px;
	  font-style: normal;
	  font-weight: 400;
	  height: auto;
	  padding: 5px;
	}	
	
	.filterGroup .filter.option-set.form-control > option {
	  margin-bottom: 3px;
	  margin-left: 5px;
	  margin-top: 3px;
	}
		
	#map-canvas {
	  height: 300px;
	}

}

/* Portrait phones and down */
@media (max-width: 320px) {
	
	.left-border, .right-border {
	  margin-top: 9px;
	}
		
	.quote1-text {
	  margin-top: 15%;
	}
	
	.quote2-text {
	  margin-top: 8%;
	}
	
	.quote3-text {
	  margin-top: 27%;
	}
	
	.quote {
	  top: 7px;
	}
		
	.ui-group {
	  width: 90%;
	}
	
	.contact-sm-group {
	  width: 100%;
	}

}