@charset "UTF-8";
/**
 * First three files "variables,colors,fonts" is changeable
 */
/************************/
/*     OKAB COLORS      */
/************************/
/**
 * Scss File Content All Colors
 * Author @PixelDima
 **/
/************************/
/*     !OKAB COLORS     */
/************************/
/**
 * [Theme Color]
 */
/**
 * [User Interface Colors]
 */
/**
 * [Typo Colors]
 */
/**
 * [Blog  Colors]
 */
/**
 * [menu Colors]
 */
/**
 * Vertical menu
 */
/*Response Menu Icon*/
/**
 * [Search Box Colors]
 */
/**
 * [Container Title (bottom of the header)]
 */
/**
 * [Divider Colors]
 */
/**
 *     Button
 */
/*--- colors fill---*/
/*--- colors stroke---*/
/**	
 * [Tabs Colors]
 */
/**
 * [Code Colors]
 */
/**
 * [Alert Colors]
 */
/**
 * [Tooltips Colors]
 */
/**
 * [Quote  Color]
 */
/**
 * [Testimonial Color]
 */
/**
 * Footer Colors
 */
/************************/
/*     OKAB variables      */
/************************/
/**
 * Scss File Content All variables
 * Author @PixelDima
 **/
/************************/
/*     !OKAB variables     */
/************************/
/**
 * [param: rtl OR ltr ]
 * @type {[String]}
 */
/**
 * [Section padding]
 * @type {[type]}
 */
/**
 * [Responsive variables]
 * @type {[px]}
 */
/**
 * Default menu
 */
/**
 * Vertical menu
 */
/*******************/
/*     FONTS       */
/*******************/
/**
 * [size description]
 * @type {[type]}
 */
/*Base font size use on all pages*/
/**
 * [Headers size]
 * @type {px}
 */
/**
 * [Font Weights]
 * @type {Number}
 */
/**
 * First three files "variables,colors,fonts" is changeable
 */
/************************/
/*     OKAB DIRECTION   */
/************************/
/**
 * Scss File Content Direction Control
 * Author @PixelDima
 **/
/*************************/
/*     !OKAB DIRECTION   */
/*************************/
/***************************/
/*     OKAB FUNCTIONS      */
/***************************/
/**
 * Scss File Content All Sass Functions
 * Author @PixelDima
 **/
/***************************/
/*     !OKAB FUNCTIONS     */
/***************************/
/************************/
/*     OKAB MIXINS      */
/************************/
/**
 * Scss File Content All MIXINS
 * Author @PixelDima
 **/
/************************/
/*     !OKAB MIXINS     */
/************************/
/**
 * responsive
 * EL :Extra Large
 * L  :Large
 * M  :Mobile Portrait & Landscape
 * ML :Mobile Landscape
 * MP :Mobile Portrait
 * T  :Tablet Portrait & Landscape
 * TP :Tablet Landscape
 * TM :Tablet & Mobile
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, .posted_in label, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

.special-quote {
  quotes: none; }

.special-quote:before, .special-quote:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

ul, ol, li {
  list-style-type: none; }

input, textarea, select {
  outline: none; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

iframe {
  display: block; }

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    -ms-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }
.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    -ms-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    -ms-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    -ms-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    -ms-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    -ms-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -ms-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -ms-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -ms-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -ms-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -ms-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    -ms-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    -ms-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    -ms-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    -ms-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    -ms-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    -ms-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    -ms-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    -ms-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    -ms-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    -ms-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    -ms-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    -ms-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    -ms-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); } }
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    -ms-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1; }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    -ms-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -ms-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1; } }
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    -ms-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1; } }
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  100% {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    -ms-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0, 0, 1, 45deg);
    -ms-transform: rotate(0, 0, 1, 45deg);
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0; } }
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -ms-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    -ms-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    -ms-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    -ms-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    -ms-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-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); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-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); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-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); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-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); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-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); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-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); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-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); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-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); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    -ms-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  100% {
    opacity: 0; } }
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center; } }
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center; } }
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-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); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  position: fixed;
  color: #FFF;
  right: 30px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
     /**
* Remove all paddings around the image on small screen
*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right;
  direction: ltr; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.owl-theme.owl-darck .owl-dots .owl-dot span {
  border: 1px solid #6a6359; }
.owl-theme.owl-darck .owl-dots .owl-dot:hover span, .owl-theme.owl-darck .owl-dots .owl-dot.active span {
  background: #6a6359; }
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff; }
.owl-theme .owl-dots .owl-dot:hover span, .owl-theme .owl-dots .owl-dot.active span {
  background: #FFFFFF; }

.owl-nav {
  display: none; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Ville Ristim├ñki ($villeristi)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
/*$font-face {

  font-family: 'flexslider-icon';
  src:url('fonts/flexslider-icon.eot');
  src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
    url('fonts/flexslider-icon.woff') format('woff'),
    url('fonts/flexslider-icon.ttf') format('truetype'),
    url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;

}*/
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-container a:focus, .flex-slider a:hover, .flex-slider a:focus {
  outline: none; }

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

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flex-caption {
  text-align: center;
  color: #fff;
  z-index: 5; }
  .flex-caption h1 {
    color: #fff;
    font-weight: 600;
    font-size: 60px; }
  .flex-caption p {
    color: #fff;
    font-size: 18px;
    font-weight: 300; }

.dima-logo {
  width: 100%;
  display: block;
  position: absolute;
  z-index: 15;
  top: 30%; }
  .dima-logo img {
    margin: 0 auto;
    width: 160px; }

.pattern-slider {
  background: url("../images/patterns/slaid-patt.png");
  background-repeat: repeat;
  position: absolute;
  opacity: 0.9;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5; }

.flexslider {
  /*margin: 0; 
padding: 0;
overflow: hidden;*/ }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    width: 100%;
    height: 100% !important;
    margin: 0;
    padding: 0;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important; }
  .flexslider .slides img {
    width: 100%;
    display: block; }
  .flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  html[xmlns] .flexslider .slides {
    display: block; }
  * html .flexslider .slides {
    height: 1%; }
  .no-js .flexslider .slides > li:first-child {
    display: block; }

.flexslider {
  margin: 0px;
  position: relative;
  zoom: 1;
  height: auto !important; }
  .flexslider .slides {
    zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  direction: ltr; }

.carousel {
  margin-top: 15px; }
  .carousel .slides li {
    cursor: pointer;
    margin-right: 15px;
    width: 110px !important;
    height: 110px !important;
    opacity: 0.5;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
    .carousel .slides li.flex-active-slide {
      opacity: 1; }
    .carousel .slides li:hover {
      opacity: 1; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 30px;
    height: 22px;
    margin: -10px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #FFF;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .flex-direction-nav a:before {
      font-family: "FontAwesome";
      font-size: 30px;
      display: inline-block;
      margin-bottom: 10px;
      content: '\f104'; }
    .flex-direction-nav a.flex-next:before {
      content: '\f105'; }
  .flex-direction-nav .flex-prev {
    left: -50px; }
  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right; }
  .flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 25px; }
    .flexslider:hover .flex-direction-nav .flex-prev:hover {
      opacity: 1; }
  .flexslider:hover .flex-direction-nav .flex-next {
    opacity: 1;
    right: 25px; }
    .flexslider:hover .flex-direction-nav .flex-next:hover {
      opacity: 1; }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: "FontAwesome";
    font-size: 20px;
    display: inline-block;
    content: '\f004'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a .flex-play:before {
    content: '\f003'; }

.small-control .flex-control-nav {
  bottom: 25px;
  left: 0; }
  .small-control .flex-control-nav li {
    float: none;
    margin: 0px 4px 8px 4px; }
    .small-control .flex-control-nav li a {
      width: 10px;
      height: 10px; }
  .small-control .flex-control-nav li:nth-child(2n+3) {
    clear: none; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 45px;
  text-align: center;
  z-index: 10;
  left: 47%; }
  .flex-control-nav li {
    margin: 0px 8px 16px 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: left; }
  .flex-control-nav li:nth-child(2n+3) {
    clear: right; }

.flex-control-paging li a {
  width: 13px;
  height: 13px;
  display: block;
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #FFF; }
  .flex-control-paging li a:hover {
    background: #FFF; }
  .flex-control-paging li a.flex-active {
    background: #FFF;
    cursor: default; }

.flex-control-thumbs {
  margin: 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block; }
.ps-container.ps-in-scrolling {
  pointer-events: none; }
  .ps-container.ps-in-scrolling > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container.ps-in-scrolling > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999; }
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 6px; }
  .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    bottom: 0;
    /* there must be 'bottom' for ps-scrollbar-x */
    height: 6px; }
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px; }
  .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: #aaa;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    /* there must be 'right' for ps-scrollbar-y */
    width: 6px; }
.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }
  .ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container:hover.ps-in-scrolling > .ps-scrollbar-x-rail > .ps-scrollbar-x {
      background-color: #999; }
  .ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90); }
    .ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999; }
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60); }
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }
  .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #999; }
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }
  .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: 0.3em; }
.fa.pull-right {
  margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

@font-face {
  font-family: 'Dima-Icons';
  src: url("../fonts/icon-dima/Dima-Icons.eot?plr9d0");
  src: url("../fonts/icon-dima/Dima-Icons.eot?#iefixplr9d0") format("embedded-opentype"), url("../fonts/icon-dima/Dima-Icons.woff?plr9d0") format("woff"), url("../fonts/icon-dima/Dima-Icons.ttf?plr9d0") format("truetype"), url("../fonts/icon-dima/Dima-Icons.svg?plr9d0#Dima-Icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="di-"], [class*=" di-"] {
  font-family: 'Dima-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.di-bowtie:before {
  content: "\a100"; }

.di-candy:before {
  content: "\a101"; }

.di-cash:before {
  content: "\a102"; }

.di-cloud:before {
  content: "\a103"; }

.di-cloud-accept:before {
  content: "\a104"; }

.di-cloud-delete:before {
  content: "\a105"; }

.di-credit-card-b:before {
  content: "\a106"; }

.di-credit-card-f:before {
  content: "\a107"; }

.di-dish:before {
  content: "\a108"; }

.di-donut:before {
  content: "\a109"; }

.di-glasses:before {
  content: "\a10a"; }

.di-glasses-r:before {
  content: "\a10b"; }

.di-keyboard:before {
  content: "\a10c"; }

.di-laptop:before {
  content: "\a10d"; }

.di-mail:before {
  content: "\a10e"; }

.di-separator:before {
  content: "\a10f"; }

.di-volume:before {
  content: "\a110"; }

.di-arrows:before {
  content: "\a111"; }

.di-arrows-alt:before {
  content: "\a112"; }

.di-audio:before {
  content: "\a113"; }

.di-audio-clef:before {
  content: "\a114"; }

.di-audio-square:before {
  content: "\a115"; }

.di-Backpack:before {
  content: "\a116"; }

.di-backward:before {
  content: "\a117"; }

.di-bag:before {
  content: "\a118"; }

.di-bag-g:before {
  content: "\a119"; }

.di-barbecue:before {
  content: "\a11a"; }

.di-barista:before {
  content: "\a11b"; }

.di-basket:before {
  content: "\a11c"; }

.di-bicycle:before {
  content: "\a11d"; }

.di-biscuit:before {
  content: "\a11e"; }

.di-bomb:before {
  content: "\a11f"; }

.di-book-download:before {
  content: "\a120"; }

.di-book-read:before {
  content: "\a121"; }

.di-bowl:before {
  content: "\a122"; }

.di-box-close:before {
  content: "\a123"; }

.di-box-open:before {
  content: "\a124"; }

.di-browser:before {
  content: "\a125"; }

.di-brush:before {
  content: "\a126"; }

.di-bullhorn:before {
  content: "\a127"; }

.di-burger:before {
  content: "\a128"; }

.di-cake:before {
  content: "\a129"; }

.di-camera:before {
  content: "\a12a"; }

.di-camera-photo:before {
  content: "\a12b"; }

.di-camera-video:before {
  content: "\a12c"; }

.di-candy-cane:before {
  content: "\a12d"; }

.di-candy-o:before {
  content: "\a12e"; }

.di-car-energy:before {
  content: "\a12f"; }

.di-car-g:before {
  content: "\a130"; }

.di-chain:before {
  content: "\a131"; }

.di-chair:before {
  content: "\a132"; }

.di-chef:before {
  content: "\a133"; }

.di-cherry:before {
  content: "\a134"; }

.di-chocolate:before {
  content: "\a135"; }

.di-chocolate-bar:before {
  content: "\a136"; }

.di-chopsticks:before {
  content: "\a137"; }

.di-clock:before {
  content: "\a138"; }

.di-close:before {
  content: "\a139"; }

.di-cloud-download:before {
  content: "\a13a"; }

.di-cloud-upload:before {
  content: "\a13b"; }

.di-cocktail:before {
  content: "\a13c"; }

.di-coffee:before {
  content: "\a13d"; }

.di-cog:before {
  content: "\a13e"; }

.di-cog-r:before {
  content: "\a13f"; }

.di-coin-dollar:before {
  content: "\a140"; }

.di-coin-euro:before {
  content: "\a141"; }

.di-coin-gbp:before {
  content: "\a142"; }

.di-comment:before {
  content: "\a143"; }

.di-comment-heart:before {
  content: "\a144"; }

.di-computer:before {
  content: "\a145"; }

.di-computer-display:before {
  content: "\a146"; }

.di-control:before {
  content: "\a147"; }

.di-cook:before {
  content: "\a148"; }

.di-cookies:before {
  content: "\a149"; }

.di-counter:before {
  content: "\a14a"; }

.di-crop:before {
  content: "\a14b"; }

.di-crown:before {
  content: "\a14c"; }

.di-cup:before {
  content: "\a14d"; }

.di-cupcake:before {
  content: "\a14e"; }

.di-cup-drink:before {
  content: "\a14f"; }

.di-cutlery:before {
  content: "\a150"; }

.di-database:before {
  content: "\a151"; }

.di-design:before {
  content: "\a152"; }

.di-design-cup:before {
  content: "\a153"; }

.di-diamond:before {
  content: "\a154"; }

.di-diving:before {
  content: "\a155"; }

.di-document:before {
  content: "\a156"; }

.di-dollar:before {
  content: "\a157"; }

.di-download:before {
  content: "\a158"; }

.di-drink:before {
  content: "\a159"; }

.di-earbuds:before {
  content: "\a15a"; }

.di-earbuds2:before {
  content: "\a15b"; }

.di-earpiece:before {
  content: "\a15c"; }

.di-earth-g:before {
  content: "\a15d"; }

.di-earth-hot:before {
  content: "\a15e"; }

.di-earthquake:before {
  content: "\a15f"; }

.di-edit:before {
  content: "\a160"; }

.di-energy-g:before {
  content: "\a161"; }

.di-envelope:before {
  content: "\a162"; }

.di-euro:before {
  content: "\a163"; }

.di-eyedropper:before {
  content: "\a164"; }

.di-factory-g:before {
  content: "\a165"; }

.di-flowers:before {
  content: "\a166"; }

.di-folder:before {
  content: "\a167"; }

.di-folder-accept:before {
  content: "\a168"; }

.di-folder-add:before {
  content: "\a169"; }

.di-folder-delete:before {
  content: "\a16a"; }

.di-forest:before {
  content: "\a16b"; }

.di-forward:before {
  content: "\a16c"; }

.di-frame:before {
  content: "\a16d"; }

.di-fuel-station:before {
  content: "\a16e"; }

.di-garbage:before {
  content: "\a16f"; }

.di-garbage-recycle:before {
  content: "\a170"; }

.di-gbp:before {
  content: "\a171"; }

.di-gift:before {
  content: "\a172"; }

.di-globe:before {
  content: "\a173"; }

.di-green-energy:before {
  content: "\a174"; }

.di-grid:before {
  content: "\a175"; }

.di-gum:before {
  content: "\a176"; }

.di-handle:before {
  content: "\a177"; }

.di-hat:before {
  content: "\a178"; }

.di-headphone:before {
  content: "\a179"; }

.di-headset:before {
  content: "\a17a"; }

.di-heart:before {
  content: "\a17b"; }

.di-home:before {
  content: "\a17c"; }

.di-home-g:before {
  content: "\a17d"; }

.di-hotdog:before {
  content: "\a17e"; }

.di-ice-cream:before {
  content: "\a17f"; }

.di-icecream-sandwich:before {
  content: "\a180"; }

.di-idea-g:before {
  content: "\a181"; }

.di-ink:before {
  content: "\a182"; }

.di-jelly:before {
  content: "\a183"; }

.di-key:before {
  content: "\a184"; }

.di-knife:before {
  content: "\a185"; }

.di-laptop-p:before {
  content: "\a186"; }

.di-leaf:before {
  content: "\a187"; }

.di-lock:before {
  content: "\a188"; }

.di-lock-r:before {
  content: "\a189"; }

.di-lollipop:before {
  content: "\a18a"; }

.di-magic:before {
  content: "\a18b"; }

.di-magnet:before {
  content: "\a18c"; }

.di-map-marker:before {
  content: "\a18d"; }

.di-map-marker-p:before {
  content: "\a18e"; }

.di-marker:before {
  content: "\a18f"; }

.di-mic:before {
  content: "\a190"; }

.di-mouse:before {
  content: "\a191"; }

.di-mp3:before {
  content: "\a192"; }

.di-muffin:before {
  content: "\a193"; }

.di-mug:before {
  content: "\a194"; }

.di-mustache:before {
  content: "\a195"; }

.di-network:before {
  content: "\a196"; }

.di-notebook:before {
  content: "\a197"; }

.di-nuclear:before {
  content: "\a198"; }

.di-paint-bucket:before {
  content: "\a199"; }

.di-pallete:before {
  content: "\a19a"; }

.di-pause:before {
  content: "\a19b"; }

.di-pause-circle:before {
  content: "\a19c"; }

.di-pen:before {
  content: "\a19d"; }

.di-pencil:before {
  content: "\a19e"; }

.di-pen-felt:before {
  content: "\a19f"; }

.di-pen-head:before {
  content: "\a1a0"; }

.di-pen-head-r:before {
  content: "\a1a1"; }

.di-photos:before {
  content: "\a1a2"; }

.di-picture:before {
  content: "\a1a3"; }

.di-pictures:before {
  content: "\a1a4"; }

.di-pie:before {
  content: "\a1a5"; }

.di-play:before {
  content: "\a1a6"; }

.di-play-cd:before {
  content: "\a1a7"; }

.di-play-circle:before {
  content: "\a1a8"; }

.di-popcorn:before {
  content: "\a1a9"; }

.di-popsicle:before {
  content: "\a1aa"; }

.di-popsicle-s:before {
  content: "\a1ab"; }

.di-radio:before {
  content: "\a1ac"; }

.di-random:before {
  content: "\a1ad"; }

.di-receipt:before {
  content: "\a1ae"; }

.di-remote-control:before {
  content: "\a1af"; }

.di-replay:before {
  content: "\a1b0"; }

.di-ring:before {
  content: "\a1b1"; }

.di-roller:before {
  content: "\a1b2"; }

.di-ruler:before {
  content: "\a1b3"; }

.di-screen:before {
  content: "\a1b4"; }

.di-screen-remote-control:before {
  content: "\a1b5"; }

.di-separator-s:before {
  content: "\a1b6"; }

.di-shirt:before {
  content: "\a1b7"; }

.di-shirt-r:before {
  content: "\a1b8"; }

.di-shoes:before {
  content: "\a1b9"; }

.di-shop:before {
  content: "\a1ba"; }

.di-shopping-bag-b:before {
  content: "\a1bb"; }

.di-shopping-bag-p:before {
  content: "\a1bc"; }

.di-shopping-bag-recycle:before {
  content: "\a1bd"; }

.di-shopping-bag-s:before {
  content: "\a1be"; }

.di-shopping-cart-cancel:before {
  content: "\a1bf"; }

.di-shopping-cart-down:before {
  content: "\a1c0"; }

.di-shopping-cart-up:before {
  content: "\a1c1"; }

.di-shopping-cart:before {
  content: "\a1c2"; }

.di-skull:before {
  content: "\a1c3"; }

.di-slice:before {
  content: "\a1c4"; }

.di-smartphone:before {
  content: "\a1c5"; }

.di-smile:before {
  content: "\a1c6"; }

.di-solar-energy:before {
  content: "\a1c7"; }

.di-spigot:before {
  content: "\a1c8"; }

.di-spike:before {
  content: "\a1c9"; }

.di-spray:before {
  content: "\a1ca"; }

.di-stamp:before {
  content: "\a1cb"; }

.di-sticker:before {
  content: "\a1cc"; }

.di-sticker-recycle:before {
  content: "\a1cd"; }

.di-strawberry:before {
  content: "\a1ce"; }

.di-sucker:before {
  content: "\a1cf"; }

.di-suitcase:before {
  content: "\a1d0"; }

.di-sun:before {
  content: "\a1d1"; }

.di-Sweets:before {
  content: "\a1d2"; }

.di-sync:before {
  content: "\a1d3"; }

.di-syringe:before {
  content: "\a1d4"; }

.di-tablet:before {
  content: "\a1d5"; }

.di-target:before {
  content: "\a1d6"; }

.di-tea:before {
  content: "\a1d7"; }

.di-tie:before {
  content: "\a1d8"; }

.di-truck:before {
  content: "\a1d9"; }

.di-truck-express:before {
  content: "\a1da"; }

.di-truck-recycle:before {
  content: "\a1db"; }

.di-turbine:before {
  content: "\a1dc"; }

.di-turbine-g:before {
  content: "\a1dd"; }

.di-umbrella:before {
  content: "\a1de"; }

.di-unlock:before {
  content: "\a1df"; }

.di-upload:before {
  content: "\a1e0"; }

.di-user:before {
  content: "\a1e1"; }

.di-user-r:before {
  content: "\a1e2"; }

.di-user-r-accept-99:before {
  content: "\a1e3"; }

.di-user-r-accept-100:before {
  content: "\a1e4"; }

.di-user-r-delete:before {
  content: "\a1e5"; }

.di-user-talk:before {
  content: "\a1e6"; }

.di-wafers:before {
  content: "\a1e7"; }

.di-wallet:before {
  content: "\a1e8"; }

.di-wallet-empty:before {
  content: "\a1e9"; }

.di-warehouse:before {
  content: "\a1ea"; }

.di-watch:before {
  content: "\a1eb"; }

.di-whale:before {
  content: "\a1ec"; }

.di-wrench:before {
  content: "\a1ed"; }

.di-wrench-head:before {
  content: "\a1ee"; }

.di-wrenchs:before {
  content: "\a1ef"; }

/***********************************************************************************************/
/* GENERAL TYPOGRAPHY STYLES */
/***********************************************************************************************/
html {
  font-size: 100%;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, .posted_in label, h6 {
  font-family: "Open Sans", Helvetica, Georgia, Times, serif;
  font-weight: 700;
  color: #6a6359;
  text-rendering: optimizeLegibility;
  margin-bottom: .5em;
  line-height: 24;
  line-height: 7px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, .posted_in label a, h6 a {
    color: #384047; }
  h1 span.highlight, h2 span.highlight, h3 span.highlight, h4 span.highlight, h5 span.highlight, .posted_in label span.highlight, h6 span.highlight {
    color: #FFFFFF;
    background-color: #ff5733;
    -webkit-box-shadow: 8px 0 0 #ff5733, -8px 0 0 #ff5733;
    -moz-box-shadow: 8px 0 0 #ff5733, -8px 0 0 #ff5733;
    box-shadow: 8px 0 0 #ff5733, -8px 0 0 #ff5733;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
    line-height: 43px; }

.article h3, .article h4, .article h5, .article .posted_in label, .posted_in .article label, .article h6 {
  padding: 1.5em 0 .5em; }

h1 {
  font-size: 60px;
  line-height: 72px;
  font-size: 3.75rem;
  line-height: 4.5rem;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  letter-spacing: 0.05em; }

h2 {
  font-size: 36px;
  line-height: 48px;
  font-size: 2.25rem;
  line-height: 3rem;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1; }

h3 {
  font-size: 28px;
  line-height: 24px;
  font-size: 1.75rem;
  line-height: 1.5rem;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  letter-spacing: 0.025em; }

h4 {
  font-size: 22px;
  line-height: 22px;
  font-size: 1.375rem;
  line-height: 1.375rem;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  letter-spacing: 0.025em; }

h5, .posted_in label {
  font-size: 18px;
  line-height: 18px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1;
  letter-spacing: 0.01em; }

h6 {
  font-size: 14px;
  line-height: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  font-weight: 600;
  -webkit-transition: 0.1;
  -moz-transition: 0.1;
  -o-transition: 0.1;
  transition: 0.1; }

caption {
  font-size: 0.667rem; }

small {
  font-size: 0.444rem; }

a {
  color: #ff5733;
  text-decoration: none;
  outline: 0;
  line-height: inherit;
  max-width: 100%;
  max-width: none\9; }
  a:hover {
    color: #e62900; }

a:hover, a:focus, a:visited {
  outline: 0; }

p a, p a:visited {
  line-height: inherit; }

p {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #828077;
  font-size: 14px;
  line-height: 24px;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  word-spacing: 0.01em;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  p.lead {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    margin-bottom: 1.61803em; }
  p.article {
    font-size: 15px;
    line-height: 22.5px;
    font-size: 0.9375rem;
    line-height: 1.40625rem;
    padding: .75em 0; }
  p.section {
    padding: 0 5%;
    font-size: 1.35em;
    line-height: 1.6em;
    color: inherit;
    margin: 0 0 2.6em;
    font-weight: 100; }

/*******************************
        Highlighted Colors
*******************************/
::-webkit-selection {
  background-color: #ff5733;
  color: #FFFFFF; }

::-moz-selection {
  background-color: #ff5733;
  color: #FFFFFF; }

::selection {
  background-color: #ff5733;
  color: #FFFFFF; }

/*******************************
        Word-Wrap
*******************************/
body {
  word-wrap: break-word; }

pre code {
  word-wrap: normal; }

/***********************************************************************************************/
/* Blockquotes */
/***********************************************************************************************/
blockquote.post-quote {
  line-height: 20px;
  color: #777;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 20px;
  border-left: 5px solid #ff5733;
  position: relative; }
  blockquote.post-quote:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 34px;
    line-height: 32px;
    font-size: 2.125rem;
    line-height: 2rem;
    margin-right: 20px;
    vertical-align: -0.4em;
    float: left; }
  blockquote.post-quote p {
    font-size: 18px;
    line-height: 28px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-style: italic;
    margin-left: 20px;
    margin-bottom: 0;
    overflow: hidden; }
  blockquote.post-quote cite {
    display: block;
    font-size: 12px;
    line-height: 12px;
    font-size: 0.75rem;
    line-height: 0.75rem;
    color: #828077; }
    blockquote.post-quote cite:before {
      content: "\2014 \0020"; }
    blockquote.post-quote cite a {
      color: #828077; }
      blockquote.post-quote cite a:visited {
        color: #828077; }
blockquote.blog-style {
  background-color: #6a6359;
  border-left: none;
  font-style: italic;
  position: relative;
  text-align: center;
  display: block;
  padding: 60px 35px; }
  blockquote.blog-style p, blockquote.blog-style cite {
    position: relative;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 28px;
    font-size: 1.5rem;
    line-height: 1.75rem;
    font-weight: 400;
    z-index: 5; }
    blockquote.blog-style p a, blockquote.blog-style cite a {
      display: inline-block;
      margin-top: 20px;
      color: #FFFFFF; }
  blockquote.blog-style p {
    margin-bottom: 30px; }
  blockquote.blog-style cite {
    font-size: 16px;
    line-height: 16px;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0.05em; }
    blockquote.blog-style cite:before {
      content: "-"; }
    blockquote.blog-style cite:after {
      content: "-"; }

.small-quote.blog-style {
  padding: 40px 40px; }
  .small-quote.blog-style p {
    margin-bottom: 25px; }

/***********************************************************************************************/
/* CODE */
/***********************************************************************************************/
pre code {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap; }

pre {
  white-space: pre; }

code {
  white-space: pre;
  font-family: monospace; }

code, pre {
  font-family: Monospace;
  color: #8f8864;
  border: 1px solid #ddd;
  background-color: #dbd8cb;
  border-radius: 3px;
  max-width: 100%;
  display: inline-block;
  overflow: auto;
  vertical-align: middle;
  line-height: 1.3; }

pre {
  display: block;
  padding: 0.786em 1.071em;
  margin: 0 0 1.313em;
  font-size: 22px;
  line-height: 24px;
  font-size: 1.375rem;
  line-height: 1.5rem;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #021321;
  -moz-box-shadow: inset 10px 0 0 0 black;
  -webkit-box-shadow: inset 10px 0 0 0 black;
  box-shadow: inset 10px 0 0 0 black; }
  pre code {
    color: #8f8864;
    background-color: #dbd8cb;
    font-size: 0.85em;
    border-radius: 3px;
    padding: 0;
    background-color: transparent;
    border: 0; }

.dima-code {
  line-height: 1; }

/***********************************************************************************************/
/* Mark */
/***********************************************************************************************/
mark {
  font-variant: small-caps; }
  mark.dima-mark {
    padding: 0.125rem 0.3125rem 0.25rem 0.3125rem;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.65);
    color: white;
    background-color: #ff5733; }

/***********************************************************************************************/
/* DropCap */
/***********************************************************************************************/
.dropcap {
  display: block;
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  font-family: Georgia; }
  .dropcap.dropcap-1 {
    background: transparent;
    text-align: center;
    border: 1px solid transparent;
    font-size: 70px;
    line-height: 70px;
    font-size: 4.375rem;
    line-height: 4.375rem;
    color: #ff5733; }
  .dropcap.dropcap-2 {
    position: relative;
    top: 5px;
    background: #ff5733;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    border: 1px solid transparent;
    font-size: 30px;
    line-height: 45px;
    font-size: 1.875rem;
    line-height: 2.8125rem; }
  .dropcap.dropcap-3 {
    position: relative;
    top: 5px;
    background: #ff5733;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    font-size: 30px;
    line-height: 45px;
    font-size: 1.875rem;
    line-height: 2.8125rem; }

/***********************************************************************************************/
/* Lists */
/***********************************************************************************************/
ul {
  list-style: none outside; }
  ul li {
    color: #828077; }
  ul.icon-list li {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    padding-left: 25px;
    line-height: 20px; }
    ul.icon-list li i {
      position: absolute;
      left: 0;
      text-align: center;
      top: 3px;
      width: 14px;
      font-size: 14px;
      line-height: 14px;
      font-size: 0.875rem;
      line-height: 0.875rem; }
  ul.with-border li {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #f4f3ef; }
    ul.with-border li strong {
      font-weight: bold;
      color: #6a6359; }
    ul.with-border li ul {
      padding-left: 20px;
      opacity: 0.7;
      padding-top: 20px;
      margin-bottom: -20px; }
      ul.with-border li ul li:last-child {
        padding-bottom: 20px; }
    ul.with-border li:last-child {
      padding-bottom: 0px; }
  ul.with-border p {
    margin-bottom: 0; }
  ul.list-style li {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    padding-left: 20px;
    line-height: 20px; }
    ul.list-style li:before {
      content: "\f068";
      font-family: "FontAwesome";
      position: absolute;
      top: 0px;
      left: 0;
      font-size: 12px;
      line-height: 22px;
      font-size: 0.75rem;
      line-height: 1.375rem;
      color: #ff5733; }
    ul.list-style li.no-icon:before {
      content: ""; }
  ul.list li {
    position: relative;
    overflow: hidden;
    margin-bottom: 6px;
    line-height: 20px; }
    ul.list li i {
      padding-right: 5px; }
  ul.stars li:before {
    content: "\f006"; }
  ul.angle li:before {
    content: "\f105"; }
  ul.check li:before {
    content: "\f00c"; }
  ul.thumb-tack li:before {
    content: "\f08d"; }

ol {
  list-style: decimal; }

/* COMPILED WITH SASS
*   By PixelDima
*   Table of Contents       
*   #Base 960 Grid
*   #Tablet 
*   #Mobile
*   #Clearing 
***/
body div .first, body div .no-margin {
  margin-left: 0 !important; }

.all_content {
  width: 100%;
  position: relative; }

html.responsive {
  min-width: 0px; }

.boxed {
  margin: 0 auto;
  overflow: visible; }

/*Base 960 Grid*/
.container {
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding: 0px;
  clear: both; }

.container_wrap {
  clear: both;
  position: relative;
  border-top-style: solid;
  border-top-width: 1px; }

.row {
  position: relative;
  margin-bottom: 20px;
  clear: both; }

.boxed {
  width: 1010px; }

.boxed .fix_nav.fixed {
  width: 1010px; }

body div .first {
  margin-left: 0;
  clear: left; }

.container .cl_12 {
  width: 950px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_12 {
  margin-left: 0; }

.container .cl_11 {
  width: 868.33333px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_10 {
  width: 786.66667px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_9 {
  width: 705px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_8 {
  width: 623.33333px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_7 {
  width: 541.66667px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_6 {
  width: 460px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_5 {
  width: 378.33333px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_4 {
  width: 296.66667px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_3 {
  width: 215px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_2 {
  width: 133.33333px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.container .cl_1 {
  width: 51.66667px;
  float: left;
  display: inline;
  margin-left: 30px;
  position: relative;
  min-height: 1px; }

.offset-by-11 {
  margin-left: 928.33333px; }

.offset-by-10 {
  margin-left: 846.66667px; }

.offset-by-9 {
  margin-left: 765.0px; }

.offset-by-8 {
  margin-left: 683.33333px; }

.offset-by-7 {
  margin-left: 601.66667px; }

.offset-by-6 {
  margin-left: 520px; }

.offset-by-5 {
  margin-left: 438.33333px; }

.offset-by-4 {
  margin-left: 356.66667px; }

.offset-by-3 {
  margin-left: 275px; }

.offset-by-2 {
  margin-left: 193.33333px; }

.offset-by-1 {
  margin-left: 111.66667px; }

/*!Base 960 Grid*/
/*Desktop Large Grid*/
@media only screen and (min-width: 1140px) {
  .boxed {
    width: 1170px; }

  .boxed .fix_nav.fixed {
    width: 1170px; }

  .responsive .container {
    width: 1110px; }

  .container .cl_12 {
    width: 1110px; }

  .container .cl_12 {
    margin-left: 0; }

  .container .cl_11 {
    width: 1015px; }

  .container .cl_10 {
    width: 920px; }

  .container .cl_9 {
    width: 825px; }

  .container .cl_8 {
    width: 730px; }

  .container .cl_7 {
    width: 635px; }

  .container .cl_6 {
    width: 540px; }

  .container .cl_5 {
    width: 445px; }

  .container .cl_4 {
    width: 350px; }

  .container .cl_3 {
    width: 255px; }

  .container .cl_2 {
    width: 160px; }

  .container .cl_1 {
    width: 65px; }

  .offset-by-11 {
    margin-left: 1045px !important; }

  .offset-by-10 {
    margin-left: 950px !important; }

  .offset-by-9 {
    margin-left: 855px !important; }

  .offset-by-8 {
    margin-left: 760px !important; }

  .offset-by-7 {
    margin-left: 665px !important; }

  .offset-by-6 {
    margin-left: 570px !important; }

  .offset-by-5 {
    margin-left: 475px !important; }

  .offset-by-4 {
    margin-left: 380px !important; }

  .offset-by-3 {
    margin-left: 285px !important; }

  .offset-by-2 {
    margin-left: 190px !important; }

  .offset-by-1 {
    margin-left: 95px !important; } }
/*!Desktop Large Grid*/
/*Desktop Extra Large Grid*/
@media only screen and (min-width: 1600px) {
  .boxed {
    width: 1260px; }

  .boxed .fix_nav.fixed {
    width: 1260px; }

  .responsive .container {
    width: 1200px; }

  .container .cl_12 {
    width: 1200px; }

  .container .cl_12 {
    margin-left: 0; }

  .container .cl_11 {
    width: 1097.5px; }

  .container .cl_10 {
    width: 995px; }

  .container .cl_9 {
    width: 892.5px; }

  .container .cl_8 {
    width: 790px; }

  .container .cl_7 {
    width: 687.5px; }

  .container .cl_6 {
    width: 585px; }

  .container .cl_5 {
    width: 482.5px; }

  .container .cl_4 {
    width: 380px; }

  .container .cl_3 {
    width: 277.5px; }

  .container .cl_2 {
    width: 175px; }

  .container .cl_1 {
    width: 72.5px; }

  .offset-by-11 {
    margin-left: 1127.5px !important; }

  .offset-by-10 {
    margin-left: 1025px !important; }

  .offset-by-9 {
    margin-left: 922.5px !important; }

  .offset-by-8 {
    margin-left: 820px !important; }

  .offset-by-7 {
    margin-left: 717.5px !important; }

  .offset-by-6 {
    margin-left: 615px !important; }

  .offset-by-5 {
    margin-left: 512.5px !important; }

  .offset-by-4 {
    margin-left: 410px !important; }

  .offset-by-3 {
    margin-left: 307.5px !important; }

  .offset-by-2 {
    margin-left: 205px !important; }

  .offset-by-1 {
    margin-left: 102.5px !important; } }
/*!Desktop Extra Large Grid*/
/*Tablet Grid*/
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .responsive {
    overflow-x: hidden; }

  .boxed {
    width: 782px; }

  .boxed .fix_nav.fixed {
    width: 782px; }

  .responsive .container {
    width: 722px; }

  .container .cl_12 {
    width: 722px; }

  .container .cl_12 {
    margin-left: 0; }

  .container .cl_11 {
    width: 659.33333px; }

  .container .cl_10 {
    width: 596.66667px; }

  .container .cl_9 {
    width: 534px; }

  .container .cl_8 {
    width: 471.33333px; }

  .container .cl_7 {
    width: 408.66667px; }

  .container .cl_6 {
    width: 346px; }

  .container .cl_5 {
    width: 283.33333px; }

  .container .cl_4 {
    width: 220.66667px; }

  .container .cl_3 {
    width: 158px; }

  .container .cl_2 {
    width: 95.33333px; }

  .container .cl_1 {
    width: 32.66667px; }

  .offset-by-11 {
    margin-left: 689.33333px !important; }

  .offset-by-10 {
    margin-left: 626.66667px !important; }

  .offset-by-9 {
    margin-left: 564px !important; }

  .offset-by-8 {
    margin-left: 501.33333px !important; }

  .offset-by-7 {
    margin-left: 438.66667px !important; }

  .offset-by-6 {
    margin-left: 376px !important; }

  .offset-by-5 {
    margin-left: 313.33333px !important; }

  .offset-by-4 {
    margin-left: 250.66667px !important; }

  .offset-by-3 {
    margin-left: 188px !important; }

  .offset-by-2 {
    margin-left: 125.33333px !important; }

  .offset-by-1 {
    margin-left: 62.66667px !important; }

  .no-margin.di_1_of_4 {
    width: 50% !important; } }
/*!Tablet (Portrait) Grid*/
/*Mobile (Portrait) Grid*/
@media only screen and (max-width: 767px) {
  .responsive {
    overflow-x: hidden; }

  .boxed {
    width: 85%; }

  .responsive .container {
    width: 85%;
    margin: 0 auto; }

  .responsive .container .cl_1, .responsive .container .cl_2, .responsive .container .cl_3, .responsive .container .cl_4, .responsive .container .cl_5, .responsive .container .cl_6, .responsive .container .cl_7, .responsive .container .cl_8, .responsive .container .cl_9,
  .responsive .container .cl_10,
  .responsive .container .cl_11,
  .responsive .container .cl_12 {
    margin: 0;
    margin-bottom: 30px;
    width: 100% !important; }

  .responsive .isotope-item.no-margin {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 0px; }

  .responsive .offset-by-1, .responsive .offset-by-2, .responsive .offset-by-3, .responsive .offset-by-4, .responsive .offset-by-5, .responsive .offset-by-6, .responsive .offset-by-7, .responsive .offset-by-8, .responsive .offset-by-9, .responsive .offset-by-10, .responsive .offset-by-11 {
    margin-left: 0; }

  .responsive .offset_2_of_3, .responsive .offset_2_of_5, .responsive .offset_3_of_4, .responsive .offset_3_of_5, .responsive .offset_4_of_5, .responsive .offset_1_of_1, .responsive .offset_1_of_2, .responsive .offset_1_of_3, .responsive .offset_1_of_4, .responsive .offset_1_of_5, .responsive .offset_1_of_6, .responsive .offset_1_of_7, .responsive .offset_1_of_8, .responsive .offset_1_of_9, .responsive .offset_1_of_10, .responsive .offset_1_of_11, .responsive .offset_1_of_12 {
    margin-left: 0 !important; }

  .responsive [class*="di_"], .responsive .no-margin[class*="di_"] {
    margin: 0;
    margin-bottom: 30px;
    width: 100%; } }
/*!Mobile (Portrait) Grid*/
/*Columns for better content separation*/
div .di_1_of_12 {
  margin-left: 3%;
  position: relative;
  width: 5.58333%;
  float: left; }

div .di_1_of_11 {
  margin-left: 3%;
  position: relative;
  width: 6.36364%;
  float: left; }

div .di_1_of_10 {
  margin-left: 3%;
  position: relative;
  width: 7.3%;
  float: left; }

div .di_1_of_9 {
  margin-left: 3%;
  position: relative;
  width: 8.44444%;
  float: left; }

div .di_1_of_8 {
  margin-left: 3%;
  position: relative;
  width: 9.875%;
  float: left; }

div .di_1_of_7 {
  margin-left: 3%;
  position: relative;
  width: 11.71429%;
  float: left; }

div .di_1_of_6 {
  margin-left: 3%;
  position: relative;
  width: 14.16667%;
  float: left; }

div .di_1_of_5 {
  margin-left: 3%;
  position: relative;
  width: 17.6%;
  float: left; }

div .di_1_of_4 {
  margin-left: 3%;
  position: relative;
  width: 22.75%;
  float: left; }

div .di_1_of_3 {
  margin-left: 3%;
  position: relative;
  width: 31.33333%;
  float: left; }

div .di_1_of_2 {
  margin-left: 3%;
  position: relative;
  width: 48.5%;
  float: left; }

div .di_1_of_1 {
  margin-left: 3%;
  position: relative;
  width: 100%;
  float: left; }

div .di_1_of_1 {
  margin-left: 0;
  position: relative;
  width: 100%;
  float: left; }

div .di_2_of_3 {
  margin-left: 3%;
  position: relative;
  width: 65.66667%;
  float: left; }

div .di_2_of_5 {
  margin-left: 3%;
  position: relative;
  width: 38.2%;
  float: left; }

div .di_3_of_4 {
  margin-left: 3%;
  position: relative;
  width: 74.25%;
  float: left; }

div .di_3_of_5 {
  margin-left: 3%;
  position: relative;
  width: 58.8%;
  float: left; }

div .di_4_of_5 {
  margin-left: 3%;
  position: relative;
  width: 79.4%;
  float: left; }

div .di_5_of_9 {
  margin-left: 3%;
  position: relative;
  width: 54.22222%;
  float: left; }

div .di_4_of_9 {
  margin-left: 3%;
  position: relative;
  width: 42.77778%;
  float: left; }

/*offset*/
div .offset_1_of_12 {
  margin-left: 8.58333%; }

div .offset_1_of_11 {
  margin-left: 9.36364%; }

div .offset_1_of_10 {
  margin-left: 10.3%; }

div .offset_1_of_9 {
  margin-left: 11.44444%; }

div .offset_1_of_8 {
  margin-left: 12.875%; }

div .offset_1_of_7 {
  margin-left: 14.71429%; }

div .offset_1_of_6 {
  margin-left: 17.16667%; }

div .offset_1_of_5 {
  margin-left: 20.6%; }

div .offset_1_of_4 {
  margin-left: 25.75%; }

div .offset_1_of_3 {
  margin-left: 34.33333%; }

div .offset_1_of_2 {
  margin-left: 51.5%; }

div .offset_2_of_3 {
  margin-left: 68.66667%; }

div .offset_2_of_5 {
  margin-left: 41.2%; }

div .offset_3_of_4 {
  margin-left: 77.25%; }

div .offset_3_of_5 {
  margin-left: 61.8%; }

div .offset_4_of_5 {
  margin-left: 82.4%; }

/*!Columns for better content separation*/
/*No Margin*/
.no-margin.di_1_of_12 {
  width: 8.33333%; }

.no-margin.di_1_of_11 {
  width: 9.09091%; }

.no-margin.di_1_of_10 {
  width: 10%; }

.no-margin.di_1_of_9 {
  width: 11.11111%; }

.no-margin.di_1_of_8 {
  width: 12.5%; }

.no-margin.di_1_of_7 {
  width: 14.28571%; }

.no-margin.di_1_of_6 {
  width: 16.66667%; }

.no-margin.di_1_of_5 {
  width: 20%; }

.no-margin.di_1_of_4 {
  width: 25%; }

.no-margin.di_1_of_3 {
  width: 33.33333%; }

.no-margin.di_1_of_2 {
  width: 50%; }

.no-margin.di_1_of_1 {
  width: 100%; }

.no-margin.di_2_of_3 {
  width: 66.66667%; }

.no-margin.di_2_of_5 {
  width: 40%; }

.no-margin.di_3_of_4 {
  width: 75%; }

.no-margin.di_3_of_5 {
  width: 60%; }

.no-margin.di_4_of_5 {
  width: 80%; }

/*!No Margin*/
/*Columns Loop*/
.rows .di_1_of_5:nth-child(5n + 1), .rows .di_1_of_5:first-child {
  margin-left: 0;
  clear: left; }
.rows .di_1_of_4:nth-child(4n + 1), .rows .di_1_of_4:first-child {
  margin-left: 0;
  clear: left; }
.rows .di_1_of_3:nth-child(3n + 1), .rows .di_1_of_3:first-child {
  margin-left: 0;
  clear: left; }
.rows .di_1_of_2:nth-child(2n + 1), .rows .di_1_of_2:first-child {
  margin-left: 0;
  clear: left; }
.rows .di_1_of_1:nth-child(2n), .rows .di_1_of_1:first-child {
  margin-left: 0;
  clear: left; }

/*!Columns Loop*/
/*PORTFOLIO*/
.column_4 .boxed-protfolio [class*="di_"] {
  margin: 0;
  padding: 0 1.1% 2.2% 1.1%; }
  .column_4 .boxed-protfolio [class*="di_"].no-margin {
    margin: 0 !important; }
.column_4 .boxed-protfolio .di_1_of_2 {
  position: relative;
  width: 47.75%;
  float: left; }
  .column_4 .boxed-protfolio .di_1_of_2.no-margin {
    margin: 0 !important;
    padding: 0 !important;
    width: 49.99%; }

.column_3 .boxed-protfolio [class*="di_"] {
  margin: 0;
  padding: 0 0.9% 1.8% 0.9%; }
  .column_3 .boxed-protfolio [class*="di_"].no-margin {
    margin: 0 !important; }
.column_3 .boxed-protfolio .di_2_of_3 {
  position: relative;
  width: 64.46667%;
  float: left; }
  .column_3 .boxed-protfolio .di_2_of_3.no-margin {
    margin: 0 !important;
    padding: 0 !important;
    width: 66.75%; }

.column_2 .boxed-protfolio [class*="di_"] {
  width: 47.5%;
  margin: 0 !important;
  padding: 0 1.2% 2% 1.2% !important; }
  .column_2 .boxed-protfolio [class*="di_"].no-margin {
    margin: 0 !important; }

/*!PORTFOLIO*/
/*VERTICAL*/
.vertical-menu .column_3 .boxed-protfolio [class*="di_"] {
  width: 28%; }
.vertical-menu .container {
  width: 85%; }

/*VERTICAL*/
/*--------------------
        Form
---------------------*/
::-webkit-input-placeholder {
  color: #6a6359; }

::-moz-placeholder {
  color: #6a6359; }

.form {
  position: relative;
  max-width: 100%; }

.form {
  font-size: 1em; }

/*.form :first-child {
  margin-top: 0em;
}

.form :last-child {
  margin-bottom: 0em;
}*/
/*--------------------
        Content
---------------------*/
.form > p {
  margin: 1em 0; }

/*--------------------
        Field
---------------------*/
.form .field {
  clear: both;
  margin: 0em 0em 30px;
  overflow: hidden; }
  .form .field.last {
    margin-bottom: 0; }

/*--------------------
        Labels
---------------------*/
.field > label {
  margin: 0 0 10px;
  display: block;
  color: #6a6359;
  font-family: "Lato", Helvetica, Arial, sans-serif "Open Sans", Helvetica, Georgia, Times, serif;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem; }
  .field > label.error {
    color: #C10000;
    font-size: 12px;
    line-height: 11px;
    font-size: 0.75rem;
    line-height: 0.6875rem;
    margin-top: 5px;
    padding: 0; }
  .field > label.required:after {
    content: '*';
    color: #ff5733;
    margin-left: 5px; }

.search-form {
  position: relative; }
  .search-form:before {
    content: '\f002';
    font-size: 22px;
    font-family: "FontAwesome";
    position: absolute;
    right: 15px;
    top: 15px;
    color: #6a6359; }

/*--------------------
    Standard Inputs
---------------------*/
textarea, select, input[type="text"], input[type="email"], input[type="date"], input[type="password"], input[type="number"], input[type="url"], input[type="tel"], .input {
  width: 100%; }

select {
  background: transparent url("../images/br_down.png") no-repeat 94%; }

textarea, select, input[type="text"], input[type="email"], input[type="date"], input[type="password"], input[type="number"], input[type="url"], input[type="tel"] {
  margin: 0em;
  padding: 16px;
  background-color: transparent;
  border: 1px solid #d0cdbc;
  outline: none;
  color: #727272;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
  -webkit-box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.3) inset;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  textarea.darck, select.darck, input[type="text"].darck, input[type="email"].darck, input[type="date"].darck, input[type="password"].darck, input[type="number"].darck, input[type="url"].darck, input[type="tel"].darck {
    background-color: rgba(0, 0, 0, 0.6); }
  textarea.light, select.light, input[type="text"].light, input[type="email"].light, input[type="date"].light, input[type="password"].light, input[type="number"].light, input[type="url"].light, input[type="tel"].light {
    background-color: rgba(0, 0, 0, 0.6); }

/*************/
/*  Theme    */
/*************/
.form.darck textarea, .form.darck input[type="text"], .form.darck input[type="email"], .form.darck input[type="date"], .form.darck input[type="password"], .form.darck input[type="number"], .form.darck input[type="url"], .form.darck input[type="tel"] {
  background-color: rgba(0, 0, 0, 0.6); }

.form.transparent textarea, .form.transparent input[type="text"], .form.transparent input[type="email"], .form.transparent input[type="date"], .form.transparent input[type="password"], .form.transparent input[type="number"], .form.transparent input[type="url"], .form.transparent input[type="tel"] {
  background-color: transparent; }

.form.light textarea, .form.light input[type="text"], .form.light input[type="email"], .form.light input[type="date"], .form.light input[type="password"], .form.light input[type="number"], .form.light input[type="url"], .form.light input[type="tel"] {
  background-color: white; }

.textarea, .form textarea {
  line-height: 1.33;
  min-height: 8em;
  height: 12em;
  max-height: 24em;
  resize: vertical; }

textarea, input[type="checkbox"], input[type="radio"] {
  vertical-align: top; }

input[type="checkbox"], input[type="radio"] {
  -webkit-appearance: none;
  outline: none; }

input.checkbox, input[type="checkbox"], input.radio, input[type="radio"] {
  width: 15px;
  height: 15px;
  border: 1px solid #d0cdbc;
  margin-right: 10px;
  font-family: "Lato", Helvetica, Arial, sans-serif "Open Sans", Helvetica, Georgia, Times, serif;
  vertical-align: middle; }

input.radio, input[type="radio"] {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

input.checkbox:checked:before, input[type="checkbox"]:checked:before, input.radio:checked:before, input[type="radio"]:checked:before {
  display: block;
  content: "\f00c";
  position: relative;
  font-family: "FontAwesome";
  top: 50%;
  left: 50%;
  font-size: 10px;
  margin-left: -5px;
  margin-top: -5px; }

input.radio:checked:before, input[type="radio"]:checked:before {
  content: "\f111";
  top: 50%;
  left: 50%;
  font-size: 8px;
  margin-left: -3px;
  margin-top: -5px; }

/*--------------------
   Messages
---------------------*/
.form .info.message, .form .warning.message, .form .error.message {
  display: none; }

/* Assumptions */
.form .message:first-child {
  margin-top: 0px; }

/* On Form */
.form.warning .warning.message {
  display: block; }

.form.error .error.message {
  display: block; }

/*******************************
            States
*******************************/
/*--------------------
        Focus
---------------------*/
.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="date"]:focus, .form input[type="password"]:focus, .form input[type="number"]:focus, .form input[type="url"]:focus, .form input[type="tel"]:focus, .form textarea:focus {
  border-color: #ff5733 !important;
  -webkit-appearance: none;
  -moz-box-shadow: 0.3em 0em 0em 0em #ff5733 inset;
  -webkit-box-shadow: 0.3em 0em 0em 0em #ff5733 inset;
  box-shadow: 0.3em 0em 0em 0em #ff5733 inset; }

/*--------------------
        ERROR
---------------------*/
.form .field.error textarea, .form .field.error input[type="text"], .form .field.error input[type="email"], .form .field.error input[type="date"], .form .field.error input[type="password"], .form .field.error input[type="number"], .form .field.error input[type="url"], .form .field.error input[type="tel"] {
  background-color: #FFFAFA;
  border-color: #E7BEBE;
  border-left: none;
  color: #D95C5C;
  padding-left: 1.2em;
  -moz-box-shadow: 0.3em 0em 0em 0em #D95C5C inset;
  -webkit-box-shadow: 0.3em 0em 0em 0em #D95C5C inset;
  box-shadow: 0.3em 0em 0em 0em #D95C5C inset; }

/*--------------------
    Focus ERROR
---------------------*/
.form .field.error textarea:focus, .form .field.error input[type="text"]:focus, .form .field.error input[type="email"]:focus, .form .field.error input[type="date"]:focus, .form .field.error input[type="password"]:focus, .form .field.error input[type="number"]:focus, .form .field.error input[type="url"]:focus, .form .field.error input[type="tel"]:focus {
  border-color: #ff5050;
  color: #ff5050;
  -webkit-appearance: none;
  -moz-box-shadow: 0.3em 0em 0em 0em #FF5050 inset;
  -webkit-box-shadow: 0.3em 0em 0em 0em #FF5050 inset;
  box-shadow: 0.3em 0em 0em 0em #FF5050 inset; }

/*--------------------
       Success
---------------------*/
.form .field.success textarea, .form .field.success input[type="text"], .form .field.success input[type="email"], .form .field.success input[type="date"], .form .field.success input[type="password"], .form .field.success input[type="number"], .form .field.success input[type="url"], .form .field.success input[type="tel"] {
  background-color: #FAFFFA;
  border-color: #7cb342;
  border-left: none;
  color: #7cb342;
  padding-left: 1.2em;
  -moz-box-shadow: 0.3em 0em 0em 0em #7cb342 inset;
  -webkit-box-shadow: 0.3em 0em 0em 0em #7cb342 inset;
  box-shadow: 0.3em 0em 0em 0em #7cb342 inset;
  opacity: 0.9; }

/*--------------------
    Focus Success
---------------------*/
.form .field.success textarea:focus, .form .field.success input[type="text"]:focus, .form .field.success input[type="email"]:focus, .form .field.success input[type="date"]:focus, .form .field.success input[type="password"]:focus, .form .field.success input[type="number"]:focus, .form .field.success input[type="url"]:focus, .form .field.success input[type="tel"]:focus {
  opacity: 1; }

/*--------------------
  Empty (Placeholder)
---------------------*/
/* browsers require these rules separate */
.form::-webkit-input-placeholder {
  color: #AAAAAA; }

.form::-moz-placeholder {
  color: #AAAAAA; }

.form:focus::-webkit-input-placeholder {
  color: #999999; }

.form:focus::-moz-placeholder {
  color: #999999; }

/* Error Placeholder */
.form .error::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.4); }

.form .error::-moz-placeholder {
  color: rgba(255, 80, 80, 0.4); }

.form .error:focus::-webkit-input-placeholder {
  color: rgba(255, 80, 80, 0.7); }

.form .error:focus::-moz-placeholder {
  color: rgba(255, 80, 80, 0.7); }

/*--------------------
       Disabled
---------------------*/
.form .field:disabled, .form .field.disabled {
  opacity: 0.5; }

.form .field.disabled label {
  opacity: 0.5; }

.form .field.disabled:disabled {
  opacity: 1; }

/*--------------------
     Loading State
---------------------*/
.form.loading-form {
  position: relative; }

.form.loading-form:after {
  content: '';
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 101%;
  background: rgba(255, 255, 255, 0.5);
  visibility: visible;
  z-index: 40; }

.form.loading-form:before {
  content: "\f110";
  -webkit-animation-delay: 2s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 2s;
  -moz-animation-duration: 2s;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 2s;
  -o-animation-duration: 2s;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 2s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  font-family: "FontAwesome";
  font-size: 35px;
  line-height: 35px;
  font-size: 2.1875rem;
  line-height: 2.1875rem;
  z-index: 55;
  position: absolute;
  top: 40%;
  left: 47%;
  color: #ff5733;
  -webkit-animation: fa-spin 2s infinite;
  animation: fa-spin 2s infinite; }

/*******************************
           Variations
*******************************/
/*--------------------------
  Input w/ attached Button
---------------------------*/
.form input.attached {
  width: auto; }

/*--------------------
      Date Input
---------------------*/
.form .date.field > label {
  position: relative; }

.form .date.field > label:after {
  position: absolute;
  top: 2em;
  right: 0.5em;
  font-family: 'Icons';
  content: '\f133';
  font-size: 1.2em;
  font-weight: normal;
  color: #CCCCCC; }

/*--------------------
        Sizes
---------------------*/
.form-massive.form {
  font-size: 22px;
  line-height: 24px;
  font-size: 1.375rem;
  line-height: 1.5rem; }

.form-huge.form {
  font-size: 20px;
  line-height: 22px;
  font-size: 1.25rem;
  line-height: 1.375rem; }

.form-big.form {
  font-size: 18px;
  line-height: 20px;
  font-size: 1.125rem;
  line-height: 1.25rem; }

.form-large.form {
  font-size: 16px;
  line-height: 18px;
  font-size: 1rem;
  line-height: 1.125rem; }

.form-small.form {
  font-size: 14px;
  line-height: 16px;
  font-size: 0.875rem;
  line-height: 1rem; }

.form-mini.form {
  font-size: 12px;
  line-height: 14px;
  font-size: 0.75rem;
  line-height: 0.875rem; }

/***********************************************************************************************/
/* GENERAL */
/*************************************************************************************************/
html.responsive, .responsive body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-kerning: normal;
  -moz-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga", "kern";
  font-feature-settings: "liga", "kern"; }

body {
  direction: ltr;
  text-align: left;
  color: #828077;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  background-repeat: repeat;
  background-attachment: fixed;
  font-weight: 400;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
  background-position: 0% 0%;
  font-size: 14px;
  line-height: 16px;
  font-size: 0.875rem;
  line-height: 1rem; }

.boxed {
  background-color: #FFFFFF;
  /* backgroud images for body */ }
  .boxed.crossed {
    background: url(../images/bg/crossed_stripes.jpg) repeat fixed; }
  .boxed.fabric {
    background: url(../images/bg/classy_fabric.jpg) repeat fixed; }
  .boxed.linen {
    background: url(../images/bg/low_contrast_linen.jpg) repeat fixed; }
  .boxed.wood {
    background: url(../images/bg/retina_wood.jpg) repeat fixed; }
  .boxed.diagmonds {
    background: url(../images/bg/diagmonds.jpg) repeat fixed; }
  .boxed.triangles {
    background: url(../images/bg/triangles.jpg) repeat fixed; }
  .boxed.black_mamba {
    background: url(../images/bg/black_mamba.jpg) repeat fixed; }
  .boxed.vichy {
    background: url(../images/bg/vichy.jpg) repeat fixed; }
  .boxed.back_pattern {
    background: url(../images/bg/back_pattern.jpg) repeat fixed; }
  .boxed.checkered_pattern {
    background: url(../images/bg/checkered_pattern.jpg) repeat fixed; }
  .boxed.graphy {
    background: url(../images/bg/graphy.jpg) repeat fixed; }
  .boxed.black_thread {
    background: url(../images/bg/black_thread.jpg) repeat fixed; }
  .boxed.subtlenet2 {
    background: url(../images/bg/subtlenet2.jpg) repeat fixed; }

.dima-content {
  padding: 1em;
  padding-top: 30px; }

.all_content {
  background: #FFFFFF; }

.boxed {
  background-color: #faf9f5;
  margin-top: 20px;
  margin-bottom: 20px; }
  .boxed .all_content {
    -webkit-box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
    -moz-box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135);
    box-shadow: 0 0.15em 0.35em 0 rgba(0, 0, 0, 0.135); }
  .boxed .dima-content {
    padding: 1.5em;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none; }

/***********************************************************************************************/
/* HEADER */
/***********************************************************************************************/
header {
  width: 100%; }

.dima-main {
  position: relative;
  float: none;
  display: block;
  width: auto; }
  .dima-main .dima-page-wrapper {
    margin-top: 20px;
    padding-bottom: 20px; }

article.revolution {
  position: relative; }

/* Container Title*/
.title_container {
  background: #6a6359; }
  .title_container .topaz-line {
    margin-bottom: 0px; }
  .title_container .dima-section-cover {
    opacity: 0.8; }
  .title_container.start-style .page-section-content {
    padding: 70px 0; }
  .title_container.start-style h2 {
    margin-bottom: 0px;
    color: #FFFFFF; }
  .title_container.start-style .dima-breadcrumbs {
    z-index: 10;
    line-height: 15px;
    font-size: 14px;
    line-height: 14px;
    font-size: 0.875rem;
    line-height: 0.875rem;
    position: absolute;
    color: #FFFFFF;
    right: 0;
    top: 50%;
    margin-top: -7px; }
    .title_container.start-style .dima-breadcrumbs a {
      color: #FFFFFF; }
      .title_container.start-style .dima-breadcrumbs a:hover {
        text-decoration: underline; }

.sep {
  padding: 0 5px; }

.fixed_header {
  position: fixed;
  z-index: 100; }

/***********************************************************************************************/
/* Page Section */
/***********************************************************************************************/
.section {
  position: relative;
  overflow: hidden;
  z-index: 10; }

.background-image-hide {
  position: absolute;
  top: -30px;
  height: 150%;
  width: 100%;
  background-size: cover !important;
  z-index: 0;
  background-position: 50% 50%; }

.background-image-holder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  z-index: -1;
  background-position: 50% 50%; }

.page-section-content {
  padding: 6.25em 0;
  position: relative;
  overflow: hidden;
  background-attachment: fixed; }
  .page-section-content .page-section-app {
    z-index: 5; }
    .page-section-content .page-section-app p {
      color: #fff;
      font-size: 18px;
      line-height: 28px;
      font-size: 1.125rem;
      line-height: 1.75rem;
      font-weight: 300; }

.page-section {
  z-index: 5;
  position: relative; }
  .page-section .topaz-line:before, .page-section .topaz-line:after {
    border-bottom: 1px solid #fff; }

.app {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 300; }

.headline-wrapper {
  padding: 4em 0px;
  background-color: #f39c12; }

/***********************************************************************************************/
/* sidebar*/
/***********************************************************************************************/
.sidebar .widget {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #d0cdbc;
  padding: 30px;
  margin-bottom: 30px; }
  .sidebar .widget .widget-title {
    margin-bottom: 30px; }
  .sidebar .widget.dima-author-box {
    padding: 40px;
    background: #6a6359; }
    .sidebar .widget.dima-author-box .dima-about-image, .sidebar .widget.dima-author-box .dima-author-info {
      position: relative;
      z-index: 5; }
    .sidebar .widget.dima-author-box .dima-about-image {
      padding: 2px;
      text-align: center;
      margin-bottom: 30px;
      float: none;
      margin-right: 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .sidebar .widget.dima-author-box .dima-about-image img {
        -moz-box-shadow: 0 0px 0 1px #FFFFFF;
        -webkit-box-shadow: 0 0px 0 1px #FFFFFF;
        box-shadow: 0 0px 0 1px #FFFFFF; }
    .sidebar .widget.dima-author-box p,
    .sidebar .widget.dima-author-box .dima-author-name,
    .sidebar .widget.dima-author-box a {
      color: #FFFFFF; }
  .sidebar .widget.dima-tabs {
    background: transparent;
    border: none;
    padding: 0px; }
    .sidebar .widget.dima-tabs .dima-tab-content .dima-tab_content {
      padding: 30px 30px; }
  .sidebar .widget .dima-testimonial.quote-style blockquote p {
    color: #828077;
    font-size: 18px;
    line-height: 30px;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 400; }
.sidebar .flkr-cont li a img, .sidebar .dima-instagram li a img {
  width: 100%;
  height: auto; }

.widget-content p {
  margin-bottom: 25px; }
.widget-content .field {
  margin-bottom: 20px; }
.widget-content ul.featured-posts li span {
  display: block;
  float: none;
  margin-top: 10px;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem; }
.widget-content ul.featured-posts li:hover h6 {
  color: #ff5733; }
.widget-content ul.archif-posts li a, .widget-content ul.categories-posts li a {
  color: #828077; }
.widget-content ul.archif-posts li span, .widget-content ul.categories-posts li span {
  float: right; }
.widget-content ul.archif-posts li:hover > span, .widget-content ul.archif-posts li:hover > a, .widget-content ul.categories-posts li:hover > span, .widget-content ul.categories-posts li:hover > a {
  color: #ff5733; }
.widget-content ul.archif-posts li:last-child, .widget-content ul.categories-posts li:last-child {
  margin-bottom: 0px; }
.widget-content .dima-ads li {
  display: inline-table;
  float: left;
  width: 47.7%;
  margin-right: 3.7%;
  margin-bottom: 3.7%; }
  .widget-content .dima-ads li img {
    width: 100%; }
  .widget-content .dima-ads li:nth-child(2n+2) {
    margin-right: 0%; }

.flkr-cont, .dima-instagram {
  position: relative;
  overflow: hidden; }
  .flkr-cont li, .dima-instagram li {
    float: left;
    width: 30.1%;
    margin-right: 3.3%;
    margin-bottom: 3.3%; }
    .flkr-cont li:nth-child(3n+3), .dima-instagram li:nth-child(3n+3) {
      margin-right: 0%; }

/***********************************************************************************************/
/* FOOTER */
/***********************************************************************************************/
.top-footer {
  position: relative;
  background: #292926;
  padding: 30px 0;
  padding-bottom: 20px; }
  .top-footer h3 {
    color: #e6e6e6; }
  .top-footer p {
    color: #FFFFFF;
    margin-bottom: 0px; }
  .top-footer h6 {
    color: #FFFFFF; }
  .top-footer a {
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .top-footer a:hover {
      color: #ff5733; }
  .top-footer .widget .widget-titel {
    padding-bottom: 30px;
    margin-bottom: 0;
    color: #FFFFFF; }
    .top-footer .widget .widget-titel.with-border {
      border-bottom: 1px solid #6a6359;
      margin-bottom: 20px; }
  .top-footer .widget .widget-content {
    padding: 0 0 20px 0; }
    .top-footer .widget .widget-content hr {
      margin: 0;
      padding: 0px;
      margin-bottom: 20px;
      border-color: #FFFFFF; }
  .top-footer .widget textarea, .top-footer .widget select, .top-footer .widget input[type="text"], .top-footer .widget input[type="email"], .top-footer .widget input[type="date"], .top-footer .widget input[type="password"], .top-footer .widget input[type="number"], .top-footer .widget input[type="url"], .top-footer .widget input[type="tel"] {
    border: 1px solid #6a6359; }
  .top-footer .with-border li {
    border-top: 1px solid #6a6359; }
  .top-footer .tweet-footer ul li {
    display: block;
    padding: 20px 0;
    border-top: 1px solid #6a6359; }
    .top-footer .tweet-footer ul li p {
      margin-bottom: 0px; }
      .top-footer .tweet-footer ul li p.tweet span, .top-footer .tweet-footer ul li p.tweet a {
        color: #ff5733; }
    .top-footer .tweet-footer ul li .timePosted {
      color: #828077; }
  .top-footer.landing-footer {
    padding: 6.25em 0; }
    .top-footer.landing-footer .dima-social-footer {
      margin: 0 auto;
	  text-align:center;
      display: inline-block; }

footer {
  position: relative; }
  footer a {
    color: #FFFFFF;
    padding: 5px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    footer a:hover {
      color: #ff5733; }
  footer.dima-footer {
    background-color: #1c1c1a;
    color: #FFFFFF;
    padding: 35px 0; }
    footer.dima-footer.e-footre .copyright {
      margin-top: 7px; }
    footer.dima-footer .dima-menu {
      margin-top: 5px; }
    footer.dima-footer .copyright {
      float: left; }
      footer.dima-footer .copyright p {
        color: #FFFFFF;
        margin-bottom: 0px; }
    footer.dima-footer .dima-social-footer {
      font-size: 18px;
      line-height: 18px;
      font-size: 1.125rem;
      line-height: 1.125rem;
      float: right; }

@media only screen and (max-width: 767px) {
  footer .copyright, footer .dima-social-footer {
    float: none;
    text-align: center; } }
/***********************************************************************************************/
/* UI ELEMENT STYLES */
/***********************************************************************************************/
.dima-navbar-wrap {
  height: auto;
  position: relative; }
  .dima-navbar-wrap .dima-navbar {
    overflow: visible;
    -moz-box-shadow: 0px 0.866px 1px 0px #a6a498;
    -webkit-box-shadow: 0px 0.866px 1px 0px #a6a498;
    box-shadow: 0px 0.866px 1px 0px #a6a498;
    background-color: #ffffff;
    z-index: 1030;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: inherit;
    transform: translate3d(0, 0, 0);
    height: inherit; }
    .dima-navbar-wrap .dima-navbar .logo {
      float: left;
      position: absolute;
      left: 0;
      height: 110px;
      z-index: 1;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .dima-navbar-wrap .dima-navbar .logo h1 {
        margin-bottom: 0;
        height: 100%;
        font-size: 0px;
        line-height: 0px;
        font-size: 0rem;
        line-height: 0rem; }
        .dima-navbar-wrap .dima-navbar .logo h1 img {
          display: inline-block;
          vertical-align: middle;
          max-width: 225px;
          width: auto;
          max-height: 150px;
          height: auto\9;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
          .dima-navbar-wrap .dima-navbar .logo h1 img.two {
            display: none; }
          .dima-navbar-wrap .dima-navbar .logo h1 img.one {
            display: inline-block; }
    .dima-navbar-wrap .dima-navbar nav .dima-nav, .dima-navbar-wrap .dima-navbar nav .dima-nav-end {
      position: static;
      display: block;
      float: right;
      margin: 0;
      z-index: 1030; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav > li, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li {
        float: left;
        position: relative; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav > li > a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > a {
          color: #6a6359;
          font-weight: 400;
          font-style: normal;
          font-size: 14px;
          line-height: 16px;
          font-size: 0.875rem;
          line-height: 1rem;
          text-transform: uppercase;
          height: 110px;
          padding: 48px 15px 0px 15px;
          float: right;
          letter-spacing: 0px;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav > li > a:hover, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > a:hover {
            text-decoration: none;
            background-color: transparent;
            color: #ff5733; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav > li.sfHover > a, .dima-navbar-wrap .dima-navbar nav .dima-nav > li.current > a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li.sfHover > a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li.current > a {
          color: #ff5733; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu, .dima-navbar-wrap .dima-navbar nav .dima-nav > li .menu-full-width, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > .sub-menu, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li .menu-full-width {
          left: -15px;
          right: auto;
          top: 110px; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu a, .dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu li, .dima-navbar-wrap .dima-navbar nav .dima-nav > li .menu-full-width a, .dima-navbar-wrap .dima-navbar nav .dima-nav > li .menu-full-width li, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > .sub-menu a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > .sub-menu li, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li .menu-full-width a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li .menu-full-width li {
            text-align: left; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu .sub-menu, .dima-navbar-wrap .dima-navbar nav .dima-nav > li .menu-full-width .sub-menu, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > .sub-menu .sub-menu, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li .menu-full-width .sub-menu {
            left: auto;
            right: 100%;
            top: -20px;
            -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px #ff5733;
            -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px #ff5733;
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px #ff5733; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu h6 a, .dima-navbar-wrap .dima-navbar nav .dima-nav > li .menu-full-width h6 a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > .sub-menu h6 a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li .menu-full-width h6 a {
            font-size: 14px;
            line-height: 14px;
            font-size: 0.875rem;
            line-height: 0.875rem; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav > li:after, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li:after {
          content: "\0020";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav > li:last-child > a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li:last-child > a {
          padding-right: 0; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav > li.sub-icon > a:after, .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li.sub-icon > a:after {
          right: 0px;
          opacity: 0;
          filter: alpha(opacity=0); }
      .dima-navbar-wrap .dima-navbar nav .dima-nav .sub-icon > a:after, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .sub-icon > a:after {
        content: "\f107";
        position: absolute;
        right: 40px;
        margin-left: 0.35em;
        font-family: "FontAwesome";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 0;
        speak: none;
        -webkit-font-smoothing: antialiased;
        display: inline-block; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav .sub-menu, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .sub-menu {
        position: absolute;
        right: 0;
        display: none;
        float: left;
        min-width: 260px;
        margin: 0;
        padding: 20px 0;
        list-style: none;
        background-color: #ffffff;
        z-index: 1000;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 0 2px 0px #ff5733;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 0 2px 0px #ff5733;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 0 2px 0px #ff5733; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav .sub-menu li, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .sub-menu li {
          position: relative; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav .sub-menu a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .sub-menu a {
          display: block;
          clear: both;
          padding: 5px 30px;
          line-height: 1.7;
          font-size: 14px;
          white-space: nowrap;
          color: #6a6359;
          -webkit-transition: none;
          transition: none;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav .sub-menu a:hover, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .sub-menu a:hover {
            text-decoration: none;
            color: #ff5733; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav .menu-full-width, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .menu-full-width {
        position: static; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav .menu-full-width .sub-menu, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .menu-full-width .sub-menu {
          left: 0px;
          padding: 15px 30px; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav .menu-full-width .sub-menu a, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .menu-full-width .sub-menu a {
            padding: 5px 0px; }
            .dima-navbar-wrap .dima-navbar nav .dima-nav .menu-full-width .sub-menu a i, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .menu-full-width .sub-menu a i {
              padding-right: 25px;
              width: 20px; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav .menu-full-width .menu-section, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .menu-full-width .menu-section {
          padding: 15px 0; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav .menu-full-width .menu-section h6, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .menu-full-width .menu-section h6 {
            color: #6a6359;
            font-weight: 700;
            text-align: left; }
    .dima-navbar-wrap .dima-navbar nav .dima-nav-end .shopping-btn a i, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .search-btn a i {
      font-size: 20px;
      line-height: 14px;
      font-size: 1.25rem;
      line-height: 0.875rem;
      -webkit-font-smoothing: antialiased; }
    .dima-navbar-wrap .dima-navbar nav .dima-nav-end .shopping-btn a:hover, .dima-navbar-wrap .dima-navbar nav .dima-nav-end .search-btn a:hover {
      text-decoration: none;
      background-color: transparent;
      color: #ff5733 !important;
      box-shadow: none !important;
      border-bottom: none !important; }
    .dima-navbar-wrap .dima-navbar nav .dima-nav-end .search-btn {
      margin-left: 15px; }
    .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu {
      min-width: 360px;
      padding: 30px;
      left: -150px;
      box-sizing: border-box; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu li a {
        padding: 0px;
        text-transform: uppercase; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu li:last-child {
        padding-bottom: 0px; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu li .attachment-shop_thumbnail {
        width: 65px;
        margin-right: 20px; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu li .dima-close {
        top: -20px;
        position: absolute;
        right: 0px;
        color: #e1dfd4; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu .price ins {
        font-weight: 400;
        font-size: 14px;
        line-height: 14px;
        font-size: 0.875rem;
        line-height: 0.875rem; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .sub-menu p {
        font-weight: 700; }
    .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .total .amount {
      font-weight: 600;
      margin-left: 25px; }
    .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .start-border {
      padding-left: 45px; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .start-border:before {
        content: '';
        border-left: 1px solid #d0cdbc;
        position: absolute;
        height: 78px;
        overflow: auto;
        top: 16px;
        display: block;
        left: 0px;
        margin-left: 15px;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
      .dima-navbar-wrap .dima-navbar nav .dima-nav-end .cart_wrapper .start-border .badge-number {
        left: 60px; }
    .dima-navbar-wrap .dima-navbar nav .badge-number {
      position: absolute;
      width: 18px;
      height: 18px;
      font-size: 13px;
      line-height: 18px;
      font-size: 0.8125rem;
      line-height: 1.125rem;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      color: #FFF;
      display: block;
      text-align: center;
      background: #ff5733;
      top: 33px;
      left: 33px; }
    .dima-navbar-wrap .dima-navbar nav .donate {
      padding: 35px 0 0 30px;
      float: right;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .dima-navbar-wrap .dima-navbar nav .donate .button {
        margin-bottom: 0; }

/************************************************************
                   for re-show menu items 
*************************************************************/
@media only screen and (min-width: 990px) {
  .dima-navbar-wrap {
    /************************************************************
                          AFTER FIX NAVBAR
    *************************************************************/ }
    .dima-navbar-wrap .dima-navbar nav .dima-nav {
      display: block !important; }
    .dima-navbar-wrap .dima-btn-nav {
      display: none; }
    .dima-navbar-wrap .fix_nav.fixed {
      top: 0;
      left: 0;
      right: 0;
      position: fixed !important;
      z-index: 1030;
      overflow: visible;
      margin: 0 auto; }
      .dima-navbar-wrap .fix_nav.fixed .two {
        display: inline-block !important; }
      .dima-navbar-wrap .fix_nav.fixed .one {
        display: none !important; }
    .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav > li > .sub-menu.nav-menu, .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li > .sub-menu.nav-menu {
      top: 100px;
      padding: 20px 0; }
      .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav > li > .sub-menu.nav-menu li a, .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li > .sub-menu.nav-menu li a {
        padding: 5px 30px; }
      .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav > li > .sub-menu.nav-menu .sub-menu, .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li > .sub-menu.nav-menu .sub-menu {
        top: -20px; }
    .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav > li > .sub-menu, .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li > .sub-menu {
      top: 100px; }
    .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav > li:last-child a, .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li:last-child a {
      padding-right: 0; }
    .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav > li.menu-full-width .sub-menu, .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li.menu-full-width .sub-menu {
      padding: 15px 30px; }
      .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav > li.menu-full-width .sub-menu li a, .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li.menu-full-width .sub-menu li a {
        padding: 5px 0px; }
    .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav > li > a {
      height: 100px;
      padding: 43px 15px 0px 15px; }
    .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li > a {
      height: 100px;
      padding: 43px 15px 0px 15px; }
      .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li > a.start-border {
        padding-left: 45px;
        padding-right: 0px; }
        .dima-navbar-wrap .dima-navbar.fix_nav.fixed .dima-nav-end > li > a.start-border:before {
          height: 68px; }
    .dima-navbar-wrap .dima-navbar.fix_nav.fixed .logo {
      height: 100px; }
    .dima-navbar-wrap .dima-navbar.fix_nav.fixed .donate {
      padding: 30px 0 0 30px; } }
.mobile-nav {
  display: none; }

/************************************************************
                      Tablet (Portrait)
*************************************************************/
@media only screen and (max-width: 989px) {
  .dima-btn-nav {
    display: block !important; }

  .dima-topbar ul:first-child {
    display: none; }
  .dima-topbar ul:last-child {
    float: none;
    text-align: center; }

  .mobile-nav {
    display: block; }

  .desk-nav {
    display: none; }

  .dima-navbar-wrap {
    height: auto; }
    .dima-navbar-wrap .dima-navbar {
      height: auto; }
      .dima-navbar-wrap .dima-navbar .logo {
        float: left;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1; }
        .dima-navbar-wrap .dima-navbar .logo img {
          padding: 32px 0;
          display: block;
          max-width: 225px;
          width: auto;
          max-height: 130px;
          -webkit-transition: all 0.2s ease-in;
          -moz-transition: all 0.2s ease-in;
          -o-transition: all 0.2s ease-in;
          transition: all 0.2s ease-in; }
        .dima-navbar-wrap .dima-navbar .logo h1 {
          height: 90px; }
      .dima-navbar-wrap .dima-navbar.dima-navbar-top .dima-nav > li {
        display: block !important;
        margin-bottom: 0 !important; }
      .dima-navbar-wrap .dima-navbar.dima-navbar-top .logo {
        position: relative !important; }
        .dima-navbar-wrap .dima-navbar.dima-navbar-top .logo img {
          padding: 0;
          max-height: 120px; }
      .dima-navbar-wrap .dima-navbar.dima-navbar-center [class*="cl_"] {
        float: none !important; }
      .dima-navbar-wrap .dima-navbar.dima-navbar-center .dima-nav > li {
        display: block !important;
        margin-bottom: 0 !important; }
      .dima-navbar-wrap .dima-navbar.dima-navbar-center .logo {
        position: absolute !important; }
      .dima-navbar-wrap .dima-navbar.dima-navbar-top nav {
        padding: 10px 0; }
      .dima-navbar-wrap .dima-navbar nav {
        padding-top: 90px; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li > a {
          padding: 38px 15px 0px 15px;
          height: 90px; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li.cart_wrapper a:before {
          height: 50% !important;
          top: 25% !important;
          margin-left: 0px !important; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav-end > li.cart_wrapper .start-border {
          padding-left: 15px; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav {
          display: none;
          float: none; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav > li {
            float: none; }
            .dima-navbar-wrap .dima-navbar nav .dima-nav > li > a {
              color: #6a6359;
              font-weight: 400;
              font-style: normal;
              height: auto;
              margin: 2px 0;
              padding: 10px 0px;
              text-transform: uppercase;
              float: left;
              letter-spacing: 2px;
              -webkit-transition: all 0.2s ease-in;
              -moz-transition: all 0.2s ease-in;
              -o-transition: all 0.2s ease-in;
              transition: all 0.2s ease-in; }
              .dima-navbar-wrap .dima-navbar nav .dima-nav > li > a:hover {
                border-bottom: none;
                box-shadow: none; }
            .dima-navbar-wrap .dima-navbar nav .dima-nav > li.sub-icon > a:after {
              right: 0px;
              opacity: 1;
              filter: alpha(opacity=1); }
            .dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu {
              left: auto;
              right: 0;
              top: 134px;
              clear: both; }
              .dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu .sub-icon a:after {
                float: none;
                right: 0; }
              .dima-navbar-wrap .dima-navbar nav .dima-nav > li > .sub-menu .sub-menu {
                left: auto;
                right: 100%;
                top: -20px;
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none; }
            .dima-navbar-wrap .dima-navbar nav .dima-nav > li:after {
              content: "\0020";
              display: block;
              height: 0;
              clear: both;
              visibility: hidden; }
            .dima-navbar-wrap .dima-navbar nav .dima-nav > li:last-child {
              margin-bottom: 20px; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav .sub-menu {
            position: static;
            top: auto;
            left: auto;
            float: none;
            display: block;
            max-width: none;
            margin-left: 1.5em;
            padding: 0;
            background-color: transparent;
            border: none;
            border-radius: 0;
            -webkit-box-shadow: none;
            box-shadow: none; }
            .dima-navbar-wrap .dima-navbar nav .dima-nav .sub-menu li {
              position: relative; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav .menu-full-width .sub-menu {
            padding: 0px 30px; }
            .dima-navbar-wrap .dima-navbar nav .dima-nav .menu-full-width .sub-menu .menu-section {
              width: 100%;
              margin-left: 0px;
              margin-top: 0; }
        .dima-navbar-wrap .dima-navbar nav .badge-number {
          top: 1px; }
        .dima-navbar-wrap .dima-navbar nav .donate {
          display: none; }
        .dima-navbar-wrap .dima-navbar nav .dima-nav-end {
          position: absolute;
          z-index: 1030;
          top: 0px;
          right: 0; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav-end .total {
            display: none; }
          .dima-navbar-wrap .dima-navbar nav .dima-nav-end .badge-number {
            top: 20px;
            left: 25px !important; }
    .dima-navbar-wrap .dima-btn-nav {
      background-color: #FFFFFF;
      margin-top: 20px;
      display: none;
      float: left;
      padding: 0.458em 0.625em;
      font-size: 24px;
      line-height: 1;
      color: #6a6359;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      border: 1px solid #d0cdbc; }
      .dima-navbar-wrap .dima-btn-nav:hover {
        color: #919191;
        background-color: #FFFFFF; }
    .dima-navbar-wrap .fix_nav.fixed {
      top: 0;
      left: 0;
      right: 0;
      position: relative !important;
      z-index: 1030;
      overflow: visible; }

  #search-box input {
    font-size: 20px !important;
    font-weight: 300 !important;
    padding: 21px 2px !important; }

  .vertical-menu .dima-main, .vertical-menu .top-footer, .vertical-menu .dima-footer {
    margin-left: 0px !important; } }
/************************************************************
                      Phone (Portrait)
*************************************************************/
@media only screen and (max-width: 767px) {
  .dima-navbar-wrap .dima-navbar .logo h1 {
    height: 90px; }
  .dima-navbar-wrap .dima-navbar .logo img {
    max-width: 110px !important; } }
/************************************************************
                      GLOBAL NAV CLASSES
*************************************************************/
.dima-nav-fixed {
  top: 0;
  left: 0;
  right: 0;
  position: fixed !important;
  z-index: 1030; }

/*[class^="dima-social-"], [class*=" dima-social-"] {
    font-family: $FontAwesome;
    speak: none;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing:antialiased;
}*/
.clear-nav {
  position: relative;
  padding-top: 110px; }

/************************************************************
                      TOP BAR
*************************************************************/
.dima-topbar {
  position: relative;
  min-height: 34px;
  border-bottom: 1px solid #d0cdbc;
  background-color: #faf9f5;
  z-index: 1031; }
  .dima-topbar .dima-social-global {
    float: right; }
    .dima-topbar .dima-social-global a {
      width: 28px;
      height: 32px;
      font-size: 18px;
      line-height: 32px;
      font-family: "FontAwesome";
      text-align: center;
      padding: 2px; }
    .dima-topbar .dima-social-global a:last-child {
      margin-right: 2px; }
  .dima-topbar .dima-menu {
    padding: 8px 0;
    font-size: 14px;
    line-height: 14px;
    font-size: 0.875rem;
    line-height: 0.875rem; }
  .dima-topbar li a, .dima-topbar .card a {
    color: #828077; }
    .dima-topbar li a:hover, .dima-topbar .card a:hover {
      text-decoration: underline; }
  .dima-topbar i {
    padding-right: 10px;
    font-size: 18px;
    line-height: 18px;
    font-size: 1.125rem;
    line-height: 1.125rem;
    color: #6a6359; }
  .dima-topbar .card a {
    position: absolute;
    right: 0;
    top: 10px; }
  .dima-topbar.dima-theme {
    background: #ff5733;
    border-color: #fff; }
    .dima-topbar.dima-theme i, .dima-topbar.dima-theme a {
      color: #fff; }
    .dima-topbar.dima-theme .dima-menu li {
      border-color: #fff; }

#search-box {
  width: 100%;
  border-top: 1px solid #d0cdbc;
  display: none;
  background: #ff5733;
  opacity: 1;
  box-shadow: inset 0px -1px 0px #e62900;
  position: absolute; }
  #search-box input {
    color: #FFFFFF;
    background-color: #ff5733;
    font-size: 36px;
    font-weight: 700;
    width: 100%;
    height: 69px;
    border: none;
    padding: 8px 0px;
    text-transform: uppercase;
    box-shadow: inset 0px -1px 0px #e62900; }
  #search-box #close {
    position: absolute;
    right: 15px;
    top: 23px; }
    #search-box #close a {
      font-size: 22px;
      text-decoration: none;
      color: #FFFFFF; }
  #search-box ::-moz-placeholder {
    color: #FFFFFF; }
  #search-box ::-webkit-input-placeholder {
    color: #FFFFFF; }

.dima-menu {
  text-align: right; }
  .dima-menu li {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    border-right: 1px solid #6a6359;
    padding: 0 15px; }
    .dima-menu li:last-child {
      border-right: none;
      padding-right: 0; }
    .dima-menu li a {
      padding: 0; }
    .dima-menu li:first-child {
      padding-left: 0; }
    .dima-menu li:last-child {
      padding-right: 0; }

header .section {
  margin-top: -110px; }

.dima-navbar-wrap .dima-navbar-transparent.dima-navbar {
  background-color: transparent;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .dima-navbar-wrap .dima-navbar-transparent.dima-navbar .dima-nav li a {
    color: #FFF; }
.dima-navbar-wrap .dima-navbar-transparent.fixed {
  background: #FFF;
  -moz-box-shadow: 0.5px 0.866px 1px 0px #a6a498;
  -webkit-box-shadow: 0.5px 0.866px 1px 0px #a6a498;
  box-shadow: 0.5px 0.866px 1px 0px #a6a498; }
  .dima-navbar-wrap .dima-navbar-transparent.fixed .dima-nav li a {
    color: #6a6359; }

@media only screen and (max-width: 989px) {
  .dima-navbar-wrap .dima-navbar-transparent.dima-navbar {
    background-color: #ffffff;
    -moz-box-shadow: 0.5px 0.866px 1px 0px #a6a498;
    -webkit-box-shadow: 0.5px 0.866px 1px 0px #a6a498;
    box-shadow: 0.5px 0.866px 1px 0px #a6a498; }
    .dima-navbar-wrap .dima-navbar-transparent.dima-navbar .dima-nav li a {
      color: #6a6359; }
    .dima-navbar-wrap .dima-navbar-transparent.dima-navbar .logo img.two {
      display: inline-block; }
    .dima-navbar-wrap .dima-navbar-transparent.dima-navbar .logo img.one {
      display: none; }
  .dima-navbar-wrap .dima-navbar-transparent.fixed {
    background: #FFF;
    -moz-box-shadow: 0.5px 0.866px 1px 0px #a6a498;
    -webkit-box-shadow: 0.5px 0.866px 1px 0px #a6a498;
    box-shadow: 0.5px 0.866px 1px 0px #a6a498; }
    .dima-navbar-wrap .dima-navbar-transparent.fixed .dima-nav li a {
      color: #6a6359; } }
.dima-navbar-wrap .dima-navbar.dima-navbar-top nav {
  position: relative;
  background: #FFFFFF; }
.dima-navbar-wrap .dima-navbar.dima-navbar-top .logo {
  float: none;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 30px 0;
  height: auto; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-top .logo h1 {
    text-align: center;
    height: auto; }
.dima-navbar-wrap .dima-navbar.dima-navbar-top .dima-nav {
  float: none;
  text-align: center;
  /*.menu-full-width {
      .sub-menu {
          top: $a-height *2 + px;
      }
  }*/ }
  .dima-navbar-wrap .dima-navbar.dima-navbar-top .dima-nav > li {
    display: inline-block;
    float: none;
    margin-bottom: -2px; }
    .dima-navbar-wrap .dima-navbar.dima-navbar-top .dima-nav > li a:hover {
      color: #ff5733; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-top .dima-nav .sub-menu {
    background: #FFFFFF; }
.dima-navbar-wrap .dima-navbar.dima-navbar-top.fix_nav.fixed .dima-nav li.menu-full-width > .sub-menu, .dima-navbar-wrap .dima-navbar.dima-navbar-top.fix_nav.fixed .dima-nav-end li.menu-full-width > .sub-menu {
  top: 200px; }
.dima-navbar-wrap .dima-navbar.dima-navbar-top .dima-btn-nav {
  margin: 10px 0;
  width: 53px;
  float: none; }

.dima-navbar-wrap .dima-navbar.dima-navbar-center .logo {
  float: none;
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-center .logo h1 {
    text-align: center; }
.dima-navbar-wrap .dima-navbar.dima-navbar-center .dima-nav {
  position: absolute; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-center .dima-nav > li {
    display: inline-block; }
    .dima-navbar-wrap .dima-navbar.dima-navbar-center .dima-nav > li:last-child > a {
      padding-right: 15px !important; }
.dima-navbar-wrap .dima-navbar.dima-navbar-center .text-end .dima-nav {
  right: 0; }
.dima-navbar-wrap .dima-navbar.dima-navbar-center .text-start .dima-nav {
  left: 0; }

.dima-navbar-wrap .dima-navbar.dima-navbar-vertical {
  width: 300px;
  position: fixed;
  left: 0;
  right: 0;
  height: 100%;
  background: #FFF; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .vertical-content {
    padding: 0 30px; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .logo {
    float: none;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    height: auto; }
    .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .logo h1 {
      text-align: center; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-vertical nav > ul > li {
    display: inline-block;
    float: none;
    width: 100%; }
    .dima-navbar-wrap .dima-navbar.dima-navbar-vertical nav > ul > li > a {
      height: auto;
      padding: 15px 0px !important;
      text-align: center;
      width: 100%; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .dima-nav {
    float: none;
    text-align: center;
    padding: 40px 0; }
    .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu {
      left: 270px;
      right: auto;
      background: #FFF;
      top: -20px;
      -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px #ff5733;
      -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px #ff5733;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px #ff5733; }
      .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu .sub-menu {
        left: 100%;
        right: auto;
        -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px #ff5733;
        -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px #ff5733;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset 2px 0px 0px #ff5733; }
    .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .dima-nav .menu-full-width {
      position: relative; }
      .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .dima-nav .menu-full-width .sub-menu {
        min-width: 750px;
        max-width: 750px;
        left: 270px;
        top: -20px; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .header-vertical > ul a {
    color: #6a6359; }
    .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .header-vertical > ul a i {
      color: #6a6359;
      font-size: 18px;
      line-height: 18px;
      font-size: 1.125rem;
      line-height: 1.125rem;
      margin-right: 10px; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .header-vertical .social-media {
    border-top: 1px solid #f4f3ef;
    padding-top: 20px;
    margin-top: 20px; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .logo {
    border-bottom: 1px solid #f4f3ef;
    padding: 55px 0px; }
    .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .logo img {
      padding: 0; }
  .dima-navbar-wrap .dima-navbar.dima-navbar-vertical .sub-icon > a:after {
    content: '\f105' !important; }

.vertical-menu .dima-main, .vertical-menu .dima-footer {
  margin-left: 300px;
  margin-right: 0; }
.vertical-menu.vertical-menu-end .dima-main, .vertical-menu.vertical-menu-end .top-footer, .vertical-menu.vertical-menu-end .dima-footer {
  margin-right: 300px;
  margin-left: 0; }
.vertical-menu.vertical-menu-end .dima-navbar-vertical {
  left: auto !important; }
.vertical-menu.vertical-menu-end .scroll-to-top {
  left: 10px !important; }
.vertical-menu.vertical-menu-end .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu {
  right: 270px;
  left: auto;
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px #ff5733;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px #ff5733;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25), inset -2px 0px 0px #ff5733; }
  .vertical-menu.vertical-menu-end .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu a {
    text-align: right; }
    .vertical-menu.vertical-menu-end .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu a i {
      position: relative;
      padding-right: 0px;
      padding-left: 25px;
      float: right;
      top: 5px; }
  .vertical-menu.vertical-menu-end .dima-navbar.dima-navbar-vertical .dima-nav .sub-menu .sub-menu {
    right: 100%;
    left: auto; }
.vertical-menu.vertical-menu-end .dima-navbar.dima-navbar-vertical .dima-nav .menu-full-width .menu-section {
  float: right; }
  .vertical-menu.vertical-menu-end .dima-navbar.dima-navbar-vertical .dima-nav .menu-full-width .menu-section h6 {
    text-align: right; }
.vertical-menu.vertical-menu-end .dima-navbar.dima-navbar-vertical .sub-icon > a:after {
  content: '\f104' !important;
  right: auto;
  left: 40px; }

/***********************************************************************************************/
/* PROTFOLIO /
/***********************************************************************************************/
.isotope-item {
  overflow: hidden;
  border-left: 0px solid #fff;
  border-bottom: 0px solid #fff;
  cursor: pointer;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  .isotope-item .work-item {
    width: 100%;
    z-index: 45;
    position: relative; }
    .isotope-item .work-item img {
      -moz-box-shadow: inset 0px -10px 0px #fff;
      -webkit-box-shadow: inset 0px -10px 0px #fff;
      box-shadow: inset 0px -10px 0px #fff;
      width: 100%; }
  .isotope-item .work-info {
    position: absolute;
    bottom: -82px;
    opacity: 0;
    width: 100%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: 10; }
    .isotope-item .work-info .work-teitel {
      width: 100%;
      display: inline-block; }
      .isotope-item .work-info .work-teitel p {
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 3px;
        color: #fff;
        text-transform: uppercase; }
      .isotope-item .work-info .work-teitel span {
        font-size: 14px;
        font-weight: 300;
        color: #fff; }
  .isotope-item .post-img:hover .icons-media {
    margin-top: -30px !important; }
  .isotope-item .post-img:hover .work-info {
    bottom: 15%;
    opacity: 1;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .isotope-item .post-img:hover .link_overlay {
    background: #ff5733;
    opacity: 1; }

/**
 * Ajax Portfolio
 */
.portfolio-ajax-expanded {
  position: relative;
  display: none; }
  .portfolio-ajax-expanded .social-media li {
    margin-bottom: 0px; }
    .portfolio-ajax-expanded .social-media li:first-child {
      float: right; }

#ajax-loader {
  position: fixed;
  display: none;
  z-index: 999;
  top: 50%;
  left: 50%;
  border-bottom: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  border-right: 2px solid #ff5733;
  border-top: 2px solid #ff5733;
  border-radius: 100%;
  height: 60px;
  width: 60px;
  margin-left: -30px;
  margin-top: -30px;
  -webkit-animation: fa-spin .6s infinite linear;
  -moz-animation: fa-spin .6s infinite linear;
  -ms-animation: fa-spin .6s infinite linear;
  -o-animation: fa-spin .6s infinite linear;
  animation: fa-spin .6s infinite linear;
  text-align: center; }

.full-protfolio {
  display: block;
  position: relative;
  width: 99.99%; }

.normal-protfolio {
  display: block;
  position: relative; }

/*********************************/
/*   Cases 4 Column Portfolio    */
/*********************************/
.column_4 {
  display: block; }
  .column_4 .work-info {
    padding: 10px; }
    .column_4 .work-info .work-teitel p {
      font-size: 16px;
      line-height: 18px;
      font-size: 1rem;
      line-height: 1.125rem; }
    .column_4 .work-info .work-teitel span {
      display: none; }
    .column_4 .work-info .work-love {
      width: 20%; }
      .column_4 .work-info .work-love .heart {
        color: #ff5733;
        font: 18px/32px "FontAwesome"; }
      .column_4 .work-info .work-love span {
        color: #ff5733; }

/***********************************************************************************************/
/* Menu of categories filters /
/***********************************************************************************************/
.filters {
  display: block;
  text-align: center;
  overflow: hidden;
  margin-bottom: 50px; }
  .filters ul {
    padding: 0; }
    .filters ul li {
      cursor: pointer; }
      .filters ul li a {
        color: #6a6359;
        font-weight: 400;
        height: auto;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        box-shadow: none; }
        .filters ul li a:hover {
          color: #ff5733;
          text-decoration: none; }

/***************/
/*  Style Two  */
/***************/
.filters-box.filters ul {
  border: none; }
  .filters-box.filters ul li {
    display: inline-block;
    margin: 4px; }
    .filters-box.filters ul li a {
      border: 1px solid #d0cdbc;
      padding: 0.75em 1em;
      font-size: 14px;
      display: inline-block;
      background: #faf9f5;
      width: 100%; }
      .filters-box.filters ul li a:hover {
        border: 1px solid #ff5733;
        color: #FFF;
        background: #ff5733; }
  .filters-box.filters ul .current a {
    border: 1px solid #ff5733;
    color: #FFF;
    background: #ff5733; }

/***********************************************************************************************/
/* Masonry Style /
/***********************************************************************************************/
.masonry .with-margin.column_3 .dima-masonry-145 {
  padding-bottom: 155.7%; }
.masonry .with-margin.column_3 .dima-masonry-30 {
  padding-bottom: 36.4%; }
.masonry .with-margin.column_4 .dima-masonry-145 {
  padding-bottom: 159.7%; }
.masonry .with-margin.column_4 .dima-masonry-30 {
  padding-bottom: 35.9%; }
.masonry .with-margin.column_4 .dima-masonry-111 {
  padding-bottom: 111.11%; }

.isotope-item .work-item img {
  -moz-box-shadow: inset 0px -10px 0px #fff;
  -webkit-box-shadow: inset 0px -10px 0px #fff;
  box-shadow: inset 0px -10px 0px #fff;
  position: absolute;
  height: 100%;
  max-width: none;
  top: 0;
  left: 0; }

.dima-masonry-145 {
  padding-bottom: 150%; }

.dima-masonry-100 {
  padding-bottom: 100%; }

.dima-masonry-111 {
  padding-bottom: 111%; }

.dima-masonry-75 {
  padding-bottom: 75%; }

.dima-masonry-30 {
  padding-bottom: 37.5%; }

.dima-masonry-50 {
  padding-bottom: 48.5%; }

/***********************************************************************************************/
/* UI ELEMENT STYLES */
/***********************************************************************************************/
.facebook {
  border: 1px solid #3B5998 !important; }
  .facebook a {
    color: #3B5998; }
  .facebook:hover {
    background: #3B5998 !important;
    border: 1px solid #3B5998 !important; }

.adn {
  border: 1px solid #504e54 !important; }
  .adn a {
    color: #504e54; }
  .adn:hover {
    background: #504e54 !important;
    border: 1px solid #504e54 !important; }

.android {
  border: 1px solid #A5C63B !important; }
  .android a {
    color: #A5C63B; }
  .android:hover {
    background: #A5C63B !important;
    border: 1px solid #A5C63B !important; }

.apple {
  border: 1px solid #aeb5c5 !important; }
  .apple a {
    color: #aeb5c5; }
  .apple:hover {
    background: #aeb5c5 !important;
    border: 1px solid #aeb5c5 !important; }

.bitbucket {
  border: 1px solid #003366 !important; }
  .bitbucket a {
    color: #003366; }
  .bitbucket:hover {
    background: #003366 !important;
    border: 1px solid #003366 !important; }

.bitcoin {
  border: 1px solid #F7931A !important; }
  .bitcoin a {
    color: #F7931A; }
  .bitcoin:hover {
    background: #F7931A !important;
    border: 1px solid #F7931A !important; }

.css3 {
  border: 1px solid #1572B7 !important; }
  .css3 a {
    color: #1572B7; }
  .css3:hover {
    background: #1572B7 !important;
    border: 1px solid #1572B7 !important; }

.html5 {
  border: 1px solid #E54D26 !important; }
  .html5 a {
    color: #E54D26; }
  .html5:hover {
    background: #E54D26 !important;
    border: 1px solid #E54D26 !important; }

.instagram {
  border: 1px solid #A1755C !important; }
  .instagram a {
    color: #A1755C; }
  .instagram:hover {
    background: #A1755C !important;
    border: 1px solid #A1755C !important; }

.linkedin {
  border: 1px solid #0085AE !important; }
  .linkedin a {
    color: #0085AE; }
  .linkedin:hover {
    background: #0085AE !important;
    border: 1px solid #0085AE !important; }

.linux {
  border: 1px solid #FBC002 !important; }
  .linux a {
    color: #FBC002; }
  .linux:hover {
    background: #FBC002 !important;
    border: 1px solid #FBC002 !important; }

.maxcdn {
  border: 1px solid #F6AE1C !important; }
  .maxcdn a {
    color: #F6AE1C; }
  .maxcdn:hover {
    background: #F6AE1C !important;
    border: 1px solid #F6AE1C !important; }

.pagelines {
  border: 1px solid #241E20 !important; }
  .pagelines a {
    color: #241E20; }
  .pagelines:hover {
    background: #241E20 !important;
    border: 1px solid #241E20 !important; }

.renren {
  border: 1px solid #025DAC !important; }
  .renren a {
    color: #025DAC; }
  .renren:hover {
    background: #025DAC !important;
    border: 1px solid #025DAC !important; }

.skype {
  border: 1px solid #01AEF2 !important; }
  .skype a {
    color: #01AEF2; }
  .skype:hover {
    background: #01AEF2 !important;
    border: 1px solid #01AEF2 !important; }

.stack-exchange {
  border: 1px solid #245590 !important; }
  .stack-exchange a {
    color: #245590; }
  .stack-exchange:hover {
    background: #245590 !important;
    border: 1px solid #245590 !important; }

.stack-overflow {
  border: 1px solid #FF7300 !important; }
  .stack-overflow a {
    color: #FF7300; }
  .stack-overflow:hover {
    background: #FF7300 !important;
    border: 1px solid #FF7300 !important; }

.trello {
  border: 1px solid #265A7F !important; }
  .trello a {
    color: #265A7F; }
  .trello:hover {
    background: #265A7F !important;
    border: 1px solid #265A7F !important; }

.xing {
  border: 1px solid #00555C !important; }
  .xing a {
    color: #00555C; }
  .xing:hover {
    background: #00555C !important;
    border: 1px solid #00555C !important; }

.vk {
  border: 1px solid #375474 !important; }
  .vk a {
    color: #375474; }
  .vk:hover {
    background: #375474 !important;
    border: 1px solid #375474 !important; }

.weibo {
  border: 1px solid #D72B2B !important; }
  .weibo a {
    color: #D72B2B; }
  .weibo:hover {
    background: #D72B2B !important;
    border: 1px solid #D72B2B !important; }

.windows {
  border: 1px solid #12B6F3 !important; }
  .windows a {
    color: #12B6F3; }
  .windows:hover {
    background: #12B6F3 !important;
    border: 1px solid #12B6F3 !important; }

.twitter {
  border: 1px solid #55ACEE !important; }
  .twitter a {
    color: #55ACEE; }
  .twitter:hover {
    background: #55ACEE !important;
    border: 1px solid #55ACEE !important; }

.google {
  border: 1px solid #DD4B39 !important; }
  .google a {
    color: #DD4B39; }
  .google:hover {
    background: #DD4B39 !important;
    border: 1px solid #DD4B39 !important; }

.dribbble {
  border: 1px solid #EA4C89 !important; }
  .dribbble a {
    color: #EA4C89; }
  .dribbble:hover {
    background: #EA4C89 !important;
    border: 1px solid #EA4C89 !important; }

.forrst {
  border: 1px solid #335D30 !important; }
  .forrst a {
    color: #335D30; }
  .forrst:hover {
    background: #335D30 !important;
    border: 1px solid #335D30 !important; }

.youtube {
  border: 1px solid #FF3333 !important; }
  .youtube a {
    color: #FF3333; }
  .youtube:hover {
    background: #FF3333 !important;
    border: 1px solid #FF3333 !important; }

.about-me {
  border: 1px solid #FFCC33 !important; }
  .about-me a {
    color: #FFCC33; }
  .about-me:hover {
    background: #FFCC33 !important;
    border: 1px solid #FFCC33 !important; }

.foursquare {
  border: 1px solid #0CBADF !important; }
  .foursquare a {
    color: #0CBADF; }
  .foursquare:hover {
    background: #0CBADF !important;
    border: 1px solid #0CBADF !important; }

.tumblr {
  border: 1px solid #2C4762 !important; }
  .tumblr a {
    color: #2C4762; }
  .tumblr:hover {
    background: #2C4762 !important;
    border: 1px solid #2C4762 !important; }

.vimeo {
  border: 1px solid #1AB7EA !important; }
  .vimeo a {
    color: #1AB7EA; }
  .vimeo:hover {
    background: #1AB7EA !important;
    border: 1px solid #1AB7EA !important; }

.quora {
  border: 1px solid #A82400 !important; }
  .quora a {
    color: #A82400; }
  .quora:hover {
    background: #A82400 !important;
    border: 1px solid #A82400 !important; }

.soundcloud {
  border: 1px solid #FF6600 !important; }
  .soundcloud a {
    color: #FF6600; }
  .soundcloud:hover {
    background: #FF6600 !important;
    border: 1px solid #FF6600 !important; }

.virb {
  border: 1px solid #00B0D8 !important; }
  .virb a {
    color: #00B0D8; }
  .virb:hover {
    background: #00B0D8 !important;
    border: 1px solid #00B0D8 !important; }

.bebo {
  border: 1px solid #EE1010 !important; }
  .bebo a {
    color: #EE1010; }
  .bebo:hover {
    background: #EE1010 !important;
    border: 1px solid #EE1010 !important; }

.pinterest {
  border: 1px solid #CB2027 !important; }
  .pinterest a {
    color: #CB2027; }
  .pinterest:hover {
    background: #CB2027 !important;
    border: 1px solid #CB2027 !important; }

.myspace {
  border: 1px solid #0CBADF !important; }
  .myspace a {
    color: #0CBADF; }
  .myspace:hover {
    background: #0CBADF !important;
    border: 1px solid #0CBADF !important; }

.flickr {
  border: 1px solid #FF0084 !important; }
  .flickr a {
    color: #FF0084; }
  .flickr:hover {
    background: #FF0084 !important;
    border: 1px solid #FF0084 !important; }

.delicious {
  border: 1px solid #285DA7 !important; }
  .delicious a {
    color: #285DA7; }
  .delicious:hover {
    background: #285DA7 !important;
    border: 1px solid #285DA7 !important; }

.last-fm {
  border: 1px solid #D51007 !important; }
  .last-fm a {
    color: #D51007; }
  .last-fm:hover {
    background: #D51007 !important;
    border: 1px solid #D51007 !important; }

.vine {
  border: 1px solid #00AA7F !important; }
  .vine a {
    color: #00AA7F; }
  .vine:hover {
    background: #00AA7F !important;
    border: 1px solid #00AA7F !important; }

.github {
  border: 1px solid #4183C4 !important; }
  .github a {
    color: #4183C4; }
  .github:hover {
    background: #4183C4 !important;
    border: 1px solid #4183C4 !important; }

.grooveshark {
  border: 1px solid #F77F00 !important; }
  .grooveshark a {
    color: #F77F00; }
  .grooveshark:hover {
    background: #F77F00 !important;
    border: 1px solid #F77F00 !important; }

.spotify {
  border: 1px solid #7AB800 !important; }
  .spotify a {
    color: #7AB800; }
  .spotify:hover {
    background: #7AB800 !important;
    border: 1px solid #7AB800 !important; }

.dropbox {
  border: 1px solid #1F8CE6 !important; }
  .dropbox a {
    color: #1F8CE6; }
  .dropbox:hover {
    background: #1F8CE6 !important;
    border: 1px solid #1F8CE6 !important; }

.white-icons {
  border: 1px solid #FFFFFF !important; }
  .white-icons a {
    color: #FFFFFF; }
  .white-icons:hover {
    background: #ff5733 !important; }

/**
 * Icons Box
 */
.icon-normal {
  margin-right: 5px;
  color: #6a6359;
  text-align: left;
  display: inline-block; }

.icon-larg {
  background-color: #FFFFFF;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px;
  width: 168px !important;
  height: 168px  !important;
  font-size: 70px !important;
  line-height: 168px !important;
  margin-bottom: .5em;
  -webkit-border-radius: 85px; }

/*Protfolio features icons*/
.icon-url:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-heart-o:before {
  content: ""; }

.icon-file-text-o:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.box header .icon-header {
  position: absolute;
  line-height: 49px;
  height: 65px;
  width: 65px;
  font-size: 30px;
  color: #ff5733;
  top: -37.5px;
  left: 50%;
  background: #FFFFFF;
  padding: 10px;
  margin-left: 30px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  border-radius: 999px; }

.flat-icon {
  display: inline-block;
  overflow: hidden;
  text-transform: uppercase;
  color: #FFFFFF !important;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .flat-icon:hover {
    background: #FFFFFF !important;
    text-shadow: none !important;
    color: #ff5733 !important;
    border: 1px solid #ff5733; }

.social-media.social-medium li a {
  display: inline-block;
  font-size: 22px;
  line-height: 50px;
  font-size: 1.375rem;
  line-height: 3.125rem;
  width: 50px;
  height: 50px;
  padding: 0; }
.social-media.social-small li a {
  display: inline-block;
  font-size: 18px;
  line-height: 32px;
  font-size: 1.125rem;
  line-height: 2rem;
  width: 32px;
  height: 32px; }
.social-media.social-big li a {
  font-size: 30px;
  line-height: 64px;
  font-size: 1.875rem;
  line-height: 4rem;
  display: inline-block;
  width: 64px;
  height: 64px; }
.social-media.dima-social-post {
  margin-top: 30px;
  border-top: 1px solid #f4f3ef;
  padding-top: 30px;
  text-align: center; }
  .social-media.dima-social-post li {
    float: none;
    margin-bottom: 8px; }
.social-media.dima-social-author {
  margin-bottom: 1px;
  margin-left: 1px; }
.social-media.dima-social-footer li, .social-media.dima-show li {
  border: 1px solid #6a6359;
  margin-right: 10px; }
.social-media.dima-show li {
  border: 1px solid #d0cdbc; }
  .social-media.dima-show li a {
    color: #6a6359; }
.social-media li {
  cursor: pointer;
  border: 1px solid #d0cdbc;
  text-align: center;
  float: left;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .social-media li a {
    font-size: 30px;
    line-height: 64px;
    font-size: 1.875rem;
    line-height: 4rem;
    font-family: "FontAwesome"; }
  .social-media li:hover {
    border: 1px solid #ff5733;
    background: #ff5733; }
    .social-media li:hover a {
      color: #FFFFFF; }

/*Contact us*/
.contact-icon li i {
  font-size: 20px;
  line-height: 35px;
  font-size: 1.25rem;
  line-height: 2.1875rem;
  text-align: left;
  float: left; }
.contact-icon li p {
  padding-left: 30px; }

.circle-social ul li {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px; }

.products-grids .dima-product, .products-list .dima-product {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden; }
  .products-grids .dima-product.isotope-item, .products-list .dima-product.isotope-item {
    margin-bottom: 50px !important;
    padding-bottom: 0; }
  .products-grids .dima-product .product-img, .products-list .dima-product .product-img {
    border: 1px solid #d0cdbc; }
    .products-grids .dima-product .product-img .fix-chrome, .products-list .dima-product .product-img .fix-chrome {
      position: relative; }
    .products-grids .dima-product .product-img:hover .product-change-images, .products-list .dima-product .product-img:hover .product-change-images {
      opacity: 1; }
  .products-grids .dima-product .product-img figure, .products-list .dima-product .product-img figure {
    position: relative; }
    .products-grids .dima-product .product-img figure.product-change-images, .products-list .dima-product .product-img figure.product-change-images {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all ease-in-out 0.3s;
      -moz-transition: all ease-in-out 0.3s;
      -o-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s;
      -webkit-backface-visibility: hidden;
      width: 100%; }
    .products-grids .dima-product .product-img figure img, .products-list .dima-product .product-img figure img {
      height: auto;
      width: 100%; }
  .products-grids .dima-product .onsale, .products-list .dima-product .onsale {
    position: absolute;
    z-index: 1000;
    top: 10px;
    right: 10px;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden; }
    .products-grids .dima-product .onsale span, .products-list .dima-product .onsale span {
      z-index: 10;
      color: #FFF;
      position: absolute;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      font-size: 14px;
      line-height: 14px;
      font-size: 0.875rem;
      line-height: 0.875rem;
      right: 2px;
      top: 12px; }
    .products-grids .dima-product .onsale:after, .products-list .dima-product .onsale:after {
      content: '';
      position: absolute;
      border-top: 60px solid #E74C3C;
      border-right: 0;
      border-left: 60px solid transparent;
      right: 0;
      z-index: 2; }
  .products-grids .dima-product .rating span:before, .products-list .dima-product .rating span:before {
    font-size: 16px;
    line-height: 16px;
    font-size: 1rem;
    line-height: 1rem; }
  .products-grids .dima-product .product-content, .products-list .dima-product .product-content {
    background: #FFFFFF;
    border: 1px solid #d0cdbc;
    border-top: none;
    padding: 15px 0; }
  .products-grids .dima-product .price, .products-list .dima-product .price {
    padding-bottom: 0px; }

/**/
.products-list .dima-product {
  padding: 30px;
  border: 1px solid #d0cdbc; }
  .products-list .dima-product[class*="di_"] {
    width: 100%;
    margin-left: 0; }
  .products-list .dima-product .link_overlay {
    display: none; }
  .products-list .dima-product .product-img {
    overflow: hidden;
    display: table;
    float: left;
    margin-right: 30px; }
    .products-list .dima-product .product-img figure {
      position: relative; }
      .products-list .dima-product .product-img figure img {
        float: left; }
      .products-list .dima-product .product-img figure.product-change-images {
        width: auto; }
  .products-list .dima-product:before, .products-list .dima-product:after {
    content: " ";
    display: table; }
  .products-list .dima-product:after {
    content: " ";
    clear: both; }
  .products-list .dima-product .product-content {
    border: none;
    text-align: left;
    padding: 0; }
    .products-list .dima-product .product-content .product-name {
      font-size: 28px;
      line-height: 28px;
      font-size: 1.75rem;
      line-height: 1.75rem;
      margin-bottom: 20px; }
  .products-list .dima-product .price {
    text-align: left;
    font-size: 28px;
    line-height: 30px;
    font-size: 1.75rem;
    line-height: 1.875rem;
    margin-bottom: 20px;
    padding-top: 20px; }
  .products-list .dima-product p {
    margin-bottom: 25px; }
  .products-list .dima-product .rating {
    margin-right: 10px;
    float: left; }
  .products-list .dima-product .review-link {
    color: #828077; }

.products-grids .dima-product .review-link, .products-grids .dima-product p, .products-grids .dima-product .social-media {
  display: none; }

/*PRICE*/
.price {
  display: block;
  padding: 18px;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  font-family: "Open Sans", Helvetica, Georgia, Times, serif;
  color: #6a6359; }
  .price ins {
    text-decoration: none;
    font-weight: 600; }
  .price del {
    margin-right: 10px;
    font-weight: 300; }

.product-name {
  font-size: 14px;
  line-height: 16px;
  font-size: 0.875rem;
  line-height: 1rem;
  font-weight: 600;
  margin-bottom: 10px; }
  .product-name:hover {
    color: #ff5733; }

.quantity {
  width: 160px;
  position: relative;
  overflow: hidden;
  height: 46px; }
  .quantity.buttons_added .plus, .quantity.buttons_added .minus {
    display: block;
    float: left;
    position: relative;
    text-align: center;
    border: 1px solid #6a6359;
    color: #FFF;
    vertical-align: text-top;
    background: #6a6359;
    font-size: 14px;
    line-height: 46px;
    font-size: 0.875rem;
    line-height: 2.875rem;
    font-weight: 600;
    width: 46px;
    height: 46px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.9; }
    .quantity.buttons_added .plus:hover, .quantity.buttons_added .minus:hover {
      opacity: 1; }
  .quantity.buttons_added .plus {
    left: auto; }
  .quantity.buttons_added .input-text.qty {
    width: 65px;
    height: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 700;
    -moz-appearance: textfield; }

.posted_in {
  margin-top: 50px;
  float: left; }
  .posted_in a:after {
    content: ","; }

.product-details {
  margin-bottom: 55px;
  overflow: hidden; }
  .product-details .flex-direction-nav a {
    margin-top: -100px; }
  .product-details .product-shop .product-name {
    font-size: 28px;
    line-height: 30px;
    font-size: 1.75rem;
    line-height: 1.875rem;
    margin-bottom: 20px; }
  .product-details .product-shop .rating {
    margin-right: 10px;
    float: left; }
  .product-details .product-shop .review-link {
    color: #828077;
    line-height: 15px; }
  .product-details .product-shop .price {
    font-size: 28px;
    line-height: 30px;
    font-size: 1.75rem;
    line-height: 1.875rem;
    padding: 0;
    margin: 30px 0 50px 0; }
  .product-details .product-shop .des {
    margin-bottom: 55px; }
  .product-details .flex-img {
    border: 1px solid #d0cdbc;
    width: 99.99%; }
  .product-details #slider-thumb .flex-control-nav li {
    height: auto;
    border: 1px solid #d0cdbc;
    margin-right: 14px;
    margin-bottom: 0px;
    margin-top: 15px;
    margin-left: 0px; }

/* Side Bar*/
.product_list_widget li a {
  color: #6a6359;
  font-size: 14px;
  line-height: 16px;
  font-size: 0.875rem;
  line-height: 1rem; }
.product_list_widget li:before, .product_list_widget li:after {
  content: " ";
  display: table; }
.product_list_widget li:after {
  content: " ";
  clear: both; }
.product_list_widget .price {
  padding: 10px; }

.attachment-shop_thumbnail {
  border: 1px solid #d0cdbc;
  float: left;
  margin-left: 0px;
  margin-right: 10px;
  width: 70px;
  box-shadow: 0 0 0 0;
  max-width: none !important; }

.order-products img {
  margin-left: 10px; }
.order-products .radio {
  margin-right: 10px; }

.order-products-table {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .order-products-table tfoot tr, .order-products-table tbody tr {
    border-top: 1px solid #d0cdbc; }
    .order-products-table tfoot tr th, .order-products-table tfoot tr td, .order-products-table tbody tr th, .order-products-table tbody tr td {
      padding: 20px 0; }
  .order-products-table th {
    padding: 20px 0 10px; }
  .order-products-table .price {
    font-family: "Lato", Helvetica, Arial, sans-serif "Open Sans", Helvetica, Georgia, Times, serif;
    padding: 0; }

.lost-pass {
  margin-left: 10px; }

.coupon-box .apply .button {
  margin-top: 25px; }

.coupon-box .field input {
  margin-bottom: 10px; }

.dima-data-table-wrap.cart-table table {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-left: 1px solid #6a6359;
  border-right: 1px solid #6a6359; }
  .dima-data-table-wrap.cart-table table thead {
    border: 1px solid #6a6359; }
    .dima-data-table-wrap.cart-table table thead th {
      background: #6a6359;
      color: #FFF;
      font-weight: 400;
      font-family: "Lato", Helvetica, Arial, sans-serif "Open Sans", Helvetica, Georgia, Times, serif; }
  .dima-data-table-wrap.cart-table table tr {
    border-bottom: 1px solid #6a6359; }
    .dima-data-table-wrap.cart-table table tr td {
      padding: 30px; }
.dima-data-table-wrap.cart-table .quantity {
  margin: 0 auto; }
.dima-data-table-wrap.cart-table .product-name .cart-item-details {
  display: table-cell;
  vertical-align: middle; }
  .dima-data-table-wrap.cart-table .product-name .cart-item-details h6 {
    font-weight: 400;
    vertical-align: middle;
    padding: 21px 0;
    margin-bottom: 0; }

/*UI Slider*/
.ui-slider {
  height: 1px;
  background: #d0cdbc;
  position: relative;
  margin-bottom: 20px;
  margin-top: 10px; }
  .ui-slider .ui-slider-range {
    background: #ff5733;
    height: 1px;
    position: absolute; }
  .ui-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    background: #ff5733;
    position: absolute;
    z-index: 2;
    cursor: ew-resize;
    -ms-touch-action: none;
    touch-action: none;
    outline: 0;
    -moz-outline: 0;
    top: -6px; }
  .ui-slider .button {
    margin-bottom: 0; }

.donate-page .inline li {
  margin-right: 20px; }
.donate-page .with-padding {
  padding-left: 30px;
  overflow: hidden; }

.round-loope {
  border: 2px solid #d0cdbc; }

/*Topaz Hover - Topaz border*/
.topaz-border,
.topaz-hover {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0; }
  .topaz-border:before, .topaz-border:after,
  .topaz-hover:before,
  .topaz-hover:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 1; }
  .topaz-border:before,
  .topaz-hover:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
  .topaz-border:after,
  .topaz-hover:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff; }

.topaz-hover:before, .topaz-hover:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }
.topaz-hover:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1); }
.topaz-hover:after {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0); }
.topaz-hover:hover:before, .topaz-hover:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1); }

/*Topaz Hover! - Topaz border!*/
/*================================================*/
.gray-hover img, .clients-wrapper img {
  margin: 0 auto; }
.gray-hover:hover .apply-gray, .clients-wrapper:hover .apply-gray {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  filter: grayscale(0%); }

.apply-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-backface-visibility: hidden; }

/**
 * hover mine class
 */
.link_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  -moz-box-sizing: order-box;
  -webkit-box-sizing: order-box;
  box-sizing: order-box;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 50;
  opacity: 0.0; }
  .link_overlay .icons-media {
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    margin-top: 0px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .link_overlay .icons-media li {
      position: relative;
      display: inline-block;
      margin-right: 30px;
      margin-bottom: 30px;
      z-index: 55; }
      .link_overlay .icons-media li:nth-child(2n+3) {
        clear: left; }
      .link_overlay .icons-media li:last-child {
        margin-right: 0px !important; }
      .link_overlay .icons-media li a {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 1px solid #fff;
        font-family: "FontAwesome";
        font-size: 22px;
        line-height: 50px;
        font-size: 1.375rem;
        line-height: 3.125rem;
        color: #fff;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in; }
        .link_overlay .icons-media li a:first-child {
          margin-left: 0px; }
  .link_overlay.two_lines .icons-media {
    position: absolute;
    width: 100%; }
    .link_overlay.two_lines .icons-media li {
      float: left; }

/**
 * Apply Hover link_overlay
 */
.work-item:hover .link_overlay, .dima-team-member:hover .link_overlay,
.post-img:hover .link_overlay, .dima-product:hover .link_overlay {
  background: #ff5733;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); }
  .work-item:hover .link_overlay .icons-media, .dima-team-member:hover .link_overlay .icons-media,
  .post-img:hover .link_overlay .icons-media, .dima-product:hover .link_overlay .icons-media {
    margin-top: -25px; }
  .work-item:hover .link_overlay .work-info, .dima-team-member:hover .link_overlay .work-info,
  .post-img:hover .link_overlay .work-info, .dima-product:hover .link_overlay .work-info {
    opacity: 1; }
  .work-item:hover .link_overlay ul a, .dima-team-member:hover .link_overlay ul a,
  .post-img:hover .link_overlay ul a, .dima-product:hover .link_overlay ul a {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    .work-item:hover .link_overlay ul a:hover, .dima-team-member:hover .link_overlay ul a:hover,
    .post-img:hover .link_overlay ul a:hover, .dima-product:hover .link_overlay ul a:hover {
      border-color: #fff;
      background: #fff;
      color: #ff5733; }
  .work-item:hover .link_overlay .topaz-hover:before, .work-item:hover .link_overlay .topaz-hover:after, .dima-team-member:hover .link_overlay .topaz-hover:before, .dima-team-member:hover .link_overlay .topaz-hover:after,
  .post-img:hover .link_overlay .topaz-hover:before,
  .post-img:hover .link_overlay .topaz-hover:after, .dima-product:hover .link_overlay .topaz-hover:before, .dima-product:hover .link_overlay .topaz-hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .work-item:hover .link_overlay.with_opacity, .dima-team-member:hover .link_overlay.with_opacity,
  .post-img:hover .link_overlay.with_opacity, .dima-product:hover .link_overlay.with_opacity {
    background: rgba(255, 87, 51, 0.7); }
  .work-item:hover .link_overlay.two_lines .icons-media, .dima-team-member:hover .link_overlay.two_lines .icons-media,
  .post-img:hover .link_overlay.two_lines .icons-media, .dima-product:hover .link_overlay.two_lines .icons-media {
    margin-top: -60px !important; }

.overlay {
  position: relative; }
  .overlay:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #ff5733;
    cursor: pointer;
    z-index: 999; }
  .overlay:hover:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50); }

.ming-hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1); }

.ming-zoom {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s; }

.effect-ming:before {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  border: 1px solid #FFFFFF;
  box-shadow: 0 0 0 30px rgba(255, 255, 255, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
  content: ""; }
.effect-ming img {
  width: 100%; }
.effect-ming:hover:before, .effect-ming:hover .ming-hide {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }
.effect-ming:hover .ming-zoom {
  -webkit-transform: scale3d(0.9, 0.9, 1);
  transform: scale3d(0.9, 0.9, 1); }

.effect-roxy {
  position: relative;
  overflow: hidden;
  height: 100%; }
  .effect-roxy .banner-content {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
  .effect-roxy img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  .effect-roxy:hover .banner-content {
    background: rgba(0, 0, 0, 0.4); }
  .effect-roxy:hover img {
    -webkit-transform: scale(1);
    transform: scale(1); }
  .effect-roxy:hover .ming-hide {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .effect-roxy:hover .ming-zoom {
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1); }

/*--- button colors ---*/
/*--- button ---*/
.button {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Open Sans", Helvetica, Georgia, Times, serif;
  outline: none;
  margin: 0em;
  margin-bottom: 10px;
  min-height: 1em;
  padding: 0.8em 2em;
  background-color: #ff5733;
  border: 1px solid #ff5733;
  font-size: 1rem;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  min-width: 160px;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -moz-box-sizing: order-box;
  -webkit-box-sizing: order-box;
  box-sizing: order-box;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-backface-visibility: hidden; }
  .button i {
    position: absolute;
    left: 0px;
    top: 0;
    height: 100%;
    width: 35%;
    font-size: inherit; }

/*--- button fill ---*/
.fill {
  color: #fff;
  border: 1px solid #ff5733; }
  .fill:hover {
    color: #fff;
    background-color: #ff2d00; }
  .fill i {
    line-height: 40px; }

/*--- button stroke ---*/
.stroke {
  background: rgba(255, 255, 255, 0) !important;
  color: #ff5733;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 10; }
  .stroke:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0%;
    width: 100%;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    z-index: 5; }
  .stroke i {
    background: 0, 0, 0, 0 !important;
    line-height: 40px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .stroke:hover {
    color: #fff !important;
    background-image: none !important; }

.stroke[data-direction="down"]:hover:after {
  background: #ff5733;
  color: #FFF;
  height: 100%;
  z-index: -1; }

/*--- button block ---*/
.button-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*--- button Disabled ---*/
.disabled.button,
.disabled.button:hover,
.disabled.button.active {
  background-color: #DDDDDD !important;
  cursor: default;
  color: rgba(0, 0, 0, 0.5) !important;
  border-color: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.3 !important;
  background-image: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/*--------------------
 *     icons
 --------------------*/
.icon {
  padding-left: 2em !important;
  padding-right: 1.4em !important; }

/*--------------------
 *     Color
 --------------------*/
.di_white.button {
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  color: #fff; }

.di_white.stroke {
  border: 1px solid #FFFFFF;
  color: #FFFFFF; }
  .di_white.stroke i {
    border-right: 1px solid #FFFFFF;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_white.stroke:hover {
    color: #6a6359 !important; }

.di_white.stroke[data-direction="down"]:hover:after {
  background: #FFFFFF;
  height: 100%;
  z-index: -1; }

.di_green.button {
  background-color: #1abc9c;
  border: 1px solid #1abc9c;
  color: #fff; }

.di_green.stroke {
  border: 1px solid #1abc9c;
  color: #1abc9c; }
  .di_green.stroke i {
    border-right: 1px solid #1abc9c;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_green.stroke:hover {
    color: #fff !important;
    background-image: none !important; }
    .di_green.stroke:hover i {
      border-right: 1px solid #fff; }

.di_green.stroke[data-direction="down"]:hover:after {
  background: #1abc9c;
  height: 100%;
  z-index: -1; }

.di_header.button {
  background-color: #6a6359;
  border: 1px solid #6a6359;
  color: #fff; }

.di_header.stroke {
  border: 1px solid #6a6359;
  color: #6a6359; }
  .di_header.stroke i {
    border-right: 1px solid #6a6359;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_header.stroke:hover {
    color: #fff !important;
    background-image: none !important; }
    .di_header.stroke:hover i {
      border-right: 1px solid #fff; }

.di_header.stroke[data-direction="down"]:hover:after {
  background: #6a6359;
  height: 100%;
  z-index: -1; }

.di_pink.button {
  background-color: #e73f97;
  border: 1px solid #e73f97;
  color: #fff; }

.di_pink.stroke {
  border: 1px solid #e73f97;
  color: #e73f97; }
  .di_pink.stroke i {
    border-right: 1px solid #e73f97;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_pink.stroke:hover {
    color: #fff !important;
    background-image: none !important; }
    .di_pink.stroke:hover i {
      border-right: 1px solid #fff; }

.di_pink.stroke[data-direction="down"]:hover:after {
  background: #e73f97;
  height: 100%;
  z-index: -1; }

.di_blue.button {
  background-color: #33c6f4;
  border: 1px solid #33c6f4;
  color: #fff; }

.di_blue.stroke {
  border: 1px solid #33c6f4;
  color: #33c6f4; }
  .di_blue.stroke i {
    border-right: 1px solid #33c6f4;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_blue.stroke:hover {
    color: #fff !important;
    background-image: none !important; }
    .di_blue.stroke:hover i {
      border-right: 1px solid #fff; }

.di_blue.stroke[data-direction="down"]:hover:after {
  background: #33c6f4;
  height: 100%;
  z-index: -1; }

.di_red.button {
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
  color: #fff; }

.di_red.stroke {
  border: 1px solid #e74c3c;
  color: #e74c3c; }
  .di_red.stroke i {
    border-right: 1px solid #e74c3c;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_red.stroke:hover {
    color: #fff !important;
    background-image: none !important; }
    .di_red.stroke:hover i {
      border-right: 1px solid #fff; }

.di_red.stroke[data-direction="down"]:hover:after {
  background: #e74c3c;
  height: 100%;
  z-index: -1; }

.di_yellow.button {
  background-color: #f1c40f;
  border: 1px solid #f1c40f;
  color: #fff; }

.di_yellow.stroke {
  border: 1px solid #f1c40f;
  color: #f1c40f; }
  .di_yellow.stroke i {
    border-right: 1px solid #f1c40f;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_yellow.stroke:hover {
    color: #fff !important;
    background-image: none !important; }
    .di_yellow.stroke:hover i {
      border-right: 1px solid #fff; }

.di_yellow.stroke[data-direction="down"]:hover:after {
  background: #f1c40f;
  height: 100%;
  z-index: -1; }

.di_orange.button {
  background-color: #e57e25;
  border: 1px solid #e57e25;
  color: #fff; }

.di_orange.stroke {
  border: 1px solid #e57e25;
  color: #e57e25; }
  .di_orange.stroke i {
    border-right: 1px solid #e57e25;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_orange.stroke:hover {
    color: #fff !important;
    background-image: none !important; }
    .di_orange.stroke:hover i {
      border-right: 1px solid #fff; }

.di_orange.stroke[data-direction="down"]:hover:after {
  background: #e57e25;
  height: 100%;
  z-index: -1; }

.di_darckblue.button {
  background-color: #2d4356;
  border: 1px solid #2d4356;
  color: #fff; }

.di_darckblue.stroke {
  border: 1px solid #2d4356;
  color: #2d4356; }
  .di_darckblue.stroke i {
    border-right: 1px solid #2d4356;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_darckblue.stroke:hover {
    color: #fff !important;
    background-image: none !important; }
    .di_darckblue.stroke:hover i {
      border-right: 1px solid #fff; }

.di_darckblue.stroke[data-direction="down"]:hover:after {
  background: #2d4356;
  height: 100%;
  z-index: -1; }

.di_gray.button {
  background-color: #C0C0C0;
  border: 1px solid #C0C0C0;
  color: #fff; }

.di_gray.stroke {
  border: 1px solid #C0C0C0;
  color: #C0C0C0; }
  .di_gray.stroke i {
    border-right: 1px solid #C0C0C0;
    background: 0, 0, 0, 0 !important;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .di_gray.stroke:hover {
    color: #fff !important;
    background-image: none !important; }
    .di_gray.stroke:hover i {
      border-right: 1px solid #fff; }

.di_gray.stroke[data-direction="down"]:hover:after {
  background: #C0C0C0;
  height: 100%;
  z-index: -1; }

/*---------------------
 *      Sizes
 *--------------------*/
.tiny {
  font-size: 12px;
  font-weight: 600;
  min-width: 80px;
  padding: 6px 12px; }
  .tiny i {
    line-height: 25px; }

.mini {
  font-size: 14px;
  font-weight: 600;
  min-width: 120px;
  padding: 10px 16px; }
  .mini i {
    line-height: 32px; }

.small {
  font-size: 16px;
  font-weight: 600;
  min-width: 160px;
  padding: 14px 20px; }
  .small i {
    line-height: 45px; }

.large {
  font-size: 18px;
  font-weight: 600;
  min-width: 180px;
  padding: 18px 24px; }
  .large i {
    line-height: 55px; }

.big {
  font-size: 20px;
  font-weight: 600;
  min-width: 190px;
  padding: 22px 28px; }
  .big i {
    line-height: 65px; }

.huge {
  font-size: 22px;
  font-weight: 600;
  min-width: 200px;
  padding: 26px 32px; }
  .huge i {
    line-height: 77px; }

/*---------------------
 *      Rounded
 *--------------------*/
.no-rounded {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }

.Pill {
  -webkit-border-radius: 18em;
  -moz-border-radius: 18em;
  -ms-border-radius: 18em;
  border-radius: 18em; }

img, a img {
  border: none;
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  width: 100%;
  image-rendering: optimizeQuality;
  vertical-align: middle; }

.image .thumb {
  position: relative;
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-weight: normal;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 8.5px;
  line-height: 12.75px;
  font-size: 0.53125rem;
  line-height: 0.79688rem;
  overflow: hidden; }
  .image .thumb img {
    position: relative;
    -webkit-border-radius: 85px;
    -moz-border-radius: 85px;
    -ms-border-radius: 85px;
    border-radius: 85px; }
  .image .thumb.overlay:before {
    -webkit-border-radius: 85px;
    -moz-border-radius: 85px;
    -ms-border-radius: 85px;
    border-radius: 85px; }

.start-image, .dima-testimonial.quote-start .dima-testimonial-image, .dima-testimonial .dima-testimonial-image, .dima-author-box .dima-about-image, .dima-comments-list .dima-comment li .dima-comment-img, .dima-reviews-list .dima-comment li .dima-comment-img {
  float: left;
  margin-right: 30px;
  overflow: hidden; }
  .start-image.right, .dima-testimonial .right.dima-testimonial-image, .dima-author-box .right.dima-about-image, .dima-comments-list .dima-comment li .right.dima-comment-img, .dima-reviews-list .dima-comment li .right.dima-comment-img {
    margin-right: 0px; }

.end-image, .dima-testimonial.quote-end .dima-testimonial-image {
  float: right;
  margin-left: 30px;
  overflow: hidden; }
  .end-image.right, .dima-testimonial.quote-end .right.dima-testimonial-image {
    margin-left: 0px; }

.end-image .circle, .dima-testimonial.quote-end .dima-testimonial-image .circle, .start-image .circle, .dima-testimonial .dima-testimonial-image .circle, .dima-author-box .dima-about-image .circle, .dima-comments-list .dima-comment li .dima-comment-img .circle, .dima-reviews-list .dima-comment li .dima-comment-img .circle {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px; }

/* applies to GIF and PNG images; avoids blurry edges */
img[src$=".gif"], img[src$=".png"] {
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */ }

/*******************/
/*     divider     */
/*******************/
/*Line*/
.topaz-line {
  position: relative;
  color: #ff5733;
  width: 160px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 33px;
  font-size: 24px;
  line-height: 24px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center; }
  .topaz-line.full {
    width: 100%; }
    .topaz-line.full:before, .topaz-line.full:after {
      width: 48%; }
  .topaz-line:before, .topaz-line:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #d0cdbc;
    display: block;
    width: 60px;
    top: 11px; }
  .topaz-line:before {
    right: 0; }
  .topaz-line:after {
    left: 0; }
  .topaz-line.quote {
    margin-top: 0px !important;
    font-size: 24px;
    line-height: 24px;
    font-size: 1.5rem;
    line-height: 1.5rem; }
    .topaz-line.quote:before, .topaz-line.quote:after {
      top: 13px; }
  .topaz-line.hr-left {
    float: left;
    left: -6px;
    position: absolute;
    top: -9px; }
    .topaz-line.hr-left:after {
      content: '';
      position: absolute;
      border-bottom: 1px solid #d0cdbc;
      display: block;
      width: 60px;
      top: 4px; }
    .topaz-line.hr-left:before {
      content: none;
      top: 4px; }

hr {
  clear: both;
  display: block;
  height: 1px;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-style: solid;
  border-color: #d0cdbc;
  position: relative;
  padding: 35px 0 0;
  margin: 0 0 35px;
  float: none;
  width: 100%; }

.hr-start, .hr-end {
  clear: both;
  display: block;
  position: relative;
  padding: 0 0 45px 0; }
  .hr-start i, .hr-end i {
    position: relative;
    color: #ff5733;
    font-size: 10px;
    line-height: 10px;
    font-size: 0.625rem;
    line-height: 0.625rem; }

.hr-start {
  width: 100%; }
  .hr-start i {
    float: left; }
  .hr-start:after {
    content: '';
    position: absolute;
    border-bottom: 1px solid #d0cdbc;
    display: block;
    width: 150px;
    left: 15px;
    top: 5px; }

.hr-end {
  width: 100%; }
  .hr-end i {
    float: right; }
  .hr-end:before {
    content: '';
    position: absolute;
    border-bottom: 1px solid #d0cdbc;
    display: block;
    width: 150px;
    right: 15px;
    top: 5px; }

.divider {
  padding: 35px 0 0;
  margin: 0 0 35px;
  border-bottom: 1px solid transparent;
  clear: both; }
  .divider .dashed {
    border-bottom: 1px dashed #d0cdbc; }
  .divider .double {
    border-bottom: 3px double #d0cdbc; }

/*******************/
/*      TABS       */
/*******************/
.dima-tabs {
  display: block; }
  .dima-tabs.responsive-tab .dima-tab-nav > li > a.tab-control, .dima-tabs.responsive-tab .dima-tab-nav > li span.tab-control-spacer {
    float: left;
    width: 20px;
    height: 42px;
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
    color: #d0cdbc; }
    .dima-tabs.responsive-tab .dima-tab-nav > li > a.tab-control.right, .dima-tabs.responsive-tab .dima-tab-nav > li span.tab-control-spacer.right {
      float: right; }
  .dima-tabs.responsive-tab .dima-tab-nav > li span.tab-control-spacer {
    line-height: 28px;
    color: transparent;
    background: transparent; }
  .dima-tabs.responsive-tab .dima-tab-nav > li > a.tab-control:hover {
    color: #ff5733; }

/*1-Header*/
.dima-tab-nav {
  overflow: auto;
  position: relative;
  margin-bottom: 0;
  width: 100%;
  clear: both;
  z-index: 99999; }
  .dima-tab-nav.float-start {
    margin-right: -1px;
    margin-left: 1px; }
  .dima-tab-nav.float-end {
    margin-right: 1px;
    margin-left: -1px; }
  .dima-tab-nav.float-start, .dima-tab-nav.float-end {
    width: 25%; }
    .dima-tab-nav.float-start li, .dima-tab-nav.float-end li {
      width: 100%;
      border-bottom: none;
      border-right: 1px solid #d0cdbc; }
      .dima-tab-nav.float-start li:last-child, .dima-tab-nav.float-end li:last-child {
        border-bottom: 1px solid #d0cdbc; }
  .dima-tab-nav.float-start li.active {
    border-right: none; }
  .dima-tab-nav.float-end li.active {
    border-left: none; }
  .dima-tab-nav li {
    float: left;
    margin-bottom: 0;
    text-align: center;
    border: 1px solid #d0cdbc;
    border-right: none;
    font-family: "Open Sans", Helvetica, Georgia, Times, serif; }
    .dima-tab-nav li:last-child {
      border-right: 1px solid #d0cdbc; }
    .dima-tab-nav li a {
      padding: 20px 30px;
      font-size: 14px;
      line-height: 16px;
      font-size: 0.875rem;
      line-height: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      line-height: 1.3;
      color: #6a6359;
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: #faf9f5;
      display: block; }
      .dima-tab-nav li a i {
        height: inherit;
        line-height: 0 !important;
        color: #6a6359 !important; }
    .dima-tab-nav li.active {
      border-bottom-color: #FFFFFF; }
    .dima-tab-nav li.active a {
      color: #6a6359;
      background-color: #FFFFFF;
      cursor: default;
      a: hover;
        a--webkit-box-shadow: inset 0 3px 0 0 #ff2a13;
        a-box-shadow: inset 0 3px 0 0 #ff2a13; }

/*2-Content*/
.dima-tab-content {
  overflow: auto;
  position: relative;
  margin-bottom: 1.313em;
  border: 1px solid #d0cdbc;
  background-color: #FFFFFF;
  z-index: 2;
  margin-top: -1px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  .dima-tab-content .dima-tab_content {
    padding: 18px 30px;
    display: none;
    min-height: 220px; }
    .dima-tab-content .dima-tab_content.active {
      display: block; }
  .dima-tab-content.float-end {
    width: 75%;
    margin-top: 0;
    left: -1px;
    z-index: 5; }
  .dima-tab-content.float-start {
    width: 75%;
    margin-top: 0;
    right: -1px;
    z-index: 5; }

/*******************/
/*   Accordion     */
/*******************/
li.dima-accordion-group {
  border: 1px solid #d0cdbc;
  border-bottom: none; }
  li.dima-accordion-group.dima-style {
    margin-bottom: 10px;
    border-bottom: 1px solid #d0cdbc; }
    li.dima-accordion-group.dima-style .dima-accordion-header .dima-accordion-toggle:before {
      font-family: "fontawesome";
      content: "\f068";
      float: right;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
      margin-right: 0px; }
    li.dima-accordion-group.dima-style .dima-accordion-header .dima-accordion-toggle.collapsed:before {
      color: #6a6359;
      content: "\f067";
      float: right;
      margin-right: 0px; }
  li.dima-accordion-group .dima-accordion-header {
    overflow: hidden;
    border-bottom: 0; }
    li.dima-accordion-group .dima-accordion-header .dima-accordion-toggle {
      display: block;
      padding: 20px 30px;
      font-family: "Open Sans", Helvetica, Georgia, Times, serif;
      font-size: 14px;
      line-height: 16px;
      font-size: 0.875rem;
      line-height: 1rem;
      font-weight: 600;
      color: #fff;
      background: #ff5733;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in;
      text-align: left; }
      li.dima-accordion-group .dima-accordion-header .dima-accordion-toggle:before {
        font-family: "fontawesome";
        content: "\f054";
        position: relative;
        display: inline-block;
        margin-right: 15px;
        color: #fff;
        -webkit-transition: all 0.25s ease-in;
        -moz-transition: all 0.25s ease-in;
        -o-transition: all 0.25s ease-in;
        transition: all 0.25s ease-in;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      li.dima-accordion-group .dima-accordion-header .dima-accordion-toggle.collapsed {
        background-color: #faf9f5;
        color: #6a6359; }
        li.dima-accordion-group .dima-accordion-header .dima-accordion-toggle.collapsed:before {
          color: #6a6359;
          content: "\f054";
          -webkit-transform: rotate(0deg);
          -moz-transform: rotate(0deg);
          -o-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
          transform: rotate(0deg);
          float: left; }
  li.dima-accordion-group .dima-accordion-content.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
    li.dima-accordion-group .dima-accordion-content.collapse.in {
      height: auto; }
  li.dima-accordion-group .dima-accordion-content .dima-accordion-inner {
    padding: 18px 30px;
    border-top: 1px solid #d0cdbc;
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none; }
  li.dima-accordion-group .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
  li.dima-accordion-group:last-child {
    border-bottom: 1px solid #d0cdbc;
    margin-bottom: 30px; }

/*******************/
/*  Nottification   */
/*******************/
.dima-alert {
  position: relative;
  margin-bottom: 1.313em;
  padding: 0.786em 2.25em 0.786em 1.15em;
  font-size: 14px;
  line-height: 16px;
  font-size: 0.875rem;
  line-height: 1rem;
  line-height: 1.5;
  clear: both;
  color: #FFF; }
  .dima-alert a {
    color: #FFF;
    border-bottom: 1px dotted #FFFFFF; }
    .dima-alert a:hover {
      border-bottom: none; }
  .dima-alert i {
    font-size: 20px;
    line-height: 25px;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    float: left;
    padding: 0 15px 0 15px; }
  .dima-alert .header-alert {
    margin: 0.05em 0 0.25em;
    font-size: 18px;
    line-height: 19px;
    font-size: 1.125rem;
    line-height: 1.1875rem;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #FFF;
    display: inline; }
  .dima-alert p {
    color: #FFF;
    display: inline; }
  .dima-alert .close {
    font-size: 20px;
    line-height: 19px;
    font-size: 1.25rem;
    line-height: 1.1875rem;
    font-weight: 300;
    position: absolute;
    top: 7px;
    right: 10px;
    line-height: 1;
    color: inherit;
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none; }

.dima-alert-warning {
  background-color: #ffbc00 !important; }

.dima-alert-info {
  background-color: #0288d1 !important; }

.dima-alert-error {
  background-color: #e74c3c !important; }

.dima-alert-success {
  background-color: #7cb342 !important; }

/*******************/
/*       Boxes     */
/*******************/
.box {
  background: #FFFFFF;
  border: 1px solid #d0cdbc;
  padding: 30px; }
  .box .box-titel {
    margin-bottom: 30px; }
  .box.box-with-marge {
    margin-bottom: 30px; }
  .box.coupon-box {
    overflow: hidden; }

.shot {
  background: transparent;
  border: 10px solid white;
  margin: 1px 10px 1px 10px;
  display: block;
  -webkit-box-shadow: 0 0 0 1px #d0cdbc;
  box-shadow: 0 0 0 1px #d0cdbc; }
  .shot img {
    width: 100%; }
  .shot.banner {
    margin: 0px; }

.dima-box {
  background: #FFFFFF;
  border: 3px solid #d0cdbc;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden; }
  .dima-box .box-titel {
    margin-bottom: 30px; }

.banner {
  position: relative;
  overflow: hidden;
  max-height: 350px;
  cursor: pointer; }
  .banner .banner-content {
    position: absolute;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: white;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2; }
  .banner img {
    width: 100%; }

/**/
/***********************************************************************************************/
/* Callout Box*/
/***********************************************************************************************/
a .dima-callout {
  color: #828077; }

.dima-callout {
  overflow: hidden;
  position: relative;
  margin: 35px 0;
  border: 1px solid #d0cdbc;
  padding: 30px;
  background-color: #FFFFFF;
  display: block;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  z-index: 40; }
  .dima-callout p {
    font-size: 18px;
    line-height: 30px;
    font-size: 1.125rem;
    line-height: 1.875rem;
    font-weight: 300; }
  .dima-callout .button {
    margin-top: 35px;
    margin-bottom: 0;
    z-index: 50; }

.h-callout {
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 35px;
  font-size: 2.25rem;
  line-height: 2.1875rem;
  font-weight: 700;
  color: inherit; }

.p-callout {
  position: relative;
  margin-bottom: 0px;
  color: inherit; }

.b-callout {
  margin-top: 20px;
  float: right; }

.hover-callout:hover {
  background: #ff5733;
  color: #FFF;
  border: 1px solid transparent; }

.reverse-custom {
  background: #ff5733;
  color: #FFF; }

.callout-custom-one {
  background: #ecf0f1;
  color: #34495e;
  border: none; }

.callout-custom-two {
  background: #34495e;
  color: #ecf0f1;
  border: none; }

/***********************************************************************************************/
/* Pricing Table*/
/***********************************************************************************************/
.dima-pricing-table {
  width: 100%;
  margin: 1.313em 0;
  float: left; }
  .dima-pricing-table .dima-pricing-col {
    float: left;
    text-align: center;
    position: relative; }
    .dima-pricing-table .dima-pricing-col.pricing-style-two li:nth-child(2n+1) {
      background-color: #f9f9f9; }
    .dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info {
      background: #fff;
      padding: 30px 0px 0px 0px; }
      .dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info ul li {
        border-bottom: 1px solid #d0cdbc; }
        .dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info ul li:first-child {
          border-top: 1px solid #d0cdbc; }
        .dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info ul li:nth-child(2n+1) {
          background-color: #faf9f5; }
        .dima-pricing-table .dima-pricing-col.pricing-style-two .dima-pricing-col-info ul li:first-child {
          padding: 10px 0; }
    .dima-pricing-table .dima-pricing-col.pricing-style-three .dima-pricing-col-info {
      background: #6a6359;
      padding: 30px 0px 30px 0px;
      border: 1px solid #6a6359; }
      .dima-pricing-table .dima-pricing-col.pricing-style-three .dima-pricing-col-info ul li {
        border: none;
        color: #fff; }
      .dima-pricing-table .dima-pricing-col.pricing-style-three .dima-pricing-col-info .button {
        color: #fff;
        border: 1px solid #fff; }
    .dima-pricing-table .dima-pricing-col.pricing-style-three.featured .button {
      background: transparent !important;
      border-color: #FFF !important; }
    .dima-pricing-table .dima-pricing-col.box-shadow .header {
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.125); }
    .dima-pricing-table .dima-pricing-col.box-shadow .dima-pricing-col-info {
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.125); }
    .dima-pricing-table .dima-pricing-col.featured {
      z-index: 99; }
      .dima-pricing-table .dima-pricing-col.featured .header {
        background: #ff5733;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #ff5733; }
      .dima-pricing-table .dima-pricing-col.featured .button {
        background: #ff5733 !important;
        border-color: #ff5733 !important; }
    .dima-pricing-table .dima-pricing-col.featured-larg {
      z-index: 99;
      margin-top: -14px; }
      .dima-pricing-table .dima-pricing-col.featured-larg .header {
        background: #ff5733;
        color: #fff;
        text-transform: uppercase;
        padding: 13.8% 5px;
        border: 1px solid #ff5733; }
      .dima-pricing-table .dima-pricing-col.featured-larg .dima-pricing-col-info {
        padding-bottom: 45px; }
      .dima-pricing-table .dima-pricing-col.featured-larg .button {
        background: #ff5733 !important;
        border-color: #ff5733 !important; }
    .dima-pricing-table .dima-pricing-col .header {
      position: relative;
      background-color: #6a6359;
      padding: 11.8% 5px;
      margin: 0;
      margin-bottom: -1px;
      margin-left: -1px;
      border: 1px solid #6a6359;
      letter-spacing: 0; }
      .dima-pricing-table .dima-pricing-col .header h2 {
        margin-bottom: 18px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0;
        font-size: 32px;
        line-height: 35px;
        font-size: 2rem;
        line-height: 2.1875rem; }
      .dima-pricing-table .dima-pricing-col .header span {
        display: block;
        font-size: 18px;
        line-height: 15px;
        font-size: 1.125rem;
        line-height: 0.9375rem;
        color: #fff; }
    .dima-pricing-table .dima-pricing-col.dima-offers {
      margin: 0;
      border-left: none !important; }
      .dima-pricing-table .dima-pricing-col.dima-offers .dima-pricing-col-info {
        border: none;
        margin-top: 136px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .dima-pricing-table .dima-pricing-col .dima-pricing-col-info {
      background: #fff;
      padding: 28px 30px;
      margin: 0;
      margin-bottom: -1px;
      margin-left: -1px;
      border: 1px solid #d0cdbc; }
      .dima-pricing-table .dima-pricing-col .dima-pricing-col-info ul {
        padding-bottom: 30px; }
        .dima-pricing-table .dima-pricing-col .dima-pricing-col-info ul li {
          padding: 10px 0;
          font-size: 14px;
          line-height: 22px;
          font-size: 0.875rem;
          line-height: 1.375rem;
          border-bottom: 1px solid #f4f3ef; }
          .dima-pricing-table .dima-pricing-col .dima-pricing-col-info ul li:first-child {
            padding: 0px 40px 11px; }
      .dima-pricing-table .dima-pricing-col .dima-pricing-col-info .button {
        text-transform: uppercase;
        background: #6a6359;
        border-color: #6a6359;
        margin-bottom: 0;
        -webkit-backface-visibility: hidden; }

.rating {
  font-family: "FontAwesome";
  overflow: hidden; }
  .rating span {
    display: inline !important;
    margin-right: 2px; }
    .rating span:last-child {
      margin-right: 0px; }
  .rating span:before {
    content: "\f005";
    color: #ff5733;
    font-size: 18px;
    line-height: 18px;
    font-size: 1.125rem;
    line-height: 1.125rem; }
  .rating.undertitle {
    span: before;
      span-color: #FFF; }
  .rating span.star:before {
    content: "\f006";
    color: #ff5733; }
  .rating.undertitle span.star:before {
    color: #FFF; }

/***********************************************************************************************/
/* Table*/
/***********************************************************************************************/
.dima-data-table-wrap {
  overflow: hidden;
  margin-bottom: 20px; }
  .dima-data-table-wrap table {
    width: 100%;
    border-collapse: collapse; }
    .dima-data-table-wrap table tr {
      border-bottom: 1px dotted #d0cdbc; }
      .dima-data-table-wrap table tr td {
        padding: 15px 12px;
        font-size: 13px;
        text-align: center;
        vertical-align: middle; }
    .dima-data-table-wrap table th {
      padding: 12px 12px;
      background-color: #e5e3da;
      color: #8f8864;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      vertical-align: middle; }

/***********************************************************************************************/
/* Pagination*/
/***********************************************************************************************/
.dima-pagination {
  position: relative; }
  .dima-pagination ul {
    padding: 0;
    list-style: none;
    display: inline-block; }
    .dima-pagination ul li {
      margin: 0;
      padding: 0;
      display: inline-block;
      position: relative; }
      .dima-pagination ul li a {
        font-size: 13px;
        line-height: 30px;
        font-size: 0.8125rem;
        line-height: 1.875rem;
        margin: 0 2px;
        padding: 0 11px;
        float: left;
        height: 32px;
        text-align: center;
        font-weight: 400;
        text-decoration: none;
        color: #828077;
        background-color: #faf9f5;
        -webkit-transition: all 0.2s ease-in;
        -moz-transition: all 0.2s ease-in;
        -o-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        border: 1px solid #d0cdbc; }
        .dima-pagination ul li a:hover {
          background: #ff5733;
          border: 1px solid #ff5733;
          color: white; }
      .dima-pagination ul li:last-child span:before {
        font-family: "FontAwesome";
        content: '\f105'; }
  .dima-pagination .current-page {
    display: inline-block;
    text-align: left;
    margin: 0 2px;
    font-weight: bold;
    color: white;
    background-color: #ff5733;
    border: 1px solid #ff5733; }

/***********************************************************************************************/
/* Timeline*/
/***********************************************************************************************/
.dima-timeline {
  position: relative;
  margin: 0px auto;
  margin-bottom: 10px; }
  .dima-timeline .post {
    margin-bottom: 10px; }
  .dima-timeline .timeline_element-left {
    position: relative;
    float: left;
    clear: left;
    width: 100%; }
    .dima-timeline .timeline_element-left .post {
      margin-right: 100px; }
    .dima-timeline .timeline_element-left .date {
      position: absolute;
      top: 50%;
      margin-top: -22px;
      left: 50%;
      margin-left: 25px; }
  .dima-timeline .timeline_element-right {
    position: relative;
    float: right;
    clear: right;
    width: 100%; }
    .dima-timeline .timeline_element-right .timeline_element-content:before {
      left: 50%;
      top: 50%; }
    .dima-timeline .timeline_element-right .post {
      margin-left: 100px; }
    .dima-timeline .timeline_element-right .date {
      position: absolute;
      top: 50%;
      margin-top: -22px;
      right: 50%;
      margin-right: 25px; }
  .dima-timeline .timeline_element-content {
    float: inherit;
    margin: 10px 60px;
    width: 50%; }
    .dima-timeline .timeline_element-content:after, .dima-timeline .timeline_element-content:before {
      content: '';
      position: absolute;
      display: block;
      background: #FFFFFF;
      top: 50%;
      right: 50%;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
    .dima-timeline .timeline_element-content:after {
      width: 14px;
      height: 14px;
      border: 1px solid #d0cdbc;
      margin-right: -7px;
      margin-left: -7px;
      margin-top: -20px; }
    .dima-timeline .timeline_element-content:before {
      content: '';
      position: absolute;
      display: block;
      width: 20px;
      height: 30px;
      margin-top: -27px;
      margin-right: -10px;
      margin-left: -10px; }
    .dima-timeline .timeline_element-content:hover:after {
      background: #ff5733 !important;
      border-color: transparent; }
    .dima-timeline .timeline_element-content:hover h5 a, .dima-timeline .timeline_element-content:hover .posted_in label a, .posted_in .dima-timeline .timeline_element-content:hover label a, .dima-timeline .timeline_element-content:hover h5 i, .dima-timeline .timeline_element-content:hover .posted_in label i, .posted_in .dima-timeline .timeline_element-content:hover label i {
      color: #ff5733; }
  .dima-timeline.dima-timeline-blog .timeline_element-right {
    margin-top: 100px;
    width: 50%; }
    .dima-timeline.dima-timeline-blog .timeline_element-right .post {
      margin-left: 30px; }
      .dima-timeline.dima-timeline-blog .timeline_element-right .post:before {
        content: '';
        position: absolute;
        display: block;
        width: 30px;
        height: 0px;
        border-top: 1px solid #dfdfdf;
        left: 0;
        top: 28px; }
    .dima-timeline.dima-timeline-blog .timeline_element-right .timeline_element-content {
      position: relative; }
      .dima-timeline.dima-timeline-blog .timeline_element-right .timeline_element-content:after, .dima-timeline.dima-timeline-blog .timeline_element-right .timeline_element-content:before {
        left: 0; }
  .dima-timeline.dima-timeline-blog .timeline_element-left {
    width: 50%; }
    .dima-timeline.dima-timeline-blog .timeline_element-left .post {
      margin-right: 30px; }
      .dima-timeline.dima-timeline-blog .timeline_element-left .post:before {
        content: '';
        position: absolute;
        display: block;
        width: 30px;
        height: 0px;
        border-top: 1px solid #dfdfdf;
        right: 0;
        top: 28px; }
    .dima-timeline.dima-timeline-blog .timeline_element-left .timeline_element-content {
      position: relative; }
      .dima-timeline.dima-timeline-blog .timeline_element-left .timeline_element-content:after, .dima-timeline.dima-timeline-blog .timeline_element-left .timeline_element-content:before {
        right: 0; }
  .dima-timeline.dima-timeline-blog .timeline_element-content {
    margin: 10px 0px;
    width: 100%; }
    .dima-timeline.dima-timeline-blog .timeline_element-content:after, .dima-timeline.dima-timeline-blog .timeline_element-content:before {
      content: '';
      position: absolute;
      display: block;
      background: #FFFFFF;
      top: 40px; }
    .dima-timeline.dima-timeline-blog .timeline_element-content:after {
      width: 14px;
      height: 14px;
      border: 1px solid #d0cdbc;
      margin-right: -7px;
      margin-left: -7px; }
    .dima-timeline.dima-timeline-blog .timeline_element-content:before {
      content: '';
      position: absolute;
      display: block;
      width: 20px;
      height: 30px;
      margin-right: -7px;
      margin-left: -7px; }
    .dima-timeline.dima-timeline-blog .timeline_element-content:hover:after {
      background: #ff5733;
      border-color: transparent; }

.dima-timeline-list li {
  margin-bottom: 70px; }
  .dima-timeline-list li i {
    background: #FFFFFF; }
  .dima-timeline-list li:before {
    content: '';
    border-left: 1px solid #d0cdbc;
    left: 62.5px;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 125px; }
  .dima-timeline-list li:last-child {
    margin-bottom: 0px; }
    .dima-timeline-list li:last-child:before {
      height: 0%; }

.H-line, .dima-timeline .line {
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 0px;
  bottom: 100%;
  border-left: 1px solid #d0cdbc;
  height: 100%; }
  .H-line:after, .dima-timeline .line:after, .H-line:before, .dima-timeline .line:before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    background: #d0cdbc; }
  .H-line:before, .dima-timeline .line:before {
    top: -5px;
    left: -3px; }
  .H-line:after, .dima-timeline .line:after {
    bottom: -5px;
    left: -3px; }

/*******************/
/*  testimonials   */
/*******************/
.dima-testimonial {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }
  .dima-testimonial.testimonial-side {
    position: relative; }
    .dima-testimonial.testimonial-side blockquote {
      background: #FFFFFF;
      border: 1px solid #d0cdbc;
      padding: 30px;
      width: 100%; }
    .dima-testimonial.testimonial-side .dima-testimonial-image {
      margin-top: 30px; }
  .dima-testimonial.quote-style blockquote {
    width: 100%;
    font-style: italic; }
    .dima-testimonial.quote-style blockquote:before {
      content: '';
      margin-top: 0px; }
    .dima-testimonial.quote-style blockquote p {
      color: #FFF;
      font-size: 24px;
      line-height: 30px;
      font-size: 1.5rem;
      line-height: 1.875rem;
      margin-bottom: 35px;
      font-weight: 300; }
    .dima-testimonial.quote-style blockquote .dima-testimonial-meta, .dima-testimonial.quote-style blockquote .timePosted {
      color: #ff5733;
      font-size: 14px;
      line-height: 16px;
      font-size: 0.875rem;
      line-height: 1rem;
      letter-spacing: 0.5px;
      margin-bottom: 0; }
  .dima-testimonial blockquote {
    overflow: hidden;
    border-left: none;
    padding-left: 0; }
    .dima-testimonial blockquote:before {
      content: "\f10d";
      font-family: "FontAwesome";
      font-size: 25px;
      line-height: 30px;
      font-size: 1.5625rem;
      line-height: 1.875rem;
      color: #ff5733;
      vertical-align: -0.4em;
      float: left;
      margin-right: 20px;
      margin-top: 7px;
      font-style: normal; }
    .dima-testimonial blockquote .quote-content {
      overflow: hidden; }
      .dima-testimonial blockquote .quote-content p {
        font-size: 18px;
        line-height: 30px;
        font-size: 1.125rem;
        line-height: 1.875rem;
        font-style: italic;
        margin-bottom: 0; }
      .dima-testimonial blockquote .quote-content .dima-testimonial-meta {
        display: block;
        margin-top: 15px;
        color: #ff5733 !important;
        font-size: 14px;
        line-height: 20px;
        font-size: 0.875rem;
        line-height: 1.25rem; }
        .dima-testimonial blockquote .quote-content .dima-testimonial-meta strong {
          letter-spacing: 2px;
          font-weight: 400; }
    .dima-testimonial blockquote.without-icon:before {
      content: ""; }
  .dima-testimonial.quote-start .dima-testimonial-image {
    margin-top: 9px;
    border: 2px solid #d0cdbc; }
  .dima-testimonial.quote-end .dima-testimonial-image {
    margin-top: 9px;
    border: 2px solid #d0cdbc;
    margin-right: 0; }
  .dima-testimonial .dima-testimonial-image {
    margin-top: 9px;
    border: 2px solid #d0cdbc; }
  .dima-testimonial .rating span:before {
    color: #FFFFFF; }

.quote-text {
  border-left: none;
  font-size: 16px;
  line-height: 15px;
  font-size: 1rem;
  line-height: 0.9375rem;
  font-style: italic;
  position: relative;
  margin-bottom: 30px; }
  .quote-text .dima-testimonial-image {
    margin-top: 20px !important; }
  .quote-text.quote-start blockquote {
    width: auto; }
  .quote-text.quote-start:before {
    top: 54px;
    right: auto;
    left: 89px;
    border-right-color: #FFFFFF; }
  .quote-text.quote-start:after {
    top: 55px;
    right: auto;
    left: 88px;
    border-right-color: #d0cdbc; }
  .quote-text.quote-end blockquote {
    width: auto; }
  .quote-text.quote-end:before {
    top: 54px;
    left: auto;
    right: 88px;
    border-left-color: #FFFFFF; }
  .quote-text.quote-end:after {
    top: 55px;
    left: auto;
    right: 88px;
    border-left-color: #d0cdbc; }
  .quote-text.quote-start-bottom:before {
    top: auto;
    right: auto;
    bottom: 78px;
    left: 30px;
    border-top-color: #FFFFFF; }
  .quote-text.quote-start-bottom:after {
    top: auto;
    right: auto;
    bottom: 78px;
    left: 31px;
    border-top-color: #d0cdbc; }
  .quote-text.quote-end-bottom .dima-testimonial-image {
    float: right;
    margin-right: 0px; }
  .quote-text.quote-end-bottom:before {
    top: auto;
    left: auto;
    right: 30px;
    margin-right: -4px;
    bottom: 78px;
    border-top-color: #FFFFFF; }
  .quote-text.quote-end-bottom:after {
    top: auto;
    left: auto;
    right: 27px;
    bottom: 78px;
    border-top-color: #d0cdbc; }
  .quote-text.quote-start-top {
    margin-top: 25px; }
    .quote-text.quote-start-top .dima-testimonial-image {
      float: left;
      margin-left: 0px;
      margin-bottom: 20px;
      margin-top: 0px !important; }
    .quote-text.quote-start-top blockquote {
      float: left; }
    .quote-text.quote-start-top:before {
      bottom: auto;
      top: 78px;
      right: auto;
      left: 25px;
      margin-right: 0;
      border-bottom-color: #FFFFFF; }
    .quote-text.quote-start-top:after {
      bottom: auto;
      top: 78px;
      right: auto;
      left: 26px;
      border-bottom-color: #d0cdbc; }
  .quote-text.quote-end-top {
    margin-top: 25px; }
    .quote-text.quote-end-top .dima-testimonial-image {
      float: right;
      margin-right: 0px;
      margin-bottom: 20px;
      margin-top: 0px !important; }
    .quote-text.quote-end-top blockquote {
      float: right; }
    .quote-text.quote-end-top:before {
      bottom: auto;
      top: 78px;
      left: auto;
      right: 25px;
      margin-left: 0;
      border-bottom-color: #FFFFFF; }
    .quote-text.quote-end-top:after {
      bottom: auto;
      top: 78px;
      left: auto;
      right: 26px;
      border-bottom-color: #d0cdbc; }
  .quote-text.quote-top-center .dima-testimonial-image {
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px !important;
    left: 50%;
    margin-left: -40px; }
  .quote-text.quote-top-center blockquote {
    float: right;
    width: 100%; }
  .quote-text.quote-bottom-center .dima-testimonial-image {
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px !important;
    left: 50%;
    margin-left: -40px; }
  .quote-text.quote-bottom-center blockquote {
    float: right;
    width: 100%; }
  .quote-text.quote-top-center-arrow .dima-testimonial-image {
    display: block;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0px !important;
    left: 50%;
    margin-left: -40px; }
  .quote-text.quote-top-center-arrow blockquote {
    float: right; }
  .quote-text.quote-top-center-arrow:before {
    bottom: auto;
    top: 78px;
    left: auto;
    right: 47%;
    margin-left: 0;
    border-bottom-color: #FFFFFF; }
  .quote-text.quote-top-center-arrow:after {
    bottom: auto;
    top: 78px;
    left: auto;
    right: 47.1%;
    border-bottom-color: #d0cdbc; }
  .quote-text.quote-bottom-center-arrow .dima-testimonial-image {
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 0px !important;
    left: 50%;
    margin-left: -40px; }
  .quote-text.quote-bottom-center-arrow blockquote {
    float: right; }
  .quote-text.quote-bottom-center-arrow:before {
    top: auto;
    bottom: 78px;
    left: auto;
    right: 47%;
    margin-left: 0;
    border-top-color: #FFFFFF; }
  .quote-text.quote-bottom-center-arrow:after {
    top: auto;
    bottom: 78px;
    left: auto;
    right: 47.1%;
    border-top-color: #d0cdbc; }
  .quote-text:before {
    border: solid 14px transparent;
    z-index: 3; }
  .quote-text:before, .quote-text:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute; }
  .quote-text:after {
    border: solid 14px transparent;
    z-index: 2;
    border-width: 13px; }

.owl-item .dima-testimonial {
  margin-bottom: 0px !important; }

/***********************************************************************************************/
/* google-maps*/
/***********************************************************************************************/
.google-maps {
  position: relative;
  width: 100%; }
  .google-maps .map-conrent {
    padding: 3em 0;
    position: absolute;
    width: 100%;
    z-index: 10; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }
.progress {
  height: 11px;
  margin-bottom: 10px; }
  .progress.progress-shadow {
    background-color: #f5f5f5;
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45); }
    .progress.progress-shadow .progress-bar {
      -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
      -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45);
      box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.45); }
  .progress.progress-border {
    border: 1px solid #ff5733; }
  .progress .progress-bar {
    position: relative;
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #ff5733;
    transition: width 0.6s ease; }

.percent {
  position: absolute;
  right: -18px;
  bottom: 18px;
  height: 27px;
  padding: 2px 6px;
  font-size: 14px;
  line-height: 21px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.75);
  color: white;
  background-color: #ff5733; }
  .percent span {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: -5px;
    left: 37%;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-top-color: #ff5733; }

.percent-end {
  position: absolute;
  right: 0;
  bottom: -2px;
  font-size: 14px;
  line-height: 21px;
  color: #828077;
  font-weight: 400; }

.h-skill {
  position: relative;
  margin-bottom: 30px;
  color: #828077; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.circular-bar {
  text-align: center;
  position: relative; }
  .circular-bar .circular-bar-content {
    position: relative;
    text-align: center; }
    .circular-bar .circular-bar-content label {
      display: block;
      font-weight: 400;
      font-size: 18px;
      line-height: 20px;
      font-size: 1.125rem;
      line-height: 1.25rem; }
  .circular-bar strong {
    margin-top: -15px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    font-size: 0.875rem;
    line-height: 1.5rem; }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: 3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: #000000; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000; }

.scroll-to-top {
  background: #1c1c1a;
  color: #FFFFFF;
  display: block;
  height: 9px;
  padding: 11px 0 35px;
  position: fixed;
  right: 10px;
  bottom: 63px;
  text-align: center;
  text-decoration: none;
  width: 49px;
  height: 49px;
  z-index: 1040;
  font-size: 25px;
  line-height: 25px;
  font-size: 1.5625rem;
  line-height: 1.5625rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
  -moz-transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
  -o-transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
  -ms-transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
  transform: perspective(300px) rotateY(-120deg) translateZ(-10px);
  border: 1px solid #FFFFFF; }
  .scroll-to-top.on {
    opacity: 1 !important;
    -webkit-transition-delay: 0s !important;
    -moz-transition-delay: 0s !important;
    -ms-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    -webkit-transform: perspective(300px) rotateY(0deg);
    -moz-transform: perspective(300px) rotateY(0deg);
    -o-transform: perspective(300px) rotateY(0deg);
    -ms-transform: perspective(300px) rotateY(0deg);
    transform: perspective(300px) rotateY(0deg); }
  .scroll-to-top.off {
    opacity: 0; }

/***********************************************************************************************/
/* Clinet*/
/***********************************************************************************************/
.clients-wrapper {
  position: relative; }
  .clients-wrapper a img {
    opacity: .6;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-backface-visibility: hidden;
    width: auto; }
  .clients-wrapper a:hover img {
    opacity: 1; }
  .clients-wrapper .prev-next {
    opacity: 0; }
  .clients-wrapper.grid .client {
    border: 1px dashed #d0cdbc;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    margin-right: -1px !important;
    margin-top: -1px !important; }

.owl-slider, .screenshots, .clients-wrapper {
  position: relative;
  clear: both; }
  .owl-slider .prev-next, .screenshots .prev-next, .clients-wrapper .prev-next {
    display: none;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 1;
    position: absolute;
    width: 100%;
    top: 50%; }
    .owl-slider .prev-next a, .screenshots .prev-next a, .clients-wrapper .prev-next a {
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      .owl-slider .prev-next a:before, .screenshots .prev-next a:before, .clients-wrapper .prev-next a:before {
        content: '';
        font-family: "FontAwesome";
        position: absolute;
        top: 50%;
        margin-top: -25px;
        color: #6a6359;
        padding: 5px;
        font-size: 25px;
        line-height: 25px;
        font-size: 1.5625rem;
        line-height: 1.5625rem; }
        .owl-slider .prev-next a:before:hover, .screenshots .prev-next a:before:hover, .clients-wrapper .prev-next a:before:hover {
          color: #ff5733; }
    .owl-slider .prev-next a.prev:before, .screenshots .prev-next a.prev:before, .clients-wrapper .prev-next a.prev:before {
      content: '\f104';
      left: -40px; }
    .owl-slider .prev-next a.next:before, .screenshots .prev-next a.next:before, .clients-wrapper .prev-next a.next:before {
      content: '\f105';
      right: -40px; }

.dark-owl-page .owl-controls {
  margin-top: 30px; }
.dark-owl-page .owl-page span {
  background: rgba(255, 255, 255, 0);
  border: 1px solid #6a6359 !important; }
.dark-owl-page .owl-page.active span,
.dark-owl-page .clickable .owl-page:hover span {
  background: #6a6359 !important; }
.dark-owl-page .owl-page span.owl-numbers {
  color: #6a6359 !important; }

.isotope-owl .owl-item {
  margin: 0 15px; }

.dima-bnner {
  clear: both; }
  .dima-bnner li {
    font-size: .75em;
    text-align: center;
    margin-bottom: 1em;
    box-shadow: none !important; }
    .dima-bnner li.double {
      width: 97%; }

.box-square header i, .box-circle header i {
  width: 125px;
  height: 125px;
  text-align: center;
  -moz-box-shadow: 0 0 0 1px #d0cdbc;
  -webkit-box-shadow: 0 0 0 1px #d0cdbc;
  box-shadow: 0 0 0 1px #d0cdbc;
  line-height: 125px; }
  .box-square header i .topaz-border:before, .box-square header i .topaz-border:after, .box-square header i .topaz-hover:before, .box-square header i .topaz-hover:after, .box-circle header i .topaz-border:before, .box-circle header i .topaz-border:after, .box-circle header i .topaz-hover:before, .box-circle header i .topaz-hover:after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }
.box-square.box-circle header i, .box-circle.box-circle header i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }
  .box-square.box-circle header i .topaz-hover:after, .box-square.box-circle header i .topaz-hover:before, .box-circle.box-circle header i .topaz-hover:after, .box-circle.box-circle header i .topaz-hover:before {
    border-radius: 50%; }
.box-square:hover header i, .box-circle:hover header i {
  background: #ff5733 !important;
  color: #FFF;
  -moz-box-shadow: 0 0 0 1px #FFF;
  -webkit-box-shadow: 0 0 0 1px #FFF;
  box-shadow: 0 0 0 1px #FFF; }
.box-square:hover header .topaz-hover:before, .box-square:hover header .topaz-hover:after, .box-circle:hover header .topaz-hover:before, .box-circle:hover header .topaz-hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1); }

/*SERVERS BOX*/
.services header {
  margin-bottom: 18px; }
  .services header i {
    position: relative;
    color: #6a6359;
    font-size: 58px;
    margin: 0 auto;
    margin-bottom: 35px;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .services header h1 {
    margin-bottom: 0px; }
  .services header h2 {
    margin-bottom: 0px; }
  .services header h3 {
    margin-bottom: 0px; }
  .services header h4 {
    margin-bottom: 0px; }
  .services header h5, .services header .posted_in label, .posted_in .services header label {
    margin-bottom: 0px; }
  .services header h6 {
    margin-bottom: 0px; }
.services:hover i, .services:hover h1, .services:hover h2, .services:hover h3 h4, .services:hover h5, .services:hover .posted_in label, .posted_in .services:hover label, .services:hover h6 {
  color: #ff5733; }
.services p.withpadding {
  padding: 0 9%; }

/*Features BOX*/
.features-box {
  text-align: center;
  padding: 50px 10px;
  -moz-box-shadow: 0 0 0 1px #d0cdbc;
  -webkit-box-shadow: 0 0 0 1px #d0cdbc;
  box-shadow: 0 0 0 1px #d0cdbc;
  -moz-box-sizing: order-box;
  -webkit-box-sizing: order-box;
  box-sizing: order-box;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative; }
  .features-box header i {
    color: #6a6359;
    font-size: 58px;
    margin-bottom: 35px;
    display: block; }
  .features-box .features-content .features-title {
    margin-bottom: 13px; }
  .features-box .features-content p {
    padding: 0 40px; }
  .features-box:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ff5733 !important; }
    .features-box:hover p, .features-box:hover .features-title, .features-box:hover i {
      color: #FFF !important; }

.features-start, .features-end {
  position: relative;
  padding: 30px 20px; }
  .features-start.no-box, .features-end.no-box {
    padding: 0px; }
    .features-start.no-box header i, .features-end.no-box header i {
      position: absolute;
      top: 0px;
      z-index: 10; }
    .features-start.no-box:hover .features-title, .features-start.no-box:hover i, .features-end.no-box:hover .features-title, .features-end.no-box:hover i {
      color: #ff5733; }
  .features-start header i, .features-end header i {
    color: #6a6359;
    font-size: 58px;
    margin-bottom: 35px;
    display: block;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
  .features-start.topaz-border:before, .features-start.topaz-border:after, .features-start.topaz-hover:before, .features-start.topaz-hover:after, .features-end.topaz-border:before, .features-end.topaz-border:after, .features-end.topaz-hover:before, .features-end.topaz-hover:after {
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px; }

.features-end.no-box header i {
  right: 0px; }
.features-end header i {
  position: absolute;
  right: 20px;
  top: 27px; }
.features-end .features-content {
  padding-right: 80px; }
  .features-end .features-content .features-title {
    text-align: right; }
  .features-end .features-content p {
    text-align: right;
    padding: 0; }
.features-end.box-square .features-content, .features-end.box-circle .features-content {
  padding-left: 160px; }

.features-start.no-box i {
  left: 0px; }
.features-start header i {
  position: absolute;
  left: 20px;
  top: 27px; }
.features-start .features-content {
  padding-left: 80px; }
  .features-start .features-content .features-title {
    text-align: left; }
  .features-start .features-content p {
    text-align: left;
    padding: 0; }
.features-start.box-square .features-content, .features-start.box-circle .features-content {
  padding-left: 160px; }
.features-start.box-square:hover i, .features-start.box-circle:hover i {
  color: #FFF;
  background: #ff5733; }

/***********************************************************************************************/
/* CountUp*/
/***********************************************************************************************/
.countUp {
  border: 1px solid #fff;
  text-align: left;
  padding: 30px 20px; }
  .countUp .number {
    font-weight: bold;
    display: inline-block;
    color: #ff5733; }
    .countUp .number i {
      font-size: 60px;
      line-height: 60px;
      font-size: 3.75rem;
      line-height: 3.75rem;
      color: #FFF; }
    .countUp .number span {
      font-size: 36px;
      line-height: 30px;
      font-size: 2.25rem;
      line-height: 1.875rem;
      display: block;
      margin-left: 70px;
      margin-top: -60px; }
  .countUp .text {
    padding: 18px 0 0 0;
    font-size: 14px;
    line-height: 14px;
    font-size: 0.875rem;
    line-height: 0.875rem;
    margin-left: 74px;
    color: #FFFFFF; }
  .countUp.no-border {
    border: none !important;
    padding: 0 20px; }
    .countUp.no-border i {
      font-size: 60px;
      line-height: 60px;
      font-size: 3.75rem;
      line-height: 3.75rem;
      color: #ff5733; }
    .countUp.no-border .number {
      color: #FFF; }
  .countUp.opposite {
    border: 1px solid #d0cdbc; }
    .countUp.opposite .text {
      color: #828077; }
    .countUp.opposite i {
      font-size: 60px;
      line-height: 60px;
      font-size: 3.75rem;
      line-height: 3.75rem;
      color: #ff5733; }
    .countUp.opposite .number {
      color: #828077; }

/***********************************************************************************************/
/* CountUp !*/
/***********************************************************************************************/
/***********************************************************************************************/
/* CountUp*/
/***********************************************************************************************/
.mejs-overlay-play {
  cursor: pointer; }

.me-plugin {
  position: absolute;
  width: 100%; }

.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden; }

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000; }
  .mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
    width: 100%;
    height: 100%; }

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0; }

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  .mejs-poster img {
    border: 0;
    padding: 0;
    border: 0;
    display: block;
    width: auto;
    height: 100%; }

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0; }
  .mejs-overlay:hover {
    background-position: 0 -100px; }

.mejs-overlay-button {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url(../images/bigplay.png) no-repeat;
  background-position: 0 -100px; }

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px; }
  .mejs-overlay-loading span {
    display: block;
    width: 80px;
    height: 80px;
    background: #3A3C3D url(loading.gif) 50% 50% no-repeat;
    border-radius: 40px; }

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  padding: 0 25px;
  bottom: -1px;
  left: 0;
  height: 50px;
  width: 100%;
  background: #faf9f5;
  list-style: none;
  -moz-box-shadow: inset 0px 0px 0px 1px #d0cdbc;
  -webkit-box-shadow: inset 0px 0px 0px 1px #d0cdbc;
  box-shadow: inset 0px 0px 0px 1px #d0cdbc; }

.mejs-container {
  position: relative;
  min-width: 150px;
  background: none;
  font-family: sans-serif;
  text-align: left;
  vertical-align: top;
  width: 100% !important; }
  .mejs-container .mejs-controls {
    /* End: CONTROL BAR */
    /* Start: Time (current / duration) */
    /* End: Time (current / duration) */
    /* Start: Play/pause */
    /* End: Play/pause */
    /* Stop */
    /* End: Play/pause */
    /* Start: Progress bar */ }
    .mejs-container .mejs-controls .mejs-button {
      position: relative; }
      .mejs-container .mejs-controls .mejs-button button {
        cursor: pointer;
        top: 18px;
        display: block;
        text-decoration: none;
        padding: 0;
        position: absolute;
        border: 0;
        background: transparent; }
        .mejs-container .mejs-controls .mejs-button button:before {
          content: '\f028';
          font-family: "FontAwesome";
          font-size: 16px; }
        .mejs-container .mejs-controls .mejs-button button:focus {
          outline: none; }
    .mejs-container .mejs-controls .mejs-time {
      position: relative;
      top: 19px;
      color: #828077;
      display: block;
      width: auto;
      padding: 0px 10px;
      overflow: hidden;
      text-align: center;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
      .mejs-container .mejs-controls .mejs-time span {
        font-size: 11px;
        color: #828077;
        line-height: 12px;
        display: block;
        float: left;
        width: auto; }
    .mejs-container .mejs-controls .mejs-playpause-button {
      cursor: pointer;
      background: none;
      width: 30px; }
      .mejs-container .mejs-controls .mejs-playpause-button button {
        margin: 0px 8px 0px 0px; }
        .mejs-container .mejs-controls .mejs-playpause-button button:before {
          content: '\f04b';
          font-family: "FontAwesome";
          font-size: 16px; }
    .mejs-container .mejs-controls .mejs-play button {
      background-position: 0 0; }
      .mejs-container .mejs-controls .mejs-play button:before {
        content: '\f04b';
        font-family: "FontAwesome";
        font-size: 16px; }
    .mejs-container .mejs-controls .mejs-play:hover button {
      background-position: 0 -32px; }
    .mejs-container .mejs-controls .mejs-pause button {
      background-position: -16px; }
      .mejs-container .mejs-controls .mejs-pause button:before {
        content: '\f04c';
        font-family: "FontAwesome";
        font-size: 16px; }
    .mejs-container .mejs-controls .mejs-pause:hover button {
      background-position: 0 -48px; }
    .mejs-container .mejs-controls .mejs-stop button {
      background-position: -112px 0; }
    .mejs-container .mejs-controls .mejs-stop:hover button {
      background-position: -112px -32px; }
    .mejs-container .mejs-controls div {
      float: left;
      margin: 0;
      padding: 0;
      width: 32px;
      height: 30px; }
      .mejs-container .mejs-controls div.mejs-time-rail {
        width: 200px; }
    .mejs-container .mejs-controls .mejs-time-rail span {
      display: block;
      position: absolute;
      width: 180px;
      height: 5px;
      cursor: pointer; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-total {
      top: 20px;
      height: 10px;
      background: transparent;
      background: transparent;
      -moz-box-shadow: inset 0px 0px 0px 1px #ff5733;
      -webkit-box-shadow: inset 0px 0px 0px 1px #ff5733;
      box-shadow: inset 0px 0px 0px 1px #ff5733; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-buffering {
      width: 100%;
      background: #ff5733;
      z-index: 1; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
      height: 10px;
      background: #ff5733;
      width: 0;
      opacity: 0.5;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
      filter: alpha(opacity=50);
      -moz-box-shadow: inset 0px 0px 0px 1px #ff5733;
      -webkit-box-shadow: inset 0px 0px 0px 1px #ff5733;
      box-shadow: inset 0px 0px 0px 1px #ff5733; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current {
      width: 0;
      height: 10px;
      background: #ff5733;
      z-index: 1; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-handle {
      display: none;
      position: absolute;
      margin: 0;
      width: 5px;
      background: transparent;
      cursor: pointer;
      top: 1px;
      z-index: 1;
      text-align: center; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float {
      position: absolute;
      display: none;
      background: #ff5733;
      width: 36px;
      height: 15px;
      top: -16px;
      margin-left: -18px;
      text-align: center;
      color: #FFFFFF;
      font-size: 10px; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-current {
      margin: 3px;
      width: 30px;
      display: block;
      text-align: center;
      left: 0; }
    .mejs-container .mejs-controls .mejs-time-rail .mejs-time-float-corner {
      position: absolute;
      display: none;
      width: 0;
      height: 0;
      line-height: 0;
      border: solid 4px #ff5733;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      top: 17px;
      left: 13px; }

/* End: Progress bar */
/* Start: Fullscreen */
.mejs-fullscreen-button button:before {
  content: '\f0b2' !important;
  font-family: "FontAwesome";
  font-size: 16px;
  position: absolute;
  right: -30px; }

.mejs-unfullscreen button {
  background-position: -32px -16px; }

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-mute button:before {
  content: '\f026';
  font-family: "FontAwesome";
  font-size: 16px; }

.mejs-unmute button:before {
  content: '\f026' !important;
  font-family: "FontAwesome";
  font-size: 16px; }

.mejs-volume-button {
  position: relative; }
  .mejs-volume-button .mejs-volume-slider {
    display: none;
    height: 68px !important;
    width: 19px !important;
    background: transparent;
    background: transparent;
    border-radius: 0;
    top: -60px;
    z-index: 1;
    position: absolute; }
  .mejs-volume-button:hover {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 5px;
  top: 18px;
  width: 6px;
  height: 50px;
  -moz-box-shadow: 0 0 0 1px #ff5733;
  -webkit-box-shadow: 0 0 0 1px #ff5733;
  box-shadow: 0 0 0 1px #ff5733;
  background: #faf9f5; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 5px;
  top: 8px;
  width: 6px;
  height: 50px;
  background: #ff5733; }

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 14px;
  top: 16px;
  width: 5px;
  height: 5px;
  background: transparent;
  margin: 0; }

/* horizontal version */
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 26px;
  width: 62px;
  position: relative;
  background: none; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 20px;
  width: 50px;
  height: 10px;
  background: transparent;
  background: transparent;
  -moz-box-shadow: inset 0px 0px 0px 1px #ff5733;
  -webkit-box-shadow: inset 0px 0px 0px 1px #ff5733;
  box-shadow: inset 0px 0px 0px 1px #ff5733; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 20px;
  width: 50px;
  height: 10px;
  padding: 0;
  background: #ff5733; }

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none; }

/* End: Mute/Volume */
/* Start: TRACK (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative; }
  .mejs-controls .mejs-captions-button button {
    background-position: -48px 0; }
  .mejs-controls .mejs-captions-button:hover button {
    background-position: -48px -32px; }
  .mejs-controls .mejs-captions-button .mejs-captions-selector {
    visibility: hidden;
    position: absolute;
    bottom: 30px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: #3A3C3D;
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden; }
  .mejs-captions-button .mejs-captions-selector ul li {
    margin: 0 0 6px 0;
    padding: 0;
    list-style-type: none !important;
    display: block;
    color: #828077;
    overflow: hidden; }
    .mejs-captions-button .mejs-captions-selector ul li input {
      clear: both;
      float: left;
      margin: 3px 3px 0 5px; }
    .mejs-captions-button .mejs-captions-selector ul li label {
      width: 100px;
      float: left;
      padding: 4px 0 0 0;
      line-height: 15px;
      font-family: sans-serif;
      font-size: 10px; }
.mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0; }

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #828077;
  width: 10000px;
  z-index: 1; }
  .mejs-chapters .mejs-chapter {
    position: absolute;
    float: left;
    background: #3A3C3D;
    background: rgba(58, 60, 61, 0.7);
    overflow: hidden;
    border: 0; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block {
      font-size: 11px;
      color: #828077;
      padding: 5px;
      display: block;
      border-right: solid 1px #313335;
      border-right: solid 1px rgba(49, 51, 53, 0.7);
      border-bottom: solid 1px #313335;
      border-bottom: solid 1px rgba(49, 51, 53, 0.7);
      cursor: pointer; }
      .mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
        background: #333;
        background: rgba(102, 102, 102, 0.7); }
      .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
        font-size: 12px;
        font-weight: bold;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin: 0 0 3px 0;
        line-height: 12px; }
      .mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
        font-size: 12px;
        line-height: 12px;
        margin: 3px 0 4px 0;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis; }
    .mejs-chapters .mejs-chapter .mejs-chapter-block-last {
      border-right: none; }

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  /*font-weight: bold;*/
  line-height: 22px;
  font-size: 12px;
  color: #828077; }

.mejs-captions-layer a {
  color: #828077;
  text-decoration: underline; }

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal; }

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0; }

.mejs-captions-position-hover {
  bottom: 45px; }

.mejs-captions-text {
  padding: 5px 7px;
  background: #3a3c3d;
  background: rgba(58, 60, 61, 0.8);
  border-radius: 4px; }

/* End: TRACK (Captions and Chapters) */
.mejs-clear {
  clear: both; }

/* Start: ERROR */
.me-cannotplay a {
  color: #828077;
  font-weight: bold; }
.me-cannotplay span {
  padding: 15px;
  display: block; }

/* End: ERROR */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px; }
.mejs-controls .mejs-loop-off:hover button {
  background-position: -64px -48px; }
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0; }
.mejs-controls .mejs-loop-on:hover button {
  background-position: -64px -32px; }
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px; }
.mejs-controls .mejs-backlight-off:hover button {
  background-position: -80px -48px; }
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0; }
.mejs-controls .mejs-backlight-on:hover button {
  background-position: -80px -32px; }

/* End: backlight */
/* Start: picture controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0; }
  .mejs-controls .mejs-picturecontrols-button:hover {
    background-position: -96px -32px; }

/* End: picture controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #828077;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */ }
  .mejs-contextmenu .mejs-contextmenu-separator {
    height: 1px;
    font-size: 0;
    margin: 5px 6px;
    background: #333; }
  .mejs-contextmenu .mejs-contextmenu-item {
    font-family: sans-serif;
    font-size: 12px;
    padding: 4px 6px;
    cursor: pointer;
    color: #333; }
    .mejs-contextmenu .mejs-contextmenu-item:hover {
      background: #2C7C91;
      color: #828077; }

/* Start: SourceChooser */
.mejs-sourcechooser-button {
  position: relative; }
  .mejs-sourcechooser-button button {
    background-position: -128px 0; }
  .mejs-sourcechooser-button .mejs-sourcechooser-selector {
    visibility: hidden;
    position: absolute;
    bottom: 26px;
    right: -10px;
    width: 130px;
    height: 100px;
    background: #3A3C3D;
    border: solid 1px transparent;
    padding: 10px;
    overflow: hidden;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
      margin: 0;
      padding: 0;
      display: block;
      list-style-type: none !important;
      overflow: hidden; }
      .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
        margin: 0 0 6px 0;
        padding: 0;
        list-style-type: none !important;
        display: block;
        color: #828077;
        overflow: hidden; }
        .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
          clear: both;
          float: left;
          margin: 3px 3px 0 5px; }
        .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
          width: 100px;
          float: left;
          padding: 4px 0 0 0;
          line-height: 15px;
          font-family: sans-serif;
          font-size: 10px; }

/* End: SourceChooser */
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
@keyframes buffering-stripes {
  from {
    background-position: 0 0; }
  to {
    background-position: 30px 0; } }
/***********************************************************************************************/
/* _team /
/***********************************************************************************************/
.dima-team-member .team-img {
  overflow: hidden; }
  .dima-team-member .team-img .fix-chrome {
    position: relative; }
  .dima-team-member .team-img img {
    width: 100%; }

.member-name {
  display: block;
  margin-bottom: 5px;
  font-size: 18;
  font-weight: bold; }
  .member-name h5, .member-name .posted_in label, .posted_in .member-name label {
    text-transform: uppercase; }

.member-function {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 17px;
  font-size: 0.875rem;
  line-height: 1.0625rem; }

/***********************************************************************************************/
/* Tags*/
/***********************************************************************************************/
.tags a {
  display: inline-block;
  margin: 0 0 8px 0;
  margin-right: 3px;
  margin-left: 0;
  padding: 8px 10px;
  text-transform: capitalize;
  font-size: 12px !important;
  line-height: 100%;
  color: #828077;
  background-color: #faf9f5;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .tags a:hover {
    color: #fff;
    background-color: #ff5733; }
  .tags a i {
    margin-right: 3px; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #FFFFFF;
  background: #6a6359;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }

.boxed-blog.blog-list .post {
  margin-bottom: 30px; }
  .boxed-blog.blog-list .post.isotope-item {
    margin-bottom: 0px; }
.boxed-blog .post.e-post {
  padding: 20px;
  background: #fff;
  border: 1px solid #d0cdbc; }
  .boxed-blog .post.e-post .box {
    margin-bottom: 0px;
    border: 0px; }
  .boxed-blog .post.e-post .post-meta {
    border-bottom: 1px solid #d0cdbc;
    padding: 20px 0px 20px 0px; }
  .boxed-blog .post.e-post .post-content {
    padding: 25px 0px 5px 0px; }
.boxed-blog .post p {
  margin-bottom: 0px; }
.boxed-blog .post .post-img {
  position: relative;
  height: auto;
  width: auto; }
  .boxed-blog .post .post-img img {
    overflow: hidden;
    width: 100%; }
.boxed-blog .post .post-meta {
  padding: 20px 25px;
  font-size: 14px;
  line-height: 14px;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-bottom: 0; }
  .boxed-blog .post .post-meta ul {
    text-align: right; }
    .boxed-blog .post .post-meta ul li {
      display: inline-block; }
      .boxed-blog .post .post-meta ul li.post-comments {
        text-align: left; }
      .boxed-blog .post .post-meta ul li.post-on {
        float: left; }
      .boxed-blog .post .post-meta ul li.post-view {
        padding-right: 10px; }
.boxed-blog .post .post-content {
  position: relative;
  border-top: none;
  padding: 25px;
  background: #FFFFFF; }
  .boxed-blog .post .post-content h4, .boxed-blog .post .post-content h5, .boxed-blog .post .post-content .posted_in label, .posted_in .boxed-blog .post .post-content label {
    text-transform: uppercase; }
    .boxed-blog .post .post-content h4 a, .boxed-blog .post .post-content h5 a, .boxed-blog .post .post-content .posted_in label a, .posted_in .boxed-blog .post .post-content label a {
      color: #6a6359; }
      .boxed-blog .post .post-content h4 a:hover, .boxed-blog .post .post-content h5 a:hover, .boxed-blog .post .post-content .posted_in label a:hover, .posted_in .boxed-blog .post .post-content label a:hover {
        color: #ff5733; }
.boxed-blog .post .pad {
  padding: 20px;
  border: 1px solid #d0cdbc;
  border-bottom: none;
  background: #6a6359; }
.boxed-blog .post audio, .boxed-blog .post video, .boxed-blog .post iframe {
  width: 100% !important; }
.boxed-blog .sda-post {
  position: relative; }
  .boxed-blog .sda-post img {
    margin-bottom: 1px; }

.related-posts {
  margin-bottom: 30px; }
  .related-posts .related-posts-title {
    text-transform: uppercase;
    margin-bottom: 30px; }
  .related-posts .related-entry {
    -moz-box-sizing: box-sizing;
    -webkit-box-sizing: box-sizing;
    box-sizing: box-sizing; }
    .related-posts .related-entry .related-entry-media {
      margin-bottom: 15px;
      position: relative;
      overflow: hidden; }
      .related-posts .related-entry .related-entry-media .related-entry-thumbnail img {
        width: 100%;
        height: auto; }
    .related-posts .related-entry .related-entry-title h6 {
      text-transform: uppercase;
      font-size: 14px;
      line-height: 20px;
      font-size: 0.875rem;
      line-height: 1.25rem; }
    .related-posts .related-entry:hover .related-entry-title h6 {
      color: #ff5733; }

/*-------------------------*/
/* Slit (inspired by Jam3) */
/* codrops
/*sass by adel tahri
/*-------------------------*/
.vertical-menu .nav-slit a.prev {
  left: 0;
  left: 0;
  margin-left: 300px; }
.vertical-menu .nav-slit a.next {
  right: 0; }

.nav-slit a {
  position: fixed;
  top: 65%;
  display: block;
  outline: none;
  text-align: left;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .nav-slit a.prev {
    left: 0; }
    .nav-slit a.prev div {
      left: 0;
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); }
  .nav-slit a.next {
    right: 0; }
    .nav-slit a.next div {
      right: 0;
      text-align: left;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -o-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%); }
  .nav-slit a i {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 22px;
    height: 22px;
    text-align: center; }
.nav-slit .slit-wrap {
  position: relative;
  display: inline-table;
  padding: 60px 8px;
  background-color: #1c1c1a; }
.nav-slit i {
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-size: 1.375rem;
  line-height: 1.375rem; }
.nav-slit div {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  background-color: #939a9f;
  -webkit-transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  -webkit-perspective: 1000px;
  perspective: 1000px; }
.nav-slit h6 {
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 10px 15px;
  width: 100%;
  height: 30%;
  font-weight: 300;
  background: #1c1c1a;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webki-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  line-height: 25px !important; }
.nav-slit img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.nav-slit a:hover i {
  -webkit-transition-delay: 0s;
  transition-delay: 0s; }

.nav-slit a.prev:hover i {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%); }

.nav-slit a.next:hover i {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%); }

.nav-slit a:hover div {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.nav-slit a:hover h6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  transform: rotateX(0deg); }

/*-----Slit !---------------*/
/***********************************************************************************************/
/* Blog Author*/
/***********************************************************************************************/
.dima-author-box {
  margin-bottom: 30px; }
  .dima-author-box .dima-about-image {
    position: relative;
    margin-right: 30px;
    margin-top: 0px;
    -moz-box-shadow: 0 0px 0 2px #d0cdbc;
    -webkit-box-shadow: 0 0px 0 2px #d0cdbc;
    box-shadow: 0 0px 0 2px #d0cdbc; }
    .dima-author-box .dima-about-image img {
      width: 120px;
      height: 120px; }
  .dima-author-box .dima-author-info {
    overflow: hidden; }
    .dima-author-box .dima-author-info .dima-author-name {
      text-transform: uppercase; }
    .dima-author-box .dima-author-info p {
      margin-bottom: 10px; }

@media only screen and (max-width: 767px) {
  .dima-author-box .dima-about-image {
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px; }
    .dima-author-box .dima-about-image img {
      width: 60px;
      height: 60px; }
  .dima-author-box .dima-author-info {
    overflow: initial; } }
/***********************************************************************************************/
/* Blog Comments*/
/***********************************************************************************************/
.dima-comments-list, .dima-reviews-list {
  /*comment header*/
  /*comment content*/ }
  .dima-comments-list .h-comment, .dima-reviews-list .h-comment {
    text-align: left;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin-bottom: 0px; }
    .dima-comments-list .h-comment span, .dima-reviews-list .h-comment span {
      background: #FFFFFF;
      display: inline-block;
      position: relative;
      z-index: 3;
      padding-right: 10px; }
      .dima-comments-list .h-comment span small, .dima-reviews-list .h-comment span small {
        font-size: 18px;
        line-height: 18px;
        font-size: 1.125rem;
        line-height: 1.125rem; }
  .dima-comments-list .dima-comment .content-comment, .dima-reviews-list .dima-comment .content-comment {
    padding: 30px 0px;
    overflow: hidden; }
  .dima-comments-list .dima-comment li, .dima-reviews-list .dima-comment li {
    border-top: 1px solid #f4f3ef; }
    .dima-comments-list .dima-comment li .dima-comment-img, .dima-reviews-list .dima-comment li .dima-comment-img {
      border: 2px solid #d0cdbc; }
      .dima-comments-list .dima-comment li .dima-comment-img img, .dima-reviews-list .dima-comment li .dima-comment-img img {
        width: 80px !important;
        height: 80px !important; }
    .dima-comments-list .dima-comment li .comment-content p, .dima-reviews-list .dima-comment li .comment-content p {
      margin-bottom: 0; }
    .dima-comments-list .dima-comment li .dima-comment-entry, .dima-reviews-list .dima-comment li .dima-comment-entry {
      position: relative;
      overflow: hidden; }
      .dima-comments-list .dima-comment li .dima-comment-entry ul.user-comment-titel, .dima-reviews-list .dima-comment li .dima-comment-entry ul.user-comment-titel {
        width: 100%;
        margin-bottom: 10px;
        display: inline-block; }
        .dima-comments-list .dima-comment li .dima-comment-entry ul.user-comment-titel li, .dima-reviews-list .dima-comment li .dima-comment-entry ul.user-comment-titel li {
          border: none;
          display: inline-block; }
        .dima-comments-list .dima-comment li .dima-comment-entry ul.user-comment-titel h6, .dima-reviews-list .dima-comment li .dima-comment-entry ul.user-comment-titel h6 {
          text-transform: uppercase;
          margin-right: 30px;
          margin-bottom: 0;
          font-weight: bold; }
    .dima-comments-list .dima-comment li .children, .dima-reviews-list .dima-comment li .children {
      margin-left: 89px;
      list-style: none; }
      .dima-comments-list .dima-comment li .children li:last-child, .dima-reviews-list .dima-comment li .children li:last-child {
        padding-bottom: 0px; }
    .dima-comments-list .dima-comment li .reply-form a, .dima-reviews-list .dima-comment li .reply-form a {
      margin-bottom: 10px;
      font-size: 14px;
      line-height: 14px;
      font-size: 0.875rem;
      line-height: 0.875rem;
      display: block; }
  .dima-comments-list .dima-comment > li:last-child, .dima-reviews-list .dima-comment > li:last-child {
    margin-bottom: 70px; }

.leave-reply {
  text-transform: uppercase;
  margin-bottom: 30px; }

@media only screen and (max-width: 767px) {
  .dima-comments-list .dima-comment li .children, .dima-comments-list .dima-comment li .dima-comment-entry {
    margin: 0; }
  .dima-comments-list .dima-comment li .dima-comment-entry header .comment-time {
    display: block;
    float: none;
    font-size: 12px; }
  .dima-comments-list .dima-comment li .dima-comment-img img {
    width: 60px !important;
    height: 60px !important; } }
/***********************************************************************************************/
/* UTILITY CLASSES */
/***********************************************************************************************/
.text-center {
  text-align: center; }

.text-start {
  text-align: left; }

.text-end {
  text-align: right; }

.float-start {
  float: left; }

.float-end {
  float: right; }

.float-center {
  margin: 0 auto;
  float: none !important; }
  .float-center li {
    float: none; }

.hide-text {
  font: 0/0 a;
  color: transparent !important;
  text-shadow: none;
  background-color: transparent !important;
  border: 0; }

.through {
  text-decoration: line-through; }

.uppercase {
  text-transform: uppercase !important; }

.no-bottom-margin {
  margin-bottom: 0px !important; }

.no-top-padding {
  padding-top: 0px; }

.no-bottom-padding {
  padding-bottom: 0px; }

.opacity-zero {
  opacity: 0; }

.show {
  opacity: 1; }

.hide {
  display: none; }

.add-border {
  margin: 10px;
  border: 1px solid #fff; }

.no-shadow {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.no-margin {
  margin: 0px !important; }

.margin-end {
  margin-right: 30px; }

.theme-color {
  color: #ff5733; }

.inline > li {
  display: inline-block;
  overflow: hidden;
  margin-right: 8px;
  margin-bottom: 8px; }
  .inline > li:last-child {
    margin-right: 0px; }

.auto-width {
  width: auto; }

.full-width {
  width: 100%; }

.lr-padding {
  padding-left: 50px;
  padding-right: 50px; }

.tb-padding {
  padding-top: 50px;
  padding-bottom: 50px; }

/*hirsontal line*/
.vertical-middle {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.no-border {
  border: none; }

.circle {
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px; }

.h5 {
  font-family: "Open Sans", Helvetica, Georgia, Times, serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #6a6359;
  text-rendering: optimizeLegibility;
  margin-bottom: .5em; }

/* CLEARING
============================================================================ */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.container:after {
  clear: both; }

.container {
  zoom: 1; }

.clearfix {
  *zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

/* Use clearfix class on parent to clear nested columns */
.container:before, .container:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  padding-bottom: 15px; }

.double-clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  padding-bottom: 30px; }

.clear-section {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  padding-bottom: 70px; }

/*
 *
 *1:Desktop - Extra Large
 *2:Desktop - Large
 *3:Tablet  - Portrait
 *4:Mobile  - Portrait
 *5:Mobile  - Landscape
 *6:Mobile - Portrait & Landscape
 *7:Tablet & Mobile - Portrait & Landscape
 *
 */
/*1: #Desktop - Extra Large====================================*/
@media only screen and (min-width: 1600px) {
  .hidden-el {
    display: none !important; }

  .hidden-l.hidden-tm, .hidden-tp, .hidden-m,
  .hidden-ml, .hidden-mp {
    display: block; }

  .visible-el {
    display: block !important; }

  .visible-l.visible-tm, .visible-tp, .visible-m,
  .visible-ml, .visible-mp {
    display: none; } }
/*!1: #Desktop - Extra Large====================================*/
/*2: #Desktop - Large=======================================*/
@media only screen and (min-width: 1140px) {
  .flex-caption {
    top: 40%; }

  .hidden-l {
    display: none !important; }

  .hidden-el.hidden-tm, .hidden-tp, .hidden-m,
  .hidden-ml, .hidden-mp {
    display: block; }

  .visible-l {
    display: block !important; }

  .visible-el.visible-tm, .visible-tp, .visible-m,
  .visible-ml, .visible-mp {
    display: none; } }
/*!2: #Desktop - Large=======================================*/
/*3: #Tablet (Portrait)==============*/
@media only screen and (min-width: 768px) and (max-width: 989px) {
  .hidden-tp {
    display: none !important; }

  .hidden-l.hidden-tm, .hidden-el, .hidden-m,
  .hidden-ml, .hidden-mp {
    display: block; }

  .visible-tp {
    display: block !important; }

  .visible-l.visible-tm, .visible-el, .visible-m,
  .visible-ml, .visible-mp {
    display: none; }

  .isotope-item .link_overlay:hover .work-info {
    bottom: 6%; }

  .with-margin .isotope-item {
    padding: 0 0.7% 10px 0.7% !important; }

  /*Pricing Table*/
  div.di_1_of_4 {
    width: 48.5%; }
  div.di_1_of_4:nth-child(4n+3) {
    margin-top: 30px;
    margin-left: 0; }
  div.di_1_of_4:nth-child(4n) {
    margin-top: 30px; }

  .page-section-content .page-section.app {
    margin-bottom: 80px; }

  .services p {
    padding: 0px !important; }

  .no-box.box-square header i, .box-circle header i {
    width: 85px;
    height: 85px;
    font-size: 45px;
    line-height: 85px; }

  .no-box.features-start.box-square .features-content, .features-start.box-circle .features-content {
    padding-left: 110px; }

  .no-box.features-end.box-square .features-content, .features-end.box-circle .features-content {
    padding-right: 110px; }

  .dima-timeline.dima-timeline-blog .post-meta ul li.post-comments, .dima-timeline.dima-timeline-blog .post-meta ul li.post-view {
    display: none; } }
/*3: #Tablet (Portrait)==============*/
/*4: #Mobile (Portrait)==============*/
@media only screen and (max-width: 767px) {
  .hidden-mp {
    display: none !important; }

  .hidden-l.hidden-tm, .hidden-tp, .hidden-m,
  .hidden-ml, .hidden-el {
    display: block; }

  .visible-mp {
    display: block; }

  .visible-l.visible-tm, .visible-tp, .visible-m,
  .visible-ml, .visible-el {
    display: none; }

  .flex-caption {
    display: none !important; }

  .dima-tab-nav li {
    width: 100%;
    border-bottom: none !important; }
    .dima-tab-nav li.active {
      border-right-color: #d0cdbc !important;
      border-left-color: #d0cdbc !important; }
    .dima-tab-nav li:last-child {
      border-bottom: 1px solid #d0cdbc !important; }
  .dima-tab-nav.right, .dima-tab-nav.left {
    width: 100%; }
    .dima-tab-nav.right li, .dima-tab-nav.left li {
      margin-bottom: 0px; }
    .dima-tab-nav.right.active, .dima-tab-nav.left.active {
      border-right-color: #d0cdbc !important;
      border-left-color: #d0cdbc !important; }

  .related-posts .related-entry-media {
    float: left;
    width: 25%; }
  .related-posts .related-entry-content {
    float: right;
    width: 73%; }

  .boxed-blog .post-meta ul li.post-comments, .boxed-blog .post-meta ul li.post-view {
    display: none; }

  .boxed-blog .post-meta ul {
    text-align: center; }

  .boxed-blog .post-meta ul li.post-on {
    float: none; }

  .dima-nav-end li:first-child {
    display: none; }

  .vertical-menu .container {
    width: 100%;
    padding: 0 10px; }

  .filters-box.filters ul li {
    display: inline-block;
    float: left;
    width: 47%; } }
/*!4: #Mobile (Portrait)==============*/
/*5: #Mobile (Landscape) =================*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .hidden-ml {
    display: none !important; }

  .hidden-l.hidden-tm, .hidden-tp, .hidden-m,
  .hidden-el, .hidden-mp {
    display: block; }

  .visible-ml {
    display: block; }

  .visible-l.visible-tm, .visible-tp, .visible-m,
  .visible-el, .visible-mp {
    display: none; }

  .flex-caption {
    display: none !important; }

  .filters-box.filters ul li {
    display: inline-block;
    float: left;
    width: 31%; } }
/*!5: #Mobile (Landscape) =================*/
/*6: #Mobile (Landscape & Portrait) =================*/
@media only screen and (max-width: 767px) {
  .hidden-m {
    display: none !important; }

  .hidden-l.hidden-tm, .hidden-tp, .hidden-el,
  .hidden-ml, .hidden-mp {
    display: block; }

  .visible-m {
    display: block !important; }

  .visible-l.visible-tm, .visible-tp, .visible-el,
  .visible-ml, .visible-mp {
    display: none; }

  html {
    font-size: 85%; }

  .hide-on-m {
    display: none !important; }

  .title_container h2 {
    text-align: center; }
  .title_container .page-section-content {
    padding: 50px 0; }
  .title_container.start-style .dima-breadcrumbs {
    margin-top: 20px;
    text-align: center;
    width: 100%; }
  .title_container.start-style .page-section-content {
    padding: 30px 0 50px 0 !important; }

  .page-section-content {
    padding: 3.125em 0; }

  .in-bottom-relative {
    margin-bottom: -3.125em !important; }

  .no-box.box-square header i, .box-circle header i {
    width: 80px;
    height: 80px;
    font-size: 35px;
    line-height: 80px; }

  .no-box.features-start.box-square .features-content, .features-start.box-circle .features-content {
    padding-left: 90px; }

  .no-box.features-end.box-square .features-content, .features-end.box-circle .features-content {
    padding-right: 90px; }

  .dima-timeline-list li:before {
    left: 32.5px;
    padding-top: 65px; }

  .dima-timeline .timeline_element-content {
    float: none;
    margin: 30px 0px;
    width: 100%; }
    .dima-timeline .timeline_element-content:after, .dima-timeline .timeline_element-content:before {
      display: none; }
  .dima-timeline .timeline_element-left .date {
    position: absolute;
    top: 25px;
    left: 0%;
    margin-left: 0%; }
  .dima-timeline .timeline_element-left .post {
    margin-right: 0%;
    margin-left: 0%; }
  .dima-timeline .timeline_element-right .date {
    position: absolute;
    top: 25px;
    right: 0%;
    margin-left: 0%; }
  .dima-timeline .timeline_element-right .post {
    margin-right: 0%;
    margin-left: 0%; }

  .dima-timeline.dima-timeline-blog .timeline_element-left, .dima-timeline.dima-timeline-blog .timeline_element-right {
    width: 100%;
    margin-top: 0px; }
    .dima-timeline.dima-timeline-blog .timeline_element-left .post, .dima-timeline.dima-timeline-blog .timeline_element-right .post {
      margin-right: 0%;
      margin-left: 0%; }

  .dima-timeline.dima-timeline-blog .timeline_element-content:before {
    display: none; }

  .dima-timeline.dima-timeline-blog .timeline_element-content:after {
    display: none; }

  .download {
    margin-right: 0px !important; } }
/*!6: #Mobile (Landscape & Portrait) =================*/
/*7: #Mobile & Tablat (Portrait & Landscape) =================*/
@media only screen and (max-width: 989px) {
  .hidden-tm {
    display: none !important; }

  .hidden-l.hidden-el, .hidden-tp, .hidden-m,
  .hidden-ml, .hidden-mp {
    display: block; }

  .visible-tm {
    display: block; }

  .visible-l.visible-el, .visible-tp, .visible-m,
  .visible-ml, .visible-mp {
    display: none; }

  html {
    font-size: 90%; }

  .hide-on-mt {
    display: none !important; }

  .topaz-line {
    margin-top: 25px 0; }

  .clear-section {
    padding-bottom: 50px; }

  /*-Google Map-*/
  .google-maps {
    height: 300px; }

  .title_container.start-style h2 {
    text-align: center; }
  .title_container.start-style .dima-breadcrumbs {
    margin-top: 20px;
    text-align: center;
    width: 100%; }
  .title_container.start-style .page-section-content {
    padding: 50px 0 70px 0; }

  .countUp {
    position: relative;
    margin-bottom: 30px; }

  /*Headen*/
  h1 {
    font-size: 40px;
    line-height: 36px;
    font-size: 2.5rem;
    line-height: 2.25rem; }

  h2 {
    font-size: 25px;
    line-height: 36px;
    font-size: 1.5625rem;
    line-height: 2.25rem; }

  h5, .posted_in label {
    font-size: 15px;
    line-height: 18px;
    font-size: 0.9375rem;
    line-height: 1.125rem; }

  /*Icon box*/
  .margin-bottom li {
    margin-bottom: 30px !important; }

  .features-box.features-start, .features-box.features-end {
    padding: 20px 15px; }
    .features-box.features-start header i, .features-box.features-end header i {
      display: none; }
    .features-box.features-start header h4, .features-box.features-end header h4 {
      padding-right: 0%;
      padding-left: 0%; }
    .features-box.features-start p, .features-box.features-end p {
      padding-right: 0%;
      padding-left: 0%; }

  .features-end .features-content, .features-start .features-content {
    padding-right: 0;
    padding-left: 0; }

  .features-start.no-box header i, .features-end.no-box header i {
    display: none; }

  .box-square.features-start.no-box header i, .box-square.features-end.no-box header i, .box-circle.features-start.no-box header i, .box-circle.features-end.no-box header i {
    display: block; }

  .dima-tabs.responsive-tab .dima-tab-nav {
    overflow: hidden; }
    .dima-tabs.responsive-tab .dima-tab-nav ul {
      margin: 0; }
    .dima-tabs.responsive-tab .dima-tab-nav li {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      width: 100%;
      height: 44px;
      line-height: 44px;
      padding: 0 15px;
      border: 1px solid #d0cdbc;
      overflow: hidden; }
      .dima-tabs.responsive-tab .dima-tab-nav li a {
        border-style: none;
        display: inline-block;
        margin: 0;
        padding: 0; }
        .dima-tabs.responsive-tab .dima-tab-nav li a:hover {
          border-style: none;
          background-color: transparent; }
        .dima-tabs.responsive-tab .dima-tab-nav li a:active {
          border-style: none; }
    .dima-tabs.responsive-tab .dima-tab-nav .active > a, .dima-tabs.responsive-tab .dima-tab-nav .active > a:hover {
      border-style: none; }

  .dima-tabs.responsive-tab .dima-tab-nav.float-start, .dima-tabs.responsive-tab .dima-tab-nav.float-end, .dima-tabs.responsive-tab .dima-tab-content.float-end, .dima-tabs.responsive-tab .dima-tab-content.float-start {
    width: 100%; }

  .dima-tab-content.float-end {
    left: 0; }

  .dima-tab-content.float-start {
    right: 0; }

  .main {
    width: 100% !important;
    margin-right: 0px !important;
    margin-left: 0px !important; }

  .social-media li {
    margin-bottom: 10px; }

  .dima-pricing-table .dima-pricing-col.di_1_of_4.featured-larg {
    margin-top: 30px !important; }

  .nav-slit a.prev, .nav-slit a.next {
    display: none; }

  .dima-center-full {
    text-align: center;
    width: 100% !important; }

  .dima-full {
    clear: both;
    width: 100% !important; }

  .cart-table table tr td {
    padding: 30px 15px; } }
/*!7: #Mobile & Tablat (Landscape) =================*/
@media only screen and (min-width: 768px) and (max-width: 1289px) {
  .vertical-menu {
    /*Pricing Table*/ }
    .vertical-menu .hidden-tp {
      display: none !important; }
    .vertical-menu .hidden-l.hidden-tm, .vertical-menu .hidden-el, .vertical-menu .hidden-m,
    .vertical-menu .hidden-ml, .vertical-menu .hidden-mp {
      display: block; }
    .vertical-menu .visible-tp {
      display: block !important; }
    .vertical-menu .visible-l.visible-tm, .vertical-menu .visible-el, .vertical-menu .visible-m,
    .vertical-menu .visible-ml, .vertical-menu .visible-mp {
      display: none; }
    .vertical-menu .isotope-item .link_overlay:hover .work-info {
      bottom: 6%; }
    .vertical-menu .with-margin .isotope-item {
      padding: 0 0.7% 10px 0.7% !important; }
    .vertical-menu div.di_1_of_4 {
      width: 48.5%; }
    .vertical-menu div.di_1_of_4:nth-child(4n+3) {
      margin-top: 30px;
      margin-left: 0; }
    .vertical-menu div.di_1_of_4:nth-child(4n) {
      margin-top: 30px; }
    .vertical-menu .page-section-content .page-section.app {
      margin-bottom: 80px; }
    .vertical-menu .boxed-protfolio .di_1_of_4 {
      width: 50%; }
    .vertical-menu .services p {
      padding: 0px !important; }
    .vertical-menu .no-box.box-square header i,
    .vertical-menu .box-circle header i {
      width: 85px;
      height: 85px;
      font-size: 45px;
      line-height: 85px; }
    .vertical-menu .no-box.features-start.box-square .features-content,
    .vertical-menu .features-start.box-circle .features-content {
      padding-left: 110px; }
    .vertical-menu .no-box.features-end.box-square .features-content,
    .vertical-menu .features-end.box-circle .features-content {
      padding-right: 110px; }
    .vertical-menu .dima-timeline.dima-timeline-blog .post-meta ul li.post-comments, .vertical-menu .dima-timeline.dima-timeline-blog .post-meta ul li.post-view {
      display: none; }
    .vertical-menu .dima-timeline-list li:before {
      left: 42.5px;
      padding-top: 85px; } }
/**
* Important Files
* Custom Revolution 
* Custom Media Elemnts
**/
/*1Revolution custom navigation Type*/
.clm-bullet .bullet.clm:nth-child(2n+3) {
  clear: left;
  margin-left: 0 !important; }

.bullet {
  cursor: pointer;
  width: 13px;
  height: 13px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #FFF;
  margin: 0px 4px 8px 4px !important;
  float: left; }
  .bullet:hover, .bullet.selected {
    background: #FFFFFF !important; }

.tp-simpleresponsive .caption, .tp-simpleresponsive .tp-caption {
  letter-spacing: 0 !important; }

.dima-main .tp-bullets.tp-thumbs {
  background-color: transparent !important;
  background-color: transparent !important; }
.dima-main .tp-bullets.tp-thumbs .bullet {
  opacity: 1;
  filter: alpha(opacity=1); }
  .dima-main .tp-bullets.tp-thumbs .bullet:hover, .dima-main .tp-bullets.tp-thumbs .bullet.selected {
    opacity: 0.9;
    filter: alpha(opacity=0.9);
    background-size: cover !important; }
.dima-main .tp-bullets.tp-thumbs {
  width: 100% !important;
  left: 0 !important;
  margin-left: 0 !important; }
.dima-main .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  left: 50px !important; }

.flex-caption, .tp-caption {
  z-index: 10 !important; }

/**
 * FlexSlider
 */
.slider-thumb.small-control .flex-control-nav li {
  width: 108px !important;
  height: auto !important;
  float: left;
  margin-right: 13px;
  margin-bottom: 0px;
  margin-top: 10px;
  margin-left: 0px; }
.slider-thumb .flex-direction-nav a {
  margin: -60px 0 0; }

/*Form*/
.textarea, .form textarea {
  min-height: 8em;
  height: 8em; }

.widget-content .field {
  margin-bottom: 10px; }

.dima-close:before {
  content: '\a139';
  font-family: "Dima-Icons";
  font-size: 8px;
  line-height: 16px;
  font-size: 0.5rem;
  line-height: 1rem;
  text-align: center;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 25px;
  border: none; }

/*device-content*/
.topaz-div-bg {
  position: absolute;
  display: block;
  width: 100%; }

.device-content.macbook {
  position: relative;
  overflow: hidden;
  padding: 3.6% 11.9% 20% 12.1%; }
.device-content.phone {
  position: relative;
  overflow: hidden;
  padding: 31% 7% 0% 8.2%; }
.device-content img {
  width: 100%; }

/**/
/**
 * Sections
 */
.dima-section-cover {
  position: absolute;
  background-position: center center;
  background-repeat: repeat;
  background-color: rgba(0, 0, 0, 0.7);
  background-attachment: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%; }

.with-top-border {
  border-top: 1px solid #d0cdbc; }

/**
 * Background and colors
 */
.black-bg {
  background-color: #222; }

.green-color {
  color: green; }

.red-color {
  color: red; }

.undertitle {
  color: #FFFFFF !important; }

/**
 * Isotope ( Portfolio )
 */
.dima-isotope-loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background: #F4F4F4; }
  .dima-isotope-loading .loading-top, .dima-isotope-loading .loading-bottom {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9998; }
  .dima-isotope-loading .loading-top {
    top: 0;
    height: 50%;
    background-color: #ff5733;
    -webkit-transition: top 0.3s;
    -moz-transition: top 0.3s;
    -o-transition: top 0.3s;
    transition: top 0.3s; }
  .dima-isotope-loading .loading-bottom {
    bottom: 0;
    height: 50%;
    background-color: #ff5733;
    -webkit-transition: bottom 0.3s;
    -moz-transition: bottom 0.3s;
    -o-transition: bottom 0.3s;
    transition: bottom 0.3s; }

/**
 * 
 */
.spin-2 {
  position: absolute;
  background: url(../images/Okab_white.png) 0 0 no-repeat;
  width: 110px;
  height: 35px;
  z-index: 99999;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -55px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .spin-2 p {
    color: #FFFFFF;
    display: block;
    text-align: center;
    padding-top: 65px;
    letter-spacing: 4px;
    font-weight: 100;
    -webkit-animation: pulse 1s infinite;
    -moz-animation: pulse 1s infinite;
    -o-animation: pulse 1s infinite;
    animation: pulse 1s infinite; }

@-webkit-keyframes pulse {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.95); } }
@-moz-keyframes pulse {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.95); } }
@-o-keyframes pulse {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.95); } }
@keyframes pulse {
  0% {
    transform: scale(0.95); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.95); } }
/**
 * Owl Them
 */
.image-carousel.owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  padding: 5px;
  left: 50%;
  transform: translate(-50%, 0); }

/** 
 * magnific-popup
 */
.gallery-img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 55; }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

button.mfp-close {
  background: #222222; }

.mfp-close {
  position: fixed;
  right: 20px; }

.dima-padding {
  padding: 100px 45px; }

.tp-banner-container {
  width: 100%;
  position: relative;
  padding: 0; }

.in-bottom-absolute {
  position: absolute !important;
  bottom: -6.375em; }

.in-bottom-relative {
  position: relative;
  margin-bottom: -6.25em; }

/** 
 * Photographer
 */
.post-control {
  position: absolute;
  bottom: 38px;
  z-index: 1030;
  right: 50px; }

/**
 * Post Item Ajax
 */
.ajax-item {
  width: 960px;
  margin: 20px auto; }

/**
 * okab-icons page
 */
.rows.okab-icons .di_1_of_4 {
  margin-bottom: 30px;
  display: inline-block; }
.rows.okab-icons i {
  font-size: 32px;
  color: #000; }
.rows.okab-icons i span.muted {
  padding-left: 10px;
  margin-top: 10px; }
.rows.okab-icons .muted {
  display: block;
  font-size: 14px;
  padding: 5px; }

/**
 * Scroll Bar
 */
.dima-navbar-vertical#framee {
  overflow: visible !important; }

.scrollbar {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  z-index: 100;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 0;
  filter: alpha(opacity=0); }

.scrollbar .handle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer; }

.dima-navbar.dima-navbar-vertical .scrollbar {
  left: 0; }

.vertical-menu-end .dima-navbar-vertical .scrollbar {
  right: 0;
  left: auto; }

.dima-navbar-vertical:hover .scrollbar {
  opacity: 1; }

.quick-view-content {
  position: relative;
  background: #FFFFFF;
  max-width: 930px;
  max-height: 600px;
  height: 100%;
  overflow: hidden;
  margin: 6% auto 0 auto; }

.loading {
  opacity: 0; }

.default-link {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 52; }

.load-close {
  color: #fff;
  display: block;
  text-align: center;
  margin-top: 65px;
  letter-spacing: 4px;
  font-weight: 300;
  font-family: 'Arial';
  background: #cc4528;
  padding: 10px;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 30px;
  left: 0;
  z-index: 99999; }

/*Page 404*/
.not-found h6 {
  font-size: 18px;
  line-height: 18px;
  font-size: 1.125rem;
  line-height: 1.125rem; }
.not-found p {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90); }
.not-found h1 {
  font-size: 160px;
  line-height: 160px;
  font-size: 10rem;
  line-height: 10rem;
  margin: 20px 0 35px; }
.not-found form {
  width: 450px;
  margin: 0 auto; }
