
  .center{
    text-align: center;
  }

/* disabling Isotope CSS3 transitions */
/* infinite scroll loading message styling */
#infscr-loading {
  position: fixed;
  text-align: center;
  bottom: 30px;
  left: 42%;
  z-index: 100;
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  color: #222;
  font-size: 15px;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }
  #infscr-loading img {
    float: left;
    width: auto !important; }
  #infscr-loading div {
    float: left;
    padding-left: 10px; }

/* ------------ Image Frame Styles ---------------- */
.image-box {
  display: block; }

.custom-img.image-box, .photo-frame.image-box {
  display: table;
  /* Use sparingly to avoid firefox max-width issue */ }

.image-area {
  position: relative;
  overflow: hidden;
  /* line-height: 0; */ }
  .image-area a {
    display: block;
    text-decoration: none;
    color: #fff; }
  .image-area img {
    width: 100%;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s; }
  .image-area:hover .thumbnail {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px); }
  .image-area:hover .image-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
    opacity: 1; }

.image-overlay {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0; }
  .image-area .image-overlay {
    background: url(images/thumbnail-hover.png) no-repeat scroll 50% 50% transparent; }

.rounded-img {
  border-radius: 50%; }

/*---------- Image Info Hover --------------------------*/
.image-info-buttons {
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -22px;
  z-index: 100; }
  .image-info-buttons i {
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 15px;
    border-radius: 24px;
    background: rgba(254, 80, 0, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out 0s;
    -moz-transition: opacity 0.4s ease-in-out 0s;
    -ms-transition: opacity 0.4s ease-in-out 0s;
    transition: opacity 0.4s ease-in-out 0s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .image-area:hover .image-info-buttons i {
      opacity: 1; }

.image-info {
  display: block;
  z-index: 120;
  position: absolute;
  padding: 10px 0;
  width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  text-align: center;
  background: #fe5000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s; }
  .image-info h3 {
    position: relative;
    top: 20%;
    padding: 10px;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    color: #fff; }
    .image-info h3 a {
      color: #fff; }
      .image-info h3 a:hover {
        color: #eee; }
  .image-info .terms {
    position: relative;
    top: 20%;
    display: block;
    color: #f9f9f9; }
    .image-info .terms a {
      color: #f9f9f9;
      position: relative;
      display: inline;
      zoom: 1;
      font-size: 14px;
      line-height: 26px;
      -webkit-transition: all 0.3s ease-in-out 0s;
      -moz-transition: all 0.3s ease-in-out 0s;
      -ms-transition: all 0.3s ease-in-out 0s;
      transition: all 0.3s ease-in-out 0s; }
      .image-info .terms a:hover {
        color: #e5e5e5; }

.type-portfolio .image-info .terms {
  display: block; }

/* Four column layouts require less information to be shown in the image info
since not everything will fit there */
.image-grid .threecol .image-info .terms {
  display: none; }
.image-grid .threecol .image-info h3 {
  padding: 5px 0; }
.image-grid .threecol .image-info-buttons {
  top: 20%; }

/* ------------------------ Sliders - Nivo, Flex and Revolution Slider ----------------------------------- */
#slider-area {
  clear: both;
  margin: 0 auto;
  width: 100%;
  background: #3F3B39; }
  #slider-area .image-area {
    background: none;
    box-shadow: none;
    border: none; }
  #slider-area #slider-error {
    padding: 240px 0;
    color: #bbb; }

/*--------------------------------------------------------------------*/
/*	Responsive Flex Slider Styles
/*--------------------------------------------------------------------*/
/* * jQuery FlexSlider v2.0 * http://www.woothemes.com/flexslider/ * */
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles *********************************/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    /*-webkit-backface-visibility: hidden; */ }
  .flexslider .slides img {
    display: block; }

/* Causes issues with fixed backgrounds in Chrome/Safari */
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme *********************************/
.flexslider {
  background: transparent;
  padding: 0;
  max-width: 100%;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 2s ease 1s;
  -moz-transition: all 2s ease 1s;
  transition: all 2s ease 1s; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

.flexslider .slides > li {
  margin: 0;
  position: relative; }
.flexslider .slides .image-area {
  float: none; }
.flexslider .slides img {
  display: block; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* Caption styles */
.flex-caption {
  position: absolute;
  left: 150px;
  bottom: 30%;
  width: 35%;
  max-width: 450px;
  z-index: 89; }
  .flex-caption a, .flex-caption .flex-summary {
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=55);
    /*IE*/ }
  .flex-caption a {
    display: inline !important;
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    color: #EFEFEF !important;
    padding: 2px 15px; }
  .flex-caption .flex-summary {
    color: #ccc;
    margin-top: 5px;
    padding: 10px 15px 10px 15px;
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 26px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0;
  display: block; }
  .flex-direction-nav li {
    margin: 0; }
  .flex-direction-nav a {
    display: block;
    position: absolute;
    text-indent: -9999px;
    background-color: #888;
    z-index: 10;
    /* IE */
    background-color: rgba(55, 55, 55, 0.8);
    height: 25px;
    width: 25px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .flex-direction-nav .flex-next {
    right: 10px;
    bottom: 10px; }
  .flex-direction-nav .flex-prev {
    right: 40px;
    bottom: 10px; }
  .flex-direction-nav a:hover {
    background-color: #666;
    /* IE */
    background-color: rgba(51, 51, 51, 0.8); }
  .flex-direction-nav .flex-prev span {
    top: 5px;
    right: 9px;
    position: absolute;
    display: block;
    height: 12px;
    width: 8px;
    background-image: url("images/sliders/arrows-sliders.png");
    background-position: right bottom; }
  .flex-direction-nav .flex-next span {
    top: 5px;
    right: 9px;
    position: absolute;
    display: block;
    height: 12px;
    width: 8px;
    background-image: url("images/sliders/arrows-sliders.png");
    background-position: right bottom;
    background-position: right bottom; }
  .flex-direction-nav .flex-prev span {
    background-position: left bottom; }

/* Control Nav */
.flex-control-nav {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center; }

#slider-area .flex-control-nav, .segment .flex-control-nav {
  bottom: 0; }

.flex-control-nav li {
  margin: 0 4px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  position: relative;
  z-index: 10;
  text-indent: -9999px;
  background-color: #ddd;
  width: 14px;
  height: 14px;
  border-radius: 14px; }
  .flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
    background-color: #fe5000; }

.flex-control-nav li a.flex-active, .flex-control-nav li a:hover {
  background-color: #fe5000; }

ol.flexlite-control-nav.flexlite-control-paging {
  display: none; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100); }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    cursor: default; }

.segment .flex-control-nav li a {
  width: 20px;
  height: 20px; }
  .segment .flex-control-nav li a:hover, .segment .flex-control-nav li a.flex-active {
    background-color: #fe5000; }

/* ----- Inline flex slider styling ----------*/
.flex-slider-container.loading {
  background: #202834 url(images/sliders/ajax-loader.gif) no-repeat 50% 50%; }
.flex-slider-container .flexslider {
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 2; }
.flex-slider-container.loading .flexslider {
  visibility: hidden;
  opacity: 0; }

/* --------- Slider Area styling ------ */
#slider-area .flex-direction-nav a {
  width: 60px;
  height: 60px;
  bottom: 50%;
  top: 45%;
  border-radius: 2px; }
#slider-area .flex-direction-nav .flex-next span, #slider-area .flex-direction-nav .flex-prev span {
  height: 18px;
  width: 12px;
  top: 20px;
  left: 24px; }
#slider-area .flex-direction-nav .flex-next span {
  background-position: right top; }
#slider-area .flex-direction-nav .flex-prev span {
  background-position: left top; }
#slider-area .flexslider .flex-next {
  right: 10px; }
#slider-area .flexslider .flex-prev {
  left: 10px; }
#slider-area .rev_slider_wrapper {
  border-bottom: none; }
#slider-area .flex-caption a {
  font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 900; }
#slider-area .widget {
  margin-bottom: 0; }
  #slider-area .widget ul li {
    border-top: none; }
  #slider-area .widget ul li:hover {
    padding-left: 0; }
#slider-area .widget-title {
  display: none; }

/*--------------------------------------------------------------------*/
/*	OTHER SLIDERS - NIVO
/*--------------------------------------------------------------------*/
/* === The Nivo Slider styles - do not modify unless you know what you are doing == */
/* === For customization, see below === */
.nivoSlider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none; }

.nivo-main-image {
  display: block !important;
  position: relative !important;
  width: 100% !important; }

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  z-index: 6;
  display: none;
  background: white;
  filter: alpha(opacity=0);
  opacity: 0; }

/* The slices and boxes in the Slider */
.nivo-slice {
  display: block;
  position: absolute;
  z-index: 5;
  height: 100%;
  top: 0; }

.nivo-box {
  display: block;
  position: absolute;
  z-index: 5;
  overflow: hidden; }
  .nivo-box img {
    display: block; }

/* Caption styles - customized */
.nivo-caption {
  position: absolute;
  left: 150px;
  bottom: 35%;
  color: #EFEFEF;
  font-weight: normal;
  width: 40%;
  max-width: 400px;
  z-index: 8;
  overflow: hidden;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .nivo-caption .nivo-summary {
    margin: 15px 0 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 15px; }
  .nivo-caption a {
    padding: 6px 15px; }
  .nivo-caption .nivo-summary, .nivo-caption a {
    background: #333;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60); }

.nivo-html-caption {
  display: none; }

/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
  position: absolute;
  top: 45%;
  z-index: 9;
  cursor: pointer; }

.nivo-prevNav {
  left: 0px; }

.nivo-nextNav {
  right: 0px; }

/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
  text-align: center;
  padding: 15px 0; }
  .nivo-controlNav a {
    cursor: pointer; }
    .nivo-controlNav a.active {
      font-weight: bold; }


/*---- Our Team section -----------*/
ul.member-list {
  border-bottom: 1px solid #fe5000;
  margin: 0 0 20px 0; }
  ul.member-list li {
    display: inline;
    margin: 0 50px 0 0; }
    ul.member-list li a {
      color: #292929;
      display: inline-block;
      font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 900;
      letter-spacing: 2px;
      line-height: 52px;
      -webkit-transition: color 0.2s ease-in-out 0s;
      -moz-transition: color 0.2s ease-in-out 0s;
      transition: color 0.2s ease-in-out 0s; }
      ul.member-list li a.visible, ul.member-list li a.flex-active {
        border-bottom: 3px solid #fe5000; }
      ul.member-list li a:hover {
        color: #fe5000; }

.team-slider-profiles {
  margin-top: 60px;
  overflow: hidden;
  z-index: 2;
  /* Fixed background fix */ }
  .team-slider-profiles .employee-title {
    font-style: italic; }
  .team-slider-profiles .member-title {
    padding-bottom: 15px;
    margin-top: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
    font-size: 36px;
    line-height: 48px; }
    @media only screen and (max-width: 1024px) {
      .team-slider-profiles .member-title {
        font-size: 28px;
        line-height: 42px; } }
    @media only screen and (max-width: 959px) {
      .team-slider-profiles .member-title {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .team-slider-profiles .member-title {
        font-size: 24px;
        line-height: 36px; } }
  .team-slider-profiles .team-member h3 {
    font-size: 24px;
    line-height: 36px; }
    @media only screen and (max-width: 767px) {
      .team-slider-profiles .team-member h3 {
        font-size: 20px;
        line-height: 32px; } }
  .team-slider-profiles .member-content {
    margin-bottom: 20px;
    border-bottom: 1px solid #b7b7b7; }
  .team-slider-profiles .footer .follow-text {
    display: inline;
    float: left;
    margin-right: 20px;
    font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900; }
  .team-slider-profiles > ul > li {
    display: none;
    position: relative; }

/* ----- Our team -------- */
#team-page-slogan {
  padding-top: 20px; }

#team-info-header {
  position: relative;
  height: 310px; }
  #team-info-header blockquote {
    font-size: 36px;
    line-height: 48px;
    color: #e0e3e8;
    background: none;
    position: absolute;
    left: 20%;
    top: 60px;
    width: 60%;
    padding: 0;
    margin: 0; }

.team-member h3 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px; }
  .team-member h3 a {
    color: #666; }
.team-member:hover h3 a {
  color: #fe5000; }
.team-member .image-area {
  background-color: transparent; }
.team-member .img-wrap {
  position: relative;
  margin: 0 auto 10px;
  display: inline-block;
  overflow: hidden; }
  .team-member .img-wrap:hover {
    overflow: hidden; }
  .team-member .img-wrap p {
    margin: 0; }
.team-member img {
  margin: 0 auto;
  border-radius: 50%; }
.team-member:hover a {
  color: #888; }
.team-member .aligncenter {
  margin-bottom: 0; }
.team-member img, .team-member a {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }
.team-member .mini-separator {
  margin-left: auto;
  margin-right: auto; }
.team-member .img-wrap:hover .team-member-hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

.team-member-hover {
  display: block;
  position: absolute;
  top: 0;
  margin: 0 auto;
  text-align: center;
  background: rgba(220, 70, 55, 0.7);
  color: white;
  width: 100%;
  height: 100%;
  z-index: 230;
  border-radius: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0); }
  .team-member-hover .text {
    position: relative;
    top: 40%;
    font-size: 18px; }
  .team-member-hover .social-wrap {
    position: relative;
    top: 45%; }
  .team-member-hover .social-list {
    position: relative;
    display: inline-block;
    top: 40%;
    margin: 0 auto; }
    .team-member-hover .social-list a i {
      color: #fff; }
    .team-member-hover .social-list a:hover i {
      color: #ccc; }

.team-member .team-member-hover {
  background: #fe5000;
  background: rgba(254, 80, 0, 0.7); }

.team-member p:last-child.bio {
  margin-bottom: 0; }

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Make the grid blog layout two column in smaller tablets but not phones */
  .team-info .fourcol, .team-info .threecol, .team-info .fourcol.last, .team-info .threecol.last {
    width: 46%;
    margin-right: 4%; } }
/* ----- Our Clients ---- */
#clients-heading {
  padding-bottom: 0; }

#client-list {
  border-bottom: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
  overflow: hidden; }
  #client-list img {
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 100%;
    margin: 0; }
    #client-list img:hover {
      background: rgba(128, 128, 128, 0.1); }
  #client-list p {
    margin: 0; }
  #client-list .twocol {
    width: 16.66%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      #client-list .twocol {
        width: 33.33%; } }

  ul.member-list {
  border-bottom: 1px solid #fe5000;
  margin: 0 0 20px 0; }
  ul.member-list li {
    display: inline;
    margin: 0 50px 0 0; }
    ul.member-list li a {
      color: #292929;
      text-decoration: none;
      display: inline-block;
      font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
      font-style: normal;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-weight: 900;
      letter-spacing: 2px;
      line-height: 52px;
      -webkit-transition: color 0.2s ease-in-out 0s;
      -moz-transition: color 0.2s ease-in-out 0s;
      transition: color 0.2s ease-in-out 0s; }
      ul.member-list li a.visible, ul.member-list li a.flex-active {
        border-bottom: 3px solid #fe5000; }
      ul.member-list li a:hover {
        color: #fe5000; }

.team-slider-profiles {
  margin-top: 60px;
  overflow: hidden;
  z-index: 2;
  /* Fixed background fix */ }
  .team-slider-profiles .employee-title {
    font-style: italic; }
  .team-slider-profiles .member-title {
    padding-bottom: 15px;
    margin-top: 35px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b7b7b7;
    font-size: 36px;
    line-height: 48px; }
    @media only screen and (max-width: 1024px) {
      .team-slider-profiles .member-title {
        font-size: 28px;
        line-height: 42px; } }
    @media only screen and (max-width: 959px) {
      .team-slider-profiles .member-title {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .team-slider-profiles .member-title {
        font-size: 24px;
        line-height: 36px; } }
  .team-slider-profiles .team-member h3 {
    font-size: 24px;
    line-height: 36px; }
    @media only screen and (max-width: 767px) {
      .team-slider-profiles .team-member h3 {
        font-size: 20px;
        line-height: 32px; } }
  .team-slider-profiles .member-content {
    margin-bottom: 20px;
    border-bottom: 1px solid #b7b7b7; }
  .team-slider-profiles .footer .follow-text {
    display: inline;
    float: left;
    margin-right: 20px;
    font-family: "Lato", Arial, Helvetica, Verdana, sans-serif;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 900; }
  .team-slider-profiles > ul > li {
    display: none;
    position: relative; }

.profile {
  position: relative;
  margin: 0 0 50px;
  overflow: hidden; }

.profile-header, .widget .profile-header {
  position: relative;
  display: inline-block; }
  .profile-header .image-area, .widget .profile-header .image-area {
    display: inline-block; }
  .profile-header img, .widget .profile-header img {
    float: left;
    max-width: 320px; }
    .profile-header img:hover, .widget .profile-header img:hover {
      background: #fe5000; }
  .profile-header .img-hover, .widget .profile-header .img-hover {
    position: absolute;
    width: 100%;
    height: 100%; }
  .profile-header .socials, .widget .profile-header .socials {
    visibility: hidden;
    display: table;
    background: #fe5000;
    /* The Fallback */
    background: rgba(254, 80, 0, 0.7);
    width: auto;
    margin: 0 auto;
    position: relative;
    top: -90px;
    padding: 2px 5px; }
    .profile-header .socials a, .widget .profile-header .socials a {
      line-height: 18px;
      margin: 0 3px;
      display: inline-block;
      color: #fff; }
    .profile-header .socials a:hover i, .widget .profile-header .socials a:hover i {
      color: #ddd; }
    .profile-header .socials a:active i, .widget .profile-header .socials a:active i {
      color: #000; }
    .profile-header .socials i, .widget .profile-header .socials i {
      font-size: 16px;
      position: relative; }
  .profile-header:hover .socials, .widget .profile-header:hover .socials {
    visibility: visible; }
  @media only screen and (max-width: 767px) {
    .profile-header, .widget .profile-header {
      display: block;
      width: 100%;
      color: #f29c74; } }

.profile-content {
  margin: 10px 0 0; }
  .profile-content h3 {
    margin: 0; }
  .profile-content p.employee-title {
    display: block;
    text-align: left; }
  .profile-content p {
    margin: 0 0 10px;
    text-align: left; }

/* Make that flip-flop possible */
.profile:nth-child(even) {
  clear: left; }
  .profile:nth-child(even) .fivecol {
    float: right; }
    .profile:nth-child(even) .fivecol .profile-header {
      float: right; }
  .profile:nth-child(even) .profile-content h3 {
    text-align: left; }
  .profile:nth-child(even) .profile-content p.employee-title {
    display: block;
    text-align: left; }
  .profile:nth-child(even) .profile-content p {
    margin: 0 0 10px;
    text-align: left; }

/* responsive layout */
@media only screen and (max-width: 767px) {
  .profile-header, .profile-content, .profile .fivecol {
    width: 100% !important;
    float: none !important; }

  .profile .fivecol {
    display: block;
    text-align: center; }

  .profile-content h3, .profile-content p.employee-title {
    text-align: center !important; }

  .profile-header .socials {
    visibility: visible;
    top: 0; } }
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .profile .profile-content {
    margin-top: 0;
    padding-left: 20px;
    box-sizing: border-box; }
  .profile:nth-child(even) .profile-content {
    padding-right: 20px; }
    }
    ul.member-list { border-color: #fe5000; }
ul.member-list li a.visible, ul.member-list li a.flex-active { border-color: #fe5000; }
ul.member-list li a:hover { color: #fe5000; }


.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
  margin-right: 3.8%;
  float: left;
  min-height: 1px; }

.onecol {
  width: 4.85%; }

.twocol {
  width: 13.45%; }

.threecol {
  width: 22.05%; }

.fourcol {
  width: 30.75%; }

.fivecol {
  width: 39.45%; }

.sixcol {
  width: 48%; }

.sevencol {
  width: 56.75%; }

.eightcol {
  width: 65.4%; }

.ninecol {
  width: 74.05%; }

.tencol {
  width: 82.7%; }

.elevencol {
  width: 91.35%; }

.twelvecol, .fullwidth {
  width: 100%;
  float: none; }

.last {
  margin-right: 0px !important; }

/*--------- No margin columns ----*/
.zero-margin {
  margin-left: 0; }
  #content .zero-margin {
    margin-right: 0 !important; }

.onecol.zero-margin, .twocol.zero-margin, .threecol.zero-margin, .fourcol.zero-margin, .fivecol.zero-margin, .sixcol.zero-margin, .sevencol.zero-margin, .eightcol.zero-margin, .ninecol.zero-margin, .tencol.zero-margin, .elevencol.zero-margin {
  margin-right: 0; }

.onecol.zero-margin {
  width: 8.33%; }

.twocol.zero-margin {
  width: 16.66%; }

.threecol.zero-margin {
  width: 24.96%; }

.fourcol.zero-margin {
  width: 33.3%; }

.fivecol.zero-margin {
  width: 41.66%; }

.sixcol.zero-margin {
  width: 50%; }

.sevencol.zero-margin {
  width: 58.33%; }

.eightcol.zero-margin {
  width: 66.6%; }

.ninecol.zero-margin {
  width: 75%; }

.tencol.zero-margin {
  width: 83.3%; }

.elevencol.zero-margin {
  width: 91.66%; }

/*---------- Grid for portfolio items and posts grid layout ------------------*/
.image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
  padding: 0 !important;
  margin: 0;
  margin-right: 1.9% !important;
  margin-bottom: 22px; }
.image-grid .sixcol {
  width: 48%; }
.image-grid .fourcol {
  width: 31.2%; }
.image-grid .threecol {
  width: 22.9%; }

.image-grid .sixcol.zero-margin {
  width: 49.9%; }
.image-grid .fourcol.zero-margin {
  width: 33.3%; }
.image-grid .threecol.zero-margin {
  width: 24.96%; }
.image-grid .twocol.zero-margin {
  width: 16.64%; }
  @media only screen and (max-width: 1024px) {
    .image-grid .twocol.zero-margin {
      width: 24.96%; } }
.image-grid .sixcol.zero-margin, .image-grid .fourcol.zero-margin, .image-grid .threecol.zero-margin, .image-grid .twocol.zero-margin {
  padding: 0 !important;
  margin: 0 !important; }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .image-grid .sixcol.zero-margin, .image-grid .fourcol.zero-margin, .image-grid .threecol.zero-margin, .image-grid .twocol.zero-margin {
      width: 49.8%; } }
  @media only screen and (max-width: 479px) {
    .image-grid .sixcol.zero-margin, .image-grid .fourcol.zero-margin, .image-grid .threecol.zero-margin, .image-grid .twocol.zero-margin {
      width: 100%; } }

/* Count the last column too for now */
/*----- Rounded portfolio changes -----*/
ul.image-grid.rounded .portfolio img {
  border-radius: 50%; }
ul.image-grid.rounded .portfolio .image-info {
  border-radius: 50%; }
  ul.image-grid.rounded .portfolio .image-info h3 a {
    max-width: 80%;
    text-align: center;
    margin: 0 auto; }
ul.image-grid.rounded li.fourcol.showcase-item {
  width: 26%;
  margin-right: 10.8% !important;
  margin-bottom: 40px !important; }
  ul.image-grid.rounded li.fourcol.showcase-item:nth-child(3n+3) {
    margin-right: 0 !important; }


/* ========================= Media Queries ====================== */
/* --------------------- Desktops and laptops -------------------------------- */
@media screen and (min-width: 1400px) {
  .boxed #container, .boxed #header.sticky {
    max-width: 1220px; } }
/* -------------------------- Small screens -------------------------------------- */
@media only screen and (max-width: 1024px) {
  .image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
    margin-bottom: 18px; }

  .type-portfolio .image-info h3.post-title {
    font-size: 16px;
    line-height: 24px; } }
/* -------------------------------------- Smaller than standard 960 (devices and browsers) -------------------------------------- */
/* --------------------------------------Tablet Portrait size to standard 960 (devices and browsers)-------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .flex-caption, .nivo-caption {
    left: 70px;
    bottom: 20%; }

  .flex-caption a, .nivo-caption a {
    font-size: 26px;
    line-height: 30px; } }
@media only screen and (max-width: 767px) {
  h1, h2, h3 {
    margin-bottom: 20px; }

  h1 {
    font-size: 28px;
    line-height: 38px; }

  h2 {
    font-size: 26px;
    line-height: 36px; }

  h3 {
    font-size: 22px;
    line-height: 32px; }

  body {
    -webkit-text-size-adjust: none;
    /* do not adjust size of text on iPhone */ }

  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .sixcol.zero-margin, .fourcol.zero-margin {
    margin: 0 0 25px 0;
    width: 100%; }

  .threecol.zero-margin {
    margin: 0 0 25px 0;
    width: 100%; }
  .threecol.equal-margin {
    padding: 30px 0; }

  .fourcol.equal-margin, .sixcol.equal-margin {
    padding: 30px 0; }

  .threecol.dual-margin, .fourcol.dual-margin, .sixcol.dual-margin {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
    border: none; }

  /*No need to worry about sticky menu in mobile */
  .sticky-wrapper {
    height: auto !important; }

  /* Do not disturb the post lists */
  ul.post-list .image-area {
    float: left !important; }

  #content .image-area img {
    width: 100% !important; }

  #content ul.post-list.medium-size .image-area img {
    width: 124px !important; }

  /*  Sidebars */
  .sidebar-right-nav, .sidebar-left-nav {
    background: none; }

  #content, .sidebar-left-nav, .sidebar-right-nav {
    float: none !important; }

  .sidebar-left-nav, .sidebar-right-nav {
    padding: 20px 0 !important; }

  #sidebar-after-singular .widget {
    float: none;
    margin: 0 0 25px 0; }

  /* Comments */
  .comment-wrap .comment-arrow {
    top: 80px;
    left: 30px;
    border-bottom-color: #FFF;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent; }

  .comment-box-wrap, .comment-list .avatar-wrap {
    float: none;
    display: block; }

  .comment-box-wrap {
    max-width: 100%;
    width: 100%;
    top: 20px; }

  .comment ol.children {
    margin-left: 10px; }

  /* Use touch controls */
  .layout-1c #commentform textarea {
    width: 80%; }

  #styleswitcher, .image-info .terms {
    display: none; }

  #showcase-template .hfeed .clear, #showcase-full-width .hfeed .clear, #showcase-template .sixcol, #showcase-full-width .sixcol, #showcase-template .fourcol, #showcase-full-width .fourcol, #showcase-template .threecol, #showcase-full-width .threecol {
    padding: 0; }

  .carousel-container .entry-summary {
    display: none; }
  .carousel-container .flexslider .slides .image-area {
    padding: 2px; }

  .quote-wrap.alignright, .quote-wrap.alignleft {
    width: 180px; }

  .pullquote, blockquote {
    font-size: 14px !important;
    line-height: 24px !important; }

  .quote-wrap.alignright, blockquote.alignright {
    margin-left: 15px; }

  .quote-wrap.alignleft, blockquote.alignleft {
    margin-right: 15px; }

  /* Sliders */
  #nivo-slider-wrap {
    padding: 0; }

  .nivo-controlNav {
    display: none; }

  .nivo-caption {
    left: 50px;
    bottom: 20%;
    width: 50%; }
    .nivo-caption a {
      font-size: 22px; }

  .flex-caption .flex-summary, .nivo-caption .nivo-summary {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px; }

  .nivo-directionNav a {
    height: 30px;
    width: 30px; }
  .nivo-directionNav .nivo-prevNav span, .nivo-directionNav .nivo-nextNav span {
    left: 9px;
    top: 6px; }

  .flex-caption {
    left: 0;
    bottom: 20px;
    max-width: 60%;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 50%; }
    .flex-caption a {
      font-size: 16px; }

  #slider-area .flex-control-nav, #slider-area .flex-direction-nav {
    display: none; } }
/* --------------------------------------Mobile Landscape Size to Tablet Portrait (devices and browsers)-------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol {
    width: 100%; }

  .sixcol.zero-margin, .fourcol.zero-margin, .threecol.zero-margin {
    width: 50%; }

  .image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
    width: 48%;
    height: auto;
    margin-bottom: 12px; }

  ul.image-grid.rounded li.fourcol.showcase-item {
    width: 40%;
    margin-right: 0 !important; }
    ul.image-grid.rounded li.fourcol.showcase-item:nth-child(odd) {
      margin-right: 19% !important; }

  blockquote.alignleft, blockquote.alignright {
    width: 200px;
    padding: 5px 5px 5px 42px; } }
@media only screen and (max-width: 600px) {
  html #wpadminbar {
    top: -46px; } }
/* --------------------------------------Mobile Portrait Size to Mobile Landscape Size (devices and browsers) --------------------------------------*/
@media only screen and (max-width: 479px) {
  body {
    font-size: 14px;
    line-height: 24px; }

  #content .image-area {
    float: none; }

  .image-wrapper.alignleft, .image-wrapper.alignright {
    float: none;
    margin: 0; }

  .image-grid .sixcol, .image-grid .fourcol, .image-grid .threecol {
    width: 100% !important;
    height: auto;
    margin: 0 0 20px 0 !important; }

  #commentform p {
    margin-bottom: 10px; }
  #commentform input[type="text"] {
    float: none;
    width: 90%;
    margin: 0; }
  #commentform textarea {
    width: 90%;
    clear: both; }

  /* Posts Lists - Blog */
  #content.default-list .hentry {
    margin-bottom: 60px;
    padding-left: 0; }

  .image-info h3.post-title {
    font-size: 16px;
    line-height: 24px; }

  #sitemap-template h2, #archives-template h2, .archive h2 {
    font-size: 24px;
    line-height: 32px; }

  .entry-snippet {
    width: auto;
    display: block;
    height: auto; }

  #content .hentry .entry-meta {
    padding-top: 10px;
    margin-top: 15px;
    margin-bottom: 20px; }

  .entry-meta span {
    font-size: 14px;
    line-height: 22px; }

  #blog-header h1 {
    font-size: 36px;
    line-height: 48px; }
  #blog-header p {
    font-size: 14px;
    line-height: 24px; }

  /* SLiders */
  .flex-caption a, .nivo-caption a {
    font-size: 18px;
    padding: 5px; }

  .flex-caption .flex-summary, .nivo-caption .nivo-summary {
    display: none; }

  #footer .contact-form .text-input, #footer .contact-form textarea {
    width: 100% !important; }

  .carousel-container .type-portfolio .image-info .image-info-buttons {
    display: none; }
  .carousel-container .type-portfolio .image-info h3.post-title {
    top: 25%; } }
/* -------------------------------------- Retina displays like iPhone 4+ and iPad 3+ --------------------------------------*/
.ios-device input[type=button], .ios-device input[type="submit"], .ios-device input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .search-form .submit {
    background-image: url(images/icons/search-icon@2x.png);
    background-size: 34px 37px; }

  .sidebar .widget li {
    background-image: url("images/icons/bullet@2x.png");
    background-size: 6px 8px; }

  #footer .widget li {
    background-image: url("images/icons/bullet-footer@2x.png"); } }
/* -------------------------------------- prettyPhoto styling for small screens --------------------------------------*/
@media only screen and (max-width: 767px) {
  .pp_pic_holder.pp_default {
    width: 100% !important;
    left: 0 !important;
    overflow: hidden; }

  div.pp_default .pp_content_container .pp_left {
    padding-left: 0 !important; }
  div.pp_default .pp_content_container .pp_right {
    padding-right: 0 !important; }

  .pp_content {
    width: 100% !important;
    height: auto !important; }

  .pp_fade {
    width: 100% !important;
    height: 100% !important; }
    .pp_fade iframe {
      width: 100% !important; }

  a.pp_expand, a.pp_contract {
    display: none !important; }

  .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom {
    display: none !important; }

  #pp_full_res img {
    width: 100% !important;
    height: auto !important; }

  .pp_details {
    width: 94% !important;
    padding-left: 3%;
    padding-right: 4%;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #fff;
    margin-top: -2px !important; }

  a.pp_close {
    right: 10px !important;
    top: 10px !important; } }
    img.alignleft.img-circle.wp-post-image {
    max-width: 100%;
    height: auto;
}