/*
* @project: One - WordPress;
* @author: 	SF Theme;
*/
/*------------------------------------------------------------------
[Color Codes]
Dark Red: #c12728;
Light Red: #d82c2e;
Dark Grey: #363b3f;
Dark Grey 2: #b6b7b7;
Social Buttons: #444749;
Light Grey: #f7f8f8;
Bubbles:#BFBFBF;
White: #ffffff;
Black: #000000;
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Welcome
2. Navbar
3. About 
4. Skills 
5. Work Experience 
6. Portfolio 
7. Contact
8. Footer
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[0. General Body]
-------------------------------------------------------------------*/
body {
  color: #363b3f;
  background: #f7f8f8; }

body.logged-in .navbar-fixed-top {
  margin-top: 32px; }

.section {
  padding: 30px 0 50px 0px; }
  .section h1, .section h2, .section h3, .section h4 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #d82c2e; }
  .section p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px; }
  .section .heading {
    text-align: center;
    padding-bottom: 40px; }
  .section .profilePic {
    text-align: center;
    margin: 0 auto;
    float: none; }
  .section .divider {
    width: 100px;
    height: 1px;
    background: #d82c2e;
    margin: 0 auto; }

section.colored h1, section.colored h2, section.colored h3, section.colored h4, section.colored p {
  color: white; }

.btn, .filter a {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  background: white;
  color: #b6b7b7;
  border: 1px solid #b6b7b7;
  padding: 18px;
  -webkit-transition: all 0.3s ease-in, 0s;
  -moz-transition: all 0.3s ease-in, 0s;
  -o-transition: all 0.3s ease-in, 0s;
  -ms-transition: all 0.3s ease-in, 0s;
  transition: all 0.3s ease-in, 0s; }
  .btn:hover, .filter a:hover, .btn:focus, .filter a:focus {
    background-color: #d82c2e;
    border-color: #d82c2e;
    color: white; }

.borderBtn, .contactform button, .blogcontent .comment-form button, .blogcontent .comment-form #submit, .blogcontent .sidebar input[type=submit], .blogcontent .sidebar #searchsubmit {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  color: white;
  border: 1px solid white;
  padding: 18px 50px 18px 50px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in, 0s;
  -moz-transition: all 0.3s ease-in, 0s;
  -o-transition: all 0.3s ease-in, 0s;
  -ms-transition: all 0.3s ease-in, 0s;
  transition: all 0.3s ease-in, 0s; }
  .borderBtn:hover, .contactform button:hover, .blogcontent .comment-form button:hover, .blogcontent .comment-form #submit:hover, .blogcontent .sidebar input[type=submit]:hover, .blogcontent .sidebar #searchsubmit:hover, .borderBtn:focus, .contactform button:focus, .blogcontent .comment-form button:focus, .blogcontent .comment-form #submit:focus, .blogcontent .sidebar input[type=submit]:focus, .blogcontent .sidebar #searchsubmit:focus {
    background-color: white;
    color: #d82c2e;
    text-decoration: none; }

section .centered {
  margin: 0 auto;
  float: none; }

.hidethis {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  opacity: 0; }

.loader {
  width: 100%;
  height: 100%;
  background: white;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000; }
  .loader .inner {
    width: 100%;
    height: 100%;
    background: url(../images/loader.gif) center center no-repeat; }

/*------------------------------------------------------------------
[1. Welcome]
-------------------------------------------------------------------*/
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  background: url(../images/overlay.png); }

.slides-container {
  display: none; }

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 11;
  top: 46%;
  width: 100%; }
  .slides-navigation .prev, .slides-navigation .next {
    position: absolute;
    display: block;
    width: 47px;
    height: 47px;
    background: url(../images/prevnext.png); }
  .slides-navigation .prev {
    left: 20px;
    background-position: bottom; }
  .slides-navigation .next {
    right: 20px;
    background-position: top; }

.welcome-message {
  position: absolute;
  width: 100%;
  height: 250px;
  top: 50%;
  margin-top: -125px;
  z-index: 10;
  text-align: center; }
  .welcome-message .heading {
    padding: 18px 0px; }
  .welcome-message p {
    font-family: "Lato", sans-serif;
    font-size: 55px;
    color: white;
    -webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4); }
  .welcome-message p.small {
    font-family: "Lato", sans-serif;
    font-size: 24px;
    color: white; }
  .welcome-message .borderBtn, .welcome-message .contactform button, .contactform .welcome-message button, .welcome-message .blogcontent .comment-form button, .blogcontent .comment-form .welcome-message button, .welcome-message .blogcontent .comment-form #submit, .blogcontent .comment-form .welcome-message #submit, .welcome-message .blogcontent .sidebar input[type=submit], .blogcontent .sidebar .welcome-message input[type=submit], .welcome-message .blogcontent .sidebar #searchsubmit, .blogcontent .sidebar .welcome-message #searchsubmit {
    -webkit-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    -moz-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    -o-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    -ms-text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4);
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.4); }
    .welcome-message .borderBtn:hover, .welcome-message .contactform button:hover, .contactform .welcome-message button:hover, .welcome-message .blogcontent .comment-form button:hover, .blogcontent .comment-form .welcome-message button:hover, .welcome-message .blogcontent .comment-form #submit:hover, .blogcontent .comment-form .welcome-message #submit:hover, .welcome-message .blogcontent .sidebar input[type=submit]:hover, .blogcontent .sidebar .welcome-message input[type=submit]:hover, .welcome-message .blogcontent .sidebar #searchsubmit:hover, .blogcontent .sidebar .welcome-message #searchsubmit:hover {
      -webkit-text-shadow: 0px 2px 5px transparent;
      -moz-text-shadow: 0px 2px 5px transparent;
      -o-text-shadow: 0px 2px 5px transparent;
      -ms-text-shadow: 0px 2px 5px transparent;
      text-shadow: 0px 2px 5px transparent; }

/*------------------------------------------------------------------
[2. Navbar]
-------------------------------------------------------------------*/
.navbar-flat {
  background: #d82c2e;
  margin-bottom: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }
  .navbar-flat .navbar-collapse {
    text-align: center; }
  .navbar-flat .navbar-toggle .icon-bar {
    background: white; }
  .navbar-flat ul {
    float: none; }
  .navbar-flat li {
    display: inline-block;
    float: none;
    position: relative; }
    .navbar-flat li a:hover {
      background: #c12728;
      color: white; }
    .navbar-flat li a:focus {
      background: #c12728;
      color: white; }
    .navbar-flat li:hover .sub-menu {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
      filter: alpha(opacity=1);
      opacity: 1;
      display: block; }
  .navbar-flat li.active a {
    background: #c12728;
    color: white; }
  .navbar-flat a {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #f7f8f8;
    -webkit-transition: all 0.3s ease-in, 1s;
    -moz-transition: all 0.3s ease-in, 1s;
    -o-transition: all 0.3s ease-in, 1s;
    -ms-transition: all 0.3s ease-in, 1s;
    transition: all 0.3s ease-in, 1s; }
  .navbar-flat .navbar-brand {
    display: none; }
  .navbar-flat .sub-menu {
    position: absolute;
    left: 0px;
    display: none;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in, 1s;
    -moz-transition: all 0.3s ease-in, 1s;
    -o-transition: all 0.3s ease-in, 1s;
    -ms-transition: all 0.3s ease-in, 1s;
    transition: all 0.3s ease-in, 1s; }
    .navbar-flat .sub-menu li {
      width: 200px;
      background: #c12728;
      color: white;
      text-align: left; }
    .navbar-flat .sub-menu a {
      padding: 10px 20px;
      display: block;
      text-decoration: none !important; }
  .navbar-flat div.navbar-nav li a {
    padding: 10px 15px;
    line-height: 20px;
    display: block;
    position: relative; }

/*------------------------------------------------------------------
[3. About]
-------------------------------------------------------------------*/
.hero {
  background: #d82c2e;
  color: white; }
  .hero .borderBtn, .hero .contactform button, .contactform .hero button, .hero .blogcontent .comment-form button, .blogcontent .comment-form .hero button, .hero .blogcontent .comment-form #submit, .blogcontent .comment-form .hero #submit, .hero .blogcontent .sidebar input[type=submit], .blogcontent .sidebar .hero input[type=submit], .hero .blogcontent .sidebar #searchsubmit, .blogcontent .sidebar .hero #searchsubmit {
    margin-top: 20px; }
  .hero h3 {
    color: black !important; }

.firstSec {
  padding-top: 30px; }

.firstSec.fixed {
  padding-top: 80px; }

.services .services-inner {
  margin-top: 20px;
  -webkit-transition: all 0.3s ease-in, 0s;
  -moz-transition: all 0.3s ease-in, 0s;
  -o-transition: all 0.3s ease-in, 0s;
  -ms-transition: all 0.3s ease-in, 0s;
  transition: all 0.3s ease-in, 0s; }

.service {
  border: 1px solid #e3e5e5;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  color: #d82c2e;
  margin-left: -1px;
  -webkit-transition: all 0.3s ease-in, 1s;
  -moz-transition: all 0.3s ease-in, 1s;
  -o-transition: all 0.3s ease-in, 1s;
  -ms-transition: all 0.3s ease-in, 1s;
  transition: all 0.3s ease-in, 1s; }
  .service h3 {
    color: black;
    -webkit-transition: all 0.3s ease-in, 0s;
    -moz-transition: all 0.3s ease-in, 0s;
    -o-transition: all 0.3s ease-in, 0s;
    -ms-transition: all 0.3s ease-in, 0s;
    transition: all 0.3s ease-in, 0s; }
  .service i {
    width: 51px;
    height: 45px;
    margin: 0 auto;
    display: block;
    background: url(../images/icons.png) no-repeat;
    -webkit-transition: all 0.3s ease-in, 0s;
    -moz-transition: all 0.3s ease-in, 0s;
    -o-transition: all 0.3s ease-in, 0s;
    -ms-transition: all 0.3s ease-in, 0s;
    transition: all 0.3s ease-in, 0s; }
  .service .heart {
    background-position: left top; }
  .service .bulp {
    background-position: -51px top; }
  .service .graph {
    background-position: -102px top; }
  .service .coding {
    background-position: -152px top; }
  .service .globe {
    background-position: -204px top; }
  .service .music {
    background-position: -255px top; }
  .service .pencil {
    background-position: -306px top; }
  .service .camera {
    background-position: -357px top; }
  .service .vcamera {
    background-position: -408px top; }
  .service .cloud {
    background-position: -459px top; }
  .service:hover, .service:focus {
    background-color: #d82c2e;
    border-color: #d82c2e;
    color: white; }
    .service:hover h3, .service:focus h3 {
      color: white; }
    .service:hover .heart, .service:focus .heart {
      background-position: left bottom; }
    .service:hover .bulp, .service:focus .bulp {
      background-position: -51px bottom; }
    .service:hover .graph, .service:focus .graph {
      background-position: -103px bottom; }
    .service:hover .coding, .service:focus .coding {
      background-position: -152px bottom; }
    .service:hover .globe, .service:focus .globe {
      background-position: -204px bottom; }
    .service:hover .music, .service:focus .music {
      background-position: -255px bottom; }
    .service:hover .pencil, .service:focus .pencil {
      background-position: -306px bottom; }
    .service:hover .camera, .service:focus .camera {
      background-position: -357px bottom; }
    .service:hover .vcamera, .service:focus .vcamera {
      background-position: -408px bottom; }
    .service:hover .cloud, .service:focus .cloud {
      background-position: -459px bottom; }

/*------------------------------------------------------------------
[4. Skills]
-------------------------------------------------------------------*/
section.skills {
  background: #d82c2e; }
  section.skills h4 {
    color: black !important; }

.skill {
  margin: 0 auto 20px auto;
  float: none;
  text-align: center; }

.chart {
  position: relative;
  width: 152px;
  height: 152px;
  display: inline-block;
  margin: 0 0 25px 0px;
  text-align: center; }
  .chart canvas {
    position: absolute;
    left: 0px;
    top: 0px; }
  .chart .percent {
    font-family: "Lato", sans-serif;
    color: black;
    line-height: 152px;
    display: inline-block;
    font-size: 35px; }
    .chart .percent:after {
      content: '%'; }

/*------------------------------------------------------------------
[5. Work Experience]
-------------------------------------------------------------------*/
.timeline {
  float: left;
  width: 100%;
  background: url(../images/timelinebg.png) center top repeat-y;
  padding: 50px 0 42px 0px;
  /* Animations */ }
  .timeline ul {
    float: left;
    width: 100%; }
  .timeline li {
    float: left;
    width: 50%;
    position: relative;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    opacity: 0; }
  .timeline .point {
    width: 57px;
    height: 57px;
    background: url(../images/timeline-item.png);
    position: absolute;
    right: -28px;
    top: 4px; }
  .timeline .bubble-arrow {
    width: 16px;
    height: 25px;
    background: url(../images/bubbles-arrow.png) left top no-repeat;
    position: absolute;
    top: 20px;
    right: -10px; }
  .timeline .bubble {
    float: right;
    width: 64.4%;
    margin: 0px 30px 0 0px;
    padding: 22px 32px 25px 30px;
    background: #363b3f;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    transition: all 0.2s linear, 1s; }
  .timeline .bubble:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  .timeline .bubble p {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    color: white;
    margin: 0px;
    text-align: left;
    margin: 0 0 15px 0px; }
  .timeline .bubble p.name {
    font-size: 20px;
    font-weight: 700;
    margin: 0px; }
  .timeline .bubble p.title {
    font-size: 14px;
    font-weight: 400;
    margin: 0px; }
  .timeline .odd {
    margin: 80px 0 0 0; }
  .timeline .odd .bubble-arrow {
    left: -10px;
    right: auto;
    background-position: right top; }
  .timeline .odd .bubble {
    margin: 0px 0px 0 30px; }
  .timeline .odd .point {
    left: -29px; }
  .timeline .odd .timestamp {
    float: left; }
  .timeline .odd .timestamp p.date, .timeline .odd .timestamp p.time {
    text-align: left;
    margin: 0 0 0 50px; }
  .timeline .odd .timestamp p.date {
    margin-top: 10px; }
  .timeline .odd .bubble {
    float: left; }
  .timeline .odd .bubble img {
    left: auto;
    right: -34px; }
  .timeline li:nth-child(1) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
    -moz-animation-delay: 0.2s;
    -o-animation-delay: 0.2s;
    -ms-animation-delay: 0.2s; }
  .timeline li:nth-child(2) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -o-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s; }
  .timeline li:nth-child(3) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s; }
  .timeline li:nth-child(4) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    -ms-animation-delay: 1s; }
  .timeline li:nth-child(5) {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s; }
  .timeline li:nth-child(6) {
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s; }
  .timeline li:nth-child(7) {
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
    -moz-animation-delay: 1.6s;
    -o-animation-delay: 1.6s;
    -ms-animation-delay: 1.6s; }
  .timeline li:nth-child(8) {
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
    -moz-animation-delay: 1.8s;
    -o-animation-delay: 1.8s;
    -ms-animation-delay: 1.8s; }
  .timeline li:nth-child(9) {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s; }
  .timeline li:nth-child(10) {
    animation-delay: 2.2s;
    -webkit-animation-delay: 2.2s;
    -moz-animation-delay: 2.2s;
    -o-animation-delay: 2.2s;
    -ms-animation-delay: 2.2s; }

/*------------------------------------------------------------------
[6. Portfolio]
-------------------------------------------------------------------*/
.filter {
  text-align: center;
  width: 100%; }
  .filter li {
    display: inline-block;
    padding: 5px; }
  .filter a {
    display: block;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px; }
  .filter .current {
    background-color: #d82c2e;
    border-color: #d82c2e;
    color: white; }

section.portfolio {
  background: white; }

.portfolio-items {
  -webkit-transition: all 0.2s linear, 1s;
  -moz-transition: all 0.2s linear, 1s;
  -o-transition: all 0.2s linear, 1s;
  -ms-transition: all 0.2s linear, 1s;
  transition: all 0.2s linear, 1s; }
  .portfolio-items li {
    padding: 5px;
    display: block;
    z-index: 2; }
    .portfolio-items li img {
      -webkit-transition: all 0.2s linear, 1s;
      -moz-transition: all 0.2s linear, 1s;
      -o-transition: all 0.2s linear, 1s;
      -ms-transition: all 0.2s linear, 1s;
      transition: all 0.2s linear, 1s; }
  .portfolio-items .item {
    position: relative;
    display: block;
    overflow: hidden; }
  .portfolio-items .mask {
    width: 100%;
    height: 100%;
    background: url(../images/mask.png);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    transition: all 0.2s linear, 1s; }
  .portfolio-items .icons {
    position: absolute;
    width: 90px;
    height: 40px;
    left: 50%;
    top: 50%;
    margin: -21px auto 0 -47px;
    text-align: center;
    z-index: 3; }
    .portfolio-items .icons i {
      color: white;
      font-size: 20px;
      margin-top: 9px; }
  .portfolio-items .projectlink, .portfolio-items .fullwidth {
    width: 40px;
    height: 40px;
    background: #c12728;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out, 0.2s;
    -moz-transition: all 0.2s ease-in-out, 0.2s;
    -o-transition: all 0.2s ease-in-out, 0.2s;
    -ms-transition: all 0.2s ease-in-out, 0.2s;
    transition: all 0.2s ease-in-out, 0.2s; }
  .portfolio-items .fullwidth {
    float: left;
    top: -200px; }
  .portfolio-items .projectlink {
    float: right;
    bottom: -200px; }
  .portfolio-items li .item:hover img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  .portfolio-items li .item:hover .mask {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=1);
    opacity: 1; }
  .portfolio-items li .item:hover .fullwidth {
    top: 0px; }
  .portfolio-items li .item:hover .projectlink {
    bottom: 0px; }

.fancybox-close {
  top: 0px;
  right: 0px; }

/*------------------------------------------------------------------
[7. Contact]
-------------------------------------------------------------------*/
section.contact .details {
  text-align: center;
  padding: 0 0 30px 0px; }
  section.contact .details p {
    font-family: "Lato", sans-serif;
    font-size: 30px;
    font-weight: 300; }
  section.contact .details p.bigger {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px; }

.contactform input, .blogcontent .comment-form input, .contactform textarea, .blogcontent .comment-form textarea {
  border: 1px solid #b6b7b7;
  color: #363b3f;
  background: none;
  padding: 15px 30px;
  margin: 0 3% 20px 0px;
  resize: none; }
.contactform .error, .blogcontent .comment-form .error, .contactform .form-error, .blogcontent .comment-form .form-error {
  border-color: #c12728 !important; }
.contactform .no-margin, .blogcontent .comment-form .no-margin {
  margin-right: 0px; }
.contactform input.col-lg-6, .blogcontent .comment-form input.col-lg-6 {
  width: 48.5%; }
.contactform button, .blogcontent .comment-form button {
  background: #d82c2e; }
  .contactform button:hover, .blogcontent .comment-form button:hover, .contactform button:focus, .blogcontent .comment-form button:focus {
    border-color: #d82c2e; }
.contactform p, .blogcontent .comment-form p {
  text-align: center; }

.form a {
  color: white; }

#map {
  float: left;
  width: 100%;
  height: 390px;
  border-top: 4px solid #d82c2e; }

#map img {
  max-width: none !important; }

/*------------------------------------------------------------------
[8. Footer]
-------------------------------------------------------------------*/
footer {
  background: #363b3f; }
  footer p {
    font-size: 12px;
    color: white;
    text-align: center; }
  footer ul {
    width: 100%;
    text-align: center;
    margin-top: 20px; }
  footer li {
    display: inline-block;
    margin: 0 4px; }
  footer li a {
    display: block;
    text-decoration: none;
    border-bottom: none;
    padding: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in, 1s;
    -moz-transition: all 0.3s ease-in, 1s;
    -o-transition: all 0.3s ease-in, 1s;
    -ms-transition: all 0.3s ease-in, 1s;
    transition: all 0.3s ease-in, 1s; }
  footer .facebook {
    background: url(../images/facebook.png) center no-repeat #444749; }
    footer .facebook:hover {
      background-color: #4265b9; }
  footer .twitter {
    background: url(../images/twitter.png) center no-repeat #444749; }
    footer .twitter:hover {
      background-color: #9ae4e8; }
  footer .google {
    background: url(../images/google.png) center no-repeat #444749; }
    footer .google:hover {
      background-color: #d62408; }
  footer .youtube {
    background: url(../images/youtube.png) center no-repeat #444749; }
    footer .youtube:hover {
      background-color: #df3333; }
  footer .flickr {
    background: url(../images/flickr.png) center no-repeat #444749; }
    footer .flickr:hover {
      background-color: #E2408F; }
  footer .dribbble {
    background: url(../images/dribbble.png) center no-repeat #444749; }
    footer .dribbble:hover {
      background-color: #e94c89; }
  footer .behance {
    background: url(../images/behance.png) center no-repeat #444749; }
    footer .behance:hover {
      background-color: #3fbff0; }
  footer .instagram {
    background: url(../images/instagram.png) center no-repeat #444749; }
    footer .instagram:hover {
      background-color: #956751; }
  footer .vimeo {
    background: url(../images/vimeo.png) center no-repeat #444749; }
    footer .vimeo:hover {
      background-color: #87d2e0; }
  footer .tumblr {
    background: url(../images/tumblr.png) center no-repeat #444749; }
    footer .tumblr:hover {
      background-color: #4d7Da1; }
  footer .linkedin {
    background: url(../images/linkedin.png) center no-repeat #444749; }
    footer .linkedin:hover {
      background-color: #0073b2; }

/*------------------------------------------------------------------
[9. BLOG]
-------------------------------------------------------------------*/
.blogcontent .border {
  width: 100%;
  height: 1px;
  background: #e3e5e5; }
.blogcontent .post-date {
  margin-top: 40px;
  border: 1px solid black;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: black;
  text-align: center; }
  .blogcontent .post-date .day {
    font-size: 27px;
    padding: 10px 5px 10px 5px; }
  .blogcontent .post-date .month {
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0 5px 0px;
    border-top: 1px solid black; }
.blogcontent .post-thumb {
  padding-bottom: 20px; }
.blogcontent article {
  margin: 40px 0 0 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  position: relative; }
.blogcontent article.sticky .post-title {
  padding-right: 55px; }
.blogcontent .stickybadge {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 25px;
  height: 45px;
  background: url(../images/sticky.png);
  z-index: 99; }
.blogcontent h1 {
  color: black;
  margin: 20px 0 20px 0; }
  .blogcontent h1 a {
    color: black;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in, 1s;
    -moz-transition: all 0.3s ease-in, 1s;
    -o-transition: all 0.3s ease-in, 1s;
    -ms-transition: all 0.3s ease-in, 1s;
    transition: all 0.3s ease-in, 1s; }
    .blogcontent h1 a:hover {
      color: #b6b7b7; }
.blogcontent .post-video {
  padding-bottom: 20px; }
.blogcontent .post-title {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #e3e5e5; }
  .blogcontent .post-title h1 {
    margin: 0px; }
.blogcontent .post-meta {
  padding: 10px 0 10px 20px; }
  .blogcontent .post-meta a {
    color: #b6b7b7;
    text-decoration: none; }
    .blogcontent .post-meta a:hover {
      text-decoration: underline; }
  .blogcontent .post-meta span {
    margin: 0 20px 0 0px;
    color: #b6b7b7; }
  .blogcontent .post-meta strong {
    padding: 0 5px 0 0px; }
  .blogcontent .post-meta .meta {
    padding: 10px 0 10px 0px;
    color: black;
    border-bottom: 1px solid #e3e5e5; }
.blogcontent .post-content {
  padding: 0 20px 20px 20px;
  border-bottom: 1px solid #e3e5e5; }
  .blogcontent .post-content .pagination ul {
    margin-left: 0px !important; }
.blogcontent .page-content {
  padding: 20px; }
.blogcontent p a, .blogcontent li a, .blogcontent blockquote a, .blogcontent .comment-respond a, .blogcontent td a, .blogcontent th a, .blogcontent dt a, .blogcontent dd a {
  color: #d82c2e;
  text-decoration: none; }
  .blogcontent p a:hover, .blogcontent li a:hover, .blogcontent blockquote a:hover, .blogcontent .comment-respond a:hover, .blogcontent td a:hover, .blogcontent th a:hover, .blogcontent dt a:hover, .blogcontent dd a:hover {
    text-decoration: underline; }
.blogcontent em {
  font-style: italic; }
.blogcontent ul {
  list-style-type: circle;
  margin-left: 20px; }
.blogcontent ol {
  list-style-type: decimal;
  margin-left: 20px; }
.blogcontent h2, .blogcontent h3, .blogcontent h4, .blogcontent h5, .blogcontent h6 {
  color: black; }
.blogcontent .heading h2 {
  color: #d82c2e; }
.blogcontent table {
  width: 100%; }
  .blogcontent table caption {
    margin-bottom: 20px; }
  .blogcontent table td, .blogcontent table th, .blogcontent table caption {
    text-align: center; }
  .blogcontent table caption, .blogcontent table th, .blogcontent table td#today {
    font-weight: 700; }
.blogcontent .comments ol {
  list-style-type: none;
  margin-left: 0px; }
.blogcontent ol.children {
  margin: 0 0 0 30px;
  padding: 0 0 0 30px;
  border-left: 1px dashed #e3e5e5;
  position: relative; }
  .blogcontent ol.children:after {
    position: absolute;
    content: "";
    width: 20px;
    left: 0px;
    top: 32px;
    border-bottom: 1px dashed #e3e5e5;
    display: inline-block; }
.blogcontent .comment-body {
  position: relative;
  margin-top: 20px;
  padding: 10px 0 10px 80px; }
  .blogcontent .comment-body .avatar {
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
  .blogcontent .comment-body footer {
    background: none; }
  .blogcontent .comment-body .comment-author {
    text-transform: uppercase;
    color: black; }
    .blogcontent .comment-body .comment-author a {
      color: black; }
  .blogcontent .comment-body .comment-metadata {
    color: #b6b7b7;
    padding: 5px 0 5px 0px; }
    .blogcontent .comment-body .comment-metadata a {
      color: #b6b7b7;
      text-decoration: none; }
      .blogcontent .comment-body .comment-metadata a:hover {
        text-decoration: underline; }
.blogcontent .comment-respond {
  margin-top: 20px; }
.blogcontent .comment-form {
  margin-top: 20px; }
  .blogcontent .comment-form input.col-lg-4 {
    width: 31.33%; }
  .blogcontent .comment-form #submit {
    background: #d82c2e; }
    .blogcontent .comment-form #submit:hover {
      border-color: #d82c2e; }
.blogcontent p.comment-awaiting-moderation {
  color: black;
  font-weight: 700; }
.blogcontent .sidebar {
  padding-top: 40px; }
  .blogcontent .sidebar .widget {
    margin-top: 20px;
    padding: 20px 15px 20px 15px; }
  .blogcontent .sidebar h3.widget-title {
    font-size: 18px;
    margin: -10px -15px 10px -15px;
    padding: 0 15px 10px 15px;
    border-bottom: 1px solid #e3e5e5; }
  .blogcontent .sidebar ul, .blogcontent .sidebar ol {
    list-style-type: none;
    margin-left: 0px; }
  .blogcontent .sidebar li {
    padding: 5px 0 5px 0px;
    border-bottom: 1px solid #e3e5e5; }
  .blogcontent .sidebar li:last-child {
    border: none; }
  .blogcontent .sidebar a {
    color: #c12728; }
    .blogcontent .sidebar a:hover {
      color: black;
      text-decoration: none; }
  .blogcontent .sidebar input[type=text] {
    border: 1px solid #b6b7b7;
    color: #363b3f;
    background: none;
    padding: 5px 10px;
    width: 70%; }
  .blogcontent .sidebar input[type=submit], .blogcontent .sidebar #searchsubmit {
    background: #d82c2e;
    padding: 6px 9px; }
    .blogcontent .sidebar input[type=submit]:hover, .blogcontent .sidebar input[type=submit]:focus, .blogcontent .sidebar #searchsubmit:hover, .blogcontent .sidebar #searchsubmit:focus {
      border-color: #d82c2e; }
.blogcontent .tagcloud a {
  background-color: #d82c2e;
  color: white;
  padding: 2px 5px; }
  .blogcontent .tagcloud a:hover {
    background-color: #c12728;
    color: white; }
.blogcontent .relateds {
  margin-top: 20px; }
  .blogcontent .relateds .image {
    overflow: hidden; }
  .blogcontent .relateds img {
    -webkit-transition: all 0.2s linear, 1s;
    -moz-transition: all 0.2s linear, 1s;
    -o-transition: all 0.2s linear, 1s;
    -ms-transition: all 0.2s linear, 1s;
    transition: all 0.2s linear, 1s; }
  .blogcontent .relateds a:hover {
    text-decoration: none; }
    .blogcontent .relateds a:hover img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05); }
  .blogcontent .relateds .title {
    padding: 10px 20px; }
  .blogcontent .relateds .detail {
    padding: 0 20px; }
  .blogcontent .relateds h4 {
    text-align: center;
    margin: 0px; }
  .blogcontent .relateds p {
    text-align: center;
    color: #b6b7b7; }
    .blogcontent .relateds p a {
      color: #b6b7b7; }

/*------------------------------------------------------------------
[9. PORTFOLIO]
-------------------------------------------------------------------*/
/* Portfolio Details */
.portfoliocontent .post-content {
  padding: 20px; }

.grid {
  background: white;
  border-bottom: 2px solid #b6b7b7; }
  .grid .post-thumb {
    padding: 0px; }
  .grid .post-title {
    padding: 20px 20px 0px 20px;
    border: none; }
  .grid .post-content {
    height: 120px;
    overflow: hidden; }
  .grid h3 {
    color: black;
    margin: 0px; }
    .grid h3 a {
      color: black;
      text-decoration: none;
      -webkit-transition: all 0.3s ease-in, 1s;
      -moz-transition: all 0.3s ease-in, 1s;
      -o-transition: all 0.3s ease-in, 1s;
      -ms-transition: all 0.3s ease-in, 1s;
      transition: all 0.3s ease-in, 1s; }
      .grid h3 a:hover {
        color: #b6b7b7; }

/* Pagination */
.page-numbers {
  text-align: center; }
  .page-numbers ul {
    list-style: none; }
  .page-numbers li {
    display: inline-block;
    line-height: 55px; }
  .page-numbers a, .page-numbers span {
    padding: 12px 12px;
    background: white;
    border: 1px solid #e3e5e5; }
    .page-numbers a:hover, .page-numbers span:hover {
      text-decoration: none !important;
      background-color: #f7f8f8; }
  .page-numbers a span.link_before_pagination {
    padding: 0px !important;
    border: none !important; }

div.page-numbers {
  margin-top: 20px; }

/* HELPERS */
img {
  max-width: 100%;
  height: auto; }

img.alignleft {
  float: left;
  margin: 20px 20px 20px 0px; }

.wp-caption {
  max-width: 100%;
  height: auto; }

.clear {
  clear: both; }

.no-padding {
  padding-left: 0px;
  padding-right: 0px; }

.no-margin {
  margin-left: 0px;
  margin-right: 0px; }

::selection {
  background-color: #d82c2e;
  color: white; }

::-moz-selection {
  background-color: #d82c2e;
  color: white; }

input, textarea {
  -webkit-appearance: none; }

/* OWL */
.owl-theme .owl-controls .owl-page span {
  background: white; }

/* CSS Keyframe Animations */
.animated {
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px); }

  100% {
    opacity: 1;
    -moz-transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }

  100% {
    opacity: 1;
    -o-transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@media only screen and (max-width: 768px) {
  .navbar-flat li {
    display: inline-block; } }
@media only screen and (max-width: 765px) {
  .navbar-brand {
    display: block !important; }

  .navbar-flat .sub-menu {
    position: static;
    display: block !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=1);
    opacity: 1; }
    .navbar-flat .sub-menu li {
      width: auto;
      color: white;
      text-align: center; }

  .navbar-flat li {
    display: inline; }

  .timeline {
    background-position: 38px top; }
    .timeline li, .timeline .odd {
      margin: 0px 0 20px 43px;
      width: 85%;
      opacity: 1 !important; }
    .timeline .point, .timeline .odd .point {
      left: -32px;
      right: auto; }
    .timeline .timestamp, .timeline .bubble {
      float: left; }
    .timeline .bubble, .timeline .odd .bubble {
      margin: 0px 0 0 30px;
      width: 80%;
      padding: 22px 30px 25px 32px; }
    .timeline .bubble-arrow {
      background-position: right top;
      left: -10px;
      right: auto; }

  .comment-form input.col-lg-4 {
    width: 100% !important; }

  .hidethis {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
    filter: alpha(opacity=1);
    opacity: 1; } }
@media only screen and (max-width: 425px) {
  .stickybadge {
    display: none; } }
