/* ==============================
   Fonts
   ============================== */
/*
 * First font load
 * from Typekit
 * */
@import url("https://use.typekit.net/lir0eph.css");
/*
 * Additional fonts
 * from Google Fonts
 * */
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&subset=latin,latin-ext,cyrillic);

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: 'Circular Std Book';
  font-style: normal;
  font-weight: normal;
  src: local('Circular Std Book'), url('../fonts/CircularStd-Book.woff') format('woff');
}

@font-face {
  font-family: 'Circular Std Book Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Circular Std Book Italic'), url('../fonts/CircularStd-BookItalic.woff') format('woff');
}

@font-face {
  font-family: 'Circular Std Medium';
  font-style: normal;
  font-weight: normal;
  src: local('Circular Std Medium'), url('../fonts/CircularStd-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Circular Std Medium Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Circular Std Medium Italic'), url('../fonts/CircularStd-MediumItalic.woff') format('woff');
}

@font-face {
  font-family: 'Circular Std Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Circular Std Bold'), url('../fonts/CircularStd-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Circular Std Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Circular Std Bold Italic'), url('../fonts/CircularStd-BoldItalic.woff') format('woff');
}

@font-face {
  font-family: 'Circular Std Black';
  font-style: normal;
  font-weight: normal;
  src: local('Circular Std Black'), url('../fonts/CircularStd-Black.woff') format('woff');
}

@font-face {
  font-family: 'Circular Std Black Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Circular Std Black Italic'), url('../fonts/CircularStd-BlackItalic.woff') format('woff');
}

/* ==============================
   Common styles
   ============================== */
.align-center {
  text-align: center !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.relative {
  position: relative;
}

.height-inherit {
  height: inherit;
}

.hidden {
  display: none;
}

.inline-block {
  display: inline-block;
}

.stick-fixed {
  position: fixed !important;
  top: 0;
  left: 0;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}

.animate, .animate * {
  -webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.no-animate, .no-animate * {
  -webkit-transition: 0 none !important;
  -moz-transition: 0 none !important;
  -ms-transition: 0 none !important;
  -o-transition: 0 none !important;
  transition: 0 none !important;
}

.clearlist,
.clearlist li {
  list-style: none;
  padding: 0;
  margin: 0;
  background: none;
}

.full-wrapper {
  margin: 0 2%;
}

.margin-top {
  margin-top: 70px;
}

.margin-bot {
  margin-bottom: 70px;
}

.margin-top-null {
  margin-top: 0 !important;
}

.margin-bot-null {
  margin-bottom: 0 !important;
}

.padding-top-null {
  padding-top: 0 !important;
}

.padding-bot-null {
  padding-bottom: 0 !important;
}

html, body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

html {
  visibility: visible;
  opacity: 1;
}

body {
  overflow-y: scroll;
}

.page {
  overflow: hidden;
}

a, b, div, ul, li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

a:focus,
a:active {
  -moz-outline: none;
  outline: none;
}

img:not([draggable]), embed, object, video {
  max-width: 100%;
  height: auto;
}

.green {
  color: #32B099;
}

.red {
  color: #E54028;
}

.yellow {
  color: #FFF46C;
}

.blue {
  background: rgba(0, 150, 180, 1);
}

.light-red {
  color: #FF6E63;
}

/* ==============================
   Typography
   ============================== */
body, p {
  color: #151515;
  font-size: 17px;
  font-family: Circular Std Book, arial, sans-serif;
  /*Lora, Georgia, Times, serif;*/
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #e54028;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #e54028;
  text-decoration: underline;
}

h1, h2, h3, h4, h5 {
  font-family: Circular Std Bold, arial, sans-serif;
  line-height: 1.4;
}

h1 {
  font-size: 32px;
  line-height: 1.3;
}

h2 {
  font-size: 14px;
  font-family: Circular Std Book Italic, Lora, Georgia, Times, serif;
  color: #656565;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
  font-family: Circular Std Book;
}

h5 {
  font-size: 14px;
  line-height: 1.4;
  font-family: Circular Std Book;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.color, .primary {
  color: #e54028;
}

.serif {
  font-family: Lora, Georgia, Times, serif;
  font-style: italic;
  letter-spacing: 1px;
}

p {
  margin: 0 0 1.1em 0;
}

.text {
  font-family: Lora, Georgia, Times, serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #777;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  color: #212121;
}

blockquote {
  margin: 1em 0 1.5em 0;
  border-width: 1px;
  border-color: #e54028;
  background: #fafafa;
  text-align: left;
  font-family: Lora, Georgia, Times, serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #777;
}

blockquote p {
  margin-bottom: 0.5em;
  font-size: 15px;
  font-style: italic;
  color: #212121;
  letter-spacing: 1px;
  line-height: 1.6;
}

blockquote footer {
  font-size: 12px;
}

dl dt {
  margin-bottom: 5px;
}

dl dd {
  margin-bottom: 15px;
}

pre {
  background-color: #f9f9f9;
  border-color: #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.headings {
  position: relative;
  left: -5px;
  z-index: 0;
  font-family: paralucent, Circular Std Bold, arial, sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 0.8;
  background: #e54028;
  width: fit-content;
  padding: 10px;
  border-radius: 4px;
  color: white;
  margin-bottom: 25px;
}

.headings li,
.headings h1 {
  margin: 0;
  padding: 0;
}

.headings:after {
  /*content: " ";*/
  display: block;
  width: 250px;
  height: 20px;
  position: relative;
  top: -16px;
  left: 16px;
  right: -42px;
  background-color: #FFF46C;
  z-index: -1;
}

/* ==============================
   Buttons
   ============================== */
.btn-theme,
a.btn-theme {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #e54028;
  background: #fff;
  border: 1px solid transparent;
  text-decoration: none;
  letter-spacing: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-theme:hover,
.btn-theme:focus {
  color: rgba(255, 255, 255, 1);
  background: #e54028;
  text-decoration: none;
}

.btn-theme:hover i {
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
}

.btn-theme:active {
  cursor: pointer !important;
}

.btn-theme.btn-small {
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /* border: white 1px solid; */
}

.btn-theme.btn-medium {
  padding: 10px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: red solid 1px;
}

.btn-theme.btn-large {
  padding: 14px 40px;
  font-size: 14px;
}

.btn-theme.btn-glass {
  color: rgba(255, 255, 255, .75);
  background: rgba(0, 0, 0, .40);
}

.btn-theme.btn-glass:hover,
.btn-theme.btn-glass:focus {
  color: rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 1);
}

.btn-theme.btn-border {
  /*color: #fff;*/
  border: 1px solid #eee;
  /*background: transparent;*/
}

.btn-theme.btn-border:hover,
.btn-theme.btn-border:focus {
  color: #fff;
  background: rgba(2, 2, 2, .5);
}

.btn-theme.btn-border-c {
  color: #e54028;
  border: 1px solid #e54028;
  background: transparent;
}

.btn-theme.btn-border-c:hover,
.btn-theme.btn-border-c:focus {
  color: #fff;
  border-color: transparent;
  background: #e54028;
}

.btn-theme.btn-border-w {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .75);
  background: transparent;
}

.btn-theme.btn-border-w:hover,
.btn-theme.btn-border-w:focus {
  color: #e54028;
  border-color: transparent;
  background: #fff;
}

.btn-theme.btn-w {
  color: #151515;
  background: #fff;
}

.btn-theme.btn-w:hover,
.btn-theme.btn-w:focus {
  color: #e54028;
  background: #fff;
}

.btn-theme.btn-w-color {
  color: #151515;
  /*#e54028;*/
  background: #fff;
}

.btn-theme.btn-w-color:hover,
.btn-theme.btn-w-color:focus {
  color: #e54028;
  /*#151515;*/
  background: #eee;
}

.btn-theme.btn-color {
  color: #fff;
  background: rgba(229, 64, 40, 1);
}

.btn-theme.btn-color:hover,
.btn-theme.btn-color:focus {
  color: #fff;
  background: rgba(229, 64, 40, .9);
}

.btn-full {
  width: 100%;
}

.btn-emoji {
  position: relative;
  left: -3px;
  top: 1px;
}

/* ==============================
   Forms fields
   ============================== */
.form input[type="text"],
.form input[type="email"],
.form input[type="phone"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form select {
  height: 38px;
  font-weight: 400;
  color: #777;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="phone"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form select:hover {
  border-color: #ccc;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="phone"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form select:focus {
  color: #151515;
  border-color: #151515;
  -webkit-box-shadow: 0 0 3px rgba(21, 21, 21, .3);
  -moz-box-shadow: 0 0 3px rgba(21, 21, 21, .3);
  box-shadow: 0 0 3px rgba(21, 21, 21, .3);
}

.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="phone"].input-lg,
.form input[type="url"].input-lg,
.form input[type="search"].input-lg,
.form input[type="tel"].input-lg,
.form input[type="password"].input-lg,
.form select.input-lg {
  height: 48px;
}

.form input[type="text"].input-sm,
.form input[type="email"].input-sm,
.form input[type="phone"].input-sm,
.form input[type="url"].input-sm,
.form input[type="search"].input-sm,
.form input[type="tel"].input-sm,
.form input[type="password"].input-sm,
.form select.input-sm {
  height: 28px;
}

.form textarea {
  color: #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form textarea:hover {
  border-color: #aaa;
}

.form textarea:focus {
  color: #151515;
  border-color: #151515;
  -webkit-box-shadow: 0 0 3px rgba(21, 21, 21, .3);
  -moz-box-shadow: 0 0 3px rgba(21, 21, 21, .3);
  box-shadow: 0 0 3px rgba(21, 21, 21, .3);
}

.form .small-section-heading {
  margin-bottom: 30px;
}

.form .form-group {
  margin-bottom: 20px;
}

.form-success {
  display: none;
  max-width: 570px;
  margin: 0 auto 10px;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a9e2c2;
  font-size: 13px;
  text-transform: uppercase;
  color: #36a367;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* ==============================
   Sections
   ============================== */
/*
 * General styles
 */
.section {
  display: block;
  width: 100%;
}

.image-bg {
  display: block;
  width: 100%;
  position: relative;
  /* background-color: #222; */
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.image-color-bg {
  display: block;
  width: 100%;
  position: relative;
  background-color: #e54028;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-scroll {
  background-attachment: scroll;
}

/* Structure */
.intro-content,
.left-side,
.right-side {
  display: table;
  height: 100%;
  padding: 0;
  text-align: left;
}

.left-side {
  width: 50%;
  float: left;
  position: initial;
}

.right-side {
  width: 50%;
  margin-top: 30%;
  /* top: 500px; */
  float: left;
  position: relative;
  z-index: 1;
}

/*
 * Intro
 */
.intro-content {
  width: 99%;
  position: fixed;
  top: 0px;
  border: white solid;
  border-width: 12px 0px 12px 12px;
  background: #f8f8f8;
  z-index: 1;
}

.intro-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 50%;
  padding: 10px 90px;
}

.intro-nav, .intro-contact {
  margin-bottom: 30px;
}

.intro-contact li, .intro-nav li {
  display: inline-block;
  margin: 0 0px 5px;
}

.intro-contact li:after, .intro-nav li:after {
  content: "";
  display: inline-block;
  font-size: 10px;
}

.intro-contact li a, .intro-nav li a {
  color: #151515;
  /*#32B099;*/
}

.intro-content i {
  /* padding-right: 5px;
  position: relative;
  top: 1px;
  left: -1px;
  color: #000; */
}

.intro-text select {
  display: inline;
  border: #ddd 2px solid;
}

.intro {
  font-family: Georgia, Lato, sans-serif;
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 0.1px;
  -webkit-font-smoothing: subpixel-antialiased;
}

.arrow-down {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  font-size: 40px;
  padding-left: 20px;
}

/* Image Slider */
.slider-fittext {
  font-size: 20px;
}

.home-image-slider {
  font-size: 1em;
}

.home-image-slider .headings {
  font-size: 3.5em !important;
}

.home-image-slider .home-description {
  font-size: 1.05em !important;
}

.home-image-slider .home-description.large {
  font-size: 1.55em !important;
  font-weight: 400;
  margin-bottom: 1em;
}

.home-image-slider,
.home-image-slider li {
  margin: 0;
  padding: 0;
}

/* Pattern background */
.pattern-bg {
  background-repeat: repeat;
  background-size: auto;
}

/* Gradient overlay */
.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(-35deg, rgba(229, 64, 40, .9), rgba(235, 172, 18, .9));
  background-image: -moz-linear-gradient(-35deg, rgba(229, 64, 40, .9), rgba(235, 172, 18, .9));
  background-image: -o-linear-gradient(-35deg, rgba(229, 64, 40, .9), rgba(235, 172, 18, .9));
  background-image: linear-gradient(125deg, rgba(229, 64, 40, .9), rgba(235, 172, 18, .9));
}

/* Pattern overlay (over photo or video) */
.pattern-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/pattern-overlay.png) repeat;
  background-color: rgba(0, 0, 0, .17);
}

/* ==============================
   Main menu
   ============================== */
/*
 * Desktop nav
 */
.main-nav {
  width: 100%;
  height: 55px !important;
  position: relative;
  top: 0;
  left: 0;
  text-align: left;
  background: #fbfbfb;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1), 0 1px 0 rgba(0, 0, 0, .027);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1), 0 1px 0 rgba(0, 0, 0, .027);
  box-shadow: 0 1px 10px rgba(0, 0, 0, .1), 0 1px 0 rgba(0, 0, 0, .027);
  z-index: 99;
}

.inner-nav {
  display: inline-block;
  position: relative;
  float: left;
}

.inner-nav ul {
  float: left;
  margin: auto;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3;
}

.inner-nav ul>li {
  float: left;
}

.inner-nav ul>li>a {
  color: #212121;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  padding: 0 20px;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.inner-nav ul>li:first-child>a {
  border-left: 1px solid #eee;
}

.inner-nav ul>li>a:hover,
.inner-nav ul>li>a.active {
  background: #fff;
  color: #777;
  text-decoration: none;
}

.inner-nav ul>li>a {
  height: 55px;
  line-height: 55px;
}

/*
 * Mobile
 */
.mobile-on .desktop-nav {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 100;
}

.mobile-on .desktop-nav ul {
  width: 100%;
  margin-top: 2%;
  background: #fbfbfb;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.mobile-on .desktop-nav ul>li {
  display: block;
  float: none;
}

.mobile-on .desktop-nav ul>li>a {
  display: block;
  width: 100%;
  height: 38px !important;
  line-height: 38px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: left;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #eee;
}

.mobile-on .desktop-nav ul>li:last-child>a {
  border-bottom: none;
}

.mobile-on #line {
  background: blue;
}

.mobile-nav {
  display: none;
  vertical-align: middle;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -webkit-transition-property: background, color;
  -moz-transition-property: background, color;
  -o-transition-property: background, color;
  transition-property: background, color;
}

.mobile-nav:hover,
.mobile-nav.active {
  background: #fff;
  color: #777;
}

.mobile-nav:active {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset;
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset;
  box-shadow: 0 0 35px rgba(0, 0, 0, .05) inset;
}

.no-js .mobile-nav {
  width: 55px;
  height: 55px;
}

.mobile-on .mobile-nav {
  display: table;
}

.mobile-nav .fa {
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 21px;
}

/*
 * Social links (in nav panel)
 */
.nav-social-links {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
  /* (.nav-social-links a .fa) height/2 */
}

.nav-social-links a {
  float: left;
  padding-left: 5px;
  color: #151515;
  text-decoration: none;
}

.nav-social-links a:hover {
  text-decoration: none;
}

.nav-social-links a .fa {
  width: 26px;
  height: 26px;
  display: block;
  line-height: 26px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
  background: #eee;
  color: #151515;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  -webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  -moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  -o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}

.nav-social-links a .fa:after {
  content: " ";
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  -webkit-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  -moz-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  -o-transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
  transition: all 170ms cubic-bezier(0.805, 0.075, 0.315, 1.410);
}

.nav-social-links a:hover .fa {
  background: #fff;
}

.nav-social-links a:hover .fa:after {
  border-color: #333;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .45);
  -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .45);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .45);
}

/* ==============================
   Inside sections
   ============================== */
.page-section {
  padding: 100px 60px 20px 20px;
}

hr {
  border-top: 2px dotted #e54028;
  margin-top: 32px;
  padding-top: 16px;
}

.small-section {
  padding: 60px 0;
  text-align: center;
}

.medium-section {
  padding: 120px 0;
}

.small-section-heading {
  margin-top: 0;
  margin-bottom: 45px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.bg-overlay-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(1, 64, 40, .85);
  z-index: 0;
}

.bg-overlay-2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #151515;
  background: rgba(21, 21, 21, .9);
}

.bg-content {
  position: relative;
  z-index: 1;
}

/*
 * Sections whith dark background
 */
.dark-bg {
  color: #fff;
}

.dark-bg a {
  color: #bbb;
}

.dark-bg .section-title {
  color: #999;
  border: 1px solid rgba(255, 255, 255, .141);
}

.dark-bg .section-title:before,
.dark-bg .section-title:after {
  background: rgba(255, 255, 255, .141);
}

.dark-bg .section-text {
  color: #bbb;
}

/* Section with lightgray background */
.gray-bg {
  background: #f5f5f5;
}

/*
 * Banner section
 */
.banner-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.banner-text {
  text-align: left;
}

.banner-decription {
  margin-top: 7px;
  font-size: 16px;
  color: #999;
}

.image-color-bg .banner-decription {
  color: #f0c3bf;
}

.banner-button {
  text-align: right;
}

/*
 * Portfolio section
 */
.portfolio-section {
  padding: 30px 0 60px 0;
}

.portfolio-section ul {
  padding: 0;
  margin: 0;
}

.work-img {
  position: relative;
}

.work-img img {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 1px;
}

.work-hover {
  position: absolute;
  bottom: 6%;
  right: 4%;
  z-index: 3;
  opacity: 0;
}

.work-text {
  margin: 0;
  padding: 20px 84px 20px 24px;
}

.work-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
}

.work-descr {
  letter-spacing: .5px;
  line-height: 20px;
  color: #151515;
  margin: 5px 0 0 0;
  padding: 0;
}

.work-item {
  width: 84%;
  display: inline-block;
  float: left;
  margin: 0 0 25px 0;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.work-item>a {
  display: block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}

.work-item .work-img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  border: solid 7px rgba(255, 255, 255, 0);
}

.coming-soon-item {
  width: 82%;
  display: inline-block;
  float: left;
  margin: 0 0 25px 0;
  opacity: 0.9;
}

/* Works hover state */
.work-item, .work-item:hover {
  -webkit-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all .3s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.work-item:hover {
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
  width: 85%;
}

.work-item:hover .work-img:after {
  background: rgba(12, 12, 12, .25);
  /* background: rgba(255,255,255, .25); */
  /* background: rgba(229,64,40, .92); */
  /* border: solid 10px rgba(255,255,255, 0.2); */
}

.work-item:hover .work-hover {
  opacity: 1;
}

/* Works full view */
.work-full-slider {
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}

.work-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
}

.work-loader:after {
  display: block;
  content: " ";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -8px;
  background: url(../images/loader.gif) no-repeat;
}

/*
 * Work navigation
 */
.sticky-wrapper {
  float: left;
  width: 100%
}

.work-navigation {
  width: 100%;
  position: relative;
  top: -60px;
  font-size: 14px;
  text-transform: inherit;
  letter-spacing: 1px;
  z-index: 99999;
  background: #fff;
  border-bottom: 1px solid #dddddd;
}

.work-navigation .fa {
  font-size: 12px;
  vertical-align: middle;
}

.work-navigation .fa-times {
  font-size: 16px;
  margin-top: -2px;
}

.work-navigation a {
  display: block;
  float: left;
  width: 33.33333%;
  overflow: hidden;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.work-navigation a,
.work-navigation a:visited {
  color: #151515;
}

.work-navigation a:hover {
  color: #151515;
}

.work-navigation a span {
  display: inline-block;
  height: 50px;
  line-height: 49px;
  padding: 0 4%;
  /* background: #fff; */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.work-navigation span:hover {
  background: #f7f7f7;
}

.work-back-link {
  margin: 10px 0;
  display: block;
  background: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #151515;
}

.work-prev {
  text-align: left;
}

.work-all {
  text-align: center;
}

.work-next {
  text-align: right;
}

/*
 * Work section
 */
.hero-text {
  color: white;
  z-index: 1;
  position: absolute;
  top: 10%;
}

.hero-text h1 {
  border-top: solid;
  width: 50px;
  padding-top: 10px;
}

.hero-text h2 {
  font-size: 13px;
  color: white;
}

.work-wrapper {
  padding: 0 0 50px 0;
}

.work-intro {
  padding: 120px 0 60px;
}

.work-intro p {
  font-size: 24px;
  line-height: 1.9em;
}

.work-intro-table {
  border-top: 2px dotted #e54028; //#ff6e63;
  border-bottom: 2px dotted #e54028; //#ff6e63;
}

.work-intro table {
  width: 100%;
  margin: 30px auto;
  table-layout: auto;
}

.work-text-section{
  width: 60%;
  margin: 50px auto 80px;
}

.work-footer{

}

table,
td,
th {
  border-collapse: collapse;
}

th,
td {
  padding: 0 20px;
  border: none;
  text-align: left;
  vertical-align: top;
}

th, td {
  border-right: 1px #bababa dashed;
}

th:first-child, td:first-child {
  padding-left: 5px;
}

th:last-child, td:last-child {
  padding-right: 5px;
  border-right: none;
}

.works-filter {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 0 70px 0;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  color: #151515;
  border-top: 1px solid #151515;
  cursor: default;
}

.works-filter li {
  display: inline-block;
  margin: 0 17px;
  padding: 15px 0 0;
  border-top: 3px solid transparent;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

.works-filter li.active {
  border-top: 3px solid #151515;
  cursor: default;
}

.works-filter li:first-child {
  margin-left: 0;
}

.works-filter li:last-child {
  margin-right: 0;
}

.work-full-title {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}

.work-full-media {
  margin: 30px 0;
}

.work-full-media li {
  padding-bottom: 10px;
}

.work-full-media img, .work-full-media video, .work-full-media iframe {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.work-full-slider {
  position: relative;
}

.work-full-slider li {
  overflow: hidden;
}

.work-full-text {
  margin-top: 50px;
  text-align: left;
}

.work-full-text h6 {
  margin-top: 5px;
}

.work-detail {
  margin-bottom: 30px;
  background: #f7f7f7;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.work-detail h6 {
  margin-top: 0;
}

.work-detail p:last-child {
  margin-bottom: 0;
}

.work-full-detail {
  font-size: 10px;
  color: #777;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.work-full-detail p {
  margin: 4px 0;
}

.work-full-action {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e9e9e9;
  text-align: center;
}

.work-full-image {
  padding: 20px 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#cecbc6, #ebebeb);
  text-align: center;
}

/* Responsive
==================================== */
@media all and (max-width: 500px) {
  .Rtable--collapse {
    display: block;
  }

  .Rtable-cell {
    width: 100% !important;
  }

  .Rtable-cell--foot {
    margin-bottom: 1em;
  }
}

/*
Non-Flex modernizer fallback
*/
.no-flexbox .Rtable {
  display: block;

  >.Rtable-cell {
    width: 100%;
  }

  >.Rtable-cell--foot {
    margin-bottom: 1em;
  }
}

/*
 * Principles section
 */
.principles-section {
  width: 95%;
  padding: 60px 60px 60px 0px;
}

.principles-section hr {
  border-top: 2px solid #ff6e63;
}

.principles-list {
  /* padding-top: 24px; */
  /* padding-bottom: 12px; */
  margin-top: 24px;
  /* border-top: 1px dotted #999; */
  /* border-bottom: 1px dotted #999; */
  width: 75%;
}

.principles-list li {
  padding-left: 2px;
  padding-bottom: 12px;
}

.principles-list .marker {
  float: left;
  position: absolute;
  margin: 0;
}

.principles-list h3 {
  display: inline-block;
  margin: 0 25px;
}

.principles-list h4 {
  font-family: Circular Std Book;
  font-size: 18px;
  display: inline-block;
  margin: 0 25px;
  /* display: flex;
  margin-top: 5px;
  color: #eee;
  margin-left: 25px; */
}

/*
 * Experience section
 */
.experience-section {
  width: 95%;
  padding: 60px 60px 60px 0px;
}

.experience-section hr {
  border-top: 2px solid #ff6e63;
}

.experience-section .btn {
  margin-top: 15px;
}

.experience-list {
  /* border-bottom: 1px dotted #151515; */
  width: 75%;
}

.experience-list li {
  padding-bottom: 16px;
  /* border-bottom: 1px dotted #999; */
  margin-bottom: 24px;
}

.experience-list li:last-child {
  margin-bottom: 0px;
}

.experience-list h3 {
  display: inline;
}

/*
 * Contacts section
 */
.contact-section {
  background: #eee;
}

/* Phone */
.phone {
  position: relative;
  margin-top: 22px;
  margin-bottom: 70px;
  padding: 55px 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #151515;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.phone-title {
  width: 98px;
  margin-left: -49px;
  position: absolute;
  top: -22px;
  left: 50%;
  background: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.phone-icon {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
  color: #e54028;
}

.phone-number {
  font-size: 40px;
}

/* Other contact blocks (email, address) */
.contact-icon {
  margin-bottom: 10px;
  font-size: 20px;
  color: #151515;
}

.contact-icon a {
  color: #151515;
}

.contact-text {
  padding: 0 45px;
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
}

.contact-text a {
  color: #151515;
}

/* Contacts form */
.contact-overspace {
  margin-top: -30px;
  height: 30px;
  background: #fff;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.contact-form-wrap {
  padding: 0 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact-form {
  max-width: 570px;
  margin: 24px auto 40px;
}

/*
 * Text carousel section (twitter, reviews, etc...)
 */
.text-carousel {}

.tc-icon {
  margin-bottom: 30px;
  font-size: 48px;
  color: rgba(255, 255, 255, .15);
}

.tc-icon a,
.tc-icon a .fa {
  color: rgba(255, 255, 255, .15);
  -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.tc-icon a:hover,
.tc-icon a:hover .fa {
  color: rgba(255, 255, 255, .25);
}

.tc-content {
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 1px;
  color: #ababab;
}

.tc-slider {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tc-slider li {
  display: block;
  margin: 0;
  padding: 0;
}

.tweet_join {
  display: none;
}

.tc-author {
  margin-top: 30px;
  font-family: arial, sans-serif;
  font-size: 11px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #777;
}

.tc-author a {
  color: #777;
}

.tc-arrows {
  margin-top: 40px;
}

.tc-arrows a {
  text-decoration: none !important;
}

.tc-arrow-left,
.tc-arrow-right,
.tc-arrow-left:active,
.tc-arrow-right:active {
  width: 30px;
  height: 30px;
  margin: 0 2px;
  position: relative;
  display: inline-block;
  font-size: 21px;
  border: 1px solid rgba(255, 255, 255, .2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
}

.tc-arrow-left .fa,
.tc-arrow-right .fa {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -1px;
  line-height: 30px !important;
  display: block;
  text-align: center;
  color: #777;
  cursor: pointer;
}

.tc-arrow-left .fa {
  left: -2px;
}

.tc-arrow-right .fa {
  ;
  right: -2px;
}

.tc-arrow-left:hover,
.tc-arrow-right:hover {
  border-color: rgba(255, 255, 255, .5);
  color: #fff;
}

.tc-arrow-left:hover .fa,
.tc-arrow-right:hover .fa {
  color: #fff;
}

.gray-bg .tc-icon {
  color: #ddd;
}

.gray-bg .tc-icon a {
  color: #ddd;
}

.gray-bg .tc-icon a:hover {
  color: #ccc;
}

.gray-bg .tc-content {
  color: #151515;
}

.gray-bg .tc-content a {
  color: #555;
}

.gray-bg .tc-author,
.gray-bg .tc-author a {
  color: #777;
}

.gray-bg .tc-arrow-left,
.gray-bg .tc-arrow-right,
.gray-bg .tc-arrow-left:active,
.gray-bg .tc-arrow-right:active {
  border-color: #ddd;
}

.gray-bg .tc-arrow-left .fa,
.gray-bg .tc-arrow-right .fa {
  color: #777;
}

.gray-bg .tc-arrow-left:hover,
.gray-bg .tc-arrow-right:hover {
  border-color: #bbb;
}

.gray-bg .tc-arrow-left:hover .fa,
.gray-bg .tc-arrow-right:hover .fa {
  color: #151515;
}

/* ==============================
   Footer
   ============================== */
.footer {
  margin: 40px 0 0;
  padding-top: 20px;
  text-align: left;
  color: #999;
}

.footer-text {
  font-size: 11px;
}

/* ==============================
   Shortcodes
   ============================== */
.shortcode-section {
  margin-bottom: 50px;
  text-align: center;
}

.shortcode-title {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #e9e9e9;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.text-block {
  margin-bottom: 30px;
  text-align: left;
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #777;
}

.text-block h1,
.text-block h2,
.text-block h3,
.text-block h4,
.text-block h5,
.text-block h6 {
  color: #212121;
}

.margin-block {
  margin-bottom: 30px;
}

.button-holst {
  padding-top: 40px;
  background: #e5e5e5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*
 * Tabs
 */
.theme-tabs {
  border-color: #ddd;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.theme-tabs>li>a {
  text-decoration: none;
}

.theme-tabs>li>a:hover {
  background-color: #f5f5f5;
}

.theme-tabs li.active a {
  color: #212121;
}

.theme-tabs-cont {
  padding: 15px 0;
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #777;
}

/*
 * Alert messages
 */
.alert {
  margin: 0 auto 10px;
  padding: 14px 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #777;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.success {
  border-color: #a9e2c2;
  color: #36a367;
}

.info {
  border-color: #9ecdfc;
  color: #297ad3;
}

.notice {
  border-color: #f9ce75;
  color: #e9a00a;
}

.error {
  border-color: #ffbbbb;
  color: #e33131;
}

/*
 * Accordion
 */
.accordion>dt {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.accordion>dt>a {
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e0e0e0;
  background: #fdfdfd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion>dt>a:hover {
  text-decoration: none;
  border-color: #ddd;
  background-color: #f9f9f9;
  color: #444;
}

.accordion>dt>a.active {
  color: #e54028;
  border-color: #ddd;
  background-color: #f9f9f9;
  cursor: default;
}

.accordion>dt>a:after {
  content: "\e095";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.accordion>dt>a.active:after,
.accordion>dt>a.active:hover:after {
  content: "\e082";
  color: #e54028;
}

.accordion>dt>a:hover:after {
  color: #444;
}

.accordion>dd {
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #777;
}

/*
 * Toggle
 */
.toggle>dt {
  margin-bottom: 10px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.toggle>dt>a {
  display: block;
  position: relative;
  color: #777;
  text-decoration: none;
  padding: 14px 20px;
  border: 1px solid #e0e0e0;
  background: #fdfdfd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.toggle>dt>a:hover {
  text-decoration: none;
  border-color: #ddd;
  background-color: #f9f9f9;
  color: #444;
}

.toggle>dt>a.active {
  color: #e54028;
  border-color: #ddd;
  background-color: #f9f9f9;
}

.toggle>dt>a:after {
  content: "\e095";
  width: 15px;
  height: 15px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: 'Simple-Line-Icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 15px;
  text-align: center;
  color: #999;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.toggle>dt>a.active:after,
.toggle>dt>a.active:hover:after {
  content: "\e082";
  color: #e54028;
}

.toggle>dt>a:hover:after {
  color: #444;
}

.toggle>dd {
  margin-bottom: 10px;
  padding: 0 20px;
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px;
  color: #777;
}

/*
 * Progress bars
 */
.theme-progress {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.progress-bar {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #212121;
  font-size: 10px;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.progress-color .progress-bar {
  background-color: #e54028;
}

/* Pagination */
.pagination {
  font-size: 12px;
}

.pagination a {
  display: inline-block;
  min-width: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #e9e9e9;
  color: #888;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.pagination .fa {
  margin-top: 1px;
  font-size: 16px;
}

.pagination a:hover {
  text-decoration: none;
  border-color: rgba(229, 64, 40, .5);
  color: #e54028;
}

.pagination a.active,
.pagination a.active:hover {
  border-color: #e9e9e9;
  color: #444;
  cursor: default;
}

/* Comments */
.comment-list {}

.comment-item {
  padding-top: 20px;
  border-top: 1px dotted #e9e9e9;
}

.comment-item:first-child {
  padding-top: 0;
  border-top: none;
}

.comment-avatar {
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.comment-item-data {
  margin: 8px 0 10px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #aaa;
}

.comment-author {
  font-size: 10px;
}

.comment-item-data a {
  color: #aaa;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.comment-item-data a:hover {
  color: #212121;
  text-decoration: none;
}

/*
 * Sidebar
 */
.sidebar {
  margin-top: 10px;
}

.widget {
  margin-bottom: 50px;
}

.widget-title {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  color: #212121;
}

.widget-body {
  font-size: 12px;
  color: #777;
}

.widget-text {
  font-family: Lora, "Times New Roman", Times, serif;
  line-height: 1.7;
  letter-spacing: 1px;
}

/* Search widget */
.search-wrap {
  position: relative;
}

.search-field {
  width: 100% !important;
  height: 40px !important;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-button {
  width: 42px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  right: 1px;
  overflow: hidden;
  background: transparent;
  border: none;
  outline: none;
  color: #777;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.search-button:hover {
  color: #212121;
}

.search-button:hover+.search-field {
  border-color: #ccc;
}

/* Widget menu */
.widget-menu {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
}

.widget-menu li {
  padding: 5px 0;
  font-family: Lora, "Times New Roman", Times, serif;
}

.widget-menu li a {
  color: #555;
  text-decoration: none;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.widget-menu li a:hover {
  border-color: rgba(229, 64, 40, .4);
  color: #e54028;
}

.widget-menu li small {
  font-family: Lora, "Times New Roman", Times, serif;
  font-size: 11px;
  font-style: italic;
  color: #999;
}

/* Widget tags */
.tags {}

.tags a {
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 5px 7px;
  border: 1px solid #e9e9e9;
  color: #777;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.tags a:hover {
  text-decoration: none;
  border-color: rgba(229, 64, 40, .5);
  color: #e54028;
}

/* Posts & comments */
/* Widget menu */
.widget-posts {
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
  color: #aaa;
}

.widget-posts li {
  padding: 7px 0;
  border-bottom: 1px dotted #e9e9e9;
  font-family: Lora, "Times New Roman", Times, serif;
}

.widget-posts li a {
  color: #555;
  text-decoration: none;
  padding-bottom: 2px;
  text-decoration: none;
  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
  transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.widget-posts li a:hover {
  color: #e54028;
}

/* Resume */
.resume-footer {
  text-align: center;
}


/*CODYHOUSE*/
