/*
	9. Coaches block width photos and descriptions
*/

body {
  line-height: 1;
  font-family: sans-serif !important;
}
.coaches {
  background: #F8F6F9;
  text-align: center;
  padding: 0 0 100px 0;
}
.coaches.coaches-inner {
  background: #fff;
  padding: 60px 0 10px;
}
.coaches.coaches-pad-xs {
  padding: 0 0 70px;
}
.coaches.coaches-pad-xs h3 {
  margin-top: 70px;
}
.coaches .item {
  background: #fff;
  text-align: center;
  margin: 0 0 30px 0;
  display: block;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.1);
  box-shadow: 0 1px 10px rgba(20, 20, 20, 0.1);
  transition: all .3s ease;
}
.coaches .item:hover {
  -webkit-box-shadow: 0 1px 20px rgba(20, 20, 20, 0.2);
  -moz-box-shadow: 0 1px 20px rgba(20, 20, 20, 0.2);
  box-shadow: 0 1px 20px rgba(20, 20, 20, 0.2);
}
.coach-full .accordion {
  line-height: 25px;
}
@media (min-width: 1230px) {
  .coaches .item:hover {
    margin-top: -10px;
  }
}
.coaches .item img {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
}
.coaches .item .photo {
  display: block;
  position: relative;
}
.coaches .item .photo:after {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #111226;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.coaches .item .header {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 900;
  font-size: 18pt;
  display: block;
  color: #111227;
}
.coaches .item .header span {
  color: #2887BF;
}
.coaches .item .headera:hover {
  color: #2887BF;
}
.coaches .item .descr {
  font-size: 11pt;
  padding: 10px 30px;
  display: block;
}
.coaches .item .bottom {
  display: block;
  border-top: 1px solid #EAE6EC;
  padding: 12px 0;
}
.coaches .item .bottom a {
  border: 1px solid #2887BF;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  margin: 0 6px;
  transition: all .3s ease;
}
.coaches .item .bottom a:hover {
  color: #111227;
  border-color: #111227;
}
.coaches .item-plus {
  -webkit-box-shadow: 0 0px 0;
  -moz-box-shadow: 0 0px 0;
  box-shadow: 0 0px 0;
  border: 2px solid #2887BF;
}
.coaches .item-plus .icon {
  font-size: 60px;
  display: block;
  padding: 100px 0 120px;
}
.coaches .item-plus .icon:hover {
  color: #111227;
}
.coaches .item-plus .header {
  line-height: 1.2em;
  margin-bottom: 40px;
}
.coaches .item-plus:hover {
  -webkit-box-shadow: 0 0px 0;
  -moz-box-shadow: 0 0px 0;
  box-shadow: 0 0px 0;
  border-color: #111227;
}
@media (max-width: 768px) {
  .coaches .item-plus .icon {
    padding: 70px 0;
  }
}
@media (max-width: 479px) {
  .coaches .item-plus {
    padding-bottom: 30px;
  }
  .coaches .item-plus .icon {
    padding: 30px 0;
  }
}
.coaches.coaches-inner .item:hover {
  margin-top: 0;
}
.coach-full {
  margin: 0px !important;
  color: #422055;
}
.coach-full p {
  color: #422055;
  font-size: 17px;
  font-weight: 300;
}
.coach-full .info {
  margin-top: 30px;
  margin-bottom: 30px;
}
.coach-full .info p,
.coach-full .info div {
  font-size: 18px;
  font-weight: 300;
}
.coach-full .info .phone {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
  white-space: nowrap;
}
.coach-full .info .phone span {
  color: #2887BF;
  margin-right: 15px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .coach-full .info .phone {
    font-size: 20px;
  }
}
.coach-full .info .email {
  color: #422055;
  font-weight: 500;
}
.coach-full .info .email .fa {
  color: #2887BF;
  margin-right: 15px;
}
.coach-full .info .email:hover {
  color: #2887BF;
  text-decoration: none;
}
.coach-full .info .social-small {
  margin-top: 30px;
  margin-bottom: 15px;
 

}
@media (max-width: 768px) {
  .coach-full .photo {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .coach-full .accordion {
    margin-bottom: 60px;
    line-height: 30px;
  }
}
.coach-full .row-1 {
  margin-bottom: 0px !important;
}
.coach-full h4 {
  font-size: 24px;
  font-weight: 900;
  color: #111227;
  margin-bottom: 40px;
}
.coach-full h5 {
  font-size: 18px;
  font-weight: 900;
  color: #2887BF;
  margin-top: 30px;
}
.coach-full .spec {
  font-size: 14px;
  line-height: 1.3em;
}
.coach-full .descr {
  margin-bottom: 40px;
}
/*
	10. Full-width black block with header/text/photo
*/
.block-dark {
  background-color: #111226;
  color: #fff;
  height: 676px;
}
.block-dark .bg {
  height: 676px;
  background-repeat: no-repeat;
  background-position: 0% 0%;
}
@media (max-width: 1229px) {
  .block-dark .bg {
    background-position: 50% 0;
  }
}
.block-dark h3 {
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  font-size: 47pt;
  line-height: 0.7em;
  margin: 140px 0 50px 0;
}
.block-dark h3 span {
  text-transform: none;
  font-size: 26pt;
}
.block-dark p {
  width: 50%;
  font-size: 14pt;
  font-weight: 300;
}
.block-dark .btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .block-dark h3 {
    font-size: 30pt;
    line-height: 1.1em;
    margin: 70px 0 40px;
  }
  .block-dark h3 span {
    font-size: 20pt;
  }
  .block-dark p {
    font-size: 12pt;
    width: 100%;
  }
}
/*
	11. Calculator block 
*/
/*
	12. 3-columns cards block
*/
.cards {
  background: #F8F6F9;
  padding: 0 0 110px 0;
}
.cards .description {
  text-align: center;
  font-size: 14pt;
  line-height: 1.3em;
  font-weight: 300;
  margin: -10px 0 30px 0;
}
.cards .item {
  background: #fff;
  text-align: center;
  padding: 50px 10px;
  -webkit-border-radius: 36px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 36px;
  -moz-background-clip: padding;
  border-radius: 36px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 10px rgba(128, 128, 128, 0.05);
  -moz-box-shadow: 0 1px 10px rgba(128, 128, 128, 0.05);
  box-shadow: 0 1px 10px rgba(128, 128, 128, 0.05);
  transition: all .3s ease;
}
.cards .item:hover {
  -webkit-box-shadow: 0 1px 40px rgba(128, 128, 128, 0.25);
  -moz-box-shadow: 0 1px 40px rgba(128, 128, 128, 0.25);
  box-shadow: 0 1px 40px rgba(128, 128, 128, 0.25);
}
@media (min-width: 1230px) {
  .cards .item:hover {
    margin-top: -10px;
  }
}
.cards .item .price {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 900;
  font-size: 12pt;
  margin: 40px 0;
  line-height: 1.7em;
}
.cards .item .price .header {
  color: #2887BF;
  font-size: 18pt;
  text-transform: uppercase;
}
.cards .item .price .val {
  font-size: 22pt;
}
.cards .item .btns {
  width: 140px;
  margin: 0 auto;
}
.cards .item .btns a {
  display: block;
}
@media (max-width: 991px) {
  .cards {
    padding: 0 0 40px 0;
  }
  .cards h3 {
    margin-top: 50px;
  }
  .cards .item {
    margin-bottom: 20px;
  }
}
/*
	13. Clients block with horizontal slider and inner page
*/
.clients {
  padding: 0 0 40px 0;
  position: relative;
}
.clients .clients-slider {
  width: 100%;
  overflow: hidden;
}
.clients .swiper-slide {
  overflow: hidden;
}
.clients .items {
  position: relative;
}
.clients .items .arrow-left,
.clients .items .arrow-right {
  font-size: 26pt;
  top: 60%;
  left: 8%;
  position: absolute;
  z-index: 1000;
}
.clients .items .arrow-left:hover,
.clients .items .arrow-right:hover {
  color: #111227;
}
.clients .items .arrow-left.arrow-right,
.clients .items .arrow-right.arrow-right {
  left: auto;
  right: 8%;
}
.clients .items .arrow-left.swiper-button-disabled,
.clients .items .arrow-right.swiper-button-disabled {
  color: #bbb;
  cursor: default;
}
.clients .items .item {
  text-align: center;
}
.clients .items .item .person .name {
  color: #2887BF;
  font-size: 14pt;
  font-weight: 700;
}
.clients .items .item .person span {
  font-weight: bold;
  font-size: 11pt;
}
.clients .items .item .text {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEMAAAA5CAYAAABtc5bUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzhCMDlEOTZFMEYwMTFFNkIyNDJDODE0MUU3QzQ5MjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzhCMDlEOTdFMEYwMTFFNkIyNDJDODE0MUU3QzQ5MjUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3OEIwOUQ5NEUwRjAxMUU2QjI0MkM4MTQxRTdDNDkyNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3OEIwOUQ5NUUwRjAxMUU2QjI0MkM4MTQxRTdDNDkyNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pver1UgAAAIUSURBVHja7JvtbcIwEECNlQVYAUagI4QR0hHaEegIMAIZoR6hWYERmhGKqvZ/G0t2lVb5Ott3Z6o7yUJCAT+eL/bFCauP908VGbuubVwbiqZrF0UXwTxFYIdV10r3ul5w/B2ykCQ8K2BmHLr2MGF9LEzX7hEkJOUpAOaPAZ36WCNkQnKeYsGHjs5+DoHKU8x0/OImpFxEoPLoiRn5NSMRJDx6ZATOCOd5TEaQ8AzJeEYYgWvEZ8l49MBSVSJINxFLJxlPv87YuPMyxvZl4D0TKIOcp/gzCiEdntyXtwgFFSmPz4yQUbAdPkbOBymzIprHzxnQIqZ25SyGCDYenxlvgKWrdiOAGSw82s3WSztuCUSw8WjgGo4tQnHyaMA63rqNEUWQGSw8GpCSRtEEGw/kNGmJZLDxaMCxVDLULcj49yEyAmXsMmNPzmMr0C/ARdAWsQT3wcYDyQy/B1lmkhnJeSCZMbdXMBUN4LKajSdURmg8uf2G1DKS8FCvJvaexzmjSfgXD8fSavcqDhkJ+eGhPk36sR2ZQ9h4OIuuKrO6peKUUWYmo5RyXK5NRIbIEBkiQ2SIDJEhMkSGyBAZIkNkiAyRceMyrpkxXTllNEx9j930YePhlGEyk2GsjJoB4DSRGWw8/jlQyj/aWAn7mbmBhUf3Jq09wYiYBSLYeIb+vWhvt5UK9nDqVPhHFE3gjyPj+RZgALRNqrSs3LN6AAAAAElFTkSuQmCC") no-repeat 50% 100%;
  width: 70%;
  margin: 50px auto;
  font-style: italic;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.8em;
  padding: 0 0 120px 0;
}
.clients .items .item img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
@media (max-width: 991px) {
  .clients {
    padding: 0;
  }
  .clients .items .arrow-left {
    left: 0%;
  }
  .clients .items .arrow-right {
    right: 0% !important;
  }
  .clients .items .item .text {
    margin: 20px auto;
    padding-bottom: 0;
    background: none;
    font-size: 11pt;
    line-height: 1.6em;
  }
}
@media (max-width: 768px) {
  .clients {
    padding-bottom: 20px;
  }
  .clients h3 {
    margin-top: 60px;
  }
}
.clients-list {
  margin: 0 0 80px 0;
}
.clients-list .item {
  text-align: center;
}
.clients-list .item .person .name {
  color: #2887BF;
  font-size: 14pt;
  font-weight: 700;
}
.clients-list .item .person span {
  font-weight: bold;
  font-size: 11pt;
}
.clients-list .item .text {
  width: 70%;
  margin: 50px auto;
  font-style: italic;
  font-size: 13pt;
  font-weight: 300;
  line-height: 1.8em;
  padding: 0 0 20px 0;
}
.clients-list .item img {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
}
/*
	14. 4-columns Skills block with parallax effect
*/

/*
	15. Blog posts and blog inner page
*/
.blog {
  padding: 0px 0 90px;
  overflow: visible;
}
.blog .btn-more {
  text-align: center;
  margin: 0px 0 0 0;
}
@media (min-width: 1230px) {
  .blog#blog-main .item:hover {
    margin-top: -10px;
  }
}
.blog .item {
  background: #F8F6F9;
  margin-bottom: 30px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  transition: all .3s ease;
}
.blog .item img {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
}
.blog .item .photo {
  display: block;
  position: relative;
}
.blog .item .photo:after {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #111226;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
.blog .item:hover {
  background: #fff;
  -webkit-box-shadow: 0 0px 30px rgba(20, 20, 20, 0.1);
  -moz-box-shadow: 0 0px 30px rgba(20, 20, 20, 0.1);
  box-shadow: 0 0px 30px rgba(20, 20, 20, 0.1);
}
.blog .item .description {
  padding: 22px 26px;
}
.blog .item .description .header {
  font-family: 'Fira Sans', sans-serif;
  display: block;
  color: #2887BF;
  font-weight: 900;
  font-size: 15pt;
  margin-bottom: 10px;
  position: relative;
  line-height: 1.1em;
  max-height: 2.2em;
  height: 52px;
  overflow: hidden;
}
.blog .item .description .header:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent;
}
.blog .item .description .text {
  font-size: 11pt;
  position: relative;
  line-height: 1.6em;
  max-height: 6.4em;
  height: 94px;
  overflow: hidden;
}
.blog .item .description .text:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: transparent;
}
.blog .item .bottom {
  border-top: 1px solid #EAE6EC;
  padding: 8px 26px 4px;
}
.blog .item .bottom .date {
  font-size: 10pt;
  color: #85768f;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 991px) {
  .blog .item .bottom .right {
    float: left;
    display: block;
    text-align: left;
  }
  .blog .item .bottom .right ul {
    text-align: left !important;
  }
  .blog .item .bottom .right ul li {
    margin-right: 9px;
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1229px) {
  .blog .item .bottom .right {
    float: left;
    display: block;
    text-align: left;
  }
  .blog .item .bottom .right ul {
    text-align: left !important;
  }
  .blog .item .bottom .right ul li {
    margin-right: 9px;
    margin-left: 0 !important;
  }
}
.blog .item .bottom ul {
  list-style: none;
  text-align: right;
  padding-right: 0px;
  padding-left: 0;
}
.blog .item .bottom ul li {
  display: inline;
  text-align: right;
  font-size: 9pt;
  margin-left: 10px;
  color: #2887BF;
}
.blog .item .bottom ul li a {
  margin-left: 6px;
  color: #111227;
  font-family: 'Roboto';
  font-size: 9pt;
}
@media (max-width: 991px) {
  .blog {
    padding: 0 0 30px;
  }
  .blog .item ul {
    padding-left: 0;
  }
  .blog .btn-more {
    margin-top: 0px;
  }
}
.blog-post {
  margin: 0 0 50px 0;
}
.blog-post h2 {
  color: #2887BF;
  margin-bottom: 40px;
}
.blog-post h3 {
  font-size: 18pt;
  color: #2887BF;
  text-align: left;
  margin: 50px 0 20px 0;
}
.blog-post pre {
  margin: -15px 0 40px;
  display: block;
}
.blog-post .date {
  color: #E0E0E0;
  font-size: 13pt;
  display: block;
  margin: -40px 0 10px 0;
}
.blog-post img {
  margin: 10px 0 30px 0;
  border-radius: 50px !important;
}
.blog-post p {
  font-size: 13pt;
  margin-bottom: 30px;
}
.blog-post span {
  font-weight: bold !important;

}
.blog-post blockquote {
  font-size: 13pt;
  font-weight: 900;
  font-style: italic;
  border-left: 2px solid #2887BF;
  margin: 30px 0 30px 30px;
  padding: 0 0 0 30px;
}
.blog-post .bottom {
  border-top: 1px solid #F4F2F5;
  border-bottom: 1px solid #F4F2F5;
  padding: 20px 0 10px;
  margin: 40px 0 10px 0;
}
.blog-post .bottom ul {
  float: right;
}
.blog-post .bottom ul li {
  display: inline;
  text-align: right;
  font-size: 10pt;
  margin-left: 10px;
  color: #2887BF;
}
.blog-post .bottom ul li.icon-fav a,
.blog-post .bottom ul li.icon-comments a {
  font-family: 'Roboto', sans-serif;
  color: #111227;
}
.blog-post .bottom ul li a {
  margin-left: 5px;
  font-family: 'Roboto';
  font-size: 11pt;
}
@media (max-width: 768px) {
  .blog-post .bottom .row > div {
    text-align: center;
    margin-bottom: 20px;
  }
  .blog-post .bottom ul {
    float: none !important;
  }
}
.blog-post .bottom .share strong {
  margin-right: 10px;
}
.blog-post .bottom .share a {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #2887BF;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  display: inline-block;
  margin: 0 5px;
}
.blog-post .bottom .share a:hover {
  border-color: #111227;
  background: #111227;
  color: #fff;
}
.blog-post .tags-short {
  margin: 16px 0;
  font-weight: 900;
  color: #2887BF;
}
.blog-post .tags-short strong {
  color: #111227;
}
/*
	16. Subscribe section
*/
.subscribe {
  background: #2887BF;
  padding: 43px 0;
  height: 155px;
}
.subscribe .percent {
  color: #FFDD55;
  font-weight: 900;
  font-size: 44pt;
  line-height: 66px;
  font-family: 'Fira Sans', sans-serif;
}
.subscribe h3 {
  font-family: 'Fira Sans', sans-serif;
  color: #fff;
  font-size: 18pt;
  font-weight: 900;
  /*		line-height: 66px;*/
  margin-top: 20px;
  display: block;
  text-align: left;
}
.subscribe h3 span {
  color: #111227;
}
.subscribe form {
  margin: 6px 0 0 0;
}
.subscribe form input[type="text"] {
  -webkit-border-top-left-radius: 32px;
  -moz-border-radius-topleft: 32px;
  border-top-left-radius: 32px;
  -webkit-border-bottom-left-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 32px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 32px;
  background-clip: padding-box;
  font-size: 14pt;
  font-weight: 300;
  padding: 10px 40px;
  height: 56px;
  color: #111227;
  border: none;
}
.subscribe form input[type="submit"] {
  font-size: 13pt;
  font-weight: 500;
  line-height: 20px;
  height: 56px;
  padding: 0px 55px;
  border: none;
  -webkit-border-top-right-radius: 32px;
  -moz-border-radius-topright: 32px;
  border-top-right-radius: 32px;
  -webkit-border-bottom-right-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 32px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 32px;
  background-clip: padding-box;
  transition: color 0.5s ease;
}
.subscribe form input[type="submit"]:hover {
  background: #FFDD55;
  color: #111227;
}
@media (max-width: 991px) {
  .subscribe {
    padding: 20px 0 30px 0;
    height: auto;
  }
  .subscribe .percent {
    text-align: center;
    display: block;
  }
  .subscribe .header {
    font-size: 16pt;
  }
  .subscribe form input[type="submit"] {
    padding: 0 15px;
  }
}
/*
	17. Bottom block with address/menu/form/mini-gallery goes before footer
*/
.block-bottom {
  background: #111226;
  color: #E0E0E0;
  padding: 90px 0 45px 0;
}
.block-bottom h5 {
  color: #2887BF;
  font-size: 18pt;
  margin: 0 0 35px 15px;
}
.block-bottom .border-right {
  border-right: 1px solid #262541;
  padding: 0 30px;
}
@media (max-width: 991px) {
  .block-bottom .border-right {
    border-right: none;
  }
}
.block-bottom .logo {
  margin: -12px 0 0px 15px;
}
.block-bottom .block-contacts p {
  font-size: 11pt;
  font-weight: 300;
  line-height: 1.6em;
}
.block-bottom .block-contacts .address {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
}
.block-bottom .block-contacts .address li {
  font-size: 11pt;
  font-weight: 500;
  margin-bottom: 6px;
}
.block-bottom .block-contacts .address li span {
  color: #2887BF;
  margin: 0 10px 0 0;
  width: 16px;
}
.block-bottom .block-contacts .address li a {
  color: #E0E0E0;
}
.block-bottom .block-contacts .address li a:hover {
  color: #2887BF;
}
@media (max-width: 768px) {
  .block-bottom .block-contacts .address li {
    font-size: 10pt;
  }
}
.block-bottom .menu-footer h5 {
  margin-left: 0;
}
.block-bottom .menu-footer ul {
  list-style: none;
  margin: -10px 0 28px 0;
  padding: 0;
}
.block-bottom .menu-footer ul li a {
  color: #fff;
  font-weight: 500;
}
.block-bottom .menu-footer ul li a:hover {
  color: #2887BF;
}
.block-bottom .menu-footer ul li.active a {
  color: #2887BF;
  cursor: default;
}
.block-bottom .menu-footer > .row > div:last-child > ul {
  margin-bottom: 0;
}
.block-bottom form {
  margin: 0px 0 40px 0;
  text-align: center;
}
.block-bottom form textarea,
.block-bottom form input[type="text"] {
  width: 100%;
  margin-bottom: 16px;
  background: #262541;
  padding: 7px 17px;
  border: none;
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;
  -moz-background-clip: padding;
  border-radius: 16px;
  background-clip: padding-box;
}
.block-bottom .gallery {
  margin: -7px 0 0 10px;
}
.block-bottom .gallery a {
  float: left;
  margin: 5px 0 0 5px;
}
.block-bottom .gallery a img {
  -webkit-border-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 12px;
  -moz-background-clip: padding;
  border-radius: 12px;
  background-clip: padding-box;
  border: 2px solid transparent;
  transition: all .3s ease;
}
.block-bottom .gallery a img:hover {
  border: 2px solid #fff;
}
@media (max-width: 991px) {
  .block-bottom {
    padding: 30px 0 0 0;
  }
  .block-bottom .logo {
    margin: 0 auto 20px;
    display: block;
    text-align: center;
  }
  .block-bottom .block-contacts .address {
    margin-top: 30px;
  }
  .block-bottom .block-contacts .social {
    margin: 20px 0 40px;
  }
}

.social-small a {
  border: 1px solid #2887BF;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  margin: 0 6px;
  transition: all .3s ease;
}
.social-small a:hover {
  color: #111227;
  border-color: #111227;
  text-decoration: none;
}
.social-big {
  list-style: none;
  margin: 50px 0 0 0;
  padding: 0;
}
.social-big li {
  display: inline;
  margin-right: 8px;
  vertical-align: middle;
}
.social-big li a {
  color: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  text-align: center;
  line-height: 40px;
  font-size: 18pt;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  /*&:hover { .opacity(0.7); }*/
}
.social-big li .fa-facebook {
  background: #4E71A8;
}
.social-big li .fa-twitter {
  background: #1CB7EB;
}
.social-big li .fa-youtube {
  background: #CA3737;
}
.social-big li .fa-instagram {
  background: #444444;
}
.tags {
  margin: 26px 0 0 8px;
  padding: 0 0 30px;
}
.tags a {
  float: left;
  margin: 8px 0 0 8px;
  padding: 0px 12px;
  font-size: 11pt;
  font-weight: 500;
  border: 2px solid #E0E0E0;
  -webkit-border-radius: 36px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 36px;
  -moz-background-clip: padding;
  border-radius: 36px;
  background-clip: padding-box;
  color: #E0E0E0;
  transition: all .3s ease;
}
.tags a:hover {
  border: 2px solid #2887BF;
  color: #2887BF;
}

/*
	19. 404 page and coming soon page
*/
.page-coming .center,
.page-404 .center {
  margin: 20% 0 15%;
  text-align: center;
}
.page-coming .center h1,
.page-404 .center h1 {
  display: block;
  font-family: 'Fira Sans', sans-serif;
  color: #2887BF;
  text-align: center;
  font-size: 26pt;
  font-weight: 900;
  margin: 35px 0 80px;
}
.page-coming .center h1.black,
.page-404 .center h1.black {
  color: #111227;
  font-size: 36pt;
  line-height: 1em;
  margin: 20px 0 40px;
}
.page-coming .center h1.black span,
.page-404 .center h1.black span {
  font-size: 24pt;
  color: #2887BF;
}
.page-coming .center img,
.page-404 .center img {
  display: block;
  margin: 0 auto;
}
.page-coming.page-coming .center,
.page-404.page-coming .center {
  margin: 15% 0 10%;
}
@media (max-width: 768px) {
  .page-coming,
  .page-404 {
    padding-top: 80px;
  }
}
/*
	20. About inner page
*/
.about {
  background-repeat: no-repeat;
  background-position: 100% 100%;
}
@media (max-width: 768px) {
  .about {
    background: none !important;
  }
}
.about h3 {
  text-align: left;
  font-weight: 900;
  font-size: 19pt;
  margin-left: 0px;
}
.about .about-inner .content {
  width: 43%;
  font-size: 12pt;
}
@media (max-width: 991px) {
  .about .about-inner .content {
    width: 100%;
  }
}
.about .about-inner .items {
  padding: 100px 0 100px 0;
}
@media (max-width: 991px) {
  .about .about-inner .items {
    padding: 30px 0 10px;
  }
}
.about .about-inner .items .item-about {
  margin-bottom: 30px;
}
.about .about-inner .items .item-about h6 {
  font-family: 'Fira Sans', sans-serif;
  margin: 0 0 0 0;
  color: #2887BF;
  font-weight: 900;
  font-size: 12pt;
}
.about .about-inner .items .item-about p {
  font-size: 11pt;
}
.about .about-inner .items .item-about a.btn {
  float: right;
  margin-top: -50px;
}
@media (max-width: 991px) {
  .about .about-inner .items .item-about a.btn {
    margin: -5px 0 20px;
    float: none;
  }
}
/*
	21. Pagination
*/
.pages {
  text-align: center;
  margin-top: 10px;
}
.pages a {
  display: inline-block;
}
.pages .back,
.pages .next {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 900;
  font-size: 10pt;
  margin: 0 40px;
  color: #111227;
}
.pages .back span,
.pages .next span {
  font-size: 13pt;
  margin: 0 4px;
}
@media (max-width: 768px) {
  .pages .back,
  .pages .next {
    display: none;
  }
}
.pages .back:not(.disabled):hover,
.pages .next:not(.disabled):hover {
  color: #2887BF;
}
.pages .back.disabled,
.pages .next.disabled {
  color: #BDB9BF;
  cursor: default;
}
.pages .page {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  width: 34px;
  height: 34px;
  margin: 0 3px;
  background: #2887BF;
  color: #fff;
  border: 2px solid #2887BF;
}
.pages .page:not(.active):hover {
  border-color: #111227;
  background: #fff;
  color: #111227;
}
.pages .page.active {
  background: #fff;
  color: #2887BF;
  cursor: default;
}
/*
	22. Inner page right column
*/
.block-col {
  margin-bottom: 30px;
}
.block-col .header {
  -webkit-border-top-left-radius: 16px;
  -moz-border-radius-topleft: 16px;
  border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 16px;
  -moz-background-clip: padding;
  border-top-right-radius: 16px;
  background-clip: padding-box;
  background: #2887BF;
  color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 18pt;
  font-weight: 900;
  padding: 15px 25px 10px;
}
.block-col .content {
  background: #F8F6F9;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-radius-bottomleft: 16px;
  border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 16px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 16px;
  background-clip: padding-box;
  padding: 25px 15px 15px 15px;
}
.block-col .content ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
.block-col .content ul li {
  color: #111227;
  margin-bottom: 20px;
  font-size: 13pt;
}
.block-col .content ul li span {
  color: #2887BF;
}
.block-col .content ul li a {
  color: #111227;
}
.block-col .content ul li a:hover {
  color: #2887BF;
}
.block-col .content ul li.active {
  color: #2887BF;
}
.block-col .content ul li.active a {
  color: #2887BF;
  cursor: default;
}
.block-col .content ul li.active:before {
  content: " \2022";
  font-size: 24pt;
  margin-right: 10px;
  vertical-align: middle;
}
.block-col .content .tags {
  margin: 0;
}
.block-col .gallery-small {
  padding: 0 25px 15px;
}
.block-col .gallery-small a {
  padding: 1px;
  /*			.opacity-fade;*/
}
.block-col .gallery-small a img {
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.block-col .gallery-small a:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.block-col .search-col {
  padding: 0 10px;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
}
.block-col .search-col input[type="text"] {
  width: 100%;
  display: block;
}
.block-col .search-col button[type="submit"] {
  right: 35px;
  top: 20px;
  font-size: 18px;
  background: none;
  border: 0 none;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
}
@media (max-width: 991px) {
  .block-col {
    margin-top: 50px;
  }
}
/*
	23. Contacts inner page width full-width map
*/
section.contact {
  margin: 90px 0 100px 0;
  color: #939393;
}
section.contact p {
  font-size: 13pt;
}
section.contact h2 {
  font-size: 18pt;
  margin-bottom: 30px;
}
section.contact .address {
  list-style: none;
  margin: 40px 0 60px 0;
  padding: 0;
}
section.contact .address li {
  font-size: 13pt;
  font-weight: 500;
  margin: 0 0 20px 0;
}
section.contact .address li span {
  color: #2887BF;
  font-size: 24pt;
  width: 60px;
  vertical-align: middle;
}
section.contact .social {
  margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  section.contact .social {
    margin: -30px 0 60px;
  }
}
section.contact .contact-form {
  text-align: center;
}
section.contact .contact-form h2 {
  margin: 0 auto;
  text-align: center;
}
section.contact .contact-form form {
  margin: 20px 0 40px 0;
  padding: 40px 40px 60px;
  background: #F8F6F9;
  position: relative;
  -webkit-border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40px;
  -moz-background-clip: padding;
  border-radius: 40px;
  background-clip: padding-box;
  text-align: center;
}
section.contact .contact-form form textarea,
section.contact .contact-form form input[type="text"] {
  width: 75%;
  font-size: 12pt;
  margin: 16px auto;
  background: #fff;
  padding: 20px 26px;
  border: 2px solid #666666;
  -webkit-border-radius: 40px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 40px;
  -moz-background-clip: padding;
  border-radius: 40px;
  background-clip: padding-box;
  display: block;
  transition: all .3s ease;
}
section.contact .contact-form form textarea:focus,
section.contact .contact-form form input[type="text"]:focus {
  border: 2px solid #2887BF;
  -webkit-box-shadow: 0 0 12px rgba(20, 158, 230, 0.3) !important;
  -moz-box-shadow: 0 0 12px rgba(20, 158, 230, 0.3) !important;
  box-shadow: 0 0 12px rgba(20, 158, 230, 0.3) !important;
}
section.contact .contact-form form input[type="submit"] {
  margin-top: 20px;
}
@media (max-width: 768px) {
  section.contact {
    margin-top: 30px;
  }
}
#map {
  height: 750px;
  width: 100%;
}
#map.map-inner {
  height: 288px;
}
.slider-inner img {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  height: 305px;
  width: auto;
}
.slider-inner .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background: #fff;
  border: 2px solid #111227;
  margin: 0 8px;
}
.slider-inner .swiper-pagination .swiper-pagination-bullet-active {
  border-color: #2887BF;
  background: #2887BF;
}
a.video {
  position: relative;
  display: block;
}
a.video img {
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
}
a.video span {
  width: 55px;
  height: 55px;
  font-size: 55px;
  display: block;
  position: absolute;
  color: #fff;
  top: 50%;
  right: 50%;
  z-index: 100;
  margin: -27px -27px 0 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
a.video:hover span {
  zoom: 1;
  filter: alpha(opacity=70);
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
/*
	24. Gallery
*/
.gallery-page {
  padding: 10px 0;
  margin: 60px 0 70px 0;
}
.gallery-page .item {
  margin-bottom: 30px;
}
.gallery-page .photo {
  position: relative;
  display: block;
}
.gallery-page .photo img {
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topright: 16px;
  border-top-right-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 16px;
  -moz-background-clip: padding;
  border-top-left-radius: 16px;
  background-clip: padding-box;
}
.gallery-page .photo:before {
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topright: 16px;
  border-top-right-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 16px;
  -moz-background-clip: padding;
  border-top-left-radius: 16px;
  background-clip: padding-box;
  background: rgba(48, 48, 73, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.gallery-page .photo:after {
  -webkit-border-top-right-radius: 16px;
  -moz-border-radius-topright: 16px;
  border-top-right-radius: 16px;
  -webkit-border-top-left-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 16px;
  -moz-background-clip: padding;
  border-top-left-radius: 16px;
  background-clip: padding-box;
  background: rgba(27, 24, 43, 0.85);
  position: absolute;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.gallery-page .photo span {
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  top: 50%;
  right: 50%;
  margin: -33px -33px 0 0;
  position: absolute;
  text-align: center;
  display: block;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 25px;
  width: 65px;
  height: 65px;
  line-height: 65px;
  z-index: 10;
}
.gallery-page .photo:hover:after {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-page .photo:hover span {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.gallery-page .descr {
  padding: 20px 25px;
  -webkit-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(20, 20, 20, 0.1);
  box-shadow: 0 1px 10px rgba(20, 20, 20, 0.1);
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-radius-bottomright: 16px;
  border-bottom-right-radius: 16px;
  -webkit-border-bottom-left-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 16px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 16px;
  background-clip: padding-box;
}
.gallery-page .descr .header {
  font-weight: 900;
  font-family: 'Fira Sans', sans-serif;
  line-height: 1.3em;
  font-size: 18px;
}
.gallery-page .descr .subheader {
  color: #422055;
  font-size: 14px;
}
.gallery-page .descr .right {
  float: right;
  margin-right: -14px;
  text-align: right;
}
.gallery-page .descr .right ul {
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .gallery-page .descr .right {
    float: none;
    text-align: left;
    padding-top: 40px;
  }
}
.gallery-page .descr .right .fa {
  color: #2887BF;
}
.gallery-page .descr .right a {
  color: #111227;
  font-family: 'Roboto', sans-serif;
  margin-left: 4px;
  margin-right: 14px;
}
.gallery-page.gallery-4 .descr .right {
  text-align: left;
  float: none;
}
.gallery-page .pout {
  margin: 40px 0;
}
/*
	25. Typography (for text page) / .text-page
*/
.text-page {
  padding: 60px 0 120px;
}
.text-page .slider-header {
  font-size: 80px;
  font-weight: 900;
  display: block;
  font-family: 'Fira Sans', sans-serif;
  margin: 0;
  line-height: 1em;
}
@media (max-width: 991px) {
  .text-page .slider-header {
    font-size: 60px;
  }
}
.text-page h1 {
  line-height: 1em;
}
.text-page h2 {
  font-size: 24px;
}
.text-page h3 {
  font-size: 18px;
  text-align: left;
}
.text-page .slider-header,
.text-page h1,
.text-page h2,
.text-page h3 {
  margin: 55px 0 20px;
}
.text-page .slider-header:first-child,
.text-page h1:first-child,
.text-page h2:first-child,
.text-page h3:first-child {
  margin-top: 0;
}
.text-page .small {
  font-size: 15px;
  line-height: 2em;
}
.text-page .small p {
  margin-bottom: 20px;
}
.text-page .date {
  color: #E0E0E0;
  font-size: 13pt;
  display: block;
  margin: -14px 0 30px 0;
}
.text-page blockquote {
  font-size: 13pt;
  font-weight: 900;
  font-style: italic;
  border-left: 2px solid #2887BF;
  margin: 30px 0 30px 30px;
  padding: 0 0 0 30px;
}
.text-page hr {
  margin: 60px 0 0 0;
}
.text-page hr + h1,
.text-page hr + h2,
.text-page hr + h3 {
  margin-top: 30px;
}
.text-page ul.disc,
.text-page ul.check {
  list-style: none;
  margin-bottom: 0px;
}
.text-page ul.disc li,
.text-page ul.check li {
  color: #422055;
}
.text-page ul.disc li:before,
.text-page ul.check li:before {
  content: "\f00c";
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 100;
  color: #2887BF;
  position: absolute;
  margin: 7px 0 0 -26px;
}
.text-page ul.disc.disc li:before,
.text-page ul.check.disc li:before {
  content: "•";
  font-size: 30px;
  margin: 2px 0 0 -22px;
}
.text-page .tags-short {
  border-top: 1px solid #F8F6F9;
  margin-top: 16px;
  padding-top: 16px;
}
.text-page .btn-lg {
  margin-bottom: 25px;
}
.text-page .btn-xs {
  margin-bottom: 15px;
}
.text-page img.left {
  margin: 9px 30px 15px 0;
  float: left;
}
.text-page table {
  width: 100%;
  border-collapse: collapse;
}
.text-page table tr:first-child th:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 8px;
  -moz-background-clip: padding;
  border-top-left-radius: 8px;
  background-clip: padding-box;
}
.text-page table tr:first-child th:last-child {
  -webkit-border-top-right-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 8px;
  -moz-background-clip: padding;
  border-top-right-radius: 8px;
  background-clip: padding-box;
}
.text-page table th,
.text-page table td {
  padding: 20px 28px;
  font-size: 18px;
}
.text-page table th {
  background: #2887BF;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}
.text-page table td {
  background: #F8F6F9;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .text-page table th,
  .text-page table td {
    font-size: 14px;
    padding: 10px 12px;
  }
}
@media (max-width: 479px) {
  .text-page table th,
  .text-page table td {
    font-size: 12px;
    padding: 5px 7px;
  }
}
.text-page .social-big {
  margin-bottom: 30px;
  margin-left: -8px;
}
form.form {
  margin: 0px 0 40px 0;
  padding: 45px;
  background: #F8F6F9;
  -webkit-border-radius: 32px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 32px;
  -moz-background-clip: padding;
  border-radius: 32px;
  background-clip: padding-box;
  text-align: center;
}
form.form textarea,
form.form input[type="text"] {
  width: 55%;
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  background: #fff;
  padding: 19px 28px;
  border: 2px solid #666666;
  -webkit-border-radius: 36px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 36px;
  -moz-background-clip: padding;
  border-radius: 36px;
  background-clip: padding-box;
}
form.form textarea:focus,
form.form input[type="text"]:focus {
  border-color: #2887BF;
}
@media (max-width: 991px) {
  form.form textarea,
  form.form input[type="text"] {
    width: 100%;
  }
}
form.form textarea {
  height: 140px;
}
form.form .btn {
  margin: 15px 0 10px;
}
@media (max-width: 991px) {
  form.form {
    padding: 30px 25px;
  }
}
/*
	26. Shortcodes
*/
.shortcodes {
  padding-top: 30px;
  padding-bottom: 120px;
}
.shortcodes hr {
  margin: 70px 0 60px;
}
@media (max-width: 991px) {
  .shortcodes hr {
    margin: 40px 0 40px;
  }
}
.shortcodes h2 {
  margin-bottom: 20px;
}
.alert {
  margin: 15px 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 36px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 36px;
  -moz-background-clip: padding;
  border-radius: 36px;
  background-clip: padding-box;
  text-align: center;
  padding: 50px 30px 60px 30px;
  font-size: 16px;
  position: relative;
}
.alert .fa-times {
  position: absolute;
  right: 20px;
  top: 16px;
  color: #666666;
  font-size: 24px;
}
.alert.alert-green {
  color: #42A460;
}
.alert.alert-red {
  color: #C83A3A;
}
.alert .header {
  font-size: 24px;
  font-weight: 900;
  font-family: 'Fira Sans', sans-serif;
}
.alert .header .fa {
  font-size: 24px;
  margin-right: 10px;
}
.block-descr .date {
  color: #939393;
  margin-top: 30px;
  font-size: 14px;
}
.block-descr h4 {
  color: #2887BF;
  font-size: 24px;
  font-weight: 900;
  margin: 0px 0 10px 0;
}
.block-descr p {
  line-height: 1.3em;
}
@media (max-width: 991px) {
  .block-descr {
    margin-bottom: 50px;
  }
}
.accordion.ui-accordion {
  padding-bottom: 40px;
}
.accordion.ui-accordion .ui-accordion-header {
  color: #2887BF;
  font-weight: 500;
  border-bottom: 0 none;
  border-color: #666666;
  padding: 25px 25px;
  display: block;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 12px;
  -moz-background-clip: padding;
  border-top-right-radius: 12px;
  background-clip: padding-box;
  background: transparent !important;
  transition: all .3s ease;
}
.accordion.ui-accordion .ui-accordion-header:hover {
  color: #111227;
}
.accordion.ui-accordion .ui-accordion-header:after {
  content: "\f077";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 25px;
  color: #111227;
  font-size: 15px;
}
.accordion.ui-accordion .ui-accordion-header.ui-accordion-header-collapsed {
  margin-bottom: 15px;
  border-bottom: 1px solid #666666;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 12px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 12px;
  background-clip: padding-box;
}
.accordion.ui-accordion .ui-accordion-header.ui-accordion-header-collapsed:after {
  content: "\f078";
}
.accordion.ui-accordion .ui-accordion-content {
  border-color: #666666;
  margin-top: -5px;
  margin-bottom: 15px;
  padding: 0px 25px 25px 25px;
  font-size: 15px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-radius-bottomleft: 12px;
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomright: 12px;
  -moz-background-clip: padding;
  border-bottom-right-radius: 12px;
  background-clip: padding-box;
}
.accordion.ui-accordion .ui-accordion-header-icon {
  display: none !important;
}
.tabs-ui {
  border: 0 none;
}
.tabs-ui.ui-tabs {
  padding: 0 !important;
}
.tabs-ui .ui-widget-header {
  background: transparent;
  border: 0 none;
}
.tabs-ui .ui-tabs-tab {
  background: #2887BF;
  color: #fff;
  border: 0 none !important;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 12px;
  -moz-background-clip: padding;
  border-top-left-radius: 12px;
  background-clip: padding-box;
}
.tabs-ui .ui-tabs-tab a {
  background: #2887BF;
  color: #fff !important;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 900;
  font-size: 24px;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  padding: 15px 30px !important;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 12px;
  -moz-background-clip: padding;
  border-top-left-radius: 12px;
  background-clip: padding-box;
}
.tabs-ui .ui-tabs-tab a:hover {
  zoom: 1;
  filter: alpha(opacity=80);
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .tabs-ui .ui-tabs-tab a {
    font-size: 18px;
    padding: 10px 20px !important;
  }
}
.tabs-ui .ui-tabs-nav {
  padding: 0 !important;
}
.tabs-ui .ui-tabs-nav li {
  margin-right: 1px !important;
}
.tabs-ui .ui-tabs-active {
  padding-bottom: 0 !important;
  border: 0 none !important;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topright: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topleft: 12px;
  -moz-background-clip: padding;
  border-top-left-radius: 12px;
  background-clip: padding-box;
}
.tabs-ui .ui-state-active a {
  background: #F8F6F9;
  color: #111227 !important;
}
.tabs-ui .ui-tabs-panel {
  background: #F8F6F9 !important;
  padding: 30px 30px 40px 30px !important;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-radius-bottomright: 12px;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-bottomleft: 12px;
  -moz-background-clip: padding;
  border-bottom-left-radius: 12px;
  background-clip: padding-box;
}
.tabs-ui.ui-widget.ui-widget-content {
  border: 0 none;
}
.tabs-ui.ui-widget.ui-widget-content a {
  color: #2887BF;
}
.tabs-ui.ui-widget.ui-widget-content .tags-short {
  margin-top: 20px;
}
.tabs-ui.ui-widget.ui-widget-content .tags-short a {
  color: #2887BF;
}
.progressBar {
  margin: -10px 0 40px;
}
.progressBar .value,
.progressBar .header {
  font-weight: 700;
  margin-bottom: 4px;
  font-size: 16px;
}
.progressBar .header {
  padding-left: 2px;
}
.progressBar .value {
  float: right;
  margin-top: -30px;
}
.progressBar .bar {
  width: 100%;
  height: 18px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: #F8F6F9;
}
.progressBar .bar div {
  height: 100%;
  width: 0;
  background-color: #2887BF;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
/*
	27. Forms (buttons/radio/inputs)
*/

#btnn:hover{
background-color: #f0f0f0 !important;
}
label.css-radio {
  margin: 0 0 16px 0px !important;
  display: block;
  position: relative;
  min-height: 22px;
  line-height: 17px;
  padding: 4px 0;
  margin: 0 0 10px 0;
  overflow: hidden;
  cursor: pointer;
}
label.css-radio:hover {
  opacity: 0.8;
}
label.css-radio input {
  position: absolute;
  left: -20px;
}
label.css-radio > span {
  font-size: 10pt;
  font-weight: bold;
  padding: 6px 0 0 30px;
  display: inline-block;
}
label.css-radio > span:before {
  width: 22px;
  height: 22px;
  bottom: 0px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #fff;
  left: 2px;
  display: block;
  content: "";
  position: absolute;
  background: #f5f5f5;
}
label.css-radio input:checked + span:after {
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: #111227;
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  top: 8px;
  left: 7px;
  position: absolute;
  z-index: 100;
}
label.css-radio.no-label {
  display: inline-block;
  width: 22px;
  margin: 0 4px 0 0;
}
/*
	28. Common classes (hover/transition effect/etc)
*/
.parallax {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 991px) {
  .parallax {
    background-attachment: fixed;
  }
}
.center {
  text-align: center;
}
img.full-width {
  width:100%;
  height: auto !important;
}
img.rounded {
  -webkit-border-radius: 16px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 16px;

  border-radius: 10px !important;
  background-clip: padding-box;
  object-fit:cover;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.firasans {
  font-family: 'Fira Sans', sans-serif;
}
.upper {
  text-transform: uppercase;
  font-size: 9pt;
}
.color-fade {
  transition: color 0.5s ease;
}
.border-fade {
  transition: border 0.5s ease;
}
.background-fade {
  transition: background .8s ease;
}
.all-fade {
  transition: all .3s ease;
}
.fade {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-fade {
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
}
.opacity-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility .1s linear 0.4s, opacity 0.4s linear, background 0.5s ease;
}
.opacity-hidden-hover {
  visibility: visible;
  opacity: 1;
  transition-delay: .1s;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.color-overlay:after {
  -webkit-border-top-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 10px;
  -moz-background-clip: padding;
  border-top-right-radius: 10px;
  background-clip: padding-box;
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background: #111226;
  zoom: 1;
  filter: alpha(opacity=20);
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
