/* variables.less */
/* base.less */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.bold {
  font-weight: 900;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* theme-variables.less */
/* theme.less */
.well {
  background-color: white;
  box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.25);
  margin-top: 12px;
  padding: 38px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.upper {
  text-transform: uppercase;
}
.btn-container {
  text-align: center;
}
.btn-container .btn {
  text-shadow: none;
  background: none;
  background-color: none;
  border-color: initial;
  border: initial;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shodow: none;
  background-image: none;
  background: #3f6295;
  background: -moz-linear-gradient(top, #3f6295 0%, #294268 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3f6295), color-stop(100%, #294268));
  background: -webkit-linear-gradient(top, #3f6295 0%, #294268 100%);
  background: -o-linear-gradient(top, #3f6295 0%, #294268 100%);
  background: -ms-linear-gradient(top, #3f6295 0%, #294268 100%);
  background: linear-gradient(to bottom, #3f6295 0%, #294268 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3f6295', endColorstr='#294268', GradientType=0);
  color: white;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  padding: 12px;
  padding-left: 43px;
  padding-right: 43px;
  display: inline-block;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.btn-container .btn .btn-main-txt,
.btn-container .btn .btn-sub-txt {
  text-transform: uppercase;
}
.btn-container .btn .btn-main-txt {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 3px;
  font-weight: 900;
}
.btn-container .btn .btn-sub-txt {
  font-size: 12px;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 18px;
}
.btn-container .btn.btn-flat {
  background: #336699;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btn-container .btn.rounded {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.btn-container .btn.rounded-top {
  border-top-left-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-top-right-radius: 12px;
}
.btn-container .btn.rounded-bottom {
  border-bottom-left-radius: 12px;
  -webkit-border-bottom-left-radius: 12px;
  -moz-border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
}
div.circular {
  max-width: 360px;
  width: 100%;
  height: auto;
  border-radius: 600px;
  -webkit-border-radius: 600px;
  -moz-border-radius: 600px;
  overflow: hidden;
}
div.circular.thumb {
  max-width: 80px;
  float: right;
  clear: both;
  margin-right: 18px;
}
div.row-fluid.circle-quote {
  margin-top: 54px;
  margin-bottom: 54px;
}
div.row-fluid.circle-quote div.quote-wrapper {
  position: relative;
}
div.row-fluid.circle-quote div.quote {
  border-left: none;
  line-height: 2;
  padding-left: 0;
  margin-left: 0;
}
div.row-fluid.circle-quote div.quote:before,
div.row-fluid.circle-quote div.quote:after {
  position: absolute;
  display: block;
  font-size: 90px;
  font-weight: bold;
  font-family: serif;
}
div.row-fluid.circle-quote div.quote:before {
  content: open-quote;
  top: -50px;
  left: -50px;
}
div.row-fluid.circle-quote div.quote:after {
  content: close-quote;
  bottom: -93px;
  right: -21px;
}
div.row-fluid.circle-quote div.author {
  padding-top: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
}
div.row-fluid.circle-quote div.quote,
div.row-fluid.circle-quote div.author,
div.row-fluid.circle-quote div.position {
  font-size: 14px;
}
.md2 {
  font-size: 14px;
}
.md2 {
  font-size: 16px;
}
.md3 {
  font-size: 20px;
}
.lg1 {
  font-size: 24px;
}
.lg2 {
  font-size: 34px;
}
.lg3 {
  font-size: 48px;
}
@media (min-width: 768px) {
  div#page-body div.row-fluid {
    display: table !important;
    float: none !important;
  }
  div.vcenter {
    display: table-cell !important;
    float: none !important;
    vertical-align: middle;
  }
  div.circle-quote div.vcenter:nth-child(2) {
    padding-left: 50px;
  }
  div.vcenter.hidden-phone {
    display: table-cell !important;
  }
}
div.visible-phone {
  display: none !important;
}
