/* -----------------------------------------------------------------------------
 * Basic Elements
 * -------------------------------------------------------------------------- */
body {
  min-height: 480px;
}

input[type="text"], input[type="password"], input[type="email"], textarea, select {
  background: #FFF;
  padding: 6px 8px 7px 8px;
  margin: 0;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 1px 0px rgba(180, 180, 180, 0.2);
  -moz-box-shadow: 1px 1px 0px rgba(180, 180, 180, 0.2);
  box-shadow: 1px 1px 0px rgba(180, 180, 180, 0.2);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
}
* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 30px;
}
h1 [class^="icon-"], h1 > [class*=" icon-"], h2 [class^="icon-"], h2 > [class*=" icon-"], h3 [class^="icon-"], h3 > [class*=" icon-"], h4 [class^="icon-"], h4 > [class*=" icon-"], h5 [class^="icon-"], h5 > [class*=" icon-"], h6 [class^="icon-"], h6 > [class*=" icon-"] {
  font-size: inherit;
}

h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6 {
  margin-top: 0;
}

h2 + h3, h2 + h4, h2 + h5, h2 + h6 {
  margin-top: 0;
}

h3 + h4, h3 + h5, h3 + h6 {
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
  font-weight: inherit;
  color: inherit;
}

.embeded {
  display: none;
}

p {
  margin: 20px 0;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
  margin-top: 1.5em;
}

img {
  -webkit-backface-visibility: hidden;
}

/* -----------------------------------------------------------------------------
 * Helper
 * -------------------------------------------------------------------------- */
.rectangle-shadow {
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.06);
}

/* =============================================================================
 * Layouts
 * ========================================================================== */
/* -----------------------------------------------------------------------------
 * Header
 * -------------------------------------------------------------------------- */
.header {
  width: 100%;
  z-index: 1000;
}
.header h1 {
  color: #fff;
}

.site-wrapper {
  background-color: white;
}

.site-wrapper-boxed #header, .site-wrapper-boxed-margin #header {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.sticky-wrapper #header {
  position: fixed;
}
.sticky-wrapper .stuck {
  position: fixed;
  top: 0;
}

.top-bar {
  font-size: 11px;
  min-height: 22px;
  line-height: 22px;
}
.top-bar .top-bar-right {
  text-align: right;
  position: relative;
}
.top-bar [class^="icon-"], .top-bar [class*=" icon-"] {
  font-size: 12px;
}
.top-bar .small-nav {
  height: 22px;
}
.top-bar .social-icon {
  margin-bottom: 0;
  width: 22px;
  line-height: 22px;
}

.back-to-top {
  position: fixed;
  bottom: -60px;
  right: 30px;
  z-index: 10000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
}
.back-to-top.stuck {
  bottom: 50px;
}
.back-to-top a {
  background-color: rgba(0, 0, 0, 0.15);
  display: inline-block;
  color: white;
}
.back-to-top a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
}
.back-to-top i {
  width: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  font-size: 30px;
}

/* -----------------------------------------------------------------------------
 * Logo
 * -------------------------------------------------------------------------- */
#logo {
  float: left;
  display: inline-block;
  margin-right: 50px;
}
#logo h1 {
  margin: 0;
}
#logo img {
  max-width: 100%;
  height: auto;
  display: block;
}
#logo .logo-retina {
  display: none;
}

/* -----------------------------------------------------------------------------
 * Navigation
 * -------------------------------------------------------------------------- */
#desktop-navigation {
  position: relative;
}

.main-nav-wrapper {
  float: right;
}

.main-nav {
  margin: 0;
  padding-left: 0;
}
.main-nav li {
  list-style: none;
}
.main-nav a {
  display: block;
}
.main-nav .sub-menu {
  display: none;
  padding: 0;
  z-index: 2;
}
.main-nav .sub-menu .menu-item, .main-nav .sub-menu a {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.main-nav .menu-item {
  position: relative;
}
.main-nav > .menu-item {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}
.main-nav > .menu-item > a {
  border-top: 3px solid rgba(255, 255, 255, 0);
}

.main-nav > .small-menu .sub-menu {
  position: absolute;
  width: 220px;
  border-top: 3px solid #bbb;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.98);
  margin-top: -3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.main-nav > .small-menu .sub-menu .sub-menu {
  top: 0;
  left: 200px;
}
.main-nav > .small-menu .menu-item:hover > .sub-menu {
  left: 220px;
}
.main-nav > .small-menu .menu-item a {
  padding: 8px 15px;
  font-size: 11px;
}
.main-nav > .small-menu .menu-item a:hover {
  -webkit-transform: translate(8px, 0);
  -moz-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  transform: translate(8px, 0);
}
.main-nav > .small-menu .menu-item + .menu-item {
  border-top: 1px solid #f3f3f3;
}

.main-nav > .list-menu,
.main-nav > .large-menu {
  position: static;
}
.main-nav > .list-menu > .sub-menu,
.main-nav > .large-menu > .sub-menu {
  position: absolute;
  width: 40%;
  /*left: 0;*/
  border-top: 3px solid #bbb;
  margin-top: -3px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.main-nav > .list-menu > .sub-menu .sub-menu,
.main-nav > .large-menu > .sub-menu .sub-menu {
  top: 0;
  left: 0;
  display: block;
  font-size: 10px;
  padding-left: 15px;
}
.main-nav > .list-menu > .sub-menu > .menu-item,
.main-nav > .large-menu > .sub-menu > .menu-item {
  width: 48%;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
.main-nav > .list-menu .menu-item a,
.main-nav > .large-menu .menu-item a {
  padding: 8px 15px;
  font-size: 0.85em;
}
.main-nav > .list-menu .menu-item a:hover,
.main-nav > .large-menu .menu-item a:hover {
  -webkit-transform: translate(8px, 0);
  -moz-transform: translate(8px, 0);
  -ms-transform: translate(8px, 0);
  -o-transform: translate(8px, 0);
  transform: translate(8px, 0);
}
.main-nav > .list-menu .menu-item + .menu-item,
.main-nav > .large-menu .menu-item + .menu-item {
  border-top: 1px solid #f3f3f3;
}

.main-nav > .list-menu > .sub-menu .sub-menu {
  font-size: inherit;
  padding: inherit;
}

.main-nav > .large-menu .sub-menu-title {
  font-weight: bold;
  padding: 8px 15px;
}
.main-nav > .large-menu .sub-menu a {
  font-size: 11px;
}

.mobile-nav-button {
  display: none;
  margin-top: -18px;
  position: absolute;
  top: 50%;
  right: 0;
  vertical-align: middle;
  cursor: pointer;
}
.mobile-nav-button .mobile-nav-icon {
  display: inline-block;
  border: 3px solid #ddd;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
}

#mobile-navigation {
  display: none;
}

.main-nav-mobile {
  display: none;
  border-top: 3px solid;
  border-bottom: 3px solid;
  background-color: #f3f3f3;
  margin-top: 0;
  padding: 5px 15px 5px 30px;
  list-style: none;
}
.main-nav-mobile .sub-menu {
  margin-bottom: 5px;
  list-style: none;
  padding-left: 30px;
}
.main-nav-mobile .menu-item {
  font-weight: normal;
  font-size: 12px;
  padding: 5px 0;
}
.main-nav-mobile > .menu-item {
  border-bottom: 1px dotted #ccc;
  font-weight: bold;
  font-size: 14px;
  padding: 10px 0;
}
.main-nav-mobile > .menu-item:last-child {
  border-bottom: none;
}
.main-nav-mobile .list-menu > .sub-menu {
  padding-left: 0;
}
.main-nav-mobile .list-menu > .sub-menu > .menu-item {
  margin-top: -15px;
}
.main-nav-mobile .list-menu > .sub-menu > .menu-item > a {
  display: none;
}

.small-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.small-nav li {
  display: inline-block;
  padding: 0 10px;
}
.small-nav li:first-child {
  padding-left: 0;
}
.small-nav li + li {
  border-left: 1px solid #eee;
}
.small-nav a {
  color: inherit;
}

#nav-search .search-icon {
  cursor: pointer;
}

/* -----------------------------------------------------------------------------
 * Instant search
 * -------------------------------------------------------------------------- */
.instant-search-panel {
  position: absolute;
  right: 0;
  background-color: #fff;
  padding: 10px 10px 14px 10px;
  z-index: 1;
  width: 300px;
  margin-top: -10px;
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 0px #eeeeee;
  -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 0px #eeeeee;
  box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1), inset 0 -4px 0px #eeeeee;
}
.instant-search-panel #s {
  width: 100%;
  margin: 0;
}
.instant-search-panel .loading-icon {
  position: absolute;
  right: 20px;
  top: 17px;
}
.instant-search-panel .result-panel {
  padding: 0;
}
.instant-search-panel .result-panel li {
  display: block;
  margin: 0;
}
.instant-search-panel .result-panel li:first-child {
  margin-top: 20px;
}
.instant-search-panel .result-panel li + li {
  border-top: 1px solid #ddd;
}
.instant-search-panel .result-panel a {
  padding: 5px 0;
  margin: 1px 0;
  color: #333;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.instant-search-panel .result-panel a:hover {
  background-color: #f9f9f9;
}
.instant-search-panel .result-item-thumbnail {
  width: 30px;
  height: 30px;
  float: left;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
}
.instant-search-panel .result-item-thumbnail i {
  width: 30px;
  line-height: 30px;
}
.instant-search-panel .result-item-content {
  overflow: hidden;
  display: block;
}
.instant-search-panel .result-item-title {
  font-size: 12px;
  display: block;
  padding: 0;
  font-weight: bold;
}
.instant-search-panel .result-item-date {
  font-size: 10px;
  color: #aaa;
}
.instant-search-panel .result-panel .no-result {
  text-align: center;
}
.instant-search-panel .result-panel .all-result {
  font-weight: bold;
  text-align: right;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}
.instant-search-panel .result-panel .all-result a {
  padding-right: 10px;
}

/* -----------------------------------------------------------------------------
 * Title Bar
 * -------------------------------------------------------------------------- */
.title-bar {
  padding: 40px 0;
  background-size: cover;
  border-bottom: 4px solid;
  margin: 0;
}
.title-bar * {
  color: inherit;
}

.enable-white-title .title-bar h1 {
  color: white;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1), 1px 2px 0px rgba(0, 0, 0, 0.13), 1px 2px 10px rgba(0, 0, 0, 0.4);
}

/* -----------------------------------------------------------------------------
 * Breadcrumbs
 * -------------------------------------------------------------------------- */
#crumbs {
  display: block;
  text-align: right;
  font-size: 11px;
  padding-top: 4px;
}

/* -----------------------------------------------------------------------------
 * Link Pages
 * -------------------------------------------------------------------------- */
.link-pages {
  /* empty */
}

/* -----------------------------------------------------------------------------
 * Page Layouts
 * -------------------------------------------------------------------------- */
#page-wrapper {
  padding-top: 45px;
  padding-bottom: 45px;
}
#page-wrapper > :first-child {
  margin-top: 0;
}
#page-wrapper .entry > :last-child {
  margin-bottom: 0;
}
#page-wrapper .entry > .column_shortcode + .clearfix:last-child {
  margin-bottom: -45px;
}

#content {
  min-height: 1px;
}

/* -----------------------------------------------------------------------------
 * Page Template : Portfolio
 * -------------------------------------------------------------------------- */
.page-template-page_portfolio-php #content {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

/* -----------------------------------------------------------------------------
 * Page Template : Side Navigation
 * -------------------------------------------------------------------------- */
.page-template-page_side_navigation-php .sidenav {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-bottom-width: 4px;
}
.page-template-page_side_navigation-php .sidenav a {
  color: #666;
  padding: 10px 25px 10px 20px;
  position: relative;
  font-size: 12px;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.page-template-page_side_navigation-php .sidenav a:after {
  font-family: "symbol";
  font-size: 16px;
  content: '\e84a';
  position: absolute;
  right: 15px;
}
.page-template-page_side_navigation-php .sidenav li + li {
  border-top: 1px solid #eee;
}
.page-template-page_side_navigation-php .sidenav .current_page_item a, .page-template-page_side_navigation-php .sidenav li:hover a {
  border-left: 4px solid;
}

/* -----------------------------------------------------------------------------
 * Footer
 * -------------------------------------------------------------------------- */
.footer {
  padding-top: 40px;
}
.footer .widget {
  margin-bottom: 35px;
}

/* -----------------------------------------------------------------------------
 * Copyright Bar
 * -------------------------------------------------------------------------- */
.copyright {
  font-size: 11px;
  padding: 10px 0;
  border-top: 1px solid;
}
.copyright * {
  color: inherit;
}
.copyright .copyright-right-text {
  text-align: right;
}

/* -----------------------------------------------------------------------------
 * Page Section
 * -------------------------------------------------------------------------- */
.page-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
}
.page-section.has-font-color h1, .page-section.has-font-color h2, .page-section.has-font-color h3, .page-section.has-font-color h4, .page-section.has-font-color h5, .page-section.has-font-color h6, .page-section.has-font-color .subtitle {
  color: inherit;
}
.page-section.parallax {
  background-attachment: fixed;
}

/* -----------------------------------------------------------------------------
 * 404 Page
 * -------------------------------------------------------------------------- */
.error404 .entry {
  padding: 50px 0;
}
.error404 .error-title {
  margin-top: 0;
  font-size: 36px;
}

/* -----------------------------------------------------------------------------
 * Blank Page Template
 * -------------------------------------------------------------------------- */
body.page-template-page_blank-php {
  height: 100%;
  position: absolute;
  width: 100% !important;
  margin: 0;
  display: table;
  vertical-align: middle;
  float: none;
  top: 0;
  left: 0;
}

.blank-page-wrapper {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.blank-page-wrapper #page-wrapper {
  border-top: 4px solid #eee;
  border-bottom: 4px solid #eee;
}

/* =============================================================================
 * Widgets
 * ========================================================================== */
/* -----------------------------------------------------------------------------
 * General Widget Styles
 * -------------------------------------------------------------------------- */
.widget {
  margin-bottom: 35px;
}
.widget > ul {
  list-style: none;
  padding-left: 10px;
}
.widget > ul > li {
  margin-bottom: 3px;
  margin-left: 10px;
}
.widget h3 {
  text-transform: uppercase;
  font-size: 14px;
  color: #222;
  border-bottom: 1px solid #eee;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  /* Modern browser */
  padding-bottom: 5px;
  margin-top: 5px;
}
.widget a {
  color: #888;
}

.widget > ul > li:before,
.widget_nav_menu .menu > li:before {
  font-family: "symbol";
  font-size: 16px;
  content: '\e851';
  color: #bbb;
  color: rgba(0, 0, 0, 0.3);
  margin-left: -10px;
  padding-right: 8px;
}

.widget_search input {
  width: 100%;
}

/* -----------------------------------------------------------------------------
 * Wordpress recent posts
 * -------------------------------------------------------------------------- */
.widget_recent_entries a + span {
  font-size: 10px;
  color: #bbb;
}
.widget_recent_entries a + span:before {
  content: ' - ';
}

/* -----------------------------------------------------------------------------
 * Twiter feed widget
 * -------------------------------------------------------------------------- */
.tweets .loading:first-child {
  margin-top: 0;
}
.tweets .tweet_list {
  list-style: none;
  padding: 0;
}
.tweets .tweet-icon {
  color: #666;
  font-size: 12px;
}
.tweets li + li {
  margin-top: 15px;
}
.tweets .tweet-meta {
  margin-top: 5px;
  padding-left: 15px;
}
.tweets .tweet-meta, .tweets .tweet_time > a:first-child {
  font-size: 10px;
  font-style: italic;
  color: #666;
}

/* -----------------------------------------------------------------------------
 * Facebook widget
 * -------------------------------------------------------------------------- */
.fblikebox {
  border: none;
  overflow: hidden;
}

/* -----------------------------------------------------------------------------
 * Flickr feed widget
 * -------------------------------------------------------------------------- */
.flickr-feed .flickr_badge_image img {
  display: block;
  border: 3px solid #ddd;
  margin: 3px;
  float: left;
  width: 58px;
  height: 58px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* -----------------------------------------------------------------------------
 * Contact widget
 * -------------------------------------------------------------------------- */
address > span {
  display: block;
  font-style: normal;
}
address .address {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 15px;
  color: inherit;
}
address a {
  color: inherit;
}
address i {
  margin-right: 5px;
  color: #777;
  font-size: 12px;
}

/* -----------------------------------------------------------------------------
 * Custom archive widget
 * -------------------------------------------------------------------------- */
.widget_vw_widget_archives li {
  position: relative;
}
.widget_vw_widget_archives .post-count {
  display: inline-block;
  position: absolute;
  right: 0;
  font-size: 11px;
  color: #bbb;
}
.widget_vw_widget_archives a {
  color: inherit;
}
.widget_vw_widget_archives i {
  color: #bbb;
}

/* -----------------------------------------------------------------------------
 * Calendar widget
 * -------------------------------------------------------------------------- */
.widget_calendar #wp-calendar {
  border: 3px solid #eee;
  width: 100%;
}
.widget_calendar caption {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.widget_calendar th, .widget_calendar td {
  width: 20px;
  height: 20px;
  text-align: center;
  border: 1px solid #ddd;
}
.widget_calendar th {
  background-color: #f3f3f3;
}
.widget_calendar td {
  color: #666;
}
.widget_calendar tbody a {
  font-weight: bold;
}
.widget_calendar tfoot a {
  font-size: 14px;
  height: 20px;
  color: #777;
}
.widget_calendar .pad {
  border-left: none;
  border-right: none;
}
.widget_calendar #prev {
  height: 20px;
  text-align: left;
  font-weight: bold;
  padding-left: 5px;
  border-right: none;
}
.widget_calendar #next {
  height: 20px;
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
  border-left: none;
}

/* -----------------------------------------------------------------------------
 * Tag cloud widget
 * -------------------------------------------------------------------------- */
.widget_tag_cloud a {
  font-size: 13px !important;
}

/* -----------------------------------------------------------------------------
 * Envrira recent posts widget
 * -------------------------------------------------------------------------- */
.widget_vw_widget_recent_posts .recent-post-item {
  display: block;
}
.widget_vw_widget_recent_posts .recent-post-item + .recent-post-item {
  margin-top: 10px;
}
.widget_vw_widget_recent_posts .recent-post-title {
  font-size: 12px;
  font-weight: bold;
}
.widget_vw_widget_recent_posts .recent-post-date {
  font-size: 10px;
  color: #BBB;
}
.widget_vw_widget_recent_posts img {
  width: 30px;
  height: 30px;
  float: left;
  margin: 3px 10px 0 0;
  display: block;
  border: 3px solid #eee;
}

/* -----------------------------------------------------------------------------
 * Nav Menu Widget
 * -------------------------------------------------------------------------- */
.widget_nav_menu li {
  list-style: none;
}
.widget_nav_menu .menu {
  padding-left: 0;
}
.widget_nav_menu .sub-menu {
  padding-left: 30px;
  margin-top: 5px;
}
.widget_nav_menu .menu-item + .menu-item {
  margin-top: 5px;
}
.widget_nav_menu .menu-item:last-child {
  margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
 * Contact Form 7
 * -------------------------------------------------------------------------- */
div.wpcf7-response-output {
  margin: 2em 0 1em 0;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #bfe08e;
  background-color: #cef199;
  color: #67784c;
}

div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked {
  border: 1px solid #ed472a;
  background-color: #ff4d2e;
  color: #7f2617;
}

div.wpcf7-validation-errors {
  border: 1px solid #edc760;
  background-color: #ffd668;
  color: #7f6b34;
}

span.wpcf7-not-valid-tip {
  font-size: 10px;
  color: #f00;
  position: static;
  border: none;
}

/* =============================================================================
 * Portfolio
 * ========================================================================== */
/* -----------------------------------------------------------------------------
 * Single Portfolio
 * -------------------------------------------------------------------------- */
.single-portfolio .flexslider {
  margin-bottom: 0px;
}
.single-portfolio .post .project-media {
  margin-bottom: 45px;
}
.single-portfolio .post .project-media .flexslider {
  margin-bottom: 45px;
}
.single-portfolio .project-description {
  /* empty */
}
.single-portfolio .project-demo {
  margin-top: 0;
}
.single-portfolio .project-detail {
  background-color: #f3f3f3;
  padding: 15px;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.04);
}
.single-portfolio .project-detail .project-detail-title {
  color: #aaa;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
.single-portfolio .project-demo + .project-detail {
  margin-top: 15px;
}
.single-portfolio .project-client, .single-portfolio .project-date, .single-portfolio .project-skill, .single-portfolio .project-tags {
  font-size: 12px;
  margin-bottom: 2px;
}
.single-portfolio .project-client strong, .single-portfolio .project-date strong, .single-portfolio .project-skill strong, .single-portfolio .project-tags strong {
  display: inline-block;
  min-width: 60px;
  text-transform: uppercase;
  color: #aaa;
  margin-right: 5px;
}
.single-portfolio .button {
  display: block;
  margin-right: 0;
}
.single-portfolio .related-projects {
  margin-top: 40px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}

.portfolio-layout-half .project-media {
  float: right;
}
.portfolio-layout-half .project-description > h3 {
  margin-top: inherit;
}

/* -----------------------------------------------------------------------------
 * Portfolio List
 * -------------------------------------------------------------------------- */
.portfolio-list .project-title, .portfolio-projects .project-title {
  margin: 10px 0 0 0;
}
.portfolio-list .project-description p, .portfolio-projects .project-description p {
  margin-top: 0;
  color: #888;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.portfolio-projects {
  margin-top: 15px;
  padding-top: 4px;
}
.portfolio-projects .project-item {
  margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
 * Filter Portfolio
 * -------------------------------------------------------------------------- */
.filter-portfolio {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-portfolio li {
  display: inline-block;
  margin-bottom: 15px;
}
.filter-portfolio a {
  display: block;
  padding: 3px 7px;
  margin: 0 5px;
  color: #666;
  text-transform: uppercase;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.filter-portfolio .active {
  color: #fff;
}

/* -----------------------------------------------------------------------------
 * Isotope
 * -------------------------------------------------------------------------- */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* =============================================================================
 * Shortcodes
 * ========================================================================== */
/* -----------------------------------------------------------------------------
 * Accordion & Toggle
 * -------------------------------------------------------------------------- */
.accordion, .toggle {
  margin-bottom: 15px;
}

.accordion-header, .toggle-header {
  background-image: url(../img/accordion-open.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-transform: uppercase;
  border: 1px solid #ddd;
  text-shadow: 1px 1px 0px rgba(180, 180, 180, 0.2);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 3px;
}
.accordion-header i, .toggle-header i {
  margin-right: 5px;
}
.accordion-header:focus, .toggle-header:focus {
  outline: none;
}
.accordion-header.ui-state-active, .toggle-header.ui-state-active {
  color: white;
  background-image: url(../img/accordion-close.png);
}

.accordion-content + .accordion-header {
  margin-top: 15px;
}

.accordion-content, .toggle-content {
  padding: 10px 20px;
}

/* -----------------------------------------------------------------------------
 * Animated
 * -------------------------------------------------------------------------- */
.animated-content {
  opacity: 0;
  overflow: hidden;
}

.no-csstransitions .animated-content {
  opacity: 1;
}

/* -----------------------------------------------------------------------------
 * Generic Style of Slider for Blog List and Portfolio List
 * -------------------------------------------------------------------------- */
.blog-list, .portfolio-list {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-list .blog-list-container, .blog-list .portfolio-list-container, .portfolio-list .blog-list-container, .portfolio-list .portfolio-list-container {
  overflow: hidden;
  margin: 0;
}
.blog-list .flex-control-nav, .portfolio-list .flex-control-nav {
  position: static;
}

/* -----------------------------------------------------------------------------
 * Big Quotes
 * -------------------------------------------------------------------------- */
.bigquote {
  margin: 0 0 30px 0;
  line-height: 1.3em;
  color: #363636;
  text-align: center;
}
.bigquote .bigquote-subtitle {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5em;
  margin-top: 15px;
  color: #aaa;
  text-shadow: none;
}
.bigquote .bigquote-title {
  display: inline-block;
  padding: 15px 20px;
}

.bigquote-medium {
  font-size: 20px;
}

.bigquote-large {
  margin: 0 0 45px 0;
  font-size: 37px;
}

.page-section-content > .bigquote:first-child, * + .bigquote {
  margin-top: 30px;
}

.page-section-content > .bigquote-large:first-child, * + .bigquote-large {
  margin-top: 45px;
}

.bigquote-classic, .bigquote-classic-line {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: normal;
}

.bigquote-classic-line {
  border-top: 3px double #ddd;
  border-bottom: 3px double #ddd;
}

.bigquote-line {
  border-top: 1px double #ddd;
  border-bottom: 1px double #ddd;
}

/* -----------------------------------------------------------------------------
 * Button
 * -------------------------------------------------------------------------- */
a.button, input[type="submit"] {
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 7px 25px 10px 25px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid;
  border-bottom-width: 1px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  min-width: 80px;
  font-weight: bold;
}
a.button i, input[type="submit"] i {
  margin-right: 5px;
}
a.button:active, input[type="submit"]:active {
  top: 1px;
  left: 1px;
}
a.button.small, input[type="submit"].small {
  font-size: 10px;
  padding: 4px 15px;
  min-width: 60px;
}
a.button.large, input[type="submit"].large {
  font-size: 16px;
  padding: 15px 30px;
  min-width: 90px;
}
a.button.full-width, input[type="submit"].full-width {
  width: 100%;
}
a.button, a.button.white, input[type="submit"], input[type="submit"].white {
  background-color: white;
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  color: #444444;
  border-color: #d9d9d9;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button:hover, a.button:focus, a.button.white:hover, a.button.white:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"].white:hover, input[type="submit"].white:focus {
  border-color: #bfbfbf;
  -webkit-box-shadow: inset 0 -4px 0 #e6e6e6, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 #e6e6e6, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 #e6e6e6, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.primary, input[type="submit"].primary {
  background-color: white;
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  color: white;
  border-color: #d9d9d9;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button.primary:hover, a.button.primary:focus, input[type="submit"].primary:hover, input[type="submit"].primary:focus {
  border-color: #bfbfbf;
  -webkit-box-shadow: inset 0 -4px 0 #e6e6e6, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 #e6e6e6, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 #e6e6e6, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.primary-dark, input[type="submit"].primary-dark {
  background-color: white;
  background-image: -webkit-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -moz-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: -o-linear-gradient(top, #ffffff, #f7f7f7);
  background-image: linear-gradient(to bottom, #ffffff, #f7f7f7);
  color: #444444;
  border-color: #d9d9d9;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button.primary-dark:hover, a.button.primary-dark:focus, input[type="submit"].primary-dark:hover, input[type="submit"].primary-dark:focus {
  border-color: #bfbfbf;
  -webkit-box-shadow: inset 0 -4px 0 #e6e6e6, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 #e6e6e6, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 #e6e6e6, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.dark, input[type="submit"].dark {
  background-color: #444444;
  background-image: -webkit-linear-gradient(top, #444444, #3c3c3c);
  background-image: -moz-linear-gradient(top, #444444, #3c3c3c);
  background-image: -o-linear-gradient(top, #444444, #3c3c3c);
  background-image: linear-gradient(to bottom, #444444, #3c3c3c);
  color: #eeeeee;
  border-color: #1e1e1e;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button.dark:hover, a.button.dark:focus, input[type="submit"].dark:hover, input[type="submit"].dark:focus {
  border-color: #040404;
  -webkit-box-shadow: inset 0 -4px 0 #2b2b2b, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 #2b2b2b, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 #2b2b2b, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.grey, input[type="submit"].grey {
  background-color: #999999;
  background-image: -webkit-linear-gradient(top, #999999, #919191);
  background-image: -moz-linear-gradient(top, #999999, #919191);
  background-image: -o-linear-gradient(top, #999999, #919191);
  background-image: linear-gradient(to bottom, #999999, #919191);
  color: white;
  border-color: #737373;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button.grey:hover, a.button.grey:focus, input[type="submit"].grey:hover, input[type="submit"].grey:focus {
  border-color: #595959;
  -webkit-box-shadow: inset 0 -4px 0 gray, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 gray, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 gray, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.yellow, input[type="submit"].yellow {
  background-color: #f7c643;
  background-image: -webkit-linear-gradient(top, #f7c643, #f6c234);
  background-image: -moz-linear-gradient(top, #f7c643, #f6c234);
  background-image: -o-linear-gradient(top, #f7c643, #f6c234);
  background-image: linear-gradient(to bottom, #f7c643, #f6c234);
  color: white;
  border-color: #e4a80a;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button.yellow:hover, a.button.yellow:focus, input[type="submit"].yellow:hover, input[type="submit"].yellow:focus {
  border-color: #b38408;
  -webkit-box-shadow: inset 0 -4px 0 #f5b712, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 #f5b712, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 #f5b712, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.orange, input[type="submit"].orange {
  background-color: #ff830b;
  background-image: -webkit-linear-gradient(top, #ff830b, #fb7b00);
  background-image: -moz-linear-gradient(top, #ff830b, #fb7b00);
  background-image: -o-linear-gradient(top, #ff830b, #fb7b00);
  background-image: linear-gradient(to bottom, #ff830b, #fb7b00);
  color: white;
  border-color: #be5d00;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button.orange:hover, a.button.orange:focus, input[type="submit"].orange:hover, input[type="submit"].orange:focus {
  border-color: #8b4400;
  -webkit-box-shadow: inset 0 -4px 0 #d76a00, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 #d76a00, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 #d76a00, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.red, input[type="submit"].red {
  background-color: #f52e05;
  background-image: -webkit-linear-gradient(top, #f52e05, #e62b05);
  background-image: -moz-linear-gradient(top, #f52e05, #e62b05);
  background-image: -o-linear-gradient(top, #f52e05, #e62b05);
  background-image: linear-gradient(to bottom, #f52e05, #e62b05);
  color: white;
  border-color: #aa2003;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button.red:hover, a.button.red:focus, input[type="submit"].red:hover, input[type="submit"].red:focus {
  border-color: #781702;
  -webkit-box-shadow: inset 0 -4px 0 #c32504, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 #c32504, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 #c32504, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.blue, input[type="submit"].blue {
  background-color: #3380c8;
  background-image: -webkit-linear-gradient(top, #3380c8, #3078bc);
  background-image: -moz-linear-gradient(top, #3380c8, #3078bc);
  background-image: -o-linear-gradient(top, #3380c8, #3078bc);
  background-image: linear-gradient(to bottom, #3380c8, #3078bc);
  color: white;
  border-color: #23598b;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button.blue:hover, a.button.blue:focus, input[type="submit"].blue:hover, input[type="submit"].blue:focus {
  border-color: #193f62;
  -webkit-box-shadow: inset 0 -4px 0 #29669f, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 #29669f, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 #29669f, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.green, input[type="submit"].green {
  background-color: #7ab122;
  background-image: -webkit-linear-gradient(top, #7ab122, #71a420);
  background-image: -moz-linear-gradient(top, #7ab122, #71a420);
  background-image: -o-linear-gradient(top, #7ab122, #71a420);
  background-image: linear-gradient(to bottom, #7ab122, #71a420);
  color: white;
  border-color: #4e7116;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
a.button.green:hover, a.button.green:focus, input[type="submit"].green:hover, input[type="submit"].green:focus {
  border-color: #30460d;
  -webkit-box-shadow: inset 0 -4px 0 #5d861a, 3px 3px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 0 -4px 0 #5d861a, 3px 3px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 0 -4px 0 #5d861a, 3px 3px 0px rgba(0, 0, 0, 0.04);
}
a.button.alternate-white, a.button.alternate-primary, input[type="submit"].alternate-white, input[type="submit"].alternate-primary {
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button.alternate-white:hover, a.button.alternate-primary:hover, input[type="submit"].alternate-white:hover, input[type="submit"].alternate-primary:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button.alternate-dark, input[type="submit"].alternate-dark {
  background: transparent;
  color: #333;
  border: 3px solid #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button.alternate-dark:hover, input[type="submit"].alternate-dark:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button.alternate-grey, input[type="submit"].alternate-grey {
  background: transparent;
  color: #ddd;
  border: 3px solid #ddd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.button.alternate-grey:hover, input[type="submit"].alternate-grey:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* -----------------------------------------------------------------------------
 * Client
 * -------------------------------------------------------------------------- */
.client-wrapper {
  text-align: center;
  margin: 15px;
}

.client {
  display: inline-block;
  margin: 15px 15px;
}
.client a {
  display: inline-block;
  opacity: 0.5;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.client a:hover {
  opacity: 1;
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.client img {
  max-height: 60px;
}

/* -----------------------------------------------------------------------------
 * Color
 * -------------------------------------------------------------------------- */
.color.light {
  color: #aaa;
}

/* -----------------------------------------------------------------------------
 * Columns
 * -------------------------------------------------------------------------- */
.one_half,
.one_third,
.two_third,
.one_fourth,
.three_fourth,
.one_fifth,
.two_fifth,
.three_fifth {
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
.one_half.last,
.one_third.last,
.two_third.last,
.one_fourth.last,
.three_fourth.last,
.one_fifth.last,
.two_fifth.last,
.three_fifth.last {
  margin-right: 0 !important;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.66%;
}

.two_third {
  width: 65.33%;
}

.one_fourth {
  width: 22%;
}

.three_fourth {
  width: 74%;
}

.one_fifth {
  width: 16.8%;
}

.two_fifth {
  width: 37.6%;
}

.three_fifth {
  width: 58.4%;
}

.column_shortcode .column_shortcode {
  margin-bottom: 0;
}

.column_shortcode > :last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------
 * Copy
 * -------------------------------------------------------------------------- */
.copy {
  font-size: 18px;
  line-height: 1.4em;
  text-align: center;
  margin: 20px 0;
}

/* -----------------------------------------------------------------------------
 * Diecut
 * -------------------------------------------------------------------------- */
.diecut {
  position: relative;
}
.diecut > img {
  position: absolute;
  z-index: 1;
}

.diecut-fullsize img {
  width: auto;
  max-width: none;
}

.diecut-stuck-left img {
  left: 0;
}

.diecut-stuck-right img {
  right: 0;
}

.diecut-stuck-top img {
  bottom: 0;
}

/* -----------------------------------------------------------------------------
 * Divider
 * -------------------------------------------------------------------------- */
.divider {
  margin: 15px 0 45px 0;
}

* + .divider {
  margin-top: 45px;
}

.divider-line {
  border-top: 1px solid #ddd;
}

/* -----------------------------------------------------------------------------
 * Dribbble
 * -------------------------------------------------------------------------- */
.dribbble-shot:hover .likes, .dribbble-shot:hover .likes i {
  color: #ea4c88;
}
.dribbble-shot .post-thumbnail-wrapper img {
  width: 100%;
}
.dribbble-shot .caption {
  display: block;
}
.dribbble-shot .likes, .dribbble-shot .likes i {
  font-size: 11px;
  color: #aaa;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.dribbble-shot p {
  margin: 0;
}

.post .dribbble-shot .post-thumbnail-wrapper {
  margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
 * Dropcap
 * -------------------------------------------------------------------------- */
.dropcap {
  display: block;
  float: left;
  font-size: 40px;
  margin-right: 15px;
}
.dropcap.standard, .dropcap.book, .dropcap.shadow {
  margin-top: 12px;
}
.dropcap.circle, .dropcap.box, .dropcap.blackbox {
  width: 2em;
  height: 2em;
  line-height: 1.8em;
  font-size: 2em;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
}
.dropcap.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #eee;
}
.dropcap.box {
  border: 3px solid #eee;
}
.dropcap.blackbox {
  background-color: #222;
  color: white;
}
.dropcap.book {
  font-family: Georgia, Times, "Times New Roman", serif;
}
.dropcap.shadow {
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
}

/* -----------------------------------------------------------------------------
 * Gap
 * -------------------------------------------------------------------------- */
.gap {
  display: block;
  width: 100%;
  margin: 0;
}

/* -----------------------------------------------------------------------------
 * Heading
 * -------------------------------------------------------------------------- */
.heading {
  line-height: 1.2em;
  text-transform: uppercase;
}
.heading p {
  display: inline;
}

.heading-classic, .heading-classic-line {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  font-style: italic;
}

.heading-classic-line *, .heading-line * {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  white-space: pre;
  line-height: 1em;
}

.heading-stripe {
  padding-left: 30px;
  padding-right: 15px;
}

.strip-left {
  width: 14px;
  display: inline-block;
  margin-right: 15px;
  margin-left: -30px;
}
.strip-left span {
  border-bottom: 3px solid #999;
  display: block;
}
.strip-left span + span {
  margin-top: 4px;
}

h3.heading-stripe .strip-left span + span, h4.heading-stripe .strip-left span + span, h5.heading-stripe .strip-left span + span, h6.heading-stripe .strip-left span + span {
  margin-top: 3px;
}

.heading-title-line {
  width: 100%;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}
.heading-title-line .heading-title-line-inner {
  display: block;
  width: 100%;
  left: 15px;
  border-top: 1px solid #ddd;
  position: relative;
  top: 50%;
}

/* -----------------------------------------------------------------------------
 * Iconbox
 * -------------------------------------------------------------------------- */
.iconbox {
  position: relative;
  margin-top: 30px;
  color: #777;
}
.iconbox .iconbox-title {
  margin-bottom: 10px;
}
.iconbox .iconbox-title + * {
  margin-top: 0;
}
.iconbox .icon-wrapper i {
  color: #555;
}
.iconbox .icon-wrapper, .iconbox .icon-wrapper i:before, .iconbox .iconbox-title {
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.iconbox-left-box {
  padding-left: 80px;
}
.iconbox-left-box .icon-wrapper {
  border: 3px solid;
  display: inline-block;
  position: absolute;
  left: 0;
}
.iconbox-left-box .icon-wrapper i {
  font-size: 26px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.8), 1px 2px 0px rgba(0, 0, 0, 0.13);
}
.iconbox-left-box:hover .icon-wrapper i {
  text-shadow: none;
}
.iconbox-left-box:hover .icon-wrapper i:before {
  color: #fff;
}

.iconbox-large-icon {
  margin-top: 0;
  padding-top: 30px;
  text-align: center;
}
.iconbox-large-icon .icon-wrapper {
  display: block;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.iconbox-large-icon .icon-wrapper i {
  font-size: 72px;
}
.iconbox-large-icon .iconbox-title {
  margin-top: 15px;
}
.iconbox-large-icon:hover .icon-wrapper i:before {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.iconbox-large-icon:hover .iconbox-title {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  transform: translate(0, -5px);
}

.iconbox-left-icon {
  padding-left: 40px;
}
.iconbox-left-icon .icon-wrapper {
  display: inline-block;
  position: absolute;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.iconbox-left-icon .icon-wrapper i {
  font-size: 24px;
  color: #666;
}
.iconbox-left-icon:hover .icon-wrapper i:before {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}
.iconbox-left-icon:hover .iconbox-title {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

/* -----------------------------------------------------------------------------
 * Infobox & Callout
 * -------------------------------------------------------------------------- */
.infobox, .callout {
  background-color: #fcfcfc;
  padding: 20px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}
.infobox:first-child, .callout:first-child {
  margin-top: 0;
}
.infobox .infobox-title, .infobox .callout-title, .callout .infobox-title, .callout .callout-title {
  margin: 0 0 10px;
  line-height: 1.2em;
}
.infobox .button, .callout .button {
  margin-bottom: 0;
}
.infobox p:last-child, .callout p:last-child {
  margin-bottom: 0;
}

.callout .button {
  float: right;
  margin-top: 10px;
  margin-left: 15px;
}
.callout > p {
  margin: 0;
}

/* -----------------------------------------------------------------------------
 * List
 * -------------------------------------------------------------------------- */
.list {
  list-style: none;
  padding-left: 0;
}
.list i {
  margin-right: 5px;
}

/* -----------------------------------------------------------------------------
 * Mark
 * -------------------------------------------------------------------------- */
mark {
  padding: 1px 4px;
  margin: 0 2px;
  color: #fff;
}
mark.grey {
  background-color: #f3f3f3;
  color: #999;
}
mark.dark {
  background-color: #333;
}

/* -----------------------------------------------------------------------------
 * Member
 * -------------------------------------------------------------------------- */
.member {
  border-bottom: 1px solid #ddd;
}

.member-image {
  border-bottom: 4px solid;
  margin-bottom: 10px;
}

.member-name {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 25px;
}

.member-position {
  margin-bottom: 10px;
  color: #999;
}

.member-description {
  margin-bottom: 10px;
}

.member-socials {
  margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------
 * Message Box
 * -------------------------------------------------------------------------- */
.message {
  position: relative;
  padding: 10px 35px 10px 20px;
  margin-bottom: 20px;
  border: 1px solid;
  border-bottom-width: 3px;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
.message a, .message a:hover, .message a:visited {
  color: inherit;
}
.message.white {
  background-color: #f9f9f9;
  border-color: #e7e7e7;
  border-bottom-color: #e0e0e0;
  color: #7c7c7c;
}
.message.black {
  background-color: #222222;
  border-color: #1f1f1f;
  border-bottom-color: #1e1e1e;
  color: #dddddd;
}
.message.grey {
  background-color: #999999;
  border-color: #8e8e8e;
  border-bottom-color: #898989;
  color: #4c4c4c;
}
.message.blue {
  background-color: #bdedf2;
  border-color: #afdce1;
  border-bottom-color: #aad5d9;
  color: #5e7679;
}
.message.green {
  background-color: #cef199;
  border-color: #bfe08e;
  border-bottom-color: #b9d889;
  color: #67784c;
}
.message.yellow {
  background-color: #ffd668;
  border-color: #edc760;
  border-bottom-color: #e5c05d;
  color: #7f6b34;
}
.message.red {
  background-color: #ff4d2e;
  border-color: #ed472a;
  border-bottom-color: #e54529;
  color: #7f2617;
}
.message .close {
  position: absolute;
  right: 10px;
  top: 10px;
  margin-left: 15px;
  cursor: pointer;
  opacity: 0.5;
  font-size: 18px;
}
.message .close:hover {
  opacity: 1;
}
.message h1, .message h2, .message h3, .message h4, .message h5, .message h6 {
  margin: 0;
}

/* -----------------------------------------------------------------------------
 * Pricing Table
 * -------------------------------------------------------------------------- */
.pricing-table {
  text-align: center;
  margin-bottom: 15px;
}
.pricing-table.col-2 .plan {
  width: 457px;
}
.pricing-table.col-3 .plan {
  width: 300px;
}
.pricing-table.col-4 .plan {
  width: 221px;
}

.plan {
  margin: 40px 0;
  background-color: white;
  float: left;
}
.plan .button {
  margin-top: 20px;
}
.plan.recommended {
  margin: 20px 0;
}
.plan.recommended .plan-name {
  padding: 20px 0;
}
.plan.recommended .plan-content {
  padding-bottom: 30px;
}

.plan + .plan {
  margin-left: 15px;
}

.plan-name {
  background-color: rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
}

.plan-featured {
  font-size: 11px;
  font-style: italic;
  margin-top: 15px;
}

.plan-header {
  background-color: white;
  padding-bottom: 20px;
  border-bottom: 4px solid rgba(0, 0, 0, 0.1);
  color: #fff;
}

.plan-currency {
  float: left;
  display: inline-block;
  font-size: 13px;
  margin-right: 5px;
}

.plan-price {
  margin-top: 20px;
  font-size: 60px;
  line-height: 1;
  display: inline-block;
}

.plan-per {
  display: inline-block;
  margin-left: 5px;
}

.plan-content {
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-top: none;
}
.plan-content ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.plan-content li + li {
  border-top: 1px dotted #ddd;
  margin-top: 10px;
  padding-top: 10px;
}

/* -----------------------------------------------------------------------------
 * Quote & Blockquote
 * -------------------------------------------------------------------------- */
.quote, blockquote {
  margin: 10px 0;
  padding-left: 15px;
  color: #888;
  border-left: 4px solid;
  font-size: 16px;
  line-height: 1.6em;
}
.quote p, blockquote p {
  margin: 0px 10px;
}
.quote cite, blockquote cite {
  display: block;
  margin-top: 15px;
  font-size: 11px;
  font-style: italic;
  color: #666;
}
.quote.style-line, blockquote.style-line {
  border: 3px double #ddd;
  border-left: none;
  border-right: none;
  padding: 15px 0;
}
.quote.align-left, .quote.align-right, blockquote.align-left, blockquote.align-right {
  display: inline-block;
  width: 260px;
}
.quote.align-left, blockquote.align-left {
  float: left;
  margin-right: 20px;
}
.quote.align-right, blockquote.align-right {
  float: right;
  margin-left: 20px;
}

/* -----------------------------------------------------------------------------
 * Skill
 * -------------------------------------------------------------------------- */
.skill-title {
  text-transform: uppercase;
  font-weight: bold;
}

.skill-bar {
  margin-top: 5px;
  margin-bottom: 15px;
  height: 30px;
  background-color: #eee;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
.skill-bar .skill-percentage {
  height: 100%;
  width: 0px;
  overflow: visible !important;
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
}
.skill-bar .skill-percent-text {
  float: left;
  color: #fff;
  line-height: 30px;
  margin-left: 15px;
}

.social-icon {
  display: inline-block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #555;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.social-icon i {
  line-height: inherit;
}
.social-icon:hover {
  color: white;
}

.social-icons ul {
  padding: 0;
  list-style: none;
}
.social-icons li {
  display: inline-block;
}
.social-icons .social-icon {
  margin-right: 0;
}

/* -----------------------------------------------------------------------------
 * Styled Table
 * -------------------------------------------------------------------------- */
.styled-table-1 table, .comment-body table {
  text-align: left;
  margin: 20px 0;
  width: 100%;
}
.styled-table-1 td, .styled-table-1 th, .comment-body td, .comment-body th {
  border-collapse: collapse;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  vertical-align: middle;
}
.styled-table-1 th, .comment-body th {
  border-bottom-width: 4px;
}
.styled-table-1 thead, .comment-body thead {
  background-color: #f9f9f9;
  font-size: 1.1em;
}
.styled-table-1 tbody, .comment-body tbody {
  /* empty */
}

.tabs {
  margin: 15px 0;
}
.tabs .tab-title {
  cursor: pointer;
  color: #666;
  -webkit-transition: color 0.25s;
  -moz-transition: color 0.25s;
  -o-transition: color 0.25s;
  transition: color 0.25s;
}
.tabs .tab-title i {
  float: left;
  margin-right: 5px;
}
.tabs .tab-title i:before {
  text-align: left;
  display: inline;
}
.tabs .full-tab {
  display: none;
  margin-top: -1px;
  font-weight: bold;
  -webkit-box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px 15px;
}
.tabs .full-tab.active {
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.tabs .full-tab.active:hover {
  color: #fff;
}
.tabs .tab-content {
  display: none;
  padding: 15px 25px 5px 25px;
  background-color: #fff;
}

.tabs.style-top-tab .tab-titles {
  border-bottom: 1px solid #ddd;
}
.tabs.style-top-tab .tab-titles .tab-title {
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  padding: 10px 15px;
  float: left;
  display: inline-block;
  -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 0 -1px -1px 0;
}
.tabs.style-top-tab .tab-titles .tab-title.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #fff;
  background-color: #fff;
}

.tabs.style-left-tab .tab-titles {
  width: 30%;
  float: left;
  position: relative;
  z-index: 1;
}
.tabs.style-left-tab .tab-titles .tab-title {
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  padding: 15px 15px;
  -webkit-box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.05);
}
.tabs.style-left-tab .tab-titles .tab-title.active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border-right-color: #fff;
}
.tabs.style-left-tab .tab-titles .tab-title + .tab-title {
  margin-top: -1px;
}
.tabs.style-left-tab .tab-content {
  width: 70%;
  overflow: hidden;
  float: left;
  border-left: 1px solid #ddd;
  position: relative;
  left: -1px;
  z-index: 0;
}

/* -----------------------------------------------------------------------------
 * Testimonial
 * -------------------------------------------------------------------------- */
.testimonial {
  background: url(../img/quote-sign.png) top left no-repeat;
  margin: 15px 0;
}
.testimonial .testimonial-content {
  display: block;
  font-family: Georgia, sans;
  font-style: italic;
  font-size: 14px;
  color: #666;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 10px;
  background: url(../img/testimonial-line.png) bottom left no-repeat;
}
.testimonial .testimonial-content > :first-child {
  margin-top: 0;
}
.testimonial .testimonial-content > :last-child {
  margin-bottom: 0;
}
.testimonial .testimonial-image {
  float: left;
  margin-left: 5px;
  margin-right: 10px;
}
.testimonial .testimonial-image img {
  width: 40px;
  height: 40px;
}
.testimonial .testimonial-author {
  font-size: 16px;
  margin-left: 15px;
}
.testimonial .testimonial-position {
  font-size: 11px;
  margin-left: 15px;
}

/* -----------------------------------------------------------------------------
 * Title
 * -------------------------------------------------------------------------- */
h1.title {
  margin: 0;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 42px;
}
h1.title + .subtitle {
  display: block;
  font-size: 14px;
  margin-top: 15px;
}

/* -----------------------------------------------------------------------------
 * Tooltip
 * -------------------------------------------------------------------------- */
.tooltips {
  cursor: pointer;
}

.tooltip {
  text-transform: none;
  -webkit-backface-visibility: hidden;
}
.tooltip .tooltip-inner {
  border-radius: 0;
  padding: 7px 10px;
}

/* -----------------------------------------------------------------------------
 * Visibility
 * -------------------------------------------------------------------------- */
.visible-mobile-portrait {
  display: none !important;
}

.visible-mobile-landscape {
  display: none !important;
}

.visible-mobile {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media only screen and (max-width: 479px) {
  .visible-desktop {
    display: none !important;
  }

  .visible-mobile-portrait {
    display: inherit !important;
  }

  .visible-mobile-landscape {
    display: none !important;
  }

  .visible-mobile {
    display: inherit !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .visible-desktop {
    display: none !important;
  }

  .visible-mobile-portrait {
    display: none !important;
  }

  .visible-mobile-landscape {
    display: inherit !important;
  }

  .visible-mobile {
    display: inherit !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .visible-desktop {
    display: none !important;
  }

  .visible-mobile-portrait {
    display: none !important;
  }

  .visible-mobile-landscape {
    display: none !important;
  }

  .visible-tablet {
    display: inherit !important;
  }
}
/* -----------------------------------------------------------------------------
 * Post Entry
 * -------------------------------------------------------------------------- */
.post-thumbnail-wrapper {
  position: relative;
}
.post-thumbnail-wrapper img {
  border-bottom: 4px solid #ddd;
  display: block;
  margin: 0;
}
.post-thumbnail-wrapper img, .post-thumbnail-wrapper .thumbnail-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.25s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.25s cubic-bezier(1, 0, 0, 1);
  transition: all 0.25s cubic-bezier(1, 0, 0, 1);
}
.post-thumbnail-wrapper:hover .thumbnail-overlay {
  background-color: rgba(0, 0, 0, 0.3);
}
.post-thumbnail-wrapper:hover .thumbnail-overlay i {
  top: 0px;
  opacity: 1;
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.post-thumbnail-wrapper:hover img {
  -webkit-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}

.post .post-thumbnail-wrapper.post-thumbnail-wrapper {
  margin-bottom: 20px;
}

.thumbnail-overlay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 4px;
  overflow: hidden;
}
.thumbnail-overlay i {
  display: inline-block;
  background-color: yellow;
  position: absolute;
  -webkit-backface-visibility: hidden;
  font-size: 20px;
  color: white;
  width: 40px;
  line-height: 40px;
  top: -60px;
  right: 10px;
  text-align: center;
  padding-top: 10px;
  opacity: 0;
  -webkit-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  -moz-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  -o-transition: all 0.35s cubic-bezier(1, 0, 0, 1);
  transition: all 0.35s cubic-bezier(1, 0, 0, 1);
}

.post-title {
  line-height: 1.2em;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
}

.post-date {
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
}

.post-categories {
  /* empty */
}

.post-meta, .blog-item-meta {
  font-size: 11px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 15px;
}
.post-meta .sep, .blog-item-meta .sep {
  margin: 0 0.5em;
  font-weight: normal;
  opacity: 0.5;
}
.post-meta, .post-meta a, .blog-item-meta, .blog-item-meta a {
  color: #888;
}

.search-results .post-meta + p,
.blog-layout-right-sidebar .post-meta + p,
.blog-layout-left-sidebar .post-meta + p,
.blog-layout-columns-2 .post-meta + p {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 3px solid #eee;
}

.sharebox {
  margin-bottom: 25px;
}

.tags {
  margin-top: 30px;
}

.tags .tag,
.widget_tag_cloud a {
  display: inline-block;
  border: 3px solid #eee;
  padding: 0 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #777;
}

/* -----------------------------------------------------------------------------
 * Post Navigation
 * -------------------------------------------------------------------------- */
.post-nav {
  margin-top: 30px;
}

.post-nav-next,
.post-nav-prev {
  display: inline-block;
  text-align: center;
}
.post-nav-next a,
.post-nav-prev a {
  display: inline-block;
  border: 3px solid #ddd;
  color: #777;
}
.post-nav-next a:hover,
.post-nav-prev a:hover {
  color: #222;
}
.post-nav-next i,
.post-nav-prev i {
  font-size: 18px;
  width: 25px;
  line-height: 25px;
}

.post-nav-next {
  float: right;
  margin-left: 5px;
}

/* -----------------------------------------------------------------------------
 * Blog
 * -------------------------------------------------------------------------- */
#pagination {
  margin-top: 40px;
  border-top: 1px solid #eee;
  border-top-color: rgba(0, 0, 0, 0.07);
  /* Modern browser */
  padding-top: 40px;
}
#pagination .page-numbers.current {
  color: #fff;
}

#pagination.link-pages > span:first-child ~ span {
  color: #fff;
}

.blog .post.sticky {
  background-color: #fcfcfc;
  border: 1px dashed #ddd;
  padding: 15px;
}

.post .post-thumbnail-wrapper {
  margin-bottom: 30px;
}

.post-quote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  line-height: 1.4em;
}
.post-quote .post-quote-source {
  font-size: 14px;
  margin-left: 15px;
  margin-bottom: 20px;
}
.post-quote .post-quote-source a {
  color: #999;
}

.blog-layout-right-sidebar .post-content {
  margin-left: 86px;
}

.search-results .post + .post, .blog-layout-right-sidebar .post + .post, .blog-layout-left-sidebar .post + .post {
  margin-top: 40px;
  border-top: 1px solid #eee;
  border-top-color: rgba(0, 0, 0, 0.07);
  /* Modern browser */
  padding-top: 40px;
}

.blog-layout-columns-2 .posts-wrapper {
  margin-bottom: -45px;
}
.blog-layout-columns-2 .post-date, .blog-layout-columns-2 .post-title, .blog-layout-columns-2 .post-quote {
  margin-left: 86px;
}
.blog-layout-columns-2 .post {
  margin-bottom: 60px;
}

.post-format-icon {
  float: left;
  margin-right: 20px;
}
.post-format-icon i {
  line-height: 56px;
  width: 56px;
  background-color: #fff;
  border: 3px solid #ddd;
  display: inline-block;
  font-size: 25px;
  text-align: center;
  color: #777;
}

.post:hover .post-format-icon i {
  color: #222;
}

.read-more-link {
  display: block;
  margin-top: 15px;
}
.read-more-link i {
  font-size: 18px;
  vertical-align: middle;
}
.read-more-link i:before {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.read-more-link:hover i:before {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}

/* -----------------------------------------------------------------------------
 * Blog Single
 * -------------------------------------------------------------------------- */
.single .post-title {
  font-size: 34px;
}
.single .post {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.single .post-date {
  padding-top: 10px;
}
.single .post-meta {
  padding-bottom: 15px;
  border-bottom: 3px solid #ddd;
}
.single .post-date + .post-meta {
  margin-top: 15px;
}
.single .post-quote {
  border: none;
}
.single .author-info {
  margin-top: 30px;
  padding-bottom: 30px;
}
.single .author-info .author-avartar {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left;
}
.single .author-info .author-description {
  font-style: italic;
  text-transform: none;
  overflow: hidden;
}
.single .author-info, .single .sharebox {
  border-bottom: 1px solid #ddd;
}

.author-info-big {
  border-bottom: 3px double #eee;
  border-bottom-color: rgba(0, 0, 0, 0.07);
  margin-bottom: 40px;
  padding-bottom: 40px;
}
.author-info-big .author-avartar {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  float: left;
}
.author-info-big .author-name {
  margin-top: 0;
  display: inline-block;
  text-transform: uppercase;
}
.author-info-big .author-description {
  font-style: italic;
  text-transform: none;
  overflow: hidden;
}

/* -----------------------------------------------------------------------------
 * Search Page
 * -------------------------------------------------------------------------- */
body.search .search-result-caption {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 45px;
}
body.search .search-result-caption h4 {
  text-transform: uppercase;
}
body.search .post-categories {
  display: none;
}

.large-search-form input[type=text] {
  display: inline-block;
}

/* -----------------------------------------------------------------------------
 * Related posts
 * -------------------------------------------------------------------------- */
.related-posts {
  margin-top: 40px;
}
.related-posts h3 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.related-posts ul {
  list-style: none;
  padding-left: 0;
}
.related-posts li + li {
  margin-top: 10px;
}
.related-posts .related-post-meta {
  font-size: 11px;
  color: #bbb;
}
.related-posts .related-post-body {
  margin-left: 65px;
}
.related-posts a {
  color: inherit;
  font-weight: bold;
}
.related-posts img, .related-posts .post-format-icon i {
  border: 3px solid #eee;
  width: 50px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  float: left;
}
.related-posts img, .related-posts .post-format-icon {
  margin: 0 10px 5px 0;
}
.related-posts .post-format-icon i {
  color: #bbb;
  line-height: 45px;
  height: 50px;
  vertical-align: middle;
  font-size: 20px;
}

/* -----------------------------------------------------------------------------
 * Comments
 * -------------------------------------------------------------------------- */
#comments {
  margin-top: 40px;
}
#comments .title, #comments #reply-title {
  text-transform: uppercase;
}

.comment {
  padding-top: 30px;
  border-top: 4px solid #eee;
  margin-top: 30px;
}
.comment .avatar > img {
  border: 3px solid #eee;
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.comment .author .url {
  color: #222;
  font-weight: bold;
}
.comment .date {
  color: #AAA;
  font-size: 11px;
}
.comment .date a {
  color: #777;
}

.comment-text {
  margin-left: 70px;
}

.commentlist {
  padding-left: 0;
}
.commentlist, .commentlist .children {
  list-style: none;
}
.commentlist .children {
  margin-top: 30px;
  padding-left: 50px;
}
.commentlist > .comment:first-child {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
.commentlist > .comment:last-child {
  padding-bottom: 15px;
  border-bottom: 4px solid #eee;
  margin-bottom: 30px;
}

/* -----------------------------------------------------------------------------
 * Comment Form
 * -------------------------------------------------------------------------- */
#respond {
  margin-top: 30px;
}

#commentform .title {
  text-transform: uppercase;
}
#commentform p.comment-notes, #commentform p.form-allowed-tags {
  display: none;
}
#commentform input[type=text], #commentform textarea {
  width: 400px;
  display: block;
  max-width: 100%;
}

#cancel-comment-reply-link {
  font-size: 13px;
}

/* -----------------------------------------------------------------------------
 * Pagination
 * -------------------------------------------------------------------------- */
#pagination > span, #pagination > span:first-child, #pagination > a {
  display: inline-block;
  border: 3px solid #eee;
  min-width: 10px;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 2px 10px;
  color: #999;
}
#pagination > span:hover, #pagination > span:first-child:hover, #pagination > a:hover {
  color: #222;
}
#pagination > span {
  color: #222;
}

/* -----------------------------------------------------------------------------
 * Contact Form
 * -------------------------------------------------------------------------- */
.wpcf7-form {
  margin: 20px 0;
}
.wpcf7-form textarea {
  width: 100%;
}

/* -----------------------------------------------------------------------------
 * Gallery
 * -------------------------------------------------------------------------- */
.gallery {
  margin: 0 auto 18px;
}

.gallery .gallery-item {
  float: left;
  margin-top: 1%;
  text-align: center;
  width: 33%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery img {
  padding: 3px;
  background: #eee;
}

.gallery img:hover {
  background: white;
}

.gallery-columns-2 img {
  max-width: 92%;
  height: auto;
}

.gallery-columns-4 img {
  max-width: 84%;
  height: auto;
}

.gallery .gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px;
}

.gallery dl, .gallery dt {
  margin: 0;
}

.gallery br + br {
  display: none;
}

/* =============================================================================
 * Additional Styles
 * ========================================================================== */
.blog-list .blog-item a, .dribbble-shot a, .portfolio-projects a, .portfolio-list a, .testimonial .testimonial-author {
  font-size: 14px;
  font-weight: bold;
  color: #444;
  display: block;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}

/* -----------------------------------------------------------------------------
 * Easings
 * -------------------------------------------------------------------------- */
.linear {
  /* none */
}

.ease {
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

.easeIn {
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  -moz-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  -ms-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  -o-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

.easeOut {
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -moz-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -ms-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

.easeInOut {
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -ms-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -o-animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

.easeInQuad {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -ms-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.easeInCubic {
  -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -moz-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -ms-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.easeInQuart {
  -webkit-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -ms-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  animation-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.easeInQuint {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -ms-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.easeInSine {
  -webkit-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -moz-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -ms-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  animation-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.easeInExpo {
  -webkit-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -moz-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -ms-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  -o-animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  animation-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.easeInCirc {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -ms-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -o-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.easeInBack {
  -webkit-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -ms-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  animation-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.easeOutQuad {
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.easeOutCubic {
  -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.easeOutQuart {
  -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.easeOutQuint {
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.easeOutSine {
  -webkit-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -moz-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -ms-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.easeOutExpo {
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.easeOutCirc {
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.easeOutBack {
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.easeInOutQuad {
  -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -ms-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.easeInOutCubic {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.easeInOutQuart {
  -webkit-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.easeInOutQuint {
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -ms-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.easeInOutSine {
  -webkit-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -moz-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -ms-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.easeInOutExpo {
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -moz-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -ms-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  -o-animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

.easeInOutCirc {
  -webkit-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.easeInOutBack {
  -webkit-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* -----------------------------------------------------------------------------
 * Font Icon Settings
 * -------------------------------------------------------------------------- */
[class^="icon-awesome-"], [class*=" icon-awesome-"] {
  font-size: 14px;
}

[class^="icon-elusive-"], [class*=" icon-elusive-"] {
  font-size: 16px;
}

[class^="icon-entypo-"], [class*=" icon-entypo-"] {
  font-size: 16px;
}

[class^="icon-iconic-"], [class*=" icon-iconic-"] {
  font-size: 14px;
}

[class^="icon-social-"], [class*=" icon-social-"] {
  font-size: 16px;
}

[class^="icon-symbol-"], [class*=" icon-symbol-"] {
  font-size: 16px;
}

[class^="icon-typicons-"], [class*=" icon-typicons-"] {
  font-size: 16px;
}

.icon-medium {
  font-size: 1.5em;
}

.icon-large {
  font-size: 2em;
  vertical-align: middle;
}

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* =============================================================================
 * Sliders
 * ========================================================================== */
/* -----------------------------------------------------------------------------
 * Slider Button
 * -------------------------------------------------------------------------- */
.es-slider.slider_theme .previous,
.es-slider.slider_theme .next,
.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  width: 48px;
  height: 80px;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: none;
  font-family: "symbol";
  font-size: 48px;
  text-align: center;
  color: #fff;
  text-indent: 0 !important;
}

.flex-direction-nav .flex-prev,
.flex-direction-nav .flex-next {
  margin-top: -40px;
}

.es-slider.slider_theme .previous,
.flex-direction-nav .flex-prev {
  left: 0;
  border: 0;
  -webkit-box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 4px 0 0 rgba(0, 0, 0, 0.1);
}
.es-slider.slider_theme .previous:before,
.flex-direction-nav .flex-prev:before {
  content: '\e852';
}

.es-slider.slider_theme .next,
.flex-direction-nav .flex-next {
  right: 0;
  border: 0;
  -webkit-box-shadow: inset -4px 0 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -4px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset -4px 0 0 rgba(0, 0, 0, 0.1);
}
.es-slider.slider_theme .next:before,
.flex-direction-nav .flex-next:before {
  content: '\e851';
}

/* -----------------------------------------------------------------------------
 * Express Slider Theme
 * -------------------------------------------------------------------------- */
.es-slider.slider_theme .slider-nav {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 500;
}
.es-slider.slider_theme .slider-nav .bullet {
  background-image: url(../img/express-slider-theme/button-off.png);
  background-size: 14px;
  width: 14px;
  height: 14px;
  margin: 0 5px 0 2px;
}
.es-slider.slider_theme .slider-nav .bullet.current, .es-slider.slider_theme .slider-nav .bullet:hover {
  background-image: url(../img/express-slider-theme/button-on.png);
}


/* -----------------------------------------------------------------------------
 * Helper Classes
 * -------------------------------------------------------------------------- */
.hidden {
  display: none;
}

/* =============================================================================
 * Responsive
 * ========================================================================== */
/* -----------------------------------------------------------------------------
 * Large Desktop
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 1200px) {
  .site-wrapper-wide.site-wrapper-boxed, .site-wrapper-wide.site-wrapper-boxed #header, .site-wrapper-wide.site-wrapper-boxed-margin, .site-wrapper-wide.site-wrapper-boxed-margin #header {
    width: 1200px;
  }
  .site-wrapper-wide .pricing-table.col-2 .plan {
    width: 575px;
  }
  .site-wrapper-wide .pricing-table.col-3 .plan {
    width: 376px;
  }
  .site-wrapper-wide .pricing-table.col-4 .plan {
    width: 277px;
  }
}
/* -----------------------------------------------------------------------------
 * Desktop
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 960px) {
  .site-wrapper {
    overflow: hidden;
  }

  .one_fourth .iconbox-large-icon .icon-wrapper i {
    font-size: 48px;
  }
}
/* -----------------------------------------------------------------------------
 * Not a Desktop
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 959px) {
  .site-wrapper-boxed, .site-wrapper-boxed #header, .site-wrapper-boxed-margin, .site-wrapper-boxed-margin #header {
    width: 100%;
  }

  .site-wrapper-boxed-margin {
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------------------------
 * Tablet
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }

  .site-wrapper {
    overflow: hidden;
  }

  .single .post-title {
    font-size: 26px;
  }

  .pricing-table.col-2 .plan {
    width: 361px;
  }
  .pricing-table.col-3 .plan {
    width: 236px;
  }
  .pricing-table.col-4 .plan {
    width: 173px;
  }
}
/* -----------------------------------------------------------------------------
 * Mobile
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .container {
    width: 300px;
  }

  .one_half,
  .one_third,
  .two_third,
  .one_fourth,
  .three_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .es-slider.theme-reventon .previous,
  .es-slider.theme-reventon .next,
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    width: 36px;
    height: 60px;
    line-height: 60px;
    font-size: 36px;
  }

  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    margin-top: -30px;
  }

  .top-bar .top-bar-left, .top-bar .top-bar-right {
    text-align: center;
  }

  #logo {
    padding: 15px 0;
    margin: 0 !important;
  }
  #logo img {
    margin-top: 3px;
    /* fix extra space */
  }

  #header {
    height: auto !important;
  }

  .sticky-wrapper {
    height: auto !important;
  }
  .sticky-wrapper #header {
    position: relative;
  }

  .main-nav-wrapper {
    display: none;
  }

  #mobile-navigation {
    display: block;
  }

  .mobile-nav-button {
    display: block;
  }

  .title-bar h1 {
    font-size: 36px;
  }

  .blog .post-content {
    margin-left: 0;
  }
  .blog .post-quote {
    font-size: 16px;
  }
  .blog .post-title, .blog .post-date, .blog .post-quote {
    margin-left: 86px;
  }
  .blog .post-meta {
    margin-top: 15px;
  }

  #content + #sidebar {
    margin-top: 30px;
  }

  #commentform input[type=text], #commentform textarea, .widget_search input[type=text], .widget_search textarea {
    margin: 0;
    width: 282px;
  }

  .commentlist .children {
    padding-left: 25px;
  }

  .infobox .button, .callout .button {
    display: block;
    position: static !important;
    float: none !important;
    margin-right: 0;
    text-align: center;
  }

  .diecut > img {
    position: static;
    max-width: 100%;
  }

  .tabs .tab-titles {
    display: none;
  }
  .tabs .full-tab {
    display: block;
  }

  .tabs.style-left-tab .tab-titles, .tabs.style-left-tab .tab-content {
    width: auto;
    float: none;
  }
  .tabs.style-left-tab .full-tab {
    border-width: 1px;
  }
  .tabs.style-left-tab .tab-content {
    border: none;
    position: static;
  }

  .pricing-table .plan {
    float: none;
    width: auto !important;
    margin-left: 0 !important;
  }

  .bigquote-regular .bigquote-title {
    font-size: 22px;
    line-height: 1.2em;
  }

  .bigquote-large .bigquote-title {
    font-size: 28px;
    line-height: 1.2em;
  }

  .blog-list .blog-list-container, .portfolio-list .portfolio-list-container {
    float: none;
    clear: both;
  }

  .blog-list .blog-list-content, .portfolio-list .portfolio-list-content {
    margin-bottom: 30px;
  }

  .blog-layout-columns-2 .isotope-item:last-child .post-item {
    margin-bottom: 0;
  }

  .portfolio-layout-half .project-description > h3 {
    margin-top: 1.6em;
  }

  .copyright .copyright-right-text {
    display: none;
  }
}
/* -----------------------------------------------------------------------------
 * Mobile Landscape
 * -------------------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 420px;
  }

  .title-bar h1 {
    padding-right: 15%;
  }

  #commentform input[type=text], #commentform textarea, .widget_search input[type=text], .widget_search textarea {
    margin: 0;
    width: 402px;
  }
}
/* -----------------------------------------------------------------------------
 * Mobile Portrait
 * -------------------------------------------------------------------------- */
@media only screen and (max-width: 479px) {
  .quote.align-left, .quote.align-right, blockquote.align-left, blockquote.align-right {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }
}
