@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=latin,latin-ext);
/* Table of content */
/*
1. FONTS
2. TYPOGRAPHY
3. BUTTONS
4. NAVBAR
5. FORMS
6. ELEMENTS
7. SECTIONS
8. PARALLAX
9. ICON BOX
10. PERSON BOX
11. TIMER COUNTER
12. TIMELINE
13. ACCORDION
14. PROGRESS BAR
15. PORTFOLIO
16. BLOG
17. FLICKR
18. BREADCRUMB
19. FOOTER
20. GOOGLE MAP
21. DESCRIPTION LIST
22. MEDIA OBJECT
23. TABS
24. PRICEBOX
25. TABLE
26. LIST STYLED
27. 404 PAGE
28. PLUGINS
29. ANIMATE.CSS
30. FLEXSLIDER
31. MAGNIFIC POPUP
32. ISOTOPE
*/
img,
figure {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* ==================== */
/* ====== FONTS ======= */
html {
  overflow-y: -moz-scrollbars-vertical;
  overflow-y: scroll;
  -ms-overflow-y: scroll;
  overflow-x: hidden;
}
/*removing default browser style*/
u,
ins {
  text-decoration: none;
}
a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  text-decoration: none;
}
a:hover,
a:focus {
  color: #ea623d;
  outline: none;
}
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
p {
  color: #666666;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
}
p.larger {
  color: #666666;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px 0;
}
p.darker {
  color: #555258;
}
/*--Fixes for woo in contact--*/
div.larger {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px 0;
}
/*--Fixes for woo in contact--*/
.headerDesc {
  color: #666;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 25px 0;
}
a.larger {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}
.readMore,
a[href^="mailto"] {
  color: #ea623d;
}
.readMore:hover,
a[href^="mailto"]:hover {
  color: inherit;
}
/* ================== */
/* === TYPOGRAPHY === */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #333;
  margin: 0 0 20px 0;
}
h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 32px;
  color: #333333;
}
h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 28px;
  color: #333333;
}
h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
h4 span {
  display: block;
  color: #999999;
  font-weight: 400;
  font-size: 13px;
  line-height: 14px;
  padding-top: 5px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 21px;
  margin: 15px 0 12px 0;
  color: #333333;
}
h5 + p {
  margin-bottom: 40px;
}
h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  color: #333333;
}
.widget-title {
  font-size: 13px;
  line-height: 16px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}
.page-header {
  border: 0;
  margin: 0;
  padding: 0;
}
.page-header h2 {
  margin-bottom: 40px;
}
.page-header h2 + .headerDesc.larger {
  position: relative;
  margin-top: -24px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.page-header h2 + .headerDesc {
  margin-top: -20px;
}
.page-header .headerDesc {
  color: #666;
}
.page-header .btn {
  margin-top: 8px;
}
.page-header h2 + .btn {
  margin-top: -12px;
}
.page-header + .headerDesc.larger {
  margin-top: -10px;
}
.page-header .headerDesc.larger + .btn {
  margin-top: -15px;
}
.page-header p {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -24px;
  margin-bottom: 40px;
}
.page-title {
  font-size: 13px;
  line-height: 16px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 25px 0;
  font-weight: 400;
}
.main-header {
  background: #453951;
  padding: 26px 0;
}
.main-header .page-title {
  color: #ffffff;
  font-size: 32px;
  line-height: 33px;
  text-transform: none;
  font-weight: 400;
  margin: 0;
  padding: 9px 0;
  letter-spacing: normal;
}
hr {
  background: none;
  border-top: 1px solid #e5e5e5;
}
blockquote {
  padding: 0;
  margin: 0 0 20px 0;
  border: 0;
  font-size: inherit;
  line-height: inherit;
}
blockquote:before {
  display: none;
  height: 0;
}
blockquote p {
  font-size: inherit;
  line-height: inherit;
  font-weight: 400;
}
blockquote .inner {
  padding: 0 0 22px 25px;
}
blockquote .inner:before {
  height: 0;
  float: left;
  position: relative;
  top: 14px;
  left: -30px;
  content: "“";
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 50px;
  color: #999999;
}
blockquote .inner p {
  font-size: 18px;
  line-height: 30px;
  margin: 0;
}
blockquote .media.author {
  margin-top: 0;
}
blockquote .media > .pull-left {
  display: block;
  margin-right: 20px;
}
blockquote .media > .pull-left img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
blockquote .media-heading {
  padding-top: 19px;
  font-size: 13px;
  line-height: 13px;
  font-weight: 600;
}
blockquote .media-heading span {
  padding-top: 6px;
  display: block;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  color: #999;
  text-transform: none;
  letter-spacing: normal;
}
blockquote.intext {
  margin: 40px 0;
  font-size: 20px;
  line-height: 30px;
  color: #666;
}
blockquote.intext p {
  font-size: 20px;
  line-height: 30px;
  color: #666;
}
.innerMargin blockquote.intext {
  margin-left: -100px;
  margin-right: -100px;
}
blockquote.huge {
  font-size: 32px;
  line-height: 45px;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0 75px 0;
}
blockquote.huge p {
  font-size: 32px;
  line-height: 45px;
}
blockquote.huge .author {
  display: block;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.thumbnails {
  margin-top: -20px;
}
.thumbnails > li {
  margin-top: 20px;
}
.table-content {
  display: table;
  width: 100%;
  margin: 0;
}
.table-row {
  display: table-row;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.table-cell * {
  margin: 0;
}
.alert .fa {
  margin-right: 10px;
}
/* =============== */
/* === BUTTONS === */
.btn {
  font-weight: 400;
  border: 2px solid transparent;
  padding: 11px 17px;
  font-size: 13px;
  line-height: 13px;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #333333;
}
.btn:hover,
.btn:focus {
  color: #ea623d;
  border-color: #ea623d;
  text-decoration: none;
  outline: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn span + i {
  margin-left: 5px;
}
.btn i + span {
  margin-left: 5px;
}
.list-unstyled li i {
  margin-right: 5px;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin-top: -3px;
  margin-bottom: -3px;
}
.btn-default {
  background: transparent;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  background: transparent;
}
.btn-primary {
  background: #ea623d;
  border-color: #ea623d;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background: #2a272e;
  border-color: #2a272e;
  color: #fff;
}
.btn-lg {
  padding: 16px 27px;
}
.btn-sm {
  font-weight: 400;
  padding: 6px 11px;
  font-size: 11px;
  line-height: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn.with-icon {
  margin: 4px;
  padding-left: 10px;
  padding-right: 10px;
  width: 39px;
}
.btn.disabled,
.btn[disabled] {
  background: #666 !important;
  border-color: #666 !important;
}
.btn.closeAjaxPortfolio {
  margin-left: 25px;
}
/* ===================== */
/* ====== NAVBAR ======= */
.navbar-default {
  min-height: 89px;
  background-color: #fff;
  border: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.navbar-default .nav > li {
  padding: 28px 16px;
}
.navbar-default .nav > li.dropdown {
  padding-right: 22px;
}
.navbar-default .nav > li.dropdown > a .caret {
  display: none;
}
.navbar-default .nav > li.dropdown > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0d7";
  color: #999999;
  font-weight: 400;
  margin-left: 4px;
  font-size: 12px;
  position: absolute;
}
.navbar-default .nav > li > a {
  font-size: 13px;
  line-height: 15px;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}
.navbar-default .navbar-nav > li:hover > a,
.navbar-default .navbar-nav > li:focus > a {
  color: #333333;
  background: transparent;
  border-bottom: 2px solid #cccccc;
}
.navbar-default .navbar-nav > .active > a {
  color: #333333;
  background: transparent;
  border-bottom: 2px solid #ea623d;
}
.navbar-default .navbar-nav > .active:hover > a,
.navbar-default .navbar-nav > .active:focus > a {
  background: transparent;
  border-color: #ea623d;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: transparent;
}
.navbar-default .navbar-brand {
  margin-top: 9px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: none;
  border-color: inherit;
}
.navbar-toggle {
  margin-top: 25px;
}
.navbar-collapse,
.navbar-header {
  position: relative;
}
.navbar-header {
  z-index: 1;
}
/* menu on hover */
/* multilevel menu */
li.dropdown:hover > .dropdown-menu,
li.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
li.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  right: 0;
}
li.dropdown-submenu {
  position: relative;
}
.dropdown-menu {
  list-style: none;
}
.navbar-default .nav li.dropdown-submenu > a:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0da";
  color: #999999;
  font-weight: 400;
  margin-left: 4px;
  font-size: 12px;
  position: absolute;
  right: 20px;
}
.dropdown-menu {
  min-width: 220px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.dropdown-menu > li > a {
  background: #2a272e;
  border-top: 1px solid #353239;
  display: block;
  padding: 17px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #ea623d;
  background: #2a272e;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
}
@media (max-width: 767px) {
  li.dropdown-submenu .dropdown-menu {
    left: 0;
    margin-top: 0px !important;
    padding-left: 20px;
    background: #2a272e;
  }
}
.navbar-default {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.navbar-transparent {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-transparent .nav > li > a {
  color: #fff;
}
.navbar-transparent .navbar-nav > .active > a {
  border-color: #fff;
}
.navbar-transparent .navbar-nav > .active:hover > a,
.navbar-transparent .navbar-nav > .active:focus > a {
  border-color: #fff;
}
.navbar-fixed-top .navbar-nav > li:hover > a,
.navbar-fixed-top .navbar-nav > li:focus > a {
  border-color: transparent;
}
#showHeaderSearch {
  float: right;
  padding: 22px 0 22px 22px;
  margin: 11px 0 10px 10px;
  color: #666;
}
#showHeaderSearch:hover {
  color: #333333;
}
#showHeaderSearch i {
  width: 15px;
}
.navbar-transparent #showHeaderSearch {
  color: #fff;
}
.header-search {
  position: absolute;
  height: 106px;
  left: 0;
  right: 0;
  bottom: -106px;
  background: #ea623d;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25) inset, 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
.header-search .container {
  position: relative;
  margin-top: 26px;
}
.header-search input[type="text"] {
  border: 0;
  width: 100%;
  color: #fff;
  color: rgba(255, 255, 255, 0.85);
  height: 52px;
  padding: 5px 60px 5px 0;
  font-size: 32px;
  line-height: 40px;
}
.header-search input[type="text"]:-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.header-search input[type="text"]::-moz-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.header-search input[type="text"]:-ms-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.header-search input[type="text"]::-webkit-input-placeholder {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.header-search button[type="submit"] {
  border: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: #777;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  right: 0;
  top: 1px;
}
.header-search button[type="submit"]:hover {
  background: #2a272e;
}
.header-search button[type="submit"] i {
  margin-right: -1px;
}
/* ==================== */
/* ====== FORMS ======= */
.form-group {
  margin-bottom: 10px;
}
textarea.form-control {
  min-height: 210px;
  height: auto;
  resize: none;
}
.form-control {
  display: block;
  width: 100%;
  height: 39px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 17px;
  color: #333333;
  background-color: transparent;
  background-image: none;
  border: 2px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.form-control:focus {
  border-color: #999999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:-moz-placeholder {
  color: #333333;
}
.form-control::-moz-placeholder {
  color: #333333;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #333333;
}
.form-control::-webkit-input-placeholder {
  color: #333333;
}
.form-control textarea {
  height: auto;
  min-height: 210px;
  resize: none;
}
.control-label {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 7px 0;
}
.control-label span {
  color: #999999;
}
.form-group {
  margin-bottom: 25px;
}
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: inherit;
}
.has-error .help-block {
  color: #bc3d3d;
}
.has-error .form-control:focus {
  border-color: #bc3d3d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .form-control {
  border-color: #bc3d3d;
}
.has-error .help-block {
  font-size: 11px;
  line-height: 11px;
  margin: 0;
  position: relative;
  top: 7px;
  height: 0;
}
/* ======================= */
/* ====== ELEMENTS ======= */
.socialIcons {
  display: block;
  padding: 0;
  margin: 0 0 0 -10px;
  list-style: none;
}
.socialIcons:before,
.socialIcons:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.socialIcons:after {
  clear: both;
}
.socialIcons.pull-right {
  margin: 0 -10px 0 0;
}
.socialIcons > li {
  float: left;
  margin: 0 10px;
}
.socialIcons > li > a {
  display: block;
  font-size: 18px;
  color: #7f7d82;
  color: rgba(255, 255, 255, 0.4);
}
.socialIcons > li > a:hover {
  color: #ea623d;
}
.socialIcons > li i {
  display: block;
}
.socialIcons.bigIcons {
  margin-left: -7px;
}
.socialIcons.bigIcons > li {
  margin: 0 7px;
}
.socialIcons.bigIcons > li > a {
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  text-align: center;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding-top: 16px;
  padding-right: 1px;
  background: #bbb;
  color: #fff;
}
.socialIcons.bigIcons > li > a:hover {
  background: #ea623d;
}
.socialIcons.bigIcons.type2 {
  margin-left: -5px;
}
.socialIcons.bigIcons.type2 > li {
  margin: 0 5px;
}
.socialIcons.bigIcons.type2 > li > a {
  width: 36px;
  height: 36px;
  padding-top: 10px;
  background: #ea623d;
}
.socialIcons.bigIcons.type2 > li > a:hover {
  background: #2a272e;
}
body.contact .col-md-4 .socialIcons > li {
  margin-top: 5px;
  margin-bottom: 5px;
}
body.contact .col-md-4 .socialIcons.bigIcons > li {
  margin-top: 7px;
  margin-bottom: 7px;
}
body.contact .col-md-4 .socialIcons.bigIcons.type2 > li {
  margin-top: 5px;
  margin-bottom: 5px;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip-inner {
  background-color: #2a272e;
  border-radius: 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #2a272e;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #2a272e;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #2a272e;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #2a272e;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #2a272e;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #2a272e;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #2a272e;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #2a272e;
}
/* back to top link */
#toTop {
  position: fixed;
  z-index: 350;
  bottom: 40px;
  right: 35px;
  display: none;
  width: 70px;
  height: 70px;
  background: #ea623d;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
}
#toTop:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#toTop i {
  color: #fff;
  font-size: 36px;
}
/* ======================= */
/* ====== SECTIONS ======= */
html {
  height: 100%;
  min-height: 100%;
}
body {
  min-height: 100%;
}
.bg1 {
  background-color: #fff;
}
.bg2 {
  background-color: #f5f5f5;
}
.bg3 {
  background-color: #453951;
}
.content-area {
  padding: 45px 0 60px 0;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  position: relative;
}
.content-area.bg2 {
  background-color: #f5f5f5;
}
.content-area.bg3 {
  background-color: #453951;
}
.brightText {
  background-color: #453951;
  color: #fff;
}
.brightText h1,
.brightText h2,
.brightText h3,
.brightText h4,
.brightText h5,
.brightText h6 {
  color: #ffffff;
}
.brightText p {
  color: #ffffff;
}
.brightText .page-title {
  color: #999999;
}
.brightText blockquote .inner:before {
  color: rgba(153, 153, 153, 0.4);
}
.brightText blockquote .media-heading span {
  color: rgba(255, 255, 255, 0.4);
}
.brightText .control-label span {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.brightText .form-control {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.brightText .form-control:focus {
  border-color: #fff;
}
.brightText .form-control:-moz-placeholder {
  color: #fff;
}
.brightText .form-control::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.brightText .form-control:-ms-input-placeholder {
  color: #fff;
}
.brightText .form-control::-webkit-input-placeholder {
  color: #fff;
}
.brightText blockquote.huge .author {
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
}
.brightText .btn {
  color: #fff;
}
.brightText .btn:hover {
  color: #ea623d;
}
.brightText .btn + .btn {
  margin-left: 15px;
}
.brightText .btn-default {
  border-color: rgba(255, 255, 255, 0.4);
}
.brightText .btn-default:hover {
  border-color: #ea623d;
}
/* ======================= */
/* ====== PARALLAX ======= */
@media (max-width: 767px) {
  section.section[data-height="100%"] {
    min-height: 560px;
  }
}
.parallaxSection {
  overflow: hidden;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-color: #453951;
  min-height: 560px;
}
.parallaxSection.height100 {
  position: relative;
  height: 100%;
  min-height: 0;
}
.parallaxSection.height100 .flexslider {
  height: 100%;
}
.parallaxSection.height100 .flexslider .flex-viewport,
.parallaxSection.height100 .flexslider .slides,
.parallaxSection.height100 .flexslider .slides li,
.parallaxSection.height100 .flexslider .slides li .container,
.parallaxSection.height100 .flexslider .slides li .container .inner {
  height: 100%;
}
.parallaxSection.height100 .flexslider .slides li .container {
  display: table;
}
.parallaxSection.height100 .flexslider .slides li .container .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
}
.parallaxSection.height100 .flexslider .slides li .container .inner .text-center {
  margin-top: 70px;
}
.bigArrow {
  display: block;
  text-align: center;
  width: 70px;
  height: 70px;
  border: 2px solid #a0989d;
  border: 2px solid rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  bottom: 29px;
  left: 50%;
  margin-left: -35px;
  z-index: 100;
  color: #fff;
  font-size: 40px;
}
.bigArrow:focus,
.bigArrow:hover {
  border-color: #ea623d;
}
.bigArrow i {
  position: relative;
  margin-top: 15px;
}
.videoSection {
  overflow: hidden;
  height: 700px;
}
.videoSection .innerVideo {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.videoSection.parallaxEffect .innerVideo {
  position: fixed;
  bottom: 0;
  height: auto;
}
.videoSection .flexslider .inner {
  padding-top: 100px;
}
/* **************************************
  MEDIA SECTIONS - VIDEO/PARALLAX/KENBURNS
  **************************************** */
video {
  width: 100%;
}
.ct-mediaSection {
  background-color: #111111;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  width: 100%;
  position: relative;
}
.ct-mediaSection video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
}
.ct-mediaSection .ct-mediaSection-inner {
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .ct-mediaSection {
    width: 100%;
    display: block !important;
  }
  .ct-mediaSection .ct-mediaSection-inner {
    display: block;
    width: auto;
  }
}
.ct-mediaSection[data-type="pattern"] {
  background-repeat: repeat;
  display: table;
}
.ct-mediaSection[data-type="pattern"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="parallax"] {
  background-attachment: fixed;
  display: table;
}
.ct-mediaSection[data-type="parallax"].ct-mediaSection--stellar {
  overflow: hidden;
}
.ct-mediaSection[data-type="parallax"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-stellar-background-ratio="1"] {
  background-attachment: scroll !important;
  background-position: 50% 0 !important;
}
.ct-mediaSection[data-type="video"] {
  display: block;
}
.ct-mediaSection[data-type="video"] .ct-u-displayTable {
  height: 100%;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="video"] .ct-mediaSection-video {
  position: absolute;
  min-width: 100%;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .ct-mediaSection[data-type="video"] .ct-u-displayTable {
    display: block;
    position: relative;
  }
  .ct-mediaSection[data-type="video"] .ct-u-displayTable .ct-mediaSection-inner {
    display: block;
  }
}
.ct-mediaSection[data-type="kenburns"] {
  overflow: hidden;
  display: table;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-inner {
  display: table-cell;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -550px;
  max-width: none;
  min-width: 120%;
  min-height: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  margin-left: -5%;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-duration: 3s, 8s;
  -moz-transition-property: opacity, -moz-transform;
  -moz-transition-duration: 3s, 8s;
  -o-transition-property: opacity, -o-transform;
  -o-transition-duration: 3s, 8s;
  transition-property: opacity, transform;
  transition-duration: 3s, 8s;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img.singlefx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer > img {
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -o-transform-origin: bottom left;
  transform-origin: bottom left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(2n+1) {
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(3n+1) {
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer :nth-child(4n+1) {
  -webkit-transform-origin: bottom right;
  -moz-transform-origin: bottom right;
  -o-transform-origin: bottom right;
  transform-origin: bottom right;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx:first-child + img ~ img {
  z-index: -1;
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .fx {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transform: scale(1.1) translate(30px);
  -moz-transform: scale(1.1) translate(30px);
  -o-transform: scale(1.1) translate(30px);
  transform: scale(1.1) translate(30px);
}
.ct-mediaSection[data-type="kenburns"] .ct-mediaSection-kenburnsImageContainer .singlefx {
  -webkit-animation: singleimageloop 20s infinite;
  /* Safari 4+ */
  -moz-animation: singleimageloop 20s infinite;
  /* Fx 5+ */
  -o-animation: singleimageloop 20s infinite;
  /* Opera 12+ */
  animation: singleimageloop 20s infinite;
  /* IE 10+ */
}
@-webkit-keyframes singleimageloop {
  0% {
    -webkit-transform: scale(1) translate(0px);
  }
  50% {
    -webkit-transform: scale(1.1) translate(30px);
  }
  100% {
    -webkit-transform: scale(1) translate(0px);
  }
}
@-moz-keyframes singleimageloop {
  0% {
    -moz-transform: scale(1) translate(0px);
  }
  50% {
    -moz-transform: scale(1.1) ct-m-translate(30px);
  }
  100% {
    -moz-transform: scale(1) translate(0px);
  }
}
@-o-keyframes singleimageloop {
  0% {
    -o-transform: scale(1) translate(0px);
  }
  50% {
    -o-transform: scale(1.1) translate(30px);
  }
  100% {
    -o-transform: scale(1) translate(0px);
  }
}
@keyframes singleimageloop {
  0% {
    transform: scale(1) translate(0px);
  }
  50% {
    transform: scale(1.1) translate(30px);
  }
  100% {
    transform: scale(1) translate(0px);
  }
}
.ct-mediaSection-stellarObject {
  position: absolute;
}
body.preloader #ct_preloader {
  position: fixed !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  display: block;
  z-index: 9999 !important;
}
body.preloader #ct_preloader {
  background: #ffffff url("../images/loader1.gif") no-repeat 50% 45%;
}
#ct_preloader.ajax-inprogress {
  background: transparent url("../images/loading.gif") no-repeat 50% 50%;
  z-index: 9999;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
/* ======================= */
/* ====== ICON BOX ======= */
.brightText .iconBox.type2 p,
.brightText .iconBox.type3 p,
.brightText .iconBox.type5 p {
  color: inherit;
}
.brightText .iconBox.type4 .media-heading {
  color: #333333;
}
.iconBox {
  color: #666;
}
.iconBox p {
  color: #666666;
  margin-bottom: 0;
}
.iconBox .media > .pull-left {
  margin-right: 20px;
}
.iconBox .media > .pull-left i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 21px;
  margin-top: 24px;
  margin-left: 0;
  position: relative;
  color: #ea623d;
}
.iconBox .media > .pull-left:hover i {
  color: #fff;
}
.iconBox .media-heading {
  margin: 5px 0 13px;
}
.iconBox.type2 {
  text-align: center;
}
.iconBox.type2 .media > .pull-left {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  float: none !important;
  width: 70px;
  height: 70px;
  border: 2px solid #e5e5e5;
  margin: 0 auto 11px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.iconBox.type2 .media > .pull-left i {
  margin-top: 22px;
}
.iconBox.type2 .media > .pull-left:hover {
  border-color: #ea623d;
  background: #ea623d;
}
.iconBox.type1,
.iconBox.type3 {
  text-align: center;
}
.iconBox.type3,
.iconBox.type5 {
  margin-top: 5px;
}
.iconBox.type3 p,
.iconBox.type5 p {
  margin: 0;
}
.iconBox.type3 p + p,
.iconBox.type5 p + p {
  margin-top: 15px;
}
.iconBox.type3 + .iconBox,
.iconBox.type5 + .iconBox {
  margin-top: 40px;
}
.iconBox.type3 .media-heading,
.iconBox.type5 .media-heading {
  margin: -2px 0 7px;
}
.iconBox.type3 .media > .pull-left,
.iconBox.type5 .media > .pull-left {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  width: 36px;
  height: 36px;
  background: #ea623d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
.iconBox.type3 .media > .pull-left i,
.iconBox.type5 .media > .pull-left i {
  color: #fff;
  margin-top: 9px;
  font-size: 19px;
}
.iconBox.type3 .media > .pull-left:hover,
.iconBox.type5 .media > .pull-left:hover {
  background: #333333;
}
.iconBox.type5 {
  margin-top: 20px;
}
.iconBox.type5 .media-heading {
  margin-top: 5px;
}
.iconBox.type5 .media > .pull-left:hover {
  background: #ea623d;
}
.iconBox.type4 {
  padding: 0 25px 25px 25px;
  margin-top: 20px;
  text-align: center;
  background: #fff;
}
.iconBox.type4 .media > .pull-left {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  float: none !important;
  width: 70px;
  height: 70px;
  background: #ea623d;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  margin: 0 auto;
  position: relative;
  top: -20px;
}
.iconBox.type4 .media > .pull-left i {
  color: #fff;
  font-size: 18px;
  margin-top: 26px;
}
.iconBox.type4 .media > .pull-left:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  background: #333333;
}
.iconBox.type4 .media,
.iconBox.type4 .media-body {
  overflow: visible;
}
.iconBox.type4 .media-heading {
  margin: -5px 0 8px 0;
}
.bg1 .iconBox.type4 {
  background: #f5f5f5;
}
.octagon {
  position: relative;
  text-align: center;
  display: block;
  width: 70px;
  height: 70px;
}
.octagon .octbg {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #fff;
}
.octagon .octcol {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  fill: #e5e5e5;
}
.octagon:hover .octbg {
  fill: #ea623d;
}
.octagon:hover .octcol {
  fill: #ea623d;
}
.octagon .svg-load {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
}
.promoBox .inner {
  padding: 43px 0;
}
.tweet_list {
  list-style: none;
  padding: 0;
}
.tweet_list > li {
  margin-top: 25px;
}
.tweet_list > li:first-child {
  margin-top: 0;
}
.tweet_list a:hover {
  color: #cccccc;
}
.tweet_list .tweet_time {
  display: block;
  font-size: 11px;
  line-height: 11px;
  padding: 0 0 5px 0;
  color: #545158;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.tweet_list .tweet_time a {
  color: #545158;
}
.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  position: relative !important;
  transform: translate(0) !important;
  top: 0 !important;
  left: 0 !important;
}
/* ================== */
/* === PERSON BOX === */
.personBox h4 {
  margin-top: 12px;
}
.personBox h4 a {
  color: #ea623d;
}
.personBox h4 a:hover {
  color: #333333;
}
.personBox hr {
  margin: 16px 0 13px 0;
}
.socialNormal {
  font-size: 18px;
  color: #999999;
}
.socialNormal > li:first-child {
  padding-left: 0;
}
.socialNormal > li {
  padding-left: 7px;
  padding-right: 7px;
}
.socialNormal a[href^="mailto"] {
  color: inherit;
}
.socialNormal a:hover {
  color: #333333;
}
.buttonBox p {
  font-size: 20px;
  line-height: 23px;
  margin: 0;
}
/* ===================== */
/* === TIMER COUNTER === */
.timerCounter .timerVal {
  display: inline-block;
  font-size: 64px;
  line-height: 64px;
}
.timerCounter sup {
  font-size: 14px;
  top: -2.5em;
  margin-left: -5px;
  bottom: auto;
}
.timerCounter .timerDesc {
  padding: 10px 0 0 0;
  display: block;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  color: #999999;
  font-weight: 600;
  letter-spacing: 0.1em;
}
/* ================= */
/* === TIMELINE === */
body .vco-slider .slider-item .content .content-container.layout-media,
body .vco-slider .slider-item .content {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia {
  width: auto !important;
}
body .vco-timeline .vco-navigation .timenav-background {
  background: #f5f5f5;
}
body .vco-slider .nav-previous,
body .vco-slider .nav-next {
  text-align: center;
}
body .vco-skinny.vco-notouch .vco-slider .nav-next .icon,
body .vco-slider .nav-next .icon {
  width: 100%;
  height: 40px;
  background: none;
  margin: 0 0 0 0 !important;
}
body .vco-skinny.vco-notouch .vco-slider .nav-previous .icon,
body .vco-slider .nav-previous .icon {
  width: 100%;
  height: 40px;
  background: none;
  margin: 0 0 0 0 !important;
}
body .vco-slider .nav-next .icon:before,
body .vco-slider .nav-previous .icon:before {
  font-size: 40px;
  line-height: 37px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
}
body .vco-slider .nav-next .icon:before {
  content: "\f105";
}
body .vco-notouch .vco-slider .nav-previous:hover,
body .vco-notouch .vco-slider .nav-next:hover {
  color: #ea623d;
}
body .vco-slider .nav-next .date,
body .vco-slider .nav-next .title,
body .vco-slider .nav-previous .date,
body .vco-slider .nav-previous .title {
  display: none;
}
body .vco-storyjs .vco-feature h1,
body .vco-storyjs .vco-feature h2,
body .vco-storyjs .vco-feature h3,
body .vco-storyjs .vco-feature h4,
body .vco-storyjs .vco-feature h5,
body .vco-storyjs .vco-feature h6 {
  font-family: "Open Sans";
  color: #333333;
  font-weight: 600;
}
body .vco-storyjs h3 {
  font-size: 24px;
  line-height: 28px;
}
body .vco-slider .slider-item .content .content-container .text .container h2.date {
  color: #999999;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
body .vco-storyjs,
body .vco-storyjs .twitter,
body .vco-storyjs .vcard,
body .vco-storyjs .messege,
body .vco-storyjs .credit,
body .vco-storyjs .caption,
body .vco-storyjs .zoom-in,
body .vco-storyjs .zoom-out,
body .vco-storyjs .back-home,
body .vco-storyjs .time-interval div,
body .vco-storyjs .time-interval-major div,
body .vco-storyjs .nav-container,
body .vco-storyjs .timenav h1,
body .vco-storyjs .flag-content h1,
body .vco-storyjs .era h1,
body .vco-storyjs .timenav h2,
body .vco-storyjs .flag-content h2,
body .vco-storyjs .era h2,
body .vco-storyjs .timenav h3,
body .vco-storyjs .flag-content h3,
body .vco-storyjs .era h3,
body .vco-storyjs .timenav h4,
body .vco-storyjs .flag-content h4,
body .vco-storyjs .era h4,
body .vco-storyjs .timenav h5,
body .vco-storyjs .flag-content h5,
body .vco-storyjs .era h5,
body .vco-storyjs .timenav h6,
body .vco-storyjs .flag-content h6,
body .vco-storyjs .era h6,
body .vco-storyjs p,
body .vco-storyjs blockquote,
body .vco-storyjs blockquote p,
body .vco-storyjs .twitter blockquote p,
body .vco-storyjs h1.date,
body .vco-storyjs h2.date,
body .vco-storyjs h3.date,
body .vco-storyjs h4.date,
body .vco-storyjs h5.date,
body .vco-storyjs h6.date {
  font-family: "Open Sans" !important;
}
body .vco-storyjs p {
  font-size: 16px;
  line-height: 24px;
}
body .vco-notouch .vco-navigation .timenav .content .marker .flag:hover .flag-content h3,
body .vco-notouch .vco-navigation .timenav .content .marker .flag-small:hover .flag-content h3,
body .vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag .flag-content h3,
body .vco-notouch .vco-navigation .timenav .content .marker.active:hover .flag-small .flag-content h3,
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content h3,
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content h3 {
  color: #fff;
}
body .vco-timeline .vco-navigation .timenav .time .time-interval-major div {
  font-weight: 400;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content h3,
body .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content h3 {
  color: #eee;
  font-weight: 400;
}
body .vco-timeline .vco-navigation .timenav .content .marker.active .line,
body .vco-timeline .vco-navigation .timenav .content .marker.active .dot,
body .vco-timeline .vco-navigation .timenav-background .timenav-line,
body .vco-timeline .vco-navigation .timenav .content .marker.active .line .event-line,
body .vco-timeline .vco-navigation .timenav .content .marker .line .event-line {
  background: #ea623d;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag {
  background: none;
}
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag {
  background: none;
}
body .vco-notouch .vco-navigation .timenav .content .marker .flag:hover {
  background: none;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content {
  background: #333333;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content * {
  color: #fff;
}
body .vco-slider .slider-item .content .pad-left .text .container {
  padding-left: 40px;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail img,
body .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail img,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-frame,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-image img {
  border-color: transparent;
}
body .vco-timeline .vco-navigation .timenav .content .marker .flag .flag-content .thumbnail,
body .vco-timeline .vco-navigation .timenav .content .marker .flag-small .flag-content .thumbnail,
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag .flag-content .thumbnail,
body .vco-timeline .vco-navigation .timenav .content .marker.active .flag-small .flag-content .thumbnail {
  background: transparent;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia h4 a {
  font-size: 18px;
  border: 0;
  font-weight: 600;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia .wiki-source {
  font-style: normal;
  display: block;
  color: #999999;
  padding: 5px 0 0 0;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .wikipedia p {
  font-size: 14px;
  line-height: 22px;
}
body .vco-slider .slider-item .content .content-container.layout-text-media.pad-left .text-media {
  padding-right: 45px;
}
body .vco-notouch .vco-slider .slider-item .content .content-container .media .media-container .wikipedia h4 a:hover {
  color: #ea623d;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:before,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .media-shadow:after {
  -webkit-box-shadow: none;
  box-shadow: none;
  display: none;
  background: transparent;
}
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container .map,
body .vco-slider .slider-item .content .content-container .media .media-wrapper .media-container {
  max-width: 840px !important;
}
/* ================= */
/* === ACCORDION === */
.panel-default {
  border: 0;
}
.panel-default .panel-title {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.panel-default > .panel-heading a {
  display: block;
  padding: 18px 25px;
  background-color: transparent;
  border: 0;
}
.panel-default > .panel-heading a:focus,
.panel-default > .panel-heading a:active {
  text-decoration: none;
}
.panel-default > .panel-heading a:before {
  color: #ea623d;
  float: left;
  font-size: 16px;
  height: 0;
  position: relative;
  left: -24px;
  top: 2px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f068";
}
.panel-default > .panel-heading a.collapsed:before {
  content: "\f067";
}
.panel-default > .panel-heading {
  color: transparent;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  font-size: 14px;
  padding: 0 5px 15px 25px;
  border: 0;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border: 0;
}
p + .panel-group {
  margin-top: 30px;
}
.panel-group {
  margin: -10px 0 20px 0;
  border: 0;
}
.panel-group .panel {
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
/* ==================== */
/* === PROGRESS BAR === */
.progress {
  display: inline-block;
  width: 100%;
  overflow: visible;
  height: 2px;
  margin: 35px 0 15px 0;
  background-color: #cccccc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 13px;
}
.progress .pro-skill {
  height: 0;
  margin-top: -32px;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.progress .pro-level {
  display: none;
  height: 0;
  margin-top: -32px;
  color: #666;
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #453951;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}
.progress-bar.animating {
  -webkit-transition: width 1.3s ease-in-out;
  transition: width 1.3s ease-in-out;
}
/* ================= */
/* === PORTFOLIO === */
.portfolio-item .cat-links {
  color: #999999;
  letter-spacing: 0.1em;
}
.portfolio-item .cat-links a {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
}
.portfolio-item .entry-title {
  font-weight: 400;
  margin-top: 4px;
}
.portfolio-item .portfolio-thumbnail {
  margin: 0 0 12px 0;
  position: relative;
}
.portfolio-item .portfolio-thumbnail:hover .overlay-img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  visibility: visible;
}
.portfolio-item .portfolio-thumbnail:hover .overlay-img .overlay-ico {
  top: 50%;
}
.portfolio-item .overlay-img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 101%;
}
.portfolio-item .overlay-img .overlay-ico {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  background: #ea623d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center;
}
.portfolio-item .overlay-img .overlay-ico i {
  margin-top: 26px;
  margin-right: 0;
  color: #000000;
  font-size: 20px;
}
.portfolio-thumbnail-big {
  margin: 50px 0 28px 0;
}
.portfolioNav .btn-default {
  margin-right: 6px;
}
/* ============= */
/* === BLOG === */
.meta_date,
.meta_comments {
  font-size: 11px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.meta_box > span {
  display: inline-block;
  margin-right: 15px;
}
.entry-meta {
  margin: 6px 0 1px 0;
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.entry-meta > span {
  display: inline-block;
  margin-right: 15px;
}
.entry-meta .entry-reply a {
  color: #ea623d;
}
.entry-meta .entry-reply a:hover {
  color: inherit;
}
.blog-item {
  float: left;
  clear: both;
  max-width: 100%;
}
.blog-item p a {
  color: #ea623d;
}
.blog-item p a:hover {
  color: inherit;
}
.blog-item .blog-thumbnail {
  margin-bottom: 13px;
  text-align: center;
}
.blog-item .entry-title {
  margin-bottom: 6px;
}
.blog-item.format-link .entry-title a {
  color: #ea623d;
}
.blog-item.format-link .entry-title a:hover {
  color: inherit;
}
.blog-item.format-video .blog-thumbnail {
  position: relative;
}
.blog-item.format-video .blog-thumbnail a {
  position: relative;
}
.blog-item.format-video .blog-thumbnail a:before {
  content: " ";
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
}
.blog-item.format-video .blog-thumbnail a:after {
  font-size: 20px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f04b";
  color: #ea623d;
  opacity: 0.9;
  filter: alpha(opacity=90);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-left: -5px;
}
.innerMargin {
  padding-left: 100px;
  padding-right: 100px;
}
.blog-item.item-bigger {
  float: none;
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-item.item-bigger .blog-thumbnail {
  margin-bottom: 25px;
}
.blog-item.item-bigger .entry-title {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 7px;
}
.blog-item.item-bigger .entry-title blockquote {
  color: #666;
  line-height: 35px;
  font-weight: 400;
}
.blog-item.item-bigger .entry-title blockquote .author {
  display: block;
  font-size: 14px;
  line-height: 16px;
  padding-top: 10px;
}
.blog-item.item-bigger .entry-meta {
  margin-bottom: 8px;
}
.commentListOuter {
  margin: 65px 0;
  border-top: 1px solid #e5e5e5;
  padding-top: 45px;
}
.commentList {
  margin: 0 0 50px 0;
}
.commentList .media-body li {
  margin-left: 25px;
}
.commentList > li {
  margin-left: 0;
}
.commentList .children > li {
  margin-left: 90px;
}
.commentList .oneComment {
  margin-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
.commentList .oneComment .entry-meta {
  margin: -5px 0 0 0;
}
.commentList .oneComment h5 + p {
  margin-bottom: 12px;
}
.navigation-blog-outer {
  padding-bottom: 10px;
  margin-top: -5px;
}
.navigation-blog {
  display: inline-block;
  height: 40px;
  color: #ea623d;
  margin: 8px 0 0 0;
  max-width: 100%;
}
.navigation-blog:hover {
  color: inherit;
}
.pagination {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination:before,
.pagination:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.pagination:after {
  clear: both;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination > li {
  display: inline-block;
  margin: 0 3px;
}
.pagination > li > a,
.pagination > li > span {
  display: block;
  position: relative;
  float: left;
  padding: 8px 0 0 0;
  line-height: 22px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ea623d;
  border: 0;
  cursor: default;
}
.pager > a,
.pager > span {
  display: inline-block;
  margin: 0 3px;
  position: relative;
  padding: 8px 0 0 0;
  line-height: 22px;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  margin: 0;
}
.pager > span {
  z-index: 2;
  color: #fff;
  background-color: #ea623d;
  border: 0;
  cursor: default;
}
#blog-sidebar {
  padding-left: 20px;
}
#blog-sidebar .widget {
  margin: 0 0 60px 0;
}
#blog-sidebar .widget:before,
#blog-sidebar .widget:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#blog-sidebar .widget:after {
  clear: both;
}
#blog-sidebar .entry-title {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}
#blog-sidebar .blog-item {
  float: none;
}
#blog-sidebar .blog-item + .blog-item {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding: 9px 0 0 0;
}
.widget .btn.btn-default.btn-sm {
  margin: 0 7px 7px 0;
}
.widget .btn.btn-default.btn-sm:focus,
.widget .btn.btn-default.btn-sm:hover {
  background: #ea623d;
  color: #fff;
}
#blog-sidebar .widget_archive .widget-title + ul,
#blog-sidebar .widget_categories .widget-title + ul,
#blog-sidebar .widget_recent_entries .widget-title + ul,
#blog-sidebar .widget_recent_comments .widget-title + ul,
#blog-sidebar .widget_categories .widget-title + ul,
#blog-sidebar .widget_meta .widget-title + ul,
#blog-sidebar .widget_pages .widget-title + ul,
#blog-sidebar .widget_rss .widget-title + ul,
#blog-sidebar .widget_links .widget-title + ul {
  list-style: none;
  padding: 0;
  margin: -10px 0 0 0;
}
#blog-sidebar .widget_archive .widget-title + ul li,
#blog-sidebar .widget_categories .widget-title + ul li,
#blog-sidebar .widget_recent_entries .widget-title + ul li,
#blog-sidebar .widget_recent_comments .widget-title + ul li,
#blog-sidebar .widget_categories .widget-title + ul li,
#blog-sidebar .widget_meta .widget-title + ul li,
#blog-sidebar .widget_pages .widget-title + ul li,
#blog-sidebar .widget_rss .widget-title + ul li,
#blog-sidebar .widget_links .widget-title + ul li {
  margin: 0;
  padding: 15px 0;
  border-top: 1px solid #e5e5e5;
}
#blog-sidebar .widget_archive .widget-title + ul li:before,
#blog-sidebar .widget_categories .widget-title + ul li:before,
#blog-sidebar .widget_recent_entries .widget-title + ul li:before,
#blog-sidebar .widget_recent_comments .widget-title + ul li:before,
#blog-sidebar .widget_categories .widget-title + ul li:before,
#blog-sidebar .widget_meta .widget-title + ul li:before,
#blog-sidebar .widget_pages .widget-title + ul li:before,
#blog-sidebar .widget_rss .widget-title + ul li:before,
#blog-sidebar .widget_links .widget-title + ul li:before,
#blog-sidebar .widget_archive .widget-title + ul li:after,
#blog-sidebar .widget_categories .widget-title + ul li:after,
#blog-sidebar .widget_recent_entries .widget-title + ul li:after,
#blog-sidebar .widget_recent_comments .widget-title + ul li:after,
#blog-sidebar .widget_categories .widget-title + ul li:after,
#blog-sidebar .widget_meta .widget-title + ul li:after,
#blog-sidebar .widget_pages .widget-title + ul li:after,
#blog-sidebar .widget_rss .widget-title + ul li:after,
#blog-sidebar .widget_links .widget-title + ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#blog-sidebar .widget_archive .widget-title + ul li:after,
#blog-sidebar .widget_categories .widget-title + ul li:after,
#blog-sidebar .widget_recent_entries .widget-title + ul li:after,
#blog-sidebar .widget_recent_comments .widget-title + ul li:after,
#blog-sidebar .widget_categories .widget-title + ul li:after,
#blog-sidebar .widget_meta .widget-title + ul li:after,
#blog-sidebar .widget_pages .widget-title + ul li:after,
#blog-sidebar .widget_rss .widget-title + ul li:after,
#blog-sidebar .widget_links .widget-title + ul li:after {
  clear: both;
}
#blog-sidebar .widget_archive .widget-title + ul li:first-child,
#blog-sidebar .widget_categories .widget-title + ul li:first-child,
#blog-sidebar .widget_recent_entries .widget-title + ul li:first-child,
#blog-sidebar .widget_recent_comments .widget-title + ul li:first-child,
#blog-sidebar .widget_categories .widget-title + ul li:first-child,
#blog-sidebar .widget_meta .widget-title + ul li:first-child,
#blog-sidebar .widget_pages .widget-title + ul li:first-child,
#blog-sidebar .widget_rss .widget-title + ul li:first-child,
#blog-sidebar .widget_links .widget-title + ul li:first-child {
  border-top: 0;
}
.widget_archive .widget-title + ul > li > a,
.widget_categories .widget-title + ul > li > a {
  float: left;
}
.widget_archive span,
.widget_categories span {
  float: right;
  color: #999999;
}
.prefooter .widget_archive .widget-title + ul,
.prefooter .widget_categories .widget-title + ul,
.prefooter .widget_recent_entries .widget-title + ul,
.prefooter .widget_recent_comments .widget-title + ul,
.prefooter .widget_categories .widget-title + ul,
.prefooter .widget_meta .widget-title + ul,
.prefooter .widget_pages .widget-title + ul,
.prefooter .widget_rss .widget-title + ul,
.prefooter .widget_links .widget-title + ul,
.postfooter .widget_archive .widget-title + ul,
.postfooter .widget_categories .widget-title + ul,
.postfooter .widget_recent_entries .widget-title + ul,
.postfooter .widget_recent_comments .widget-title + ul,
.postfooter .widget_categories .widget-title + ul,
.postfooter .widget_meta .widget-title + ul,
.postfooter .widget_pages .widget-title + ul,
.postfooter .widget_rss .widget-title + ul,
.postfooter .widget_links .widget-title + ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}
.prefooter .widget_archive .widget-title + ul li,
.prefooter .widget_categories .widget-title + ul li,
.prefooter .widget_recent_entries .widget-title + ul li,
.prefooter .widget_recent_comments .widget-title + ul li,
.prefooter .widget_categories .widget-title + ul li,
.prefooter .widget_meta .widget-title + ul li,
.prefooter .widget_pages .widget-title + ul li,
.prefooter .widget_rss .widget-title + ul li,
.prefooter .widget_links .widget-title + ul li,
.postfooter .widget_archive .widget-title + ul li,
.postfooter .widget_categories .widget-title + ul li,
.postfooter .widget_recent_entries .widget-title + ul li,
.postfooter .widget_recent_comments .widget-title + ul li,
.postfooter .widget_categories .widget-title + ul li,
.postfooter .widget_meta .widget-title + ul li,
.postfooter .widget_pages .widget-title + ul li,
.postfooter .widget_rss .widget-title + ul li,
.postfooter .widget_links .widget-title + ul li {
  margin: 0;
  padding: 2px 0;
}
.prefooter .widget_archive .widget-title + ul li:before,
.prefooter .widget_categories .widget-title + ul li:before,
.prefooter .widget_recent_entries .widget-title + ul li:before,
.prefooter .widget_recent_comments .widget-title + ul li:before,
.prefooter .widget_categories .widget-title + ul li:before,
.prefooter .widget_meta .widget-title + ul li:before,
.prefooter .widget_pages .widget-title + ul li:before,
.prefooter .widget_rss .widget-title + ul li:before,
.prefooter .widget_links .widget-title + ul li:before,
.postfooter .widget_archive .widget-title + ul li:before,
.postfooter .widget_categories .widget-title + ul li:before,
.postfooter .widget_recent_entries .widget-title + ul li:before,
.postfooter .widget_recent_comments .widget-title + ul li:before,
.postfooter .widget_categories .widget-title + ul li:before,
.postfooter .widget_meta .widget-title + ul li:before,
.postfooter .widget_pages .widget-title + ul li:before,
.postfooter .widget_rss .widget-title + ul li:before,
.postfooter .widget_links .widget-title + ul li:before,
.prefooter .widget_archive .widget-title + ul li:after,
.prefooter .widget_categories .widget-title + ul li:after,
.prefooter .widget_recent_entries .widget-title + ul li:after,
.prefooter .widget_recent_comments .widget-title + ul li:after,
.prefooter .widget_categories .widget-title + ul li:after,
.prefooter .widget_meta .widget-title + ul li:after,
.prefooter .widget_pages .widget-title + ul li:after,
.prefooter .widget_rss .widget-title + ul li:after,
.prefooter .widget_links .widget-title + ul li:after,
.postfooter .widget_archive .widget-title + ul li:after,
.postfooter .widget_categories .widget-title + ul li:after,
.postfooter .widget_recent_entries .widget-title + ul li:after,
.postfooter .widget_recent_comments .widget-title + ul li:after,
.postfooter .widget_categories .widget-title + ul li:after,
.postfooter .widget_meta .widget-title + ul li:after,
.postfooter .widget_pages .widget-title + ul li:after,
.postfooter .widget_rss .widget-title + ul li:after,
.postfooter .widget_links .widget-title + ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.prefooter .widget_archive .widget-title + ul li:after,
.prefooter .widget_categories .widget-title + ul li:after,
.prefooter .widget_recent_entries .widget-title + ul li:after,
.prefooter .widget_recent_comments .widget-title + ul li:after,
.prefooter .widget_categories .widget-title + ul li:after,
.prefooter .widget_meta .widget-title + ul li:after,
.prefooter .widget_pages .widget-title + ul li:after,
.prefooter .widget_rss .widget-title + ul li:after,
.prefooter .widget_links .widget-title + ul li:after,
.postfooter .widget_archive .widget-title + ul li:after,
.postfooter .widget_categories .widget-title + ul li:after,
.postfooter .widget_recent_entries .widget-title + ul li:after,
.postfooter .widget_recent_comments .widget-title + ul li:after,
.postfooter .widget_categories .widget-title + ul li:after,
.postfooter .widget_meta .widget-title + ul li:after,
.postfooter .widget_pages .widget-title + ul li:after,
.postfooter .widget_rss .widget-title + ul li:after,
.postfooter .widget_links .widget-title + ul li:after {
  clear: both;
}
.prefooter .widget_archive .widget-title + select,
.prefooter .widget_categories .widget-title + select,
.prefooter .widget_recent_entries .widget-title + select,
.prefooter .widget_recent_comments .widget-title + select,
.prefooter .widget_categories .widget-title + select,
.prefooter .widget_meta .widget-title + select,
.prefooter .widget_pages .widget-title + select,
.prefooter .widget_rss .widget-title + select,
.prefooter .widget_links .widget-title + select,
.postfooter .widget_archive .widget-title + select,
.postfooter .widget_categories .widget-title + select,
.postfooter .widget_recent_entries .widget-title + select,
.postfooter .widget_recent_comments .widget-title + select,
.postfooter .widget_categories .widget-title + select,
.postfooter .widget_meta .widget-title + select,
.postfooter .widget_pages .widget-title + select,
.postfooter .widget_rss .widget-title + select,
.postfooter .widget_links .widget-title + select {
  margin-top: 10px;
}
footer .widget_archive .widget-title + ul,
footer .widget_categories .widget-title + ul,
footer .widget_recent_entries .widget-title + ul,
footer .widget_recent_comments .widget-title + ul,
footer .widget_categories .widget-title + ul,
footer .widget_meta .widget-title + ul,
footer .widget_pages .widget-title + ul,
footer .widget_rss .widget-title + ul,
footer .widget_links .widget-title + ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .widget_archive .widget-title + ul li,
footer .widget_categories .widget-title + ul li,
footer .widget_recent_entries .widget-title + ul li,
footer .widget_recent_comments .widget-title + ul li,
footer .widget_categories .widget-title + ul li,
footer .widget_meta .widget-title + ul li,
footer .widget_pages .widget-title + ul li,
footer .widget_rss .widget-title + ul li,
footer .widget_links .widget-title + ul li {
  margin: 0;
  padding: 2px 0;
}
footer .widget_archive .widget-title + ul li:before,
footer .widget_categories .widget-title + ul li:before,
footer .widget_recent_entries .widget-title + ul li:before,
footer .widget_recent_comments .widget-title + ul li:before,
footer .widget_categories .widget-title + ul li:before,
footer .widget_meta .widget-title + ul li:before,
footer .widget_pages .widget-title + ul li:before,
footer .widget_rss .widget-title + ul li:before,
footer .widget_links .widget-title + ul li:before,
footer .widget_archive .widget-title + ul li:after,
footer .widget_categories .widget-title + ul li:after,
footer .widget_recent_entries .widget-title + ul li:after,
footer .widget_recent_comments .widget-title + ul li:after,
footer .widget_categories .widget-title + ul li:after,
footer .widget_meta .widget-title + ul li:after,
footer .widget_pages .widget-title + ul li:after,
footer .widget_rss .widget-title + ul li:after,
footer .widget_links .widget-title + ul li:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
footer .widget_archive .widget-title + ul li:after,
footer .widget_categories .widget-title + ul li:after,
footer .widget_recent_entries .widget-title + ul li:after,
footer .widget_recent_comments .widget-title + ul li:after,
footer .widget_categories .widget-title + ul li:after,
footer .widget_meta .widget-title + ul li:after,
footer .widget_pages .widget-title + ul li:after,
footer .widget_rss .widget-title + ul li:after,
footer .widget_links .widget-title + ul li:after {
  clear: both;
}
.prefooter .widget + .widget,
.postfooter .widget + .widget,
footer .widget + .widget {
  margin: 40px 0 0 0;
}
.prefooter .widget + .widget:before,
.postfooter .widget + .widget:before,
footer .widget + .widget:before,
.prefooter .widget + .widget:after,
.postfooter .widget + .widget:after,
footer .widget + .widget:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.prefooter .widget + .widget:after,
.postfooter .widget + .widget:after,
footer .widget + .widget:after {
  clear: both;
}
.prefooter select.form-control,
.postfooter select.form-control,
footer select.form-control {
  color: #333333 !important;
  background: #fff !important;
}
.prefooter .search-form input[type="submit"]:hover,
.postfooter .search-form input[type="submit"]:hover,
footer .search-form input[type="submit"]:hover,
.prefooter .search-form input[type="submit"]:focus,
.postfooter .search-form input[type="submit"]:focus,
footer .search-form input[type="submit"]:focus,
.prefooter .search-form input[type="submit"]:active,
.postfooter .search-form input[type="submit"]:active,
footer .search-form input[type="submit"]:active,
.prefooter .search-form input[type="submit"].active,
.postfooter .search-form input[type="submit"].active,
footer .search-form input[type="submit"].active {
  background: transparent;
  border: 0;
  color: transparent;
}
.search-form {
  margin: 0;
  padding: 0;
  position: relative;
}
.search-form:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  color: #999999;
  position: absolute;
  right: 14px;
  top: 8px;
  z-index: 1;
}
.search-form input[type="search"] {
  padding-right: 40px;
}
.search-form input[type="search"]:-moz-placeholder {
  color: #999999;
}
.search-form input[type="search"]::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.search-form input[type="search"]:-ms-input-placeholder {
  color: #999999;
}
.search-form input[type="search"]::-webkit-input-placeholder {
  color: #999999;
}
.search-form input[type="submit"] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  width: 40px;
  background: transparent;
  border: 0;
  font-size: 0;
  color: transparent;
  z-index: 2;
  outline: none;
  background: url("../images/blank.gif");
}
#blog-list.withMasonry {
  margin: 0 0 0 -30px;
  padding: 0;
}
#blog-list.withMasonry + .lineSeparatorMasonry {
  height: 1px;
  background: #e5e5e5;
  margin: 20px 0 50px 0;
}
#blog-list.withMasonry .blog-item {
  margin: 0;
  border: 0;
  float: left;
  clear: none;
  width: 33.33%;
  padding: 0 0 30px 30px;
}
#blog-list.withMasonry .innerMargin {
  padding: 17px 26px 30px 30px;
}
#blog-list.withMasonry .blog-thumbnail,
#blog-list.withMasonry .innerMargin {
  margin: 0;
  background: #fff;
}
#blog-list.withMasonry .entry-title {
  font-size: 18px;
  line-height: 24px;
}
#blog-list.withMasonry .entry-title blockquote {
  line-height: 26px;
}
#blog-list.withMasonry .blog-item.format-audio .innerMargin {
  margin-top: -22px;
  position: relative;
}
/* ===================== */
/* ====== FLICKR ======= */
.flickr_badge {
  margin: 3px 0 0 -15px;
}
.flickr_badge:before,
.flickr_badge:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.flickr_badge:after {
  clear: both;
}
.flickr_badge .flickr_badge_image {
  float: left;
  margin: 0 0 15px 15px;
}
.flickr_badge .flickr_badge_image a {
  display: block;
  position: relative;
}
.flickr_badge .flickr_badge_image a:hover:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.flickr_badge .flickr_badge_image a:before {
  content: " ";
  position: absolute;
  background: #ea623d;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  height: 100%;
}
/* ================== */
/* === BREADCRUMB === */
.breadcrumb {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.breadcrumb:before,
.breadcrumb:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.breadcrumb:after {
  clear: both;
}
.breadcrumb > li > a:hover {
  color: #ffffff;
}
.breadcrumb > li {
  display: block;
  float: left;
  font-size: 13px;
  line-height: 14px;
  color: #8f8897;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: normal;
}
.breadcrumb > li + li:before {
  content: "/";
  padding: 0 5px;
  color: #8f8897;
  color: rgba(255, 255, 255, 0.4);
}
.breadcrumb > .active {
  color: #8f8897;
  color: rgba(255, 255, 255, 0.4);
}
/* ===================== */
/* ====== FOOTER ======= */
footer {
  font-size: 14px;
  padding: 50px 0 0 0;
  color: #cccccc;
  background: #2a272e;
}
footer .widget-title {
  margin-bottom: 22px;
}
footer .table-cell .widget-title {
  margin-bottom: 0;
}
footer p {
  color: #cccccc !important;
}
footer a {
  color: #ea623d;
}
footer a:hover {
  color: #fff;
}
footer .mainfooter {
  padding-bottom: 40px;
  padding-top: 20px;
}
footer .mainfooter .widget_nav_menu ul.menu li {
  display: inline-block;
}
footer .postfooter {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #555258;
  color: rgba(255, 255, 255, 0.2);
  background-color: #2a272e;
}
footer .postfooter p {
  margin: 0;
  color: #555258;
  color: rgba(255, 255, 255, 0.2);
}
footer .blog-item {
  float: none;
  margin: 0 !important;
}
footer .blog-item .entry-date {
  color: #545158;
}
footer .blog-item .entry-comments a {
  color: #545158;
}
footer .blog-item .entry-title a {
  color: #fff;
}
footer .blog-item a:hover {
  color: #ea623d;
}
footer .btn-primary:hover,
footer .btn-primary:focus,
footer .btn-primary:active,
footer .btn-primary.active {
  background: #cccccc;
  border-color: #cccccc;
  color: #333333;
}
footer form,
.prefooter form,
.postfooter form {
  margin-top: 5px;
}
footer .form-control,
.prefooter .form-control,
.postfooter .form-control {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.4);
  border: 2px solid #cccccc;
  border-color: rgba(255, 255, 255, 0.4);
}
footer .form-control:focus,
.prefooter .form-control:focus,
.postfooter .form-control:focus {
  border-color: #fff;
  color: #fff;
}
footer .form-control:-moz-placeholder,
.prefooter .form-control:-moz-placeholder,
.postfooter .form-control:-moz-placeholder {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.4);
}
footer .form-control::-moz-placeholder,
.prefooter .form-control::-moz-placeholder,
.postfooter .form-control::-moz-placeholder {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
footer .form-control:-ms-input-placeholder,
.prefooter .form-control:-ms-input-placeholder,
.postfooter .form-control:-ms-input-placeholder {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.4);
}
footer .form-control::-webkit-input-placeholder,
.prefooter .form-control::-webkit-input-placeholder,
.postfooter .form-control::-webkit-input-placeholder {
  color: #cccccc;
  color: rgba(255, 255, 255, 0.4);
}
footer .form-group,
.prefooter .form-group,
.postfooter .form-group {
  margin-bottom: 10px;
}
footer .widget-title,
.prefooter .widget-title,
.postfooter .widget-title {
  color: rgba(255, 255, 255, 0.4);
}
footer .socialIcons.bigIcons > li > a,
.prefooter .socialIcons.bigIcons > li > a,
.postfooter .socialIcons.bigIcons > li > a {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
footer .socialIcons.bigIcons > li > a:hover,
.prefooter .socialIcons.bigIcons > li > a:hover,
.postfooter .socialIcons.bigIcons > li > a:hover {
  background: #ea623d;
}
footer hr,
.prefooter hr,
.postfooter hr {
  margin: 0;
  border-color: #403d43;
  border-color: rgba(255, 255, 255, 0.1);
}
footer p,
.prefooter p,
.postfooter p,
footer .widget.widget_nav_menu ul li a,
.prefooter .widget.widget_nav_menu ul li a,
.postfooter .widget.widget_nav_menu ul li a {
  color: #cccccc;
  color: rgba(204, 204, 204, 0.4);
}
.prefooter {
  padding: 20px 0;
  background: #453951;
  color: #cccccc;
  color: rgba(255, 255, 255, 0.4);
}
.prefooter input[type="submit"] {
  margin-left: 10px;
}
.prefooter .widget-title {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.4);
}
.prefooter .table-cell input[type="email"] {
  width: 258px;
  margin-left: 26px;
}
.prefooter .row > div:first-child .table-row > div:first-child {
  width: 113px;
}
.postfooter .widget.widget_nav_menu ul {
  padding: 0 !important;
}
.postfooter .widget.widget_nav_menu ul li {
  display: inline-block;
  margin-right: 20px;
}
.postfooter .widget.widget_nav_menu ul li:last-child {
  margin-right: 0;
}
.postfooter .widget.widget_nav_menu ul li a {
  text-transform: uppercase;
  color: #ccc;
}
.postfooter .widget.widget_nav_menu ul li a:hover {
  color: #ea623d;
}
@media (max-width: 767px) {
  .postfooter .widget.widget_nav_menu {
    margin-bottom: 40px;
  }
}
/* ================== */
/* === GOOGLE MAP === */
.addressBox {
  width: 370px;
  height: 347px;
  padding: 45px 20px 40px 20px;
  background: #fff;
}
.addressBox dl {
  margin: 0;
}
.addressBox dt {
  border: 0;
  margin: 25px 0 0 0;
}
.addressBox dd {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: 600;
}
.mapOuter {
  position: relative;
}
.mapOuter .addressBox {
  z-index: 1;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -585px;
}
.googleMap {
  min-height: 695px;
}
.googleMap img {
  max-width: none;
}
.googleMap .customMarker {
  font-size: 60px;
  color: #ea623d;
}
.content-layer {
  position: relative;
}
.content-layer .placeOver {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-layer .bg-layer {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #453951;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-layer .placeOver > .container {
  position: relative;
}
.content-layer .showMap {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
}
.hideIt {
  visibility: hidden !important;
  opacity: 0;
  filter: alpha(opacity=0);
}
.prefooter .alert.alert-dismissable,
.placeOver .contactForm .alert.alert-dismissable {
  position: absolute;
  z-index: 10;
  top: 50%;
  margin-top: -100px;
  left: 50%;
  width: 400px;
  margin-left: -200px;
  cursor: pointer;
}
.prefooter .alert.alert-dismissable {
  margin-top: -27px;
}
.prefooter .alert.alert-dismissable.alert-success,
.placeOver .contactForm .alert.alert-dismissable.alert-success {
  z-index: 11;
}
.make-overflow {
  overflow: hidden;
}
/* ========================= */
/* === DESCRIPTION LIST === */
dl {
  margin-top: 0;
  margin-bottom: 35px;
}
dt,
dd {
  line-height: 22px;
}
dt {
  font-weight: 400;
  color: #999999;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  padding: 16px 0 7px 0;
  margin: 12px 0 0 0;
  border-top: 1px solid #e5e5e5;
}
dl dt:first-child {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
dd {
  margin-left: 0;
}
/* ==================== */
/* === MEDIA OBJECT === */
.media.stdbox > .pull-left {
  margin-right: 20px;
}
.media.stdbox > .pull-left img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.media.stdbox .media-heading {
  margin: -2px 0 8px 0;
}
/* ============ */
/* === TABS === */
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  padding: 18px 22px;
}
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background: transparent;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  background-color: #453951;
  border-color: transparent;
}
.nav-pills + .tab-content {
  padding: 20px 0;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 0;
  margin-left: 0;
}
.nav-stacked > li > a {
  border-top: 1px solid #e5e5e5;
}
.nav-stacked > li:first-child > a {
  border-color: transparent;
}
.nav-stacked > li.active + li a {
  border-color: transparent;
}
.nav-pills.style2 > li > a {
  font-size: 13px;
  text-transform: uppercase;
  margin: 0 15px;
  padding: 10px 0;
  letter-spacing: 0.1em;
}
.nav-pills.style2 > li:first-child > a {
  margin-left: 0;
}
.nav-pills.style2 > li.active > a,
.nav-pills.style2 > li.active > a:hover,
.nav-pills.style2 > li.active > a:focus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #333333;
  background-color: transparent;
  border-bottom: 2px solid #ea623d;
}
.tab-content {
  position: relative;
}
.tab-content > .tab-pane {
  display: block;
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 100%;
}
.tab-content > .active {
  position: relative;
  top: 0;
  left: 0;
}
/* ================ */
/* === PRICEBOX === */
.priceBox .inner {
  background: #453951;
  padding: 45px 10px;
}
.priceBox .inner .btn {
  margin-top: 20px;
}
.priceBox .inner * {
  color: #fff;
}
.priceBox em {
  font-size: 64px;
  line-height: 64px;
  font-weight: 400;
  font-style: normal;
  padding: 0 0 0 1px;
}
.priceBox sup {
  font-size: 14px;
  top: -2.5em;
}
.priceBox sub {
  font-size: 14px;
  bottom: 0;
}
.priceBox span {
  display: block;
  background: #f5f5f5;
  color: #666;
  padding: 14px 10px;
}
.priceBox span + span {
  border-top: 1px solid #e6e6e6;
}
.priceBox.special .inner {
  background: #ea623d;
}
.priceBox.special .btn-primary {
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
}
.priceBox.special .btn-primary:hover,
.priceBox.special .btn-primary:focus,
.priceBox.special .btn-primary:active,
.priceBox.special .btn-primary.active {
  background: #2a272e;
  border-color: #2a272e;
  color: #fff;
}
.priceBox.type2 .inner {
  background: transparent;
  padding: 0 5px 10px 5px;
}
.priceBox.type2 .inner * {
  color: inherit;
}
.priceBox.type2 .inner h3 {
  margin-bottom: 12px;
}
.priceBox.type2 em {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
}
.priceBox.type2 sup {
  top: -0.45em;
}
.priceBox.type2 sup,
.priceBox.type2 sub {
  color: #666;
}
.priceBox.type2 span {
  background: transparent;
  padding: 5px;
}
.priceBox.type2 span + span {
  border-top: 0;
}
.priceBox.type2 .btn {
  margin-top: 20px;
}
.priceBox.type2 .fa {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  border: 2px solid #e5e5e5;
  background: #fff;
  color: #ea623d;
  font-size: 17px;
  padding-top: 25px;
  margin: 0 0 25px 0;
}
.priceBox.type2 .fa:hover {
  background: #333333;
  color: #fff;
  border-color: #333333;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
[class^="col-md-"] + [class^="col-md-"] .priceBox.type2 {
  border-left: 1px solid #e6e6e6;
  margin-left: -15px;
}
/* ============== */
/* === TABLE === */
.table-responsive table {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
}
.table-responsive table > thead > tr > th,
.table-responsive table > tbody > tr > th,
.table-responsive table > tfoot > tr > th,
.table-responsive table > thead > tr > td,
.table-responsive table > tbody > tr > td,
.table-responsive table > tfoot > tr > td {
  padding: 17px 21px;
  line-height: 16px;
  vertical-align: middle;
  border-top: 0;
}
.table-responsive table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e5e5e5;
}
.table-responsive table > caption + thead > tr:first-child > th,
.table-responsive table > colgroup + thead > tr:first-child > th,
.table-responsive table > thead:first-child > tr:first-child > th,
.table-responsive table > caption + thead > tr:first-child > td,
.table-responsive table > colgroup + thead > tr:first-child > td,
.table-responsive table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table-responsive table > tbody + tbody {
  border-top: 1px solid #e5e5e5;
}
.table-responsive table > tbody > tr:nth-child(odd) > td,
.table-responsive table > tbody > tr:nth-child(odd) > th {
  background-color: #f5f5f5;
}
.table-responsive table > tbody > tr:nth-child(even) > td,
.table-responsive table > tbody > tr:nth-child(even) > th {
  background-color: #fff;
}
.table-responsive table > tbody > tr:hover > td,
.table-responsive table > tbody > tr:hover > th {
  background-color: #ea623d;
  color: #fff;
}
.table-responsive table > tbody > tr:hover > td .btn,
.table-responsive table > tbody > tr:hover > th .btn {
  background: #2a272e;
  border-color: #2a272e;
}
.table-responsive table td {
  color: #666;
}
.table-responsive table th {
  color: #999999;
  font-size: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}
.col-md-3 + .col-md-9 .table-responsive {
  margin-top: -18px;
}
.tab-content .table-responsive table {
  width: 100%;
  margin-bottom: 20px;
}
.tab-content .table-responsive table > thead > tr > th,
.tab-content .table-responsive table > tbody > tr > th,
.tab-content .table-responsive table > tfoot > tr > th,
.tab-content .table-responsive table > thead > tr > td,
.tab-content .table-responsive table > tbody > tr > td,
.tab-content .table-responsive table > tfoot > tr > td {
  vertical-align: middle;
}
.tab-content .table-responsive table > tbody > tr {
  cursor: pointer;
}
/* =================== */
/* === LIST STYLED === */
.list-styled > li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 15px 0;
  color: #666;
}
.list-styled > li:before {
  content: "●";
  color: #999999;
  position: absolute;
  top: -1px;
  left: 0;
}
/* ================= */
/* === 404 PAGE === */
.pg404 {
  padding: 55px 0 85px 0;
}
.text-in-bg {
  position: relative;
  margin: 0 0 25px 0;
}
.text-in-bg h2 {
  width: 100%;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  margin-bottom: 0;
}
.text-in-bg .bigText {
  display: block;
  color: #e6e6e6;
  font-weight: 700;
  font-size: 250px;
  line-height: 250px;
}
/* =============== */
/* === PLUGINS === */
/* =================== */
/* === ANIMATE.CSS === */
.cssAnimate .animated {
  opacity: 0;
  filter: alpha(opacity=0);
}
.cssAnimate .activate {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ================== */
/* === FLEXSLIDER === */
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
  outline: 0;
}
.flex-control-nav,
.flex-direction-nav,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
@font-face {
  font-family: flexslider-icon;
  src: url(../css/font/flexslider-icon.eot);
  src: url(../css/font/flexslider-icon.eot?#iefix) format("embedded-opentype"), url(../css/font/flexslider-icon.woff) format("woff"), url(../css/font/flexslider-icon.ttf) format("truetype"), url(../css/font/flexslider-icon.svg#flexslider-icon) format("svg");
  font-weight: 400;
  font-style: normal;
}
.flexslider {
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all 0.3s ease;
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-prev {
  opacity: .7;
  left: 10px;
}
.flexslider:hover .flex-next {
  opacity: .7;
  right: 10px;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav a:before {
  font-family: flexslider-icon;
  font-size: 40px;
  display: inline-block;
  content: "\f001";
}
.flex-direction-nav a.flex-next:before {
  content: "\f002";
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: .8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: flexslider-icon;
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flexslider {
  margin: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.flexslider .flex-direction-nav a {
  opacity: 1;
  text-shadow: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 20px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 20px;
  text-align: center;
}
.flexslider:hover .flex-prev {
  opacity: 1;
  left: 20px;
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 20px;
}
.flexslider {
  overflow: hidden;
}
.flexslider .slides > li {
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-backface-visibility: visible;
}
.flexslider .slides > li .row > div {
  position: static;
}
.flexslider .slides > li .inner .animated {
  opacity: 0;
  filter: alpha(opacity=0);
}
.flexslider .slides > li .inner .activate {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flexslider .inner {
  padding-top: 100px;
  color: #fff;
}
.flexslider .inner h1,
.flexslider .inner h2,
.flexslider .inner h3,
.flexslider .inner h4,
.flexslider .inner h5,
.flexslider .inner h6 {
  font-weight: 600;
  color: #fff;
}
.flexslider .inner p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 30px 0;
}
.flexslider .inner .btn-default {
  color: #fff;
}
.flexslider .inner .btn-default:hover,
.flexslider .inner .btn-default:focus,
.flexslider .inner .btn-default:active,
.flexslider .inner .btn-default.active {
  color: #ea623d;
}
.flexslider .inner .btn + .btn {
  margin-left: 15px;
}
.flexslider .inner .page-title {
  color: rgba(255, 255, 255, 0.4);
}
.flexslider .inner .btn-default {
  border-color: rgba(255, 255, 255, 0.4);
}
.flexslider .inner .btn-default:hover,
.flexslider .inner .btn-default:active,
.flexslider .inner .btn-default:focus {
  border-color: #ea623d;
}
.flexslider .inner .text-center {
  margin-top: 0px;
}
.flexslider .inner .text-center * {
  margin-bottom: 32px;
}
.flexslider .flex-direction-nav a {
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #ffffff;
}
.flexslider .flex-direction-nav a:hover {
  color: #ea623d;
}
.flexslider .flex-direction-nav a:before {
  font-size: 40px;
  line-height: 37px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
}
.flexslider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flexslider .flex-control-nav {
  width: 1170px;
  left: 50%;
  margin-left: -585px;
  position: absolute;
  bottom: 40px;
  text-align: left;
  z-index: 100;
}
.flexslider .flex-control-nav li {
  margin: 0 3px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flexslider .flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ffffff;
}
.flexslider .flex-control-paging li a:hover {
  background: #fff;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #ffffff;
}
.flexslider .flex-direction-nav .flex-disabled {
  display: none;
}
.flexslider.center-controls .flex-control-nav,
.container .flexslider .flex-control-nav {
  width: 100%;
  left: 0;
  margin-left: 0;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.blog-item .flexslider .flex-direction-nav .flex-prev {
  left: 5px;
}
.blog-item .flexslider .flex-direction-nav .flex-next {
  right: 5px;
}
.blog-item .flexslider:hover .flex-prev {
  left: 5px;
}
.blog-item .flexslider:hover .flex-next {
  right: 5px;
}
.flexslider.carousel-slider {
  margin-bottom: 95px;
}
.flexslider.carousel-slider .slides > li {
  margin-right: 30px;
}
.flexslider.carousel-slider .flex-direction-nav a {
  color: #999999;
  margin-top: -60px;
}
.flexslider.carousel-slider .flex-direction-nav a:hover {
  color: #ea623d;
}
.flexslider.carousel-slider .flex-direction-nav .flex-prev {
  left: -55px;
}
.flexslider.carousel-slider .flex-direction-nav .flex-next {
  right: -55px;
}
.flexslider.carousel-slider .flex-control-nav {
  width: 100%;
  left: 0;
  margin-left: 0;
  position: absolute;
  bottom: -60px;
  text-align: center;
}
.flexslider.carousel-slider .flex-control-paging li a {
  border: 1px solid #999999;
}
.flexslider.carousel-slider .flex-control-paging li a:hover {
  background: #999999;
}
.flexslider.carousel-slider .flex-control-paging li a.flex-active {
  background: #999999;
}
.blog-thumbnail .flexslider .slides img {
  width: 100%;
}
/* ====================== */
/* === MAGNIFIC POPUP === */
.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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #cccccc;
}
.mfp-preloader a:hover {
  color: white;
}
.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: white;
  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-close-btn-in .mfp-close {
  color: #333333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}
.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: rgba(0, 0, 0, 0);
}
.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 white;
  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 white;
  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: black;
}
/* 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: #444444;
}
.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;
}
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* ================ */
/* === ISOTOPE === */
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#galleryContainer {
  padding-top: 10px;
  margin-top: -1px;
}
.galleryItem {
  position: relative;
  width: 20%;
  float: left;
  margin-top: -1px;
}
.galleryItem img {
  width: 101%;
  max-width: 101%;
}
.galleryItem:hover .area-hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .cat-links {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryItem:hover .area-hover .entry-title {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
#galleryContainer.withSpaces {
  margin-left: -30px;
}
#galleryContainer.withSpaces .galleryItem {
  width: 33.33%;
  padding-left: 30px;
  padding-bottom: 25px;
}
#galleryContainer.withSpaces.col-3 .portfolio-item .cat-links a {
  font-size: 13px;
  line-height: 14px;
}
#galleryContainer.withSpaces.col-4 .galleryItem {
  width: 25%;
}
#galleryContainer.col-4 .galleryItem {
  width: 25%;
}
#galleryContainer.col-3 .galleryItem {
  width: 33.33%;
}
.area-hover {
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 20px;
  position: absolute;
  width: 101%;
  height: 100%;
  background: #ea623d;
}
.area-hover .cat-links {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: -40px;
}
.area-hover .entry-title {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 6px 0 3px 0;
  font-weight: 400;
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
  top: -40px;
}
.area-hover * {
  color: #fff;
}
.content-area.vertical-parent {
  position: absolute;
  padding: 0;
}
.vertical-parent {
  display: table;
  width: 100%;
  height: 100%;
}
.vertical-child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
#galleryFilters {
  margin: 0 0 30px 0;
}
#galleryFilters > li > a {
  margin: 10px 0;
}
#galleryFilters .btn-primary:hover,
#galleryFilters .btn-primary:focus,
#galleryFilters .btn-primary:active,
#galleryFilters .btn-primary.active {
  background: #ea623d;
  border-color: #ea623d;
  color: #fff;
}
.form-control.error {
  background-color: transparent;
  border-color: #A94442;
}
/* =================== */
/* === PROMO BOXES === */
.promo-box {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.promo-box .inner {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.promo-box .inner .btn {
  margin-top: 20px;
}
.promo-box .inner h2 {
  margin-bottom: 0;
}
.promo-box.big img,
.promo-box.medium img,
.promo-box.small img {
  max-width: none;
  width: auto;
  min-width: 100%;
}
.promo-box.big {
  height: 430px;
}
.promo-box.medium,
.promo-box.small {
  height: 200px;
}
.promo-box.small {
  width: 50%;
  float: left;
}
.promo-box.small .inner {
  bottom: 15px;
}
.promo-box.small.left {
  padding-right: 15px;
}
.promo-box.small.left .inner,
.promo-box.small.left .overlay-img {
  right: 15px;
}
.promo-box.small.right {
  padding-left: 15px;
}
.promo-box.small.right .inner,
.promo-box.small.right .overlay-img {
  left: 15px;
}
.promo-box img {
  width: 100%;
}
.promo-box .overlay-img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.promo-box .overlay-img .overlay-ico {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  background: #ea623d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  line-height: 75px;
  text-align: center;
}
.promo-box .overlay-img .overlay-ico i {
  margin-top: 26px;
  color: #000000;
  font-size: 20px;
}
.promo-box:hover .overlay-img + .inner h2 {
  color: #fff;
}
.promo-box:hover .overlay-img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.promo-box:hover .overlay-img .overlay-ico {
  top: 50%;
}
.ie8 .portfolio-item .overlay-img {
  display: none;
}
.ie8 .portfolio-item .portfolio-thumbnail:hover .overlay-img {
  display: block;
}
.ie8 .barShoppingCart .cart-box {
  border: 1px solid #cccccc;
}
.galleryItem .area-hover .cat-links {
  display: none;
}
.galleryItem:hover .area-hover .cat-links {
  display: block;
}
@keyframes animationFrames {
  0% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  34% {
    transform: rotate(0deg) scaleX(1.12) scaleY(1.12);
  }
  50% {
    transform: scaleX(1.02) scaleY(1.02);
  }
  76% {
    transform: scaleX(1.12) scaleY(1.12);
  }
  100% {
    transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-moz-keyframes animationFrames {
  0% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  34% {
    -moz-transform: rotate(0deg) scaleX(1.12) scaleY(1.12);
  }
  50% {
    -moz-transform: scaleX(1.02) scaleY(1.02);
  }
  76% {
    -moz-transform: scaleX(1.12) scaleY(1.12);
  }
  100% {
    -moz-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  34% {
    -webkit-transform: rotate(0deg) scaleX(1.12) scaleY(1.12);
  }
  50% {
    -webkit-transform: scaleX(1.02) scaleY(1.02);
  }
  76% {
    -webkit-transform: scaleX(1.12) scaleY(1.12);
  }
  100% {
    -webkit-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-o-keyframes animationFrames {
  0% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  34% {
    -o-transform: rotate(0deg) scaleX(1.12) scaleY(1.12);
  }
  50% {
    -o-transform: scaleX(1.02) scaleY(1.02);
  }
  76% {
    -o-transform: scaleX(1.12) scaleY(1.12);
  }
  100% {
    -o-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
@-ms-keyframes animationFrames {
  0% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
  34% {
    -ms-transform: rotate(0deg) scaleX(1.12) scaleY(1.12);
  }
  50% {
    -ms-transform: scaleX(1.02) scaleY(1.02);
  }
  76% {
    -ms-transform: scaleX(1.12) scaleY(1.12);
  }
  100% {
    -ms-transform: rotate(0deg) scaleX(1) scaleY(1);
  }
}
.shopBar {
  min-height: 41px;
  padding-top: 12px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  color: #666666;
}
.shopBar .barShoppingCart {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.shopBar .barShoppingCart.added_to_cart {
  animation: animationFrames linear 0.6s;
  animation-iteration-count: 1;
  -webkit-animation: animationFrames linear 0.6s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: animationFrames linear 0.6s;
  -moz-animation-iteration-count: 1;
  -o-animation: animationFrames linear 0.6s;
  -o-animation-iteration-count: 1;
  -ms-animation: animationFrames linear 0.6s;
  -ms-animation-iteration-count: 1;
}
.shopBar .barShoppingCart.added_to_cart > a,
.shopBar .barShoppingCart.added_to_cart i,
.shopBar .barShoppingCart.added_to_cart b {
  color: #ea623d;
}
.shopBar .barShoppingCart a {
  color: #666666;
}
.shopBar .barShoppingCart .fa-shopping-cart {
  font-size: 16px;
}
.shopBar i {
  color: #999999;
}
.shopBar .inner {
  display: block !important;
}
.shopBar .inner .woocommerce {
  position: absolute;
  z-index: 2000;
  right: 0;
  top: 41px;
  width: 320px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  background: #fff;
}
.shopBar .pull-left a {
  margin-right: 10px;
}
.fix_wrapper_shopbar {
  left: 0;
  right: 0;
  background: #fff;
  top: -50px;
  -webkit-transition: top 0.4s ease;
  transition: top 0.4s ease;
  position: fixed;
}
.fix_wrapper_shopbar:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 9px;
  background: -webkit-radial-gradient(50% -3%, ellipse cover, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%);
  background: radial-gradient(ellipse at 50% -3%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 50%);
  bottom: -9px;
}
.fix_wrapper_shopbar .shopBar {
  border-bottom: none;
}
@media (max-width: 767px) {
  .shopBar .visible-xs {
    display: inline-block !important;
  }
}
.navbar-transparent a,
.navbar-transparent .shopBar .barShoppingCart a {
  color: #fff;
}
.navbar-transparent a:hover,
.navbar-transparent .shopBar .barShoppingCart a:hover {
  color: #ea623d;
}
.shop_top_navigation {
  padding: 0;
  display: inline-block;
}
.shop_top_navigation li {
  list-style: none;
}
/* =Buttons
-------------------------------------------------------------- */
a.button,
button.button,
input.button,
#respond input#submit,
#content input.button {
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  font-weight: 600;
  border: 2px solid transparent;
  padding: 11px 17px;
  font-size: 13px;
  line-height: 13px;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  color: #333333;
  /* primary style */
  background: #ea623d;
  border-color: #ea623d;
  color: #fff;
}
a.button.loading,
button.button.loading,
input.button.loading,
#respond input#submit.loading,
#content input.button.loading {
  color: #fff;
  border: 2px solid #2a272e;
}
a.button.loading:before,
button.button.loading:before,
input.button.loading:before,
#respond input#submit.loading:before,
#content input.button.loading:before {
  background-color: rgba(0, 0, 0, 0.5);
}
a.button.added,
button.button.added,
input.button.added,
#respond input#submit.added,
#content input.button.added {
  margin-right: 40px;
}
a.button.added:before,
button.button.added:before,
input.button.added:before,
#respond input#submit.added:before,
#content input.button.added:before {
  color: green;
  top: 10px;
  font-family: "FontAwesome";
  content: "\f00c";
}
a.button:hover,
button.button:hover,
input.button:hover,
#respond input#submit:hover,
#content input.button:hover,
a.button:focus,
button.button:focus,
input.button:focus,
#respond input#submit:focus,
#content input.button:focus,
a.button:active,
button.button:active,
input.button:active,
#respond input#submit:active,
#content input.button:active,
a.button.active,
button.button.active,
input.button.active,
#respond input#submit.active,
#content input.button.active {
  text-decoration: none;
  outline: none;
  background: #2a272e;
  border-color: #2a272e;
  color: #fff;
}
a.button:active,
button.button:active,
input.button:active,
#respond input#submit:active,
#content input.button:active {
  top: 0;
}
a.button.alt,
button.button.alt,
input.button.alt,
#respond input#submit.alt,
#content input.button.alt {
  background: transparent;
  border-color: #cccccc;
  color: #333333;
  text-shadow: none;
}
a.button.alt.whitetext,
button.button.alt.whitetext,
input.button.alt.whitetext,
#respond input#submit.alt.whitetext,
#content input.button.alt.whitetext {
  color: #fff;
}
a.button.alt:hover,
button.button.alt:hover,
input.button.alt:hover,
#respond input#submit.alt:hover,
#content input.button.alt:hover,
a.button.alt:focus,
button.button.alt:focus,
input.button.alt:focus,
#respond input#submit.alt:focus,
#content input.button.alt:focus,
a.button.alt:active,
button.button.alt:active,
input.button.alt:active,
#respond input#submit.alt:active,
#content input.button.alt:active,
a.button.alt.active,
button.button.alt.active,
input.button.alt.active,
#respond input#submit.alt.active,
#content input.button.alt.active {
  background: transparent;
  color: #ea623d;
  border-color: #ea623d;
  text-shadow: none;
}
a.button:disabled,
button.button:disabled,
input.button:disabled,
#respond input#submit:disabled,
#content input.button:disabled,
a.button.disabled,
button.button.disabled,
input.button.disabled,
#respond input#submit.disabled,
#content input.button.disabled {
  color: inherit;
  border: inherit;
  background: inherit;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal h2 {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
}
div.woocommerce .product_list_widget li.empty:first-child,
.shopStyles .product_list_widget li.empty:first-child {
  padding: 0;
  padding-bottom: 10px;
}
div.woocommerce .product_list_widget li .quantity,
.shopStyles .product_list_widget li .quantity {
  margin-top: 8px;
  display: inline-block;
}
.effect_container,
.top_image {
  height: 100%;
  overflow: hidden;
}
/* Header */
.top_image {
  margin: 0 auto;
  top: 0;
  min-height: 560px;
  width: 100%;
}
.intro-effect-fadeout .top_image {
  position: relative;
}
.bg-img {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.bg-img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.effect-title {
  margin: 0 auto;
  padding: 0 1.25em;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.effect-title h1 {
  color: #fff;
  margin: 0 auto;
}
.effect-title p {
  padding: 0 0 0.6em;
  font-weight: 300;
  font-size: 0.85em;
  margin: 0 auto;
}
.effect-title h1,
.effect-title p.subline {
  line-height: 1;
  word-wrap: initial;
}
.effect-title p.subline {
  font-size: 1.75em;
}
/* Trigger Button */
a.trigger {
  z-index: 9999;
}
.intro-effect-fadeout a.trigger {
  visibility: hidden;
}
.effect_container:not(.notrans) a.trigger {
  -webkit-transition: opacity 0.3s 0.5s;
  transition: opacity 0.3s 0.5s;
}
.effect_container.modify:not(.notrans) a.trigger {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
/* Conent */
.intro-effect-push .content-effect {
  margin-top: 40%;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.intro-effect-push.modify .content-effect {
  margin-top: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.intro-effect-sliced .content-effect {
  margin-top: 40%;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.intro-effect-sliced.modify .content-effect {
  margin-top: 0;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
/***** Individual effects *****/
/* -------------------------- */
/* Faded gradient */
/* -------------------------- */
.intro-effect-fadeout:not(.notrans) .bg-img {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.intro-effect-fadeout:not(.notrans) .bg-img::after {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.intro-effect-fadeout:not(.notrans) .top_image h1 {
  -webkit-transition-property: color;
  transition-property: color;
}
.intro-effect-fadeout:not(.notrans) .top_image p,
.intro-effect-fadeout:not(.notrans) .content-effect > div {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.intro-effect-fadeout:not(.notrans) .bg-img,
.intro-effect-fadeout:not(.notrans) .bg-img::after,
.intro-effect-fadeout:not(.notrans) .top_image h1,
.intro-effect-fadeout:not(.notrans) .top_image p,
.intro-effect-fadeout:not(.notrans) .content-effect > div {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.intro-effect-fadeout .top_image {
  overflow: hidden;
}
.intro-effect-fadeout.modify .bg-img {
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}
.intro-effect-fadeout .bg-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 101%;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.intro-effect-fadeout.modify .bg-img::after {
  opacity: 1;
}
.intro-effect-fadeout.modify .top_image h1,
.intro-effect-fadeout .top_image p {
  color: #333333;
}
.intro-effect-fadeout .top_image p {
  opacity: 0;
}
.intro-effect-fadeout .top_image p:nth-child(2) {
  -webkit-transform: translateX(150px);
  transform: translateX(150px);
}
.intro-effect-fadeout .top_image p:nth-child(3) {
  -webkit-transform: translateX(-150px);
  transform: translateX(-150px);
}
.intro-effect-fadeout.modify .top_image p:nth-child(2),
.intro-effect-fadeout.modify .top_image p:nth-child(3) {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.intro-effect-fadeout .content-effect {
  position: relative;
}
.intro-effect-fadeout .content-effect > div {
  opacity: 0;
  -webkit-transform: translateY(350px);
  transform: translateY(350px);
}
.intro-effect-fadeout.modify .content > div {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* -------------------------- */
/* Sliced */
/* -------------------------- */
.intro-effect-sliced .top_image {
  position: absolute;
  z-index: 9999;
}
.intro-effect-sliced .top_image.fix-zindex {
  z-index: 0;
}
.intro-effect-sliced .effect-title {
  z-index: 1000;
}
.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .effect-title {
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
.intro-effect-sliced:not(.notrans) .bg-img,
.intro-effect-sliced:not(.notrans) .top_image h1,
.intro-effect-sliced:not(.notrans) .effect-title,
.intro-effect-sliced:not(.notrans) .top_image p,
.intro-effect-sliced:not(.notrans) .content-effect,
.intro-effect-sliced:not(.notrans) .codrops-demos a {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.intro-effect-sliced.modify:not(.notrans) .top_image h1,
.intro-effect-sliced.modify:not(.notrans) .effect-title,
.intro-effect-sliced.modify:not(.notrans) .top_image p,
.intro-effect-sliced.modify:not(.notrans) .content-effect,
.intro-effect-sliced.modify:not(.notrans) .codrops-demos a {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.intro-effect-sliced .bg-img:first-child {
  bottom: 50%;
}
.intro-effect-sliced .bg-img:last-child {
  top: 50%;
  position: fixed;
  z-index: 900;
}
.intro-effect-sliced .bg-img:last-child img {
  top: -100%;
}
.intro-effect-sliced.modify .bg-img:first-child {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.intro-effect-sliced.modify .bg-img:last-child {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.intro-effect-sliced.modify .effect-title {
  display: none;
}
/* -------------------------- */
/* Push */
/* -------------------------- */
.intro-effect-push:not(.notrans) .top_image,
.intro-effect-push:not(.notrans) > .effect-title,
.intro-effect-push:not(.notrans) .content-effect > div {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.intro-effect-push:not(.notrans) .top_image {
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}
.intro-effect-push .top_image {
  position: absolute;
  z-index: 1500;
}
.intro-effect-push > .effect-title {
  position: relative;
  top: auto;
  left: auto;
}
.intro-effect-push.modify .top_image {
  opacity: 0;
  -webkit-transform: translateY(-100%) scale(0.9);
  transform: translateY(-100%) scale(0.9);
}
/* Delays */
.intro-effect-push.modify:not(.notrans) > .effect-title {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.intro-effect-push.modify:not(.notrans) .content-effect > div {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
/* Media Queries */
@media screen and (max-width: 47em) {
  .intro-effect-side .effect-title {
    width: 100%;
    padding: 0 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .intro-effect-side.modify .bg-img::before {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .intro-effect-side .bg-img::after {
    border-left-width: 0px;
    border-right-width: 0px;
    right: 0px;
    left: 0px;
    background: rgba(255, 255, 255, 0.1);
  }
  .intro-effect-side.modify .bg-img::after {
    background: rgba(255, 255, 255, 0.8);
  }
  .intro-effect-sidefixed .content-effect {
    width: 100%;
    margin-left: auto;
  }
  .intro-effect-sidefixed .bg-img::after {
    width: 95%;
  }
}
@media screen and (max-width: 27em) {
  .top_image .effect-title {
    top: 60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  a.trigger::before {
    display: none;
  }
}
.gallery-slider {
  overflow: hidden;
}
#blog-list.withMasonry .blog-item.format-audio .innerMargin {
  margin-top: 0;
}
select {
  -webkit-appearance: none;
  /*Removes default chrome and safari style*/
  -moz-appearance: none;
  /*Removes default style Firefox*/
  text-indent: 0.01px;
  /* Removes default arrow from firefox*/
  text-overflow: "";
  /*Removes default arrow from firefox*/
  background-image: url("../images/selectarrow.png") !important;
  background-position: 95% center;
  background-repeat: no-repeat;
  width: 100%;
}
select:hover {
  cursor: pointer;
}
.widget_recent_posts .media-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*checkout - terms and conditions checkbox*/
p.form-row.terms {
  padding-right: 0 !important;
}
p.form-row.terms label {
  font-size: 11px;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe {
  width: 100% !important;
}
/* media queries, adjustments */
@media (max-width: 1300px) {
  .flexslider.carousel-slider {
    margin-top: 80px;
  }
  .flexslider.carousel-slider .flex-direction-nav a {
    color: #999;
    top: 0;
  }
  .flexslider.carousel-slider .flex-direction-nav .flex-prev {
    margin-top: -70px;
    left: 50%;
    margin-left: -50px;
  }
  .flexslider.carousel-slider .flex-direction-nav .flex-next {
    margin-top: -70px;
    right: auto;
    left: 50%;
    margin-right: -50px;
  }
  .galleryItem {
    width: 25% !important;
  }
}
@media (max-width: 1200px) {
  .flexslider.std-slider .flex-control-paging {
    width: 100%;
    left: 0;
    margin: 0;
    padding-left: 40px;
  }
  .flexslider.center-controls .flex-control-nav,
  .container .flexslider .flex-control-nav {
    padding-left: 0;
  }
  .prefooter .table-cell input[type="email"] {
    width: auto;
  }
  .mapOuter .addressBox {
    margin-left: -470px;
  }
}
@media (max-width: 992px) {
  .blog-item {
    float: none;
  }
  .col-md-4 > .blog-item,
  .col-md-3 > .blog-item {
    max-width: 270px;
    margin-top: 45px;
  }
  .col-md-4 > .blog-item,
  .col-md-3 > .blog-item {
    margin-left: auto;
    margin-right: auto;
  }
  .table-content {
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
  }
  .table-content .table-row {
    display: block;
  }
  .table-content .table-cell {
    display: inline-block;
  }
  .table-content .table-cell:first-child {
    display: block;
    width: 100% !important;
    padding-bottom: 20px;
  }
  .galleryItem {
    width: 50% !important;
  }
  .showMap {
    display: none;
  }
  .content-layer .bg-layer {
    display: none !important;
  }
  .content-layer .placeOver {
    display: block !important;
    position: relative;
    padding-bottom: 50px;
    background: #453951;
  }
  .postfooter {
    text-align: center;
  }
  .postfooter .socialIcons.pull-right {
    float: none !important;
    display: inline-block;
  }
  #toTop {
    width: 40px;
    height: 40px;
    padding-top: 0;
    bottom: 15px;
    right: 15px;
  }
  .row > [class^="col-md-"],
  .row > [class^=" col-md-"] {
    margin-top: 40px;
  }
  form .row > [class^="col-md-"] {
    margin-top: 15px;
  }
  .navigation-blog-outer {
    padding-bottom: 25px;
  }
  .navigation-blog-outer > [class^="col-md-"],
  .navigation-blog-outer > [class^=" col-md-"] {
    margin-top: 15px;
  }
  .has-error .help-block {
    height: auto;
  }
  #blog-sidebar {
    padding-left: 0;
  }
  .personBox {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .portfolioNav {
    text-align: center;
  }
  .portfolioNav .row > [class^="col-md-"],
  .portfolioNav .row > [class^=" col-md-"] {
    margin-top: 0px;
  }
  .portfolioNav .btn-default {
    margin-bottom: 10px;
  }
  .portfolioNav .socialIcons {
    float: none !important;
    display: inline-block;
  }
  .portfolio-thumbnail-big {
    margin-top: 0;
  }
  .main-header {
    text-align: center;
  }
  .main-header .page-title {
    float: none !important;
  }
  .main-header .breadcrumb {
    float: none !important;
    display: inline-block;
  }
  #blog-list.withMasonry .blog-item {
    width: 50%;
  }
  .mapOuter .addressBox {
    position: static;
    left: 0;
    top: 0;
    margin: 0 auto;
  }
  [class^="col-md-"] + [class^="col-md-"] .priceBox.type2 {
    border-left: 0;
    margin-left: auto;
  }
  .priceBox.type2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .navbar .dropdown-menu {
    position: relative;
    display: block;
    width: 100%;
    float: none !important;
    margin-top: 10px !important;
  }
  .header-search {
    display: block !important;
    position: relative;
    margin: 20px 0 0 0;
    top: 0;
    bottom: 0;
    float: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
  }
  .header-search .container {
    margin-top: 0;
  }
  .header-search input[type="text"] {
    font-size: 20px;
    line-height: 22px;
  }
  .header-search button[type="submit"] {
    background: transparent;
  }
  .header-search .form-group {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .page-header {
    text-align: center;
  }
  .flexslider.carousel-slider {
    margin-left: 20px;
    margin-right: 20px;
  }
  .widget-title {
    text-align: center;
  }
  #showHeaderSearch {
    display: none;
    height: 0;
  }
  .innerMargin {
    padding-left: 30px;
    padding-right: 30px;
  }
  .innerMargin blockquote.intext {
    margin-left: -30px;
    margin-right: -30px;
  }
  .commentList li li {
    margin-left: 50px;
  }
  #blog-list.withMasonry .blog-item {
    width: 100%;
  }
  #blog-list.withMasonry .blog-thumbnail,
  #blog-list.withMasonry .innerMargin {
    max-width: 370px;
    margin: 0 auto;
  }
  .priceBox {
    max-width: 370px;
    margin: 0 auto;
  }
  .iconBox.type4 {
    max-width: 270px;
    margin: 60px auto;
  }
  body .vco-skinny.vco-notouch .vco-slider .nav-next .icon,
  body .vco-slider .nav-next .icon {
    margin: 20px 0 0 0 !important;
  }
  body .vco-skinny.vco-notouch .vco-slider .nav-previous .icon,
  body .vco-slider .nav-previous .icon {
    margin: 20px 0 0 0 !important;
  }
  .navbar-transparent .navbar-nav {
    background: #333;
  }
  footer {
    text-align: center;
  }
  .woo_flexslider_thumbs {
    margin-bottom: 20px;
  }
  .flexslider.std-slider .inner {
    padding-left: 20px;
  }
  .flexslider.std-slider .flex-direction-nav .flex-prev,
  .flexslider.std-slider:hover .flex-direction-nav .flex-prev {
    left: 0px;
  }
  .flexslider.std-slider .flex-direction-nav .flex-next,
  .flexslider.std-slider:hover .flex-direction-nav .flex-next {
    right: 0px;
  }
  .flexslider.std-slider .flex-control-nav {
    bottom: 20px;
    text-align: center;
  }
  .flexslider.std-slider .flex-control-paging {
    padding: 0;
    width: auto;
    left: 40px;
    right: 40px;
  }
}
@media (max-width: 480px) {
  .galleryItem {
    width: 100% !important;
  }
  .prefooter .table-cell input[type="email"],
  .prefooter input[type="submit"] {
    margin: 12px 0 0 0;
  }
  .flexslider .inner {
    text-align: center;
    padding: 50px 15px;
  }
  .flexslider .inner p {
    font-size: 15px;
    line-height: 20px;
  }
  .flexslider .inner .btn + .btn {
    margin: 15px 0;
  }
  .row > [class^="col-md-"],
  .row > [class^=" col-md-"] {
    margin-top: 20px;
  }
  .row > [class^="col-md-"]:first-child,
  .row > [class^=" col-md-"]:first-child {
    margin-top: 0;
  }
  .row > [class^="col-md-"]:first-child .personBox,
  .row > [class^=" col-md-"]:first-child .personBox {
    margin-top: 20px;
  }
  .mainfooter .row > [class^="col-md-"],
  .mainfooter .row > [class^=" col-md-"] {
    margin-top: 60px;
  }
  .mainfooter .row > [class^="col-md-"]:first-child,
  .mainfooter .row > [class^=" col-md-"]:first-child {
    margin-top: 0;
  }
  .promoBox .inner {
    padding: 0;
  }
  .flickr_badge {
    margin: 3px 0 0 3px;
  }
  .prefooter .table-content {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .videoSection.parallaxEffect {
    height: auto !important;
  }
  .videoSection.parallaxEffect .innerVideo {
    position: static !important;
  }
  .content-area,
  .parallaxSection {
    background-attachment: scroll;
  }
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  textarea {
    -webkit-appearance: none;
  }
  #galleryContainer {
    margin-left: 30px;
    margin-right: 30px;
  }
  #galleryContainer.withSpaces {
    margin-left: 0px;
    margin-right: 30px;
  }
  footer .mainfooter {
    max-width: 400px;
  }
  footer .mainfooter .blog-item {
    max-width: 100%;
  }
  .parallaxSection.height100 {
    min-height: 560px !important;
  }
  .addressBox {
    width: auto;
  }
  .innerMargin {
    padding-left: 0;
    padding-right: 0;
  }
  .innerMargin blockquote.intext {
    margin-left: 0px;
    margin-right: 0px;
  }
  .commentList .children > li {
    margin-left: 0;
  }
  .promo-box.big,
  .promo-box.medium {
    width: 100%;
  }
  .hide-xs {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .promo-box.big,
  .promo-box.medium,
  .promo-box.small {
    height: auto;
  }
  .promo-box.big img,
  .promo-box.medium img,
  .promo-box.small img {
    min-height: 0;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .promo-box.small {
    width: 100%;
  }
  .promo-box.small.left,
  .promo-box.small.right {
    padding-left: 0;
    padding-right: 0;
  }
  .promo-box.small.left .inner,
  .promo-box.small.right .inner,
  .promo-box.small.left .overlay-img,
  .promo-box.small.right .overlay-img {
    left: 0;
    right: 0;
  }
  .modal .close {
    top: 5px !important;
    right: 5px !important;
    z-index: 9999;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .videoSection.parallaxEffect {
    height: auto !important;
  }
  .videoSection.parallaxEffect .innerVideo {
    position: static !important;
  }
  .content-area,
  .parallaxSection {
    background-attachment: scroll;
  }
  input[type="text"],
  input[type="email"],
  input[type="search"],
  input[type="password"],
  textarea {
    -webkit-appearance: none;
  }
  .breadcrumb > li {
    display: inline-block;
    float: none;
  }
  .breadcrumb > li + li:before {
    padding: 0 5px 0 2px;
  }
  .navbar-default {
    -webkit-transition: none;
    transition: none;
  }
}
.prefooter .widget_newsletter {
  padding-top: 5px;
}
/* --------------------------------------------------------------

   Basic WordPress Blog Styles

-------------------------------------------------------------- */
/* Images
-------------------------------------------------------------- */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright,
img.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter,
img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  text-align: center;
  margin-bottom: 1.5em;
}
.wp-caption img {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.wp-caption p.wp-caption-text {
  margin: 0;
}
.wp-smiley {
  max-height: 1em;
  margin: 0 !important;
}
.gallery dl {
  margin: 0;
}
.gallery-caption {
  margin: -1.5em 0 0 0;
}
/*sticky posts more visible*/
.sticky h3.heady a {
  font-weight: bold;
}
.bypostauthor .author {
  font-weight: bold;
}
/* Pullquotes */
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 20px;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 20px;
  margin-right: 0;
  text-align: left;
  width: 33%;
}
.widget_text {
  /*prevent from long names*/
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* nav menu widget */
.widget.widget_nav_menu ul {
  position: static;
  display: block;
  margin: 0;
  padding: 0 0 5px 10px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  list-style: none;
  visibility: visible;
  float: none;
  min-width: 100%;
}
.widget.widget_nav_menu ul li a {
  background: transparent;
  color: #333;
  font-size: 13px;
  line-height: 15px;
  border: 0;
  padding: 5px 0;
  margin: 0;
  white-space: normal;
  text-transform: none;
  font-weight: 400;
  text-shadow: none;
}
.widget.widget_nav_menu ul li a:hover,
.widget.widget_nav_menu ul li a:focus {
  color: inherit;
  background: transparent;
}
.widget.widget_nav_menu ul li ul li {
  margin-left: 15px;
  background: none;
}
footer .widget.widget_nav_menu ul li a {
  color: #ea623d;
}
#calendar_wrap {
  max-width: 250px;
}
#wp-calendar {
  width: 100%;
}
#wp-calendar td#today {
  color: #ea623d;
}
.widget_categories .children,
.widget_pages .children {
  clear: both;
  margin: 0 0 0 20px;
  list-style: none;
}
.widget_recent_posts a p {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.widget_recent_posts a p:hover {
  color: #ea623d;
}
.tagcloud a {
  display: inline-block;
  font-size: 11px !important;
  line-height: 10px;
  padding: 3px 7px;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  border: 2px solid #ccc;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 7px 3px 0 0 ;
}
.tagcloud a:hover {
  border-color: #ea623d;
  color: #ea623d;
}
.current-cat a {
  color: #ea623d;
}
/* theme specific */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ea623d;
  background: #2a272e;
}
.dropcap:first-letter {
  font-size: 75px;
  font-style: normal;
  font-weight: 600;
  line-height: 0.6em;
  padding-right: 5px;
  margin-top: 8px;
  color: #ea623d;
  float: left;
}
.highlight {
  display: inline-block;
  padding: 1px 5px;
  color: #fff;
}
.highlight.type1 {
  background: #ea623d;
}
.highlight.type2 {
  background: #453951;
}
.highlight.type3 {
  background: #333;
}
ul.ct-params {
  padding-left: 50px;
}
h6.ct-params {
  margin: 30px 10px 10px 32px;
}
.xml.syntaxhighlighter .gutter .line {
  border-right: 3px solid #ea623d !important;
}
article.sticky {
  background-color: #f5f5f5;
  padding-top: 35px;
  border: 1px solid #e5e5e5;
}
.post-password-form label {
  display: block;
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 7px 0;
}
.post-password-form input[type="password"] {
  display: block;
  width: 50%;
  height: 39px;
  padding: 6px 9px;
  font-size: 13px;
  line-height: 17px;
  color: #333;
  background-color: transparent;
  background-image: none;
  border: 2px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
  -webkit-transition: none ease-in-out 0.2s;
  -moz-transition: none ease-in-out 0.2s;
  -o-transition: none ease-in-out 0.2s;
  transition: none ease-in-out 0.2s;
  margin-top: 7px;
}
.post-password-form input[type="password"]:focus {
  border-color: #999;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post-password-form input[type="submit"] {
  font-weight: 600;
  border: 2px solid transparent;
  padding: 11px 17px;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease ease-in-out 0.2s;
  -moz-transition: all 0.1s ease ease-in-out 0.2s;
  -o-transition: all 0.1s ease ease-in-out 0.2s;
  transition: all 0.1s ease ease-in-out 0.2s;
  background: #ea623d;
  border-color: #ea623d;
  color: #fff;
  outline: none;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:focus,
.post-password-form input[type="submit"]:active {
  background: #2a272e;
  border-color: #2a272e;
  color: #fff;
}
.thumbnails.gallery {
  padding: 0;
}
.thumbnails.gallery li {
  display: inline-block;
  list-style: none;
}
.thumbnails.gallery li .thumbnail {
  border: none;
}
/*
 * Custom Skin Sample
 *
 * This file shows an example of a custom skin.  It targets any menu that has the Skin set to "None"
 *
 * Copy this to custom/custom.css to apply this custom skin
 */
/* UberMenu - Copyright 2011-2014, SevenSpark */
/*by klepsydra była na poziomie z Głównym Menu*/
/*#showHeaderSearch{*/
/*padding: 3px;*/
/*}*/
.ubermenu-main {
  margin-left: 55px !important;
}
.ubermenu-main.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after {
  font-family: FontAwesome;
  content: "\f0da" !important;
  font-size: 12px;
  margin-left: 4px;
  color: #999;
  top: 55%;
  right: 20px;
}
.ubermenu-main .ubermenu-item-level-0.ubermenu-has-submenu-drop > .ubermenu-target:after {
  font-size: 12px !important;
  content: "\f0d7" !important;
  right: -10px !important;
  top: 47.85%;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 16px;
  margin-right: 22px;
  color: #666666;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  line-height: 15px;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target span {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target span:hover,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target span:focus,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target span:active {
  border-bottom: 2px solid #cccccc;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:after {
  right: 15px !important;
}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:hover *,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:focus *,
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:active * {
  color: #000000;
}
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #000000;
}
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target span,
.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target span {
  border-bottom: 2px solid #ea693f;
}
.ubermenu-main .ubermenu-submenu-type-flyout > .ubermenu-item {
  min-width: 220px !important;
}
.ubermenu-main .ubermenu-submenu-type-flyout .ubermenu-current_page_item > .ubermenu-target,
.ubermenu-main .ubermenu-submenu-type-flyout .ubermenu-current_page_parent > .ubermenu-target {
  color: #ea693f !important;
}
.ubermenu-main .ubermenu-submenu-type-mega .ubermenu-current_page_item > .ubermenu-target,
.ubermenu-main .ubermenu-submenu-type-mega .ubermenu-current_page_parent > .ubermenu-target {
  color: #ea693f;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu {
  background-color: #2a272e;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-type-flyout {
  border-left: 2px solid #252329;
  top: 1px;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega {
  padding: 40px 50px;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  margin-top: 0;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  padding-top: 0;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column > .ubermenu-submenu > .ubermenu-column,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget > .ubermenu-submenu > .ubermenu-column {
  padding: 0;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-header > .ubermenu-target,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-header > .ubermenu-target {
  text-transform: uppercase;
  font-weight: 600;
  cursor: default;
  color: #7f7d82 !important;
  padding: 0;
  line-height: 40px;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:active,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-header > .ubermenu-target .ubermenu-target-title:active {
  color: inherit !important;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-normal,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-normal {
  border-bottom: 1px solid #353239;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-normal .ubermenu-target,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-normal .ubermenu-target {
  padding: 0px;
  line-height: 50px;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-item-normal:last-child,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-item-normal:last-child {
  border-bottom: none;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-submenu-type-stack,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-submenu-type-stack {
  color: #FFFFFF;
  padding: 0;
  padding-bottom: 10px;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-column .ubermenu-submenu-type-stack:last-child,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget .ubermenu-submenu-type-stack:last-child {
  padding-bottom: 0;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-mega .ubermenu-row .ubermenu-widget {
  width: 100%;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout li {
  border-bottom: 1px solid #353239;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout li:last-child {
  border-bottom: none;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target {
  color: #FFFFFF;
  padding: 15px 20px;
  -webkit-transition: background .2s ease, color .2s ease;
  transition: background .2s ease, color .2s ease;
  line-height: 1.428571429;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:after {
  color: #7f7d82;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:active {
  color: #ea693f;
}
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:hover *:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:focus *:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:active *:hover,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:hover *:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:focus *:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:active *:focus,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:hover *:active,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:focus *:active,
.ubermenu-main.ubermenu-skin-none .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-target:active *:active {
  color: #ea693f !important;
}
@media (max-width: 767px) {
  .videoSection .innerVideo,
  .videoSection .fallbackVideo {
    display: none !important;
  }
  .videoSection .flexslider {
    background: #453951;
    min-height: 0 !important;
  }
  .videoSection .flexslider li {
    min-height: 0 !important;
  }
  .videoSection .flexslider li .inner {
    padding-top: 37px;
    padding-bottom: 50px;
  }
}
.navbar-default .navbar-nav > li > a:focus {
  color: #fff !important;
}
blockquote p.psmall {
  font-size: inherit;
  line-height: inherit;
}
/*Faq header bottom padding*/
h2.big {
  padding-bottom: 40px;
}
