@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:400,300,700|Open+Sans:400,300,700|Lobster);
@import url(https://fonts.googleapis.com/css?family=Lobster);
/* Animations */
.animate {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: translateZ(0) !important;
}
.fade-in {
  -webkit-animation-name: fadein;
  animation-name: fadein;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fade-in-top {
  -webkit-animation-name: fadeintop;
  animation-name: fadeintop;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fade-in-bottom {
  -webkit-animation-name: fadeinbottom;
  animation-name: fadeinbottom;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fade-in-left {
  -webkit-animation-name: fadeinleft;
  animation-name: fadeinleft;
  opacity: 1;
  filter: alpha(opacity=100);
}
.fade-in-right {
  -webkit-animation-name: fadeinright;
  animation-name: fadeinright;
  opacity: 1;
  filter: alpha(opacity=100);
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeintop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeintop {
  from {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes fadeintop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0, 0, 0);
  }
}
@keyframes fadeinbottom {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@-moz-keyframes fadeinbottom {
  from {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
  }
}
@-webkit-keyframes fadeinbottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeinleft {
  from {
    opacity: 0;
    transform: translateX(-35px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-moz-keyframes fadeinleft {
  from {
    opacity: 0;
    -moz-transform: translateX(-35px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes fadeinleft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeinright {
  from {
    opacity: 0;
    transform: translateX(35px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@-moz-keyframes fadeinright {
  from {
    opacity: 0;
    -moz-transform: translateX(35px);
  }
  to {
    opacity: 1;
    -moz-transform: translateX(0px);
  }
}
@-webkit-keyframes fadeinright {
  from {
    opacity: 0;
    -webkit-transform: translate3d(35px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  color : #FFF;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
  font-weight: 300;
}
.white {
  color: #ffffff !important;
}
h1 {
  font-size: 64px;
  letter-spacing: 1px;
  line-height: 70px;
}
p {
  color: #fff;
}
.btn {
  border-radius: 0;
}
.btn.btn-inverse {
  color: #ffffff;
  background-color: #555555;
  border-color: #444444;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.open .dropdown-toggle.btn.btn-inverse {
  color: #ffffff;
  background-color: #414141;
  border-color: #252525;
}
.btn.btn-inverse:active,
.btn.btn-inverse.active,
.open .dropdown-toggle.btn.btn-inverse {
  background-image: none;
}
.btn.btn-inverse.disabled,
.btn.btn-inverse[disabled],
fieldset[disabled] .btn.btn-inverse,
.btn.btn-inverse.disabled:hover,
.btn.btn-inverse[disabled]:hover,
fieldset[disabled] .btn.btn-inverse:hover,
.btn.btn-inverse.disabled:focus,
.btn.btn-inverse[disabled]:focus,
fieldset[disabled] .btn.btn-inverse:focus,
.btn.btn-inverse.disabled:active,
.btn.btn-inverse[disabled]:active,
fieldset[disabled] .btn.btn-inverse:active,
.btn.btn-inverse.disabled.active,
.btn.btn-inverse[disabled].active,
fieldset[disabled] .btn.btn-inverse.active {
  background-color: #555555;
  border-color: #444444;
}
hr.divider {
  margin-top: 35px;
}
.form-control {
  border-radius: 0;
  border-color: #eeeeee;
  color: #999999;
}
.form-control,
.form-control:focus,
.form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
h3.title {
  margin-top: 30px;
  margin-bottom: 20px;
}
aside h3.title {
  font-size: 20px !important;
}
blockquote {
  border: 0;
  position: relative;
  padding: 20px 20px 20px 50px;
  font-size: 18px;
  margin: 20px 0;
  color: #999999;
  background-color: #fafafa;
  border: 1px solid #f6f6f6;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
}
blockquote:before {
  position: absolute;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 80px;
  line-height: 80px;
  top: 4px;
  left: 10px;
  content: "\201C";
  opacity: 0.3;
  filter: alpha(opacity=30);
  font-style: normal;
}
blockquote cite {
  display: block;
  font-size: 14px;
  font-style: normal;
  margin-top: 5px;
}
#home {
  position: relative;
  background-attachment: fixed;
  background-position: top center;
  background-color: transparent;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
  z-index: 5;
}
#home #maximage {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100%;
  z-index: 1;
  background-color: #000000;
  overflow: hidden;
}
#home.static #maximage {
  position: fixed;
}
#home .fullscreen-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -64px;
  z-index: 5;
}
#home .fullscreen-controls .img-prev,
#home .fullscreen-controls .img-next {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #ffffff;
  position: absolute;
}
#home .fullscreen-controls .img-prev:before,
#home .fullscreen-controls .img-next:before {
  font-family: 'FontAwesome';
  font-size: 64px;
}
#home .fullscreen-controls .img-prev:hover,
#home .fullscreen-controls .img-next:hover {
  cursor: pointer;
  text-decoration: none;
}
#home .fullscreen-controls .img-prev {
  left: 15px;
  -webkit-transition: opacity 0.3s, left 0.3s;
  transition: opacity 0.3s, left 0.3s;
}
#home .fullscreen-controls .img-prev:before {
  content: "\f104";
}
#home .fullscreen-controls .img-next {
  right: 15px;
  -webkit-transition: opacity 0.3s, right 0.3s;
  transition: opacity 0.3s, right 0.3s;
}
#home .fullscreen-controls .img-next:before {
  content: "\f105";
}
#home:hover .fullscreen-controls .img-prev,
#home:hover .fullscreen-controls .img-next {
  opacity: 1;
  filter: alpha(opacity=100);
}
#home:hover .fullscreen-controls .img-prev {
  left: 25px;
}
#home:hover .fullscreen-controls .img-next {
  right: 25px;
}
#home .home-wrapper {
  width: 100%;
  margin: auto;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 3;
  text-align: center;
}
#home .home-wrapper .logo h1 {
  font-family: 'Lobster', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  padding: 0 15px 20px;
  display: inline-block;
  color: #ffffff;
  font-size: 80px;
  line-height: 88px;
}
#home .home-wrapper #home-slider {
  max-width: 99% !important;
}
#home .home-wrapper #home-slider .star-line {
  height: 20px;
  width: 800px;
  margin: 0 auto;
  position: relative;
}
#home .home-wrapper #home-slider .star-line .icons {
  display: block;
  width: 76px;
  text-align: center;
  margin: 0 auto;
}
#home .home-wrapper #home-slider .star-line .icons:before,
#home .home-wrapper #home-slider .star-line .icons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#home .home-wrapper #home-slider .star-line .icons:after {
  clear: both;
}
#home .home-wrapper #home-slider .star-line .icons .glyphicon {
  color: #ffffff !important;
  font-size: 18px;
  display: block;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}
#home .home-wrapper #home-slider .star-line .icons .glyphicon:first-child,
#home .home-wrapper #home-slider .star-line .icons .glyphicon:last-child {
  font-size: 14px;
  margin-top: 2px;
}
#home .home-wrapper #home-slider .star-line .line-pre,
#home .home-wrapper #home-slider .star-line .line-after {
  display: block;
  height: 1px;
  position: absolute;
  width: 340px;
  top: 9px;
}
#home .home-wrapper #home-slider .star-line .line-pre {
  left: 0;
  background-image: -webkit-gradient(linear, 0% top, 70% top, from(transparent), to(#ffffff));
  background-image: -webkit-linear-gradient(left, color-stop(transparent 0%), color-stop(#ffffff 70%));
  background-image: -moz-linear-gradient(left, transparent 0%, #ffffff 70%);
  background-image: linear-gradient(to right, transparent 0%, #ffffff 70%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#ffffffff', GradientType=1);
}
#home .home-wrapper #home-slider .star-line .line-after {
  right: 0;
  background-image: -webkit-gradient(linear, 30% top, 100% top, from(#ffffff), to(transparent));
  background-image: -webkit-linear-gradient(left, color-stop(#ffffff 30%), color-stop(transparent 100%));
  background-image: -moz-linear-gradient(left, #ffffff 30%, transparent 100%);
  background-image: linear-gradient(to right, #ffffff 30%, transparent 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#00000000', GradientType=1);
}
#home .home-wrapper #home-slider ul {
  margin: 0;
  padding: 0;
}
#home .home-wrapper #home-slider ul:before,
#home .home-wrapper #home-slider ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#home .home-wrapper #home-slider ul:after {
  clear: both;
}
#home .home-wrapper #home-slider li {
  margin: 0;
  padding: 0;
}
#home .home-wrapper #home-slider h1 {
  color: #ffffff;
  line-height: 68px;
  font-size: 60px;
  font-weight: 700;
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#home .home-wrapper .buttons {
  margin-top: 20px;
}
#home .home-wrapper .buttons .btn {
  position: relative;
  z-index: 6;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 15px 20px;
}
#home .home-wrapper .buttons .btn:hover {
  background-color: #ffffff;
  color: #222222;
}
#home .home-wrapper .buttons .or {
  position: relative;
  z-index: 7;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  background-color: #fff;
  padding: 6px 7px 7px;
  margin-left: -18.5px;
  margin-right: -18.5px;
  border-radius: 50%;
}
section {
  position: relative;
  z-index: 7;
  background-color: #000;
}
section.grey {
  border-top: 1px solid #f6f6f6;
  border-bottom: 1px solid #f6f6f6;
  background-color: #f9f9f9;
}
section.dark {
  background-color: #444444;
}
.page {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-title {
  text-align: center;
  position: relative;
  z-index: 4;
}
.section-title h1 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-title h1.super-title {
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 64px;
  line-height: 70px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.section-title h1.super-title:before,
.section-title h1.super-title:after {
  width: 90%;
  height: 10px;
  position: absolute;
  content: "";
  left: 5%;
  background-image: url(../img/lines.png);
}
.section-title h1.super-title:before {
  top: 0;
}
.section-title h1.super-title:after {
  bottom: 0;
}
.section-title h4 {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 0;
  color: #666666;
}
.section-title h4 + h2 {
  margin-top: 0;
  padding-top: 0;
}
.section-title h2 {
  font-size: 32px;
  line-height: 36px;
}
.section-title hr {
  width: 120px;
  background-color: #dddddd;
  height: 1px;
  border-width: 0;
}
.section-title .subheading {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 75%;
  margin: 0 auto;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}
aside {
  margin-bottom: 50px;
}
aside .search {
  position: relative;
  margin: 30px 0;
}
aside .search input[type=text] {
  padding-right: 30px;
}
aside .search input[type=submit],
aside .search button[type=submit] {
  position: absolute;
  right: 10px;
  top: 6.5px;
  color: #888888;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: 0;
}
aside .tags,
aside .categories {
  margin: 0;
  padding: 0;
  list-style: none;
}
aside .tags:before,
aside .categories:before,
aside .tags:after,
aside .categories:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
aside .tags:after,
aside .categories:after {
  clear: both;
}
aside .tags li {
  float: left;
}
aside .tags li a {
  font-size: 12px;
  display: block;
  padding: 4px 8px;
  color: #ffffff;
  margin: 0 5px 5px 0;
  border-radius: 3px;
  border: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
aside .tags li a:hover {
  background-color: #000000 !important;
  text-decoration: none;
}
aside .categories li {
  border-top: 1px solid #eeeeee;
}
aside .categories li a {
  display: block;
  padding: 10px;
  color: #999999 !important;
}
aside .categories li a .fa {
  margin-right: 5px;
}
aside .categories li a:hover {
  text-decoration: none;
}
aside .categories li:first-child {
  border-top: 0;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  z-index: 100;
}
#loader .windows8 {
  width: 45px;
  height: 45px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -22.5px 0 0 -22.5px;
}
#loader .windows8 .wBall {
  position: absolute;
  width: 43px;
  height: 43px;
  opacity: 0;
  -moz-transform: rotate(225deg);
  -moz-animation: orbit 7.15s infinite;
  -webkit-transform: rotate(225deg);
  -webkit-animation: orbit 7.15s infinite;
  -ms-transform: rotate(225deg);
  -ms-animation: orbit 7.15s infinite;
  -o-transform: rotate(225deg);
  -o-animation: orbit 7.15s infinite;
  transform: rotate(225deg);
  animation: orbit 7.15s infinite;
}
#loader .windows8 .wBall .wInnerBall {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #FFFFFF;
  left: 0px;
  top: 0px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#loader .windows8 #wBall_1 {
  -moz-animation-delay: 1.56s;
  -webkit-animation-delay: 1.56s;
  -ms-animation-delay: 1.56s;
  -o-animation-delay: 1.56s;
  animation-delay: 1.56s;
}
#loader .windows8 #wBall_2 {
  -moz-animation-delay: 0.31s;
  -webkit-animation-delay: 0.31s;
  -ms-animation-delay: 0.31s;
  -o-animation-delay: 0.31s;
  animation-delay: 0.31s;
}
#loader .windows8 #wBall_3 {
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -ms-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}
#loader .windows8 #wBall_4 {
  -moz-animation-delay: 0.94s;
  -webkit-animation-delay: 0.94s;
  -ms-animation-delay: 0.94s;
  -o-animation-delay: 0.94s;
  animation-delay: 0.94s;
}
#loader .windows8 #wBall_5 {
  -moz-animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
  -ms-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}
@-webkit-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -webkit-transform: rotate(180deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(300deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 0%;
  }
  30% {
    opacity: 1;
    -webkit-transform: rotate(410deg);
    -webkit-animation-timing-function: ease-in-out;
    -webkit-origin: 7%;
  }
  39% {
    opacity: 1;
    -webkit-transform: rotate(645deg);
    -webkit-animation-timing-function: linear;
    -webkit-origin: 30%;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(770deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 39%;
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(900deg);
    -webkit-animation-timing-function: ease-out;
    -webkit-origin: 70%;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(900deg);
  }
}
@-ms-keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    -ms-transform: rotate(180deg);
    -ms-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -ms-transform: rotate(300deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 0%;
  }
  30% {
    opacity: 1;
    -ms-transform: rotate(410deg);
    -ms-animation-timing-function: ease-in-out;
    -ms-origin: 7%;
  }
  39% {
    opacity: 1;
    -ms-transform: rotate(645deg);
    -ms-animation-timing-function: linear;
    -ms-origin: 30%;
  }
  70% {
    opacity: 1;
    -ms-transform: rotate(770deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 39%;
  }
  75% {
    opacity: 1;
    -ms-transform: rotate(900deg);
    -ms-animation-timing-function: ease-out;
    -ms-origin: 70%;
  }
  76% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    -ms-transform: rotate(900deg);
  }
}
@keyframes orbit {
  0% {
    opacity: 1;
    z-index: 99;
    transform: rotate(180deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(300deg);
    animation-timing-function: linear;
    origin: 0%;
  }
  30% {
    opacity: 1;
    transform: rotate(410deg);
    animation-timing-function: ease-in-out;
    origin: 7%;
  }
  39% {
    opacity: 1;
    transform: rotate(645deg);
    animation-timing-function: linear;
    origin: 30%;
  }
  70% {
    opacity: 1;
    transform: rotate(770deg);
    animation-timing-function: ease-out;
    origin: 39%;
  }
  75% {
    opacity: 1;
    transform: rotate(900deg);
    animation-timing-function: ease-out;
    origin: 70%;
  }
  76% {
    opacity: 0;
    transform: rotate(900deg);
  }
  100% {
    opacity: 0;
    transform: rotate(900deg);
  }
}
nav {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 0 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 3px rgba(0, 0, 0, 0.05);
  text-align: center;
  position: relative;
  z-index: 10;
}
nav:before,
nav:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
nav:after {
  clear: both;
}
nav .logo {
  float: left;
  height: 70px;
}
nav .logo h1 {
  font-family: 'Lobster', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 36px;
  margin: 0 0 0 30px;
  padding: 0;
}
nav .menu-trigger {
  display: none;
  font-size: 24px;
  position: absolute;
  top: 18px;
  right: 25px;
}
nav .menu-trigger a {
  color: #333333;
}
nav ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 70px;
  vertical-align: middle;
  display: table;
}
nav ul:before,
nav ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
nav ul:after {
  clear: both;
}
nav ul li {
  display: table-cell;
  padding-right: 30px;
  vertical-align: middle;
}
nav ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}
nav ul li a {
  text-transform: uppercase;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none !important;
}
nav ul li a,
nav ul li a:active,
nav ul li a:focus {
  color: #333333 !important;
}
nav.small .logo,
nav.small ul {
  height: 45px;
}
nav.small .logo h1 {
  font-size: 20px;
  line-height: 45px;
}
nav.small .menu-trigger {
  top: 5px;
}
nav.small .menu-trigger a {
  font-size: 18px;
}
nav.small ul li a {
  font-size: 12px;
  line-height: 14px;
}
nav.dark {
  background-color: #333333;
}
nav.dark .logo h1 {
  color: #ffffff;
}
nav.dark .menu-trigger a {
  color: #ffffff;
}
nav.dark ul li a,
nav.dark ul li a:active,
nav.dark ul li a:focus {
  color: #ffffff;
}
nav.colored .logo h1 {
  color: #ffffff;
}
nav.colored .menu-trigger a {
  color: #ffffff;
}
nav.colored .menu-trigger a:hover {
  color: #ffffff !important;
  opacity: 0.7;
}
nav.colored ul li a,
nav.colored ul li a:active,
nav.colored ul li a:focus {
  color: #ffffff !important;
}
nav.colored ul li a:hover {
  color: #333333 !important;
}
nav.colored ul li a:hover:active,
nav.colored ul li a:hover:focus {
  color: #333333 !important;
}
nav.colored ul li.active a {
  color: #333333 !important;
}
nav.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
/* UI Elements Styles */
.feature-box {
  text-align: center;
  margin-top: 40px;
}
.feature-box .fa {
  border-radius: 50%;
  color: #FFFFFF;
  display: inline-block;
  font-size: 32px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  margin-bottom: 30px;
  position: relative;
}
.feature-box .fa:after {
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  width: 100%;
}
.feature-box h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #555555;
}
.feature-box p {
  color: #888888;
  padding: 0 15px;
}
.feature-box:hover {
  cursor: default;
}
.feature-box:hover .fa:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team {
  text-align: center;
  margin-top: 40px;
}
.team .team-photo {
  width: 200px;
  height: 206px;
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.team .team-photo .team-mask {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 200px;
  height: 206px;
  background-color: transparent;
  background-image: url('../img/portfolio_mask.png');
}
.team .team-photo img {
  position: relative;
  z-index: 1;
  width: 200px;
  height: 204px;
}
.team .team-photo .team-overlay {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.team .team-photo .team-social {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  z-index: 4;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  transform: translateY(-10px);
}
.team .team-photo .team-social li {
  display: inline-block;
  margin: 0 5px;
}
.team .team-photo .team-social li a {
  line-height: 20px;
  font-size: 20px;
  color: #ffffff;
}
.team p {
  color: #fff;
  font-size: 12px;
  padding: 5px 20px;
}
.team p.team-name {
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  text-transform: uppercase;
  padding-bottom: 0;
  margin-bottom: 0;
}
.team p.team-type {
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  padding-top: 0;
}
.team:hover .team-photo .team-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.team:hover .team-photo .team-social {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0px);
}
.portfolio-grid,
.portfolio-grid-controls {
  margin: 0;
  padding: 0;
  list-style: none;
}
.portfolio-grid-controls {
  text-align: center;
  margin: 30px 0;
}
.portfolio-grid-controls .filter {
  margin: 5px;
  display: inline-block;
  background-color: #f6f6f6;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444444;
  font-size: 12px;
  padding: 15px 20px 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 3px;
}
.portfolio-grid-controls .filter:hover {
  cursor: pointer;
}
.portfolio-grid-controls .filter:hover,
.portfolio-grid-controls .filter.active {
  color: #ffffff;
}
.portfolio-grid {
  margin: 20px 0 -60px;
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
}
.portfolio-grid .portfolio-item {
  width: 20%;
 
  opacity: 100;
  filter: alpha(opacity=0);
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 230px;
  vertical-align: top;
}
.portfolio-grid .portfolio-item .og-expander {
  background: none repeat scroll 0 0 #F6F6F6;
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: auto;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}
.portfolio-grid .portfolio-item .og-expander .og-close {
  width: 30px;
  height: 30px;
  text-align: center;
  position: absolute;
  right: 25px;
  top: 25px;
  padding: 0 0 0 1px;
  background-color: #e9e9e9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-grid .portfolio-item .og-expander .og-close:after {
  font-family: 'FontAwesome';
  content: "\f00d";
  font-size: 16px;
  line-height: 31px;
  color: #999999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.portfolio-grid .portfolio-item .og-expander .og-close:hover {
  cursor: pointer;
  background-color: #e2e2e2;
}
.portfolio-grid .portfolio-item .og-expander .og-close:hover:after {
  color: #666666;
}
.portfolio-grid .portfolio-item .og-expander .og-expander-inner {
  height: 100%;
  padding: 50px 30px;
  background-color: #fff;
}
.portfolio-grid .portfolio-item .og-expander .og-fullimg,
.portfolio-grid .portfolio-item .og-expander .og-details {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 50%;
}
.portfolio-grid .portfolio-item .og-expander .og-fullimg {
  text-align: center;
}
.portfolio-grid .portfolio-item .og-expander .og-fullimg img {
  display: inline-block;
  height: 100%;
  max-width: auto;
}
.portfolio-grid .portfolio-item .og-expander .og-fullimg .og-loading {
  -webkit-animation: 2s ease-in-out 0s normal both infinite loader;
  animation: 2s ease-in-out 0s normal both infinite loader;
  background-color: transparent;
  border-radius: 50%;
  box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd;
  height: 20px;
  left: 50%;
  margin: -25px 0 0 -25px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.portfolio-grid .portfolio-item .og-expander .og-details {
  padding: 0 40px 0 20px;
}
.portfolio-grid .portfolio-item .og-expander .og-details h3 {
  font-size: 52px;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0 10px;
  color : #999;
}
.portfolio-grid .portfolio-item .og-expander .og-details p {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.portfolio-grid .portfolio-item .og-expander .og-details a {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  margin: 30px 0 0;
  outline: medium none;
  text-transform: uppercase;
}
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-image {
  width: 100%;
  position: relative;
  z-index: 5;
  height: 230px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
}
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-image img {
  width: 480px;
  height: 230px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-image:after {
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f6f6f6;
  border-image: none;
  border-style: solid;
  border-width: 15px;
  content: " ";
  height: 0;
  left: 50%;
  margin: -20px 0 0 -15px;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  width: 0;
  z-index: 6;
}
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-overlay {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 6;
  position: absolute;
  width: 100%;
  height: 230px;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-overlay .portfolio-details {
  position: relative;
  text-align: center;
  height: 50px;
  top: 50%;
  margin-top: -20px;
}
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-overlay .portfolio-details h3,
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-overlay .portfolio-details h6 {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  transition-property: all;
  color: #ffffff;
  margin-top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-overlay .portfolio-details h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.portfolio-grid .portfolio-item .portfolio-item-inner .portfolio-overlay .portfolio-details h6 {
  margin-bottom: 15px;
  font-style: italic;
  font-weight: 300;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.portfolio-grid .portfolio-item .portfolio-item-inner:hover {
  cursor: default;
}
.portfolio-grid .portfolio-item .portfolio-item-inner:hover .portfolio-image img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.portfolio-grid .portfolio-item .portfolio-item-inner:hover .portfolio-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio-grid .portfolio-item .portfolio-item-inner:hover .portfolio-overlay .portfolio-details h3,
.portfolio-grid .portfolio-item .portfolio-item-inner:hover .portfolio-overlay .portfolio-details h6 {
  opacity: 1;
  filter: alpha(opacity=100);
}
.portfolio-grid .portfolio-item .portfolio-item-inner:hover .portfolio-overlay .portfolio-details h3 {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio-grid .portfolio-item.og-expanded .portfolio-image:after {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.parallax {
  min-height: 300px;
  background-position: 0px -300px;
  background-attachment: scroll;
  background-color: transparent;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 6;
  -webkit-transform-style: preserve-3d;
}
#quote {
  background-image: url('../img/demo/bg_3.jpg');
}
.pattern {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent url(../img/grid.png) repeat 0 0 fixed;
  z-index: 2;
}
.quote {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.quote h2 {
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.quote.white,
.quote.white p {
  color: #ffffff;
}
.subscribe h2 {
  margin-top: 0;
}
.subscribe input[type=text] {
  margin: 35px auto;
  width: 360px;
  height: auto;
  text-align: center;
}
.social-media {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}
.social-media li {
  display: inline-block;
  margin: 20px 10px 0;
}
.social-media li a {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 68px;
  color: #ffffff !important;
  font-size: 36px;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.social-media li a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.call-to h3 {
  text-align: center;
  margin: 0;
  padding: 40px 0;
}
.call-to .btn {
  margin-left: 50px;
  margin-top: -5px;
}
.contact-details {
  position: relative;
  z-index: 2;
  text-align: center;
}
.contact-details .icon {
  margin-top: 45px;
  text-align: center;
  display: inline-block;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 59px;
}
.contact-details .icon i {
  display: inline-block;
  margin-left: 3px;
}
.contact-details .phone-number h2 {
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin: 30px 0 15px;
  padding: 10px 20px;
  font-size: 80px;
  font-weight: 700;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
.contact-details .company-address {
  margin-bottom: 45px;
}
.contact-details .company-address h2 {
  margin: 0;
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans Condensed', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 52px;
}
.connect h2 {
  margin-top: 0;
}
.clients {
  margin-top: 20px;
  margin-bottom: 30px;
}
.clients .client {
  width: 100%;
  height: 80px;
  margin: 30px 0 0;
  display: table;
  position: relative;
  z-index: 4;
}
.clients .client a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.clients .client img {
  display: inline-block;
  width: 100px;
  height: 50px;
}
#contact form {
  margin-top: 30px;
}
#contact textarea {
  height: 105px;
}
#location-map {
  height: 300px;
}
#location-map .map {
  width: 100%;
  height: 300px;
}
footer {
  background-color: #333;
  text-align: center;
  position: relative;
  z-index: 8;
}
footer h3 {
  color: #ffffff;
  display: inline-block;
  font-family: 'Lobster', "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  font-size: 36px;
  padding: 20px 0;
}
@-webkit-keyframes loader {
  0% {
    background-color: transparent;
    box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd;
  }
  33% {
    background-color: transparent;
    box-shadow: 45px 30px 1px #dddddd, -45px 30px 1px #dddddd, 0px -45px 1px #dddddd;
  }
  66% {
    background-color: transparent;
    box-shadow: -45px 30px 1px #dddddd, 0 -45px 1px #dddddd, 45px 30px 1px #dddddd;
  }
}
@-moz-keyframes loader {
  0% {
    background-color: transparent;
    box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd;
  }
  33% {
    background-color: transparent;
    box-shadow: 45px 30px 1px #dddddd, -45px 30px 1px #dddddd, 0px -45px 1px #dddddd;
  }
  66% {
    background-color: transparent;
    box-shadow: -45px 30px 1px #dddddd, 0 -45px 1px #dddddd, 45px 30px 1px #dddddd;
  }
}
@keyframes loader {
  0% {
    background-color: transparent;
    box-shadow: 0 -45px 1px #dddddd, 45px 30px 1px #dddddd, -45px 30px 1px #dddddd;
  }
  33% {
    background-color: transparent;
    box-shadow: 45px 30px 1px #dddddd, -45px 30px 1px #dddddd, 0px -45px 1px #dddddd;
  }
  66% {
    background-color: transparent;
    box-shadow: -45px 30px 1px #dddddd, 0 -45px 1px #dddddd, 45px 30px 1px #dddddd;
  }
}
.post {
  margin-top: 45px;
}
.post .post-image {
  display: block;
  position: relative;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.post .post-image .overlay {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  z-index: 2;
}
.post .post-image .overlay i {
  -webkit-transition: opacity 0.3s ease 0.09s, transform 0.3s ease 0.09s;
  transition: opacity 0.3s ease 0.09s, transform 0.3s ease 0.09s;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translateY(20px);
  position: relative;
  display: inline-block;
  top: 50%;
  color: #ffffff;
  font-size: 48px;
  line-height: 48px;
  margin-top: -24px;
}
.post .post-image img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.post .post-image:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.post .post-image:hover .overlay i {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0px);
}
.post .post-title {
  margin: 20px 0 5px;
  padding: 0;
}
.post .post-title a {
  color: #333333;
}
.post .post-title a:hover {
  text-decoration: none;
}
.post .post-meta {
  display: block;
  font-family: 'Open Sans', "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
}
.post .post-meta,
.post .post-meta a,
.post .post-meta a:hover {
  color: #aaaaaa;
}
.post .post-meta a:hover {
  text-decoration: underline;
}
.post .post-meta .meta-by {
  margin-left: 5px;
}
.post .post-meta .meta-by:before {
  content: "by ";
}
.post p {
  color: #666666;
  line-height: 22px;
}
.post .post-read-more {
  padding-top: 10px;
  text-align: center;
}
.post .social-media {
  text-align: center;
}
.post .social-media li {
  margin: 10px 5px 10px 0;
}
.post .social-media li a {
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  background-color: #f6f6f6;
  color: #999999 !important;
}
.post .social-media li a:hover {
  color: #ffffff !important;
}
.comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments ul li {
  padding: 15px;
  margin: 10px 0;
  border: 1px solid #f6f6f6;
}
.comments ul li:before,
.comments ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.comments ul li:after {
  clear: both;
}
.comments ul li,
.comments ul li ul ul li {
  background-color: #f9f9f9;
}
.comments ul li > ul > li {
  background-color: #fff;
}
.comments ul li li {
  margin-left: 70px;
  margin-bottom: 0;
}
.comments .comment-img {
  width: 70px;
  height: 70px;
  float: left;
}
.comments .comment-data {
  margin-left: 85px;
  min-height: 60px;
  padding-bottom: 10px;
}
.comments .comment-data .comment-name {
  font-weight: bold;
}
.comments .comment-data .comment-date {
  float: right;
  color: #bbbbbb;
  font-style: italic;
}
.comments .comment-data .comment-content {
  margin-top: 10px;
  color: #555555;
}
.comments .add-comment {
  margin-bottom: 50px;
}
.comments .add-comment textarea {
  margin-top: 15px;
}
.comments .add-comment input[type=submit] {
  margin-top: 15px;
}
.twitter-article {
  position: relative;
  border-top: 1px dashed #dddddd;
  padding-top: 10px;
}
.twitter-article .twitter-pic {
  width: 42px;
  height: 42px;
  float: left;
}
.twitter-article .twitter-pic + .twitter-text {
  margin-left: 50px;
}
.twitter-article .twitter-text .tweet-time {
  display: block;
}
.twitter-article .twitter-text .tweet-time a {
  color: #999999 !important;
  font-weight: bold;
  font-style: italic;
}
.twitter-article:first-child {
  border-top: 0;
  padding-top: 0;
}
.twitter-article #retweet-indicator {
  position: absolute;
  bottom: 2px;
  right: 10px;
  color: #999999;
}
.blog {
  padding-top: 70px;
}
.blog .post {
  margin-top: 30px;
}
@media (max-width: 400px) {
  #home .fullscreen-controls {
    margin-top: -23px;
  }
  #home .fullscreen-controls .img-prev:before,
  #home .fullscreen-controls .img-next:before {
    font-size: 23px;
  }
  #home .home-wrapper .logo h1 {
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 0;
  }
  #home .home-wrapper #home-slider h1 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
  }
  .subscribe input[type=text] {
    margin: 35px auto;
    width: 80%;
  }
  .section-title h1.super-title {
    font-size: 28px;
    line-height: 34px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .section-title .subheading {
    font-size: 12px;
    line-height: 16px;
  }
  nav ul {
    overflow-y: auto;
    max-height: 100%;
  }
  .quote {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .quote h2 {
    font-size: 18px;
  }
  .page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .portfolio-grid {
    margin-bottom: -30px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  #home .fullscreen-controls {
    margin-top: -30px;
  }
  #home .fullscreen-controls .img-prev:before,
  #home .fullscreen-controls .img-next:before {
    font-size: 30px;
  }
  #home .home-wrapper .logo h1 {
    font-size: 36px;
    line-height: 38px;
    padding-bottom: 5px;
  }
  #home .home-wrapper #home-slider h1 {
    margin-top: 10px;
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 480px) {
  .portfolio-grid .portfolio-item {
    width: 100%;
  }
  .call-to .btn {
    margin: 25px 0 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .portfolio-grid .portfolio-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #home {
    background-attachment: scroll !important;
  }
  #home .home-wrapper #home-slider .star-line {
    width: 300px;
  }
  #home .home-wrapper #home-slider .star-line .line-pre,
  #home .home-wrapper #home-slider .star-line .line-after {
    width: 100px;
  }
  nav:before,
  nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  nav:after {
    clear: both;
  }
  nav .menu-trigger {
    display: block;
  }
  nav ul {
    position: relative;
    height: auto;
    float: none;
    display: none;
    margin: 70px 0 0;
    width: 100%;
  }
  nav ul li {
    margin: 0;
    padding: 0;
    background-color: #fff;
    display: block;
  }
  nav ul li a {
    width: auto;
    border-top: 1px solid #eeeeee;
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    margin: 0 25px;
  }
  nav.colored ul li a {
    border-top-color: rgba(0, 0, 0, 0.05);
  }
  nav.dark ul li {
    background-color: #333;
  }
  nav.dark ul li a {
    border-top-color: rgba(255, 255, 255, 0.05);
  }
  nav.small ul {
    margin: 45px 0 0;
    height: auto;
  }
  .contact-details .phone-number h2,
  .contact-details .company-address h2 {
    font-size: 36px;
  }
  .parallax {
    background-size: 350% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #home .fullscreen-controls {
    margin-top: -40px;
  }
  #home .fullscreen-controls .img-prev:before,
  #home .fullscreen-controls .img-next:before {
    font-size: 40px;
  }
  #home .home-wrapper .logo h1 {
    font-size: 56px;
    line-height: 64px;
    padding-bottom: 10px;
  }
  #home .home-wrapper #home-slider .star-line {
    width: 470px;
  }
  #home .home-wrapper #home-slider .star-line .line-pre,
  #home .home-wrapper #home-slider .star-line .line-after {
    width: 180px;
  }
  #home .home-wrapper #home-slider h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .portfolio-grid .portfolio-item {
    width: 33.333%;
  }
  .process .process-arrow {
    vertical-align: top;
  }
  .process .process-arrow i {
    font-size: 24px;
    margin-top: -10px;
    display: block;
    line-height: 170px;
  }
  .process .process-circle {
    width: 150px;
    height: 150px;
    line-height: 150px;
  }
}
@media (max-width: 991px) {
  #home > .home-wrapper {
    opacity: 1 !important;
  }
  .animate {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .portfolio-grid .portfolio-item .og-expander .og-fullimg {
    display: none;
  }
  .portfolio-grid .portfolio-item .og-expander .og-details {
    width: 100%;
  }
  .parallax {
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .parallax {
    background-size: 250% !important;
  }
}
@media (min-width: 1200px) {
  .boxed #wrapper {
    position: relative;
    width: 1174px;
    margin: 0 auto;
    overflow: hidden !important;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }
  .boxed nav.sticky {
    width: 1174px;
  }
}

body[data-color="turquoise"] .btn-info{
	background-color: #333 ;
	border-color: #fff;
}


body[data-color="turquoise"] a {
  color: #BCBCBF;
}
body[data-color="turquoise"] .text-primary {
  color: #BCBCBF;
}
body[data-color="turquoise"] .btn-primary {
  color: #ffffff;
  background-color: #333 ;
  border-color: #fff;
}
body[data-color="turquoise"] .btn-primary:hover,
body[data-color="turquoise"] .btn-primary:focus,
body[data-color="turquoise"] .btn-primary:active,
body[data-color="turquoise"] .btn-primary.active,
.open .dropdown-togglebody[data-color="turquoise"] .btn-primary {
  color: #ffffff;
  background-color: #BCBCBF;
  border-color: #fff;
}
body[data-color="turquoise"] .btn-primary:active,
body[data-color="turquoise"] .btn-primary.active,
.open .dropdown-togglebody[data-color="turquoise"] .btn-primary {
  background-image: none;
}
body[data-color="turquoise"] .btn-primary.disabled,
body[data-color="turquoise"] .btn-primary[disabled],
fieldset[disabled] body[data-color="turquoise"] .btn-primary,
body[data-color="turquoise"] .btn-primary.disabled:hover,
body[data-color="turquoise"] .btn-primary[disabled]:hover,
fieldset[disabled] body[data-color="turquoise"] .btn-primary:hover,
body[data-color="turquoise"] .btn-primary.disabled:focus,
body[data-color="turquoise"] .btn-primary[disabled]:focus,
fieldset[disabled] body[data-color="turquoise"] .btn-primary:focus,
body[data-color="turquoise"] .btn-primary.disabled:active,
body[data-color="turquoise"] .btn-primary[disabled]:active,
fieldset[disabled] body[data-color="turquoise"] .btn-primary:active,
body[data-color="turquoise"] .btn-primary.disabled.active,
body[data-color="turquoise"] .btn-primary[disabled].active,
fieldset[disabled] body[data-color="turquoise"] .btn-primary.active {
  background-color: #BCBCBF;
  border-color: #1abc9c;
}
body[data-color="turquoise"] input[type=text]:focus,
body[data-color="turquoise"] input[type=password]:focus,
body[data-color="turquoise"] textarea:focus {
  border-color: #1abc9c;
}
body[data-color="turquoise"] nav ul li a:hover,
body[data-color="turquoise"] nav.dark ul li a:hover {
  color: #BCBCBF !important;
}
body[data-color="turquoise"] nav ul li a:hover:active,
body[data-color="turquoise"] nav.dark ul li a:hover:active,
body[data-color="turquoise"] nav ul li a:hover:focus,
body[data-color="turquoise"] nav.dark ul li a:hover:focus {
  color: #BCBCBF !important;
}
body[data-color="turquoise"] nav ul li.active a,
body[data-color="turquoise"] nav.dark ul li.active a {
  color: #BCBCBF !important;
}
body[data-color="turquoise"] nav.colored {
  background-color: #1abc9c;
}
body[data-color="turquoise"] nav .menu-trigger a:hover {
  color: #1abc9c;
}
body[data-color="turquoise"] .section-title h2 {
  color: #1abc9c;
}
body[data-color="turquoise"] .feature-box .fa {
  background-color: #1abc9c;
}
body[data-color="turquoise"] .feature-box .fa:after {
  box-shadow: 0 0 0 3px #1abc9c;
}
body[data-color="turquoise"] .team .team-photo .team-overlay,
body[data-color="turquoise"] .blog-home .post .post-image .overlay,
body[data-color="turquoise"] .portfolio-grid .portfolio-item .portfolio-overlay {
  background-color: #BCBCBF;
  background-color: rgba(188, 188, 191, 0.92);
}
body[data-color="turquoise"] .portfolio-grid-controls .filter:hover,
body[data-color="turquoise"] .portfolio-grid-controls .filter.active {
  border-color: #1abc9c;
  background-color: #1abc9c;
}
body[data-color="turquoise"] .portfolio-grid .portfolio-item .portfolio-details a:hover,
body[data-color="turquoise"] .post .post-title a:hover,
body[data-color="turquoise"] aside .categories li a:hover {
  color: #1abc9c !important;
}
body[data-color="turquoise"] .post .social-media li a:hover {
  background-color: #1abc9c;
}
body[data-color="turquoise"] .process .process-circle {
  border-color: #1abc9c;
}
body[data-color="turquoise"] .clients .client a {
  background-color: rgba(26, 188, 156, 0.5);
}
body[data-color="turquoise"] .clients .client a:hover {
  background-color: #1abc9c;
}
body[data-color="turquoise"] aside .tags li a {
  background-color: #1abc9c;
}
@media (max-width: 767px) {
  body[data-color="turquoise"] nav.colored ul li {
    background-color: #BCBCBF;
  }
}
body[data-color="red"] a {
  color: #e74c3c;
}
body[data-color="red"] .text-primary {
  color: #e74c3c;
}
body[data-color="red"] .btn-primary {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
body[data-color="red"] .btn-primary:hover,
body[data-color="red"] .btn-primary:focus,
body[data-color="red"] .btn-primary:active,
body[data-color="red"] .btn-primary.active,
.open .dropdown-togglebody[data-color="red"] .btn-primary {
  color: #ffffff;
  background-color: #df2e1b;
  border-color: #cd2a19;
}
body[data-color="red"] .btn-primary:active,
body[data-color="red"] .btn-primary.active,
.open .dropdown-togglebody[data-color="red"] .btn-primary {
  background-image: none;
}
body[data-color="red"] .btn-primary.disabled,
body[data-color="red"] .btn-primary[disabled],
fieldset[disabled] body[data-color="red"] .btn-primary,
body[data-color="red"] .btn-primary.disabled:hover,
body[data-color="red"] .btn-primary[disabled]:hover,
fieldset[disabled] body[data-color="red"] .btn-primary:hover,
body[data-color="red"] .btn-primary.disabled:focus,
body[data-color="red"] .btn-primary[disabled]:focus,
fieldset[disabled] body[data-color="red"] .btn-primary:focus,
body[data-color="red"] .btn-primary.disabled:active,
body[data-color="red"] .btn-primary[disabled]:active,
fieldset[disabled] body[data-color="red"] .btn-primary:active,
body[data-color="red"] .btn-primary.disabled.active,
body[data-color="red"] .btn-primary[disabled].active,
fieldset[disabled] body[data-color="red"] .btn-primary.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
body[data-color="red"] input[type=text]:focus,
body[data-color="red"] input[type=password]:focus,
body[data-color="red"] textarea:focus {
  border-color: #e74c3c;
}
body[data-color="red"] nav ul li a:hover,
body[data-color="red"] nav.dark ul li a:hover {
  color: #e74c3c !important;
}
body[data-color="red"] nav ul li a:hover:active,
body[data-color="red"] nav.dark ul li a:hover:active,
body[data-color="red"] nav ul li a:hover:focus,
body[data-color="red"] nav.dark ul li a:hover:focus {
  color: #e74c3c !important;
}
body[data-color="red"] nav ul li.active a,
body[data-color="red"] nav.dark ul li.active a {
  color: #e74c3c !important;
}
body[data-color="red"] nav.colored {
  background-color: #e74c3c;
}
body[data-color="red"] nav .menu-trigger a:hover {
  color: #e74c3c;
}
body[data-color="red"] .section-title h2 {
  color: #e74c3c;
}
body[data-color="red"] .feature-box .fa {
  background-color: #e74c3c;
}
body[data-color="red"] .feature-box .fa:after {
  box-shadow: 0 0 0 3px #e74c3c;
}
body[data-color="red"] .team .team-photo .team-overlay,
body[data-color="red"] .blog-home .post .post-image .overlay,
body[data-color="red"] .portfolio-grid .portfolio-item .portfolio-overlay {
  background-color: #e74c3c;
  background-color: rgba(231, 76, 60, 0.92);
}
body[data-color="red"] .portfolio-grid-controls .filter:hover,
body[data-color="red"] .portfolio-grid-controls .filter.active {
  border-color: #e74c3c;
  background-color: #e74c3c;
}
body[data-color="red"] .portfolio-grid .portfolio-item .portfolio-details a:hover,
body[data-color="red"] .post .post-title a:hover,
body[data-color="red"] aside .categories li a:hover {
  color: #e74c3c !important;
}
body[data-color="red"] .post .social-media li a:hover {
  background-color: #e74c3c;
}
body[data-color="red"] .process .process-circle {
  border-color: #e74c3c;
}
body[data-color="red"] .clients .client a {
  background-color: rgba(231, 76, 60, 0.5);
}
body[data-color="red"] .clients .client a:hover {
  background-color: #e74c3c;
}
body[data-color="red"] aside .tags li a {
  background-color: #e74c3c;
}
@media (max-width: 767px) {
  body[data-color="red"] nav.colored ul li {
    background-color: #e74c3c;
  }
}
body[data-color="blue"] a {
  color: #3498db;
}
body[data-color="blue"] .text-primary {
  color: #3498db;
}
body[data-color="blue"] .btn-primary {
  color: #ffffff;
  background-color: #3498db;
  border-color: #3498db;
}
body[data-color="blue"] .btn-primary:hover,
body[data-color="blue"] .btn-primary:focus,
body[data-color="blue"] .btn-primary:active,
body[data-color="blue"] .btn-primary.active,
.open .dropdown-togglebody[data-color="blue"] .btn-primary {
  color: #ffffff;
  background-color: #2383c4;
  border-color: #2077b2;
}
body[data-color="blue"] .btn-primary:active,
body[data-color="blue"] .btn-primary.active,
.open .dropdown-togglebody[data-color="blue"] .btn-primary {
  background-image: none;
}
body[data-color="blue"] .btn-primary.disabled,
body[data-color="blue"] .btn-primary[disabled],
fieldset[disabled] body[data-color="blue"] .btn-primary,
body[data-color="blue"] .btn-primary.disabled:hover,
body[data-color="blue"] .btn-primary[disabled]:hover,
fieldset[disabled] body[data-color="blue"] .btn-primary:hover,
body[data-color="blue"] .btn-primary.disabled:focus,
body[data-color="blue"] .btn-primary[disabled]:focus,
fieldset[disabled] body[data-color="blue"] .btn-primary:focus,
body[data-color="blue"] .btn-primary.disabled:active,
body[data-color="blue"] .btn-primary[disabled]:active,
fieldset[disabled] body[data-color="blue"] .btn-primary:active,
body[data-color="blue"] .btn-primary.disabled.active,
body[data-color="blue"] .btn-primary[disabled].active,
fieldset[disabled] body[data-color="blue"] .btn-primary.active {
  background-color: #3498db;
  border-color: #3498db;
}
body[data-color="blue"] input[type=text]:focus,
body[data-color="blue"] input[type=password]:focus,
body[data-color="blue"] textarea:focus {
  border-color: #3498db;
}
body[data-color="blue"] nav ul li a:hover,
body[data-color="blue"] nav.dark ul li a:hover {
  color: #3498db !important;
}
body[data-color="blue"] nav ul li a:hover:active,
body[data-color="blue"] nav.dark ul li a:hover:active,
body[data-color="blue"] nav ul li a:hover:focus,
body[data-color="blue"] nav.dark ul li a:hover:focus {
  color: #3498db !important;
}
body[data-color="blue"] nav ul li.active a,
body[data-color="blue"] nav.dark ul li.active a {
  color: #3498db !important;
}
body[data-color="blue"] nav.colored {
  background-color: #3498db;
}
body[data-color="blue"] nav .menu-trigger a:hover {
  color: #3498db;
}
body[data-color="blue"] .section-title h2 {
  color: #3498db;
}
body[data-color="blue"] .feature-box .fa {
  background-color: #3498db;
}
body[data-color="blue"] .feature-box .fa:after {
  box-shadow: 0 0 0 3px #3498db;
}
body[data-color="blue"] .team .team-photo .team-overlay,
body[data-color="blue"] .blog-home .post .post-image .overlay,
body[data-color="blue"] .portfolio-grid .portfolio-item .portfolio-overlay {
  background-color: #3498db;
  background-color: rgba(52, 152, 219, 0.92);
}
body[data-color="blue"] .portfolio-grid-controls .filter:hover,
body[data-color="blue"] .portfolio-grid-controls .filter.active {
  border-color: #3498db;
  background-color: #3498db;
}
body[data-color="blue"] .portfolio-grid .portfolio-item .portfolio-details a:hover,
body[data-color="blue"] .post .post-title a:hover,
body[data-color="blue"] aside .categories li a:hover {
  color: #3498db !important;
}
body[data-color="blue"] .post .social-media li a:hover {
  background-color: #3498db;
}
body[data-color="blue"] .process .process-circle {
  border-color: #3498db;
}
body[data-color="blue"] .clients .client a {
  background-color: rgba(52, 152, 219, 0.5);
}
body[data-color="blue"] .clients .client a:hover {
  background-color: #3498db;
}
body[data-color="blue"] aside .tags li a {
  background-color: #3498db;
}
@media (max-width: 767px) {
  body[data-color="blue"] nav.colored ul li {
    background-color: #3498db;
  }
}
body[data-color="green"] a {
  color: #2ecc71;
}
body[data-color="green"] .text-primary {
  color: #2ecc71;
}
body[data-color="green"] .btn-primary {
  color: #ffffff;
  background-color: #2ecc71;
  border-color: #2ecc71;
}
body[data-color="green"] .btn-primary:hover,
body[data-color="green"] .btn-primary:focus,
body[data-color="green"] .btn-primary:active,
body[data-color="green"] .btn-primary.active,
.open .dropdown-togglebody[data-color="green"] .btn-primary {
  color: #ffffff;
  background-color: #26ab5f;
  border-color: #239a55;
}
body[data-color="green"] .btn-primary:active,
body[data-color="green"] .btn-primary.active,
.open .dropdown-togglebody[data-color="green"] .btn-primary {
  background-image: none;
}
body[data-color="green"] .btn-primary.disabled,
body[data-color="green"] .btn-primary[disabled],
fieldset[disabled] body[data-color="green"] .btn-primary,
body[data-color="green"] .btn-primary.disabled:hover,
body[data-color="green"] .btn-primary[disabled]:hover,
fieldset[disabled] body[data-color="green"] .btn-primary:hover,
body[data-color="green"] .btn-primary.disabled:focus,
body[data-color="green"] .btn-primary[disabled]:focus,
fieldset[disabled] body[data-color="green"] .btn-primary:focus,
body[data-color="green"] .btn-primary.disabled:active,
body[data-color="green"] .btn-primary[disabled]:active,
fieldset[disabled] body[data-color="green"] .btn-primary:active,
body[data-color="green"] .btn-primary.disabled.active,
body[data-color="green"] .btn-primary[disabled].active,
fieldset[disabled] body[data-color="green"] .btn-primary.active {
  background-color: #2ecc71;
  border-color: #2ecc71;
}
body[data-color="green"] input[type=text]:focus,
body[data-color="green"] input[type=password]:focus,
body[data-color="green"] textarea:focus {
  border-color: #2ecc71;
}
body[data-color="green"] nav ul li a:hover,
body[data-color="green"] nav.dark ul li a:hover {
  color: #2ecc71 !important;
}
body[data-color="green"] nav ul li a:hover:active,
body[data-color="green"] nav.dark ul li a:hover:active,
body[data-color="green"] nav ul li a:hover:focus,
body[data-color="green"] nav.dark ul li a:hover:focus {
  color: #2ecc71 !important;
}
body[data-color="green"] nav ul li.active a,
body[data-color="green"] nav.dark ul li.active a {
  color: #2ecc71 !important;
}
body[data-color="green"] nav.colored {
  background-color: #2ecc71;
}
body[data-color="green"] nav .menu-trigger a:hover {
  color: #2ecc71;
}
body[data-color="green"] .section-title h2 {
  color: #2ecc71;
}
body[data-color="green"] .feature-box .fa {
  background-color: #2ecc71;
}
body[data-color="green"] .feature-box .fa:after {
  box-shadow: 0 0 0 3px #2ecc71;
}
body[data-color="green"] .team .team-photo .team-overlay,
body[data-color="green"] .blog-home .post .post-image .overlay,
body[data-color="green"] .portfolio-grid .portfolio-item .portfolio-overlay {
  background-color: #2ecc71;
  background-color: rgba(46, 204, 113, 0.92);
}
body[data-color="green"] .portfolio-grid-controls .filter:hover,
body[data-color="green"] .portfolio-grid-controls .filter.active {
  border-color: #2ecc71;
  background-color: #2ecc71;
}
body[data-color="green"] .portfolio-grid .portfolio-item .portfolio-details a:hover,
body[data-color="green"] .post .post-title a:hover,
body[data-color="green"] aside .categories li a:hover {
  color: #2ecc71 !important;
}
body[data-color="green"] .post .social-media li a:hover {
  background-color: #2ecc71;
}
body[data-color="green"] .process .process-circle {
  border-color: #2ecc71;
}
body[data-color="green"] .clients .client a {
  background-color: rgba(46, 204, 113, 0.5);
}
body[data-color="green"] .clients .client a:hover {
  background-color: #2ecc71;
}
body[data-color="green"] aside .tags li a {
  background-color: #2ecc71;
}
@media (max-width: 767px) {
  body[data-color="green"] nav.colored ul li {
    background-color: #2ecc71;
  }
}
body[data-color="purple"] a {
  color: #9b59b6;
}
body[data-color="purple"] .text-primary {
  color: #9b59b6;
}
body[data-color="purple"] .btn-primary {
  color: #ffffff;
  background-color: #9b59b6;
  border-color: #9b59b6;
}
body[data-color="purple"] .btn-primary:hover,
body[data-color="purple"] .btn-primary:focus,
body[data-color="purple"] .btn-primary:active,
body[data-color="purple"] .btn-primary.active,
.open .dropdown-togglebody[data-color="purple"] .btn-primary {
  color: #ffffff;
  background-color: #8646a0;
  border-color: #7a4092;
}
body[data-color="purple"] .btn-primary:active,
body[data-color="purple"] .btn-primary.active,
.open .dropdown-togglebody[data-color="purple"] .btn-primary {
  background-image: none;
}
body[data-color="purple"] .btn-primary.disabled,
body[data-color="purple"] .btn-primary[disabled],
fieldset[disabled] body[data-color="purple"] .btn-primary,
body[data-color="purple"] .btn-primary.disabled:hover,
body[data-color="purple"] .btn-primary[disabled]:hover,
fieldset[disabled] body[data-color="purple"] .btn-primary:hover,
body[data-color="purple"] .btn-primary.disabled:focus,
body[data-color="purple"] .btn-primary[disabled]:focus,
fieldset[disabled] body[data-color="purple"] .btn-primary:focus,
body[data-color="purple"] .btn-primary.disabled:active,
body[data-color="purple"] .btn-primary[disabled]:active,
fieldset[disabled] body[data-color="purple"] .btn-primary:active,
body[data-color="purple"] .btn-primary.disabled.active,
body[data-color="purple"] .btn-primary[disabled].active,
fieldset[disabled] body[data-color="purple"] .btn-primary.active {
  background-color: #9b59b6;
  border-color: #9b59b6;
}
body[data-color="purple"] input[type=text]:focus,
body[data-color="purple"] input[type=password]:focus,
body[data-color="purple"] textarea:focus {
  border-color: #9b59b6;
}
body[data-color="purple"] nav ul li a:hover,
body[data-color="purple"] nav.dark ul li a:hover {
  color: #9b59b6 !important;
}
body[data-color="purple"] nav ul li a:hover:active,
body[data-color="purple"] nav.dark ul li a:hover:active,
body[data-color="purple"] nav ul li a:hover:focus,
body[data-color="purple"] nav.dark ul li a:hover:focus {
  color: #9b59b6 !important;
}
body[data-color="purple"] nav ul li.active a,
body[data-color="purple"] nav.dark ul li.active a {
  color: #9b59b6 !important;
}
body[data-color="purple"] nav.colored {
  background-color: #9b59b6;
}
body[data-color="purple"] nav .menu-trigger a:hover {
  color: #9b59b6;
}
body[data-color="purple"] .section-title h2 {
  color: #9b59b6;
}
body[data-color="purple"] .feature-box .fa {
  background-color: #9b59b6;
}
body[data-color="purple"] .feature-box .fa:after {
  box-shadow: 0 0 0 3px #9b59b6;
}
body[data-color="purple"] .team .team-photo .team-overlay,
body[data-color="purple"] .blog-home .post .post-image .overlay,
body[data-color="purple"] .portfolio-grid .portfolio-item .portfolio-overlay {
  background-color: #9b59b6;
  background-color: rgba(155, 89, 182, 0.92);
}
body[data-color="purple"] .portfolio-grid-controls .filter:hover,
body[data-color="purple"] .portfolio-grid-controls .filter.active {
  border-color: #9b59b6;
  background-color: #9b59b6;
}
body[data-color="purple"] .portfolio-grid .portfolio-item .portfolio-details a:hover,
body[data-color="purple"] .post .post-title a:hover,
body[data-color="purple"] aside .categories li a:hover {
  color: #9b59b6 !important;
}
body[data-color="purple"] .post .social-media li a:hover {
  background-color: #9b59b6;
}
body[data-color="purple"] .process .process-circle {
  border-color: #9b59b6;
}
body[data-color="purple"] .clients .client a {
  background-color: rgba(155, 89, 182, 0.5);
}
body[data-color="purple"] .clients .client a:hover {
  background-color: #9b59b6;
}
body[data-color="purple"] aside .tags li a {
  background-color: #9b59b6;
}
@media (max-width: 767px) {
  body[data-color="purple"] nav.colored ul li {
    background-color: #9b59b6;
  }
}
body[data-color="yellow"] a {
  color: #f1c40f;
}
body[data-color="yellow"] .text-primary {
  color: #f1c40f;
}
body[data-color="yellow"] .btn-primary {
  color: #ffffff;
  background-color: #f1c40f;
  border-color: #f1c40f;
}
body[data-color="yellow"] .btn-primary:hover,
body[data-color="yellow"] .btn-primary:focus,
body[data-color="yellow"] .btn-primary:active,
body[data-color="yellow"] .btn-primary.active,
.open .dropdown-togglebody[data-color="yellow"] .btn-primary {
  color: #ffffff;
  background-color: #cba50c;
  border-color: #b8960b;
}
body[data-color="yellow"] .btn-primary:active,
body[data-color="yellow"] .btn-primary.active,
.open .dropdown-togglebody[data-color="yellow"] .btn-primary {
  background-image: none;
}
body[data-color="yellow"] .btn-primary.disabled,
body[data-color="yellow"] .btn-primary[disabled],
fieldset[disabled] body[data-color="yellow"] .btn-primary,
body[data-color="yellow"] .btn-primary.disabled:hover,
body[data-color="yellow"] .btn-primary[disabled]:hover,
fieldset[disabled] body[data-color="yellow"] .btn-primary:hover,
body[data-color="yellow"] .btn-primary.disabled:focus,
body[data-color="yellow"] .btn-primary[disabled]:focus,
fieldset[disabled] body[data-color="yellow"] .btn-primary:focus,
body[data-color="yellow"] .btn-primary.disabled:active,
body[data-color="yellow"] .btn-primary[disabled]:active,
fieldset[disabled] body[data-color="yellow"] .btn-primary:active,
body[data-color="yellow"] .btn-primary.disabled.active,
body[data-color="yellow"] .btn-primary[disabled].active,
fieldset[disabled] body[data-color="yellow"] .btn-primary.active {
  background-color: #f1c40f;
  border-color: #f1c40f;
}
body[data-color="yellow"] input[type=text]:focus,
body[data-color="yellow"] input[type=password]:focus,
body[data-color="yellow"] textarea:focus {
  border-color: #f1c40f;
}
body[data-color="yellow"] nav ul li a:hover,
body[data-color="yellow"] nav.dark ul li a:hover {
  color: #f1c40f !important;
}
body[data-color="yellow"] nav ul li a:hover:active,
body[data-color="yellow"] nav.dark ul li a:hover:active,
body[data-color="yellow"] nav ul li a:hover:focus,
body[data-color="yellow"] nav.dark ul li a:hover:focus {
  color: #f1c40f !important;
}
body[data-color="yellow"] nav ul li.active a,
body[data-color="yellow"] nav.dark ul li.active a {
  color: #f1c40f !important;
}
body[data-color="yellow"] nav.colored {
  background-color: #f1c40f;
}
body[data-color="yellow"] nav .menu-trigger a:hover {
  color: #f1c40f;
}
body[data-color="yellow"] .section-title h2 {
  color: #f1c40f;
}
body[data-color="yellow"] .feature-box .fa {
  background-color: #f1c40f;
}
body[data-color="yellow"] .feature-box .fa:after {
  box-shadow: 0 0 0 3px #f1c40f;
}
body[data-color="yellow"] .team .team-photo .team-overlay,
body[data-color="yellow"] .blog-home .post .post-image .overlay,
body[data-color="yellow"] .portfolio-grid .portfolio-item .portfolio-overlay {
  background-color: #f1c40f;
  background-color: rgba(241, 196, 15, 0.92);
}
body[data-color="yellow"] .portfolio-grid-controls .filter:hover,
body[data-color="yellow"] .portfolio-grid-controls .filter.active {
  border-color: #f1c40f;
  background-color: #f1c40f;
}
body[data-color="yellow"] .portfolio-grid .portfolio-item .portfolio-details a:hover,
body[data-color="yellow"] .post .post-title a:hover,
body[data-color="yellow"] aside .categories li a:hover {
  color: #f1c40f !important;
}
body[data-color="yellow"] .post .social-media li a:hover {
  background-color: #f1c40f;
}
body[data-color="yellow"] .process .process-circle {
  border-color: #f1c40f;
}
body[data-color="yellow"] .clients .client a {
  background-color: rgba(241, 196, 15, 0.5);
}
body[data-color="yellow"] .clients .client a:hover {
  background-color: #f1c40f;
}
body[data-color="yellow"] aside .tags li a {
  background-color: #f1c40f;
}
@media (max-width: 767px) {
  body[data-color="yellow"] nav.colored ul li {
    background-color: #f1c40f;
  }
}


#txt_login_ok {background : #90EE90}
