ul.breadcrumb {
  display: flex;
}
ul.breadcrumb li {
  list-style: none!important;
}
.media-body .reading {
  width: 30%;
  float: right;
  margin-left: 20px;
}
.gallery {
  margin-bottom: 0!important;
}
#contact {
  width: 100%;
}
.half {
	width: 50%;
}
.full {
	width: 100%;
  display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.clear {
  clear: both;
}
.e-mail-url {
  position:absolute;
  left:-9999px;
  top: -9999px;
}
.foot-note {
  text-align: center;
}
#cptfix {
  width: 15%;
  float: left;
}
#cptfix-field {
  margin: 0 0 0 2%;
  width: 21%;
  float: left;
  height: 31px;
}
.box-field {
  margin: 0 0 2% 0;
  overflow: hidden;
}
textarea {
  resize:vertical;
  min-height: 70px;
}
textarea, input {
  padding: 5px 10px;
}
textarea, input, #cptfix {
  box-sizing: border-box;
}
.send-submit {
  color: #fff;
  background: #00c0ff;
  cursor: pointer;
  padding: 6px 20px;
  float: right;
  width: 59%;
  border: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.send-submit:hover {
	background: #014FC5;
}
input:focus, textarea:focus, keygen:focus, select:focus {
  outline-offset: 0;
}
label {
  margin: 0 0 2px 0;
}

.error {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #DE0000;
}
.error:focus {
  border: 1px solid #DE0000;
}
.valid {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #017301;
}
label.error {
  display: none!important;
}
.cta {
  display: block;
  padding: 10px 20px;
  color: #fff;
  background: #020267;
  text-align: center;
  font-size: 25px;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}
.cta:hover {
  color: #020267;
  text-decoration: none;
  background: #fff;
}
@media screen and (max-width: 640px) {
    #cptfix {
      width: 30%;
    }
    #cptfix-field {
        width: 100%;
        margin: 2% 0 0 0;
    }
    .media-body .reading {
      width: 100%;
    }
}
