/*@include plus(12,4,#000);*/
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ul {
  list-style: none;
}
ol {
  padding-left: 40px;
}
ol li {
  padding-bottom: 10px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.table_wrap {
  overflow: auto;
}
td {
  vertical-align: middle;
}
.trim {
  word-break: break-word !important;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #707070;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #707070;
  opacity: 1;
}
hr {
  clear: both;
  font-size: 0;
  overflow: hidden;
  display: block;
  height: 0;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 0 30px 10px 0;
}
img.alignright {
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Open Sans";
  height: 50px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #555;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  line-height: 50px;
}
.selbel_w select + span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 16px;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
.wpcf7-form label.error {
  color: #fff !important;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 13px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Open Sans";
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  display: none;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 4rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5.6666666667rem;
  line-height: 1.2;
  color: #133c6a;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.2rem;
}
.confirmBox {
  position: relative;
}
.confirmBox > div {
  margin-bottom: 0 !important;
}
.confirmBox span {
  font-size: 12px;
  top: -30px !important;
  height: 30px !important;
  line-height: 30px !important;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 50px;
  display: none;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 400 15px/1.5714 "Open Sans", sans-serif;
}
body {
  color: #4e4e4e;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1180px;
  max-width: 94%;
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex_parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.flex_parent article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex_parent aside {
  -webkit-flex-basis: 250px;
  -moz-flex-basis: 250px;
  -ms-flex-preferred-size: 250px;
  flex-basis: 250px;
  min-width: 250px;
  max-width: 100%;
  margin-left: 20px;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.registration-form p {
  padding-bottom: 10px;
}
.registration-form h4 {
  padding-top: 7px;
}
.registration-form .half {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.registration-form .half > * {
  width: 49%;
  margin: 0 0.5% 0.75em;
}
.registration-form .half p {
  width: 50%;
}
.registration-form .half .flex div {
  width: 100%;
}
.registration-form .half .flex p {
  padding-top: 7px;
}
.registration-form input[type=number] {
  -moz-appearance: textfield;
}
.registration-form .selbel_w {
  height: 40px;
}
.registration-form .selbel_w select + span {
  line-height: 40px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: 1px solid #133c6a;
}
.registration-form .selbel_w select + span:after {
  top: 14px;
}
.registration-form .step {
  padding-bottom: 20px;
}
.registration-form .bottom-form-info {
  padding-bottom: 15px;
}
.registration-form .bottom-form-info strong {
  color: #ff0000;
  text-decoration: underline;
}
.registration-form input[type="text"], .registration-form input[type="email"], .registration-form input[type="tel"], .registration-form input[type="search"], .registration-form input[type="password"], .registration-form input[type="number"], .registration-form textarea {
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid #133c6a;
  border-radius: 5px;
  color: #4e4e4e;
  font-family: "Open Sans";
  font-size: 1rem;
  height: 40px;
  padding: 0 10px;
  width: 100%;
  background-color: #f9f9f9;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.registration-form input[type="text"]::-webkit-input-placeholder, .registration-form input[type="email"]::-webkit-input-placeholder, .registration-form input[type="tel"]::-webkit-input-placeholder, .registration-form input[type="search"]::-webkit-input-placeholder, .registration-form input[type="password"]::-webkit-input-placeholder, .registration-form input[type="number"]::-webkit-input-placeholder, .registration-form textarea::-webkit-input-placeholder {
  color: #4e4e4e;
}
.registration-form input[type="text"]:-moz-placeholder, .registration-form input[type="email"]:-moz-placeholder, .registration-form input[type="tel"]:-moz-placeholder, .registration-form input[type="search"]:-moz-placeholder, .registration-form input[type="password"]:-moz-placeholder, .registration-form input[type="number"]:-moz-placeholder, .registration-form textarea:-moz-placeholder {
  color: #4e4e4e;
}
.registration-form input[type="text"]::-moz-placeholder, .registration-form input[type="email"]::-moz-placeholder, .registration-form input[type="tel"]::-moz-placeholder, .registration-form input[type="search"]::-moz-placeholder, .registration-form input[type="password"]::-moz-placeholder, .registration-form input[type="number"]::-moz-placeholder, .registration-form textarea::-moz-placeholder {
  color: #4e4e4e;
}
.registration-form input[type="text"]:-ms-input-placeholder, .registration-form input[type="email"]:-ms-input-placeholder, .registration-form input[type="tel"]:-ms-input-placeholder, .registration-form input[type="search"]:-ms-input-placeholder, .registration-form input[type="password"]:-ms-input-placeholder, .registration-form input[type="number"]:-ms-input-placeholder, .registration-form textarea:-ms-input-placeholder {
  color: #4e4e4e;
}
.registration-form input[type="text"]:focus, .registration-form input[type="email"]:focus, .registration-form input[type="tel"]:focus, .registration-form input[type="search"]:focus, .registration-form input[type="password"]:focus, .registration-form input[type="number"]:focus, .registration-form textarea:focus {
  border: 1px solid #f69058;
}
.registration-form textarea {
  height: 140px;
  margin-bottom: 20px;
  padding: 10px;
  resize: none;
}
@media screen and (max-width: 1024px) {
  .wpcf7-list-item {
    width: 46%;
  }
}
@media screen and (max-width: 768px) {
  .registration-form .half {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .registration-form .half > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .registration-form h4 {
    line-height: normal;
    padding-bottom: 0;
  }
  .wpcf7-list-item {
    width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.2;
  padding-bottom: 20px;
  font-family: "Lato";
}
h1 {
  color: #4e4e4e;
  text-align: center;
  font-size: 4rem;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #133c6a;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
header {
  position: relative;
  z-index: 100;
}
header #logo {
  display: block;
  width: 260px;
  max-width: 100%;
}
header .topPanel {
  padding: 17px 0 13px;
}
header .topPanel a {
  font-size: 36px;
  position: relative;
  font-weight: 700;
  font-family: "Lato";
}
header .topPanel a:before {
  top: 10px;
  left: -50px;
  position: absolute;
}
header .topPanel a:hover {
  text-decoration: none;
  color: #f69058;
}
header .topPanel a strong {
  font-weight: 900;
}
header .menuPanel {
  background-color: #133c6a;
}
@media screen and (min-width: 1025px) {
  /*Scroll*/
  #mainMenu > ul > li {
    padding: 20px 0 12px;
    border-bottom: 5px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li > a {
    padding: 0 3.3333333333rem;
    border-left: 2px solid #668ab5;
    text-decoration: none;
  }
  #mainMenu > ul > li:first-child a {
    border-left: none;
  }
  #mainMenu > ul > li:hover, #mainMenu > ul > li.current-menu-item {
    border-bottom: 5px solid #fff;
  }
  #mainMenu ul {
    font-size: 0;
    text-align: center;
  }
  #mainMenu ul li {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    position: relative;
  }
  #mainMenu ul li a {
    font-size: 14px;
    display: block;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
  }
  #mainMenu ul > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 10px 0;
  }
  #mainMenu ul .sub-menu {
    display: block;
    position: absolute;
    top: 111%;
    left: 0;
    right: -70px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    background: #133c6a;
    z-index: 3;
  }
  #mainMenu ul .sub-menu li {
    display: block;
  }
  #mainMenu ul .sub-menu li a {
    color: #ffffff;
    text-align: left;
    padding: 10px 0;
    margin: 0 20px;
    border-top: 2px solid #668ab5;
  }
  #mainMenu ul .sub-menu li a:hover {
    color: #ee7100;
    text-decoration: none;
  }
  #mainMenu ul .sub-menu li:first-child a {
    border-top: none;
  }
  #mainMenu ul .sub-menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    right: 1px;
    left: auto;
    top: -10px;
  }
  #mainMenu ul .sub-menu > li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(100%, 0%);
    -moz-transform: translate(100%, 0%);
    -ms-transform: translate(100%, 0%);
    -o-transform: translate(100%, 0%);
    transform: translate(100%, 0%);
  }
  ::-webkit-scrollbar {
    width: 13px;
  }
  ::-webkit-scrollbar-track {
    border-left: 1px solid #ccc;
    background-color: #eaeaea;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #133c6a;
  }
  ::-webkit-scrollbar-thumb:hover {
    background: #0f3054;
  }
}
.content ul {
  margin: 0 0 20px 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 50%;
  background: #133c6a;
}
.container2 {
  margin: 0 auto;
  width: 1420px;
  max-width: 94%;
  position: relative;
}
.button {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 1rem;
  text-align: center;
  line-height: 3.3333333333rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 1.3333333333rem;
  background: #668ab5;
}
.button:hover {
  opacity: 0.8;
  text-decoration: none;
}
.wx-button {
  display: inline-block;
  font-family: "Open Sans";
  font-size: 1rem;
  text-align: center;
  line-height: 3.3333333333rem;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0 1.3333333333rem !important;
}
.wx-button:hover {
  opacity: 0.8 !important;
  text-decoration: none;
}
/*Social*/
.some a {
  display: inline-block;
  font-size: 35px;
  position: relative;
  width: 57px;
  height: 57px;
  margin: 0 5px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.some a:hover {
  opacity: 0.8;
}
.some a:hover:before {
  color: #ffffff;
}
.some a:before {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.topBox {
  color: #ffffff;
  border-bottom: 13px solid #668ab5;
  text-align: center;
  padding: 30px 0;
  position: relative;
}
.topBox h1 {
  font-weight: 300;
  color: #fff;
}
.tpl-class_outline .content {
  padding: 0;
}
.tpl-class_outline .instructorBox .register {
  background-color: #fee4d5;
  padding: 50px 0;
}
.tpl-class_outline .instructorBox .register h2 {
  padding-bottom: 0;
}
.tpl-class_outline .instructorBox .register .button {
  background-color: #e2700a;
}
.tpl-class_outline .instructorBox .box:nth-child(2n) .register {
  background-color: #e4e9ef;
}
.tpl-class_outline .instructorBox .box:nth-child(2n) .register .button {
  background-color: #668ab5;
}
.tpl-class_outline .instructorBox .teamBox {
  background-color: #f4f4f4;
  padding: 85px 0 65px;
}
.tpl-class_outline .instructorBox .teamBox .teamInfo {
  -webkit-flex-basis: 43%;
  -moz-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
  margin-right: 2%;
}
.tpl-class_outline .instructorBox .teamBox .teamInfo figure {
  width: 159px;
  height: 159px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5.6%;
}
.tpl-class_outline .instructorBox .teamBox .teamInfo .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #798798;
  font-weight: 300;
}
.tpl-class_outline .instructorBox .teamBox .teamInfo .info p {
  line-height: 1.8;
}
.tpl-class_outline .instructorBox .teamBox .teamInfo .info h2 {
  color: #21252a;
}
.tpl-class_outline .instructorBox .teamBox .teamInfo .info h2 span {
  display: block;
  color: #f69058;
}
.tpl-class_outline .instructorBox .teamBox .teamInfo .info .button {
  background-color: #d0d7df;
  color: #4170a7;
  font-weight: 400;
}
.tpl-class_outline .instructorBox .teamBox .hourBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-class_outline .instructorBox .teamBox .hourBox h4 {
  color: #668ab5;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 18px;
}
.tpl-class_outline .instructorBox .teamBox .hourBox p {
  font-size: 17px;
}
.tpl-class_outline .instructorBox .teamBox .hourBox .hour div {
  position: relative;
  padding: 20px 0 15px;
}
.tpl-class_outline .instructorBox .teamBox .hourBox .hour div:before {
  content: "";
  position: absolute;
  height: 13px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/bf.png");
}
.home .topBox h1 {
  letter-spacing: -4px;
  line-height: 1;
}
.home .topBox .info ul {
  text-align: left;
  width: 510px;
  max-width: 100%;
  margin: 0 auto;
}
.home .topBox .info ul li {
  color: #fff;
  font-weight: 700;
  font-family: "Lato";
  position: relative;
  padding-left: 35px;
}
.home .topBox .info ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  top: 3px;
  left: 0;
  border-bottom: 3px solid #99c8ff;
  border-right: 3px solid #99c8ff;
  background: transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home .topBox .info .buttonBox {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.home .topBox .info .buttonBox .button {
  margin: 0 12px;
  border: 1px solid #fff;
  width: 200px;
}
.home .topBox .info .buttonBox .blue {
  background-color: #133c6a;
}
.imageText {
  background-position: 100% 50% !important;
  padding: 20px 0;
}
.imageText .info {
  width: 600px;
  max-width: 100%;
}
.imageText .info h2 {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.imageText .info h2:before {
  content: "";
  position: absolute;
  width: 136px;
  height: 13px;
  bottom: 0;
  left: 0;
  background: url("../images/bf.png");
}
.imageText .info p {
  padding-bottom: 25px;
}
.imageText .info .button {
  text-transform: uppercase;
  margin-top: 20px;
}
.imageText .info .button.blue {
  background-color: #133c6a;
}
.tpl-instructors .teamBox {
  padding: 85px 0 30px;
}
.tpl-instructors .teamBox .team {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.tpl-instructors .teamBox .team > * {
  width: 48%;
  margin: 0 1% 1.5em;
}
.tpl-instructors .teamBox .team .person {
  padding: 0 2%;
}
.tpl-instructors .teamBox .team .thumbnail {
  width: 159px;
  height: 159px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 5.2%;
}
.tpl-instructors .teamBox .team .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #798798;
}
.tpl-instructors .teamBox h2 {
  color: #f69058;
}
.testimonials {
  padding: 70px 0;
  text-align: center;
  border-bottom: 2px solid #f4f4f4;
}
.testimonials h2 {
  padding-bottom: 55px;
}
.testimonials time {
  display: block;
  padding-bottom: 5px;
  font-style: italic;
}
.testimonials .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  padding-bottom: 50px;
}
.testimonials .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.testimonials .items .item {
  padding: 0 1%;
}
.testimonials .items .item .rating {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding-bottom: 10px;
}
.testimonials .items .item .rating figure img {
  margin-bottom: 0;
}
.testimonials .items .item .rating span {
  margin-left: 5px;
}
.testimonials .items .item figure img {
  margin: 0 auto 25px;
}
.testimonials .items .item h4 {
  color: #21252a;
  font-size: 20px;
}
.testimonials .more {
  text-transform: uppercase;
  position: relative;
  padding: 20px 45px;
  color: #010101;
  font-weight: 600;
}
.testimonials .more:before, .testimonials .more:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 12px;
  background: url("../images/bq.png") no-repeat;
}
.testimonials .more:before {
  top: 0;
  left: 0;
}
.testimonials .more:after {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ratingBox {
  padding: 30px 0;
  border-top: 20px solid #ffb70a;
  background-image: url("../images/becoming-bg.png");
}
.ratingBox .alc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.ratingBox .descriptionTestimonials {
  padding-right: 50px;
}
.ratingBox .descriptionTestimonials h3 {
  padding-bottom: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  color: #000;
}
.ratingBox .rating span {
  color: #000;
  font-size: 13px;
}
.bottomBox {
  background-color: #e4e9ef;
  display: block;
  padding: 80px 0;
  position: relative;
}
.bottomBox:before, .bottomBox:after {
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  left: 0;
  background: #f4f4f4;
}
.bottomBox:after {
  top: 10px;
}
.bottomBox:before {
  bottom: 10px;
}
.bottomBox:hover {
  text-decoration: none;
}
.bottomBox .alc {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.bottomBox .leftInfo {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  margin-right: 5%;
}
.bottomBox .rightInfo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.bottomBox .rightInfo p {
  padding-bottom: 0;
  font-size: 17px;
}
.bottomBox h4 {
  font-size: 30px;
  font-weight: 400;
  color: #133c6a;
  position: relative;
  padding-bottom: 0;
  padding-left: 70px;
}
.bottomBox h4:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background: url("../images/i1.png") no-repeat;
}
.content {
  padding: 50px 0;
}
.testingBox h3 {
  border-bottom: 1px solid #133c6a;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testingBox h3:before, .testingBox h3:after {
  content: "";
  position: absolute;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  top: 50%;
  right: 20px;
  background: #4e4e4e;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testingBox h3:after {
  width: 16px;
  height: 2px;
}
.testingBox h3:before {
  height: 16px;
  width: 2px;
}
.testingBox h3.opened:after {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
  -moz-transform: translate(50%, -50%) rotate(180deg);
  -ms-transform: translate(50%, -50%) rotate(180deg);
  transform: translate(50%, -50%) rotate(180deg);
}
.testingBox h3.opened:before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.testingBox h3:hover {
  color: #133c6a;
}
.testingBox .info {
  display: none;
  padding: 10px 0;
}
.testingBox .opened {
  display: block;
}
.testingBox .item_1 #title_1 {
  display: block;
}
.testingBox .open_2 #title_2 {
  display: block;
}
.testingBox .open_2 #title_2 {
  display: block;
}
.tpl-contact input[type="text"], .tpl-contact input[type="email"], .tpl-contact input[type="tel"], .tpl-contact input[type="search"], .tpl-contact input[type="password"], .tpl-contact textarea {
  width: 100%;
  height: 40px;
  font-family: "Open Sans";
  font-size: 1rem;
  border-radius: 5px;
  padding: 0 10px;
  color: #ffffff;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.13);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tpl-contact input[type="text"]:focus, .tpl-contact input[type="email"]:focus, .tpl-contact input[type="tel"]:focus, .tpl-contact input[type="search"]:focus, .tpl-contact input[type="password"]:focus, .tpl-contact textarea:focus {
  border: 1px solid #fff;
}
.tpl-contact input[type="text"]::-webkit-input-placeholder, .tpl-contact input[type="email"]::-webkit-input-placeholder, .tpl-contact input[type="tel"]::-webkit-input-placeholder, .tpl-contact input[type="search"]::-webkit-input-placeholder, .tpl-contact input[type="password"]::-webkit-input-placeholder, .tpl-contact textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.tpl-contact input[type="text"]:-moz-placeholder, .tpl-contact input[type="email"]:-moz-placeholder, .tpl-contact input[type="tel"]:-moz-placeholder, .tpl-contact input[type="search"]:-moz-placeholder, .tpl-contact input[type="password"]:-moz-placeholder, .tpl-contact textarea:-moz-placeholder {
  color: #ffffff;
}
.tpl-contact input[type="text"]::-moz-placeholder, .tpl-contact input[type="email"]::-moz-placeholder, .tpl-contact input[type="tel"]::-moz-placeholder, .tpl-contact input[type="search"]::-moz-placeholder, .tpl-contact input[type="password"]::-moz-placeholder, .tpl-contact textarea::-moz-placeholder {
  color: #ffffff;
}
.tpl-contact input[type="text"]:-ms-input-placeholder, .tpl-contact input[type="email"]:-ms-input-placeholder, .tpl-contact input[type="tel"]:-ms-input-placeholder, .tpl-contact input[type="search"]:-ms-input-placeholder, .tpl-contact input[type="password"]:-ms-input-placeholder, .tpl-contact textarea:-ms-input-placeholder {
  color: #ffffff;
}
.tpl-contact textarea {
  resize: none;
  height: 140px;
  padding: 10px;
  margin-bottom: 20px;
}
.tpl-contact .topBox {
  color: #4e4e4e;
}
.tpl-contact .topBox h1 {
  color: #f69058;
}
.tpl-contact .officeBox .leftInfo {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  margin-right: 5%;
  padding-top: 50px;
}
.tpl-contact .officeBox .leftInfo .officeInfo {
  padding-bottom: 98px;
}
.tpl-contact .officeBox .leftInfo .location {
  padding-bottom: 48px;
}
.tpl-contact .officeBox .leftInfo .info {
  padding-right: 20px;
}
.tpl-contact .officeBox .leftInfo h2 {
  color: #f69058;
  font-size: 36px;
}
.tpl-contact .officeBox .leftInfo p {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  padding-bottom: 0;
}
.tpl-contact .officeBox .leftInfo p strong {
  color: #133c6a;
}
.tpl-contact .officeBox .leftInfo a {
  color: #668ab5;
  font-size: 24px;
  font-family: "Lato";
}
.tpl-contact .officeBox .leftInfo #map {
  height: 280px;
}
.tpl-contact .formBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 65px 7%;
}
.tpl-contact .formBox h2 {
  text-align: center;
  color: #fff;
  font-size: 33px;
  font-weight: 900;
  padding-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.tpl-contact .formBox .flex > span {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.tpl-contact .formBox .alc > div {
  margin-bottom: 0;
}
.tpl-contact .formBox .button {
  background-color: #133c6a;
  width: 176px;
  text-transform: uppercase;
}
table {
  margin-bottom: 20px;
}
table th, table td {
  padding: 10px;
}
table th p, table td p {
  padding-bottom: 0;
}
footer {
  background-color: #133c6a;
}
footer .topFooter {
  padding: 35px 0 20px;
}
footer .widgetTitle {
  color: #668ab5;
  font-size: 24px;
}
footer .footerMenu {
  padding-top: 40px;
}
footer .footerMenu .widget {
  margin-right: 70px;
}
footer .footerMenu .widget ul li {
  padding-bottom: 5px;
}
footer .footerMenu .widget ul li a {
  font-weight: 300;
  font-size: 12px;
}
footer .footerMenu li a {
  color: #ffffff;
}
footer .footerInfo {
  text-align: center;
}
footer .footerInfo .some {
  margin-bottom: 35px;
}
footer .footerInfo .some .i-c-fb {
  background-color: #3b5998;
}
footer .footerInfo .some .i-c-gp {
  background-color: #dc4e41;
}
footer .footerInfo figure img {
  margin: 0 auto 15px;
}
footer .footerInfo .descriptionFooter {
  color: #71adf4;
}
footer .footerInfo .descriptionFooter p {
  font-weight: 300;
}
footer .payBox {
  padding-bottom: 25px;
}
footer .payBox a {
  margin: 0 3px;
}
footer .payBox a:hover {
  opacity: 0.8;
}
footer .copyBox {
  background-color: #0b1d31;
  padding: 35px 0 30px;
  text-align: center;
  color: #ffffff;
  font-weight: 300;
}
footer #footerMenu li {
  padding-bottom: 15px;
}
footer #footerMenu a {
  font-size: 18px;
  color: #668ab5;
}
.content iframe {
  max-width: 100% !important;
}
.content > .container .holds-wc-button {
  text-align: center;
}
.content p iframe {
  width: 700px !important;
  height: 380px !important;
}
.tpl-schedule .content {
  padding: 0;
}
.tpl-schedule .descriptionBox {
  padding-bottom: 40px;
}
.tpl-schedule .topDescription {
  padding-top: 40px;
}
.services table {
  text-align: left;
  width: 100%;
}
.services table p {
  padding-bottom: 0;
}
.services table th {
  color: #668ab5;
  font-weight: 400;
  font-size: 18px;
  font-family: "Lato";
  text-transform: uppercase;
  width: 25%;
  padding: 6px 10px;
}
.services table tr td {
  color: #21252a;
  font-size: 16px;
  font-weight: 300;
  width: 25%;
  padding: 6px 10px;
}
.services table tr td:first-child {
  color: #e2700a;
  font-size: 24px;
  font-weight: 400;
}
.services .button {
  background-color: #d0d7df;
  color: #4170a7;
  line-height: 46px;
  font-family: "Open Sans";
  font-weight: 400;
}
.services .wx-button {
  opacity: 1;
}
.services .wx-button:hover {
  padding: 0 1.3333333333rem;
}
.services .items {
  padding-bottom: 60px;
}
.services .item {
  padding: 15px 0 25px;
  position: relative;
}
.services .item:before {
  content: "";
  position: absolute;
  height: 13px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/bf.png");
}
.services .typeServices h2 {
  background-color: #e4e9ef;
  text-align: center;
  padding: 55px 0;
}
.services .typeServices:first-child h2 {
  background-color: #fee4d5;
  color: #e2700a;
}
.services .typeServices:nth-child(2n) .button {
  background-color: #e4e9ef;
  color: #668ab5;
}
.services .typeServices .button {
  background-color: #fee4d5;
  color: #e2700a;
  min-width: 190px;
}
.services .typeServices .descriptionTitle {
  text-align: center;
  padding: 17px 0;
}
.services .typeServices .descriptionTitle p {
  color: #ff7300;
  font-weight: 300;
  font-size: 17px;
  padding-bottom: 0;
}
.services .typeServices .descriptionTitle a {
  color: #0d69d7;
}
.services .typeServices .yearBox h4 {
  background-color: #f4f4f4;
  text-align: center;
  padding: 15px 0;
  color: #668ab5;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 700;
}
.container3 {
  margin: 0 auto;
  width: 960px;
  max-width: 94%;
  position: relative;
}
.container4 {
  margin: 0 auto;
  width: 900px;
  max-width: 94%;
  position: relative;
}
.ratingStar {
  background-image: url("../images/becoming-bg.png");
  width: 100%;
}
.ratingStar .topRating {
  padding: 40px 0;
  text-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.ratingStar .topRating .left {
  text-align: center;
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.ratingStar .topRating .left img {
  margin: 0 auto;
}
.ratingStar .topRating .right {
  width: 346px;
  max-width: 100%;
}
.ratingStar .topRating .thank-you {
  text-align: center;
  display: inline-block;
  border: 1px solid green;
  margin: 20px 0 0;
  padding: 8px 10px 5px;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  color: green;
}
.ratingStar .topRating .button {
  border-radius: 5px 0 0 5px !important;
  height: 44px;
  position: relative;
}
.ratingStar .topRating .button:after {
  content: "";
  display: inline-block;
  width: 35px;
  position: absolute;
  right: 0;
  -webkit-transform: translate(100%);
  -moz-transform: translate(100%);
  -ms-transform: translate(100%);
  -o-transform: translate(100%);
  transform: translate(100%);
  height: 44px;
  background: url("../images/submit-after.png") no-repeat;
}
.ratingStar .boxButton {
  text-align: center;
  padding: 30px 0 0;
}
.ratingStar .boxButton .button {
  border-radius: 5px;
  background-color: #ffa800;
  font-size: 18px;
  font-weight: 700;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.35);
  text-transform: capitalize;
  line-height: 46px;
  color: #000;
}
.ratingStar .rat_number {
  font-size: 16px;
  width: 100%;
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.ratingStar .rat_visual {
  position: relative;
  width: 100%;
  height: 17px;
  border: 1px solid #bbbbbb;
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
}
.ratingStar .rat_visual span {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  height: 17px;
  border: 1px solid #be9400;
  background: #f5c600;
  background: -moz-linear-gradient(top, #f5c600 0%, #f5ac00 100%);
  background: -webkit-linear-gradient(top, #f5c600 0%, #f5ac00 100%);
  background: linear-gradient(to bottom, #f5c600 0%, #f5ac00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f5c600", endColorstr="#f5ac00", GradientType=0);
}
.ratingStar .rat_procent {
  width: 100%;
  text-align: right;
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.ratingStar .ratingForm {
  display: none;
  padding: 40px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.ratingStar .ratingForm form > .flex {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.ratingStar .ratingForm form > .box {
  text-align: center;
}
.ratingStar .ratingForm form > .box .buttonShadow {
  margin: 20px 0;
}
.ratingStar .ratingForm h2 {
  color: #000;
  font-weight: 700;
  font-size: 22px;
}
.ratingStar .ratingForm .left-part {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
.ratingStar .ratingForm .left-part input[type="text"] {
  -webkit-flex-basis: 65%;
  -moz-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}
.ratingStar .ratingForm .right-part {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  margin-left: 2%;
}
.ratingStar .ratingForm .right-part textarea {
  -webkit-flex-basis: 88%;
  -moz-flex-basis: 88%;
  -ms-flex-preferred-size: 88%;
  flex-basis: 88%;
}
.ratingStar .ratingForm label {
  color: #000;
  display: block;
  font-size: 14px;
  line-height: 1.1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.ratingStar .ratingForm label span {
  font-size: 10px;
  color: #a2a2a2;
  display: block;
}
.ratingStar .ratingForm .selbel_w {
  overflow: hidden;
}
.ratingStar .ratingForm .selbel_w span {
  height: 40px;
  font-family: "Open Sans";
  font-size: 1rem;
  border-radius: 0;
  padding: 0 10px;
  color: #000;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 40px;
}
.ratingStar .ratingForm .selbel_w span:after {
  right: 6px;
  top: 15px;
}
.ratingStar .ratingForm .box {
  padding-bottom: 15px;
}
.ratingStar .ratingForm .marks {
  margin: 5px 0;
}
.ratingStar .ratingForm input[type="text"], .ratingStar .ratingForm input[type="email"], .ratingStar .ratingForm input[type="tel"], .ratingStar .ratingForm input[type="search"], .ratingStar .ratingForm input[type="password"], .ratingStar .ratingForm textarea {
  width: 80%;
  margin-left: 5px;
  height: 40px;
  font-family: "Open Sans";
  font-size: 1rem;
  border-radius: 0;
  padding: 0 10px;
  color: #000;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.ratingStar .ratingForm input[type="text"]:focus, .ratingStar .ratingForm input[type="email"]:focus, .ratingStar .ratingForm input[type="tel"]:focus, .ratingStar .ratingForm input[type="search"]:focus, .ratingStar .ratingForm input[type="password"]:focus, .ratingStar .ratingForm textarea:focus {
  border: 1px solid #133c6a;
}
.ratingStar .ratingForm input[type="text"]::-webkit-input-placeholder, .ratingStar .ratingForm input[type="email"]::-webkit-input-placeholder, .ratingStar .ratingForm input[type="tel"]::-webkit-input-placeholder, .ratingStar .ratingForm input[type="search"]::-webkit-input-placeholder, .ratingStar .ratingForm input[type="password"]::-webkit-input-placeholder, .ratingStar .ratingForm textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.ratingStar .ratingForm input[type="text"]:-moz-placeholder, .ratingStar .ratingForm input[type="email"]:-moz-placeholder, .ratingStar .ratingForm input[type="tel"]:-moz-placeholder, .ratingStar .ratingForm input[type="search"]:-moz-placeholder, .ratingStar .ratingForm input[type="password"]:-moz-placeholder, .ratingStar .ratingForm textarea:-moz-placeholder {
  color: #ffffff;
}
.ratingStar .ratingForm input[type="text"]::-moz-placeholder, .ratingStar .ratingForm input[type="email"]::-moz-placeholder, .ratingStar .ratingForm input[type="tel"]::-moz-placeholder, .ratingStar .ratingForm input[type="search"]::-moz-placeholder, .ratingStar .ratingForm input[type="password"]::-moz-placeholder, .ratingStar .ratingForm textarea::-moz-placeholder {
  color: #ffffff;
}
.ratingStar .ratingForm input[type="text"]:-ms-input-placeholder, .ratingStar .ratingForm input[type="email"]:-ms-input-placeholder, .ratingStar .ratingForm input[type="tel"]:-ms-input-placeholder, .ratingStar .ratingForm input[type="search"]:-ms-input-placeholder, .ratingStar .ratingForm input[type="password"]:-ms-input-placeholder, .ratingStar .ratingForm textarea:-ms-input-placeholder {
  color: #ffffff;
}
.ratingStar .ratingForm textarea {
  resize: none;
  height: 150px;
  padding: 10px;
}
.ratingStar .ratingForm .err {
  box-shadow: inset 0 0 1px 1px #ff0000 !important;
}
.testimonialsBox .res-rating, .testimonialsBox .count-rating {
  display: inline-block;
  margin-right: 10px;
}
.testimonialsBox .res-rating i, .testimonialsBox .count-rating i {
  line-height: 0;
}
.testimonialsBox .res-rating i:before, .testimonialsBox .count-rating i:before {
  font-size: 15px;
}
.testimonialsBox .item {
  padding: 24px 0 17px;
  background: url("../images/article-line.png") bottom center no-repeat;
}
.testimonialsBox .item p {
  color: #000;
  padding: 5px 0 10px;
}
.testimonialsBox .item .takenRating {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.testimonialsBox .item .takenRating .res-rating {
  margin-left: 20px;
}
.testimonialsBox time, .testimonialsBox h4 {
  color: #003366;
  font-weight: 700;
  display: block;
  padding-bottom: 5px;
}
.testimonialsBox strong {
  color: #000;
}
.tpl-locations .topDescriptions {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
}
.constructor {
  text-align: center;
}
.constructor .box {
  padding: 50px 0;
  position: relative;
}
.constructor .box:before {
  content: "";
  position: absolute;
  height: 13px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/bf.png");
}
.constructor h2 {
  color: #000;
  font-size: 32px;
  padding-bottom: 50px;
}
.constructor .location {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.constructor .location > * {
  width: 49%;
  margin: 0 0.5% 0.75em;
}
.constructor .location .item .info h4 {
  font-size: 25px;
  color: #f69058;
}
.constructor .location .item .info strong, .constructor .location .item .info a {
  color: #133c6a;
  font-size: 18px;
}
.constructor .acf-map {
  min-height: 300px;
}
#TB_window #TB_closeWindowButton .screen-reader-text {
  font-size: 0;
}
.post-type-archive-testimonials .buttonBox {
  text-align: right;
}
.post-type-archive-testimonials .buttonBox .read {
  background-color: #19679d;
  color: #ffffff;
  cursor: pointer;
  padding: 0 10px;
  line-height: 25px;
  display: inline-block;
  border-radius: 3px;
}
.post-type-archive-testimonials .buttonBox .read:hover {
  background: #ffa800;
  text-decoration: none;
}
.post-type-archive-testimonials .textBox p {
  overflow: hidden;
}
.post-type-archive-testimonials .textBox.showen p {
  height: auto !important;
}
.post-type-archive-testimonials .wp-pagenavi {
  padding: 10px 0;
  text-align: center;
}
.post-type-archive-testimonials .wp-pagenavi span, .post-type-archive-testimonials .wp-pagenavi a {
  border: none;
}
.single-testimonials h1 {
  font-weight: 300;
  text-align: left;
}
.single-testimonials .item {
  margin-bottom: 20px;
}
.single-testimonials .imageBox {
  position: relative;
  padding: 30px 0;
}
.single-testimonials .imageBox .buttonShadow {
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 100px;
}
.buttonShadow {
  display: inline-block;
  width: 273px;
  height: 61px;
  padding-bottom: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #a6771d;
  box-shadow: 1px 1px 2px rgba(0, 1, 1, 0.94);
  -moz-box-shadow: 1px 1px 2px rgba(0, 1, 1, 0.94);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 1, 1, 0.94);
}
.buttonShadow .button {
  width: 275px;
  height: 59px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffa800;
  -webkit-box-shadow: inset 0 0 5px rgba(246, 244, 192, 0.24);
  -moz-box-shadow: inset 0 0 5px rgba(246, 244, 192, 0.24);
  box-shadow: inset 0 0 5px rgba(246, 244, 192, 0.24);
  font-size: 22px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.35);
  line-height: 59px;
  letter-spacing: -0.5px;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.buttonShadow .button:hover {
  color: #ffffff;
}
.verified_student {
  color: #51cf43;
  position: relative;
  font-weight: 400;
  top: 2px;
  font-size: 16px;
  padding-left: 25px;
  display: inline-block;
  background-image: url("../images/Safe.png");
  background-repeat: no-repeat;
  height: 22px;
  background-position: 0px -1px;
}
@media screen and (max-width: 1450px) {
  .officeBox .officeInfo {
    display: block;
  }
  .officeBox .officeInfo .location {
    padding-bottom: 20px !important;
  }
  .officeBox .formBox .confirmBox {
    display: block;
  }
  .officeBox .formBox .confirmBox .button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1180px) {
  #mainMenu > ul > li > a {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #menuOpen {
    display: block;
    z-index: 100;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    z-index: 100;
  }
  #menuOpen p {
    padding-bottom: 0;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  header {
    margin-top: 50px;
  }
  header .topPanel a {
    font-size: 25px;
  }
  footer .mainFooter {
    display: block;
  }
  footer .mainFooter .payBox {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  #mainMenu {
    position: fixed;
    width: 100%;
    top: 50px;
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow: auto;
    background: rgba(26, 26, 26, 0.95);
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    position: relative;
  }
  #mainMenu ul li a {
    display: block;
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
  }
  #mainMenu ul li:hover a {
    background: none;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #133c6a;
  }
  #mainMenu ul .sub-menu {
    display: none;
  }
  #mainMenu ul .sub-menu > li > a {
    padding: 10px 4%;
  }
  .subMenuButton {
    position: absolute;
    width: 55px;
    height: 55px;
    background: none;
    right: 0;
    top: 1.5px;
  }
  .subMenuButton:before, .subMenuButton:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    transition: all 0.3s ease;
  }
  .subMenuButton:before {
    width: 3px;
    height: 35px;
  }
  .subMenuButton:after {
    width: 35px;
    height: 3px;
  }
  .subMenuButton.open:after {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -ms-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .subMenuButton.open:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .flex_parent {
    display: block;
    margin-bottom: 20px;
  }
  .flex_parent aside {
    margin: 0 auto;
  }
  .tpl-contact .officeBox > .flex {
    display: block;
  }
  .tpl-contact .officeBox > .flex .officeInfo {
    padding-bottom: 20px;
  }
  .tpl-contact .officeBox > .flex .leftInfo {
    padding-top: 0;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .tpl-contact .officeBox > .flex .leftInfo h2 {
    font-size: 25px;
  }
  .tpl-contact .officeBox > .flex .leftInfo p, .tpl-contact .officeBox > .flex .leftInfo a {
    font-size: 17px;
  }
  .tpl-contact .officeBox > .flex .formBox {
    min-height: inherit !important;
    padding: 30px;
  }
  .tpl-contact .officeBox > .flex .formBox h2 {
    font-size: 25px;
    padding-bottom: 20px;
  }
  .imageText {
    position: relative;
    min-height: inherit !important;
  }
  .imageText:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
  }
  .imageText .info {
    width: 100%;
  }
  .imageText .info .button {
    margin-bottom: 10px;
  }
  .content {
    padding: 30px 0;
  }
  .tpl-instructors .teamBox {
    padding: 30px 0;
  }
  .tpl-instructors .teamBox .team {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .tpl-instructors .teamBox .team > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .tpl-instructors .teamBox .team .person {
    padding: 0;
  }
  .services table tr td, .services table tr th {
    width: inherit !important;
  }
  .tpl-class_outline .instructorBox .teamBox > .flex {
    display: block;
  }
  .tpl-class_outline .instructorBox .teamBox > .flex .teamInfo {
    margin-right: 0;
    padding-bottom: 20px;
  }
  .home .topBox h1 {
    letter-spacing: 0;
  }
  .ratingStar .ratingForm #add_testimonials_form > .flex {
    display: block;
  }
  .ratingStar .ratingForm #add_testimonials_form > .flex .box {
    display: block;
  }
  .ratingStar .ratingForm #add_testimonials_form > .flex .box label {
    padding: 0 0 5px 10px;
  }
  .ratingStar .ratingForm #add_testimonials_form > .flex .box input[type="text"], .ratingStar .ratingForm #add_testimonials_form > .flex .box textarea {
    width: 100%;
  }
  .ratingStar .ratingForm #add_testimonials_form > .flex .right-part {
    margin-left: 0;
  }
  .constructor .box {
    padding: 30px;
  }
  .constructor .box h2 {
    padding-bottom: 30px;
  }
  .constructor .location {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .constructor .location > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
@media screen and (max-width: 767px) {
  img.alignright, img.alignleft {
    float: none;
    margin: 0 auto;
  }
  header .topPanel {
    display: block;
    text-align: center;
  }
  header .topPanel #logo {
    margin: 0 auto 20px;
  }
  header .topPanel a {
    font-size: 25px;
  }
  header .topPanel a:before {
    display: none;
  }
  .topBox {
    min-height: inherit !important;
  }
  .tpl-contact .officeBox .flex {
    display: block;
  }
  .tpl-class_outline .instructorBox .register {
    text-align: center;
    padding: 30px 0;
  }
  .tpl-class_outline .instructorBox .register > .alc {
    display: block;
  }
  .tpl-class_outline .instructorBox .register > .alc h2 {
    padding-bottom: 20px;
  }
  .tpl-class_outline .instructorBox .teamBox {
    padding: 30px 0;
  }
  .tpl-class_outline .instructorBox .teamBox > .flex .teamInfo {
    display: block;
    text-align: center;
  }
  .tpl-class_outline .instructorBox .teamBox > .flex .teamInfo figure {
    margin: 0 auto 20px;
  }
  .tpl-class_outline .instructorBox .teamBox > .flex .hour {
    text-align: center;
  }
  .. table_wrap {
    overflow: hidden;
  }
  .services table tbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .services table tr {
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .services table th, .services table td {
    padding: 0 !important;
    min-height: 50px;
    display: block;
  }
  .services table .button {
    min-width: auto !important;
    font-size: 14px;
  }
  .services table .wx-button {
    font-size: 12px !important;
    padding: 0 10px !important;
    line-height: 46px !important;
  }
  .tpl-instructors .teamBox .team .person {
    display: block;
    text-align: center;
  }
  .tpl-instructors .teamBox .team .person .thumbnail {
    display: block;
    margin: 0 auto 20px;
  }
  .imageText .info h2 {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
  .imageText .info .button {
    padding: 0 10px;
    font-size: 11px;
    margin-top: 0;
  }
  .bottomBox {
    padding: 40px 0;
  }
  .bottomBox .alc {
    display: block;
  }
  .bottomBox .alc .leftInfo {
    margin-right: 0;
    padding-bottom: 20px;
  }
  .testimonials {
    padding: 40px 0;
  }
  .testimonials .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  .testimonials .items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
  .ratingBox {
    text-align: center;
  }
  .ratingBox > .alc {
    display: block;
  }
  .ratingBox > .alc .descriptionTestimonials {
    padding-right: 0;
    padding-bottom: 10px;
  }
  footer #footerLogo img {
    margin: 0 auto;
  }
  footer .footerMenu {
    display: block;
    text-align: center;
  }
  footer .footerMenu > div {
    margin-right: 0 !important;
    padding-bottom: 20px;
  }
  footer .footerMenu .widget ul li a {
    font-size: 14px;
  }
  .ratingStar .topRating .container3 > .flex {
    display: block;
  }
  .ratingStar .topRating .container3 > .flex .left {
    padding-bottom: 20px;
  }
  .ratingStar .topRating .container3 > .flex .right {
    margin: 0 auto;
  }
  .ratingStar .topRating .button {
    border-radius: 5px !important;
  }
  .ratingStar .topRating .button:after {
    display: none !important;
  }
  #TB_window {
    top: 0 !important;
    bottom: 0 !important;
  }
  #TB_window iframe {
    height: 100% !important;
  }
}
@media screen and (max-width: 479px) {
  .home .topBox .buttonBox {
    display: block;
  }
  .home .topBox .buttonBox .button {
    margin-bottom: 10px !important;
  }
  .tpl-contact .officeBox .flex .formBox {
    padding: 20px;
  }
  .tpl-contact .officeBox .flex .confirmBox iframe {
    max-width: 100%;
  }
  .tpl-contact .officeBox .flex .confirmBox div {
    max-width: 100% !important;
  }
  .testimonials {
    padding: 30px 0;
  }
  .testimonials h2 {
    padding-bottom: 30px;
  }
  .testimonials .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
    padding-bottom: 20px;
  }
  .testimonials .items > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
