* {
  margin: 0;
  padding: 0;
  outline: none;
}
.c_brands .sub-menu {
	display: none !important;
}
html {
  height: 100%;
}
body,
table {
  font-weight: normal;
  font-family: "PFDinTextPro-Regular", Verdana, Arial;
  line-height: 15px;
  font-size: 14px;
}
body {
  height: 100%;
  color: #575656;
  background-color: white;
}
table {
  border-collapse: collapse;
}
fieldset {
  border: none;
}
img {
  outline: 0;
  margin: 0;
  border: 0;
}
a img {
  border: none;
}
input {
  vertical-align: middle;
}
.primary-transition {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
a {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.c_clear {
  clear: both;
}
.c_relative {
  position: relative;
}
.c_container {
  margin-right: auto;
  margin-left: auto;
}
.c_container:before,
.c_container:after {
  display: table;
  line-height: 0;
  content: "";
}
.c_container:after {
  clear: both;
}
.c_layout_table {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.c_layout_row {
  display: table-row;
}
.c_layout_cell {
  display: table-cell;
  vertical-align: top;
}
.c_center {
  text-align: center;
}
.c_strong,
.c_bold {
  font-weight: bold!important;
}
.c_normal {
  font-weight: normal!important;
}
.c_big {
  font-size: 21px;
}
.c_page_text p {
  margin-bottom: 10px;
}
.c_page_text ul,
.c_page_text ol {
  padding-left: 25px;
  padding-bottom: 10px;
}
.c_tpad_10 {
  padding-top: 10px!important;
}
.c_tpad_20 {
  padding-top: 20px!important;
}
.c_tpad_30 {
  padding-top: 30px!important;
}
.c_bpad_10 {
  padding-bottom: 10px!important;
}
.c_bpad_20 {
  padding-bottom: 20px!important;
}
.c_bpad_30 {
  padding-bottom: 30px!important;
}
.c_lpad_10 {
  padding-left: 10px!important;
}
.c_lpad_20 {
  padding-left: 20px!important;
}
.c_lpad_30 {
  padding-left: 30px!important;
}
.c_rpad_10 {
  padding-right: 10px!important;
}
.c_rpad_20 {
  padding-right: 20px!important;
}
.c_rpad_30 {
  padding-right: 30px!important;
}
.c_tmarg_10 {
  margin-top: 10px!important;
}
.c_tmarg_20 {
  margin-top: 20px!important;
}
.c_tmarg_30 {
  margin-top: 30px!important;
}
.c_bmarg_10 {
  margin-bottom: 10px!important;
}
.c_bmarg_20 {
  margin-bottom: 20px!important;
}
.c_bmarg_30 {
  margin-bottom: 30px!important;
}
.c_error_msg,
.c_success_msg {
  font-size: 19.6px;
  line-height: 30px !important;
  text-align: center;
}
.c_error_msg {
  color: red;
}
.c_success_msg {
  color: green;
}
.c_error {
  background: #f7bfbf!important;
}
/* Appears fading In */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
  100% {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
  to {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
  to {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
}
@-ms-keyframes fadein {
  from {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
  to {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
  to {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
}
/* Appears moving from Left */
@-webkit-keyframes fromleft {
  0% {
    left: 0;
    margin-left: -1000px;
  }
  100% {
    left: 50%;
    margin-left: -500px;
  }
}
@-moz-keyframes fromleft {
  from {
    left: 0;
    margin-left: -1000px;
  }
  to {
    left: 50%;
    margin-left: -500px;
  }
}
@-o-keyframes fromleft {
  from {
    left: 0;
    margin-left: -1000px;
  }
  to {
    left: 50%;
    margin-left: -500px;
  }
}
@-ms-keyframes fromleft {
  from {
    left: 0;
    margin-left: -1000px;
  }
  to {
    left: 50%;
    margin-left: -500px;
  }
}
@keyframes fromleft {
  from {
    left: 0;
    margin-left: -1000px;
  }
  to {
    left: 50%;
    margin-left: -500px;
  }
}
/* Appears moving from Right */
@-webkit-keyframes fromright {
  0% {
    left: 100%;
    margin-left: 0;
  }
  100% {
    left: 50%;
    margin-left: -500px;
  }
}
@-moz-keyframes fromright {
  from {
    left: 100%;
    margin-left: 0;
  }
  to {
    left: 50%;
    margin-left: -500px;
  }
}
@-o-keyframes fromright {
  from {
    left: 100%;
    margin-left: 0;
  }
  to {
    left: 50%;
    margin-left: -500px;
  }
}
@-ms-keyframes fromright {
  from {
    left: 100%;
    margin-left: 0;
  }
  to {
    left: 50%;
    margin-left: -500px;
  }
}
@keyframes fromright {
  from {
    left: 100%;
    margin-left: 0;
  }
  to {
    left: 50%;
    margin-left: -500px;
  }
}
/* Fading Out */
@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
}
@-moz-keyframes fadeout {
  from {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
  to {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
}
@-o-keyframes fadeout {
  from {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
  to {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
}
@-ms-keyframes fadeout {
  from {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
  to {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -o-opacity: 1;
    -ms-opacity: 1;
  }
  to {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-opacity: 0;
  }
}
/* Disappears moving to Left */
@-webkit-keyframes toleft {
  0% {
    left: 50%;
    margin-left: -500px;
  }
  100% {
    left: 0;
    margin-left: -1000px;
  }
}
@-moz-keyframes toleft {
  from {
    left: 50%;
    margin-left: -500px;
  }
  to {
    left: 0;
    margin-left: -1000px;
  }
}
@-o-keyframes toleft {
  from {
    left: 50%;
    margin-left: -500px;
  }
  to {
    left: 0;
    margin-left: -1000px;
  }
}
@-ms-keyframes toleft {
  from {
    left: 50%;
    margin-left: -500px;
  }
  to {
    left: 0;
    margin-left: -1000px;
  }
}
@keyframes toleft {
  from {
    left: 50%;
    margin-left: -500px;
  }
  to {
    left: 0;
    margin-left: -1000px;
  }
}
/* Disappears moving to Right */
@-webkit-keyframes toright {
  0% {
    left: 50%;
    margin-left: -500px;
  }
  100% {
    left: 100%;
    margin-left: 0;
  }
}
@-moz-keyframes toright {
  from {
    left: 50%;
    margin-left: -500px;
  }
  to {
    left: 100%;
    margin-left: 0;
  }
}
@-o-keyframes toright {
  from {
    left: 50%;
    margin-left: -500px;
  }
  to {
    left: 100%;
    margin-left: 0;
  }
}
@-ms-keyframes toright {
  from {
    left: 50%;
    margin-left: -500px;
  }
  to {
    left: 100%;
    margin-left: 0;
  }
}
@keyframes toright {
  from {
    left: 50%;
    margin-left: -500px;
  }
  to {
    left: 100%;
    margin-left: 0;
  }
}
/* Mobile from Right */
@-webkit-keyframes mobfromright {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes mobfromright {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-o-keyframes mobfromright {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-ms-keyframes mobfromright {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes mobfromright {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
/* Mobile from Left */
@-webkit-keyframes mobfromleft {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 0;
  }
}
@-moz-keyframes mobfromleft {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
@-o-keyframes mobfromleft {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
@-ms-keyframes mobfromleft {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
@keyframes mobfromleft {
  from {
    margin-left: -100%;
  }
  to {
    margin-left: 0;
  }
}
div.pp_default .pp_top,
div.pp_default .pp_top .pp_middle,
div.pp_default .pp_top .pp_left,
div.pp_default .pp_top .pp_right,
div.pp_default .pp_bottom,
div.pp_default .pp_bottom .pp_left,
div.pp_default .pp_bottom .pp_middle,
div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
div.pp_default .pp_top .pp_left {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') -78px -93px no-repeat;
}
div.pp_default .pp_top .pp_middle {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite_x.png') top left repeat-x;
}
div.pp_default .pp_top .pp_right {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') -112px -93px no-repeat;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_content_container .pp_left {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite_y.png') -7px 0 repeat-y;
  padding-left: 13px;
}
div.pp_default .pp_content_container .pp_right {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite_y.png') top right repeat-y;
  padding-right: 13px;
}
div.pp_default .pp_next:hover {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite_next.png') center right no-repeat;
  cursor: pointer;
}
div.pp_default .pp_previous:hover {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite_prev.png') center left no-repeat;
  cursor: pointer;
}
div.pp_default .pp_expand {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_expand:hover {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') 0 -56px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_contract {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
div.pp_default .pp_contract:hover {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') 0 -113px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/default_thumb.png') center center #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_gallery a.pp_arrow_previous,
div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_play,
div.pp_default .pp_nav .pp_pause {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_previous,
div.pp_default a.pp_arrow_next {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
.pp_details p {
  padding-top: 4px;
}
.pp_details .pp_nav p {
  padding-top: 0;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 105px;
  position: relative;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  font-color: #999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_play:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
div.pp_default .pp_bottom .pp_left {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite_x.png') bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/sprite.png') -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/default/loader.gif') center center no-repeat;
}
div.light_rounded .pp_next:hover {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_previous:hover {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_expand:hover {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_contract:hover {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_close {
  width: 85px;
  height: 22px;
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
div.light_rounded .pp_nav .pp_play {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_nav .pp_pause {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
div.light_rounded .pp_arrow_previous {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
div.light_rounded .pp_arrow_next {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_description {
  display: none;
  margin: 0 0 5px;
}
.pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 5px 10px;
}
.pp_nav p {
  float: left;
  margin: 2px 4px;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/facebook/default_thumbnail.gif') 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
a.pp_next {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_previous {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
div.pp_default .pp_content,
div.light_rounded .pp_content {
  background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline,
div.light_rounded .pp_content .ppt,
div.light_rounded #pp_full_res .pp_inline,
div.light_square .pp_content .ppt,
div.light_square #pp_full_res .pp_inline,
div.facebook .pp_content .ppt,
div.facebook #pp_full_res .pp_inline {
  color: #000;
}
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a,
.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}
div.pp_default .pp_details,
div.light_rounded .pp_details,
div.dark_rounded .pp_details,
div.dark_square .pp_details,
div.light_square .pp_details,
div.facebook .pp_details {
  position: relative;
}
div.light_rounded .pp_top .pp_middle,
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right,
div.light_rounded .pp_bottom .pp_middle,
div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content,
div.facebook .pp_content {
  background: transparent;
}
div.light_rounded .pp_description,
div.light_square .pp_description {
  margin-right: 85px;
  margin-left: 10px;
  margin-bottom: 15px;
}
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next,
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next,
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next,
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
div.light_rounded .pp_arrow_previous.disabled,
div.dark_rounded .pp_arrow_previous.disabled,
div.dark_square .pp_arrow_previous.disabled,
div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
div.light_rounded .pp_arrow_next.disabled,
div.dark_rounded .pp_arrow_next.disabled,
div.dark_square .pp_arrow_next.disabled,
div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
div.light_rounded .pp_loaderIcon,
div.light_square .pp_loaderIcon {
  background: url(/_mirror/wp-content/themes/nevatec/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
div.dark_rounded .pp_top .pp_middle,
div.dark_rounded .pp_content,
div.dark_rounded .pp_bottom .pp_middle {
  background: url('/wp-content/themes/nevatec/images/prettyPhoto/dark_rounded/contentPattern.png') top left repeat;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
@font-face {
  font-family: 'PFDinTextPro-Light';
  src: url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-light.eot);
  src: url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-light.eot#iefix) format('embedded-opentype'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-light.woff2) format('woff2'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-light.woff) format('woff'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-light.ttf) format('truetype'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-light.svg#PFDinTextPro-Light) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextPro-Medium';
  src: url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-medium.eot);
  src: url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-medium.eot#iefix) format('embedded-opentype'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-medium.woff2) format('woff2'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-medium.woff) format('woff'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-medium.ttf) format('truetype'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-medium.svg#PFDinTextPro-Medium) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextPro-Regular';
  src: url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-regular.eot);
  src: url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-regular.eot#iefix) format('embedded-opentype'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-regular.woff2) format('woff2'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-regular.woff) format('woff'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-regular.ttf) format('truetype'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-regular.svg#PFDinTextPro-Regular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PFDinTextPro-Thin';
  src: url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-thin.eot);
  src: url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-thin.eot#iefix) format('embedded-opentype'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-thin.woff2) format('woff2'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-thin.woff) format('woff'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-thin.ttf) format('truetype'), url(/_mirror/wp-content/themes/nevatec/fonts/pfdintextpro-thin.svg#PFDinTextPro-Thin) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Common Styles */
a {
  text-decoration: none;
  color: #7a7a7a;
}
a:hover {
  color: #e31e24;
}
h1,
.c_h1 {
  font-weight: normal;
  text-align: left;
  font-size: 19px;
  line-height: 26px;
  position: relative;
  border-bottom: 1px solid #c5c6c6;
  width: auto;
  max-width: 960px;
  margin: 0 auto 10px;
  color: #575656;
  padding: 0 20px 0 20px;
}
h1 .c_right_text,
.c_h1 .c_right_text {
  display: block;
  float: right;
  font-size: 14px;
}
h1 {
  margin-bottom: 20px;
}
.c_ch1_wrapper {
  position: relative;
  min-height: 36px;
}
.c_ch1_wrapper .c_h1:before,
.c_ch1_wrapper h1:before {
  position: absolute;
  left: 0;
  top: 100%;
  margin: -1px 0 0 -20px;
  width: 100%;
  padding-right: 40px;
  border-bottom: 1px solid #c5c6c6;
  content: "";
}
.c_ch1_wrapper .c_h1,
.c_ch1_wrapper h1 {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.c_pin {
  background-image: url(/_mirror/wp-content/themes/nevatec/images/pin.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.c_pin h1 {
  max-width: 930px;
  padding-left: 50px;
}
h2,
.c_h2 {
  font-weight: normal;
  font-size: 17px;
  line-height: 16px !important;
  padding: 20px 0 20px 0;
  text-align: left;
  color: #e31e24;
}
.c_w100 {
  width: 100%;
}
.c_w1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.c_w960 {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.c_subheader {
  text-decoration: underline;
}
.c_inline_tab {
  width: 100%;
}
.c_inline_tab td {
  vertical-align: top;
  padding: 0 10px 10px 0;
}
.c_no_tpad {
  padding-top: 0!important;
}
.c_bmarg_10 {
  margin-bottom: 10px!important;
}
.c_fsmall {
  font-size: 12px;
  line-height: 13px;
}
.c_gray {
  color: #575656;
}
.c_red {
  color: #e31e24;
}
.c_red h1 {
  color: #e31e24;
}
.c_over_header {
  position: absolute;
  height: 45px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/w90.png);
  background-repeat: repeat;
  text-align: left;
  border-bottom: 1px solid #c5c6c6;
}
.c_over_header .c_iwrapper {
  position: absolute;
  padding: 13px 0 13px 0;
  font-size: 15px;
  height: 15px;
  line-height: 19px;
  top: 0;
  left: 50%;
  width: 960px;
  margin-left: -480px;
}
.c_gh {
  font-size: 19px;
  line-height: 20px;
  color: #e31e24;
  padding-bottom: 10px;
}
.c_bh {
  font-size: 17px;
  color: #e31e24;
  padding-bottom: 10px;
}
.c_bb {
  color: #575656;
}
.c_gallery_cell {
  width: 180px;
  padding-left: 20px;
  position: relative;
}
.c_gallery_cell a {
  display: block;
  width: 180px;
  height: 130px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.c_gallery_cell img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
}
.c_left_gallery .c_gallery_cell {
  padding-left: 0;
  padding-right: 20px;
}
.c_equipment_cell {
  width: 180px;
  padding-right: 20px;
  position: relative;
}
.c_equipment_cell a {
  display: block;
  position: relative;
  width: 180px;
  height: auto;
  padding-bottom: 20px;
  text-align: center;
}
.c_equipment_cell a span {
  display: block;
  position: relative;
}
.c_equipment_cell a img {
  width: 100%;
}
.c_descr_block {
  width: 100%;
}
.c_ava_cell {
  width: 200px;
  position: relative;
}
.c_ava_cell .c_ava {
  display: block;
  position: relative;
  margin: 0 30px 30px 0;
  height: auto;
  left: 0;
  top: 0;
}
.c_ava_cell .c_ava img {
  width: 170px;
  height: auto;
}
/* Site Blocks */
#i_site_container {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  background-color: white;
  min-width: 320px;
}
.c_main {
  width: 100%;
  position: relative;
}
.c_hauto {
  height: 99%;
}
.c_content {
  width: 960px;
  padding: 0 20px 30px 20px;
  margin: 0 auto;
  position: relative;
}
/* Header */
#i_header_row {
  height: 145px;
  max-height: 145px;
}
#i_header_row header {
  height: 145px;
  position: relative;
}
#i_logo {
  position: absolute;
  display: block;
  width: 120px;
  height: 68px;
  left: 20px;
  top: 49px;
}
#i_logo img {
  width: 120px;
  height: 68px;
}
#i_phones {
  position: absolute;
  width: 260px;
  height: auto;
  left: 100%;
  top: 56px;
  margin-left: -280px;
  text-align: right;
  font-size: 16px;
  line-height: 22px;
  color: #575656;
}
#i_phones a,
#i_phones span {
  color: #575656;
}
#i_title {
  display: block;
  position: absolute;
  top: 67px;
  left: 50%;
  width: 280px;
  margin-left: -180px;
  text-align: left;
  line-height: 19px;
  font-size: 16px;
  color: #575656;
}
#i_feedback {
  display: block;
  position: absolute;
  top: 15px;
  left: 100%;
  width: 18px;
  height: 18px;
  margin-left: -40px;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/feedback.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.c_smart_search {
  display: block;
  position: absolute;
  top: 15px;
  left: 100%;
  width: 160px;
  height: 18px;
  margin-left: -205px;
}
.c_smart_search fieldset {
  border: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 18px;
}
.c_smart_search fieldset .c_submit {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 20px;
  height: 18px;
  margin-left: -20px;
  border: none;
  background: none;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/search.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.c_smart_search fieldset .c_search_text {
  border: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 16px;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/search-pixel.png);
  background-position: 0 100%;
  background-repeat: repeat-x;
  padding-bottom: 2px;
}
/* Search Results Page */
.c_item_search_result {
  font-size: 17px;
  color: #e31e24;
  padding-bottom: 10px;
}
.c_searchres {
  position: relative;
}
.c_searchres li {
  position: relative;
}
.c_searchres li > a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 130px;
  min-height: 100px;
}
.c_searchres li > a .c_title {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 19px;
  color: #575656;
  padding-bottom: 10px;
}
.c_searchres li > a .c_snippet {
  display: block;
  position: relative;
  color: #b2b2b2;
}
.c_searchres li > a .c_snippet b {
  color: black;
}
.c_searchres li > a .c_avatar {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 100px;
  height: 80px;
}
.c_searchres li > a .c_avatar .c_iwrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.c_searchres li > a .c_avatar .c_iwrapper img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.c_searchres li > a.c_noava {
  padding: 10px 20px 10px 20px;
}
.c_totalres {
  display: none;
}
/* Main Menu */
#i_menu_row {
  height: 45px;
  background-color: #f6f6f6;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/mmbg.png);
  background-position: 0 0;
  background-repeat: repeat-x;
}
#i_menu_row .c_main {
  position: relative;
}
#i_menu_row #i_main_nav_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 45px;
  width: 100%;
  z-index: 12;
  background-color: #f6f6f6;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/w100_3.png);
  background-position: 0 0;
  background-repeat: repeat-x;
}
#i_menu_row #i_main_nav {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#i_menu_row #i_main_nav > a {
  font-size: 28px;
  line-height: 45px;
  text-align: center;
  display: none;
}
#i_menu_row #i_main_menu {
  display: block;
  list-style: none;
  height: 45px;
  min-height: 45px;
}
#i_menu_row #i_main_menu li {
  display: block;
  height: auto;
  float: left;
}
#i_menu_row #i_main_menu li a {
  display: block;
  font-size: 17px;
  font-family: "PFDinTextPro-Thin";
  line-height: 42px;
  text-transform: uppercase;
  text-decoration: none;
  color: #575656;
  border-top: 3px solid white;
  text-align: center;
  width: auto;
}
#i_menu_row #i_main_menu li a:hover {
  color: #e31e24;
  border-top: 3px solid #e31e24;
  background-color: white;
}
#i_menu_row #i_main_menu li ul {
  display: block;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
#i_menu_row #i_main_menu li li {
  min-height: 32px;
  height: auto;
  width: 33%;
  display: inline-block;
  position: relative;
}
#i_menu_row #i_main_menu li li a,
#i_menu_row #i_main_menu li li span {
  font-family: "PFDinTextPro-Regular";
  display: block;
  text-transform: none;
  line-height: 18px;
  padding: 2px 20px 3px 20px;
  border-top: none;
  text-align: left;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  color: #7a7a7a;
}
#i_menu_row #i_main_menu li li a:hover {
  border-top: none;
}
#i_menu_row #i_main_menu li li ul {
  width: 100%;
  padding: 0 0 5px 0;
}
#i_menu_row #i_main_menu li li li {
  float: none;
  width: 100%;
  min-height: 20px;
}
#i_menu_row #i_main_menu li li li a {
  font-family: "PFDinTextPro-Regular";
  color: #7a7a7a;
  font-weight: normal;
  text-transform: none;
  line-height: 15px;
}
#i_menu_row #i_main_menu .c_expanded > a {
  background-color: white;
  border-top: 3px solid #e31e24;
}
#i_menu_row #i_main_menu .c_subwrapper_1 {
  display: none;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  position: absolute;
  left: 0;
  top: 45px;
  width: 100%;
  height: auto;
  background-color: white;
  z-index: 20;
  border-bottom: 1px solid #c5c6c6;
  padding: 20px 0 30px 0;
}
#i_menu_row #i_main_menu .c_subwrapper_1 .c_sub_menu_group {
  padding-bottom: 5px;
}
#i_menu_row #i_main_menu .c_subwrapper_1 .c_close {
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  height: 20px;
  width: 20px;
  margin: -30px 0 0 467px;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/mclose.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: none;
}
#i_menu_row #i_main_menu .c_subwrapper_1 .c_close:hover {
  background-image: url(/_mirror/wp-content/themes/nevatec/images/mcloseh.png);
  border: none;
}
#i_menu_row #i_main_menu .c_expanded .c_subwrapper_1 {
  display: block;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
#i_menu_row #i_main_menu .c_gted {
  padding-left: 35px;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/m3l.png);
  background-position: 23px 5px;
  background-repeat: no-repeat;
}
#i_menu_row #i_main_menu .c_mi_1 {
  width: 11%;
}
#i_menu_row #i_main_menu .c_mi_2 {
  width: 18%;
}
#i_menu_row #i_main_menu .c_mi_3 {
  width: 19%;
}
#i_menu_row #i_main_menu .c_mi_4 {
  width: 12%;
}
#i_menu_row #i_main_menu .c_mi_5 {
  width: 12%;
}
#i_menu_row #i_main_menu .c_mi_6 {
  width: 17%;
}
#i_menu_row #i_main_menu .c_mi_7 {
  width: 11%;
}
#i_menu_row #i_main_menu .c_spheres li {
  min-height: 0;
}
#i_menu_row #i_main_menu .c_spheres li a,
#i_menu_row #i_main_menu .c_spheres li span {
  text-transform: none;
  font-weight: normal;
}
#i_menu_row #i_main_menu .c_spheres li a {
  line-height: 11px;
  padding-left: 35px;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/m3l.png);
  background-position: 23px 5px;
  background-repeat: no-repeat;
}
#i_menu_row #i_main_menu .c_spheres .c_sub_menu_group {
  padding-bottom: 0;
  padding-top: 0;
}
/* Footer row */
#i_cpr_row {
  background-color: #7d8386;
  line-height: 17px;
  font-size: 13px;
  color: #f6f6f6;
}
#i_cpr_row .c_copyright {
  padding: 5px 0 5px 0;
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#i_foot_row {
  height: 223px;
  background-color: #f6f6f6;
}
#i_foot_logo {
  position: absolute;
  display: block;
  width: 120px;
  height: 68px;
  left: 20px;
  top: 30px;
}
#i_foot_logo img {
  width: 120px;
  height: 68px;
}
#i_foot_phones {
  position: absolute;
  width: 240px;
  height: auto;
  left: 100%;
  top: 30px;
  margin-left: -260px;
  text-align: right;
  font-size: 15px;
  line-height: 18px;
  color: #575656;
}
#i_foot_phones a,
#i_foot_phones span {
  color: #575656;
}
#i_foot_nav {
  position: absolute;
  left: 180px;
  top: 27px;
  width: 150px;
  height: auto;
}
#i_foot_soc {
  position: absolute;
  width: 160px;
  height: auto;
  left: 57%;
  top: 27px;
}
#i_foot_menu {
  list-style: none;
  text-align: left;
}
#i_foot_menu li {
  display: block;
  min-height: 18px;
}
#i_foot_menu li a {
  display: block;
  min-height: 14px;
  padding: 2px 0 2px 0;
  line-height: 14px;
  font-size: 15px;
  text-decoration: none;
  color: #575656;
}
#i_foot_menu li a:hover {
  color: #e31e24;
}
/* News List */
.c_news_item {
  position: relative;
  width: 100%;
  min-height: 130px;
  margin-bottom: 10px;
}
.c_news_item .c_bb p,
.c_news_item .c_bb ol,
.c_news_item .c_bb ul {
  padding-bottom: 15px;
}
.c_news_item .c_bb li {
  margin-left: 20px;
}
.c_news_item .c_more {
  padding-left: 5px;
}
.c_news_item .c_collapsed {
  display: none;
}
.c_news_item.c_expanded .c_more {
  display: none;
}
.c_news_item.c_expanded .c_collapsed {
  display: block;
}
#i_ajxfmnews {
  position: relative;
}
#i_ajxfmnews .c_archive {
  display: block;
  position: relative;
  padding: 0 0 20px 15px;
  background-repeat: no-repeat;
  background-position: 0 5px;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/more.png);
}
/* Header Nav */
.c_hnav {
  position: absolute;
  height: 45px;
  top: 0;
  left: 50%;
  width: 600px;
  margin-left: -100px;
  z-index: 11;
}
.c_hnav li {
  float: right;
  height: 45px;
}
.c_hnav li a {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  color: #575656;
  margin-right: 20px;
}
.c_hnav li.c_desktop {
  display: block;
}
.c_hnav li.c_mobile {
  display: none;
}
.c_hnav .c_current {
  color: #e31e24;
}
.c_hnav li a:hover {
  color: #b2b2b2;
}
.c_hnav_body .c_block {
  display: none;
}
.c_hnav_body .c_block.c_current {
  display: block;
}
/* Product page */
.c_product_view .c_carousel_block {
  display: none;
}
.c_product_view .c_carousel_block.c_current {
  display: block;
}
.c_product_view .c_ag {
  list-style: none;
  position: relative;
  display: block;
  min-height: 150px;
  height: auto;
}
.c_product_view .c_ag li {
  display: block;
  position: relative;
  float: left;
  height: 150px;
  width: 110px;
}
.c_product_view .c_ag li .c_icon {
  display: block;
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -khtml-border-radius: 27px;
  -o-border-radius: 27px;
  -ms-border-radius: 27px;
  left: 27px;
  top: 10px;
  overflow: hidden;
}
.c_product_view .c_ag li .c_icon img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  left: 0;
  top: 0;
}
.c_product_view .c_ag li .c_title {
  display: block;
  position: absolute;
  color: #575656;
  text-align: center;
  left: 5px;
  top: 70px;
  width: 100px;
  height: 45px;
  font-size: 13px;
  line-height: 15px;
}
.c_product_view .c_chars_tab_owrapper {
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.c_product_view .c_chars_tab_owrapper .c_chars_tab_iwrapper {
  position: relative;
  height: auto;
  width: 100%;
}
.c_product_view .c_chars_tab {
  width: 100%;
}
.c_product_view .c_chars_tab td {
  padding: 2px 15px 2px 15px;
  border-left: 4px solid white;
}
.c_product_view .c_chars_tab tr td:first-child {
  border-left: none;
}
.c_product_view .c_chars_tab .c_odd td {
  background-color: #eeeeee;
}
.c_product_view .c_chars_tab tr:hover td {
  background-color: #d0d0d0;
}
.c_product_view .c_chars_tab.c_c2 td {
  width: 50%;
}
.c_product_view .c_chars_tab.c_c3 td {
  width: 33%;
}
.c_product_view .c_chars_tab.c_c4 td {
  width: 25%;
}
.c_product_view .c_chars_tab.c_c5 td {
  width: 20%;
}
.c_downloads {
  display: block;
  padding-bottom: 10px;
  position: relative;
  list-style: none;
  width: 100%;
}
.c_downloads li,
.c_downloads a {
  display: block;
  position: relative;
}
.c_downloads li {
  width: 100%;
}
.c_downloads a {
  padding: 10px 20px 20px 200px;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/dl.png);
  background-repeat: no-repeat;
  background-position: 30px 10px;
}
.c_downloads li a:hover {
  background-image: url(/_mirror/wp-content/themes/nevatec/images/dlh.png);
}
.c_downloads .c_caption {
  display: block;
  position: relative;
  font-size: 17px;
  line-height: 19px;
  color: #575656;
}
.c_downloads .c_description {
  display: block;
  position: relative;
  line-height: 19px;
  min-height: 19px;
  color: #575656;
}
.c_downloads a .c_size {
  display: block;
  position: absolute;
  left: 70px;
  top: 14px;
}
.c_downloads a .c_ext {
  display: block;
  position: absolute;
  left: 70px;
  top: 32px;
}
.c_downloads a .c_size,
.c_downloads a .c_caption,
.c_downloads a .c_ext {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.c_downloads a .c_size,
.c_downloads a .c_ext {
  color: #b2b2b2;
}
.c_downloads a:hover .c_size,
.c_downloads a:hover .c_caption,
.c_downloads a:hover .c_ext {
  color: #e31e24;
}
#i_wrp_ajxfmcontact {
  position: relative;
  height: 400px;
  background-color: #c5c5c5;
  color: black;
  font-size: 15px;
}
#i_wrp_ajxfmcontact form {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
#i_wrp_ajxfmcontact fieldset {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#i_wrp_ajxfmcontact input,
#i_wrp_ajxfmcontact textarea {
  border: none;
}
#i_wrp_ajxfmcontact #i_fw_name,
#i_wrp_ajxfmcontact #i_fw_email,
#i_wrp_ajxfmcontact #i_fw_phone,
#i_wrp_ajxfmcontact #i_fw_company,
#i_wrp_ajxfmcontact #i_fw_duty,
#i_wrp_ajxfmcontact #i_fw_city {
  position: absolute;
  height: auto;
  width: 250px;
}
#i_wrp_ajxfmcontact #i_fw_name input,
#i_wrp_ajxfmcontact #i_fw_email input,
#i_wrp_ajxfmcontact #i_fw_phone input,
#i_wrp_ajxfmcontact #i_fw_company input,
#i_wrp_ajxfmcontact #i_fw_duty input,
#i_wrp_ajxfmcontact #i_fw_city input {
  height: 20px;
  line-height: 20px;
  width: 100%;
}
#i_wrp_ajxfmcontact #i_fw_name,
#i_wrp_ajxfmcontact #i_fw_email,
#i_wrp_ajxfmcontact #i_fw_phone {
  left: 205px;
}
#i_wrp_ajxfmcontact #i_fw_company,
#i_wrp_ajxfmcontact #i_fw_duty,
#i_wrp_ajxfmcontact #i_fw_city {
  left: 620px;
}
#i_wrp_ajxfmcontact #i_fw_name,
#i_wrp_ajxfmcontact #i_fw_company,
#i_wrp_ajxfmcontact #i_fcw_name,
#i_wrp_ajxfmcontact #i_fcw_company {
  top: 30px;
}
#i_wrp_ajxfmcontact #i_fw_email,
#i_wrp_ajxfmcontact #i_fw_duty,
#i_wrp_ajxfmcontact #i_fcw_email,
#i_wrp_ajxfmcontact #i_fcw_duty {
  top: 70px;
}
#i_wrp_ajxfmcontact #i_fw_phone,
#i_wrp_ajxfmcontact #i_fw_city,
#i_wrp_ajxfmcontact #i_fcw_phone,
#i_wrp_ajxfmcontact #i_fcw_city {
  top: 110px;
}
#i_wrp_ajxfmcontact #i_fw_question {
  position: absolute;
  height: auto;
  top: 170px;
  left: 205px;
}
#i_wrp_ajxfmcontact #i_fw_question textarea {
  width: 655px;
  height: 166px;
  padding: 2px 5px 2px 5px;
}
#i_wrp_ajxfmcontact #i_fw_question .c_hinted {
  color: #969696;
}
#i_wrp_ajxfmcontact #i_fcw_question {
  top: 170px;
}
#i_wrp_ajxfmcontact .c_form_button {
  position: absolute;
  display: block;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #f8f8f8;
  color: black;
  width: 130px;
  left: 740px;
  top: 350px;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
#i_wrp_ajxfmcontact .c_form_button:hover {
  color: #e31e24;
}
#i_wrp_ajxfmcontact .c_info {
  display: block;
  position: absolute;
  left: 205px;
  top: 355px;
}
#i_wrp_ajxfmcontact #i_fcw_name,
#i_wrp_ajxfmcontact #i_fcw_email,
#i_wrp_ajxfmcontact #i_fcw_phone,
#i_wrp_ajxfmcontact #i_fcw_company,
#i_wrp_ajxfmcontact #i_fcw_duty,
#i_wrp_ajxfmcontact #i_fcw_city,
#i_wrp_ajxfmcontact #i_fcw_question {
  position: absolute;
  display: block;
  height: 20px;
  line-height: 20px;
}
#i_wrp_ajxfmcontact #i_fcw_name,
#i_wrp_ajxfmcontact #i_fcw_email,
#i_wrp_ajxfmcontact #i_fcw_phone,
#i_wrp_ajxfmcontact #i_fcw_question {
  left: 110px;
}
#i_wrp_ajxfmcontact #i_fcw_company,
#i_wrp_ajxfmcontact #i_fcw_duty,
#i_wrp_ajxfmcontact #i_fcw_city {
  left: 505px;
}
#i_wrp_ajxfmcontact .c_success_msg {
  color: white;
  padding-top: 120px;
}
.csstransforms .c_gallery_cell img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* Maps */
.c_map_over {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.c_maps {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c_maps .c_map {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c_maps #i_map_b1 {
  z-index: 2;
}
/* Slider */
#i_slider_row .c_main {
  padding-bottom: 10px;
}
.c_slider_wrapper {
  display: inline-block;
  position: relative;
  height: auto;
  width: 100%;
}
.c_slider_wrapper > .c_dummy {
  display: block;
  margin-top: 550px;
}
.c_slider_wrapper .c_noslides_dummy {
  display: block;
  margin-top: 46px;
}
.c_slider_wrapper .c_next,
.c_slider_wrapper .c_prev {
  display: block;
  position: absolute;
  width: 40px;
  height: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 19;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -o-opacity: 0.5;
  -ms-opacity: 0.5;
  margin-top: -50px;
  top: 50%;
}
.c_slider_wrapper .c_next {
  background-image: url(/_mirror/wp-content/themes/nevatec/images/cr.png);
  left: 100%;
  margin-left: -40px;
}
.c_slider_wrapper .c_prev {
  background-image: url(/_mirror/wp-content/themes/nevatec/images/cl.png);
  left: 0;
}
.c_slider_wrapper .c_next:hover,
.c_slider_wrapper .c_prev:hover {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
}
.c_slider {
  list-style: none;
  overflow: hidden;
}
.c_slider,
.c_slider > li,
.c_slide_layer,
.c_slider .c_element {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c_slider > li {
  display: block;
  overflow: hidden;
}
.c_slide_layer_0 > img {
  position: absolute;
  height: auto;
  width: 2560px;
  left: 50%;
  margin-left: -1280px;
  top: 0;
}
.c_slide_layer .c_wrapper {
  position: absolute;
  display: block;
  left: 50%;
  margin-left: -500px;
  top: 0;
  width: 1000px;
  height: 100%;
}
.c_slide_layer .c_wrapper > img {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 0;
}
.csstransforms .c_slide_layer .c_wrapper > img {
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.c_effect_1 > .c_wrapper {
  left: 0;
  margin-left: -1000px;
}
.c_effect_1.c_active > .c_wrapper {
  -moz-animation: fromleft 1000ms;
  -webkit-animation: fromleft 1000ms;
  -khtml-animation: fromleft 1000ms;
  -o-animation: fromleft 1000ms;
  -ms-animation: fromleft 1000ms;
  animation: fromleft 1000ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c_effect_1.c_deactive > .c_wrapper {
  -moz-animation: toleft 600ms;
  -webkit-animation: toleft 600ms;
  -khtml-animation: toleft 600ms;
  -o-animation: toleft 600ms;
  -ms-animation: toleft 600ms;
  animation: toleft 600ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c_effect_2 > .c_wrapper {
  left: 100%;
  margin-left: 0;
}
.c_effect_2.c_active > .c_wrapper {
  -moz-animation: fromright 1000ms;
  -webkit-animation: fromright 1000ms;
  -khtml-animation: fromright 1000ms;
  -o-animation: fromright 1000ms;
  -ms-animation: fromright 1000ms;
  animation: fromright 1000ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c_effect_2.c_deactive > .c_wrapper {
  -moz-animation: toright 600ms;
  -webkit-animation: toright 600ms;
  -khtml-animation: toright 600ms;
  -o-animation: toright 600ms;
  -ms-animation: toright 600ms;
  animation: toright 600ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c_effect_3 > img,
.c_effect_3 > .c_wrapper {
  opacity: 0;
}
.c_effect_3.c_active > img,
.c_effect_3.c_active > wrapper {
  -moz-animation: fadein 1000ms;
  -webkit-animation: fadein 1000ms;
  -khtml-animation: fadein 1000ms;
  -o-animation: fadein 1000ms;
  -ms-animation: fadein 1000ms;
  animation: fadein 1000ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c_effect_3.c_deactive > img,
.c_effect_3.c_deactive > wrapper {
  -moz-animation: fadeout 600ms;
  -webkit-animation: fadeout 600ms;
  -khtml-animation: fadeout 600ms;
  -o-animation: fadeout 600ms;
  -ms-animation: fadeout 600ms;
  animation: fadeout 600ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c_mob_slider_wrapper {
  display: none;
  position: relative;
  height: auto;
  width: 100%;
}
.c_mob_slider_wrapper .c_dummy {
  display: block;
  margin: 44.9775%;
}
.c_mob_slider,
.c_mob_slider > li,
.c_mob_slider .c_element,
.c_mob_slider .c_oi {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c_mob_slider,
.c_mob_slider .c_element,
.c_mob_slider .c_oi {
  display: block;
}
.c_mob_slider {
  list-style: none;
  overflow: hidden;
}
.c_mob_slider li {
  display: none;
  z-index: 0;
}
.c_mob_slider .c_active {
  display: block;
}
.c_mob_slider .c_activating_fr {
  display: block;
  z-index: 1;
  -moz-animation: mobfromright 600ms;
  -webkit-animation: mobfromright 600ms;
  -khtml-animation: mobfromright 600ms;
  -o-animation: mobfromright 600ms;
  -ms-animation: mobfromright 600ms;
  animation: mobfromright 600ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c_mob_slider .c_activating_fl {
  display: block;
  z-index: 1;
  -moz-animation: mobfromleft 600ms;
  -webkit-animation: mobfromleft 600ms;
  -khtml-animation: mobfromleft 600ms;
  -o-animation: mobfromleft 600ms;
  -ms-animation: mobfromleft 600ms;
  animation: mobfromleft 600ms;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -khtml-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c_mob_slider .c_oi.c_horz {
  display: block;
}
.c_mob_slider .c_oi.c_vert {
  display: none;
}
/* Carousel */
.c_carousel_nav {
  display: none;
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.c_carousel_nav .c_scroll_btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 200px;
  line-height: 200px;
  z-index: 2;
  text-align: center;
  color: transparent;
  text-decoration: none;
  font-size: 32px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.c_carousel_nav .c_scroll_btn:hover {
  text-decoration: none;
}
.c_carousel_nav .c_left {
  left: 0;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/cl.png);
}
.c_carousel_nav .c_right {
  left: 100%;
  margin-left: -30px;
  background-image: url(/_mirror/wp-content/themes/nevatec/images/cr.png);
}
.c_carousel_nav .c_wrapper {
  position: absolute;
  left: 50%;
  height: 200px;
  width: 900px;
  margin-left: -450px;
  overflow: hidden;
  z-index: 1;
}
.c_carousel_nav ul {
  list-style: none;
  display: block;
  position: absolute;
  left: 0;
  height: 200px;
  width: auto;
}
.c_carousel_nav li {
  display: block;
  float: left;
  position: relative;
  height: 200px;
  width: 300px;
}
.c_carousel_nav li a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 200px;
  width: 300px;
}
.c_carousel_nav .c_thumb {
  display: block;
  position: absolute;
  left: 20px;
  top: 35px;
  height: 165px;
  width: 260px;
  overflow: hidden;
}
.c_carousel_nav .c_thumb img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -khtml-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  z-index: 2;
}
.c_carousel_nav .c_current .c_thumb img {
  filter: brightness(110%) saturate(200%);
  -moz-filter: brightness(110%) saturate(200%);
  -webkit-filter: brightness(110%) saturate(200%);
  -khtml-filter: brightness(110%) saturate(200%);
  -o-filter: brightness(110%) saturate(200%);
  -ms-filter: brightness(110%) saturate(200%);
  height: 198px;
  top: -16px;
}
.c_carousel_nav li a:hover .c_thumb img {
  filter: brightness(110%) saturate(200%);
  -moz-filter: brightness(110%) saturate(200%);
  -webkit-filter: brightness(110%) saturate(200%);
  -khtml-filter: brightness(110%) saturate(200%);
  -o-filter: brightness(110%) saturate(200%);
  -ms-filter: brightness(110%) saturate(200%);
  height: 198px;
  top: -16px;
}
.c_carousel_nav .c_title {
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  width: 260px;
  text-align: center;
  color: #969696;
  font-size: 17px;
}
.c_carousel_nav .c_current .c_title {
  color: #e31e24;
}
.c_carousel_nav.c_mini {
  height: 80px;
}
.c_carousel_nav.c_mini .c_scroll_btn {
  height: 80px;
  line-height: 80px;
}
.c_carousel_nav.c_mini .c_wrapper {
  height: 80px;
}
.c_carousel_nav.c_mini ul {
  height: 80px;
}
.c_carousel_nav.c_mini li {
  height: 80px;
  width: 150px;
}
.c_carousel_nav.c_mini li a {
  height: 80px;
  width: 150px;
}
.c_carousel_nav.c_mini li .c_thumb {
  left: 15px;
  top: 0;
  height: 80px;
  width: 120px;
}
.c_carousel_nav.c_mini li .c_thumb img {
  width: 120px;
  height: 80px;
}
.c_carousel_nav.c_mini li .c_title {
  display: none;
}
.c_carousel_nav.c_mini li a:hover .c_thumb img {
  height: 100px;
  width: 150px;
  top: -10px;
  left: -15px;
}
.csstransforms .c_carousel_nav li .c_thumb img {
  left: 50%;
  transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -khtml-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}
.csstransforms .c_carousel_nav.c_mini li .c_thumb img {
  left: 0;
  transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -khtml-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
}
.csstransforms .c_searchres li > a .c_avatar .c_iwrapper img {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -khtml-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.svgasimg .c_svg {
  display: block;
}
.svgasimg .c_compatible {
  display: none;
}
.no-svgasimg .c_svg {
  display: none;
}
.no-svgasimg .c_compatible {
  display: block;
}
/* Media Queries */
@media screen and (orientation: portrait) {
  .c_bh {
    color: #e31e24;
  }
  .c_mob_slider_wrapper .c_dummy {
    margin: 80%;
  }
  .c_mob_slider .c_oi.c_horz {
    display: none;
  }
  .c_mob_slider .c_oi.c_vert {
    display: block;
  }
}
@media (max-width: 1024px) {
  table,
  body {
    line-height: 20px;
    font-size: 17px;
  }
  .c_gh {
    font-size: 22px;
    line-height: 25px;
  }
  .c_bh {
    font-size: 20px;
    color: #e31e24;
  }
  h1,
  .c_h1 {
    font-size: 22px;
    line-height: 29px;
    padding: 0 5% 0 5%;
  }
  h1 .c_right_text,
  .c_h1 .c_right_text {
    display: none;
  }
  .c_content {
    width: auto;
  }
  #i_ajxfmnews .c_archive {
    font-size: 34px;
    line-height: 40px;
    background-position: 0 15px;
  }
  #i_menu_row {
    height: auto;
  }
  #i_menu_row #i_main_nav_wrapper {
    position: relative;
    height: auto;
  }
  #i_menu_row #i_main_nav {
    width: auto;
    position: relative;
    min-height: 75px;
  }
  #i_menu_row #i_main_nav > a {
    background-image: url(/_mirror/wp-content/themes/nevatec/images/expb.png);
    background-position: 5% 50%;
    background-repeat: no-repeat;
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 34px;
    padding-top: 3px;
    padding-left: 10%;
    position: relative;
    text-align: left;
  }
  #i_menu_row #i_main_menu {
    display: none;
    height: auto;
    position: relative;
  }
  #i_menu_row #i_main_menu li {
    float: none;
  }
  #i_menu_row #i_main_menu li a {
    border-top: 3px solid transparent;
    text-align: left;
    padding-left: 10%;
    font-size: 34px;
    line-height: 75px;
  }
  #i_menu_row #i_main_menu li a:hover {
    border-top: 3px solid white;
  }
  #i_menu_row #i_main_menu li ul {
    width: 100%;
  }
  #i_menu_row #i_main_menu li li {
    display: block;
    width: 100%;
  }
  #i_menu_row #i_main_menu li li a,
  #i_menu_row #i_main_menu li li span {
    font-size: 34px;
    line-height: 40px;
  }
  #i_menu_row #i_main_menu li li li a {
    font-size: 34px;
    line-height: 40px;
  }
  #i_menu_row #i_main_menu .c_gted {
    background-position: 23px 16px;
  }
  #i_menu_row #i_main_menu .c_spheres li a {
    line-height: 40px;
    background-position: 23px 16px;
  }
  #i_menu_row #i_main_menu .c_mi_1,
  #i_menu_row #i_main_menu .c_mi_2,
  #i_menu_row #i_main_menu .c_mi_3,
  #i_menu_row #i_main_menu .c_mi_4,
  #i_menu_row #i_main_menu .c_mi_5,
  #i_menu_row #i_main_menu .c_mi_6,
  #i_menu_row #i_main_menu .c_mi_7 {
    width: 100%;
  }
  #i_menu_row #i_main_menu .c_subwrapper_1 {
    position: relative;
    top: 0;
  }
  #i_menu_row #i_main_menu .c_subwrapper_1 .c_close {
    left: 100%;
    top: 100%;
    margin: -30px 0 0 -30px;
  }
  #i_menu_row.c_menu_expanded {
    height: auto;
  }
  #i_menu_row.c_menu_expanded #i_main_menu {
    display: block;
  }
  .c_over_header {
    position: relative;
    height: auto;
  }
  .c_over_header .c_iwrapper {
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    padding: 13px 20px 13px 20px;
    height: auto;
    margin: 0;
    text-align: left;
    font-size: 34px;
    line-height: 50px;
  }
  .c_hnav {
    position: relative;
    height: auto;
    top: 0;
    left: 0;
    width: auto;
    margin: 0 0 13px 0;
    text-align: left;
    padding: 20px 5% 20px 5%;
    background-color: #f6f6f6;
  }
  .c_hnav li {
    float: none;
    height: auto;
  }
  .c_hnav li a {
    display: block;
    height: auto;
    margin-right: 20px;
    font-size: 34px;
    line-height: 50px;
  }
  .c_hnav li.c_mobile {
    display: inline-block;
  }
  .c_hnav li.c_desktop {
    display: none;
  }
  /* Slider */
  .c_slider_wrapper {
    display: block;
  }
  .c_slider_wrapper .c_next,
  .c_slider_wrapper .c_prev,
  .c_slider_wrapper > .c_dummy {
    display: none;
  }
  .c_slider {
    display: none;
  }
  .c_mob_slider_wrapper {
    display: inline-block;
  }
  #i_wrp_ajxfmcontact {
    height: auto;
    font-size: 18px;
  }
  #i_wrp_ajxfmcontact form {
    position: relative;
    width: auto;
    margin: 0;
    padding: 20px;
  }
  #i_wrp_ajxfmcontact fieldset {
    position: relative;
    height: auto;
  }
  #i_wrp_ajxfmcontact #i_fw_name,
  #i_wrp_ajxfmcontact #i_fw_email,
  #i_wrp_ajxfmcontact #i_fw_phone,
  #i_wrp_ajxfmcontact #i_fw_company,
  #i_wrp_ajxfmcontact #i_fw_duty,
  #i_wrp_ajxfmcontact #i_fw_city,
  #i_wrp_ajxfmcontact #i_fw_question {
    position: relative;
    height: auto;
    width: 100%;
    left: 0;
    top: 0;
  }
  #i_wrp_ajxfmcontact #i_fw_name input,
  #i_wrp_ajxfmcontact #i_fw_email input,
  #i_wrp_ajxfmcontact #i_fw_phone input,
  #i_wrp_ajxfmcontact #i_fw_company input,
  #i_wrp_ajxfmcontact #i_fw_duty input,
  #i_wrp_ajxfmcontact #i_fw_city input,
  #i_wrp_ajxfmcontact #i_fw_question input,
  #i_wrp_ajxfmcontact #i_fw_name textarea,
  #i_wrp_ajxfmcontact #i_fw_email textarea,
  #i_wrp_ajxfmcontact #i_fw_phone textarea,
  #i_wrp_ajxfmcontact #i_fw_company textarea,
  #i_wrp_ajxfmcontact #i_fw_duty textarea,
  #i_wrp_ajxfmcontact #i_fw_city textarea,
  #i_wrp_ajxfmcontact #i_fw_question textarea {
    line-height: 22px;
    width: 98%;
    padding: 0 1% 0 1%;
  }
  #i_wrp_ajxfmcontact #i_fw_name input,
  #i_wrp_ajxfmcontact #i_fw_email input,
  #i_wrp_ajxfmcontact #i_fw_phone input,
  #i_wrp_ajxfmcontact #i_fw_company input,
  #i_wrp_ajxfmcontact #i_fw_duty input,
  #i_wrp_ajxfmcontact #i_fw_city input,
  #i_wrp_ajxfmcontact #i_fw_question input {
    height: 22px;
  }
  #i_wrp_ajxfmcontact #i_fw_name textarea,
  #i_wrp_ajxfmcontact #i_fw_email textarea,
  #i_wrp_ajxfmcontact #i_fw_phone textarea,
  #i_wrp_ajxfmcontact #i_fw_company textarea,
  #i_wrp_ajxfmcontact #i_fw_duty textarea,
  #i_wrp_ajxfmcontact #i_fw_city textarea,
  #i_wrp_ajxfmcontact #i_fw_question textarea {
    height: 110px;
  }
  #i_wrp_ajxfmcontact .c_buttons_row {
    position: relative;
  }
  #i_wrp_ajxfmcontact .c_buttons_row .c_form_button {
    position: relative;
    float: right;
    width: 130px;
    left: 0;
    top: 0;
    text-align: center;
  }
  #i_wrp_ajxfmcontact .c_info {
    display: block;
    position: relative;
    left: 0;
    top: 0;
  }
  #i_wrp_ajxfmcontact #i_fcw_name,
  #i_wrp_ajxfmcontact #i_fcw_email,
  #i_wrp_ajxfmcontact #i_fcw_phone,
  #i_wrp_ajxfmcontact #i_fcw_company,
  #i_wrp_ajxfmcontact #i_fcw_duty,
  #i_wrp_ajxfmcontact #i_fcw_city,
  #i_wrp_ajxfmcontact #i_fcw_question {
    position: relative;
    display: block;
    line-height: 23px;
    font-size: 23px;
    left: 0;
    top: 0;
    padding: 10px 0 5px 0;
  }
  .c_maps {
    position: relative;
    height: 400px;
  }
  .c_product_view .c_chars_tab_owrapper .c_chars_tab_iwrapper {
    position: absolute;
    height: 100%;
    overflow-x: scroll;
  }
  .c_descr_block {
    display: block;
    position: relative;
  }
  .c_descr_block > .c_layout_row {
    display: table;
    position: relative;
    width: 100%;
  }
  .c_gallery_cell,
  .c_descr_cell {
    position: relative;
    width: 100%;
    padding-left: 0;
  }
  .c_gallery_cell {
    display: table-header-group;
    text-align: center;
  }
  .c_gallery_cell a {
    margin: 10px;
    display: inline-block;
  }
  .c_descr_cell {
    display: table-row-group;
  }
  #i_cpr_row .c_copyright {
    width: auto;
    text-align: center;
    margin: 0 20px 0 20px;
  }
  .c_carousel_nav {
    height: 240px;
  }
  .c_carousel_nav .c_scroll_btn {
    height: 240px;
    line-height: 240px;
  }
  .c_carousel_nav .c_wrapper {
    width: 300px;
    margin-left: -150px;
    height: 240px;
  }
  .c_carousel_nav ul {
    height: 240px;
  }
  .c_carousel_nav li {
    height: 240px;
  }
  .c_carousel_nav li a {
    height: 240px;
  }
  .c_carousel_nav .c_thumb {
    top: 75px;
  }
  .c_carousel_nav .c_title {
    font-size: 34px;
    line-height: 40px;
  }
  .c_carousel_nav.c_mini {
    height: 80px;
  }
  .c_carousel_nav.c_mini .c_scroll_btn {
    height: 80px;
    line-height: 80px;
  }
  .c_carousel_nav.c_mini .c_wrapper {
    height: 80px;
  }
  .c_carousel_nav.c_mini ul {
    height: 80px;
  }
  .c_carousel_nav.c_mini li {
    height: 80px;
  }
  .c_carousel_nav.c_mini li a {
    height: 80px;
  }
  .c_carousel_nav.c_mini li .c_thumb {
    height: 80px;
  }
  .c_carousel_nav.c_mini li .c_thumb img {
    width: 120px;
    height: 80px;
  }
  .c_carousel_nav.c_mini li a:hover .c_thumb img {
    height: 100px;
  }
  #i_header_row {
    height: 420px;
    max-height: 420px;
  }
  #i_header_row header {
    height: 420px;
    position: relative;
  }
  #i_logo {
    left: 5%;
    margin-left: 0;
    top: 50px;
  }
  #i_title {
    top: 50px;
    margin-left: 0;
    left: 25%;
    width: 65%;
    line-height: 34px;
    font-size: 34px;
  }
  #i_phones {
    width: 90%;
    left: 5%;
    top: 200px;
    margin-left: 0;
    text-align: left;
    font-size: 34px;
    line-height: 40px;
  }
  .c_smart_search {
    top: 350px;
    left: 5%;
    height: 30px;
    margin-left: 0;
  }
  .c_smart_search fieldset {
    width: 280px;
    height: 30px;
  }
  .c_smart_search fieldset .c_submit {
    width: 30px;
    height: 30px;
    margin-left: -30px;
  }
  .c_smart_search fieldset .c_search_text {
    width: 240px;
    height: 30px;
    font-size: 28px;
  }
  #i_feedback {
    top: 350px;
    left: 5%;
    margin-left: 290px;
    height: 30px;
    width: 30px;
  }
  /* Footer */
  #i_foot_row {
    height: 680px;
  }
  #i_foot_logo {
    left: 5%;
    top: 30px;
  }
  #i_foot_phones {
    width: 90%;
    left: 5%;
    top: 400px;
    margin-left: 0;
    text-align: left;
    font-size: 34px;
    line-height: 40px;
  }
  #i_foot_nav {
    left: 5%;
    top: 140px;
    width: 90%;
  }
  #i_foot_soc {
    left: 74%;
    top: 24px;
  }
  #i_foot_menu {
    text-align: left;
  }
  #i_foot_menu li {
    min-height: auto;
  }
  #i_foot_menu li a {
    min-height: auto;
    line-height: 40px;
    font-size: 34px;
  }
}
@media (max-width: 920px) {
  .c_bh {
    color: #e31e24;
  }
  #i_logo {
    top: 20px;
  }
  #i_title {
    top: 20px;
  }
}
@media (max-width: 640px) {
  #i_header_row {
    height: 680px;
    max-height: 680px;
  }
  #i_header_row header {
    height: 680px;
  }
  #i_logo {
    left: 50%;
    margin-left: -60px;
  }
  #i_title {
    top: 110px;
    margin-left: 0;
    left: 5%;
    width: 90%;
    text-align: center;
    line-height: 28px;
    font-size: 28px;
  }
  #i_phones {
    top: 340px;
    margin-left: 0;
    text-align: center;
  }
  .c_smart_search {
    top: 600px;
    left: 50%;
    margin-left: -145px;
  }
  .c_smart_search fieldset {
    width: 240px;
  }
  .c_smart_search fieldset .c_search_text {
    width: 200px;
  }
  #i_feedback {
    left: 50%;
    top: 600px;
    margin-left: 110px;
  }
  .c_searchres li > a {
    padding: 10px 10px 20px 120px;
    min-height: 60px;
  }
  .c_searchres li > a .c_avatar {
    left: 20px;
    top: 10px;
    width: 80px;
    height: 50px;
  }
  .c_searchres li > a.c_noava {
    padding: 10px 10px 20px 10px;
  }
  #i_menu_row #i_main_nav > a {
    padding-left: 15%;
  }
  #i_foot_row {
    height: 800px;
  }
  #i_foot_logo {
    left: 20%;
    margin-left: -60px;
  }
  #i_foot_phones {
    text-align: center;
  }
  #i_foot_menu {
    text-align: center;
  }
  #i_foot_soc {
    left: 64%;
    text-align: center;
  }
}