@import url(//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,700,500);
@import "animate.css";
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
* {
  outline: none;
}




CSS


*, *:before, *:after {
	box-sizing: border-box;
}
.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div{
	width: 20%;
	padding: 10px;
}
.col_5 > div > div{
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 960px) {
	.col_5 > div{
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 33.33333%;
	}
}




 *, *:before, *:after {
	box-sizing: border-box;
}
.col_5{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_5 > div{
	width: 20%;
	padding: 10px;
}
.col_5 > div > div{
	position: relative;
	overflow: hidden
}
@media screen and (max-width: 960px) {
	.col_5 > div{
		width: 25%;
	}
}
@media screen and (max-width: 480px) {
	.col_5 > div{
		width: 100%;
	}
}

 








body {
  background: #ffffff;
  color: #909090;
  font: 12px/18px Roboto, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
  text-transform: none;
}
header {
  background-color: #dbdbdb;
}
img {
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    width: 100%;
  }
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ol,
ul {
  list-style: none;
}
.clear {
  clear: both;
}
.grey-bg {
  background-color: #f6f7f7;
  margin: 11px 0;
}
#content {
  overflow: hidden;
}
/*========================================================
                    titles
=========================================================*/
h2.dark-2-title {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 300;
  color: #3f3f3f;
  text-transform: none;
  padding-top: 50px;
  padding-bottom: 33px;
}
h2.dark-2-title-2 {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 300;
  color: #3f3f3f;
  text-transform: none;
  padding-top: 53px;
  padding-bottom: 40px;
}
h2.dark-2-title-3 {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 300;
  color: #3f3f3f;
  text-transform: none;
  padding-top: 53px;
  padding-bottom: 33px;
}
h2.white-2-title {
  font-size: 1.7rem;
  line-height: 36px;
  font-weight: 300;
  color: #ffffff;
  text-transform: none;
  padding-top: 33px;
  padding-bottom: 46px;
}
h2.white-2-title2 {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 300;
  color: #ffffff;
  text-transform: none;
  padding-top: 33px;
  padding-bottom: 36px;
}
h2.white-2-title3 {
  font-size: 1.8rem;
  line-height: 36px;
  font-weight: 300;
  color: #ffffff;
  text-transform: none;
  padding-top: 3px;
  padding-bottom: 44px;
}
h2.white-2-title4 {
  font-size: 1.5rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: #ffffff;
  text-transform: none;
  padding-top: 53px;
  padding-bottom: 28px;
}
h3.dark-3-title {
  color: #3b3b3b;
  font-size: 22px;
  line-height: 29px;
  font-weight: 300;
  padding: 0 10px;
}
@media only screen and (max-width: 979px) {
  h3.dark-3-title {
    line-height: 22px;
  }
}
h4.dark-4-title {
  color: #505050;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
}
h5.dark-5-title {
  font-size: 18px;
  line-height: 18px;
  color: #313131;
  font-weight: 400;
}
/*========================================================
                    links
=========================================================*/
.single-pink {
  font-size: 15px;
  line-height: 24px;
  color: #e63e6e;
  font-weight: 400;
  text-decoration: none;
}
.single-pink:hover {
  color: #ccc;
}
.circle-more {
  width: 69px;
  height: 69px;
  border-radius: 500px;
  background-color: #414141;
  display: inline-block;
  color: #ffffff;
  font-size: 15px;
  text-transform: none;
  line-height: 69px;
  text-align: center;
  font-weight: 700;
  text-decoration: none;
  margin-top: 23px;
}
.circle-more:hover {
  background-color: #e63e6e;
}
.pink-more {
  font-size: 14px;
  padding: 0 22px;
  line-height: 36px;
  display: inline-block;
  background-color: #e63e6e;
  border-radius: 2px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 28px;
  text-decoration: none;
}
.pink-more:hover {
  background-color: #ccc;
}
@media only screen and (max-width: 979px) {
  .pink-more {
    margin-top: 14px;
  }
}
.white-more {
  font-size: 14px;
  padding: 0 24px;
  line-height: 36px;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 2px;
  font-weight: 400;
  color: #272727;
  margin-top: 26px;
  text-decoration: none;
}
.white-more:hover {
  background-color: #e63e6e;
}
.single-white {
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  text-transform: none;
  text-decoration: none;
  color: #ffffff;
}
.single-white:hover {
  color: #e63e6e;
}
/*========================================================
                    header
=========================================================*/
.header-top {
  background-image: url("../images/bg.jpg");

  background-color: #ffffff;
  padding-bottom: 32px;
}
.header-bottom {
  background-color: #660000;
}
/*========================================================
                    header-logo
=========================================================*/
.header-logo {
  position: relative;
  padding-top: 54px;
  float: left;
}
.header-logo span {
  display: inline-block;
  margin-right: 10px;
  margin-right: -21px;
}
.header-logo .s {
  margin-right: -55px;
}
.header-logo .t {
  margin-right: -37px;
}
.header-logo .y {
  margin-right: -45px;
}
.header-logo .l {
  margin-right: -45px;
}

.header-logo .logo-quote {
  font-family: Arial;
  text-transform: none;
  font-size: 16px;
  color: #b30000;
  letter-spacing: 0.13em;
  padding-top: 22px;
  padding-left: 7px;
}
@media only screen and (max-width: 767px) {
  .header-logo {
    float: none;
    margin-left: 87px;
  }
}
@media only screen and (max-width: 479px) {
  .header-logo {
    margin-left: 6px;
  }
}
h1 {
  font-size: 100px;
  line-height: 48px;
  color: #ffffff;
  font-family: Arial;
  text-transform: none;
}
/*========================================================
                    search
=========================================================*/
.search_block_outer {
  float: right;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .search_block_outer {
    float: none;
    margin-top: 19px;
  color: #ffffff;
  }
}
.search-block {
  border-bottom: 1px #ffffff solid;
}
#search {
  margin-top: 2px;
  margin-bottom: 0;
  margin-right: 1px;
  position: relative;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  height: 40px;
  width: 265px;
  background: #161616;
}
#search::-ms-clear {
  display: none;
}
#search input {
  color: #ffffff;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  border: none;
  box-shadow: none;
  outline: none;
  height: 40px;
  width: 235px;
  background: #161616;
  padding: 6px 0 6px 13px;
}
#search input::-ms-clear {
  display: none;
}
#search input::-webkit-input-placeholder {
  color: #ffffff;
}
#search input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
}
#search input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
}
#search input:-ms-input-placeholder {
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  #search input {
    width: 216px;
  }
}
#search a {
  position: absolute;
  cursor: pointer;
  color: #ffffff;
  top: 62%;
  margin-top: -16px;
  right: 0px;
}
#search a > .search_icon {
  display: block;
}
#search a > .search_icon:hover:before {
  color: #e63e6e;
}
#search a > .search_icon:before {
  font-family: 'FontAwesome';
  font-size: 18px;
  content: '\f002';
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  #search a {
    right: -130px;
  }
}
@media only screen and (max-width: 479px) {
  #search a {
    right: 13px;
  }
}
/*========================================================
                    navigation
=========================================================*/
.header-navigation {
  float: left;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .header-navigation {
    float: none;
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
/*========================================================
                    social liks
=========================================================*/
.social-links {
  overflow: hidden;
  padding-top: 16px;
  padding-left: 272px;
}
.social-links ul li a {
  display: inline-block;
  text-align: center;
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 500px;
  color: #ffffff;
  font-size: 16px;
}
.social-links ul li a .fa {
  line-height: 52px;
}
.social-links ul li a:hover {
  background-color: #ea5d85;
}
@media only screen and (max-width: 1199px) {
  .social-links {
    overflow: visible;
    padding-left: 720px;
  }
}
@media only screen and (max-width: 979px) {
  .social-links {
    padding-left: 540px;
  }
}
@media only screen and (max-width: 767px) {
  .social-links {
    padding-left: 87px;
  }
}
@media only screen and (max-width: 479px) {
  .social-links {
    padding-left: 30px;
  }
}
/*========================================================
                    menu
=========================================================*/
nav ul {
  display: inline-block;
  padding-left: 4px;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0px 0 0;
  margin-top: 40px;
  border-right: 1px #ec6e92 solid;
}
.sf-menu > li:first-child {
  margin-left: 0;
}
.sf-menu > li:last-child {
  border-right: none;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 4px 33px;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  text-decoration: none;
  position: relative;
  z-index: 1;
  font-size: 20px;
  font-family: Roboto, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 300;
  text-transform: none;
}
.no-pad {
  padding-left: 0px !important;
}
.sf-menu > li > a:hover,
.sf-menu > li.sfHover > a {
  color: #ccc;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.sfHover > a:after {
  visibility: visible;
  opacity: 100;
  top: 0;
  bottom: 0;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 45px;
  left: -3px;
  background: #ffffff;
  padding: 0 16px;
  width: 88px;
  z-index: 2;
  display: none;
  padding-top: 18px;
  padding-bottom: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2e2e2e;
}
.sf-menu ul:before {
  content: "";
  display: block;
  position: absolute;
  border: 7px solid transparent;
  border-bottom: 7px solid #2e2e2e;
  left: 40px;
  top: -14px;
}
.sf-menu ul li {
  line-height: 30px;
  position: relative;
  border-bottom: 1px #c4c4c4 dashed;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
.sf-menu ul li:last-child {
  border-bottom: none;
}
.sf-menu ul li a {
  font-size: 13px;
  line-height: 35px;
  color: #ababab;
  text-decoration: none;
  font-family: Roboto, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
  text-transform: none;
}
.sf-menu ul li a:hover {
  color: #6a6a6a;
}
.sf-menu ul li a:hover {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  text-decoration: none;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -12px;
  left: 72px;
  width: 90px;
  z-index: 1;
  padding: 0 16px;
  padding-top: 10px;
  padding-bottom: 13px;
  background-color: #ffffff;
}
.sf-menu ul ul:before {
  content: "";
  display: none;
}
.sf-menu ul ul li {
  line-height: 30px;
  text-align: center;
}
.sf-menu ul ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #6a6a6a;
  text-decoration: none;
  font-family: Roboto, Tahoma, Helvetica, Arial, Verdana;
  font-weight: 400;
  text-transform: none;
}
.sf-menu ul ul li a:hover {
  color: #383838;
}
.current .sub-menu a {
  /* background-color: #383838;*/
}
.current {
  color: #ccc;
}
.current > a {
  color: #ccc !important;
}
@media only screen and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 4px 35px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 4px 14px;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
    float: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  padding: 0px 0;
  padding-bottom: 5px;
  z-index: 999;
  height: 37px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
.isStuck .logo-link {
  line-height: 79px;
}
.isStuck .header_logo_slogan {
  top: 69px;
}
.isStuck .social-links {
  padding-top: 4px;
}
.isStuck .sf-menu > li {
  margin-top: 15px;
}
.isStuck .header-navigation {
  padding-bottom: 22px;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    block center text
=========================================================*/
.center-text {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
  padding-bottom: 44px;
}
span.dark {
  color: #505050;
}
/*========================================================
                    block slide-meta
=========================================================*/
.slide-meta {
  font-weight: 300;
  text-transform: none;
  background-color: rgba(0, 0, 0, 0.59);
  padding-top: 44px;
  padding-bottom: 37px;
  color: white;
}
.slide-meta .name {
  font-size: 36px;
  line-height: 36px;
  display: inline-block;
  position: relative;
}
.slide-meta .name:after {
  content: '';
  width: 22px;
  height: 69px;
  background: url('../images/diagonal_line.png') repeat-x;
  position: absolute;
  right: -55px;
  top: -16px;
}
@media only screen and (max-width: 1199px) {
  .slide-meta .name:after {
    right: 5px;
  }
}
@media only screen and (max-width: 979px) {
  .slide-meta .name:after {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .slide-meta .name {
    font-size: 31px;
  }
}
.slide-meta .slide-info {
  font-size: 20px;
  line-height: 27px;
  padding-left: 17px;
  margin-top: -8px;
}
@media only screen and (max-width: 767px) {
  .slide-meta .slide-info {
    font-size: 15px;
    line-height: 15px;
    padding-left: 17px;
    margin-top: 3px;
  }
}
.slide-info {
  font-size: 20px;
  line-height: 27px;
}
.dark-back {
  background-color: #660000;
}
.top-bot {
  border-top: 19px #480000 solid;
}
.double-border {
  height: 7px;
  background: url('../images/double_border.jpg') repeat-x;
  margin-top: 16px;
  margin-bottom: 21px;
}
/*========================================================
                    block wrap4
=========================================================*/
.wrap4 .post {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 39px;
}
.wrap4 .post:before {
  content: "";
  display: block;
  position: absolute;
  border: 13px solid transparent;
  border-top: 16px solid #ffffff;
  left: 45%;
  bottom: -29px;
}
@media only screen and (max-width: 979px) {
  .wrap4 .post {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap4 .post {
    padding-bottom: 15px;
    margin-top: 22px;
  }
}
.wrap4 .post2 {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 26px;
}
.wrap4 .post2:before {
  content: "";
  display: block;
  position: absolute;
  border: 13px solid transparent;
  border-top: 16px solid #ffffff;
  left: 45%;
  bottom: -29px;
}
@media only screen and (max-width: 979px) {
  .wrap4 .post2 {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap4 .post2 {
    padding-bottom: 15px;
    margin-top: 22px;
  }
}
.wrap4 .post-info {
  padding: 0 37px;
  padding-top: 29px;
}
.wrap4 .post-info p {
  font-size: 12px;
  line-height: 18px;
}
@media only screen and (max-width: 979px) {
  .wrap4 .post-info {
    padding: 0 5px;
    padding-top: 15px;
  }
}
.wrap4 .post-info2 {
  padding: 0 34px;
  padding-top: 29px;
}
@media only screen and (max-width: 979px) {
  .wrap4 .post-info2 {
    padding: 0 5px;
    padding-top: 15px;
  }
}
.wrap4 p {
  font-size: 12px;
  line-height: 18px;
}
.post-image1 {
  width: 25%;
  float: left;
  margin-bottom: -1px;
}
.post-image1 a {
  position: relative;
  display: block;
}
.post-image1 a .img-span {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  width: 100%;
  height: 5%;
  top: 50%;
  left: 0%;
  background-color: transparent;
  z-index: 1;
  text-align: center;
  line-height: 100%;
  font-size: 16px;
  color: #ffffff;
  visibility: hidden;
}
.post-image1 a .img-span .fa {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -12px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0px;
}
.post-image1 a img {
  width: 100%;
}
.post-image1:hover .img-span {
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  visibility: visible;
}
.post-image1:hover a .img-span .fa {
  transition-delay: 0.2s;
  font-size: 60px;
}
@media only screen and (max-width: 767px) {
  .post-image1 {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .post-image {
    padding-bottom: 15px;
  }
}
/*========================================================
                    block small post
=========================================================*/
.small-post span.medium {
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
  text-transform: none;
  line-height: 21px;
}
.small-post p {
  text-transform: none;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 21px;
}
/*========================================================
                    list
=========================================================*/
.arrow-list {
  margin-top: -17px;
  padding-left: 25px;
}
.arrow-list ul li {
  position: relative;
}
.arrow-list ul li a {
  font-size: 13px;
  line-height: 31px;
  color: #ffffff;
  text-decoration: none;
}
.arrow-list ul li:before {
  position: absolute;
  top: 10px;
  left: -21px;
  text-align: center;
  line-height: 13px;
  content: '\f105';
  font-size: 12px;
  font-family: 'FontAwesome';
  color: #ffffff;
  display: inline-block;
  height: 13px;
  width: 13px;
  background-color: #4a4a4a;
  border-radius: 500px;
}
.arrow-list ul li:hover a {
  color: #e63e6e;
}
.arrow-list ul li:hover:before {
  color: #e63e6e;
}
.arrow-list .white-more {
  margin-left: -22px;
  margin-top: 29px;
}
.small-post {
  padding-top: 23px;
}
.small-post .white-2-title {
  padding-bottom: 35px;
}
.small-post .post-image {
  padding-bottom: 27px;
}
.padding-bottom {
  padding-bottom: 56px;
}
.center-text2 {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}
.wrapper {
  padding-bottom: 74px;
}
.wrapper .wrapper-figure {
  float: left;
  padding-right: 29px;
}
.wrapper .wrapper-figure iframe {
  width: 573px;
  height: 322px;
}
@media only screen and (max-width: 979px) {
  .wrapper .wrapper-figure iframe {
    width: 100%;
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper .wrapper-figure {
    float: none;
    padding-right: 0px;
    padding-bottom: 15px;
  }
}
.wrapper2 {
  padding-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .wrapper2 img {
    padding-top: 10px;
  }
}
/*========================================================
                    banners
=========================================================*/
.banner {
  background: url('../images/banner.jpg');
  padding-top: 440px;
  background-position: bottom;
}
.banner2 {
  background: url('../images/banner2.jpg');
  padding-top: 459px;
  background-position: bottom;
}
.banner3 {
  background: url('../images/banner3.jpg');
  padding-top: 459px;
  background-position: bottom;
}
/*========================================================
                    block wrapper3
=========================================================*/
.wrapper-3 {
  margin-top: 3px;
  padding-bottom: 6px;
}
.wrapper-3 .icon {
  color: #e63e6e;
  font-size: 60px;
  font-style: italic;
  float: left;
  padding-right: 12px;
  height: 93px;
}
.wrapper-3 .wrap-inner .words {
  font-style: italic;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 21px;
  text-transform: none;
  margin-top: -17px;
  padding-top: 2px;
}
.wrapper-3 .wrap-inner .man {
  font-size: 22px;
  line-height: 29px;
  color: #ffffff;
  font-weight: 300;
}
.wrapper-3 .wrap-inner .status {
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  text-transform: none;
  font-weight: 300;
  padding-left: 3px;
}
@media only screen and (max-width: 767px) {
  .wrapper-3 .wrap-inner {
    padding-bottom: 34px;
  }
}
.pb36 {
  padding-bottom: 36px;
}
.pb79 {
  padding-bottom: 79px;
}
.wrap2 .wrap-inner {
  padding-bottom: 51px;
}
.wrap2 .wrap-inner .post-img {
  float: left;
  padding-right: 33px;
}
@media only screen and (max-width: 979px) {
  .wrap2 .wrap-inner .post-img {
    float: none;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .wrap2 .wrap-inner .post-img img {
    width: 100%;
  }
}
.wrap2 .wrap-inner .post-info p {
  text-transform: none;
  color: #a7a7a7;
  font-size: 14px;
  line-height: 21px;
  margin-top: -7px;
}
.wrap2 .wrap-inner .post-info p .bold {
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
}
.wrap2 .wrap-inner .white-more {
  padding: 0 20px;
}
.center-text2 {
  text-align: center;
}
/*========================================================
                    table
=========================================================*/
.table {
  padding-bottom: 66px;
}
.table table {
  border: 1px solid #6f6f6f;
  border-collapse: collapse;
}
.table table th {
  padding: 13px 20px;
  color: 14px;
  color: #e63e6e;
  font-weight: 700;
  border: 1px solid #6f6f6f;
}
@media only screen and (max-width: 479px) {
  .table table th {
    padding: 6px 2px;
  }
}
.table table td {
  text-transform: none;
  border: 1px solid #000000;
  color: #000000;
  line-height: 18px;
  padding-top: 15px !important;
  padding: 8px 8px;
}
@media only screen and (max-width: 1199px) {
  .table table td {
    padding: 8px 70px;
  }
}
@media only screen and (max-width: 979px) {
  .table table td {
    padding: 8px 45px;
  }
}
@media only screen and (max-width: 767px) {
  .table table td {
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 479px) {
  .table table td {
    padding: 6px 0px;
  }
}
.table table td.shedule-time {
  /* line-height: 47px; */
  padding-top: 20px !important;
  padding: 3px 73px;
}
@media only screen and (max-width: 1199px) {
  .table table td.shedule-time {
    padding: 0 10px;
    padding-top: 10px !important;
  }
}
@media only screen and (max-width: 479px) {
  .table table td.shedule-time {
    padding: 13px 16px;
  }
}
@media only screen and (max-width: 479px) {
  .table {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 479px) {
  .table {
    font-size: 12px;
  }
}
.wrap4-white {
  padding-bottom: 37px;
}
.wrap4-white .post {
  padding-bottom: 28px;
}
.wrap4-white p {
  padding-top: 9px;
}
.wrap4-dark {
  padding-bottom: 27px;
}
.wrap4-dark .post {
  padding-bottom: 37px;
}
.wrap4-dark p {
  font-size: 14px;
  line-height: 21px;
  color: #a7a7a7;
  text-transform: none;
}
/*========================================================
                    map
=========================================================*/
.map {
  padding-bottom: 22px;
}
.map img {
  max-width: inherit;
}
.map #map-canvas {
  width: 100%;
  height: 360px;
}
@media only screen and (max-width: 767px) {
  .map #map-canvas {
    height: 300px;
  }
}
.contact-meta {
  font-size: 15px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
  padding-bottom: 12px;
}
.contacts {
  padding-top: 20px;
}
.contacts a {
  text-decoration: underline;
  color: #e63e6e;
}
.contacts a:hover {
  color: #ccc;
}
.contacts br.s_br {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .contacts br.s_br {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .contacts br.s_br {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .contacts {
    padding-bottom: 25px;
  }
}
.to-right {
  float: right;
}
@media only screen and (max-width: 1199px) {
  .to-right {
    float: none;
  }
}
@media only screen and (max-width: 767px) {
  .to-right {
    float: right;
  }
}
/*========================================================
                    contact form
=========================================================*/
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
  position: relative;
}
#contact-form label {
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 8px;
}
#contact-form fieldset {
  border: none;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  color: #909090;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: none;
  padding: 11px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: text;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  color: #909090;
  padding: 10px 14px;
  outline: none;
  font-weight: 400;
  height: 41px;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  background-color: #ffffff;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  padding: 17px 16px;
  font-weight: 400;
  padding: 13px 15px;
  outline: none;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  color: #909090;
  resize: none;
  height: 353px;
  background-color: #ffffff;
  font-family: Open Sans;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 3px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  text-transform: none;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: Arial, "Times New Roman", sans-serif;
  font-size: 13px;
  text-transform: none;
}
#contact-form .modal h4 {
  font-weight: bold !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #000 !important;
  font-size: 15px;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
  color: #525151 !important;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000 !important;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000 !important;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.contact-form-body {
  padding-top: 0px;
  padding-left: 2px;
  padding-bottom: 58px;
}
.send-button {
  float: right;
  padding: 0px 21px !important;
}
.send-button .pink-more {
  margin-top: 18px;
}
@media only screen and (max-width: 1199px) {
  label.name,
  label.email {
    width: 100% !important;
  }
}
label.name,
label.email {
  width: 74% !important;
}
/*========================================================
                    block page text
=========================================================*/
.page-text {
  padding-bottom: 64px;
}
.page-text p {
  padding-top: 9px;
  padding-bottom: 39px;
}
.page-text .lastp {
  padding-bottom: 17px;
}
.page-text a {
  color: #e63e6e;
}
.page-text a:hover {
  color: #ccc;
}
/*========================================================
                    footer
=========================================================*/
footer {
  background-image: url("../images/bg.jpg");
  padding-top: 6px;
  padding-bottom: 15px;
}
footer .footer-logo {
  position: relative;
  padding-top: 24px;
  float: left;
}
footer .footer-logo h1 {
  display: inline-block;
  margin-right: 10px;
  margin-right: -21px;
  font-size: 71px;
}
footer .footer-logo .s {
  margin-right: -23px;
}
footer .footer-logo .t {
  margin-right: -9px;
}
footer .footer-logo .y {
  margin-right: -14px;
}
footer .footer-logo .l {
  margin-right: -14px;
}

.fix_footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
.mail-link {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  margin-top: 67px;
  display: inline-block;
}
.mail-link img {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .mail-link img {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .mail-link {
    margin-top: 33px;
  }
}
.mail-link:hover {
  color: #e63e6e;
}
.mail-link1 {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  margin-top: 10px;
  display: inline-block;
}
.mail-link1 img {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .mail-link1 img {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .mail-link1 {
    margin-top: 33px;
  }
}
.mail-link1 a {
  font-size: 20px;
  font-weight: 300;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  margin-top: 10px;
  display: inline-block;
}
.mail-link1 a:hover {
  color: #e63e6e;
}
.mail-link1 span {
  line-height: 37px;
  padding-left: 10px;
}
.address {
  color: #ffffff;
  font-size: 22px;
  font-weight: 300;
  padding-top: 34px;
  padding-left: 4px;
}
.address .icon {
  float: left;
  color: #000000;
  padding-right: 15px;
}
.address .address-info {
  overflow: hidden;
  line-height: 26px;
}
/*========================================================
                    totop
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 165px;
  right: 370px !important;
  border-radius: 500px;
  width: 26px;
  height: 26px;
}
#toTop:before {
  content: '\f077';
  color: #e63e6e;
  font-size: 30px;
  line-height: 27px;
  right: 320px;
  bottom: 73.5px;
  position: fixed;
}
#toTop:hover:before {
  color: #ccc;
}
@media only screen and (max-width: 1250px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  #toTop {
    display: none !important;
  }
}
@media only screen and (max-width: 320px) {
  #toTop {
    display: none !important;
  }
}
