
@import url(main.css);
body {
  font-family: 'Lato', sans-serif;
  color: #666;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

.section-padding {
  padding: 50px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Khand', sans-serif;
  color: #666;
  letter-spacing: .2px;
  line-height: 2em;
}

p {
  line-height: 1.8;
  margin: 0;
  font-size: 15px;
  color: #7e7e7e;
}

.section-head {
  margin-bottom: 10px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.section-head:after {
  content: "";
  height: 2px;
  width: 80px;
  background: #f1f1f1;
  position: absolute;
  bottom: 0;
  left: calc(50% - 40px);
}
.section-head h4 {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
}

.sm-titl {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height:25px;
  color:#DC143C;
}
li{
	color:#666;
	font-size:15px;
	line-height:25px;
}
.bghf {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 50%;
}

.btn-bg-md {
  border: 1px solid #DC143C;
  background: #DC143C;
  color: #fff;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-bord-md {
  border: 1px solid #fff;
  background: transparent;
  padding: 10px 30px;
  display: inline-block;
  border-radius: 3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.btn-bg-md:hover,
.btn-bord-md:hover {
  border-color: #DC143C;
  color: #fff;
  background: #DC143C;
}

.overlay {
  position: relative;
}
.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(12, 12, 12, 0.7);
  z-index: 1;
}
.overlay .container, .overlay .container-fluid {
  position: relative;
  height: 100%;
  z-index: 7 !important;
}

.button-top {
  position: fixed;
  bottom: -200px;
  right: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  color: #fff;
  background: #515A5F;
  z-index: 99999999;
  opacity: .5;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.button-top:hover {
  opacity: .8;
}

.button-show {
  bottom: 20px;
}

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 80%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

/* -------------------------------------------------------
                     Navbar 
-------------------------------------------------------- */
.navbar-default {
  padding: 20px 0 30px;
  background: none;
  border: none;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.navbar-default .navbar-nav > li > a {
  margin: 0 !important;
  color: #eee !important;
  padding: 0 5px !important;
  position: relative;
}
.navbar-default .navbar-nav > li > a:after, .navbar-default .navbar-nav > li > a:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #DC143C;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.navbar-default .navbar-nav > li {
  font-size: 15px;
  margin: 25px 12px 0;
  padding: 5 10px;
  background: none;
  cursor: pointer;
  position: relative;
  font-family: 'Khand', sans-serif;
}
.navbar-default .navbar-nav > li .active {
  color: #f93131 !important;
  background: none;
}
.navbar-default .navbar-nav > li .active:after {
  left: 0;
  right: 100%;
  opacity: 1;
}
.navbar-default .navbar-nav > li .active:before {
  left: 100%;
  right: 0;
  opacity: 1;
}

.nav-scroll {
  background: #fff;
  border-bottom: 1px solid rgba(12, 12, 12, 0.04);
  min-height: 60px;
  line-height: 60px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.nav-scroll .logo {
  padding-top: 5px;
  width:150px;
}
.nav-scroll .navbar-nav > li > a {
  color: #111 !important;
}

.logo {
  width: 270px;
  float: left;
  padding-top: 0px;
}

/* -------------------------------------------------------
                     Header 
-------------------------------------------------------- */
.header {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.header .owl-carousel {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header .owl-carousel .slide-1 {
  background-size: cover !important;
  background-image: url(../img/bg1.jpg) !important;
}
.header .owl-carousel .slide-2 {
  background-size: cover !important;
  background-image: url(../img/bg2.jpg) !important;
}
.header .owl-carousel .slide-2 .caption {
  margin-left: 10%;
}
.header .owl-carousel .slide-3 {
  background-size: cover !important;
  background-image: url(../img/bg3.jpg) !important;
}
.header .owl-carousel .slide-3 .caption {
  text-align: right;
  padding-right: 10%;
}
.header .item {
  height: 100vh !important;
  width: 100%;
}
.header .item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  opacity: .8;
  z-index: 4;
}
.header .item .v-middle {
  z-index: 99;
}
.header .caption {
  padding-top: 30px;
}
.header .caption h1 {
  font-weight: 100;
  font-size: 60px;
  line-height: 1.4;
  letter-spacing: 2px;
  color: #fff;
  margin-bottom: 10px;
}
.header .caption h1 span {
  color: #f93131;
  font-weight: 500;
  text-transform: uppercase;
}
.header .caption h1 .blc {
  color: #fff;
  font-weight: 100;
  text-transform: capitalize;
}
.header .caption p {
  color: #eee;
  font-weight: 300;
  font-size: 17px;
  word-spacing: 2px;
}
.header .caption .botn {
  margin: 30px 5px 0;
  padding: 8px 30px;
  color: #c9000a;
  font-weight:600;
  font-size: 28px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.header .caption .bord {
  background: transparent;
  color: #fff;
}
.header .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 5vh;
}
.header .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #fff;
  margin: 0 3px;
}
.header .owl-dots .owl-dot span:hover {
  background: transparent !important;
  border-color: #f93131;
}
.header .owl-dots .active span {
  background: #f93131 !important;
}

.bg1 {
  background-image: url(../img/bg1.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.bg2 {
  background-image: url(../img/bg2.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.bg3 {
  background-image: url(../img/bg3.jpg);
  background-size: cover;
  background-attachment: fixed;
}

/* -------------------------------------------------------
                     Hero 
-------------------------------------------------------- */
.hero .intro {
  margin-bottom: 100px;
}
.hero .intro h6 {
  margin-bottom: 15px;
  color: #DC143C;
  letter-spacing: 2px;
}
.hero .intro h5 {
  margin-bottom: 30px;
}
.hero .intro p {
  padding: 0 20px;
  font-size: 17px;
  word-spacing: 3px;
}
.hero .item {
  padding: 0 15px;
}
.hero .item:hover .icon:after {
  -webkit-animation: zoom .7s linear;
          animation: zoom .7s linear;
  opacity: 0;
}
.hero .item .icon {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #f4f4f4;
  margin-bottom: 30px;
  color: #DC143C;
  position: relative;
}
.hero .item .icon:after {
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid #f4f4f4;
  background: transparent;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.hero .item h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

/* -------------------------------------------------------
                     Block 
-------------------------------------------------------- */
.block .block1, .block .block2 {
  position: relative;
  overflow: hidden;
}
.block .block-img1 {
  background-image: url(../img/1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0% !important;
}
.block .block-img2 {
  background-image: url(../img/2.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0% !important;
  right: 0 !important;
}
.block .main-item {
  padding: 100px 50px;
  background: #f7f7f7;
}
.block .main-item .sm-titl {
  color: #DC143C;
  margin-bottom: 15px;
  letter-spacing: 5px;
}
.block .main-item h5 {
  font-size: 35px;
  margin-bottom: 30px;
  line-height: 1.7;
  font-weight: 900;
}
.block .main-item p {
  font-size: 18px;
  word-spacing: 3px;
}
.block .numbers {
  margin-top: 80px;
}
.block .numbers h4 {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 900;
}
.block .numbers h4 span {
  color: #DC143C;
  padding-right: 15px;
}
.block .numbers h6 {
  font-size: 14px;
  letter-spacing: 2px;
}
.block .sub-item {
  padding: 100px 50px 100px;
  background: #f7f7f7;
}
.block .sub-item > h5 {
  margin-bottom: 15px;
  font-size: 28px;
}
.block .sub-item > p {
  font-size: 17px;
  word-spacing: 3px;
}
.block .sub-item .skills {
  margin-top: 80px;
}
.block .sub-item .skills .item {
  margin-bottom: 40px;
}
.block .sub-item .skills .item h6 {
  margin-bottom: 15px;
}
.block .sub-item .skills .skills-progress {
  height: 20px;
  width: 100%;
  background: #eee;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px #ddd inset;
          box-shadow: 0px 0px 30px #ddd inset;
}
.block .sub-item .skills .skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #DC143C;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
.block .sub-item .skills .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  right: -10px;
  top: -32px;
  width: 35px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 10px;
  border-radius: 2px;
  background: #444;
  color: #fff;
}
.block .sub-item .skills .skills-progress span:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 10px solid #444;
  position: absolute;
  top: -10px;
  right: -2px;
}

/* -------------------------------------------------------
                     Services 
-------------------------------------------------------- */
.services .item {
  padding: 30px 15px;
}
.services .item .icon {
  width:60px;
  height:60px;
  border-radius:50%;
  border:dotted #ba180f 2px;
  color: #ba180f;
  font-size: 35px;
  margin-bottom: 15px;
}
.services .item h6 {
  margin-bottom: 15px;
  font-size: 18px;
  text-transform: capitalize;
}
.services .bord {
  border-right: 1px solid #f4f4f4;
  border-left: 1px solid #f4f4f4;
}
.services .border {
  margin: 15px auto;
  border-top: 1px solid #f4f4f4;
  width: 100%;
}

/* -------------------------------------------------------
                     Portfolio 
-------------------------------------------------------- */
.portfolio {
  overflow: hidden;
  padding-bottom: 0;
}
.portfolio .filtering span {
  padding: 2px 10px;
  margin: 0 15px;
  color: #777;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
}
.portfolio .filtering span:after, .portfolio .filtering span:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #DC143C;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.portfolio .filtering .active {
  color: #DC143C;
}
.portfolio .filtering .active:after {
  left: 0;
  right: 100%;
  opacity: 1;
}
.portfolio .filtering .active:before {
  left: 100%;
  right: 0;
  opacity: 1;
}
.portfolio .items {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.portfolio .items:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .items:hover h6, .portfolio .items:hover .icons {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.portfolio .items h6 {
  position: relative;
  color: #222;
  margin-bottom: 30px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .items .icons {
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .items .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  background: #f92931;
  color: #fff;
  font-weight: bold;
  margin: 0 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #222;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.portfolio .load {
  margin: 30px auto 0;
  border: 1px solid #eee;
  padding: 12px 30px;
  color: #555;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.portfolio .load:hover {
  background: #111;
  border-color: #111;
  color: #fff;
}

/* -------------------------------------------------------
                     Clients 
-------------------------------------------------------- */
.clients {
  background-image: url(../img/clients.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.clients:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.clients .container {
  position: relative;
  z-index: 9;
}
.clients h3 {
  color: #fff;
}
.clients .says .main-icon {
  font-size: 40px;
  margin-bottom: 30px;
  color: #DC143C;
}
.clients .says p {
  font-size: 17px;
  word-spacing: 3px;
  font-style: italic;
  color: #eee;
}
.clients .says h6 {
  color: #fff;
  margin: 15px auto 30px;
}
.clients .says .author {
  color: #DC143C;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0px;
  padding-left: 5px;
}
.clients .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #eee;
  margin: 2px;
}
.clients .owl-theme .owl-dots .owl-dot.active span,
.clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #eee;
}

/* -------------------------------------------------------
                     Price 
-------------------------------------------------------- */
.price .item {
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 0 15px;
  overflow: hidden;
}
.price .item .type {
  padding: 30px 0;
}
.price .item .mount {
  padding: 30px;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
}
.price .item .mount h2 {
  position: relative;
  display: inline-block;
}
.price .item .mount h2 span {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -20px;
}
.price .item .mount .per {
  display: block;
}
.price .item .featruse {
  padding: 30px 0;
}
.price .item .featruse p {
  margin-bottom: 10px;
}
.price .item .featruse p:last-child {
  margin-bottom: 0;
}
.price .item .purchase {
  padding: 30px 0;
  border-top: 1px solid #f4f4f4;
}
.price .item .purchase h5 {
  padding: 14px 0;
  width: 90%;
  margin: auto;
  background: #515A5F;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.price .item .purchase h5:hover {
  background: #DC143C;
  color: #fff;
}
.price .active {
  position: relative;
  background: #DC143C;
  color: #fff;
}
.price .active h2, .price .active h5, .price .active p {
  color: #fff;
}
.price .active .purchase h5 {
  background: #fff !important;
  color: #DC143C;
}
.price .active .purchase h5:hover {
  background: #515A5F !important;
}

/* -------------------------------------------------------
                     Team 
-------------------------------------------------------- */
.team .item {
  margin-bottom: 20px;
}
.team .team-img {
  position: relative;
  overflow: hidden;
}
.team .team-img img {
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .team-img:hover .social-icon {
  top: 0;
}
.team .team-img:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.team .social-icon {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .social-icon .icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  color: #eee;
  font-size: 14px;
  margin: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.team .social-icon .icon:hover {
  border-color: #DC143C;
  color: #DC143C;
}
.team .info {
  text-align: center;
}
.team .info h6 {
  margin-bottom: 7px;
}
.team .info span {
  font-size: 12px;
}
.team .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 1px solid #515A5F;
  margin: 2px;
}
.team .owl-theme .owl-dots .owl-dot.active span,
.team .owl-theme .owl-dots .owl-dot:hover span {
  background: #515A5F;
}

/* -------------------------------------------------------
                     Blog 
-------------------------------------------------------- */
.blog {
  background: #f7f7f7;
}
.blog .item .img-post {
  position: relative;
  overflow: hidden;
}
.blog .item .img-post:hover img {
  -webkit-transform: scale(1.2, 1.2) rotate(4deg);
          transform: scale(1.2, 1.2) rotate(4deg);
}
.blog .item .img-post img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.blog .item .cont-post {
  padding: 30px 15px;
  -webkit-box-shadow: 0px 0px 80px #f0f0f0;
          box-shadow: 0px 0px 80px #f0f0f0;
  background: #fff;
}
.blog .item .cont-post .tag {
  margin-bottom: 30px;
  color: #DC143C;
  font-family: 'Khand', sans-serif;
}
.blog .item .cont-post h6 {
  font-size: 18px;
  margin-bottom: 15px;
}
.blog .item .cont-post .botn {
  margin-top: 30px;
  background: #515A5F;
  border: 1px solid #515A5F;
  border-radius: 15px;
  color: #fff;
  padding: 8px 30px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.blog .item .cont-post .botn:hover {
  background: transparent;
  color: #DC143C;
  border-color: #DC143C;
}

/* -------------------------------------------------------
                     Contact 
-------------------------------------------------------- */
.contact .info {
  margin-bottom: 80px;
  overflow: hidden;
}
.contact .info .icon {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  background: #DC143C;
  margin-bottom: 30px;
  color: #f4f4f4;
  position: relative;
}
.contact .info .icon:after {
  content: "";
  width: 86px;
  height: 86px;
  border-radius: 50%;
  border: 2px solid #DC143C;
  background: transparent;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
            transform: scale(1.5, 1.5);
    opacity: 0;
  }
}
.contact .info h6 {
  margin-bottom: 10px;
}
.contact .info p {
  font-size: 14px;
}
.contact .info .item {
  padding: 20px 0;
}
.contact .info .item:hover .icon:after {
  -webkit-animation: zoom .7s linear;
          animation: zoom .7s linear;
  opacity: 0;
}
.contact .contact-form {
  padding: 30px 50px;
  background: #f7f7f7;
  border: 1px solid #eee;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  border: 1px solid #a9a9a9;
  border-radius: 3px;
  background: #fff;
}
.contact .form textarea {
  height: 150px;
  max-width: 100%;
  max-height: 150px;
}
.contact .form input[type="submit"] {
  background: #515A5F;
  color: #fff;
  padding: 12px;
  margin-bottom: 0;
  text-transform: capitalize;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.contact .form input[type="submit"]:hover {
  background: #f93131;
}
.contact .contact-map {
  padding: 0;
  overflow: hidden;
}
.contact #ieatmaps {
  height: 100%;
  width: 100%;
}

/* -------------------------------------------------------
                     Footer 
-------------------------------------------------------- */
footer {
  background: #121416;
  padding: 70px 0;
}
footer p {
  float: left;
  color: #aaa;
  word-spacing: 2px;
  font-size: 15px;
}
footer .social-icon {
  float: right;
}
footer .social-icon span {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 50%;
  color: #aaa;
  margin: 2px;
  -webkit-transition: all .5s;
  transition: all .5s;
}
footer .social-icon span:hover {
  background: #f93131;
  color: #fff;
}

/* -------------------------------------------------------
                    Responsive
-------------------------------------------------------- */
@media screen and (max-width: 767px) {
  * {
    background-position: 50% 0%;
  }

  .navbar-default .logo {
    margin-left: 20px;
	width:150px;
  }
  .navbar-default .navbar-toggle {
    background: none !important;
    margin-top: 15px !important;
    border: none !important;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent !important;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background: #fff;
  }
  .navbar-default .navbar-nav li a {
    color: #111 !important;
  }
  .navbar-default .navbar-nav > li > a {
    padding-bottom: 0 !important;
  }
  .navbar-default .navbar-collapse {
    text-align: center;
    border: none;
    border-top: 1px solid rgba(12, 12, 12, 0.04);
    background: #fff;
    margin-top: 5px;
  }

  .nav-scroll .navbar-toggle .icon-bar {
    background: #111;
  }

  .block .numbers .item {
    margin-bottom: 50px !important;
  }

  .portfolio .filtering span {
    margin: 10px 2px;
  }

  footer .social-icon, footer p {
    float: none;
    text-align: center;
    margin: 15px auto;
  }
}
@media screen and (max-width: 991px) {
  .navbar-default .logo {
    margin-left: 20px;
	width:130px;
  }
  
  .navbar-default .navbar-nav > li {
    margin: 25px 15px 25px;
  }

  .header h1 {
    font-size: 40px !important;
  }

  .portfolio .items {
    width: 100%;
  }

  .block .skills .skills-progress {
    width: 100% !important;
  }

  .hero .item,
  .price .item,
  .blog .item {
    margin-bottom: 50px !important;
  }
}
/* -------------------------------------------------------
                    End
-------------------------------------------------------- */

/*CODIGO DEL FORMULARIO FLOTANTE */

.contenedor {
	width: 90%;
	max-width: 1000px;
}

.contenedor article {
	line-height: 28px;
}

.contenedor article h1 {
	font-size: 30px;
	text-align: left;
	padding: 50px 0;
}

.contenedor article p {
	margin-bottom: 20px;
}

.contenedor article .btn-abrir-popup {
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	color: #fff;
	background: #c9000a;
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	cursor: pointer;
	transition: .3s ease all;
	cursor: pointer;
	position:fixed;
	bottom:0;
	right:40px;
	z-index:1000;
}

.contenedor article .btn-abrir-popup:hover {
	background: rgba(0,0,0, .9);
}

/* ------------------------- */
/* POPUP */
/* ------------------------- */

.overlay {
	background: rgba(0,0,0,.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	justify-content: center;
	display: flex;
	visibility: hidden;
	z-index:1000;
}

.overlay.active {
	visibility: visible;
}

.popup {
	background: #F8F8F8;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
	border-radius: 3px;
	font-family: 'Montserrat', sans-serif;
	padding: 20px;
	text-align: center;
	width: 600px;
	
	transition: .3s ease all;
	transform: scale(0.7);
	opacity: 0;
	z-index:1100;
}

.popup .btn-cerrar-popup {
	font-size: 19px;
	line-height: 16px;
	display: block;
	text-align: right;
	transition: .3s ease all;
	color: #BBBBBB;
}

.popup .btn-cerrar-popup:hover {
	color: #000;
}

.popup h3 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 10px;
	opacity: 0;
}

.popup h4 {
	font-size: 26px;
	font-weight: 300;
	margin-bottom: 40px;
	opacity: 0;
}

/* ------------------------- */
/* ANIMACIONES */
/* ------------------------- */
.popup.active {	transform: scale(1); opacity: 1; }
.popup.active h3 { animation: entradaTitulo .8s ease .5s forwards; }
.popup.active h4 { animation: entradaSubtitulo .8s ease .5s forwards; }
.popup.active .contenedor-inputs { animation: entradaInputs 1s linear 1s forwards; }

@keyframes entradaTitulo {
	from {
		opacity: 0;
		transform: translateY(-25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaSubtitulo {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes entradaInputs {
	from { opacity: 0; }
	to { opacity: 1; }
}

form input{ width:100%;
	padding:10px;}
	
form textarea{ width:100%;
	padding:10px;}