/** #### Fonts #### **/
@font-face {
  font-family: 'kreonlight';
  src: url('/application/themes/berkeley/css/fonts/kreon-light-webfont.eot');
  src: url('/application/themes/berkeley/css/fonts/kreon-light-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/berkeley/css/fonts/kreon-light-webfont.woff2') format('woff2'), url('/application/themes/berkeley/css/fonts/kreon-light-webfont.woff') format('woff'), url('/application/themes/berkeley/css/fonts/kreon-light-webfont.ttf') format('truetype'), url('/application/themes/berkeley/css/fonts/kreon-light-webfont.svg#kreonlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kreonregular';
  src: url('/application/themes/berkeley/css/fonts/kreon-regular-webfont.eot');
  src: url('/application/themes/berkeley/css/fonts/kreon-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/berkeley/css/fonts/kreon-regular-webfont.woff2') format('woff2'), url('/application/themes/berkeley/css/fonts/kreon-regular-webfont.woff') format('woff'), url('/application/themes/berkeley/css/fonts/kreon-regular-webfont.ttf') format('truetype'), url('/application/themes/berkeley/css/fonts/kreon-regular-webfont.svg#kreonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'kreonbold';
  src: url('/application/themes/berkeley/css/fonts/kreon-bold-webfont.eot');
  src: url('/application/themes/berkeley/css/fonts/kreon-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/berkeley/css/fonts/kreon-bold-webfont.woff2') format('woff2'), url('/application/themes/berkeley/css/fonts/kreon-bold-webfont.woff') format('woff'), url('/application/themes/berkeley/css/fonts/kreon-bold-webfont.ttf') format('truetype'), url('/application/themes/berkeley/css/fonts/kreon-bold-webfont.svg#kreonbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amaranthbolditalic';
  src: url('/application/themes/berkeley/css/fonts/amaranth-bolditalic-webfont.eot');
  src: url('/application/themes/berkeley/css/fonts/amaranth-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/berkeley/css/fonts/amaranth-bolditalic-webfont.woff2') format('woff2'), url('/application/themes/berkeley/css/fonts/amaranth-bolditalic-webfont.woff') format('woff'), url('/application/themes/berkeley/css/fonts/amaranth-bolditalic-webfont.ttf') format('truetype'), url('/application/themes/berkeley/css/fonts/amaranth-bolditalic-webfont.svg#amaranthregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amaranthregular';
  src: url('/application/themes/berkeley/css/fonts/amaranth-regular-webfont.eot');
  src: url('/application/themes/berkeley/css/fonts/amaranth-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/berkeley/css/fonts/amaranth-regular-webfont.woff2') format('woff2'), url('/application/themes/berkeley/css/fonts/amaranth-regular-webfont.woff') format('woff'), url('/application/themes/berkeley/css/fonts/amaranth-regular-webfont.ttf') format('truetype'), url('/application/themes/berkeley/css/fonts/amaranth-regular-webfont.svg#amaranthregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amaranthitalic';
  src: url('/application/themes/berkeley/css/fonts/amaranth-italic-webfont.eot');
  src: url('/application/themes/berkeley/css/fonts/amaranth-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/berkeley/css/fonts/amaranth-italic-webfont.woff2') format('woff2'), url('/application/themes/berkeley/css/fonts/amaranth-italic-webfont.woff') format('woff'), url('/application/themes/berkeley/css/fonts/amaranth-italic-webfont.ttf') format('truetype'), url('/application/themes/berkeley/css/fonts/amaranth-italic-webfont.svg#amaranthregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amaranthbold';
  src: url('/application/themes/berkeley/css/fonts/amaranth-bold-webfont.eot');
  src: url('/application/themes/berkeley/css/fonts/amaranth-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/application/themes/berkeley/css/fonts/amaranth-bold-webfont.woff2') format('woff2'), url('/application/themes/berkeley/css/fonts/amaranth-bold-webfont.woff') format('woff'), url('/application/themes/berkeley/css/fonts/amaranth-bold-webfont.ttf') format('truetype'), url('/application/themes/berkeley/css/fonts/amaranth-bold-webfont.svg#amaranthregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ##### Core variables and mixins ##### */
/* ##### Variables ##### */
/* ##### Mixins ##### */
/* ##### Button Custom ##### */
/*  #### Button Red #### */
/*  #### Button Purple #### */
/*  #### Button Blue #### */
/*  #### Button Green #### */
/*  #### Button Green #### */
/* ##### Animation Delay ##### */
/* ##### Global Components ##### */
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  background: #eae4de url('/application/themes/berkeley/assets/img/berk/paper.png') top left repeat;
  font-family: 'kreonregular', sans-serif;
  color: #261655;
  overflow-x: hidden;
  font-size: 18px;
  font-weight: 300;
  /* important to keep light fonts on dark bg from being overbold on OS X */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nowrap {
  white-space: nowrap;
}
a {
  outline: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #5e5c33;
}
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
}
p a {
  font-weight: 400;
}
h1,
h2 {
  font-family: 'amaranthregular', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 20px 0 10px 0;
  color: #261655;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  font-weight: 300;
  line-height: 1.6;
  margin: 0 0 15px 0;
}
ol,
ul {
  line-height: 1.6;
}
/* ##### General Class ##### */
i.fa-street-view {
  position: relative;
  left: 2px;
}
.footer img.equalhousing {
  float: right;
}
.ccm-custom-style-phototitle {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-attachment: scroll;
  min-height: 320px;
  padding-bottom: 50px;
}
.ccm-custom-style-phototitle > h2 {
  margin-top: 40px;
}
.ccm-custom-style-phototitle > .main-title {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-top: 20px;
  font-family: 'amaranthbold', sans-serif;
  font-size: 35px;
  font-weight: 300;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 2px 4px;
}
@media (min-width: 479px) {
  .ccm-custom-style-phototitle > .main-title {
    font-size: 30px;
  }
}
@media (min-width: 599px) {
  .ccm-custom-style-phototitle > .main-title {
    font-size: 30px;
  }
}
@media (min-width: 767px) {
  .ccm-custom-style-phototitle > .main-title {
    font-size: 45px;
  }
}
.ccm-custom-style-phototitle > .sub-title,
.ccm-custom-style-phototitle span.subtitle {
  position: relative;
  z-index: 2;
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
  font-family: 'kreonregular', sans-serif;
  text-align: center;
  color: #fff;
  margin: 25px 0 10px 0;
  text-shadow: #000000 0px 3px 3px;
}
@media (min-width: 479px) {
  .ccm-custom-style-phototitle > .sub-title,
  .ccm-custom-style-phototitle span.subtitle {
    font-size: 25px;
  }
}
.ccm-custom-style-phototitle > p {
  color: #fff;
  position: relative;
  z-index: 2;
}
.ccm-custom-style-phototitle > * {
  position: relative;
  z-index: 2;
}
.ccm-custom-style-phototitle:before {
  position: absolute;
  left: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.ccm-custom-style-phototitle hr {
  margin: 50px auto;
  border: 0;
  border-top: 1px solid #fff;
  width: 350px;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.ccm-custom-style-phototitle hr:before {
  position: relative;
  top: -12px;
  content: url('/application/themes/berkeley/assets/img/berk/hr-ornament-white.png');
}
.ccm-custom-style-phototitle .funny-box:hover {
  cursor: pointer;
}
.ccm-custom-style-phototitle .funny-box:hover > .funny-box-icon {
  background-color: #e3ac64;
  color: #eae4de;
}
.ccm-custom-style-phototitle .funny-box .funny-box-icon {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 75px;
  height: 75px;
  line-height: 85px;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #261655;
  background: #e3ac64;
  border: none;
}
.ccm-custom-style-phototitle .funny-box .funny-box-icon > i {
  font-size: 35px;
}
.ccm-custom-style-phototitle .funny-box .funny-box-icon:hover {
  border: 1px solid #fff;
  color: #e3ac64;
  background: #261655;
  border: none;
}
.ccm-custom-style-phototitle .funny-box .funny-box-text > h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #fff;
  margin-top: 0px;
  text-shadow: rgba(0, 0, 0, 0.7) 0px 2px 2px;
  /*     &:after {
                margin-left: -30px;
                left: 50%;
                background-color: @gray;
                width: 60px;
                height: 1px;    
                content: "";
                position: absolute;
                display: inline-block;
                max-width: 100%;
                bottom: -1px;
            } */
}
.ccm-custom-style-phototitle .funny-box .funny-box-text > p {
  font-size: 18px;
  color: #fff;
  text-shadow: #000000 0px 3px 3px;
}
@media (min-width: 767px) {
  .ccm-custom-style-phototitle .funny-box .funny-box-text > p {
    font-size: 15px;
  }
}
.ccm-custom-style-phototitle ul.social-icon-list {
  margin-top: 5px;
}
.ccm-custom-style-phototitle ul.social-icon-list > li a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.ccm-custom-style-phototitle ul.social-icon-list > li a i.fa {
  position: relative;
  top: 6px;
}
.ccm-custom-style-phototitle ul.social-icon-list > li a:hover {
  border-color: #fff;
  background-color: #261655;
  color: #fff;
}
hr {
  margin: 50px auto;
  border: 0;
  border-top: 1px solid #261655;
  width: 350px;
  text-align: center;
  overflow: visible;
}
hr:before {
  position: relative;
  top: -12px;
  content: url('/application/themes/berkeley/assets/img/berk/hr-ornament.png');
}
.funny-box-icon {
  margin-bottom: 10px;
}
b,
strong {
  font-weight: 400;
}
div.input-group.input-group-lg {
  display: inline-block;
  width: 100%;
}
.file-date,
.file-size {
  font-size: .8em;
}
.intro {
  font-family: 'amaranthbold', sans-serif;
}
.btn-group-shadow {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
}
.bottom-margin {
  margin-bottom: 20px;
}
.lowercaseitalic {
  text-transform: none;
  font-style: normal;
  font-family: 'amaranthitalic';
}
a.btn.btn-custom,
button.btn.btn-custom {
  background-color: #e3ac64;
  color: #261655;
  border-color: #d48926;
  text-transform: uppercase;
}
a.btn.btn-custom:hover,
button.btn.btn-custom:hover,
a.btn.btn-custom:focus,
button.btn.btn-custom:focus {
  color: #fff;
  background-color: #dfa04e;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.push {
  margin-left: 0px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
@media (min-width: 992px) {
  .push.pushed-left {
    margin-left: 250px;
  }
}
@media (min-width: 992px) {
  .push.pushed-right {
    margin-left: -250px;
  }
}
.section {
  background: #eae4de url('/application/themes/berkeley/assets/img/berk/paper.png') top left repeat url('/application/themes/berkeley/assets/img/berk/paper.png') top left repeat;
}
.section > .section-inner {
  position: relative;
}
.section > .section-inner > .section-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 1023px) {
  .section > .section-inner > .section-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section > .section-inner > .section-content .section-title {
  color: #261655;
  text-transform: uppercase;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'amaranthbold', sans-serif;
}
@media (min-width: 1023px) {
  .section > .section-inner > .section-content .section-title {
    padding-bottom: 20px;
  }
}
.section > .section-inner > .section-content .section-title > .main-title {
  font-size: 35px;
  font-weight: 300;
}
@media (min-width: 479px) {
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 30px;
  }
}
@media (min-width: 599px) {
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 30px;
  }
}
@media (min-width: 767px) {
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 45px;
  }
}
.section > .section-inner > .section-content .section-title > .sub-title {
  text-transform: none;
  font-size: 20px;
  font-weight: 300;
  font-family: 'kreonregular', sans-serif;
}
@media (min-width: 479px) {
  .section > .section-inner > .section-content .section-title > .sub-title {
    font-size: 25px;
  }
}
.section > .section-inner > .section-content .section-line {
  display: inline-block;
  width: 150px;
  height: 1px;
  background-color: #222;
}
.section.section-bgtype-image {
  background-color: #222;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.section.section-bgtype-image > .section-inner > .bg-overlay {
  content: '';
  position: absolute;
  background-color: #000;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  zoom: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
}
.section.section-bgtype-image > .section-inner > .section-content .section-title {
  color: #b7ada4;
}
.section.section-bgtype-image > .section-inner > .section-content .section-title > .section-line {
  background-color: #b7ada4;
}
/* ##### Navbar ##### */
.navbar-collapse {
  border-top: none;
}
.navbar-collapse.in {
  border-top: none;
  margin: 30px 25px;
}
.navbar.rj-navbar {
  position: relative;
  margin: 0;
  border: 0;
  border: 2px solid #261655;
  border-left: none;
  border-right: none;
  /* outline: 6px solid @green; */
  min-height: 60px;
  /*background-color: @yellow;*/
  background: #e3ac64 url(/application/themes/berkeley/assets/img/berk/seamless_paper_texture.png) top left repeat;
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.6);
  z-index: 900;
}
@media (min-width: 767px) {
  .navbar.rj-navbar {
    -webkit-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    -moz-transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
    transition: background 0.2s ease-in-out, padding 0.3s ease-in-out;
  }
}
.navbar.rj-navbar .navbar-brand {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  height: 60px;
  line-height: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  letter-spacing: 0.1em;
  font-family: 'amaranthregular', sans-serif;
}
.navbar.rj-navbar .navbar-brand:hover {
  color: #fff;
}
.navbar.rj-navbar .navbar-brand img {
  position: absolute;
  top: -3px;
  max-width: 280px;
}
@media (min-width: 767px) {
  .navbar.rj-navbar .navbar-brand img {
    max-width: 280px;
  }
}
.navbar.rj-navbar .navbar-toggle {
  margin-top: 12px;
  background-color: #5e5c33;
}
.navbar.rj-navbar .navbar-nav > li {
  font-family: 'amaranthregular', sans-serif;
  letter-spacing: .05em;
}
.navbar.rj-navbar .navbar-nav > li:hover:not(.open) {
  color: #e3ac64;
  /* background: @purple url(../img/berk/rt-angle.png) top right no-repeat; */
  background: #261655;
}
.navbar.rj-navbar .navbar-nav > li > a {
  color: #261655;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px;
}
@media (min-width: 992px) {
  .navbar.rj-navbar .navbar-nav > li > a {
    height: 60px;
    line-height: 60px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.navbar.rj-navbar .navbar-nav > li > a:hover {
  color: #e3ac64;
  /* background: transparent url(../img/berk/lft-angle.png) top left no-repeat;*/
  background: transparent;
}
.navbar.rj-navbar .navbar-nav > li > a > i.fa-angle-down {
  padding-left: 2px;
}
.navbar.rj-navbar .navbar-nav > li.active {
  background: #261655 /*url(../img/berk/rt-angle.png) top right no-repeat*/;
}
.navbar.rj-navbar .navbar-nav > li.active a,
.navbar.rj-navbar .navbar-nav > li.active a:hover {
  background: transparent /*url(../img/berk/lft-angle.png) top left no-repeat*/;
  color: #5e5c33;
}
@media (min-width: 992px) {
  .navbar.rj-navbar .navbar-nav > li.active a,
  .navbar.rj-navbar .navbar-nav > li.active a:hover {
    color: #5e5c33;
    background-color: transparent;
  }
}
.navbar.rj-navbar .navbar-nav > li.resident-link a {
  background-color: rgba(249, 151, 17, 0.65);
  color: #261655;
}
.navbar.rj-navbar .navbar-nav > li.resident-link a:hover {
  color: #e3ac64;
  background-color: #41548a;
}
.navbar.rj-navbar .navbar-nav > li.dropdown.resident-link ul.dropdown-menu {
  background: linear-gradient(rgba(249, 151, 17, 0.65), rgba(249, 151, 17, 0.65)), url(/application/themes/berkeley/assets/img/berk/seamless_paper_texture.png) center center repeat;
  box-shadow: none;
  border-top: none;
}
.navbar.rj-navbar .navbar-nav > li.dropdown.resident-link ul.dropdown-menu > .divider {
  background-color: #261655;
}
.navbar.rj-navbar .navbar-nav > li.dropdown.resident-link ul.dropdown-menu li a {
  background-color: transparent;
  color: #261655;
}
.navbar.rj-navbar .navbar-nav > li.dropdown.resident-link ul.dropdown-menu li a:hover {
  color: #e3ac64;
  background-color: #41548a;
}
/* ##### NAV PILLS (footer) ##### */
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0px;
}
.nav-pills > li > a {
  color: #261655;
  background-color: #eae4de;
}
footer.footer .nav-pills > li > a {
  background-color: transparent;
}
footer.footer .nav-pills > li > a:hover {
  background-color: #5e5c33;
}
.nav-pills > li > a:hover {
  color: #eae4de;
  background-color: #5e5c33;
}
.nav-pills > li > a:focus {
  color: white;
  background-color: #5e5c33;
}
.nav-stacked > li {
  float: none;
}
.nav-pills.fileset-list > li > a {
  color: #261655;
  background-color: #e3ac64;
}
.nav-pills.fileset-list > li > a:hover {
  color: #e3ac64;
  background-color: #261655;
}
.nav-pills.fileset-list > li > a:focus {
  color: white;
  background-color: #5e5c33;
}
/* ##### Center Menu ##### */
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-center-menu .navbar-nav {
    margin: 0 auto;
    float: none;
    text-align: center;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-center-menu .navbar-nav > li {
    display: inline-block;
    float: none;
    padding-right: 5px;
    padding-left: 5px;
  }
}
/* ##### Side Menu ##### */
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu {
    z-index: 15;
    position: fixed;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #222;
    box-shadow: none;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .container {
    margin: 0;
    padding: 0;
    width: auto;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-header {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-header .navbar-brand {
    color: #aaa;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #aaa;
    border-radius: 2px;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-nav {
    position: relative;
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-nav > li {
    float: none;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu .navbar-nav > li > a {
    color: #aaa;
    height: 42px;
    line-height: 42px;
    padding: 0px 30px;
  }
  .navbar.rj-navbar.rj-side-menu .navbar-nav > li > a:hover {
    color: #fff;
  }
}
.navbar.rj-navbar.rj-side-menu .navbar-nav > li.active > a {
  color: #fff;
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-left-slide-menu.active,
  .navbar.rj-navbar.rj-side-menu.rj-left-push-menu.active {
    left: 0;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-left-slide-menu,
  .navbar.rj-navbar.rj-side-menu.rj-left-push-menu {
    left: -250px;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-right-slide-menu.active,
  .navbar.rj-navbar.rj-side-menu.rj-right-push-menu.active {
    right: 0;
  }
}
@media (min-width: 992px) {
  .navbar.rj-navbar.rj-side-menu.rj-right-slide-menu,
  .navbar.rj-navbar.rj-side-menu.rj-right-push-menu {
    right: -250px;
    left: auto;
  }
}
.navbar-trigger-open {
  z-index: 10;
  position: fixed;
  top: 0;
  margin-top: 25px;
}
.navbar-trigger-open a {
  color: #fff;
  font-size: 28px;
  background-color: #e3ac64;
  padding: 5px 15px;
  border-radius: 2px;
  opacity: 0.9;
}
.navbar-trigger-open.left {
  left: 0;
  margin-left: 20px;
}
.navbar-trigger-open.right {
  right: 0;
  margin-right: 20px;
}
span.navbar-trigger-close {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 25px;
  margin-top: 28px;
}
span.navbar-trigger-close a {
  color: #aaa;
  font-size: 28px;
}
span.navbar-trigger-close a:hover {
  color: #fff;
}
/* ##### Intro Section ##### */
.ccm-page.page-template-home,
.ccm-page.page-template-home-v2,
.ccm-page.page-template-home-v3 {
  height: 100%;
}
#rj-intro {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  color: #fff;
  background-image: url("/application/themes/berkeley/assets/img/berk/berk-cover-composition-updated.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#rj-intro:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
@media (min-width: 1279px) {
  #rj-intro {
    height: 100%;
    padding: 0px;
  }
}
@media (min-width: 767px) {
  #rj-intro {
    height: 100%;
    padding: 0px;
  }
}
@media screen and (max-device-width: 1024px) {
  #rj-intro {
    background-attachment: scroll;
  }
}
#rj-intro .intro-body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 1279px) {
  #rj-intro .intro-body {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
#rj-intro .intro-body .logo > h1 {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'amaranthbold', sans-serif;
  font-size: 80px;
  font-weight: 400;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: auto;
}
#rj-intro .intro-body .logo > img {
  margin: 0px auto;
}
#rj-intro .intro-body .intro-text {
  margin-top: 10px;
  font-family: 'amaranthbold', sans-serif;
  text-shadow: #000000 0px 2px 6px;
}
@media (min-width: 767px) {
  #rj-intro .intro-body .intro-text {
    margin-top: 10px;
  }
}
#rj-intro .intro-body .intro-text h2 {
  color: #fff;
  font-size: 50px;
  font-face: 'amaranthregular', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
}
@media (min-width: 767px) {
  #rj-intro .intro-body .intro-text h2 {
    font-size: 55px;
  }
}
@media (min-width: 767px) {
  #rj-intro .intro-body .intro-text h2 {
    font-size: 55px;
  }
}
#rj-intro .intro-body .intro-text h3 {
  color: #fff;
  font-size: 24px;
  font-face: 'amaranthregular', sans-serif;
  font-weight: 400;
  line-height: 1.25em;
}
@media (max-width: 480px) {
  #rj-intro .intro-body .intro-text h3 {
    font-size: 16px;
  }
}
#rj-intro .intro-body .intro-text p.lead {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 767px) {
  #rj-intro .intro-body .intro-text p.lead {
    font-size: 26px;
  }
}
#rj-intro .intro-body .intro-text a {
  color: #fff;
}
#rj-intro .intro-body .intro-text a:hover {
  color: #e3ac64;
}
#rj-intro .intro-body .page-scroll {
  margin-top: 30px;
}
@media (min-width: 767px) {
  #rj-intro .intro-body .page-scroll {
    margin-top: 50px;
  }
}
#rj-intro .intro-body .page-scroll a.btn {
  font-family: 'amaranthbold', sans-serif;
}
@media (min-width: 767px) {
  #rj-intro .intro-body .page-scroll a.btn {
    padding: 15px 18px;
    font-size: 18px;
  }
}
/* ** close #rj-intro ** */
#rj-intro.alt {
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  color: #fff;
  background-image: url("/application/themes/berkeley/assets/img/berk/berk-cover-composition-alt.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#rj-intro.alt:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
}
@media (min-width: 1279px) {
  #rj-intro.alt {
    height: 100%;
    padding: 0px;
  }
}
@media (min-width: 767px) {
  #rj-intro.alt {
    height: 100%;
    padding: 0px;
  }
}
@media screen and (max-device-width: 1024px) {
  #rj-intro.alt {
    background-attachment: scroll;
  }
}
#rj-intro.alt .intro-body {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 1279px) {
  #rj-intro.alt .intro-body {
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
#rj-intro.alt .intro-body .logo > h1 {
  display: block;
  width: 110px;
  height: 110px;
  line-height: 110px;
  color: rgba(255, 255, 255, 0.8);
  font-family: 'amaranthbold', sans-serif;
  font-size: 80px;
  font-weight: 400;
  text-align: center;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin: auto;
}
#rj-intro.alt .intro-body .logo > img {
  margin: 0px auto;
}
#rj-intro.alt .intro-body .intro-text {
  margin-top: 10px;
  font-family: 'amaranthbold', sans-serif;
  text-shadow: rgba(0, 0, 0, 0.4) 2px 0px 1px;
}
@media (min-width: 767px) {
  #rj-intro.alt .intro-body .intro-text {
    margin-top: 10px;
  }
}
#rj-intro.alt .intro-body .intro-text h2 {
  color: #e3ac64;
  font-size: 50px;
  font-face: 'amaranthregular', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.5em;
}
@media (min-width: 767px) {
  #rj-intro.alt .intro-body .intro-text h2 {
    font-size: 55px;
  }
}
@media (min-width: 767px) {
  #rj-intro.alt .intro-body .intro-text h2 {
    font-size: 55px;
  }
}
#rj-intro.alt .intro-body .intro-text h3 {
  color: #e3ac64;
  font-size: 24px;
  font-face: 'amaranthregular', sans-serif;
  font-weight: 400;
  line-height: 1.25em;
}
@media (max-width: 480px) {
  #rj-intro.alt .intro-body .intro-text h3 {
    font-size: 16px;
  }
}
#rj-intro.alt .intro-body .intro-text p.lead {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
}
@media (min-width: 767px) {
  #rj-intro.alt .intro-body .intro-text p.lead {
    font-size: 26px;
  }
}
#rj-intro.alt .intro-body .intro-text a {
  color: #e3ac64;
}
#rj-intro.alt .intro-body .intro-text a:hover {
  color: #efcfa5;
}
#rj-intro.alt .intro-body .page-scroll {
  margin-top: 30px;
}
@media (min-width: 767px) {
  #rj-intro.alt .intro-body .page-scroll {
    margin-top: 30px;
  }
}
#rj-intro.alt .intro-body .page-scroll a.btn {
  font-family: 'amaranthbold', sans-serif;
}
@media (min-width: 767px) {
  #rj-intro.alt .intro-body .page-scroll a.btn {
    padding: 15px 18px;
    font-size: 18px;
  }
}
#rj-intro.alt .cover-items {
  border: 2px solid #e3ac64;
  border-left: 0;
  border-right: 0;
  width: 100%;
  padding: 50px 0px;
  background: rgba(0, 0, 0, 0.7);
}
/* ** close #rj-intro alt ** */
#rj-intro.alt.backstretch {
  background: #333;
}
/* ##### Who We Are Section ##### */
#rj-who-we-are .carousel-container {
  padding-bottom: 40px;
}
@media (min-width: 1023px) {
  #rj-who-we-are .carousel-container {
    padding-bottom: 0px;
  }
}
#rj-who-we-are .who-we-are-text {
  text-align: center;
}
@media (min-width: 1023px) {
  #rj-who-we-are .who-we-are-text {
    text-align: left;
  }
}
#rj-who-we-are .who-we-are-text > h4 {
  font-size: 25px;
  text-transform: uppercase;
}
#rj-who-we-are .who-we-are-text > p {
  font-size: 18px;
}
#rj-who-we-are .who-we-are-text > .page-scroll {
  padding-top: 10px;
}
/* ##### Tours Section ##### */
#rj-tours {
  background-image: url("/application/themes/berkeley/assets/img/berk/bg-tours.jpg");
}
#rj-tours .content-box-text {
  color: #eae4de;
}
/* ##### Quote Section ##### */
#rj-quote > .section-inner > .section-content {
  padding-top: 100px;
  padding-bottom: 80px;
  color: #b7ada4;
}
#rj-quote > .section-inner > .section-content .quote-text > .quote-icon > i {
  color: #e3ac64;
  padding-bottom: 20px;
}
#rj-quote > .section-inner > .section-content .quote-text > h2 {
  font-size: 40px;
}
#rj-quote > .section-inner > .section-content .quote-text > h2.quote-by {
  color: #e3ac64;
}
/* ##### Contact Us Section ##### */
.input-group-lg > textarea.form-control {
  height: 200px;
}
.input-group-lg > input.form-control {
  border-left-color: #e3ac64 !important;
  border-left-width: thick !important;
}
.input-group-lg > input.form-control:focus {
  border-left-color: #5bc0de !important;
  border-left-width: thick !important;
}
.content-message {
  color: #fff;
  background-color: #e3ac64;
  margin-bottom: 50px;
  padding: 30px;
}
.form-group .input-group {
  width: 100%;
}
.form-group label {
  color: #5E5C33;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.form-group label.error {
  position: absolute;
  top: -26px;
  right: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}
.form-group input,
.form-group textarea {
  color: #222;
  font-weight: 300;
  letter-spacing: 0.1em;
  border-radius: 0px;
  border-left-color: #e3ac64;
  border-left-width: thick;
  width: 100%;
}
.form-group button {
  width: 100%;
  margin-top: 30px;
  border-radius: 0px;
}
.form-group span {
  color: #fff;
  background-color: #e3ac64;
  border-radius: 0px;
  border-color: #e3ac64;
}
.form-group span > i {
  width: 20px;
}
.social-icon-text > h2 {
  display: inline-block;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
  background-color: #e3ac64;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 1px solid #db9539;
  margin-top: 50px;
}
.social-icon-text > h4 {
  color: #b7ada4;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: 30px;
}
.social-icon-text > ul.social-icon-list {
  margin-top: 5px;
}
.social-icon-text > ul.social-icon-list > li a {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #5E5C33;
  font-size: 18px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social-icon-text > ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}
ul.social-icon-list {
  margin-top: 5px;
}
ul.social-icon-list > li a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #5E5C33;
  font-size: 18px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
ul.social-icon-list > li a i.fa {
  position: relative;
  top: 6px;
}
ul.social-icon-list > li a:hover {
  border-color: #ffffff;
  background-color: #faf1e6;
  color: #e4ae68;
}
.social-band {
  padding: 20px 0px 20px;
  background: #5e5c33 url('/application/themes/berkeley/assets/img/berk/green_cup.png') top left repeat;
  text-align: center;
}
.social-band h3 {
  color: #e3ac64;
}
.social-band ul.social-icon-list {
  margin-top: 5px;
}
.social-band ul.social-icon-list > li a {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #5E5C33;
  font-size: 18px;
  text-align: center;
  border: 1px solid #5e5c33;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #e3ac64;
}
.social-band ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}
.social-band ul.social-icon-list > li a i.fa {
  position: relative;
  top: 6px;
}
.social-band ul.social-icon-list > li a:hover {
  border-color: #ffffff;
  background-color: #faf1e6;
  color: #e4ae68;
}
/* ##### Footer ##### */
.footer a {
  color: #41548a;
}
.footer a:hover,
.footer a:focus {
  color: #293456;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #41548a;
}
footer.footer {
  background: #261655 url('/application/themes/berkeley/assets/img/berk/purple_tweed.png') top left repeat;
  border-top: 1px solid #363636;
  color: #888;
}
footer.footer .nav-pills > li > a {
  color: #e3ac64;
}
footer.footer .nav-pills > li > a:hover {
  color: #261655;
}
footer.footer a {
  color: #e3ac64;
}
footer.footer a:hover {
  color: #fff;
}
footer.footer #rj-footer {
  background: #261655 url('/application/themes/berkeley/assets/img/berk/purple_tweed.png') top left repeat;
  padding-top: 50px;
  padding-bottom: 20px;
}
footer.footer #rj-footer .footer-column.not-right-column {
  margin-bottom: 50px;
}
@media (min-width: 767px) {
  footer.footer #rj-footer .footer-column.not-right-column {
    margin-bottom: 0px;
  }
}
footer.footer #rj-footer .footer-column .footer-text {
  text-align: center;
}
@media (min-width: 767px) {
  footer.footer #rj-footer .footer-column .footer-text {
    text-align: left;
  }
}
footer.footer #rj-footer h4 {
  color: #c9c9c9;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  letter-spacing: 0em;
}
footer.footer #rj-footer p {
  font-size: 14px;
  margin-bottom: 20px;
}
footer.footer #rj-footer ul.icon-list > li,
footer.footer #rj-footer ul.icon-list li a {
  padding-bottom: 10px;
}
footer.footer #rj-footer ul.icon-list > li > i,
footer.footer #rj-footer ul.icon-list li a > i {
  padding-right: 10px;
}
footer.footer #rj-footer ul.social-icon-list > li {
  padding-bottom: 10px;
}
footer.footer #rj-footer ul.social-icon-list > li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #c9c9c9;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
footer.footer #rj-footer ul.social-icon-list > li a:hover {
  border-color: #ffffff;
}
footer.footer #rj-footer .newsletter-form input {
  background-color: transparent;
  border-color: #888;
}
footer.footer #rj-copyright {
  background: #5e5c33 url('/application/themes/berkeley/assets/img/berk/green_cup.png') top left repeat;
  padding: 15px 0px;
  border-top: 1px solid rgba(114, 114, 114, 0.25);
}
footer.footer #rj-copyright p {
  font-size: 13px;
  text-align: center;
  margin: 0px;
  color: #261655;
}
footer.footer #rj-copyright p > a {
  color: #261655;
}
footer.footer #rj-copyright p > a:hover {
  color: #eae4de;
}
@media (min-width: 767px) {
  footer.footer #rj-copyright p {
    text-align: left;
  }
}
/* ##### Page Loader ##### */
#rj-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.85);
}
#rj-loader .preload {
  width: 125px;
  height: 125px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -62px;
  margin-left: -62px;
  color: rgba(94, 92, 51, 0.5);
}
#rj-loader .preload i.fa-3x {
  font-size: 6em;
}
/* -----------------------------------------
Edit Mode Tweaks
-----------------------------------------*/
body.editmode {
  padding-top: 0px;
}
body.editmode div#navigation-sticky-wrapper.sticky-wrapper.is-sticky nav#navigation.navbar.navbar-inverse.navbar-fixed-top.rj-navbar {
  top: 50px !important;
}
body.editmode * {
  transition: 0;
}
/* --------------- Spruce up mobiles ---------------------- */
/* Large desktops and laptops */
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar.rj-navbar .navbar-brand img {
    max-width: 245px;
  }
  .navbar-nav > li {
    font-family: 'amaranthregular', sans-serif;
    letter-spacing: 0em;
    font-size: 14px;
  }
  .navbar-nav > li > a {
    padding: 8px;
  }
}
/* Landscape tablets */
@media screen and (max-device-width: 1024px) {
  .navbar.rj-navbar .navbar-brand img {
    max-width: 245px;
  }
  .navbar-nav > li {
    font-family: 'amaranthregular', sans-serif;
    letter-spacing: 0em;
    font-size: 14px;
  }
  .navbar-nav > li > a {
    padding: 8px;
  }
}
/* Portrait tablets and small desktops */
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  #rj-intro .logo img.img-responsive {
    max-width: 60%;
    margin: 0px auto;
  }
  #rj-intro .intro-body {
    padding: 50px 0px 90px 0px;
  }
  #rj-intro .intro-body .intro-text h3 {
    font-size: 18px;
  }
}
/* Landscape phones and smaller */
@media (max-width: 480px) {
  #rj-intro {
    min-height: 665px;
  }
  #rj-intro .logo img.img-responsive {
    max-width: 80%;
    margin: 0px auto;
  }
  #rj-intro .intro-body {
    padding: 20px 0px 90px 0px;
  }
  #rj-intro .intro-body .page-scroll a.btn {
    padding: 10px 5px;
    font-size: 10px;
  }
  .navbar.rj-navbar .navbar-brand img {
    max-width: 240px;
  }
  p {
    padding: 0 10px 15px 10px;
  }
  .section > .section-inner > .section-content .section-title > .main-title {
    font-size: 24px;
  }
  .section > .section-inner > .section-content .section-title > .sub-title {
    font-size: 18px;
    padding: 0 10px;
    line-height: 1.25em;
  }
  .main-title,
  .sub-title {
    margin: 10px 0 10px;
  }
  hr {
    margin: 20px 0px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 10px 0 10px;
    font-weight: 400;
  }
  h1,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 12px;
  }
  p {
    font-size: 16px;
    line-height: 1.4;
  }
}
.input-prepend input:focus {
  position: static;
}
div.ccm-custom-style-walltowallarea {
  padding: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
