.row.row-thin-gutter{
  margin-left: -5px;
  margin-right: -5px;
}
.row.row-thin-gutter [class*='col-']{
  padding-left: 5px;
  padding-right: 5px;
}
/*Table of contents
* Base styles
* Intro Section Flex Slider
* Header Styles
* Main Menu Styles
* jQuery Plugins
*
*/

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

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

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

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

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
:focus {
    outline: transparent;
    outline-color: transparent;
    outline-style: none;
    outline-width: 0;
}

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

a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

a:focus {
  outline: medium none;
  text-decoration: none;
}
img {
  max-width: 100%;
}
/* ==========================================================================
  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;
  }
}


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

/*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 Top (Top Line)
*/
#box_wrapper{
    overflow: visible;
    position: relative;
}
.page_topline_additional_element{
  width: 100%;
  position: absolute;
}
.owl-carousel.line-news-carousel {
    padding: 0 40px;
}
.owl-carousel.line-news-carousel .owl-nav > .owl-next{
  text-align: right;
}
#topline {
  background-color: #323232;
  position: relative;
}
.color-bg-icon.soc-facebook, a.soc-facebook.bg-icon:hover, .soc-facebook.color-icon.border-icon:hover {
    background-color: #507cbe;
}
.color-bg-icon.soc-twitter, a.soc-twitter.bg-icon:hover, .soc-twitter.color-icon.border-icon:hover {
    background-color: #00abef;
}
.color-bg-icon.soc-google, a.soc-google.bg-icon:hover, .soc-google.color-icon.border-icon:hover {
    background-color: #d93e2d;
}
.color-bg-icon.soc-skype, a.soc-skype.bg-icon:hover, .soc-skype.color-icon.border-icon:hover {
    background-color: #28ABE3;
}
.color-bg-icon.soc-youtube, a.soc-youtube.bg-icon:hover, .soc-youtube.color-icon.border-icon:hover {
    background-color: #D12121;
}
a.color-bg-icon {
    color: #ffffff;
    margin-bottom: 0px;
    padding: 12px 12px 11px 12px;
}

.page_topline_additional_element a:hover:before {
  opacity: 0.5;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
a.social-icon {
    margin-right: -4px;
}
[class*="_0"] > [class*="container"] > .row > [class*="col-"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.widget_search .form-inline {
    position: relative;
    white-space: nowrap;
}
.widget_search .form-inline .form-group {
    vertical-align: middle;
    position: relative;
}
.widget label[for] {
    display: none;
}
.widget_search .form-inline input[type="text"] {
    display: inline-block;
    vertical-align: middle;
    max-width: 160px;
    height: 40px;
    font-size: 12px;
    padding: 20px 0 20px 20px;
    margin-left: 10px;
    width: 100%;
    background-color: #474747;
    color: #fff;
    line-height: 20px;
    border: 0;
    border-radius: 0;
}
.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; 
}
#searchsubmit:before {
  display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    content: "\f002";
    line-height: 40px;
}
.signup button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 40px;
    content: "\f0e0";
}
.theme_button {
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
}
.widget_search .form-inline .theme_button {
    font-size: 0;
}
.widget_search .form-inline .theme_button {
    display: inline-block;
    vertical-align: middle;
    right: 0px;
    border-color: transparent !important;
}
#topline .theme_button {
    background-color: #D93E2D !important;
    top: 0;
    padding: 0;
    color: #ffffff !important;
    margin: 0;
    height: 40px;
    width: 40px;
}
.line-news {
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  color: #fff;
  line-height: 20px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  padding: 10px 0;
}
.line-news p {
  margin-bottom: 0;
}
.line-news span {
  color: #B2B2B2;
}
.border-red {
  background-color:#D93E2D;
  margin: 0 19px 0 0;
  float: left;
  font-size: 12px;
  padding: 4px 22px 3px 22px;
}
.text-right {
  float: right;
}
.line-news a {
    color: #ffffff;
}
.line-news-carousel .border-red:hover {
  color: #EA9D96;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.line-news-carousel .line-news p:hover {
  color: #D63F35;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}

.owl-carousel.line-news-carousel .owl-nav > div {
  font-size: 0;
  position: absolute;
  right: 0px;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.owl-carousel.line-news-carousel .owl-nav {
    position: absolute;
    top: 76%;
    opacity: 1;
    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.line-news-carousel .owl-nav > div:after {
    font-family: 'rt-icons-2';
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    content: "\e7c5";
    color: #808080;
}
.owl-carousel.line-news-carousel .owl-nav > div:hover:after {
  color: #ffffff;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.owl-carousel.line-news-carousel:hover .owl-nav {
    top: 76%;
    opacity: 1;
}
.owl-carousel.line-news-carousel .owl-nav > div:first-child {
    left: 0px;
    right: auto;
}


/*
** Logo
*/
.page_toplogo img {
    max-width: 100%;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 18px;
}
/*
** img vs post
*/
.widget_top_news .row > div {
    padding: 0;
}
.widget_top_news .row .row{
  margin-right: 0;
  margin-left: 0;
}
/*** BLOG ***/
/* Sidebar*/
.sidebar.sidebar-right{
  padding-left: 45px;
}
/* Social Row Item */
.social-row-item .social-row-item-link{
  display: block;
  position: relative;
  z-index: 1;
}
.social-row-item .social-row-item-link:hover .social-row-item-icon:before, 
.social-row-item .social-row-item-link:hover span.media-name,
.social-row-item .social-row-item-link:hover span.social-row-item-count,
.social-row-item .social-row-item-link:hover span.social-row-item-share-type {
  opacity: 0.5;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.social-row-item .social-row-item-icon{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 60px;
  text-align: center;
}
.social-row-item .social-row-item-icon:before{
  line-height: 60px;
}
.social-row-item .social-row-item-content{
  text-transform: uppercase;
  margin-left: 61px;
  padding: 20px 30px;
}
.social-row-item.google-plus .social-row-item-icon,
.social-row-item.google-plus .social-row-item-content{
  background-color: #D63F35;
}
.social-row-item.twitter-icon .social-row-item-icon,
.social-row-item.twitter-icon .social-row-item-content{
  background-color: #17ABEB;
}
.social-row-item.facebook .social-row-item-icon,
.social-row-item.facebook .social-row-item-content{
  background-color: #517DBA;
}
.social-row-item a {
    color: white !important;
    text-decoration: none;
}
span.social-row-item-share-type {
    margin-left: 5px;
}
.social-row-item-content {
 font-size: 12px;
  text-transform: uppercase;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
}
span.media-name {
    font-weight: 600;
}

/**/
.container-fluid.widget_top_news{
  overflow: hidden;
}
.page-content {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.blog-item-media .blog-item-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.comments {
  padding: 0;
}
.blog-item-media:after{
  display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #282828;
    opacity: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.blog-item-media:hover:after {
    opacity: 0.5;
}
.blog-item-media .blog-item-content .category {
  position: static;
}
.blog-item-media .blog-item-content .blog-item-title h3 {
  color: #ffffff;
}
.blog-item-media .blog-item-content .blog-item-title h3:hover {
  color: #D93E2D;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.blog-item-media .blog-item-content .blog-item-info span {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  font-weight: 500;
}
.blog-item.text-center .blog-item-content .blog-item-content-bottom .blog-item-info .blog-item-info-comment {
    padding-left: 16px;
}
.blog-item-media .blog-item-content .blog-item-info span a {
  color: #ffffff;
}
.blog-item-media .blog-item-content .blog-item-info span a:hover {
  color: #D93E2D;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.top-news-high .blog-item-title h3,
.big-carousel .blog-item-title h3{
  padding-top: 19px;
}
.blog-item.blog-item-vidget .blog-item-media {
  float: left;
  margin-right: 20px;
}
.separate{
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: solid 1px #e5e5e5;
}
.blog-item-content-bottom {
  vertical-align: bottom;
  display: inline-block;
  white-space: normal;
  padding: 27px 38px;
}
.blog-item-info-comment{
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    padding-right: 24px;
}
.blog-item-small-title .blog-item-title h3{
  font-size: 18px;
  line-height: 20px;
  font-family: 'Poppins', sans-serif;
}
.heder-blog-title-standard h3 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  line-height: 25px;
  padding-bottom: 24px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

.heder-blog-title h3 {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  line-height: 25px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  border-right: 1px solid #E5E5E5;
  padding: 15px 39px 14px 40px;
  float: left;
}
.sidebar .news-tabs .nav.nav-tabs {
  border: 1px solid #E4E4E4;
  border-top: 5px solid #D93E2D;
  margin-bottom: 30px;
}
.news-tabs .nav.nav-tabs li{
  float: none;
  display: inline-block;
  margin-bottom: 0;
}
.news-tabs .nav.nav-tabs:before{
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  vertical-align: middle;
  display: inline-block;
}
.news-tabs .nav-tabs>li>a{
 font-size: 12px;
  font-family: 'Poppins', sans-serif;
  line-height: 20px;
  font-weight: 700;
  color: #999999;
  margin: 0 15px;
  text-transform: uppercase;
}
.news-tabs .nav.nav-tabs{
    padding: 12px 0px;
}
.news-tabs .nav>li>a {
    position: relative;
    display: block;
    padding: 0;
    border: none !important;
    background: transparent;
}
.news-tabs .nav-tabs>li.active>a{
  border: none;
  color: #323232;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.news-tabs .nav-tabs>li:not(.active)>a:focus,
.news-tabs .nav-tabs>li:not(.active)>a:hover{
  color: #D63F35;
}
.news-tabs .heder-blog-title.vs-butons{
    margin: -15px 0px;
    border: 1px solid #E4E4E4;
    border-top: 5px solid #D93E2D;
    width: 100%;
    margin-bottom: 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.heder-blog-title.vs-butons .nav.nav-tabs{
  padding: 3px 0;
  width: 100%;
}
.nav-tabs {
    border-bottom: none;
}
.blog-item-media .blog-item-content:before{
  content: '';
  height: 100%;
  width: 0;
  vertical-align: middle;
  display: inline-block;
}
.blog-item-media .blog-item-content{
  white-space: nowrap;
}
.blog-item-media {
  position: relative;
}
.blog-item-img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 213px;
}
.top-news-high .blog-item-media,
.top-news-average .blog-item-media {
  height: 426px;
}
.category {
  position: absolute;
  z-index: 3;
  padding: 0px 21px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
  color: #ffffff;
  font-weight: 600;
  background-color: #D93E2D;
  bottom: 0;
  left: 0;
}
.category a{
  color: #ffffff;
}
.category a:hover span {
  opacity: 0.5;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.img_padding {
  padding-bottom: 75px;
  padding-top: 55px;
  width: 100%;
}
.blog-item-title h3 {
  color: #323232;
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
  padding-bottom: 19px;
  padding-top: 14px;
  margin: 0;
}
.top-news-high .blog-item-content-bottom {
    padding: 34px 38px;
}
 .blog-item-small-title h3 {
  padding-top: 17px;
  padding-bottom: 10px;
}
.widget_top_news .blog-item-title h3{
  font-size: 18px;
}
.top-news-high-half .blog-item-title h3{
  font-size: 24px;
}
.top-news-high .blog-item-title h3{
  font-size: 30px;
  line-height: 1.1;
}
.col-md-6.no-padding img {
    width: 100%;
}
.blog-item-title h3:hover {
  color: #D93E2D;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.blog-item-info {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.blog-item-info i {
  margin-right: 7px;
}
.blog-item-info .blog-item-info-calendar {
  display: inline-block;
  vertical-align: middle;
  color: #323232;
  font-weight: 600;
}
.blog-item-info  span {
  color: #999999;
}
.blog-item-info span a {
  color: #323232;
  padding-right: 16px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.blog-item-info span a:hover{
  color: #D93E2D;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.blog-item-text p {
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  padding-top: 17px;
  margin: 0;
}
.blog-item.blog-default-item .blog-item-media {
  float: left;
  margin-right: 30px;
}
.blog-default-item:before, .blog-default-item:after {
    content: " ";
    display: table;
    clear: both;
}
.text-blog {
  border-top: 1px solid #E5E5E5;
  color: #323232;
  font-size: 18px;
  line-height: 20px;
  padding: 23px 0;
}
.text-blog:last-child {
  border-bottom: 1px solid #E5E5E5;
}
.text-blog span{
  color: #999999;
  font-size: 12px;
  display: block;
  margin-top: 11px;
}
.text-blog a {
  color: #323232;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}
.text-blog a:hover {
  color: #D93E2D;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
/*** Slider ***/
.owl-carousel.slider-carousel .owl-nav > div {
  color: transparent;
  font-size: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  width: 60px;
  height: 55px;
  border-right: 1px solid #E4E4E4;
  border-left: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  background-color: #ffffff;
}
.carousel-section .heder-blog-title.vs-butons {
  border-top: 5px solid #D93E2D;
  border-left: 1px solid #E4E4E4;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 30px;
}
.owl-carousel.slider-carousel .owl-nav {
    position: absolute;
    top: -34%;
    opacity: 1;
    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.slider-carousel .owl-nav > div:after {
    font-family: 'rt-icons-2';
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    content: "\e7c5";
    color: #353535;
}
.owl-carousel.slider-carousel .owl-nav > div:hover:after {
  color: #D63F35;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.owl-carousel.slider-carousel:hover .owl-nav {
    top: -28%;
    opacity: 1;
}
.owl-carousel.slider-carousel .owl-nav > div:first-child {
    left: auto;
    right: 59px;
    border-bottom: 1px solid #E4E4E4;
}
.owl-carousel.slider-carousel .blog-item-content-bottom {
    padding: 17px 38px;
}

/* Slidebar */
.banner.heder-blog-title.vs-butons {
    padding-left: 24px;
    padding: 16px 30px;
}
.blog-item.vs-input .mc4wp-form-fields .theme_button:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 40px;
    content: "\f0e0";
}
.blog-item.vs-input .mc4wp-form-fields .theme_button:hover:before{
  opacity: 0.8;
}
.blog-item-content.text-center {
    border: 5px solid #e5e5e5;
    padding: 12px 35px;
    position: relative;
}
.blog-item.vs-input .blog-item-content .mc4wp-form-fields p input{
    padding: 9px 44px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    border: 1px solid #E5E5E5;
}
.blog-item.vs-input .blog-item-content .mc4wp-form-fields button.theme_button {
    background-color: #D63F35;
    border: 0;
    color: #ffffff;
    height: 40px;
    width: 40px;
    top: 212px;
    right: 43.92%;
    position: absolute;
}
.blog-item.vs-input .blog-item-content .blog-item-title h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding-top: 13px;
  padding-bottom: 0;
}
.blog-item.vs-input .blog-item-content .blog-item-text p{
  padding-top: 7px;
  margin-bottom: 3px;
}
.widget_categories li:before{
    font-family: 'rt-icons-2';
    content: "\f105";
    display: inline-block;
    width: 20px;
    color: #D93E2D;
}
.widget.widget_categories {
  width: 100%;
  position: relative;
  border: 5px solid #e5e5e5;
  padding: 35px 35px 15px 35px;
}
.widget.widget_categories h3.widget-title {
  font-size: 24px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
  color: #323232;
}
.widget.widget_categories .greylinks{
  font-size: 16px;
  line-height: 47px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #999999;
  margin: 0;
}
.widget.widget_categories li {
  list-style-type: none;
  padding: 0;
}
.widget.widget_categories .greylinks span.highlight{
  float: right;
}
.widget.widget_categories .greylinks  .separate {
  margin: 0;
}
ul.greylinks {
    -webkit-padding-start: 0px;
}
.widget.widget_tag_cloud {
    margin-left: -10px;
}
.widget.widget_calenda{
  position: relative;
}
#calendar_wrap #prev:after {
  right: 0;
  font-family: 'rt-icons-2';
  content: "\f105";
  position: absolute;
  width: 60px;
  top: 18px;
  text-align: center;
  line-height: 25px;
  color: #ffffff;
}
#calendar_wrap #prev:before {
    left: 0;
    font-family: 'rt-icons-2';
    content: "\f104";
    position: absolute;
    line-height: 25px;
    width: 60px;
    top: 18px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
}
#calendar_wrap table {
  width: 100%;
}
#calendar_wrap #wp-calendar {
  background-color: #F2F2F2;
  color: #323232;
}
#calendar_wrap #prev:hover {
  opacity: 0.5;
}
.calendar__navigation .calendar__month:after{
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  top: 0;
  left: 60px;
  background-color: #E16557;
}
.calendar__navigation .calendar__month:before{
  content: "";
  position: absolute;
  height: 60px;
  width: 1px;
  top: 0;
  right: 60px;
  background-color: #E16557;
}
.calendar__navigation .calendar__month{
  font-size: 24px;
  line-height: 25px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  padding: 18px 0 17px 0;
  font-weight: 700;
}
.widget.widget_calendar .calendar__navigation {
    overflow: hidden;
    position: relative;
    background-color: #D93E2D;
    color: #ffffff;
}
.widget.widget_tag_cloud .tagcloud a {
    display: block;
    float: left;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 26px 7px 27px;
    line-height: 25px;
    color: #323232;
    text-transform: uppercase;
    border: solid 1px #323232;
    font-family: 'Poppins', sans-serif;
}
.widget.widget_tag_cloud .tagcloud a:hover{
  color: #D63F35; 
  border: solid 1px #D63F35;
}

.widget.widget_calendar #calendar_wrap {
  background-color: #F2F2F2;
}
.wp-padding {
    padding: 0px 48px 25px 48px;
}
.widget.widget_calendar .calendar__week {
    padding: 8px 40px 7px 40px;
    background-color: #323232;
    color: #ffffff;
    font-size: 18px;
    margin: 0 -48px 30px -48px;
}
.widget.widget_calendar .calendar__week th{
  text-align: center;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.wp-color{
  color: #999999;
}
 .widget_calendar #wp-calendar td {
    text-align: center;
    padding: 0 5px;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    line-height: 1.6667;
    border: none;
}
 .widget_calendar #wp-calendar td:hover{
  color: #D93E2D;
  font-weight: 500;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.widget.widget_categories a {
    color: #999999;
}
.widget.widget_categories a:hover{
  color: #D63F35;
}
.widget.widget_categories .greylinks span{
  color: #323232;
}
#today {
  color: #D93E2D;
  font-weight: 500!important;
}
.dif {
  color: #999999!important;
}
.blog-item.vs-input.duble-input .blog-item-content .blog-item-title h3 {
  margin-bottom: 8px;
}
.blog-item.vs-input.duble-input .blog-item-content .blog-item-title a{
  color: #D93E2D;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.blog-item.vs-input.duble-input .blog-item-content .mc4wp-form-fields button.theme_button {
  top: 92.5%;
}
.blog-item.vs-input.duble-input .mc4wp-form-fields .theme_button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 40px;
    content: "\f090";
}
.Field_to_fill {
  display: inline-block;
  width: 100%;
}
.Field_to_fill a{
  display: inline-block;
}
.Field_to_fill input.checkbox {
  display: inline-block;
  margin-right: 10px;
}
.Field_to_fill p{
  float: left;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #323232;
}
.Field_to_fill p:hover{
  color: #D63F35;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.Field_to_fill span {
  float: right;
  color: #A5A5A5;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
.duble-input .blog-item-title h3:hover{
  color: #323232;
}
.duble-input{
  padding-bottom: 60px;
}
/*
** Header
*/
.page_header_wrapper {
    min-height: 60px;
    border-top: 1px solid #E8E8E8;
}
.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_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 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: #ffffff;
}

#search_modal .theme_button {
  padding: 18px;
}

#search_modal .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

#search_modal .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

#search_modal .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

#search_modal .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.sf-menu > li > a {
    padding: 10px 40px!important;
    color: #353535;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
}
.sf-menu > li:not(:last-child) > a:after{
  content: "";
  background-color: #D73F35;
  position: absolute;
  height: 3px;
  width: 3px;
  right: -1px;
  top: 28.5px;
  bottom: 28.5px;
  border-radius: 3px;
}
/***Carousel***/

.owl-carousel.big-carousel .owl-nav > div {
  color: transparent;
  font-size: 0;
  position: absolute;
  right: 60px;
  text-align: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
}
.owl-carousel.big-carousel .owl-nav {
    position: absolute;
    top: 370px;
    opacity: 1;
    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.big-carousel .owl-nav > div:after {
    font-family: 'rt-icons-2';
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    content: "\e7c5";
    color: #ffffff;
}
.owl-carousel.big-carousel .owl-nav > div:hover:after {
  color: #D63F35;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.owl-carousel.big-carousel:hover .owl-nav {
    top: 370px;
    opacity: 1;
}
.owl-carousel.big-carousel .owl-nav > div:first-child {
    left: 60px;
    right: auto;
}
.big-carousel .blog-item-content-bottom {
    padding: 54px 38px;
}
.big-carousel .blog-item-title h3{
  font-size: 30px;
}
/** Bottom Video Slider **/
.owl-carousel.bottom-video-slider .owl-nav > div {
  color: transparent;
  font-size: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  width: 60px;
  height: 55px;
  background-color: transparent;
}
.owl-carousel.bottom-video-slider .owl-nav {
    position: absolute;
    top: -19%;
    opacity: 1;
    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.bottom-video-slider .owl-nav > div:after {
    font-family: 'rt-icons-2';
    font-size: 14px;
    font-weight: bold;
    line-height: 55px;
    content: "\e7c5";
    color: #ffffff;
}
.owl-carousel.bottom-video-slider .owl-nav > div:hover:after {
  color: #D63F35;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.owl-carousel.bottom-video-slider:hover .owl-nav {
    top: -19%;
    opacity: 1;
}
.owl-carousel.bottom-video-slider .owl-nav > div:first-child {
    left: auto;
    right: 32px;
}
.bottom-video-slider-color {
  background-color: #282828;
}
.bottom-video-slider-color .heder-blog-title-standard h3{
  color: #ffffff;
}
.owl-carousel.bottom-video-slider .blog-item-content-bottom {
    padding: 17px 38px;
}
/* F O O T E R */ 
.footer { 
background-color: #353535; 
} 
.footer_contacts { 
font-family: 'Poppins', sans-serif; 
font-weight: 300; 
color: #999999; 
line-height: 40px; 
padding-top: 27px; 
} 
.footer_contacts i { 
padding-right: 20px; 
color: #D63F35; 
} 
input.mailchimp_email.form-control{ 
font-size: 12px; 
font-family: 'Poppins', sans-serif; 
font-weight: 400; 
line-height: 25px; 
padding: 19px 0 19px 18px; 
width: 100%; 
border-radius: 0; 
} 

.form-inline .form-group{
  width: 100%;
  padding-right: 40px;
}
button.theme_button { 
background-color: #D63F35; 
border: 0; 
color: #ffffff; 
height: 40px;
width: 40px;
top: 0;
right: 10px;
position: absolute;
} 
.widget_mailchimp .widget-title{ 
color: #fff; 
font-family: 'Poppins', sans-serif; 
line-height: 25px; 
font-weight: 400; 
text-transform: uppercase; 
margin: 0; 
padding-top: 60px; 
padding-bottom: 27px; 
} 
.widget.widget_mailchimp p { 
color: #999999; 
font-family: 'Poppins', sans-serif; 
line-height: 25px; 
font-weight: 400; 
padding-bottom: 14px; 
} 
.widget.widget_mailchimp a{ 
color: #ffffff; 
} 
.widget.widget_mailchimp a:hover { 
color: #D63F35; 
} 

.footer-menu { 
background-color: #D63F35; 
} 
.footer-menu ul { 
display: block; 
overflow: hidden; 
text-align: center; 
margin: 0; 
} 
.footer-menu ul li { 
display: inline-block; 
position: relative; 
} 
.footer-menu a { 
color: #ffffff; 
} 
.footer-menu ul li a { 
display: block; 
padding: 0 40px; 
font-size: 12px; 
font-size: 1.2rem; 
font-weight: 500; 
line-height: 1.1111; 
font-family: 'Poppins', sans-serif; 
line-height: 60px; 
text-transform: uppercase; 
} 
.footer-menu ul li a:hover { 
color: #353535; 
} 

#menu-footer-menu > li:not(:last-child) > a:after{ 
content: ""; 
background-color: #353535; 
position: absolute; 
height: 4px; 
width: 4px; 
right: -1px; 
top: 28.5px; 
bottom: 28.5px; 
border-radius: 50px; 
} 

.sf-menu > li:not(:last-child) > a:after { 
content: ""; 
background-color: #D73F35; 
position: absolute; 
height: 4px; 
width: 4px; 
right: -1px; 
top: 28.5px; 
bottom: 28.5px; 
border-radius: 50px; 
} 

.bordered-box { 
text-align: center; 
color: #999999; 
border: 5px solid #494949; 
font-weight: 300; 
font-size: 16px; 
line-height: 24px; 
padding: 55px 40px; 
} 

.footer_widgets_row .widget-title{ 
color: #fff; 
font-family: 'Poppins', sans-serif; 
line-height: 25px; 
font-weight: 600; 
cursor: context-menu;
text-transform: uppercase; 
margin: 0; 
padding-top: 60px; 
padding-bottom: 27px; 
} 
form.signup.form-inline {
  position: relative;
}
.footer_widgets_row .bordered-box p { 
color: #999999; 
font-family: 'Poppins', sans-serif; 
line-height: 25px; 
font-weight: 400; 
margin-top: 15px;
margin-bottom: 40px;
} 

.footer_widgets_row span { 
color: #ffffff; 
} 
.footer_widgets_row a:hover { 
color: #ffffff; 
} 
.footer_widgets_row a:hover:before {
    opacity: 0.5;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

@media (min-width: 320px){
  .big-carousel .blog-item-content-bottom {
    padding: 40px 40px;
  }
  .blog-item.blog-default-item .blog-item-media {
    width: 100%;
  }
  .top-news-high-half .blog-item-title h3 {
    font-size: 18px;
  }
  ul, menu, dir {
    -webkit-padding-start: 0px;
  }
  .top-news-high .blog-item-title h3 {
    font-size: 28px;
    line-height: 1.1;
  }
  .widget_search .form-inline .form-group {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: auto;
  }
  #topline .theme_button {
    position: static;
    display: inline-block;
  }
  button.theme_button {
    right: 0px;
  }
  .blog-item-title h3 {
    font-size: 18px;
  }
  .blog-item-media .blog-item-content .category {
    position: static;
    display: none;
  }
  .text-blog {
    font-size: 15px;
  }
  .owl-carousel.big-carousel .owl-nav {
    top: 80px;
  }
  .owl-carousel.big-carousel:hover .owl-nav {
    top: 80px;
    opacity: 1;
  }
  .owl-carousel.big-carousel .owl-nav > div:first-child {
    left: 5px;
  }
  .owl-carousel.big-carousel .owl-nav > div {
    right: 5px;
  }
  .row.row-thin-gutter {
    margin-left: -15px;
    margin-right: -15px;
  }
  .row.row-thin-gutter [class*='col-'] {
    padding-left: 16px;
    padding-right: 17px;
    padding-bottom: 20px;
  }
  .heder-blog-title h3 {
    font-size: 18px;
    padding: 15px 10px;
    border-radius: 0;
  }
  .news-tabs .nav-tabs>li>a {
    margin: 0 3px;
  }
  .owl-carousel.slider-carousel:hover .owl-nav {
    top: 0;
    opacity: 1;
    margin-top: -85px;
  }
  .owl-carousel.slider-carousel .owl-nav {
    top: 0;
    margin-top: -85px;
  }
  .blog-item-media img {
    width: 100%;
  }
  .page_topline_additional_element {
    text-align: center;
  }
  .page_topline_additional_element .text-right.no-padding{
    text-align: center;
  }
  .widget_search .form-inline .theme_button {
    right: 49px;
  }
  .sidebar.sidebar-right {
    padding-left: 15px;
    padding-top: 100px;
  }
  .blog-item.vs-input .blog-item-content .mc4wp-form-fields button.theme_button {
    top: 267px;
  }
  .blog-item.vs-input .blog-item-content .mc4wp-form-fields p input {
    padding: 9px 10px;
  }
  .widget_calendar #wp-calendar td {
    padding: 0 4px;
  }
  .Field_to_fill a {
    padding-right: 0;
    margin-bottom: -10px;
  }
  .Field_to_fill span {
    float: none;
    display: block;
    padding-bottom: 20px;
  }
  .top-news-high .blog-item-title h3, .big-carousel .blog-item-title h3 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .big-carousel .blog-item-title h3 {
    font-size: 16px;
    line-height: 1.2;
  }
  .bordered-box {
    padding: 55px 30px;
  }
  #menu-footer-menu > li:not(:last-child) > a:after {
    content: "";
    display: none;
  }
  aside.col-md-4.col-lg-4.col-sm-12.col-xs-12.sidebar > * {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .heder-blog-title-standard h3 {
    font-size: 16px;
  }
  .widget_search .form-inline input[type="text"] {
    margin-left: 4px;
  }
}
@media (min-width: 370px){
  .blog-item.vs-input .blog-item-content .mc4wp-form-fields button.theme_button {
    top: 212px;
  }
}
@media (min-width: 768px) {
  .blog-item-media .blog-item-content .category {
    display: inline-block;
  }
  .owl-carousel.big-carousel .owl-nav {
    top: 210px;
  }
  .owl-carousel.big-carousel:hover .owl-nav {
    top: 210px;
    opacity: 1;
  }  
  .owl-carousel.big-carousel .owl-nav > div:first-child {
    left: 5px;
  }
  .owl-carousel.big-carousel .owl-nav > div {
    right: 5px;
  }

  .blog-item.blog-default-item .blog-item-media {
    width: auto;
  }
  .heder-blog-title-standard h3 {
    font-size: 24px;
  }  
  .widget_search .form-inline input[type="text"] {
    margin-left: 10px;
  }
  .page_topline_additional_element .text-right.no-padding{
    text-align: right;
  }
  .widget_search .form-inline .theme_button {
    right: 0px;
  }
  .page_topline_additional_element {
    text-align: left;
  }
  .sidebar.sidebar-right {
    padding-left: 15px;
    padding-top: 100px;
  }
  .sf-menu > li:not(:last-child) > a:after{
    display: none;
  }
  aside.col-md-4.col-lg-4.col-sm-12.col-xs-12.sidebar > * {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
  .owl-carousel.bottom-video-slider .blog-item-content-bottom {
    padding: 17px 20px;
  }
  .widget_top_news .blog-item-title h3 {
    font-size: 18px;
  }
  .text-blog {
    font-size: 18px;
  }
  .blog-item-title h3 {
    font-size: 24px;
  }
  .heder-blog-title h3 {
    font-size: 24px;
    padding: 15px 39px 14px 40px;
    float: left;
    border-bottom: 0;
    width: auto;
  }
  .row.row-thin-gutter [class*='col-'] {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
  }
  .row.row-thin-gutter {
    margin-left: -5px;
    margin-right: -5px;
  }
  .blog-item.vs-input .blog-item-content .mc4wp-form-fields button.theme_button {
    top: 212px;
  }
  .blog-item.vs-input .blog-item-content .mc4wp-form-fields p input {
    padding: 9px 44px;
  }
  .Field_to_fill a{
    padding-right: 50px ;
    margin: 0;
  }
  .Field_to_fill span {
    float: right;
    display: inline-block;
    padding-bottom: 0px;
  }
  .big-carousel .blog-item-content-bottom {
    padding: 27px 38px;
  }
  .top-news-high .blog-item-title h3, .big-carousel .blog-item-title h3 {
    padding-top: 19;
    padding-bottom: 19;
  }
  button.theme_button {
    right: 10px;
  }
  .news-tabs .nav-tabs>li>a {
    margin: 0 15px;
  }
}

/*
**main menu (min 992px) styles
*/
@media (min-width: 992px) {
    /* menu layout */
    .sf-menu, .sf-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .blog-item-content-bottom {
    padding: 27px 38px;
    }
    .owl-carousel.big-carousel .owl-nav {
    top: 370px;
    }
    .owl-carousel.big-carousel:hover .owl-nav {
      top: 370px;
      opacity: 1;
    }  
    .owl-carousel.big-carousel .owl-nav > div:first-child {
      left: 60px;
    }
    .owl-carousel.big-carousel .owl-nav > div {
      right: 60px;
    }
    .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;
    }
    .mainmenu_wrapper ul li > ul li > ul {
      background-color: #323232;
    }
    .sf-menu ul li > ul li a {
      color: #fff;
    }
    .sf-menu > li > a:hover,
    .sf-menu > li.active > a {
        color: #f5bb2c;
    }
    .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;
        padding: 10px 15px!important;
        font-size: 16px;
        font-weight: 400;
    }
    .blog-item.vs-input .blog-item-content .mc4wp-form-fields p input {
      padding: 9px 10px;
    }
    .blog-item.vs-input .blog-item-content .mc4wp-form-fields button.theme_button {
      top: 91%;
    }
    .banner.heder-blog-title.vs-butons {
     padding: 16px 0px;
    }
    .heder-blog-title.vs-butons span {
      margin-left: 30px;
    }
    .widget_top_news .blog-item-title h3 {
    font-size: 24px;
    }
    .widget_calendar #wp-calendar td {
      padding: 0 2px;
    }
    .blog-item-title h3 {
      font-size: 20px;
    }
    .header_white .sf-menu > li > a:hover{
    color: #D73F35;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    }
    .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;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }
    .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: #D73F35;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }
    /* 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;
        vertical-align: middle;
    }
    /*top menu level*/
    /* styling for right-facing arrows */
    .sf-arrows ul .sf-with-ul:after {
        content: "\e7c1";
    }
    .sidebar.sidebar-right {
     padding-left: 15px;
     padding-top: 0;
    }
    .sf-menu > li:not(:last-child) > a:after{
      display: inline;
    }
    #menu-footer-menu > li:not(:last-child) > a:after {
    content: "";
    display: inline;
    }
    .owl-carousel.bottom-video-slider .blog-item-content-bottom {
      padding: 17px 38px;
    }
    .blog-item-title h3 {
    font-size: 24px;
    }
    .big-carousel .blog-item-title h3 {
      font-size: 24px;
      line-height: 25px;
    }
    .top-news-high .blog-item-title h3, .big-carousel .blog-item-title h3 {
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .news-tabs .nav-tabs>li>a {
    margin: 0 15px;
    }
}
@media (min-width: 1200px) {
  .top-news-high .blog-item-content-bottom {
    padding: 34px 37px;
  }
  .sidebar.sidebar-right {
    padding-left: 45px;
    padding: 0;
  }

  .top-news-high-half .blog-item-title h3 {
    font-size: 24px;
  }
}

/* common paddings */

/* -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) {
    .header_white .sf-menu > li > a{
        padding: 10px 40px!important;
    }
    .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;
    }
}
@media (max-width: 1600px){
  .page_topline_additional_element{
    width: 100%;
    position: relative;
  }
}
.toggle_menu {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -30px;
    display: none;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1001;
    visibility: visible;
}

.header_white .toggle_menu span,
.header_white .toggle_menu span:before,
.header_white .toggle_menu span:after {
    background-color: #323232;
}

.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: 991px) {
    .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: 14px;
        left: 10px;
        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 40px;
    }
    .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;
    }
}


/*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 #f5bb2c;
  background-color: #f5bb2c;
  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;
}


/*
**plugins
*/
.owl-carousel {
  position: relative;
}

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

/* 
timetable 
*/
#timetable span {
  display: block;
}

#timetable th, #timetable td {
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  padding: 25px 5px;
}

#timetable thead {
  color: #ffffff;
}

#timetable thead th {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-width: 0 1px;
}

#timetable tbody th, #timetable tbody td {
  border: 1px solid #e1e1e1;
  -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;
}

#timetable tbody .current {
  background-color: #f5bb2c;
  border-color: #f5bb2c;
}

#timetable tbody .current a {
  color: #ffffff;
}

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

/* FOOTER */




/* copyright*/
.page_copyright {
  padding-bottom: 38px;
  padding-top: 48px;
  line-height: 24px;
  color: #999999;
}
.page_copyright a:hover {
  color: #323232;
}
.page_copyright a {
  color: #DE5849;
}
/* ==========================================================================
   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;
    }
}
