/* Generated by Font Squirrel*/
@font-face {
  font-family: 'quicksandbold';
  src: url('../fonts/quicksand-bold-webfont.woff2') format('woff2'), url('../fonts/quicksand-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amaranthregular';
  src: url('../fonts/amaranth-regular-webfont.woff2') format('woff2'), url('../fonts/amaranth-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
h3,
.h3 {
  font-size: 21px;
}
body {
  font-size: 14px;
  font-family: "amaranthregular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
img {
  max-width: 100%;
}
.media-object {
  max-width: none;
}
a {
  color: #0062aa;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #333;
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.hoverLink,
.btn-unlock {
  font-family: "quicksandbold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.img-centered {
  margin: 0 auto;
}
.media-left,
.media > .pull-left {
  padding-right: 27px;
}
.media-heading {
  margin-bottom: 10px;
  margin-top: 3px;
}
.title {
  text-align: center;
  text-transform: uppercase;
}
.navbar {
  margin: 0;
  border-radius: 0;
}
.navbar-logo {
  display: table;
  margin: 47px auto;
}
.form-control {
  font-size: 16px;
  border: none;
}
.btn-unlock {
  overflow: hidden;
  margin: 20px 0;
}
.btn-unlock .btn {
  background: transparent;
  color: #0062aa;
  padding: 6px 20px;
  border-color: #0062aa;
  text-transform: uppercase;
  font-size: 14px;
}
.btn-unlock .btn:hover {
  background: #444444;
  border-color: #444444;
  color: white;
}
.btn-unlock .btn-primary {
  background: #0062aa;
  color: white;
}
section {
  padding: 50px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
header {
  text-align: center;
  background: url(../img/slider-bg.jpg) no-repeat top center;
  min-height: 593px;
  color: white;
}
header .container {
  padding-top: 120px;
  padding-bottom: 50px;
}
header .intro-text {
  margin-bottom: 45px;
}
header .intro-text .name {
  display: block;
  text-transform: uppercase;
  font-size: 72px;
  margin-bottom: 24px;
}
header .intro-text .skills {
  font-size: 21px;
}
.countdown_box {
  text-align: center;
}
.countdown_box .defaultCountdown {
  display: table;
  margin: 0 auto;
}
.countdown_box .time-item {
  border-radius: 50%;
  border: 3px solid white;
  float: left;
  width: 131px;
  height: 135px;
  text-align: center;
  margin: 0 20px;
  position: relative;
  z-index: 3;
}
.countdown_box .time-item:after {
  content: ":";
  font-size: 45px;
  line-height: 100%;
  position: absolute;
  z-index: 3;
  right: -30px;
  top: 30%;
}
.countdown_box .time-item:last-child:after {
  display: none;
}
.countdown_box .time-item .num-time {
  font-size: 42px;
  margin: 25px 0 0;
  line-height: 100%;
}
.countdown_box .time-item .name-time {
  font-size: 21px;
  margin: 0;
}
#portfolio {
  padding-bottom: 57px;
}
#portfolio .portfolio-title {
  text-align: center;
  margin: 16px 0 53px;
  font-size: 24px;
  text-transform: uppercase;
}
#portfolio .portfolio-item {
  margin: 0 0 30px;
  right: 0;
}
#about {
  background: #0062aa;
  color: white;
  padding: 107px 0 83px;
}
#contact {
  background: #f26522;
  color: white;
  position: relative;
  z-index: 1;
  /* min-height: 258px; */
}
#contact .portfolio-title {
  font-size: 32px;
  margin-top: 16px;
}
#contact p {
  font-size: 16px;
}
.portfolio-item .item-image {
  width: 100%;
  position: relative;
  z-index: 2;
  box-shadow: 1px 1px 10px 0.5px rgba(0, 0, 0, 0.2);
}
.portfolio-item .item-image .image-overlay {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s ease-in-out 0;
  overflow: hidden;
}
.portfolio-item .item-image .hoverLink {
  text-align: center;
  margin: 180px 0 0;
}
.portfolio-item .item-image .btn-default {
  font-size: 14px;
  padding: 7px 20px;
  text-transform: uppercase;
  background: white;
  color: #0062aa;
  border: 1px solid #fff;
  transition: all 0.5s ease-in-out 0s;
}
.portfolio-item .item-image .btn-default:hover {
  background: #444444;
  color: white;
  border-color: #444444;
}
.portfolio-item .item-image .hover-link {
  transform: translateX(200px);
}
.portfolio-item .item-image .hover-demo {
  background: transparent;
  color: white;
  transform: translateX(-200px);
}
.portfolio-item .item-content {
  overflow: hidden;
  margin-top: 10px;
}
.portfolio-item .item-content h3 {
  font-size: 21px;
}
.portfolio-item .item-content p {
  font-size: 16px;
  color: #898989;
}
.portfolio-item:hover .image-overlay {
  opacity: 1;
}
.portfolio-item:hover .image-overlay .hover-link {
  transform: translateX(0);
}
.portfolio-item:hover .image-overlay .hover-demo {
  transform: translateX(0);
}
footer .footer-above {
  padding-top: 74px;
}
footer .footer-center {
  color: white;
}
footer .footer-center .row-fluid {
  background: #0062aa;
  padding: 50px 30px;
  overflow: hidden;
}
footer .footer-center h3 {
  margin: 0;
}
footer .footer-col {
  margin-bottom: 45px;
}
footer .footer-below {
  padding: 60px 0;
  font-size: 24px;
}
footer .footer-below .fa {
  font-size: 36px;
  margin: 0 15px;
  vertical-align: top;
  color: #0062aa;
}
.btn-outline {
  color: #0062aa;
  font-size: 21px;
  border: solid 2px #0062aa;
  background: transparent;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  margin-top: 15px;
  padding: 17px 50px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  background: #444444;
  border-color: #444444;
  color: white;
}
.social-sharing {
  text-align: center;
  margin-top: 50px;
}
.social-sharing.is-large a {
  height: 44px;
  line-height: 44px;
}
.social-sharing.is-large a .fa {
  padding: 0 10px 0 18px;
}
.social-sharing.is-large a .fa:before {
  line-height: 44px;
}
.social-sharing.is-large a span {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
}

.social-sharing > a {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin: 0 10px 10px 0;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: normal;
}
.is-large .share-title {
  padding-right: 16px;
}
.share-count {
  position: relative;
  background-color: white;
  padding: 0 8px;
  margin-right: -2px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ececec;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.share-count.is-loaded {
  opacity: 1;
}
.share-count:before,
.share-count:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid;
}
.share-count:before {
  left: -6px;
  border-right-color: #ececec;
}
.share-count:after {
  left: -5px;
  border-right-color: white;
}
.span-share-count {
	height:40px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	padding: 15px 35px;
	position: relative;
	transition: all 0.5s ease 0s;
}
.span-share-count:before{
	background: rgba(0, 0, 0, 0) url("../img/icon-share.png") no-repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 28px;
}
.is-large .share-count {
  font-size: 18px;
  padding: 0 14px;
}
.tester{
	color:#fff;
}
.tester span{
	padding:0 10px 0 5px;
}
.share-facebook {
  background-color: #3b5998;
}
.share-facebook:hover {
  background-color: #2d4373;
}
.share-twitter {
  background-color: #00aced;
}
.share-twitter:hover {
  background-color: #0087ba;
}
.share-pinterest {
  background-color: #cb2027;
}
.share-pinterest:hover {
  background-color: #9f191f;
}
.share-fancy {
  background-color: #4999dc;
}
.share-fancy:hover {
  background-color: #2780cb;
}
.share-google {
  background-color: #dd4b39;
}
.share-google:hover {
  background-color: #c23321;
}
.thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  text-align: left;
}
.thumbnail .caption {
  padding: 0;
}
.thumbnail .thumb-lock {
  position: relative;
  z-index: 2;
}
.thumbnail .thumb-lock .btn-lock {
  width: 36px;
  height: 48px;
  display: block;
  background: url("../img/icons-lock.png") no-repeat;
  position: absolute;
  z-index: 10;
  left: 45%;
  top: 40%;
}
.btn-lock {
  display:none;
}
.btn-unlock-success {
  display:block;
}
.thumbnail .thumb-lock:after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0;
}
.arrow-down {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -30px;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #f26522;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .portfolio-item .item-image .hoverLink {
    margin-top: 100px;
  }
  .portfolio-item .item-image .btn-default {
    margin: 5px 30px;
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 911px) {
  .portfolio-item .item-image {
    text-align: center;
  }
}
@media (max-width: 767px) {
  header .container {
    padding: 50px 0;
  }
  .portfolio-item .item-image {
    text-align: center;
  }
  .countdown_box .defaultCountdown .time-item {
    width: auto;
    height: auto;
    border-radius: 0;
    margin: 0 5px;
    padding: 0 5px;
  }
  .countdown_box .defaultCountdown .time-item:after {
    display: none;
  }
  .countdown_box .defaultCountdown .time-item .num-time {
    font-size: 32px;
    margin: 15px 0 0;
    line-height: 100%;
  }
  .countdown_box .defaultCountdown .time-item .name-time {
    font-size: 16px;
    margin: 0;
  }
  .btn-outline {
    padding: 17px 30px;
  }
  footer .footer-center h3 {
    margin-bottom: 15px;
  }
}
