/*
Theme Name: ROE Design 1.0
Version: 2016
Text Domain: roedesign
Author: floatrx
Description: Personalized for Rivneoblenergo.

/*
 * 0.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div{
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box; 
}

audio,
canvas,
video {
  display: inline-block;
  max-width: 100%;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
  color: #555;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 1.8;
  outline: none;
}

input:invalid {
  box-shadow: none;
}

body {
  background: #fff;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
  text-decoration: none;
  color: #008aff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 400;
  margin: 32px 0px 0px;
  color: inherit;
}

h1 {
  font-size: 36px;
  line-height: 1.1;
}

h2 {
  font-size: 30px;
  line-height: 1.1;
}

h3 {
  font-size: 24px;
  line-height: 1.1;
}

h4 {
  font-size: 20px;
  line-height: 1.1;
}

h5 {
  font-size: 18px;
  line-height: 1.1;
}

h6 {
  font-size: 16px;
  line-height: 1;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  /* color: #fdd200; */
  /* color:#458ECC; */
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 600;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

mark,
ins {
  background: #fdd200;
  text-decoration: none;
}

p {
  margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens:    none;
  -ms-hyphens:     none;
  hyphens:         none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
    line-height:1.5em;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 1.2em;
    border-left: 4px solid #fdd200;
    background: #fdfdfd;
    box-shadow: 0px 0px 1px #ccc;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 0 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

button,
input,
select,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

th,
td {
  padding: 6px;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

::selection {
  background: #FF8B02;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #FF8B02;
  color: #fff;
  text-shadow: none;
}

:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease; 
  transition: all 0.2s ease;
}

.required {
  color: #F00;
}

.clear {
  clear: both;
}

nav li {
  list-style-type: none;
}

/*
 * 0.1 WordPress CSS
 */

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.sticky {

}

.gallery-caption {

}

.bypostauthor {

}

/*
 * 1.0 General
 */

body {
  position: relative;
}

.wrapper {
  position: relative;
}

.container-fullwidth {
  width: 100%;
  overflow: hidden;
}

.container .container {
  width: 100%;
}
/*
.container-fullwidth .row .row {
  margin-left: 0;
  margin-right: 0;
}
*/
.move-to-top {
  position: fixed;
}

/*
 * 2.0 Top bar
 */


.top-bar {
  box-shadow: 0 1px 10px 0 #333;
  background: linear-gradient(to bottom, #ffdf45, #e8a713 99%);
  overflow:visible;
  font-size:.85em;
  line-height:30px;
}
.top-bar-left {
  float: left;
}
.top-bar-right {
  float: right;
}
.top-bar-info {
  color: inherit;
}
.top-bar .btn,.top-bar button{
  border-radius:10px;
  padding:1px 7px;
  position:relative;
  top:-2px;
}
.top-bar .btn-default{
  border-bottom:1px solid rgba(0,0,0,.1);
  background:rgba(255,255,255,.4);
  /* border-color:rgba(0,0,0,.04); */
  border-color:transparent;
}

/*
 * 2.1 Header logo
 */

img.site-logo {
  float: left;
  /* max-height: 50px; */
}

.name-box {
  float: left;
  margin: 10px 0;
  max-height: 50px;
}

.site-logo {
  margin: 10px 10px 10px 0;
}

.site-name {
  margin: 0;
  color: #595959;
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
}

.name-box a {
  text-decoration: none;
}

/* .site-tagline {
  color: #595959;
}
 */
/*
 * 2.2 Header Search
 */

.search-form {
  display: none;
  position: absolute;
  overflow: hidden;
  top: 100%; right: 0;
  width: 130px;
  margin-top: 5px;
  background-color: transparent;
  z-index: 99999;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.search-form input[type="text"] {
  border: none;
  float: left;
  width: 100%;
  margin-right: -30px;
  padding: 5px 35px 6px 10px;
  background: none;
}

.search-form input[type="submit"] {
  background: url(images/search.png) center no-repeat;
  float: right;
  border: none;
  width: 30px;
  height: 30px;
}

/*
 * 2.3 Header navigation
 */

.site-nav-toggle {
  display: block;
  float: right;
  margin-top: 20px;
  background-color: transparent;
  border: none;
  color: #555;
  font-size: 14px;
}

.overlay .main-header .site-name,
.overlay .main-header .site-tagline,
.overlay .main-header .site-nav-toggle {
  color: #fff;
}

.site-nav {
  display: none;
  margin-top: 0;
  width: 100%;
  position: absolute;
  top: 106%;
  left: 0;
}

.site-nav a{
  text-decoration:none;
}
.site-nav ul {
  margin: 0;
  background-color: #fefefe;
}

.site-nav li ul {
    margin-left: 0;
}

.site-nav li {
  position: relative;
}

.site-nav > ul > li a {
  display: block;
  font-size: 14px;
  line-height: 40px;
  color: #333;
  border-color: #ffffff40;
  border-style: solid;
  border-bottom-width: 1px;
  padding: 0 15px;
}

.site-nav > ul > li:first-child > a {
  border-top-width: 1px;
}

/*For onepage*/
.site-nav > ul > li.current > a {
    color: #fdd200;
}


.site-nav > ul > li a:hover {
  background-color: #f5f5f5;
}

.menu-dropdown-icon {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  width: 40px;
    text-align: center;
    cursor: pointer;
}

.site-nav li ul {
  display: none;
}


/* add level marks */
/* .site-nav li li a:before {
  content: "-";
  margin: 0 3px 0 10px;
}

.site-nav li li li a:before {
  content: "--";
  margin: 0 3px 0 20px;
}

.site-nav li li li a:before {
  content: "--";
  margin: 0 3px 0 20px;
}

.site-nav li li li li a:before {
  content: "---";
  margin: 0 3px 0 30px;
} */

@media (min-width: 1024px) {
  .site-nav-toggle {
    display: none;
  }

  .menu-dropdown-icon {
    display: none;
  }

  .site-nav {
    display: block;
    margin: 0;
    width: auto;
    position: static;
  }

  .site-nav > ul {
    background-color: transparent;
    float: left;
  }

  .site-nav > ul > li {
    float: left;
    position: relative;
  }

  .site-nav > ul > li + li {
    margin-left: 35px;
  }

  .site-nav > ul > li > a,
  .site-nav > ul > li:first-child > a {
    display: block;
    line-height: 68px;
    padding: 0;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    border-top: 0 solid transparent;
  }

  .overlay .main-header .site-nav > ul > li > a {
    color: #fff;
  }

  .site-nav > ul > li:hover > a {
    border-color: #fdd200;
  }

  .overlay .main-header .site-nav > ul > li:hover > a {
    border-color: #fff;
  }

  .site-nav > ul > li > a:hover {
    background-color: transparent;
  }

  .site-nav li > ul {
    display: none;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 100%;
    background-color: #f8f8f8;;
    width: 150px;
  }

  .site-nav li li > ul {
    left: 100%;
    top: 0;
  }

  .site-nav li:hover > ul {
    display: block;
  }

  .site-nav li li a:before {
    display: none;
  }

  .site-nav li li li a:before {
    display: none;
  }

}

/*
 * 2.3.1 Hover styles for Header navigation
 */

/*Style1*/

/*
 * 2.4 Top Wrap
 */

.top-wrap {
  position: relative;
}

/*
 * 2.5 Main header
 */

.header-wrap {
  position: relative;
  z-index: 9;
}

.main-header {
  background-color: #022f63;
  color: #555; /*optional*/
  width: 100%;
  border-top: 2px solid #00000045;

}

.header-wrap.overlay {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  background-color: transparent;
  width: 100%;
  z-index: 999;
}

.slider-above-header .header-wrap.overlay {
  top: auto;
  bottom: 0;
}

.logo-left .logo-box {
  float: left;
  text-align: left;
}

.logo-left .site-nav {
  clear: right;
  float: right;
  padding: 35px 5% 0 0;
}

.logo-right .logo-box {
  float: right;
  text-align: right;
}

.logo-right .site-nav {
  clear: left;
  float: left;
}

.logo-right .site-nav-toggle {
  clear: left;
  float: left;
}

@media screen and (min-width: 920px) {
  .logo-center {
    text-align: center;
  }

  .logo-center .logo-box {
    float: none;
    text-align: center;
  }

  .logo-center .site-logo {
    float: none;
    margin: 0;
  }

  .logo-center .site-nav ul {
    float: none;
  }

  .logo-center .site-nav > ul > li {
    display: inline-block;
    float: none;
  }
}

.main-header.style2 .main-header-bottom {
    border-top: 1px solid #ccc;

}

/*
 * 2.5 Fixed header
 */

.fxd-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background-color: rgba(255,255,255,.7);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
}

.fxd-header.logo-center .logo-box {
  display: none;
}

@media screen and (max-width: 600px) {
  .fxd-header {
    top: 0!important;
  }
}
@media screen and (max-width: 1023px) {
  .fxd-header {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .menu-item-label {
    font-size: 11px;
  }
}

/*
 * 2.6 Side header
 */

@media screen and (min-width: 920px) {
  .side-header .container {
    width: 100%;
  }

  .side-header .header-wrap .container {
    padding-right: 0;
    padding-left: 0;
  }

  .side-header .header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
  }

  .side-header-right .header-wrap {
    right: 0;
    left: auto;
  }

  .side-header .wrapper {
    padding-left: 320px;
  }

  .side-header-right .wrapper {
    padding-right: 320px;
    padding-left: 0;
  }

  .side-header .site-nav > ul > li {
    display: block;
  }

  .side-header .site-nav > ul > li + li {
    margin-left: 0;
  }

  .side-header .site-nav li ul {
    top: 0;
    left: 100%;
  }

  .side-header-right .site-nav li ul {
    right: 100%;
    left: auto;
  }

  .side-header .site-nav > ul > li a {
    border-right: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 1px solid #f5f5f5;
    border-bottom-width: 0;
  }

  .side-header .site-nav > ul > li a {
    border-right-width: 0;
    border-bottom-width: 0;
    border-left: 2px solid rgba(0, 0, 0, 0);
  }

  .side-header .site-nav > ul > li:first-child a {
    border-top: 1px solid #f5f5f5;
  }

  .side-header .site-nav > ul > li:hover > a {
    border-right-color: #fdd200;
  }

  .side-header-right .site-nav > ul > li:hover > a {
    border-left-color: #fdd200;
  }
}


/*
 * 2.6 Mega Menu
 */

header .container {
  position: relative;
}

@media screen and (min-width:920px) {
  .site-nav > ul > li.menu_column {
    position: static;
  }

  .site-nav > ul > li.menu_column > ul {
    width: 100%!important;
    padding: 20px 0;
  }

  .site-nav > ul > li.menu_column > ul > li.col-md-2, .site-nav > ul > li.menu_column > ul > li.col-md-1_5, .site-nav > ul > li.menu_column > ul > li.col-md-3, .site-nav > ul > li.menu_column > ul > li.col-md-4, .site-nav > ul > li.menu_column > ul > li.col-md-6 {
    float: left;
  }

  .site-nav > ul > li.menu_column > ul > li > ul {
    position: static;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }

  .site-nav li ul li > a {
    font-size: .60em;
    line-height: 1.5em;
    padding: 10px 9px;
    transition: box-shadow 0.05s ease-in;
    text-shadow: 0 0 0 #222;
  }

  .site-nav li ul {
    box-shadow: 0 0 15px rgba(0,0,0,.1);
  }
  .site-nav li ul li > a:hover {
    color: #000;
    background: #fff;
    box-shadow: inset 0 0 10px 20px rgba(255,255,255,1);
    text-shadow: none;
  }

  .site-nav li ul li + li > a {
    border-top: 1px solid #e5e5e5;
  }

  .site-nav > ul > li.menu_column > ul > li + li > a {
    border-top: none;
  }

  .side-header .site-nav > ul > li.menu_column {
    position: relative;
  }

  .side-header .site-nav > ul > li.menu_column > ul {
    width: 600px;
  }

  li.hide-text > a > span.menu-item-label {
    display: none!important;
  }
}

.menu_icon {
  margin-right: 5px;
}

/*
 * 3.0 Footer
 */

footer {
  color: #fff;
  font-size: 12px;
}

footer a {
  color: gray;
  font-size:.85rem;
}
.menu-footer-nav-container{
  /* border-top:1px solid rgba(0,0,0,.1); */
  /* padding-top:15px; */
}
.menu-footer-nav-container ul li a:after{
  content:"|";
  display:inline-block;
  margin:0 5px;
  color:rgba(0,0,0,.2);
}
.menu-footer-nav-container ul li:last-child a:after{
  display:none;
}
/* lamp power effect :) */
/*@-webkit-keyframes lamp{*/
  /*from{background-image:url('images/lamps.jpg?full');} 20%{background-image:url('images/lamps-off.jpg');} 25%{background-image:url('images/lamps.jpg?full');} 27%{background-image:url('images/lamps-off.jpg');} 29%{background-image:url('images/lamps.jpg?full');} 31%{background-image:url('images/lamps-off.jpg');} 33%{background-image:url('images/lamps.jpg?full');} 34%{background-image:url('images/lamps-off.jpg');} 35%{background-image:url('images/lamps.jpg?full');}*/
  /*to{background-image:url('images/lamps.jpg?full');}*/
/*}*/
/*@keyframes lamp{*/
  /*from{background-image:url('images/lamps.jpg?full');} 20%{background-image:url('images/lamps-off.jpg');} 25%{background-image:url('images/lamps.jpg?full');} 27%{background-image:url('images/lamps-off.jpg');} 29%{background-image:url('images/lamps.jpg?full');} 31%{background-image:url('images/lamps-off.jpg');} 33%{background-image:url('images/lamps.jpg?full');} 34%{background-image:url('images/lamps-off.jpg');} 35%{background-image:url('images/lamps.jpg?full');}*/
  /*to{background-image:url('images/lamps.jpg?full');}*/
/*}*/

.footer-widget-area {
  background: #252525 url('images/lamps-off.jpg') no-repeat center top;
  padding: 60px 0 40px;
}
.footer-widget-area:hover{
  -webkit-animation:lamp 1s ease both;
          animation:lamp 1s ease both;
}
.footer-widget-area img:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.footer-widget-area img:active {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.footer-widget-area .widget-title {
  color: #fff;
}
.footer-widget-area .widget-search {
  border-color: #fff;
  max-width: 180px;
}
.footer-widget-area .widget-sns i {
  color: #fff;
  border-color: #fff;
}

.footer-widget-area .widget-sns i:hover {
  background-color: #fff;
  color: #19cbcf;
}

.footer-info-area{
  padding:0 0 25px; 
}
/* @media (max-width: 768px){
  .footer-info-area{
    padding-bottom:80px;
  }
}
 */
ul.footer-sns {
  display: inline-block;
  font-size: 20px;
  margin-left: 0;
  margin-bottom: 10px;
}

.footer-sns li {
  float: left;
  list-style-type: none;
  margin: 0 5px;
}

.footer-sns li a {
  display: block;
  width: 40px;
    height: 40px;
    line-height: 40px;
}

ul.footer-links {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 10px;
}

.footer-links li {
  float: left;
  list-style-type: none;
}

/* .footer-links li + li::before { */
  /* content: "\/"; */
/* } */
.fxd-footer {
    margin-bottom: 136px;
}

.fxd-footer .footer-info-area {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
}
/*
 * 4.0 Page title bar
 */

.page-title-bar {
  overflow:hidden;
  padding:10px 0 0;
  height:2px;
  box-shadow:inset 0 -10px 15px -10px rgb(240,240,240);
  transition:height .5s ease;
}
@media all and (max-width:1023px){
  .page-title-bar {
    height:100px;
    background: #003f7f;
    background: linear-gradient(to bottom,  #003f7f 1%,#005085 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003f7f', endColorstr='#005085',GradientType=0 );
  }
}

h1,.page-title h1,h2,h3,h4{
  font-family:'Ubuntu Condensed', 'Open Sans', sans-serif;
}

.page-title h1 {
  font-weight:500;
  font-size: 30px;
  line-height: 1;
  margin: 0;
}

.page-title h3 {
  margin: 15px 0 0;
  line-height: 1;
  font-size: 20px;
}

ol.breadcrumb-nav {
  margin: 0;
  line-height: 65px;
}

.no-subtitle ol.breadcrumb-nav {
  line-height: 30px;
}

.breadcrumb-nav li {
  list-style-type: none;
  display: inline-block;
}

.breadcrumb-nav li + li {
  margin-left: 5px;
}

.breadcrumb-nav > li + li:before {
  content: "\/";
  margin-right: 5px;
}

.title-left .page-title {
  float: left;
}

.title-left .breadcrumb-nav {
  float: right;
}

.title-center .container {
  text-align: center;
}

.title-center .page-title {
  margin-bottom: 5px;
}

.title-center ol.breadcrumb-nav {
  line-height: 30px;
}

.title-right .page-title {
  float: right;
  text-align: right;
}

.title-right .breadcrumb-nav {
  float: left;
}


/*
 * 5.0 Blog Columns
 */

.right-aside .col-aside-left {
  display: none;
}

.left-aside .col-aside-right {
  display: none;
}

.no-aside .col-aside-left,
.no-aside .col-aside-right {
  display: none;
}

.col-main,
.col-aside-left,
.col-aside-right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 992px) {
  .col-main,
  .col-aside-left,
  .col-aside-right {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .no-aside .col-main {
    width: 100%;
  }
  .left-aside .col-main,
  .right-aside .col-main {
    width: 75%;
  }
  .both-aside .col-main {
    width: 60%;
  }
  .left-aside .col-aside-left,
  .right-aside .col-aside-right {
    width: 25%;
  }
  .both-aside .col-aside-left {
    width: 20%;
  }
  .both-aside .col-aside-right {
    width: 20%;
  }
  .left-aside .col-main {
    left: 25%; /*.left-aside .col-aside-left width*/
  }
  .left-aside .col-aside-left {
    right: 75%; /*.left-aside .col-aside-main width*/
  }
  .both-aside .col-main {
    left: 20%; /*.both-aside .col-aside-left width*/
  }
  .both-aside .col-aside-left {
    right: 60%; /*.both-aside .col-aside-main width*/
  }
}

/*
 * 5.1 Blog Detail
 */

.entry-summary img,
.entry-content img {
  max-width: 100%;
}

.post-inner, .page-inner {
  padding: 50px 0;
  background-color: #fff;
}
.post-2003 .page-inner{
  padding:0;
}

.entry-header {
  margin-bottom: 5px;
}

.blog-list-wrap .entry-header:after {
  display: block;
  margin: 20px 0;
  width: 40px; 
  height: 1px; 
  background-color: #fdd200;
  content: "";
}

.text-center .entry-header:after {
  margin: 20px auto;
}

.feature-img-box,
.feature-img-box {
  margin-bottom: 20px;
}

.no-text .feature-img-box {
  margin-bottom: 0;
}

.entry-title {
  font-size: 20px;
  margin: 0 0 5px;
}
.page-title .entry-title{
  font-size: 40px;
  margin: 5px 0 30px;
}

.entry-meta {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
}

.entry-meta li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}

.entry-meta li.entry-comments {
  margin-right: 0;
}

.entry-meta i {
  margin-right: 5px;
}

.entry-meta a {
  color: #888;
}

.entry-meta a:hover {
  /* color: #fdd200; */
  color: #008aff;
}

.entry-footer {
  margin: 20px 0;
  overflow: hidden;
}

.page .entry-footer {
  display: none;
}

.entry-tags {
  margin: 10px 0;
}

.entry-share {
  margin: 10px 0;
}

.entry-tags li,
.entry-share li {
  display: inline-block;
  list-style-type: none;
}

.entry-tags li a,
.entry-share li a {
  display: block;
  padding: 0 10px;
  border: 1px solid #a0a0a0;
  font-size: .9em;
  line-height: 22px;
  /*background-color: #fdd200;*/
  /*color: #fff;*/
  /*border-radius: 50%;*/ /*optional*/
}

.entry-tags.no-border li {
  margin-right: 10px;
}

.entry-share.no-border li {
  margin-left: 10px;
}

.entry-tags.no-border li a,
.entry-share.no-border li a {
  border: none;
  padding: 0;
}

.entry-footer li a:hover {
  border-color: #fdd200;
}

.post-attributes h3 {
  font-size: 16px;
  margin-top: 40px;
}

.post-attributes h3:after {
  display: block;
  margin: 20px 0;
  width: 40px; 
  height: 1px; 
  background-color: #fdd200;
  content: "";
}

.about-author {
  overflow: hidden;
}

.author-avatar {
  float: left;
  margin: 0 20px 5px 0;
}

.post-pagination {
  position: relative;
}

.post-pagination ul {
  margin: 40px 0;
  overflow: hidden;
  position: relative;
  z-index: 30;
}

.post-pagination li {
  list-style-type: none;
}

.post-pagination-decoration {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 2px;
  background-color: #eee;
}

.post-pagination li {
  display: inline-block;
  margin: 0 10px;
}

.post-pagination li a {
  border-top: 2px solid transparent;
  display: inline-block;
  padding: 15px 0;
  width: 40px;
}

.post-pagination li a:hover {
  border-color: #fdd200;
}

/*
 * 5.2 Blog Grid box
 */

.post-grid-box .img-caption {
  background-color: #fff;
  padding: 10px 0;
}

.post-grid-box .img-caption h4 {
  margin: 0 0 10px;
  font-size: 16px;
}


/*
 * 5.3 Comments
 */

ul.comments-list {
  margin-left: 0;
}

.comments-list li {
  list-style-type:none;
}

.media-comment {
  margin-top: 30px;
  position: relative;
  overflow: visible;
  width: 100%;
  display: table!important;
}

.media-avatar {
  width: 80px;
  min-width: 80px;
}

.media-comment .media-heading {
  font-size: 14px;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 0;
  text-shadow: none;
  box-shadow: none;
}

.form-control:focus,
select:focus,
input:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #fdd200;
    box-shadow: none;
}

.comment-reply-link {
  font-size: .8em;
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  background-color: #fdd200;
  line-height: 1;
  padding: .9em 1.6em;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
}

/*
 * 5.4 Blog List Style
 */

a .entry-title:hover {
  color: #008aff;
}

.entry-box {
  margin-bottom: 50px;
}

.blog-list-wrap.blog-grid .entry-box-wrap {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
  float: left;
}

@media screen and (min-width: 768px) {
  .blog-list-wrap.blog-grid .entry-box-wrap {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .no-aside .blog-list-wrap.blog-grid .entry-box-wrap {
    width: 33.333333333333%;
  }
}

.blog-list-wrap.blog-grid .entry-box {
  border: 1px solid #ccc;
  padding: 1px;
  background-color: #fff;
  margin-bottom: 30px;
}

.blog-list-wrap.blog-grid .entry-main {
  padding: 10px 20px;
}

.blog-list-wrap.blog-aside-image .entry-main {
  margin-top: 0;
}

.blog-list-wrap.blog-aside-image .entry-footer {
  margin: 10px 0;
}

.blog-timeline-icon {
  font-size: 60px;
  color: #ccc;
}

.blog-timeline-inner {
  position: relative;
}

.blog-timeline-line {
  position: absolute;
  top: 0;
  left: 30px;
  margin-left: -1px;
  height: 100%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.blog-list-wrap.blog-timeline .entry-box-wrap {
  width: 100%;
  position: relative;
}

.blog-list-wrap.blog-timeline .entry-box-wrap:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e5e5e5;
  top: 55px;
  left: 25px;
}

.blog-list-wrap.blog-timeline .entry-box {
  border: 1px solid #ccc;
  padding: 1px;
  background-color: #fff;
  position: relative;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,.1);
}

.blog-list-wrap.blog-timeline .entry-box:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  top: 50px;
}

.blog-list-wrap.blog-timeline .entry-box:before {
  border-right-color: #ccc;
  left: 0;
  margin-left: -21px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  top: 51px;
}

.blog-list-wrap.blog-timeline .entry-box:after {
  border-right-color: #fff;
  left: 0;
  margin-left: -18px;
}

.blog-list-wrap.blog-timeline .entry-main {
  padding: 10px 20px;
}

.blog-timeline-loading {
  margin: 20px 0;
}

@media screen and (min-width: 768px) {
  .blog-timeline-icon {
    text-align: center;
  }
  .blog-timeline-line {
    left: 50%;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap {
    width: 50%;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left {
    float: left;
    padding-right: 10%;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap.timeline-left:after {
    right: 0;
    margin-right: -5px;
    left: auto;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right {
    float: right;
    padding-left: 10%;
  }
  .blog-list-wrap.blog-timeline .entry-box-wrap.timeline-right:after {
    left: 0;
    margin-left: -5px;
  }
  .blog-list-wrap.blog-timeline .timeline-left .entry-box:before {
    border-left-color: #ccc;
    border-right-color: transparent;
    left: auto;
    right: 0;
    margin-right: -21px;
    margin-left: 0;
  }
  .blog-list-wrap.blog-timeline .timeline-left .entry-box:after {
    border-left-color: #fff;
    border-right-color: transparent;
    left: auto;
    right: 0;
    margin-right: -18px;
  }
}

/*
 * 6.0 Portfolio Detail
 */

.portfolio-info ul {
  margin: 30px 0 0;
}

.portfolio-info-item {
  list-style-type: none;
}

.portfolio-footer {
  overflow: hidden;
}

/*
 * 6.1 Portfolio List
 */

/*
 * 7.0 Widget
 */

.widget-box {
  /* margin-bottom: 36px; */
  overflow: hidden;
  font-size: 12px;
}

.widget-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
}


.widget-box ul {
  margin-left: 0;
}

.widget-box ul ul {
  margin-left: 10px;
}

.widget-box li {
  overflow: hidden;
  list-style-type: none;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.widget-box > ul > li,
.widget-post > ul > li {

}

.widget-box a {
  
}

.widget-box a:hover {
  
}

.widget_search .search-form {
  border: 1px solid #ccc;
  padding: 4px;
  overflow: hidden;
  width: 100%;
  display: block;
  position: static;
}

.widget_search .search-form div {
    position:relative;
}

.widget_search .search-form div:before {
    position:absolute;
    top:0; right:0;
    font: normal normal normal 18px/28px 'FontAwesome';
    content: "\f002";
}

.widget_search .search-form input[type="text"] {
  border: none;
  float: left;
  width: 100%;
  margin-right: -25px;
  padding-right: 25px;
  background-color: transparent;
  color: inherit;
}

.widget_search .search-form input[type="submit"] {
  background: none;
  float: right;
  border: none;
  width: 20px;
  height: 20px;
  position:relative;
  z-index:2;
}

.widget-box .widget-img {
  float: left;
  margin-right: 15px;
}

.widget-box .widget-img img {
  width: 60px;
  margin-top: 3px;
}

.widget-project img {
  border: 1px solid #eee;
}

.widget-project .row {
  margin-left: -2px;
  margin-right: -2px;
}

.widget-project [class*='col-xs'] {
    padding: 2px;
}

.widget_recent_posts li {
  clear: left;
}

.widget_recent_posts li,
.widget_contact_info li,
.widget_text li {
  background: none;
  padding-left: 0;
}

.widget-post li {
  list-style-type: none;
  margin-bottom: 15px;
}

.widget-post img {
  display: block;
  float: left;
  width: 20%;
  margin-right: 3%;
  border-radius: 5px;
}

.widget-post .widget-post-box {
  float: left;
  width: 75%;
  margin-top: -5px;
}

.widget-post .widget-post-box.no-img {
  width: 100%;
}

.widget_nav_menu ul {
    margin: 0;
}

.widget_nav_menu li {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}

.widget_nav_menu li a {
    display: block;
    margin: 0;
    padding: 10px 0;
    text-shadow: 0px 0px 0px #222;
}

.widget_nav_menu li li a {
    padding-left: 20px;
}

.widget_nav_menu li li li a {
    padding-left: 30px;
}

.widget_nav_menu {
    /* border-top: 1px solid #e5e5e5; */
    box-shadow: 0px 0px 4px 1px #ddd;
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 36px;
}



/*
 * 8.0 Gallery
 */

.gallery {
  margin-bottom: 1.6em;
}

.gallery-item {
  display: inline-block;
  padding: 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-icon img {
  margin: 0 auto;
}

.gallery-caption {
  display: block;
  margin-top: 10px;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/*
 * 9.0 BBPress
 */

/* .bbp-breadcrumb {
    display:none;
}

.bbp-breadcrumb {
    display:none;
}

.bbp-search-form {
    margin-bottom: 10px;
}

#bbp-search-form {
  border: 1px solid #ccc;
  padding: 8px;
  overflow: hidden;
  width: 100%;
}

#bbp-search-form div {
    position:relative;
}

#bbp-search-form div:before {
    position:absolute;
    top:0; right:0;
    font: normal normal normal 18px/20px 'FontAwesome';
    content: "\f002";
}

#bbp-search-form input[type="text"] {
  border: none;
  float: left;
  width: 100%;
  margin-right: -25px;
  padding-right: 25px;
  background-color: transparent;
  color: inherit;
}

#bbp-search-form input[type="submit"] {
  background-color: transparent;
  float: right;
  border: none;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  position:relative;
  z-index:2;
}

#bbp-search-form input[type="submit"]:before {
    content: "\f002";
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    font-size: 1.2em;
}

#bbpress-forums .bbp-forum-title,
#bbpress-forums .bbp-forum-topic-count,
#bbpress-forums .bbp-forum-reply-count,
#bbpress-forums .bbp-topic-permalink,
#bbpress-forums .bbp-topic-voice-count,
#bbpress-forums .bbp-topic-reply-count {
    font-size: 1.2em;
} */

/* .wp-editor-container,
#bbp_topic_title,
#bbp_topic_tags {
  border: 1px solid #aaa;
}

.bbp-form legend {
  font-size: 1.2em;
}

#bbp_topic_title,
#bbp_topic_tags,
#bbp_stick_topic_select,
#bbp_topic_status_select {
  padding: 3px;
}

.bbp-topic-form label,
.bbp-reply-form label {
  font-size: 1.2em;
}

#bbp_topic_submit,
#bbp_reply_submit {
  color: #fff;
  background-color: #333;
  border: 0;
  padding: 5px 20px;
  font-size: 1.2em;
}

#bbp_topic_submit:hover,
#bbp_reply_submit:hover {
  background-color: #000;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
    border-color: #ddd;
} */

@media screen and (max-width: 600px) {
    
    .fxd-header {
        top:0!important;
    }
}

.footer-widget-area .widget_nav_menu{
    border-top: none;
}
.footer-widget-area .widget_nav_menu li{
border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-widget-area .widget_nav_menu li a{
background-color:transparent;
border:none;
}



/* MAGEE's SHORTCODES Stylish*/
.magee-btn-normal.btn-line.btn-dark {
  border-color: #555555;
  color: #555555;
  background-color: transparent;
}

.magee-btn-normal.btn-line.btn-dark:hover,
.magee-btn-normal.btn-line.btn-dark:active,
.magee-btn-normal.btn-line.btn-dark:focus {
  background-color: #458ECC;
  border-color:#458ECC;
  color: #fff;
}

.owl-item { 
  /* IMPORTANT! - this rule fix small blinking or dragging! */
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
  }


:focus,:active{
  outline:none !important;
}



.district-select option{
  font-size:1.3em;
}


select.district-select.from-aside-nav{
  font-size:1.2em;
  display:inline-block;
  margin-top:10px;
  padding:12px 12px;
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
  /* background:#2D343B; */
  background:#191D21;
  border-bottom:1px solid rgba(0,0,0,.1);
  border-radius:6px;
}



select.district-select.from-aside-nav:active{
  box-shadow:none;
  opacity:.4;
}

div.section.magee-section.section-banner.fullheight{
  /* min-height:100vh;slider height fix */
}


@-webkit-keyframes fxdheader{
  from{-webkit-transform:translateY(-30px);transform:translateY(-30px);}
  65%{-webkit-transform:translateY(0px);transform:translateY(0px);}
  to{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
}


@keyframes fxdheader{
  from{-webkit-transform:translateY(-30px);transform:translateY(-30px);}
  65%{-webkit-transform:translateY(0px);transform:translateY(0px);}
  to{-webkit-transform:translateY(-10px);transform:translateY(-10px);}
}

div.fxd-header{
  -webkit-transform:translateY(-10px);
          -ms-transform:translateY(-10px);
      transform:translateY(-10px);
  background:#022f63;
  box-shadow:0 1px 19px rgba(0,0,0,.2);
  -webkit-animation:fxdheader .5s ease-in-out;
          animation:fxdheader .5s ease-in-out;
  /* padding:11px 0 7px; */
}
.fxd-header .logo-box{
  /* transform:translateY(24px); */
}
.site-logo{
  width:230px;
  min-height:69px;
}

.main-header .site-logo{
  -webkit-transform:scale(1);
      -ms-transform:scale(1);
          transform:scale(1);
  transition:none;
}
.main-header .site-logo:active{
  -webkit-transform:scale(.99);
      -ms-transform:scale(.99);
          transform:scale(.99);
}


.overlay .main-header .site-nav > ul > li > a{
  text-shadow:0 1px 0px rgba(0,0,0,.3);
  border:none;
  position:relative;
  font-size:1.1em;
}
.overlay .main-header .site-nav ul  ul > li > a:hover{
}
.overlay .main-header .site-nav > ul > li > a::after{
  content:"";
  position:absolute;
  bottom:0;
  left:50%;
  right:50%;
  height:2px;
  background-color:#FCD205;
  opacity:0;
  transition:all .2s ease-in-out;
  -webkit-transform:translateY(-2px);
      -ms-transform:translateY(-2px);
          transform:translateY(-2px);

}
.overlay .main-header .site-nav > ul > li > a:hover::after{
  opacity:1;
  left:0;right:0;
  -webkit-transform:translateY(0);
      -ms-transform:translateY(0);
          transform:translateY(0);
}


@media screen and (max-width:1023px){
  .main-header{
    padding:6px 0;
  }
  div.top-bar{
    display:none;
    -webkit-animation:none;
            animation:none;
    box-shadow:none;
    padding:13px 20px 7px 0;
  }
  .top-bar .btn{
    font-size:1.1em;
  }
  div.fxd-header{
    box-shadow:0 -4px 6px 7px rgba(0,0,0,.1);
  }
  .breadcrumb-trail{
    display:none;
  }
}

.roedesign-home-section-5{
  background-color:#EFEFEF;
}
.site-info{
  color:gray;
}
.entry-content{
  font-size:1.2em;
}

/* quick hide latest element from breadcumb */
.breadcrumb-nav .sep{
  opacity:.5;
}
.breadcrumb-nav .trail-end{
  color:rgba(0,0,0,.2);
}
.breadcrumb-nav .trail-begin:before{
  content:"\f015";
  font-family:'fontawesome';
  display:inline-block;
  margin-right:5px;
  opacity:.5;
}

span.text-marked{
  color:#FCD205;
}

span.text-marked-bg{
  background-color: rgba(0, 0, 0, 0.39);
  color: #fcd205;
  text-shadow:none;
  padding:0 4px;
}


.district-select{
  border:none;
  background: transparent;
}

/* news
-----------------------------------------------------------------------------*/
.feature-img-box .img-box,.feature-img-box .img-box img{
  max-width:350px;
  max-height: 350px;
}
.page:not(.home) .entry-box{
  box-shadow:0 5px 30px rgba(0,0,0,.04);
  padding:30px;
}
.blog-list-wrap.blog-grid .entry-box{
  border:none;
}
div.su-spoiler {
  margin-bottom:2px;
}
div.su-spoiler-title{
  font-size:24px;
  font-weight:100;
  line-height:1.1em;
}

.su-spoiler-icon{
  display:inline-block;
  transition:all .3s ease-in-out;
}
.su-spoiler-title:hover .su-spoiler-icon{
  -webkit-transform:scale(1.4);
      -ms-transform:scale(1.4);
          transform:scale(1.4);
}

.site-nav li > ul{
  min-width:234px;
}


/* ul.buttons-list
-----------------------------------------------------------------------------*/
ul.buttons-list{
  margin:0;
}
ul.buttons-list li{
  list-style:none;
}
ul.buttons-list li a{
  display:inline-block;
  border:1px solid transparent;
  margin-bottom:3px;
  line-height:1em;
  padding:5px 4px;
  transition:all .2s ease;
  border-radius:2px;
/*  font-family:'Ubuntu Condensed',sans-serif; */
  font-size:.9em;
}
ul.buttons-list li a:hover{
  background-color:#005E9E;
  color:#fff;
}

ul.buttons-list li a:active{
  box-shadow:inset 0 0 8px rgba(0,0,0,.2);
  opacity:.9;
  color:rgba(0,0,0,.3);
}
/* tags */
.entry-tags li a{
  background-color:#efefef;
  color:gray;
  display:inline-block;
  padding:0 4px !important;
}
.entry-tags li a:hover{
  background-color:#005E9E;
  color:#fff;
}
.entry-share{
  display:inline-block;
  -webkit-transform:translateX(-10px);
      -ms-transform:translateX(-10px);
          transform:translateX(-10px);
  opacity:0;
  transition:all .2s ease-in-out;
}
.post-entry:hover .entry-share{
  -webkit-transform:translateX(0);
      -ms-transform:translateX(0);
          transform:translateX(0);
  opacity:1;
}
div.su-service-title{
  color:#5A5555;
  font:300 30px/1em 'Ubuntu Condensed';
  line-height:1em !important; /*don't work without !important*/
  margin-bottom:0 ;
}
/* div.su-service-title{ */
/* } */

.success div.su-service-title{
  color:#5CB85C;
}
h3.widget-title{
  font-size:24px;
}
.page-numbers.current{
  background-color:#005E9E;
  color:#fff;
}
ol.tarif-list{
  color:silver;
}
ol.tarif-list li a{
  font-size:16px;
}
.single-post .entry-header .entry-date:after{
  content:"";
  display:block;
  height:1px;
  background-color:#F58220;
  margin:20px 0 0;
  width:40px;
}
.single-post .entry-header .entry-date{
  color:gray;
  padding:10px 0;
}
.icon-quote{
  font-size:34px;
  float:left;
  display:inline-block;
  margin-right:10px;
}

/* Inline buttons example
-----------------------------------------------------------------------------*/
ul.buttons-nav li {
  display:inline-block;
}
ul.buttons-nav li a{
  background-color:#F58220;
  color:#fff;
  border-bottom:2px solid #D76301;
  font-size:18px;
  padding:14px;
  transition:all .2s ease-in-out;
  box-shadow:0 2px 2px -5px rgba(0,0,0,1);
}
ul.buttons-nav li a:hover{
  border-color:#164D73;
  -webkit-transform:translateY(-5px);
      -ms-transform:translateY(-5px);
          transform:translateY(-5px);
  box-shadow:0 12px 16px -11px rgba(0,0,0,.7);
}
ul.buttons-nav li a:active{
  color:rgba(255,255,255,.8);
  -webkit-transform:scale(.99) translateY(-4px);
      -ms-transform:scale(.99) translateY(-4px);
          transform:scale(.99) translateY(-4px);
  transition:none;
}

/* hide actual tag  */
a[href="http://roe.vsei.ua/tag/actual/"]{
  display:none !important;/*this shit doesn't works without !important */
}
.label{
  font-weight:500;
  font-family:'Ubuntu';
}
/* clear margin from headers */
.col-main > div > h2,
.col-main > div > h3{
  margin-top:0;
}
blockquote > h2:first-of-type,blockquote > h3:first-of-type{
  margin-top:0; 
}
.widget-area h2.widget-title{
  font-size:30px;
}
.table thead{
  background-color:#F0F0F0;
  color:#252525;
  border-top:1px solid red;
}
.table-roe thead td{
  vertical-align:middle !important;
  /* text-align:center; */
}

.menu a{
  font-size:15px;
}
span.marker{
  background-color: #fcd205;
  color: #2c2e2f;
}
[class^="col-aside"] .menu li a{
  line-height:1.3em;
  display:block;
}
[class^="col-aside"] .menu .current_page_item a{
  font-weight:500;
  background: linear-gradient(to bottom, #ffdf45, #e8a713 99%);
  color: #333;
  display:block;
  padding:12px 10px;
  box-shadow: 0px 0px 1px 1px #ddd;

}
.su-service-content a.readmore:after{
  content:"";
  background-color:#F58220;
  position:absolute;
  top:0;
  left:0;
  width:20%;
  height:1px;
}
.su-service-content a.readmore{
  padding-top:5px;
  display:block;
  margin-top:9px;
  position:relative;
}

/* Alt.ScrollDown
-----------------------------------------------------------------------------*/
.scroll-to-down-link{
  display:block;
  position:absolute;
  bottom:0;left:0;
  height:75px;
  text-align:center;
  z-index:999;
  width:100%;
}
.scroll-to-down-link::after{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
  -webkit-animation:scrollDown 2.2s ease-out infinite;
          animation:scrollDown 2.2s ease-out infinite;
  font-family:"fontawesome";
  font-size:70px;
  line-height:0em;
  content:"\f107";
  display:block;
  color:#fff;
  text-shadow:0 1px 1px rgba(0,0,0,.4);
}
@-webkit-keyframes scrollDown{
  from{
    opacity:1;
    -webkit-transform:translateY(-130px);
            transform:translateY(-130px);
  }
  to{
    opacity:0;
    -webkit-transform:scale(.6) ;
            transform:scale(.6) ;
  }
}
@keyframes scrollDown{
  from{
    opacity:1;
    -webkit-transform:translateY(-130px);
            transform:translateY(-130px);
  }
  to{
    opacity:0;
    -webkit-transform:scale(.6) ;
            transform:scale(.6) ;
  }
}
.roedesign-home-latest-news a{
  color:#555;
}



.cat-item.cat-item-1{
  display:none;
}
.roedesign-home-latest-news{
  background-color:#efefef;
}


.footer-widget-area{
  box-shadow: inset 0 0 10px rgba(0,0,0,.5);
}
.footer-widget-area .widget-title,.footer-widget-area  {
  color: silver;
  font-weight:100;
}
.footer-widget-area select{
  border:1px solid rgba(255,255,255,.1);
  padding:5px;
  margin-top:5px;
  color:#fff;
}
.footer-widget-area select option{
  background:#363636;
}
a.btn-footer{
  text-decoration:none;
  padding:3px 9px;
  display:inline-block;
  background-color:rgba(0,0,0,.1);
  border-radius:2px;
  border-bottom:1px solid rgba(0,0,0,.2);
}
a.btn-footer:hover{
  color:#fff;
  background-color:#005E9E;
  border-color:#02728e;
}
a.btn-footer i{
  font-size:1.2rem;
}
.footer-widget-area strong{
  color:#fff;
}
ul.list-clear {
  margin:0;
}
ul.list-clear li{
  padding:1px 0;
  border:none;
}
@media all and (min-width:1023px){
  .col-aside-right,.col-aside-left{
    padding-top:38px;
  }
}
.person-vcard .person-title:after{
  background-color:#F58220;
}

/* calendar sidebar
-----------------------------------------------------------------------------*/
aside #wp-calendar,aside #wp-calendar td{
  border:none;
}
aside #wp-calendar tbody a{
  font-weight:500;
  border-bottom:2px solid #005E9E;
  color:#005E9E;
}
aside #wp-calendar thead{
  background-color:#337ab7;
  color:#fff;
}
aside #wp-calendar caption{
  font:normal 30px/1em 'Ubuntu Condensed', sans-serif;
  margin-bottom:5px;
  color:#555555;
}
aside #wp-calendar caption:after{
  content:"";
  margin:15px 0;
  width:40px;
  display:block;
  height:1px;
  background-color:#fdd200;
}
aside .calendar_wrap table tbody td{
  background-color:#F9F9F9;
  border:1px solid #fff !important;
  color:silver;
  text-align:center;
}

h1 .label{
  font-size:10pt;
  position:relative;
  top:-5px;
}
section#rem-map{
  position:relative;
  padding-bottom:0;
}
.rem-map__time{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background: linear-gradient(to bottom, #FDD200 5%, #904e16 90%);
  color:#fff;
  font-size:1.1em;
  padding:5px;
}
@media (max-width:768px){
  .table-rem h2{
    font-size:16pt;
  }
  .table-rem .table{
    border:none !important;
  }
  .table-rem .table tr td:first-child,.table-rem .table tr:hover td:first-child{
    /* background: #ffa502; */
    background: #F5F5F5;
    border-radius:2px;
    color: #060401;
  }
 .table-rem .table td span[style*="color: #999999;"]{
   color:#000 !important;
 }
 .table-rem.table-responsive{
   border:none;
 }
 .table-rem.table-responsive .table tr td{
   white-space:normal;
   border:none;
   display:block;
   min-width:100%;
   padding:5px 4px;
 }
  .table-rem .table tr td:first-child{
    font-size:.75em;
    border:none !important;
  }
  .table-rem .rem-time{
    padding:0;
    background-color:transparent;
    color:#004E85;
    border-bottom:none;
    font-size:.8em;
  }
}


.brand-bg{
  background:#005E9E;
  color:#fff;
  padding:2px;
}
.rem-time{
  background-color:#F7F7F7;
  border-radius:5px;
  padding:20px;
  font-size:11pt;
  border-bottom:1px solid #EDEDED;
}
.rem-time span{
  font-size:25px;
  font-family:'Ubuntu Condensed',sans-serif;
}
@media (max-width:516px){
  .rem-time{
    font-size:.75em;
  }
  .rem-time span{
    font-size:1.5em;
    color:#004C83;
  }
}
div.su-tabs-pane{
  font-size:17px; /* fix */
}
.gmp_map_opts{
  max-height:80vh;
  overflow:hidden;
}
@media all and (max-width:1023px){
  .gmp_map_opts{
    max-height:75vh;
    overflow:hidden;
  }
}
table.table-hover tbody tr:hover,
table tr.tr-selected,
.table-responsive .table tbody tr:hover
{
  background:#FFFF99;
}
td.rem-side{
  width:30%;
}
.district-select option{
  font-size:14pt;
  font-weight:100;
}

.brand-srv .su-service-title{
  margin-bottom:0;
  color:#005E9E;
}
.brand-srv .btn{
  margin-top:5px;
}

/* Scroll To TOP
-----------------------------------------------------------------------------*/
#scroll-to-top {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  line-height:4.4em;
  width:60px;
  height:60px;
  text-align:center;
  display:block;
  transition: all .2s ease;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  text-decoration: none;
  opacity: 0;
  border-top: 1px solid rgba(255,255,255,.2);
  border-bottom: 1px solid rgba(0,0,0,.2);
  border-radius: 100%;
  background: #f58220;
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,.24);
}

#scroll-to-top.displayed {
  -webkit-animation: bounceIn .4s ease;
          animation: bounceIn .4s ease;
  opacity: 1 !important;
}
#scroll-to-top.displayed:hover {
  -webkit-transform: scale(1.07);
      -ms-transform: scale(1.07);
          transform: scale(1.07);
  /* background: #390; */
  box-shadow: 2px 4px 5px 0 rgba(0,0,0,.2);
}
#scroll-to-top.displayed:active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: .8;
}
#scroll-to-top .fa {
  font-size: 21px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,.15);
}
/* @media (max-width: 960px){
  #scroll-to-top {
    width:65px;
    height:65px;
    line-height:5em;
  }
  #scroll-to-top .fa{
    font-size:30px;
  }
} */

/* HOME
-----------------------------------------------------------------------------*/
.home-banner-handless{
  min-height:140px;
  background-color:#005E9E;
}
.home .entry-summary{
  line-height:1.3em;
  opacity:.9;
}
.home .section-content h2{
  padding: 20px 0 10px;
}
/* tagline */
.roedesign-home-section-2{
  background:#EFEFEF;
}
.roedesign-home-section-1{
  background-color:#005E9E;
  color:#fff;
  box-shadow:0 -10px 5px rgba(0,0,0,.3);
}
.roedesign-home-section-1 h4 span{
  background-color:#F58220;
  padding:4px 10px;
}
.roedesign-home-latest-news .section-content {
  padding-bottom: 15px;
}
#section-1 p {
  text-shadow: 0 0 5px rgba(0,0,0,1);
}
#section-1 {
  background: #005e9e;
}
/* home > media */
@media all and (max-width:767px) {
  .home .owl-item .magee-heading {
    font-size: 35px;
    padding-top: 20px;
  }
  .home .section-banner .section-content:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    background: rgba(14, 52, 77, .8);
  }
}
@media screen and (max-width:1023px) {
  .home-banner-handless {
    /* min-height:221px; */
  }
  .roedesign-home-section-3 {
    /*image grid*/
    background: #fff;
  }
}
.menu-item.menu-item-has-children.current > ul {
  display: block;
}
#menu-main li li a span {
  font-size: 15px;
}

#menu-main li.current-menu-item a{
  padding-left: 15px;

}
/* mobile nav
-----------------------------------------------------------------------------*/
body {
  overflow-x: hidden;
}
/* toggle icon animation */
div.site-nav-toggle {
  /* position: fixed; */
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 0;
  width: 68px;
  height: 57px;
  cursor: pointer;
  transition: -webkit-transform .3s ease-in-out;
  transition:         transform .3s ease-in-out;
  transition:         transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  -webkit-transform: rotate(0deg); /*realy need*/
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  border: 0 solid #000;
  -webkit-border-radius: 3px 0 0 3px;
     -moz-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}
@media (max-width: 768px) {
  div.site-nav-toggle {
    top:0px;
  }
}
body.aside-nav-is-open div.site-nav-toggle {
  position: fixed;
}
body.aside-nav-is-open div.site-nav-toggle {
  transition: all .2s ease;
  background: transparent;
  box-shadow: none;
}
.site-nav-toggle span {
  position: absolute;
  left: 10px;
  display: block;
  width: 9px;
  height: 8px;
  transition: .2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
  border-radius: 10px;
  background: #fff; /* burger icon color */
  box-shadow: 0 0 1px 1px #222;
}
body.aside-nav-is-open div.site-nav-toggle span {
  left: 0;
  width: 55px;
  height: 2px;
  background: #fff;
  background-color: gray; /*close button color !don't use color with alpha*/
  box-shadow: none;
}
.site-nav-toggle span:nth-child(1) {
  top: 10px;
}
.site-nav-toggle span:nth-child(2) {
  top: 25px;
}
.site-nav-toggle span:nth-child(3) {
  top: 40px;
}
body.aside-nav-is-open .site-nav-toggle span:nth-child(1) {
  top: 25px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
body.aside-nav-is-open .site-nav-toggle span:nth-child(2) {
  /*   left: -100px; */
  left: 0;
  -webkit-transform: scale(.3);
      -ms-transform: scale(.3);
          transform: scale(.3);
  opacity: 0;
}
body.aside-nav-is-open .site-nav-toggle span:nth-child(3) {
  top: 25px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
/* aside menu items */
/* @media all and ( min-width: 1023px ){
  nav.site-nav-aside {
    display: none;
  }
} */
nav.site-nav-aside {
  position: fixed;
  z-index: 999;
  right: 0;
  overflow-y: auto;
  min-width: 320px;
  max-width: 320px;
  height:100%;
  height: 100vh;
  max-height: 100vh;
  padding: 80px 0 0 25px;
  transition: transform .3s ease-in-out, height .001s linear;
  -webkit-transform: translateX(100vw);
      -ms-transform: translateX(100vw);
          transform: translateX(100vw);
  background-color: #1f2429; /*aside background*/
  box-shadow: -5px 0 10px rgba(0,0,0,.3);
}

.site-nav-aside a{
  cursor:pointer;/*need for empty links 1-lvl*/
}
.site-nav-aside li.current > a {
  color:#FF9302 ;
}
.site-nav-aside .current_page_item a span{
  width:100%;
  color:red;
  background-color:#FF9302;
  color:#fff;
  padding:9px 10px !important;
  border-radius:5px;
}
@-webkit-keyframes show-nav-aside {
  from {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
  }
  90% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.aside-nav-is-open nav.site-nav-aside {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
nav.site-nav-aside ul li ul {
  /* display:none; */
}
nav.site-nav-aside a {
  z-index: 1000;
  text-decoration: none;
  color: #e5e5e5; /*aside links color default*/
}
nav.site-nav-aside li > a > span {
  font-size: 22pt;
}
nav.site-nav-aside li > ul > li > a span {
  font-size: 15pt !important;
  line-height: 1em;
  margin-bottom: 10px;
  padding: 7px 0;
}
nav.site-nav-aside li > ul > li > a span {
  display: inline-block;
  margin-bottom: 3px;
}
nav.site-nav-aside li > a:hover span {
  color: #f58220; /*aside links color on hover and active*/
}
nav.site-nav-aside .sub-menu {
  /* display:none; */
}
nav.site-nav-aside > ul:first-of-type > li {
  max-width: 85%;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
body.aside-nav-is-open .wraper:after {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background-color: rgba(0,0,0,1);
}
body .wrapper {
  transition: all .2s ease-in-out, -webkit-transform .3s ease-in-out;
  transition: all .2s ease-in-out, transform .3s ease-in-out;
  transition: all .2s ease-in-out, transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}
body.aside-nav-is-open .wrapper {
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);

          filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* Pin items
-----------------------------------------------------------------------------*/
#roe-popular .row + .row {
  margin-top: 0;
}
#roe-popular .row > [class*='col-'] {
  padding: 5px;
}
#roe-popular {
  padding-bottom: 40px;
}

/* roedesign banner grid - home
-----------------------------------------------------------------------------*/
.roe-popular-item {
  position: relative;/*for before element*/
  display: block;
  min-height: 256px;
  transition: all .2s ease-in-out;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
}

/* color overlay */
.roe-popular-item:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  transition: all .3s ease-in-out;
}
.roe-popular-item:hover:before {
  background: rgba(0, 94, 158, .8);
}
.roe-popular-item__content {
  line-height: 1em;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: table-cell;
  padding: 25px 5px;
  transition: all .4s ease;
  vertical-align: bottom;
  color: #fff;
}
.roe-popular-item__title {
  font-size: 1.9em;
  line-height: 1.1em;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.roe-popular-item__icon {
  font-size: 3em;
  display: block;
  margin-bottom: 13px;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(.6) rotate(16deg);
      -ms-transform: scale(.6) rotate(16deg);
          transform: scale(.6) rotate(16deg);
  opacity: 0;
  text-shadow: 0 0 24px rgba(0,0,0,.1);
}
@media all and (min-width:960px) {
  .roe-popular-item:hover {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}

@media (max-width:767px) {
  #roe-popular{
    padding-bottom:0;
  }
  #roe-popular .row + .row {
    margin-top: 0;
  }
  #roe-popular .row > div[class*='col-'] {
    padding: 0 !important;
  }
  #roe-popular__head, #roe-popular div.divider.divider-border {
    display: none;
  }
  .roe-popular-item {
    min-height: 170px;
    background-position: center bottom;
  }
  .roe-popular-item__title {
    font-size: 1.2em;
  }
  .roe-popular-item__icon {
    font-size: 2em;
  }
  .main-header {
    padding: 0;
  }
}
/* sadomaza 8((((. ____ .))))8 */
@media (min-width:401px) and (max-width: 767px) {
  .roe-popular-item {min-height:45vw; }
}
@media (min-width:768px) and (max-width: 1023px) {
  .roe-popular-item {min-height:160px; }
}

.roe-popular-item:hover .roe-popular-item__icon {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
}
.img-overlay-container {
  display: none;
}
.btn-doc {
  font-size: 1em;
  margin-top: 2px;
  text-align: left;
  white-space: normal;
  border-color: transparent;
}
@media (max-width: 1023px) {
  .btn-doc {
    display: block;
    white-space: normal;
  }
}
.btn-doc span {
  font-family: 'Ubuntu Condensed', sans-serif;
  font-size: .9em;
  opacity: .6;
}
.btn-doc:hover {
  color: #fff;
  border-color: transparent;
  background-color: #5cb85c;
}
.btn-doc:hover .badge-new:after {
  color: #fff070;/*little fix*/
}
.btn-info {
  border: none;
  background-color: #005e9e;
}
.btn-info:hover {
  border: none;
  background-color: #0068ae;
}
.doc-list ul, .doc-list ol {margin: 0; }
@media (max-width: 768px){
  .doc-list ul, .doc-list ol {margin-left: 15px; }
}
.doc-list ul li,.clear-list li {
  list-style: none;
}


/* select INFO menu item */
li.menu-item-8066 a > span.menu-item-label {

  display: block;
  padding: 9px 0;
  color: #f58220;;
}

@media (max-width: 768px) {
  li.menu-item-2252 a > span.menu-item-label {
    color: #ffdb52;
  }
}

.badge-new:after {
  font: 300 .80em 'fontawesome';
  position: relative;
  top: -4px;
  right: -2px;
  padding: 1px 2px;
  content: '\f06a';
  color: #f58220;
  /* background:#F58220; */
  border-radius: 3px;
  text-shadow: none;
  /* box-shadow:0 1px 1px 0 rgba(255,255,255,.3); */
}
.section-press-contacts {
  /* border-top:1px dashed #005E9E; */
  margin-bottom: 20px;
  border-bottom: 3px dashed #f58220;
}
.tooltip div {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  overflow:hidden;
}

div:target {
  padding: 10px;
  -webkit-animation: blink 1s ease;
          animation: blink 1s ease;
  border: 1px dashed #f58220 ;
}

/* Sidebar styles
-----------------------------------------------------------------------------*/
/* sidebar banners scaling fix */
aside.col-md-3 {
  padding-right: 10px;
}
aside a {
  font-size: 15px;
}
aside .widget_siteorigin-panels-postloop li {
  padding-top: 0;
}
aside a img {
  transition: -webkit-transform .2s ease-in-out;
  transition:         transform .2s ease-in-out;
  transition:         transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
aside a:hover img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
aside a:active img {
  -webkit-transform: scale(1.02);
      -ms-transform: scale(1.02);
          transform: scale(1.02);
}
/* hide navs from sidebar for mobiles */
/* @media (max-width:460px) {
  [id^='nav_menu'] {
    display: none;
  }
} */
/* sidebar navs */
.widget_nav_menu li:hover{
  border-right: 1px solid #fdd200;
  border-left: 1px solid #fdd200;

}
.widget_nav_menu li:not(.current-menu-item):hover a{
  color: #222222;
  transform:translateX(10px);
}

/* set full-size floated images on handless */
@media (max-width:640px){
  img[class*="align"]{
    width:100%;
  }
}

/* sub pages for pages on 1 lvl */
ul.su-subpages{
  margin:0;
}
ul.su-subpages li{
  list-style-type:none;
  margin-bottom:25px;
}
ul.su-subpages li a{

  padding:5px;
  border:1px solid #fff;
}
ul.su-subpages li a:hover{
  background-color:#005E9E;
  color:#fff;
}


@media (max-width:992px){
  /* lol! this shit realy working better than clearfix... */
  .roedesign-home-latest-news [class^="col-"]:nth-child(2):after{
    content:"clearfix shit";
    opacity:0;
  }
}

/* Prepare pages to printing...
-----------------------------------------------------------------------------*/
@media print {
  a[href]:after {
    /* bootstrap show links (url) */
    content: ""; /*disable this fuature*/
  }
  /* == header == */
  /* show ROE default-logo */
  .page-title-bar{
    max-height:70px;
  }
  .fxd-header{
    display:block !important;
    position:absolute !important;
    top:15px; left:15px;
    box-shadow:none !important;
  }
  /*hide sidebars*/
  [class*="col-aside"],
  [class*="sidebar-"],
  /*hide top-bar and header & light-logo*/
  .top-bar, .main-header,
  /* hide comments-area */
  .comments-area,
  /* we don't need footer for printing */
  .menu-footer-nav-container,
  .footer-widget-area,
  /* hide scroll-to-top button */
  #scroll-to-top,
  /* district select */
  .district-select,
  /* current breadcrumb */
  .breadcrumbs .trail-end
   {
    display:none !important;
  }
  /* disable printing rem-map, excluding page_id:66 */
  /* page with id:66 - /rem */
  .page:not(.page-id-66) .rem-map{
    display:none !important;
  }
  .rem-time{
    font-size:.7em;
    padding:0;
    border:none;
  }
  .site-info{
    text-align:left;
  }
  /* clear top padding */
  .post-inner,
  .page-inner,
  .su-tabs-pane,.su-tabs-current{
    padding:0 !important;
  }
  .table{
    font-size:.8em;
  }
  .table td h2{
    margin:2px 0;
  }

  .su-tabs-nav > span:not(.su-tabs-current){
    display:none !important;
  }
}



/* tables responsive */
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
  overflow: hidden;
  text-overflow: ellipsis;
}





.person-title {
  margin: 0;
  color: #0f568c;
}
.person-title:before, .person-title:after {
  display: block;
  width: 50%;
  height: 1px;
  margin: 5px auto;
  content: '';
  background-color: #f58220;
}
.person-social a i {
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
  -webkit-transform: scale(.8);
      -ms-transform: scale(.8);
          transform: scale(.8);
}
.person-social a:hover i {
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  color: #F58220;
}



/* full size photo */
.person .su-column-size-1-2{
  width:50%;
}
.person .su-column-size-1-2 + .su-column-size-1-2{
  width:46%;
}

@media (max-width:768px){
  .person .su-column-size-1-2 + .su-column-size-1-2{
    padding-left:0;
  } 
}

/* Feedback form
-----------------------------------------------------------------------------*/
.feedback-form label{
  font-size:1.2em;
  font-family:'Ubuntu Condensed', sans-serif;
  /* color:#015C95; */
}
.feedback-form input:not([type="submit"]):not([type="checkbox"]),
.feedback-form textarea{
  width:100%;
  border:none;
  box-shadow:inset 0 1px 3px rgba(0,0,0,.1);
  padding:8px 10px;
  display:inline-block;
  margin-bottom:5px;
  border-radius:2px;
    border:1px solid rgba(0,0,0,.2);
    background-color:#FDFDFD;
}
.feedback-form textarea{
  height:250px;
  transition:all .3s ease-in-out;
}
.feedback-form input:not([type="submit"]):focus,
.feedback-form textarea:focus{
  box-shadow:0 0 5px #FF8802;
  color:#005B94;
  border-color:#FF8802;
}
.feedback-form input[type="submit"]{
  border:none;
  border-bottom:1px solid #5F9D5F;
  border-radius:25px;
  padding:8px 43px;
  background-color:#5CB85C;
  color:#fff;
}
.feedback-form .wpcf7-not-valid-tip{
  font-size:10pt;
}

.mobile-menu-plus li{
  margin-top:5px;
}
.mobile-menu-plus li a{
  min-width:200px;
}
.mobile-menu-plus li a.btn-dark{
  /* font-size:1.2em; */
  /* display:inline-block; */
  /* margin-top:10px; */
  padding:12px 12px;
  color:#fff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
  background:#2D343B;
  border-bottom:1px solid rgba(0,0,0,.5);
  border-radius:6px;
}



/* CONNECTIONS
-----------------------------------------------------------------------------*/
#connections__tip{
  display:none;
}
.connections .table-responsive{
  max-width:820px;
}
.connections table{
  font-size:.8em;
  border-bottom:1px solid #DDDDDD;
}
.connections table thead td{
  font-family:'Ubuntu Condensed', sans-serif;
  text-align:center;
  color:rgba(0,0,0,.8);
  text-shadow:0 1px #fff;
}
.connections .con-1faz{
  color:#fff;
  background-color:#5CB85C;
}
.connections .con-3faz{
  color:#fff;
  background-color:#00578D;
}
/* for jQuery realtime filtering */
[data-kn],
[data-dp],
[data-place],
#confilters-power,
#confilters-kn
{
  display:none;
}
.connections select{
  font-size:1.2em;
  padding:5px 0;
  border:none;
  border-bottom:1px solid #FF8902;
  background:#fff;

}
@media (max-width:768px){
 .connections select{
  font-size:1.6em;
  display:block;
  width:100%;
  padding:5px 0;
  margin-bottom:5px;
 } 
}
@-webkit-keyframes orange-blinking{
  from{
    background-color:#FF8802;
    color:#fff;
  }
  25%{
    background-color:#fff;
  }
  35%{
    background-color:#FF8802;
    color:#fff;
  }
  40%{
    background-color:#fff;
  }
  55%{
    background-color:#FF8802;
    color:#fff;
  }
  to{
    background-color:#fff;
  }
}
@keyframes orange-blinking{
  from{
    background-color:#FF8802;
    color:#fff;
  }
  25%{
    background-color:#fff;
  }
  35%{
    background-color:#FF8802;
    color:#fff;
  }
  40%{
    background-color:#fff;
  }
  55%{
    background-color:#FF8802;
    color:#fff;
  }
  to{
    background-color:#fff;
  }
}
#confilters-placement{
  -webkit-animation:orange-blinking .6s ease 1s;
          animation:orange-blinking .6s ease 1s;
}
/* notifier http://codepen.io/floatrx/pen/aZzGEJ
-----------------------------------------------------------------------------*/
@-webkit-keyframes Notify {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  85% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes Notify {
  from {
    opacity: 0;
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  85% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes Notify-pop {
  from {
    -webkit-transform: scaleY(0.3) scaleX(1.2);
            transform: scaleY(0.3) scaleX(1.2);
    opacity: 0;
  }
  75% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
            transform: scaleY(1.1) scaleX(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes Notify-pop {
  from {
    -webkit-transform: scaleY(0.3) scaleX(1.2);
            transform: scaleY(0.3) scaleX(1.2);
    opacity: 0;
  }
  75% {
    -webkit-transform: scaleY(1.1) scaleX(0.9);
            transform: scaleY(1.1) scaleX(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
#single-notify {
  font-size: 1.3em;
  position: fixed;
  bottom: 8vh;
  left: 1vw;
  background: seagreen;
  color: #fff;
  width: auto;
  min-width: 320px;
  max-width: 40vw;
  height: auto;
  -webkit-animation: Notify .3s ease;
          animation: Notify .3s ease;
  padding: 1vw 2vw;
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
  visibility: visible;
  line-height:1.1em;
}
@media (max-width: 768px){
  #single-notify {
    padding:20px 40px;
  }
}
#single-notify > header {
  font-size: 1.7em;
  margin-bottom:10px;
}


/* for invoices page :: stylish ol legend*/
ol.ol-bold{
  counter-reset:num;
  margin-left:40px; /*li:before left:-40px;*/
}
ol.ol-bold li{
  list-style:none;
  margin-bottom:10px;
  position:relative;
  line-height:1.4em;
}
ol.ol-bold li:before{
  position:absolute;
  left:-40px;
  counter-increment:num;
  content:Counter(num);
  background-color:#005E9E;
  color:#fff;
  border-radius:50%;
  display:inline-block;
  width:30px;
  height:30px;
  text-align:center;
  font-weight:bold;
  margin-right:10px;
  line-height:1.8em;
}

#jp-carousel-comments-loading{
  display:none !important;
}

/* Search
-----------------------------------------------------------------------------*/
.search-wrapper {
  font-size: 2em;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 35vh;
  opacity:0;
  /* display:none; */
  transition: transform .35s ease-out .1s, opacity .2s ease-in-out;
  /* from top to bottom */
  -webkit-transform:translateY(-100vh);
      -ms-transform:translateY(-100vh);
          transform:translateY(-100vh);
  text-align: center;
  /* background-color: rgba(0,0,0,.85); */
  background-color: rgba(31, 36, 41, .99);

          /* filter: blur(96px); */
  /* -webkit-filter: blur(96px); */
}
.is-search .search-wrapper {
  opacity:1;
  /* display:block; */
  -webkit-transform:translateY(0);
      -ms-transform:translateY(0);
          transform:translateY(0);

          /* filter: blur(0); */
  /* -webkit-filter: blur(0); */
}
.is-search > .wrapper {
  /* slow on mobiles */
/*           filter: blur(3px);
  -webkit-filter: blur(3px); */
}

@media (max-width: 1023px){
  .search-wrapper {
    /* from left to right */
    -webkit-transform:translateX(-100vw);
        -ms-transform:translateX(-100vw);
            transform:translateX(-100vw);
  }
}

.search-wrapper input {
  padding: 10px 15px;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: rgba(0,0,0,.2);
}
.search-wrapper input[type='search'] {
  border: 1px solid rgba(255,255,255,.1);
  box-shadow: inset 0 5px 5px rgba(0,0,0,.1);
  display:none;/*need for show\hide keyboard on handless*/
}
.is-search .search-wrapper input[type='search']{
  display:inline-block;
}
.search-wrapper input[type='submit'] {
  background-color: #ff8b02;
}
.search-close {
  font-size: 12pt;
  display: inline-block;
  margin-bottom: 80px;
  color: rgba(255,255,255,.2);
}
.search-close a:focus,.search-close a:active{
  color: rgba(255,255,255,.5);
}
/* .top-bar .search-toggle{
  border-right:50%;
  padding:2px 6px;
} */
@media (max-width: 640px){
  .search-wrapper input[type='submit'] {
    display:none;
  }
  .search-wrapper input[type='search']{
    display:block;
  }
  .search-wrapper {
    padding-top:10vh;
  }
  .search-close .fa{
    display:block;
    font-size:2em;
    margin-bottom:15px;
    color:#FF8801;
  }
  .search-close {
    color:#E5E5E5;
    line-height:12pt;
    /* font-size:14pt; */
  }
}
.mobile-menu-plus .search-toggle{
  margin-top:20px;
  cursor:pointer;
}

/*   this shit makes my slider perfectly!   */
@media (max-width:861px){
  .home .item section.section[style*="slider-1"]{background-position:30% top; }
  .home .item section.section[style*="slider-2"]{background-position:80% top; }
  .home .item section.section[style*="slider-3"]{background-position:25% top; }
  .home .item section.section[style*="slider-4"]{background-position:65% top; }
  .home .item section.section[style*="slider-5"]{background-position:55% top; }
}
.chapter-title{
  font-size:24pt;
  line-height:24pt;
  border-bottom:1px solid #F58220;
  color:#005E9E;
  display:block;
  padding-bottom:10px;
  margin:10px 0;
}

/* makes sidebar better */
@media (max-width: 768px){
  .col-aside-right a img{
    max-width:65%;
  }
}
.page-id-2015 .col-aside-right a[href="/info"],
.page-id-2827 .col-aside-right a[href="/call"],
.page-id-3112 .col-aside-right a[href="/icc"]
{
  display:none;
}


/* show swipe overlays only for mobile */
@media (max-width: 1023px){
  .swipe-left,.swipe-right{
    position:absolute;
    top:0;bottom:0;
    /* background-color:red; */
    background-color:transparent;
    width:15px;
    z-index:1001;
  }
  .swipe-left{right:0; }
  .swipe-right{left:0; }
}

.entry-meta .entry-comments a.read-comments{
  font-size:.75em;
  text-transform:capitalize;
}

/* RESPONSIVE HOTFIX
   for small height or landscape mode
 */
.home .home-banner-slider .magee-heading,
.home .home-banner-slider .section-content{
   transition:all .2s ease-in-out;
}
@media (max-height:560px){
 .home .home-banner-slider .magee-heading{
   font-size:28pt;
 }
 .home .home-banner-slider .section-content{
   line-height:1.8em;
   font-size:.8em;
 }
}

a[title="WordPress Google Maps Plugin"]{
  display:none !important;
}
.breadcrumb-trail.breadcrumbs{
  margin-top:15px;
}