@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,700,800,400,400italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,800);
@import url(http://fonts.googleapis.com/css?family=PT+Sans);
/*
** Table Of Contents

**bootstrap overrides
**vertical margins and paddings
**general styles
**utilites
**styled lists
**icons
**buttons 
**common sections styles
**light section
**grey section
**dark sections
**color section
**boxed layout
**template styles
**main menu (min 768px) styles
**main menu mobile styles
**blog
**widgets
**shortcodes
**plugins
  - Owl Carousel
  - FlexSlider
  - prettyPhoto
  - Easy pieChart
  - toTop
  - Isotope Portfolio

*/
/*
**bootstrap overrides
*/
/*breadcrumbs*/
.breadcrumb {
  margin: 5px 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: inherit; }

.breadcrumb > .active {
  color: inherit;
  opacity: 0.9; }

.breadcrumb > li + li:before {
  color: inherit;
  padding: 0 22px; }

/*pagination*/
.pagination > li > a, .pagination > li > span {
  text-align: center;
  padding: 9px 0;
  border-color: #4d4d4d;
  color: #4d4d4d;
  border-width: 1px;
  margin-left: 10px;
  min-width: 40px;
  max-width: 40px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }

.pagination > li:first-child > a, .pagination > li:first-child > span {
  border-radius: 0px;
  padding: 8px 0; }

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0px;
  padding: 8px 0;
  color: #4d4d4d; }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #de3c2f;
  border-color: #de3c2f;
  color: #ffffff; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #ffffff; }

/*forms*/
.form-control {
  height: 40px;
  border-color: #f2f2f2;
  background-color: #ffffff;
  border-radius: 0;
  color: #000000;
  padding-left: 30px;
  padding-right: 40px;
  font-size: 16px;
  font-style: italic; }

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.form-control.invalid {
  -webkit-box-shadow: 0 0 0 2px #de3c2f;
  box-shadow: 0 0 0 2px #de3c2f; }

.form-control:focus {
  border-color: #b2b2b2;
  color: #b2b2b2; }

.form-control:-moz-placeholder {
  color: #b2b2b2;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #b2b2b2; }

.form-control::-webkit-input-placeholder {
  color: #b2b2b2; }

.form-control:focus:-moz-placeholder {
  color: transparent;
  opacity: 1; }

.form-control:focus::-moz-placeholder {
  color: transparent;
  opacity: 1; }

.form-control:focus:-ms-input-placeholder {
  color: transparent; }

.form-control:focus::-webkit-input-placeholder {
  color: transparent; }

/*icons for forms */
form label + [class*="icon-"] {
  position: absolute;
  font-size: 16px;
  color: #4d4d4d;
  left: 20px;
  top: 20px; }

form label + [class*="icon-"] + .form-control {
  padding-left: 50px; }

.form-control + [class*="icon-"] {
  position: absolute;
  font-size: 24px;
  right: 20px;
  top: 7px;
  color: #de3c2f; }

/*carousel*/
.carousel {
  overflow: hidden; }

.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-width: 2px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }

.carousel-indicators li:hover {
  opacity: 0.8; }

.carousel-indicators .active {
  border-color: #de3c2f;
  width: 14px;
  height: 14px;
  background-color: transparent; }

.carousel-control {
  border: 1px solid #ffffff;
  color: #ffffff !important;
  border-radius: 0px;
  width: 50px;
  height: 50px;
  left: -50px;
  top: 50%;
  margin-top: -25px;
  text-shadow: none;
  opacity: 1;
  background-image: none !important;
  filter: alpha(opacity=100); }

.carousel-control.right {
  right: -50px; }

.carousel:hover .carousel-control {
  left: 50px; }

.carousel:hover .carousel-control.right {
  left: auto;
  right: 50px; }

.carousel-control span {
  font-family: 'fontello' !important;
  width: 50px !important;
  height: 50px !important;
  margin: 0 !important;
  font-size: 16px !important;
  left: 0 !important;
  top: 0 !important;
  line-height: 50px !important; }

.carousel-control .icon-prev:before {
  content: '\e801'; }

.carousel-control .icon-next:before {
  content: '\e80a'; }

/*collapse accordion*/
.panel-heading .panel-title {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  position: relative; }
.panel-heading .panel-title > a {
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
  padding: 12px 50px 10px 30px;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  word-wrap: break-word; }
.panel-heading .panel-title > a.collapsed:hover, .panel-heading .panel-title > a:hover {
  color: #de3c2f; }
.panel-heading .panel-title > a:after {
  color: #ffffff;
  font-family: 'fontello';
  content: '\e800';
  position: absolute;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background-color: #de3c2f;
  letter-spacing: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }
.panel-heading .panel-title > a.collapsed:after {
  content: '\e80a'; }
.panel-heading .panel-title > a:hover:after {
  color: #4d4d4d; }

.panel {
  box-shadow: none; }

.panel-group .panel {
  border-radius: 0;
  background-color: transparent; }

.panel-default > .panel-heading {
  background-color: transparent;
  color: inherit;
  position: relative;
  border: none;
  border-radius: 0;
  padding: 0; }

.panel-default {
  border-color: transparent; }

.panel-group .panel + .panel {
  margin-top: 8px; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  padding: 23px 30px 30px;
  margin-top: -3px;
  border: none;
  border-radius: 0px; }

/*progress bars*/
p + .progress {
  margin-top: -10px; }

.progress {
  overflow: visible;
  height: 10px;
  position: relative;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none; }

.progress-bar {
  background-color: #de3c2f;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 10px; }

.progress-bar span {
  position: relative;
  color: #ffffff;
  top: -5px;
  font-size: 0.9em;
  display: none; }

.alert {
  border-radius: 0;
  border-width: 1px; }

.media-right, .media > .pull-right {
  padding-left: 20px; }

.media-left, .media > .pull-left {
  padding-right: 20px; }

/*nav*/
.nav > li > a {
  color: inherit; }

.nav > li > a:hover, .nav > li > a:focus {
  background-color: inherit; }

/*tabs*/
.tab-content {
  border-radius: 0 0 0 0;
  padding: 30px 40px;
  border: 1px solid rgba(0, 0, 0, 0.05); }
  .tab-content.no-border {
    padding: 0;
    border: none;
    background-color: transparent !important; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid rgba(0, 0, 0, 0.05); }

.nav-tabs {
  border-bottom-color: transparent;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  padding: 9px 24px;
  margin-right: 2px;
  margin-top: 0px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border-bottom-color: #ffffff;
  background-color: transparent;
  color: #4d4d4d; }

/*bs buttons*/
.btn {
  padding: 18px 30px;
  text-transform: uppercase;
  margin: 0 2px 6px 0;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

li.media:before, li.media:after {
  display: block;
  content: '';
  clear: both; }

/*
**vertical margins and paddings
*/
section > [class*="container"] {
  padding-top: 100px;
  padding-bottom: 100px; }

footer > [class*="container"] {
  padding-top: 50px;
  padding-bottom: 50px; }

#contact + footer > [class*="container"] {
  padding-top: 75px; }

/*same top and bottom paddings for sections*/
.section_padding_0 > [class*="container"] {
  padding-top: 0;
  padding-bottom: 0; }

.section_padding_15 > [class*="container"] {
  padding-top: 15px;
  padding-bottom: 15px; }

.section_padding_25 > [class*="container"] {
  padding-top: 25px;
  padding-bottom: 25px; }

.section_padding_50 > [class*="container"] {
  padding-top: 50px;
  padding-bottom: 50px; }

.section_padding_75 > [class*="container"] {
  padding-top: 75px;
  padding-bottom: 75px; }

/*top paddings for sections*/
.section_padding_top_0 > [class*="container"] {
  padding-top: 0; }

.section_padding_top_25 > [class*="container"] {
  padding-top: 25px; }

.section_padding_top_50 > [class*="container"] {
  padding-top: 50px; }

.section_padding_top_75 > [class*="container"] {
  padding-top: 75px; }

/*bottom paddings for sections*/
.section_padding_bottom_0 > [class*="container"] {
  padding-bottom: 0; }

.section_padding_bottom_25 > [class*="container"] {
  padding-bottom: 25px; }

.section_padding_bottom_50 > [class*="container"] {
  padding-bottom: 50px; }

.section_padding_bottom_75 > [class*="container"] {
  padding-bottom: 75px; }

/* margins inside sections */
.row .row + .row {
  margin-top: 30px; }

section > [class*="container"] > .row > [class*="col-"], footer > [class*="container"] > .row > [class*="col-"] {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (max-width: 991px) {
  [class*="col-md-"] + [class*="col-md-"] {
    margin-top: 30px !important; }
  [class*="col-md-"] + [class*="col-md-"][class*="col-sm-"] {
    margin-top: 15px !important; } }

@media (max-width: 767px) {
  [class*="col-sm-"] + [class*="col-sm-"] {
    margin-top: 30px !important; } }

[class*="_0"] > [class*="container"] > .row > [class*="col-"] {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

[class*="_0"] > [class*="container"] > .row > [class*="col-"] {
  margin-bottom: 0; }

[class*="_0"] > [class*="container"] > .row > [class*="col-"] {
  margin-top: 0; }

/* vertical alignmetn in columns */
.table_section [class*="container"] {
  height: 100%; }

.table_section .row {
  display: table;
  min-width: 100%;
  height: 100%; }

.table_section [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media screen and (max-width: 767px) {
  .table_section .row, .table_section [class*="col-"] {
    display: block;
    width: auto; }
  [class*="col-xs"] + [class*="col-xs"] {
    margin-top: 0 !important; } }

@media screen and (max-width: 991px) {
  .table_section.table_section_md .row, .table_section.table_section_md [class*="col-"] {
    display: block;
    width: auto; } }

@media (max-width: 767px) {
  .container {
    max-width: 500px; } }

/*
**general styles
*/
html {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: visible; }

::selection {
  color: #ffffff;
  background-color: #de3c2f; }

::-moz-selection {
  color: #ffffff;
  background-color: #de3c2f; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  background-color: #ffffff;
  overflow: visible;
  overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-family: 'Raleway', sans-serif;
  font-weight: 300; }

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 800; }

p {
  margin-bottom: 15px; }

blockquote {
  font-size: 20px;
  position: relative;
  margin: 20px 0;
  padding: 27px 20px 29px 98px;
  line-height: 1.57;
  color: #4d4d4d;
  border: 1px solid #f2f2f2;
  font-style: italic; }

blockquote:before, blockquote:after {
  font-family: 'PT Sans', sans-serif;
  font-size: 100px;
  font-style: normal;
  content: '\201c';
  color: #de3c2f;
  position: absolute;
  left: 46px;
  top: 0; }

@media (max-width: 600px) {
  blockquote {
    padding-left: 58px; }
  blockquote:before, blockquote:after {
    left: 14px; } }

.blockquote-big {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-style: normal;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  color: #4d4d4d;
  padding: 30px 40px;
  border: none; }
  @media (max-width: 767px) {
    .blockquote-big {
      font-size: 20px;
      max-width: 100%; } }
  .blockquote-big h3 {
    font-size: 16px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: inherit;
    margin-top: 30px; }
  .blockquote-big:after {
    left: auto;
    right: 0;
    top: 0px;
    content: '\201d'; }
  .blockquote-big:before {
    top: 4px;
    left: 0; }

img {
  max-width: 100%; }

strong {
  font-weight: 800; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a:hover {
  color: #b2b2b2;
  text-decoration: none;
  -webkit-transition: all 0.15s linear 0s;
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -ms-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s; }

a:focus {
  outline: medium none;
  text-decoration: none; }

a img {
  -webkit-transition: all 0.15s ease-in-out 0s;
  -moz-transition: all 0.15s ease-in-out 0s;
  -o-transition: all 0.15s ease-in-out 0s;
  -ms-transition: all 0.15s ease-in-out 0s;
  transition: all 0.15s ease-in-out 0s; }

iframe {
  border: none;
  max-width: 100%; }

input[type='number'] {
  -moz-appearance: textfield; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

/*
**utilites
*/
.alignleft {
  float: left;
  margin: 5px 30px 15px 0;
  max-width: 50%; }

.round {
  border-radius: 50%; }

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

.with_background {
  padding: 40px;
  background-color: #f5f5f5; }

.with_border {
  padding: 40px;
  border: 1px solid #f2f2f2; }

.before_cover > *, .after_cover > * {
  position: relative; }

.before_cover:before, .after_cover:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#response, .highlight {
  color: #de3c2f;
  border-color: #de3c2f; }

.highlight2 {
  color: #319ed6;
  border-color: #319ed6; }

.black {
  color: #000000;
  border-color: #000000; }

.grey {
  color: #4d4d4d;
  border-color: #4d4d4d; }

.thin {
  font-weight: 300; }

[class*="_bg_color"] {
  color: #ffffff; }
  [class*="_bg_color"] h1, [class*="_bg_color"] h2, [class*="_bg_color"] h3, [class*="_bg_color"] h4, [class*="_bg_color"] h5, [class*="_bg_color"] h6 {
    color: #ffffff; }

.light_bg_color {
  background-color: #ffffff; }

.main_bg_color {
  background-color: #de3c2f; }

.dark_bg_color {
  background-color: #000000; }

.darkgrey_bg_color {
  background-color: #4d4d4d; }

/*dividers*/
.divider_20 {
  margin: 20px 0; }

.divider_40 {
  margin: 40px 0; }

.topmargin_0 {
  margin-top: 0; }

.topmargin_10 {
  margin-top: 10px; }

.topmargin_30 {
  margin-top: 30px; }

.topmargin_40 {
  margin-top: 40px; }

.margin_0 {
  margin: 0; }

/*alignment*/
.display_table {
  display: table;
  min-width: 100%;
  height: 100%;
  margin: auto; }

.display_table_cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
  overflow: hidden;
  zoom: 1; }

.columns_padding_0 [class*="col-"] {
  padding: 0; }

.not_found {
  font-size: 300px;
  font-weight: 700;
  line-height: 1; }
  .not_found + h2 {
    text-transform: uppercase; }

@media (min-width: 992px) {
  .text-md-right {
    text-align: right; }
  .display_table_md {
    display: table;
    min-width: 100%;
    height: 100%;
    margin: auto; }
  .display_table_cell_md {
    display: table-cell;
    vertical-align: middle;
    float: none;
    overflow: hidden;
    zoom: 1; } }

@media (min-width: 768px) {
  .text-sm-right {
    text-align: right; }
  .display_table_sm {
    display: table;
    min-width: 100%;
    height: 100%;
    margin: auto; }
  .display_table_cell_sm {
    display: table-cell;
    vertical-align: middle;
    float: none;
    overflow: hidden;
    zoom: 1; } }

@media (max-width: 991px) {
  .text-md-center {
    text-align: center !important; } }

@media (max-width: 767px) {
  .not_found {
    font-size: 130px; }
  .text-xs-center {
    text-align: center !important; } }

/*
**styled lists
*/
ul.list1 {
  list-style: none;
  color: #4d4d4d;
  padding: 0;
  margin: 30px 0; }

ul.list1 li {
  position: relative;
  padding: 9px 0 10px 40px; }

ul.list1 li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

ul.list1 li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

ul.list1 li:before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #de3c2f;
  left: 10px;
  top: 22px;
  width: 10px;
  height: 10px;
  border-radius: 50%; }

ul.list2 {
  list-style: none;
  padding-left: 20px !important; }

ul.list2 li {
  position: relative;
  padding: 8px 0 8px; }

ul.list2 li:before {
  font-family: 'fontello';
  content: '\e82c';
  font-size: 28px;
  color: #de3c2f;
  display: block;
  position: absolute;
  left: -18px; }

ol.list3 {
  counter-reset: li;
  list-style: none outside none;
  padding: 0; }

ol.list3 li {
  position: relative;
  padding: 8px 0 8px 38px; }

ol.list3 li:after {
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -16px;
  font-weight: 700;
  color: inherit;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  background-color: #de3c2f;
  border-radius: 100%; }

/*
**icons
*/
a[class^="socialico-"] {
  font-size: 0px !important;
  display: inline-block;
  position: relative;
  padding-right: 29px;
  vertical-align: top;
  margin-right: 5px;
  opacity: 0.3; }
  a[class^="socialico-"]:hover {
    opacity: 1; }

a[class^="socialico-"]:before {
  display: inline-block;
  text-indent: 0;
  overflow: hidden;
  font-family: 'socialicoregular';
  font-size: 24px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 1px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  margin: 0;
  color: #4d4d4d;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s; }

a[class^="socialico-"]:hover:before {
  color: #de3c2f !important;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -moz-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  -ms-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s; }

/*colors for used social icons*/
a.socialico-facebook:hover:before, a.color-icon.socialico-facebook:before {
  color: #507cbe !important; }

a.socialico-twitter:hover:before, a.color-icon.socialico-twitter:before {
  color: #00abef !important; }

a.socialico-flickr:hover:before, a.color-icon.socialico-flickr:before {
  color: #ff0084 !important; }

a.socialico-google:hover:before, a.color-icon.socialico-google:before {
  color: #cb4437 !important; }

a.socialico-linkedin:hover:before, a.color-icon.socialico-linkedin:before {
  color: #00649b !important; }

a.socialico-dribble:hover:before, a.color-icon.socialico-dribble:before {
  color: #f76799 !important; }

a.socialico-pint:hover:before, a.color-icon.socialico-pint:before {
  color: #00bdec !important; }

a.socialico-skype:hover:before, a.color-icon.socialico-skype:before {
  color: #17b3ee !important; }

a.color-icon:hover:before {
  opacity: 0.6; }

h1 > [class*="rt-icon-"], h2 > [class*="rt-icon-"], h3 > [class*="rt-icon-"], h4 > [class*="rt-icon-"], h5 > [class*="rt-icon-"], h6 > [class*="rt-icon-"] {
  font-size: 1.2em;
  position: relative;
  top: .1em;
  line-height: 0;
  padding-right: 0.1em; }

p > [class*="rt-icon-"] {
  font-size: 1.1em;
  position: relative;
  top: .1em;
  line-height: 0;
  padding-right: 0.45em; }
  p > [class*="rt-icon-"] + [class*="rt-icon-"] {
    margin-left: -0.75em; }

a > [class*="rt-icon-"], .theme_button > [class*="rt-icon-"] {
  font-size: 1.4em;
  line-height: 0;
  position: relative;
  top: 3px;
  padding: 4px; }

.theme_button > [class*="glyphicon"], .theme_button > [class*="fa-"] {
  padding: 0 17px;
  font-size: 1.5em;
  line-height: 0.2;
  position: relative;
  top: 3px; }

/* 
**buttons 
*/
.theme_button {
  font-size: 14px;
  letter-spacing: 0.25em;
  font-weight: 400;
  padding: 12px 28px;
  margin-bottom: 4px;
  line-height: 1;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  border: 1px solid #de3c2f;
  background-color: #de3c2f;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  -webkit-transition: all 0.4s linear 0s;
  -moz-transition: all 0.4s linear 0s;
  -o-transition: all 0.4s linear 0s;
  -ms-transition: all 0.4s linear 0s;
  transition: all 0.4s linear 0s; }

.theme_button:active, .theme_button:hover, .theme_button:focus {
  color: #ffffff;
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  opacity: 1;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s; }

.theme_button:active {
  top: 1px; }

.theme_button.inverse {
  color: #4d4d4d;
  background-color: transparent;
  border: 1px solid #4d4d4d; }

.block_button {
  display: block;
  width: 100%;
  text-align: center; }

/*
**common sections styles
*/
/*parallax*/
.parallax {
  background-attachment: fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-transition: all .15s ease !important;
  -moz-transition: all .15s ease !important;
  -o-transition: all .15s ease !important;
  -ms-transition: all .15s ease !important;
  transition: all .15s ease !important;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative; }

@media (max-width: 767px) {
  .parallax {
    -webkit-background-size: auto auto !important;
    -moz-background-size: auto auto !important;
    -o-background-size: auto auto !important;
    background-size: auto auto !important; } }

.parallax:before, .parallax:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8; }

.parallax.light_section:after {
  background-color: #ffffff;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=92)";
  filter: alpha(opacity=92);
  opacity: 0.92; }

.parallax.grey_section:after {
  background-color: #ffffff;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=93)";
  filter: alpha(opacity=93);
  opacity: 0.93; }

.parallax.color_section:after {
  background-color: #de3c2f;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  opacity: 0.9; }

.parallax.color_section.main_color2:after {
  background-color: #319ed6; }

.parallax.dark_section:before {
  background-color: #444;
  opacity: 0.85; }

.parallax.dark_section:after {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=0.2);
  opacity: 0.20; }

.parallax.darkgrey_section:before {
  background-color: #444;
  opacity: 0.85; }

.parallax.darkgrey_section:after {
  opacity: 0.1; }

.parallax [class*="container"], .radial_gradient [class*="container"], .gradient [class*="container"], .diagonal_section [class*="container"] {
  z-index: 4;
  position: relative; }

.radial_gradient {
  position: relative;
  overflow: hidden; }

.gradient {
  position: relative; }

#mainslider .slides li:before, #mainslider .slides li:after, .gradient:before, .gradient:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3; }

#mainslider .slides li:after, .parallax.dark_section:after, .parallax.darkgrey_section:after, .gradient:before, .gallery-image-links:before, .blog-item:hover:before, .dark_gradient:before {
  background: #20bbe9;
  background: -moz-linear-gradient(left, #319ed6 0%, #de3c2f 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #319ed6), color-stop(100%, #de3c2f));
  background: -webkit-linear-gradient(left, #319ed6 0%, #de3c2f 100%);
  background: -o-linear-gradient(left, #319ed6 0%, #de3c2f 100%);
  background: -ms-linear-gradient(left, #319ed6 0%, #de3c2f 100%);
  background: linear-gradient(to right, #319ed6 0%, #de3c2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor2', endColorstr='$mainColor',GradientType=1 ); }

.gradient:after {
  background-image: url(../img/background_section.png);
  opacity: 0.5; }

.gradient.darkgrey_section:after, .gradient.dark_section:after {
  background: #323232; }

.with_background_image {
  background-image: url(../img/background_section.png); }

.with_top_border, .with_bottom_border {
  position: relative; }

.with_top_border:before, .with_bottom_border:after {
  content: '';
  display: block;
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  background-color: #f2f2f2; }

.with_bottom_border:after {
  top: auto;
  bottom: 0; }

.bg_image {
  background-image: url(../img/background_section.png); }

.section_header {
  margin: 0 0 10px;
  font-size: 60px;
  position: relative;
  word-wrap: break-word;
  text-transform: uppercase; }
  .section_header.big {
    text-transform: uppercase;
    font-size: 100px;
    margin-bottom: 30px; }
  .section_header.small {
    font-size: 30px; }

.section_header.page-title {
  font-size: 48px; }

.section_header + h3 {
  margin: -22px 0 44px;
  font-size: 30px;
  font-weight: 300; }

.section_header + p {
  font-size: 22px; }

.section_header.big + p {
  font-size: 30px;
  margin-bottom: 30px; }

.text-center .section_header + p, .section_header.text-center + p {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.section_header + blockquote {
  font-size: 16px;
  max-width: 60%;
  margin: 50px auto 44px;
  border: none;
  background-color: transparent;
  padding: 0 40px; }

.section_header + blockquote:before, .section_header + blockquote:after {
  font-style: normal;
  font-family: 'fontello';
  content: '\e808';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 30px;
  color: #de3c2f; }

.section_header + blockquote:after {
  content: '\e809';
  left: auto;
  right: 0; }

@media (max-width: 991px) {
  .section_header {
    font-size: 50px;
    margin-top: 0; }
  .section_header + blockquote, .section_header + p {
    max-width: 100% !important; } }

@media (max-width: 767px) {
  .section_header {
    font-size: 30px;
    margin-top: 0; }
  .section_header.big {
    font-size: 36px;
    margin-top: 0; }
  .section_header + blockquote, .section_header + p {
    max-width: 100% !important; } }

/*page preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: 13000;
  height: 100%; }

.preloader_image {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
  margin: -40px 0 0 -40px; }

/**light section*/
.light_section {
  background-color: #ffffff;
  color: #b2b2b2; }
  .light_section.bg_image {
    color: #4d4d4d; }
  .light_section h1, .light_section h2, .light_section h3, .light_section h4, .light_section h5, .light_section h6 {
    color: #4d4d4d; }
    .light_section h1 a, .light_section h2 a, .light_section h3 a, .light_section h4 a, .light_section h5 a, .light_section h6 a {
      color: inherit; }
      .light_section h1 a:hover, .light_section h2 a:hover, .light_section h3 a:hover, .light_section h4 a:hover, .light_section h5 a:hover, .light_section h6 a:hover {
        color: #de3c2f; }
  .light_section a {
    color: #de3c2f; }
    .light_section a:hover {
      color: #b2b2b2; }
  .light_section .theme_button {
    color: #ffffff; }
    .light_section .theme_button:hover, .light_section .theme_button:focus {
      color: #ffffff;
      background-color: #4d4d4d;
      border-color: #4d4d4d; }
  .light_section .theme_button.inverse {
    color: #4d4d4d; }
    .light_section .theme_button.inverse:hover, .light_section .theme_button.inverse:focus {
      border-color: #4d4d4d;
      background-color: #4d4d4d;
      color: #ffffff; }
  .light_section .widget_tag_cloud a:hover {
    color: #de3c2f; }

/**grey section*/
.grey_section {
  background-color: #E2E5EA;
  color: #a5a5a5; }
  .grey_section h1, .grey_section h2, .grey_section h3, .grey_section h4, .grey_section h5, .grey_section h6 {
    color: #454545; }
    .grey_section h1 a, .grey_section h2 a, .grey_section h3 a, .grey_section h4 a, .grey_section h5 a, .grey_section h6 a {
      color: inherit; }
      .grey_section h1 a:hover, .grey_section h2 a:hover, .grey_section h3 a:hover, .grey_section h4 a:hover, .grey_section h5 a:hover, .grey_section h6 a:hover {
        color: #de3c2f; }
  .grey_section a {
    color: #de3c2f; }
    .grey_section a:hover {
      color: #4d4d4d; }
  .grey_section .theme_button {
    color: #ffffff;
    border-color: #de3c2f; }
    .grey_section .theme_button:hover, .grey_section .theme_button:focus {
      color: #ffffff;
      border-color: #4d4d4d;
      background-color: #4d4d4d; }
  .grey_section .theme_button.inverse {
    border-color: #4d4d4d;
    color: #4d4d4d; }
    .grey_section .theme_button.inverse:hover, .grey_section .theme_button.inverse:focus {
      background-color: #4d4d4d;
      border-color: #4d4d4d;
      color: #ffffff; }
  .grey_section .form-control {
    border-color: #ffffff; }
  .grey_section .post {
    background-color: #ffffff;
    color: #b2b2b2; }
    .grey_section .post a:hover {
      color: #4d4d4d; }
    .grey_section .post .entry-title a {
      color: #4d4d4d; }
      .grey_section .post .entry-title a:hover {
        color: #de3c2f; }

/**common dark sections*/
[class*="dark"] {
  /* blog */
  /* single blog post */
  /* shortcodes */ }
  [class*="dark"] h1, [class*="dark"] h2, [class*="dark"] h3, [class*="dark"] h4, [class*="dark"] h5, [class*="dark"] h6 {
    color: #ffffff; }
    [class*="dark"] h1 a, [class*="dark"] h2 a, [class*="dark"] h3 a, [class*="dark"] h4 a, [class*="dark"] h5 a, [class*="dark"] h6 a {
      color: #ffffff; }
      [class*="dark"] h1 a:hover, [class*="dark"] h2 a:hover, [class*="dark"] h3 a:hover, [class*="dark"] h4 a:hover, [class*="dark"] h5 a:hover, [class*="dark"] h6 a:hover {
        color: #de3c2f; }
  [class*="dark"] a {
    color: #de3c2f; }
    [class*="dark"] a:hover {
      color: #ffffff; }
  [class*="dark"] hr {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] blockquote, [class*="dark"] .blockquote {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .theme_button {
    border-color: #de3c2f;
    background-color: #de3c2f;
    color: #ffffff; }
    [class*="dark"] .theme_button:hover, [class*="dark"] .theme_button:focus {
      background-color: #ffffff;
      border-color: #ffffff;
      color: #4d4d4d; }
  [class*="dark"] .theme_button.inverse {
    border-color: #ffffff;
    background-color: transparent;
    color: #ffffff; }
    [class*="dark"] .theme_button.inverse:hover, [class*="dark"] .theme_button.inverse:focus {
      background-color: #ffffff;
      color: #4d4d4d; }
  [class*="dark"] .with_background {
    background-color: rgba(255, 255, 255, 0.06); }
  [class*="dark"] .with_border {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .grey, [class*="dark"] .black {
    color: #ffffff;
    border-color: #ffffff; }
  [class*="dark"].with_top_border:before, [class*="dark"].with_bottom_border:after {
    background-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .section_header + p {
    color: inherit; }
  [class*="dark"] .form-control {
    color: #b2b2b2; }
  [class*="dark"] .contact-form.transparent-background .form-control {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .border-paragraphs p {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15) !important; }
  [class*="dark"] .table-bordered, [class*="dark"] .table th, [class*="dark"] .table td {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .table-striped > tbody > tr:nth-child(odd), [class*="dark"] .table-striped > tbody > tr:nth-child(odd) > td, [class*="dark"] .table-striped > tbody > tr:nth-child(odd) > th {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: rgba(255, 255, 255, 0.06); }
  [class*="dark"] a[class^="socialico-"]:before {
    color: #ffffff; }
  [class*="dark"] .tab-content {
    background-color: rgba(255, 255, 255, 0.06); }
  [class*="dark"] .tab-content, [class*="dark"] .nav-tabs > li > a {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .nav-tabs > li.active > a, [class*="dark"] .nav-tabs > li.active > a:hover, [class*="dark"] .nav-tabs > li.active > a:focus {
    border-color: rgba(255, 255, 255, 0.15);
    border-bottom-color: transparent;
    background-color: rgba(255, 255, 255, 0.06);
    color: #ffffff; }
  [class*="dark"] .vertical-tabs .nav > li > a {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .vertical-tabs .nav > li.active a {
    background-color: rgba(255, 255, 255, 0.06);
    color: #ffffff; }
  [class*="dark"] .vertical-tabs .nav > li.active a:after, [class*="dark"] .vertical-tabs .nav > li.active a:before {
    display: none; }
  [class*="dark"] #isotope_filters a, [class*="dark"] .filters a {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .price-table {
    border-color: rgba(255, 255, 255, 0.15);
    outline-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .price-table.style2 {
    background-color: rgba(255, 255, 255, 0.06); }
  [class*="dark"] .plan-name {
    background-color: rgba(255, 255, 255, 0.06); }
  [class*="dark"] .plan-price p {
    color: #ffffff; }
  [class*="dark"] .features-list .disabled:before {
    color: #ffffff; }
  [class*="dark"] ul.list1 {
    color: #ffffff; }
  [class*="dark"] ul.list1 li {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .post {
    background-color: #ffffff;
    color: #b2b2b2; }
    [class*="dark"] .post a:hover {
      color: #4d4d4d; }
    [class*="dark"] .post .entry-title a {
      color: #4d4d4d; }
      [class*="dark"] .post .entry-title a:hover {
        color: #de3c2f; }
    [class*="dark"] .post.with-share-buttons:after {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 40px;
      background-color: #4d4d4d; }
    [class*="dark"] .post .theme_button {
      border-color: #4d4d4d;
      color: #4d4d4d;
      margin-bottom: -2px; }
      [class*="dark"] .post .theme_button:hover {
        background-color: #de3c2f;
        border-color: #de3c2f;
        color: #ffffff; }
  [class*="dark"].blog-single .post {
    background-color: transparent; }
    [class*="dark"].blog-single .post .entry-header {
      color: #e2e2e2;
      border-color: rgba(255, 255, 255, 0.15); }
      [class*="dark"].blog-single .post .entry-header span {
        border-color: rgba(255, 255, 255, 0.15); }
    [class*="dark"].blog-single .post .entry-title a {
      color: inherit; }
    [class*="dark"].blog-single .post .entry-excerpt {
      color: #e2e2e2;
      border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .post-content {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .blog-grid-post-meta {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .post-share-buttons, [class*="dark"] .post-share-buttons a + a {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .upcomming-events .owl-item + .owl-item {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .testimonials-carousel .media + p {
    background-color: rgba(255, 255, 255, 0.06); }
  [class*="dark"] .side-item, [class*="dark"] .blog-item .from-blog-social {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] article.small-item .row {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] article.small-item .col-xs-6 + .col-xs-6 {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .events-grid .entry-tags span + span {
    border-color: rgba(255, 255, 255, 0.15); }
  @media (min-width: 992px) {
    [class*="dark"].blog article.post .date {
      color: inherit; } }
  [class*="dark"] .comment-meta {
    color: #ffffff; }
  [class*="dark"] .comment-list article:after {
    background-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .comment-respond {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .events-grid .entry-tags {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .widget_recent_entries li, [class*="dark"] .widget_recent_comments li, [class*="dark"] .widget_archive li, [class*="dark"] .widget_categories li, [class*="dark"] .widget_meta li, [class*="dark"] .widget_nav_menu li, [class*="dark"] .widget_pages li, [class*="dark"] .widget_popular_entries li {
    border-color: rgba(255, 255, 255, 0.15) !important; }
  [class*="dark"] .widget_nav_menu ul ul {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .widget_popular_entries .media-heading {
    color: #ffffff; }
  [class*="dark"] .widget_recent_comments li:before, [class*="dark"] .widget_recent_entries li:before {
    color: #ffffff; }
  [class*="dark"] .widget_recent_entries a:before, [class*="dark"] .widget_archive a:before, [class*="dark"] .widget_categories a:before, [class*="dark"] .widget_meta a:before, [class*="dark"] .widget_nav_menu a:before, [class*="dark"] .widget_pages a:before {
    color: #ffffff; }
  [class*="dark"] .tweet_list li + li .tweet_right {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .widget_tag_cloud a {
    color: #ffffff; }
    [class*="dark"] .widget_tag_cloud a:hover {
      color: #de3c2f; }
  [class*="dark"] #calendar_wrap {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .widget_calendar tfoot td a {
    border-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .widget_calendar caption, [class*="dark"] .widget_calendar thead, [class*="dark"] .widget_calendar th {
    color: #ffffff; }
  [class*="dark"] .widget_calendar tbody td a:hover {
    color: #ffffff; }
  [class*="dark"] aside .widget a {
    color: #ffffff; }
  [class*="dark"] .pagination > li > a, [class*="dark"] .pagination > li > span {
    border-color: #ffffff;
    color: #ffffff;
    background-color: transparent; }
  [class*="dark"] .pagination > li > a:hover, [class*="dark"] .pagination > li > span:hover, [class*="dark"] .pagination > li > a:focus, [class*="dark"] .pagination > li > span:focus, [class*="dark"] .pagination > .active > a, [class*="dark"] .pagination > .active > span, [class*="dark"] .pagination > .active > a:hover, [class*="dark"] .pagination > .active > span:hover, [class*="dark"] .pagination > .active > a:focus, [class*="dark"] .pagination > .active > span:focus {
    border-color: #319ed6;
    background-color: #319ed6;
    color: #ffffff; }
  [class*="dark"] .thumbnail {
    background-color: transparent; }
    [class*="dark"] .thumbnail h3 a {
      color: #ffffff; }
  [class*="dark"] .thumbnail .caption {
    border-color: rgba(255, 255, 255, 0.15);
    background-color: transparent; }
  [class*="dark"] .progress {
    background-color: rgba(255, 255, 255, 0.15); }
  [class*="dark"] .panel-heading .panel-title > a {
    border-color: rgba(255, 255, 255, 0.15);
    color: #ffffff; }
  [class*="dark"] .panel-heading .panel-title > a.collapsed:hover, [class*="dark"] .panel-heading .panel-title > a:hover {
    background-color: #ffffff;
    color: #4d4d4d; }
  [class*="dark"] .entry-meta .comments-link a {
    color: #ffffff; }
  [class*="dark"] .team-item, [class*="dark"] .social-icons {
    border-color: rgba(255, 255, 255, 0.15) !important; }
  [class*="dark"] .contact-form .theme_button {
    border-color: #4d4d4d;
    color: #4d4d4d; }
    [class*="dark"] .contact-form .theme_button:hover {
      background-color: #de3c2f;
      border-color: #de3c2f;
      color: #ffffff; }

/**dark section*/
.dark_section {
  background-color: #363636;
  color: #e2e2e2; }

/**darkgrey section*/
.darkgrey_section {
  background-color: #4d4d4d;
  color: #e2e2e2; }
  .darkgrey_section .section_header + p {
    color: #b2b2b2 !important; }

.darkgrey_section.darkgrey_lighter {
  background-color: #555555; }

/**color section*/
.color_section.main_color2 {
  background-color: #319ed6; }

[class*="color_"] {
  background-color: #de3c2f;
  color: #ffffff; }
  [class*="color_"] h1, [class*="color_"] h2, [class*="color_"] h3, [class*="color_"] h4, [class*="color_"] h5, [class*="color_"] h6 {
    color: #ffffff; }
    [class*="color_"] h1 a, [class*="color_"] h2 a, [class*="color_"] h3 a, [class*="color_"] h4 a, [class*="color_"] h5 a, [class*="color_"] h6 a {
      color: #ffffff; }
      [class*="color_"] h1 a:hover, [class*="color_"] h2 a:hover, [class*="color_"] h3 a:hover, [class*="color_"] h4 a:hover, [class*="color_"] h5 a:hover, [class*="color_"] h6 a:hover {
        color: #f3b8b3; }
  [class*="color_"] a {
    color: #ffffff; }
    [class*="color_"] a:hover {
      color: #f3b8b3; }
  [class*="color_"] blockquote, [class*="color_"] .blockquote {
    border-color: #e5655b; }
  [class*="color_"] .theme_button {
    border-color: #ffffff;
    background-color: #ffffff;
    color: #4d4d4d; }
    [class*="color_"] .theme_button:hover, [class*="color_"] .theme_button:focus {
      background-color: #4d4d4d;
      border-color: #4d4d4d;
      color: #ffffff; }
  [class*="color_"] .theme_button.inverse {
    background-color: transparent;
    border-color: #ffffff;
    color: #ffffff; }
    [class*="color_"] .theme_button.inverse:hover, [class*="color_"] .theme_button.inverse:focus {
      background-color: #4d4d4d;
      border-color: #4d4d4d;
      color: #ffffff; }
  [class*="color_"] .with_background {
    background-color: #e0483c; }
  [class*="color_"] .with_border {
    border-color: #e5655b; }
  [class*="color_"].with_top_border .container:before, [class*="color_"].with_bottom_border .container:after {
    background-color: #e5655b; }
  [class*="color_"] .section_header:before {
    background-color: #e5655b; }
  [class*="color_"] .black {
    border-color: #ffffff;
    color: #ffffff; }
  [class*="color_"] #response, [class*="color_"] .highlight {
    color: #4d4d4d; }
  [class*="color_"] a[class^="socialico-"]:before {
    color: #ffffff; }

/*
**boxed layout
*/
body.boxed {
  position: static;
  width: auto;
  height: auto; }

.pattern1 {
  background-image: url(../img/pattern1.png); }

.pattern2 {
  background-image: url(../img/pattern2.png); }

.pattern3 {
  background-image: url(../img/pattern3.png); }

.pattern4 {
  background-image: url(../img/pattern4.png); }

.pattern5 {
  background-image: url(../img/pattern5.png); }

.pattern6 {
  background-image: url(../img/pattern6.png); }

.pattern7 {
  background-image: url(../img/pattern7.png); }

.pattern8 {
  background-image: url(../img/pattern8.png); }

.pattern9 {
  background-image: url(../img/pattern9.png); }

.pattern10 {
  background-image: url(../img/pattern10.png); }

.pattern11 {
  background-image: url(../img/pattern11.png); }

.pattern12 {
  background-image: url(../img/pattern12.png); }

.pattern13 {
  background-image: url(../img/pattern13.png); }

.pattern14 {
  background-image: url(../img/pattern14.png); }

.pattern15 {
  background-image: url(../img/pattern15.png); }

.pattern16 {
  background-image: url(../img/pattern16.png); }

.pattern17 {
  background-image: url(../img/pattern17.png); }

.pattern18 {
  background-image: url(../img/pattern18.png); }

.pattern19 {
  background-image: url(../img/pattern19.png); }

.pattern20 {
  background-image: url(../img/pattern20.png); }

.pattern21 {
  background-image: url(../img/pattern21.png); }

.pattern22 {
  background-image: url(../img/pattern22.png); }

.pattern23 {
  background-image: url(../img/pattern23.png); }

.pattern24 {
  background-image: url(../img/pattern24.png); }

.pattern25 {
  background-image: url(../img/pattern25.png); }

.pattern26 {
  background-image: url(../img/pattern26.png); }

.pattern27 {
  background-image: url(../img/pattern27.png); }

.pattern28 {
  background-image: url(../img/pattern28.png); }

.pattern29 {
  background-image: url(../img/pattern29.png); }

.pattern30 {
  background-image: url(../img/pattern30.png); }

.boxed .container {
  max-width: 100%;
  padding-left: 50px;
  padding-right: 50px; }

.boxed #box_wrapper.container {
  padding: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
  .boxed #box_wrapper.container.top-bottom-margins {
    margin-top: 40px;
    margin-bottom: 40px; }

/*
animated elements
*/
.to_animate {
  visibility: hidden; }

.animated {
  /*IE7 fix*/
  visibility: visible !important; }

/*
**template styles
*/
#box_wrapper, #land {
  overflow: visible;
  position: relative; }

#topline {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffffff; }
  #topline .widget_search {
    max-width: 300px;
    margin: 0 auto; }
  #topline .theme_button {
    background-color: #de3c2f !important;
    top: 0;
    padding: 11px 10px;
    color: #ffffff !important;
    margin: 0; }
    #topline .theme_button:hover {
      color: #4d4d4d !important; }
  #topline [class^="rt-icon-"] {
    position: relative;
    padding-right: 0.45em;
    font-size: 1.1em;
    line-height: 0;
    top: 0.1em; }
  @media (min-width: 768px) {
    #topline span {
      padding-right: 33px; } }
  @media (max-width: 767px) {
    #topline span {
      /* display: block; */
      display: none; } }

#toplogo {
  position: relative; }

#social {
  margin: -15px 0 0 0;
  position: absolute;
  right: 0;
  top: 50%; }
  @media (max-width: 767px) {
    #social {
      padding: 10px 0 0;
      position: relative; } }
  #social a[class^="socialico-"] {
    opacity: 0.3;
    padding-right: 33px; }
    #social a[class^="socialico-"]:hover {
      opacity: 1; }

@media (min-width: 1200px) {
  #topline, #toplogo {
    padding-left: 45px;
    padding-right: 45px; }
  #social {
    right: 45px; } }

a.logo {
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #4d4d4d;
  padding: 20px 0;
  word-break: break-word; }
  a.logo strong {
    letter-spacing: 0.1em; }
  .home a.logo, footer a.logo {
    font-size: 30px; }
  footer a.logo:hover {
    color: inherit; }
  a.logo img {
    max-width: 60px; }
    .home a.logo img, footer a.logo img {
      max-width: 100%; }
  a.logo:hover {
    color: #4d4d4d; }
  @media (max-width: 500px) {
    a.logo {
      font-size: 20px !important;
      min-height: 60px !important; } }

#header_wrapper {
  background-color: #323232; }

#header {
  background-color: #323232;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }

/*flexslider mainslider styles*/
#mainslider {
  position: relative;
  font-family: "Raleway", sans-serif; }
  #mainslider li:before {
    background-color: #323232;
    opacity: 0.5; }
  #mainslider li:after {
    opacity: 0.2; }
  #mainslider .slide_description_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    text-align: center;
    z-index: 5;
    padding: 40px 0; }
  #mainslider .slide_description_wrapper:before, #mainslider .slide_description {
    display: inline-block;
    vertical-align: middle; }
  #mainslider .slide_description_wrapper:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }
  #mainslider p:first-child {
    font-size: 30px;
    margin-bottom: 20px; }
  #mainslider h3 {
    font-size: 40px;
    line-height: 0.9;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0 0 2px;
    padding: 0 0 2px; }
  #mainslider .theme_button {
    margin: 20px 0 30px; }

@media (min-width: 1200px) {
  #mainslider h3 {
    font-size: 80px; } }

@media (max-width: 767px) {
  #mainslider p:first-child {
    font-size: 14px;
    margin-bottom: 5px; }
  #mainslider h3 {
    font-size: 20px; }
  #mainslider .theme_button {
    margin-top: 5px; }
  #mainslider .flex-control-nav {
    display: none; }
  #mainslider .slide_description_wrapper {
    padding: 4px 0; } }

@media (max-width: 400px) {
  #mainslider .slide_description_wrapper {
    padding: 10px 0 0;
    position: relative; } }

#breadcrumbs h1 {
  display: inline;
  font-size: 60px; }

@media screen and (max-width: 991px) {
  #breadcrumbs h1 {
    font-size: 40px; } }

#folio {
  overflow: hidden; }

#grid [class*="col-"] {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

#contact .contact-form {
  background-color: #ffffff;
  padding: 50px 50px 40px; }
#contact .negative_margin {
  margin-bottom: -150px; }

@media (max-width: 400px) {
  #subscribe .bottom_logo img {
    display: inline-block;
    max-width: 60px; } }
#subscribe .form-control {
  width: 350px;
  max-width: 100%;
  margin: 20px auto 6px;
  display: inline-block; }

aside .widget a {
  color: #4d4d4d; }

aside .widget a:hover {
  color: #de3c2f; }

#partners-carousel {
  text-align: center;
  margin-bottom: 0; }

#related-gallery-items-carousel {
  margin-top: 30px; }

.page404 {
  background-image: url(../example/mainteam01.png); }

#donate {
  background-image: url(../example/parallax/donate.jpg); }

#progress {
  background-image: url(../example/parallax/progress.jpg); }

#blog {
  background-image: url(../example/parallax/blog.jpg); }

#team {
  background-image: url(../example/parallax/blog.jpg); }

#services {
  background: url(../example/parallax/services.jpg) no-repeat 100% 0; }

#skills {
  background: url(../example/parallax/skills.jpg) no-repeat 100% 0; }

#contact {
  background-image: url(../example/parallax/map.jpg); }

#recent .section_header {
  margin-bottom: 42px; }

#recent > img {
  z-index: 3;
  position: relative;
  right: 0; }
  @media (min-width: 768px) and (max-width: 991px) {
    #recent > img {
      position: absolute;
      top: 20%;
      max-width: 60%; } }
  @media (min-width: 992px) {
    #recent > img {
      position: absolute;
      top: -30px;
      max-width: 60%; } }

#copyright {
  font-size: 16px; }
  #copyright p {
    margin: 0; }

#map {
  height: 500px; }
  #map img {
    max-width: inherit; }
  #map h3 {
    margin-top: 0; }
  #map p {
    line-height: 1.3; }

/*
**main menu (min 768px) styles
*/
@media (min-width: 768px) {
  /* menu layout */
  .sf-menu, .sf-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sf-menu li {
    position: relative; }
  .sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    z-index: 99; }
  .sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
    display: block; }
  .sf-menu a {
    display: block;
    position: relative; }
  .sf-menu ul ul {
    top: -7px;
    left: 100%; }
  /* menu skin */
  .sf-menu {
    text-align: center; }
  .sf-menu ul {
    text-align: center;
    list-style: none;
    padding: 7px 0;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
    min-width: 12em;
    /* allow long menu items to determine submenu width */
    *width: 12em;
    /* no auto sub width for IE7, see white-space comment below */ }
  .sf-menu a {
    font-weight: 400;
    padding: .75em 1.1em;
    text-decoration: none;
    zoom: 1;
    /* IE7 */ }
  .sf-menu li {
    white-space: nowrap;
    /* no need for Supersubs plugin */
    *white-space: normal;
    /* ...unless you support IE7 (let it wrap) */
    -webkit-transition: background .2s;
    transition: background .2s; }
  .sf-menu > li {
    display: inline-block;
    padding: 0 0;
    position: relative; }
  .sf-menu > li + li:before {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.15); }
  .sf-menu > li > a {
    padding: 15px 40px 15px 44px;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2em; }
  .sf-menu > li > a:hover, .sf-menu > li.active > a {
    color: #de3c2f; }
  .sf-menu ul a {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase; }
  .sf-menu ul > li + li:before {
    position: absolute;
    content: '';
    height: 1px;
    left: 30px;
    right: 30px;
    background-color: #f2f2f2; }
  .sf-menu ul a:hover, .sf-menu ul li.active a {
    color: #de3c2f; }
  .affix-top .sf-menu > li > a [class*='icon'] {
    display: block;
    font-size: 1.9em;
    line-height: 1em;
    padding: 0;
    top: 0;
    text-align: center; }
  .sf-menu ul ul {
    border-top: 0; }
  .sf-menu li:hover, .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none; }
  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
  .sf-arrows .sf-with-ul:after {
    font-family: 'fontello';
    content: '\e82e';
    padding-left: 7px; }
  /*top menu level*/
  /* styling for right-facing arrows */
  .sf-arrows ul .sf-with-ul:after {
    content: '\e830'; } }

@media (max-width: 1199px) and (min-width: 992px) {
  .sf-menu > li > a {
    padding-left: 26px;
    padding-right: 20px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .sf-menu > li > a {
    padding-left: 16px;
    padding-right: 10px; } }

#toggle_menu {
  display: none;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1001;
  visibility: visible;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  #toggle_menu:hover span:before {
    top: -7px; }
  #toggle_menu:hover span:after {
    top: 7px; }
  #toggle_menu span, #toggle_menu span:before, #toggle_menu span:after {
    display: block;
    width: 20px;
    height: 1px;
    position: absolute;
    background-color: #4d4d4d;
    content: '';
    left: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  #toggle_menu span {
    left: 20px;
    top: 50%;
    margin-top: -1px; }
  #toggle_menu span:before {
    top: -5px; }
  #toggle_menu span:after {
    top: 5px; }

/*
**main menu mobile styles
*/
@media (max-width: 767px) {
  #header {
    height: 0; }
    #header .mobile-active {
      position: fixed;
      bottom: 0; }
  #mainmenu_wrapper {
    /*position: relative;*/
    position: fixed;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  .mobile-active #mainmenu_wrapper {
    visibility: visible;
    opacity: 1;
    background-color: #111;
    background-color: rgba(0, 0, 0, 0.9); }
  #toggle_menu {
    display: block; }
    #toggle_menu.mobile-active {
      background-color: #ffffff !important;
      border: none;
      left: auto;
      right: 0; }
      #toggle_menu.mobile-active:after {
        position: absolute;
        top: 14px;
        left: 10px;
        font-family: 'rt-icons';
        content: "\e602";
        font-size: 40px;
        color: #4d4d4d; }
      #toggle_menu.mobile-active span {
        display: none; }
  .nav-justified > li > a {
    text-align: left; }
  .sf-menu {
    position: fixed;
    overflow: auto;
    background-color: #ffffff;
    width: auto;
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    padding: 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 800;
    word-wrap: break-word;
    text-align: left; }
  .sf-menu a {
    color: #4d4d4d; }
  .sf-menu ul {
    list-style: none;
    padding-left: 10px; }
  .sf-menu ul li a {
    display: block;
    padding: 10px;
    font-weight: normal;
    text-transform: none; }
  .sf-menu ul li a:before {
    content: '-';
    padding-right: 5px; }
  .sf-menu ul ul li a:before {
    content: '--';
    padding-right: 5px; }
  /*** arrows (for all except IE7) **/
  .sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em;
    /* no CSS arrows for IE7 (lack pseudo-elements) */ }
  /* styling for both css and generated arrows */
  .sf-arrows .sf-with-ul:after {
    font-family: 'fontello';
    content: '\e82e';
    position: absolute;
    right: 1.44em;
    height: 0;
    width: 0;
    font-size: 20px; }
  /*top menu level*/
  .sf-arrows .sfHover > a, .sf-arrows .sfHover > a:hover {
    color: #ffffff;
    background-color: #4d4d4d; } }

@media (max-width: 400px) {
  .sf-menu {
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    padding: 15px 5px; } }

/*
**blog
*/
.blog article + article {
  margin-top: 71px; }

.blog .post-content, .blog .entry-content {
  text-align: center; }

.with-share-buttons {
  padding-left: 40px;
  position: relative; }

.post-share-buttons {
  position: absolute;
  top: 0;
  left: -2px;
  border: 1px solid #f2f2f2;
  z-index: 3; }
  .blog-single .post-share-buttons, .event-single .post-share-buttons {
    left: -42px; }
  .post-share-buttons a, .post-share-buttons a:before {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    line-height: 40px;
    opacity: 1; }
  .post-share-buttons a + a {
    border-top: 1px solid #f2f2f2; }

/* remove share buttons on small for readability */
@media (max-width: 600px) {
  [class*="dark"] .post.with-share-buttons:after {
    display: none; }
  .post-share-buttons {
    display: none; }
  .with-share-buttons {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .right-sidebar [class*="col-"] > article, .right-sidebar [class*="col-"] > .topmargin_40 {
    margin-right: 100px; }
  .left-sidebar [class*="col-"] > article, .left-sidebar [class*="col-"] > .topmargin_40 {
    margin-left: 100px; }
  .with-share-buttons + .comments-area {
    padding-left: 40px; } }

.entry-title {
  margin-top: 0;
  font-size: 40px; }

.entry-header {
  color: #4d4d4d;
  font-weight: 400;
  border: 1px solid #f2f2f2; }
  .gallery-post .entry-header {
    border: none; }

iframe + .entry-header {
  margin-top: -7px; }

.entry-meta {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }
  .entry-meta > span {
    text-align: center;
    display: block; }
  @media (min-width: 768px) {
    .entry-meta > span {
      display: table-cell;
      vertical-align: middle;
      width: 1%;
      padding: 13px 0; }
    .entry-meta > span + span {
      border-left: 1px solid #f2f2f2; } }

.comment-meta:before, .comment-meta:after {
  display: block;
  clear: both;
  content: '';
  width: 0;
  height: 0; }

.entry-meta .comments-link a {
  color: #4d4d4d; }

.entry-thumbnail {
  text-align: center;
  position: relative; }

.entry-thumbnail img {
  background-color: #ffffff; }

.entry-thumbnail[class*='col-'] {
  margin-bottom: 0; }

.entry-tags {
  padding: 14px 0 0;
  margin-bottom: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }

/*icons in posts*/
.tags-links a:before, .comments-link a:before, .date time:before, .author a:before, .item-likes:before, .categories-links:before {
  font-family: 'rt-icons';
  content: "\e64d";
  color: #de3c2f;
  font-size: 16px;
  position: relative;
  top: 2px; }

.entry-tags a:first-child:before {
  padding-left: 0; }

.tags-links a:before {
  content: "\e687";
  padding: 0 18px 0 12px; }

.item-likes:before {
  content: "\e677";
  padding: 0 6px 0 2px; }

.author a:before {
  content: "\e680";
  padding: 0 8px 0 2px; }

.categories-links:before {
  content: "\e6f9";
  padding: 0 10px 0 12px; }

.date time:before {
  content: "\e673";
  padding: 0 8px 0 2px; }

.comments-link a:before {
  padding: 0 10px 0 24px;
  content: "\e6e1"; }

/*blog grid*/
.blog-grid {
  text-align: center; }
  .blog-grid .entry-title {
    margin-bottom: 25px;
    font-size: 30px; }
  .blog-grid .entry-meta {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    margin: 30px -34px 0; }
    .blog-grid .entry-meta i {
      display: block; }
    .blog-grid .entry-meta span {
      padding: 10px 5px 5px;
      color: #4d4d4d; }

.post-content {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-top: none;
  padding: 35px 34px 0; }
  .post-content .entry-content p:last-child {
    margin-bottom: 33px; }
  .post-content .theme_button {
    margin: 9px 0 -1px; }

.post-button {
  margin: 33px 0 0 !important; }
  .post-button a {
    padding-left: 32px;
    padding-right: 32px; }

.blog-item {
  position: relative;
  overflow: hidden; }
  .blog-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .blog-item:hover:before {
    display: block;
    opacity: 0.3; }
  .blog-item .blog-item-info {
    position: absolute;
    text-align: center;
    opacity: 0;
    bottom: 0;
    width: 100%;
    right: 100%;
    padding: 0 10px 10px;
    -webkit-transition: all 0.5s ease 0.1s;
    -moz-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    -ms-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s; }
    .blog-item .blog-item-info h3 {
      font-size: 24px;
      font-weight: 700; }
    .blog-item .blog-item-info a {
      color: #ffffff; }
      .blog-item .blog-item-info a:hover {
        color: #de3c2f; }
    .blog-item .blog-item-info p {
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: 0.2em; }
  .blog-item:hover .blog-item-info {
    opacity: 1;
    right: 0; }

/* small image post */
.format-small-image .entry-header {
  border-left: none;
  border-right: none; }
  @media (max-width: 991px) {
    .format-small-image .entry-header {
      margin-top: -30px; } }
.format-small-image .item-content {
  margin-bottom: 0; }
  .format-small-image .item-content .theme_button {
    margin-bottom: 0; }

/*blog single*/
.blog-single .entry-tags {
  margin: 10px 0 40px; }
.blog-single article.post .entry-title {
  font-size: 50px;
  margin-bottom: 22px; }
.blog-single .entry-thumbnail {
  margin-bottom: 32px; }

.entry-excerpt {
  color: #4d4d4d;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 24px;
  padding-bottom: 11px;
  margin-bottom: 21px; }
  .entry-excerpt p {
    margin-bottom: 16px !important; }

.st_facebook_hcount, .st_twitter_hcount, .st_googleplus_hcount {
  position: relative;
  text-align: right; }

.st_facebook_hcount span, .st_twitter_hcount span, .st_googleplus_hcount span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box; }

.author-meta h2 {
  margin: 0 0 2px; }
.author-meta .author-place {
  margin: -3px 0 7px;
  text-transform: uppercase;
  font-size: 14px; }
.author-meta a[class^="socialico-"] {
  opacity: 0.4; }
  .author-meta a[class^="socialico-"]:hover {
    opacity: 1; }

.blog-single .entry-content {
  margin-bottom: 40px; }

/* common side item */
.side-item {
  border: 1px solid #f2f2f2; }

.item-content {
  margin: 34px 40px; }

.item-media {
  margin: -1px 0 0 -1px; }

@media (min-width: 992px) {
  .side-item .entry-header {
    border-width: 0 1px 1px 0;
    margin-left: -30px; }
    .side-item .entry-header .date time:before, .side-item .entry-header .author a:before, .side-item .entry-header .item-likes:before {
      display: block;
      padding: 0; }
  .item-content.left {
    margin-right: 10px; }
  .item-content.right {
    margin-left: 10px; } }

/* events */
.events-grid .item-content {
  margin-bottom: 0; }
  .events-grid .item-content h2 {
    margin-bottom: 16px; }
.events-grid .entry-tags {
  padding-top: 0;
  margin: 32px -40px 0;
  overflow: hidden;
  zoom: 1;
  text-align: center;
  color: #4d4d4d;
  font-weight: 400; }
  .events-grid .entry-tags [class*='icon'] {
    font-size: 16px;
    position: relative;
    top: 0.2em;
    padding-right: 0.5em; }
  .events-grid .entry-tags span {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    padding: 15px 10px; }
  .events-grid .entry-tags span + span {
    border-left: 1px solid rgba(0, 0, 0, 0.05); }

.events-grid + .events-grid {
  margin-top: 30px; }

.event-single .entry-title {
  font-size: 40px;
  margin-bottom: 22px; }

/*comments*/
.comments-area {
  margin-top: 116px; }
  .comments-area h2 {
    margin-bottom: 10px;
    font-size: 30px;
    font-size: 40px;
    font-weight: 900; }
  .comments-area li {
    list-style: none;
    padding-top: 30px; }

.comments-area .media-object {
  max-width: 80px; }

.comment-list {
  margin: 0;
  padding: 0;
  position: relative; }
  .comment-list ol {
    padding-left: 30px; }
  .comment-list article:after {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.05); }

@media (min-width: 992px) {
  .comment-list ol {
    padding-left: 100px; } }

@media (min-width: 768px) {
  .entry-thumbnail.col-sm-5 {
    padding-right: 0; } }

.comments-area .media-body {
  padding: 0 0 8px 0;
  margin-bottom: 7px; }

.comment-meta {
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  .comment-meta .comment-date {
    display: block;
    margin-top: 4px; }

.reply {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: block;
  margin: -10px 0 10px; }

.comment-respond {
  margin-top: 80px; }
  .comment-respond h3 {
    font-size: 40px;
    margin: 0 0 46px; }
  .comment-respond p {
    margin-bottom: 10px;
    position: relative; }

.comment-form .theme_button {
  padding-left: 67px;
  padding-right: 67px; }

.comment-form .theme_button + .theme_button {
  padding-left: 63px;
  padding-right: 63px; }

/*
**widgets
*/
.module-header {
  margin: 0 0 28px;
  text-transform: capitalize; }

.widget label[for], .comment-form label[for], .contact-form label[for] {
  display: none; }

.widget > h3, .widget .widget-title {
  font-size: 30px;
  margin: 0 0 28px;
  font-weight: 900;
  position: relative; }

aside .widget + .widget {
  margin-top: 43px; }

.widget_recent_entries ul, .widget_recent_comments ul, .widget_archive ul, .widget_categories ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_flickr ul, .widget_twitter ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/*
widget_search,
widget_mailchimp
*/
.widget_search .form-inline, .widget_mailchimp .form-inline {
  position: relative; }

.widget_search .form-inline .form-group, .widget_mailchimp .form-inline .form-group {
  display: block;
  vertical-align: top;
  position: relative; }

.widget_search .form-inline input[type="text"], .widget_mailchimp .form-inline input[type="email"] {
  padding-right: 50px;
  display: block;
  width: 100%; }

.widget_search .form-inline .theme_button, .widget_mailchimp .form-inline .theme_button {
  font-size: 0;
  padding: 8px 10px; }

.widget_search .form-inline .theme_button, .widget_mailchimp .form-inline .theme_button {
  position: absolute;
  right: 0;
  top: 1px;
  background-color: transparent !important;
  border-color: transparent !important;
  color: #4d4d4d !important; }
  .widget_search .form-inline .theme_button:before, .widget_mailchimp .form-inline .theme_button:before {
    font-size: 16px;
    content: "\e68d";
    font-family: 'rt-icons'; }

.widget_mailchimp .form-inline .theme_button:before {
  content: "\e6aa"; }

/*
widget_recent_entries
widget_recent_comments
widget_archive
widget_categories
widget_meta
widget_nav_menu
widget_pages
*/
.widget_recent_comments li {
  padding: 15px 0; }

.widget_recent_comments li:first-child {
  padding-top: 0; }

.widget_recent_comments li:before {
  font-family: 'rt-icons';
  content: "\e674";
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 2px;
  padding-right: 10px;
  color: #4d4d4d; }

.widget_recent_entries li {
  padding: 15px 0 15px 40px; }

.widget_recent_entries .post-date {
  margin-bottom: 0; }

.widget_recent_entries li:first-child {
  padding-top: 0; }

.widget_recent_entries li:before {
  font-family: 'rt-icons';
  content: "\e714";
  font-size: 24px;
  line-height: 1;
  position: absolute;
  top: 21px;
  left: 0;
  padding-right: 10px;
  color: #4d4d4d; }

.widget_recent_entries li:first-child:before {
  top: 5px; }

.widget_recent_entries li, .widget_recent_comments li, .widget_archive li, .widget_categories li, .widget_meta li, .widget_nav_menu li, .widget_pages li {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.widget_archive a, .widget_categories a, .widget_meta a, .widget_nav_menu a, .widget_pages a {
  display: block;
  padding: 9px 0 10px 40px;
  position: relative; }

.widget_archive a:before, .widget_categories a:before, .widget_meta a:before, .widget_nav_menu a:before, .widget_pages a:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #de3c2f;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -5px; }

.widget_archive span, .widget_categories span {
  display: none; }

.widget_archive li:first-child span, .widget_categories li:first-child span {
  margin-top: -14px; }

.widget_nav_menu ul ul {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-left: 20px; }

.widget_nav_menu ul ul li:first-child a {
  padding-top: 15px; }

@media (min-width: 768px) {
  #copyright .widget_nav_menu li, #topmenu .widget_nav_menu li {
    display: inline-block;
    position: relative;
    border: none;
    padding-right: 5px; }
  #copyright .widget_nav_menu li:before, #topmenu .widget_nav_menu li:before {
    content: '';
    position: absolute;
    padding: 0;
    left: -5px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    opacity: 0.3;
    display: block; }
  #copyright .widget_nav_menu li:first-child:before, #topmenu .widget_nav_menu li:first-child:before {
    display: none; }
  #copyright .widget_nav_menu a, #topmenu .widget_nav_menu a {
    padding: 0 10px; }
  #copyright .widget_nav_menu a:before, #topmenu .widget_nav_menu a:before {
    display: none; } }

/*widget_tag_cloud*/
.widget_tag_cloud a {
  margin: 0 26px 0 0;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.2em; }
  aside .widget_tag_cloud a {
    color: #b2b2b2; }

.widget_tag_cloud a:hover {
  color: #de3c2f; }

/*widget_flickr*/
.widget_flickr ul {
  padding-top: 7px; }
.widget_flickr li {
  display: inline-block;
  margin: 0 10px 10px 0; }
.widget_flickr img {
  max-width: 80px;
  border-radius: 1px; }

/*widget_popular_entries*/
.widget_popular_entries p {
  margin-bottom: 0; }
.widget_popular_entries .media-heading {
  line-height: 1;
  margin-bottom: 14px;
  color: #4d4d4d;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }
.widget_popular_entries .media-object {
  max-width: 80px; }
.widget_popular_entries li {
  margin-top: 2px;
  padding: 25px 0 18px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
.widget_popular_entries li:first-child {
  padding-top: 8px; }

/*widget_calendar*/
#calendar_wrap {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 26px 24px 0; }

.widget_calendar table {
  font-size: 14px;
  line-height: 26px;
  width: 100%;
  border: none; }
.widget_calendar caption {
  line-height: 1;
  font-size: 30px;
  padding: 8px 4px 18px;
  text-align: center;
  color: #4d4d4d; }
.widget_calendar tfoot td {
  padding: 24px 0 0; }
  .widget_calendar tfoot td a {
    color: #4d4d4d;
    text-align: center;
    font-size: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #4d4d4d;
    display: inline-block;
    line-height: 38px; }
    .widget_calendar tfoot td a:hover {
      color: #ffffff;
      background-color: #de3c2f;
      border-color: #de3c2f; }
.widget_calendar th {
  font-weight: 900;
  font-size: 20px;
  padding: 0 6px;
  text-align: center; }
.widget_calendar td {
  text-align: center;
  padding: 0 6px;
  vertical-align: top; }
.widget_calendar tbody td {
  font-size: 20px;
  border: none;
  padding: 1px 4px;
  position: relative; }
.widget_calendar tbody td a {
  font-weight: 700;
  color: #de3c2f; }
.widget_calendar tbody td a:hover {
  color: #319ed6; }
.widget_calendar #prev {
  text-align: right; }
  .widget_calendar #prev a {
    margin-right: -10px; }
    .widget_calendar #prev a:before {
      font-size: 20px;
      font-family: 'fontello';
      content: '\e840'; }
.widget_calendar #next {
  text-align: left; }
  .widget_calendar #next a {
    margin-left: -11px; }
    .widget_calendar #next a:after {
      font-size: 20px;
      font-family: 'fontello';
      content: '\e841'; }

/*widget_twitter*/
.tweet_avatar {
  float: left; }

.tweet_right {
  overflow: hidden;
  zoom: 1;
  margin-left: 60px; }

.tweet_list li + li {
  margin-top: 10px;
  clear: both; }

.tweet_list li + li .tweet_right {
  border-top: 1px solid rgba(0, 0, 0, 0.05); }

.tweet_list li + li .tweet_right, .tweet_list li + li .tweet_avatar {
  padding-top: 10px; }

/*
**shortcodes
*/
/*teasers*/
.teaser {
  position: relative; }
  .teaser[class*="_bg_color"] {
    padding: 35px 40px; }
  .teaser [class*="_bg_color"] {
    padding: 0.3em;
    min-width: 1.7em;
    margin-bottom: 12px;
    text-align: center; }
  .teaser .border_icon {
    padding: 0.35em;
    min-width: 1.6em;
    border-width: 3px;
    border-style: solid; }
  .teaser i {
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  .teaser h2 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 33px;
    position: relative;
    padding-bottom: 10px; }
    .teaser h2:after {
      content: '';
      position: absolute;
      width: 50px;
      margin-left: -25px;
      height: 1px;
      background-color: rgba(204, 204, 204, 0.2);
      bottom: -12px;
      left: 50%; }
    .teaser h2 + p {
      font-size: 24px;
      line-height: 1.6em;
      opacity: 0.8; }
  .teaser h3 {
    margin-bottom: 10px; }
  .teaser h4 {
    font-size: 30px;
    margin-bottom: 18px; }
  @media (max-width: 500px) {
    .teaser h2, .teaser h3, .teaser h4 {
      font-size: 1.4em !important; } }
  .teaser .counter {
    font-family: 'Open Sans', sans-serif;
    font-size: 50px;
    margin-bottom: 6px;
    font-weight: 900; }
    .teaser .counter:first-letter {
      padding-right: 0.3em; }
    .teaser .counter + p {
      margin: 0;
      font-size: 14px;
      font-weight: 400; }
  .teaser .theme_button {
    margin: 22px 0 10px; }

.teaser_icon {
  display: inline-block;
  line-height: 1; }
  .teaser_icon + p {
    margin-top: 27px; }

.size_big {
  font-size: 64px; }

.size_normal {
  font-size: 56px; }

.size_small {
  font-size: 48px; }

/*horizontal teaser*/
.teaser.table_section {
  margin-top: 26px; }
  .teaser.table_section + .teaser.table_section {
    margin-top: 70px; }

@media (min-width: 768px) {
  .teaser.table_section [class*="col-"] * {
    margin: 0;
    top: 0; } }

@media (max-width: 767px) {
  .teaser.table_section [class*="col-"] * {
    text-align: center !important; } }

/* background teaser */
.bg_teaser {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: 50% 0; }
  .bg_teaser.rectangular .teaser_content {
    padding: 200px 30px 50px; }
    .bg_teaser.rectangular .teaser_content h3 {
      font-size: 40px; }
  .bg_teaser img {
    display: none;
    visibility: hidden; }
  .bg_teaser .teaser_content {
    padding: 50px 30px;
    z-index: 2; }

.dark_bg_1:after {
  background-color: rgba(50, 77, 91, 0.9); }

.dark_bg_2:after {
  background-color: rgba(71, 65, 70, 0.9); }

.dark_bg_3:after {
  background-color: rgba(93, 53, 49, 0.9); }

.dark_gradient:before {
  opacity: 0.3; }

.dark_gradient:after {
  background-color: #323232;
  opacity: 0.5; }

/* testimonials-carousel */
.testimonials-carousel {
  padding: 0 0 20px; }
  .testimonials-carousel h4 {
    margin: 0 0 6px; }
  .testimonials-carousel h4 + p {
    margin-bottom: 0; }
  .testimonials-carousel .carousel-indicators {
    bottom: -16px; }
  .testimonials-carousel .carousel-control {
    display: none; }
  .testimonials-carousel .media + p {
    position: relative;
    padding: 10px 16px;
    background-color: #f5f5f5; }
  .testimonials-carousel .media:after {
    content: '';
    display: block;
    clear: both; }
  .testimonials-carousel .media + p:before, .testimonials-carousel .media + p:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -18px;
    border-style: solid;
    border-width: 18px 0 0 18px;
    border-color: rgba(0, 0, 0, 0.05) transparent transparent transparent; }
  .testimonials-carousel .media + p:after {
    left: auto;
    right: 0;
    border-style: solid;
    border-width: 18px 18px 0 0; }
  .testimonials-carousel .media-object {
    max-width: 80px;
    margin-bottom: 10px; }
  .testimonials-carousel .carousel-indicators li {
    border-color: #de3c2f; }
  .testimonials-carousel .carousel-indicators li.active {
    background-color: #de3c2f; }

/*thumbnail*/
.thumbnail {
  position: relative;
  text-align: center;
  border-radius: 0;
  padding: 0;
  border: none;
  overflow: hidden;
  background-color: #ffffff; }
  .thumbnail h3 {
    font-size: 20px;
    margin-bottom: 6px;
    color: #4d4d4d; }
    .thumbnail h3 a {
      color: inherit; }
      .thumbnail h3 a:hover {
        color: #de3c2f; }
  .thumbnail .caption {
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: inherit;
    background-color: #ffffff;
    padding: 9px 20px; }

/* team side item */
.team-item {
  border: 1px solid #f2f2f2; }
  .grey_section .team-item {
    background-color: #ffffff;
    border: none; }
  .team-item:after {
    content: '';
    display: block;
    clear: both; }
  .team-item.color_section {
    border: none; }
  .team-item .team-item-description {
    padding: 34px 18px 20px;
    text-align: center; }
  .team-item h3 {
    font-size: 30px;
    margin: 0 0 14px; }
    .team-item h3 + .team-job {
      margin: -16px 0 10px; }
  .team-item .team-job {
    text-transform: uppercase;
    margin: 0 0 -4px;
    font-size: 16px;
    letter-spacing: 0.1em; }
  .team-item a[class^="socialico-"]:before {
    opacity: 0.6; }
    .team-item a[class^="socialico-"]:before:hover {
      opacity: 1; }

.social-icons {
  margin: 2px 0 10px; }
  .gallery-post .social-icons {
    padding: 10px 0 20px; }

@media (min-width: 1200px) {
  .team-item {
    overflow: hidden; }
  .team-item-image {
    overflow: hidden;
    margin-top: 0;
    position: relative; }
    [class*="-side-item"] .team-item-image {
      max-width: 270px; }
  .left-side-item {
    max-height: 270px; }
    .left-side-item .team-item-description {
      text-align: left;
      padding-right: 0; }
    .left-side-item .team-item-image {
      float: right; }
    .left-side-item.color_section .team-item-image:after {
      left: auto;
      right: 87%; }
  .right-side-item {
    max-height: 270px; }
    .right-side-item .team-item-description {
      text-align: right;
      padding-left: 30px; }
    .right-side-item .team-item-image {
      float: left; } }

/*vertical tabs*/
.vertical-tabs .nav > li > a {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 8px 15px;
  margin-bottom: 3px;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 2em; }
.vertical-tabs .nav > li.active a {
  color: #4d4d4d; }

@media (min-width: 768px) {
  .vertical-tabs .nav {
    margin-right: -25px; }
  .vertical-tabs .nav > li.active {
    position: relative;
    z-index: 2; }
  .vertical-tabs .nav > li.active a:after, .vertical-tabs .nav > li.active a:before {
    display: block;
    content: '';
    width: 9px;
    border-left: 9px solid rgba(0, 0, 0, 0.05);
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    height: 0;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -9px; }
  .vertical-tabs .nav > li.active a:after {
    border-left-color: #fff;
    border-left-width: 7px; } }

/*price tables*/
.price-table, .price-table ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

.price-table {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.05); }

.plan-name {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f5f5f5;
  padding: 20px 0; }

.plan-name h3 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0; }

.plan-price {
  margin: 35px 0 25px;
  position: relative; }
  .plan-price span:first-child {
    font-size: 40px;
    position: absolute;
    background-color: #de3c2f;
    color: #ffffff;
    line-height: 70px;
    width: 70px;
    height: 70px;
    left: 50%;
    top: -10px;
    margin-left: -35px;
    opacity: 0.15;
    border-radius: 50%; }
  .plan-price span + span {
    font-size: 50px;
    line-height: 50px;
    position: relative;
    letter-spacing: -1px;
    display: block;
    color: #de3c2f; }
  .plan-price p {
    display: inline;
    color: #4d4d4d;
    font-size: 40px;
    margin-left: -4px;
    letter-spacing: -1px; }
  .plan-price span + span + p {
    font-size: 20px;
    text-transform: uppercase; }

.features-list li {
  margin: 10px 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.05); }
.features-list .enabled:before, .features-list .disabled:before {
  font-family: 'rt-icons';
  content: "\e600";
  padding-right: 8px;
  color: #de3c2f; }
.features-list .disabled:before {
  color: #4d4d4d;
  content: "\e602"; }

.call-to-action {
  margin: 30px 20px 30px; }

.style2 {
  background-color: #f5f5f5; }
  .style2 .plan-name {
    background-color: #de3c2f; }
    .style2 .plan-name h3 {
      color: #ffffff; }

/*contacts*/
.contact-form-respond {
  display: block;
  font-weight: 800; }

.contact-form-respond:before {
  font-family: 'rt-icons';
  content: "\e600";
  padding-right: 10px; }

.contact-form p {
  margin-bottom: 10px;
  position: relative; }

.contact-form .theme_button {
  padding-left: 58px;
  padding-right: 58px;
  margin: 4px; }

.contact-form.transparent-background .form-control {
  background-color: transparent; }

.contact-email {
  font-size: 40px;
  text-transform: uppercase; }

@media (max-width: 767px) {
  .contact-email {
    font-size: 20px;
    margin-bottom: 6px; } }

.border-paragraphs {
  margin: 30px 0 30px; }
  .border-paragraphs p {
    padding: 9px 0 10px;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    .border-paragraphs p:first-child {
      border-top: 1px solid rgba(0, 0, 0, 0.05); }

/*
**plugins
*/
/* small item */
.small-item {
  text-align: center; }
  .small-item .item-image {
    position: relative; }
    .small-item .item-image h3 {
      position: absolute;
      bottom: 26px;
      right: 20px;
      left: 20px;
      font-weight: 700;
      font-size: 30px;
      color: #ffffff; }
  .small-item .progress {
    margin: 0; }
  .small-item .row {
    position: relative;
    margin-top: 24px; }
    .small-item .row strong {
      font-size: 30px; }
      .small-item .row strong .highlight {
        font-size: 50px; }
        @media (max-width: 500px) {
          .small-item .row strong .highlight {
            font-size: 30px; } }
    .small-item .row .col-xs-6 > span {
      margin: -8px 0 20px;
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 400; }
  .small-item .of {
    position: absolute;
    font-style: italic;
    font-weight: 400;
    left: 50%;
    top: 30px;
    margin-left: -12px; }
    .small-item .of:before {
      content: '';
      display: block;
      position: absolute;
      top: -50%;
      left: 50%;
      width: 1px;
      height: 60px;
      background-color: rgba(0, 0, 0, 0.05);
      -moz-transform: rotate(20deg);
      -webkit-transform: rotate(20deg);
      -o-transform: rotate(20deg);
      -ms-transform: rotate(20deg);
      transform: rotate(20deg); }

article.small-item .row {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.05); }
article.small-item .col-xs-6 {
  padding: 34px 0 0; }
article.small-item .col-xs-6 + .col-xs-6 {
  border-left: 1px solid rgba(0, 0, 0, 0.05); }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0; }
    .owl-carousel .owl-nav > div {
      color: transparent;
      font-size: 0;
      position: absolute;
      right: -40px; }
    .owl-carousel .owl-nav > div:first-child {
      left: -40px;
      right: auto; }
    .owl-carousel .owl-nav > div:after {
      font-family: 'fontello';
      font-size: 50px;
      content: '\e834';
      color: rgba(0, 0, 0, 0.05); }
    .owl-carousel .owl-nav > div:first-child:after {
      content: '\e833'; }

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

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

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

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

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

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

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

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

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

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

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

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

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

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

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

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

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

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

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

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

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

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

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 *  Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-dots {
  text-align: center;
  margin-top: 30px;
  -webkit-tap-highlight-color: transparent; }

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

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

/*
flexslider
*/
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

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

/* Clearfix for the .slides element */
.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 JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0;
  position: relative;
  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; }*/
/* Direction Nav */
.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);
  border: 2px solid #de3c2f;
  font-size: 0;
  color: transparent;
  text-align: center; }

.flex-direction-nav .flex-prev {
  left: 10px; }

.flex-direction-nav .flex-next {
  right: 10px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.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: "fontello";
  font-size: 20px;
  content: '\e833';
  color: #4d4d4d;
  position: absolute;
  top: 5px;
  left: 12px; }

.flex-direction-nav a.flex-next:before {
  content: '\e834';
  left: 14px; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: 'rt-icons';
  font-size: 20px;
  display: inline-block;
  content: "\e6a2"; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: "\e711"; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 16px;
  text-align: center;
  z-index: 10; }

.flex-control-nav li {
  text-align: center;
  display: inline-block;
  padding: 0 5px;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 50px;
  height: 2px;
  display: block;
  background: #ffffff;
  cursor: pointer;
  text-indent: -9999px; }

.flex-control-paging li a:hover {
  background-color: #de3c2f; }

.flex-control-paging li a.flex-active {
  opacity: 0.3; }

.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; } }

/*
prettyPhoto
*/
div.facebook .pp_expand {
  background: url(../img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_expand:hover {
  background: url(../img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract {
  background: url(../img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer; }

div.facebook .pp_contract:hover {
  background: url(../img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer; }

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
  z-index: 3000; }

div.facebook .pp_description {
  margin: 0 37px 0 0; }

div.facebook .pp_loaderIcon {
  background: url(../img/prettyPhoto/facebook/loader.gif) center center no-repeat; }

div.facebook .pp_arrow_previous {
  background: url(../img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default; }

div.facebook .pp_arrow_next {
  background: url(../img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px; }

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default; }

div.facebook .pp_nav {
  margin-top: 0; }

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
  margin-top: -2px; }

div.facebook .pp_nav .pp_play {
  background: url(../img/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_nav .pp_pause {
  background: url(../img/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px; }

div.facebook .pp_next:hover {
  background: url(../img/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer; }

div.facebook .pp_previous:hover {
  background: url(../img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer; }

div.pp_pic_holder a:focus {
  outline: none; }

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500; }

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000; }

.pp_content {
  height: 40px;
  min-width: 40px;
  overflow: hidden; }

* html .pp_content {
  width: 40px; }

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%; }

.pp_content_container .pp_left {
  padding-left: 20px; }

.pp_content_container .pp_right {
  padding-right: 20px; }

.pp_content_container .pp_details {
  float: left;
  /*margin:10px 0 2px;*/
  padding: 7px 10px;
  background-color: #ffffff; }

.pp_description {
  display: none;
  margin: 0; }

.pp_social {
  float: left;
  margin: 0; }

.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: auto;
  overflow: hidden; }

.pp_social .twitter {
  float: left; }

.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0; }

.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px; }

.pp_nav .pp_play, .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px; }

a.pp_arrow_previous, a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px; }

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000; }

.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000; }

.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative; }

.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0; }

.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden; }

.pp_gallery ul a img {
  border: 0; }

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0; }

.pp_gallery li.default a {
  background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px; }

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
  margin-top: 7px !important; }

a.pp_next {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }

a.pp_previous {
  background: url(../img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none; }

a.pp_expand, a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000; }

a.pp_close {
  position: absolute;
  right: 6px;
  top: -16px;
  display: block;
  line-height: 22px;
  text-indent: -10000px; }

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px; }

#pp_full_res {
  line-height: 1 !important; }

#pp_full_res .pp_inline {
  text-align: left; }

#pp_full_res .pp_inline p {
  margin: 0 0 15px; }

div.ppt {
  color: #ffffff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px; }

.pp_top, .pp_bottom {
  height: 20px;
  position: relative; }

* html .pp_top, * html .pp_bottom {
  padding: 0 20px; }

.pp_top .pp_left, .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px; }

.pp_top .pp_middle, .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px; }

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
  left: 0;
  position: static; }

.pp_top .pp_right, .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px; }

.pp_fade, .pp_gallery li.default a img {
  display: none; }

/*
easy pie chart
*/
.chart {
  position: relative;
  display: inline-block;
  width: 270px;
  height: 270px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center; }
  .chart canvas {
    position: absolute;
    top: 0;
    left: 0; }

.percent {
  display: inline-block;
  padding-top: 103px;
  font-size: 80px;
  font-weight: 800;
  z-index: 2; }

.percent:after {
  font-weight: 300;
  content: '%'; }

.angular {
  margin-top: 100px; }
  .angular .chart {
    margin-top: 0; }

/* 
totop 
*/
#toTop {
  bottom: 5px;
  right: 5px;
  display: none;
  width: 60px;
  height: 40px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background-color: #de3c2f; }

#toTop:after {
  color: #ffffff;
  content: '\e80f';
  font-size: 16px;
  line-height: 40px;
  font-family: 'fontello';
  text-align: center;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

#toTopHover, #toTop:hover {
  background-color: #319ed6;
  bottom: 8px; }

#toTop:hover:after {
  color: #ffffff; }

#toTop:active, #toTop:focus {
  outline: medium none; }

/* jQuery Countdown styles 2.0.0. */
#countdown:before, #countdown:after {
  clear: both;
  display: table;
  content: ' '; }

.countdown-rtl {
  direction: rtl; }

.countdown-row {
  clear: both;
  display: block;
  padding: 20px 0;
  text-align: center; }

.countdown-show1 .countdown-section {
  width: 98%; }

.countdown-show2 .countdown-section {
  width: 48%; }

.countdown-show3 .countdown-section {
  width: 32.5%; }

.countdown-show4 .countdown-section {
  width: 24.5%; }

.countdown-show5 .countdown-section {
  width: 19.5%; }

.countdown-show6 .countdown-section {
  width: 16.25%; }

.countdown-show7 .countdown-section {
  width: 14%; }

.countdown-section {
  display: block;
  float: left;
  font-size: 1.1em;
  text-align: center; }

.countdown-amount {
  font-size: 4em;
  color: #de3c2f;
  font-weight: 400; }

.countdown-period {
  display: block; }

.countdown-descr {
  display: block;
  width: 100%; }

/*
isotope portfolio
*/
#isotope_container {
  margin-left: -18px;
  margin-right: -18px; }

#isotope_filters, .filters {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style: none; }
  #isotope_filters li, .filters li {
    display: inline-block;
    margin: 0;
    padding: 0; }
  #isotope_filters a, .filters a {
    margin: 0 20px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #4d4d4d; }
    #isotope_filters a:hover, #isotope_filters a.selected, #isotope_filters a.active, .filters a:hover, .filters a.selected, .filters a.active {
      color: #de3c2f; }

#isotope_filters {
  margin: 13px 0 33px; }

.blog-grid .isotope-item {
  margin-right: -1px;
  margin-bottom: 30px; }

#folio .gallery-item {
  padding: 0;
  overflow: hidden;
  position: relative;
  margin-top: 0 !important;
  margin-left: -1px;
  max-width: 100%;
  text-align: center; }
  .boxed #folio .gallery-item {
    margin-left: -1px; }

#folio .gallery-item.padding-item {
  padding: 15px;
  margin-top: 0 !important;
  margin-left: -1px; }
  #folio .gallery-item.padding-item > div {
    position: relative;
    overflow: hidden; }

.gallery-item-description {
  position: absolute;
  overflow: hidden;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 25px 35px 25px;
  text-align: center;
  z-index: 5;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }
  .entry-thumbnail .gallery-item-description {
    opacity: 1;
    text-align: left;
    text-transform: uppercase;
    padding: 0 40px 20px;
    letter-spacing: 0.2em;
    font-size: 16px;
    color: #ffffff; }
    .entry-thumbnail .gallery-item-description a {
      color: #ffffff; }
      .entry-thumbnail .gallery-item-description a i {
        font-size: 1em; }
      .entry-thumbnail .gallery-item-description a:hover {
        color: #de3c2f; }

.gallery-item:hover .gallery-item-description {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.gallery-item .gallery-item-description h3 {
  margin: 0 40px 6px 40px;
  font-size: 30px;
  font-weight: 700;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }
  @media (max-width: 1400px) {
    .gallery-item .gallery-item-description h3 {
      font-size: 24px; } }
  .gallery-item .gallery-item-description h3 a {
    color: #ffffff !important; }
    .gallery-item .gallery-item-description h3 a:hover {
      color: #de3c2f !important; }

.gallery-item .gallery-item-description p {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.item-meta {
  margin: -12px 0 10px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 400; }

.gallery-item:hover .gallery-item-description h3, .gallery-item:hover .gallery-item-description p {
  color: #ffffff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.gallery-classic-item-description {
  padding: 0px 10px 10px; }

.gallery-image-links, .gallery-image-links:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: alpha(opacity=0);
  opacity: 0; }

.gallery-item:hover .gallery-image-links:before {
  filter: alpha(opacity=50);
  opacity: 0.5; }

.gallery-item:hover .gallery-image-links {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.gallery-image-links a {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  top: -50px;
  left: 50%;
  z-index: 3;
  font-size: 16px;
  text-align: center;
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  border: 1px solid #ffffff;
  color: #ffffff; }
  .gallery-image-links a:hover {
    background-color: #ffffff;
    color: #4d4d4d; }

.gallery-image-links a.p-view {
  margin-left: -45px; }

.gallery-image-links a.p-link {
  margin-left: 5px;
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; }

.classic-folio .gallery-image {
  position: relative; }

.gallery-item:hover .gallery-image-links a {
  top: 12%; }

.gallery-image-links a:before {
  font-family: 'rt-icons';
  content: "\e68d"; }

.gallery-image-links a.p-link:before {
  content: "\e68c"; }

/* single item */
.gallery-post {
  text-align: center; }
  .gallery-post h1 {
    margin-top: 0; }

.project-details h4 {
  margin-top: 0; }
.project-details p span {
  font-weight: 700; }
.project-details p + p {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 15px; }
.project-details p:last-child {
  border: none; }

/*
isotope animations
*/
.isotope, .isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s; }

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

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

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

/*switcher styles*/
#switcher {
  position: fixed;
  top: 22%;
  left: -220px;
  width: 220px;
  background-color: #4d4d4d;
  color: #ffffff;
  z-index: 12500;
  font-size: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease; }
  #switcher.active {
    left: 0; }
  #switcher a {
    color: #de3c2f; }
  #switcher .checkbox {
    margin: 4px 0;
    line-height: 1.5; }
  #switcher h4 {
    line-height: 40px;
    font-size: 20px;
    color: #ffffff;
    background-color: #de3c2f;
    margin: 0;
    padding: 0 36px; }
  #switcher span[class^="rt-icon-"] {
    -webkit-box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 0 5px 0 rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 24px;
    background-color: #de3c2f;
    text-align: center;
    right: -40px;
    top: 0;
    cursor: pointer; }
  #switcher li {
    margin-bottom: 0px;
    padding: 0 4px; }
  #switcher p {
    margin: 0 0 5px; }

#switcher-version a {
  padding: 6px 12px;
  display: inline-block;
  line-height: 1;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase; }

#switcher-version a.light {
  background-color: #ffffff;
  color: #4d4d4d;
  border: 1px solid #ffffff; }

#switcher-version a.light:hover {
  background-color: transparent;
  color: #ffffff; }

#switcher-version a.dark {
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff; }

#switcher-version a.dark:hover {
  color: #4d4d4d;
  background-color: #ffffff; }

#switcher-colors a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #de3c2f; }
  #switcher-colors a:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 40px;
    right: 0;
    background-color: #319ed6; }

#switcher-colors a.color2 {
  background-color: #f0be1d; }
  #switcher-colors a.color2:after {
    background-color: #319ed6; }

#switcher-colors a.color3 {
  background-color: #64bd04; }
  #switcher-colors a.color3:after {
    background-color: #319ed6; }

#switcher-patterns a {
  display: block;
  line-height: 1;
  height: 30px;
  width: 30px;
  overflow: hidden;
  background-color: #ffffff; }
  #switcher-patterns a img {
    opacity: 0; }

#switcher-patterns li:first-child a img {
  opacity: 1; }

#switcher_accent_color, #switcher_color_scheme, #switcher_layout, #switcher_patterns {
  padding: 10px 33px 10px; }

#switcher_color_scheme, #switcher_patterns {
  background-color: #333333; }

.checkbox-slider--b-flat {
  position: relative; }

.checkbox-slider--b-flat input {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0 0;
  cursor: pointer;
  zoom: 1;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0); }

.checkbox-slider--b-flat input + span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.checkbox-slider--b-flat input + span:before {
  position: absolute;
  left: 0px;
  display: inline-block; }

.checkbox-slider--b-flat input + span > h4 {
  display: inline; }

.checkbox-slider--b-flat input + span {
  padding-left: 40px; }

.checkbox-slider--b-flat input + span:before {
  content: "";
  height: 20px;
  width: 40px;
  background: #ffffff; }

.checkbox-slider--b-flat input + span:after {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 0;
  display: block;
  background: #ffffff;
  transition: margin-left 0.4s ease-in-out;
  text-align: center;
  font-weight: bold;
  content: ""; }

.checkbox-slider--b-flat input:checked + span:after {
  margin-left: 20px;
  content: ""; }

.checkbox-slider--b-flat input:checked + span:before {
  transition: background 0.2s ease-in; }

.checkbox-slider--b-flat input + span {
  padding-left: 30px; }

.checkbox-slider--b-flat input + span:before {
  border-radius: 20px;
  width: 40px; }

.checkbox-slider--b-flat input + span:after {
  background: #de3c2f;
  content: "";
  width: 20px;
  border: solid transparent 2px;
  background-clip: padding-box;
  border-radius: 20px; }

.checkbox-slider--b-flat input:checked + span:after {
  content: "";
  margin-left: 20px;
  border: solid transparent 2px;
  background-clip: padding-box; }

.checkbox-slider--b-flat input:checked + span:before {
  background: #ffffff; }

.checkbox-slider--b-flat.checkbox-slider-md input + span:before {
  border-radius: 30px; }

.checkbox-slider--b-flat.checkbox-slider-md input + span:after {
  border-radius: 30px; }

.checkbox-slider--b-flat.checkbox-slider-lg input + span:before {
  border-radius: 40px; }

.checkbox-slider--b-flat.checkbox-slider-lg input + span:after {
  border-radius: 40px; }

.checkbox-slider--b-flat input + span:before {
  box-shadow: none; }
