@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic);
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto');
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
.google-maps img {
  max-width: none;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
  outline: 0;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
/*
.keyframes-mixin (@name, @frames) {
	@-webkit-keyframes @name {@frames}
	@-moz-keyframes @name {@frames}
	@-ms-keyframes @name {@frames}
	@-o-keyframes @name {@frames}
	@keyframes @name {@frames}
}
*/
/*----------------------
                       2 ) Preloader Styles
                      ----------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1a1b23;
  z-index: 10000;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -moz-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -ms-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -o-transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  -webkit-animation: loader 1.2s infinite ease-in-out;
  animation: loader 1.2s infinite ease-in-out;
}
.loader span {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.8;
  background-color: #6A8D9D;
  -webkit-animation: loaderBlock 1.2s infinite ease-in-out both;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span span:nth-child(3) {
  bottom: 0;
  left: 0;
  -webkit-animation: loaderBlockInverse 1.2s infinite ease-in-out both;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span span:nth-child(4) {
  bottom: 0;
  right: 0;
}
@-webkit-keyframes loader {
  0%,
  10%,
  100% {
    width: 40px;
    height: 40px;
  }
  65% {
    width: 80px;
    height: 80px;
  }
}
@-webkit-keyframes loaderBlock {
  0%,
  30% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes loaderBlockInverse {
  0%,
  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
@keyframes loader {
  0%,
  10%,
  100% {
    width: 40px;
    height: 40px;
  }
  65% {
    width: 80px;
    height: 80px;
  }
}
@keyframes loaderBlock {
  0%,
  30% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%,
  20% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  55% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/*-------------------
                       3 ) General Rulas
                      -------------------*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #343333;
}
html,
body,
textarea,
button,
input {
  font-family: 'Roboto', sans-serif;
  font-family: 'Montserrat', sans-serif;
  font-family: 'Open Sans', sans-serif;
  font-family: 'Open Sans Condensed', sans-serif;
}
p {
  font-size: 14px;
  line-height: 1.42;
}
h1 {
  font-size: 63px;
  font-weight: 500;
}
h2 {
  font-size: 36px;
  font-weight: 500;
}
h2.small-heading {
  padding: 60px 0 20px 0;
  text-align: center;
}
h3 {
  font-size: 18px;
  font-weight: 500;
}
body {
  overflow-x: hidden;
}
/*---------------------
                       4 ) Homepage Styles
                      ---------------------*/
/* ( a ) Homepage */
.home-page {
  min-height: -webkit-fill-available;
  box-sizing: border-box;
  width: 100vw;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* ( b ) Introduction Section */
.introduction {
  float: left;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.introduction .mask {
  background: #fff;
  opacity: 0.5;
}
.introduction h1,
.introduction h2,
.introduction h3 {
  color: #000 !important;
}
.introduction img {
  position: absolute;
  top: 0;
  left: -50%;
}
.introduction .bg {
  background: url('../img/IMG_0948.JPG');
  background: url('http://www.clinicaaravaca.com/images/bg/Rorschach2.jpg');
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
.mask {
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  background: #122b3c;
}
.intro-content {
  text-align: center;
  position: relative;
  z-index: 10;
  top: 50%;
  opacity: 0.9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.intro-content img {
  position: relative;
  top: 0;
  left: 0;
}
.intro-content h1 {
  color: #fff;
  text-align: center;
}
.intro-content h2 {
  color: #fff;
  text-decoration: underline;
  text-align: center;
  font-weight: 300;
  font-size: 30px;
}
.intro-content h4 {
  color: #476071;
  font-size: 23px;
}
.intro-content h4 a {
  color: inherit;
}
.intro-content h1 span,
.main-heading h1 span {
  color: #6A8D9D;
}
.social-media {
  font-size: 25px;
  text-align: center;
  margin-top: 50px;
}
.social-media a {
  color: #fff;
  text-decoration: none;
  outline: 0 none;
  padding: 0 10px;
}
.social-media a:hover {
  color: #6A8D9D;
}
.social-media + .tooltip > .tooltip-inner {
  background-color: transparent;
  color: #6A8D9D;
  font-size: 16px;
}
.social-media + .tooltip > .tooltip-arrow {
  border-bottom-color: transparent;
}
/*Bootstrap tooltips Customized*/
/* ( c ) Navigation Menu */
.menu {
  float: left;
  padding: 0;
  position: relative;
}
.menu .mask {
  opacity: 0.7;
}
.menu > div {
  width: 100%;
  height: 25%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.menu > div > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transition: 0.5s linear;
  -moz-transition: 0.5s linear;
  -ms-transition: 0.5s linear;
  -o-transition: 0.5s linear;
  transition: 0.5s linear;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
.menu > div:hover > img {
  -webkit-transform: translateY(-30%) scale(1.1);
  -moz-transform: translateY(-30%) scale(1.1);
  -o-transform: translateY(-30%) scale(1.1);
  transform: translateY(-30%) scale(1.1);
}
.menu > div:hover .heading i {
  border-radius: 50%;
}
.heading {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.heading i {
  background: rgba(133, 136, 158, 0.45);
  border-radius: 28%;
  color: #fff;
  display: block;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  margin: auto auto 10px;
  text-align: center;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  width: 60px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.heading h2 {
  color: #fff;
  margin: 0;
  font-size: 25px;
  opacity: 0.9;
}
.heading h2 span {
  color: #6A8D9D;
}
.heading h3 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 16px;
  opacity: 0.9;
  font-style: italic;
  font-weight: 300;
}

@media (max-width: 430px) {
  .menu .heading h2 {
    margin: 0 0 0 10px;
  }
  .menu .heading h3 .hide-xxs {
    display: none;
  }
}
@media (orientation: landscape) {
  .introduction,
  .menu {
    width: 50%;
    height: 100%;
  }
}
@media (orientation: landscape) and (max-height: 600px) {
	.intro-content img {
		max-width: 100px;
	}
	.intro-content h1 {
		font-size: 40px;
		margin-top: 0px;
	}
	.intro-content h2 {
		font-size: 25px;
	}
	.intro-content h3 {
		margin-top: 0px;
	}
	.intro-content .social-media {
		margin-top: 10px;
	}

}
@media (orientation: portrait) {
  .home-page div.introduction {
    height: 70%;
    width: 100%;
  }
  .intro-content img {
    max-width: 170px;
  }
  .menu {
    height: 30%;
    width: 100%;
  }
  .heading h2 {
    float: left;
    display: inline-block;
  }
  .heading h3 {
    float: right;
    display: inline-block;
  }
}
@media (orientation: portrait) {
  .heading h3,
  .heading h2 {
    display: inline-block;
    margin: 0 0 0 20px;
  }
}
@media (orientation: portrait) and (max-height: 700px) and (max-width: 500px) {
  .intro-content img {
    width: 44%;
  }
  .menu .heading {
    text-align: center;
  }
}
/*------------------
                       5 ) Close Button
                      ------------------*/
.close-btn {
  background: url('../img/icons/close.png');
  z-index: 1000;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 3%;
  top: 30px;
  background-size: cover;
  border-radius: 50%;
  padding: 11px;
  background-size: 39%;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6;
  background-position: 50%;
  background-color: #fff;
}
.close-btn:after {
  content: "Volver al menú";
  width: 50px;
  display: block;
  position: absolute;
  right: 3%;
  margin: 0 -7px 0 0;
  font-size: 10px;
  top: 39px;
}
.close-btn:hover:after {
  width: 68px;
  margin: 0 -19px 0 0;
  font-size: 14px;
}
/*-------------------------------------------------
                       6 ) General Rules for Content Pages Fixed Image
                      -------------------------------------------------*/
.profile-page,
.resume-page,
.portfolio-page,
.contact-page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}
.image-container {
  height: 100vh;
  position: fixed;
  padding: 0;
  overflow: hidden;
}
.main-heading {
  position: relative;
  top: 50%;
  padding-left: 50px;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  -o-transform: translateY(200%);
  transform: translateY(200%);
}
.main-heading h1 {
  color: #fff;
  position: relative;
  text-align: left;
}
.main-heading h1:after {
  background-color: #87a3c5;
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 400px;
  height: 6px;
}
.content-container {
  left: 41.666%;
  position: relative;
  padding: 0;
  background: #f5f5f5;
}
/*------------------
                       7 ) Profile Page
                      ------------------*/
/* ( a ) Story of Glory */
.profile-page .image-container {
  background: url('../img/profile_image.jpg');
  background-size: cover;
  background-position: bottom;
}
.story {
  background: url('../img/story_bg.jpg');
  background-size: cover;
}
.story-content {
  padding: 20px;
}
.story-content img {
  padding: 0;
  border: 1px solid #87a3c5;
}
.story-content div h3 {
  color: #87a3c5;
  line-height: 1;
  margin-top: 0;
}
.story-content div p {
  text-indent: 25px;
}
.story-content div a {
  border: 1px solid #87a3c5;
  color: #87a3c5;
  display: block;
  float: left;
  margin: 29px 5px;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  -webkir-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/* ( b ) What Can I Do */
.services-container {
  background: #87a3c5;
}
.services-container h2 {
  color: #fff;
}
.services {
  min-height: 250px;
  text-align: center;
  padding: 15px;
  -webkir-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.services:hover {
  background: rgba(255, 255, 255, 0.05);
}
.services:hover i {
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15), 0 0 0 40px rgba(255, 255, 255, 0);
}
.services i {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.15), 0 0 0 0 rgba(255, 255, 255, 0.3);
  color: #87a3c5;
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  width: 60px;
  margin: 20px 0 10px 0;
  -webkir-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.services p,
.services h3 {
  color: #fff;
}
.services ul {
  color: #fff;
  padding: 0 0 0 15px;
  font-size: 10px;
  text-align: left;
}
/* ( c ) Some Facts */
.facts {
  text-align: center;
  padding: 50px 15px;
}
/*-----------------
                       8 ) Resume Page
                      -----------------*/
/* ( a ) Education Section */
.resume-page .image-container {
  background: url('../img/resume_image.jpg');
  background-size: cover;
  background-position: bottom;
}
.education-container {
  position: relative;
  margin-bottom: 50px;
  margin-top: 25px;
}
.education-container:before {
  background: #87a3c5;
  content: "";
  height: 96%;
  left: 50px;
  position: absolute;
  top: 2%;
  width: 2px;
}
.education-container .bullet {
  background: #87a3c5;
  border: 5px solid #f5f5f5;
  border-radius: 50%;
  height: 30px;
  left: 21px;
  display: inline-block;
  position: relative;
  width: 30px;
  -webkir-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
}
.item {
  position: relative;
  margin-bottom: 5px;
}
.education-content {
  display: inline-block;
  padding: 0 15px;
  margin-left: 15px;
  width: 88%;
}
.education-content h3 {
  background: #87a3c5;
  color: #fff;
  display: block;
  margin: 0;
  padding: 10px;
  position: relative;
}
.education-content h3:before {
  border-color: transparent #87a3c5 transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  position: absolute;
  right: 100%;
  top: 5px;
}
.education-content h3 span {
  font-size: 16px;
}
.education-content h3 p {
  padding: 15px 5px;
}
/* ( b ) Experience Section */
.experience {
  background: #87a3c5;
}
.experience h2 {
  color: #fff;
}
.experience-container {
  position: relative;
  margin-bottom: 50px;
  margin-top: 25px;
}
.experience-container:before {
  background: #fff;
  content: "";
  height: 96%;
  right: 50px;
  position: absolute;
  top: 2%;
  width: 2px;
}
.experience-container .bullet {
  background: #fff;
  border: 5px solid #87a3c5;
  border-radius: 50%;
  height: 30px;
  right: 21px;
  display: inline-block;
  position: absolute;
  width: 30px;
  vertical-align: top;
}
.experience-content {
  display: inline-block;
  padding: 0 15px;
  margin-left: 15px;
  width: 88%;
}
.experience-content h3 {
  background: #fff;
  color: #87a3c5;
  display: block;
  margin: 0;
  line-height: 1.42;
  padding: 10px;
  position: relative;
}
.experience-content h3:before {
  border-color: transparent transparent transparent #fff;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: "";
  position: absolute;
  left: 100%;
  top: 5px;
}
.experience-content h3 span {
  font-size: 16px;
}
.experience-content h3 p {
  padding: 15px 5px;
  color: #fff;
}
#theraphyslider .item > div {
  padding: 5px 20px;
}
#theraphyslider .item > div h3 {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
/* ( c ) Skills Section */
.skill-container {
  text-align: center;
  padding: 20px 15px;
}
.skill {
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.skill span {
  color: #343333;
  font-size: 18px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*--------------------
                       9 ) Portfolio Page
                      --------------------*/
/* ( a ) Portfolio Section */
.portfolio-page .image-container {
  background: url('../img/portfolio_image.jpg');
  background-size: cover;
  background-position: bottom;
}
.project-controls {
  padding: 20px 0;
  text-align: center;
}
.filter {
  background: none;
  border: 1px solid #87a3c5;
  color: #87a3c5;
  margin: 10px 0;
  padding: 10px 25px;
  -webkir-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.filter:hover {
  background: #87a3c5;
  color: #fff;
}
.filter.active {
  background: #87a3c5;
  color: #fff;
}
#projects > .mix {
  display: none;
}
.projet-items {
  padding: 20px;
}
/*----- Hover Effect Portfolio Image --------*/
.project {
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
  position: relative;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.project img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.project .ovrly {
  background: rgba(106, 141, 157, 0.5);
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.project .buttons {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.project .buttons a {
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  opacity: 0;
  margin: 0 2px;
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  display: block;
  line-height: 40px;
  outline: none;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  height: 40px;
  color: #343333;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  -ms-transition: -ms-transform 0.3s, opacity 0.3s;
  -o-transition: -o-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.project .buttons .fa-search {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.project:hover .buttons a {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.project:hover .ovrly {
  opacity: 1;
}
/*----- Hover Effect Portfolio Image [ END ] --------*/
.pop-up-box {
  display: none;
}
.popup_content {
  max-width: 500px;
  border: 5px solid #87a3c5;
  background: #fff;
}
.popup_content img {
  display: block;
  width: 100%;
  background: #fff;
  margin: 0 auto;
}
.popup_content .popup-content {
  padding: 15px;
}
.popup_content h3 {
  text-align: center;
}
.popup_content a {
  border: 1px solid #87a3c5;
  color: #87a3c5;
  display: block;
  width: 150px;
  margin: 30px auto;
  padding: 10px 25px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.popup_content a:hover {
  background: #87a3c5;
  color: #fff;
}
/*----- Popup Sty;es [ END ] --------*/
/* ( b )  Testimonial Section */
.testimonials {
  background: #87a3c5;
}
.testimonials h2 {
  color: #fff;
}
.testimonials-container {
  padding: 20px;
}
.testimonials-container div div p {
  font-style: italic;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.testimonials-container div div i {
  margin: 0 5px;
}
.testimonials-container div div h3 {
  font-style: italic;
  color: #fff;
  text-align: center;
}
/*-------------------
                       10 ) Contact Page
                      -------------------*/
/* ( a )  Contact Form */
.contact-page .image-container {
  background: url('../img/contact.jpg');
  background-size: cover;
  background-position: bottom;
}
.contact-form {
  float: none;
  margin: 0 auto;
}
.contact-form input,
.contact-form textarea {
  border: 1px solid #87a3c5;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 2px;
  height: 40px;
  margin: 10px 0;
  padding: 5px 10px;
  background: #f5f5f5;
  width: 100%;
}
.contact-form textarea {
  height: 300px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  font-style: italic;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  font-style: italic;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  font-style: italic;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  font-style: italic;
}
.contact-form input:focus,
.contact-form textarea:focus,
.contact-form input:hover,
.contact-form textarea:hover {
  box-shadow: 0px 0px 3px 0px #87a3c5;
}
.contact-form button {
  background: none;
  border-radius: 2px;
  border: 1px solid #87a3c5;
  color: #87a3c5;
  margin: 10px 0;
  padding: 10px 25px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-form button:hover {
  background: #87a3c5;
  color: #fff;
}
.error,
.success {
  display: none;
}
.error h3,
.success h3 {
  border-radius: 2px;
  display: block;
  margin: 10px 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.error h3 {
  color: #c9302c;
  border: 1px solid #c9302c;
}
.success h3 {
  color: #449d44;
  border: 1px solid #449d44;
}
.google-map {
  width: 100%;
  height: 700px;
}
/* ( b )  Contact Details */
.contact {
  padding: 20px;
  height: 155px;
}
.contact p {
  text-align: center;
}
.contact p i {
  font-size: 25px;
  margin: 20px 0;
}
.contact-details .social-media {
  margin: 0;
  padding: 20px 0;
}
.contact-details .social-media a {
  background: #343333 none repeat scroll 0 0;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  padding: 0;
  width: 50px;
  margin: 0 5px;
  font-size: 18px;
}
.contact-details .social-media a + .tooltip > .tooltip-inner {
  background-color: #343333;
  color: #87a3c5;
  font-size: 16px;
  padding: 3px 10px 5px 10px;
  border-radius: 2px;
  border: 0 none;
}
.contact-details .social-media a + .tooltip > .tooltip-arrow {
  border-top-color: #343333;
}
.owl-theme .owl-controls .owl-page span {
  background: #fff;
}
/*-------------
                       11 ) Footer 
                      -------------*/
.footer {
  background: #87a3c5;
  padding: 10px 20px 6px 20px;
}
.footer a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  float: left;
}
.footer p {
  line-height: 1;
  color: #fff;
  float: right;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .image-container {
    background-position: top !important;
  }
  .portfolio-page .image-container {
    background-position: bottom !important;
  }
  .close-btn:after {
    color: white;
  }
}
