/* ==================================================================
	FONTS
================================================================== */
@font-face {
  font-family: 'montserratregular';
  src: url("/assets/fonts/montserrat-regular-webfont.eot");
  src: url("/assets/fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/montserrat-regular-webfont.woff2") format("woff2"), url("/assets/fonts/montserrat-regular-webfont.woff") format("woff"), url("/assets/fonts/montserrat-regular-webfont.ttf") format("truetype"), url("/assets/fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratbold';
  src: url("/assets/fonts/montserrat-bold-webfont.eot");
  src: url("/assets/fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/montserrat-bold-webfont.woff2") format("woff2"), url("/assets/fonts/montserrat-bold-webfont.woff") format("woff"), url("/assets/fonts/montserrat-bold-webfont.ttf") format("truetype"), url("/assets/fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("/assets/fonts/opensans-regular-webfont.eot");
  src: url("/assets/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/opensans-regular-webfont.woff2") format("woff2"), url("/assets/fonts/opensans-regular-webfont.woff") format("woff"), url("/assets/fonts/opensans-regular-webfont.ttf") format("truetype"), url("/assets/fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sanslight';
  src: url("/assets/fonts/opensans-light-webfont.eot");
  src: url("/assets/fonts/opensans-light-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/opensans-light-webfont.woff2") format("woff2"), url("/assets/fonts/opensans-light-webfont.woff") format("woff"), url("/assets/fonts/opensans-light-webfont.ttf") format("truetype"), url("/assets/fonts/opensans-light-webfont.svg#open_sanslight") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]::before, [class*=" icon-"]::before {
  font-weight: bold !important; }

/* ==================================================================
	GENERAL STYLES
================================================================== */
body {
  color: #666;
  font-size: 15px;
  font-family: 'open_sansregular'; }

li {
  list-style-type: none !important; }

strong {
  color: #666;
  font-family: "montserratregular", sans-serif; }

h1, h2, h3, h4, h5, h6 {
  font-family: "montserratregular", sans-serif;
  letter-spacing: 0;
  text-transform: none; }

h1 {
  font-size: 26px;
  color: #a1a0a0;
  margin-bottom: 30px; }

h1.promo {
  font-size: 40px;
  color: #a1a0a0;
  margin-bottom: 30px;
  letter-spacing: -0.02em; }

h2 {
  font-size: 20px;
  margin-bottom: 15px; }

h3 {
  font-size: 20px;
  color: #77acc3;
  margin-bottom: 15px; }

h4 {
  color: #77acc3;
  font-size: 13px; }

h5 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #77acc3; }

h5.pack {
  font-size: 16px;
  margin-bottom: 5px;
  color: #77acc3;
  margin-top: 5px; }

h5.office {
  margin-bottom: 15px; }

h6 {
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 10px; }

h6.title {
  color: #77acc3; }

p {
  font-size: 13px;
  line-height: 1.5em;
  margin-top: 5px;
  margin-bottom: 10px; }

p.space {
  margin-top: 40px; }

p.emphasis {
  font-weight: normal;
  margin-bottom: 0;
  font-family: "montserratregular", sans-serif;
  margin-top: 10px; }

p.name {
  font-weight: normal;
  margin-bottom: 0;
  font-size: 18px !important;
  color: #4b545a;
  font-family: "montserratregular", sans-serif; }

p.copyright {
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: .8em; }

p.copyright a {
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

p.copyright a:hover {
  color: #4b545a; }

p.title {
  margin-top: -10px; }

p.pack {
  font-weight: normal;
  margin-bottom: 6px;
  font-family: "montserratregular", sans-serif;
  font-size: 1em; }

p.pack_dark {
  color: #444;
  font-weight: normal;
  margin-bottom: 6px;
  font-family: "montserratregular", sans-serif;
  font-size: 1em; }

p img {
  margin-bottom: 10px; }

.accordion-toggle-2 .panel-heading i, .accordion-toggle-2 .panel-heading h3 {
  color: #77acc3; }

.widget-title {
  display: block;
  padding: 0;
  position: relative; }

/*.more a {
	color:#6493a9;
	font-weight:normal;
}*/
/*.more a {
    background: #01dbff none repeat scroll 0 0;
    border-radius: 40px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    height: 55px;
    line-height: 55px;
    width: 55px;
}
.more a:hover {
	color:#4b545a;
	font-weight:normal;
}*/
.more a {
  color: #6493a9;
  font-weight: normal;
  height: 55px;
  line-height: 55px;
  width: 55px;
  border-radius: 40px;
  background: #fff none repeat scroll 0 0;
  display: inline-block;
  text-align: center; }

.more a:hover {
  background: #01dbff none repeat scroll 0 0;
  border-radius: 40px;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  height: 55px;
  line-height: 55px;
  width: 55px; }

a.dark {
  color: #77acc3; }

a:hover.dark {
  color: #444; }

.c2 li, .c3 li, .c1 li {
  list-style: outside none none;
  margin: 3px 15px 3px 30px;
  color: #77acc3; }

.c2 li a, .c3 li a, .c1 li a {
  font-family: 'open_sansregular'; }

ol.c3 {
  margin-bottom: 20px; }

.c3 li span {
  margin-left: -30px;
  padding-right: 8px; }

.c3 img {
  margin-left: -30px;
  margin-top: 6px; }

.align-center {
  text-align: center; }

.align-center img {
  text-align: center;
  margin: 0 auto 20px auto; }

.post-title .pull-right span, .bootstrap-select .fa-angle-down, .input-group-addon i, .rating i, a, .topbar-drops i, .sidebar li a:hover, .sidebar li a:focus, .yamm .dropdown-menu li h3 i, .yamm .yamm-content li a:hover, .yamm .yamm-content li a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .breadcrumb > li + li::before, .c3 span, .c1 li::before {
  color: #77acc3;
  font-weight: inherit;
  font-family: "montserratregular", sans-serif; }

.margin {
  margin-top: 40px !important; }

.section {
  padding: 20px 0 60px; }

.section-content {
  background-color: #f7f7f8;
  display: block;
  overflow: hidden;
  padding: 20px 0 60px;
  position: relative; }

.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 20px; }

.contact-info ul {
  margin-bottom: 30px; }

.contact-info ul li {
  font-size: 12px;
  list-style: outside none none;
  margin-top: 0; }

li.pdf {
  list-style-image: url(/assets/images/icon-pdf.png);
  margin: 0 0 0 40px;
  height: 100%;
  line-height: 60%;
  height: 45px;
  line-height: 45px; }

.pdf > a {
  display: inline-block;
  height: 100%;
  line-height: 120%;
  vertical-align: middle; }

img {
  border-style: none; }

.separator-10px {
  margin-top: 10px; }

.separator-20px {
  margin-top: 20px; }

.separator-30px {
  margin-top: 30px; }

.separator-40px {
  margin-top: 40px; }

/* ==================================================================
	WRAPPERS
================================================================== */
.container {
  margin-top: 0; }

.margin {
  margin-top: 60px; }

/* ==================================================================
	VIDEO WRAPPERS
================================================================== */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
  margin-top: 20px; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.screen {
  width: 100%;
  max-width: 456px;
  height: 100%;
  max-height: 280px; }

.xero {
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 200px; }

.worksmart {
  width: 100%;
  max-width: 200px;
  height: 100%;
  max-height: 47px;
  margin-top: 30px;
  display: block; }

.promos {
  width: 100%;
  max-width: 455px;
  height: 100%;
  max-height: 367px; }

/* ==================================================================
	COLOR SCHEMES
================================================================== */
.home-form .nav-tabs > li.active > a, .home-form .nav-tabs > li > a:hover, .home-form .nav-tabs > li.active > a:focus, .slider-btn .btn-white:hover, .tp-caption.slider-btn .btn-white:hover, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .icon-container, .dash .digit, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white, .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .pricing-table-footer, .pricing-table-header, .yellow, .panel-default > .panel-heading, .c2 li span, .btn-primary {
  /*background-color: #77acc3;
  border-color: #77acc3;*/
  background-color: #01dbff;
  border-color: #01dbff; }

.form-control:focus {
  border-color: #6493a9;
  box-shadow: none; }

/* ==================================================================
	HEADER
================================================================== */
.topbar {
  background-color: #f9f9f9;
  /*z-index:1001;*/
  display: block;
  color: #cdcdcd;
  font-family: "montserratregular", sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: .03em;
  z-index: 999; }
  .topbar a {
    color: #cdcdcd;
    font-family: "montserratregular", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .03em;
    z-index: 999; }
  .topbar p {
    color: #cdcdcd;
    font-family: "montserratregular", sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .03em;
    z-index: 999; }
  .topbar li {
    border-left: none; }
    .topbar li a:hover {
      color: #9dc5d7; }
    .topbar li:last-child {
      border-right: none; }
  .topbar-social i {
    color: #9dc5d7;
    vertical-align: middle !important;
    /*Temporarily disabled till accounts created
        display:none;*/ }
  .topbar-social .active a {
    color: #9dc5d7 !important; }
  .topbar-social li:hover {
    background: #ffffff !important; }

.topbar-country {
  float: left !important;
  text-align: center !important;
  display: inline; }
  .topbar-country i {
    color: #9dc5d7;
    line-height: 15px;
    font-size: 15px; }
  .topbar-country li {
    height: 52px;
    line-height: 52px;
    display: table-cell;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .topbar-country li:hover {
      background: #ffffff !important;
      padding: 0 15px; }
    .topbar-country li.active {
      /*background: #ffffff !important;*/
      padding: 0 15px;
      height: 52px;
      line-height: 52px;
      display: table-cell; }
      .topbar-country li.active a {
        color: #9dc5d7 !important; }

a, .btn {
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.header {
  padding-bottom: 0;
  margin-top: 0;
  border-bottom: none; }

.navbar-brand > img {
  margin: 10px 0;
  width: 272px;
  height: 85px; }

.pull-right {
  margin-right: 65px; }

.pull-left {
  margin-left: 32px;
  display: none; }

.fixedheader {
  top: 50px;
  background: #ffffff !important; }

/* ==================================================================
	NAV
================================================================== */
.navbar-header {
  margin-bottom: 30px; }

.navbar-nav {
  padding-top: 46px; }

.navbar-brand {
  height: 100px;
  padding: 15px 15px 15px 0; }

.propertysuite-title hr, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-nav > li > a.active, .navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
  border-color: #9dc5d7; }

.navbar-nav > li > a {
  font-family: 'montserratregular', serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #999999;
  letter-spacing: .03em; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-nav > li > a.active, .navbar-nav > li > a:focus, .navbar-nav > li > a:hover, .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a.active, .navbar-nav > li > a:active {
  background: none !important; }

.propertysuite-title hr, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-nav > li > a.active, .navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
  /*border-color: $site-primary;*/
  /*color: $site-primary;*/
  border-color: #01dbff;
  color: #555; }

#navigation > p {
  color: #9dc5d7;
  font-family: 'montserratregular', serif;
  font-size: 19px;
  margin-bottom: -54px;
  margin-right: 80px;
  margin-top: 26px;
  text-align: right;
  z-index: 998; }

#navigation > p span {
  color: #777; }

.yamm-content h4 {
  padding: 0;
  margin: 10px 0 7px 0; }

/* ==================================================================
	IMAGES
================================================================== */
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  margin-bottom: 25px;
  max-width: 100%; }

/* ==================================================================
	SIDEBAR NAV
================================================================== */
.sidebar {
  background: #434a4e; }

.sidebar li {
  font-family: 'montserratregular', serif;
  border-bottom: 1px solid #434a4e; }

.sidebar li li, .sidebar li li a {
  font-weight: normal;
  text-transform: none;
  color: #afafaf;
  border-bottom: none !important;
  margin: 0 0 0 8px;
  list-style: none;
  font-size: .9em;
  padding: 0; }

.sidebar ul ul {
  margin: -5px 0 15px 0; }

.sidebar a, .sidebar i {
  color: #afafaf; }

.sidebar-social {
  margin: 25px 0 0 8px;
  /*Temporarily disabled till accounts created */
  display: none; }

.sidebar-social a i {
  color: #afafaf !important;
  border: 2px solid #afafaf;
  padding: 12px 10px 3px 10px;
  border-radius: 30px;
  margin: 25px 0 0 0;
  height: auto;
  width: auto; }

.sidebar-social a:hover i {
  background-color: rgba(75, 84, 90, 0.5);
  color: #fff !important; }

.sidebar-secondary-links {
  margin: 25px 0 0 15px;
  font-size: .8em;
  text-transform: none !important;
  border: none; }

.sidebar-secondary-links li {
  text-transform: none !important;
  border: none;
  list-style: none; }

/* ==================================================================
	SLIDER
================================================================== */
.slider-title, .tp-caption.slider-title {
  font-family: 'montserratbold', serif;
  text-align: left;
  color: #434a4e;
  letter-spacing: 0 !important;
  font-size: 40px;
  line-height: 1em; }

.slider-title1, .tp-caption.slider-title1 {
  text-align: left;
  font-size: 30px;
  line-height: 1.2em;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.3);
  font-family: 'montserratregular', serif; }

.slider-title2, .tp-caption.slider-title2 {
  text-align: left; }

.slider-btn .btn-white, .tp-caption.slider-btn .btn-white {
  color: #434a4e; }

/* ==================================================================
	PAGE HEADERS
================================================================== */
/*
@mixin page-headers() {
    background-size:cover;
    display: block;
    height: 200px;
    padding: 0;
    position: relative;
    text-align: center;
}

#page-header-features {
    background: url(/assets/images/page-header-features.jpg) no-repeat scroll center center;
    @include page-headers();
}
#page-header-crm {
    background: url(/assets/images/page-header-crm.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-listings {
    background: url(/assets/images/page-header-listings.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-finance {
    background: url(/assets/images/page-header-finance.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-web {
    background: url(/assets/images/page-header-web.jpg) no-repeat scroll center center;
    @include page-headers();
}
#page-header-email {
    background: url(/assets/images/page-header-email.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-media {
    background: url(/assets/images/page-header-media.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-rentals {
    background: url(/assets/images/page-header-rentals.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-mobile {
    background: url(/assets/images/page-header-mobile.jpg) no-repeat scroll center center;
    @include page-headers();
}
#page-header-usability {
    background: url(/assets/images/page-header-usability.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-planning {
    background: url(/assets/images/page-header-planning.jpg) no-repeat scroll center center;
    @include page-headers();
}
#page-header-support {
    background: url(/assets/images/page-header-support.jpg) no-repeat scroll center center;
    @include page-headers();
}

#page-header-xero {
    background: url(/assets/images/page-header-xero.jpg) no-repeat scroll center center;
    @include page-headers();
}

#page-header-about {
    background: url(/assets/images/page-header-about.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-our-team {
    background: url(/assets/images/page-header-our-team.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-why-us {
    background: url(/assets/images/page-header-why-us.jpg) no-repeat scroll center right;
    @include page-headers();
}

#page-header-partners {
    background: url(/assets/images/page-header-partners.jpg) no-repeat scroll center center;
    @include page-headers();
}
#page-header-our-clients {
    background: url(/assets/images/page-header-our-clients.jpg) no-repeat scroll center center;
    @include page-headers();
}
#page-header-testimonials {
    background: url(/assets/images/page-header-testimonials.jpg) no-repeat scroll center right;
    @include page-headers();
}
#page-header-contact {
    background: url(/assets/images/page-header-contact.jpg) no-repeat scroll center right;
    @include page-headers();
}
*/
/* ==================================================================
	ACCORDION
================================================================== */
.panel-heading {
  border-radius: 0 !important;
  padding: 10px 12px; }

.accordion-toggle > img {
  margin-right: 10px; }

.accordion-toggle-2 .panel-heading i, .accordion-toggle-2 .panel-heading h3 {
  color: #444444;
  float: left;
  display: block;
  line-height: 50px; }

.accordion-toggle > img {
  margin-right: 10px;
  display: inline-block;
  height: 50px;
  clear: both;
  float: left; }

.panel-title {
  color: inherit;
  font-size: 16px;
  height: 50px;
  margin-bottom: 0;
  margin-top: 0; }

.panel-heading i {
  font-size: 21px;
  margin: 2px -2px; }

.panel-title h6 {
  line-height: 50px;
  color: #77acc3; }

/* ==================================================================
	TESTIMONIALS
================================================================== */
#testimonials-section .panel-body > table {
  margin: 0; }
  #testimonials-section .panel-body > table tr {
    background: transparent; }
  #testimonials-section .panel-body > table td {
    padding: 0;
    vertical-align: top;
    border: none;
    display: block; }
    @media (max-width: 767.98px) {
      #testimonials-section .panel-body > table td {
        width: 100%;
        float: none;
        clear: none; }
        #testimonials-section .panel-body > table td:first-child {
          margin: 0 auto; } }
    @media (min-width: 992px) {
      #testimonials-section .panel-body > table td:first-child {
        width: 150px;
        float: right;
        clear: none; } }
    @media (min-width: 992px) {
      #testimonials-section .panel-body > table td:last-child {
        float: none;
        display: block;
        clear: none;
        /* width: 84%; */
        padding-right: 170px; } }
    #testimonials-section .panel-body > table td:last-child > img {
      float: right;
      display: inline;
      margin: 0 20px 20px 40px; }

/* ==================================================================
	RESPONSIVE RULES
================================================================== */
@media (min-width: 1000px) {
  .tp-leftarrow.tparrows.default.preview3 {
    top: 402px !important; }

  .tp-rightarrow.tparrows.default.preview3 {
    top: 402px !important; }

  .tp-leftarrow.tparrows.default.preview2 {
    top: 402px !important; }

  .tp-rightarrow.tparrows.default.preview2 {
    top: 402px !important; }

  .tparrows.preview2::after {
    font-size: 22px !important;
    top: 47% !important; }

  .tparrows.preview2:hover {
    /*background: none repeat scroll 0 0 #77acc3!important;*/
    background: none repeat scroll 0 0 #01dbff !important; }

  .tparrows.preview2 .tp-arr-titleholder {
    color: #fff !important;
    font-family: 'montserratregular', serif;
    letter-spacing: 0.1em;
    font-size: 12px !important; }

  .tparrows.preview2:hover::after {
    color: #fff !important; }

  .margin-top a, .slider-btn .btn, .tp-caption.slider-btn .btn {
    margin: 0;
    font-family: 'montserratregular', serif;
    padding: 0 !important;
    letter-spacing: 0.1em;
    height: 70px;
    width: 70px;
    line-height: 67px; } }
@media (max-width: 1024px) {
  .navbar-nav > li > a {
    font-size: 0.75em !important; }

  .intro {
    margin-right: 10px;
    margin-bottom: 50px; }

  .margin-top a, .slider-btn .btn, .tp-caption.slider-btn .btn {
    margin: 0;
    font-family: 'montserratregular', serif;
    padding: 0 !important;
    letter-spacing: 0.1em;
    height: 70px;
    width: 70px;
    line-height: 77px; }

  #navigation > p {
    margin-right: 20px;
    font-size: 1em; }

  .align-center img {
    text-align: center;
    margin: 20px auto 20px auto; } }
@media (min-width: 992px) {
  #back-top {
    position: fixed;
    bottom: 30px;
    margin-left: 16px !important;
    z-index: 9999; } }
@media (max-width: 768px) {
  .header {
    padding: 10px 0; }

  #navigation > p {
    display: none; }

  .navbar-collapse, .navbar {
    border: 0 none;
    margin: 0; }

  .navbar-nav > li > a {
    padding: 10px 7px; }

  .margin-top a, .slider-btn .btn, .tp-caption.slider-btn .btn {
    padding: 10px 0 0 0 !important; }

  .copyrights .text-left, .copyrights .text-right {
    margin-bottom: 20px; }

  #back-top {
    position: fixed;
    bottom: 40px !important;
    /*left:12%!important;*/
    left: 30px !important;
    right: 100% !important;
    z-index: 9999; }

  .navbar-nav > li > a {
    padding: 40px 7px; }

  .fixedheader {
    top: 0; }

  .topbar {
    min-height: 0;
    line-height: 10px; }

  .topbar .pull-left {
    float: left !important; }

  .topbar .pull-right {
    margin-right: 32px;
    float: right !important; }

  .yamm-content h4 {
    padding: 0;
    margin: 10px 0 7px 0; } }
@media (max-width: 600px) {
  .header {
    border-bottom: none !important;
    padding-top: 0 !important; }

  .navbar-collapse, .navbar {
    border: 0 none;
    margin: 0 0 5px 0 !important; }

  .navbar-nav > li > a {
    padding: 10px 7px; }

  h3 {
    margin-top: 42px; }

  .tp-leftarrow.tparrows.defaul .margin-top a, .slider-btn .btn, .tp-caption.slider-btn .btn {
    padding: 15px !important; }

  .margin-top a, .slider-btn .btn, .tp-caption.slider-btn .btn {
    margin: 5px 0 0 0;
    font-family: 'montserratregular', serif;
    padding: 0 !important;
    background: none;
    font-size: .8em; }

  .social-footer a i {
    margin: 20px 0 0 0; }

  .section {
    padding: 20px 0 60px; }

  .videoWrapper {
    height: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    padding-bottom: 56.25%;
    padding-top: 25px;
    position: relative; }

  .screen {
    margin-top: 30px; }

  .footer {
    background-color: #d7e7ee;
    color: #676767;
    font-size: 15px;
    padding: 20px 0 60px !important; }

  .intro {
    margin-right: 0 !important; }

  .copyrights {
    background-color: #9dc5d7; }

  .intro {
    margin-bottom: 40px; }

  #back-top {
    position: fixed;
    bottom: 40px !important;
    left: 22% !important;
    right: 100% !important;
    z-index: 9999; } }
@media (max-width: 480px) {
  .col-xs-6 {
    width: 100%; }

  img.testimonials {
    float: none;
    display: block;
    margin: 0 auto 20px auto; }

  .align-center img {
    margin: 20px auto;
    text-align: center; }

  #back-top {
    bottom: 10px !important;
    left: 45% !important;
    position: fixed;
    right: 100% !important;
    z-index: 9999; } }
/* ==================================================================
	TABLES
================================================================== */
/*
Generic Styling, for Desktops/Laptops
*/
table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'montserratregular', serif;
  margin-top: 50px;
  margin-bottom: 10px; }

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #f7f7f8; }

.blank {
  background: #f7f7f8;
  border: none;
  padding: 5px 0; }

.dot {
  height: 50px;
  vertical-align: middle;
  text-align: center;
  margin: auto auto;
  line-height: 35px; }

.dot_blank {
  height: 50px;
  vertical-align: middle;
  text-align: center;
  margin: auto auto;
  line-height: 35px; }

th {
  background: #77acc3;
  color: white;
  font-family: 'montserratregular', serif; }

td, th {
  padding: 10px;
  border: 1px solid #dedede;
  text-align: left; }

table a {
  color: #77acc3; }

table a:hover {
  color: #444; }

/* ==================================================================
	FOOTER
================================================================== */
.section-bottom {
  border-bottom: none; }

.footer {
  background-color: #eff1f2;
  color: #676767;
  font-size: 15px;
  padding: 80px 0 60px; }

.widget-title h3 {
  color: #9dc5d7;
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0;
  font-family: 'montserratregular'; }

.textwidget p, p.textwidget, .intro p {
  font-size: 14px !important; }

.widget p {
  font-size: 12px; }

.copyrights {
  background-color: #9dc5d7; }

.intro {
  margin-right: 50px; }

.social-footer a i {
  color: #fff !important;
  border: 2px solid #fff;
  padding: 12px 10px 3px 10px;
  border-radius: 30px;
  margin: 0;
  height: auto;
  width: auto;
  /*Temporarily disabled till accounts created */
  display: none; }

.social-footer a:hover i {
  background-color: rgba(75, 84, 90, 0.5);
  color: #fff !important; }

.widget > img {
  margin: 0;
  width: 234px;
  height: 74px; }

/* ==================================================================
	BACK TO TOP
================================================================== */
#back-top {
  position: fixed;
  bottom: 20px;
  right: 50%;
  z-index: 9999; }

#back-top a {
  width: 40px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #bbb;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s; }

#back-top a:hover {
  color: #000; }

/* arrow icon (span tag) */
#back-top span {
  width: 40px;
  height: 40px;
  display: block;
  margin-bottom: 7px;
  /*background: url(/assets/images/up-arrow.png) no-repeat center center rgba(125, 179, 203, 0.5);*/
  background: url(/assets/images/up-arrow.png) no-repeat center center rgba(1, 219, 255, 0.5);
  /* rounded corners */
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  /*border:1px solid #fff;*/ }

#back-top a:hover span {
  background-color: rgba(75, 84, 90, 0.5); }

/*# sourceMappingURL=custom.css.map */
