.flex {
	display: flex;
}
.flex.flex-start {
	align-items: flex-start;
}
.flex.flex-end {
	align-items: flex-end;
}
.flex.flex-center {
	align-items: center;
}
.flex.flex-justify-center {
	justify-content: center;
}
.flex.flex-justify-start {
	justify-content: flex-start;
}
.flex.flex-justify-end {
	justify-content: flex-end;
}
.flex.flex-justify-space-around {
	justify-content: space-around;
}
.flex.flex-justify-space-between {
	justify-content: space-between;
}

.full-width {
	width: 100%;
}

.full-height {
	height: 100%;
}

.full {
	width: 100%;
	height: 100%;
}

.inline-block {
	display: inline-block;
}

.mT15 {
	margin-top: 15px;
}

.mB15 {
	margin-bottom: 15px;
}

.mT30 {
	margin-top: 30px;
}

.mB30 {
	margin-bottom: 30px;
}

.mV15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.mV30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.mR5 {
	margin-right: 5px;
}

.mL5 {
	margin-left: 5px;
}

.mH5 {
	margin-left: 5px;
	margin-right: 5px;
}

.mH10 {
	margin-left: 10px;
	margin-right: 10px;
}

.rel {
	position: relative;
}

.block {
	display: block;
}

.capitalize {
	text-transform: capitalize;
}

.centered {
	margin-left: auto;
	margin-right: auto;
}

.clear {
	clear: both;
}

.alert {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
}

.modal#message {
	z-index: 1060;
}
.modal#message .modal-content {
	background: none;
	border: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.modal#message .modal-content .modal-body {
	text-align: left;
	font-size: 18px;
}
.modal#media {
	z-index: 1051;
}
.modal .modal-dialog {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	height: 100%;
}
.modal .modal-dialog .modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: #b3e0f2;
	border: 4px solid white;
	margin: auto;
}
.modal .modal-dialog .modal-content form {
	min-width: 500px;
}
.modal .modal-dialog .modal-content .nav-pills {
	border-bottom: 4px solid white;
}
.modal .modal-dialog .modal-content .modal-header {
	border-bottom: 4px solid white;
	padding: 15px 30px;
	position: relative;
	background: skyblue;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
	font-weight: bold;
	font-size: 26px;
}
.modal .modal-dialog .modal-content .modal-header .close {
	opacity: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	text-shadow: none;
	color: #333333;
}
.modal .modal-dialog .modal-content .modal-body {
	overflow-x: hidden;
	overflow-y: auto;
	padding: 15px 30px;
}
.modal .modal-dialog .modal-content .modal-footer {
	border-top: 4px solid white;
	padding: 15px 30px;
	background: skyblue;
}

#wallpapers {
	margin: 15px 0;
}
#wallpapers label {
	display: inline-block;
	position: relative;
	margin: 15px;
}
#wallpapers label input[type="radio"] {
	position: absolute;
	visibility: hidden;
}
#wallpapers label img {
	width: 120px;
	height: 120px;
}
#wallpapers label:hover {
	border-color: #10739b;
	cursor: pointer;
}
#wallpapers label.active,
#wallpapers label.active:hover {
	border-color: #e52d1a;
	cursor: default;
}
#wallpapers label a.delete {
	width: 30px;
	height: 30px;
	font-size: 10px;
	top: -15px;
	right: -15px;
}

.dropdown .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	border: none;
	background: white;
	min-width: 100%;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
}
.dropdown .dropdown-menu li a .glyphicon {
	margin-right: 5px;
}
.dropdown .dropdown-menu li label {
	display: block;
	padding: 5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.media .media-object.pull-left {
	margin-right: 20px;
	padding: 0;
}

.form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	background: white;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #333333;
	border-color: white;
	font-weight: normal;
	height: 39px;
}
.form-control.invalid {
	border-color: #f8bbbb;
	background-color: #f8bbbb;
}

.pac-container {
	z-index: 1051;
}

select.form-control {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../img/icons/caret.svg");
	background-repeat: no-repeat;
	background-position: right center;
}

form label {
	display: block;
	margin: 5px 0;
	color: #4d4d4d;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
form label input[type="checkbox"],
form label input[type="radio"] {
	margin-right: 5px;
}
form a {
	color: #10739b;
}

textarea.form-control {
	min-height: 80px;
	height: auto;
	resize: vertical;
}

.uploaded-images article {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	margin-bottom: 20px;
	padding: 20px 0;
	position: relative;
}
.uploaded-images article:last-child {
	border-bottom: none;
}
.uploaded-images article .delete {
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border-width: 2px;
	font-size: 10px;
}

.max-chars {
	position: relative;
}
.max-chars .counter {
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-align: right;
	display: inline-block;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	color: #808080;
}

.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	font-family: "Roboto Slab", serif;
	text-transform: uppercase;
	color: white;
}
.btn.text-left {
	text-align: left;
}
.btn.icon .glyphicon {
	margin: 0;
}
.btn.btn-sm {
	font-size: 12px;
	padding: 5px 10px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.btn.btn-md {
	font-size: 12px;
	padding: 10px 15px;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.btn.btn-md svg {
	max-width: 14px;
	max-height: 14px;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.btn.btn-dropdown {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	text-transform: none;
	width: 100%;
	background: white url("../img/icons/caret.svg") no-repeat right center;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	color: #333333;
	border-color: white;
	font-weight: normal;
	height: 39px;
	overflow: hidden;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 35px;
}
.btn.btn-default {
	background: #4d4d4d;
	border-color: #4d4d4d;
	color: white;
}
.btn.btn-default:hover {
	background: #1a1a1a;
	border-color: #1a1a1a;
}
.btn.btn-primary {
	background: #39b54a;
	border-color: #39b54a;
}
.btn.btn-primary:hover,
.btn.btn-primary.active,
.btn.btn-primary.active:hover {
	background: #e52d1a;
	border-color: #e52d1a;
}
.btn .glyphicon {
	margin-right: 5px;
}
.btn svg path,
.btn svg polygon,
.btn svg rect,
.btn svg circle {
	fill: white;
}

#menu {
	display: flex;
	width: 100%;
	align-items: center;
	height: 100%;
	justify-content: space-between;
	padding: 0 15px;
}
#menu > a {
	display: inline-flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	height: 100%;
	padding: 0 10px;
	color: white;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
}
#menu > a:hover {
	color: #e52d1a;
}
#menu > a.active,
#menu > a.active:hover {
	color: white;
	background: #e52d1a;
	border-left: 4px solid white;
	border-right: 4px solid white;
}
#menu > a.socials {
	padding: 0 5px;
}
#menu > a.socials svg {
	max-width: 20px;
	max-height: 20px;
	width: auto;
	height: auto;
}
#menu > a.socials svg path,
#menu > a.socials svg polygon,
#menu > a.socials svg rect,
#menu > a.socials svg circle {
	-webkit-transition: fill 0.5s;
	-moz-transition: fill 0.5s;
	-o-transition: fill 0.5s;
	transition: fill 0.5s;
	fill: white;
}
#menu > a.socials:hover svg path {
	fill: #e52d1a;
}
#menu .dropdown.open > a,
#menu .dropdown.open > a:hover {
	background: #e52d1a;
	border-left: 4px solid white;
	border-right: 4px solid white;
}
#menu .dropdown.open > a .glyphicon,
#menu .dropdown.open > a:hover .glyphicon {
	color: white;
}
#menu .dropdown > a {
	height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
#menu .dropdown > a .glyphicon {
	color: white;
	font-size: 18px;
}
#menu .dropdown > a:hover .glyphicon {
	color: #e52d1a;
}
#menu .dropdown .dropdown-menu li a .badge {
	background: #e52d1a;
	color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin-left: 5px;
	padding: 0;
	font-size: 12px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.panel {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: #b3e0f2;
	border: 4px solid white;
	margin: auto;
}
.panel .panel-heading {
	border-bottom: 4px solid white;
	padding: 15px 30px;
	position: relative;
	background: skyblue;
}
.panel .panel-heading .panel-title {
	font-weight: bold;
	font-size: 26px;
}
.panel .panel-body {
	padding: 15px 30px;
}
.panel .panel-footer {
	border-top: 4px solid white;
	padding: 15px 30px;
	background: skyblue;
}

.pagination a {
	float: left;
	margin: 0 2px;
}

.table.table-striped tbody tr:nth-of-type(odd) {
	background-color: #9dd7ee;
}
.table thead tr th,
.table thead tr td {
	border-bottom-color: rgba(0, 0, 0, 0.1);
}
.table tbody tr td {
	border-color: rgba(0, 0, 0, 0.1);
	vertical-align: middle;
}
.table tbody tr td a:not(.btn) {
	color: #10739b;
}
.table.table-members thead tr th,
.table.table-members thead tr td {
	white-space: nowrap;
}
.table.table-members tbody tr td {
	text-align: left;
	white-space: nowrap;
}
.table.docs tbody tr,
.table.docs tbody tr:nth-of-type(odd) {
	background: none;
	border: none;
}
.table.docs tbody tr td,
.table.docs tbody tr:nth-of-type(odd) td {
	background: none;
	border: none;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}
.table.docs tbody tr td:first-child,
.table.docs tbody tr td:last-child,
.table.docs tbody tr:nth-of-type(odd) td:first-child,
.table.docs tbody tr:nth-of-type(odd) td:last-child {
	padding-left: 0;
	padding-right: 0;
}
.table.docs tbody tr td .gray-square,
.table.docs tbody tr:nth-of-type(odd) td .gray-square {
	margin-right: 0;
}
.table.docs tbody tr td a:not(.btn),
.table.docs tbody tr:nth-of-type(odd) td a:not(.btn) {
	color: inherit;
}
.table.docs tbody tr td a:not(.btn):hover,
.table.docs tbody tr:nth-of-type(odd) td a:not(.btn):hover {
	color: #e52d1a;
}
.table.docs tbody tr td a.gray-square,
.table.docs tbody tr:nth-of-type(odd) td a.gray-square {
	color: white;
	vertical-align: top;
	line-height: 1;
}
.table.docs tbody tr td a.gray-square .day,
.table.docs tbody tr td a.gray-square .month,
.table.docs tbody tr td a.gray-square .year,
.table.docs tbody tr:nth-of-type(odd) td a.gray-square .day,
.table.docs tbody tr:nth-of-type(odd) td a.gray-square .month,
.table.docs tbody tr:nth-of-type(odd) td a.gray-square .year {
	color: white;
}
.table.docs tbody tr td h4,
.table.docs tbody tr:nth-of-type(odd) td h4 {
	margin-top: 0;
}
.table.doc tbody tr {
	background: none;
	border: none;
}
.table.doc tbody tr td {
	background: none;
	border: none !important;
	vertical-align: top;
	padding-left: 15px;
	padding-right: 15px;
}
.table.doc tbody tr td:first-child {
	padding-left: 0;
	padding-right: 20px;
}
.table.doc tbody tr td:last-child {
	padding-left: 0;
	padding-right: 0;
}
.table.doc tbody tr td a:not(.btn) {
	color: inherit;
}
.table.doc tbody tr td a:not(.btn):hover {
	color: #e52d1a;
}

.nav.nav-pills li a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	color: white;
	background: #808080;
	font-family: "Roboto Slab", serif;
	text-transform: uppercase;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}
.nav.nav-pills li a:hover {
	background: #666666;
}
.nav.nav-pills li.active a,
.nav.nav-pills li.active a:hover,
.nav.nav-pills li.active a,
.nav.nav-pills li.active a:hover {
	background: #333333;
}

.tooltip .tooltip-inner {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding: 5px 10px;
	background-color: #4d4d4d;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
}
.tooltip.top .tooltip-arrow {
	border-top-color: #4d4d4d;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #4d4d4d;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #4d4d4d;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #4d4d4d;
}

.ui-placeholder {
	border: 1px dashed white;
	background: #c9e9f6;
	min-height: 50px;
}

.ui-sortable-handle:hover {
	cursor: move;
}

body,
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Roboto Slab", serif;
	font-size: 14px;
	background-color: #b3e0f2;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	color: #333333;
	text-align: justify;
}
body.login {
	background-image: url("../img/wallpapers/ilustracion-01.gif");
}
body:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, 0.7);
	-moz-box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, 0.7);
	-ms-box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, 0.7);
	-o-box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, 0.7);
	box-shadow: inset 0 0 300px 0 rgba(0, 0, 0, 0.7);
}
body > .main {
	background: #b3e0f2;
	/* height: 100%;
	overflow: hidden; */
	-webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
	-ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
	-o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 992px) {
	body > .main {
		height: auto;
		overflow: auto;
	}
}
body > .main.container {
	border-left: 4px solid white;
	border-right: 4px solid white;
}
body > .main > .row {
	height: 100%;
}
body > .main > .row > .col-md-4,
body > .main > .row > .col-md-8 {
	height: 100%;
	padding: 0;
}
body > .main > .row > .col-md-4 {
	border-right: 4px solid white;
	border-bottom: 4px solid white;
	background: #3ea3c6;
}
@media screen and (max-width: 992px) {
	body > .main > .row > .col-md-4 {
		border-right: none;
	}
}
body > .main > .row > .col-md-4 header {
	height: 150px;
	background: #808080 url("../img/icons/logo.svg") no-repeat center/300px auto;
}
body > .main > .row > .col-md-4 h1 {
	font-size: 26px;
	font-weight: bold;
	background: #333333;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	color: white;
	height: 60px;
	display: flex;
	align-items: center;
	padding: 0 30px;
	margin: 0;
	text-align: left;
}
body > .main > .row > .col-md-4 h2 {
	background: #10739b;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	padding: 10px 30px;
	height: min-content;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	border-bottom: 4px solid white;
}
body > .main > .row > .col-md-4 h2 figure {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-flex;
	border: 2px solid white;
	background: #e52d1a;
	color: white !important;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-size: 18px;
}
body > .main > .row > .col-md-4 h2 figure img,
body > .main > .row > .col-md-4 h2 figure svg {
	max-width: 24px;
	max-height: 24px;
	width: auto;
	height: auto;
}
body > .main > .row > .col-md-4 h2 figure img path,
body > .main > .row > .col-md-4 h2 figure img polygon,
body > .main > .row > .col-md-4 h2 figure img rect,
body > .main > .row > .col-md-4 h2 figure img circle,
body > .main > .row > .col-md-4 h2 figure svg path,
body > .main > .row > .col-md-4 h2 figure svg polygon,
body > .main > .row > .col-md-4 h2 figure svg rect,
body > .main > .row > .col-md-4 h2 figure svg circle {
	fill: white;
}
body > .main > .row > .col-md-4 h2 title {
	display: inline-block;
	width: calc(100% - 65px);
}
body > .main > .row > .col-md-4 footer {
	display: block;
	position: relative;
	overflow-y: auto;
	height: calc(100% - 215px);
}
body
	> .main
	> .row
	> .col-md-4
	footer#cases
	> div
	a:not(.delete)
	span:not(.glyphicon),
body
	> .main
	> .row
	> .col-md-4
	footer#docs-nav
	> div
	a:not(.delete)
	span:not(.glyphicon) {
	width: calc(100% - 50px);
}
body > .main > .row > .col-md-4 footer#cases > div input[type="checkbox"],
body > .main > .row > .col-md-4 footer#docs-nav > div input[type="checkbox"] {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -8px;
	z-index: 2;
}
body > .main > .row > .col-md-4 footer a:not(.delete),
body > .main > .row > .col-md-4 footer > div a:not(.delete) {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: white;
	display: flex;
	padding: 15px 30px; /*spacing menu sidebar*/
	position: relative;
	text-align: left;
	align-items: center;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
body > .main > .row > .col-md-4 footer a:not(.delete):hover,
body > .main > .row > .col-md-4 footer > div a:not(.delete):hover {
	cursor: pointer;
	background: #b3e0f2;
	color: #e52d1a;
	text-decoration: none;
}
body > .main > .row > .col-md-4 footer a:not(.delete):hover svg path,
body > .main > .row > .col-md-4 footer a:not(.delete):hover svg polygon,
body > .main > .row > .col-md-4 footer a:not(.delete):hover svg rect,
body > .main > .row > .col-md-4 footer a:not(.delete):hover svg circle,
body > .main > .row > .col-md-4 footer > div a:not(.delete):hover svg path,
body > .main > .row > .col-md-4 footer > div a:not(.delete):hover svg polygon,
body > .main > .row > .col-md-4 footer > div a:not(.delete):hover svg rect,
body > .main > .row > .col-md-4 footer > div a:not(.delete):hover svg circle {
	fill: #e52d1a;
}
body > .main > .row > .col-md-4 footer a:not(.delete):hover small,
body > .main > .row > .col-md-4 footer > div a:not(.delete):hover small {
	color: #3ea3c6;
}
body > .main > .row > .col-md-4 footer a:not(.delete).active,
body > .main > .row > .col-md-4 footer a:not(.delete).active:hover,
body > .main > .row > .col-md-4 footer > div a:not(.delete).active,
body > .main > .row > .col-md-4 footer > div a:not(.delete).active:hover {
	border-color: white;
	background: #e52d1a;
	color: white;
	cursor: default;
}
body > .main > .row > .col-md-4 footer a:not(.delete).active svg path,
body > .main > .row > .col-md-4 footer a:not(.delete).active svg polygon,
body > .main > .row > .col-md-4 footer a:not(.delete).active svg rect,
body > .main > .row > .col-md-4 footer a:not(.delete).active svg circle,
body > .main > .row > .col-md-4 footer a:not(.delete).active:hover svg path,
body > .main > .row > .col-md-4 footer a:not(.delete).active:hover svg polygon,
body > .main > .row > .col-md-4 footer a:not(.delete).active:hover svg rect,
body > .main > .row > .col-md-4 footer a:not(.delete).active:hover svg circle,
body > .main > .row > .col-md-4 footer > div a:not(.delete).active svg path,
body > .main > .row > .col-md-4 footer > div a:not(.delete).active svg polygon,
body > .main > .row > .col-md-4 footer > div a:not(.delete).active svg rect,
body > .main > .row > .col-md-4 footer > div a:not(.delete).active svg circle,
body
	> .main
	> .row
	> .col-md-4
	footer
	> div
	a:not(.delete).active:hover
	svg
	path,
body
	> .main
	> .row
	> .col-md-4
	footer
	> div
	a:not(.delete).active:hover
	svg
	polygon,
body
	> .main
	> .row
	> .col-md-4
	footer
	> div
	a:not(.delete).active:hover
	svg
	rect,
body
	> .main
	> .row
	> .col-md-4
	footer
	> div
	a:not(.delete).active:hover
	svg
	circle {
	fill: white;
}
body > .main > .row > .col-md-4 footer a:not(.delete) figure,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure {
	margin-right: 15px;
}
body > .main > .row > .col-md-4 footer a:not(.delete) figure .glyphicon,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure .glyphicon {
	font-size: 18px;
	width: 20px;
	height: 20px;
	text-align: center;
}
body > .main > .row > .col-md-4 footer a:not(.delete) figure svg,
body > .main > .row > .col-md-4 footer a:not(.delete) figure img,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure svg,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure img {
	max-width: 20px;
	max-height: 20px;
	width: auto;
	height: auto;
}
body > .main > .row > .col-md-4 footer a:not(.delete) figure svg path,
body > .main > .row > .col-md-4 footer a:not(.delete) figure svg polygon,
body > .main > .row > .col-md-4 footer a:not(.delete) figure svg rect,
body > .main > .row > .col-md-4 footer a:not(.delete) figure svg circle,
body > .main > .row > .col-md-4 footer a:not(.delete) figure img path,
body > .main > .row > .col-md-4 footer a:not(.delete) figure img polygon,
body > .main > .row > .col-md-4 footer a:not(.delete) figure img rect,
body > .main > .row > .col-md-4 footer a:not(.delete) figure img circle,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure svg path,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure svg polygon,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure svg rect,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure svg circle,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure img path,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure img polygon,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure img rect,
body > .main > .row > .col-md-4 footer > div a:not(.delete) figure img circle {
	-webkit-transition: fill 0.5s;
	-moz-transition: fill 0.5s;
	-o-transition: fill 0.5s;
	transition: fill 0.5s;
	fill: white;
}
body > .main > .row > .col-md-4 footer a:not(.delete) small,
body > .main > .row > .col-md-4 footer > div a:not(.delete) small {
	font-family: "Roboto Condensed", sans-serif;
	color: #4d4d4d;
	font-weight: normal;
	font-style: 12px;
	color: #b3e0f2;
}
body > .main > .row > .col-md-4 footer > a.active:not(.delete):first-child {
	border-top: none;
}
@media screen and (max-width: 992px) {
	body > .main > .row > .col-md-4 footer > a.active:not(.delete):last-child {
		border-bottom: none;
	}
}
body > .main > .row > .col-md-4 footer > div:first-child a.active:not(.delete) {
	border-top: none;
}
@media screen and (max-width: 992px) {
	body
		> .main
		> .row
		> .col-md-4
		footer
		> div:last-child
		a.active:not(.delete) {
		border-bottom: none;
	}
}
body > .main > .row > .col-md-4 footer a.delete {
	width: 25px;
	height: 25px;
	border-width: 2px;
	font-size: 10px;
	top: 10px;
	right: 5px;
}
body > .main > .row > .col-md-8 header {
	background: #3ea3c6;
	height: 50px;
	border-bottom: 4px solid white;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 992px) {
	body > .main > .row > .col-md-8 header {
		border-top: 4px solid white;
		display: block;
		width: 100%;
		overflow-x: auto;
	}
}
body > .main > .row > .col-md-8 footer {
	padding: 30px;
	height: calc(100% - 50px);
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
body > .main > .row > .col-md-8 footer.map {
	padding: 0;
	overflow: hidden;
}
body > .main > .row > .col-md-8 footer.map .counter {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #e52d1a;
	width: 100px;
	height: 100px;
	display: inline-flex;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 36px;
	border: 3px solid white;
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 20px;
}
body > .main > .row > .col-md-8 footer.map .counter a {
	display: block;
	width: 100%;
}
body > .main > .row > .col-md-8 footer.map .counter a span {
	position: relative;
	left: -10px;
	top: 5px;
}
body > .main > .row > .col-md-8 footer.map .counter a small {
	display: block;
	font-size: 14px;
	position: relative;
	left: 16px;
	top: 10px;
}
body > .main > .row > .col-md-8 footer.map .counter a small:before {
	content: "";
	display: block;
	border-top: 2px solid white;
	position: absolute;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	width: 70px;
	margin-top: -8px;
}
body > .main > .row > .col-md-8 footer.map .counter:hover {
	background-color: #39b54a;
}
body > .main > .row > .col-md-8 footer.map .counter:hover a {
	color: white;
}
body > .main > .row > .col-md-8 footer.map .btn {
	position: absolute;
	z-index: 2;
	right: 50px;
	bottom: 24px;
}
body > .main > .row > .col-md-8 footer h1 {
	margin: 0 0 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
}
body > .main > .row > .col-md-8 footer h1 figure {
	background: #808080;
	border: 2px solid white;
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	text-align: center;
	color: white;
	position: relative;
}
body > .main > .row > .col-md-8 footer h1 figure.m0 {
	margin: 0;
}
body > .main > .row > .col-md-8 footer h1 figure .glyphicon {
	color: white;
	font-size: 26px;
}
body > .main > .row > .col-md-8 footer h1 figure img,
body > .main > .row > .col-md-8 footer h1 figure svg {
	max-width: 40px;
	max-height: 40px;
	width: auto;
	height: auto;
}
body > .main > .row > .col-md-8 footer h1 figure img path,
body > .main > .row > .col-md-8 footer h1 figure img polygon,
body > .main > .row > .col-md-8 footer h1 figure img rect,
body > .main > .row > .col-md-8 footer h1 figure img circle,
body > .main > .row > .col-md-8 footer h1 figure svg path,
body > .main > .row > .col-md-8 footer h1 figure svg polygon,
body > .main > .row > .col-md-8 footer h1 figure svg rect,
body > .main > .row > .col-md-8 footer h1 figure svg circle {
	fill: white;
}
body > .main > .row > .col-md-8 footer h1 figure .month,
body > .main > .row > .col-md-8 footer h1 figure .year {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}
body > .main > .row > .col-md-8 footer h1 figure .day {
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
}
body > .main > .row > .col-md-8 footer h1 figure .delete {
	top: -15px;
	right: -15px;
	width: 25px;
	height: 25px;
	border-width: 2px;
	font-size: 10px;
}
body > .main > .row > .col-md-8 footer h1 span:not(.glyphicon) {
	display: block;
	width: calc(100% - 75px);
}
body > .main > .row > .col-md-8 footer h3 {
	font-weight: bold;
	margin: 5px 0 30px 0;
	text-align: left;
}
body > .main > .row > .col-md-8 footer time {
	font-family: "Roboto Condensed", sans-serif;
	color: #4d4d4d;
	font-weight: normal;
	font-style: 12px;
}
body > .main > .row > .col-md-8 footer .content {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 30px 0;
}
body > .main > .row > .col-md-8 footer nav {
	display: block;
	text-align: center;
	margin: 30px auto;
}
body > .main > .row > .col-md-8 footer nav .btn {
	margin: 0 5px;
}
body > .main > .row > .col-md-8 footer .credits {
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #808080;
	font-size: 12px;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
a img {
	border: none;
}
a:hover {
	color: #e52d1a;
	cursor: pointer;
	text-decoration: none;
}
a:active,
a:focus,
a:visited {
	outline: none;
	text-decoration: none;
}
a.edit {
	font-family: "Roboto Condensed", sans-serif;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	-webkit-transition: color 0.5s;
	-moz-transition: color 0.5s;
	-o-transition: color 0.5s;
	transition: color 0.5s;
}
a.edit:hover .glyphicon {
	color: #e52d1a;
}
a.edit .glyphicon {
	color: #39b54a;
	margin-right: 2px;
}
a.delete {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #4d4d4d;
	border: 3px solid white;
	position: absolute;
	top: 0;
	right: 0;
	font-family: "Glyphicons Halflings", sans-serif;
	color: white;
	font-size: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	z-index: 3;
}
a.delete:before {
	content: "\e014";
}

button::-moz-focus-inner {
	border: 0;
}

ul {
	list-style-image: url("../img/icons/bullet.svg");
}

.thumbnail,
.framed {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.2);
	border: 4px solid white;
	max-width: 100%;
	background-color: #808080;
	background-position: center;
	background-repeat: no-repeat;
	padding: 0;
	position: relative;
}
.thumbnail.video,
.framed.video {
	background-image: url("../img/icons/video.svg");
}
.thumbnail.image,
.framed.image {
	background-image: url("../img/icons/picture.svg");
}

.green-circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-flex;
	border: 2px solid white;
	background: green;
	color: white !important;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-size: 18px;
}
.orange-circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	display: inline-flex;
	border: 2px solid white;
	background: #e52d1a;
	color: white !important;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	font-size: 18px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.orange-circle:hover {
	background: #39b54a;
}
.orange-circle img,
.orange-circle svg {
	max-width: 24px;
	max-height: 24px;
	width: auto;
	height: auto;
}
.orange-circle img path,
.orange-circle img polygon,
.orange-circle img rect,
.orange-circle img circle,
.orange-circle svg path,
.orange-circle svg polygon,
.orange-circle svg rect,
.orange-circle svg circle {
	fill: white;
}
.orange-circle.orange-circle-small {
	width: 24px;
	height: 24px;
	font-size: 14px;
}
.orange-circle.orange-circle-big {
	width: 100px;
	height: 100px;
	border-width: 4px;
	font-size: 48px;
	cursor: default;
}

.gray-square {
	background: #808080;
	border: 2px solid white;
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	text-align: center;
	color: white;
	position: relative;
}
.gray-square.m0 {
	margin: 0;
}
.gray-square .glyphicon {
	color: white;
	font-size: 26px;
}
.gray-square img,
.gray-square svg {
	max-width: 40px;
	max-height: 40px;
	width: auto;
	height: auto;
}
.gray-square img path,
.gray-square img polygon,
.gray-square img rect,
.gray-square img circle,
.gray-square svg path,
.gray-square svg polygon,
.gray-square svg rect,
.gray-square svg circle {
	fill: white;
}
.gray-square .month,
.gray-square .year {
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 12px;
}
.gray-square .day {
	font-weight: bold;
	font-size: 26px;
	line-height: 26px;
}
.gray-square .delete {
	top: -15px;
	right: -15px;
	width: 25px;
	height: 25px;
	border-width: 2px;
	font-size: 10px;
}

.stamp {
	font-family: "Roboto Condensed", sans-serif;
	color: #4d4d4d;
	font-weight: normal;
	font-style: 12px;
}

.cke * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-o-box-sizing: content-box;
}
.cke a {
	transition: none;
}

hr {
	display: block;
	width: 100%;
	border: none;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	margin: 30px 0;
	clear: both;
}
hr:after,
hr:before {
	content: "";
	float: none;
	clear: both;
	visibility: hidden;
}

p img.thumbnail {
	display: inline-block;
}

.two-cols {
	column-count: 2;
	column-gap: 40px;
	-webkit-column-count: 2;
	-webkit-column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-gap: 40px;
}

.three-cols {
	column-count: 3;
	column-gap: 40px;
	-webkit-column-count: 3;
	-webkit-column-gap: 40px;
	-moz-column-count: 3;
	-moz-column-gap: 40px;
}

.four-cols {
	column-count: 4;
	column-gap: 40px;
	-webkit-column-count: 4;
	-webkit-column-gap: 40px;
	-moz-column-count: 4;
	-moz-column-gap: 40px;
}

body.home .banner {
	padding: 30px 140px 0 30px;
}
body.home .banner article {
	display: inline-block;
}
body.home .banner article img,
body.home .banner article svg {
	width: 300px;
	height: auto;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
body.home .banner article h1,
body.home .banner article h2 {
	font-family: "Roboto", sans-serif;
	color: white;
	font-size: 18px;
	margin: 0;
}
body.home .banner article h1 {
	font-weight: 300;
}
body.home .banner article h2 {
	font-weight: bold;
	text-transform: capitalize;
}
body.home .banner article nav {
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding: 15px 0;
	margin: 15px auto;
	display: block;
	color: white;
}
body.home .banner article nav button {
	display: inline-block;
}
body.home .menu {
	position: fixed;
	bottom: 30px;
	width: 100%;
	text-align: center;
}
body.home .menu a {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-flex;
	width: 80px;
	height: 80px;
	align-items: center;
	justify-content: center;
	border: 3px solid white;
	background: rgba(0, 0, 0, 0.3);
	margin: 0 5px;
}
body.home .menu a:hover {
	cursor: pointer;
	background: rgba(0, 0, 0, 0.5);
	line-height: 75px;
}
body.home .menu a img,
body.home .menu a svg {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	vertical-align: middle;
	max-width: 40px;
	max-height: 40px;
	width: auto;
	height: auto;
}
body.home .menu a img path,
body.home .menu a img polygon,
body.home .menu a img rect,
body.home .menu a img circle,
body.home .menu a svg path,
body.home .menu a svg polygon,
body.home .menu a svg rect,
body.home .menu a svg circle {
	fill: white;
}
body.home .menu .tooltip .tooltip-inner {
	font-family: "Roboto Slab", serif;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 15px 30px;
	font-size: 18px;
}
body.home .menu .tooltip.top {
	margin-top: -10px;
}
body.home .menu .tooltip.top .tooltip-arrow {
	bottom: -5px;
	border-top-color: rgba(0, 0, 0, 0.7);
	margin-left: -10px;
	border-width: 10px 10px 0;
}
body.home .counter {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #e52d1a;
	width: 100px;
	height: 100px;
	display: inline-flex;
	text-align: center;
	color: white;
	font-weight: bold;
	font-size: 36px;
	border: 3px solid white;
	position: absolute;
	left: auto;
	right: 30px;
	top: 30px;
	margin: 0;
}
body.home .counter a {
	display: block;
	width: 100%;
}
body.home .counter a span {
	position: relative;
	left: -10px;
	top: 5px;
}
body.home .counter a small {
	display: block;
	font-size: 14px;
	position: relative;
	left: 16px;
	top: 10px;
}
body.home .counter a small:before {
	content: "";
	display: block;
	border-top: 2px solid white;
	position: absolute;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	width: 70px;
	margin-top: -8px;
}
body.home .counter:hover {
	background-color: #39b54a;
}
body.home .counter:hover a {
	color: white;
}
body.home .credit-container {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: none;
}
body.home .credit-container .credit {
	color: white;
	display: inline-block;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	font-family: "Roboto", sans-serif;
	padding: 0 0 30px 30px;
}
body.home .postcards {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
	width: 300px;
	height: 250px;
	overflow: hidden;
}
body.home .postcards.editable {
	bottom: 100px;
}
body.home .postcards .carousel:hover .carousel-control {
	opacity: 1;
}
body.home .postcards .carousel .carousel-control {
	display: inline-flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	background: #4d4d4d;
	border: 3px solid white;
	top: calc(50% - 20px);
	opacity: 0;
}
body.home .postcards .carousel .carousel-control .glyphicon {
	position: static;
	color: white;
	font-size: 18px;
	margin: 0;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	width: auto;
	height: auto;
	text-shadow: none;
}
body.home .postcards .carousel .carousel-control.left {
	left: 15px;
}
body.home .postcards .carousel .carousel-control.right {
	right: 15px;
}
body.home .postcards .carousel .carousel-inner .item {
	width: 300px;
	height: 250px;
	border: 4px solid white;
}
body.home .postcards .carousel .carousel-inner .item .delete {
	top: 5px;
	right: 5px;
}
body.home .postcards .carousel .carousel-inner .item .fancybox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #808080;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
body.home .postcards .carousel .carousel-inner .item .carousel-caption {
	bottom: 0;
	display: none;
}
body.home .postcards .carousel .carousel-inner .item .carousel-caption h1 {
	margin: 0;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 300;
}
body.home .admin {
	position: fixed;
	top: 20%; /*bottom: 30px;*/
	right: 30px;
	text-align: right;
}
body.home .admin a:not(:last-child) {
	margin-right: 5px;
}

.fancybox-overlay .fancybox-wrap.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.fancybox-overlay
	.fancybox-wrap.fancybox-opened
	.fancybox-skin
	.fancybox-title
	.child {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	line-height: normal;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	font-weight: 300;
	background: none;
}
.fancybox-overlay
	.fancybox-wrap.fancybox-opened
	.fancybox-skin
	.fancybox-outer
	.fancybox-nav
	span {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: -20px;
	background: #4d4d4d;
	border: 3px solid white;
	font-family: "Glyphicons Halflings", sans-serif;
	color: white;
	font-size: 18px;
}
.fancybox-overlay
	.fancybox-wrap.fancybox-opened
	.fancybox-skin
	.fancybox-outer
	.fancybox-nav.fancybox-prev
	span {
	left: 15px;
}
.fancybox-overlay
	.fancybox-wrap.fancybox-opened
	.fancybox-skin
	.fancybox-outer
	.fancybox-nav.fancybox-prev
	span:before {
	content: "\e079";
}
.fancybox-overlay
	.fancybox-wrap.fancybox-opened
	.fancybox-skin
	.fancybox-outer
	.fancybox-nav.fancybox-next {
	right: 15px;
}
.fancybox-overlay
	.fancybox-wrap.fancybox-opened
	.fancybox-skin
	.fancybox-outer
	.fancybox-nav.fancybox-next
	span:before {
	content: "\e080";
}
.fancybox-overlay
	.fancybox-wrap.fancybox-opened
	.fancybox-skin
	.fancybox-close {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	top: -20px;
	right: -20px;
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #4d4d4d;
	border: 3px solid white;
	font-family: "Glyphicons Halflings", sans-serif;
	color: white;
	font-size: 18px;
}
.fancybox-overlay
	.fancybox-wrap.fancybox-opened
	.fancybox-skin
	.fancybox-close:before {
	content: "\e014";
}

.uploadifive-queue {
	width: 100%;
	margin: 0 0 10px 0;
	position: relative;
}
.uploadifive-queue:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.uploadifive-queue-item {
	position: relative;
	clear: both;
	margin: 10px 0;
	width: 100%;
	background: white;
	font-family: "Roboto", sans-serif;
	font-size: 12px;
	padding: 10px;
}
.uploadifive-queue-item .close {
	opacity: 1;
	position: absolute;
	right: 5px;
	top: 5px;
	font-family: "Glyphicons Halflings", sans-serif;
	font-size: 14px;
	color: transparent;
}
.uploadifive-queue-item .close:before {
	content: "\e014";
	color: #333333;
	font-size: 10px;
	float: right;
}
.uploadifive-queue-item .progress {
	background: rgba(255, 255, 255, 0.5);
	height: 8px;
	margin-top: 5px;
	width: 100%;
}
.uploadifive-queue-item .progress-bar {
	background: rgba(0, 0, 0, 0.5);
	height: 8px;
	width: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.btn.uploadifive-button {
	width: auto !important;
	height: auto !important;
	line-height: normal !important;
}

#case footer.wallpaper {
	background-repeat: no-repeat;
	background-color: #b3e0f2;
	background-size: cover;
	background-position: center;
	text-align: center;
}
#case footer.wallpaper:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.3);
}
#case footer.wallpaper .header {
	position: relative;
	z-index: 2;
}
#case footer.wallpaper h1,
#case footer.wallpaper h2 {
	text-transform: uppercase;
	color: white;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
	font-weight: bold;
	cursor: default;
}
#case footer.wallpaper h1 {
	font-size: 36px;
	margin: 30px 0;
}
#case footer.wallpaper h2 {
	font-size: 22px;
	margin: 0;
}
#case footer.wallpaper .footer {
	z-index: 2;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 30px 30px 30px;
}
#case footer.wallpaper .footer nav {
	margin-top: 0;
	white-space: nowrap;
}
#case footer.wallpaper .footer nav .btn {
	margin-top: 5px;
	margin-bottom: 5px;
}
#case footer.wallpaper .footer .quotes blockquote {
	color: white;
	font-size: 12px;
	margin: 0;
	border: 0;
	text-align: left;
	display: block;
	padding: 0;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
#case footer.wallpaper .footer .quotes blockquote:not(:first-child) {
	margin-top: 15px;
}
#case footer.wallpaper .footer .quotes blockquote span span {
	font-family: "Roboto", sans-serif;
	margin-top: 5px;
	display: block;
	text-transform: capitalize;
	font-size: 10px;
}
#case .gallery {
	text-align: justify;
}
#case .gallery .ui-placeholder {
	height: 120px;
	width: 120px;
	display: inline-block;
	margin: 10px;
}
#case .gallery .thumbnail {
	display: inline-block;
	margin: 10px;
	width: 120px;
	vertical-align: top;
	position: relative;
}
#case .gallery .thumbnail .delete {
	width: 25px;
	height: 25px;
	border-width: 2px;
	font-size: 10px;
	top: -15px;
	right: -15px;
}
#case .gallery .thumbnail img {
	width: 120px;
	height: 120px;
	display: block;
}
#case .gallery .thumbnail footer {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-top: 4px solid white;
	background: #4d4d4d;
	color: white;
	padding: 5px;
	font-family: "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 300;
}
#case .gallery .thumbnail footer span {
	display: inline;
}
#case .timeline article {
	position: relative;
	vertical-align: top;
	margin: 0;
	padding: 10px 0;
	z-index: 2;
}
#case .timeline article .delete {
	width: 30px;
	height: 30px;
	border-width: 2px;
	font-size: 12px;
	top: 0;
	right: 0;
}
#case .timeline article .thumbnail {
	margin: 10px 20px 10px 0;
	display: inline-block;
	vertical-align: middle;
}
#case .timeline article time {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	font-family: "Roboto", sans-serif;
	background: #10739b;
	width: 80px;
	height: 80px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: 18px;
	border: 4px solid white;
	position: relative;
	margin-right: 20px;
}
#case .timeline article:before {
	content: "";
	background: white;
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 0;
}
#case .timeline article h4 {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 260px);
	text-align: left;
}

/*# sourceMappingURL=main.css.map */
