/*
TEMPLATE NAME : Skapp - APP Landing Page
VERSION : 1.0
AUTHOR : Saerox
URL : http://themeforest.net/user/Saerox
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
01) Elements
02) Hero
03) Features
04) Milestones
05) Screenshots
06) Review
07) Team
08) Video
09) Pricing Tables
10) FAQ
11) Download
12) Blog
13) Newsletter
14) Footer
15) Responsive
-------------------------------------------------------------
------------------------------------------------------------*/
/*-----------------------------------------
01) Elements
--------------------------------------------------*/
.owl-dots {
  float: left;
  margin-top: 50px;
  text-align: center;
  width: 100%;
}
.owl-dots .owl-dot {
  background: #40545a;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin: 0 5px;
  width: 16px;
  transition: all 0.3s ease 0s;
}
.owl-dots .owl-dot:hover {
  background: #19abd6;
}
.owl-dots .owl-dot.active {
  background: #19abd6;
  border: 2px solid #19abd6;
}
/*-----------------------------------------
02) Hero
--------------------------------------------------*/
#hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
  width: 100%;
  display: block;
}
.hero-1 {
  background: url('/images/HeaderImage.jpg');
  background-position: center center;
}
.wrap-hero-content{
  /*background: -moz-linear-gradient(45deg,  rgba(38,44,51,0.8) 20%, rgba(0,201,255,0.9) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(38,44,51,0.8) 20%,rgba(0,201,255,0.9) 100%);
  background: linear-gradient(45deg,  rgba(38,44,51,0.8) 20%,rgba(0,201,255,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc262c33', endColorstr='#e600c9ff',GradientType=1 );*/
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-content{
  position: absolute;
  min-width: 1170px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
#hero h1 {
  margin: 20px 0 0;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  /*text-transform: uppercase;*/
}
#hero h1 span {
  font-weight: 700;
  color: #19abd6;
}
.sub-title {
  font-family: 'Montserrat', serif;
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  text-transform: none;
  font-weight: 400;
}
.arrow {
  position: absolute;
  bottom: 40px;
  color: #fff;
  font-size: 50px;
  text-align: center;
  left: 0;
  right: 0;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  -ms-animation-duration:2s;
  -o-animation-duration:2s;
  animation-duration:2s;
}
/*-----------------------------------------
03) Features
--------------------------------------------------*/
.about {
  padding-bottom: 120px;
}
.about .mockup {
  max-width: 600px;
  position: relative;
  display: inline-block;
  text-align: center;
}
.about .mockup img {
  width: 100%;
  height: auto;
}
.about .desc-list {
  padding: 100px 0;
}
.about .desc-list h2 {
  color: #40545a;
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 20px;
}
.about .desc-list p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
}
.features .mockup-2 {
  max-width: 350px;
  padding: 60px 0;
  position: relative;
  display: inline-block;
  text-align: center;
}
.features .mockup-2 img {
  width: 100%;
}
.features .box {
  padding: 10px 25px;
  text-align: center;
  display: block;
  margin-top: 30px;
  transition: ease .6s;
  -webkit-transition: ease .6s;
  -moz-transition: ease .6s;
  -o-transition: ease .6s;
  -ms-transition: ease .6s;
}
.features .box-icon {
  display: table;
  margin: 0 auto 20px;
}
.features .box-icon span {
  color: #40545a;
  display: table-cell;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: ease .6s;
  -webkit-transition: ease .6s;
  -moz-transition: ease .6s;
  -o-transition: ease .6s;
  -ms-transition: ease .6s;
}
.box-icon span:hover {
  background: #19abd6;
  color: #fff;
}
.features .info h4 {
  color: #19abd6;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 0;
}
.features .info > p {
  font-size: 16px;
}
/*-----------------------------------------
04) Milestones
--------------------------------------------------*/ 
#milestones {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 100%;
  width: 100%;
  display: block;
}
.bg-image-1 {
  background: url('../../images/background/02.jpg');
}
.parallax {
  background-attachment: fixed !important;
  background-position: center center !important;
}
.wrap-milestones-content {
  background: rgba(64, 84, 90, 0.8);
  width: 100%;
}
.milestones-content {
  padding: 80px 0;
}
.milestones .counter-box {
  font-family: 'Montserrat', serif;
  text-align: center;
}
.counter-box .counter-icon {
  margin: 0 auto 0;
}
.counter-box .counter-icon i {
  font-size: 46px;
  color: #fff;
}
.counter-box span.counter {
  color: #19abd6;
  font-size: 34px;
}
.counter-box .counter-title {
  color: #fff;
  font-size: 18px;
  margin-top: -10px;
}
/*-----------------------------------------
05) Screenshots
--------------------------------------------------*/ 
.screenshots .owl-item {
  transition: all 200ms cubic-bezier(0.694, 0.0482, 0.335, 1) 0s;
}
.screenshots .owl-item {
  opacity: 0.3;
  transform: scale(0.8)!important;
}
.screenshots .owl-item.active.center {
  opacity: 1!important;
  transform: scale(1)!important;
}
.options {
  display: block;
  margin-top: 140px;
}
.options h3 {
  color: #40545a;
  margin-bottom: 65px;
}
.options-box{
  text-align: center;
}
.options-box .options-icon{
  margin: 0 auto 25px;
  position: relative;
  transition: all 0.3s ease-in-out 0s;
}
.options-box .options-icon i{
  font-size: 60px;
  color: #40545a;
  transition: all 0.3s ease-in-out 0s;
}
.options-box:hover .options-icon i{
  color: #19abd6;
}
.options-box .title{
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  color: #19abd6;
}
.options-box .title:after{
  content: "";
  display: block;
  width: 0;
  height: 3px;
  margin: 0 auto;
  background: #19abd6;
  transition: all 0.3s ease-in-out 0s;
}
.options-box:hover .title:after{
  width: 70px;
  margin: 15px auto 20px;
}
.options-box .description{
  line-height: 25px;
}
/*-----------------------------------------
06) Review
--------------------------------------------------*/ 
.review {
  background: url('../../images/geometric-bg.png') repeat;
}
.testimonial{
  text-align: center!important;
  margin-top: 50px;
}
.testimonial .pic{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.testimonial .pic img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.testimonial .testimonial-title{
  display: inline-block;
  font-size: 22px;
  color: #19abd6;
  margin: 0 0 50px 0;
}
.testimonial .testimonial-title small{
  font-size: 15px;
  color: #40545a;
}
.testimonial .description{
  font-size: 16px;
  line-height: 27px;
  position: relative;
  margin: 0;
}
.testimonial .description:before{
  content: "\f10d";
  font-family: fontawesome;
  font-size: 36px;
  color: #19abd6;
  margin: 20px;
}
.testimonial ul.rating {
  margin-top: 25px;
  padding: 0;
}
.testimonial ul.rating li {
  display: inline;
  color: #f2b01e;
  font-size: 18px;
  margin: 0 2px;
}
.review .owl-carousel .owl-nav {
  margin-top: 50px;
  text-align: center!important;
}
.review .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {  
  display: inline;
  margin: 0 15px;
}
.review .owl-prev, .owl-next {
  color: #40545a; 
  font-size: 36px;
  transition: ease .6s;
  -webkit-transition: ease .6s;
  -moz-transition: ease .6s;
  -o-transition: ease .6s;
  -ms-transition: ease .6s;
}
.review .owl-prev:hover, .owl-next:hover {
  color: #19abd6; 
}
/*-----------------------------------------
07) Team
--------------------------------------------------*/ 
.owl-carousel .owl-item {
  margin: 10px 0;
}
.team .in .c {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  overflow: hidden;
  padding-bottom: 110px;
}
.team .in .c .wrap {
  position: relative;
}
.team .in .c .wrap img {
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.team .in .c .wrap .info {
  padding: 30px 0;
  position: absolute;
  bottom: -105px;
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.team .in .c .wrap .info .name {
  color: #19abd6;
  margin: 0;
  font-size: 16px;
  margin: 0 0 8px 0;
}
.team .in .c .wrap .info .position {
  margin: 0;
  font-size: 14px;
  text-transform: none;
}
.team .in .c .more {
  position: absolute;
  bottom: -100%;
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.team .in .c .more .socials {
  margin: 0 0 20px 0;
}
.team .in .c .more .socials a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  margin: 0 0 0 3px;
  text-align: center;
}
.team .in .c .more .socials a:first-child {
  margin: 0;
}
.team .in .c .more .socials a.facebook {
  color: #3262b9;
}
.team .in .c .more .socials a.twitter {
  color: #3dd7e5;
}
.team .in .c .more .socials a.dribbble {
  color: #ea4c89;
}
.team .in .c .more .socials a.linkedin {
  color: #069;
}
.team .in .c:hover img {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
}
.team .in .c:hover .info {
  bottom: 105px;
}
.team .in .c:hover .more {
  bottom: 20px;
}
/*-----------------------------------------
08) Video
--------------------------------------------------*/ 
#video {
  display: block;
  margin-bottom: -80px;
  position: relative;
}
.bg-video {
  background: url('../../images/video/video.jpg');
  background-position: center center;
}
.wrap-video-content {
  background: -moz-linear-gradient(45deg,  rgba(0,201,255,0.8) 0%, rgba(38,44,51,0.7) 80%);
  background: -webkit-linear-gradient(45deg,  rgba(0,201,255,0.8) 0%,rgba(38,44,51,0.7) 80%);
  background: linear-gradient(45deg,  rgba(0,201,255,0.8) 0%,rgba(38,44,51,0.7) 80%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e619abd6', endColorstr='#e6262c33',GradientType=1 );
  width: 100%;
}
.video-content {
  position: relative;
  min-height: 565px;
}
.video-content .play-button {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
.video-content .play-button i {
  font-size: 36px;
  color: #19abd6;
  margin-top: 31px;
  text-shadow: 1px 1px rgba(235,235,235, 0.98), 2px 2px rgba(235,235,235, 0.96), 3px 3px rgba(235,235,235, 0.94), 4px 4px rgba(235,235,235, 0.92), 5px 5px rgba(235,235,235, 0.90), 6px 6px rgba(235,235,235, 0.88), 7px 7px rgba(235,235,235, 0.86), 8px 8px rgba(235,235,235, 0.84), 9px 9px rgba(235,235,235, 0.82), 10px 10px rgba(235,235,235, 0.80), 11px 11px rgba(235,235,235, 0.78), 12px 12px rgba(235,235,235, 0.76), 13px 13px rgba(235,235,235, 0.74), 14px 14px rgba(235,235,235, 0.72), 15px 15px rgba(235,235,235, 0.70), 16px 16px rgba(235,235,235, 0.68), 17px 17px rgba(235,235,235, 0.66), 18px 18px rgba(235,235,235, 0.64), 19px 19px rgba(235,235,235, 0.62), 20px 20px rgba(235,235,235, 0.60), 21px 21px rgba(235,235,235, 0.58), 22px 22px rgba(235,235,235, 0.56), 23px 23px rgba(235,235,235, 0.54), 24px 24px rgba(235,235,235, 0.52), 25px 25px rgba(235,235,235, 0.50), 26px 26px rgba(235,235,235, 0.48), 27px 27px rgba(235,235,235, 0.46), 28px 28px rgba(235,235,235, 0.44), 29px 29px rgba(235,235,235, 0.42), 30px 30px rgba(235,235,235, 0.40), 31px 31px rgba(235,235,235, 0.38), 32px 32px rgba(235,235,235, 0.36), 33px 33px rgba(235,235,235, 0.34), 34px 34px rgba(235,235,235, 0.32), 35px 35px rgba(235,235,235, 0.30), 36px 36px rgba(235,235,235, 0.28), 37px 37px rgba(235,235,235, 0.26), 38px 38px rgba(235,235,235, 0.24), 39px 39px rgba(235,235,235, 0.22), 40px 40px rgba(235,235,235, 0.20), 41px 41px rgba(235,235,235, 0.18), 42px 42px rgba(235,235,235, 0.16), 43px 43px rgba(235,235,235, 0.14), 44px 44px rgba(235,235,235, 0.12), 45px 45px rgba(235,235,235, 0.10), 46px 46px rgba(235,235,235, 0.08), 47px 47px rgba(235,235,235, 0.06), 48px 48px rgba(235,235,235, 0.04), 49px 49px rgba(235,235,235, 0.02), 50px 50px rgba(235,235,235, 0.00)
}
.work-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, .8);
  display: none;
}
.work-video iframe {
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.close-video {
  text-decoration: none;
  position: absolute;
  width: 38px;
  height: 38px;
  top: 50px;
  right: 50px;
  background: url('../../images/close_video.png') no-repeat;
  z-index: 9999;
}
/*-----------------------------------------
09) Pricing Tables
--------------------------------------------------*/ 
.pricing-position {
  margin-top: 90px;
}
.pricing-table {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  transform: translateZ(0px);
}
.pricing-table.best {
  transform: scale(1.08);
  z-index: 1;
}
.pricing-table .pricing-table-header {
  background: #fff;
  color: #40545a;
  margin: 0 0 10px;
  padding: 10px 0;
}
.pricing-table .heading {
  font-size: 30px;
  font-weight: 600;
  margin: 28px 0 5px 0;
}
.pricing-table.best .price-value {
  color: #19abd6;
}
.pricing-table .price-value {
  color: #40545a;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.pricing-table .pricing-content {
  list-style: none;
  padding: 20px;
}
.pricing-table hr {
  width: 50%;
  border-color: #e3e3e3;
}
/*-----------------------------------------
10) FAQ
--------------------------------------------------*/
#accordion .panel {
  background: #fff!important;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)!important;
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)!important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)!important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
  border-radius:0;
  margin-bottom: 6px;
  border-left:3px solid #19abd6;
}
#accordion .panel-heading {
  padding:0;
  background-color:#fff;
}
#accordion .panel-title a {
  display: block;
  font-size: 15px;
  text-transform: none;
  padding: 18px 40px;
  position: relative;
}
#accordion .panel-title a.collapsed {
  border-top: 0;
  border-bottom:1px solid transparent;
}
#accordion .panel-title a:focus {
  color: #19abd6;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before { 
  content: "\f068";
  font-family: FontAwesome;
  position: absolute;
  top: 14px;
  left: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #19abd6;
}
#accordion .panel-title a.collapsed:before {
  content: "\f067";
}
#accordion .panel-body {
  line-height: 20px;
  border-top: 0 none;
  padding: 20px 30px 30px;
}
.faq .contact {
  margin-top: 140px;
}
.faq .contact h3 {
  color: #19abd6;
}
.faq .contact p {
  font-size: 17px;
}
.faq .contact .contact-btn {
  margin-top: 25px;
  display: inline-block;
  padding: 15px 60px;
  position: relative;
  cursor: pointer;
}
.faq .contact .contact-btn span {
  font-family: "Montserrat",serif;
  font-size: 18px;
  color: #40545a;
  text-shadow: 0 2px 0 #fff;
  position: relative;
}
.faq .contact-btn span:hover {
  color: #19abd6;
}
.faq .contact .contact-btn:before { 
  content: "\f27b";
  font-family: FontAwesome;
  position: absolute;
  top: -45px;
  right: 20px;
  font-size: 100px;
  color: #ededed;
}
.faq .contact .contact-btn i {
  color: #19abd6;
  font-size: 60px;
  padding-right: 8px;
  vertical-align: -14px;
}
.contact-us {
  padding-top: 30px;
}
.contact-us .slider-masks {
  background-color: rgba(129, 129, 129, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.contact-us .group {
  position: relative;
  margin-bottom: 30px;
}
.contact-us input,
.contact-us textarea {
  font-size: 14px;
  padding: 15px 10px 15px 15px;
  display: block;
  width: 100%;
  border: 0 none;
  border-bottom: 2px solid #eaedf2;
  color: #969696;
}
.contact-us textarea {
  min-height: 150px;
}
.contact-us input:focus,
.contact-us textarea:focus {
  outline: none;
  border-color: #19abd6;
}
.contact-us label {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 20px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.contact-us input:focus ~ label,
.contact-us input:valid ~ label,
.contact-us textarea:focus ~ label,
.contact-us textarea:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #19abd6;
}
#help .modal-header .close {
  color: #fff;
  opacity: 1;
  font-size: 30px;
  position: relative;
  z-index: 1;
}
#help .modal-header {
  background: #19abd6;
  color: #fff;
  padding: 20px;
  border-bottom: none;
}
#help .modal-header {
  position: relative;
  overflow: hidden;
}
#help .modal-header:after {
  content: "\f27b";
  font-family: FontAwesome;
  position: absolute;
  top: -92px;
  right: -20px;
  font-size: 130px;
  color: rgba(0, 0, 0, 0.09);
}
#help .gradient-btn {
  margin: 0;
  position: relative;
  z-index: 1;
}
/*-----------------------------------------
11) Download
--------------------------------------------------*/ 
#download {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 100%;
  width: 100%;
  display: block;
}
.bg-image-2 {
  background: url('../../images/background/03.jpg');
}
.wrap-download-content {
  background: -moz-linear-gradient(45deg,  rgba(38,44,51,0.8) 20%, rgba(0,201,255,0.9) 100%);
  background: -webkit-linear-gradient(45deg,  rgba(38,44,51,0.8) 20%,rgba(0,201,255,0.9) 100%);
  background: linear-gradient(45deg,  rgba(38,44,51,0.8) 20%,rgba(0,201,255,0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc262c33', endColorstr='#e600c9ff',GradientType=1 );
  width: 100%;
}
.download-content {
  padding: 100px 0;
}
.download-content h2 {
  color: #fff;
  margin-bottom: 0;
}
.download p {
  color: #fff;
  margin-top: 0;
}
.download .store {
  position: relative;
  top: 10px;
}
.download .store.space {
  margin: 0 15px;
}
.download .store {
  display: inline-block;
  background: #fff;
  color: #40545a;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
}
.download .store i {
  font-size: 30px;
  padding-top: 18px;
}
.download .store:hover {
  color: #19abd6;
}
/*-----------------------------------------
12) Blog
--------------------------------------------------*/
.blog .blog-box {
  display: inline-block;
  margin-bottom: 50px;
}
.blog .post-image {
  position: relative;
  z-index: -1;
}
.blog .post-content {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 50px 50px;
  margin-top: 28px; 
  position: relative;
  z-index: 1;
}
.blog .post-content.n-left {
  margin-left: -185px;
  margin-right: 80px;
}
.blog .post-content.n-right {
  margin-right: -185px;
  margin-left: 80px;
}
.blog .post-content h3 {
  margin-bottom: 25px;
}
.blog .post-content h3 a {
  color: #40545a;
}
.blog .post-content h3 a:hover {
  color: #19abd6;
} 
.blog .post-content .author {
  margin-top: 20px;
  color: #19abd6;
}
/*-----------------------------------------
13) Newsletter
--------------------------------------------------*/
.bottom-content .newsletter input {
  border-radius: 25px;
  height: 50px;
  padding-left: 25px;
  margin-bottom: 10px;
}
.bottom-content .newsletter .form-control:focus {
  border-color: #19abd6;
}

.bottom-content p {
  font-family: "Montserrat",serif;
  font-size: 16px;
  color: #40545a;
  margin-bottom: 20px;
}
/*-----------------------------------------
14) Footer
--------------------------------------------------*/
.footer {
  background: rgb(255,255,255);
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,240,242,1) 70%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,240,242,1) 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9f0f2',GradientType=0 );
  padding: 50px 0;
}
ul.social-network {
  list-style: none;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 10px;
}
.social-network a.ico-behance:hover {
  background-color:#1769ff;
}
.social-network a.ico-deviantart:hover {
  background-color:#05cc47;
}
.social-network a.ico-dribbble:hover {
  background-color:#ea4c89;
}
.social-network a.ico-facebook:hover {
  background-color:#3b5998;
}
.social-network a.ico-google:hover {
  background-color:#bd3518;
}
.social-network a.ico-instagram:hover {
  background-color:#405de6;
}
.social-network a.ico-linkedin:hover {
  background-color:#007bb7;
}
.social-network a.ico-pinterest:hover {
  background-color:#bd081c;
}
.social-network a.ico-rss:hover {
  background-color:#f26522;
}
.social-network a.ico-twitch:hover {
  background-color:#6441a5;
}
.social-network a.ico-twitter:hover {
  background-color:#33ccff;
}
.social-network a.ico-vimeo:hover {
  background-color:#1ab7ea;
}
.social-network a.ico-youtube:hover {
  background-color:#cd201f;
}
.social-network a:hover i {
  color:#fff;
}
.social-network li a {
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  display:inline-block;
  position:relative;
  margin:0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 60px;
  height: 60px;
  font-size:26px;
}
.social-network li i {
  margin:0;
  line-height:60px;
  text-align: center;
}
.social-network li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
}
.social-network i {
  color: #40545a;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}
.copyright {
  font-size: 16px;
  text-align: center;
  margin-top: 30px; 
}
/*-----------------------------------------
15) Responsive
--------------------------------------------------*/
@media screen and (max-width: 480px){
  .parallax {
    background-attachment: scroll!important;
    background-position: top!important;
    -webkit-background-size: auto!important;
    -moz-background-size: auto!important;
    background-size: auto!important;
  }
  .white-bg, .grey-bg, .blue-bg, .gradient-bg {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px){
  .parallax {
    background-attachment: scroll!important;
    background-position: top!important;
    -webkit-background-size: auto!important;
    -moz-background-size: auto!important;
    background-size: auto!important;
  }
  .counter-box .counter-title {
    margin-top: -10px;
  }
  .about .features-list h2 {
    font-size: 30px;
  }
  .section-title {
    font-size: 38px;
  }
  .hero-content {
    min-width: 100%; 
    padding: 10px;
  }
  .about .desc-list {
    padding-top: 0;
  }
  .about .mockup, .features .mockup-2 {
    width: 240px;
    margin-bottom: 30px;
  }
  .hero-text {
    margin-top: 30px;
  }
  #hero h1 {
    font-size: 34px;
  }
  .sub-title {
    font-size: 18px;
  }
  .arrow {
    bottom: 5px;
  }
  .milestones .counter-box {
    margin-bottom: 15px;
  }
  .counter-box span.counter {
    font-size: 40px;
  }
  .pricing .col-md-4 {
    padding: 15px!important;
  }
  .pricing-table.best {
    transform: scale(1);
  }
  #video {
    margin-right: -15px;
    margin-bottom: 0;
    margin-left: -15px;
  }
  .video-content {
    min-height: 385px;
  }
  .blog .post-content {
    padding: 25px;
    margin-top: 0;
  }
  .blog .post-content.n-left {
    margin: 0;
  }
  .blog .post-content.n-right {
    margin: 0;
  }
  .faq .contact {
    margin-top: 35px;
  }
  .faq .contact .contact-btn i {
    display: block;
    margin-bottom: 5px;
  }
  ul.social-network li {
    margin: 0 5px;
  }
  .social-circle li a {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .social-circle li i {
    line-height: 50px;
  }
}

@media screen and (max-width: 992px) {
  .nav > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
  .hero-content {
    min-width: 100%; 
    padding: 10px;
  }
  .options-box { 
    margin-bottom: 30px; 
  }
  .pricing-table { 
    margin-bottom: 25px;
  }
  .blog .post-image-left {
    margin-right: 0;
  }
  .blog .post-content.n-right {
      margin-left: 0;
      margin-right: 0;
  }
  .blog .post-content.n-left {
    margin-right: 0;
    margin-left: 0;
  }
  .blog .post-content {
    margin-top: 0;
  }
}