/*!
 * CUSTUMED CSS DEFINITIONS
 */
html, body {
  height: 100%;
}
body {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  font-weight: 400;
}
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}
p {
  font-size: 15px;
  line-height: 1.3;
  text-align: justify;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
	text-align: left;
  }
}
p.lead {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media (min-width: 481px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 50px;
  }
}
hr {
  max-width: 100px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  height: 2px;
  margin: 15px auto;
}
hr.left {
  margin: 15px auto 15px 0;
}
hr.right {
  margin: 15px 0 15px auto;
}
hr.colored {
  border-color: #203876;
}
@media (min-width: 768px) {
  hr {
    max-width: 200px;
    margin: 20px auto;
  }
  hr.left {
    margin: 20px auto 20px 0;
  }
  hr.right {
    margin: 20px 0 20px auto;
  }
  .hidden_min768 {
	  display: none !important;
  }
}

.text-primary {
  color: #203876;
  font-weight: 400;
}

.img-centered {
  margin: 0 auto;
}
.content-row {
  margin-top: 30px;
}
.smaller_font {
  font-size: 92%;
}
.col_300px {
    -webkit-column-width: 300px; /* Chrome, Safari, Opera */
    -moz-column-width: 300px; /* Firefox */
    column-width: 300px;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}
.col_360px {
    -webkit-column-width: 360px; /* Chrome, Safari, Opera */
    -moz-column-width: 360px; /* Firefox */
    column-width: 360px;
	-webkit-column-gap: 30px; /* Chrome, Safari, Opera */
    -moz-column-gap: 30px; /* Firefox */
    column-gap: 30px;
}

section {
  padding: 75px 0;
}
.zalozka {
  background-image: url('../img/zalozka.png');
  background-size: cover;
  position: relative;
  top: -75px;
  margin: 0 auto;
  padding-top: 1px;
  width: 210px;
  height: 44px;
  text-align: center;
  font-size: 26px;
  color: white;
}
@media (max-width: 767px) {
  section {
    padding: 55px 0;
  }
  .zalozka {
	top: -55px; 
	width: 185px;
	height: 39px;
	font-size: 23px;
	padding-top: 0px;
  }
}

.owl-theme .owl-controls .owl-page span {
  background: rgba(34, 34, 34, 0.5);
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
  text-align: center;
  position: absolute;
  height: 54px;
  width: 38px;
  border-radius: 0 !important;
  line-height: 46px;
  font-size: 26px !important;
  margin: auto 0 !important;
  top: 0;
  bottom: 0;
  background-color: #203876 !important;
  color: white !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.owl-controls .owl-prev:hover,
.owl-controls .owl-next:hover {
  opacity: 1;
}
.owl-controls .owl-prev {
  left: 15px;
}
.owl-controls .owl-next {
  right: 15px;
}
.owl-controls {
  margin-top: 0;
}

input.form-control {
  border-radius: 0 !important;
  background: rgba(255,255,255,.0) !important;
}
input.form-control:focus {
  border-color: #203876;
  box-shadow: none;
}
.form-control {
  color: #222;
  font-weight: 600;
  letter-spacing: -0.05em
}
.form-control::-moz-placeholder {
  color: #333;
  font-weight: 300;
  letter-spacing: -0.069em
}
.form-control:-ms-input-placeholder {
  color: #333;
  font-weight: 300;
  letter-spacing: -0.069em
}
.form-control::-webkit-input-placeholder {
  color: #333;
  font-weight: 300;
  letter-spacing: -0.069em
}
.help-block {
  margin-top: 4px;
  margin-bottom: 6px;
  color: #e10716;
  font-size: 12px;
  font-weight: 400;
}
.btn,
.input-group-btn {
  border-radius: 0 !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary {
  color: white;
  background-color: #203876;
  border-color: #203876;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ed2a1d;
  border-color: #ec2114;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #203876;
  border-color: #203876;
}
.btn-primary .badge {
  color: #203876;
  background-color: white;
}

.nav-btn {
  display: block;
  width: 2.625em;
  height: 2.25em;
  padding: 0;
  border: 0;
  outline: none;
  background: #333333 url("../img/nav-icon.svg") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.nav-btn:hover, .nav-btn:focus {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.navbar {
  box-shadow: 0px 0px 10px 2px rgba(0,0,0,.75);
}
.navbar-fixed-top {
  margin-bottom: 0;
  -webkit-overflow-scrolling: touch;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: white !important;
  border-radius: 0;
  pointer-events: none;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255,255,255,.5);
}
.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: solid 1px rgba(255,255,255,.75);
}
.navbar-default .navbar-toggle,
.navbar-inverse .navbar-toggle {
  float: left;
  margin: 7px 15px;
  color: #203876;
  font-size: 17px;
  padding: 2px 8px;
  border: solid 1px #203876;
}
.navbar-default .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:focus {
  background-color: #203876;
  color: white;
  box-shadow: inset 0px 0px 5px rgba(0,0,0,.25);
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  color: white;
  opacity: 1;
  text-decoration: none;
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 28px;
}
@media (min-width: 768px) {
  .navbar-default .navbar-brand,
  .navbar-inverse .navbar-brand {
    display: none;	
  }
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-default .navbar-brand img,
.navbar-inverse .navbar-brand img {
  margin-top: -8px;
  height: 40px;
}
.navbar-default .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  color: #3c3c3c;
  font-size: 19px;  
  white-space: nowrap !important;
  letter-spacing: -0.065em;
  text-decoration: none;
  margin-top: 6px;
  margin-bottom: -2px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 5px 6px 6px 6px;
}
@media (min-width: 860px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-inverse .navbar-nav > li > a {
	font-size: 20px;  
	margin-left: 8px;
    margin-right: 8px;
	padding: 5px 8px 6px 8px;
  }
}
@media (min-width: 980px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-inverse .navbar-nav > li > a {
	margin-left: 14px;
    margin-right: 14px;
	letter-spacing: -0.055em;	
  }
}
@media (min-width: 1200px) {
  .navbar-default .navbar-nav > li > a,
  .navbar-inverse .navbar-nav > li > a {
	margin-left: 18px;
    margin-right: 18px;
	letter-spacing: -0.045em;	
  }
}
li.underline-on-href:hover:after,
li.underline-on-href:focus:after {
  content: '';
  position: absolute;
  left: 22%;
  width: 56%;
  border-bottom: solid 1.5px #203876;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover  {
  color: #203876 !important;
  font-weight: 400;
  text-shadow: 0px 0px 4px rgba(32,56,118,.33);
  transition: all 600ms ease;
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 4px;
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 8px 0 6px 0;
  }
  .navbar-fixed-top {
    padding: 3px 0 0 0;
	-webkit-transition: padding 1s;
    -moz-transition: padding 1s;
    transition: padding 1s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
}
.navbar .navbar-collapse {
  text-align: center;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}


.navmenu {
  z-index: 1;
  height: 100%;
  width: 208px;
  background: rgba(237,237,237,1);
  background: -moz-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(205,205,205,1) 92%, rgba(157,157,157,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(237,237,237,1)), color-stop(92%, rgba(205,205,205,1)), color-stop(100%, rgba(157,157,157,1)));
  background: -webkit-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(205,205,205,1) 92%, rgba(157,157,157,1) 100%);
  background: -o-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(205,205,205,1) 92%, rgba(157,157,157,1) 100%);
  background: -ms-linear-gradient(left, rgba(237,237,237,1) 0%, rgba(205,205,205,1) 92%, rgba(157,157,157,1) 100%);
  background: linear-gradient(to right, rgba(237,237,237,1) 0%, rgba(205,205,205,1) 92%, rgba(157,157,157,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#9d9d9d', GradientType=1 );
}
.navmenu > ul.blocklines > li {
  border-bottom: solid 1px #9d9d9d;
}
.navmenu > ul.blocklines > li > a {
  color: #203876;
}
.navmenu > ul.blocklines > li > a:hover {
  color: #222;
}

header {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background: no-repeat center 20%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 0;
}
header .intro-content {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40%;
  width: 90%;
  margin: auto;
  color: white;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header .brand-name {
  font-family: 'Quicksand', sans-serif;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: -0.05em;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 15px;
}
header .brand-name-subtext {
  font-size: 36px;
  line-height: 38px;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4);
  font-weight: 700;
  letter-spacing: -0.055em;
}
header .scroll-down {
  position: absolute;
  height: 8%;
  width: 100%;
  bottom: 2%;
  text-align: center;
}
header .scroll-down .btn {
  height: 100%;
  background: transparent; 
  padding: 0px;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 768px) {
  header {
    height: 100%;
    width: 100%;
    padding: 0;
    background-attachment: scroll;
  }
  header .intro-content {
    height: 50%;
  }
  header .brand-name {
    font-size: 108px;
    line-height: 108px;
	font-weight: 700;
    margin-top: 15px;
  }
  header .brand-name-subtext {
    font-size: 52px;
    line-height: 52px;
	font-weight: 700;
  }
}
@media (min-width: 1025px) {
  header {
    background-attachment: fixed;
  }
}

aside.cta-quote {
  color: white;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.33);
  background-color: #222;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 100px 0;
  text-align: center;
}
aside.cta-quote span.quote {
  color: white;	
  display: block;
  font-size: 62px;
  line-height: 75px;
  font-weight: 700;
  letter-spacing: -0.06em;
}
@media (min-width: 768px) {
  aside.cta-quote {
    background-attachment: scroll;
    padding: 150px 0;
  }
  aside.cta-quote span.quote {
    font-size: 100px;
    line-height: 120px;
  }
}
@media (min-width: 992px) {
  aside.cta-quote {
    padding: 300px 0;
  }
  aside.cta-quote span.quote {
    font-size: 120px;
    line-height: 135px;
  }
}
@media (min-width: 1025px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
  aside.cta-quote span.quote {
    font-size: 130px;
    line-height: 145x;
  }
}
@media (min-width: 1200px) {
  aside.cta-quote {
    background-attachment: fixed;
  }
  aside.cta-quote span.quote {
    font-size: 140px;
    line-height: 150px;
  }
}
.cta-form h3 {
  margin-top: 0;
}

.partners-carousel .item {
  margin: 15px;
  border: solid 1px #9d9d9d;
}
.partners-carousel .item .service-wrapper {
  overflow: hidden;
  position: relative !important;
  background: #222;
}
.partners-carousel .item .service-wrapper img {
  max-width: 100%;
  position: relative;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  transition: all 1.5s;
}
.partners-carousel .item .service-wrapper:hover img {
  -webkit-filter: grayscale(.75);
  filter: grayscale(.75);
}
.partners-carousel .item .service-wrapper .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%; left: 0; bottom: 0; right: 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.partners-carousel .item .service-wrapper:hover .caption {
  top: 0; left: 0; bottom: 0; right: 0;
}
.partners-carousel .item .service-wrapper .caption:focus {
  top: 100%; left: 0; bottom: 0; right: 0;
}
.partners-carousel .item .service-wrapper .caption .caption-text {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: .94;
  color: #000;
  font-size: 17px; 
  letter-spacing: -0.07em;
  line-height: 1.25;
  z-index: 500;
  font-weight: 400;
  white-space: inherit;
  padding: 6px 18px;
}
@media (min-width: 600px) {
  .partners-carousel .item .service-wrapper .caption .caption-text {
	font-size: 14px;   
  }
}
@media (min-width: 768px) {
  .partners-carousel .item .service-wrapper .caption .caption-text {
	font-size: 17px;   
  }
}
@media (min-width: 992px) {
  .partners-carousel .item .service-wrapper .caption .caption-text {
	font-size: 2.75vh;   
  }
}
@media (min-width: 1200px) {
  .partners-carousel .item .service-wrapper .caption .caption-text {
	font-size: 2.66vh;   
  }
}
@media (min-width: 1600px) {
  .partners-carousel .item .service-wrapper .caption .caption-text {
	font-size: 2.5vh;   
  }
}
@media (min-width: 1900px) {
  .partners-carousel .item .service-wrapper .caption .caption-text {
	font-size: 16px;   
  }
}
.partners-carousel .item .partner-desc {
  width: 100%;
  padding: 5px 1px 8px 1px;
  color: white;
  font-size: 22px; 
  font-weight: 300;
  letter-spacing: -0.05em; 
}
.partners-carousel .item .partner-desc hr {
  margin: 2px auto 6px auto;
  width: 75%;
  opacity: .5;
}
.partners-carousel .item .partner-desc ul.social {
  margin: 0px;
  font-size: 16px;
}
.partners-carousel .item .partner-desc ul.social li a {
  color: rgba(255,255,255,.75);
}
.partners-carousel .item .partner-desc ul.social li a:hover,
.partners-carousel .item .partner-desc ul.social li a:focus {
  color: white;
}

.services-content {
  padding: 30px;
}
.services-carousel .item {
  position: relative;
  margin: 15px;
  min-height: 456px;
}

.contact {
  color: white;
  background: url('../img/bg/poster-contact.jpg') no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}  
.contact .contact-item {
  border: solid 1px white;
  color: #222;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  -moz-box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  box-shadow: 0px 0px 30px 5px rgba(34, 34, 34, 0.75);
  z-index: 1;
  margin-bottom: 30px;
}
.contact .contact-item h3 {
  margin: 0;
}
.contact .contact-item hr {
  max-width: 100px;
}
.contact .contact-item .price {
  margin-bottom: 20px;
}
.contact .contact-item .price .number {
  font-weight: 900;
  font-size: 50px;
}
.contact .contact-item .price .number sup {
  font-size: 30px;
}
.contact .contact-item .list-group-item {
  border-radius: 0;
}
@media (min-width: 992px) {
  .contact {
    background-attachment: scroll;
  }
  .contact .contact-item {
    margin-bottom: 0;
  }
  .contact .contact-item.featured-first {
    margin-right: -15px;
    margin-top: 15px;
  }
  .contact .contact-item.featured {
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 45px 30px;
  }
  .contact .contact-item.featured-last {
    margin-left: -15px;
    margin-top: 15px;
  }
}
@media (min-width: 1025px) {
  .contact {
    background-attachment: fixed;
  }
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #e1e1e1;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.5s ease,opacity 0.5s ease;
  -moz-transition: top 0.5s ease,opacity 0.5s ease;
  -ms-transition: top 0.5s ease,opacity 0.5s ease;
  transition: top 0.5s ease,opacity 0.5s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #3c3c3c;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #203876;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #3c3c3C;
}

footer.footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: space-between;
  flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse; /* Safari 6.1+ */
  padding: 1vh 2vw;
  letter-spacing: -0.015em;
}
@media (max-width: 767px) {
  footer.footer {
	justify-content: center;
  }	
}
footer.footer a {
  color: #222;
}
footer.footer a:hover {
  text-decoration: underline;
}
footer .copyright {
  min-width: 440px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: left;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap; /* Safari 6.1+ */
  font-size: 13px;
  padding: 1vh 0;
}
footer .language {
  min-width: 280px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  justify-content: right;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap; /* Safari 6.1+ */
  text-align: right;
  padding: 1vh 0;
}
@media (max-width: 767px) {
  footer .copyright {
	letter-spacing: -0.06em;
	justify-content: center;
	text-align: center;
  }
  footer .language {
	justify-content: center;
	text-align: center;
  }
}


.btn-outline-light {
  color: white;
  border: 1px solid white;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  color: #203876;
  background: white;
  outline: none;
}
.btn-outline-dark {
  color: #222;
  border: 1px solid #222;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  color: white;
  background: #203876;
  border-color: #203876;
  outline: none;
}
.btn {
  border-radius: 0;
  padding: 12px 18px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.btn-full-width {
  border: 0;
  border-radius: 0;
  background-color: #222;
  color: white;
  padding: 50px 0;
  font-size: 26px;
  font-weight: 200;
  letter-spacing: normal;
  text-transform: none;
}
.btn-full-width:hover {
  background-color: #203876;
  color: white;
}
.btn-full-width:focus {
  color: white;
}
.photo-box {
  border-bottom: 4px solid #203876;
  border-top: 4px solid #203876; 
}

div.item_list-bubble {
  border: solid 1px #9d9d9d;	
  overflow: hidden;
}
ul.list-bubble {
  margin: 20px 22px;
  list-style-type: none;
}
ul.list-bubble li {
  background: #fcfcfc;
  padding: 10px;
  margin: 10px 0px 10px -38px;
  border: solid 1px #9d9d9d;
  border-radius: 4px;
  box-shadow: inset 0px 0px 3px rgba(0,0,0,.1);
  text-align: center;
  font-weight: 400;
  letter-spacing: -0.025em;
}
ul.less-padding li {
  padding: 4px;
}
div.links table {
  width: 100%;
  height: 60px;
  opacity: 0.9;
  margin-bottom: 15px;  
  transition: all 800ms ease;
}
div.links table:hover {
  cursor: pointer;  
  opacity: 1;
}
div.links table:hover tr td div.link-logo img {
  filter: none;
  -webkit-filter: grayscale(20%);
  -moz-filter:    grayscale(20%);
  -ms-filter:     grayscale(20%);
  -o-filter:      grayscale(20%);
  transition:     all 1500ms ease;
}
div.links table:hover tr td div.link-logo {
  border: solid 1px rgba(100,100,100,0.25);
}
div.links table:hover tr td div.link-desc {
  border: solid 1px rgba(250,250,250,0.33);
}
div.link-logo {
  width: 60px;
  height: 60px; 
  padding: 4px;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px white;
}
div.link-desc {
  color: white;	
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.025em;
  height: 60px; 
  padding: 8px 2px 2px 12px;	
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
div.link-desc big {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0em;
}
.anim-delay900ms {
	-webkit-animation-delay: .9s;
	animationa-delay: .9s;
}
.anim-delay600ms {
	-webkit-animation-delay: .6s;
	animationa-delay: .6s;
}
.anim-delay300ms {
	-webkit-animation-delay: .3s;
	animationa-delay: .3s;
}
.anim-duration1500ms {
	-webkit-animation-duration: 1.5s; 
	animation-duration: 1.5s
}