body {
  padding-top: 50px;
  font-family: 'Raleway', sans-serif; }
  body p {
    font-size: 16px; }

h1, h2, h3, h4 {
  font-weight: 100;
  color: #3A064D;
  font-family: 'Ubuntu', sans-serif; }

section {
  border-top: 1px solid rgba(0, 0, 0, 0.08); }
  section .container {
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 20px; }

section:nth-child(even) {
  background: rgba(224, 232, 230, 0.2); }

.img-circle {
  border: 5px solid #3A064D;
  border: 5px solid #1E3142; }

.tab-pane {
  margin-top: 20px; }

.tab-content .row {
  padding-bottom: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.tab-content .row:last-child {
  border-bottom: none; }

.btn-transparent {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #DAE0E0;
  padding: 15px 30px;
  margin: 20px;
  position: Relative;
  z-index: 1; }

.btn-transparent:before {
  background: url(../images/photo.jpg);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/photo.jpg);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.4))), url(../images/photo.jpg);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/photo.jpg);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/photo.jpg);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/photo.jpg);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url(../images/photo.jpg);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#66000000',GradientType=0 );
  /* IE6-9 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  content: ' ';
  z-index: -1; }

.btn-transparent:hover {
  background: #3a537f;
  background: #5cb85c;
  background: rgba(90, 184, 92, 0.8);
  color: #fff; }

.btn-transparent:hover:before {
  background: -moz-linear-gradient(top, rgba(90, 184, 92, 0.8) 0%, rgba(90, 184, 92, 0.8) 100%), url(../images/photo.jpg);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(90, 184, 92, 0.8)), color-stop(100%, rgba(90, 184, 92, 0.8))), url(../images/photo.jpg);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(90, 184, 92, 0.8) 0%, rgba(90, 184, 92, 0.8) 100%), url(../images/photo.jpg);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(90, 184, 92, 0.8) 0%, rgba(90, 184, 92, 0.8) 100%), url(../images/photo.jpg);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(90, 184, 92, 0.8) 0%, rgba(90, 184, 92, 0.8) 100%), url(../images/photo.jpg);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(90, 184, 92, 0.8) 0%, rgba(90, 184, 92, 0.8) 100%), url(../images/photo.jpg);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc5ab85c', endColorstr='#cc5ab85c',GradientType=0 );
  /* IE6-9 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover; }

.btn-transparent:active, .btn-transparent:visited {
  color: #fff; }

div > .btn-transparent:last-child:hover:before {
  background: -moz-linear-gradient(top, rgba(74, 33, 94, 0.7) 0%, rgba(74, 33, 94, 0.7) 100%), url(../images/photo.jpg);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(74, 33, 94, 0.7)), color-stop(100%, rgba(74, 33, 94, 0.7))), url(../images/photo.jpg);
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(74, 33, 94, 0.7) 0%, rgba(74, 33, 94, 0.7) 100%), url(../images/photo.jpg);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(74, 33, 94, 0.7) 0%, rgba(74, 33, 94, 0.7) 100%), url(../images/photo.jpg);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(74, 33, 94, 0.7) 0%, rgba(74, 33, 94, 0.7) 100%), url(../images/photo.jpg);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(74, 33, 94, 0.7) 0%, rgba(74, 33, 94, 0.7) 100%), url(../images/photo.jpg);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b34a215e', endColorstr='#b34a215e',GradientType=0 );
  /* IE6-9 */
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover; }

div > .btn-transparent:last-child:hover {
  background: #5cb85c;
  background: #401754;
  background: rgba(74, 33, 94, 0.7); }

.IconCircle {
  font-size: 2.2em;
  line-height: 100px;
  text-align: center;
  border-radius: 200px;
  border: 2px solid #1E3142;
  border: 4px solid #280a38;
  color: #fff;
  max-width: 100px;
  height: 100px;
  background: #401754;
  color: #eee;
  position: relative;
  overflow: hidden; }
  .IconCircle img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

footer {
  background: #391649;
  background: #BEA9B7;
  color: #383838;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  line-height: 1em; }

.portrait {
  float: right; }

#about img {
  with: 100%;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto; }

.help-block {
  color: #ccc; }

.navbar-default {
  border-bottom: 1px solid #521A66;
  border-bottom: 1px solid #35496C;
  font-family: 'Ubuntu', sans-serif; }

.navbar-default .navbar-nav > li > a:hover {
  color: #7FAC3A;
  background: rgba(0, 0, 0, 0.02); }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: #521A66;
  background: #5D6082;
  color: #fff;
  border-bottom: 1px solid transparent; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0; }
  .navbar-brand img {
    max-width: 50px; }

header {
  text-align: center;
  background-image: url(../images/photo.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  padding-top: 70px;
  padding-bottom: 70px;
  color: #ccc;
  font-size: 1.2em;
  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.2);
  border-bottom: 2px solid #FECEC1; }
  header h1 {
    color: #AAA; }
  header img {
    margin: 20px auto 30px auto;
    padding: 0 55px; }
  header p, header h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0; }
  header h1 {
    font-size: 2.2em;
    margin-top: 20px;
    color: #FFF;
    font-style: italic;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    line-height: 1.5;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5); }

.brandwrapper {
  border-radius: 1000px;
  height: 500px;
  width: 500px;
  transition: width 0.2s, height 0.2s; }

.rounded {
  background: rgba(21, 41, 57, 0.4);
  padding-top: 80px;
  position: relative;
  z-index: 10;
  margin: 0 auto; }

.blur {
  background: url(../images/photo.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  filter: blur(3px);
  position: absolute;
  top: 0;
  left: 50%;
  margin-lefT: -250px;
  z-index: 1; }

.form-control {
  border-radius: 2px;
  padding: 20px 12px; }

textarea.form-control {
  padding: 10px 12px;
  min-height: 156px; }

#contact {
  background-image: url(../images/bgpurple.png);
  background-attachment: fixed;
  color: #fff; }
  #contact h1, #contact h2, #contact h3, #contact h4 {
    color: #fff; }

.blueimp-gallery > .description {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-lefT: -400px;
  text-align: center;
  color: #fff;
  display: none;
  width: 800px; }

.blueimp-gallery > .description {
  display: block; }

.blueimp-gallery > .prev,
.blueimp-gallery > .next,
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .play-pause {
  display: block;
  /* Fix z-index issues (controls behind slide element) on Android: */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0); }

.col-md-12 > .Gallery {
  text-align: center; }
  .col-md-12 > .Gallery h3 {
    text-align: left; }
  .col-md-12 > .Gallery img {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px; }

h3.title {
  background: rgba(0, 0, 0, 0.75);
  padding: 2px 5px; }

.blueimp-gallery.hasDescription > .slides > .slide > .slide-content {
  padding-bottom: 100px; }

#services .IconCircle {
  margin: 0 auto; }
#services ul {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding-left: 18%;
  font-size: 1.2em;
  min-height: 200px; }
#services .btn {
  margin-bottom: 50px; }

@media (max-width: 1200px) {
  header h1 {
    font-size: 2em; }

  .Gallery img {
    max-width: 200px; }

  .col-md-12 > .Gallery img {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 5px;
    max-width: 170px; }

  .brandwrapper {
    width: 350px;
    height: 350px; }

  .rounded {
    padding-top: 67px; }

  .blur {
    margin-left: -175px; } }
@media (max-width: 992px) {
  .Gallery {
    margin-bottom: 10px;
    text-align: center; }
    .Gallery img {
      max-width: 175px;
      margin-bottom: 5px; } }
@media (max-width: 820px) {
  .blueimp-gallery > .description {
    width: 550px;
    margin-left: -275px; } }
@media (max-width: 767px) {
  header {
    padding-bottom: 50px; }
    header h1 {
      font-size: 1.6em; }
    header img {
      padding: 0 40px; }

  .brandwrapper {
    width: 250px;
    height: 250px; }

  .rounded {
    padding-top: 45px; }

  .blur {
    margin-left: -125px; }

  #services ul {
    padding-left: 30%;
    padding-right: 0;
    min-height: 0; } }
@media (max-width: 700px) {
  .Gallery img {
    max-width: 150px; }

  .pull-right {
    float: none !important; } }
@media (max-width: 550px) {
  #services ul {
    padding-left: 15%;
    padding-right: 0; }

  header {
    padding-top: 30px; }
    header h1 {
      font-size: 1.2em;
      margin-top: 25px; }
    header img {
      padding: 0 25px; }

  .brandwrapper {
    width: 180px;
    height: 180px; }

  .rounded {
    padding-top: 20px; }

  .blur {
    margin-left: -90px; }

  header .btn-lg {
    font-size: 17px;
    padding: 10px 12px;
    margin: 10px; }

  .blueimp-gallery > .description {
    width: 350px;
    margin-left: -175px; }

  #about img {
    max-width: 250px;
    width: auto; } }
@media (max-width: 370px) {
  .Gallery img {
    max-width: 130px; }

  header .btn-lg {
    font-size: 15px;
    padding: 10px;
    margin: 0;
    margin-bottom: 10px; }

  .blueimp-gallery > .description {
    width: 100%;
    lefT: 0;
    margin-left: 0; } }
@media (max-device-width: 1024px) {
  header {
    background-attachment: scroll; }

  .blur, div > .btn-transparent:last-child:hover:before, .btn-transparent:hover:before, .btn-transparent:before {
    display: none; }

  .rounded {
    background: rgba(21, 41, 57, 0.5); }

  .portrait {
    float: right; }

  #about img {
    max-width: 100%; } }

/*# sourceMappingURL=style.css.map */
