/*Fonts*/
body {
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
}
body a {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #ff245d;
  text-decoration: underline;
}
body a:hover, body a:active, body a:focus {
  color: #ff245d;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Pangolin", sans-serif;
  font-weight: 500;
  text-transform: none;
}
body p {
  font-size: 14px;
}
body li {
  font-size: 14px;
  line-height: 1.7;
}

.navbar {
  padding: 8px 0;
  margin-bottom: 0;
}

.navbar-brand {
  padding: 0;
  margin-left: 16px;
}
.navbar-brand img {
  margin: 6px;
  max-width: 100px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ff245d;
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 8px 0;
  }
  header .container {
    padding-top: 170px;
    padding-bottom: 0;
  }
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #ff245d;
  border-bottom: none;
}

@media (max-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: none;
  }
}
.navbar-right {
  margin-right: 16px;
}
.navbar-right .tel-link a {
  color: #ff245d !important;
}

.navbar-fixed-top.navbar-shrink {
  padding: 0;
}

.navbar-default .navbar-nav > li > a {
  color: #353638;
  font-size: 20px;
}

.form-control {
  height: 36px;
  border-radius: 3px;
}

.navbar-toggle {
  background-color: #ff245d;
  border: none;
  border-radius: 2px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ff245d;
}

.navbar-default {
  background-color: #ffffff;
}
.navbar-default a {
  font-family: "Pangolin", sans-serif;
  color: #353638;
  font-size: 16px;
  text-decoration: none;
}
.navbar-default .btn-default {
  background-color: #ff245d;
  color: #ffffff !important;
  border-radius: 2px;
  padding: 6px 14px;
  font-size: 12px;
  margin: 12px 8px;
}
.navbar-default .btn-default:hover {
  color: #ff245d !important;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media screen and (min-width: 768px) {
  .navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 160px;
    text-align: center;
  }
  .navbar > .container .navbar-brand-centered,
  .navbar > .container-fluid .navbar-brand-centered {
    margin-left: -80px;
  }
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ff245d !important;
  background-color: #ffffff;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #ff245d;
}

.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.content {
  margin-top: 76px;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: none;
    margin: 0 auto;
    display: table;
    table-layout: fixed;
  }
}
header {
  padding: 32px 0 0 0;
}
header img {
  max-height: 120px;
}

.section {
  padding: 16px 0;
}

@media (max-width: 768px) {
  #home .content {
    margin-top: 60px;
  }
}
#home h3 {
  color: #353638;
  font-size: 18px;
}

@media (max-width: 768px) {
  #about header {
    max-height: none;
    padding: 100px 0 30px 0;
  }
  #about header .left-header {
    padding-top: 80px;
  }
  #about header .nav-form {
    border: none;
    box-shadow: none;
  }
  #about header .container {
    padding-top: 0;
  }
}
#about .section-b {
  padding: 80px 0;
  background-color: rgba(54, 62, 72, 0.8);
  color: #353638;
}
#about .section-b img {
  max-height: 200px;
}
#about .section-b h2 {
  color: #353638;
  margin-top: 30px;
  margin-bottom: 0;
}
#about .section-b .btn {
  margin-top: 5%;
}
#about .section-a {
  padding: 30px 16px;
  background-color: #ffffff;
  color: #353638;
}
#about .section-c {
  padding: 24px 0 0 0;
  background-color: #f7e5e5;
  color: #353638;
}
#about .section-c .btn {
  margin-top: 5%;
}
#about .section-c img {
  max-height: 200px;
}
#about .section-c h2 {
  margin-top: 30px;
  margin-bottom: 0;
}
#about p {
  margin-bottom: 24px;
}

#work .section-a {
  padding: 24px 0;
  background-color: #ffffff;
  color: #353638;
  box-shadow: 0px 4px 15px -3px rgba(0, 0, 0, 0.37);
}
#work .section-a .card {
  text-align: center;
  align-content: center;
  font-family: "Pangolin", sans-serif;
}
#work .section-a .card .card-header {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
#work .section-a .card .card-body p {
  margin-top: 16px;
}
#work .section-a h2 {
  margin-top: 0;
  color: #353638;
}
#work .section-a .btn {
  margin-top: 5%;
  border-radius: 10px;
}

#error .card {
  margin-top: 80px;
  align-self: center;
  padding: 0;
}
#error .card h1 {
  padding: 16px 0 8px 0;
  font-size: 24px;
  color: #ff245d;
}
#error .card h2 {
  padding: 8px 0;
  font-size: 20px;
  color: #ff245d;
}
#error .card a {
  margin-bottom: 24px;
}
#error .card .card-body {
  padding: 0 !important;
}
#error .card .col-sm-9 {
  padding: 24px;
}

.btn {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  border: none;
  border-radius: 30px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  outline: 0;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0;
  cursor: pointer;
  margin-right: 0.25rem;
  transition: 0.1s ease-out;
  margin-bottom: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.btn-primary {
  background-color: #ff245d;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #ffffff;
  color: #ff245d;
}

.btn-info {
  background-color: #0077b5;
  color: #fff;
}

.btn-default {
  background-color: white;
  color: #ff245d;
}
.btn-default:hover, .btn-default:active, .btn-default:focus {
  color: #ff245d;
  background-color: #eee;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.btn-wide {
  width: 100%;
}

footer {
  color: #353638;
  padding: 24px 0;
  background-color: #ffffff;
}
footer .footer-above {
  padding-top: 0;
  background-color: #ffffff;
}
footer .col-xs-2 {
  padding-left: 5px;
  padding-right: 5px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
}
footer a:hover, footer a:active, footer a:focus {
  color: darkgrey;
  text-decoration: none;
}
footer p {
  margin: 14px 0;
}
footer .btn-default {
  background-color: #ff245d;
  color: #ffffff;
  border-radius: 30px;
  font-size: 10px;
  margin: 12px 8px;
  padding: 0 14px;
}
footer .btn-default:hover {
  color: #ff245d;
  background-color: #eee;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.color1 {
  color: #353638;
}

.color2 {
  color: #ff245d;
}

.color3 {
  color: #ff245d;
}

.color4 {
  color: #f7e5e5;
}

form label {
  font-weight: 300;
  color: #ff245d;
}

/* Cards
*************************************/
.card {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 2px;
  margin-bottom: 16px;
  clear: both;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card {
    /* IE10+ do not render border-radius well. Override the value to 0. */
    border-radius: 0;
  }
}
.card > .card-header {
  position: relative;
  padding: 16px;
  height: 50px;
  border-bottom: 1px solid transparent;
  clear: both;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card > .card-header {
    /* IE10+ do not render border-radius well. Override the value to 0. */
    border-radius: 0;
  }
}
.card > .card-header.card-header-bordered {
  border-bottom: 1px solid #eeeeee;
}

.card > .card-header:not(.card-header-bordered) + .card-body {
  padding-top: 0;
}

.card > .card-header .card-title,
.card > .card-header h1, .card > .card-header .h1,
.card > .card-header h2, .card > .card-header .h2,
.card > .card-header h3, .card > .card-header .h3,
.card > .card-header h4,
.card > .card-header form .form-title, form .card > .card-header .form-title,
.card > .card-header form legend,
form .card > .card-header legend,
.card > .card-header .form .form-title,
.form .card > .card-header .form-title,
.card > .card-header .form legend,
.form .card > .card-header legend, .card > .card-header .h4,
.card > .card-header h5,
.card > .card-header .list-group .list-group-item.list-group-header, .list-group .card > .card-header .list-group-item.list-group-header, .card > .card-header .h5,
.card > .card-header h6, .card > .card-header .h6 {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 0.1px;
  color: #666666;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.card > .card-header .card-title [class^=icon-],
.card > .card-header .card-title [class*=" icon-"],
.card > .card-header h1 [class^=icon-],
.card > .card-header h1 [class*=" icon-"], .card > .card-header .h1 [class^=icon-],
.card > .card-header .h1 [class*=" icon-"],
.card > .card-header h2 [class^=icon-],
.card > .card-header h2 [class*=" icon-"], .card > .card-header .h2 [class^=icon-],
.card > .card-header .h2 [class*=" icon-"],
.card > .card-header h3 [class^=icon-],
.card > .card-header h3 [class*=" icon-"], .card > .card-header .h3 [class^=icon-],
.card > .card-header .h3 [class*=" icon-"],
.card > .card-header h4 [class^=icon-],
.card > .card-header form .form-title [class^=icon-], form .card > .card-header .form-title [class^=icon-],
.card > .card-header form legend [class^=icon-],
form .card > .card-header legend [class^=icon-],
.card > .card-header .form .form-title [class^=icon-],
.form .card > .card-header .form-title [class^=icon-],
.card > .card-header .form legend [class^=icon-],
.form .card > .card-header legend [class^=icon-],
.card > .card-header h4 [class*=" icon-"],
.card > .card-header form .form-title [class*=" icon-"], form .card > .card-header .form-title [class*=" icon-"],
.card > .card-header form legend [class*=" icon-"],
form .card > .card-header legend [class*=" icon-"],
.card > .card-header .form .form-title [class*=" icon-"],
.form .card > .card-header .form-title [class*=" icon-"],
.card > .card-header .form legend [class*=" icon-"],
.form .card > .card-header legend [class*=" icon-"], .card > .card-header .h4 [class^=icon-],
.card > .card-header .h4 [class*=" icon-"],
.card > .card-header h5 [class^=icon-],
.card > .card-header .list-group .list-group-item.list-group-header [class^=icon-], .list-group .card > .card-header .list-group-item.list-group-header [class^=icon-],
.card > .card-header h5 [class*=" icon-"],
.card > .card-header .list-group .list-group-item.list-group-header [class*=" icon-"], .list-group .card > .card-header .list-group-item.list-group-header [class*=" icon-"], .card > .card-header .h5 [class^=icon-],
.card > .card-header .h5 [class*=" icon-"],
.card > .card-header h6 [class^=icon-],
.card > .card-header h6 [class*=" icon-"], .card > .card-header .h6 [class^=icon-],
.card > .card-header .h6 [class*=" icon-"] {
  float: left;
  font-size: 17px;
  margin-right: 8px;
}

.card > .card-header .card-header-actions,
.card > .card-header .actions {
  position: absolute;
  top: 0;
  right: 0;
}

.card > .card-header .card-header-actions .btn,
.card > .card-header .actions .btn {
  box-shadow: none;
  height: 50px;
  line-height: 50px;
  margin-right: 0;
  color: #00ACC1;
}

.card > .card-header + .card-tabs .nav-tabs {
  padding-top: 0;
}

.card > .card-header .form-control {
  font-size: 17px;
  border-color: transparent;
  position: relative;
  top: -2px;
}

.card > .card-header:hover .form-control {
  border-color: #ddd;
}

.card > .card-header:hover .form-control:focus, .card > .card-header:hover .form-control:active {
  border-color: #00ACC1;
}

.card.card-bordered {
  border-top: 2px solid #00ACC1;
}

.card > .nav-tabs {
  margin-bottom: 0;
}

.card.card-tabbed {
  position: absolute;
  top: 1px;
  right: 2px;
  bottom: 3px;
  left: 2px;
  margin-bottom: 0;
  overflow: hidden;
}

.card.card-tabbed > .nav .open > a,
.card.card-tabbed > .nav .open > a:hover,
.card.card-tabbed > .nav .open > a:focus {
  background-color: transparent;
}

.card.card-tabbed > .nav-tabs {
  position: relative;
  z-index: 10;
  height: 40px;
  border-bottom: 0;
  padding-top: 4px;
  margin-bottom: 8px;
}

.card.card-tabbed > .nav-tabs + .card-body,
.card.card-tabbed > .nav-tabs + .tab-content {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 1;
}

.card.card-tabbed > .card-header + .nav-tabs:before,
.card.card-tabbed > .card-header + .tab-content:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 11;
  background-color: #fff;
  top: -2px;
  right: 0;
  left: 0;
  height: 2px;
}

.card.card-tabbed > .card-header + .nav-tabs + .card-body,
.card.card-tabbed > .card-header + .tab-content + .card-body {
  top: 90px;
}

.card.card-tabbed > .card-body {
  overflow-y: auto;
  padding-top: 24px;
}

.card.card-tabbed.card-tabbed-inline {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  overflow: visible;
}

.card.card-tabbed.card-tabbed-inline > .nav-tabs {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.card.card-tabbed.card-tabbed-inline > .nav-tabs + .card-body,
.card.card-tabbed.card-tabbed-inline > .nav-tabs + .tab-content {
  top: auto;
  padding-top: 64px;
}

.card.card-tabbed.card-tabbed-inline > .card-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.card.card-tabbed.card-tabbed-inline > .card-header + .nav-tabs {
  position: absolute;
  right: 0;
  left: 0;
  top: 50px;
}

.card.card-tabbed.card-tabbed-inline > .card-header + .nav-tabs + .card-body,
.card.card-tabbed.card-tabbed-inline > .card-header + .nav-tabs + .tab-content {
  top: auto;
  padding-top: 114px;
}

.card.card-tabbed.card-tabbed-inline > .card-body,
.card.card-tabbed.card-tabbed-inline > .tab-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.card.card-tabbed.container-fluid > .card-body {
  padding: 0;
}

.card.card-tabbed.container-fluid .tab-content,
.card.card-tabbed.container-fluid .tab-content .tab-pane {
  height: 100%;
}

.card.card-tabbed.container-fluid .tab-content .card-body,
.card.card-tabbed.container-fluid .tab-content .tab-pane .card-body {
  padding: 16px;
}

@media (max-width: 767px) {
  .card.card-tabbed > .nav-tabs {
    white-space: nowrap;
    height: 41px;
    width: 100%;
    overflow-x: auto;
  }
  .card.card-tabbed > .nav-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
  }
  .card.card-tabbed > .nav-tabs > li {
    float: none;
    display: inline-block;
  }
  .card.card-tabbed > .nav-tabs > li > a {
    font-size: 13px;
    font-weight: 500 !important;
  }
  .card.card-tabbed > .card-header {
    z-index: 1000;
  }
  .card.card-tabbed > .card-header:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 11;
    background-color: #fff;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
  }
}
.card > .card-body {
  -webkit-touch-callout: text;
  -webkit-user-select: text;
  -moz-user-select: text;
  user-select: text;
  padding: 16px;
  border-radius: 0 0 2px 2px;
  box-sizing: border-box;
}

.card > .card-body > .media-list {
  padding: 0;
}

.card > .mce-tinymce {
  box-shadow: none;
  border-top: 1px solid #D5D5D5;
}

.card > .list-group {
  margin: 0;
}

.card > .list-group > .list-group-item {
  border: none;
  border-top: 1px solid #eeeeee;
  padding: 10px 15px;
}

.card > .list-group > .list-group-item:first-child {
  border: none;
}

.card > .list-group > .list-group-item img {
  max-height: 40px;
}

.card > .list-group > .list-group-item .list-group-item-heading {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 20px;
}

.card > .list-group > .list-group-item .list-group-item-text {
  display: block;
  font-size: 12px;
  color: #bbb;
  margin-bottom: 0;
  line-height: 1.3;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.card > .list-group > .list-group-item .list-actions {
  float: right;
}

.card > .media-list {
  padding: 0 0 16px 0;
}

.card > .media-list > .media .media-left {
  padding-left: 16px;
}

.card > .media-list > .media .media-body {
  padding-right: 16px;
}

.card > .media-list > .media .media-body > .media {
  margin-right: -16px;
  margin-left: -16px;
}

.card > .media-list > .media .media-body > .media .media-body {
  padding-right: 16px;
}

.card > .card-footer {
  padding: 0;
  text-align: left;
}

.card > .card-footer.card-footer-bordered {
  padding-top: 0;
  border-top: 1px solid #eeeeee;
}

.card > .card-footer a, .card > .card-footer .btn {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  box-shadow: none;
  color: #00ACC1;
  margin-bottom: 0;
  background-color: transparent;
  font-size: 13px;
}

.card + h1, .card + .h1,
.card + h2, .card + .h2,
.card + h3, .card + .h3,
.card + h4, form .card + .form-title,
form .card + legend,
.form .card + .form-title,
.form .card + legend, .card + .h4,
.card + h5, .list-group .card + .list-group-item.list-group-header, .card + .h5,
.card + h6, .card + .h6 {
  margin-top: 30px;
}

.card > .card-body > fieldset:first-child > legend:first-child {
  padding-top: 0;
}

.card h2 {
  font-size: 14px;
  margin-top: 0;
  color: #24c1e4;
  font-weight: 500;
}
.card p {
  color: #475d6b;
}

.card h2 {
  color: #ff245d;
  margin-bottom: 0;
}
.card .card-header {
  border-bottom: 1px solid #f6f4f2;
}
.card .card-header h3 {
  font-weight: 500;
  font-size: 18px;
}
.card .card-body {
  padding: 20px !important;
}
.card .card-body .card-content {
  margin-bottom: 30px;
}
.card .card-body h1 {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 24px;
  margin-top: 0;
}
.card .card-body hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

/*Lightbox*/
#lightbox .modal-content {
  display: inline-block;
  text-align: center;
}

#lightbox .close {
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: #353638;
  padding: 5px 10px;
  border-radius: 30px;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: -15px;
  right: -55px;
  z-index: 1032;
}

.social-link {
  font-size: 20px;
  color: #ff245d;
  margin-right: 20px;
}/*# sourceMappingURL=custom.css.map */