@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,700,700italic);
/*
* Table of contents
*
* Typography
* Common sections
* Intro Section Flex Slider
* Main Menu Styles
* Isotope Styles
* Header Styles
* Banners
* Post tabs
* Widgets
* Footer
* Contacts
* Copyright
* Breadcrubms
* 404 page
* Shop page
* Gallery
* Contacts
* About
* Post
* Widgets
* jQuery Plugins
* - owl carousel
* - FlexSlider
* - prettyPhoto
* Print styles
*/


/*==============================
// TYPOGRAPHY:
*/
::-moz-selection {
    background: #ff521d;
    text-shadow: none;
}

::selection {
    background: #ff521d;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
    border: none;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}

img {
    max-width: 100%;
}


a {
  color: #ff521d;
  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: #2e313a;
  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;
  color: #da4c20;
}

blockquote {
  border-left: 5px solid #ff521d;
  padding-left: 35px;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  font-style: italic;
  color: #b2b2b2;
  padding-top: 13px;
  padding-bottom: 20px;
}

body {
  overflow-x: hidden;
}


.align-left {
  float: left;
  margin: 0 40px 40px 0;
}
@media (max-width: 640px){
  .align-left {
    margin: 0 0 20px 0;
    width: 100%;
    float: none;
  }
}
.align-right {
  float: right;
  margin: 0 0 40px 40px;
}
.page_typography {
  padding-top: 80px;
  padding-bottom: 80px;
}
p {
  font-size: 14px;
  line-height: 26px;
  color: #111;
  font-family: "Roboto", "Arial", sans-serif;
  font-weight: 300;
  margin-bottom: 31px;
}
hr {
  border-top: 1px solid #d7d7d7;
  margin: 50px 0 60px;
}
.demo-wideo {
  width: 360px;
  height: 240px;
}
.demo-wideo a {
  display: block;
  position: relative;
}
.demo-wideo a img {
  width: 100%;
}
@media (max-width: 640px){
  .align-right {
    margin: 0 0 20px 0;
    width: 100%;
    float: none;
  }
}
h1, h2, h3, h4 {
  font-weight: 900;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin: 8px 0;
}
h1 span,
h2 span,
h3 span,
h4 span {
  font-weight: 100;
}
h1 {
  font-size: 56px;
  line-height: 35x;
}
h2 {
  font-size: 42px;
  line-height: 30px;
  margin-bottom: 26px;
}
h3 {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 17px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 14px;
}
h5 {
  font-size: 18px;
  line-height: 30px;
  color: #404040;
  font-family: 'Roboto', 'Arial', sans-serif;
}
h6 {
  font-size: 14px;
  line-height: 30px;
  color: #2e313a;
}
.page_typography-title {
  font-size: 42px;
  line-height: 30px;
  font-weight: 100;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
}
.q-text {
  font-size: 20px;
  line-height: 30px;
  color: #b2b2b2;
  font-style: italic;
  font-weight: 300;
  font-family: 'Roboto', 'Arial', sans-serif;
  padding-left: 70px;
  position: relative;
  padding-top: 14px;
  margin-bottom: 43px;
}
.q-text::before {
  content: '\e977';
  font-family: 'rt-icons-2';
  font-size: 40px;
  line-height: 40px;
  color: #ff521d;
  position: absolute;
  top: 10px;
  left: 0;
  font-style: normal;
}
ul {
  margin: 0 0 50px 0;
  padding: 0 0 0 15px;
}
ul li {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  margin-bottom: 10px;
}
ol {
  margin: 0;
  padding: 0 0 0 15px;
}
ol li {
  font-size: 14px;
  line-height: 30px;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 900;
  margin-bottom: 10px;
}
ol li span {
  font-weight: 300;
  color: #ff521d;
}

/* ==========================================================================
  Template 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;
  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;
  }
}



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

.table_section .row {
  display: table;
  min-width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.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 screen and (max-width: 1199px) {
  .table_section.table_section_lg .row,
  .table_section.table_section_lg [class*="col-"] {
    display: block;
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  /* overlap featured person */
  .top-overlap {
    margin-top: -170px;
  }
  .top-overlap-small {
    margin-top: -100px;
  }
}

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

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

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

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

.animated {
  /*IE7 fix*/
  visibility: visible !important;
}
.highlight {
  color: #ff521d;
}

/*video placeholder*/

.embed-responsive-3by2 {
  padding-bottom: 66.666%;
}

.embed-placeholder:before {
  -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;
  content: "\e696";
  font-family: 'rt-icons-2';
  position: absolute;
  color: #ffffff;
  font-size: 30px;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -5px;
}

.embed-placeholder:hover:before {
  opacity: 0.4;
}


/*
** Intro Section Flex Slider
*/
.demo_parallax {
  background-image: url('../images/parallax/map.jpg');
}

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

.intro_section > img {
  width: 100%;
}

.intro_section .flexslider:before, .intro_section .flexslider:after {
  content: '';
  display: block;
  clear: both;
}

.intro_section .embed-placeholder > img {
  max-width: 510px;
  display: inline-block !important;
}

.intro_section .container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.intro_section [class*="col-"] {
  position: static;
}

.intro_section .slide_description_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 5;
  padding: 20px 0 20px;
}

@media (min-width: 600px) {
  .boxed .intro_section .slide_description_wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.intro_section .slide_description_wrapper:before,
.intro_section .slide_description {
  display: inline-block;
  vertical-align: middle;
}

.intro_section .slide_description_wrapper:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.intro_section .slide_description > div {
  margin: 10px 0;
}


@media (min-width: 1450px) {
  .intro_section .container {
    width: 1400px;
  }
  
}

@media (min-width: 1600px) {
  .intro_section .container {
    width: 1580px;
  }
}

@media (max-width: 992px) {
  .intro_section {
    line-height: 1;
    text-align: center;
  }
  .intro_section .nav-container {
    padding: 0;
  }
  .intro_section .flex-control-nav,
  .intro_section .flex-custom-nav {
    bottom: 13px;
    text-align: center;
  }
  .intro_section .container {
    position: static;
    width: auto;
    max-width: 100%;
  }
  .intro_section .slide_description_wrapper:before {
    display: none;
  }
  .intro_section .slide_description {
    padding: 20px 20px 30px;
    display: block;
  }
  .intro_section .slide_description_wrapper {
    padding: 0;
    position: static;
  }
  .intro_section .flex-direction-nav .flex-prev {
    top: 14%;
  }
  .intro_section .flex-direction-nav .flex-next {
    top: 14%;
  }
}

/*
** Header
*/
.page_header_wrapper {
  min-height: 60px;
}
.page_header {
  -webkit-transition: background 0.2s ease-in-out 0s;
  -moz-transition: background 0.2s ease-in-out 0s;
  -o-transition: background 0.2s ease-in-out 0s;
  -ms-transition: background 0.2s ease-in-out 0s;
  transition: background 0.2s ease-in-out 0s;
  top: 0;
  left: 0;
  right: 0;
  position: relative;
  z-index: 1000;
}

.page_header.mobile-active {
  z-index: 1002;
}

.page_header.affix {
  position: fixed;
}

.header_white {
  color: #9a9a9a;
  background-color: #ffffff;
}

.header_blue {
  background-color: #2e313a;
}
.align_center {
  text-align: center;
}

.header_white.affix {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}

/* modal search */
.modal-open .page_header_wrapper,
.modal-open .page_header.affix,
.modal-open .modal#search_modal {
  right: 16px !important;
}

#search_modal {
  color: #fff;
}
#search_modal .widget_search {
  padding: 0;
}
#search_modal a {
  color: #ffffff;
  opacity: 0.6;
  font-size: 12px;
  text-transform: uppercase;
}

#search_modal a:hover {
  color: #f5bb2c;
  opacity: 1;
}

#search_modal .searchform-respond {
  width: 300px;
  margin: 20px auto;
}

#search_modal .form-control {
  border: none;
  background-color: transparent;
  height: 60px;
  color: #2e313a;
}

#search_modal .theme_button {
  padding: 18px;
}

#search_modal .form-control:-moz-placeholder {
  color: #b2b2b2;
  font-size: 28px;
  font-weight: 300;
  font-style: italic;
  opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
  color: #b2b2b2;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
  color: #b2b2b2;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  opacity: 1;
}

#search_modal .form-control::-webkit-input-placeholder {
  color: #b2b2b2;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 28px;
  font-weight: 100;
  font-style: italic;
  opacity: 1;
}

/*
**main menu (min 992px) styles
*/
@media (min-width: 992px) {
  /* 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: -20px;
    left: 100%;
  }
  /* menu skin */
  .sf-menu a {
    padding: .4em 1.1em;
    text-decoration: none;
    zoom: 1;
    /* IE7 */
    -webkit-transition-property: color, background-color, border-color;
    -moz-transition-property: color, background-color, border-color;
    -ms-transition-property: color, background-color, border-color;
    -o-transition-property: color, background-color, border-color;
    transition-property: color, background-color, border-color;
  }
  .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;
    position: relative;
    margin-right: 65px;
    margin-bottom: 0;
  }
  .sf-menu > li:last-child {
    margin-right: 0;
  }
  .sf-menu > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    font: 14px/18px 'Roboto', 'Arial', sans-serif;
    font-weight: 300;
  }
  .sf-menu > li > a:hover,
  .sf-menu > li.active > a {
    color: #ff521d;
  }
  .bordered_items .sf-menu {
    text-align: center;
  }
  .bordered_items .sf-menu > li {
    padding: 0;
  }
  .bordered_items .sf-menu > li + li:before {
    content: '';
    width: 1px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.1);
  }
  .header_white .sf-menu > li > a {
    color: #323232;
  }
  .header_white .sf-menu > li > a:hover,
  .header_white .sf-menu > li.active > a {
    color: #f5bb2c;
  }
  .header_white .sf-menu > li + li:before {
    background-color: #e1e1e1;
  }
  .header_darkgrey .sf-menu > li > a {
    color: #ffffff;
  }
  .header_darkgrey .sf-menu > li > a:hover,
  .header_darkgrey .sf-menu > li.active > a {
    color: #f5bb2c;
  }
  .header_gradient .sf-menu > li > a {
    color: #ffffff;
  }
  .header_gradient .sf-menu > li > a:hover,
  .header_gradient .sf-menu > li.active > a {
    color: #323232;
  }
  .sf-menu li:hover,
  .sf-menu li.sfHover {
    /* only transition out, not in */
    -webkit-transition: none;
    transition: none;
  }
  /* second level */
  .sf-menu ul {
    margin-top: 1px;
    text-align: left;
    list-style: none;
    padding: 20px 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 ul a {
    color: #323232;
    padding-left: 30px;
    padding-right: 30px;
  }
  .sf-menu ul a:hover,
  .sf-menu ul li.active a {
    color: #f5bb2c;
  }
  /* third level */
  .sf-menu ul ul {
    margin-top: 0;
    margin-left: 1px;
  }
  /*** arrows (for all except IE7) **/
  /* styling for both css and generated arrows */
  .sf-arrows .sf-with-ul:after {
    font-family: 'rt-icons-2';
    content: "\e7bf";
    padding-left: 7px;
  }
  /*top menu level*/
  /* styling for right-facing arrows */
  .sf-arrows ul .sf-with-ul:after {
    content: "\e7c1";
  }
}

/* common paddings */
@media (min-width: 992px) {
  .sf-menu > li > a {
      padding-left: 2px;
      padding-right: 0px;
  }
  .bordered_items .sf-menu > li > a {
    padding-right: 40px;
    padding-left: 44px;
  }
    .mainmenu {
    padding-left: 40px;
  }
}

/* -md- paddings */
@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu > li > a {
    padding-left: 9px;
    padding-right: 8px;
  }
  .bordered_items .sf-menu > li > a {
    padding-right: 20px;
    padding-left: 24px;
  }
}

/* -lg- paddings */
@media (min-width: 1200px) {
  .sf-menu > li > a {
    padding-left: 18px;
    padding-right: 18px;
  }
  .boxed .col-md-6 .sf-menu > li > a {
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 1400px) {
  .sf-menu > li > a {
    padding-left: 19px;
    padding-right: 13px;
  }
}

.toggle_menu {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -30px;
  display: none;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 1001;
  visibility: visible;
}
@media (max-width:480px){
  .toggle_menu {
    width: 40px;
    height: 40px;
  }
}
.header_white .toggle_menu span,
.header_white .toggle_menu span:before,
.header_white .toggle_menu span:after {
  background-color: #323232;
}
.home .page_toplogo {
  margin-bottom: 23px;
}
.page_toplogo .toggle_menu {
  position: fixed;
  top: 0;
  left: auto;
  right: 0;
  background-color: #323232;
  margin: 0;
}

.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: 24px;
  height: 2px;
  position: absolute;
  background-color: #ffffff;
  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: 18px;
  top: 50%;
  margin-top: -1px;
}

.toggle_menu span:before {
  top: -6px;
}

.toggle_menu span:after {
  top: 6px;
}

/*
**main menu mobile styles
*/
@media (max-width: 1700px) {
  .sf-menu > li {
    margin-right: 35px;
  }
}
@media (max-width: 1280px) {
  .sf-menu > li {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .sf-menu {
    width: 100%;
  }
  .sf-menu > li {
    margin-right: 0;
    list-style: none;
  }
  ul.sf-menu ul {
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    padding: 0 20px;
    background: transparent;
  }
  ul.sf-menu ul li {
    border: none;
  }
  ul.sf-menu ul ul {
    padding: 0 20px;
    background: transparent;
  }
  ul.sf-menu ul ul li {
    border-bottom: none;
  }
  ul.sf-arrows .sf-with-ul {
    padding-right: 0;
  }
  ul.sf-arrows .sf-with-ul::after {
    display: none;
  }
  ul.sf-menu > li > a:hover, 
  ul.sf-menu a:hover {
    color: #ff521d !important;
  }
  .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.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 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: #323232 !important;
    border: none;
    left: auto;
    top: 0;
    right: 0;
    position: fixed;
    margin: 0;
    z-index: 3000;
  }
  .toggle_menu.mobile-active:after {
    position: absolute;
    top: 20px;
    left: 1px;
    font-family: 'rt-icons-2';
    content: "\e117";
    font-size: 40px;
    color: #ffffff;
  }
  .toggle_menu.mobile-active span {
    display: none;
  }
  .nav-justified > li > a {
    text-align: left;
  }
  .sf-menu {
    position: fixed;
    overflow: auto;
    background-color: #323232;
    padding: 10px 20px 10px 10px;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 100%;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 400;
    word-wrap: break-word;
    text-align: left;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    opacity: 0;
  }
  .mobile-active .sf-menu {
    opacity: 1;
    right: 20px;
  }
  .sf-menu > li > a,
  .sf-menu a {
    color: #ffffff;
  }
  .sf-menu ul {
    list-style: none;
    padding-left: 10px;
  }
  .sf-menu ul li a {
    display: block;
    padding: 10px;
    font-weight: 300;
    font-size: 16px;
    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: 'rt-icons-2';
    content: '\e7c1';
    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: #323232;
  }
}


/*// Main navihation //*/
.sf-menu ul {
  background: #2e313a;
  padding: 23px 40px;
  box-sizing: border-box;
  min-width: 180px;
}
.sf-menu ul li {
  border-bottom: 1px solid #43464e;
}
.sf-menu ul li:last-child {
  border-bottom: none;
}
.sf-menu ul li a {
  color: #fff;
  padding: 0;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
.sf-menu ul li a:hover {
  color: #ff521d;
}
.sf-menu ul ul {
  right: -222px !important;
  width: 180px;
  left: auto !important;
  top: -23px;
  background: #ff521d;
}
.sf-menu ul ul li {
  border-bottom: 1px solid #ff6434;
}
.sf-menu ul ul li a:hover {
  color: #2e313a;
}



/*isotope*/

/* item media links */
.item-media {
  position: relative;
  overflow: hidden;
}

.media-links {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.media-links div {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -25px;
  z-index: 4;
}

.media-links:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(55, 52, 47, 0.5);
  filter: alpha(opacity=0);
  opacity: 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;
}

[class*="item"]:hover .media-links:before {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.media-links a.abs-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

[class*="item"]:hover .media-links a.abs-link {
  opacity: 1;
}

.media-links a.abs-link:before {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: 30px;
  right: 30px;
  border: 1px solid #ffffff;
}

.links-wrap a {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  top: -100px;
  display: inline-block;
  z-index: 5;
  font-size: 24px;
  text-align: center;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  border: 1px solid #ff521d;
  background-color: #ff521d;
  color: #ffffff;
}

.links-wrap a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.links-wrap a.p-link {
  background-color: transparent;
  border-color: #ffffff;
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.links-wrap a:before {
  font-family: 'rt-icons-2';
  content: "\e6d4";
}

.links-wrap a.p-link:before {
  content: "\e707";
}

[class*="item"]:hover .links-wrap a {
  top: 0px;
  filter: alpha(opacity=100);
  opacity: 1;
}

[class*="item"]:hover .media-links div {
  filter: alpha(opacity=100);
  opacity: 1;
}
.isotope_container {
  -webkit-transition: height 0.2s ease-in-out 0s;
  -moz-transition: height 0.2s ease-in-out 0s;
  -o-transition: height 0.2s ease-in-out 0s;
  -ms-transition: height 0.2s ease-in-out 0s;
  transition: height 0.2s ease-in-out 0s;
}


/*===========================
// HEADER:
*/

.mainmenu_wrapper {
  display: inline-block;
  float: none;
}

/*// Login //*/
.login_register {
  float: left;
  margin-left: -15px;
}
.login_register-link {
  float: left;
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  margin-left: 31px;
}
@media (max-width: 640px){
  .login_register-link {
    margin-left: 10px;
    font-size: 12px;
  }
}
@media (max-width: 480px){
  .login_register-link {
    line-height: 40px;
    font-size: 10px;
  }
}
.login_register-link:hover {
  color: #ff521d;
}
.login {
  float: left;
  position: relative;
}
.login_button {
  width: 60px;
  height: 60px;
  background: #ff521d;
  border: none;
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  text-align: center;
}

@media (max-width:480px){
  .login_button {
    width: 40px;
    height: 40px;
  }
}

.login_button::before {
  content: '\e654';
  font-family: 'rt-icons-2';
  font-size: 14px;
  line-height: 60px;
  display: inline-block;
  float: none;
  color: #fff;
  transition: 0.5s all;
}
@media (max-width:480px){ 
  .login_button::before {
    line-height: 40px;
  }  
}
.login_button:hover::before {
  color: #ff9d7f;
  transition: 0.5s all;
}

/*/ Login form /*/
.login_form {
  position: absolute;
  left: 0;
  background: #ff521d;
  padding: 40px 40px 36px;
  display: none;
  z-index: 10;
}
@media (max-width:480px){
  .login_form {
    padding: 25px;
  }
}
.login_text,
.login_password{
  width: 290px;
  height: 40px;
  border: none;
  margin-bottom: 10px;
  box-sizing: border-box;
  padding-left: 50px;
  position: relative;
  font-weight: 300;
  padding-right: 10px;
}
@media (max-width:480px){
  .login_text,
  .login_password {
    width: 230px;
  }
}
.login-text-label,
.login-password-label{
  position: relative;
  margin: 0;
}
.login-text-label:before {
  content: '\e654';
  font-family: 'rt-icons-2';
  display: inline-block;
  font-weight: 300;
  float: none;
  color: #2e313a;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
.login-password-label:before {
  content: '\e655';
  font-family: 'rt-icons-2';
  display: inline-block;
  font-weight: 300;
  float: none;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
.login_form-block {
  text-align: left;
  margin-bottom: 18px;
}
@media (max-width:480px){
  .login_form-block {
    margin-bottom: 5px;
  }
}
.login_submit {
  display: inline-block;
  float: none;
  border: none;
  background: #2e313a;
  color: #ffffff;
  font-size: 14px;
  line-height: 12px;
  padding:14px 38px;
  transition: 0.5s all;
  margin-right: 30px;
}
@media (max-width:480px){
  .login_submit {
    margin-right: 10px;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}
.login_submit:hover {
  background: #000;
  transition: 0.5s all;
}
.login_form-block label {
  color: #2e313a;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  cursor: pointer;
  transition: 0.5s all;
}
.login_form-block label:hover {
  color: #fff;
  transition: 0.5s all;
}
input.login-checkbox {
  margin: 0 10px 0 0;
  display: inline-block;
}
input[type="checkbox"], 
input[type="checkbox"]:avtive, 
input[type="checkbox"]:focus {
  outline: none;
}
.login_forgot-password {
  float: left;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}
.login_forgot-password:hover {
  color: #ff9d7f;
}

/*// Search //*/
.search-social {
  float: right;
}
.search_modal_button {
  margin-right: -15px;
  width: 60px;
  height: 60px;
  background: #ff521d;
  display: block;
  transition: 0,5s all;
  float: right;
}
@media (max-width:480px){
  .search_modal_button {
    width: 40px;
    height: 40px;
  }
}
.search_modal_button i {
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  display: inline-block;
  float: none;
  transition: 0,5s all;
}
@media (max-width:480px){
  .search_modal_button i {
    line-height: 40px;
  }
}
.search_modal_button:hover i {
  color: #ff9d7f;
  transition: 0,5s all;
}

/*// Search modal //*/
.modal {
  top: 60px;
}
@media (max-width:480px){
  .modal {
    top: 40px;
  }
}
.widget_search {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}
.widget_search {
  text-align: center;
  font-size: 0;
  line-height: 0;
}
.widget_search::after {
  content: '';
  display: table;
  clear: both;
}
.searchform {
  display: inline-block;
  float: none; 
}
.widget_search .form-control {
  width: 1190px;
}
@media (max-width:1280px){
  .widget_search .form-control {
    width: 700px;
  }
}
@media (max-width:991px){
  .widget_search .form-control {
    width: 600px;
  }
}
@media (max-width:767px){
  .widget_search .form-control {
    width: 400px;
  }
}
@media (max-width:640px){
  .widget_search .form-control {
    width: 250px;
  }
}
@media (max-width:480px){
  .widget_search .form-control {
    width: 250px;
  }
}
.widget_search .form-group {
  margin: 0;
  float: left;
}
.widget_search .form-control:focus {
  box-shadow: none;
}
.widget_search .form-group {
 float: left;
}
.widget_search .theme_button {
  float: left;
  height: 59px;
  width: 60px;
  border: none;
  padding: 0 !important;
  background: transparent;
}
@media (max-width:480px){
  .widget_search .theme_button {
    height: 40px;
    width: 40px;
  }
}
.widget_search .theme_button::before {
  content: '\e656';
  font-family: 'rt-icons-2';
  font-size: 28px;
  line-height: 59px;
  color: #ff521d;
  transition: 0.5s all;
}
.widget_search .theme_button:hover::before {
  color: #ffb5a8;
  transition: 0.5s all;
}

/*// Social //*/
.social {
  float: left;
  margin: 15px 0;
}
@media (max-width:480px){
  .social {
    margin: 5px 0;
  }
}
.social li {
  margin-right: 29px;
}
.social-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-list li {
  display: inline-block;
  float: none;
  margin-bottom: 0;
}
@media (max-width: 640px){
  .social li {
    margin-right: 15px;
  }
}
@media (max-width: 480px){
  .social li {
    margin-right: 8px;
  }
}
.social-list li a i:hover::before {
  color: #ff9d7f;
  transition: 0.5s all;
}
.soc-facebook::before {
  font-family: 'socicon';
  content: 'b';
  font-size: 16px;
  line-height: 18px;
  color: #507cbe;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
}
.soc-twitter::before {
  font-family: 'socicon';
  content: 'a';
  font-size: 16px;
  line-height: 18px;
  color: #00abef;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s all;
}
.soc-google::before {
  font-family: 'socicon';
  content: 'c';
  font-size: 16px;
  line-height: 18px;
  color: #d93e2d;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  transition: 0.5s all;
}


/*// Logo //*/
.home .logo {
  text-align: center;
  margin: 21px 0 0;
}
.logo {
  text-align: left;
  margin: 0;
}
.page_toplogo {
  margin: 31px 0;
}
.page_toplogo::after{
  clear: both;
  content: '';
  display: table;
}

@media (max-width:767px){
  .logo {
    text-align: center;
    margin: 0;
  }
  .page_toplogo {
    margin-bottom: 20px;
  }
}
@media (max-width:480px){
  .home .logo {
    margin: 0;
  }
}
.home .logo_content {
  font-size: 56px;
  line-height: 60px;
  font-weight: 100;
  font-family: 'Roboto', 'Arial', sans-serif;
  text-transform: uppercase;
  color: #2e313a;
}
.logo_content {
  font-size: 42px;
  line-height: 40px;
  font-weight: 100;
  font-family: 'Roboto', 'Arial', sans-serif;
  text-transform: uppercase;
  color: #2e313a;
}
.home .logo_content span {
  font-size: 56px;
  line-height: 60px;
  font-weight: 900;
  font-family: 'Roboto', 'Arial', sans-serif;
  text-transform: uppercase;
  color: #ff521d;
  margin-left: -15px;
}
.logo_content span {
  font-size: 42px;
  line-height: 40px;
  font-weight: 900;
  font-family: 'Roboto', 'Arial', sans-serif;
  text-transform: uppercase;
  color: #ff521d;
  margin-left: -10px;
}
.home .logo_subtitle {
  text-align: center;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #b3b3b3;
  text-transform: uppercase;
}
.logo_subtitle {
  text-align: left;
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  color: #b3b3b3;
  text-transform: uppercase;
}
@media (max-width:767px){
  .logo_subtitle {
    text-align: center;
  }
}
@media (max-width:479px){
  .home .logo_content {
  font-size: 34px;
  line-height:34px
  }
}
@media (min-width: 480px) and (max-width: 757px){
  .home .logo_content {
  font-size: 46px;
  line-height:36px
  }
}
/*// Banners //*/
.banners-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.banners-container {
  font-size: 0;
  background: #fff;
}
.banners-container::after {
  content: '';
  display: table;
  clear: both;
}
.banners-block-01,
.banners-block-02 {
  display: inline-block;
  vertical-align: middle;
}
.banners-item_01 {
  width: 20%;
}
@media (max-width: 1199px){
  .banners-item_01 {
    width: 50%;
  }
}
@media (max-width: 767px){
  .banners-item_01 {
    width: 100%;
  }
}
.banners-item_01 a {
  display: block;
  padding: 5px;
}
.banners-item_01 a img {
  width: 100%;
}
.banners-item_02 {
  width: 40%;
}
@media (max-width: 1199px){
  .banners-item_02 {
    width: 66.6%;
  }
}
@media (max-width: 767px){
  .banners-item_02 {
    width: 100%;
  }
}
.banners-item_02 a {
  display: block;
  padding: 5px;
}
.banners-item_02 a img {
  width: 100%;
}
.banners-item_03 {
  width: 100%;
  transition: 0.5s all;
}
.banners-item_03 a img {
  width: 100%;
}

.banners-item_03 a {
  display: block;
  padding: 5px;
}
.banners-item_04 {
  display: inline-block;
  padding: 5px;
  width: 20%;
}
@media (max-width: 1199px){
  .banners-item_04 {
    width: 33.4%;
  }
}
@media (max-width: 767px){
  .banners-item_04 {
    width: 100%;
  }
}
.banners-item_04 a {
  display: block;
}
.banners-item_04 a img {
  width: 100%;
}
.banner-block-01 {
  width: 40%;
  float: left;
}
@media (max-width: 1199px){
  .banner-block-01 {
    width: 66.5%;
  }
}
@media (max-width: 767px){
  .banner-block-01 {
    width: 100%;
  }
}
.banner-block-02 {
  width: 20%;
  float: left;
}
@media (max-width: 1199px){
  .banner-block-02 {
    width: 33.3%;
  }
}
@media (max-width: 767px){
  .banner-block-02 {
    width: 100%;
  }
}
.banner-block-02 .banners-item {
  display: block;
  padding: 5px;
}
.banner-block-02 .banners-item {
  width: 100%;
}
.banner-block-02 .banners-item a {
  display: block;
}
.banner-block-02 .banners-item a img {
  width: 100%;
}
.banner-block-03 {
  width: 20%;
  float: left;
}
@media (max-width: 1199px){
  .banner-block-03 {
    width: 49.8%;
  }
}
@media (max-width: 767px){
  .banner-block-03 {
    width: 100%;
  }
}
.banner-block-03 .banners-item {
  width: 100%;
  padding: 5px;
}
.banner-block-03 .banners-item a {
  display: block;
}
.banner-block-03 .banners-item a img {
  width: 100%;
}
.banner-block-04 {
  width: 20%;
  float: left;
  padding: 5px;
}
@media (max-width: 1199px){
  .banner-block-04 {
    width: 49.5%;
  }
}
@media (max-width: 767px){
  .banner-block-04 {
    width: 100%;
  }
}
.banner-block-04 .banners-item {
  width: 100%;
}
.banner-block-04 .banners-item a {
  display: block;
}
.banner-block-04 .banners-item a img {
  width: 100%;
}
.banner-content {
  position: absolute;
  bottom:19px;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 40px;
  overflow: hidden;
  transition: 0.5s all;
}
@media (max-width: 1900px){
  .banner-content {
    padding: 0 20px;
  }
}
@media (max-width: 1540px){
  .banner-content {
    padding: 0 15px;
  }
}
@media (max-width: 1199px){
  .banner-content {
    padding: 0 20px;
  }
}
@media (max-width: 767px){
  .banner-content {
    padding: 0 20px;
  }
}
@media (max-width: 640px){
  .banner-content {
    bottom:8px;
  }
}
.banners-item .banner-content .banner-content_mark {
  display: inline-block;
}
.banner-content .banner-content_mark {
  background: #ff521d;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  padding: 0 11px;
  letter-spacing: -0.9px;
  margin-bottom: 2px;
}
.banner-content .banner-content_mark:hover {
  background: #000;
}
.banner-content_title {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 1400px){
  .banner-content_title {
    margin-bottom: 5px;
  }
}
.banner-content_title a {
  margin: 0;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  padding: 0;
  font-weight: 900;
}
@media (max-width: 1900px){
  .banner-content_title a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 1400px){
  .banner-content_title a {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1199px){
  .banner-content_title a {
    font-size: 16px;
    line-height: 18px;
  }
}
@media (max-width: 767px){
  .banner-content_title a {
    font-size: 16px;
    line-height: 18px;
  }
}
.banner-content_title a:hover {
  color: #ff937d;
}
.banner-content_date {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 1280px){
  .banner-content_date{
    font-size: 11px;
  }
}
@media (max-width: 1199px){
  .banner-content_date{
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px){
  .banner-content_date{
    font-size: 12px;
    line-height: 14px;
  }
}
.banner-content_meta .banner-content_like {
  display: block;
  float: right;
  font-size: 12px;
  line-height: 16px;
  color: #b2b2b2;
  padding: 0;
}
.banner-content_text {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  max-height: 75px;
  margin-bottom: -75px;
  transition: 0.5s all;
  overflow: hidden;
}
@media (max-width: 1580px){
  .banner-content_text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 1199px){
   .banner-content_text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 991px){
  .banner-content_text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px){
   .banner-content_text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px){
   .banner-content_text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 480px){
  .banners-item_02 .banner-content_text {
    display: none;
  }
}
.banner-content_meta {
  transition: 0.5s all;
}
.banner-content_meta::after {
  content: '';
  display: table;
  clear: both;
}
.banners-item:hover .banner-content_meta {
  margin-bottom: 10px;
  transition: 0.5s all;
}
@media (max-width: 1580px){
  .banners-item:hover .banner-content_meta {
    margin-bottom: 0;
  }
}
.banners-item:hover .banner-content_text {
  margin-bottom: 20px;
  transition: 0.5s all;
}
@media (max-width: 1700px){
  .banners-item:hover .banner-content_text {
    margin-bottom: 0;
    transition: 0.5s all;
  }
}
@media (max-width: 767px){
  .banners-item:hover .banner-content_text {
    margin-bottom: 10px;
    transition: 0.5s all;
  }
}
.banners-item::after {
  content: '';
  display: inline-block;
  visibility: collapse;
  opacity: 0;
  transition: 0.5s all;
  float: none;
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(46,49,58, 0.8) repeat;
}
.banners-item:hover::after {
  visibility: visible;
  opacity: 1;
  transition: 0.5s all;
}
.banner-content_like::hover {
  color: #ff937d;
  
}
.banner-content_like::before {
  content: '\e047';
  font-family: 'rt-icons-2';
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  margin-right: 6px;
}

/*// Home portfolio //*/
.home_portfolio {
  background: #f8f8f8;
  padding-top: 34px;
  margin-top: 47px;
  margin-bottom: 74px;
  padding-bottom: 10px;
}
.home_portfolio .isotope-item {
  padding: 5px;
  position: relative;
}

/*// Banner slide //*/
.banner-slide {
  background: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 5px;
  position: relative;
}
@media (max-width: 767px){
  .banner-slide {
    margin-top: 30px;
  }
}
.banner-slide .carousel-inner .item {
  text-align: center;
}
.banner-slide .carousel-inner .item img {
  display: inline-block;
  float: none;
}
.banner-slide-left,
.banner-slide-right{
  position: absolute;
  top: 50%;
  margin-top: -10px;
  width: 10px;
  height: 20px;
}
.banner-slide-left {
  left: 33px;
}
.banner-slide-right {
 right: 43px;
}
.banner-slide-left i,
.banner-slide-right i {
  color: #b2b2b2;
  font-size: 25px;
  line-height: 20px;
  font-weight: 100;
  transition: 0.5s all;
}
.banner-slide-left i:hover,
.banner-slide-right i:hover {
  color: #000;
  transition: 0.5s all;
}

/*// Posts tabs //*/
.posts-tabs {
  margin-bottom: 80px;
}
@media (max-width:991px){
  .posts-tabs {
    margin-bottom: 40px;
  }
}
@media (max-width:480px){
  .posts-tabs {
    margin-bottom: 20px;
  }
}
.posts-tabs_controls {
  padding: 0;
  margin: 0;
  border-bottom: 5px solid #ff521d;
  margin-bottom: 40px;
}
@media (max-width:480px){
  .posts-tabs_controls {
    margin-bottom: 20px;
  }
}
.posts-tabs_controls::after {
  content: '';
  display: table;
  clear: both;
}
.posts-tabs_controls li {
  list-style: none;
  display: block;
  float: left;
  border-right: 1px solid #fff;
  margin-bottom: 0;
}
@media (max-width: 480px){
  .posts-tabs_controls li {
    float: none;
    border-right: none;
  }
}
.posts-tabs_controls li:last-child {
  border-right: none;
}
.posts-tabs_controls li a {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #2e313a;
  padding: 22px 50px;
  display: block;
  font-weight: 300;
}
@media (max-width: 767px){
  .posts-tabs_controls li a {
    padding: 12px 20px;
  }
}
.posts-tabs_controls li.active a {
  background: #ff521d;
}
li.posts-tabs_controls-left {
  float: right;
  text-align: center;
}
@media (max-width: 480px){
  li.posts-tabs_controls-left {
    display: none;
  }
}
li.posts-tabs_controls-left a {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  padding: 0;
  border-right: 1px solid #efefef;
}
@media (max-width: 767px){
  li.posts-tabs_controls-left a {
    width: 40px;
    height: 40px;
  }
}
li.posts-tabs_controls-left i {
  line-height: 60px;
  display: inline-block;
  float: none;
  font-size: 25px;
  color: #b2b2b2;
}
@media (max-width: 767px){
  li.posts-tabs_controls-left i {
    line-height: 40px;
  }
}
li.posts-tabs_controls-left a:hover i {
  color: #000;
}
li.posts-tabs_controls-right {
  float: right;
  text-align: center;
}
@media (max-width:480px){
  li.posts-tabs_controls-right {
    display: none;
  }
}
li.posts-tabs_controls-right a {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  padding: 0;
}
@media (max-width: 767px){
  li.posts-tabs_controls-right a {
    width: 40px;
    height: 40px;
  }
}
li.posts-tabs_controls-right i {
  line-height: 60px;
  display: inline-block;
  float: none;
  font-size: 25px;
  color: #b2b2b2;
}
@media (max-width: 767px){
  li.posts-tabs_controls-right i {
    line-height: 40px;
  }
}
li.posts-tabs_controls-right a:hover i {
  color: #000;
}

/*// Table posts //*/
.tabs-posts {
  background: #fff;
}
@media (max-width: 767px){
  .tabs-posts  {
    margin-bottom: 40px;
  }
}
.tabs-posts_img a {
  display: block;
}
.tabs-posts_img a img {
  width: 100%;
}
.tabs-posts_wrapper {
  padding: 40px;
}
@media (max-width: 1199px){
  .tabs-posts_wrapper {
    padding: 20px;
  }
}
@media (max-width: 991px){
  .tabs-posts_wrapper {
    padding: 10px;
  }
}
.tabs-posts_title {
  margin: 0;
}
.tabs-posts_title a {
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
}
@media (max-width: 1199px){
  .tabs-posts_title a {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 991px){
  .tabs-posts_title a {
    font-size: 18px;
    line-height: 22px;
  }
}
.tabs-posts_title a:hover {
  color: #ff521d;
}
.tabs-posts_meta-info {
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  font-weight: 300;
  color: #b2b2b2;
}
.tabs-posts_meta-info a {
 color: #b2b2b2;
  transition:0.5s all;
}
.tabs-posts_meta-info a:hover {
  color: #000;
  transition:0.5s all;
}
.tabs-posts_meta {
  margin-bottom: 18px;
}
.tabs-posts_meta-likes {
  float: right;
  display: block;
  color: #b2b2b2;
  font-size: 12px;
  line-height: 26px;
  font-weight: 300;
}
.tabs-posts_meta-likes:hover {
  color: #000;
}
.tabs-posts_meta-likes::before {
  content: '\e024';
  font-family: 'rt-icons-2';
  display: inline-block;
  vertical-align: top;
  float: none;
  color: #ff521d;
  font-size: 14px;
  line-height: 24px;
  margin-right: 5px;
}
.tabs-posts_content {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #7f7f7f;
  margin-bottom: 20px;
}
@media (max-width: 991px){
  .tabs-posts_content {
    margin-bottom: 10px;
  }
}
.tabs-posts_content-mark {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #ff521d;
  padding: 0 11px;
  text-transform: uppercase;
  margin-bottom: 0;
  letter-spacing: -0.9px;
}
.tabs-posts_content-mark:hover {
  color: #fff;
  background: #000;
}
@media (max-width: 991px){
  .tabs-posts_content-mark {
    margin-bottom: 10px;
  }
}
.tabs-posts_price {
  font-size: 42px;
  line-height: 50px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #ff521d;
  font-weight: 900;
  background: #f8f8f8;
  padding: 0 40px;
  margin-left: -40px;
  margin-right: -40px;
  margin-bottom: 23px;
}
@media (max-width: 991px){
  .tabs-posts_price {
    font-size: 32px;
    line-height: 30px;
  }
}
.tabs-posts_button {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #ff521d;
  padding: 12px 32px;
}
.tabs-posts_button:hover {
  color: #fff;
  background: #2e313a;
}
.page_shop .tabs-posts_title a {
  font-size: 27px;
}
.page_shop .banner-slide {
  margin: 0;
}

/*// Parallax 01 //*/
.parallax-01 {
  background: url(../images/parallax/parallax_01.jpg) no-repeat center center;
  text-align: center;
  padding: 74px 0 80px;
  margin-bottom: 71px;
}
@media (max-width: 991px){
  .parallax-01 {
    padding: 40px 0 60px;
  }
}
@media (max-width: 480px){
  .parallax-01 {
    padding: 20px 0 40px;
  }
}
.parallax-01_title {
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  color: #e3e2e1;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 100;
  margin: 0 0 34px;
}
.parallax-01_wrapper {
  text-align: center;
  margin-bottom: 15px;
}
.parallax-01_content {
  display: inline-block;
  float: none;
  width: 568px;
  height: 178px;
  border: 1px dashed #656a76;
  padding-top: 21px;
}
.parallax-01_content:hover .parallax-01_upload {
  color: #fff;
  transition: 0.5s all;
}
@media (max-width: 991px){
  .parallax-01_content {
    width: 368px;
    height: 178px;
  }
}
@media (max-width: 480px){
  .parallax-01_content {
    padding-top: 10px;
    width: 268px;
    height: 178px;
  }
}
i.parallax-01_upload {
  font-size: 120px;
  line-height: 110px;
  color: #ff521d;
  font-weight: bold;
  transition: 0.5s all;
}
.parallax-01_info {
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #b1b1b1;
  margin-top: -17px;
  display: block;
}
@media (max-width: 480px){
  .parallax-01_info {
    margin-top: 0;
  }
}
.parallax-01_in {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  margin-bottom: 16px;
  display: inline-block;
}
.parallax-01_button {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 13px 37px;
  background: #ff521d;
}
.parallax-01_button:hover {
  color: #fff;
  background: #2e313a;
}

/*// Home posts //*/
.home-post-title {
  margin: 0;
  font-size: 42px;
  line-height: 50px;
  font-weight: 100;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #2e313a;
  margin-bottom: 19px;
}
.home-post-pagination {
  padding: 0;
  margin: 0 0 40px;
}
.home-post-pagination::after {
  content: '';
  display: table;
  clear: both;
}
.home-post-pagination li {
  list-style: none;
  display: block;
  float: left;
  border-right: 1px solid #efefef;
}
.home-post-pagination li a {
  display: block;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  color: #2e313a;
  font-size: 14px;
  background: #fff;
  text-align: center;
}
.home-post-pagination li a:hover {
  color: #fff;
  background: #ff521d;
}
.home-post-pagination li.current a {
  color: #fff;
  background: #ff521d;
}

/*// Post banner //*/
.home-post-banner {
  background: #fff;
  margin-bottom: 40px;
}
@media (max-width: 1199px){
  .home-post-banner {
    margin-bottom: 20px;
  }
}
.home-post-banner a {
  display: block;
  padding: 6px;
}
.home-post-banner a img {
  width: 100%;
}

.home-post-item {
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  padding-top: 30px;
}
.home-post-item:first-child {
  padding-top: 0;
}
.home-post-item:last-child {
  border-bottom: none;
}
.home-post-item::after {
  content: '';
  display: table;
  clear: both;
}
.home-post_img {
  width: 47%;
  height: auto;
  float: left;
}
@media (max-width:480px){
  .home-post_img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-post_img a {
  display: block;
}
.home-post_img a img {
  display: block;
  width: 100%;
}
.home-post_content {
  width: 53%;
  float: left;
  padding-left: 40px;
}

@media (max-width: 1199px){
  .home-post_content {
    padding-left: 20px;
  }
}
@media (max-width: 480px){
  .home-post_content {
    width: 100%;
    padding: 0;
  }
}
.home-post_title {
  margin: 29px 0 7px;
}
@media (max-width: 1199px){
  .home-post_title {
    margin: 0 0 7px;
  }
}
.home-post_title a {
  font-size: 28px;
  line-height: 30px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #2e313a;
  font-weight: 300;
}
@media (max-width: 1199px){
  .home-post_title a {
    font-size: 22px;
    line-height: 26px;
  }
}
.home-post_title a:hover {
  color: #d93e2d;
}
.home-post_info {
  display: block;
  float: left;
  margin: 0;
}
@media (max-width: 1199px){
  .home-post_info {
    width: 100%;
  }
}
.home-post_meta {
  margin-bottom: 16px;
}
@media (max-width: 1199px){
  .home-post_meta {
  margin-bottom: 5px;
}
}
.home-post_meta::after {
  content: '';
  display: table;
  clear: both;
}
.home-post_meta-info {
  display: block;
  float: right;
  margin: 0;
}

@media (max-width: 1199px){
  .home-post_meta-info {
    float: left;
  }
}

.home-post_meta-views {
  display: inline-block;
}
.home-post_info {
  font-size: 12px;
  line-height: 24px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #b2b2b2;
  font-weight: 300;
}
.home-post-text {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  color: #7f7f7f;
  font-family: 'Roboto', 'Arial', sans-serif;
}
.home-post_meta-likes {
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
}
.home-post_meta-likes::before {
  content: '\e024';
  font-size: 14px;
  line-height: 12px;
  font-family: 'rt-icons-2';
  display: inline-block;
  margin-right: 4px;
  color: #ff521d;
}
.home-post_meta-likes:hover {
  color: #000;
}
.home-post_meta-comments {
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
  margin-left: 14px;
}
.home-post_meta-comments:hover {
  color: #000;
}
.home-post_meta-comments::before {
  content: '\f0e5';
  font-size: 14px;
  line-height: 12px;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 4px;
  color: #ff521d;
}
.home-post_meta-views {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
  margin-left: 19px;
}
.home-post_meta-views::before {
  content: '\f06e';
  font-size: 14px;
  line-height: 12px;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 4px;
  color: #ff521d;
}

/*// Widget //*/
.widget {
  background: #f8f8f8;
  padding: 35px;
  margin-bottom: 40px;
}
@media (max-width: 1199px){
  .widget {
    padding: 15px;
  }
}
.widget-title {
  margin: 0 0 25px 0;
  font-size: 28px;
  line-height: 30px;
  font-weight: 100;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #2e313a;
}
.widget_featured_posts-block {
  background: #fff;
  margin-bottom: 10px;
}
.widget_featured_posts-block:last-child {
  margin-bottom: 0;
}
.widget_featured_posts-block::after {
  content: '';
  display: table;
  clear: both;
}
.widget_featured_posts-img {
  width: 35%;
  float: left
}
@media (max-width: 991px){
    .widget_featured_posts-img {
      width: auto;
      float: left
    }
}
@media (max-width: 650px){
    .widget_featured_posts-img {
        width: 20%;
        float: left
    }
}
@media (max-width: 585px){
    .widget_featured_posts-img {
        width: 25%;
        float: left
    }
}
@media (max-width: 480px){
    .widget_featured_posts-img {
        width: 40%;
        float: left
    }
}
.widget_featured_posts-title {
  margin: 0 0 5px;
}
.widget_featured_posts-title a {
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #7f7f7f;
}
.widget_featured_posts-title a:hover {
  color: #000;
}
.widget_featured_posts-content {
  width: 65%;
  float: left;
  padding: 7px 19px 8px;
}
@media (max-width: 991px){
    .widget_featured_posts-content {
      width: 83%;
    }
}
@media (max-width: 650px){
    .widget_featured_posts-content {
      width: 80%;
    }
}
@media (max-width: 585px){
    .widget_featured_posts-content {
      width: 75%;
    }
}
@media (max-width: 480px){
    .widget_featured_posts-content {
        width: 60%;
        padding: 5px;
    }
}
.widget_featured_posts-meta-views {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #b2b2b2;
  float: left;
  margin: 0;
}
.widget_featured_posts-meta-likes {
  font-size: 12px;
  line-height: 14px;
  font-weight: 100;
  display: block;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #b2b2b2;
  float: right;
  margin: 0;
}
.widget_featured_posts-meta-likes::before {
  content: '\e024';
  font-size: 14px;
  line-height: 14px;
  font-family: 'rt-icons-2';
  display: inline-block;
  margin-right: 4px;
  color: #ff521d;
}
.widget_mailchimp {
  background: #2e313a;
}
.widget_mailchimp::after {
  content: '';
  display: table;
  clear: both;
}
.widget_mailchimp .widget-title {
  color: #fff;
  margin: 0 0 23px;
}
.widget_mailchimp p {
  font-size: 14px;
  line-height: 16px;
  color: #7f7f7f;
  margin-bottom: 17px;
}
.widget_mailchimp .mailchimp_email {
  border-radius: 0;
  border: none;
  float: left;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 20px;
}
.widget_mailchimp .form-group {
  max-width: 250px;
  width: 100%;
  margin-bottom: 5px;
  float: left;
}
@media (max-width: 1199px){
  .widget_mailchimp .form-group {
    max-width: 220px;
  }
}
.widget_mailchimp .theme_button {
  width: 40px;
  height: 40px;
  float: left;
  padding: 0;
  border: none;
  background: #ff521d;
  font-size: 0;
  text-align: center;
  transition: 0.5s all;
  margin-bottom: 5px;
}
.widget_mailchimp .theme_button::before {
  content: '\e73f';
  font-family: 'rt-icons-2';
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  float: none;
}
.widget_mailchimp .theme_button:hover {
  background: #ff937d;
  transition: 0.5s all;
}

/*/ Tag cloud /*/
.widget_tag_cloud::after {
  content: '';
  display: table;
  clear: both;
}
.widget_tag_cloud .tagcloud a {
  font-size: 14px;
  line-height: 16px;
  color: #2e313a;
  display: block;
  float: left;
  background: #fff;
  padding: 12px 19px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: 0.5s all;
}
.widget_tag_cloud .tagcloud a:hover {
  background: #ff521d;
  color: #fff;
  transition: 0.5s all;
}
/*// Calendar //*/
.widget_calendar {
  padding: 0;
}
.widget_calendar .widget-title {
  padding: 40px 40px 0;
}
.widget_calendar table {
  width: 100%;
}
.widget_calendar table caption {
  background: #ff521d;
  text-align: center;
  padding: 0;
  font-size: 28px;
  line-height: 60px;
  color: #fff;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
}
.calendar_prev,
.calendar_next {
  display: block;
  width: 60px;
  height: 60px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  transition: 0.5s all;
}
.calendar_prev {
  float: left;
  border-right: 1px solid #ff754a;
}
.calendar_prev::before {
  content: '\e110';
  font-family: 'rt-icons-2';
  font-size: 30px;
  line-height: 60px;
  color: #fff;
}
.calendar_next {
  float: right;
  border-left: 1px solid #ff754a;
}
.calendar_next::before {
  content: '\e111';
  font-family: 'rt-icons-2';
  font-size: 30px;
  line-height: 60px;
  color: #fff;
}
.calendar_prev:hover,
.calendar_next:hover {
  background: #2e313a;
  transition: 0.5s all;
}
.widget_calendar tr th {
  text-align: center;
  color: #fff;
  background: #2e313a;
  font-size: 14px;
  line-height: 30px;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  padding: 6px;
}
.widget_calendar tr td {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  padding: 6px;
}
.widget_calendar tr td a {
  background: #efefef;
  color: #ff521d;
  display: block;
}
.widget_calendar tr td a:hover {
  color: #fff;
  background: #2e313a;
}
.widget_social {
  padding: 0;
  text-align: center;
}
@media (max-width: 1199px){
  .widget_social {
    text-align: center;
  }
}
.widget_social::after {
  content: '';
  display: table;
  clear: both;
}
.widget_social .sidebar_facebook {
  display: inline-block;
  color: #fff;
  background: #507cbe;
  float: none;
  margin-right: 2px;
  margin-bottom: 5px;
  vertical-align: top;
}
.widget_social .sidebar_facebook:hover {
  background: #2e313a;
}
.widget_social .sidebar_facebook i {
  color: #fff;
}
.facebook-ico {
  display: block;
  text-align: center;
  padding-top: 16px;
}
.facebook-ico::before {
  content: 'b';
  font-family: 'socicon';
  display: inline-block;
  color: #fff;
  font-size: 35px;
  line-height: 48px;
  font-style: normal;
}
.facebook_content {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #b5c5e0;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
}
.facebook_content span {
  display: block;
  font-weight: 900;
}
.widget_social .sidebar_twitter {
  background: #00abef;
  display: inline-block;
  float: none;
  transition: 0.5s all;
  margin-right: 2px;
  margin-bottom: 5px;
  vertical-align: top;
}
.widget_social .sidebar_twitter:hover {
  background: #2e313a;
  transition: 0.5s all;
}
.widget_social .sidebar_twitter .loading {
  padding: 10px;
  color: #fff;
}
.widget_social .sidebar_google {
  display: inline-block;
  color: #fff;
  background: #d93e2d;
  float: none;
  margin-bottom: 5px;
  vertical-align: top;
}
.widget_social .sidebar_google:hover {
  background: #2e313a;
}
.google-ico {
  display: block;
  text-align: center;
  padding-top: 16px;
}
.google-ico::before {
  content: 'c';
  font-family: 'socicon';
  display: inline-block;
  color: #fff;
  font-size: 35px;
  line-height: 48px;
  font-style: normal;
}
.twitter-ico {
  display: block;
  text-align: center;
  padding-top: 16px;
}
.twitter-ico::before {
  content: 'a';
  font-family: 'socicon';
  display: inline-block;
  color: #fff;
  font-size: 35px;
  line-height: 48px;
  font-style: normal;
}
.widget_social .google_content {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  opacity: 0.5;
}
.widget_social .twitter_content {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  opacity: 0.5;
}
.widget_social .google_content span {
  display: block;
  font-weight: 900;
}
.widget_social .twitter_content span {
  display: block;
  font-weight: 900;
}
.widget_social .sidebar_facebook,
.widget_social .sidebar_twitter,
.widget_social .sidebar_google {
  width: 116px;
  height: 116px;
}
@media (max-width: 1199px){
  .widget_social .sidebar_facebook, 
  .widget_social .sidebar_twitter, 
  .widget_social .sidebar_google {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
}
.widget_social .people {
  height: 120px;
  width: 100%;
  text-align: center;
  float: left;
  background: #2e313a;
}
.widget_social .people:hover {
  background: #000;
}
.people-ico {
  display: block;
  text-align: center;
  margin-top: 29px;
}
.people-ico::before {
  content: '\e64d';
  font-family: 'rt-icons-2';
  font-size: 38px;
  height: 38px;
  display: inline-block;
  float: none;
  color: #fff;
  font-style: normal;
}
.widget_social .people_content {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  opacity: 0.5;
}
.widget_social .people_content span {
  font-size: 20px;
  display: block;
  font-weight: 900;
}
.widget .banners {
  display: block;
}
.widget .banners img {
  width: 100%;
}
aside .widget_search {
  text-align: left;
  background: transparent;
}
aside .widget_search .form-control {
  width: auto;
}
.widget_calendar tr .prev_mon {
  color: #b2b2b2;
}

/*// Widget archive //*/
.widget_archive ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #2e313a;
}
.widget_archive ul li a:hover {
  color: #ff521d;
}

/*// Recent Comments //*/
.widget_recent_comments ul li {
  font-size: 16px;
  line-height: 30px;
  color: #2e313a;
}
.widget_recent_comments ul li a {
 color: #ff8661;
}
.widget_recent_comments ul li a:hover {
  color: #ff521d;
}

/*// Banner post //*/
.banner-meta_pagination {
  text-align: center;
  margin-bottom: 40px;
}
.filters {
  text-align: center;
}
.filters::after {
  content: '';
  display: table;
  clear: both;
}
.filters .selected {
  background: #ff521d;
  color: #fff;
}
.filters a {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 16px;
  color: #2e313a;
  padding: 12px 21px;
  background: #fff;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  transition: 0.5s all;
  margin:5px;
}
.filters a:hover {
  background: #ff521d;
  color: #fff;
  transition: 0.5s all;
}
.banner-post-wrapp::after {
  content: '';
  display: table;
  clear: both;
}
.banner-post-item {
  width: 50%;
  float: left;
  padding: 5px;
  position: relative;
}
@media (max-width: 600px){
  .banner-post-item {
    width: 100%;
  }
}
.banner-post-item_img {
  display: block;
  width: 100%;
}
.banner-post-item_img a {
  display: block;
}
.banner-post-item_img a img {
  width: 100%;
}
.banner-post-item_content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 87px 84px 20px;
}
@media (max-width: 1280px){
  .banner-post-item_content {
    padding: 57px 54px 20px;
  }
}
@media (max-width: 1199px){
  .banner-post-item_content {
    padding: 37px 34px 20px;
  }
}
@media (max-width: 767px){
  .banner-post-item_content {
    padding: 20px;
  }
}
@media (max-width: 600px){
  .banner-post-item_content {
    padding: 40px;
  }
}
@media (max-width: 360px){
  .banner-post-item_content {
    padding: 30px;
  }
}
.banner-post-item_mark {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #fff;
  background: #ff521d;
  text-transform: uppercase;
  padding: 0 11px;
  margin: 0 0 22px 0;
  transition: 0.5s all;
}
.banner-post-item_mark:hover {
  color: #fff;
  background: #000;
  transition: 0.5s all;
}
@media (max-width: 991px){
  .banner-post-item_mark {
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px){
  .banner-post-item_mark {
    margin: 0 0 10px 0;
  }
}
.banner-post-item_title {
  margin: 0 0 21px;
  padding: 0;
}
@media (max-width: 991px){
  .banner-post-item_title {
    margin: 0 0 15px;
  }
}
@media (max-width: 767px){
  .banner-post-item_title {
    margin: 0 0 10px;
  }
}
.banner-post-item_title a {
  display: block;
  font-size: 42px;
  line-height: 40px;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1280px){
  .banner-post-item_title a {
    font-size: 32px;
    line-height: 30px;
  }
}
@media (max-width: 1199px){
  .banner-post-item_title a {
    font-size: 27px;
    line-height: 30px;
  }
}
@media (max-width: 767px){
  .banner-post-item_title a {
    font-size: 20px;
    line-height: 22px;
  }
}
.banner-post-item_title a:hover {
  color: #ffab9b;
}
.banner-post-item_date {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 767px){
  .banner-post-item_date {
    font-size: 12px;
    line-height: 14px;
  }
}
.banner-post_pagination {
  text-align: center;
}
.banner-post_pagination .home-post-pagination {
  margin-bottom: 19px;
}
.pag_list {
  display: inline-block;
  float: none;
  margin: 36px 0;
}
.content-block-01 {
  margin-top: 10px;
  margin-bottom: 75px;
}
.content-block-01_title {
  text-align: center;
  font-size: 42px;
  line-height: 42px;
  color: #2e313a;
  font-weight: 100;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin: 0 0 30px;
  padding: 0 20px;
}
@media (max-width: 640px){
  .content-block-01_title {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 480px){
  .content-block-01_title {
    font-size: 30px;
    line-height: 38px;
  }
}
.content-block-01_wrapp {
  padding: 0 15px;
}
@media (max-width: 1199px){
  .content-block-01_wrapp {
    text-align: center;
  }
}
.content-block-01_wrapp::after {
  content: '';
  display: table;
  clear: both;
}
.content-block-01_block {
  width: 11.11%;
  float: left;
  padding: 5px;
}
@media (max-width: 1199px){
  .content-block-01_block {
    width: 16.3%;
    display: inline-block;
    float: none;
  }
}
@media (max-width: 991px){
  .content-block-01_block {
    width: 19.6%;
  }
}
@media (max-width: 767px){
  .content-block-01_block {
    width: 24.5%;
  }
}
@media (max-width: 640px){
  .content-block-01_block {
    width: 32.7%;
  }
}
@media (max-width: 480px){
  .content-block-01_block {
    width: 100%;
  }
}
.content-block-01_block img {
  width: 100%;
}
.gallery_regular_list {
  display: inline-block;
  float: none;
  margin-top: 9px;
  margin-bottom: 73px;
}

/*===========================
// FOOTER:
*/
.page_footer {
  background: #2e313a;
  padding: 70px 0;
}
.page_footer .widget_mailchimp {
  margin: 0;
  padding: 0;
}
.footer-list {
  margin: 0;
  padding-left: 11px;
}
@media (max-width: 767px){
  .footer-list {
    margin-bottom: 30px;
  }
}
.footer-list li {
  list-style: none;
  position: relative;
  line-height: 16px;
}
.footer-list li::before {
  content: '.';
  display: inline-block;
  float: none;
  font-size: 23px;
  line-height: 16px;
  vertical-align: middle;
  color: #7f7f7f;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 900;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  left: -16px;
}
.footer-list li a {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.footer-list li a:hover {
  color: #ff521d;
}
.page_footer .widget-title {
  margin-top: 5px;
  margin-bottom: 32px;
}
.page_footer .widget_mailchimp .form-group {
  max-width: 515px;
}
@media (max-width: 1199px){
  .page_footer .widget_mailchimp .form-group {
    max-width: 415px;
  }
}
@media (max-width: 991px){
  .page_footer .widget_mailchimp .form-group {
    max-width: 305px;
  }
}
@media (max-width: 480px){
  .page_footer .widget_mailchimp .form-group {
    max-width: 205px;
  }
}
.page_footer .form-control::-moz-placeholder {
  font-style: italic;
}
.page_footer .form-control:-ms-input-placeholder {
  font-style: italic;
}
.page_footer .form-control::-webkit-input-placeholder {
  font-style: italic;
}

/*// Contacts //*/
.page_contacts {
  background: #25272e;
  padding: 52px 0 64px;
}
#map {
  height: 500px;
  margin-bottom: 80px;
}
@media (max-width: 767px){
  .page_contacts-wrapper {
    margin-bottom: 40px;
  }
  .page_contacts {
    padding-bottom: 22px;
  }
}
.page_contacts_title {
  margin: 0;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #7f7f7f;
  font-weight: 300;
  margin-bottom: 10px;
}
.page_contacts_content {
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1199px){
  .page_contacts_content {
    font-size: 20px;
    line-height: 22px;
  }
}
a.page_contacts_content:hover {
  color: #ff8d74;
}
a.page_contacts_content:hover span {
  color: #ff8d74;
  transition: 0.5s all;
}
.page_contacts_content span {
  color: #ff521d;
  transition: 0.5s all;
}

/*=============================
// COPYRIGHT:
*/
.page_copyright {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 52px;
}
.page_copyright p {
  margin: 10px 0 0;
}
@media (max-width: 767px){
  .page_copyright p {
    margin: 10px 0 30px;
    text-align: center;
  }
}
.page_copyright p a {
  color: #7f7f7f;
}
.page_copyright p a:hover {
  color: #ff521d;
}
.page_copyright p span::before {
  content: '\e64d';
  font-size: 14px;
  line-height: 16px;
  color: #ff521d;
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'rt-icons-2';
}
.f-soc-list {
  display: inline-block;
  float: none;
  padding: 0;
  margin: 0;
}
.f-soc-list li {
  list-style: none;
  display: block;
  float: left;
  margin-right: 1px;
}
.f-soc-list li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
}
.f-soc-list li a:hover i {
  background: #000;
  transition: 0.5s all;
}
.f-soc-list li a i {
  display: block;
  transition: 0.5s all;
}
.f-soc-list li a i::before {
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  font-style: normal;
}
.f-soc-list .soc-facebook {
  background: #507cbe;
}
.f-soc-list .soc-twitter {
  background: #00abef;
}
.f-soc-list .soc-google {
  background: #cb4437;
}
.f-soc-list .rt-icon2-linkedin2 {
  background: #3371b7;
}
.f-soc-list .rt-icon2-social-flickr {
  background: #ff0080;
}
@media (max-width: 767px){
  .text-sm-center {
    text-align: center;
  }
}

/*// Breadcrumbs //*/
.breadcrumbs {
  text-align: right;
  margin: 55px 0;
}
.breadcrumbs::after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 767px){
  .breadcrumbs {
    text-align: center;
    margin: 0 0 20px;
  }
}
.breadcrumbs_wrapper {
  padding: 0;
  margin: 0;
  display: block;
  float: right;
}
@media (max-width: 767px){
  .breadcrumbs_wrapper {
    display: inline-block;
    float: none;
  }
}
.breadcrumbs_wrapper::after {
  display: table;
  clear: both;
}
.breadcrumbs_wrapper li {
  list-style: none;
  display: block;
  float: left;
  position: relative;
  padding: 0 15px;
  margin: 5px 0;
}
@media (max-width: 767px){
  .breadcrumbs_wrapper li {
    padding: 0 10px;
  }
}
.breadcrumbs_wrapper li:last-child::before {
  display: none;
}
.breadcrumbs_wrapper li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #ff521d;
  text-transform: uppercase;
  padding:0 11px;
  transition: 0.5s all;
}
.breadcrumbs_wrapper li::before {
  content: '\e111';
  font-family: 'rt-icons-2';
  display: inline-block;
  float: none;
  font-size: 11px;
  line-height: 20px;
  color: #b3b3b3;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: -5px;
}
.breadcrumbs_wrapper .active a {
  background: #2e313a;
}
.breadcrumbs_wrapper li a:hover {
  background: #2e313a;
  transition: 0.5s all;
}

/*===========================
// PAGE 404:
*/
.page_404 {
  padding: 119px 0 120px;
  text-align: center;
}
@media (max-width: 480px){
  .page_404 {
    padding: 60px 0;
    text-align: center;
  }
}
.page_404-content {
  margin: 0;
  font-size: 280px;
  line-height: 206px;
  color: #ff521d;
  font-weight: 900;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 767px){
  .page_404-content {
    font-size: 250px;
    line-height: 206px;
  }
}
@media (max-width: 480px){
  .page_404-content {
    font-size: 165px;
    line-height: 125px;
  }
}
.page_404-sub-content {
  font-size: 42px;
  line-height: 40px;
  color: #2e313a;
  font-weight: 100;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin-bottom: 28px;
}
@media (max-width: 480px){
  .page_404-sub-content {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 14px;
  }
}
.page_404-search-title {
  font-size: 14px;
  line-height: 24px;
  color: #7f7f7f;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin-bottom: 14px;
}
.page_404-search  {
  margin-bottom: 11px;
}
@media (max-width: 480px){
  .page_404-search  {
    margin-bottom: 0;
  }
}
.page_404-search .form-control {
  border: none;
  background: #fff;
  border-radius: 0;
  height: 40px;
  width: 100%;
}
.page_404-search .form-group {
  width: 330px;
  float: left;
}
@media (max-width: 480px){
  .page_404-search .form-group {
    width: 250px;
  }
}
.page_404-search .theme_button {
  float: left;
  width: 40px;
  height: 40px;
  background: #ff521d;
  border: none;
  padding: 0;
  font-size: 0;
  color: transparent;
  position: relative;
  transition: 0.5s all;
}
.page_404-search .theme_button::before {
  content: '\e656';
  font-family: 'rt-icons-2';
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}
.page_404-search .theme_button:hover {
  background: #2e313a;
  transition: 0.5s all;
}
.page_404-info {
  display: inline-block;
  width: 100%;
  margin-bottom: 13px;
}
.btn-2 {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 16px;
  padding: 12px 22px;
  background: #2e313a;
  color: #fff;
  transition: 0.5s all;
}
.btn-2:hover {
  color: #fff;
  background: #ff521d;
  transition: 0.5s all;
}

/*==============================
// SHOP:
*/
.page_shop {
  padding: 0 0 50px;
  margin-top:-30px;
}
@media (max-width: 640px){
  .page_shop {
    padding: 80px 0;
  }
}
.page_shop .tabs-posts_title {
  margin-bottom: 7px;
}
@media (max-width: 991px){
  .page_shop .tabs-posts_title a {
    font-size: 22px;
    line-height: 24px;
  }
}
.page_shop .tabs-posts_meta {
  margin-bottom: 21px;
}
.page_shop .tabs-posts_content {
  margin-bottom: 23px;
}
.page_shop .tabs-posts_button {
  padding: 12px 29px;
}
.page_shop .posts-tabs {
  margin-bottom: 60px;
}
@media (max-width: 640px){
  .page_shop .posts-tabs {
    margin-bottom: 0;
  }
}
@media (max-width: 1199px){
  .page_shop .tabs-posts_price {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px){
  .page_shop .tabs-posts_price {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*=============================
//  SHOP ITEM:
*/
.page_shop-item {
  padding: 70px 0 54px;
}
.page_shop-item blockquote {
  margin-top: 30px;
  margin-bottom: 33px;
}
.shop-item_title {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 100;
  color: #2e313a;
  font-size: 42px;
  line-height: 44px;
  margin: 0 0 29px;
}
.autor_block {
  width: 100%;
  margin-top: 13px;
}
.autor_avatar {
  display: inline-block;
  vertical-align: middle;
  float: none;
  margin-right: 5px;
}
.autor_info {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-size: 14px;
  line-height: 16px;
  color: #2e313a;
  font-weight: 300;
}
.autor_info span {
  color: #ff521d;
}
.page_shop-item_sh {
  margin-top: 48px;
  margin-bottom: 58px;
}
.page_shop-item_sh-title {
  font-family: 'Roboto', 'Arial', sans-serif;
  font-size: 28px;
  line-height: 30px;
  color: #2e313a;
  font-weight: 100;
  margin-bottom: 15px;
}

/*// Shop-item-widget //*/
.widget_shop-item {
  padding: 0;
  background: #fff;
}
.widget_shop-item-img a {
  display: block;
}
.widget_shop-item-img a img {
  width: 100%;
}
.widget_shop-item-content {
  padding: 35px 40px 23px;
}
@media (max-width: 1199px){
  .widget_shop-item-content {
    padding: 20px;
  }
}
.widget_shop-item-title {
  margin: 0 0 12px;
}
.widget_shop-item-title a {
  font-size: 28px;
  line-height: 30px;
  color: #2e313a;
  font-weight: 100;
  font-family: 'Roboto', 'Arial', sans-serif;
}
@media (max-width: 1199px){
  .widget_shop-item-title a {
    font-size: 24px;
    line-height: 26px;
  }
}
.widget_shop-item-title a:hover {
  color: #ff521d;
}
.widget_shop-item-info {
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
  font-weight: 300;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin-bottom: 28px;
}
.widget_shop-item-price {
  padding: 0 40px;
  margin-left: -40px;
  margin-right: -40px;
  background-color: #f8f8f8;
  font-size: 42px;
  line-height: 50px;
  font-weight: 900;
  color: #ff521d;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin-bottom: 28px;
}
@media (max-width: 1199px){
  .widget_shop-item-price {
    font-size: 32px;
    line-height: 50px;
  }
}
@media (max-width: 1199px){
  .widget_shop-item-price {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
.widget_shop-item-button {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #2e313a;
  padding: 13px 31px;
  display: inline-block;
}
.widget_shop-item-button:hover {
  color: #fff;
  background: #ff521d;
}
.widget_shop-item-meta {
  padding: 0;
  margin: 21px 0 0;
  list-style: none;
}
.widget_shop-item-meta li {
  border-bottom: 1px solid #efefef;
  padding-left: 30px;
  padding-bottom: 15px;
  padding-top: 15px;
}
.widget_shop-item-meta li:last-child {
  border-bottom: none;
}
.widget_shop-item-meta li p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 16px;
  color: #2e313a;
}
.widget_shop-item-meta li span {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #7f7f7f;
  display: block;
}
.widget_shop-meta-date,
.widget_shop-meta-author,
.widget_shop-meta-category {
  position: relative;
}
.widget_shop-meta-date::before {
  content: '\e678';
  font-family: 'rt-icons-2';
  font-size: 14px;
  line-height: 16px;
  color: #ff521d;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
}
.widget_shop-meta-author::before {
  content: '\e654';
  font-family: 'rt-icons-2';
  font-size: 14px;
  line-height: 16px;
  color: #ff521d;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
}
.widget_shop-meta-category::before {
  content: '\e659';
  font-family: 'rt-icons-2';
  font-size: 13px;
  line-height: 16px;
  color: #ff521d;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0;
}
.widget_shop-item-tag {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #ff521d;
  padding: 0 7px;
  margin-right: 7px;
}

/*====================================
// GALLERY:
*/

/*// Regular //*/
.gallery_regular .item-media {
  margin-bottom: 30px;
}
.gallery_regular-nav {
  text-align: center;
}
.gallery_regular-filters {
  margin: 76px 0 30px;
}
.gallery_regular .item-media img {
  width: 100%;
}
.home-post-pagination li {
  margin-bottom: 5px;
}
.gallery_fullwidth-item {
  width: 25%;
  float: left;
}
@media (max-width: 991px){
  .gallery_fullwidth-item {
    width: 50%;
    float: left;
  }
}
@media (max-width: 640px){
  .gallery_fullwidth-item {
    width: 100%;
    float: left;
  }
}
.gallery_fullwidth img {
  width: 100%;
}
.item-meta {
  margin: 0 0 3px;
}
.item-meta a {
  font-size: 28px;
  line-height: 30px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #2e313a;
  font-weight: 100;
}
@media (max-width: 1199px){
  .item-meta a {
    font-size: 22px;
    line-height: 26px;
  }
}
.item-meta a:hover {
  color: #ff521d;
}
.item-content {
  padding: 0 10px;
  margin: 33px 0 33px 0;
}
.item-tag_content {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #ff521d;
  padding: 0 10px;
  transition: 0.5s all;
}
.item-tag_content:hover {
  color: #fff;
  background: #000;
  transition: 0.5s all;
}
.gallery_fullwidth_bg-color {
  background: #f8f8f8;
}
.gallery_fullwidth-info {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 40px;
}
.gallery_button {
  display: inline-block;
  float: none;
  color: #fff;
  background: #2e313a;
  font-size: 14px;
  line-height: 16px;
  padding: 13px 28px;
}
.gallery_button:hover {
  color: #fff;
  background: #ff521d;
}
.gallery_extended_item {
  background: #fff;
}
.gallery_extended_item .item-content {
  padding-bottom: 40px;
}
@media (max-width: 1199px){
  .gallery_extended_item .item-content {
    padding: 20px;
  }
}
@media (max-width: 767px){
  .gallery_extended_item .item-content {
    padding: 10px 10px 30px 10px;
  }
}
.gallery_extended_item .item-meta a {
  font-size: 42px;
  line-height: 44px;
  color: #2e313a;
}
.gallery_extended_item .item-meta a:hover {
  color: #ff521d;
}
@media (max-width: 1199px){
  .gallery_extended_item .item-meta a {
    font-size: 32px;
    line-height: 34px;
  }
}
.gallery_extended_item img {
  width: 100%;
}
.gallery_extended .item-meta {
  margin-bottom: 12px;
}
.gallery_extended .item-tag_content {
  padding: 0 6px;
}
.gallery_extended .item-tags {
  margin-bottom: 30px;
}
.gallery_extended .item-text {
  padding: 0 20px;
  margin-bottom: 33px;
}
@media (max-width: 767px){
  .gallery_extended .item-text {
    padding: 0;
  }
}

/*===================================
// Gallery item
*/
.gallery_item-title {
  margin: 67px 0 5px;
  font-size: 56px;
  line-height: 66px;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 100;
}
.gallery_item-tag {
  display: inline-block;
  float: none;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #ff521d;
  padding: 0 11px;
  letter-spacing: -1px;
  font-weight: 300;
  font-family: 'Roboto', 'Arial', sans-serif;
}
.gallery_item-tag:hover {
  color: #fff;
  background: #2e313a;
}
.gallery_item-img {
  margin-top: 38px;
}
.gallery_item-img img {
  width: 100%;
}
.gallery_item-content {
  background: #fff;
  padding: 51px 70px 30px;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 1199px){
  .gallery_item-content {
    padding: 30px;
  }
}
@media (max-width: 767px){
  .gallery_item-content {
    padding: 20px;
  }
}
.gallery_item-content h4 {
  margin: 0 0 27px;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  color: #2e313a;
}
@media (max-width: 767px){
  .gallery_item-content h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.gallery_item-social {
  margin-top: 30px;
  margin-bottom: 24px;
}
.gallery_item-carousel {
  padding: 0;
  margin-bottom: 80px;
}
.gallery_item-carousel li {
  list-style: none;
}
.gallery_item-carousel img {
  width: 100%;
}
.gallery_item-carousel .owl-dots {
  display: none !important;
  margin: 0;
}
.gallery_item-carousel div.owl-next, 
.gallery_item-carousel div.owl-prev {
  display: block !important;
  position: static !important;
  float: none !important;
  display: inline-block !important;
  width: 40px;
  height: 40px;
}
.gallery_item-carousel div.owl-prev {
  border-right: 1px solid #efefef;
}
.gallery_item-carousel .owl-nav {
  position: static !important;
  margin-top: 0;
}
.gallery_item-carousel .owl-controls {
  text-align: center;
}
.gallery_item-carousel .owl-nav {
  opacity: 1;
}
.gallery_item-carousel .owl-stage-outer {
  margin-bottom: 40px;
}
.gallery_item-carousel .owl-stage {
  background: #fff;
}
.gallery_item-carousel-content {
  text-align: center;
  margin-top: 30px;
  padding: 0 20px 15px;
}
.gallery_item-carousel-title {
  margin: 0 0 3px;
}
.gallery_item-carousel-title a {
  font-size: 28px;
  line-height: 30px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #2e313a;
  font-weight: 100;
}
@media (max-width: 1199px){
  .gallery_item-carousel-title a {
    font-size: 24px;
    line-height: 26px;
  }
}
.gallery_item-carousel-title a:hover {
  color: #ff521d;
}
.gallery_item-carousel-tag {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  background: #ff521d;
  padding: 0 10px;
  font-weight: 100;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin-bottom: 20px;
  display: inline-block;
}
.gallery_item-carousel-tag:hover {
  color: #fff;
  background: #2e313a;
}
.gallery_item-carousel .owl-nav > div::after {
  line-height: 40px;
  font-size: 14px;
  color: #b2b2b2;
}

/*=======================================
// CONTACTS:
*/
.contact_page {
  padding-bottom: 38px;
}
.contact_page iframe {
  width: 100%;
  border: none;
  margin-bottom: 72px;
}
.contact_page-adress-list {
  background: #f8f8f8;
  padding: 0 30px;
  margin-bottom: 42px;
}
.contact_page-adress-list::after {
  content: '';
  display: table;
  clear: both;
}
.contact_page-adress-list ul {
  padding: 22px 0;
  margin: 0;
}
.contact_page-adress-list li {
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding-left: 30px;
  position: relative;
  padding-top: 15px;
  padding-bottom: 16px;
}
.contact_page-adress-list li span {
  font-size: 14px;
  line-height: 24px;
  color: #7f7f7f;
  font-family: 'Roboto', 'Arial', sans-serif;
}
.contact_page-adress-list li::before {
  font-family: 'rt-icons-2';
  color: #ff521d;
  font-size: 14px;
  line-height: 16px;
  position: absolute;
  top: 15px;
  left: 0;
}
.contact_page-adress-list li:last-child {
  border-bottom: none;
}
.contact_page-adress::before {
  content: '\e677';
}
.contact_page-phone::before {
  content: '\e664';
}
.contact_page-fax::before {
  content: '\e66b';
}
.contact_page-email::before {
  content: '\e666';
}
.contact_page-adress-content {
  font-size: 14px;
  line-height: 16px;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin-bottom: 0;
}
.contact_page-email a {
  font-size: 14px;
  line-height: 16px;
  color: #ff521d;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #ff521d;
}
.contact_page-email a:hover {
  color: #2e313a;
}
.contact_page-title {
  font-size: 42px;
  line-height: 44px;
  color: #2e313a;
  font-family: 'Roboto','Arial', sans-serif;
  font-weight: 100;
  margin: 0 0 24px 0;
}
.contact-form input {
  border: none;
  background: #fff;
  border-radius: 0;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding-left: 50px;
}
.contact-form_block {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
@media (max-width: 767px){
  .contact-form_block {
    width: 100%;
  }
}
.contact-form_block::after {
  content: '';
  display: table;
  clear: both;
}
.contact-form_block label {
  width: 100%;
  max-width: inherit;
  margin: 0;
  display: block;
}
.contact-form_block p {
  margin: 0;
}
.contact-form_block .contact-form-name,
.contact-form_block .contact-form-phone {
  margin-right: 10px;
}
@media (max-width: 767px){
  .contact-form_block .contact-form-name,
  .contact-form_block .contact-form-phone {
    margin-right: 0;
  }
}
.contact-form_block p label {
  position: relative;
}
.contact-form_block p label::before {
  font-family: 'rt-icons-2';
  font-size: 14px;
  line-height: 16px;
  color: #b2b2b2;
  position: absolute;  
  top: 12px;
  left: 20px;
  font-weight: 100;
}
.contact-form_block .contact-form-name label::before {
  content: '\e654';
}
.contact-form_block .contact-form-phone label::before {
  content: '\e664';
}
.contact-form_block .contact-form-subject label::before {
  content: '\e666';
}
.contact-form_block .contact-form-email label::before {
  content: '\e66b';
}
.contact-form-message textarea {
  border: none;
  background: #fff;
}
.contact-form_block-2 {
  margin-bottom: 20px;
}
.contact-form_block-2::before {
  content: '';
  display: table;
  clear: both;
}
.contact-form_block-2 .contact-form-message label {
  display: block;
  width: 100%;
  position: relative;
}
.contact-form_block-2 .contact-form-message label::before {
  content: '\e65c';
  font-family: 'rt-icons-2';
  font-size: 14px;
  line-height: 16px;
  color: #b2b2b2;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 20px;
  font-weight: 100;
}
.contact-form_block-2 .contact-form-message textarea {
  width: 100%;
  padding-left: 50px;
  padding-top: 8px;
  border-radius: 0;
}
.btn-send {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #ff521d;
  padding: 13px 44px;
  border: none;
  transition: 0.5s all;
  font-weight: 300;
}
.btn-send:hover {
  background: #000;
}
.btn-clear {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  background: #2e313a;
  padding: 13px 44px;
  border: none;
  transition: 0.5s all;
  font-weight: 300;
}
.btn-clear:hover {
  background: #000;
}
.contact-form_block-3 {
  margin-bottom: 30px;
}

/*====================================
// ABOUT:
*/
.about_page {
  margin-top: 80px;
  margin-bottom: 80px;
}
.about_page-img img {
  width: 100%;
}
.about_page-post {
  background: #fff;
  margin-bottom: 80px;
}
.about_page-post::after {
  content: '';
  display: table;
  clear: both;
}
.about_page-img, 
.about_page-content {
  width: 50%;
  float: left;
}
@media (max-width: 767px){
  .about_page-img, 
  .about_page-content {
    width: 100%;
    float: left;
  }
}
.about_page-content {
  padding: 33px 24px 30px 40px;
}
@media (max-width: 1199px){
  .about_page-content {
    padding: 20px;
  }
}
.about_page-content-title {
  font-size: 42px;
  line-height: 44px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #2e313a;
  font-weight: 100;
  margin: 0 0 26px;
}
@media (max-width: 1199px){
  .about_page-content-title {
    font-size: 32px;
    line-height: 34px;
    margin: 0 0 13px;
  }
}
.about_page-content p {
  margin-bottom: 16px;
  line-height: 24px;
}
.about_page-info {
  padding: 0;
  margin: 0;
  padding-top: 10px;
}
about_page-info::after {
  content: '';
  display: table;
  clear: both;
}
.about_page-info li {
  list-style: none;
  border-bottom: 1px solid #efefef;
  padding-left: 30px;
  position: relative;
  margin: 0;
}
.about_page-info li::after {
  content: '';
  display: table;
  clear: both;
}
.about_page-info li::before {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  color: #ff521d;
  font-family: 'rt-icons-2';
  position: absolute;
  top: 15px;
  left: 0;
}
.about_page-info li:first-child {
  border-top: 1px solid #efefef;
}
.about_page-info li p {
  margin: 0;
  float: left;
  font-size: 14px;
  line-height: 47px;
  color: #7f7f7f;
}
.about_page-info li span {
  float: left;
  display: block;
  font-size: 14px;
  line-height: 47px;
  color: #ff521d;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 900;
  min-width: 52px;
  margin-right: 18px;
}
.about_page-info-registered::before {
  content: '\e654';
}
.about_page-info-post::before {
  content: '\e73f';
}
.about_page-info-presentations::before {
  content: '\e65b';
}
.about_page .posts-tabs {
  margin-bottom: 0;
}

/*=========================
// POST PAGE:
*/
.post  {
  margin-bottom: 30px;
}
.post_page {
  margin-top: 80px;
}
.post_page-img {
  margin-bottom: 80px;
}
.post_page-img img {
  width: 100%;
}
@media (max-width:480px){
  .post_page-img {
    margin-bottom: 40px;
  }
}
.post_page-meta {
  margin-bottom: 13px;
}
.post_page-meta-tag {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 0 11px;
  text-transform: uppercase;
  font-family: 'Roboto', 'Arial', sans-serif;
  display: block;
  float: left;
  background: #ff521d;
  margin-right: 20px;
  font-weight: 300;
}
.post_page-meta-tag:hover {
  color: #fff;
  background: #2e313a;
}
.post_page-meta-date {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #b2b2b2;
}
.post_page-title {
  font-size: 42px;
  line-height: 44px;
  font-weight: 100;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
  margin: 0 0 22px 0;
}
@media (max-width:480px){
  .post_page-title {
    font-size: 32px;
    line-height: 34px;
  }
}
.post_meta_info {
  background: #fff;
  margin-bottom: 34px;
}
.post_meta_info::after {
  content: '';
  display: table;
  clear: both;
}
.post_meta_01 {
  font-size: 18px;
  display: block;
  float: left;
  color: #fff;
  background: #2e313a;
  width: 40px;
  height: 40px;
  text-align: center;
}
.post_meta_01::before {
  line-height: 40px;
}
.post_meta_02 {
  font-size: 14px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #ff521d;
  text-align: center;
  display: block;
  float: left;
  border-right: 1px solid #f8f8f8;
  margin-right: 19px;
}
@media (max-width:480px){
  .post_meta_02 {
    margin-right: 5px;
  }
}
.post_meta_02::before {
  line-height: 40px;
}
.post_meta_likes {
  float: left;
  font-size: 12px;
  line-height: 40px;
  color: #b2b2b2;
  margin: 0;
}
@media (max-width:480px){
  .post_meta_likes {
    font-size: 10px;
  }
}
.post_meta_views {
  background: #ff521d;
  float: right;
  font-size: 12px;
  line-height: 40px;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #fff;
  font-weight: 900;
  padding: 0 20px;
}
@media (max-width:480px){
  .post_meta_views {
    font-size: 10px;
    padding: 0 10px;
  }
}
.post_meta_views span {
  font-weight: 300;
}
.post_meta_comments {
  font-size: 12px;
  line-height: 40px;
  color: #b2b2b2;
  margin: 0 20px;
  float: right;
}
@media (max-width:480px){
  .post_meta_comments {
    font-size: 10px;
    margin: 0 5px;
  }
}
.post_page_content {
  margin-bottom: 80px;
}
.post_page_content p {
  margin-bottom: 17px;
}
.post_page_content > p span {
  font-size: 48px;
  line-height: 48px;
  color: #ff521d;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 900;
  display: inline-block;
  float: left;
  margin-right: 13px;
}
.post_page_content-more {
  display: block;
  font-size: 14px;
  line-height: 40px;
  padding: 0 10px;
  color: #2e313a;
  text-transform: uppercase;
  background: #f8f8f8;
  border: none;
  width: 100%;
  transition: 0.5s all;
  margin-top: 33px;
}
.post_page_content-more:hover {
  background: #2e313a;
  color: #fff;
  transition: 0.5s all;
}
.post_page_user {
  background: #fff;
  margin-bottom: 71px;
}
@media (max-width: 991px){
  .post_page_user {
    margin-bottom: 35px;
  }
}
.post_page_user::after {
  content: '';
  display: table;
  clear: both;
}
.post_page_user-avatar {
  width: 23%;
  float: left;
}
.post_page_user-avatar img {
  width: 100%;
}
@media (max-width: 991px){
  .post_page_user-avatar {
    width: 27%;
    float: left;
  }
}
@media (max-width: 480px){
  .post_page_user-avatar {
    width: 100%;
    float: left;
  }
}
.post_page_user-info {
  width: 71%;
  float: left;
  padding-left: 38px;
  padding-right: 20px;
}
@media (max-width: 1199px){
  .post_page_user-info {
    width: 70%;
  }
}
@media (max-width: 991px){
  .post_page_user-info {
    width: 63%;
    padding-left: 24px;
    padding-right: 10px;
  }
}
@media (max-width: 480px){
  .post_page_user-info {
    width: 100%;
    padding: 0 10px;
  }
}
.post_page_user-title {
  font-size: 28px;
  line-height: 30px;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 100;
  margin: 35px 0 18px;
}
@media (max-width: 1199px){
  .post_page_user-title {
    margin: 25px 0 15px;
  }
}
@media (max-width: 991px){
  .post_page_user-title {
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 27px;
  }
}
.post_page_user-desc {
  font-size: 14px;
  line-height: 24px;
  color: #7f7f7f;
}
@media (max-width: 991px){
  .post_page_user-desc {
    font-size: 12px;
    line-height: 20px;
    color: #7f7f7f;
  }
}
.post_page_user-soc {
  margin: 0;
  padding: 0;
  width: 40px;
  float: right;
}
@media (max-width:480px){
  .post_page_user-soc {
    width: auto;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
  }
}
.post_page_user-soc li {
  list-style: none;
  text-align: center;
  margin-bottom: 1px;
}
@media (max-width:480px){
  .post_page_user-soc li {
    float: left;
  }
}
.post_page_user-soc li a {
  display: block;
  width: 40px;
  height: 40px;
}
.post_page_user-soc li i {
  display: block;
}
.post_page_user-soc li i::before {
  line-height: 40px;
  color: #fff;
}
.post_page_user-soc li i:hover {
  background: #2e313a;
  transition: 0.5s all;
}
.post_page_user-soc .soc-facebook {
  background: #507cbe;
  transition: 0.5s all;
}
.post_page_user-soc .soc-twitter {
  background: #00abef;
  transition: 0.5s all;
}
.post_page_user-soc .soc-google {
  background: #cb4437;
  transition: 0.5s all;
}
.post_page_comments {
  font-size: 42px;
  line-height: 44px;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 100;
  margin: 0 0 35px 0;
}
@media (max-width: 991px){
  .post_page_comments {
    font-size: 32px;
    line-height: 34px;
  }
}

/*// Post comments //*/
.post_page_form {
  padding: 40px;
  background: #f8f8f8;
}
@media (max-width: 991px){
  .post_page_form {
    padding: 15px;
    background: #f8f8f8;
  }
}
.post_page_form::after {
  content: '';
  display: table;
  clear: both;
}
.post_page_wrapper {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
@media (max-width:480px){
  .post_page_wrapper {
    width: 100%;
  }
}
.post_page_wrapper input {
  height: 40px;
  width: 100%;
  border: none;
  box-sizing: border-box;
  padding: 10px 10px 10px 50px;
  font-size: 14px;
  color: #2e313a;
  font-weight: 300;
  display: block;
}
.post_page_wrapper label {
  display: block;
  margin: 0;
}
.post_page_name {
  padding-right: 10px;
}
@media (max-width:480px){
  .post_page_name {
    padding-right: 0;
  }
}
.post_page_name label,
.post_page_email label{
  position: relative;
}
.post_page_name label::before,
.post_page_email label::before {
  font-family: 'rt-icons-2';
  font-size: 14px;
  line-height: 16px;
  color: #b2b2b2;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 17px;
  font-weight: 100;
}
.post_page_name label::before {
  content: '\e654';
}
.post_page_email label::before {
  content: '\e666';
}
.post_page_textarea-wrapp {
  float: left;
  width: 100%;
  margin-bottom: 14px;
}
.post_page_textarea-wrapp::before {
  content: '';
  display: table;
}
.post_page_textarea-wrapp label {
  display: block;
  width: 100%;
}
.post_page_textarea-wrapp textarea{
  border: none;
  background: #fff;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  padding: 11px;
  padding-left: 50px;
}
.post_page_textarea-wrapp label {
  position: relative;
}
.post_page_textarea-wrapp label::before {
  content: '\e65c';
  font-family: 'rt-icons-2';
  font-size: 14px;
  line-height: 16px;
  color: #b2b2b2;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 17px;
  font-weight: 100;
}
.post_page_form .post_page-submit {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/*// Comment list //*/
.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list li {
  list-style: none;
  float: left;
  width: 100%;
}
.comment-list-in {
  background: #fff;
}
.comment-list-in::after {
  content: '';
  display: table;
  clear: both;
}
.comment-list-logo {
  padding: 0;
}
.comment-list-cont {
  padding: 0;
}
.comment-list-logo img {
  width: 100%;
  max-width: 70px;
}
@media (max-width:480px){
  .comment-list-logo img {
    width: 100%;
    max-width: 100px;
    display: inline-block;
    float: none;
  }
}
.comment-list-title {
  margin: 0;
  font-size: 20px;
  line-height: 22px;
  color: #2e313a;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  margin-top: 18px;
}
@media (max-width:480px){
  .comment-list-title {
    font-size: 14px;
    line-height: 14px;
    margin-top: 10px;
  }
}
.comment-list-date {
  font-size: 12px;
  line-height: 14px;
  color: #b2b2b2;
  margin-bottom: 16px;
}
@media (max-width: 480px){
  .comment-list-date {
    margin-bottom: 3px;
  }
}
.comment-list_reply {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #ff521d;
  padding: 0 11px;
  font-family: 'Roboto', 'Arial', sans-serif;
  text-transform: uppercase;
  float: right;
  margin: 25px;
}
@media (max-width: 767px){
  .comment-list_reply {
    margin: 25px 0;
  }
}
@media (max-width: 480px){
  .comment-list_reply {
    margin: 12px 0;
  }
}
.comment-list_reply:hover {
  color: #fff;
  background: #2e313a;
}
.comment-list-block-01 {
  padding: 0;
}
@media (max-width: 767px){
  .comment-list-block-01 {
    padding: 0 10px;
  }
}
.comment-list-text {
  margin-top: 13px;
}
.comment-list-text p {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #7f7f7f;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
}
.comment-list {
  float: left;
}
.list-child {
  padding-left: 70px;
  margin-top: 25px;
}
@media (max-width:991px){
  .list-child {
    padding-left: 35px;
  }
}
@media (max-width:480px){
  .list-child {
    padding-left: 15px;
  }
}
.comment-list-wrapp {
  margin-bottom: 100px;
}
.comment-list-wrapp::after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 991px){
  .list-child .comment-list-block-02 .comment-list_reply {
    margin: 10px 0;
  }
  .list-child .comment-list-title {
    margin-top: 5px;
  }
  .list-child .comment-list-block-01 {
    padding: 0 10px;
  }
}
.post_video-wrapper {
  background: #f8f8f8;
}
.post_page-meta--video {
  padding-top: 80px;
}
.widget--post-video {
  padding-top: 80px;
}
.post_page--video {
  margin-top: 0;
}
.post_page_content ul {
  padding-left: 0;
  margin-bottom: 29px;
}
.post_page_content ul li {
  font-size: 14px;
  line-height: 30px;
  color: #7f7f7f;
  font-weight: 300;
  font-family: 'Roboto', 'Arial', sans-serif;
  list-style: none;
  position: relative;
  padding-left: 12px;
  float: none;
  display: block;
}
@media (max-width: 991px){
  .post_page_content ul li {
    line-height: 20px;
  }
}
.post_page_content ul li::before {
  content: '.';
  display: inline-block;
  color: #ff521d;
  font-size: 55px;
  position: absolute;
  bottom: 54%;
  left: -5px;
}
.img-align-left {
  float: left;
  margin: 0 40px 20px 0;
}
@media (max-width: 991px){
  .img-align-left {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }
}
.post-tag {
  display: inline-block;
  float: none;
  color: #fff;
  text-transform: uppercase;
  background: #ff521d;
  padding: 0 11px;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-right: 6px;
}
.post-tag:hover {
  background: #2e313a;
  color: #fff;
}
.post-tags {
  margin-top: 30px;
}
.page_available-animations {
  padding-top: 80px;
}

/*
** Widgets
*/

.page_bootstrap-alerts,
.page_shortcodes-icons,
.page_progress-bars,
.page_bootsrap-tabs,
.page_new-icons,
.page_widgets {
  padding-top: 80px;
  padding-bottom: 80px;
}
.text-align_center {
  text-align: center;
}
.widget_recent_entries ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #2e313a;
}
.widget_recent_entries ul li a:hover {
  color: #ff8661;
}
.widget_categories ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #2e313a;
}
.widget_categories ul li a:hover {
  color: #ff8661;
}
.widget_flickr::after {
  display: table;
  clear: both;
  content: '';
}
.widget_flickr ul {
  padding: 0;
}
.widget_flickr ul li {
  list-style: none;
  margin-bottom: 0;
}
.widget_flickr ul a {
  display: block;
  float: left;
  margin: 0;
  width: 70px;
}
#flickr {
  margin: 0;
}
#flickr::after {
  content: '';
  display: table;
  clear: both;
}
.widget_flickr ul li a:hover {
  color: #ff8661;
}
.widget_meta ul li a {
  font-size: 16px;
  line-height: 30px;
  color: #2e313a;
}
.widget_meta ul li a:hover {
  color: #ff8661;
}
.greylinks li a {
  font-size: 16px;
  line-height: 30px;
  color: #2e313a;
}
.greylinks li a:hover {
  color: #ff8661;
}
aside .widget_search {
  background: #2e313a;
}
aside .widget_search .widget-title {
  color: #fff;
}
aside .widget_search .theme_button {
  background: #ff521d;
  width: 40px;
  height: 40px;
  margin-bottom: 5px;
  vertical-align: top;
}
aside .widget_search .theme_button::before {
  color: #fff;
  line-height: 40px;
  font-size: 14px;
}
aside .widget_search .theme_button:hover::before {
  color: #ff9777;
}
aside .widget_search .form-control {
  border: none;
  background: #fff;
  border-radius: 0;
  height: 40px;
  box-sizing: border-box;
  width: 250px;
  margin-bottom: 5px;
  vertical-align: top;
  float: left;
}
@media (max-width: 1199px){
  aside .widget_search .form-control {
    width: 220px;
  }
}
@media (max-width: 991px){
  aside .widget_search .form-control {
    width: 210px;
  }
}
.page_portfolio-title {
  margin-top: 50px;
}
.page_portfolio .isotope_filters {
  margin-bottom: 30px;
}
.section_padding_bottom_80 > [class*="container"] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.entry-thumbnail {
  position: relative;
}
.entry-meta-corner {
  position: absolute;
  z-index: 2;
  text-align: center;
  color: #ffffff;
  background-color: #ff521d;
}
.entry-meta-corner .date {
  color: #323232;
  display: block;
  min-width: 60px;
  padding: 0 3px;
  text-transform: uppercase;
}
.entry-meta-corner .date time {
  color: #fff;
}
.entry-meta-corner .date strong {
  color: #ffffff;
  display: block;
  font-size: 42px;
  font-weight: 100;
  padding: 12px 0 0;
  font-family: 'Roboto', 'Arial', sans-serif;
}
.entry-meta-corner .comments-link {
  line-height: 1;
  display: block;
  padding: 2px 5px;
  background-color: #323232;
}
.entry-meta-corner .comments-link i::before {
  color: #ff521d;
}
.entry-meta-corner a {
  color: #fff;
}
.post.vertical-item .item-content {
  padding: 26px 38px 36px;
  background: #fff;
  margin-top: 0;
}
.muted_background {
  background-color: rgba(50, 50, 50, 0.06);  
}
.post-adds {
  margin: 22px 0 33px;
}
.post-adds::before {
  display: block;
  clear: both;
  content: '';
  width: 0;
  height: 0;
}
.post-adds .theme_button {
  padding: 8px 11px;
  min-width: 0;
  margin-bottom: 0;
  background-color: #2e313a;
  display: inline-block;
}
.post-adds .theme_button:hover i::before {
  color: #c7c7c7;
  transition: 0.5s all;
}
.post-adds .theme_button.inverse {
  background: transparent;
  border-right: 1px solid #e8e8e8;
}
.post-adds span {
  display: inline-block;
  line-height: 40px;
  padding: 0 20px;
}
.post-adds .theme_button > [class*="rt-icon"] {
  font-size: 18px;
  top: 3px;
  color: #fff;
}
.post-adds .theme_button.inverse > [class*="rt-icon"] {
  color: #ff521d;
}
.views-count  {
  background: #ff521d;
  color: #fff;
}
.categories-links .theme_button {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  background: #ff521d;
  text-transform: uppercase;
  font-family: 'Roboto', 'Arial', sans-serif;
  font-weight: 300;
  padding: 0 11px;
  display: inline-block;
  float: none;
  vertical-align: top;
}
.categories-links .theme_button:hover {
  color: #fff;
  background: #2e313a;
}
.ls.ms .with_background {
  background: #fff;
}
.post .side-item .item-content {
  padding: 36px 38px 36px 10px;
}
.post .item-content .entry-title a {
  font-size: 42px;
  line-height: 42px;
  font-weight: 100;
  font-family: 'Roboto', 'Arial', sans-serif;
  color: #2e313a;
}
.post .item-content .entry-title a:hover {
  color: #ff521d;
}
.pagination {
  border-radius: 0;
}
.post .pagination > li:last-child > a,
.post .pagination > li:last-child > span {
  border-radius: 0;
}
.post .item-content {
  margin: 0;
}
.tweet_list {
  padding: 0;
}
.tweet_list li {
  list-style: none;
}
.tweet_avatar {
  float: left;
  margin: 6px 10px 0px 0;
}
.tweet_right span {
  font-size: 14px;
  line-height: 16px;
  color: #000;
}
.tweet_right a {
  color: #ff521d;
}
.tweet_right a:hover {
  color: #ffa88e;
}




/*
**plugins
*/
.owl-carousel {
  position: relative;
  margin-bottom: 50px;
}

.owl-carousel:hover .owl-nav {
  top: 50%;
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: -5%;
  opacity: 0;
  margin-top: -30px;
  right: 0;
  left: 0;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.owl-carousel .owl-nav > div {
  color: transparent;
  font-size: 0;
  position: absolute;
  right: 10px;
  text-align: center;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
}

.owl-carousel .owl-nav > div:first-child {
  left: 10px;
  right: auto;
}

.owl-carousel .owl-nav > div:after {
  font-family: 'rt-icons-2';
  font-size: 20px;
  line-height: 60px;
  content: "\e7c5";
  color: #323232;
}

.owl-carousel .owl-nav > div:first-child:after {
  content: '\e7c4';
}

.owl-carousel .owl-nav > div:hover:after {
  color: #f5bb2c;
}

.owl-carousel.owl-center .owl-nav {
  top: 0;
  bottom: 0;
  position: static;
  margin-top: 0;
}

.owl-carousel.owl-center .owl-nav > div {
  right: -15px;
  width: 50px;
  top: 0;
  bottom: 0;
  background-color: rgba(50, 50, 50, 0.6);
}

.owl-carousel.owl-center .owl-nav > div:first-child {
  left: -15px;
  right: auto;
}

.owl-carousel.owl-center .owl-nav > div:first-child:after {
  left: 16px;
}

.owl-carousel.owl-center .owl-nav > div:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  color: #ffffff;
  font-size: 20px;
  left: 21px;
}

/* 
 * 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;
  -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;
}

.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: 40px;
  -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 6px;
  border: 2px solid #323232;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #f5bb2c;
}

.owl-custom-nav {
  text-align: center;
}

.owl-custom-nav [class*="custom"] {
  cursor: pointer;
  position: relative;
  bottom: 2px;
}

.owl-custom-nav > div {
  display: inline-block;
}

/* owl images fix */
.owl-carousel .owl-item {
  -webkit-transition: opacity 0.4s ease 0.2s;
  -moz-transition: opacity 0.4s ease 0.2s;
  -o-transition: opacity 0.4s ease 0.2s;
  -ms-transition: opacity 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s;
  opacity: 0;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-center .owl-item {
  opacity: 1;
}

/*
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;
  font-size: 0;
  color: transparent;
  text-align: center;
}

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

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

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

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 40px;
}

.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: "rt-icons-2";
  font-size: 20px;
  content: "\f104";
  color: #ffffff;
  position: absolute;
  top: 5px;
  left: 12px;
}

.flex-direction-nav a.flex-next:before {
  content: "\f105";
  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-2';
  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: 42px;
  text-align: center;
  z-index: 10;
}

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

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  color: transparent;
  border: 2px solid #323232;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.ds .flex-control-paging li a,
.cs .flex-control-paging li a {
  border-color: #ffffff;
}

.flex-control-paging li a:hover {
  border-color: #f5bb2c;
}

.flex-control-paging li a.flex-active {
  border-color: #f5bb2c;
}

.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: 600px) {
  .flex-direction-nav .flex-prev {
    top: 14%;
  }
  .flex-direction-nav .flex-next {
    top: 14%;
  }
}

/* custom nav for flex slider*/
.flex-custom-nav {
  text-align: center;
  position: absolute;
  bottom: 38px;
  right: 0;
  left: 0;
  z-index: 3;
  line-height: 1;
  -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;
}

.flex-custom-nav .flex-control-nav {
  width: auto;
  display: inline-block;
  position: static;
}

.flex-custom-nav .flex-custom-link {
  font-size: 12px;
  position: relative;
  bottom: 7px;
  margin: 0 8px;
  color: #323232;
}

.ds .flex-custom-nav .flex-custom-link,
.cs .flex-custom-nav .flex-custom-link {
  color: #ffffff;
}

.flex-custom-nav .flex-custom-link:hover {
  color: #f5bb2c;
}

.intro_section:hover .flex-custom-nav {
  opacity: 1;
}

/*
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: 80px;
  font-size: 50px;
  font-weight: 100;
  z-index: 2;
  letter-spacing: -0.05em;
}

.percent:after {
  content: '%';
}

.angular {
  margin-top: 100px;
}

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


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

#toTop:after {
  color: #ffffff;
  content: "\f106";
  font-size: 16px;
  line-height: 50px;
  font-family: 'rt-icons-2';
  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 {
  bottom: 3px;
  opacity: 1;
}

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

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

.modal-open #toTop {
  display: none !important;
}

/* jQuery Countdown styles 2.0.2. */
#comingsoon-countdown {
  text-align: center;
}

#comingsoon-countdown:before,
#comingsoon-countdown:after {
  clear: both;
  display: table;
  content: ' ';
}

.countdown-rtl {
  direction: rtl;
}

.countdown-row {
  clear: both;
  display: table;
  margin: auto;
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
}

.countdown-section {
  display: table-cell;
  padding: 10px 30px 20px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.countdown-section:first-child {
  border-left-width: 0;
}

.countdown-amount {
  font-size: 90px;
  line-height: 1;
  font-weight: 100;
  color: #f5bb2c;
}

.countdown-period {
  display: block;
  font-size: 28px;
  font-weight: 100;
}

.countdown-descr {
  display: block;
}

@media (max-width: 767px) {
  .countdown-section {
    padding: 20px 8px 0;
  }
  .countdown-amount {
    font-size: 40px;
  }
  .countdown-period {
    font-size: 16px;
  }
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important; /* Black prints faster:
                               http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body {
  background-color: #efefef;
  font: 14px/24px 'Roboro', 'Arial', sans-serif;
  font-weight: 300;
  color: #7f7f7f;
}
#mapa{width:100%;height:550px;background-color:grey}#mapa.lopar-page{height:640px}@media only screen and (max-width: 425px){#mapa.lopar-page{height:460px}}
#mapa img{max-width:200px;width:100%;display:block;margin-top:10px;margin-bottom:10px}
#mapa p {
  font-size: 12px;
  font-family: "Roboto", "Arial", sans-serif;
  color: #222;
  font-weight: 300p;
  line-height:12px;
  margin-bottom: 6px;
}

#mapa h1 {
  font-size: 18px;
  color: #404040;
  font-family: 'Roboto', 'Arial', sans-serif;
}
.seo {
  display:none;
}
.mg100 {
  margin-top: 120px;
}
.mg-100 {
  margin-bottom: 120px;
}
.xxl {
font-size: 30px;
line-height: 40px;
font-weight: 500;}
/*Cookies*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:13px;line-height:1.4em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:500;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{-ms-flex:1;flex:1}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1;flex:1}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0} .perm {color:#757575; margin-top:20px;}