@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);


/* CUSTOM MODIFICATIONS */
h1 {
	margin-left: -60px;
	font-size: 6rem;	
}

.blue {
	background-color: #182732;	
}

/* LESS VARIABLES
-------------------------------------------------- */
/* LESS MIXINS */
.portfolio-item h4 {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.portfolio-item .tag {
  color: #cacaca;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
/* GLOBAL STYLES
-------------------------------------------------- */
body {
  background-color: #ffffff;
  color: #4a4a4a;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42;
}
#wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* Headers */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-bottom: 20px;
}
h3,
h4,
h5 {
  color: #255a8a;
}
h1.title span {
  font-weight: 300;
}
h2.title span {
  font-weight: 300;
}
h3.title {
  color: #404041;
  margin-bottom: 36px;
  /* text-transform: uppercase; */
}
h3.title span {
  font-weight: 300;
}
h3.page-header {
  color: #4a4a4a;
  margin-top: 20px;
  padding-bottom: 15px;
}
h3.page-header span {
  font-weight: 300;
}
h4.title {
  margin-top: 20px;
  margin-bottom: 26px;
  /* text-transform: uppercase; */
}
h4.title span {
  font-weight: 300;
}
/* Typography */
p {
  margin: 0 10px 10px 0;
  line-height: 24px;
}
a {
  color: #255a8a;
  text-decoration: none;
}
a:hover {
  color: #255a8a;
  text-decoration: none;
}
ul,
ol {
  margin-bottom: 20px;
}
.drop-cap:first-letter {
  float: left;
  font-size: 70px;
  line-height: 60px;
  padding: 4px 8px 4px 4px;
  margin-right: 6px;
  margin-top: -3px;
  display: inline-block;
  color: #255a8a;
}
.drop-cap.alt:first-letter {
  border-radius: 4px;
  color: #fff;
  background: #255a8a;
  margin-top: 8px;
  padding: 0 8px 3px 4px;
}
/* Images */
img {
  border-radius: 4px;
}
img.pull-left.padded {
  margin: 0 20px 15px 0;
}
img.pull-right.padded {
  margin: 0 0 15px 20px;
}
/* Horizontal Rule */
hr.lg {
  margin: 30px 0;
}
/* Videos */
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Well */
.well {
  min-height: 20px;
  padding: 36px 0;
  background-color: #f2f3f4;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
.well + footer {
  margin-top: 0;
}
/* Lists */
ul li {
  line-height: 24px;
}
ul.nav-list > li {
  margin: 0;
  padding: 0;
}
ul.nav-list > li a {
  border-bottom: 1px solid #f2f3f4;
  color: #4a4a4a;
  padding: 8px 15px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
ul.nav-list > li a i {
  margin-right: 5px;
}
/* Buttons */
.btn {
  border-radius: 4px;
  border: none;
  padding: 10px 24px;
  font-size: 16px;
}
.btn.btn-primary {
  background-color: #255a8a;
}
.btn.btn-lg {
  padding: 20px 48px;
}
.btn.btn-sm {
  font-size: 12px;
  padding: 8px 20px;
}
.btn b {
  font-weight: 600;
}
/* Pagination */
.pagination > li > a,
.pagination > li > span {
  color: #255a8a;
}
.pagination > .active > a {
  background-color: #255a8a;
  border-color: #255a8a;
}
.pagination > .active > a:hover {
  cursor: pointer;
}
/* Aside */
aside h3,
aside h4,
aside h5 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
}
aside hr {
  visibility: hidden;
}
/* Toggle */
.toggle {
  margin: 10px 0 0;
  position: relative;
  clear: both;
}
.toggle > label {
  background: #f2f3f4;
  border-left: 3px solid #8a8a8a;
  border-radius: 4px;
  color: #4a4a4a;
  display: block;
  font-size: 16px;
  min-height: 20px;
  padding: 12px 20px 12px 10px;
  position: relative;
  cursor: pointer;
  font-weight: 400;
  -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out;
}
.toggle > label:-moz-selection {
  background: none;
}
.toggle > label i.fa-minus {
  display: none;
}
.toggle > label i.fa-plus {
  display: inline;
}
.toggle > label:selection {
  background: none;
}
.toggle > label:before {
  border: 6px solid transparent;
  border-left-color: inherit;
  content: '';
  margin-top: -6px;
  position: absolute;
  right: 4px;
  top: 50%;
}
.toggle > label:hover {
  background: #f2f3f4;
}
.toggle > label + p {
  color: #8a8a8a;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 25px;
  margin: 15px 10px 15px 0px;
}
.toggle > label i {
  font-size: 0.7em;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.toggle > .answer {
  display: none;
}
.toggle > .answer > p {
  margin-bottom: 0;
  padding: 10px 0;
}
.toggle.active i.fa-minus {
  display: inline;
}
.toggle.active i.fa-plus {
  display: none;
}
.toggle.active > label {
  background-color: #255a8a;
  border-color: #255a8a;
  color: white;
}
.toggle.active > label:before {
  border: 6px solid transparent;
  border-top-color: white;
  margin-top: -3px;
  right: 10px;
}
.toggle.active > p {
  height: auto;
  white-space: normal;
}
.toggle.open p {
  display: block;
}
/* Login Box */
.form-box {
  background-color: white;
  border: 1px solid #cacaca;
  border-radius: 4px;
  border-top: 5px solid #255a8a;
  margin: 20px auto;
  min-height: 100px;
  padding: 36px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.form-box h4 {
  margin-top: 5px;
}
.form-box label {
  font-weight: 400;
}
.form-box .input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 20px;
}
.form-box .remember-me label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.form-box .remember-me input {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.form-box .remember-me input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
}
/* Carosel */
.carousel .carousel-control {
  display: block;
  background-image: none;
  height: 80px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 40px;
  z-index: 12;
}
.carousel .carousel-control i {
  background: rgba(33, 37, 43, 0.8);
  cursor: pointer;
  color: rgba(250, 250, 250, 0.8);
  display: block;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;
  opacity: 0;
  width: 40px;
}
.carousel .carousel-control.left i {
  border-radius: 0 4px 4px 0;
}
.carousel .carousel-control.right i {
  border-radius: 4px 0 0 4px;
}
.carousel:hover .carousel-control i {
  opacity: 1;
}
/* Meta */
.meta {
  color: #cacaca;
  font-size: 12px;
  margin-top: -10px;
  margin-bottom: 15px;
}
.meta i,
.meta a {
  color: #cacaca;
  -webkit-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;
}
.meta a:hover {
  color: #255a8a;
}
/* Pretty Box */
.pp_pic_holder .currentTextHolder {
  margin-top: -2px;
  color: white;
}
.pp_pic_holder.light_square .pp_left,
.pp_pic_holder.light_square .pp_middle,
.pp_pic_holder.light_square .pp_right,
.pp_pic_holder.light_square .pp_content {
  background-color: transparent;
}
/* Scroll To Top */
.scroll-to-top {
  background: #4a4a4a;
  border-radius: 4px;
  color: #FFF;
  display: block;
  height: 9px;
  opacity: 0;
  padding: 13px 10px 35px;
  position: fixed;
  bottom: 15px;
  right: 10px;
  text-align: center;
  text-decoration: none;
  min-width: 49px;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  z-index: 1040;
}
.scroll-to-top.visible {
  opacity: 0.75;
}
/* HEADER STYLES
-------------------------------------------------- */
header {
  position: relative;
  z-index: 30;
}
header #top {
  background-color: #4a4a4a;
  color: white;
  margin: 0 auto;
  padding: 15px 0;
  position: relative;
  -webkit-transition: background 0.1s ease-in-out 0s;
          transition: background 0.1s ease-in-out 0s;
}
header #top .contact {
  padding-top: 2px;
}
header #top .contact address {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  padding: 0 15px 0 5px;
}
header #top .contact a {
  color: white;
  -webkit-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;
}
header #top .contact a:hover {
  color: #6fa7d9;
}
header #top .follow span {
  font-size: 12px;
  padding-right: 6px;
  vertical-align: text-top;
}
header #top .follow a {
  color: white;
  font-size: 18px;
  padding: 0 8px;
  -webkit-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;
}
header #top .follow a:hover {
  color: #6fa7d9;
}
header .navbar-wrapper {
  color: #4a4a4a;
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  background-color: white;
  height: 110px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 100%;
  -webkit-transition: background 0.1s ease-in-out 0s;
          transition: background 0.1s ease-in-out 0s;
  -webkit-transition: height 0.5s ease-in-out;
          transition: height 0.5s ease-in-out;
  /*Dark Navbar Styling */
}
header .navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
header .navbar-wrapper .navbar {
  padding-right: 0;
  padding-left: 0;
  border: none;
  background-color: white;
}
header .navbar-wrapper .navbar .container {
  width: auto;
}
header .navbar-wrapper .navbar-toggle {
  background: #f2f3f4;
  border: 1px solid #e3e9e9;
  color: #4a4a4a;
  box-shadow: inset 0 1px 0 #f2f3f4;
  text-shadow: 0 1px 0 #fff;
  margin: 36px 26px 34px;
  -webkit-transition: margin 0.5s ease-in-out;
          transition: margin 0.5s ease-in-out;
  -webkit-transition: background 0.1s ease-in-out 0s;
          transition: background 0.1s ease-in-out 0s;
  padding: 8px 14px 10px;
}
header .navbar-wrapper .navbar-toggle:hover {
  background: #cacaca;
  border: 1px solid #9eadae;
  color: white;
  box-shadow: inset 0 1px 0 #aebbbc;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
header .navbar-wrapper .navbar-toggle i {
  font-size: 16px;
  vertical-align: middle;
}
header .navbar-wrapper .navbar-default .navbar-collapse,
header .navbar-wrapper .navbar-default .navbar-form {
  border-color: #cacaca;
}
header .navbar-wrapper .navbar-nav {
  margin: 0 -15px;
}
header .navbar-wrapper .navbar-nav > li {
  border-bottom: 1px solid #cacaca;
}
header .navbar-wrapper .navbar-nav > li:last-child {
  border-bottom: none;
}
header .navbar-wrapper .navbar-nav > li > a {
  font-weight: 600;
  background-color: transparent;
  color: #4a4a4a;
  font-size: 16px;
  padding: 13px 18px;
  line-height: 25px;
  -webkit-transition: padding 0.5s ease-in-out;
          transition: padding 0.5s ease-in-out;
}
header .navbar-wrapper .navbar-nav > li.active > a,
header .navbar-wrapper .navbar-nav > li:hover > a {
  background-color: transparent !important;
  color: #255a8a;
}
header .navbar-wrapper .navbar-nav > li > a > .caret {
  margin-top: -5px;
  -webkit-transition: -webkit-transform 0.2s ease-in;
          transition: transform 0.2s ease-in;
}
header .navbar-wrapper .navbar-nav li > a:hover > .caret,
header .navbar-wrapper .navbar-nav > li.open > a > .caret {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: .9;
  margin-top: -6px;
}
header .navbar-wrapper .navbar-nav > .open > a {
  color: #4a4a4a;
  background-color: white !important;
}
header .navbar-wrapper .navbar-nav .dropdown-menu {
  left: 0;
  border: none;
  padding: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
}
header .navbar-wrapper .navbar-nav .dropdown-menu > li > a {
  padding: 13px 18px;
  border-top: 1px solid #cacaca;
}
header .navbar-wrapper .navbar-nav .dropdown-menu > li > a:before {
  content: "- ";
}
header .navbar-wrapper .navbar-brand {
  margin-top: 36px;
  padding: 0;
  -webkit-transition: margin 0.5s ease-in-out;
          transition: margin 0.5s ease-in-out;
}
header .navbar-wrapper .navbar-brand img {
  margin-left: 15px;
  max-height: 44px;
  -webkit-transition: max-height 0.5s ease-in-out;
          transition: max-height 0.5s ease-in-out;
}
header .navbar-wrapper .navbar-brand .white-logo {
  display: none;
}
header .navbar-wrapper.dark {
  background-color: #404041;
}
header .navbar-wrapper.dark .navbar {
  background-color: #404041;
}
header .navbar-wrapper.dark .navbar-brand .gray-logo {
  display: none;
}
header .navbar-wrapper.dark .navbar-brand .white-logo {
  display: block;
}
header .navbar-wrapper.dark .navbar-nav > li > a {
  color: white;
}
header .navbar-wrapper.dark .navbar-nav .open .dropdown-menu > li > a {
  color: white;
}
header .navbar-wrapper.dark .navbar-nav > .open > a {
  color: white;
  background-color: #404041 !important;
}
/* TITLE BAR STYLING
-------------------------------------------------- */
.title-bar {
  background-color: #f2f3f4;
  margin-bottom: 36px;
  min-height: 50px;
  padding: 20px 0;
  position: relative;
  z-index: 3;
}
.title-bar .breadcrumb {
  background: none;
  margin: 0;
  padding: 0;
}
.title-bar h2 {
  border-bottom: 5px solid #cacaca;
  color: #404041;
  display: inline-block;
  /* font-size: 36px; */
  font-weight: 300;
  margin: 0 0 -25px;
  min-height: 36px;
  line-height: 46px;
  padding: 0 0 16px;
}
.title-bar + .carousel,
.title-bar + .well,
.title-bar + .featured.with-bg,
.title-bar + #map {
  margin-top: -36px;
}
/* MAIN CAROUSEL STYLING
-------------------------------------------------- */
#main-carousel {
  height: 500px;
}
#main-carousel .container {
  position: relative;
}
#main-carousel .carousel-caption {
  text-align: left;
  padding-right: 40px;
  left: 0px;
  right: auto;
  bottom: 50px;
}
#main-carousel .carousel-caption h1 {
  font-size: 30px;
  margin-bottom: 36px;
}
#main-carousel .carousel-caption h1 span {
  display: block;
}
#main-carousel .carousel-caption p {
  font-size: 16px;
  margin-bottom: 36px;
}
#main-carousel .carousel-caption .btn {
  -webkit-animation-delay: .19s;
          animation-delay: .19s;
}
#main-carousel .carousel-image {
  position: absolute;
  right: 15px;
  left: auto;
  bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 10;
}
#main-carousel .carousel-image img {
  position: absolute;
}
#main-carousel .carousel-image .img-1 {
  right: 80px;
  bottom: 65px;
  z-index: 11;
  width: 75%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
#main-carousel .carousel-image .img-2 {
  right: 40px;
  bottom: 0px;
  z-index: 12;
  width: 25%;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
#main-carousel .carousel-image .img-3 {
  right: 100px;
  bottom: 65px;
  z-index: 11;
  width: 70%;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
#main-carousel .carousel-image .img-4 {
  right: 0px;
  bottom: 40px;
  z-index: 12;
  width: 50%;
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
#main-carousel .carousel-image .responsive-video {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
}
#main-carousel .carousel-image .responsive-video iframe {
  top: -40px;
  right: 0;
  left: auto;
  width: 90%;
}
#main-carousel .item {
  height: 500px;
  background-color: #4a4a4a;
}
#main-carousel .carousel-inner > .item > img {
  border-radius: 0;
  min-width: 100%;
  height: 500px;
}
/* CTA STYLING
-------------------------------------------------- */
.cta h3 {
  color: #4a4a4a;
  margin-top: 0;
}
.cta p {
  font-size: 16px;
}
.cta .btn {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .cta {
    text-align: center;
  }
}
/* MARKETING STYLING
-------------------------------------------------- */
.marketing {
  padding: 36px 0;
  text-align: center;
}
.marketing span {
  display: inline-block;
  min-height: 70px;
  color: #255a8a;
  position: relative;
}
.marketing span .fa-html5 {
  padding-top: 8px;
}
.marketing span .fa-mobile {
  position: absolute;
}
.marketing span .fa-mobile.icon-1 {
  left: -20px;
  top: 5px;
}
.marketing span .fa-mobile.icon-2 {
  left: -3px;
  top: 15px;
}
.marketing span .fa-edit {
  padding-top: 10px;
}
.marketing h3 {
  font-size: 20px;
}
.marketing p {
  margin-right: 10px;
  margin-left: 10px;
}
.marketing a {
  color: #255a8a;
  font-weight: 600;
  font-size: 14px;
}
.marketing a:hover {
  background-color: #f2f3f4;
}
/* GALLERY STYLING
-------------------------------------------------- */
.gallery h3 a {
  color: #cacaca;
  -webkit-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;
}
.gallery h3 a:hover {
  color: #4a4a4a;
}
.gallery h4 {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.gallery .img-overlay {
  background-color: #255a8a;
  border-radius: 4px;
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.gallery .img-overlay i {
  color: white;
  display: none;
  font-size: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  width: 42px;
  height: 44px;
}
.gallery .img-overlay:hover img {
  opacity: .5;
}
.gallery .img-overlay:hover i {
  display: block;
}
.gallery .tag {
  color: #cacaca;
  display: block;
  margin-bottom: 20px;
}
/* TESTIMONIAL CAROUSEL STYLING
-------------------------------------------------- */
#testimonial-carousel {
  height: 500px;
  background: url(/media/Amity/presentation.jpg) center top repeat-y fixed;
  background: -webkit-linear-gradient(rgba(37, 40, 41, 0.7), rgba(37, 40, 41, 0.7)), url(/media/Amity/presentation.jpg) center top repeat-y fixed;
  background: linear-gradient(rgba(37, 40, 41, 0.7), rgba(37, 40, 41, 0.7)), url(/media/Amity/presentation.jpg) center top repeat-y fixed;
  padding: 36px 0;
  text-align: center;
}
#testimonial-carousel .carousel-inner .carousel-caption {
  z-index: 10;
  bottom: 140px;
}
#testimonial-carousel .carousel-inner .item {
  height: 500px;
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
#testimonial-carousel .carousel-inner .item h2 {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 24px;
}
#testimonial-carousel .carousel-inner .item .rating {
  margin-bottom: 30px;
}
#testimonial-carousel .carousel-inner .item .client {
  font-size: 22px;
  line-height: 28px;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
}
#testimonial-carousel .carousel-inner .item .title {
  font-style: italic;
}
#testimonial-carousel .carousel-inner .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}
#testimonial-carousel .carousel-inner .active {
  opacity: 1;
}
#testimonial-carousel .carousel-inner .active.left,
#testimonial-carousel .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
#testimonial-carousel .carousel-inner .next.left,
#testimonial-carousel .carousel-inner .prev.right {
  opacity: 1;
}
#testimonial-carousel + footer {
  margin-top: 0;
}
/* SERVICES STYLING
-------------------------------------------------- */
.services {
  padding: 36px 0;
}
.line-graph {
  margin-top: 24px;
}
.line-graph i {
  padding-right: 5px;
}
.line-graph .graph-item .progress {
  margin-top: 10px;
  height: 5px;
}
.line-graph .graph-item .progress-bar {
  background-color: #255a8a;
}
.line-graph .graph-item .animated-bar {
  -webkit-transition: width 0.8s ease-in-out;
          transition: width 0.8s ease-in-out;
}
/*  FEATURED STYLING
-------------------------------------------------- */
.featured {
  text-align: center;
}
.featured.with-bg {
  color: white;
  background: url(/media/Amity/rocky-stars.jpg) center top repeat-y fixed;
  background: -webkit-linear-gradient(rgba(37, 90, 138, 0.8), rgba(37, 90, 138, 0.8)), url(/media/Amity/rocky-stars.jpg) center top repeat-y fixed;
  background: linear-gradient(rgba(37, 90, 138, 0.8), rgba(37, 90, 138, 0.8)), url(/media/Amity/rocky-stars.jpg) center top repeat-y fixed;
  min-height: 265px;
  padding: 36px 0;
}
.featured h2 {
  font-weight: 300;
  margin-bottom: 30px;
}
.featured p.lead {
  font-size: 18px;
}
.featured + footer {
  margin-top: 0;
}
/*  PRICING TABLE STYLING
-------------------------------------------------- */
.pricing-table {
  color: #8a8a8a;
  margin: 10px 0;
  padding: 0 15px;
  text-align: center;
}
.pricing-table [class*="col-md-"] {
  padding-left: 0;
  padding-right: 0;
}
.pricing-table .plan {
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 36px;
  margin-right: 0;
  padding: 20px;
  position: relative;
}
.pricing-table ul {
  margin: 20px 0 0 0;
  padding: 0;
}
.pricing-table ul li {
  border-top: 1px solid #f2f3f4;
  padding: 10px 0;
}
.pricing-table h3 {
  background-color: #f2f3f4;
  color: #4a4a4a;
  font-size: 20px;
  font-weight: normal;
  margin: -20px -20px 50px -20px;
  padding: 20px;
}
.pricing-table h3 span {
  background: white;
  border: 5px solid white;
  border-radius: 50%;
  box-shadow: 0 5px 20px #cacaca inset, 0 3px 0 #8a8a8a inset;
  color: #4a4a4a;
  display: block;
  font-weight: 600;
  font-size: 26px;
  line-height: 90px;
  margin: 20px auto -65px;
  height: 100px;
  width: 100px;
}
.pricing-table .btn {
  margin-top: 10px;
}
.pricing-table .highlight {
  padding: 30px 20px;
  top: -10px;
  z-index: 2;
  box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);
}
.pricing-table .highlight h3 {
  padding-top: 30px;
  margin-top: -30px;
}
.pricing-table .feature-ribbon-wrapper {
  height: 86px;
  width: 86px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.pricing-table .feature-ribbon {
  background-color: #255a8a;
  color: white;
  left: -5px;
  padding: 7px 0;
  position: relative;
  text-align: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 15px;
  width: 120px;
}
.pricing-table .feature-ribbon .feature-ribbon:before {
  left: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
}
.pricing-table .feature-ribbon .feature-ribbon:after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  bottom: -3px;
  content: "";
  position: absolute;
  right: 0;
}
/*  PORTFOLIO STYLING
-------------------------------------------------- */
.portfolio .controls .btn:active,
.portfolio .controls .btn.active {
  background-color: #255a8a;
  color: white;
}
.portfolio #portfolio-container {
  padding: 2% 2% 0;
  text-align: justify;
  font-size: 0.1px;
  -webkit-backface-visibility: hidden;
}
.portfolio #portfolio-container:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.portfolio .mix,
.portfolio .gap {
  display: inline-block;
  width: 49%;
}
.portfolio .mix {
  display: none;
}
.portfolio .mix h4 {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.portfolio .mix .tag {
  color: #cacaca;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.portfolio-single img {
  margin-bottom: 20px;
}
.portfolio-single h4 {
  color: #4a4a4a;
  font-size: 22px;
  margin-top: 0;
}
.portfolio-single .details .list-services i {
  color: #255a8a;
}
.portfolio-single .related h4 {
  color: #4a4a4a;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}
.portfolio-single .related .tag {
  color: #cacaca;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
/*  BLOG STYLING
-------------------------------------------------- */
.blog .post-image {
  margin-bottom: 26px;
}
.blog .post-date {
  text-align: center;
  width: 50px;
  position: absolute;
  top: 0;
  left: 15px;
}
.blog .post-date .day {
  background: #f2f3f4;
  border-radius: 4px 4px 0 0;
  color: #255a8a;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 10px;
}
.blog .post-date .month {
  background: #255a8a;
  border-radius: 0 0 4px 4px;
  color: white;
  display: block;
  font-size: 12px;
  padding: 0 10px 2px;
}
.blog .post-content.wide {
  margin-left: 65px;
}
.blog .post-content h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 10px;
  margin-top: 0;
}
.blog .post-content p {
  margin-bottom: 20px;
}
.blog .comment-box {
  margin-bottom: 20px;
}
.blog .comment-box label {
  font-weight: 400;
}
.blog aside .twitter li {
  margin-bottom: 15px;
  line-height: 18px;
  position: relative;
  padding-left: 26px;
  padding-right: 10px;
}
.blog aside .twitter li i {
  color: #255a8a;
  position: absolute;
  top: 3px;
  left: 0;
}
.blog aside .twitter li time {
  color: #cacaca;
  display: block;
  font-size: 10px;
  font-style: italic;
  margin-top: 5px;
}
/*  CONTACT PAGE STYLING
-------------------------------------------------- */
#map {
  display: block;
  width: 100%;
  height: 350px;
  margin: 0 auto 20px;
}
.contact label {
  font-weight: 400;
}
.contact .details {
  padding-top: 36px;
}
/*  FEATURE PAGES STYLING
-------------------------------------------------- */
/* Icons Page */
.fontawesome-icon-list {
  margin-top: 26px;
}
.fontawesome-icon-list [class*="col-md-"] {
  height: 25px;
}
/* Grid Layout Page */
.bootstrap-grid .grid-block {
  background-color: #EEE;
  line-height: 40px;
  min-height: 40px;
  text-align: center;
  border: 1px solid #FFF;
  display: block;
}
/* Animations Page */
.animated.repeat {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.animated.repeat:hover,
.animated.repeat .clicked {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
/* 404 Page */
.error-404 {
  text-align: center;
  margin: 10px 0 36px;
}
.error-404 h2 {
  color: #8a8a8a;
  font-size: 165px;
  line-height: 165px;
  display: block;
  margin-bottom: 30px;
}
/* FAQ Page */
.faqs {
  margin-bottom: 36px;
}
/* Style Switcher */
#style-switcher {
  background-color: #4a4a4a;
  border-radius: 0 0 4px 0;
  color: white;
  position: fixed;
  top: 92px;
  left: -165px;
  width: 165px;
  z-index: 60;
  -webkit-transition: left 0.5s ease-in-out;
          transition: left 0.5s ease-in-out;
}
#style-switcher.open {
  left: 0;
}
#style-switcher h4 {
  color: white;
  padding: 5px 0 5px 10px;
  margin: 0;
  line-height: 30px;
  font-size: 13px;
}
#style-switcher h4 a {
  background-color: #4a4a4a;
  border-radius: 0 4px 4px 0;
  color: white;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 5px 11px 5px 13px;
  position: absolute;
  right: -38px;
  top: 0;
}
#style-switcher .switcher-wrapper {
  padding: 10px;
  margin: 10px;
  border: 1px solid #404041;
  border-radius: 4px;
  position: relative;
}
#style-switcher .switcher-wrapper p {
  color: #cacaca;
}
#style-switcher .switcher-wrapper .style-colors li {
  padding-right: 0;
}
#style-switcher .switcher-wrapper .style-colors li .fa {
  font-size: 20px;
}
#style-switcher .switcher-wrapper .style-colors li > a .blue {
  color: #255A8A;
}
#style-switcher .switcher-wrapper .style-colors li > a .light-blue {
  color: #428bca;
}
#style-switcher .switcher-wrapper .style-colors li > a .red {
  color: #a94442;
}
#style-switcher .switcher-wrapper .style-colors li > a .green {
  color: #3c763d;
}
#style-switcher .switcher-wrapper .style-colors li > a .gold {
  color: #8a6d3b;
}
#style-switcher .switcher-wrapper .style-colors li > a .mint {
  color: #18ba9b;
}
#style-switcher .switcher-wrapper .style-colors li > a .orange {
  color: #e67e22;
}
#style-switcher .switcher-wrapper .style-colors li > a .purple {
  color: #9b6bd0;
}
#style-switcher .switcher-wrapper .style-colors li > a .silver {
  color: #95a5a7;
}
#style-switcher .switcher-wrapper .style-colors li > a .yellow {
  color: #f2be35;
}
#style-switcher .switcher-wrapper .options {
  margin-bottom: 15px;
}
#style-switcher .switcher-wrapper .options li {
  padding-right: 0;
}
#style-switcher .switcher-wrapper .options a {
  background-color: #404041;
  border: 1px solid #404041;
  border-radius: 4px;
  color: #ccc;
  font-size: 12px;
  margin-bottom: 0;
  padding: 5px 12px;
  text-decoration: none;
}
#style-switcher .switcher-wrapper .options a.active {
  border-color: #cacaca;
}
/*  FOOTER STYLING
-------------------------------------------------- */
footer {
  margin-top: 26px;
}
footer .footer-top {
  background-color: #404041;
  color: white;
  padding: 36px 0;
  /*Light Footer Styling */
}
footer .footer-top h4 {
  color: white;
}
footer .footer-top h4.title {
  margin-top: 26px;
}
footer .footer-top .contact-block li {
  margin-bottom: 15px;
  line-height: 18px;
  position: relative;
  padding-left: 24px;
}
footer .footer-top .contact-block li i {
  display: inline-block;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
footer .footer-top .contact-block li span {
  color: #cacaca;
}
footer .footer-top .contact-block li a {
  color: white;
  -webkit-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;
}
footer .footer-top .contact-block li a:hover {
  color: #6fa7d9;
}
footer .footer-top .twitter-block li {
  margin-bottom: 15px;
  line-height: 18px;
  position: relative;
  padding-left: 34px;
  padding-right: 10px;
}
footer .footer-top .twitter-block li a {
  color: #cacaca;
}
footer .footer-top .twitter-block li .fa-stack {
  position: absolute;
  top: -3px;
  left: 0;
}
footer .footer-top .twitter-block li .fa-circle {
  color: #255a8a;
}
footer .footer-top .twitter-block li time {
  color: #cacaca;
  display: block;
  font-size: 10px;
  font-style: italic;
  margin-top: 5px;
}
footer .footer-top .newsletter-block p {
  margin-bottom: 15px;
  line-height: 18px;
}
footer .footer-top .newsletter-block .control-label {
  text-indent: -9999px;
}
footer .footer-top .newsletter-block input {
  display: inline-block;
  background-color: #4a4a4a;
  box-shadow: none;
  border: none;
  height: 40px;
  color: white;
  width: 175px;
}
footer .footer-top .newsletter-block button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 14px;
  -webkit-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;
}
footer .footer-top .newsletter-block button:hover {
  color: #255a8a;
  background-color: white;
}
footer .footer-top .newsletter-block small {
  color: #cacaca;
  display: block;
  font-size: 10px;
  font-style: italic;
  margin-top: 10px;
}
footer .footer-top.light {
  background-color: white;
  color: #4a4a4a;
}
footer .footer-top.light h4 {
  color: #4a4a4a;
}
footer .footer-top.light .contact-block li span {
  color: #8a8a8a;
}
footer .footer-top.light .contact-block li a {
  color: #4a4a4a;
}
footer .footer-top.light .twitter-block li a,
footer .footer-top.light .twitter-block li time {
  color: #8a8a8a;
}
footer .footer-top.light .twitter-block li .fa-twitter {
  color: white;
}
footer .footer-top.light .newsletter-block input {
  background-color: #d6d6d6;
  color: #4a4a4a;
}
footer .footer-top.light .newsletter-block small {
  color: #8a8a8a;
}
footer .footer-bottom {
  background-color: #4a4a4a;
  color: white;
  padding: 26px;
  text-align: center;
}
footer .footer-bottom p {
  font-size: 12px;
  margin: 5px 0 0;
}
footer .footer-bottom a {
  color: white;
  -webkit-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s;
}
footer .footer-bottom a:hover {
  color: #6fa7d9;
}
footer .footer-bottom .follow {
  margin-top: 20px;
  width: 100%;
}
footer .footer-bottom .follow a {
  font-size: 20px;
  padding: 0 8px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 768px) {
  header .navbar-wrapper {
    /*Dark Navbar Styling */
  }
  header .navbar-wrapper .navbar-default {
    background-color: transparent;
  }
  header .navbar-wrapper .navbar-nav > li {
    border-bottom: none;
  }
  header .navbar-wrapper .navbar-nav > li > a {
    border-bottom: 5px solid white;
    font-weight: 400;
    padding: 40px 0;
    margin: 0 18px;
  }
  header .navbar-wrapper .navbar-nav > li.active > a {
    border-bottom-color: #255a8a;
  }
  header .navbar-wrapper .navbar-nav .dropdown-menu {
    left: 18px;
    border: none;
    border-top: 5px solid #255a8a;
    margin-top: -5px;
    padding: 0;
    width: 200px;
  }
  header .navbar-wrapper .navbar-nav .dropdown-menu > li > a {
    padding: 13px 18px;
    border-bottom: 1px solid #cacaca;
    border-top: none;
  }
  header .navbar-wrapper .navbar-nav .dropdown-menu > li > a:before {
    display: none;
  }
  header .navbar-wrapper .navbar-nav .dropdown-menu > li > a:last-child {
    border-bottom: 0;
  }
  header .navbar-wrapper .navbar-nav .dropdown-menu > li > a:hover,
  header .navbar-wrapper .navbar-nav .dropdown-menu > li > a:focus {
    background-color: #f2f3f4;
    color: #255a8a;
  }
  header .navbar-wrapper .navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
  }
  header .navbar-wrapper.stuck {
    position: fixed;
    top: 0;
  }
  header .navbar-wrapper.dark .navbar-nav > li > a {
    border-bottom: 5px solid #404041;
    color: white;
  }
  header .navbar-wrapper.dark .navbar-nav > li > a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  header.shrink-header .navbar-wrapper {
    height: 72px;
  }
  header.shrink-header .navbar-wrapper .navbar-toggle {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  header.shrink-header .navbar-wrapper .navbar-brand {
    margin-top: 20px;
  }
  header.shrink-header .navbar-wrapper .navbar-brand img {
    max-height: 34px;
  }
  header.shrink-header .navbar-wrapper .navbar-nav > li > a {
    padding: 21px 0;
  }
  #testimonial-carousel {
    background-size: cover;
  }
  #testimonial-carousel .item h2 {
    font-size: 30px !important;
    line-height: 36px;
  }
  .portfolio.four-columns .mix,
  .portfolio.four-columns .gap {
    width: 23.5%;
  }
  .portfolio.three-columns .mix,
  .portfolio.three-columns .gap {
    width: 32%;
  }
  .featured.with-bg {
    background-size: cover !important;
  }
  footer .footer-bottom {
    text-align: left;
  }
  footer .footer-bottom .follow {
    margin: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  #main-carousel .carousel-caption h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #main-carousel .carousel-image {
    bottom: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  #main-carousel .carousel-image {
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .pricing-table {
    margin-left: 0;
  }
  .pricing-table plan {
    margin-right: 0;
  }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
