@import url('https://fonts.googleapis.com/css?family=Maven+Pro&display=swap');

body {
	background: #fff;
	margin-top: 0 !important;
	font-family: "Maven Pro", Helvetica, Arial, sans-serif !important;
}

.navbar {
    height: 78px !important;

    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e1e7ec;
    background-color: #ffffff;
    z-index: 100;

    margin-bottom: 0;
}

.navbar-inverse {
    border-bottom: 1px solid #e1e7ec;
    background-color: #ffffff;
    z-index: 100;
    color: #606975;
    font-family: "Maven Pro", Helvetica, Arial, sans-serif;
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #606975;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #9bd3ae;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #9bd3ae;
    color: #fff;
}

.site-logo {
    width: 220px;
    padding: 10px 0 14px ;
    text-decoration: none;

    display: table-cell;
    vertical-align: middle;
}

.site-logo > img {
    display: block;
    width: 100%;
}

img, figure {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.navbar-inverse .navbar-left ul.nav > li > a {
	display:none
}

ul.nav { margin: 10px 0 }

ul.nav > li > a {
    display: table;
    height: 100%;
    min-height: 100%;
    border-top: 1px solid transparent;
    letter-spacing: .05em;
    text-transform: uppercase;
}




















.topbar {
  display: table;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 0 30px;
  border-bottom: 1px solid #e1e7ec;
  background-color: #f5f5f5;
  z-index: 110;
}

.topbar .topbar-column {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.topbar .topbar-column:last-child {
  text-align: right;
}

.topbar .topbar-column:first-child {
  text-align: left;
}

.topbar .topbar-column a:not(.social-button), .topbar .topbar-column span, .topbar .topbar-column p {
  color: #606975;
  font-size: 13px;
}

.topbar .topbar-column > a:not(.social-button), .topbar .topbar-column > span, .topbar .topbar-column > p {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.topbar .topbar-column > a:not(.social-button) > i, .topbar .topbar-column > span > i, .topbar .topbar-column > p > i {
  margin-top: -3px;
}

.topbar .topbar-column > a:not(.social-button) > i.icon-download, .topbar .topbar-column > span > i.icon-download, .topbar .topbar-column > p > i.icon-download {
  margin-top: -4px;
}

.topbar .topbar-column a:not(.social-button) {
  transition: color .3s;
  text-decoration: none;
}

.topbar .topbar-column a:not(.social-button):hover {
  color: #9bd3ae;
}

.topbar .topbar-column:last-child > a:not(.social-button), .topbar .topbar-column:last-child > span, .topbar .topbar-column:last-child > p {
  margin-left: 20px;
}

.topbar .topbar-column:first-child > a:not(.social-button), .topbar .topbar-column:first-child > span, .topbar .topbar-column:first-child > p {
  margin-right: 20px;
}

.lang-location-switcher-wrap {
  display: inline-block;
  position: relative;
  margin-left: 22px;
  cursor: pointer;
  vertical-align: middle;
}

.lang-location-switcher-wrap .lang-location-switcher > .language, .lang-location-switcher-wrap .lang-location-switcher > .location, .lang-location-switcher-wrap .lang-location-switcher::after {
  display: inline-block;
  transition: color .3s;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
}

.lang-location-switcher-wrap .lang-location-switcher > .language {
  width: 20px;
}

.lang-location-switcher-wrap .lang-location-switcher > .location {
  margin-left: 12px;
  padding: 4px 0 4px 12px;
  border-left: 1px solid #e1e7ec;
}

.lang-location-switcher-wrap .lang-location-switcher::after {
  margin-left: 6px;
  transition: all .3s;
}

.lang-location-switcher-wrap .lang-location-switcher:hover > .language, .lang-location-switcher-wrap .lang-location-switcher:hover > .location, .lang-location-switcher-wrap .lang-location-switcher:hover::after {
  color: #9bd3ae;
}

.lang-location-switcher-wrap.show > .lang-location-switcher .location,
.lang-location-switcher-wrap.show > .lang-location-switcher::after {
  color: #9bd3ae;
}

.lang-location-switcher-wrap .dropdown-menu {
  right: 0;
  left: auto;
  padding-bottom: 12px;
}

.lang-location-switcher-wrap .dropdown-item {
  padding-top: 6px;
  padding-bottom: 4px;

    padding-right: 20px;
    padding-left: 20px;
}

.lang-location-switcher-wrap .dropdown-item > img {
  display: inline-block;
  width: 17px;
  margin-top: -1px;
  margin-right: 7px;
  vertical-align: middle;
}

.lang-location-switcher-wrap .location-select {
  padding-top: 7px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}


.btn {

    border-width: 1px;

}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  color: #ffffff!important;
  border-width: 1px;
  border: none;
  -webkit-transition: .5s; /* Safari prior 6.1 */
  transition: .5s;

}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  color: #ffffff !important;
}

.btn-primary {
  background-color: #9bd3ae;
  color: #ffffff !important;
}

.btn-primary:hover {
  background-color: #77b58c;
}

.btn-success {
  background-color: #43d9a3;
}

.btn-success:hover {
  background-color: #27c28a;
}

.btn-info {
  background-color: #9371d4;
}

.btn-info:hover {
  background-color: #5d3e98;
}

.btn-warning {
  background-color: #ffb74f;
}

.btn-warning:hover {
  background-color: #ffa21c;
}

.btn-danger {
  background-color: #ff5252;
}

.btn-danger:hover {
  background-color: #ff1f1f;
}

.btn-white {
  background-color: #ffffff;
}

.btn-white:hover {
  background-color: #e6e5e5;
}

.btn-outline-secondary {
  border-color: #e1e7ec;
}

.btn-outline-secondary:hover {
  background-color: #f5f5f5;
}

.btn-outline-primary {
  border-color: #9bd3ae;
  background-color: transparent;
  color: #9bd3ae;
  outline-offset: -2px;
}

.btn-outline-primary:hover {
  background-color: #9bd3ae;
  color: #ffffff;
}

.btn-outline-success {
  border-color: #43d9a3;
  background-color: transparent;
  color: #43d9a3;
}

.btn-outline-success:hover {
  background-color: #43d9a3;
  color: #ffffff;
}

.btn-outline-info {
  border-color: #50c6e9;
  background-color: transparent;
  color: #50c6e9;
}

.btn-outline-info:hover {
  background-color: #50c6e9;
  color: #ffffff;
}

.btn-outline-warning {
  border-color: #ffb74f;
  background-color: transparent;
  color: #ffb74f;
}

.btn-outline-warning:hover {
  background-color: #ffb74f;
  color: #ffffff;
}

.btn-outline-danger {
  border-color: #ff5252;
  background-color: transparent;
  color: #ff5252;
}

.btn-outline-danger:hover {
  background-color: #ff5252;
  color: #ffffff;
}

.btn-outline-white {
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.btn-outline-white:hover {
  background-color: #ffffff;
  color: #ffffff;
}

.btn-outline-white:hover {
  color: #606975;
}

.btn-link-secondary {
  color: #606975;
}

.btn-link-secondary:hover {
  color: #495059;
}

.btn-link-primary {
  color: #9bd3ae;
}

.btn-link-primary:hover {
  color: #0a87bf;
}

.btn-link-success {
  color: #43d9a3;
}

.btn-link-success:hover {
  color: #27c28a;
}

.btn-link-info {
  color: #50c6e9;
}

.btn-link-info:hover {
  color: #23b7e3;
}

.btn-link-warning {
  color: #ffb74f;
}

.btn-link-warning:hover {
  color: #ffa21c;
}

.btn-link-danger {
  color: #ff5252;
}

.btn-link-danger:hover {
  color: #ff1f1f;
}

.btn-link-white {
  color: #ffffff;
}

.btn-link-white:hover {
  color: #e6e5e5;
}

.btn-link-secondary > i,
.btn-link-primary > i,
.btn-link-success > i,
.btn-link-info > i,
.btn-link-warning > i,
.btn-link-danger > i,
.btn-link-white > i {
  margin-top: -4px;
}

.btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-top: 8px;
  margin-right: 12px;
  margin-bottom: 8px;
  vertical-align: middle;
}

.btn-group .btn {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin: 0;
}

.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  margin-right: -1px;
  padding-right: 12px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-secondary, .btn-group .btn:first-child:not(:last-child):not(.dropdown-toggle).btn-outline-secondary {
  border-right: 0;
}

.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 8px;
}

.text-center .btn, .text-center .btn-group {
  margin-right: 6px;
  margin-left: 6px;
}

.text-right .btn, .text-right .btn-group {
  margin-right: 0;
  margin-left: 12px;
}

.btn-block {
  display: block;
  width: 100%;
  margin-top: 12px;
  margin-right: 0 !important;
  margin-bottom: 12px;
  margin-left: 0 !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
}



/* ----------------  Johana. -------------- */

.card {
    border-radius: 7px;
    border-color: #e1e7ec;
    position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
}

.card-text {
		color: #606975;
		font-family: "Maven Pro", Helvetica, Arial, sans-serif;
		font-size: 14px;
		line-height: 1.5;
}

.gallery-item-video {
    margin: 1.85rem!important;
}

.gallery-item-video-text {
    margin: 0px 1.85rem 1.85rem !important;
}

.sml-caps {
		padding-top: 24px;
		color: #9da9b9 !important;
		text-transform: uppercase!important;
		letter-spacing: .04em;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.4;
}

.section-custom {
 		border-bottom: 0px !important;
}

hr { margin-top: 0px}

h4 {
		font-family: "Maven Pro", Helvetica, Arial, sans-serif !important;
		font-size: 20px;
		line-height: 1.3;
}

a:hover, a:focus {
		color: #5d3e98 !important;
		font-weight: 500;
		text-decoration: none !important;
}

#pic .modal-dialog {

	width: auto !important;
	height: auto !important;
	position: absolute !important;
    top: 45%;
    left: 50%;
    margin-right: -50% !important;
    transform: translate(-50%, -50%) !important;
}

#video .modal-dialog {

	width: 85% !important;
	max-height: calc(100vh - 25vh) !important;
	position: absolute !important;
    top: 45%;
    left: 50%;
    margin-right: -50% !important;
    transform: translate(-50%, -50%) !important;
}
@media only screen and (max-width: 1445px) {
#video .modal-dialog {

	width: 75% !important;
	max-height: calc(100vh - 25vh) !important;
	position: absolute !important;
    top: 45%;
    left: 50%;
    margin-right: -50% !important;
    transform: translate(-50%, -50%) !important;
}
}

#video .modal-body, #video .modal-body div {
	text-align: center;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}

.modal-body div iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: calc(100vh - 25vh);
}

.modal-body img {
	max-height: calc(100vh - 25vh);
	overflow-y: auto;
}

.form-control {
	font-size: 1em;
	line-height: 1.25;
	color: #495057;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 7px;
}

.gallery-item > a::after {
  left: 50%;
  width: 46px;
  height: 46px;
  margin-top: -22px;
  margin-left: -22px;
  padding-left: 0px;
  transform: none;
  border-radius: 50%;
  background-color: #ffffff;
  color: #606975;
  font-size: 27px;
  line-height: 42px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f002";
  opacity: 1;
  padding-top: 15px;
}

.gallery-item > a[data-type='video']::after {
  left: 50%;
  width: 46px;
  height: 46px;
  margin-top: -22px;
  margin-left: -22px;
  padding-left: 5px;
  transform: none;
  border-radius: 50%;
  background-color: #ffffff;
  color: #606975;
  font-size: 27px;
  line-height: 42px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  font: normal normal normal 16px/1 FontAwesome;
  content: "\f04b";
  opacity: 1;
  padding-top: 14px;
}

.modal-title { float: left; }

ul { margin-bottom: 0px; padding-bottom: 0px}


.alert-success {

    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;

}


.dropdown-menu > li > a:hover { background-color: #f5f5f5 !important; }