body.comments .page-title {
  font: 46px/1 "FiraSans-Regular";
  color: #555;
  margin-bottom: 24px;
}
.tabs {
  padding-bottom: 38px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}
.tabs.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  width: 100%;
  box-shadow: 0px 3px 14px 0px rgba(131, 86, 178, 0.17);
  padding-top: 14px;
  padding-bottom: 14px;
  display: none;
}
.tabs.fixed.display {
  display: block;
}
.tabs .tabulation li {
  display: inline-block;
  vertical-align: middle;
  font: 16px/1 "FiraSans-Regular";
  color: #555;
  padding: 5px 10px;
  margin: 0 5px;
  cursor: pointer;
}
.tabs .tabulation li.active {
  color: #fff;
  background: #ff6a4d;
  border-radius: 4px;
}
.tabs .send-comment {
  margin-left: 30px;
}
.tabs .send-comment a {
  color: #522e14;
  font: 16px/1 "FiraSans-SemiBold";
  background: #febf00;
  display: inline-block;
  padding: 8px 10px;
  border-radius: 4px;
  box-shadow: 0px 3px 8px 0px rgba(255, 191, 0, 0.3);
}
.tabs .send-comment a:hover {
    background: #ff6a4c none repeat scroll 0 0;
    box-shadow: 0 5px 16px 0 rgba(255, 106, 76, 0.5);
    transition: all 0.3s ease 0s;
}
.page-content-comments {
  padding-bottom: 90px;
}
.page-content-comments .title {
  color: #555;
  font: 40px/1 "FiraSans-Regular";
  margin-bottom: 48px;
}
.page-content-comments .section-posts {
  padding-top: 50px;
  border-top: 1px solid #eee;
}
.page-content-comments .section-comment.section-teachers {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.page-content-comments .section-comment {
  margin-bottom: 60px;
  padding-top: 10px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eee;
}
.page-content-comments .section-comment .row {
  margin-bottom: 64px;
}
.page-content-comments .section-comment .row.hidden {
    display: none;
}
.page-content-comments .section-comment .image a {
  position: relative;
}
.page-content-comments .section-comment .image a,
.page-content-comments .section-comment .image img {
  display: block;
}
/*.page-content-comments .section-comment .image a:after {
  position: absolute;
  top: 0;
  width: 66px;
  height: 44px;
  left: 50%;
  margin-left: -33px;
  top: 50%;
  margin-top: -22px;
  content: "";
  background: url('../images/v-play.png') no-repeat center;
  background-size: 100%;
}*/
.page-content-comments .section-comment .text {
  width: 550px;
}
.section-children .post-list img {
	max-width:240px;
}
.page-content-comments .section-comment .text .name {
  color: #555;
  margin-bottom: 20px;
  font: 16px/1 "FiraSans-SemiBold";
}
.page-content-comments .section-comment .text .txt p {
  color: #555;
  font: 14px/1.6 "FiraSans-Regular";
}
.page-content-comments .section-comment.section-teachers .txt {
  margin-top: 15px;
}
.page-content-comments .section-comment.section-teachers .name {
  margin-bottom: 10px;
}
.page-content-comments .section-comment.section-teachers .image {
  width: 144px;
  border-radius: 144px;
  height: 144px;
  overflow: hidden;
}
.page-content-comments .section-comment.section-teachers .image a:after {
  display: none;
}
.page-content-comments .section-comment.section-teachers .position {
  font: 12px/1 "FiraSans-Regular";
  color: #999;
}
.page-content-comments .section-posts .title-small {
  color: #555;
  font: 24px/1 "FiraSans-Medium";
  margin-bottom: 10px;
}
.page-content-comments .section-posts .subtitle {
  color: #999;
  margin-bottom: 24px;
  font: 14px/1.4 "FiraSans-Regular";
}
.page-content-comments .section-posts .post-list {
  margin-bottom: 60px;
  border-bottom: 1px solid #eee;
  padding-bottom: 34px;
}
.page-content-comments .section-posts .post-list .item {
  margin-bottom: 20px;
}
.page-content-comments .section-posts .post-list .item.hidden {
    width: 255px;
}
.page-content-comments .show-more button {
  width: 100%;
  display: block;
  background: #ececec;
  transition: all 0.3s ease 0s;
  color: #999999;
  font: 16px/1 "FiraSans-Medium";
  text-align: center;
  border-radius: 4px;
  border: none;
  height: 56px;
  cursor: pointer;
}
.page-content-comments .show-more button:hover {
  background: #ff6a4c;
  color: #fff;
  transition: all 0.3s ease 0s;
}
.required-docs .row {
  margin-left: 0;
  padding-left: 36px;
}
.required-docs .row a {
  display: inline-block;
  border-bottom: 1px solid #ff6a4c;
  line-height: 1;
}
.required-docs .row a:hover {
  border-bottom: 1px solid transparent;
}
.required-docs .row a,
.required-docs .row span {
  color: #ff6a4c;
}
.required-docs .row .heading {
  color: #555;
  position: relative;
  font: 18px/1.3 "FiraSans-SemiBold";
  margin-bottom: 3px;
}
.required-docs .row .heading:after {
  position: absolute;
  top: 0;
  left: -36px;
  content: "";
  width: 26px;
  height: 26px;
  background: url("../images/list-check.png") no-repeat center;
}
.required-docs .row .desc p {
  color: #999;
  font: 14px/1.5 "FiraSans-Regular";
}
body.comments .page-top-part {
  text-align: center;
}
.page-form {
  width: 330px;
  padding: 28px 30px;
  border-radius: 8px;
  margin-top: 0;
  background: #fff;
  box-shadow: 0px 5px 16px 0px rgba(131, 86, 178, 0.1);
}
.page-form .title {
  font-size: 30px;
  color: #555;
  line-height: 1.2;
  margin-bottom: 15px;
  font-family: "FiraSans-Regular";
}
.page-form .subtitle {
  font: 14px/1 "FiraSans-Regular";
  margin-bottom: 18px;
  color: #555;
}
.page-form .input-field {
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}
.page-form .input-field input {
  width: 100%;
  height: 66px;
  background: #f5f5f5;
  color: #999;
  font-size: 18px;
  border-radius: 4px;
  font-family: "OpenSans-Regular";
  padding-left: 20px;
  box-sizing: border-box;
  border: 2px solid #f5f5f5;
}




.page-form .input-field input:focus {
  border: 2px solid #50d68e;
}
.page-form .age h4 {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
  font-family: "OpenSans-Regular";
}
.page-form .age ul {
  cursor: pointer;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: flex-start;
}
.page-form .age li > div {
  position: relative;
  border: 2px solid transparent;
  font-size: 14px;
  color: #555;
  background: #fbfbfb;
  margin-right: 12px;
  border-radius: 6px;
  width: 42px;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0px 2px 2px #e3e3e3;
  font-family: "FiraSans-SemiBold";
  text-align: center;
}
.page-form .age li > div:after {
  background: url("../images/check.png") no-repeat center;
  width: 0px;
  height: 0px;
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  background-size: 100%;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}
.page-form .age li.active > div {
  border-color: #50d68e;
}
.page-form .age li.active > div:after {
  display: block;
  width: 22px;
  transform: scale(1);
  height: 22px;
  transition: all 0.3s ease 0s;
}
.page-form .age li.error > div {
  border-color: #ef4949;
}
.page-form .age li.error > div:after {
  background: url("../images/wrong.png") no-repeat center;
  width: 0px;
  height: 0px;
  content: " ";
  position: absolute;
  top: -10px;
  left: -10px;
  background-size: 100%;
  transition: all 0.3s ease 0s;
  transform: scale(0);
}
.page-form .age li.error > div:after {
  display: block;
  width: 22px;
  transform: scale(1);
  height: 22px;
  transition: all 0.3s ease 0s;
}
.page-form .copy {
  padding-top: 34px;
}
.page-form .copy p {
  line-height: 1.4;
  color: #555;
  font-size: 14px;
  font-family: "OpenSans-Regular";
}
.page-form .copy p a {
  text-decoration: underline;
  color: #8356b2;
  display: inline;
  text-decoration-color: #c7b7da;
}
.page-form .copy p a:hover {
  color: #ef4949;
  text-decoration: none;
}
.page-form .submit-field {
  text-align: left;
  margin-top: 34px;
}
.page-form .submit-field input {
  background: #50d68e;
  font-size: 20px;
  color: #fff;
  font-family: "FiraSans-Medium";
  width: 220px;
  height: 56px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  border: none;
  box-shadow: 2px 2px 8px rgba(25, 132, 75, 0.5);
}
.page-form .submit-field input:hover {
  background-color: #ef4949;
  box-shadow: 0 5px 16px 0 rgba(255, 106, 76, 0.5);
}
.double-ariva-departure .coll {
  width: 386px;
  box-sizing: border-box;
  padding: 36px 26px;
  border-radius: 6px;
  background: #fff;
}
.double-ariva-departure {
  margin-bottom: 54px;
}
.double-ariva-departure .coll .icon {
  margin-bottom: 45px;
}
.double-ariva-departure .coll .desc .way-name {
  color: #555;
  font: 18px/1 "FiraSans-SemiBold";
  margin-bottom: 10px;
}
.double-ariva-departure .coll .desc p {
  color: #555;
  font: 16px/1.9 "FiraSans-Regular";
}
body.comments .main-content .page-content {
  width: 750px;
  max-width: 100%;
}

#leave-comment {
  display: none;
  width: 434px;
  padding: 62px 50px 40px;
  border-radius: 8px;
  background: #fff;
}
#leave-comment .title {
  font-size: 36px;
  color: #555;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 22px;
  font-family: "FiraSans-Regular";
}
#leave-comment .input-field {
  position: relative;
  margin-bottom: 30px;
}
#leave-comment .input-field textarea {
  width: 100%;
  height: 120px;
  background: #f5f5f5;
  color: #999;
  font-size: 18px;
  border-radius: 4px;
  font-family: "OpenSans-Regular";
  padding-left: 20px;
  padding-top: 15px;
  resize: none;
  box-sizing: border-box;
  box-shadow: none;
  border: 2px solid #f5f5f5;
}
#leave-comment .input-field textarea:focus {
  border: 2px solid #50d68e;
}
#leave-comment .input-field input {
  width: 100%;
  height: 66px;
  background: #f5f5f5;
  color: #999;
  font-size: 18px;
  border-radius: 4px;
  font-family: "OpenSans-Regular";
  padding-left: 20px;
  box-sizing: border-box;
  border: 2px solid #f5f5f5;
}
#leave-comment .input-field input:focus {
  border: 2px solid #50d68e;
}


#leave-comment .copy p {
  line-height: 1.4;
  color: #555;
  font-size: 14px;
  font-family: "OpenSans-Regular";
}
#leave-comment .copy p a {
  text-decoration: underline;
  color: #8356b2;
  display: inline;
  text-decoration-color: #c7b7da;
}
#leave-comment .copy p a:hover {
  color: #ef4949;
  text-decoration: none;
}
#leave-comment .submit-field {
  text-align: left;
  margin-top: 34px;
}
#leave-comment .submit-field input {
  background: #50d68e;
  font-size: 20px;
  color: #fff;
  font-family: "FiraSans-Medium";
  width: 200px;
  height: 56px;
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
  border: none;
  box-shadow: 2px 2px 8px rgba(25, 132, 75, 0.5);
}
#leave-comment .submit-field input:hover {
  background-color: #ef4949;
  transition: all 0.3s ease 0s;
  box-shadow: 0 5px 16px 0 rgba(255, 106, 76, 0.5);
}



@media screen and (max-width: 1300px) {
  body.comments .main-content {
    width: calc(100% - 410px);
  }
  .double-ariva-departure .coll {
    width: 49%;
  }
  .page-content-comments .section-comment .text {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1160px) {

  .comments .right-form {
    margin-bottom: 80px;
    width: 100%;
    text-align: left;
  }
  body.comments .main-content .page-content,
  body.comments .main-content {
    width: 100%;
  }
  .double-ariva-departure .coll {
    padding: 35px 30px;
  }
  .double-ariva-departure {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 780px) {
  .page-form .copy,
  .page-form .submit-field,
  .comments .page-form .age,
  .comments .page-form .input-field {
    width: 100%;
  }
  .comments .page-form {
    padding-left: 60px;
    padding-right: 60px;
  }
  body.comments .page-title {
    font-size: 36px;
  }
  .comments.inner-page .breadcrumbs {
    margin-bottom: 18px;
    margin-top: 20px;
  }
  .required-docs .row .heading {
    margin-bottom: 5px;
  }
  .double-ariva-departure .coll:nth-child(1) {
    margin-bottom: 30px;
  }
  .double-ariva-departure .coll {
    padding: 35px 80px;
    width: 100%;
    max-width: 100%;
  }
  body.comments .main-content {
    width: 556px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .double-ariva-departure .coll {
    padding: 30px;
  }
  .page-form .submit-field input {
    width: 100%;
  }
  .page-content-comments .section-comment .text {
    margin-top: 30px;
    width: 100%;
  }
  .page-content-comments .title {
    font-size: 24px;
  }
  body.comments .page-title {
      font-size: 30px;
  }
  .post-list .flex {
    justify-content: space-around;
  }
}
@media screen and (max-width: 560px) {
  .comments .page-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .required-docs .row .heading {
    font-size: 16px;
  }
  #leave-comment  {
    max-width: 100%;
    box-sizing: border-box;
   }
	#leave-comment {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#leave-comment .title {
		font-size: 30px
	}
}
@media screen and (max-width: 468px) {
    .tabs .send-comment {
        margin-left: 0;
        margin-top: 10px;
      }
     
}
