/* 
TEMPLATE NAME : Skapp - APP Landing Page
VERSION : 1.3
CREATED : 1 May 2017
LAST UPDATE : 18 June 2017
AUTHOR : Saerox
URL : http://themeforest.net/user/Saerox
*/
/* -----------------------------------------------------------
TABLE OF CONTENTS:
--------------------------------------------------------------
01) Elements
02) Page Title
03) Breadcrumb
04) Grid
05) List Big
06) List Medium
07) Timeline
08) Single Post
09) Sidebar
14) Footer
15) Responsive
-------------------------------------------------------------
------------------------------------------------------------*/
/*-----------------------------------------
01) Elements
--------------------------------------------------*/
.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next {
  background: rgba(64, 84, 90, 0.8);
  color: #fff;
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: ease .6s;
     -moz-transition: ease .6s;
      -ms-transition: ease .6s;
       -o-transition: ease .6s;
          transition: ease .6s;
} 
.owl-carousel:hover .owl-nav .owl-prev, 
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev {  
  left: 0;
}
.owl-carousel .owl-nav .owl-next {  
  right: 0;
}
.owl-prev, .owl-next {
  color: #40545a; 
  font-size: 30px;
}
.owl-carousel .owl-nav .owl-prev:hover, 
.owl-carousel .owl-nav .owl-next:hover {
  background: rgba(30, 200, 252, 0.8);
  color: #fff;
}
.pagination {
  display: block;
  text-align: left;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.pagination li {
  display: inline;
}
.pagination a {
  background: #fff;
  float: left;
  padding: 0 14px;
  height: 38px; 
  width: 38px;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  border: 0 none;
  margin-right: 3px;
  -webkit-border-radius: 35px;
     -moz-border-radius: 35px;
          border-radius: 35px;
}
.pagination a:hover,
.pagination .active a {
  background-color: #d8e5f3;
  color: #40545a;
}
.pagination .active a {
  color: #40545a;
  cursor: default;
}
.nb-pages {
  text-align: right;
  padding-top: 28px;
  font-size: 13px;
  font-style: italic;
}
/*-----------------------------------------
02) Page Title
--------------------------------------------------*/
#page-title {
  -webkit-background-size: cover;
     -moz-background-size: cover;
       -o-background-size: cover;
          background-size: cover;
  height: 350px;
  display: block;
}

.wrap-page-title-content {
  background: rgba(64, 84, 90, 0.9);
  width: 100%;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
}
.page-title-content {
  display: block;
  margin-top: 160px;
}
#page-title h1 {
  margin: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
.page-title-content hr {
  margin-bottom: 15px;
}
.page-title-content ul {
  padding-left: 0;
}
.page-title-content ul li {
  display: inline-block;
  margin-right: 3px;
}
.page-title-content ul li {
  font-size: 13px;
  color: #fff;
}
.page-title-content ul li a {
  color: #fff;
}
.page-title-content ul li a:hover {
  opacity: 0.8;
}
.page-title-content ul li.active {
  color: #fff;
}
/*-----------------------------------------
03) Grid
--------------------------------------------------*/
.tiles {
  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);
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}
.tiles:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); 
}
.tiles .pic-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tiles .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tiles .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.tiles:hover .pic:before {
  background: rgba(30, 200, 252, 0.9);
}
.pic-slideshow img {
  width: 100%;
  height: auto;
}
.pic img {
  width: 100%;
  height: auto;
}
.tiles-date {
  background: rgba(64, 84, 90, 0.7);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 12px;
  font-weight: 700;
  padding-top: 12px;
  z-index: 1;
}
.tiles-date-day {
  display: block;
  font-size: 14px;
}
.tiles-date-month {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.tiles .more {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.tiles .more li {
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          transform: scale(0) rotate(-180deg);
  transition: all 0.3s ease-in-out 0s;
}
.tiles:hover .more li:nth-child(1){
  transition-delay: 0.1s;
  transform: scale(1) rotate(0deg);
}
.tiles .more li a {
  font-size: 30px;
  color: #fff;
}
.tiles .more li a:hover {
  color: rgba(64, 84, 90, 0.8);
}
.tiles .tiles-content {
  padding: 20px;
  text-align: left;
  line-height: 24px;
}
.tiles .blog-title {
  margin: 0;
}
.tiles .blog-title a {
  font-size: 18px;
}
.tiles .blog-title a:hover {
  color: #19abd6;
}
.tiles .author {
  color: #19abd6;
  font-family: 'Montserrat', serif;
  display: block;
  font-size: 13px;
}
.tiles .tiles-content p {
  margin: 15px 0;
}
.tiles .post-info {
  position: relative;
  bottom: 0;
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.tiles .post-info li {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
.tiles .post-info li i {
  margin-right: 8px;
}
.tiles .post-info li a {
  color: #a4b1bf;
  margin-right: 3px;
}
.tiles .post-info li a:hover {
  color: #19abd6;
  text-decoration: none;
}
/*-----------------------------------------
04) List Big
--------------------------------------------------*/
.tiles-list .pic-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tiles-list .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tiles-list .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.tiles-list:hover .pic:before {
  background: rgba(30, 200, 252, 0.9);
}
.tiles-list .pic-slideshow img {
  width: 100%;
  height: auto;
}
.tiles-list .pic img {
  width: 100%;
  height: auto;
}
.tiles-list-date {
  background: rgba(64, 84, 90, 0.7);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 12px;
  font-weight: 700;
  padding-top: 12px;
  z-index: 1;
}
.tiles-list-date-day {
  display: block;
  font-size: 14px;
}
.tiles-list-date-month {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.tiles-list .more {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.tiles-list .more li {
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          transform: scale(0) rotate(-180deg);
  transition: all 0.3s ease-in-out 0s;
}
.tiles-list:hover .more li:nth-child(1){
  transition-delay: 0.1s;
  transform: scale(1) rotate(0deg);
}
.tiles-list .more li a {
  font-size: 30px;
  color: #fff;
}
.tiles-list .more li a:hover {
  color: rgba(64, 84, 90, 0.8);
}
.tiles-list .tiles-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);
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  height: 304px;
  padding: 25px;
  text-align: left;
  line-height: 24px;
}
.tiles-list:hover .tiles-content {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); 
}
.tiles-list .blog-title {
  margin: 0;
}
.tiles-list .blog-title a {
  font-size: 18px;
}
.tiles-list .blog-title a:hover {
  color: #19abd6;
}
.tiles-list .author {
  color: #19abd6;
  font-family: 'Montserrat', serif;
  display: block;
  font-size: 13px;
}
.tiles-list .tiles-content p {
  margin: 15px 0;
}
.tiles-list .post-info {
  position: absolute;
  bottom: 15px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.tiles-list .post-info li {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
.tiles-list .post-info li i {
  margin-right: 8px;
}
.tiles-list .post-info li a {
  color: #a4b1bf;
  margin-right: 3px;
}
.tiles-list .post-info li a:hover {
  color: #19abd6;
  text-decoration: none;
}
/*-----------------------------------------
05) List Medium
--------------------------------------------------*/
.tiles-list-medium .pic-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tiles-list-medium .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.tiles-list-medium .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}
.tiles-list-medium:hover .pic:before {
  background: rgba(30, 200, 252, 0.9);
}
.tiles-list-medium .pic-slideshow img {
  width: 100%;
  height: auto;
}
.tiles-list-medium .pic img {
  width: 100%;
  height: auto;
}
.tiles-list-medium-date {
  background: rgba(64, 84, 90, 0.7);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 12px;
  font-weight: 700;
  padding-top: 12px;
  z-index: 1;
}
.tiles-list-medium-date-day {
  display: block;
  font-size: 14px;
}
.tiles-list-medium-date-month {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}
.tiles-list-medium .more {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.tiles-list-medium .more li {
  display: inline-block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          transform: scale(0) rotate(-180deg);
  transition: all 0.3s ease-in-out 0s;
}
.tiles-list-medium:hover .more li:nth-child(1){
  transition-delay: 0.1s;
  transform: scale(1) rotate(0deg);
}
.tiles-list-medium .more li a {
  font-size: 30px;
  color: #fff;
}
.tiles-list-medium .more li a:hover {
  color: rgba(64, 84, 90, 0.8);
}
.tiles-list-medium .tiles-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);
  transition: all 0.3s ease-in-out 0s;
  height: 226px;
  padding: 25px;
  text-align: left;
  line-height: 24px;
}
.tiles-list-medium:hover .tiles-content {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); 
}
.tiles-list-medium .blog-title {
  margin: 0;
}
.tiles-list-medium .blog-title a {
  font-size: 18px;
}
.tiles-list-medium .blog-title a:hover {
  color: #19abd6;
}
.tiles-list-medium .author {
  color: #19abd6;
  font-family: 'Montserrat', serif;
  display: block;
  font-size: 13px;
}
.tiles-list-medium .tiles-content p {
  margin: 15px 0;
}
.tiles-list-medium .post-info {
  position: absolute;
  bottom: 15px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.tiles-list-medium .post-info li {
  font-size: 14px;
  display: inline-block;
  margin-right: 8px;
}
.tiles-list-medium .post-info li i {
  margin-right: 8px;
}
.tiles-list-medium .post-info li a {
  color: #a4b1bf;
  margin-right: 3px;
}
.tiles-list-medium .post-info li a:hover {
  color: #19abd6;
  text-decoration: none;
}
/*-----------------------------------------
06) Timeline
--------------------------------------------------*/
.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 300;
}
.timeline .timeline-item {
  padding-left: 0;
  padding-right: 30px;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0;
}
.timeline .timeline-item .timeline-event {
  width: 100%;
}
.timeline:before {
  border-right-style: solid;
}
.timeline:before,
.timeline:after {
  content: " ";
  display: block;
}
.timeline:after {
  clear: both;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100% !important;
  margin-left: 1px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #dae7f5;
}
.timeline .timeline-label .label {
  background-color: #19abd6; 
  border-radius: 35px;
  color: #ffffff;
  display: inline;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 20px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.timeline.timeline-line-solid:before {
  border-right-style: solid;
}
.timeline.timeline-line-dotted:before {
  border-right-style: dotted;
}
.timeline.timeline-line-dashed:before {
  border-right-style: dashed;
}
.timeline .timeline-item {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item:last-child {
  margin-bottom: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
}
.timeline .timeline-item > .timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}
.timeline .timeline-item > .timeline-point {
  top: 25px;
}
.timeline .timeline-item:nth-of-type(2) {
  margin-top: 40px;
}
.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
  clear: both !important;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  float: right;
  clear: right;
}
.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
  left: -16px;
}
.timeline .timeline-item > .timeline-event {
  position: relative;
  float: left;
}
.timeline .timeline-item > .timeline-event:before {
  border-left-color: #dae7f5;
  border-right-color: #dae7f5;
}
.timeline .timeline-item > .timeline-event:after {
  border-left-color: #dae7f5;
  border-right-color: #dae7f5;
}
.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
  content: "";
  display: inline-block;
  position: absolute;
}
.timeline .timeline-item > .timeline-point {
  color: #fff;
  background: #dae7f5;
  right: -16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: 8px;
  margin-right: 8px;
  position: absolute;
  z-index: 100;
  border-width: 3px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
}
.timeline .timeline-label {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}
.timeline .timeline-label:before,
.timeline .timeline-label:after {
  content: "";
  display: table;
}
.timeline .timeline-label:after {
  clear: both;
}
.timeline .timeline-label:last-child {
  margin-bottom: 0 !important;
}
.timeline .timeline-label + .timeline-item {
  margin-top: 0;
}
.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 40px;
}
/*-----------------------------------------
07) Single Post
--------------------------------------------------*/
.single-post .pic-slideshow {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.single-post .pic {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.single-post .pic-slideshow img {
  width: 100%;
  height: auto;
}
.single-post .pic img {
  width: 100%;
  height: auto;
}
.single-post-date {
  background: rgba(64, 84, 90, 0.7);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 12px;
  font-weight: 700;
  padding-top: 12px;
  z-index: 1;
}
.single-post-date-day {
  display: block;
  font-size: 14px;
}
.single-post-date-month {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
}

.single-post-content h2 {
  color: #4a4a4a;
  font-size: 28px;
}

.single-post-content .tags ul {
  text-align: left;
  padding: 5px 0;
  padding-left: 0;
  list-style: none;
}
.single-post-content .tags li {
  font-size: 16px;
  display: inline-block;
}
.single-post-content .tags li i {
  margin-right: 8px;
}
.single-post-content .tags li a {
  margin-right: 3px;
}
.single-post-content .tags li a:hover {
  color: #19abd6;
  text-decoration: none;
}
.single-post .blog-meta {
  display: block;
  margin: 10px 0 20px;
}
.single-post .blog-meta li {
  display: inline-block;
}
.single-post .blog-meta span {
  font-family: 'Montserrat', serif;
  border: 2px solid #d8e5f3;
  color: #a4b1bf;
  border-radius: 35px;
  display: block;
  font-size: 12px;
  padding: 2px 15px;
}
.single-post .blog-meta .avatar {
  margin-right: 10px;
}
.single-post .blog-meta li i {
  margin-right: 3px;
}
.single-post .single-post-content {
  padding: 25px 0;
  line-height: 24px;
}
.single-post .blog-title {
  margin: 0;
}
.single-post .blog-title a {
  font-size: 18px;
}
.single-post .blog-title a:hover {
  color: #19abd6;
}
.single-post-content blockquote:before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 100px;
  color: rgba(164, 177, 191, 0.2);
}
.single-post-content blockquote {
  position: relative;
  overflow: hidden;
  background: rgba(164, 177, 191, 0.05);
  font-style: italic;
  margin: 1.5em;
  font-size: 16px;
  padding: 20px;
}
.single-post .post-content-bottom {
  padding: 5px 0;
  margin: 0;
  list-style: none;
}
.single-post .single-post-bottom {
  margin-top: 30px;
}
.single-post-bottom .share ul {
  text-align: right;
  padding: 5px 0;
  padding-left: 0;
  list-style: none;
}
.single-post-bottom .share li {
  font-size: 16px;
  display: inline-block;
}
.single-post-bottom .share li span {
  font-family: 'Montserrat', serif;
  color: #242f35;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: 3px;
}
.single-post-bottom .share li a {
  color: #a4b1bf;
  margin-right: 10px;
}
.single-post-bottom .share li a i {
  font-size: 22px;
}
.share-tooltip + .tooltip > .tooltip-inner {
  background-color: #242f35; 
  padding: 5px 10px;
}
.share-tooltip + .tooltip > .tooltip-arrow { 
  border-top-color:#242f35; 
}
.content-title {
  color: #242f35;
  font-size: 20px;
  margin: 35px 0;
  text-transform: none;
}
.author-about {
  background: rgba(164, 177, 191, 0.05);
  padding: 20px;
}
.author-about .about-meta {
  display: block;
  margin: 10px 0 20px;
  padding-left: 0;
}
.author-about .about-meta li {
  display: inline-block;
}
.author-about .about-meta span {
  font-family: 'Montserrat', serif;
  color: #19abd6;
  font-size: 16px;
  margin-right: 10px;
}
.author-about .about-meta .avatar {
  margin-right: 10px;
}
.author-about .about-meta li a {
  color: #a4b1bf;
  margin-right: 8px;
}
.author-about .about-meta li a i {
  vertical-align: -3px;
  font-size: 22px;
  margin-right: 3px;
}
.blog-comment::before,
.blog-comment::after,
.blog-comment-form::before,
.blog-comment-form::after{
  content: "";
  display: table;
  clear: both;
}
.blog-comment ul{
  list-style-type: none;
  padding: 0;
}
.blog-comment img{
  opacity: 1;
  filter: Alpha(opacity=100);
}
.blog-comment img.avatar {
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: 65px;
  height: 65px;
}
.blog-comment .post-comments{
  border: 1px solid rgba(164, 177, 191, 0.2);
  margin-bottom: 20px;
  margin-left: 85px;
  margin-right: 0px;
  padding: 10px 20px;
  position: relative;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
       -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  position: relative;
}
.blog-comment .meta {
  font-size: 13px;
  color: #a4b1bf;
  padding-bottom: 8px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid rgba(164, 177, 191, 0.2);
}
.blog-comment ul.comments ul{
  list-style-type: none;
  padding: 0;
  margin-left: 85px;
}
.blog-comment-form{
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 40px;
}
.blog-comment h3,
.blog-comment-form h3{
  color: #4b354c;
  margin-bottom: 40px;
  line-height: 30px;
  text-transform: none;
}
.post-comment {
  margin-right: -15px;
  margin-left: -15px;
}
.post-comment .slider-masks {
  background-color: rgba(129, 129, 129, 0.7);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.post-comment .group {
  position: relative;
  margin-bottom: 30px;
}
.post-comment input,
.post-comment textarea {
  background: rgba(164, 177, 191, 0.1);
  font-size: 14px;
  padding: 15px 10px 15px 15px;
  display: block;
  width: 100%;
  border: 0 none;
  color: #a4b1bf;
}
.post-comment textarea {
  min-height: 150px;
}
.post-comment input:focus,
.post-comment textarea:focus {
  outline: none;
  border-color: #19abd6;
}
.post-comment label {
  color: #a4b1bf;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 30px;
  top: 13px;
  -webkit-transition: 0.2s ease all;
     -moz-transition: 0.2s ease all;
          transition: 0.2s ease all;
}
.post-comment input:focus ~ label,
.post-comment input:valid ~ label,
.post-comment textarea:focus ~ label,
.post-comment textarea:valid ~ label {
  top: -30px;
  font-size: 14px;
  color: #19abd6;
}
.post-comment #send-message {
  font-family: 'Montserrat', serif;
  font-size: 14px;
  background: #19abd6;
  border-radius: 4px;
  color: #fff;
  border: 0 none;
  width: 235px;
  -webkit-transition: 0.4s ease all;
     -moz-transition: 0.4s ease all;
          transition: 0.4s ease all;
}
.post-comment #send-message:hover {
  background: #1ec8fc;
}
/*-----------------------------------------
08) Sidebar
--------------------------------------------------*/
.search {
  position: relative;
  font-size: 14px;
}
.search-box {
  background: rgba(164, 177, 191, 0.15);
  border-radius: 35px;
  padding: 8px 20px;
  height: 50px;
  width: 100%;
  border: 0;
}
.search-label {
  color: #19abd6;
  position: absolute;
  top: 6px;
  right: 18px;
  font-size: 20px;
}
.sidebar h3 {
  color: #242f35;
  font-size: 20px;
  margin: 30px 0;
  text-transform: none;
}
.category {
  margin-bottom: 0;
  padding-left: 0;
}
.category li {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #d8e5f3;
}
.category li span {
  margin-left: 5px;
  color: #19abd6;
}
ul.popular {
  margin-bottom: 0;
  padding-left: 0;
}
.popular li:hover img {
  opacity: 0.6;
}
.popular li {
  display: inline-block;
}
.popular .blog-title {
  margin-top: 10px;
  margin-bottom: 0;
}
.popular .blog-title a {
  font-size: 15px;
}
.popular .blog-title a:hover {
  color: #19abd6;
}
.popular .date {
  display: block;
  font-size: 13px;
}
.sidebar .tags {
  margin-bottom: 0;
  padding-left: 0;
}
.sidebar .tags li {
  display: inline-block;
}
.sidebar .tags li a {
  border: 2px solid #d8e5f3;
  border-radius: 35px;
  display: block;
  font-size: 13px;
  margin-bottom: 4px;
  margin-right: 2px;
  padding: 4px 10px;
}
.sidebar .tags li a:hover {
  border-color: #19abd6;
  color: #19abd6;
}
/*-----------------------------------------
14) Footer
--------------------------------------------------*/
.footer {
  background: rgb(255,255,255);
  background: -webkit-linear-gradient(top,       rgba(255,255,255,1) 0%, rgba(233,240,242,1) 70%);
  background: -moz-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;
}
.footer a {
  color: #a4b1bf;
  font-size: 13px;
}
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;
  -webkit-border-radius:50%;
  -moz-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 {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.social-network i {
  color: #40545a;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-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: 768px){
  .white-bg, .grey-bg, .blue-bg, .gradient-bg {
    padding: 40px 0;
  }
  .page-title-content {
    margin-top: 135px;
  }
  .section-title {
    font-size: 38px;
  }
  .tiles-list .tiles-content {
    padding: 15px;
  }
  .tiles-list-medium .tiles-content p {
    margin: 5px 0;
  }
  .timeline.timeline {
    width: 100%;
    max-width: 100%;
  }
  .timeline.timeline .timeline-item {
    padding-left: 72px;
    padding-right: 0;
  }
  .timeline.timeline .timeline-item.timeline-item-right,
  .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0;
  }
  .timeline.timeline .timeline-item .timeline-event {
    width: 100%;
  }
  .timeline.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
  }
  .timeline.timeline .timeline-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .timeline.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
  }
  .timeline.timeline .timeline-item > .timeline-event {
    float: right !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:before,
  .timeline.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
  }
  .timeline.timeline .timeline-item > .timeline-point {
    transform: translateX(-50%);
    left: 42px !important;
    margin-left: 0;
  }
  .timeline.timeline .timeline-label {
    transform: translateX(-50%);
    margin: 0 0 20px 42px;
  }
  .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 0;
  }
  .single-post .blog-meta span {
    padding: 2px 10px;
  }
  .author-about {
    padding: 10px;
  }
  .footer-bottom {
    padding: 30px 0;
  }
  .copyright {
    margin-bottom: 15px;
  }
  ul.social-network, .copyright {
    text-align: center;
  }
}