/*@font-face {
  'OpenSans', sans-serif;
  src: url('../font/BebasNeue-webfont.eot');
  src: url('../font/BebasNeue-webfont.eot@#iefix') format('embedded-opentype'), url('../font/BebasNeue-webfont.woff') format('woff'), url('../font/BebasNeue-webfont.ttf') format('truetype'), url('../font/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
font-family: OpenSans-C;
src: url('../font/OpenSans-CondLight.ttf') format('truetype'),
     url('../font/OpenSans-CondLight.eot@iefix'); /* IE9 */
}

@font-face {
font-family: OpenSans-L;
src: url('../font/OpenSans-Light.ttf') format('truetype'),
     url('../font/OpenSans-CondLight.eot@iefix'); /* IE9 */
}

@font-face {
font-family: OpenSans-R;
src: url('../font/OpenSans-Regular.ttf') format('truetype'),
     url('../font/OpenSans-CondLight.eot@iefix'); /* IE9 */
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'OpenSans-C', sans-serif;
  background-color: #ffffff;
  color: #3d4543;
  font-size: 1.2em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

body #qLpercentage {
  font-family: 'OpenSans-C', sans-serif;
  font-size: 60px !important;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: 'OpenSans-C', sans-serif;
}
h1 {
  font-size: 80px;
  position: relative;
  margin-bottom: 0px;
}

h2 {
  position: relative;
  font-size: 2.5em;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 54px;
  }
}


.pace .pace-progress {
  background: #ff0000;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 3px;

  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s;
}

.pace-inactive {
  display: none;
}

::selection {
  background: #ffb7b7; /* Safari */
  }

::-moz-selection {
  background: #ffb7b7; /* Firefox */
}

.ix-title {
  margin-bottom: 30px;
}

.page-wrapper {
  position: relative;
  background: #ffffff;
}
.services-page {
  padding-bottom: 0;
}
.services-page .fullwidth.grey {
  padding-bottom: 50px;
  margin-bottom: 0;
}
.portfolio-page {
  padding-bottom: 0;
}
.fullwidth {
  padding: 50px 0 20px;
  margin: 30px 0;
}
.fullwidth.grey {
  background-color: #f8f8f8;
}
.fullwidth.first {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.fullwidth.last {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

::-moz-selection,
::selection {
  background: #FFD600;
  color: white;
}
a:hover {
  color: #ffd600;
}
blockquote {
  border-color: #ff4539;
  font-family: "OpenSans-C", sans-serif, serif;
  font-style: italic;
  font-weight: normal;
}
blockquote p {
  margin-bottom: 10px;
}
.highlight {
  color: #ff4539;
}
.title {
  text-align: center;
  padding-top: 30px;
}
.title h1 {
  font-size: 2.5em;
  line-height: 1;
  padding: 20px;
  color: black;

}


/****************/
/**** Grid ******/
/****************/
.grid {
  overflow: hidden;
  margin: 0;
  padding: 3em 0 0 0;
  width: 100%;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  margin: -0.135em;
  width: 33.333%;
  height: 400px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 3em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
  position: absolute;
  top: 0;
  left: 0;
  width: 75%;
  height: 65%;
}

/* Anchor will cover the whole item by default */

.grid figure a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;

  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}


.footer-info {
  color: rgb(255, 165, 165);
}

.footer-info a {
  color: rgb(121, 89, 89) !important
}

/*---------------*/
/***** iX-folio *****/
/*---------------*/


.grid img {
  max-width:none;
}

/* figure.effect-ix-folio {
  -webkit-perspective: 1000px;
  perspective: 1000px;
} */

figure.effect-ix-folio {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s, background-size 0.35s;
  transition: opacity 0.35s, transform 0.35s, background-size 0.35s;
  overflow: hidden;
}



figure.effect-ix-folio:hover {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s, background-size 0.35s;
  transition: opacity 0.35s, transform 0.35s, background-size 0.35s;
  background-size: 150% !important;
}

figure.effect-ix-folio img{
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s, background-size 0.35s;
  transition: opacity 0.35s, transform 0.35s, background-size 0.35s;
  transform: scale(1.2);
  position:absolute;
  top:0;
  left:-15%;
}

figure.effect-ix-folio img:hover{
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s, background-size 0.35s;
  transition: opacity 0.35s, transform 0.35s, background-size 0.35s;
  transform: scale(1);
}

figure.effect-ix-folio figcaption::before,
figure.effect-ix-folio figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #fff;
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

figure.effect-ix-folio:hover figcaption::before,
figure.effect-ix-folio:hover figcaption::after {
  opacity: 0.5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-ix-folio h2,
figure.effect-ix-folio p {
  position: relative;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-ix-folio h2 {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
  transform: translate3d(0,-50%,0) translate3d(0,-150%,0);
}

figure.effect-ix-folio p {
  padding: 0.25em 2em;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,150%,0);
  transform: translate3d(0,-50%,0) translate3d(0,150%,0);
}

figure.effect-ix-folio:hover h2 {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
  transform: translate3d(0,-50%,0) translate3d(0,-100%,0);
}

figure.effect-ix-folio:hover p {
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,100%,0);
  transform: translate3d(0,-50%,0) translate3d(0,100%,0);
}

.bquote {
  width: 450px;
  margin: 0 auto;
}


.tp-caption a {

  color: #fff;
}

.tp-caption a:hover {
  color: red!important;
}


.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  visibility: visible;
}

.tags {
  text-align: center;
  background: #000;
  padding: 20px;
  margin-bottom: 20px;
  position: fixed;
  top:80px;
  left:0;
  right: 0;
  z-index: 3;

}

.tags {
  color: #FD5B50;
}

.tags a{
  color: #fff;
  margin-left: 5px;
}

.tags a:hover {
  text-decoration: none;
  color: #FD5B50;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    margin-top: 0px;
}


.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-color: #FD5B50;
  background-image: none;
}

.space {
  margin-top: 50px;
}

.jscroll-loading {
  text-align: center;
  margin-bottom: 20px;
}

nav {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
nav.is-sticky {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.95);
}
.main-menu {
  height: 80px;
}

.main-menu {
  background-image: none;
  filter: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.navbar-inner {
  background-image: none;
  height:80px;
  background-color: rgba(255, 255, 255, 0.8);
}


.main-menu .brand:hover {
  color: #d30000;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.main-menu .brand,
.main-menu .navbar .nav > li > a {
  font-family: 'OpenSans-C', sans-serif;
  font-size: 22px;
  text-decoration: none;
  padding: 15px 10px;
}

.nav-collapse .nav>li>a {
  margin-bottom: 0;
}

.navbar .nav-collapse .nav.pull-right {
  margin-top: 15px;
}

.main-menu .navbar .nav > li > a:hover {
  color: #d30000;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  background-color: white;
}
.main-menu .navbar .nav > li > a.active {
  color: #ff4539;
}

.navbar .btn-navbar {
  margin-top:30px;
}

.res-menu {
  display: none;
}

#home {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: table;
  color: #010101;
}


.header-wrap {
  width: 100%;
  /*background: url('../img/parallax/office-l.jpg') no-repeat center center fixed;*/
/*  background: url('../img/overlay.png');*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 600px;
  margin-top: 0;
  padding-top: 0px;
  text-align: center;
}


.intro-wrapper {
  display: block;
  vertical-align: middle;
  margin: 5% auto;
  /*margin: 30px 0 100px;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;*/

}
.intro-logo {
  margin: 10px 0 50px;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
}
.intro-logo a {
  font-family: 'OpenSans', sans-serif;
  font-size: 1.7em;
  text-decoration: none;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1;
  padding: 5px 40px 5px;
  color: #e1e1e1;
}
.intro-logo a:hover {
  color: red;
}
.intro-slide .intro-slide-content {
  font-family: 'OpenSans', sans-serif;
  font-size: 90px;
  position: relative;
  margin-bottom: 0px;
  text-align: center;
  line-height: 1;
  padding: 55px 10px 50px;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.intro-parallax {
  background: url('../img/parallax/iWorx_Devices.jpg') fixed;
  background-size: 112% cover;
  background-position: 100% top;
  background-color: black;
}
/* Start button */
.start-btn {
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 1px auto !important;
  width: 100px;
  height: 100px ;
  background: rgba(0,0,0, 0.1);
  padding-top: 20px;
  color: #ffffff;
  font-size: 50px;
  display: block !important;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.start-btn:hover {
  text-decoration: none;
  color: #ee0000;
  border: 2px solid red;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.start-btn:focus,
.start-btn:active {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.parallax {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  color: #ffffff;
}
.parallax .container {
  display: table;
}
.parallax .parallax-inner,
.parallax .overlay {
  height: 600px;
}
.parallax-inner {5
  background-color: white;
  display:block;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.overlay {
  position: absolute;
  background: url('../img/overlay.png');
  width: 100%;
}
.parallax-bg {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: repeat-y;
  background-position: top center;
}

.slider-title {
  margin: 10px 0 30px;
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  font-family: 'OpenSans', sans-serif;
  font-size: 1.7em;
  text-decoration: none;
  line-height: 1;
  color: #fff!important;
}

.slider-title:hover {
  color: red;
}




.bg1 {
  background-image: url('../img/parallax/mbp.jpg');
  background-repeat:repeat-y;

}
.bg2 {
  background-image: url('../img/parallax/iworx-responsive-everywhere.jpg');
}
.bg3 {
  background-image: url('../img/parallax/iworx-4th-version.jpg');
}
.bg4 {
  background-image: url('../img/parallax/iworx-proud-work.jpg');
}

.our-skills .progress {
  position: relative;
  background-image: none;
  filter: none;
  background-color: #999999;
  height: 30px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.our-skills .progress .bar {
  background-color: #ff4539;
  background-image: none;
  filter: none;
}
.our-skills .progress .progress-title {
  position: absolute;
  top: 5px;
  left: 10px;
  color: #ffffff;
}
.our-skills .progress .progress-value {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #ffffff;
}


.member-info .thumbnail {
  padding: 0;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
.member-info .thumbnail .caption {
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
}
.member-info .overlay-content {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 90%;
  text-align: center;
  z-index: 2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.member-info .overlay-content h4 {
  color: #ffffff;
}
.member-info .thumbnail:hover .caption {
  background-color: #ff4539;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.member-info .thumbnail:hover .overlay-content {
  bottom: 30%;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.member-info .view-profile {
  padding: 4px 10px;
  margin-top: 4px;
  background: #ff4539;
  color: #ffffff !important;
  text-decoration: none;

  font-family: 'OpenSans', sans-serif;
  font-size: 18px;
}

p.quote {
  position: relative;
  padding-right: 30px;
  font-family: 'OpenSans-C', sans-serif;
  font-size: 48px;
  text-align: center;
  background: rgba(0,0,0,0.5) !important;
  padding: 15px !important;

  line-height: 1;
  color: #ffffff;
  z-index: 200;
  margin: 0 5%;
}

p.quote i {
  font-size: 25px;
  display: inline-table;
  vertical-align: top;
  margin: 0 5px;
  color: #ffd600;
}
p.quote:before {
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #ff4539;
  content: "\f10d";
  position: absolute;
  top: 0;
  left: 0;
}
p.quote:after {
  font-family: 'FontAwesome';
  font-size: 30px;
  color: #ff4539;
  content: "\f10e";
  position: absolute;
  top: 0;
  right: 0;
}


.service-features h3 {
  padding-top: 20px;
  margin-bottom: 4px;
}
.service-features .service-icon {
  width: 80px;
  height: auto;
  font-size: 70px;
  margin: 15px auto;
  padding: 25px 20px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: #ff4539;
  color: #ffffff;
}
.service-features .img-container {
  padding: 25px 45px;
  border-radius: 3px;
  background: #ff4539;
  width: 140px;
  margin: 0 auto;
  position: relative;
}
.service-features .img-container:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border: 15px solid #ff4539;
  border-bottom: 0px solid transparent !important;
  border-right: 20px solid transparent !important;
  border-left: 20px solid transparent !important;
  left: 50%;
  bottom: -15px;
  margin-left: -20px;
}
.service-box {
  margin: 0 0 0px 0;
  text-align: center;
  padding: 20px 10px;
  background: #ffffff;
  border: 1px solid #ffffff;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.service-box .service-icon {
  width: 80px;
  height: auto;
  font-size: 70px;
  margin: 15px auto;
  padding: 25px 20px;
  display: block;
  text-align: center;
  border-radius: 50%;
  background: black;
  color: #ffffff;
}
.service-box:hover {
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.3);
  background: #ff4539;
  color: #ffffff;
  border: 1px solid transparent;
}
.service-box:hover .service-icon {
  background: #ffffff;
  color: #ff4539;
}

.testimonial-slider {
  font-family: 'OpenSans-R', sans-serif;
  position: relative;
  width: 77%;
  margin: 0 auto !important;
}
.testimonial-slider .flex-direction-nav li a {

  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: auto;
  bottom: -40px;
  cursor: pointer;
  text-indent: -9999px;
  background-color: #ff4539;
  background-size: 28px;
  border-radius: 50%;
}
.testimonial-slider .flex-direction-nav li .flex-prev {
  background-color: #ff4539;
  background-color: rgba(255, 0, 0, 0.8);
  background-image: url('../img/arrow_left.png');
  background-position: center center;
  background-repeat: no-repeat;
  left: 45%;
  bottom:-50px;
}

.testimonial-slider .flex-direction-nav li .flex-next {
  background-color: #ff4539;
  background-color: rgba(255, 0, 0, 0.8);
  background-image: url('../img/arrow_right.png');
  background-position: center center;
  background-repeat: no-repeat;
  right: 45%;
  left: auto;
  bottom:-50px;
}

.testimonial-slider .flex-direction-nav li .disabled {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
  filter: alpha(opacity = 40);
  opacity: 0.4;
}
.testimonial-slider .testimonial-slide .client-testimonial {
  font-size: 16px;
  color: #ffffff;
  margin: 5px auto 10px;
  padding: 15px;
}
.testimonial-slider .client-info {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
}

.client-statement {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 20px;
}

.blog-post {
  margin-bottom: 60px;
  padding-top: 30px;
}
.blog-post .row-fluid .post-wrapper {
  position: relative;
}

.blog-post .row-fluid .post-meta-wrapper {
  padding: 5px;
  border: solid 1px #000000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

a {
 -webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}


.blog-post .post-media {
  margin-bottom: 10px;
}
.blog-post .post-title {
  margin-top: 0;
}
.blog-post .post-title a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-post .post-title a:hover {
  color: #ff4539;
}
.blog-post .post-content {
  margin-bottom: 10px;
}
.blog-post .post-meta-before {
  margin-left: 0;
  margin-bottom: 10px;
}
.blog-post .post-meta-before li {
  float: left;
  margin: 0 10px 5px 0;
  list-style: none;
  font-size: 11px;
  line-height: 15px !important;
  padding-left: 20px;
}

.blog-post .post-meta-before li [class^="icon-"],
.blog-post .post-meta-before li [class*=" icon-"],
.blog-post .post-meta-before li [class^="iconic-"],
.blog-post .post-meta-before li [class*=" iconic-"] {
  display: block;
  float: left;
  margin-left: -20px;
  width: 20px;
  text-align: center;
  color: #333333;
}
.blog-post .post-meta-before li [class^="icon-"]:before,
.blog-post .post-meta-before li [class*=" icon-"]:before,
.blog-post .post-meta-before li [class^="iconic-"]:before,
.blog-post .post-meta-before li [class*=" iconic-"]:before {
  vertical-align: top;
}
.blog-post .post-meta-before a {
  text-decoration: none;
  color: #333333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-post .post-meta-before a:hover {
  color: #ff6633;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-post .read-more {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blog-post .read-more:hover {
  color: #ffffff;
  background-color: #ff4539;
  border: none;
}
.view-all {
  font-size: 18px;
  font-family: 'OpenSans-C', sans-serif;
  background-color: black;
  color: #ffffff;
  padding: 13px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.view-all:hover {
  background-color: #ff4539;
  color: #ffffff;
}

.media a,
.thumbnail,
.thumbnail .image {
  position: relative;
}
.media .frame-overlay,
.thumbnail .frame-overlay,
.portfolio article .frame-overlay {
  background-color: #000000;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.media a:hover .frame-overlay,
.thumbnail:hover .frame-overlay,
.portfolio article:hover .frame-overlay {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#filtrable {
  margin-left: 0;
  margin-bottom: -5px;
  margin-top: -5px;
  text-align: center;
  font-family: 'OpenSans', sans-serif;
  font-size: 16px;
}
#filtrable li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-top: 5px;
  list-style: none;
}
#filtrable a {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
#filtrable a:hover {
  background-color: #ff4539;
  color: #ffffff;
}
#filtrable .current a {
  background-color: #ff4539;
  color: #ffffff;
}
/* Icons/Preview
/* ========================================================================== */
.ico-block {
  display: block;
  position: absolute;
  bottom: 40px;
  left: auto;
  right: auto;
  width: 100%;
}
.ico-link,
.ico-zoom {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ico-link:hover,
.ico-zoom:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.ico-link span,
.ico-zoom span {
  width: 34px;
  height: 34px;
  left: -7px;
  top: -7px;
  display: block;
  position: absolute;
}
.ico-zoom {
  margin-left: -34px;
}
.ico-zoom span {
  background: url('../img/icon_zoom.png') no-repeat 0 0;
}
.ico-link {
  margin-left: 17px;
}
.ico-link span {
  background: url('../img/icon_link.png') no-repeat 0 0;
}

.portfolio {
  position: relative;
  padding: 0;
  width: 100.1%;
  margin: 0 auto;
  display: block;
  background: url(../img/squared_metal.png);
}
.portfolio article {
  margin: 0;
  overflow: hidden;
  line-height: 0;
  width: 19.99%;
  padding: 0;
}

.portfolio .thumbnail {
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
  cursor: default;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.portfolio .thumbnail img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.portfolio .thumbnail .caption {
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.portfolio .thumbnail .title {
  text-align: center;
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
}
.portfolio .thumbnail .title a {
  text-decoration: none;
}
.portfolio .thumbnail .tag {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
}

.portfolio .thumbnail .caption,
.portfolio .thumbnail .title,
.portfolio .thumbnail .tag,
.portfolio .thumbnail .ico-block {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  opacity: 0;
}
.portfolio .thumbnail .caption {
  background-color: #ff4539;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.portfolio .thumbnail .title {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail .title a {
  color: #ffffff;
  font-weight: 600;
}
.portfolio .thumbnail .title a:hover {
  color: #ffffff;
}
.portfolio .thumbnail .tag {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #ffffff;
}
.portfolio .thumbnail .ico-block {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.portfolio .thumbnail.hover .title,
.portfolio .thumbnail.hover .tag,
.portfolio .thumbnail.hover .caption,
.portfolio .thumbnail.hover .ico-block {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  opacity: 1;
}
.portfolio .thumbnail.hover .title,
.portfolio .thumbnail.hover .tag,
.portfolio .thumbnail.hover .ico-block {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.portfolio .thumbnail.hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.portfolio .thumbnail.hover .tag {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.portfolio .thumbnail.hover .ico-block {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.portfolio,
.portfolio article {
/*  -moz-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;*/
}
.portfolio {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.portfolio article {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  transition-property: transform, opacity;
}

.portfolio.no-transition,
.portfolio.no-transition article,
.portfolio article.no-transition {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

#contact {
  padding-bottom: 0;
}
.gmap {
  max-width: 100%;
  line-height: 0;
}
.copyright {
  color: white;
  font-family: 'OpenSans-R';
  width: 100%;
  padding: 40px 0;
  background: #fd5b50;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
}
.copyright a {
  color: #ff4539;
}
.copyright a:hover {
  text-decoration: underline;
}

#af-form {
  margin-bottom: 30px;
}
#af-form textarea,
#af-form input[type="text"] {
  border-width: 1px;
  border-color: #eeeeee !important;
  background-color: #fbfbfb !important;
  color: #333333;
  padding: 10px 15px;
  height: auto;
  font-size: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -box-sizing: border-box;
  box-sizing: border-box;
}
#af-form textarea:hover,
#af-form input[type="text"]:hover,
#af-form textarea:focus,
#af-form input[type="text"]:focus {
  border-color: black !important;
  background-color: #eeeeee !important;
  color: #222222;
}
#af-form textarea {
  height: 160px !important;
  overflow: auto;
  resize: none;
}
#af-form input.error,
#af-form textarea.error {
  border: 1px solid #e81123;
}
#af-form .af-outer {
  margin-bottom: 0;
}
#af-form .form-button {
  font-size: 18px;
  font-family: 'OpenSans-C', sans-serif;
  background-color: black;
  color: #ffffff;
  padding: 13px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#af-form .form-button:hover {
  background-color: #ff4539 ;
}
label.error,
label.ferror {
  color: #e81123;
  font-size: 13px;
  padding-left: 16px;
  margin-bottom: 15px;
}

.social-icon {
  display: inline-block;
  margin: 0 5px 5px 0;
  background-color: #ffffff !important;
  overflow: hidden;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.social-icon a {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-icon a:hover {
  background-color: #555555;
  background-position: 0px -40px !important;
}
.social-icons ul {
  list-style: none;
  margin: 0 0 -1px 0;
  float: right;
}
.social-icons ul li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.social-icons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.social-icons a:hover {
  background-color: #cccccc;
  background-position: 0px -40px !important;
  opacity: 1;
}
.social-email a {
  background: url(../img/social/email.png) no-repeat 0 0;
}
.social-email a:hover {
  background-color: #666666;
}
.social-aim a {
  background: url(../img/social/aim.png) no-repeat 0 0;
}
.social-aim a:hover {
  background-color: #e95a00;
}
.social-apple a {
  background: url(../img/social/apple.png) no-repeat 0 0;
}
.social-apple a:hover {
  background-color: #606060;
}
.social-behance a {
  background: url(../img/social/behance.png) no-repeat 0 0;
}
.social-behance a:hover {
  background-color: #18a3fe;
}
.social-blogger a {
  background: url(../img/social/blogger.png) no-repeat 0 0;
}
.social-blogger a:hover {
  background-color: #fb913f;
}
.social-cargo a {
  background: url(../img/social/cargo.png) no-repeat 0 0;
}
.social-cargo a:hover {
  background-color: #00c462;
}
.social-delicious a {
  background: url(../img/social/delicious.png) no-repeat 0 0;
}
.social-delicious a:hover {
  background-color: #3274d1;
}
.social-deviantart a {
  background: url(../img/social/deviantart.png) no-repeat 0 0;
}
.social-deviantart a:hover {
  background-color: #d0de21;
}
.social-digg a {
  background: url(../img/social/digg.png) no-repeat 0 0;
}
.social-digg a:hover {
  background-color: #2882c6;
}
.social-dopplr a {
  background: url(../img/social/dopplr.png) no-repeat 0 0;
}
.social-dopplr a:hover {
  background-color: #99cc66;
}
.social-dribbble a {
  background: url(../img/social/dribbble.png) no-repeat 0 0;
}
.social-dribbble a:hover {
  background-color: #ef5b92;
}
.social-ember a {
  background: url(../img/social/ember.png) no-repeat 0 0;
}
.social-ember a:hover {
  background-color: #fb9d00;
}
.social-evernote a {
  background: url(../img/social/evernote.png) no-repeat 0 0;
}
.social-evernote a:hover {
  background-color: #77ba2f;
}
.social-facebook a {
  background: url(../img/social/facebook.png) no-repeat 0 0;
}
.social-facebook a:hover {
  background-color: #3b5998;
}
.social-flickr a {
  background: url(../img/social/flickr.png) no-repeat 0 0;
}
.social-flickr a:hover {
  background-color: #f1628b;
}
.social-forrst a {
  background: url(../img/social/forrst.png) no-repeat 0 0;
}
.social-forrst a:hover {
  background-color: #5b9a68;
}
.social-github a {
  background: url(../img/social/github.png) no-repeat 0 0;
}
.social-github a:hover {
  background-color: #7292a2;
}
.social-google a {
  background: url(../img/social/google.png) no-repeat 0 0;
}
.social-google a:hover {
  background-color: #dd4b39;
}
.social-googleplus a {
  background: url(../img/social/googleplus.png) no-repeat 0 0;
}
.social-googleplus a:hover {
  background-color: #d94a39;
}
.social-gowalla a {
  background: url(../img/social/gowalla.png) no-repeat 0 0;
}
.social-gowalla a:hover {
  background-color: #ff920d;
}
.social-grooveshark a {
  background: url(../img/social/grooveshark.png) no-repeat 0 0;
}
.social-grooveshark a:hover {
  background-color: #f88e00;
}
.social-html5 a {
  background: url(../img/social/html5.png) no-repeat 0 0;
}
.social-html5 a:hover {
  background-color: #f3642c;
}
.social-icloud a {
  background: url(../img/social/icloud.png) no-repeat 0 0;
}
.social-icloud a:hover {
  background-color: #fb913f;
}
.social-lastfm a {
  background: url(../img/social/lastfm.png) no-repeat 0 0;
}
.social-lastfm a:hover {
  background-color: #d21309;
}
.social-linkedin a {
  background: url(../img/social/linkedin.png) no-repeat 0 0;
}
.social-linkedin a:hover {
  background-color: #71b2d0;
}
.social-metacafe a {
  background: url(../img/social/metacafe.png) no-repeat 0 0;
}
.social-metacafe a:hover {
  background-color: #ef4035;
}
.social-mixx a {
  background: url(../img/social/mixx.png) no-repeat 0 0;
}
.social-mixx a:hover {
  background-color: #d80330;
}
.social-myspace a {
  background: url(../img/social/myspace.png) no-repeat 0 0;
}
.social-myspace a:hover {
  background-color: #003398;
}
.social-netvibes a {
  background: url(../img/social/netvibes.png) no-repeat 0 0;
}
.social-netvibes a:hover {
  background-color: #629e61;
}
.social-newsvine a {
  background: url(../img/social/newsvine.png) no-repeat 0 0;
}
.social-newsvine a:hover {
  background-color: #5b965a;
}
.social-orkut a {
  background: url(../img/social/orkut.png) no-repeat 0 0;
}
.social-orkut a:hover {
  background-color: #ed2590;
}
.social-paypal a {
  background: url(../img/social/paypal.png) no-repeat 0 0;
}
.social-paypal a:hover {
  background-color: #32689a;
}
.social-picasa a {
  background: url(../img/social/picasa.png) no-repeat 0 0;
}
.social-picasa a:hover {
  background-color: #444;
}
.social-pinterest a {
  background: url(../img/social/pinterest.png) no-repeat 0 0;
}
.social-pinterest a:hover {
  background-color: #cb2027;
}
.social-plurk a {
  background: url(../img/social/plurk.png) no-repeat 0 0;
}
.social-plurk a:hover {
  background-color: #f35b36;
}
.social-posterous a {
  background: url(../img/social/posterous.png) no-repeat 0 0;
}
.social-posterous a:hover {
  background-color: #f9d560;
}
.social-reddit a {
  background: url(../img/social/reddit.png) no-repeat 0 0;
}
.social-reddit a:hover {
  background-color: #cde2f9;
}
.social-rss a {
  background: url(../img/social/rss.png) no-repeat 0 0;
}
.social-rss a:hover {
  background-color: #fe9900;
}
.social-skype a {
  background: url(../img/social/skype.png) no-repeat 0 0;
}
.social-skype a:hover {
  background-color: #18b7f1;
}
.social-stumbleupon a {
  background: url(../img/social/stumbleupon.png) no-repeat 0 0;
}
.social-stumbleupon a:hover {
  background-color: #eb4924;
}
.social-technorati a {
  background: url(../img/social/technorati.png) no-repeat 0 0;
}
.social-technorati a:hover {
  background-color: #7ac84f;
}
.social-tumblr a {
  background: url(../img/social/tumblr.png) no-repeat 0 0;
}
.social-tumblr a:hover {
  background-color: #3a5976;
}
.social-twitter a {
  background: url(../img/social/twitter.png) no-repeat 0 0;
}
.social-twitter a:hover {
  background-color: #48c4d2;
}
.social-vimeo a {
  background: url(../img/social/vimeo.png) no-repeat 0 0;
}
.social-vimeo a:hover {
  background-color: #62a0ad;
}
.social-wordpress a {
  background: url(../img/social/wordpress.png) no-repeat 0 0;
}
.social-wordpress a:hover {
  background-color: #464646;
}
.social-yahoo a {
  background: url(../img/social/yahoo.png) no-repeat 0 0;
}
.social-yahoo a:hover {
  background-color: #ab64bc;
}
.social-yelp a {
  background: url(../img/social/yelp.png) no-repeat 0 0;
}
.social-yelp a:hover {
  background-color: #c41200;
}
.social-youtube a {
  background: url(../img/social/youtube.png) no-repeat 0 0;
}
.social-youtube a:hover {
  background-color: #f45750;
}
.social-zerply a {
  background: url(../img/social/zerply.png) no-repeat 0 0;
}
.social-zerply a:hover {
  background-color: #8db259;
}
.social-zootool a {
  background: url(../img/social/zootool.png) no-repeat 0 0;
}
.social-zootool a:hover {
  background-color: #262626;
}
.video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
  -ms-interpolation-mode: bicubic;
}
.btn {
  background-image: none;
  filter: none;
  text-shadow: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a,
a:active,
a:focus,
input,
input:active,
input:focus,
select,
select:active,
select:focus {
  outline: 0 !important;
}


.mantra-l{
  font-size: 1.3em;
  color: #e0e0e0;
  width:850px;
  line-height: 30px;
  margin:0 auto;
  margin-top:20px;
  margin-bottom: 20px;
}




.mantra-md{
  font-size: 1.2em;
  color: #848175;
  padding:10px;
  width:600px;
  line-height: 30px;
  margin:0 auto;
  margin-top:20px;
}

.mantra-s{
  font-size: 1.5em;
  color: #a6a08a;
  padding:10px;
  width:400px;
  line-height: 30px;
  margin:0 auto;
  margin-top:20px;
}

.flexslider {
  background: rgba(0,0,0,0.5) !important;
  padding: 10px !important;
}

.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
  color: #fff;
  background-color: black;
}

.navbar .btn-navbar {
  background-color: black;
  background-image: -moz-linear-gradient(top,#323232,#171717);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#323232),to(#171717));
  background-image: -webkit-linear-gradient(top,#323232,#171717);
  background-image: -o-linear-gradient(top,#323232,#171717);
  background-image: linear-gradient(to bottom,#323232,#171717);
  background-repeat: repeat-x;
  border-color: #171717 #171717 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff323232',endColorstr='#ff171717',GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.075);
}

.navbar .brand {
  line-height: 0 !important;
}


.dropdown-menu {
  border-radius: 0px;
}

.service-features {
  text-align: center;
}

.main-menu .brand {
  padding: 30px 15px 30px 30px;
}

.tags a {
  cursor: pointer;
}

.highslide img {
  border:0px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


@media screen and (max-width: 69.5em) {
  .grid figure {
    width: 50%;
  }

  .grid figure figcaption {
    font-size: 90%;
  }
}

@media screen and (max-width: 41.5em) {

  .grid figure {
    width: 100%;
  }
}

@media (max-width: 460px) {
  .slider-title {
    font-size: 16px;
  }
}

@media (max-width: 479px) {
  .testimonial-slider .flex-direction-nav li .flex-prev {
    left: 20%;
  }
}

@media (max-width: 480px) {
  p.quote {
    font-size: 24px;
  }
}

@media (max-width: 479px) {

  .main-menu .brand {
    display: none;
  }

  .navbar .nav-collapse .nav.pull-right {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    background: rgba(255,255,255,1);
    border: 1px solid lightgrey;
  }

  .main-menu .navbar .nav > li > a:hover {
    color: #f8f8f8;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }

  .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #ff4539 !important;
  }

  .testimonial-slider .flex-direction-nav li .flex-next {
    right: 20%;
  }

   .portfolio article {
    width: 99.9%;
  }

}

@media (max-width: 576px) {
  .mantra-l {
    line-height: 20px;
  }

  .start-btn {
    height: 70px;
    width: 70px;
  }

  .icon-angle-down {
    font-size: 28px;
  }

  .mantra-l {
    font-size: 1.5em;
  }

  .slider-title {
    font-size: 2.5em;
  }

}

@media (min-width: 480px) and (max-width: 767px) {
  .navbar .nav-collapse .nav.pull-right {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    background: rgba(255,255,255,1);
    border: 1px solid lightgrey;
  }

  .main-menu .navbar .nav > li > a:hover {
    color: #f8f8f8;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }

  .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #ff4539 !important;
  }

  .members {
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 350px;
  }

  .services-row .container {
    width: 350px;
  }
}

@media (max-width: 767px) {

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fullwidth {
    padding: 50px 20px 20px 20px;
  }

  .title h1 {
    font-size: 40px;
  }

  .title h2 {
    font-size: 24px;
    line-height: 1;
  }
  .bquote {
    width: 350px;
    margin: 0 auto;
  }

  .main-menu .navbar-inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  p.quote {
    font-size: 33px;
  }

  .testimonial-slider .flex-direction-nav li .flex-next {
    right: 30%;
  }

  .testimonial-slider .flex-direction-nav li .flex-prev {
    left: 30%;
  }

  .service-box {
    margin-bottom: 20px;
  }

  .service-features {
    margin-bottom: 20px;
  }

  .portfolio article {
    width: 49.9%;
  }

}

@media (max-width: 800px) {
  .blog-post .post-meta-before li {
    float: left;
    margin: 0 10px 5px 0;
  }

  .portfolio article {
    width: 33.33%;
  }

    .blog-post .row-fluid .post-wrapper {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  p.quote {
    font-size: 44px;
  }

   .parallax-bg {
    background-size: 150%;
  }

    .testimonial-slider .flex-direction-nav li .flex-prev {
    left: 40%;
  }

  .testimonial-slider .flex-direction-nav li .flex-next {
    right: 40%;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .navbar .nav-collapse .nav.pull-right {
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.);
    -moz-box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.1);
    background: rgba(255,255,255,1);
    border: 1px solid lightgrey;
  }

  .main-menu .navbar .nav > li > a:hover {
    color: #f8f8f8;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }

  .nav>li>a:hover, .nav-collapse .nav>li>a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #ff4539 !important;
  }

}

@media (min-width: 1200px) {

}


.vertical-separator-25 {
  height:25px;
}

.gen-button {
  font-size: 18px;
  font-family: 'OpenSans-C', sans-serif;
  background-color: black;
  color: #ffffff;
  padding: 13px 20px 10px 20px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.gen-button:hover {
  color: #fff;
  background-color: #ff4539;
}