body {
  overflow-x: hidden;
}
p {
  font-size: 14px;
}
p.small {
  font-size: 12px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700;
}
hr.star-light,
hr.star-primary {
  margin: 25px auto 30px;
  padding: 0;
  max-width: 250px;
  border: 0;
  border-top: solid 5px;
  text-align: center;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  display: inline-block;
  position: relative;
  top: -0.8em;
  padding: 0 .25em;
  font-family: FontAwesome;
  font-size: 2em;
}
hr.star-light {
  border-color: #fff;
}
hr.star-light:after {
  color: #fff;
}
hr.star-primary {
  border-color: #2c3e50;
}
hr.star-primary:after {
  color: #2c3e50;
  background-color: #fff;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  color: #fff;
  /*background: #EF473A;*/
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  text-transform: uppercase;
  font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2em;
  font-weight: 700;
}
header .intro-text .skills {
  font-size: 1.25em;
  font-weight: 300;
}
@media (min-width: 768px) {
  .navbar {
    overflow: hidden;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 768px) {
  header .container {
    padding-top: 150px;
    padding-bottom: 30px;
  }
  header .intro-text .name {
    font-size: 4.75em;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top {
    padding: 15px 0;
    transition: padding .3s;
  }
  .navbar-fixed-top .navbar-brand {
    font-size: 2em;
    transition: all .3s;
  }
  .navbar-fixed-top.navbar-shrink {
    padding: 10px 0;
  }
  .navbar-fixed-top.navbar-shrink .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 5px;
  }
}
.navbar a:focus {
  outline: 0;
}
.navbar .navbar-nav {
  letter-spacing: 2px;
  font-size: 16px;
  margin-top: 25px;
}
.navbar .navbar-nav li a:focus {
  outline: 0;
}
.navbar-default,
.navbar-inverse {
  border: 0;
}
.navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  font-weight: bold;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
  font-weight: bold;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #f7f7f7;
}
section {
  padding: 30px 0 50px 0;
}
section h2 {
  margin: 0;
  font-size: 2em;
}
section.success {
  color: #fff;
}
section.success a,
section.success a:hover,
section.success a:focus,
section.success a:active,
section.success a.active {
  outline: 0;
  color: #2c3e50;
}
@media (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
}
#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 400px;
}
#portfolio .portfolio-item .portfolio-link .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(24, 188, 156, 0.9);
  transition: all ease .5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.btn-outline {
  margin-top: 15px;
  border: solid 2px #fff;
  font-size: 20px;
  color: #fff;
  background: 0 0;
  transition: all 0.3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  border: solid 2px #fff;
  color: #EF473A;
  background: #fff;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: .5em;
  border-bottom: 1px solid #eee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: 0;
  border-radius: 0;
  font-size: 1.5em;
  background: 0 0;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: .85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  transition: top .3s ease, opacity .3s ease;
}
.floating-label-form-group::not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #EF473A;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eee;
}
footer {
  color: #fff;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2c3e50;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-below {
  padding: 25px 0;
}
.btn-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: 0;
}
.scroll-top {
  z-index: 1049;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
}
.scroll-top .btn {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: 0;
}
.portfolio-modal .modal-content {
  padding: 50px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  box-shadow: none;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: .3;
}
.portfolio-modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 30px;
  margin-left: 35px;
  background-color: #2c3e50;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 30px;
  background-color: #2c3e50;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.portfolio-modal .modal-backdrop {
  display: none;
  opacity: 0;
}
/* YSW style */
.navbar-default {
  background-color: #1c95d1;
  color: #fff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  height: auto;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: lighter;
}
.icon-logo {
  background-image: url(../images/ysw.png);
  background-position: -225px -512px;
  width: 90px;
  height: 90px;
}
.ysw-intro {
  color: #3498db;
  text-align: center;
}
.ysw-intro .intro-text {
  margin-top: 10px;
  margin-bottom: 40px;
}
.ysw-intro .intro-text .name {
  font-size: 2.5em;
}
.ysw-intro .intro-text .intro {
  font-size: 1.5em;
}
.ysw-section {
  background-color: #FFF;
}
.ysw-section-gray {
  background-color: #f7f7f7;
}
.ysw-section-title {
  margin: 50px;
  color: #888;
  font-size: 20px;
}
.ysw-section-sub-title {
  margin-bottom: 20px;
  color: #4F4F4F;
  font-size: 18px;
  font-style: italic;
  color: #727272;
}
.ysw-section-intro {
  margin-top: 30px;
  text-align: center;
  font-size: 0.5em;
  color: #4F4F4F;
}
.ysw-section-intro-hard-gray {
  color: #888;
  font-size: 18px;
}
.ysw-section-intro-gray {
  margin-top: 5px;
  color: #AAA;
  font-size: 16px;
}
.ysw-section-row {
  margin-bottom: 15px;
}
.ysw-border-right {
  border-right: 5px solid #FFF;
}
.ysw-section-store-item {
  margin-bottom: 80px;
  padding: 0px;
}
.ysw-section-store-item-btm {
  margin-bottom: 50px;
  padding: 0px;
}
.ysw-section-big-img {
  width: 100%;
  height: 400px;
}
.footer-below a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  color: #FFF;
}
#info a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
  color: #888;
}
.banner {
  position: relative;
  overflow: auto;
}
.banner li {
  margin-top: 30px;
  margin-bottom: 50px;
  list-style: none;
}
.banner ul li {
  float: left;
}
.banner H2 {
  font-size: 58px;
}
.banner H3 {
  font-size: 40px;
}
.banner H4 {
  font-size: 25px;
}
.banner .dots {
  margin-top: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
}
.banner .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border: 2px solid #fff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  transition: background .5s, opacity .5s;
}
.banner .dots li.active {
  background: #fff;
  opacity: 1;
}
/* Custom navigation arrows */
.nav-arrows a {
  position: absolute;
  z-index: 2000;
  top: 50%;
  width: 40px;
  height: 40px;
  border: 8px solid #FFF;
  border: 8px solid rgba(200, 200, 200, 0.4);
  text-indent: -90000px;
  margin-top: -40px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-arrows a:hover {
  border-color: rgba(255, 255, 255, 0.9);
}
.nav-arrows a.nav-arrow-prev {
  left: 5%;
  border-right: none;
  border-top: none;
}
.nav-arrows a.nav-arrow-next {
  right: 5%;
  border-left: none;
  border-bottom: none;
}
.banner-container {
  padding-top: 0px;
  padding-bottom: 0px;
}
/*Tab Left*/
.tab-left .nav-tabs {
  float: left;
}
.tab-left .nav-tabs > li {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
  margin-bottom: 20px;
}
.tab-left .nav-tabs > li > a {
  text-align: left;
  border: 1px solid #1c95d1;
  border-radius: 5px;
  color: #1c95d1;
  font-size: 22px;
  text-align: center;
}
.tab-left .nav-tabs > li .fa {
  font-size: 14px;
}
.tab-left .nav-tabs > li.active > a,
.tab-left .nav-tabs > li.active > a:hover,
.tab-left .nav-tabs > li.active > a:focus {
  background-color: #1c95d1;
  color: #fff;
}
.tab-left .tab-content {
  overflow: auto;
  border-radius: 0 3px 3px 3px;
  -webkit-border-radius: 0 3px 3px 3px;
}
.skyblue {
  background-color: #22c8ff;
}
.deepskyblue {
  background-color: #00bfff;
}
.darkerskyblue {
  background-color: #00a6dd;
}
.carousel-indicators {
  /*bottom: 0;*/
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel .item {
  /*min-height: 350px;*/
  height: 100%;
  width: 100%;
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
  background-color: #09c;
}
.carousel-caption h3 {
  padding: .5em;
}
.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}
.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em;
}
/* Animation delays */
.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.carousel-caption button {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.carousel-inner {
  margin: 70px 0px 0px 0px;
}
.image-icon-l {
  width: 80%;
  margin-top: 20px;
  height: 350px;
}
.image-icon {
  width: 120px;
  height: 120px;
  margin-top: 20px;
}
.image-icon-small {
  width: 100px;
  height: auto;
  /*margin-top: 20px;*/
}
.image-icon-smaller {
  width: 80px;
  height: auto;
  /*margin-top: 20px;*/
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #1c95d1;
}
.article-title {
  margin: 15px;
  color: #727272;
  font-size: 16px;
}
#hire .nav-tabs {
  border-bottom: none;
}
#hire .ysw-section-intro-gray {
  margin-top: 20px;
  color: #727272;
  font-size: 16px;
}
#hire .ysw-section-sub-title {
  margin-left: 12px;
  font-size: 16px;
  font-style: normal;
}
#contact .ysw-section-intro-gray {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #727272;
  font-size: 16px;
}
.footer-line {
  height: 80px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.footer-line .footer-nav {
  display: inline-block;
  margin-top: 20px;
}
.footer-line .footer-nav li {
  float: left;
}
.footer-line .footer-nav li a {
  display: inline-block;
  margin: 0 25px;
}
ul,
ol {
  padding-left: 0;
  list-style-type: none;
}
.p-l-0 {
  padding-left: 0px;
}
.p-r-0 {
  padding-right: 0px;
}
.p-lr-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.qrcode {
  width: 170px;
  float: left;
  padding: 10px;
  color: #727272;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  font-weight: bold;
}
.text-red {
  color: red;
}
.margin-top-5 {
  margin-top: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
