/* ==========================================================================
   Stylesheet for Typography
   ========================================================================== 
*/
/*
 * Custom fonts
 */
@font-face {
  font-family: 'FontAwesome';
  src: url('static/fonts/fontawesome.eot?v=4.2.0');
  src: url('static/fonts/fontawesome.eot') format('embedded-opentype'), url('static/fonts/fontawesome.woff?v=4.2.0') format('woff'), url('static/fonts/fontawesome.ttf?v=4.2.0') format('truetype'), url('static/fonts/fontawesome.svg?v=4.2.0') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url('static/fonts/open_sans.eot');
  src: url('static/fonts/open_sans.eot') format('embedded-opentype'), url('static/fonts/open_sans.woff') format('woff'), url('static/fonts/open_sans.ttf') format('truetype'), url('static/fonts/open_sans.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body,
button,
input,
select,
textarea {
  color: #8e8e8e;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "open_sans", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.46;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}
/**
 *
 * =======================================================================
     Headings
 * =======================================================================
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  font-family: "open_sans", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
  color: #000000;
}
h1 {
  font-size: 3em;
  line-height: 1.05;
}
h2 {
  font-size: 2.25em;
  line-height: 1.25;
}
h3 {
  font-size: 1.5em;
  line-height: 1.25;
}
h4 {
  font-size: 1.3125em;
  line-height: 1.22222222;
}
h5 {
  font-size: 1.125em;
}
h6 {
  font-size: 14px;
}
/**
 *
 * =======================================================================
     Paragraphs and Indentation
 * =======================================================================
 */
p {
  margin: auto auto 1.39em;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  body {
    font-size: 12px;
    line-height: 1.618;
  }
  h1 {
    font-size: 2em;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.11111111;
  }
}
/* Small devices (tablets, From 768px up to 1199px) */
@media (min-width: 768px) and (max-width: 1199px) {
  body {
    font-size: 13px;
    line-height: 1.5;
  }
  h1 {
    font-size: 2.5em;
    line-height: 1.125;
  }
  h2 {
    font-size: 2em;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.3125em;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.22222222;
  }
}
/* ==========================================================================
   Stylesheet for (Project name) - width: bootstrap
   ========================================================================== 

Content:
1. GENERAL STYLES
2. PAGE STRUCTURE ELEMENTS
3. WRAPPERS
4. NAVIGATION
5. CLOUDS
6. BUTTONS
7. CONTENT 
8. TABS, BANNERS and SLIDERS
9. OTHER
10. JQUERY DYNAMIC CLASSES
*/
/*
 * 1. GENERAL STYLES
 * -----------------------------------------------------------------------------------------
 */
html,
body {
  height: 100%;
}
body {
  background: #ffffff;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #eff4d0;
  text-shadow: none;
}
::selection {
  background: #eff4d0;
  text-shadow: none;
}
/*
 * Link basic styles
 */
a {
  text-decoration: none;
  color: #b4cb2d;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  color: #7c8c1f;
}
/*
 * Input focus highlight
 */
input[type=text],
input[type=email],
input[type=search],
input[type=number],
input[type=tel],
input[type=password],
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
  border: solid 1px #fff;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: 0 0 5px #9ecaed;
  border: 1px solid  #9ecaed!important;
}
/*
 * 2. PAGE STRUCTURE ELEMENTS
 * -----------------------------------------------------------------------------------------
 */
header,
.header {
  padding: 0;
}
.banner {
  /*min-height: 80%;*/
  background: url('../resources/mercedes.jpg') center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  
  /*.flexbox();*/
}
.banner_bg {
  background: url('../resources/bg_banner.png') top left no-repeat;
  background-size: 50% 100%;
  
}
.bg_banner_form {
  padding: 15% 0;
}
.bg_banner_form h2 {
  margin: 0;
  padding: 0;
  color: #fff;
}
.bg_banner_form p {
  color: #fff;
}
.bg_banner_form .form-group {
  margin-left: 0px!important;
  margin-right: 0px!important;
}
.bg_banner_form .form-control {
  background: rgba(255, 255, 255, 0.8);
  height: 45px;
  line-height: 45px;
  border: solid 1px transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 0.9em;
}
.bg_banner_form select.form-control option:first-child {
  font-style: italic;
  color: #c6c6c6;
}
.gumb_naruci_servis1, .gumb_naruci_servis2 {
  background: #b4cb2d;
  color: #fff;
  border: solid 1px #b4cb2d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 43px;
  line-height: 43px;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.gumb_naruci_servis1:hover, .gumb_naruci_servis2:hover {
  background: #999;
  color: #fff;
  border: solid #b4cb2d 1px;
}
.gumb_naruci_servis1, .gumb_naruci_servis2 .fa {
  color: #000;
}
.flex_box {
  background: transparent;
  margin: auto;
  max-width: 870px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: stretch;
  overflow: hidden;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.flex_container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.flex_item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.motobi_box {
  width: 100%;
  background: #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-bottom: 50px;
  margin-top: 30px;
}
.motobi_box a img {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.motobi_box a img:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.motobi_box ul {
  margin: 0 0 5px 0;
  padding: 0 10px;
  list-style: none;
}
.motobi_box ul li {
  margin: 0;
  padding-top: 0;
  font-size: 18px;
  color: #fd5214;
}
.motobi_box h2 {
  color: #b4cb2d;
  font-size: 1.6em;
  margin: 5px 0 5px 0;
  padding: 0 10px;
}
.vozila_box h2 {
    color: #b4cb2d;
    font-size: 1.1em;
    margin: 5px 0 5px 0;
    padding: 0 8px;
}
.vozila_box ul li {
  margin: 0;
  padding-top: 0;
  font-size: 18px;
  color: #000;
  font-weight:bold;
}
.motobi_box p {
  font-size: 12px;
  padding: 0 10px;
}
.motobi_details p {
  margin: 0;
}
.motobi_details .cost {
  color: #fd5214;
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}
.motobi_details ul {
  padding: 0;
}
.motobi_details ul li {
  color: #b4cb2d;
  list-style: inside none square;
  margin-bottom: 10px;
}
.motobi_details ul li b,
.motobi_details ul li span {
  color: #8e8e8e;
}
.gallery_picture {
  margin-bottom: 30px;
}
footer,
.footer {
  background: url('../resources/bg_pattern_2.jpg') top left repeat;
  padding: 15px 0;
  box-shadow: 0 -15px 15px 2px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 102;
}
/*
 * 3. WRAPPERS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 4. NAVIGATION
 * -----------------------------------------------------------------------------------------
 */
.nav_header {
    background: #f1f1f1;
}
.nav_header ul {
    margin: 0;
    padding: 0;
    list-style: none;
 }
.nav_header ul li {
    padding: 0;
    list-style: none;
    float: left;
 }
.nav_header ul li a {
    color: #333333;
    padding: 4px 10px;
    float: left;
    font-size: 12px;
}
.nav_header ul li a:hover,
.nav_header ul li a.activelink {
    background: #b6cc33;
    color: #fff;
    text-decoration: none;
}
a.social_facebook,
a.social_youtube,
a.social_contact {
    display: block;
    width: 32px!important;
    height: 32px;
    background-image: url("../resources/social_icons.png");
    margin-right: 0px;
    float: right;
    padding: 0!important;
    margin-top: 5px;
    margin-left: 0;
}
/* "Facebook" button */
a.social_facebook {
    background-position: 0 -32px;
    margin-left: 0px;
}
a.social_facebook:hover {
    background-position: 0 0;
    border: none!important;
}
/* "youtube" button */
a.social_youtube {
    background-position: 64px -32px;
}
a.social_youtube:hover {
    background-position: 64px 0;
    border: none!important;
}
/* "contact" button */
a.social_contact {
    background-position: 32px -32px;
}
a.social_contact:hover {
    background-position: 32px 0;
    border: none!important;
}
.nav_main.navbar-default {
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.2);
  -moz-box-shadow: 0 0 5px rgba(68, 68, 68, 0.2);
  box-shadow: 0 0 5px rgba(68, 68, 68, 0.2);
}
.nav_main.navbar-default.navbar {
  border: none;
}
.nav_main.navbar-default .navbar-collapse {
  border-top: none;
}
.nav_main.navbar-default .navbar-nav {
  margin: 0;
  float: none;
  text-shadow: none;
  padding-bottom: 20px;
}
.nav_main.navbar-default .navbar-nav > li {
  margin: 0;
}
.nav_main.navbar-default .navbar-nav > li a {
  font-size: 16px;
  color: #000;
  line-height: 18px;
}
.nav_main.navbar-default .navbar-nav > li > a.activelink {
  color: #b4cb2d;
}
.nav_main.navbar-default .navbar-nav > li > a:hover {
  background-color: #6c5f66;
  color: #fff;
}
.nav_main.navbar-default .navbar-nav > li > a:focus {
  background-color: #6c5f66;
  color: #fff;
}
.nav_main.navbar-default .navbar-toggle {
  border: none;
  padding: 5px;
  margin-top: 9px;
  border-radius: 0;
  background-color: #b4cb2d !important;
}
.nav_main.navbar-default .navbar-toggle:focus,
.nav_main.navbar-default .navbar-toggle:active {
  background-color: #b4cb2d !important;
}
.nav_main.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 4px;
  border-radius: 0px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}
.navbar-brand:hover {
  color: #b4cb2d !important;
}
/*
 * 5. CLOUDS
 * -----------------------------------------------------------------------------------------
 */
.cloud_index {
  padding: 10px 0;
}
.cloud_index img {
  float: left;
  margin-right: 15px;
}
.cloud_index p {
  font-size: 1.12em;
  color: #fff;
  text-align: left;
  padding-top: 35px;
}
/*
 * 6. BUTTONS
 * -----------------------------------------------------------------------------------------
 */
.green_button {
  background: #b4cb2d;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 1.6em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.green_button:hover {
  background: #fff;
  color: #b4cb2d;
  text-decoration: none;
}
.more_box {
  background: #b4cb2d;
  color: #fff;
  display: inline-block;
  padding: 15px 0px;
  text-decoration: none;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 100%;
  text-align: center;
  border: solid #b4cb2d 1px;
}
.more_box:hover {
  text-decoration: none;
  color: #b4cb2d;
  background: none;
  border: solid #b4cb2d 1px;
}
.more_box_2 {
  background: #b4cb2d;
  color: #fff;
  display: inline-block;
  padding: 15px 0px;
  text-decoration: none;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  border: solid #b4cb2d 1px;
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
}
.more_box_2:hover {
  text-decoration: none;
  color: #b4cb2d;
  background: none;
  border: solid #b4cb2d 1px;
}
/*
 * 7. CONTENT
 * -----------------------------------------------------------------------------------------
 */
.box_border_left {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-right: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.box_border_right {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-left: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.banner_box {
  color: #fff;
  text-align: center;
  padding: 5px 0 20px;
}
.banner_box h2 {
  color: #fff;
  text-align: center;
  font-size: 3em;
}
.banner_box p {
  color: #fff;
  text-align: center;
  font-size: 1.1em;
}
.icon_row {
  width: 100%;
  padding: 20px 0;
}
.icon_item {
  float: left;
  width: 20%;
  text-align: center;
}
.gray_field,
.green_field {
  display: block;
  padding: 50px 30px 10px 50px;
  text-align: center;
  min-height: 269px;
}
.green_field {
  background: #b4cb2d;
}
.green_field:hover {
  background: #94a919;
}
.gray_field {
  background: #7c7177;
}
.gray_field:hover {
  background: #aaa7a8;
}
.img_filed {
  background: none;
  padding: 0px;
  text-align: center;
}
.green_field:hover,
.gray_field:hover {
  text-decoration: none;
}
.img_field a {
  text-decoration: none;
}
.img_field img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  filter: none;
  -webkit-filter: none;
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.img_field img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -moz-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.green_field h3,
.gray_field h3 {
  color: #fff;
  font-size: 1.40em;
  text-align: left;
  margin: 0 0 15px;
}
.green_field p,
.gray_field p {
  color: #fff;
  font-size: 0.85em;
  text-align: left;
  margin: 0;
}
.green_field img,
.gray_field img {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 20px;
}
.avtonet_section {
  width: 100%;
  background: url('../resources/bg_pattern.jpg') top left repeat;
}
.bg_why_us {
  background: url('../resources/bg_why_us_1.jpg') top center no-repeat;
  background-size: cover;
  text-align: center;
  padding: 0px 0;
}
.contact_row {
  padding: 30px 0 70px;
  box-shadow: 0 20px 20px -2px rgba(0, 0, 0, 0.12);
  z-index: 100;
  position: relative;
}
.contact_row h2 {
  text-align: center;
  border-bottom: solid 1px #e9e8e8;
  padding-bottom: 40px;
  font-size: 2.5em;
  margin-bottom: 50px;
}
.contact_row_container {
  text-align: center;
}
.contact_row_container .contact_item {
  display: inline-block;
  font-size: 1.45em;
  color: #9c9c9c;
  padding: 0 15px;
}
.contact_row_container .contact_item a {
  color: #9c9c9c;
}
.contact_row_container .contact_item a:hover {
  color: #b4cb2d;
  text-decoration: none;
}
.footer_o_podjetju,
.footer_delovni_cas,
.footer_newsletter {
  padding: 30px 0;
}
.footer_o_podjetju h3,
.footer_delovni_cas h3,
.footer_newsletter h3 {
  color: #fff;
  font-size: 1.85em;
  margin-bottom: 30px;
}
.footer_o_podjetju table {
  margin: 0;
}
.footer_o_podjetju table td {
  border: none!important;
}
.footer_o_podjetju table td {
  color: #bcb7b9;
}
.footer_o_podjetju table td a {
  color: #bcb7b9;
}
.footer_o_podjetju table td a:hover {
  color: #b4cb2d;
  text-decoration: none;
}
.footer_o_podjetju table td .fa {
  font-size: 1.5em;
}
.footer_delovni_cas {
  vertical-align: middle;
}
.footer_delovni_cas table td {
  border: none!important;
  vertical-align: middle;
}
.footer_delovni_cas table td {
  color: #bcb7b9;
  background: url('../resources/bg_border.jpg') left bottom repeat-x;
  padding: 10px 0!important;
}
.footer_delovni_cas table tr:last-child td {
  background: none;
}
.footer_delovni_cas table td span {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.25em;
}
.footer_newsletter input {
  background: #e5e3e4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: #e5e3e4 solid 1px;
  height: 45px;
  line-height: 45px;
}
.footer_newsletter .form-group {
  margin-left: 0px;
  margin-right: 0px;
}
.footer_newsletter .gumb {
  background: #b4cb2d;
  border: solid 1px #b4cb2d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding: 0 15px;
  font-size: 1.1em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.footer_newsletter .gumb .fa {
  color: #000;
}
.footer_newsletter .gumb:hover {
  background: none;
  border: solid 1px #b4cb2d;
}
.copyright {
  padding: 30px 0;
  font-size: 12px;
  background: #fff;
}
.copyright p {
  font-size: 12px;
  float: left;
  margin: 0;
  color: #686969;
}
.title {
  padding: 30px 0;
  background: #6c5f66 url('../resources/bg_banner_1.jpg') center center no-repeat;
  background-size: cover;
}
.title h1 {
  font-family: 'open_sans';
  color: #fff;
  margin: 0;
}
.content_avtonet {
    padding: 15px 0;
}
.content_avtonet .cost {
    color: #b4cb2d;
    display: block;
    font-size: 24px;
    margin-bottom: 8px;
    font-weight: bold;
}
.content_avtonet p.para {
    margin-bottom: 0;
}
.content_avtonet .table.table-condensed tr td {
    background: #fff!important;
}
.content {
  padding: 15px 0;
}
.content h2 {
  color: #b6cc33;
}
.services_row {
  padding: 20px 0;
}
.services_row a img {
  border: solid 8px #fff;
  -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
  -moz-box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
  box-shadow: 0 0 5px rgba(68, 68, 68, 0.3);
  display: inline-block;
}
.services_row h2 {
  padding: 0 20px;
  color: #6b6b6b;
  font-size: 1.1em;
}
.services_row p {
  padding: 0 20px;
  color: #8e8e8e;
  font-size: 0.9em;
}
.contact_page h2 .fa {
  color: #b4cb2d;
  font-weight: bold;
}
.contact_page h2 {
  color: #000000;
}
.contact_page .form-group {
  margin-left: 0!important;
  margin-right: 0!important;
}
.contact_page .form-control {
  border-radius: 0px;
  border: solid 1px #c2c2c2;
  box-shadow: none;
  height: 45px;
  line-height: 45px;
  background: transparent;
}
.contact_page .form-control.tex {
  border-radius: 0px;
  border: solid 1px #c2c2c2;
  box-shadow: none;
  height: auto!important;
  line-height: 30px;
  background: transparent;
}
.contact_page .gumb {
  border-radius: 0px;
  border: solid 1px #b4cb2d;
  box-shadow: none;
  height: 55px;
  line-height: 55px;
  background: #b4cb2d;
  color: #fff;
  width: 100%;
  font-size: 16px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contact_page .gumb:hover {
  border: solid 1px #b4cb2d;
  background: none;
  color: #b4cb2d;
}
.phone {
  font-size: 24px;
  color: #b4cb2d;
  margin-top: 20px;
}
.content #accordion .panel {
  border: 1px solid #dddcdc;
  border-radius: 3px;
  color: #5d5d5d;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 100;
  text-decoration: none;
  margin-bottom: 15px;
}
.content #accordion .panel-title {
  color: #5d5d5d;
}
.content #accordion .panel-title a:hover {
  text-decoration: none;
}
.content #accordion .panel-title a:focus,
.content #accordion .panel-title a:active {
  text-decoration: none;
  color: #bcd144;
  outline: none;
}
.content #accordion .panel-title .fa {
  color: #bcd144;
}
.crew {
  margin-bottom: 20px;
  text-align: center;
}
.crew img {
  width: 125px;
  height: 125px;
  margin-bottom: 15px;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -moz-backface-visibility: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
}
.crew img:hover {
  filter: none;
  -webkit-filter: none;
}
.crew h4 {
  color: #373636;
  font-size: 16px;
  margin: 0 0 5px 0;
}
.crew p {
  color: #8e8e8e;
  font-size: 14px;
}
.bg_test {
  background: #f1f1f1;
}
.bg_test ul {
  padding-top: 30px;
}
.bg_test ul li {
  list-style: none;
  margin-bottom: 5px;
}
.test_list {
  background: #f1f1f1;
  margin-bottom: 15px;
}
.test_list .img-test {
  float: left;
  margin-right: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 220px;
}
.test_list .img-test:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.test_list h2 {
  color: #585757;
  font-size: 1.5em;
  margin: 0 0 15px 0;
  padding: 0;
}
.test_list h2 a {
  color: #585757;
  text-decoration: none;
}
.test_list h2 a:hover {
  color: #b4cb2d;
}
.test_list p.date {
  font-size: 12px;
  padding-top: 10px;
  margin-bottom: 5px;
}
.test_list p {
  font-size: 0.85em;
}
.test_list .a_special {
  float: right;
  width: 60px;
  height: 165px;
  background: #b4cb2d;
  display: block;
  margin-left: 15px;
  text-align: center;
}
.test_list .a_special:hover {
  background: #7c7177;
}
.test_list .a_special .fa {
  color: #fff;
  line-height: 165px;
  font-size: 60px;
}
.side_gallery img {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side_gallery img:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.avtonet_section {
  padding: 50px 0;
}
.avtonet_section .nav-tabs-cars {
  list-style: none;
  padding: 0;
  margin: 0;
}
.avtonet_section .nav-tabs-cars li {
  width: 48%;
  float: left;
  text-align: center;
  border-bottom: solid #e9e9e9 2px;
  margin-left: 2%;
  margin-bottom: 30px;
}
.avtonet_section .nav-tabs-cars li:first-child {
  margin-left: 0;
}
.avtonet_section .nav-tabs-cars li a {
  width: 100%;
  text-align: center;
  font-size: 14px;
  float: left;
  color: #000;
  padding: 5px 0 10px;
  outline: none;
}
.avtonet_section .nav-tabs-cars li.active {
  border-bottom: solid #b4cb2d 2px;
}
.avtonet_section .nav-tabs-cars li a:hover {
  color: #b4cb2d;
  text-decoration: none;
}

.title_avtonet {
    font-family: 'open_sans';
    margin: 0;
    line-height: 25px;
    font-size:1.6em;
}
.title_avtonet span {
    margin: 0;
    font-size: 13px;
    line-height: 20px;
}
/*
 * 8. TABS, BANNERS and SLIDERS
 * -----------------------------------------------------------------------------------------
 */
/*
 * 9. OTHER
 * -----------------------------------------------------------------------------------------
*/
.logo {
  padding: 15px;
  background: none;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.logo:hover {
  
}
.logo img {
  display: inline-block;
}
.header_phone {
  float: right;
  margin: 10px 30px 5px 0px;
  color: #939393;
  font-size: 12px;
}
.header_phone a {
  color: #939393;
  font-size: 12px;
  text-decoration: none;
}
.header_phone a:hover {
  color: #b4cb2d;
}
.header_phone .fa,
.li_phone .fa {
  color: #b4cb2d;
  font-size: 16px;
  margin-top: -2px;
}
.cube {
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #6c5f66;
  display: inline-block;
  text-align: center;
  line-height: 26px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-right: 4px;
}
.header_phone:hover .cube,
.li_phone:hover .cube {
  background: #b4cb2d;
}
.header_phone:hover .fa,
.li_phone:hover .fa {
  color: #fff;
}
/* corner_loader */
.corner_loader {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 250px;
  background: #b4cb2d;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  pointer-events: none;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
}
.corner_loader_close {
  width: 0px;
  height: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}
.corner_loader::before,
.corner_loader::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  display: block;
  border: 5px solid #fff;
  border-radius: 50%;
  content: '';
}
.corner_loader::before {
  margin-left: -30px;
  width: 60px;
  height: 60px;
  border-right-color: #7b7076;
  border-left-color: #7b7076;
  -webkit-animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  animation: rotation 3s linear infinite;
}
.corner_loader::after {
  bottom: 45px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  border-top-color: #7b7076;
  border-bottom-color: #7b7076;
  -webkit-animation: rotation 1s linear infinite;
  -moz-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
@-moz-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
 * Responsive Google maps
 */
.google-map-canvas {
  height: 0;
  padding-bottom: 60.25%;
  /* 16: 9 */
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.google-map-canvas iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  z-index: 99;
}
/* ==========================================================================
   Outdated browser prompt
   ========================================================================== */
.ancient_browser {
  margin: 0;
  background: #0093cb;
  color: #fff;
  padding: 0.2em;
  text-align: center;
}
.ancient_browser a {
  color: #67d6ff;
}
.webka,
.webka a {
  color: #686969;
}
.webka {
  float: none;
  text-align: left;
  width: 100%;
  padding-top: 20px;
}
.webka a {
  text-decoration: none;
  font-size: inherit;
}
.webka a:hover {
  text-decoration: underline;
}
.webka img {
  width: 56px;
  margin: -2px 0 0 2px;
}
/*
 * 10. JQUERY DYNAMIC CLASSES
 * -----------------------------------------------------------------------------------------
 */
/*
 * Parsley 2.0 notification styles
 */
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  border: 1px solid #ff0000!important;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #80c248;
  border: 1px solid #80c248!important;
}
.parsley-errors-list {
  margin: 2px 0 3px 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  text-align: left;
  color: #ff0000;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.parsley-errors-list.filled {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#fancybox-wrap,
#fancybox-wrap * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.clear {
  clear: both;
}
.no_margin {
  margin: 0!important;
}
.no_padding {
  padding: 0!important;
}
.padding_top_10 {
  padding: 10px 0 0;
}
.padding_top_20 {
  padding: 20px 0 0;
}
.padding_top_30 {
  padding: 30px 0 0;
}
.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #75ce66;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #b4cb2d;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 60px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  border: solid 1px #6c5f66;
  box-shadow: 0 3px 0 #6c5f66;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2 {
  color: #b4cb2d;
}
.cd-timeline-content p,
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  font-size: 13px;
  font-size: 0.8125rem;
}
.cd-date {
  font-weight: bold;
  color: #6c5f66;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content ul {
  margin-left: 0px;
  padding-left: 15px;
}
.cd-timeline-content ul li {
  font-size: 13px;
}
.cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #6c5f66;
}
@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .cd-timeline-content .cd-read-more,
  .cd-timeline-content .cd-date {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #6c5f66;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 3px;
    font-size: 16px;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #6c5f66;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}
.picker__day--outfocus {
  color: #dddddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}
/**
 * The footer containing the "today" and "clear" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 50%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before {
  content: " ";
  margin-right: .45em;
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  content: "\D7";
  margin-right: .35em;
  top: -0.1em;
  color: #ee2200;
  vertical-align: top;
  font-size: 1.1em;
}
.datepicker {
  cursor: pointer!important;
}
/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/*Cookies*/
.cc-cookies {
  font-size: 12px;
  position: fixed;
  width: 280px;
  padding: 10px 10px 60px;
  background: #b4cb2d;
  font-weight: normal;
  z-index: 1060;
  text-align: left;
  color: #ffffff;
  left: auto;
  right: 20px;
  bottom: 60px;
  line-height: 1.35;
}
.cc-cookies:before {
  border-color: #b4cb2d transparent;
  border-style: solid;
  border-width: 23px 0px 0 36px;
  bottom: -23px;
  content: "";
  position: absolute;
  right: 34px;
}
@font-face {
  font-family: "open_sans";
  src: url('static/fonts/open_sans.eot');
  src: url('static/fonts/open_sans.eot') format('embedded-opentype'), url('static/fonts/open_sans.woff') format('woff'), url('static/fonts/open_sans.ttf') format('truetype'), url('static/fonts/open_sans.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "open_sans";
  src: url('static/fonts/open_sans.eot');
  src: url('static/fonts/open_sans.eot') format('embedded-opentype'), url('static/fonts/open_sans.woff') format('woff'), url('static/fonts/open_sans.ttf') format('truetype'), url('static/fonts/open_sans.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.cookie_btn {
  position: fixed;
  bottom: -39px;
  right: -39px;
  cursor: pointer;
  width: 78px;
  height: 78px;
  background: #b4cb2d url('resources/icons/cookie.png') 3px 27px no-repeat;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=45);
  /*for IE*/
  z-index: 1060;
}
.cc-close-message {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  text-decoration: none;
}
.cc-close-message:hover {
  color: #404040!important;
}
.cookie_responsive {
  width: 280px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cc-cookies a,
.cc-cookies a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.cc-cookies a:hover {
  text-decoration: none;
}
.cc-overlay {
  height: 100%;
  padding-top: 25%;
}
.cc-cookies-error {
  float: left;
  width: 90%;
  text-align: center;
  margin: 1em 0 2em 0;
  background: #ffffff;
  padding: 2em 5%;
  border: 1px solid #ccc;
  font-size: 18px;
  color: #333;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline,
.cc-cookies a.cc-cookie-reset,
.cc-cookies a.cc-cookie-policy-close {
  display: inline-block;
  color: #000;
  text-decoration: none;
  background: #ffffff;
  padding: 0.5em 0.75em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.35);
}
.cc-cookies a.cc-cookie-policy-close {
  display: inline-block;
  text-shadow: none;
  background: #ffffff !important;
  text-align: center;
  font-size: 14px;
  padding: 2px 0;
  text-decoration: none;
  color: #b4cb2d;
  border: solid 1px #ffffff;
  width: 115px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cc-cookies a.cc-cookie-policy-close:hover {
  background: none!important;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.cc-cookies a.cc-cookie-decline,
.cc-cookies-error a.cc-cookie-decline {
  background: #af3b3b;
  margin-left: 0.5em;
}
.cc-cookies a:hover.cc-cookie-decline,
.cc-cookies-error a:hover.cc-cookie-decline,
.cc-cookies a:hover.cc-cookie-reset {
  background: #e13434;
}
.cc-cookies-error a.cc-cookie-accept,
.cc-cookies-error a.cc-cookie-decline {
  display: block;
  margin-top: 1em;
}
a.cc-cookie-accept {
  position: absolute;
  bottom: 25px;
  left: 20%;
  width: 60%;
  background: #ffffff;
  text-align: center;
  font-size: 14px;
  padding: 2px 0 1px;
  text-decoration: none;
  color: #b4cb2d;
  border: solid 1px #ffffff;
}
a.cc-cookie-accept:hover {
  background: none;
  color: #ffffff;
  border: solid 1px #ffffff;
}
.cc-cookies.cc-discreet {
  width: auto;
  padding: 0.5em 1em;
  left: auto;
  top: auto;
}
.cc-cookies.cc-discreet a.cc-cookie-reset {
  background: none;
  text-shadow: none;
  padding: 0;
  text-decoration: underline;
}
.cc-cookies.cc-discreet a:hover.cc-cookie-reset {
  text-decoration: none;
}
.cc-cookies .cc-cookie-policy-ajax {
  overflow: hidden;
  margin: 5px 0 10px 0;
  height: auto !important;
}
a.cc-cookie-decline {
  margin: 0em 0.5em!important;
}
.cc-cookies .cc-cookie-policy-open {
  position: absolute;
  bottom: 5px;
  left: 5%;
}
.cc-cookies .cc-cookie-policy-div {
  text-align: left!important;
  height: 280px;
  overflow-y: scroll;
}
.cc-cookies .cc-cookie-policy-div h1 {
  font-size: 2.25em;
}
.cc-cookies .cc-cookie-policy-div h2 {
  font-size: 1.5em;
}
.cc-cookies .table {
  margin-bottom: 0px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
  color: #ffffff;
  font-size: 11px;
}
.cc-cookies .table thead th {
  vertical-align: bottom;
  font-weight: bold;
}
.cc-cookies .table th,
.cc-cookies .table td {
  border-top: 1px solid #ffffff;
  line-height: 20px;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
.cc-cookies .table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0 none;
}
.cc-cookies .table-hover tbody tr:hover td,
.cc-cookies .table-hover tbody tr:hover th {
  background-color: #ffffff;
  color: #b4cb2d;
}
/*Media queries*/
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .cookie_responsive {
    width: 730px;
  }
  .cc-cookies .cc-cookie-policy-div {
    height: 450px;
  }
  .nav_main.navbar-default {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0!important;
    float: right;
  }
  .nav_main.navbar-default .navbar-nav {
    float: right;
    margin: 0;
    padding: 0;
  }
  .nav_main.navbar-default .navbar-nav li {
    float: left;
    margin: 0;
    padding: 0;
  }
  .nav_main.navbar-default .navbar-nav li a {
    color: #000000;
    font-size: 11px;
    line-height: 30px;
    padding: 0px 5px;
    font-weight: normal;
    text-shadow: none;
  }
  .nav_main.navbar-default .navbar-nav li a:hover,
  .nav_main.navbar-default .navbar-nav li a.activelink {
    background-color: #b4cb2d;
    color: #000000;
  }
  .nav_main .navbar-collapse {
    padding-left: 0px!important;
    padding-right: 0px!important;
    margin-top:30px;
  }
  .logo {
    padding: 10px 0;
    text-align: left;
  }
  .header_phone a big {
    font-size: 12px;
  }
  .header_phone .fa {
    color: #b4cb2d;
    font-size: 16px;
    margin-top: -2px;
  }
  .header_phone .cube {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .header_phone .fa {
    font-size: 14px;
  }
  .icon_item {
    width: 10%;
  }
  .google-map-canvas {
    padding-bottom: 36%;
    /* 16: 9 */
  }
  .webka {
    float: none;
    text-align: right;
    width: 100%;
    padding-top: 0px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .cookie_responsive {
    width: 920px;
  }
  .nav_main.navbar-default .navbar-nav li a {
    font-size: 12px;
    line-height: 32px;
    padding: 0px 12px;
    font-weight: bold;
  }
  .google-map-canvas {
    padding-bottom: 27.25%;
    /* 16: 9 */
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .logo {
    padding: 10px 0;
  }
  .nav_main.navbar-default .navbar-nav li a {
    font-size: 13px;
    line-height: 32px;
    padding: 0px 15px;
    font-weight: bold;
  }
  .header_phone .fa {
    font-size: 16px;
  }
  .header_phone .cube {
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .img_field img {
    height: 269px;
  }
  .google-map-canvas {
    padding-bottom: 18.25%;
    /* 16: 9 */
  }
  .phone {
    font-size: 32px;
    margin-top: 30px;
  }
  .contact_page address {
    font-size: 16px;
  }
  a.social_facebook {
        margin-right: 31px;
	}
}
/* Small devices (From 481px up to 767px) */
/* Small devices (tablets, From 768px up to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .gray_field,
  .green_field {
    padding: 30px 30px 10px 30px;
    min-height: 200px;
  }
  .cloud_index {
    padding: 10px 0;
    text-align: center;
  }
  .cloud_index img {
    float: none;
    margin-right: 0px;
    display: inline-block;
  }
  .cloud_index p {
    font-size: 1.12em;
    color: #fff;
    text-align: center;
    padding-top: 35px;
  }
  .banner_bg {
    background-size: 66% 100%;
  }
}
/* Medium devices (desktops, From 992px up to 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .gray_field,
  .green_field {
    min-height: 250px;
  }
}
/* Small devices (phone, up to 480px) */
@media (max-width: 480px) {
  .test_list .img-test {
    float: none;
    margin-right: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*width: ~"-webkit-calc(100% - 60px)";
        width: ~"-moz-calc(100% - 60px)";
        width: ~"calc(100% - 60px)";*/
    width: 100%;
  }
  .test_list .a_special {
    margin-left: 5px;
    height: 205px;
  }
  .test_list h2 {
    color: #585757;
    font-size: 1.5em;
    margin: 0 0 15px 0;
    padding: 0 0 0 10px;
  }
  .test_list h2 a {
    color: #585757;
    text-decoration: none;
  }
  .test_list h2 a:hover {
    color: #b4cb2d;
  }
  .test_list p.date {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 10px 0 0 10px;
  }
  .test_list p {
    font-size: 0.85em;
    padding: 0 0 0 10px;
  }
  .test_list .a_special .fa {
    line-height: 205px;
  }
}
/* Small devices (phone, up to 767px) */
@media (max-width: 767px) {
  .cc-cookies {
    font-size: 11px;
  }
  .gray_field,
  .green_field {
    padding: 20px 15px 10px 15px;
    min-height: 180px;
  }
  .green_field h3,
  .gray_field h3 {
    text-align: center;
  }
  .green_field p,
  .gray_field p {
    text-align: center;
  }
  .banner_bg {
    background-size: 100% 100%;
  }
}
@media (max-width: 768px) and (min-height: 320px) and (orientation: landscape) {
  .cc-cookies {
    bottom: 40px;
  }
  .cc-cookies .cc-cookie-policy-div {
    height: 140px;
  }
}

.pageContent {
    color:#000;
    font-size: 13px;
    line-height: 30px;
}

.pageContainer {
    
    margin-top: 20px;
}

.pageImg {
    margin: 5px;
    border: 1px solid #ccc;
    padding:3px;
}

.homeText {
    font-size: 30px;
    color:#fff;
    
}

.sliderbox {
    
}

.footer_newsletter ul li {
    color:#fff;
}

#servisForma2 {
    display: none;
}

#opisKvara {
    width: 438px;
    height: 200px;
}