@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden; 
  backface-visibility: hidden;
}
.display-none {
  display: none;
}
a {
  color: #a4373a;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  color: #e76c3c;
}
p, li {
  line-height: 1.75em;
}
p.bg-primary,
p.bg-success,
p.bg-info,
p.bg-warning,
p.bg-danger {
  margin: 25px 0;
  padding: 15px;
}
blockquote{
  font-size: 15px;
  margin: 20px 0;
}
.row {
  padding: 40px 0px;
}
.col-centered{
  float: none;
  margin: 0 auto;
}
.btn {
  border: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-transform: uppercase;
  border-radius: 0;
}
.btn-download {
  background: #bf4044;
  color: #fff;
}
.btn-common {
  background: #3d566e;
  color: #fff;
}
.btn-download:hover, .btn-common:hover {
  background: #a4373a;
  color: #fff;
}
.title {
  text-align: center;
  font-size: 50px;
  margin-bottom: 20px;
}
.subtitle {
  text-align: center;
  font-weight: 100;
  padding-bottom: 35px;
  position: relative;
  color: #bdc3c7;
}
h3, .h3 {
  margin-bottom: 20px;
}
.navbar {
  margin-bottom: 0;
  text-align: center;
}
.navbar li {
  float: none;
  display: inline-block;
  color: #d1d1d1;
}
.navbar-default {
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.2);
}
.navbar-default .navbar-nav {
  margin: 0 auto;
  font-size: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover, 
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
  padding: 15px 7px;
  font-size: 15px;
}
.navbar-default .navbar-nav > .active,
.navbar-default .navbar-nav li:hover {
  background: #a4373a;
  color: #fff;
}
.navbar-default .navbar-nav .highlight {
  background: #3d566e;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #333;
}
.affix.navbar-default {
  background: rgba(0, 0, 0, 0.8);
}
#hero-area {
  background: #34495e;
  color: #fff;
}
#hero-area .row {
  padding: 80px 0px;
}
#hero-area .btn {
  margin-right: 20px;
}
#hero-area img {
  max-width: 100%;
}
#hero-area p {
  padding: 25px 0;
}
#features {
  background: #f1f1f1;
}
#features h3 {
  margin-top: 0;
  font-size: 28px;
  color: #a4373a;
}
#features p {
  line-height: 1.5em;
  margin-bottom: 20px;
}
/*screenshot Overlay */
.screenshot-item {
  position: relative;
  margin-bottom: 15px;
}
.screenshot-item img {
  width: 100%;
}
.screenshot-item .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.screenshot-item:hover .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
}
.screenshot-item .icons .preview {
  position: absolute;
  left: 40%;
  top: 40%;
  color: #fff;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.screenshot-item .icons .preview i {
  color: #a4373a;
}
#pricing {
  background: #f1f1f1;
}
#pricing p {
  line-height: 30px;
  font-size: 17px;
}
#blog .blog-post {
  padding-left: 25px;
  padding-bottom: 25px;
}
#blog .blog-post .fa{
  margin-left: -21px;
}
#contact {
  background: #34495e;
  color: #fff;
}
#contact ::-webkit-input-placeholder {
  color: #ecf0f1;
}
#contact :-moz-placeholder {
  color: #ecf0f1;
}
#contact ::-moz-placeholder {
  color: #ecf0f1;
}
#contact :-ms-input-placeholder {
  color: #ecf0f1;
}
#contact .contact-info {
  margin: 40px 0;
}
#contact .contact-info p {
  font-size: 20px;
}
#contact .contact-form {
  text-align: left;
}
#contact .contact-form .form-control {
  box-shadow: none;
  font-size: 17px;
  margin-bottom: 20px;
  border-radius: 0;
  border: none;
}

/*Scroll Top*/
.to-top i {
  padding: 10px 15px;
  margin: 10px;
  background: transparent;
  color: #34495e;
  border: 2px solid #34495e;
}
.to-top i:hover {
  background: #34495e;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

#copyright {
  background: #1E2A36;
  color: #34495e;
}
#copyright a {
  color: #333;
}
#copyright-message {
  margin-top: 26px;
}

/* Blog Post Styles */

#blog-post .row {
  padding: 80px 0px 40px 0px;
}
#blog-post .title {
  font-size: 40px;
  padding-bottom: 25px;
}
#blog-post img {
  max-width: 100%;
}
#blog-post .feature-image {
  margin-top: 25px;
  margin-bottom: 25px;
}