/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html,
body,
.container {
  height:100%;
  padding: 0;
  background: #4B2031;
  font-family: 'Varela Round', sans-serif;
}

/*
 ** Headings
 */

h1, h2, h3, h4, h5, h6 {
  display: inline-block;
  color: #EEAC44;
  border-bottom: 4px solid #E6E6E6;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-bottom: 8px;
}

a {
  color: #EEAC44;
  font-weight: bold;
}

.container {
  display: table;
  width: 100%;
  margin-top: -50px;
  padding-top: 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  height: 100%;
  display: table-row;
  background: url('../img/left-column-background.png') bottom center repeat #7EB6B7;
}

.day .row {
  background: url('../img/left-column-background.png') bottom center repeat #7EB6B7;
}

.night .row {
  background: url('../img/left-column-background-night.png') bottom center repeat #0D0D0D;
}

.left-column {
  padding-top: 50px;
}

.home .center-column {
  padding-top: 25px;
  background: url('../img/background.jpg') bottom center repeat #7EB6B7;
}

.home.night .center-column {
  padding-top: 25px;
  background: url('../img/background-night.jpg') bottom center repeat #395052;
}

.centered-map {
  width: 1170px;
  text-align: center;
  float: none;
  margin: 0 auto;
}

.lbi.day .left-column {
  background: url('../img/lbi-sign.png') bottom center no-repeat transparent;
}
.lbi.night .left-column {
  background: url('../img/lbi-sign-night.png') bottom center no-repeat transparent;
}

.ati.day .left-column {
  background: url('../img/ati-sign.png') bottom center no-repeat transparent;
}
.ati.night .left-column {
  background: url('../img/ati-sign-night.png') bottom center no-repeat transparent;
}

.work.day .left-column {
  background: url('../img/work-sign.png') bottom center no-repeat transparent;
}
.work.night .left-column {
  background: url('../img/work-sign-night.png') bottom center no-repeat transparent;
}

.right-column {
  padding: 50px 50px 50px 50px;
  background: #FFFFFF;
  color: #7EB6B7;
  height: 100%;
}

.night .right-column {
  background: #0D0D0D;
}

.section {
  margin-bottom: 40px;
}

.logo {
  text-align: center;
}

footer {
  height: 60px;
  padding-top: 15px;
  padding-left: 65px;
  padding-right: 65px;
  background: #4B2031;
  color: #7EB6B7;
}

footer img {
  float: left;
  margin-right: 20px;
}

footer p {
  width: auto;
  margin-top: 8px;
  float: left;
}

footer .controls {
  float: right;
  margin-top: 8px;
  margin-right: 20px;
  text-align: right;
}

.day footer a {
  color: #7EB6B7;
}

.day footer a:hover {
  color: #F8E7CC;
}

.night footer a {
  color: #7EB6B7;
}

.night footer a:hover {
  color: #F8E7CC;
}

.day-button {
  margin-right: .5em;
}

.day footer .controls a.day-button {
  color: #EEAC44;
}

.night footer .controls a.night-button {
  color: #EEAC44;
}

.day footer .controls a.day-button:hover,
.night footer .controls a.night-button:hover {
  color: #F8E7CC;
}
footer .social {
  float: right;
  margin-top: 8px;
  margin-right: -20px;
  text-align: right;
}

footer .social a {
  color: #7EB6B7;
  margin-right: 10px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/*
 ** Buttons
 */

.btn.outline {
 	background: none;
 	padding: 12px 22px;
  border-radius: 24px;
  min-width: 140px;
  margin-right: 30px;
}

.btn-primary.outline {
	border: 2px solid #82B8B9;
	color: #128084;
}

.night .btn-primary.outline {
  /*background: #7EB6B7;*/
  border: 2px solid #7EB6B7;
  color: #FFFFFF;
}

.btn-primary.outline:hover,
.btn-primary.outline:focus,
.btn-primary.outline:active,
.btn-primary.outline.active,
.open > .dropdown-toggle.btn-primary {
	color: #FFFFFF;
  background: #7EB6B7;
}
.btn-primary.outline:active,
.btn-primary.outline.active {
	border-color: #007299;
  background: #7EB6B7;
	color: #007299;
	box-shadow: none;
}

.night .btn-primary.outline:hover,
.night .btn-primary.outline:focus,
.night .btn-primary.outline:active,
.night .btn-primary.outline.active,
.night .open > .dropdown-toggle.btn-primary {
	border: 2px solid #7EB6B7;
  color: #FFFFFF;
  background: #7EB6B7;
}
.night .btn-primary.outline:active,
.night .btn-primary.outline.active {
	border-color: #007299;
  background: #7EB6B7;
	color: #007299;
	box-shadow: none;
}

/*
 ** Cells
 */
div[class*="cell-"] {
  float: left;
}
div[class*="cell-"]:nth-child(3n+4) {
  clear: left;
}
div[class*="cell-"] a {
  width: 100%;
  height: 100%;
  display: block;
}

.cell-1, .cell-2, .cell-3 {
  height: 240px;
}
.cell-4, .cell-5, .cell-6 {
  height: 260px;
}
.cell-7, .cell-8, .cell-9 {
  height: 228px;
}

.cell-1, .cell-4, .cell-7 {
  width: 325px;
}
.cell-2, .cell-5, .cell-8 {
  width: 520px;
}
.cell-3, .cell-6, .cell-9 {
  width: 325px;
}

.cell-1 { background: url('../img/cell-1.png') top center no-repeat transparent; }
.cell-2 { background: url('../img/cell-2.png') top center no-repeat transparent; }
.cell-3 { background: url('../img/cell-3.png') top center no-repeat transparent; }
.cell-4 { background: url('../img/cell-4.png') top center no-repeat transparent; }
.cell-5 { background: url('../img/cell-5.png') top center no-repeat transparent; }
.cell-6 { background: url('../img/cell-6.png') top center no-repeat transparent; }
.cell-7 { background: url('../img/cell-7.png') top center no-repeat transparent; }
.cell-8 { background: url('../img/cell-8.png') top center no-repeat transparent; }
.cell-9 { background: url('../img/cell-9.png') top center no-repeat transparent; }

.night .cell-1 { background: url('../img/night-cell-1.png') top center no-repeat transparent; }
.night .cell-2 { background: url('../img/night-cell-2.png') top center no-repeat transparent; }
.night .cell-3 { background: url('../img/night-cell-3.png') top center no-repeat transparent; }
.night .cell-4 { background: url('../img/night-cell-4.png') top center no-repeat transparent; }
.night .cell-5 { background: url('../img/night-cell-5.png') top center no-repeat transparent; }
.night .cell-6 { background: url('../img/night-cell-6.png') top center no-repeat transparent; }
.night .cell-7 { background: url('../img/night-cell-7.png') top center no-repeat transparent; }
.night .cell-8 { background: url('../img/night-cell-8.png') top center no-repeat transparent; }
.night .cell-9 { background: url('../img/night-cell-9.png') top center no-repeat transparent; }

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

}

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {

}

.lbi-summary {
  width: 100%;
}

/*
 ** Popovers
 */

.popover.right {
  margin-left: -150px !important;
  margin-top: -50px !important;
}

.popover.left {
  margin-left: 50px !important;
  margin-top: 0px !important;
}

.popover {
  border-radius: 10px;
}

.popover .popover-title {
  width: 230px;
  color: #4B2031;
  font-weight: bold;
  font-family: 'Varela Round', sans-serif;
  font-size: 18px;
  background-color: #FFF;
  border-bottom: 4px solid #E7E7E7;
  margin: 20px 20px 10px 20px;
  padding: 0px 0px 10px 0px;
}

.popover .popover-content {
  color: #7EB6B7;
  font-weight: bold;
  font-family: 'Varela Round', sans-serif;
  font-size: 14px;
  margin: 0px 10px 20px 10px;
  padding: 0px 10px 0px 10px;
}

.popover .popover-content a {
  font-weight: 700;
}

.button {
  background: #eeeeee;
  padding: 5px 10px;
  border: 1px solid #EEAC44;
  border-radius: 4px;
}

.button:hover {
  background: #efefef;
  padding: 5px 10px;
  border: 1px solid #1C4068;
  border-radius: 4px;
}
