/* COLOR CLASSES
-------------------------------------------- */
@import url("../fonts/roboto/roboto.css");
@import url("../fonts/roboto-cond/roboto-cond.css");
@import url("../fonts/Montserrat/Montserrat.css");
@import url("../fonts/themify/themify-icons.css");
@import url("../fonts/font-awesome/font-awesome.min.css");
.bcolor {
  color: #2A3744; }

.bcolor-bg {
  background-color: #2A3744; }

.pcolor {
  color: #C85050; }

.pcolor-bg {
  background-color: #C85050; }

.scolor {
  color: #004980; }

.scolor-bg {
  background-color: #4DB3B3; }

.bcolor-90pc {
  color: rgba(42, 55, 68, 0.9); }

.bcolor-90pc-bg {
  background-color: rgba(42, 55, 68, 0.9); }

.bcolor-10pc {
  color: rgba(42, 55, 68, 0.1); }

.bcolor-10pc-bg {
  background-color: rgba(42, 55, 68, 0.1); }

.bcolor-l {
  color: #516a83; }

.bcolor-l-bg {
  background-color: #516a83; }

.bcolor-xl {
  color: #949ba1; }

.bcolor-xl-bg {
  background-color: #949ba1; }

.bcolor-2xl {
  color: #e9ebec; }

.bcolor-2xl-bg {
  background-image: url("/Directory_theme/image/68414013-beautiful-nature-wallpapers.jpg"); 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bcolor-3xl {
  color: #f8f9f9; }

.bcolor-3xl-bg {
  background-color: #f8f9f9; }

.pcolor-l {
  color: #d47777; }

.pcolor-l-bg {
  background-color: #d47777; }

.pcolor-xl {
  color: #e09e9e; }

.pcolor-xl-bg {
  background-color: #e09e9e; }

.pcolor-2xl {
  color: #edc4c4; }

.pcolor-2xl-bg {
  background-color: #edc4c4; }

.pcolor-3xl {
  color: #f9ebeb; }

.pcolor-3xl-bg {
  background-color: #f9ebeb; }

.pcolor-d {
  color: #c23d3d; }

.pcolor-d-bg {
  background-color: #c23d3d; }

.pcolor-xd {
  color: #ae3737; }

.pcolor-xd-bg {
  background-color: #ae3737; }

.pcolor-2xd {
  color: #872b2b; }

.pcolor-2xd-bg {
  background-color: #872b2b; }

.pcolor-3xd {
  color: #611e1e; }

.pcolor-3xd-bg {
  background-color: #611e1e; }

.white {
  color: #fff; }

.white-bg {
  background-color: #fff; }

.white-90pc {
  color: rgba(255, 255, 255, 0.9); }

.white-90pc-bg {
  background-color: rgba(255, 255, 255, 0.9); }

.black {
  color: #000; }

.black-bg {
  background-color: #000; }

.black-10pc {
  color: rgba(0, 0, 0, 0.1); }

.black-10pc-bg {
  background-color: rgba(0, 0, 0, 0.1); }

.black-50pc {
  color: rgba(0, 0, 0, 0.5); }

.black-50pc-bg {
  background-color: rgba(0, 0, 0, 0.5); }

.black-90pc {
  color: rgba(0, 0, 0, 0.9); }

.black-90pc-bg {
  background-color: rgba(0, 0, 0, 0.9); }

.red {
  color: #D93600; }

.red-bg {
  background-color: #D93600; }

.orange {
  color: #FF9326; }

.orange-bg {
  background-color: #FF9326; }

.yellow {
  color: #FEBB08; }

.yellow-bg {
  background-color: #FEBB08; }

.green {
  color: #468C00; }

.green-bg {
  background-color: #468C00; }

.blue {
  color: #0085B2; }

.blue-bg {
  background-color: #0085B2; }

.violet {
  color: #A333A3; }

.violet-bg {
  background-color: #A333A3; }

.azure {
  color: #00B2B2; }

.azure-bg {
  background-color: #00B2B2; }

.cyan {
  color: #00C0FF; }

.cyan-bg {
  background-color: #00C0FF; }

.font-roboto {
  font-family: "Roboto"; }

.font-roboto-thin, .font-roboto-light {
  font-weight: 300; }

.font-roboto-boldest {
  font-weight: 900; }

.font-roboto-cond {
  font-family: "Montserrat"; }

.font-roboto-cond-thin, .font-roboto-cond-light {
  font-weight: 300; }

.font-roboto-cond-boldest {
  font-weight: 700; }

.font-Montserrat {
  font-family: "Montserrat"; }

.font-Montserrat-thin, .font-Montserrat-light {
  font-weight: 300; }

.font-Montserrat-boldest {
  font-weight: 700; }

.font-themify {
  font-family: "themify"; }

.font-font-awesome {
  font-family: "FontAwesome"; }

/* LAYOUT SETUP
-------------------------------------*/
html {
  position: relative;
  display: block;
  height: 100%; }

body {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  @media (max-width: 991px) {
    body {
      font-size: 13px; } }
  @media (min-width: 992px) {
    body {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    body {
      font-size: 14px; } }

.page-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  text-align: center; }
  .page-loader img {
    display: inline-block;
    width: 30px; }

.nav-block, .pages {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0; }

.pages {
  left: auto;
  right: 0; }
  @media (min-width: 992px) {
    .pages {
      padding-left: 1px; } }

@media (max-width: 991px) {
  .container-fluid.padded {
    padding: 30px; } }
@media (min-width: 992px) {
  .container-fluid.padded {
    padding: 40px; } }
@media (min-width: 1200px) {
  .container-fluid.padded {
    padding: 40px; } }

.container-fluid {
  position: relative;
  z-index: 200;
  padding: 0; }
  @media (min-width: 992px) {
    .container-fluid.pad-top-lg {
      padding-top: 80px; } }
  @media (min-width: 1200px) {
    .container-fluid.pad-top-lg {
      padding-top: 80px; } }

.overlay {
  position: relative; }
  .overlay:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.overlay-bcolor:before {
  background: rgba(42, 55, 68, 0.9); }

.overlay-pcolor:before {
  background: rgba(200, 80, 80, 0.9); }

.overlay-scolor:before {
  background: rgba(77, 179, 179, 0.9); }

.overlay-black:before {
  background: rgba(0, 0, 0, 0.9); }

.overlay-white:before {
  background: rgba(255, 255, 255, 0.9); }

/* PAGE SETUP 
------------------------------------------- */
@media (max-width: 991px) {
  .pages {
    width: 100%;
    padding-top: 61px; } }
@media (min-width: 992px) {
  .pages {
    width: 80%; } }
@media (min-width: 1200px) {
  .pages {
    width: 68%; } }

.pages-wrapper, .page, .scroller {
  width: 100%;
  height: 877px; }

.pages-wrapper {
  overflow: auto; }
  .pages-wrapper.scroll-off {
    overflow: hidden; }

.page {
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff; }

.scroller {
  position: absolute;
  top: 0;
  left: 0%;
  overflow: auto;
  z-index: 200; }

.scroller.scroller-mobile {
  overflow: hidden; }
  @media (max-width: 991px) {
    .scroller.scroller-mobile {
      overflow: auto; } }

.scroller-desktop {
  width: 100%; }

@media (min-width: 1200px) {
  .has-header .scroller-desktop {
    width: 100%; } }
@media (max-width: 991px) {
  .has-header .scroller-desktop {
    width: 100%;
    padding-top: 80px;
    overflow: visible; } }

.content-header {
  left: 0;
  top: 0;
  position: absolute;
  height: 100%;
  z-index: 210;
  text-align: center;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .content-header .valign {
    display: none;
    width: 100%;
    height: 100%; }
  .content-header .pad-top {
    padding-top: 120px; }
  .content-header h2 {
    color: #fff;
    margin: -0.4em 0 0 0;
    text-transform: uppercase;
    font: 700 3em/1em "Montserrat"; }
    .content-header h2 span {
      display: block;
      margin: 0.2em 0; }
  @media (min-width: 992px) {
    .content-header {
      display: none; } }
  @media (min-width: 1200px) {
    .content-header {
      display: table;
      width: 18%; }
      .content-header h2 {
        font-size: 3em; } }
  @media (max-width: 991px) {
    .content-header {
      width: 100%;
      height: 80px; }
      .content-header h2 {
        font:  1.4em/1em "Montserrat";
        letter-spacing: 0.2em; }
        .content-header h2 span {
          display: inline;
          margin: 0; } }

/* SIDE WIDGET
------------------------------------------- */
.side-widget {
  margin-top: -1px;
  margin: 0 0 30px 0; }
  .side-widget h5 {
    font: 300 14px "Montserrat";
    text-transform: uppercase;
    line-height: 1;
    margin: 0 0 15px 0; }

.hlinks.side-tags {
  margin: -0.1em; }
  .hlinks.side-tags > li {
    margin: 0.1em;
    display: block;
    float: left; }
    .hlinks.side-tags > li > a {
      background: #f8f9f9;
      font: 300 0.9em/1em "Montserrat";
      padding: 0.7em 1em; }
    .hlinks.side-tags > li:hover > a {
      color: #fff;
      background: #949ba1; }

/* PAGES NAV
------------------------------------------ */
.mobile-pages-nav .ctrl {
  display: block;
  font-size: 1.5em;
  line-height: 80px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 400;
  color: #fff; }
.mobile-pages-nav .next {
  right: 20px;
  left: auto; }
@media (min-width: 992px) {
  .mobile-pages-nav {
    display: none; } }

/* NAV BLOCK
--------------------------------------*/
.nav-block {
  z-index: 400;
  position: relative;
  width: 100%; }
  @media (max-width: 991px) {
    .nav-block {
      height: auto; }
      .nav-block.open {
        height: 100%; } }
  @media (min-width: 992px) {
    .nav-block {
      width: 20%; } }
  @media (min-width: 1200px) {
    .nav-block {
 		 	max-height: 600px;
      width: 18%;
			float: left;
      background-color: #fff;
  }
}

/* MOBILE HEADER
----------------------------------------- */
header.mobile-header {
  background: #fff;
  height: 60px;
  width: 100%;
  display: table;
  padding: 0 20px;
  font-size: 1em; }
  header.mobile-header .brand {
    float: left;
    width: 40%;
    font: 700 2em/1em "Montserrat";
    color: #2A3744; }
    header.mobile-header .brand i {
      font-style: normal; }
  header.mobile-header .hlinks.mobile-tab-links {
    float: right;
    height: 100%;
    display: table; }
    header.mobile-header .hlinks.mobile-tab-links > li {
      display: table-cell;
      vertical-align: middle; }
      header.mobile-header .hlinks.mobile-tab-links > li > a {
        color: #949ba1;
        font-size: 1.2em;
        width: 2.6em;
        height: 2.6em; }
      header.mobile-header .hlinks.mobile-tab-links > li.active > a {
        background: #C85050;
        color: #fff; }
        header.mobile-header .hlinks.mobile-tab-links > li.active > a .icon:before {
          font-family: "FontAwesome";
          content: "\f00d"; }
  @media (min-width: 992px) {
    header.mobile-header {
      display: none; } }

/* NAV FOOTER
--------------------------------------*/
.nav-footer {
  position: absolute;
  height: 90px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center; }
  .nav-footer .hlinks.nav-tab-links {
    margin-bottom: 0; }
    .nav-footer .hlinks.nav-tab-links li {
      margin-bottom: 0; }
      .nav-footer .hlinks.nav-tab-links li > a {
        color: #fff;
        background: #949ba1;
        width: 35px;
        height: 35px; }
      .nav-footer .hlinks.nav-tab-links li:hover > a, .nav-footer .hlinks.nav-tab-links li.active > a {
        background: #C85050; }
  .nav-footer .text {
    font: 300 11px/1em "Montserrat"; }
  @media (max-width: 991px) {
    .nav-footer {
      display: none; } }

/* NAV TABS
-------------------------------------------- */
.nav-tabs { }
  .nav-tabs .rks-anims-over .rks-viewport, .nav-tabs .rks-anims-over .rks-slide {
    overflow: visible; }
  .nav-tabs .rks-sliding .rks-viewport {
    overflow: hidden; }
  .nav-tabs .nav-tab, .nav-tabs .tab-content, .nav-tabs .aligner {
    height: auto;
    width: 100%; }
  .nav-tabs .nav-tab {
    text-align: center;
   padding: 15px; }
  .nav-tabs .tab-content {
    z-index: 200;
    position: relative;
    height: 100%;
    margin: 0 auto; }
    .nav-tabs .tab-content.padded {
      padding: 30px; }
    .nav-tabs .tab-content.scroll-on {
      overflow: auto; }
    @media (max-width: 991px) {
      .nav-tabs .tab-content {
        padding: 0; }
        .nav-tabs .tab-content.limit-w {
          max-width: 250px; } }
  @media (max-width: 991px) {
    .nav-tabs .nav-tab {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 60px;
      left: 0;
      border: 1px solid #e9ebec;
      background: #fff;
      padding: 20px; }
      .nav-tabs .nav-tab.active {
        display: block; }
    .nav-tabs .aligner {
      vertical-align: top; } }

/* TAB MAIN
-------------------------------------------- */
.nav-tab.main .tab-content {
  height: 100%;
  padding: 0;
  position: relative; }
.nav-tab.main .brand {
  position: relative;
  width: 100%;
  padding: 0px 0px 22px;
  top: 0;
  left: 0;
  height: 150px;
  text-align: center; }
  .nav-tab.main .brand img {
    display: inline-block;
    line-height: 1em;
    margin: 0;
    max-width: none;
    width: auto; }
  @media (max-width: 991px) {
    .nav-tab.main .brand {
      display: none; } }
.nav-tab.main .nav-cont {
  height: 100%;
  overflow: auto;
  padding: 0 30px; }
  @media (max-width: 991px) {
    .nav-tab.main .nav-cont {
      padding: 0; } }
@media (min-width: 992px) {
  .nav-tab.main .tab-content {
    padding-top: 170px; }
  .nav-tab.main .brand {
    height: 170px; }
    .nav-tab.main .brand img {
      max-height: 80px; } }
@media (min-width: 1200px) {
  .nav-tab.main .tab-content {
    padding-top: 10px; }
  .nav-tab.main .brand {
    height: auto; }
    .nav-tab.main .brand img {
      max-height: 122px; } }

/* MENU
-------------------------------------------- */
.menu {
  font: 400 0.8em/1em "Montserrat"; }
  .menu > li {
    line-height: 1;
    position: relative; 
    display: inline-block;}
    .menu > li > a {
      display: block;
      padding: 1.5em 1em;
      text-transform: uppercase;
      letter-spacing: 0.3em;
      color: #2A3744;
      border-bottom: 1px dotted rgba(42, 55, 68, 0.3); }
    .menu > li:last-child > a {
      border: none; }
    .menu > li.active > a, .menu > li:hover > a {
      color: #C85050; }
  @media (max-width: 991px) {
    .menu > li {
      text-align: left; } }

/* NAV TIP
-------------------------------------------- */
.nav-tab.info .tab-content {
  padding: 30px; }

.tip {
  position: relative;
  z-index: 200;
  max-width: 250px;
  margin: 60px auto 0 auto; }
  .tip .top-icon {
    display: inline-block;
    text-align: center;
    line-height: 80px;
    height: 80px;
    width: 80px;
    font-size: 32px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #C85050;
    margin: 0 0 0.5em 0; }
  .tip p {
    font-size: 0.9em; }
  @media (max-width: 991px) {
    .tip {
      margin-top: 0; } }

/* NAV  PROFILE
-------------------------------------------- */
.nav-profile {
  text-align: center;
  max-width: 250px;
  margin: 60px auto 0 auto; }
  @media (max-width: 991px) {
    .nav-profile {
      margin-top: 0; } }
  .nav-profile img {
    display: inline-block;
    margin: 0 0 1.5em 0;
    width: 100px; }
  .nav-profile h5 {
    font: 700 1.7em/1em "Montserrat";
    margin: 0 0 0.3em 0;
    letter-spacing: 0.1em; }
  .nav-profile small {
    font: 300 0.8em/1em "Montserrat";
    display: block;
    margin: 0 0 0.9em 0;
    color: #4DB3B3;
    text-transform: uppercase; }
  .nav-profile p {
        font-size: 0.9em; }

/* HOME
------------------------------------------- */
.intro-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 1em; }
  .intro-text span {
    font: 300 1.4em/1em "Montserrat";
    text-transform: uppercase;
    line-height: 1;
    display: block;
    letter-spacing: 0.3em; }
  .intro-text h2 {
    color: #fff;
    margin: 0.4em -0.7em 0.42em 0;
    font: 700 6em/1em "Montserrat";
    text-transform: uppercase;
    letter-spacing: 0.7em; }
  .intro-text .btn {
    font:  1.1em/1em "Montserrat";
    text-transform: uppercase;
    padding: 1.2em 2em;
    line-height: 1;
    letter-spacing: 0.2em; }
  @media (max-width: 1199px) {
    .intro-text {
      font-size: 13px; } }
  @media (max-width: 991px) {
    .intro-text {
      font-size: 10px; } }
  @media (max-width: 600px) {
    .intro-text {
      font-size: 8px; }
      .intro-text h2 {
        letter-spacing: 0.4em;
        margin-left: -0.4em; } }

/* CONTENT BLOCK
------------------------------------------- */
.content-block {
  position: relative;
  padding: 30px;
  z-index: 200; }
  @media (min-width: 992px) {
    .content-block {
      padding: 40px; } }
  @media (min-width: 1200px) {
    .content-block {
      padding: 40px; } }
  .content-block.no-pad {
    padding: 0; }
  .content-block.no-pad-top {
    padding-top: 0; }
  .content-block.fill-page {
    height: 100%; }

.arrow-top, .arrow-bottom {
  position: relative; }
  .arrow-top:after, .arrow-top:after, .arrow-bottom:after, .arrow-bottom:after {
    content: "";
    z-index: 300;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    background: none;
    border: none;
    border-bottom: 20px solid #fff;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto; }

.arrow-top:after {
  display: block;
  width: 0;
  height: 0;
  background: none;
  border: none;
  border-top: 20px solid #fff;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  bottom: auto;
  top: 0; }

.inverse-all {
  color: rgba(255, 255, 255, 0.7); }
  .inverse-all h1, .inverse-all h2, .inverse-all h3, .inverse-all h4 {
    color: #fff; }

/* TITLES
------------------------------------------- */
.block-title {
  margin: 2em 0;
  line-height: 1; }

.section-title {
  font-size: 1em;
  text-align: center;
  margin: 0 0 4em 0; }
  .section-title h2 {
    font:  1.6em/1em "Montserrat";
    margin: 0 0 1em 0; }
  .section-title p {
    font: 300 1.2em/1.5em "Montserrat";
    margin: 0 auto; }
  .section-title .btn {
    font-size: 0.8em; }
  @media (max-width: 767px) {
    .section-title h2 {
      font-size: 1.4em; } }

.section-title.inverse, .inverse-all .section-title {
  color: rgba(255, 255, 255, 0.7); }
  .section-title.inverse h2, .inverse-all .section-title h2 {
    color: #fff; }
  .section-title.inverse .btn-outline, .section-title.inverse .btn-outline:hover, .inverse-all .section-title .btn-outline, .inverse-all .section-title .btn-outline:hover {
    border: 1px solid #fff;
    color: #fff; }
  .section-title.inverse .btn-outline:hover, .inverse-all .section-title .btn-outline:hover {
    background: rgba(255, 255, 255, 0.1); }

/* CONTENT NAV
------------------------------------------- */
.content-nav {
  position: relative;
  z-index: 400;
  width: 100%; }
  @media (max-width: 991px) {
    .content-nav {
      margin-bottom: 30px; } }
  @media (min-width: 992px) {
    .content-nav {
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .content-nav {
      margin-bottom: 40px; } }
  .content-nav .hlinks > li:hover > a {
    color: #C85050; }
  .content-nav .hlinks > li.active > a {
    opacity: 1;
    background: #C85050;
    color: #fff; }
  .content-nav .hlinks.hlinks-icon-top > li > a {
    padding: 1.6em 1.6em 1.4em 1.6em; }
  .content-nav .hlinks.hlinks-icon-top > li:hover > a {
    opacity: 1;
    color: #2A3744; }
    .content-nav .hlinks.hlinks-icon-top > li:hover > a i {
      opacity: 1;
      color: #C85050; }
  .content-nav .hlinks.hlinks-icon-top > li.active > a {
    opacity: 1;
    background: #C85050;
    color: #fff; }
    .content-nav .hlinks.hlinks-icon-top > li.active > a i {
      opacity: 0.5;
      color: #fff; }
  @media (max-width: 991px) {
    .content-nav .hlinks.hlinks-icon-top > li > a {
      font-size: 0.8em;
      padding: 0.8em 0.8em; } }
  .content-nav .hlinks-bordered > li.active {
    border: none; }
  .content-nav .hlinks-bordered > li.active + li {
    border-left: none; }
  .content-nav .hlinks-icons-only > li > a {
    border: 1px solid #949ba1; }
  .content-nav .hlinks-icons-only > li.active > a {
    border: 1px solid transparent; }

.img-thumbnail,
.btn,
.btn-group .btn,
.btn-group .dropdown-menu,
.btn-group .btn,
.btn-group .btn:first-child:not(:last-child),
.btn-group .btn:last-child:not(:first-child),
.table-bordered,
.table-bordered tr:first-child th:first-child,
.table-bordered tr:first-child th:last-child,
.table-bordered tr:last-child td:first-child,
.table-bordered tr:last-child td:last-child,
.input-group .btn,
.input-group .dropdown-menu,
.input-group .form-control,
.input-group .input-group-addon,
.dropdown-menu,
.dropdown-menu .dropdown-submenu .dropdown-menu,
.form .form-control,
.form .btn,
.form-control,
.label,
.badge,
.alert,
.alert .btn,
.progress,
.breadcrumb,
.tooltip .tooltip-inner,
.popover,
.nav-list-panel,
.nav-tabs li > a,
.tabs-below .nav-tabs li > a,
.tabs-right .nav-tabs li > a,
.tabs-left .nav-tabs li > a,
.nav-tabs .dropdown-menu,
.tabs-below .nav-tabs .dropdown-menu,
.nav-pills li a,
.nav-pills .dropdown-menu,
.navbar,
.navbar .dropdown-menu,
.progress-bar, .progress
.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span,
.pager li a:hover,
.pager li a:focus,
.panel,
.panel-heading,
.panel-body,
.breadcrumb-arrow li:first-child a,
pre, code, .container .jumbotron,
.input-lg, .form-group-lg .form-control,
.modal-header .modal-title, .modal-content,
.panel-group .panel, .panel-group .panel-heading {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  -o-text-shadow: none;
  text-shadow: none; }

/* FORMS
-------------------------------------------*/
.form-control:focus {
  box-shadow: none;
  border: 1px solid #C85050; }

/* BUTTONS
-------------------------------------------*/
.btn-outline {
  color: #2A3744;
  border: 1px solid #2A3744;
  background: none;
  transition: all 0.5s; }
  .btn-outline:hover {
    border: 1px solid #2A3744;
    background-color: #2A3744;
    color: #fff; }
  .btn-outline.outline-thick, .btn-outline.outline-thick:hover {
    border: 2px solid #2A3744; }
  .btn-outline.btn-outline-white {
    color: #fff;
    border: 1px solid #fff; }
    .btn-outline.btn-outline-white:hover {
      border: 1px solid #fff;
      background-color: rgba(255, 255, 255, 0.1); }
  .btn-outline.btn-outline-scolor {
    border: 1px solid #4DB3B3; }
  .btn-outline.btn-outline-pcolor {
    border: 1px solid #C85050; }
  .btn-outline.btn-outline-bcolor {
    border: 1px solid #2A3744; }

.btn-borderless, .btn-borderless:hover, .btn-borderless:active, .btn-borderless:focus {
  border: 1px solid transparent; }

.btn-primary {
  background: #C85050; }
  .btn-primary:hover {
    background: #ae3737; }

.btn-base {
  background: #2A3744;
  color: #fff; }

.btn.btn-inflate {
  padding: 1.1em 2em; }

/* GRID 
-------------------------------------------- */
.space-y {
  margin-top: 15px;
  margin-bottom: 15px; }

.grid-0.row {
  margin-left: 0;
  margin-right: 0; }
.grid-0 .col-xs-1, .grid-0 .col-sm-1, .grid-0 .col-md-1, .grid-0 .col-lg-1, .grid-0 .col-xs-2, .grid-0 .col-sm-2, .grid-0 .col-md-2, .grid-0 .col-lg-2, .grid-0 .col-xs-3, .grid-0 .col-sm-3, .grid-0 .col-md-3, .grid-0 .col-lg-3, .grid-0 .col-xs-4, .grid-0 .col-sm-4, .grid-0 .col-md-4, .grid-0 .col-lg-4, .grid-0 .col-xs-5, .grid-0 .col-sm-5, .grid-0 .col-md-5, .grid-0 .col-lg-5, .grid-0 .col-xs-6, .grid-0 .col-sm-6, .grid-0 .col-md-6, .grid-0 .col-lg-6, .grid-0 .col-xs-7, .grid-0 .col-sm-7, .grid-0 .col-md-7, .grid-0 .col-lg-7, .grid-0 .col-xs-8, .grid-0 .col-sm-8, .grid-0 .col-md-8, .grid-0 .col-lg-8, .grid-0 .col-xs-9, .grid-0 .col-sm-9, .grid-0 .col-md-9, .grid-0 .col-lg-9, .grid-0 .col-xs-10, .grid-0 .col-sm-10, .grid-0 .col-md-10, .grid-0 .col-lg-10, .grid-0 .col-xs-11, .grid-0 .col-sm-11, .grid-0 .col-md-11, .grid-0 .col-lg-11, .grid-0 .col-xs-12, .grid-0 .col-sm-12, .grid-0 .col-md-12, .grid-0 .col-lg-12 {
  padding-right: 0;
  padding-left: 0; }
.grid-0 .space-y {
  margin-top: 0;
  margin-bottom: 0; }

.grid-10.row {
  margin-left: -5px;
  margin-right: -5px; }
.grid-10 .col-xs-1, .grid-10 .col-sm-1, .grid-10 .col-md-1, .grid-10 .col-lg-1, .grid-10 .col-xs-2, .grid-10 .col-sm-2, .grid-10 .col-md-2, .grid-10 .col-lg-2, .grid-10 .col-xs-3, .grid-10 .col-sm-3, .grid-10 .col-md-3, .grid-10 .col-lg-3, .grid-10 .col-xs-4, .grid-10 .col-sm-4, .grid-10 .col-md-4, .grid-10 .col-lg-4, .grid-10 .col-xs-5, .grid-10 .col-sm-5, .grid-10 .col-md-5, .grid-10 .col-lg-5, .grid-10 .col-xs-6, .grid-10 .col-sm-6, .grid-10 .col-md-6, .grid-10 .col-lg-6, .grid-10 .col-xs-7, .grid-10 .col-sm-7, .grid-10 .col-md-7, .grid-10 .col-lg-7, .grid-10 .col-xs-8, .grid-10 .col-sm-8, .grid-10 .col-md-8, .grid-10 .col-lg-8, .grid-10 .col-xs-9, .grid-10 .col-sm-9, .grid-10 .col-md-9, .grid-10 .col-lg-9, .grid-10 .col-xs-10, .grid-10 .col-sm-10, .grid-10 .col-md-10, .grid-10 .col-lg-10, .grid-10 .col-xs-11, .grid-10 .col-sm-11, .grid-10 .col-md-11, .grid-10 .col-lg-11, .grid-10 .col-xs-12, .grid-10 .col-sm-12, .grid-10 .col-md-12, .grid-10 .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px; }
.grid-10 .space-y {
  margin-top: 5px;
  margin-bottom: 5px; }

.grid-20.row {
  margin-left: -10px;
  margin-right: -10px; }
.grid-20 .col-xs-1, .grid-20 .col-sm-1, .grid-20 .col-md-1, .grid-20 .col-lg-1, .grid-20 .col-xs-2, .grid-20 .col-sm-2, .grid-20 .col-md-2, .grid-20 .col-lg-2, .grid-20 .col-xs-3, .grid-20 .col-sm-3, .grid-20 .col-md-3, .grid-20 .col-lg-3, .grid-20 .col-xs-4, .grid-20 .col-sm-4, .grid-20 .col-md-4, .grid-20 .col-lg-4, .grid-20 .col-xs-5, .grid-20 .col-sm-5, .grid-20 .col-md-5, .grid-20 .col-lg-5, .grid-20 .col-xs-6, .grid-20 .col-sm-6, .grid-20 .col-md-6, .grid-20 .col-lg-6, .grid-20 .col-xs-7, .grid-20 .col-sm-7, .grid-20 .col-md-7, .grid-20 .col-lg-7, .grid-20 .col-xs-8, .grid-20 .col-sm-8, .grid-20 .col-md-8, .grid-20 .col-lg-8, .grid-20 .col-xs-9, .grid-20 .col-sm-9, .grid-20 .col-md-9, .grid-20 .col-lg-9, .grid-20 .col-xs-10, .grid-20 .col-sm-10, .grid-20 .col-md-10, .grid-20 .col-lg-10, .grid-20 .col-xs-11, .grid-20 .col-sm-11, .grid-20 .col-md-11, .grid-20 .col-lg-11, .grid-20 .col-xs-12, .grid-20 .col-sm-12, .grid-20 .col-md-12, .grid-20 .col-lg-12 {
  padding-right: 10px;
  padding-left: 10px; }
.grid-20 .space-y {
  margin-top: 10px;
  margin-bottom: 10px; }

.row-table-xs {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .row-table-xs [class^="col-"] {
    display: table-cell;
    float: none; }

@media (min-width: 767px) {
  .row-table-sm {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .row-table-sm [class^="col-"] {
      display: table-cell;
      float: none; } }

@media (min-width: 991px) {
  .row-table-md {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .row-table-md [class^="col-"] {
      display: table-cell;
      float: none; } }

@media (min-width: 1199px) {
  .row-table-lg {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .row-table-lg [class^="col-"] {
      display: table-cell;
      float: none; } }

/* MODALS
-------------------------------------------------- */
.modal {
  z-index: 1000; }

.modal-content {
  -webkit-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1); }

/* TABS
---------------------------------------------------*/
.tab-pane {
  padding: 20px;
  border: 1px solid #ddd;
  border-top: 0;
  background: #fff; }

.tab-content.tab-no-borders .tab-pane {
  padding: 20px 0;
  border: 0;
  background: none; }

.nav-tabs > li > a {
  color: #333;
  border: 1px solid #ddd;
  border-bottom: 0;
  border-right-width: 0;
  margin: 0;
  background: #FAFAFA;
  font-size: 13px;
  padding: 15px 20px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.nav-tabs > li:last-child > a, .nav-tabs > li:last-child.active > a {
  border-right-width: 1px !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-right-width: 0;
  border-top: 2px solid #C85050; }

.nav-tabs > li > a:hover {
  background: #fff;
  border-color: #ddd; }

.nav-tabs-center {
  text-align: center;
  font-size: none; }
  .nav-tabs-center > li {
    float: none;
    display: inline-block; }

.nav-tabs.nav-tabs-line-bottom
.nav-tabs.nav-tabs-line-bottom > li > a {
  background: none;
  border: none; }
.nav-tabs.nav-tabs-line-bottom
.nav-tabs.nav-tabs-line-bottom > li.active > a, .nav-tabs.nav-tabs-line-bottom
.nav-tabs.nav-tabs-line-bottom > li.active > a:hover, .nav-tabs.nav-tabs-line-bottom
.nav-tabs.nav-tabs-line-bottom > li.active > a:focus {
  border: none;
  border-bottom: 3px solid #C85050; }
.nav-tabs.nav-tabs-line-bottom
.nav-tabs.nav-tabs-line-bottom.line-bcolor > li.active > a, .nav-tabs.nav-tabs-line-bottom
.nav-tabs.nav-tabs-line-bottom.line-bcolor > li.active > a:hover, .nav-tabs.nav-tabs-line-bottom
.nav-tabs.nav-tabs-line-bottom.line-bcolor > li.active > a:focus {
  border-bottom: 3px solid #2A3744; }

/* ACCORDION
-------------------------------------------------- */
.panel > .panel-heading {
  padding: 0px 30px; }
  .panel > .panel-heading.heading-iconed {
    padding: 15px; }

.panel-bcolor .panel-heading {
  color: #fff; }
  .panel-bcolor .panel-heading .icon-left {
    background: rgba(255, 255, 255, 0.1); }

.panel-body {
  padding: 30px; }

.panel.panel-borderless {
  border: none; }
  .panel.panel-borderless .panel-body {
    padding: 30px 0; }

.panel-heading .icon-left {
  display: inline-block;
  text-align: center;
  line-height: 35px;
  height: 35px;
  width: 35px;
  font-size: 14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  background: #2A3744;
  font-style: normal; }

/* PAGINATION
------------------------------------- */
.pagination li a {
  border: none;
  background: none;
  border: 1px solid #ddd;
  padding: 0 14px;
  line-height: 35px;
  display: block;
  margin-right: 5px;
  color: #2A3744;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important; }
  .pagination li a:hover {
    background: #e5e5e5; }
  @media (max-width: 767px) {
    .pagination li a {
      padding: 0 14px;
      line-height: 35px; } }
.pagination li:first-child a {
  color: #fff;
  background: #545f69;
  font-size: 15px;
  border-color: transparent; }
  .pagination li:first-child a:hover {
    background: #2A3744; }
.pagination li:last-child a {
  color: #fff;
  background: #C85050;
  border-color: transparent;
  font-size: 15px; }
  .pagination li:last-child a:hover {
    background: #a04040; }
.pagination.align-center {
  width: 100%; }
  .pagination.align-center li {
    display: inline-block; }
    .pagination.align-center li a {
      margin-right: 1px; }

/* PRE
------------------------------------- */
pre {
  padding: 1em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #F1F7FD;
  overflow: auto; }

pre > code {
  white-space: pre; }

/* CALLOUTS
------------------------------------- */
.bs-callout {
  border-left: 3px solid #EEEEEE;
  margin: 20px 0;
  padding: 20px; }

.bs-callout h4 {
  margin: 0 0 5px 0;
  font-size: 14px; }

.bs-callout p {
  margin: 0; }

.bs-callout-warning {
  background-color: #FCF8F2 !important;
  border-color: #F0AD4E; }

.bs-callout-warning h4 {
  color: #F0AD4E; }

.bs-callout-danger {
  background-color: #FDF7F7;
  border-color: #D9534F !important; }

.bs-callout-danger h4 {
  color: #D9534F; }

.bs-callout-info {
  background-color: #F4F8FA;
  border-color: #5BC0DE !important; }

.bs-callout-info h4 {
  color: #5BC0DE; }

.bs-callout-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6 !important; }

/* BUTTONS
-------------------------------------------*/
.btn .icon-left {
  margin-right: 0.5em;
  display: inline-block; }

.btn-borderless, .btn-borderless:hover, .btn-borderless:active, .btn-borderless:focus {
  border: 1px solid transparent; }

.btn-primary, .btn-primary:active, .btn-primary:hover {
  background: #3b5998;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.btn-primary:hover {
  background: #ae3737; }

.btn.btn-secondary {
  color: #fff;
  background: #4DB3B3;
  border: 1px solid rgba(0, 0, 0, 0.1); }
  .btn.btn-secondary:hover {
    background: #3d9090; }

.btn-outline {
  color: #2A3744;
  border: 1px solid #2A3744;
  background: none;
  transition: all 1s; }
  .btn-outline:hover {
    border: 1px solid #2A3744;
    background-color: #2A3744;
    color: #fff; }
  .btn-outline.outline-thick, .btn-outline.outline-thick:hover {
    border: 2px solid #2A3744; }
  .btn-outline.btn-outline-white {
    color: #fff;
    border: 1px solid #fff; }
    .btn-outline.btn-outline-white:hover {
      border: 1px solid #fff;
      background-color: rgba(255, 255, 255, 0.1); }
  .btn-outline.btn-outline-scolor {
    border: 1px solid #4DB3B3; }
  .btn-outline.btn-outline-pcolor {
    border: 1px solid #C85050; }
  .btn-outline.btn-outline-bcolor {
    border: 1px solid #2A3744; }

.btn.btn-inflate {
  padding: 1.1em 2em;
  line-height: 1em; }

/* TYPOGRAPHY
-------------------------------------------------- */
body {
  font: 14px "Roboto", Arial, sans-serif;
  line-height: 1.7em;
  color: #495560; }

.text_lg {
  font-size: 1.3em;
  line-height: 1.7em; }

p, ul, ol, dt, blockquote, figure, pre, table, fieldset {
  margin: 0 0 1.7em 0; }

hr {
  margin: 3.4em 0;
  border: none;
  border-top: 1px solid #ddd; }
  hr.hr-empty {
    border-top: 1px solid transparent; }
  hr.hr-sm {
    margin: 1.7em 0; }
  hr.hr-xs {
    margin: 0.85em 0; }
  hr.hr-lg {
    margin: 5.1em 0; }

h6 {
  font-size: 1.16em;
  line-height: 1.46552em;
  margin: 1.46552em 0 0.7em 0; }

h5 {
  font-size: 1.3456em;
  line-height: 1.26338em;
  margin: 1.26338em 0 0.7em 0; }

h4 {
  font-size: 1.5609em;
  line-height: 1.08912em;
  margin: 1.08912em 0 0.7em 0; }

h3 {
  font-size: 1.81064em;
  line-height: 0.93889em;
  margin: 0.93889em 0 0.7em 0; }

h2 {
  font-size: 2.10034em;
  line-height: 0.80939em;
  margin: 0.80939em 0 0.7em 0; }

h1 {
  font-size: 2.4364em;
  line-height: 0.69775em;
  margin: 0.69775em 0 0.7em 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  color: #2A3744; }

pre {
  padding: 1.7em;
  overflow: auto; }
  pre.no-wrap, pre.no-wrap code {
    white-space: pre; }

blockquote {
  border-left: 5px solid #C85050;
  padding: 1.7em 1.7em 1.7em 2.55em;
  font-size: 1.3456em; }
  blockquote small {
    margin-top: 1.7em;
    color: #C85050; }

img {
  max-width: 100%;
  height: auto; }

a {
  color: #4DB3B3; }

a:hover, a:focus, a:active {
  text-decoration: none; }

a, a:focus, a:active {
  outline: 0;
  text-decoration: none; }

/* UTILITY CLASSES
------------------------------------------- */
.case-u {
  text-transform: uppercase; }

.case-l {
  text-transform: lowercase; }

.case-c {
  text-transform: capitalize; }

[class^="valign-"] {
  display: table-cell;
  width: 100%;
  height: 100%; }

.valign-middle {
  vertical-align: middle; }

.valign-top {
  vertical-align: top; }

.valign-bottom {
  vertical-align: bottom; }

.valigner {
  width: 100%;
  height: 100%;
  display: table; }
  @media (max-width: 767px) {
    .valigner.undo-xs {
      display: block;
      height: auto; } }

.hcenter {
  margin-left: auto;
  margin-right: auto; }

.clear {
  clear: both !important;
  visibility: hidden;
  display: block;
  height: 0; }

.clearfix:before, .pp_nav:before, .pp_details:before, .clearfix:after, .pp_nav:after, .pp_details:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  height: 0; }

.clearfix:after, .pp_nav:after, .pp_details:after {
  clear: both; }

.clearfix, .pp_nav, .pp_details {
  zoom: 1; }

.icon-left {
  margin-right: 10px; }

.icon-right {
  margin-left: 10px; }

.sizing-cbox {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }

.sizing-bbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%; }

.unlist, .menu, .vlist, .hlinks-dropdown, .hlist, .blog-post .meta, .hlinks, .vlinks, .project-details {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0; }
  .unlist > li, .menu > li, .vlist > li, .hlinks-dropdown > li, .hlist > li, .blog-post .meta > li, .hlinks > li, .vlinks > li, .project-details > li {
    padding: 0;
    margin: 0; }

.vlist > li, .hlinks-dropdown > li {
  display: block; }

.hlist, .blog-post .meta {
  font-size: 0;
  zoom: 1; }
  .hlist > li, .blog-post .meta > li {
    display: inline-block;
    font-size: 14px; }

.width-100pc {
  width: 100%; }

.width-80pc {
  width: 80%; }

.width-60pc {
  width: 60%; }

.width-70pc {
  width: 70%; }

.width-50pc {
  width: 50%; }

.width-30pc {
  width: 30%; }

.width-33pc {
  width: 33%; }

.width-40pc {
  width: 40%; }

.height-100pc {
  height: 100%; }

.space-b {
  margin-bottom: 30px; }

@media (max-width: 767px) {



  .space-b-xs {
    margin-bottom: 30px; }

  .space-t-xs {
    margin-top: 30px; }

  .space-t-15-xs {
    margin-top: 15px; }

  .space-y-xs {
    margin-top: 15px;
    margin-bottom: 15px; }

  .width-50pc-xs {
    width: 50%; }

  .width-30pc-xs {
    width: 30%; }

  .width-100pc-xs, .fullw-xs {
    width: 100%; }

  .width-80pc-xs {
    width: 80%; }

  .text-center-xs {
    text-align: center; }

  .block-xs {
    display: block; }

  .height-auto-xs {
    height: auto; }

  .no-pad-xs {
    padding: 0 !important; } }
/* COLOR ICONS 
--------------------------------------------------- */
.color-icons [class*="-facebook"] {
  color: #5371AD; }
.color-icons [class*="-twitter"] {
  color: #2AA9E0; }
.color-icons [class*="-google-plus"] {
  color: #D34829; }
.color-icons [class*="-rss"] {
  color: #EF5C29; }
.color-icons [class*="-pinterest"] {
  color: #CE2127; }
.color-icons [class*="-youtube"] {
  color: #F03434; }
.color-icons [class*="-instagram"] {
  color: #569DC9; }
.color-icons [class*="-flickr"] {
  color: #FF0084; }

.color-icons-borders .icon {
  border: 1px solid rgba(0, 0, 0, 0.1); }

.color-icons-noborders-hovered .icon {
  border-color: transparent; }

.color-icons-bg [class*="-facebook"] {
  background-color: #5371AD;
  color: #fff; }
.color-icons-bg [class*="-twitter"] {
  background-color: #2AA9E0;
  color: #fff; }
.color-icons-bg [class*="-google-plus"] {
  background-color: #D34829;
  color: #fff; }
.color-icons-bg [class*="-rss"] {
  background-color: #EF5C29;
  color: #fff; }
.color-icons-bg [class*="-pinterest"] {
  background-color: #CE2127;
  color: #fff; }
.color-icons-bg [class*="-youtube"] {
  background-color: #F03434;
  color: #fff; }
.color-icons-bg [class*="-instagram"] {
  background-color: #569DC9;
  color: #fff; }
.color-icons-bg [class*="-flickr"] {
  background-color: #FF0084;
  color: #fff; }

.color-icons-hovered [class*="-facebook"]:hover {
  color: #5371AD !important;
  background: #fff; }
.color-icons-hovered [class*="-twitter"]:hover {
  color: #2AA9E0 !important;
  background: #fff; }
.color-icons-hovered [class*="-google-plus"]:hover {
  color: #D34829 !important;
  background: #fff; }
.color-icons-hovered [class*="-rss"]:hover {
  color: #EF5C29 !important;
  background: #fff; }
.color-icons-hovered [class*="-pinterest"]:hover {
  color: #CE2127 !important;
  background: #fff; }
.color-icons-hovered [class*="-youtube"]:hover {
  color: #F03434 !important;
  background: #fff; }
.color-icons-hovered [class*="-instagram"]:hover {
  color: #569DC9 !important;
  background: #fff; }
.color-icons-hovered [class*="-flickr"]:hover {
  color: #FF0084 !important;
  background: #fff; }

.color-icons-bg-hovered [class*="-facebook"]:hover {
  background-color: #5371AD !important;
  color: #fff !important; }
.color-icons-bg-hovered [class*="-twitter"]:hover {
  background-color: #2AA9E0 !important;
  color: #fff !important; }
.color-icons-bg-hovered [class*="-google-plus"]:hover {
  background-color: #D34829 !important;
  color: #fff !important; }
.color-icons-bg-hovered [class*="-rss"]:hover {
  background-color: #EF5C29 !important;
  color: #fff !important; }
.color-icons-bg-hovered [class*="-pinterest"]:hover {
  background-color: #CE2127 !important;
  color: #fff !important; }
.color-icons-bg-hovered [class*="-youtube"]:hover {
  background-color: #F03434 !important;
  color: #fff !important; }
.color-icons-bg-hovered [class*="-instagram"]:hover {
  background-color: #569DC9 !important;
  color: #fff !important; }
.color-icons-bg-hovered [class*="-flickr"]:hover {
  background-color: #FF0084 !important;
  color: #fff !important; }

/* HLINKS
------------------------------------ */
.hlinks {
  display: block;
  font-size: 1em;
  word-spacing: -1em; }
  .hlinks.hlinks-center {
    text-align: center; }
  .hlinks.hlinks-spaced {
    margin-left: -0.3em;
    margin-right: -0.3em; }
    .hlinks.hlinks-spaced > li {
      margin-left: 0.3em;
      margin-right: 0.3em; }
  .hlinks > li {
    display: inline-block;
    margin: 0;
    line-height: 1;
    perspective: 1000px; }
    .hlinks > li.dropdown {
      position: relative; }
    .hlinks > li > a {
      display: table;
      width: 100%;
      height: 100%;
      color: #2A3744;
      padding: 1em 1.5em; }
      .hlinks > li > a span {
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle;
        font:  0.9em/1em "Montserrat";
        text-transform: uppercase; }
  @media (max-width: 991px) {
    .hlinks > li {
      margin: 0.1em 0; } }

.hlinks.hlinks-tabled {
  display: table; }
  .hlinks.hlinks-tabled > li {
    display: table-cell;
    vertical-align: middle; }
  .hlinks.hlinks-tabled.hlinks-spaced {
    margin-left: 0;
    margin-right: 0;
    border-spacing: 0.3em; }
    .hlinks.hlinks-tabled.hlinks-spaced > li {
      margin: 0; }
  .hlinks.hlinks-tabled.hlinks-center, .hlinks.hlinks-tabled.hlinks-spaced.hlinks-center {
    margin-left: auto;
    margin-right: auto; }

.hlinks-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.9em;
  min-width: 250%;
  padding-top: 4px;
  transition: max-height 1s;
  transform-origin: 0 0;
  max-height: 0;
  overflow: hidden;
  text-align: left;
  visibility: hidden; }
  .hlinks-dropdown > li {
    border: 1px solid #949ba1;
    margin-top: -1px; }
    .hlinks-dropdown > li > a {
      padding: 1em;
      display: block;
      background: #fff; }
    .hlinks-dropdown > li:hover > a, .hlinks-dropdown > li.active > a {
      background: #f8f9f9; }

.hlinks > li:hover > .hlinks-dropdown {
  max-height: 1000px;
  visibility: visible; }

.hlinks.hlinks-icon-top > li > a {
  font-size: 0.9em;
  padding: 1.1em 1.8em;
  text-align: center;
  opacity: 0.8; }
  .hlinks.hlinks-icon-top > li > a i {
    font-size: 1.5em;
    display: block;
    margin: 0 0 0.6em 0;
    opacity: 0.5; }

.hlinks.hlinks-bordered > li {
  border-left: 1px dotted rgba(0, 0, 0, 0.1); }
  .hlinks.hlinks-bordered > li:first-child {
    border: none; }

.hlinks.hlinks-icons-only > li > a {
  width: 3em;
  height: 3em;
  text-align: center;
  padding: 0; }
.hlinks.hlinks-icons-only span {
  height: 100%;
  padding: 0; }
.hlinks.hlinks-icons-only i {
  display: block;
  margin: 0;
  opacity: 1; }

.hlinks.hlinks-outline > li {
  border: 1px solid rgba(0, 0, 0, 0.1); }

/* VLINKS
------------------------------------ */
.vlinks > li {
  font-size: 13px; }
  .vlinks > li:last-child {
    margin: 0; }

.vlinks-ruled > li, .vlinks-ruled-dots > li {
  border-bottom: 1px solid rgba(42, 55, 68, 0.1);
  line-height: 3em; }
  .vlinks-ruled > li:last-child, .vlinks-ruled-dots > li:last-child {
    border: none; }

.vlinks-ruled-dots > li {
  border-bottom: 1px dotted rgba(42, 55, 68, 0.1); }

.vlinks-tabled > li .val {
  float: right; }

.vlinks-iconed > li {
  display: block;
  position: relative;
  font-size: 13px;
  padding: 0 0 10px 47px;
  line-height: 1.5em;
  min-height: 35px;
  margin: 0 0 10px 0; }
  .vlinks-iconed > li.centered {
    line-height: 35px; }
  .vlinks-iconed > li .title {
    display: block; }
  .vlinks-iconed > li .meta {
    display: block;
    opacity: 0.5;
    font-size: 0.8em; }
    .vlinks-iconed > li .meta .icon-left {
      margin-right: 12px;
      opacity: 0.5; }
  .vlinks-iconed > li .icon, .vlinks-iconed > li .img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 35px; }
  .vlinks-iconed > li .icon {
    background: #C85050;
    color: #fff;
    line-height: 35px;
    height: 35px;
    text-align: center;
    font-size: 15px; }

.vlinks-iconed.vlinks-alt .icon {
  background: #949ba1;
  color: #C85050; }

.vlinks-iconed.vlinks-round .icon {
  border-radius: 50%; }

/* Sizes */
.vlinks.vlinks-md > li {
  font-size: 14px; }
.vlinks.vlinks-md.vlinks-iconed > li {
  font-size: 14px;
  padding: 0 0 10px 65px;
  line-height: 1.5em;
  min-height: 50px;
  margin: 0 0 10px 0; }
.vlinks.vlinks-md.vlinks-iconed .icon, .vlinks.vlinks-md.vlinks-iconed .img {
  width: 50px; }
.vlinks.vlinks-md.vlinks-iconed .icon {
  line-height: 50px;
  height: 50px;
  font-size: 22px; }
.vlinks.vlinks-lg > li {
  font-size: 15px; }
.vlinks.vlinks-lg.vlinks-iconed > li {
  font-size: 15px;
  padding: 0 0 10px 75px;
  line-height: 1.5em;
  min-height: 60px;
  margin: 0 0 10px 0; }
.vlinks.vlinks-lg.vlinks-iconed .icon, .vlinks.vlinks-lg.vlinks-iconed .img {
  width: 60px; }
.vlinks.vlinks-lg.vlinks-iconed .icon {
  line-height: 60px;
  height: 60px;
  font-size: 27px; }

/* HORIZONTAL MEDIA OBJECT
------------------------------------ */
.hmedia.hmedia-sm {
  font-size: 0.78em; }

.hmedia.hmedia-lg {
  font-size: 1.2em; }

.hmedia {
  display: table;
  width: 100%; }
  .hmedia .hmedia-item, .hmedia .hmedia-body {
    display: table-cell;
    vertical-align: top; }
  .hmedia .hmedia-item .icon i {
    display: block;
    font-size: 3em; }
  .hmedia .hmedia-item .img {
    width: 4em; }
  .hmedia .hmedia-item .icon-box {
    font-size: 2.5em;
    height: 2em;
    width: 2em;
    text-align: center;
    display: table;
    table-layout: fixed; }
    .hmedia .hmedia-item .icon-box i {
      display: table-cell;
      vertical-align: middle; }
  .hmedia .hmedia-body {
    padding: 0 0 0 1.5em;
    width: 100%; }
    .hmedia .hmedia-body .title {
      font: 300 1.2em/1em "Montserrat";
      margin: 0.3em 0;
      display: block; }
    .hmedia .hmedia-body .text {
      line-height: 1.5em;
      margin: 0; }

.hmedia.hmedia-right .hmedia-body {
  padding-left: 0 1.5em 0 0; }

/* VERTICAL MEDIA OBJECT
------------------------------------ */
.vmedia.vmedia-sm {
  font-size: 0.78em; }

.vmedia.vmedia-lg {
  font-size: 1.2em; }

.vmedia {
  text-align: center; }
  .vmedia .vmedia-item {
    margin: 0 0 1.5em 0; }
    .vmedia .vmedia-item .icon i {
      display: inline-block;
      font-size: 3em; }
    .vmedia .vmedia-item .icon-box {
      font-size: 2.5em;
      height: 2em;
      width: 2em;
      text-align: center;
      display: table;
      table-layout: fixed;
      margin: 0 auto; }
      .vmedia .vmedia-item .icon-box i {
        display: table-cell;
        vertical-align: middle; }
  .vmedia .vmedia-body {
    width: 100%; }
    .vmedia .vmedia-body .title {
      font: 300 1.2em/1em "Montserrat";
      margin: 0 0 0.6em 0;
      display: block; }
    .vmedia .vmedia-body .text {
      line-height: 1.5em;
      margin: 0; }

/* LOADERS
------------------------------------ */
/* loader-bars */
.loader-bars {
  width: 4em;
  font-size: 9px;
  height: 8em;
  position: relative;
  margin: 0 auto;
  border: 1px solid transparent;
  display: table; }
  .loader-bars .anim {
    color: #ddd;
    background: #ddd; }
  .loader-bars .anim, .loader-bars .anim:after, .loader-bars .anim:before {
    animation: loader-bars 1s infinite ease-in-out;
    width: 1em;
    height: 3em;
    content: ""; }
  .loader-bars .anim:before, .loader-bars .anim:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background: inherit;
    color: inherit; }
  .loader-bars .anim:before {
    left: 1.5em;
    animation-delay: 0.16s; }
  .loader-bars .anim:after {
    left: 3em;
    animation-delay: 0.32s; }

.loader-bars.white .anim {
  color: #fff;
  background: #fff; }
.loader-bars.black .anim {
  color: #000;
  background: #000; }
.loader-bars.pcolor .anim {
  color: #C85050;
  background: #C85050; }
.loader-bars.bcolor .anim {
  color: #2A3744;
  background: #2A3744; }
.loader-bars.scolor .anim {
  color: #4DB3B3;
  background: #4DB3B3; }

.loader-bars.size-xs {
  font-size: 5px; }
.loader-bars.size-lg {
  font-size: 12px; }

@keyframes loader-bars {
  0%,
  80%,
  100% {
    height: 3em; }
  40% {
    height: 6em; } }
/* CONTACT 
------------------------------------------ */
.contact-form {
  margin: 0 auto; }
  .contact-form .form-control {
    border: none;
    background: #f8f9f9;
    padding: 0 1em;
    height: 3.5em;
    line-height: 30px;
    margin-bottom: 20px; }
    .contact-form .form-control:focus {
      border: 1px solid #4DB3B3;
      background: #fff; }
  .contact-form textarea.form-control {
    height: 15em;
    padding: 1em;
    line-height: 1.5em; }

/* FADER
------------------------------------ */
.fader {
  position: relative; }
  .fader .fader-hidden {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.6s; }
  .fader:hover .fader-hidden, .fader:active .fader-hidden {
    opacity: 1; }
  .fader.fader-inverse .fader-hidden {
    opacity: 1; }
  .fader.fader-inverse:hover .fader-hidden, .fader.fader-inverse:active .fader-hidden {
    opacity: 0; }

/* FLIPPER
------------------------------------ */
.flipper .flipper-sides {
  position: relative;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  .flipper .flipper-sides .front, .flipper .flipper-sides .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden; }
  .flipper .flipper-sides .front {
    position: relative; }
  .flipper .flipper-sides .back {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: rotateY(180deg); }
.flipper:hover .flipper-sides, .flipper:active .flipper-sides {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg); }

/* BLOG
------------------------------------------- */
.blog-post {
  margin: 0 0 3em 0; }
  .blog-post .pic, .blog-post .title {
    display: block; }
  .blog-post .pic {
    position: relative; }
    .blog-post .pic .date {
      position: absolute;
      background: #fff;
      bottom: 1.1em;
      left: 0;
      font-size: 1em;
      text-align: center;
      padding: 0.8em 0 0 0;
      width: 5em; }
      .blog-post .pic .date .day, .blog-post .pic .date .month {
        display: block;
        text-transform: uppercase; }
      .blog-post .pic .date .day {
        font:  2.5em/1 "Montserrat";
        margin: 0 0 0.2em 0;
        color: #516a83; }
      .blog-post .pic .date .month {
        font:  0.8em/1 "Montserrat";
        letter-spacing: 0.25em;
        color: #fff;
        background: #C85050;
        padding: 0.45em 0; }
  .blog-post .title {
    font:  1.5em/1.5em "Montserrat";
    margin: 0.9em 0;
    color: #004980;
    margin-top: 6%;
    font-weight: 800; }
  .blog-post .text {
    margin: 0 0 2em 0; min-height: 160px; }
  .blog-post .btn-more {
    font-size: 0.8em; }
  .blog-post .meta {
    font:  0.8em/1em "Montserrat";
    margin: 0 0 1.5em 0;
    border-top: 1px dashed #e9ebec;
    border-bottom: 1px dashed #e9ebec;
    padding: 1.1em 0; }
    .blog-post .meta > li {
      margin: 0 0.5em 0 0;
      line-height: 1em; }
      .blog-post .meta > li .icon, .blog-post .meta > li a, .blog-post .meta > li span {
        display: inline-block;
        color: #4DB3B3; }
      .blog-post .meta > li .icon {
        opacity: 0.5;
        margin: 0 0.9em 0 0;
        color: #495560; }

/* COMMENTS
------------------------------------------- */
.comments-list {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  width: 100%;
  font-size: 1em; }
  .comments-list > li {
    width: 100%;
    border-bottom: 1px dotted #ddd;
    padding: 2.5em 0; }
    .comments-list > li .avatar {
      display: block;
      border-radius: 50%; }
    .comments-list > li .comment-box p {
      margin: 0 0 1em 0; }
    .comments-list > li .comment-box .username, .comments-list > li .comment-box .time {
      display: block;
      line-height: 1; }
    .comments-list > li .comment-box .username {
      color: #C85050; }
    .comments-list > li .comment-box .time {
      color: #949ba1;
      font-size: 0.9em;
      margin: 0.8em 0 1em 0; }
      .comments-list > li .comment-box .time:hover {
        color: #516a83; }

.comment-form .form-control {
  border: none;
  background: #f8f9f9;
  padding: 0 1em;
  height: 3.5em;
  line-height: 30px;
  margin-bottom: 20px; }
  .comment-form .form-control:focus {
    border: 1px solid #4DB3B3;
    background: #fff; }
.comment-form textarea.form-control {
  height: 15em;
  padding: 1em;
  line-height: 1.5em; }

/* SERVICES 
------------------------------------------- */
.services-grid .col {
  border-right: 1px solid #e9ebec;
  border-bottom: 1px solid #e9ebec; }
@media (min-width: 1200px) {
  .services-grid .col:nth-child(3n) {
    border-right: none; }
  .services-grid .col:nth-last-child(-n+3) {
    border-bottom: none; } }
@media (max-width: 1199px) {
  .services-grid .col:nth-child(2n) {
    border-right: none; }
  .services-grid .col:nth-last-child(-n+2) {
    border-bottom: none; } }

.service.vmedia {
  padding: 3em 2em; }
  .service.vmedia .icon {
    color: #C85050; }
  .service.vmedia .text {
    margin: 0;
    font-size: 0.95em; }
  .service.vmedia .title {
    color: #2A3744; }

/* TESTIMONIALS
------------------------------------ */
.quote {
  text-align: center;
  font-size: 1em;
  padding: 0 2em; }
  .quote .icon {
    display: inline-block;
    font-size: 4em;
    color: #4DB3B3;
    margin: 0 0 0.3em 0; }
  .quote h4 {
    font:  2em/1em "Montserrat";
    margin: 0 0 0.3em 0;
    display: block; }
  .quote .profile {
    font:  1em/1em "Roboto";
    margin: 0 0 1.5em 0;
    display: block; }
  .quote p {
    font: 300 1.2em/1.5em "Montserrat";
    margin: 0 auto; }
    .quote p.size-lg {
      font-size: 1.5em; }
  .quote .btn {
    margin: 2em 0 0 0;
    font-size: 0.9em;
    line-height: 1em;
    padding: 1.1em 1.7em; }

.quote.quote-inverse .profile, .inverse-all .quote .profile {
  color: rgba(255, 255, 255, 0.5); }
.quote.quote-inverse h4, .quote.quote-inverse p, .inverse-all .quote h4, .inverse-all .quote p {
  color: #fff; }

.testimonial-slider.poly-theme-1 .ps-pager {
  position: relative;
  bottom: 0;
  margin-top: 30px; }
  .testimonial-slider.poly-theme-1 .ps-pager .ps-pager-item .bullet {
    width: 10px;
    height: 10px; }

/* TEAM
----------------------------- */
.team-member {
  text-align: center;
  font-size: 1em;
  margin: 2em 0; }
  .team-member .pic {
    margin: 0 0 1.5em 0;
    color: #fff; }
    .team-member .pic .hlinks-icons-only {
      font-size: 0.8em; }
      .team-member .pic .hlinks-icons-only > li {
        background: rgba(255, 255, 255, 0.2);
        margin: 0 0.2em; }
        .team-member .pic .hlinks-icons-only > li > a {
          color: #fff; }
        .team-member .pic .hlinks-icons-only > li:hover {
          background: #fff; }
          .team-member .pic .hlinks-icons-only > li:hover > a {
            color: rgba(42, 55, 68, 0.9); }
  .team-member .text .name, .team-member .text .desc {
    display: block;
    text-transform: uppercase; }
  .team-member .text .name {
    font: 300 1.1em/1em "Montserrat";
    letter-spacing: 0.1em;
    margin: 0 0 0.5em 0;
    color: #2A3744; }
  .team-member .text .desc {
    font: 300 0.8em/1em "Montserrat";
    opacity: 0.7; }

/* VERTICAL PLAN
------------------------------------ */
.vplan {
  margin: 15px 0;
  padding: 50px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center; }
  .vplan .icon, .vplan .price, .vplan .btn {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .vplan .icon {
    display: inline-block;
    text-align: center;
    line-height: 90px;
    height: 90px;
    width: 90px;
    font-size: 36px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background: #C85050;
    margin: 0 auto 20px auto; }
  .vplan .title {
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    line-height: 1;
    font-size: 17px;
    color: #2A3744; }
  .vplan .price {
    color: #C85050;
    display: block;
    margin: 0 0 10px 0; }
    .vplan .price i {
      padding-right: 5px; }
  .vplan .info {
    font-size: 13px;
    line-height: 1.7em;
    margin: 0 auto;
    width: 70%;
    color: #495560; }
  .vplan .items {
    width: 70%;
    margin: 0 auto; }
    .vplan .items > li {
      display: block;
      line-height: 45px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 12px; }
      .vplan .items > li:last-child {
        border: none; }
  .vplan .btn {
    padding: 13px 26px;
    margin-top: 30px; }

.vplan.vplan-featured, .vplan:hover {
  border: 1px solid #C85050;
  box-shadow: 0 0 0 5px #C85050;
  background: #fff; }

.vplan:hover .icon {
  -webkit-transform: scale(1.05) rotate(360deg);
  -moz-transform: scale(1.05) rotate(360deg);
  -o-transform: scale(1.05) rotate(360deg);
  transform: scale(1.05) rotate(360deg); }
.vplan:hover .price {
  -webkit-transform: scale(1.1) ;
  -moz-transform: scale(1.1) ;
  -o-transform: scale(1.1) ;
  transform: scale(1.1) ; }
.vplan:hover .btn {
  -webkit-transform: scale(1.05) ;
  -moz-transform: scale(1.05) ;
  -o-transform: scale(1.05) ;
  transform: scale(1.05) ; }

/* SKILL BARS
------------------------------------------- */
.skill-bars {
  margin: 0 auto;
  font-size: 1em; }
  .skill-bars .skill-bar {
    height: 2.3em;
    margin: 0 0 1.5em 0;
    padding: 0;
    background: #e9ebec; }
    .skill-bars .skill-bar .progress-bar {
      text-align: left; }
    .skill-bars .skill-bar .skill {
      font: 300 1em/1em "Montserrat";
      padding: 0 1.5em;
      line-height: 1em;
      text-transform: capitalize; }
      .skill-bars .skill-bar .skill .val {
        float: right; }
      .skill-bars .skill-bar .skill .icon {
        margin-right: 1em; }
  .skill-bars.inverse .skill-bar {
    background: rgba(255, 255, 255, 0.5); }

/* PORTFOLIO
------------------------------------------- */
.hlinks.portfolio-filter {
  margin-bottom: 2.5em;
  border-spacing: 0.3em; }
  .hlinks.portfolio-filter > li {
    padding: 0 1.5em;
    height: 2.5em; }
  .hlinks.portfolio-filter > li:hover, .hlinks.portfolio-filter li.active {
    background: #2A3744; }
    .hlinks.portfolio-filter > li:hover > a, .hlinks.portfolio-filter li.active > a {
      color: #fff; }
  @media (max-width: 991px) {
    .hlinks.portfolio-filter {
      text-align: center; }
      .hlinks.portfolio-filter > li {
        display: inline-block;
        margin: 4px;
        height: auto;
        padding: 0.5em 1.5em; } }

.project {
  font-size: 1em;
  margin: 1em 0;
  text-align: center;
  border: 1px solid #e9ebec;
  padding: 1em;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1); }
  .project .pic, .project .title {
    display: block; }
  .project .fader-hidden .icon {
    font-size: 2.5em; }
  .project .title {
    font:  1.2em/1em "Montserrat";
    color: #2A3744;
    margin: 1.5em 0 0.5em 0; }
    .project .title:hover {
      color: #C85050; }
  .project .tags {
    font: 300 1em/1em "Montserrat";
    color: #516a83;
    margin: 0 0 0.5em 0; }
    .project .tags a {
      display: inline-block;
      color: inherit;
      margin: 0 0.2em; }
      .project .tags a:hover {
        color: #4DB3B3; }
  .project:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

@media (max-width: 550px) {
  .project-grid .col-xs-6 {
    width: 100%; } }

.project-full .main-pic {
  width: 100%; }
.project-full .title {
  margin: 1.5em 0; }

.project-details {
  border: 1px solid #949ba1;
  font-size: 1em; }
  .project-details > li {
    border-bottom: 1px solid #949ba1;
    padding: 20px; }
    .project-details > li span {
      display: block;
      font: 300 1em/1 "Montserrat";
      margin: 0 0 0.7em 0;
      color: #2A3744; }
    .project-details > li a {
      display: block;
      font:  0.9em/1 "Montserrat";
      color: #516a83; }

/* PRETTY PHOTO
------------------------------------- */
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
  box-shadow: 0 20px 0 -10px rgba(0, 0, 0, 0.1); }

.pp_next, .pp_previous, .pp_expand, .pp_contract, .pp_close, .pp_play, .pp_pause, .pp_arrow_previous, .pp_arrow_next {
  display: block;
  text-indent: 0; }
  .pp_next:after, .pp_previous:after, .pp_expand:after, .pp_contract:after, .pp_close:after, .pp_play:after, .pp_pause:after, .pp_arrow_previous:after, .pp_arrow_next:after {
    text-indent: 0;
    font-size: inherit;
    font-family: "FontAwesome";
    color: #2A3744;
    display: inline-block; }

.pp_next, .pp_previous {
  display: inline-block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  font-size: 16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background: #fff; }

.pp_next {
  right: 10px; }
  .pp_next:after {
    content: "\f054"; }

.pp_previous {
  left: 10px; }
  .pp_previous:after {
    content: "\f053"; }

.pp_nav {
  height: 30px;
  position: relative;
  margin: 10px 0 0 0; }
  .pp_nav .currentTextHolder {
    font-family: Georgia;
    font-style: italic;
    color: #999;
    font-size: 11px;
    left: 90px;
    line-height: 30px;
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0 0 0 10px; }
  .pp_nav .pp_play, .pp_nav .pp_pause, .pp_nav .pp_arrow_previous, .pp_nav .pp_arrow_next {
    display: inline-block;
    text-align: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -1px;
    float: left; }

.pp_play:after {
  content: "\f04b"; }

.pp_pause:after {
  content: "\f04c"; }

.pp_arrow_previous:after {
  content: "\f04a"; }

.pp_arrow_next:after {
  content: "\f04e"; }

.pp_description {
  display: none;
  margin: 0; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.pp_default .pp_description {
  font-size: 11px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 50px;
  position: absolute;
  top: -50px;
  left: -10px;
  width: 100%;
  padding: 0 20px;
  border-right: 10px solid #fff;
  border-left: 10px solid #fff; }

.pp_details {
  height: 60px; }

.pp_expand, .pp_contract {
  cursor: pointer;
  display: none;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 50px;
  top: 20px;
  z-index: 20000; }

.pp_expand:after {
  content: "\f0b2"; }

.pp_contract:after {
  content: "\f066"; }

.pp_close {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  background: #949ba1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 20px;
  top: 10px; }
  .pp_close:after {
    content: "\f00d"; }

div.pp_default .pp_gallery ul li a {
  background: url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa; }

div.pp_default .pp_social {
  margin-top: 7px; }

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto; }

div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px; }

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7; }

div.pp_default .pp_loaderIcon {
  background: url(../images/prettyPhoto/default/loader.gif) center center no-repeat; }

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; }

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; }

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; }

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; }

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; }

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat; }

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px; }

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; }

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; }

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

.pp_content {
  height: 40px;
  min-width: 40px;
  background: #fff;
  padding: 10px; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_social {
  float: left;
  margin: 0;
  display: none; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
  left: 0; }

.pp_gallery {
  display: none;
  left: 50%;
  position: absolute;
  z-index: 10000;
  margin: -150px 0 0 0; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

div.pp_default .pp_content, div.light_rounded .pp_content {
  background-color: #fff; }

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
  color: #000; }

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
  border-color: #fff; }

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
  position: relative; }

.pp_fade, .pp_gallery li.default a img {
  display: none; }

/*

Original style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org>

*/
.hljs {
  display: block;
  background: none;
  -webkit-text-size-adjust: none;
  color: #000; }

.hljs-subst,
.hljs-tag,
.hljs-tag .hljs-attribute,
.hljs-tag .hljs-title,
.nginx .hljs-title {
  color: #2626FF; }

.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
  color: #F95635; }

.smartquote,
.hljs-comment,
.hljs-annotation,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
  color: #49794F; }

.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
  color: #080; }

.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
  color: #88f; }

.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-dartdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.hljs-type,
.hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
  font-weight: bold; }

.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
  font-style: italic; }

.nginx .hljs-built_in {
  font-weight: normal; }

.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5; }

/**** rob injected ****/

@media (min-width: 768px) {
.navbar-right {
    float: right!important;
    margin-right: -15px;
    background-color: #fff;
    border-radius: 5px;
}

.margin-top {        margin-top: 17%;}

}
.hide_main_page {    background-color: transparent;}



  /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 680px) {
		
  img.mobile_logo { max-width: 50px;} 
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
 img.mobile_logo { max-width: 10px;} 
    }
   

@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;
    }
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    position: relative;
    min-height: 120px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
    color: #004980;
    font-weight: 600;
    font-size: 16px;
}

.navbar-nav {
       margin: 4% 0%;
}


@media (min-width: 768px) {
.navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
}
}
/* -----------------------------------------------------------------------------

  FONTS
  
----------------------------------------------------------------------------- */
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/oxygen/oxygen-v5-latin-300.eot");
  src: local("Oxygen Light"), local("Oxygen-Light"), url("../fonts/oxygen/oxygen-v5-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/oxygen/oxygen-v5-latin-300.woff2") format("woff2"), url("../fonts/oxygen/oxygen-v5-latin-300.woff") format("woff"), url("../fonts/oxygen/oxygen-v5-latin-300.ttf") format("truetype"), url("../fonts/oxygen/oxygen-v5-latin-300.svg#Oxygen") format("svg");
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oxygen/oxygen-v5-latin-regular.eot");
  src: local("Oxygen"), local("Oxygen-Regular"), url("../fonts/oxygen/oxygen-v5-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/oxygen/oxygen-v5-latin-regular.woff2") format("woff2"), url("../fonts/oxygen/oxygen-v5-latin-regular.woff") format("woff"), url("../fonts/oxygen/oxygen-v5-latin-regular.ttf") format("truetype"), url("../fonts/oxygen/oxygen-v5-latin-regular.svg#Oxygen") format("svg");
}
@font-face {
  font-family: 'Oxygen';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/oxygen/oxygen-v5-latin-700.eot");
  src: local("Oxygen Bold"), local("Oxygen-Bold"), url("../fonts/oxygen/oxygen-v5-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/oxygen/oxygen-v5-latin-700.woff2") format("woff2"), url("../fonts/oxygen/oxygen-v5-latin-700.woff") format("woff"), url("../fonts/oxygen/oxygen-v5-latin-700.ttf") format("truetype"), url("../fonts/oxygen/oxygen-v5-latin-700.svg#Oxygen") format("svg");
}
/* -----------------------------------------------------------------------------

  BOX SIZING RESET
  
----------------------------------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/* -----------------------------------------------------------------------------

  ROOT ELEMENTS
  
----------------------------------------------------------------------------- */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  color: #6d6d6d;
  background-color: #fff;
  font-family: "Oxygen", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

/* -----------------------------------------------------------------------------

  HEADING ELEMENTS
  
----------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3b3b3b;
  font-weight: 700;
  line-height: 1.2;
}

/* -----------------------------------------------------------------------------

  TEXT ELEMENTS
  
----------------------------------------------------------------------------- */
a {
  color: #28aadc;
  text-decoration: none;
}

a:hover {
  color: #00648c;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

/* -----------------------------------------------------------------------------

  MEDIA ELEMENTS
  
----------------------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

/* -----------------------------------------------------------------------------

  WRAPPER OBJECT
  
----------------------------------------------------------------------------- */
.o-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

/* -----------------------------------------------------------------------------

  CONTAINER OBJECTS
  
----------------------------------------------------------------------------- */
.o-container {
  margin: 0 auto;
  padding: 0 12px;
  max-width: 960px;
}

@media all and (min-width: 480px) {
  .o-container {
    padding: 0 24px;
  }
}
@media all and (min-width: 720px) {
  .o-container {
    padding: 0 48px;
  }
}
/* -----------------------------------------------------------------------------

  HEADER OBJECT
  
----------------------------------------------------------------------------- */
.o-header {
  margin: 0;
  padding: 0;
}

.o-header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #67b5d1;
}

.o-header-nav__link {
  padding: 12px;
  color: #fff;
}

.o-header-nav__link:hover {
  color: #fff;
  background-color: #3184a1;
}

.o-header__title {
  margin: 24px;
  padding: 0;
  color: #818181;
  font-size: 28px;
  font-weight: 300;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-header__title {
    margin: 36px;
    font-size: 42px;
  }
}
/* -----------------------------------------------------------------------------

  MAIN OBJECT
  
----------------------------------------------------------------------------- */
.o-main {
  /**/
}

/* -----------------------------------------------------------------------------

  SUB-NAVIGATION OBJECT
  
----------------------------------------------------------------------------- */
.o-sub-nav {
  margin: 0 0 24px 0;
  padding: 0;
}

.o-sub-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-sub-nav__item {
  margin: 0;
  padding: 4px;
}

.o-sub-nav__link {
  display: block;
  margin: 0;
  padding: 4px 24px;
  border: solid 2px #67b5d1;
}

.o-sub-nav__link:hover,
.o-sub-nav__item.active .o-sub-nav__link {
  color: #fff;
  background-color: #67b5d1;
}

@media all and (min-width: 720px) {
  .o-sub-nav {
    margin: 0 0 48px 0;
  }
}
/* -----------------------------------------------------------------------------

  FOOTER OBJECT
  
----------------------------------------------------------------------------- */
.o-footer {
  padding: 12px 0;
  text-align: center;
}

@media all and (min-width: 480px) {
  .o-footer {
    padding: 24px 0;
  }
}
@media all and (min-width: 720px) {
  .o-footer {
    padding: 48px 0;
  }
}
/* -----------------------------------------------------------------------------

  SLIDE AND PUSH MENUS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #e2e2e2;
  -webkit-transition: -webkit-transform 0.3s;
          transition: transform 0.3s;
}

.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Left and right menus
 *
 * Slide and push menus coming in from the left and right inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.
 */
/**
 * Common modifiers for left/right menus.
 */
.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 300px;
  }
}

.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}

.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}

.c-menu--slide-left .c-menu__close,
.c-menu--slide-right .c-menu__close,
.c-menu--push-left .c-menu__close,
.c-menu--push-right .c-menu__close {
  display: block;
  padding: 12px 24px;
  width: 100%;
}

/**
 * Slide/Push Menu Left.
 */
.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-left,
  .c-menu--push-left {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/**
 * Slide/Push Menu Right.
 */
.c-menu--slide-right,
.c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .c-menu--slide-right,
  .c-menu--push-right {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/**
 * Top and bottom menus
 *
 * Slide and push menus coming in from the top and bottom inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.

/**
 * Common modifiers for top/bottom menus
 */
.c-menu--slide-top,
.c-menu--slide-bottom,
.c-menu--push-top,
.c-menu--push-bottom {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow-x: scroll;
}

.c-menu--slide-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--push-bottom .c-menu__items {
  display: inline-block;
  text-align: center;
}

.c-menu--slide-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--push-bottom .c-menu__item {
  display: inline-block;
  line-height: 60px;
}

.c-menu--slide-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--push-bottom .c-menu__link {
  display: block;
  padding: 0 4px;
  color: #fff;
}

.c-menu--slide-top .c-menu__close,
.c-menu--slide-bottom .c-menu__close,
.c-menu--push-top .c-menu__close,
.c-menu--push-bottom .c-menu__close {
  display: inline-block;
  margin-right: 12px;
  padding: 0 24px;
  height: 60px;
  line-height: 60px;
}

/**
 * Slide/Push Menu Top.
 */
.c-menu--slide-top,
.c-menu--push-top {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}

.c-menu--slide-top.is-active,
.c-menu--push-top.is-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/**
 * Slide/Push Menu Bottom.
 */
.c-menu--slide-bottom,
.c-menu--push-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}

.c-menu--slide-bottom.is-active,
.c-menu--push-bottom.is-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/**
 * Wrapper states.
 *
 * Various wrapper states occur depending on if a menu is pushing into view, in
 * which case, the wrapper has to be pushed by the respective distance.
 */
.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
@media all and (min-width: 320px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px);
  }
}

.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media all and (min-width: 320px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
  }
}

.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
          transform: translateY(60px);
}

.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
      -ms-transform: translateY(-60px);
          transform: translateY(-60px);
}

/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}

/**
 * Close button resets.
 */
.c-menu__close {
  color: #fff;
  background-color: #3184a1;
  font-size: 14px;
  border: none;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.c-menu__close:focus {
  outline: none;
}

/* -----------------------------------------------------------------------------

  MASK COMPONENT
  
----------------------------------------------------------------------------- */
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
          transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
}

/* -----------------------------------------------------------------------------

  BUTTONS
  
----------------------------------------------------------------------------- */
.c-buttons {
  text-align: center;
}


.side_bar_home {
    margin-top: 20px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
    border-top-color: #153e4d;
    position: relative;
    display: block;
    /* padding: 27px 20px 20px 25px; */
    background-color: #fff;
    border-top: 4px solid #232628;
    text-decoration: none !important;
}

.c-button {
    display: inline-block;
    margin: 4px;
    padding: 4px 18px;
    color: #ffffff;
    background: orange;
    font-size: 14px;
    border: solid 2px orange;
    box-shadow: none;
    border-radius: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #FF9800;
}

.c-button:focus {
  outline: none;
}

.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.o-wrapper {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    position: absolute;
      margin-top: 40px;
}

/* -----------------------------------------------------------------------------

  CARBON AD COMPONENT
  
----------------------------------------------------------------------------- */
#carbonads {
  position: fixed;
  bottom: 12px;
  right: 12px;
  z-index: 1000;
  padding: 24px 12px 12px 12px;
  width: 154px;
  background-color: #fff;
  line-height: 1.1;
  border: solid 1px #e7e7e7;
}

.carbon-wrap {
  display: block;
  margin: 0 0 4px 0;
}

.carbon-img {
  display: block;
  margin: 0 0 4px 0;
  padding: 0;
  width: 130px;
  height: 100px;
}

.carbon-text {
  color: #818181;
  font-size: 12px;
}

.carbon-poweredby {
  font-size: 10px;
  font-style: italic;
}

.carbonad__close {
  display: block;
  position: absolute;
  top: 0;
  left: 12px;
  height: 24px;
  font-size: 11px;
  line-height: 24px;
}

@media all and (max-width: 660px) {
  #carbonads {
    display: none;
  }
}

.panel-group {
    margin-bottom: 20px;
    background: #fff;
}

.light_grey_bg {padding: 15px}

.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #ddd;
}

.accordion li.open .link {
    color: #0090FF;
}
.panel-title a {
    cursor: pointer;
    display: block;
    padding: 10px 33px 10px 10px;
    color: #4D4D4D;
    font-size: 12px;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.panel a {

    color: #4D4D4D;
    font-size: 12px;

}

body {font-family: 'Montserrat', sans-serif!important;}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    width: 100%;
}




/* Banner */

	#banner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 130vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
	}

		#banner h2 {
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			display: inline-block;
			font-size: 2.75em;
			opacity: 1;
			padding: 0.35em 1em;
			z-index: 1;
      color: #fff;
		}

			#banner h2:before, #banner h2:after {
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #fff;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}

			#banner h2:before {
				top: 0;
				left: 0;
			}

			#banner h2:after {
				bottom: 0;
				right: 0;
			}

		#banner p {
			letter-spacing: 0.225em;
			text-transform: uppercase;
  		color: #fff;
      margin-top: 20px;
		}

			#banner p a {
				color: inherit;
			}

		#banner .more {
			-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
			-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
			transition: transform 0.75s ease, opacity 0.75s ease;
			-moz-transition-delay: 3.5s;
			-webkit-transition-delay: 3.5s;
			-ms-transition-delay: 3.5s;
			transition-delay: 3.5s;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			border: none;
			bottom: 0;
			color: inherit;
			font-size: 0.8em;
			height: 8.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 1;
		}

			#banner .more:after {
				background-image: url("/css/images/arrow.png?31944cb242767c2c96d247a1e8a43023881bee6c");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				bottom: 4em;
				content: '';
				display: block;
				height: 1.5em;
				left: 50%;
				margin: 0 0 0 -0.75em;
				position: absolute;
				width: 1.5em;
			}

		#banner:after {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			-moz-transition: opacity 3s ease-in-out;
			-webkit-transition: opacity 3s ease-in-out;
			-ms-transition: opacity 3s ease-in-out;
			transition: opacity 3s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			content: '';
			background: #2e3842;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}

		@media screen and (max-width: 736px) {

			#banner {
				padding: 7em 3em 5em 3em ;
				height: auto;
				min-height: 0;
			}

				#banner h2 {
					font-size: 1.25em;
				}

				#banner br {
					display: none;
				}

				#banner .more {
					display: none;
				}

		}

	body.is-loading #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-loading #banner h2:before, body.is-loading #banner h2:after {
			width: 0;
		}

	body.is-loading #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-loading #banner:after {
		opacity: 1;
	}

.inner {

      max-width: 900;
    background: rgba(0, 0, 0, 0.54);
    padding: 24px;
      margin-top: 20%;
}


@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
  
  
.inner {
      margin-top: 17%;
}
}

.navbar-brand>img {
    display: block;
    max-width: 100px;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

a {
    color: #004980;
    text-decoration: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 10px;
}

.home_i {   
      font-size: 18px;
    background: #4f81a7;
    color: #fff;
    padding: 4px;
    border-radius: 23px;
}
@media only screen and (min-width: 200px) {

  .kill_margin_laptop {
     margin-right: 0px;
}
  
}


.img_header {    
  max-width: 100px;
    display: block;
    margin: 0px auto;}


.btn-primary {
    border-radius: 25px;
}
table.home_box_cont {

    padding: 10px;
    max-width: 350px;
    display: block;
    margin: 0px auto;
    font-size: 13px;
    font-weight: 400;
}
table.home_box_cont td {
padding: 3px 5px!important;}
