@import url('css/normalize.css');
@import url('css/hover-min.css');
@import url('//cdn.jsdelivr.net/bootstrap/3.3.5/css/bootstrap-theme.min.css');
@import url('//cdn.jsdelivr.net/bootstrap/3.3.5/css/bootstrap.min.css');
@import url('//cdn.jsdelivr.net/fontawesome/4.3.0/css/font-awesome.min.css');
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,300,700&subset=latin,greek);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300italic,300,100italic,100,400italic,500italic,700,900,900italic,700italic,500&subset=latin,greek);
::-webkit-input-placeholder {
  color: #FFFFFF;
  font-size: 1em;
}
::-moz-placeholder {
  color: #FFFFFF;
  font-size: 1em;
}
:-ms-input-placeholder {
  color: #FFFFFF;
  font-size: 1em;
}
input:-moz-placeholder {
  color: #FFFFFF;
  font-size: 1em;
}
::-moz-selection {
  background: #FFFFFF;
  text-shadow: none;
}
::selection {
  background: #FFFFFF;
  text-shadow: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  margin: 0px;
  padding: 0px;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #ACADA5;
  font-size: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #FFFFFF;
  padding: 0px;
  margin: 0 0 220px 0;
  -moz-test-shadow: 1px 1px 0px rgba(255,255,255,0.2);
  -webkit-text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
  text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
}
.parallax-window {
  background-image: url(img/juice-facts-scrollz3.png);
  background-attachment: fixed;
  background-position: 50% 200px;
  background-repeat: no-repeat;
  min-height: 100%;
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0px;
  margin: 0px;
  padding: 0px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
a {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #FFFFFF;
  text-decoration: none;
}
a:hover {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: rgba(255,255,255,0.5);
}
a:active {
  text-decoration: none;
  color: rgba(255,255,255,0.5);
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
.social {
  margin-top: 30px;
}
.instafeed {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  position: absolute;
  right: 15px;
  bottom: -20px;
  width: 150px;
  height: auto;
  display: inline-block;
  text-align: right;
}
.instafeed span {
  display: block;
}
.instafeed .num {
  display: inline;
  font-weight: 500;
}
.instafeed .title {
  font-weight: 800;
  font-size: 1.1em;
}
.instafeed .caption {
  font-size: 0.9em;
  line-height: 12px;
  padding: 5px 0px;
}
#menu_detail {
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  background-color: yellow;
  position: absolute;
  overflow: hidden;
  background: #FFFFFF;
  font-size: 1.2em;
  z-index: 1000;
  padding: 100px;
  color: #ACADA5;
}
.menu_bg {
  height: 150px;
  background-image: url(http://www2.domainpanel.gr/novagea.com/media/upload-files/dakos_slider.jpg);
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  z-index: 0;
  margin: 0px;
  padding: 0px;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
figure.menu_image {
  padding: 8px;
  background: #FFFFFF;
  margin-bottom: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.menu_details_ingredients {
  margin-bottom: 50px;
}
.menu_details_ingredients h2 {
  text-align: center;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 800;
}
.menu_details_ingredients h3 {
  text-align: center;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 800;
}
.menu_details_ingredients ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.menu_details_ingredients ul li {
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
}
.item_data_juice {
  padding: 10px 10px 10px 10px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
  margin: 0 5px;
}
.item_data_juice:hover {
  background: #FFFFFF;
}
.item_data_juice:hover .excerpt,
.item_data_juice:hover .title {
  color: #ACADA5;
}
.item_data_juice:hover .excerpt a,
.item_data_juice:hover .title a {
  color: #ACADA5;
}
.item_data_juice:hover .link {
  display: none;
}
.item_data_juice figure {
  margin-bottom: 15px;
}
.item_data_juice .excerpt,
.item_data_juice .title {
  color: #FFFFFF;
}
.item_data_juice .excerpt a,
.item_data_juice .title a {
  color: #FFFFFF;
}
.item_data_juice .title {
  font-size: 2.3em;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.85em;
  word-wrap: break-word;
}
.item_data_juice .link {
  display: none;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #ACADA5;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #FFFFFF;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #FFFFFF;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #ACADA5;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-item.loading {
  min-height: 150px;
  background: url(img/AjaxLoader.gif) no-repeat center center;
}
body.css_home {
  margin-bottom: 0px;
  background-color: #171717;
}
body.css_home .bread,
body.css_home footer,
body.css_home .instafeed {
  display: none;
}
body.css_home .parallax-window {
  display: none;
}
body.css_home header {
  position: fixed;
  z-index: 100;
  width: 100%;
}
body.css_home footer {
  position: fixed;
  z-index: 100;
  width: 100%;
}
.submenu {
  padding-top: 0px;
}
.submenu:empty {
  display: none;
}
.submenu ul > li:first-child > a {
  margin-left: 0px;
}
.submenu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.submenu ul li {
  display: inline-block;
  font-size: 1.6em;
  margin-bottom: 5px;
}
.submenu ul li.active a {
  color: #ACADA5;
  background-color: rgba(255,255,255,0.5);
}
.submenu ul li:before {
  color: rgba(255,255,255,0.5);
  content: "";
}
.submenu ul li a {
  -moz-test-shadow: 0px 0px 0px #000000;
  -webkit-text-shadow: 0px 0px 0px #000000;
  text-shadow: 0px 0px 0px #000000;
  display: inline-block;
  color: #ACADA5;
  background-color: #FFFFFF;
  padding: 5px 10px;
  margin: 0 3px;
  text-transform: uppercase;
}
.submenu ul li a .active,
.submenu ul li a:hover {
  color: #FFFFFF;
  background-color: #ACADA5;
}
.submenu ul li:first-of-type {
  margin-left: 0px;
}
.submenu ul li:first-of-type:before {
  content: "";
}
.cmsBtn {
  padding: 9px 25px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.0em;
  background-color: transparent;
}
.cmsBtn:hover {
  background-color: rgba(255,255,255,0.5);
  color: #FFFFFF;
}
.pagina {
  margin: 30px 0 0 0;
  text-transform: uppercase;
  font-size: 1.0em;
  color: #FFFFFF;
}
.pagina .pag_number {
  padding: 9px 0;
}
.pagina .pag-link {
  padding: 9px 25px;
  border: 1px solid #FFFFFF;
  display: inline-block;
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 1.0em;
  background-color: transparent;
}
.pagina .pag-link:hover {
  background-color: rgba(255,255,255,0.5);
  color: #FFFFFF;
}
.pag_disabled {
  -moz-opacity: 0.1;
  -khtml-opacity: 0.1;
  -webkit-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=10);
  filter: alpha(opacity=10);
  pointer-events: none;
  cursor: default;
}
.blog {
  margin-top: 30px;
}
.blog .last {
  border-bottom: 0 !important;
  background: none !important;
  padding-bottom: 0px !important;
}
.blog .item_data_blog {
  text-align: left;
  color: #FFFFFF;
  border-bottom: 0px solid #FFFFFF;
  margin-bottom: 30px;
  padding-bottom: 50px;
  background: url(img/line_head_small.png) bottom left repeat-x;
}
.blog .item_data_blog h3 {
  font-size: 1.6em;
  font-weight: 600;
  padding: 0;
  line-height: 0.9em;
}
.blog .item_data_blog h3:before {
  content: '';
  margin: 0;
}
.blog .item_data_blog h3 a {
  color: #FFFFFF;
}
.blog .item_data_blog .details {
  margin-top: 30px;
  font-weight: 900;
  color: #FFFFFF;
}
.blog .item_data_blog .details a {
  color: #FFFFFF;
}
.blog .item_data_blog article {
  line-height: 1em;
  margin: 30px 0 0 0;
}
.blog .item_data_blog .excerpt:empty {
  display: none;
}
.contactform_module label {
  display: none;
}
.contactform_module .form-group {
  margin-bottom: 5px;
}
.wr {
  margin: 0 auto;
  position: relative;
}
.socialShareThis span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.socialtitle {
  display: none;
}
.juice_wrapper {
  margin: 70px 0px 10px;
}
.css_blog .page {
  padding: 40px 0px 20px;
  background-color: transparent;
}
.gallery {
  margin: 30px 0 0 0;
}
.gallery ul {
  margin: 0px;
  clear: both;
  border: 0px solid rgba(255,255,255,0.5);
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.gallery:empty {
  display: none;
}
.gallery .gallery-pager {
  text-align: center;
  width: 100%;
  z-index: 500;
  top: 10px;
  overflow: hidden;
}
.gallery .gallery-pager span {
  font-size: 50px;
  width: 16px;
  height: 16px;
  display: inline-block;
  color: #FFFFFF;
}
.gallery .gallery-pager span.cycle-pager-active {
  color: rgba(255,255,255,0.5);
}
.gallery .gallery-pager > * {
  cursor: pointer;
}
.gallery .gallery-paging {
  padding: 0 0 40px 0px;
  display: none;
}
.gallery #prev {
  text-align: left;
  float: left;
}
.gallery #next {
  text-align: right;
  float: right;
}
.gallery #prev,
.gallery #next,
.gallery .prevControl,
.gallery .nextControl {
  cursor: pointer;
  font-size: 16px;
  color: #FFFFFF;
  display: inline-block;
}
.post,
.page {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  text-align: justify;
  font-size: 1.3em;
  display: block;
  padding: 40px 20px 20px;
  margin: 20px 0 10px;
  line-height: 1.42857143;
  color: #ACADA5;
  background-color: #FFFFFF;
  border: 0px solid #ccc;
  border-radius: 0px;
}
.post:empty,
.page:empty {
  display: none;
}
.post a,
.page a {
  color: #ACADA5;
  text-decoration: underline;
}
.post pre,
.page pre {
  color: #ACADA5;
  background: none;
  border: 0px;
  padding: 0px;
}
.post p,
.page p {
  margin-bottom: 20px;
}
.post h4,
.page h4 {
  margin: 0 0 25px 0;
  font-size: 2em;
  font-weight: 900;
  font-style: italic;
}
.post_wrapper .post_head,
.post_wrapper .page_head,
.page_wrapper .post_head,
.page_wrapper .page_head {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
}
.post_wrapper .post_head h1,
.post_wrapper .page_head h1,
.page_wrapper .post_head h1,
.page_wrapper .page_head h1 {
  position: relative;
}
.post_wrapper .post_head h1 i,
.post_wrapper .page_head h1 i,
.page_wrapper .post_head h1 i,
.page_wrapper .page_head h1 i {
  display: block;
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
.post_wrapper .post .post_date,
.page_wrapper .post .post_date {
  display: none;
  margin-bottom: 20px;
  font-style: italic;
  font-size: 0.8em;
}
.post_wrapper .post .post_gallery,
.page_wrapper .post .post_gallery {
  border: 10px solid #FFFFFF;
  margin: 10px 0px;
}
.theme_menu {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  padding: 10px 0 0 0;
}
.theme_menu h2 {
  color: rgba(255,255,255,0.5);
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: 800;
  font-size: 1.4em;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 12px;
}
.theme_menu h2::before {
  content: '+';
  color: #ffe505;
  margin: 0 10px;
  padding: 0px;
}
.theme_menu .submenus {
  display: block;
  margin-top: 0px;
  text-transform: uppercase;
}
.theme_menu .submenus .sidebar_menus > li:first-child > a {
  font-weight: 400;
  background: transparent;
  margin-left: 0px;
  color: #ACADA5;
}
.theme_menu .submenus .sidebar_menus > li:first-child > a::before {
  color: #ACADA5;
}
.theme_menu .submenus .sidebar_menus,
.theme_menu .submenus .sidebar_menus * {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.theme_menu .submenus .sidebar_menus li,
.theme_menu .submenus .sidebar_menus * li {
  display: block;
}
.theme_menu .submenus .sidebar_menus li a,
.theme_menu .submenus .sidebar_menus * li a {
  margin-bottom: 3px;
  font-size: 1.2em;
  display: block;
  padding: 10px 10px;
  color: #ACADA5;
}
.theme_menu .submenus .sidebar_menus li a::before,
.theme_menu .submenus .sidebar_menus * li a::before {
  content: "_";
  color: #ACADA5;
  margin: 0px;
}
.theme_menu .submenus .sidebar_menus li a:hover,
.theme_menu .submenus .sidebar_menus * li a:hover {
  color: rgba(255,255,255,0.5);
}
.theme_menu .submenus .sidebar_menus li a .active,
.theme_menu .submenus .sidebar_menus li a.active,
.theme_menu .submenus .sidebar_menus * li a .active,
.theme_menu .submenus .sidebar_menus * li a.active {
  -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  background-color: #ffe505;
  color: #ff050c;
}
.theme_menu .submenus .sidebar_menus li a .active::before,
.theme_menu .submenus .sidebar_menus li a.active::before,
.theme_menu .submenus .sidebar_menus * li a .active::before,
.theme_menu .submenus .sidebar_menus * li a.active::before {
  color: #ff050c;
}
.bread {
  background: transparent;
  margin-bottom: 0px;
  padding: 0px 0px;
}
.bread .breadcrumb {
  background: transparent;
  margin: 0 0 0px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
}
.bread .breadcrumb li a {
  color: #FFFFFF;
}
.bread .breadcrumb .breadSelect,
.bread .breadcrumb li a.breadSelect,
.bread .breadcrumb li a:hover {
  color: rgba(255,255,255,0.5);
}
.bread .breadcrumb > li + li:before {
  color: rgba(255,255,255,0.5);
}
.shadow_txt {
  -moz-test-shadow: 1px 1px 0px rgba(255,255,255,0.2);
  -webkit-text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
  text-shadow: 1px 1px 0px rgba(255,255,255,0.2);
}
.shadow_box {
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.shadow_box_inner {
  -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
}
.font_script {
  font-family: 'Roboto', sans-serif;
}
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
.item_data {
  min-height: 130px;
  width: 100%;
  margin-bottom: 20px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.item_data.active {
  display: none;
}
.item_data:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.item_data .details {
  border-top: 5px solid #ffe505;
  padding: 15px 0px;
  line-height: 11px;
  text-align: center;
}
.item_data .details .title {
  font-weight: 400;
  display: block;
}
.item_data .details .link {
  color: #ffe505;
  font-size: 0.8em;
  padding-top: 4px;
  display: block;
}
.item_data img {
  width: 100%;
}
.slider_cms39 {
  background: #171717;
  position: relative;
}
.tp-banner-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0px;
  height: 100%;
  overflow: hidden;
}
.tp-banner-container .slotholder {
  -moz-opacity: 0.5 !important;
  -khtml-opacity: 0.5 !important;
  -webkit-opacity: 0.5 !important;
  opacity: 0.5 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50) !important;
  filter: alpha(opacity=50) !important;
}
.tp-banner-container ul,
.tp-banner-container li {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.tp-banner {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.sl-font-2,
.sl-font-1 {
  color: #FFFFFF;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  border-width: 0px;
  border-style: none;
}
.sl-font-2 {
  font-size: 25px;
  line-height: 25px;
}
.sl-font-dark {
  color: #ACADA5;
}
.sl-font-link {
  color: #FFFFFF !important;
  padding: 10px 35px;
  font-size: 20px;
  line-height: 20px;
  font-weight: 200;
  text-decoration: none;
  text-align: center;
  border-width: 1px;
  border-color: #FFFFFF;
  border-style: solid;
  text-transform: uppercase;
}
.sl-font-link a,
.sl-font-link a:hover {
  color: rgba(255,255,255,0.5);
  border-color: rgba(255,255,255,0.5);
}
h1 {
  color: #FFFFFF;
  font-weight: 900;
  margin: 0 0 0 0;
  padding: 0px;
  font-size: 5em;
  text-transform: uppercase;
  line-height: 0.75em;
}
h3,
h2 {
  color: #FFFFFF;
  font-weight: 100;
  margin: 0 0 10px 0px;
  padding: 0px;
  font-size: 1.3em;
}
hr {
  border: 0px;
  background: url("img/line_head.png") repeat-x left;
  height: 27px;
  margin: 20px 0 0 0;
  display: block;
}
div.blockMsg {
  width: 40%;
  top: 30%;
  left: 30%;
  text-align: center;
  background-color: rgba(255,255,255,0.5);
  border: 1px solid #ACADA5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  padding: 30px 10px;
}
div.blockMsg h1 {
  color: #ff050c;
  font-size: 1.8em;
  font-family: 'Roboto', sans-serif;
  margin: 0px;
  padding: 0px;
}
.has_submenu article {
  margin-left: 20px;
}
.has_submenu article ol,
.has_submenu article ul {
  list-style-position: inside;
  padding-left: 0px;
}
.has_submenu .contact_interest {
  width: 100%;
}
.contact_interest {
  font-family: 'Roboto', sans-serif;
  width: 90%;
  font-size: 1.3em;
  text-align: center;
  font-weight: 100;
  margin: 60px auto 60px auto;
  line-height: 40px;
  border: 1px solid #FFFFFF;
  padding: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
}
.contact_interest .tel_interest,
.contact_interest .btn_interest {
  padding: 5px 20px;
  margin: 0px 3px;
  font-size: 1em;
  font-weight: 800;
  background: #ffe505;
  color: #ff050c;
}
.contact_interest .tel_interest i,
.contact_interest .btn_interest i {
  margin-right: 10px;
}
header {
  margin-top: 15px;
}
header .cms39-navbar-header {
  text-align: right;
}
header .cms39-navbar-header .cms39-navbar-brand {
  width: 105px;
  height: 105px;
  display: inline-block;
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
  background: url(img/logo_small.png) center no-repeat;
}
header .nova_menu .active,
header .nova_menu .selectable {
  color: rgba(255,255,255,0.5);
}
header .nova_menu ul ul {
  display: inline-block;
}
header .nova_menu ul ul li a:before {
  content: '//';
}
header .nova_menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  list-style-position: inside;
  text-transform: uppercase;
}
header .nova_menu .cms39-nav {
  font-weight: 900;
  font-size: 2em;
}
header .nova_menu .cms39-nav li {
  display: block;
  clear: left;
  margin: 0px;
  padding: 0px;
  line-height: 0.9em;
}
header .nova_menu .cms39-nav li a {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  white-space: nowrap;
}
header .nova_menu hr {
  background: url(img/line_small.png) no-repeat left;
  border: 0px;
  height: 8px;
  margin: 10px 0;
  padding: 0px;
}
footer {
  position: absolute;
  bottom: 0;
  margin: 0 auto 10px auto;
  width: 100%;
  display: block;
  text-transform: uppercase;
}
footer .foot_1,
footer .foot_2,
footer .foot_3 {
  position: relative;
}
footer .foot_1 {
  text-align: left;
  padding-top: 10px;
}
footer .foot_2 {
  text-align: center;
}
footer .foot_2 .img-responsive {
  margin: 0 auto;
}
footer .foot_3 {
  text-align: right;
  padding-top: 10px;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  text-align: -webkit-match-parent;
}
.mtable {
  height: 100%;
  width: 100%;
  display: table;
}
.mtable .mcell {
  display: table-cell;
  vertical-align: middle;
}
.text-hide {
  overflow: hidden;
  text-indent: 150%;
  white-space: nowrap;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.relative {
  position: relative;
}
img {
  vertical-align: middle;
}
.img-full {
  width: 100%;
  height: auto;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@media only screen and (min-width: 1200px) {
  .wr {
    width: 719px;
  }
}
@media only screen and (max-width: 1200px) {
  .wr {
    width: 592px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .wr {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  body {
    margin: 0 0 80px;
  }
  .submenu {
    margin: 20px 0 0 0;
  }
  .submenu ul li {
    margin-bottom: 5px;
  }
  .wr {
    width: 100%;
  }
  .post_wrapper .post_head,
  .post_wrapper .page_head,
  .page_wrapper .post_head,
  .page_wrapper .page_head {
    top: 0;
    position: static;
  }
  footer .foot_1 {
    text-align: left;
    padding-top: 0px;
  }
  footer .foot_2 {
    text-align: right;
  }
  .contact_interest {
    width: 100%;
    font-size: 1.2em;
    line-height: 30px;
  }
  .contact_interest .tel_interest,
  .contact_interest .btn_interest {
    padding: 4px 10px;
  }
  .theme_menu .submenus {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    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) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
