/* sidebar settings */
/* img height generator */
/* num of inner colums you need */
/* 2cols variations 1-2*/
/* cols spacing 1-9 */
/* cols spacing by 10 */
/* responsive settings */
/* resolutions */
/* --- layout brakes */
/* --- cols brakes */
/* body settings */
/* font importer */
/* fonts styles */
/* fontColors for inline css */
/* cms titles */
/* cms titleVariations */
/* cms attachments : margin, padding, background-position */
/* cms common */
/* cms strong : weight font-family */
/* cms links : color style weight decoration */
/* cms lists : padding margin */
/* cms lists : list-style */
/* cms elements : padding margin color font-style weight size line-height font-family text-align background border  */
/* cms elements : background, color, padding */
/* cms blockquote p : margin padding background */
/* cms tables : margin padding border-collapse border-spacing border-color border-style border-width width */
/* cms tableCaption : color font-style font-weight font-size line-height font-family text-align; */
/* cms table cells : margin padding color font-style font-weight font-size line-height font-family text-align border-color border-style border-width vertical-align, background */
/* yes or no */
.tdMain {
  font-family: Arial, Helvetica, serif;
}
.tdTime {
  color: #808080;
}
.tdTime .fa {
  color: #002d62;
}
.tCenter {
  text-align: center;
}
.tRight {
  text-align: right;
}
.tdAction {
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
  text-align: middle;
  font-size: 1em;
}
/* cms inline styles */
img {
  max-width: 100%;
}
.w100 {
  width: 100%;
}
.imgLeft {
  float: left;
  margin: 5px 30px 10px 0;
}
.imgRight {
  float: right;
  margin: 5px 0 10px 30px;
}
.left {
  float: left;
}
.right {
  float: right;
}
.noMargin {
  margin-bottom: 0;
}
.mLeft {
  margin-left: 10px !important;
}
.mRight {
  margin-right: 10px !important;
}
.mCenter {
  margin-left: 10px !important;
  margin-right: 10px !important;
}
.textGrey {
  color: #808080;
}
.textCenter {
  text-align: center;
}
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left !important;
}
/* folders setup */
/* browsers reset */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
em,
img,
small,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
m,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
}
blockquote {
  quotes: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.strong {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
fieldset,
img,
table {
  border: 0;
}
ol,
ul,
li {
  list-style-type: none;
}
:focus {
  outline: 0;
}
del {
  text-decoration: line-through;
}
html,
input {
  font-size: 100%;
}
dt,
address,
caption,
cite,
code,
dfn,
big,
small,
em,
i,
th,
var {
  font-style: normal;
  font-weight: normal;
}
input,
select,
th,
td,
li li,
li p,
td p,
blockquote p {
  font-size: 1em;
}
/* body em size setup */
html,
body {
  min-height: 100%;
  height: 100%;
}
body {
  position: relative;
  padding: 0;
  font-size: 62.5%;
  font-family: proxima, Arial, serif;
  color: #000000;
  background: #ffffff;
  overflow-x: hidden;
}
#content {
  padding: 0 0 5em 0;
  background: #ffffff;
}
#frontPage #content {
  padding-bottom: 0px !important;
}
/* html 5 */
header,
section,
aside,
article,
footer,
nav {
  display: block;
}
/* boxSizing */
div,
ul,
ol,
li,
p,
a,
span,
strong,
input,
select,
textarea,
footer,
section,
header,
aside,
article,
nav,
time,
figure,
figcaption,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
table,
td,
th {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*!
* Bootstrap v3.3.5 (http://getbootstrap.com)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1210px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-15,
.col-xs-25,
.col-xs-35,
.col-xs-45,
.col-sm-15,
.col-sm-25,
.col-sm-35,
.col-sm-45,
.col-md-15,
.col-md-25,
.col-md-35,
.col-md-45,
.col-lg-15,
.col-lg-25,
.col-lg-35,
.col-lg-45 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-15 {
  width: 20%;
}
.col-xs-25 {
  width: 40%;
}
.col-xs-35 {
  width: 60%;
}
.col-xs-45 {
  width: 80%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
.col-xs-offset-15 {
  margin-left: 20%;
}
.col-xs-offset-25 {
  margin-left: 40%;
}
.col-xs-offset-35 {
  margin-left: 60%;
}
.col-xs-offset-45 {
  margin-left: 80%;
}
.col-xs-push-15 {
  margin-left: 20%;
}
.col-xs-push-25 {
  margin-left: 40%;
}
.col-xs-push-35 {
  margin-left: 60%;
}
.col-xs-push-45 {
  margin-left: 80%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-15 {
    width: 20%;
  }
  .col-sm-25 {
    width: 40%;
  }
  .col-sm-35 {
    width: 60%;
  }
  .col-sm-45 {
    width: 80%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-15 {
    margin-left: 20%;
  }
  .col-sm-offset-25 {
    margin-left: 40%;
  }
  .col-sm-offset-35 {
    margin-left: 60%;
  }
  .col-sm-offset-45 {
    margin-left: 80%;
  }
  .col-sm-push-15 {
    margin-left: 20%;
  }
  .col-sm-push-25 {
    margin-left: 40%;
  }
  .col-sm-push-35 {
    margin-left: 60%;
  }
  .col-sm-push-45 {
    margin-left: 80%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-15 {
    width: 20%;
  }
  .col-md-25 {
    width: 40%;
  }
  .col-md-35 {
    width: 60%;
  }
  .col-md-45 {
    width: 80%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-15 {
    margin-left: 20%;
  }
  .col-md-offset-25 {
    margin-left: 40%;
  }
  .col-md-offset-35 {
    margin-left: 60%;
  }
  .col-md-offset-45 {
    margin-left: 80%;
  }
  .col-md-push-15 {
    margin-left: 20%;
  }
  .col-md-push-25 {
    margin-left: 40%;
  }
  .col-md-push-35 {
    margin-left: 60%;
  }
  .col-md-push-45 {
    margin-left: 80%;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15,
  .col-xs-15,
  .col-xs-25,
  .col-xs-35,
  .col-xs-45,
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45,
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45,
  .col-lg-15,
  .col-lg-25,
  .col-lg-35,
  .col-lg-45 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-xs-15,
  .col-xs-25,
  .col-xs-35,
  .col-xs-45,
  .col-sm-15,
  .col-sm-25,
  .col-sm-35,
  .col-sm-45,
  .col-md-15,
  .col-md-25,
  .col-md-35,
  .col-md-45,
  .col-lg-15,
  .col-lg-25,
  .col-lg-35,
  .col-lg-45 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-15 {
    width: 20%;
  }
  .col-lg-25 {
    width: 40%;
  }
  .col-lg-35 {
    width: 60%;
  }
  .col-lg-45 {
    width: 80%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-15 {
    margin-left: 20%;
  }
  .col-lg-offset-25 {
    margin-left: 40%;
  }
  .col-lg-offset-35 {
    margin-left: 60%;
  }
  .col-lg-offset-45 {
    margin-left: 80%;
  }
  .col-lg-push-15 {
    margin-left: 20%;
  }
  .col-lg-push-25 {
    margin-left: 40%;
  }
  .col-lg-push-35 {
    margin-left: 60%;
  }
  .col-lg-push-45 {
    margin-left: 80%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * bootstrap-fileinput v4.3.9
 * http://plugins.krajee.com/file-input
 */
.file-loading {
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 999px;
  text-align: right;
  color: #fff;
  background: url('../../images/icons/loading.gif') top left no-repeat;
  border: none;
}
.file-object {
  margin: 0 0 -5px;
  padding: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none;
  cursor: inherit;
  display: block;
}
.file-caption-name {
  display: inline-block;
  overflow: hidden;
  height: 20px;
  word-break: break-all;
}
.input-group-lg .file-caption-name {
  height: 25px;
}
.file-zoom-dialog {
  text-align: left;
}
.file-error-message {
  color: #a94442;
  background-color: #f2dede;
  margin: 5px;
  border: 1px solid #ebccd1;
  border-radius: 4px;
  padding: 15px;
}
.file-error-message pre,
.file-error-message ul {
  margin: 0;
  text-align: left;
}
.file-error-message pre {
  margin: 5px 0;
}
.file-caption-disabled {
  background-color: #EEE;
  cursor: not-allowed;
  opacity: 1;
}
.file-preview {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 5px;
  width: 100%;
  margin-bottom: 5px;
}
.krajee-default.file-preview-frame {
  position: relative;
  display: table;
  margin: 8px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 5px 0 #a2958a;
  padding: 6px;
  float: left;
  text-align: center;
}
.krajee-default.file-preview-frame:not(.file-preview-error):hover {
  box-shadow: 3px 3px 5px 0 #333333;
}
.krajee-default.file-preview-frame .kv-file-content {
  height: 170px;
}
.krajee-default.file-preview-frame .file-thumbnail-footer {
  height: 70px;
}
.krajee-default .file-preview-image {
  vertical-align: middle;
  image-orientation: from-image;
}
.krajee-default .file-preview-text {
  display: block;
  color: #428bca;
  border: 1px solid #ddd;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  outline: 0;
  padding: 8px;
  resize: none;
}
.krajee-default .file-preview-html {
  border: 1px solid #ddd;
  padding: 8px;
  overflow: auto;
}
.krajee-default[data-template=audio] .file-preview-audio {
  display: table-cell;
  vertical-align: middle;
  height: 170px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.krajee-default .file-preview-audio audio {
  vertical-align: middle;
}
.krajee-default .file-zoom-dialog .file-preview-text {
  font-size: 1.2em;
}
.krajee-default .file-preview-other {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.krajee-default .file-preview-other:hover {
  opacity: .8;
}
.krajee-default .file-actions,
.krajee-default .file-other-error {
  text-align: left;
}
.krajee-default .file-other-icon {
  font-size: 8em;
}
.krajee-default .file-actions {
  margin-top: 15px;
}
.krajee-default .file-footer-buttons {
  float: right;
}
.krajee-default .file-footer-caption {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 160px;
  text-align: center;
  padding-top: 4px;
  font-size: 11px;
  color: #777;
  margin: 5px auto;
}
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file,
.file-input-new .no-browse .input-group-btn {
  display: none;
}
.krajee-default .file-preview-error {
  opacity: .65;
  box-shadow: none;
}
.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
  color: #000;
}
.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
  position: absolute;
  text-align: center;
  bottom: -6px;
  left: -6px;
  padding: 8px 8px 1px 3px;
  border-left: none;
  border-bottom: none;
  border-right: 1px solid #8a6d3b;
  border-top: 1px solid #8a6d3b;
  border-top-right-radius: 24px;
  font-size: 12px;
}
.krajee-default .file-drag-handle {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.krajee-default .file-upload-indicator {
  font-size: 13px;
  background-color: #fcf8e3;
  border-color: #faebcc;
  padding-bottom: 0;
}
.krajee-default.file-preview-error .file-upload-indicator {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.krajee-default.file-preview-success .file-upload-indicator {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.krajee-default.file-preview-loading .file-upload-indicator {
  background-color: #e5e5e5;
  border-color: #777;
}
.krajee-default .file-thumb-progress .progress,
.krajee-default .file-thumb-progress .progress-bar {
  height: 10px;
  font-size: 9px;
  line-height: 10px;
}
.krajee-default .file-thumbnail-footer {
  position: relative;
}
.krajee-default .file-thumb-progress {
  height: 10px;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
}
.krajee-default.kvsortable-ghost {
  background: #e1edf7;
  border: 2px solid #a1abff;
}
.file-zoom-dialog .file-other-icon {
  font-size: 8em;
  font-size: 65vmin;
}
.file-caption-main {
  width: 100%;
}
.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.file-thumb-loading {
  background: url('../../images/icons/loading.gif') center center no-repeat content-box !important;
}
.file-sortable .file-drag-handle {
  cursor: move;
  cursor: -webkit-grabbing;
  opacity: 1;
}
.file-sortable .file-drag-handle:hover {
  opacity: .7;
}
.file-drop-zone {
  border: 1px dashed #aaa;
  border-radius: 4px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  margin: 12px 15px 12px 12px;
  padding: 5px;
}
.file-drop-zone-title {
  color: #aaa;
  font-size: 1.6em;
  padding: 85px 10px;
  cursor: default;
}
.clickable .file-drop-zone-title,
.file-preview .clickable {
  cursor: pointer;
}
.file-drop-zone.clickable:hover {
  border: 2px dashed #999999;
}
.file-drop-zone.clickable:focus {
  border: 2px solid #5acde2;
}
.file-drop-zone .file-preview-thumbnails {
  cursor: default;
}
.file-highlighted {
  border: 2px dashed #999!important;
  background-color: #f0f0f0;
}
.file-uploading {
  background: url('../../images/icons/loading-sm.gif') center bottom 10px no-repeat;
  opacity: .65;
}
.file-zoom-fullscreen.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.file-zoom-fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.file-zoom-fullscreen .modal-content {
  border-radius: 0;
  box-shadow: none;
}
.file-zoom-fullscreen .modal-body {
  overflow-y: auto;
}
.file-zoom-dialog .modal-body {
  position: relative !important;
}
.file-zoom-dialog .btn-navigate {
  position: absolute;
  padding: 0;
  margin: 0;
  background: 0 0;
  text-decoration: none;
  outline: 0;
  opacity: .7;
  top: 45%;
  font-size: 4em;
  color: #1c94c4;
}
.file-zoom-dialog .floating-buttons {
  position: absolute;
  top: 5px;
  right: 10px;
}
.floating-buttons,
.floating-buttons .btn {
  z-index: 3000;
}
.file-zoom-dialog .kv-zoom-actions .btn,
.floating-buttons .btn {
  margin-left: 3px;
}
.file-zoom-dialog .btn-navigate:not([disabled]):focus,
.file-zoom-dialog .btn-navigate:not([disabled]):hover {
  outline: 0;
  box-shadow: none;
  opacity: .5;
}
.file-zoom-dialog .btn-navigate[disabled] {
  opacity: .3;
}
.file-zoom-dialog .btn-prev {
  left: 1px;
}
.file-zoom-dialog .btn-next {
  right: 1px;
}
.file-zoom-content {
  height: 480px;
  text-align: center;
}
.file-preview-initial.sortable-chosen {
  background-color: #d9edf7;
}
.btn-file ::-ms-browse {
  width: 100%;
  height: 100%;
}
.hi-slide {
  position: relative;
  width: 754px;
  height: 292px;
  margin: 115px auto 0;
}
.hi-slide .hi-next,
.hi-slide .hi-prev {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 80px;
  margin-top: -40px;
  border-radius: 5px;
  line-height: 80px;
  text-align: center;
  cursor: pointer;
  background-color: #666;
  color: #fff;
  opacity: 0.7;
  transition: all 0.6s;
  font-size: 30px;
}
.hi-slide .hi-next:hover,
.hi-slide .hi-prev:hover {
  opacity: 1;
  background-color: #444;
}
.hi-slide .hi-prev {
  left: -60px;
}
.hi-slide .hi-prev::before {
  content: '<';
}
.hi-slide .hi-next {
  right: -60px;
}
.hi-slide .hi-next::before {
  content: '>';
}
.hi-slide > ul {
  list-style: none;
  position: relative;
  width: 754px;
  height: 292px;
  margin: 0;
  padding: 0;
}
.hi-slide > ul > li {
  overflow: hidden;
  position: absolute;
  z-index: 0;
  left: 377px;
  top: 146px;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  border: 2px solid #fff;
  border-radius: 5px;
  background-color: #333;
  cursor: pointer;
}
.hi-slide > ul > li > img {
  width: 100%;
  height: 100%;
}
/* margin generated 0 5 10 ... 50 */
.margin0 {
  margin: 0;
}
.marginLeftRight0 {
  margin-left: 0;
  margin-right: 0;
}
.marginTopBottom0 {
  margin-top: 0;
  margin-bottom: 0;
}
.marginTop0 {
  margin-top: 0;
}
.marginTop5,
.marginTopBottom5 {
  margin-top: 5px;
}
.marginBottom0 {
  margin-bottom: 0;
}
.marginBottom5,
.marginTopBottom5 {
  margin-bottom: 5px;
}
.marginLeft0 {
  margin-left: 0;
}
.marginRight0 {
  margin-right: 0;
}
.margin5 {
  margin: 5px;
}
.marginLeftRight5 {
  margin-left: 5px;
  margin-right: 5px;
}
.marginTop10,
.marginTopBottom10 {
  margin-top: 10px;
}
.marginBottom10,
.marginTopBottom10 {
  margin-bottom: 10px;
}
.marginLeft5 {
  margin-left: 5px;
}
.marginRight5 {
  margin-right: 5px;
}
.margin10 {
  margin: 10px;
}
.marginLeftRight10 {
  margin-left: 10px;
  margin-right: 10px;
}
.marginTop15,
.marginTopBottom15 {
  margin-top: 15px;
}
.marginBottom15,
.marginTopBottom15 {
  margin-bottom: 15px;
}
.marginLeft10 {
  margin-left: 10px;
}
.marginRight10 {
  margin-right: 10px;
}
.margin15 {
  margin: 15px;
}
.marginLeftRight15 {
  margin-left: 15px;
  margin-right: 15px;
}
.marginTop20,
.marginTopBottom20 {
  margin-top: 20px;
}
.marginBottom20,
.marginTopBottom20 {
  margin-bottom: 20px;
}
.marginLeft15 {
  margin-left: 15px;
}
.marginRight15 {
  margin-right: 15px;
}
.margin20 {
  margin: 20px;
}
.marginLeftRight20 {
  margin-left: 20px;
  margin-right: 20px;
}
.marginTop25,
.marginTopBottom25 {
  margin-top: 25px;
}
.marginBottom25,
.marginTopBottom25 {
  margin-bottom: 25px;
}
.marginLeft20 {
  margin-left: 20px;
}
.marginRight20 {
  margin-right: 20px;
}
.margin25 {
  margin: 25px;
}
.marginLeftRight25 {
  margin-left: 25px;
  margin-right: 25px;
}
.marginTop30,
.marginTopBottom30 {
  margin-top: 30px;
}
.marginBottom30,
.marginTopBottom30 {
  margin-bottom: 30px;
}
.marginLeft25 {
  margin-left: 25px;
}
.marginRight25 {
  margin-right: 25px;
}
.margin30 {
  margin: 30px;
}
.marginLeftRight30 {
  margin-left: 30px;
  margin-right: 30px;
}
.marginTop35,
.marginTopBottom35 {
  margin-top: 35px;
}
.marginBottom35,
.marginTopBottom35 {
  margin-bottom: 35px;
}
.marginLeft30 {
  margin-left: 30px;
}
.marginRight30 {
  margin-right: 30px;
}
.margin35 {
  margin: 35px;
}
.marginLeftRight35 {
  margin-left: 35px;
  margin-right: 35px;
}
.marginTop40,
.marginTopBottom40 {
  margin-top: 40px;
}
.marginBottom40,
.marginTopBottom40 {
  margin-bottom: 40px;
}
.marginLeft35 {
  margin-left: 35px;
}
.marginRight35 {
  margin-right: 35px;
}
.margin40 {
  margin: 40px;
}
.marginLeftRight40 {
  margin-left: 40px;
  margin-right: 40px;
}
.marginTop45,
.marginTopBottom45 {
  margin-top: 45px;
}
.marginBottom45,
.marginTopBottom45 {
  margin-bottom: 45px;
}
.marginLeft40 {
  margin-left: 40px;
}
.marginRight40 {
  margin-right: 40px;
}
.margin45 {
  margin: 45px;
}
.marginLeftRight45 {
  margin-left: 45px;
  margin-right: 45px;
}
.marginTop50,
.marginTopBottom50 {
  margin-top: 50px;
}
.marginBottom50,
.marginTopBottom50 {
  margin-bottom: 50px;
}
.marginLeft45 {
  margin-left: 45px;
}
.marginRight45 {
  margin-right: 45px;
}
.margin50 {
  margin: 50px;
}
.marginLeftRight50 {
  margin-left: 50px;
  margin-right: 50px;
}
.marginLeft50 {
  margin-left: 50px;
}
.marginRight50 {
  margin-right: 50px;
}
/* padding generated 0 5 10 ... 50 */
.padding0 {
  padding: 0;
}
.paddingLeftRight0 {
  padding-left: 0;
  padding-right: 0;
}
.paddingTopBottom0 {
  padding-top: 0;
  padding-bottom: 0;
}
.paddingTop0 {
  padding-top: 0;
}
.paddingTop5,
.paddingTopBottom5 {
  padding-top: 5px;
}
.paddingBottom0 {
  padding-bottom: 0;
}
.paddingBottom5,
.paddingTopBottom5 {
  padding-bottom: 5px;
}
.paddingLeft0 {
  padding-left: 0;
}
.paddingRight0 {
  padding-right: 0;
}
.padding5 {
  padding: 5px;
}
.paddingLeftRight5 {
  padding-left: 5px;
  padding-right: 5px;
}
.paddingTop10,
.paddingTopBottom10 {
  padding-top: 10px;
}
.paddingBottom10,
.paddingTopBottom10 {
  padding-bottom: 10px;
}
.paddingLeft5 {
  padding-left: 5px;
}
.paddingRight5 {
  padding-right: 5px;
}
.padding10 {
  padding: 10px;
}
.paddingLeftRight10 {
  padding-left: 10px;
  padding-right: 10px;
}
.paddingTop15,
.paddingTopBottom15 {
  padding-top: 15px;
}
.paddingBottom15,
.paddingTopBottom15 {
  padding-bottom: 15px;
}
.paddingLeft10 {
  padding-left: 10px;
}
.paddingRight10 {
  padding-right: 10px;
}
.padding15 {
  padding: 15px;
}
.paddingLeftRight15 {
  padding-left: 15px;
  padding-right: 15px;
}
.paddingTop20,
.paddingTopBottom20 {
  padding-top: 20px;
}
.paddingBottom20,
.paddingTopBottom20 {
  padding-bottom: 20px;
}
.paddingLeft15 {
  padding-left: 15px;
}
.paddingRight15 {
  padding-right: 15px;
}
.padding20 {
  padding: 20px;
}
.paddingLeftRight20 {
  padding-left: 20px;
  padding-right: 20px;
}
.paddingTop25,
.paddingTopBottom25 {
  padding-top: 25px;
}
.paddingBottom25,
.paddingTopBottom25 {
  padding-bottom: 25px;
}
.paddingLeft20 {
  padding-left: 20px;
}
.paddingRight20 {
  padding-right: 20px;
}
.padding25 {
  padding: 25px;
}
.paddingLeftRight25 {
  padding-left: 25px;
  padding-right: 25px;
}
.paddingTop30,
.paddingTopBottom30 {
  padding-top: 30px;
}
.paddingBottom30,
.paddingTopBottom30 {
  padding-bottom: 30px;
}
.paddingLeft25 {
  padding-left: 25px;
}
.paddingRight25 {
  padding-right: 25px;
}
.padding30 {
  padding: 30px;
}
.paddingLeftRight30 {
  padding-left: 30px;
  padding-right: 30px;
}
.paddingTop35,
.paddingTopBottom35 {
  padding-top: 35px;
}
.paddingBottom35,
.paddingTopBottom35 {
  padding-bottom: 35px;
}
.paddingLeft30 {
  padding-left: 30px;
}
.paddingRight30 {
  padding-right: 30px;
}
.padding35 {
  padding: 35px;
}
.paddingLeftRight35 {
  padding-left: 35px;
  padding-right: 35px;
}
.paddingTop40,
.paddingTopBottom40 {
  padding-top: 40px;
}
.paddingBottom40,
.paddingTopBottom40 {
  padding-bottom: 40px;
}
.paddingLeft35 {
  padding-left: 35px;
}
.paddingRight35 {
  padding-right: 35px;
}
.padding40 {
  padding: 40px;
}
.paddingLeftRight40 {
  padding-left: 40px;
  padding-right: 40px;
}
.paddingTop45,
.paddingTopBottom45 {
  padding-top: 45px;
}
.paddingBottom45,
.paddingTopBottom45 {
  padding-bottom: 45px;
}
.paddingLeft40 {
  padding-left: 40px;
}
.paddingRight40 {
  padding-right: 40px;
}
.padding45 {
  padding: 45px;
}
.paddingLeftRight45 {
  padding-left: 45px;
  padding-right: 45px;
}
.paddingTop50,
.paddingTopBottom50 {
  padding-top: 50px;
}
.paddingBottom50,
.paddingTopBottom50 {
  padding-bottom: 50px;
}
.paddingLeft45 {
  padding-left: 45px;
}
.paddingRight45 {
  padding-right: 45px;
}
.padding50 {
  padding: 50px;
}
.paddingLeftRight50 {
  padding-left: 50px;
  padding-right: 50px;
}
.paddingLeft50 {
  padding-left: 50px;
}
.paddingRight50 {
  padding-right: 50px;
}
/* font import generator */
@font-face {
  font-family: proxima;
  src: url('../../fonts/proxima_nova-regular.eot');
  src: url('../../fonts/proxima_nova-regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/proxima_nova-regular.woff') format('woff'), url('../../fonts/proxima_nova-regular.ttf') format('truetype'), url('../../fonts/proxima_nova-regular.svg#proxima_nova-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: FontAwesome;
  src: url('../../fonts/fontawesome.eot');
  src: url('../../fonts/fontawesome.eot?#iefix') format('embedded-opentype'), url('../../fonts/fontawesome.woff') format('woff'), url('../../fonts/fontawesome.ttf') format('truetype'), url('../../fonts/fontawesome.svg#fontawesome') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* clear floats generator */
.clear,
.header,
.header .headerWrap,
.navigation > ul,
.secondaryNav .container-fluid,
.breadcrumbs .row ul,
.boxImportant,
#tabs .ui-tabs-nav,
.boxTabs .ui-tabs-nav,
#tabs .tabNavigation,
.boxTabs .tabNavigation,
.authorPlace,
.footer .copyrights,
#sitemap,
.listStyle .description,
.video .description,
.listItems .description,
.listStyle li,
.video li,
.listItems li {
  display: inline-block;
}
.clear:after,
.header:after,
.header .headerWrap:after,
.navigation > ul:after,
.secondaryNav .container-fluid:after,
.breadcrumbs .row ul:after,
.boxImportant:after,
#tabs .ui-tabs-nav:after,
.boxTabs .ui-tabs-nav:after,
#tabs .tabNavigation:after,
.boxTabs .tabNavigation:after,
.authorPlace:after,
.footer .copyrights:after,
#sitemap:after,
.listStyle .description:after,
.video .description:after,
.listItems .description:after,
.listStyle li:after,
.video li:after,
.listItems li:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clear,
* html .header,
* html .header .headerWrap,
* html .navigation > ul,
* html .secondaryNav .container-fluid,
* html .breadcrumbs .row ul,
* html .boxImportant,
* html #tabs .ui-tabs-nav,
* html .boxTabs .ui-tabs-nav,
* html #tabs .tabNavigation,
* html .boxTabs .tabNavigation,
* html .authorPlace,
* html .footer .copyrights,
* html #sitemap,
* html .listStyle .description,
* html .video .description,
* html .listItems .description,
* html .listStyle li,
* html .video li,
* html .listItems li {
  height: 1%;
}
.clear,
.header,
.header .headerWrap,
.navigation > ul,
.secondaryNav .container-fluid,
.breadcrumbs .row ul,
.boxImportant,
#tabs .ui-tabs-nav,
.boxTabs .ui-tabs-nav,
#tabs .tabNavigation,
.boxTabs .tabNavigation,
.authorPlace,
.footer .copyrights,
#sitemap,
.listStyle .description,
.video .description,
.listItems .description,
.listStyle li,
.video li,
.listItems li {
  display: block;
}
/* set sistem icons */
/*.attachmentsGenerator(length(@attachments));
.attachmentsGenerator(@n, @i: 1) when (@i =< @n) {
	@extract : extract(@attachments, @i);
	.@{extract} {
		background-image : url('@{icons}sistem/icon_@{extract}.png'); background-repeat : no-repeat; background-position : extract(@attachmentsSettings, 3); padding : extract(@attachmentsSettings, 2); margin : extract(@attachmentsSettings, 1);
	}
	.attachmentsGenerator(@n, (@i + 1));
	.@{extract}:extend(.inlineLink) {}
}*/
/* hide text for icons */
.hideText,
.searchForm fieldset p.textType input.submitType,
#tabs.tabsExtra .ui-tabs-nav li.ui-state-active a:before,
.boxTabs.tabsExtra .ui-tabs-nav li.ui-state-active a:before,
.infoBreadcrumbs a.indexPage,
.amzsMagazin .magazinTitle,
.headlines .banner .bannerBox h5,
.tabsStyle1 .bannerNav .tabDesign li.selected a:before,
.tabsStyle1 .bannerNav .tabDesign li a.active:before,
ul.video li figure figcaption,
.listItems li figure figcaption,
.gallery p a {
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  direction: ltr !important;
  text-decoration: none !important;
  text-align: left !important;
}
/* faIcons */
.fa-icon {
  text-decoration: none;
}
.fa-icon span {
  display: none;
}
/* clear margin padding of ul and ol elements */
.clearMP,
.infoList ul,
.amzsList .amzsListDisplay,
.headlines,
#sitemap,
ul.video,
.listItems,
.gallery ul,
#searchResults {
  margin: 0;
  padding: 0;
}
.clearMP li,
.infoList ul li,
.amzsList .amzsListDisplay li,
#sitemap li,
ul.video li,
.listItems li,
.gallery ul li,
#searchResults li {
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  list-style: none;
}
/* set horizontal menu */
.menuSetup,
.navigation > ul,
.secondaryNav .container-fluid ul,
.breadcrumbs .row ul,
#tabs .ui-tabs-nav,
.boxTabs .ui-tabs-nav,
#tabs .tabNavigation,
.boxTabs .tabNavigation,
.bannerList,
.sliderNav {
  margin: 0;
  padding: 0;
}
.menuSetup li,
.navigation > ul li,
.secondaryNav .container-fluid ul li,
.breadcrumbs .row ul li,
#tabs .ui-tabs-nav li,
.boxTabs .ui-tabs-nav li,
#tabs .tabNavigation li,
.boxTabs .tabNavigation li,
.bannerList li,
.sliderNav li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  list-style: none;
}
.menuSetup li a,
.menuSetup li span,
.navigation > ul li a,
.navigation > ul li span,
.secondaryNav .container-fluid ul li a,
.secondaryNav .container-fluid ul li span,
.breadcrumbs .row ul li a,
.breadcrumbs .row ul li span,
#tabs .ui-tabs-nav li a,
#tabs .ui-tabs-nav li span,
.boxTabs .ui-tabs-nav li a,
.boxTabs .ui-tabs-nav li span,
#tabs .tabNavigation li a,
#tabs .tabNavigation li span,
.boxTabs .tabNavigation li a,
.boxTabs .tabNavigation li span,
.bannerList li a,
.bannerList li span,
.sliderNav li a,
.sliderNav li span {
  display: block;
  text-decoration: none;
}
/* set vertical menu */
.menuSetupVertical,
.subCategories,
.selectOverlay ul,
.menuStyle,
.footer .footerLinks ul {
  margin: 0;
  padding: 0;
}
.menuSetupVertical li,
.subCategories li,
.selectOverlay ul li,
.menuStyle li,
.footer .footerLinks ul li {
  position: relative;
  float: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
  background: none;
  list-style: none;
}
.menuSetupVertical li a,
.menuSetupVertical li span,
.subCategories li a,
.subCategories li span,
.selectOverlay ul li a,
.selectOverlay ul li span,
.menuStyle li a,
.menuStyle li span,
.footer .footerLinks ul li a,
.footer .footerLinks ul li span {
  display: block;
  text-decoration: none;
}
/* img height generator */
.imgHeight625px .blockStatic,
.imgHeight625px .blockStaticWrap,
.imgHeight625px .verticalMiddle,
.imgHeight625px .verticalMiddleWrap,
.imgHeight625px .blockLink,
.imgHeight625px .image {
  height: 625px;
  margin: 0 auto;
}
.imgHeight450px .blockStatic,
.imgHeight450px .blockStaticWrap,
.imgHeight450px .verticalMiddle,
.imgHeight450px .verticalMiddleWrap,
.imgHeight450px .blockLink,
.imgHeight450px .image {
  height: 450px;
  margin: 0 auto;
}
.imgHeight210px .blockStatic,
.imgHeight210px .blockStaticWrap,
.imgHeight210px .verticalMiddle,
.imgHeight210px .verticalMiddleWrap,
.imgHeight210px .blockLink,
.imgHeight210px .image {
  height: 210px;
  margin: 0 auto;
}
.imgHeight205px .blockStatic,
.imgHeight205px .blockStaticWrap,
.imgHeight205px .verticalMiddle,
.imgHeight205px .verticalMiddleWrap,
.imgHeight205px .blockLink,
.imgHeight205px .image {
  height: 205px;
  margin: 0 auto;
}
/* verticalMiddle */
.verticalMiddle,
.blockStatic {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
}
.verticalMiddle .verticalMiddleWrap,
.blockStatic .verticalMiddleWrap,
.verticalMiddle .blockStaticWrap,
.blockStatic .blockStaticWrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.textLeft .verticalMiddle .verticalMiddleWrap,
.textLeft .blockStatic .verticalMiddleWrap,
.textLeft .verticalMiddle .blockStaticWrap,
.textLeft .blockStatic .blockStaticWrap {
  text-align: left;
}
.block .contentStatic {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  padding: 10px 15px;
  height: auto !important;
}
.block.textLeft .blockStatic .blockStaticWrap {
  padding-left: 20px;
  padding-right: 20px;
}
.block.textLeft.imgHeight205px .contentStatic {
  padding-top: 10px;
  padding-bottom: 10px;
}
.block .blockLink .contentStatic .blockTitle,
.block .blockLink .blockStatic .blockTitle,
.block .blockLink .contentStatic .blockTitle,
.block .blockLink .blockStatic .blockTitle,
.block .blockLink .contentStatic .titleDescription,
.block .blockLink .blockStatic .titleDescription,
.block .blockLink .contentStatic .description,
.block .blockLink .blockStatic .description {
  width: auto;
  max-width: 100%;
}
.block.static .blockLink {
  display: block;
  height: auto !important;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.block.static .col {
  position: relative;
}
.block.static a {
  display: block;
}
/* textMiddle */
.textMiddle,
.boxImportant .left,
.boxImportant .more,
.col-lg-6 .boxImportant .left,
.col-lg-6 .boxImportant .more {
  display: table;
  width: 100%;
}
.textMiddle .textMiddleWrap,
.boxImportant .left .textMiddleWrap,
.boxImportant .more .textMiddleWrap,
.col-lg-6 .boxImportant .left .textMiddleWrap,
.col-lg-6 .boxImportant .more .textMiddleWrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
/* set link hover decoration */
.noDecoration,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.navigation .drop .dropWrap ul li a,
.breadcrumbs .row ul li a,
#tabs .ui-tabs-nav li a,
.boxTabs .ui-tabs-nav li a,
#tabs .tabNavigation li a,
.boxTabs .tabNavigation li a,
.infoBox a,
.selectOverlay ul li a,
.tabDesign li a,
.footer a,
.footer .linksTitle a,
#sitemap li a,
#searchResults ul li p.url a,
.navigator1 .pageNum,
.paginator a {
  text-decoration: none;
}
.noDecoration:hover,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.navigation .drop .dropWrap ul li a:hover,
.breadcrumbs .row ul li a:hover,
#tabs .ui-tabs-nav li a:hover,
.boxTabs .ui-tabs-nav li a:hover,
#tabs .tabNavigation li a:hover,
.boxTabs .tabNavigation li a:hover,
.selectOverlay ul li a:hover,
.footer a:hover,
.footer .linksTitle a:hover,
#sitemap li a:hover,
#searchResults ul li p.url a:hover,
.navigator1 .pageNum:hover {
  text-decoration: underline;
}
.noDecoration:active,
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active,
.navigation .drop .dropWrap ul li a:active,
.breadcrumbs .row ul li a:active,
#tabs .ui-tabs-nav li a:active,
.boxTabs .ui-tabs-nav li a:active,
#tabs .tabNavigation li a:active,
.boxTabs .tabNavigation li a:active,
.selectOverlay ul li a:active,
.footer a:active,
.footer .linksTitle a:active,
#sitemap li a:active,
#searchResults ul li p.url a:active,
.navigator1 .pageNum:active {
  text-decoration: none;
}
/* set top absolute position */
.topPosition,
.secondaryNav,
.mobileMenu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
/* set fontFamily*/
/* set bgImage */
.bg100setup,
.categorySetup,
.headlines.imgOnly,
.headlines .banner {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}
/* grayscale */
.grayscale,
.block.blueOverlay .image,
.goldOverlay .image,
.yellowOverlay:hover .image {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -webkit-filter: grayscale(1);
}
.filterNone,
.block.blueOverlay:hover .image,
.goldOverlay:hover .image {
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
}
/* set transform */
/* set scale */
/* set round */
.round,
.phoneAMZS i,
.infoCenter .blockTitle .icon,
.blueNumber,
.blueNumber i,
ul.video li figure figcaption,
.listItems li figure figcaption {
  border-radius: 800px;
  -moz-border-radius: 800px;
  -webkit-border-radius: 800px;
}
.roundNone,
.bSquare,
.bSquare span {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
/* set borders */
.noBorder {
  border: none !important;
}
/* set shadows */
.shadowActive,
.amzsList .amzsListDisplay li .drop .dropWrap ul li a:active,
.block:active a.blockLink,
.tabDesign li a:active {
  box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -moz-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -webkit-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
  -o-box-shadow: inset 1px 1px 1px rgba(58, 56, 61, 0.3) !important;
}
.shadowNone,
.searchForm fieldset p.textType input.textType,
.searchForm fieldset p.textType input.textType:focus,
.formLarge p.textType input.textType:focus,
.bannerWrap .contentBox div.form-group select.form-control:focus,
.bannerWrap .contentBox div.form-group input:focus {
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
}
/* menu drop down */
.drop {
  position: absolute;
  display: none;
  z-index: 600;
  left: 0;
  bottom: 0;
  min-width: 100%;
  height: 0;
}
.drop .dropWrap {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
}
li:hover .drop {
  display: block;
}
/* fontColors inline styles generator */
.font1,
.font1 a {
  color: #000000 !important;
}
.background1 {
  background-color: #000000;
}
.font2,
.font2 a {
  color: #ffffff !important;
}
.background2 {
  background-color: #ffffff;
}
/* cms title generator */
h1,
h2,
h3,
h4,
h5,
h6,
.table caption,
fieldset legend,
caption,
legend {
  margin: 0 0 0.7em 0;
  padding: 0.3em 0 0 0;
  line-height: 1.2em;
  font-weight: normal;
  font-family: proxima, Arial, serif;
}
h1 {
  font-size: 5em;
}
h2 {
  font-size: 4.3em;
}
h3 {
  font-size: 3.6em;
}
h4 {
  font-size: 3em;
}
h5 {
  font-size: 2.3em;
}
h6 {
  font-size: 1.6em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding-top: 0.3em 0 0 0;
  margin-bottom: 0 0 0.7em 0;
  font-weight: normal;
  color: #002d62;
  line-height: 1.2em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #002d62;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #002d62;
}
h1 a:active,
h2 a:active,
h3 a:active,
h4 a:active,
h5 a:active,
h6 a:active {
  color: #000000;
}
h1 {
  padding-top: 0;
}
.titleBorderMiddle {
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center !important;
  background: url('../../images/backgrounds/bg_title_border.png') repeat-x 0 50% scroll transparent;
}
.titleBorderMiddle span {
  position: relative;
  display: inline-block;
  padding: 0 2em;
  background: #ffffff;
}
.titleBorderBottom {
  padding-bottom: 10px;
  border-bottom: 3px solid #333333;
}
.titleBorderTop {
  padding-top: 10px;
  border-top: 3px solid #333333;
}
/* cms link generator */
a {
  color: #002d62;
  font-style: normal;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  font-style: normal;
  text-decoration: none;
}
a:active {
  color: #000000;
  font-style: normal;
  text-decoration: underline;
}
a:hover span,
a:hover small,
a:hover strong {
  cursor: pointer;
}
a img,
img {
  border: none;
  text-decoration: none;
}
/* cms lists generator */
ul {
  padding: 0.5em 0 0 0;
  margin: 0 0 2.5em 0;
}
ul li {
  padding: 0 0 0 20px;
  margin: 0 0 0.45em 0;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: inherit;
  border: none;
}
ul li li {
  font-size: 1em;
}
ol {
  padding: 0.5em 0 0 0;
  margin: 0 0 2.5em 13px;
}
ol li {
  padding: 0 0 0 5px;
  margin: 0 0 0.45em 0;
  list-style: decimal;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: inherit;
  background: none;
  border: none;
}
/* cms elements generator */
p,
.sbHolder {
  padding: 0;
  margin: 0 0 1.5em 0;
  line-height: 1.4em;
  color: #252B33;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  font-family: inherit;
  background: none;
  border: none;
}
.summary {
  padding: 0;
  margin: 0 0 1.5em 0;
  color: #6E7885 !important;
  font-style: normal;
  font-weight: normal;
  font-size: 1.9em;
  line-height: 25px;
  font-family: inherit;
  background: none;
  border: none;
}
cite {
  display: block;
  padding: 0.5em 25% 0 25%;
  margin: 0 0 2em 0;
  color: #002d62;
  font-style: italic;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.4em;
  font-family: inherit;
  text-align: center;
  background: none;
  border: none;
}
blockquote {
  padding: 1em 0 0 3em;
  margin: 0 0 3em 0;
  background: url('../../images/icons/icon_blockquote_start.png') no-repeat 0 0.5em scroll transparent;
  border: none;
}
blockquote p {
  display: inline-block;
  margin: 0 0 1em 0;
  padding: 0 1.5em 0.5em 0;
  color: #002d62;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.4em;
  font-family: inherit;
  text-align: left;
  background: url('../../images/icons/icon_blockquote_end.png') no-repeat right bottom scroll transparent;
}
figcaption {
  padding: 10px 10px 10px 18px;
  margin: 0 0 2em 0;
  color: #000000;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: inherit;
  text-align: left;
  background: #f8f8f8;
  border: none;
}
strong {
  font-weight: bold;
  font-family: inherit;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: normal;
}
img {
  max-width: 100%;
}
figure img {
  display: block;
}
figure.noFigcaption figcaption {
  display: none;
}
small {
  font-size: 0.9em;
}
em {
  font-family: proxima, Arial, serif;
  font-style: italic;
}
abbr {
  border-bottom: 1px dotted #eaedef;
}
mark {
  padding: 0 5px;
  background: #ffffd8;
  color: inherit;
}
s {
  text-decoration: line-through;
}
address {
  padding: 0.5em 0 0 0;
  margin: 0 0 1.5em 0;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: inherit;
  background: none;
  border: none;
}
li li,
cite p,
p input,
p textarea,
p select,
td td {
  font-size: 1em;
}
/* cms table generator  */
table {
  margin: 0 0 1.5em 0;
  padding: 0.5em 0 0 0;
  border-collapse: collapse;
  border-spacing: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  width: 100%;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
caption {
  color: #002d62;
  font-style: normal;
  font-weight: normal;
  font-size: 1.8em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
}
.noCaption caption {
  display: none;
}
th,
thead td {
  margin: 0;
  padding: 10px;
  color: #002d62;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
  border-color: #333333;
  border-style: solid;
  border-width: 3px 0;
  vertical-align: top;
  background: #ffffff;
}
tbody td {
  margin: 0;
  padding: 7px 10px 5px 10px;
  color: #002d62;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
  border-color: #9f9f9f;
  border-style: solid;
  border-width: 1px 0;
  vertical-align: center;
  background: #ffffff;
}
table tr td:first-child,
table tr th:first-child {
  border-left: none;
  padding-left: 0;
}
table tr td:last-child,
table tr th:last-child {
  border-right: none;
  padding-right: 0;
}
tbody th,
thead td {
  margin: 0;
  padding: 7px 10px 5px 10px;
  color: #002d62;
  font-style: bold;
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
  border-color: #9f9f9f;
  border-style: solid;
  border-width: 1px 0;
  vertical-align: center;
  background: #ffffff;
}
thead th,
thead td {
  font-weight: bold;
}
tfoot td {
  margin: 0;
  padding: 5px 10px;
  color: #808080;
  font-style: normal;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.4em;
  font-family: proxima, Arial, serif;
  text-align: left;
  border-color: #9f9f9f;
  border-style: solid;
  border-width: 0;
  vertical-align: center;
  background: #ffffff;
}
/* 
company : Creatim RP
url: http://www.creatim.com
*/
body {
  -ms-overflow-style: scrollbar;
}
.content ul li {
  list-style-type: disc;
  padding-left: 0;
  margin-left: 20px;
}
.content ul li ul {
  margin-left: 20px;
  margin-bottom: 0;
}
.content ul.iconsList {
  list-style-type: none;
}
.content ul.iconsList li {
  padding-left: 60px;
  position: relative;
  background: none;
  margin-left: 0px;
  color: #6E7885;
  font-size: 19px;
  line-height: 27px;
  list-style-type: none;
  margin-bottom: 40px;
}
.content ul.iconsList li span {
  position: absolute;
  height: 47px;
  line-height: 47px;
  width: 47px;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
  background: #00214D;
  left: 0;
  top: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  padding-left: 5px;
}
.content ol li {
  list-style-type: decimal;
  padding-left: 0;
  margin-left: 20px;
}
h2 {
  font-size: 3.8em;
  position: relative;
}
h4.level {
  position: relative;
  padding-top: 0px;
  margin-top: 20px;
  padding-right: 100px;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 24px;
  border-bottom: 1px solid #00214D;
}
h4.level::after {
  font-family: FontAwesome;
  color: #F5A623;
  content: "\f005\00a0\f006\00a0\f006\00a0\f006\00a0\f006";
  position: absolute;
  top: 0px;
  right: 0px;
}
h4.level.oneStar::after {
  content: "\f005\00a0\f006\00a0\f006\00a0\f006\00a0\f006";
}
h4.level.twoStar::after {
  content: "\f005\00a0\f005\00a0\f006\00a0\f006\00a0\f006";
}
h4.level.threeStar::after {
  content: "\f005\00a0\f005\00a0\f005\00a0\f006\00a0\f006";
}
h4.level.fourStar::after {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f006";
}
h4.level.fiveStar::after {
  content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
}
.feature {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #130015;
}
.feature::before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "+";
  font-size: 24px;
}
.feature.minus::before {
  content: "-" !important;
}
#frontPage h2 {
  font-size: 3.2em;
  position: relative;
  padding-bottom: 10px;
}
#frontPage h2::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 33.3%;
  height: 3px;
  background: url('../../images/title.png') no-repeat right bottom;
}
h3 {
  font-size: 3.2em;
}
h4 {
  font-size: 2.8em;
  padding: 0.5em 0 0.2em;
  margin-bottom: 1em;
  border-bottom: 3px solid #333;
}
/*h4.relatedNewsTitle { padding:0.5em 0 0.2em; margin-bottom:1em; border-bottom: 3px solid #333; }*/
h5 {
  font-size: 2.6em;
}
table td p {
  padding: 0;
}
table th,
table td p {
  margin: 0;
}
.content > .row > div > ul:not([class]) > li:not([class]),
.content .accordionWrap > ul:not([class]) > li:not([class]) {
  list-style-type: none !important;
  margin-left: 0;
}
.content > .row > div > ul:not([class]) > li:not([class]):before,
.content .accordionWrap > ul:not([class]) > li:not([class]):before {
  content: "•";
  font-size: 170%;
  padding-right: 10px;
  position: relative;
  top: 2px;
}
section.content > .row > div[class^='col-sm-'] > a {
  font-size: 1.6em;
  margin: 0 0 1.5em;
  display: inline-block;
}
.bgBlue {
  background-color: #00214d;
}
.bgYellow {
  background-color: #ffd200;
}
.bgGray {
  background-color: #f8f8f8;
}
.bgGrayDark {
  background-color: #EFF0F2;
}
.bgWhite {
  background-color: #fff;
}
/* header */
.header {
  position: relative;
  background: #ffd200;
}
.header #strapline,
.header .brand,
.header .fn,
.header .forScreenReaders {
  display: none;
}
.header .headerWrap {
  background: #ffd200;
}
.header {
  padding-top: 32px;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  height: 62px;
  padding-top: 0 !important;
}
.sticky .pageTitle {
  padding: 15px 0;
}
.sticky .pageTitle a img {
  margin-bottom: -10px;
  max-width: 80px;
  margin-top: -2px;
}
.sticky .navigation {
  padding-top: 19px;
  /*.fa-angle-down { display: none!important; }*/
}
.sticky .navigation .drop {
  top: 3px;
  padding-top: 0;
}
.sticky .navigation .dropMulti .drop {
  top: 23px;
}
.sticky .navigation > ul > li > a {
  background: none !important;
  padding-bottom: 21px !important;
}
.sticky .secondaryNav {
  display: none;
}
.sticky .titleText {
  height: 35px;
}
/* pageTitle */
.pageTitle {
  float: left;
  margin: 0;
  padding: 30px 0;
  font-size: 1em;
}
.pageTitle a {
  display: block;
  max-width: 140px;
  position: relative;
}
.pageTitle a img {
  display: block;
  margin-bottom: -15px;
  margin-top: -15px;
}
.pageTitle a span {
  display: none;
}
.titleText {
  color: #00214d;
  display: table !important;
  vertical-align: middle;
  float: left;
  display: inline-block;
  margin: 0 0 0 145px;
  border-left: 1px solid #00214d;
  padding-left: 10px;
  position: absolute;
  top: 0;
  height: 58px;
  line-height: 16px;
  font-weight: bold;
  width: 125px;
}
.titleText span {
  vertical-align: middle;
  display: table-cell !important;
}
.portal-5 .titleText {
  width: 120px;
}
/* header main navigation */
/* header drop navigation */
/* navigation */
.navigation {
  float: right;
  padding: 34px 0 0 0;
  margin: 0;
  background: none;
  /* navigation drop */
}
.navigation > ul > li {
  position: static;
}
.navigation > ul > li.selected > a {
  color: #00214d;
  text-decoration: underline;
}
.navigation > ul > li.dropSingle:hover > a {
  background: url('../../images/icons/icon_arrow_navigation.png') no-repeat center bottom scroll transparent;
}
.navigation > ul > li:hover > a {
  color: #00214d;
  text-decoration: underline;
  padding-bottom: 35px;
}
.navigation > ul > li > a {
  color: #00214d;
  min-width: 10px;
  border: none;
}
.navigation > ul > li > a:active {
  color: #000000;
  background: none;
}
.navigation > ul > li > a > span {
  padding: 0 15px;
  margin: 0;
  font-size: 1.6em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.4em;
}
.navigation .drop {
  min-width: 100%;
  padding-top: 40px;
  bottom: 0px;
}
.navigation .drop .dropWrap {
  top: 39px;
  background: #333333;
  padding: 17px 0 5px 0;
}
.navigation .drop .dropWrap ul li {
  float: none;
}
.navigation .drop .dropWrap ul li a {
  color: #ffffff;
  min-width: 100%;
  background: none;
  border: none;
}
.navigation .drop .dropWrap ul li a:hover {
  color: #ffffff;
  background: none;
}
.navigation .drop .dropWrap ul li a:active {
  color: #000000;
  background: none;
}
.navigation .drop .dropWrap ul li a span {
  padding: 4px 0 3px 0;
  margin: 0;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.2em;
}
.navigation .drop .dropWrap ul li.selected a {
  color: #ffd200;
}
.navigation .dropMulti .dropWrap {
  padding: 35px 0 25px;
}
.navigation .dropMulti .ctaBox {
  text-align: center;
  padding-left: 40px !important;
  padding-right: 40px !important;
  padding-bottom: 25px;
}
.navigation .dropMulti .ctaBox.border {
  border-left: 1px solid #646464;
}
.navigation .dropMulti .ctaBox img {
  max-height: 32px;
}
.navigation .dropMulti .ctaBox h3 {
  color: #fff;
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.navigation .dropMulti .ctaBox .button {
  width: auto;
  display: inline-block !important;
  line-height: 30px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.navigation .dropMulti .ctaBox .button:hover {
  background: #f1f1f1;
}
.navigation ul li.dropSingle {
  position: relative;
}
.navigation ul li.dropSingle ul li a {
  padding: 0 30px 0 15px;
  white-space: nowrap;
}
.navigation ul li.dropSingle .dropWrap {
  top: 40px;
}
/* secondaryNav */
/* secondaryNav links */
/* secondaryNav drop links */
/* header drop navigation */
.secondaryNav {
  background: #00214D;
  /* navigation drop */
}
.secondaryNav .container-fluid {
  min-height: 32px;
  background: none;
}
.secondaryNav .container-fluid ul {
  padding-top: 0;
  padding-bottom: 0;
  height: 32px;
}
.secondaryNav .container-fluid ul li {
  margin-left: 1px;
}
.secondaryNav .container-fluid ul li.amzsLink {
  /*margin-right : 6px;*/
}
.secondaryNav .container-fluid ul li.amzsLink a span {
  padding: 0 5px;
}
.secondaryNav .container-fluid ul li a {
  margin: 0;
  color: #fff;
  min-width: 10px;
  background: none;
  border: none;
}
.secondaryNav .container-fluid ul li a:hover {
  color: #ffffff;
  background: #00214d;
}
.secondaryNav .container-fluid ul li a:active {
  color: #fff;
  background: #000000;
}
.secondaryNav .container-fluid ul li a span {
  padding: 0 9px;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 32px;
}
.secondaryNav .container-fluid ul li .amzsLink a span {
  padding: 0;
}
.secondaryNav .container-fluid ul li.selected a {
  color: #00214D;
  background-color: #fff;
}
.secondaryNav .container-fluid ul li.myAMZS.selected a {
  color: #00214d !important;
  background: #FFF !important;
}
.secondaryNav .container-fluid ul li.myAMZS span i {
  top: 2px;
  position: relative;
  padding: 0 2px;
  font-size: 18px;
}
.secondaryNav .container-fluid ul li.cart,
.secondaryNav .container-fluid ul li.amzsLink {
  overflow: hidden;
  margin: 5px 0 0 12px;
  border: 1px solid #00214D;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.secondaryNav .container-fluid ul li.cart span,
.secondaryNav .container-fluid ul li.amzsLink span {
  line-height: 16px;
  padding: 0 5px;
}
.secondaryNav .container-fluid ul li.cart span i,
.secondaryNav .container-fluid ul li.amzsLink span i {
  top: 1px;
  position: relative;
  padding: 0 2px;
  font-size: 18px;
}
.secondaryNav .container-fluid ul li.cart {
  margin-left: 17px;
}
.secondaryNav .container-fluid ul.right a:hover {
  color: #fff !important;
}
.secondaryNav .drop {
  min-width: 200px;
  padding-top: 0;
  bottom: 0;
}
.secondaryNav .drop .dropWrap {
  top: 0;
  background: #00214d;
}
.secondaryNav .drop .dropWrap ul {
  padding: 1em 0;
}
.secondaryNav .drop .dropWrap ul li {
  float: none;
}
.secondaryNav .drop .dropWrap ul li a {
  color: #ffffff;
  min-width: 200px;
  background: transparent;
  border: none;
}
.secondaryNav .drop .dropWrap ul li a:active {
  color: #ffffff;
  background: none;
}
.secondaryNav .drop .dropWrap ul li a span {
  padding: 3px 12px;
  margin: 0;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1.4em;
}
.secondaryNav .drop .dropWrap ul li:hover a {
  color: #ffd200;
  background: #00214d;
}
.mobileTop {
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #00214D;
  height: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  display: none;
  padding: 0 10px;
  line-height: 30px;
}
.mobileTop a {
  color: #fff;
  font-size: 13px;
  text-decoration: none !important;
}
.mobileTop small {
  display: inline-block;
  padding: 0 5px;
}
.mobileTop .languageSelectorWide {
  margin: 7px 0 0 5px;
}
/*.isUser .secondaryNav .container-fluid ul li.myAMZS a {
    color: @secNavWrapLinkColorHover !important;
    background: @secNavWrapLinkBgHover !important;
}*/
.phoneAMZS {
  position: relative;
}
.phoneAMZS i {
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 56px;
  height: 56px;
  line-height: 17px;
  text-align: center;
  background: url('../../images/icons/icon_phone_amzs_blue.png') no-repeat center center scroll #ffd200;
}
.phoneAMZS a {
  font-size: 1em;
  line-height: 41px;
  color: #00214D;
  text-decoration: none !important;
  background: none !important;
  display: inline-block !important;
}
.phoneAMZS a span {
  padding: 0 0 0 75px !important;
}
.phoneAMZS a:last-child span {
  padding: 0 !important;
}
.phoneAMZS a:hover {
  color: #00214D !important;
}
.phoneAMZS strong {
  font-size: 1.2em;
}
.phoneAMZS small {
  font-size: 1em;
  padding: 0 5px;
}
/* header search */
.searchForm fieldset {
  position: relative;
  margin: -5px 0 0 15px;
  padding: 2px;
}
.searchForm fieldset p.textType {
  position: relative;
  min-width: 160px;
  margin: 0;
  padding: 0;
}
.searchForm fieldset p.textType input.textType {
  padding: 5px 28px 3px 5px !important;
  font-size: 1.4em;
  color: #00214d;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #edc006;
  border: none;
  height: 30px;
}
.searchForm fieldset p.textType input.textType:focus {
  color: #00214d;
  background: #ffffff;
}
.searchForm fieldset p.textType input.submitType {
  position: absolute;
  top: 1px;
  right: 0;
  width: 28px;
  height: 28px;
  padding: 7px 10px 7px 10px;
  background: url('../../images/icons/icon_search.png') no-repeat center center scroll transparent;
}
/* breadCrumbs */
.breadcrumbs {
  background: #ffffff;
}
.breadcrumbs .row {
  background: none;
}
.breadcrumbs .row ul {
  padding: 2.7em 0 2.3em 0;
  margin: 0;
}
.breadcrumbs .row ul li {
  font-size: 1.2em;
  line-height: 1.2em;
  font-family: proxima, Arial, serif;
  color: #000000;
}
.breadcrumbs .row ul li a {
  padding: 0 8px 0 0;
  margin: 0;
  color: #808080;
}
.breadcrumbs .row ul li a i {
  margin-left: 6px;
}
/* aside */
aside {
  padding: 10em 0 0 0;
  margin: 0 0 2em 0;
  background: transparent;
}
aside.relatedNews {
  padding-top: 0px !important;
}
/* subCategories */
.sidebar {
  position: relative;
  /* static */
}
.sidebar .stickySidebar {
  position: fixed;
  top: 62px;
  right: 0;
  width: 100%;
}
.sidebar .bottomSidebar {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  top: auto;
}
.sidebarCont .subCategories > li {
  list-style-type: none;
  margin-left: 0 !important;
}
.subCategories li:last-child a {
  border: none;
}
.subCategories li a {
  position: relative;
  display: block;
  font-size: 1.4em;
  background: #F8F8F8;
  border-bottom: 2px solid #EAEDEF;
}
.subCategories li a span {
  display: block;
  padding: 20px 30px 16px 20px;
}
.subCategories li a:hover {
  background: #ffd200;
}
.subCategories li a i {
  position: absolute;
  top: 17px;
  right: 20px;
  font-size: 1.2em;
}
.subCategories li.selected a {
  background: #E4EDEC;
  border-color: #E4EDEC;
}
.subCategories li > ul {
  padding: 0 0 2em 0;
  margin: 0;
  background: #E4EDEC;
  display: none;
}
.subCategories li > ul > li a:hover {
  background: #f3f7f7;
}
.subCategories li > ul > li a span {
  padding: 8px 30px 8px 20px;
}
.subCategories li > ul > li > ul {
  display: none;
}
.subCategories li > ul > li > ul li a {
  padding-left: 20px;
}
.subCategories li > ul > li.selected > a {
  color: #EAAA0A;
}
.subCategories li > ul > li.selected > ul {
  display: block;
}
.subCategories li.selected > ul {
  display: block;
}
.subCategories > li > a > span {
  font-weight: bold;
}
/* frame */
.frame {
  margin: 2em 0 2em 70px;
  padding: 10px 0 10px 15px;
  font-size: 2.2em;
  color: #00214D;
  font-weight: bold;
  border-left: 3px solid #333333;
  position: relative;
  min-height: 50px;
}
.frame a {
  color: #00214D;
}
.frame i {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  background-color: #002d62;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.3em;
  text-align: center;
  position: absolute;
  left: -70px;
  top: 0;
}
.titleBlock {
  font-size: 3.2em;
  margin-bottom: 1.9em;
}
.titleBlock small {
  display: block;
  font-size: .5em;
  color: #333333;
}
/* pdf */
.pdf {
  padding-left: 45px;
  position: relative;
  line-height: 34px;
  display: inline-block;
}
.pdf i {
  display: inline-block;
  width: 34px;
  line-height: 34px;
  background-color: #002d62;
  -moz-border-radius: 34px;
  -webkit-border-radius: 34px;
  border-radius: 34px;
  color: #fff;
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0;
}
.pdfTitle {
  padding-left: 65px;
  position: relative;
  line-height: 50px;
  padding-top: 0;
  margin-top: 10px;
}
.pdfTitle i {
  display: inline-block;
  width: 50px;
  line-height: 50px;
  background-color: #002d62;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 0.6em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
/* product Catalog */
.product {
  margin-bottom: 3em;
  text-align: center;
  border-top: 3px solid #333333;
  background: #F8F8F8;
}
.product p {
  margin: 0;
}
.product .productTitle {
  padding: 16px 10px;
  margin: 0;
  font-size: 1.6em;
  line-height: 1.4em;
}
.product .imgData {
  border-width: 0 5px;
  border-style: solid;
  border-color: #F8F8F8;
}
.product .imgData a {
  display: block;
  padding: 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #9F9F9F;
}
.product .imgData a img {
  display: block;
  margin: 0 auto;
  max-width: 140px;
}
.product .additionalData {
  display: none;
}
.product .priceData {
  padding: 16px 10px;
  border-bottom: 3px solid #333333;
}
.product .priceData .priceWrap {
  display: block;
  padding-bottom: 5px;
  font-size: .8em;
}
.product .priceData .priceWrap .exPrice {
  padding: 0 5px;
  color: #666666;
}
.product .priceData .priceWrap .priceDisplay {
  padding: 0 5px;
  color: #000000;
}
.product .priceData .clubPrice {
  font-weight: bold;
  color: #00214D;
}
.product .addToCart {
  padding-top: 20px;
  background: #ffffff;
}
/* boxImportant */
.boxes {
  margin-bottom: 2em;
}
.boxImportant {
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 15px 10px;
  color: #00214D;
  background: #ffd200;
}
.boxImportant a {
  color: #00214D;
}
.boxImportant p {
  margin: 0;
  color: #00214D;
}
.boxImportant .left {
  font-size: 3.2em;
  width: 80px;
}
.boxImportant .importantContent {
  margin: 0 160px 0 90px;
  padding-left: 20px;
  border-left: 1px solid #00214D;
}
.boxImportant .importantContent .importantTitle {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 3.2em;
}
.boxImportant .more {
  position: absolute;
  top: 15px;
  right: 30px;
  width: 95px;
}
.boxImportant .more .button {
  display: inline-block;
  width: 95px;
  color: #fff;
  padding: 7px 0;
}
.boxImportant .more .button span {
  padding: 0;
}
.col-lg-6 .boxImportant .left {
  font-size: 5em;
  width: 100%;
  float: none;
}
.col-lg-6 .boxImportant .importantContent {
  margin: 0 0px 0 0px;
  padding-left: 0px;
  border-left: none;
  text-align: center;
}
.col-lg-6 .boxImportant .importantContent .importantTitle {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 2.4em;
  font-weight: bold;
  margin-bottom: 15px;
}
.col-lg-6 .boxImportant .more {
  position: relative;
  top: 0px;
  right: 0px;
  width: 100%;
}
.col-lg-6 .boxImportant .more .button {
  display: inline-block;
  width: 95px;
  color: #fff;
  padding: 7px 0;
}
.col-lg-6 .boxImportant .more .button span {
  padding: 0;
}
/* boxImportantBlue */
.boxImportantBlue {
  margin-bottom: 30px;
}
.boxImportantBlue > i {
  display: block;
  font-size: 40px;
  padding: 10px 20px 10px 0;
  margin-right: 20px;
  border-right: 1px solid #142d61;
  float: left;
  color: #142d61;
}
.boxImportantBlue .importantBlueContent {
  padding-left: 80px;
}
.boxImportantBlue .importantBlueContent h3 {
  font-size: 28px;
  color: #002d62;
  padding-top: 5px;
  margin: 0;
}
.boxImportantBlue .importantBlueContent p {
  font-size: 14px;
  color: #002d62;
  margin-bottom: 10px;
}
.boxImportantBlue .importantBlueContent p a {
  text-decoration: underline;
}
.boxImportantBlue .importantBlueContent p a:hover {
  text-decoration: none;
}
.boxImportantBlue.bgGrey {
  background: #EFF0F2;
  padding: 15px;
  margin-top: 20px;
}
.boxImportantBlue.bgGrey p {
  margin-bottom: 0px;
}
/* boxAccordion */
.boxAccordion {
  margin-bottom: 3em;
}
.boxAccordion .ui-accordion-header {
  position: relative;
  padding: 25px 0;
  margin: -1px 0;
  color: #000000;
  font-size: 2.2em;
  text-align: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #9F9F9F;
  cursor: pointer;
}
.boxAccordion .ui-accordion-header span {
  padding: 0 20px;
  background: url('../../images/icons/icon_arrow_down_blue.png') no-repeat right center scroll transparent;
}
.boxAccordion .ui-accordion-header span.ui-icon {
  margin-right: 10px;
}
.boxAccordion .ui-accordion-header a {
  font-size: 1em;
}
.boxAccordion .ui-accordion-header.ui-state-active {
  color: #00214D;
  background: #F8F8F8;
  border-bottom-color: #F8F8F8;
}
.boxAccordion .ui-accordion-header.ui-state-active span {
  background-image: url('../../images/icons/icon_arrow_up_blue.png');
}
.boxAccordion .accordionWrap {
  background: #F8F8F8;
  border-bottom: 1px solid #9F9F9F;
}
.boxAccordion .accordionWrap > * {
  padding: 0 0 1em;
  max-width: 80%;
  margin: 0 auto;
}
.boxAccordion .accordionWrap p.nasvet,
.boxAccordion .accordionWrap p.clanstvo {
  padding-left: 15px;
  margin-bottom: 20px;
}
.boxAccordion .accordionWrap p.pdfTitle {
  padding-left: 65px;
}
.boxAccordion .accordionWrap p.pdfTitle i {
  font-size: 1.2em;
}
.boxAccordion .accordionWrap > a {
  display: block;
  font-size: 1.6em;
}
.boxAccordion .accordionWrap > p.videoWrapper {
  padding-bottom: 56.25% !important;
  /* 16:9 */
  padding-top: 25px !important;
  margin-bottom: 20px !important;
}
.boxAccordion .accordionWrap table {
  width: 100%;
  margin: 1px auto 20px;
}
.boxAccordion .accordionWrap table th,
.boxAccordion .accordionWrap table td {
  background-color: transparent;
}
.boxAccordion .accordionWrap h3 {
  font-size: 2em;
  padding: 1em 0;
  font-weight: 700;
}
.boxAccordion .accordionWrap h4 {
  margin: 0 auto 15px auto;
  padding: 0 0 5px 0;
}
/* tabs */
#tabs,
.boxTabs {
  position: relative;
  margin-bottom: 3em;
}
#tabs .ui-tabs-nav,
.boxTabs .ui-tabs-nav,
#tabs .tabNavigation,
.boxTabs .tabNavigation {
  border-bottom: 1px solid #9F9F9F;
  padding: 0 10px;
  list-style-type: none;
}
#tabs .ui-tabs-nav li,
.boxTabs .ui-tabs-nav li,
#tabs .tabNavigation li,
.boxTabs .tabNavigation li {
  position: relative;
  margin-bottom: -1px;
}
#tabs .ui-tabs-nav li a,
.boxTabs .ui-tabs-nav li a,
#tabs .tabNavigation li a,
.boxTabs .tabNavigation li a {
  display: block;
  margin-bottom: 1px;
  padding: 12px 20px 10px 20px;
  white-space: nowrap;
  font-size: 2em;
}
#tabs .ui-tabs-nav li.ui-state-active a,
.boxTabs .ui-tabs-nav li.ui-state-active a,
#tabs .tabNavigation li.ui-state-active a,
.boxTabs .tabNavigation li.ui-state-active a {
  margin: 0;
  padding: 11px 19px 11px 19px;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: #9F9F9F;
  background: #ffffff;
  text-decoration: none;
}
#tabs .ui-tabs-panel,
.boxTabs .ui-tabs-panel {
  padding-top: 3em;
}
#tabs.tabsExtra,
.boxTabs.tabsExtra {
  margin: 0;
}
#tabs.tabsExtra .ui-tabs-panel,
.boxTabs.tabsExtra .ui-tabs-panel {
  padding: 0;
  margin: 0;
}
#tabs.tabsExtra .ui-tabs-nav,
.boxTabs.tabsExtra .ui-tabs-nav {
  overflow: hidden;
  padding: 0;
  border: 1px solid #ffd200;
}
#tabs.tabsExtra .ui-tabs-nav li,
.boxTabs.tabsExtra .ui-tabs-nav li {
  position: relative;
  margin: 0;
  text-align: center;
}
#tabs.tabsExtra .ui-tabs-nav li a,
.boxTabs.tabsExtra .ui-tabs-nav li a {
  margin: 0;
  font-size: 1.5em;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
}
#tabs.tabsExtra .ui-tabs-nav li.ui-state-active a,
.boxTabs.tabsExtra .ui-tabs-nav li.ui-state-active a {
  color: #00214D;
  background: #ffd200;
  border: none;
}
#tabs.tabsExtra .ui-tabs-nav li.ui-state-active a:before,
.boxTabs.tabsExtra .ui-tabs-nav li.ui-state-active a:before {
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -21px;
  content: ".";
  width: 42px;
  height: 21px;
  background: url('../../images/icons/icon_arrow_down_orange.png') no-repeat 0 0 scroll transparent;
}
#tabs.centerTabs .ui-tabs-nav,
.boxTabs.centerTabs .ui-tabs-nav {
  display: inline-block;
}
#tabs.centerTabs .ui-tabs-nav li,
.boxTabs.centerTabs .ui-tabs-nav li {
  display: inline-block;
  min-width: 110px;
}
#tabs.centerTabs .ui-tabs-nav li a,
.boxTabs.centerTabs .ui-tabs-nav li a {
  padding: 10px 10px 10px 10px;
}
/* infoCenter */
.infoCenter {
  background: #ffd200;
}
.infoCenter .infoBox {
  padding-top: 6em;
}
.infoCenter .blockTitle {
  font-size: 3.2em;
  font-weight: bold;
}
.infoCenter .blockTitle .phoneAMZS {
  margin: 0 20px;
}
.infoCenter .blockTitle .phoneAMZS span {
  padding-left: 0;
}
.infoCenter .blockTitle .phoneAMZS span i {
  position: relative;
  top: -8px;
  display: inline-block;
  left: auto;
  bottom: auto;
  vertical-align: middle;
}
.infoCenter .blockTitle strong {
  color: #002d62;
  font-weight: bold;
}
.infoCenter .blockTitle .icon {
  vertical-align: middle;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 17px;
  text-align: center;
  background: url('../../images/icons/icon_phone_amzs.png') no-repeat center center scroll #00214d;
  position: relative;
  margin: -20px 20px 0 20px;
}
.infoCenter p {
  margin-bottom: 20px;
}
/* infoBox */
.infoBox {
  padding: 6em 0 3em 0;
  text-align: center;
}
.infoBox.infoDark p,
.infoBox.infoDark p a {
  color: #fff;
}
.infoBox.infoDark p strong {
  font-weight: normal;
  color: #ffd200;
}
.infoBox.infoYellow {
  margin-top: 20px;
  background: #ffd200;
  padding: 4em 15px;
  position: relative;
}
.infoBox.infoYellow:before {
  content: "";
  position: absolute;
  left: 46.5%;
  top: -24px;
  border-radius: 100%;
  width: 56px;
  height: 56px;
  line-height: 17px;
  text-align: center;
  background: url('../../images/icons/icon_phone_amzs_blue.png') no-repeat center center scroll #ffd200;
}
.infoBox.infoYellow .col-lg-3 {
  position: relative;
  min-height: 81px;
  text-align: left;
  padding: 0 0 0 20px;
  margin: 1em 0;
}
.infoBox.infoYellow .col-lg-3:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
}
.infoBox.infoYellow .col-lg-3 p {
  font-size: 1.4em;
  margin: 0 0 5px;
}
.infoBox.infoYellow .col-lg-3 span {
  font-family: proxima, Arial, serif;
  font-size: 2.4em;
  font-weight: 700;
}
/* infoBreadcrumbs */
.infoBreadcrumbs {
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 5.8em;
  text-shadow: 1px 1px #000000;
}
.infoBreadcrumbs a {
  vertical-align: middle;
}
.infoBreadcrumbs a.indexPage {
  display: inline-block;
  width: 170px;
  height: 41px;
  background: url('../../images/logos/logo_amzs_white.png') no-repeat 0 0 scroll transparent;
}
.infoBreadcrumbs a:hover {
  color: #ffd200 !important;
}
.infoBreadcrumbs small {
  vertical-align: middle;
  font-size: 1em;
}
/* blockTitle */
.blockTitle {
  font-size: 3.2em;
  padding: 0;
  margin: 0 0 .1em 0;
}
.infoDark .blockTitle,
.blockTitle .infoDark a {
  color: #ffd200;
}
.blockTitleDesc {
  padding-bottom: 30px;
  line-height: 1.2em;
}
/* bluNumber */
.blueNumber {
  position: relative;
  height: 48px;
  overflow: hidden;
  display: inline-block;
  padding: 4px;
  margin: 0 0 20px 0;
  font-size: 3.8em;
  line-height: 1em;
  background: #00214D;
  color: #ffd200;
}
.blueNumber i {
  position: absolute;
  font-size: .7em;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #00214D;
  background: #ffd200;
}
.blueNumber span {
  line-height: 45px;
  padding: 0 20px 0 55px;
  letter-spacing: 2px;
}
.disclamer {
  font-size: 1.2em;
  margin-bottom: 40px;
}
.infoDark .disclamer,
.disclamer .infoDark a {
  color: #fff;
}
.disclamer strong {
  color: #00214D;
}
/* infoList */
.infoList ul li {
  padding-bottom: 30px;
}
.infoList ul li a.twoLine span {
  padding-top: 8px;
  padding-bottom: 5px;
  line-height: 15px;
}
.infoList ul li a.twoLine small {
  display: block;
  font-size: 12px;
}
/* eNews */
.eNews {
  background: #EFF0F2;
}
.eNews h4 {
  font-size: 32px;
  color: #00214D !important;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.eNews .enewsWrap {
  max-width: 530px;
  margin: 0 auto;
}
.eNews p {
  font-size: 15px;
  color: #252B33 !important;
  line-height: 19px;
}
.eNews form {
  position: relative;
}
.eNews form button {
  position: absolute;
  right: 0px;
  top: 0px;
}
.eNews form .gdpr-consent .checkbox {
  padding: 0px !important;
  text-align: left;
}
.eNews form .gdpr-consent .checkbox label {
  padding-left: 23px;
  padding-top: 0px;
  color: #252B33 !important;
  font-size: 13px;
  max-width: 97%;
}
.eNews form .gdpr-consent .checkbox label::before {
  top: 2px;
  position: relative !important;
  margin-left: -20px;
  font-size: 17px !important;
}
.eNews form .gdpr-consent.has-error .checkbox label::before {
  color: #f00;
}
.eNews form span.has-error {
  margin-top: 5px;
}
.eNews .form-group {
  position: static;
}
.eNews .form-group label {
  display: none;
}
.eNews .form-group input {
  width: 100%;
  padding-right: 100px;
  text-align: left;
  font-size: 13px;
  color: #A0A0A0;
  margin-left: 0px !important;
}
.eNews .form-group button[type="submit"] {
  max-width: 240px;
  margin: 0 auto !important;
}
.eNews .errorMessage {
  display: none !important;
}
.yellowBanners {
  padding-top: 55px;
  padding-bottom: 55px;
}
.yellowBanners h3 {
  font-size: 32px;
  color: #00214D;
  font-weight: bold;
}
.yellowBanners p {
  font-family: proxima, Arial, serif;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
}
.yellowBanners .banner {
  display: block;
  color: #000;
  border: 1px solid #E4BC00;
  padding: 50px 50px 50px 120px;
  text-decoration: none !important;
  position: relative;
}
.yellowBanners .banner span {
  position: absolute;
  left: 30px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 80px;
  color: #00214D;
}
.partners {
  padding-top: 55px;
  padding-bottom: 55px;
  margin-top: 60px;
}
.partners h3 {
  font-size: 32px;
  color: #00214D;
  font-weight: bold;
}
.partners .col-lg-4 {
  position: relative;
  text-align: center;
}
.partners .col-lg-4 p {
  margin-bottom: 0px;
}
.partners .col-lg-4::after {
  position: absolute;
  content: "";
  top: 50%;
  width: 1px;
  height: 100px;
  background: #D6DCE2;
  right: 0px;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.partners .col-lg-4:last-child::after {
  display: none;
}
.story {
  position: relative !important;
  background-size: cover !important;
  margin-top: 60px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.story .col-lg-6 {
  padding-top: 100px;
  padding-bottom: 100px;
  float: right;
  padding-left: 50px;
}
.story .col-lg-6 h4 {
  font-size: 18px !important;
  color: #D6DCE2;
  line-height: 22px;
  margin-top: 0px;
  border: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.story .col-lg-6 h3 {
  font-size: 50px;
  padding-top: 0px;
  max-width: 400px;
  color: #FFFFFF;
  line-height: 54px;
  margin-top: 0px;
  border: none;
  margin-bottom: 30px;
  font-weight: bold;
}
.story .overlay {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6));
  background: -moz-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.6));
}
/* formLarge */
.formLarge p.textType input.textType {
  padding-top: 12px;
  padding-bottom: 10px;
}
.formLarge p.textType input.textType:focus {
  border-color: #ffffff;
}
.formLarge p.submitType input.submitType {
  max-width: 240px;
  margin: 0 auto;
}
.formLarge p.iconType i.fa {
  line-height: 50px;
}
.formLarge .button span {
  padding-top: 16px;
  padding-bottom: 13px;
}
/* iconType */
fieldset p.iconType {
  position: relative;
}
fieldset p.iconType input.textType {
  text-indent: 50px;
}
fieldset p.iconType i.fa {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 35px;
  font-size: 24px;
  color: #333333;
}
/* formBlue */
fieldset.formBlue {
  margin: 0;
  padding: 0;
}
fieldset.formBlue p,
fieldset.formBlue a {
  margin: 0;
  color: #ffffff;
}
fieldset.formBlue p.textType input.textType,
fieldset.formBlue p.selectType input.textType,
fieldset.formBlue p.textareaType input.textType,
fieldset.formBlue p.textType select.selectType,
fieldset.formBlue p.selectType select.selectType,
fieldset.formBlue p.textareaType select.selectType,
fieldset.formBlue p.textType textarea.textareaType,
fieldset.formBlue p.selectType textarea.textareaType,
fieldset.formBlue p.textareaType textarea.textareaType {
  background-color: #C0C9D2;
  border-color: #C0C9D2;
}
fieldset.formBlue p.textType input.textType:focus,
fieldset.formBlue p.selectType input.textType:focus,
fieldset.formBlue p.textareaType input.textType:focus,
fieldset.formBlue p.textType select.selectType:focus,
fieldset.formBlue p.selectType select.selectType:focus,
fieldset.formBlue p.textareaType select.selectType:focus,
fieldset.formBlue p.textType textarea.textareaType:focus,
fieldset.formBlue p.selectType textarea.textareaType:focus,
fieldset.formBlue p.textareaType textarea.textareaType:focus {
  background-color: #ffffff;
}
/* bannerText */
.bannerText {
  padding-top: 3px;
}
.bannerText strong {
  color: #ffd200;
  font-weight: normal;
}
/* amzsList */
.amzsList {
  background: #00214D;
  overflow: hidden;
}
.amzsList .button {
  max-width: 240px;
  margin: 0 auto;
}
.amzsList .amzsListDisplay {
  margin: 0 auto;
  padding-bottom: 4em;
  width: 100%;
  max-width: 240px;
}
.amzsList .amzsListDisplay li {
  position: relative;
}
.amzsList .amzsListDisplay li:hover .drop {
  display: block;
}
.amzsList .amzsListDisplay li .drop {
  bottom: 4px;
}
.amzsList .amzsListDisplay li .drop .dropWrap {
  background: #FFC51A;
}
.amzsList .amzsListDisplay li .drop .dropWrap ul {
  padding: 0;
  margin: 0;
}
.amzsList .amzsListDisplay li .drop .dropWrap ul li a {
  display: block;
  padding: 7px 10px;
  font-size: 1.4em;
  color: #00214D;
}
.amzsList .amzsListDisplay li .drop .dropWrap ul li a:hover {
  background: #ffd200;
}
.amzsList .amzsListDisplay li .drop .dropWrap ul li a:active {
  background: #e6bd00;
}
/* amzsMap */
.amzsMap {
  position: relative;
}
.amzsMap #map-poslovalnice,
.amzsMap #map-drustva {
  width: 100%;
  height: 470px;
  background: #F3F1ED;
}
.innerMap {
  position: relative;
  overflow: hidden;
}
.innerMap #map-stanje,
.innerMap #map-smucisca,
.innerMap #map-poslovalnica,
.innerMap #map-drustvo,
.innerMap #map-razdalje,
.innerMap #map-prelazi {
  display: block;
  width: 100%;
  height: 450px;
  margin-bottom: 30px;
}
/* amzs listBox */
.amzsListBox {
  padding-bottom: 0;
}
.amzsListBox #tabs ul.ui-tabs-nav {
  margin: 5px 0 50px 0;
}
.homeMap {
  position: relative;
}
.homeMap .leftBox {
  position: absolute;
  left: 0px;
  width: 390px;
  top: 0px;
  bottom: 0px;
  background: #252B33;
  padding: 100px 50px;
  z-index: 100;
}
.homeMap .leftBox h3 {
  font-size: 24px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 15px;
}
.homeMap .leftBox p {
  font-size: 15px;
  color: #D6DCE2;
  margin-bottom: 30px;
}
/* selectOverlay */
.overlayHolder {
  position: relative;
}
.selectOverlay {
  position: absolute !important;
  top: 52px;
  right: 0;
  z-index: 1;
  padding: 25px 30px;
  text-align: left;
  border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  background: rgba(255, 210, 0, 0.9);
}
.selectOverlay h4 {
  padding: 0;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 11px;
}
.selectOverlay ul li {
  font-size: 1.6em;
  list-style-type: none;
  margin: 0;
}
.selectOverlay ul li a {
  display: block;
  padding: 3px 0 4px 20px;
  color: #595959;
  background: url('../../images/icons/icon_selectbox.png') no-repeat 0 50% scroll transparent;
}
.selectOverlay ul li.selected a {
  color: #333333;
  background-image: url('../../images/icons/icon_selectbox_selected.png');
}
.selectOverlay ul li.more a {
  margin-top: 15px;
  color: #333333;
  text-decoration: underline;
  padding-left: 0;
  background: none;
}
.selectOverlay ul li.more a:hover {
  text-decoration: none;
}
.selectOverlay p.more {
  position: absolute;
  left: -27px;
  top: 165px;
  margin: 0;
  width: 28px;
  overflow: hidden;
}
.selectOverlay p.more a.button {
  width: 64px;
  background: rgba(255, 210, 0, 0.9);
}
.selectOverlay p.more a.button span {
  line-height: 44px;
  text-align: left;
  text-indent: 2px;
}
.selectOverlay p.more a.button span span {
  display: none;
}
.selectOverlay p.more a.button:hover {
  background: #ffd200;
}
.selectOverlay p.more a.button:hover span {
  color: #000000;
}
.selectOverlay .innerMap {
  width: 210px;
}
.selectOverlay .innerMap p.more {
  top: 155px;
}
/* bannerBox */
.bannerBox {
  padding-bottom: 15.5em;
}
.bannerBox ul {
  margin: 0;
  padding: 0;
}
.bannerBox ul li {
  margin: 0;
  padding-left: 0;
  background: none;
  font-size: 1em;
}
.bannerBox ul li .button span {
  padding-bottom: 13px;
  padding-top: 16px;
}
.bannerBox ul li :hover.button {
  background: #ffd200;
}
.bannerBox ul li :hover.button span {
  color: #333333;
  text-shadow: none;
}
.bannerBox .imgWrap {
  position: relative;
  padding: 8em 8em 0 8em;
  min-height: 600px;
  text-align: center;
  background-image: url('../../images/backgrounds/bg_member.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
}
.bannerBox .bannerList {
  margin: 220px 0 0 0;
}
.bannerBox div.more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.bannerBox div.more p {
  position: absolute;
  width: 100%;
  top: -39px;
  left: 0;
}
.bannerBox div.more p a.button {
  width: 100%;
  max-width: 370px;
  margin: 0 auto;
}
.bannerBox div.more p a.extraLink {
  display: block;
  margin-top: 20px;
  font-size: .9em;
  color: #00214D;
  text-decoration: underline;
}
.bannerBox div.more p a.extraLink:hover {
  text-decoration: none;
}
.bannerBox.destinationCalc h2 {
  margin-bottom: 40px;
}
.bannerBox.destinationCalc .form-group {
  padding-bottom: 25px;
}
/* bannerList */
.bannerList li span {
  padding: 35px 0;
  font-size: 2.8em;
  line-height: 1.3em;
  color: #ffffff;
  background: #00214D;
  text-align: center;
}
/* categoryTitle */
/* amzsMagazin */
.amzsMagazin .magazinTitle {
  width: 306px;
  height: 87px;
  margin: 0 auto 10px auto;
  background: url('../../images/logos/logo_moto_revija.png') no-repeat 0 0 scroll transparent;
}
/* amzsMembership */
.amzsMembership p.image {
  display: none;
  margin: 0;
}
.amzsMembership p.image img {
  display: block;
}
/* listDisplay */
.listDisplay .listTitle {
  padding-top: 0px;
  margin-top: -5px;
  margin-bottom: 5px;
  font-size: 3.2em;
}
.listDisplay .titleDescription {
  margin-bottom: 15px;
  font-size: 1.6em;
  line-height: 1.2em;
  color: #333333;
}
.listDisplay .titleDescription time {
  display: block;
}
.menuStyle {
  border-top: 2px solid #333333;
  border-bottom: 1px solid #333333;
}
.menuStyle li a {
  display: block;
  font-size: 1.6em;
  border-top: 1px solid #333333;
}
.menuStyle li a:hover span {
  color: #ffd200;
}
.menuStyle li a span {
  padding: 10px 0;
  color: #00214D;
}
.menuStyle li.selected a span {
  color: #ffd200;
}
/* block */
.block {
  position: relative;
  padding-bottom: 40px;
  text-shadow: 1px 1px #000000;
}
.block .image {
  display: block;
  overflow: hidden;
  margin: 0;
  background-repeat: no-repeat;
  background-position: center center;
}
.block.blue .image {
  background: #00214D;
}
.block.yellow .image {
  background: #ffd200;
}
.block a:hover .image {
  background-size: 120% 120%;
}
.block a,
.block a:hover {
  text-decoration: none;
}
.block:hover .sideByImage {
  display: block;
}
.block .blockLink {
  color: #fff;
  text-decoration: none;
}
.block .blockLink .blockTitle,
.block .blockLink .blockTitle a,
.block .blockLink .titleDescription,
.block .blockLink .description {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  color: #ffffff;
}
.block .blockLink .blockTitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2.5em;
  /*line-height : 1em;*/
}
.block .blockLink .titleDescription {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.block .blockLink .description {
  margin-bottom: 10px;
  font-size: 1.4em;
}
.block .blockLink .more {
  margin-bottom: 10px;
}
.block .blockLink .verticalMiddleWrap,
.block .blockLink .blockStaticWrap {
  padding: 0 10px;
}
.block .sideByImage .col {
  position: relative;
}
.block.block100 .blockLink .description {
  font-size: 1.6em;
}
.block:hover .blockTitle {
  text-decoration: underline;
}
.block:hover .verticalMiddleWrap {
  position: absolute;
  left: 0;
  bottom: 0;
  height: auto;
  width: 100%;
}
.block:hover .verticalMiddleWrap .blockTitle {
  font-size: 1.4em;
}
.block:hover .verticalMiddleWrap .titleDescription,
.block:hover .verticalMiddleWrap .description {
  display: none;
}
.block .date {
  font-size: 12px !important;
}
.block.blueOverlay {
  text-shadow: 1px 1px #011E41;
}
.block.blueOverlay .blockLink .verticalMiddleWrap,
.block.blueOverlay .blockStaticWrap {
  background: rgba(0, 45, 98, 0.45);
}
.goldOverlay {
  text-shadow: 1px 1px #E4B731;
}
.goldOverlay .blockLink .verticalMiddleWrap,
.goldOverlay .blockStaticWrap {
  background: rgba(255, 191, 0, 0.7);
}
.goldOverlay .blockLink .verticalMiddleWrap .blockTitle,
.goldOverlay .blockStaticWrap .blockTitle,
.goldOverlay .blockLink .verticalMiddleWrap .blockTitle a,
.goldOverlay .blockStaticWrap .blockTitle a,
.goldOverlay .blockLink .verticalMiddleWrap .titleDescription,
.goldOverlay .blockStaticWrap .titleDescription,
.goldOverlay .blockLink .verticalMiddleWrap .description,
.goldOverlay .blockStaticWrap .description {
  color: #333333;
}
.yellowOverlay {
  text-shadow: 1px 1px #E4B731;
}
.yellowOverlay .imgHolder {
  background: #ffd200;
}
.yellowOverlay:hover .image {
  opacity: .5;
}
.yellowOverlay .blockLink .verticalMiddleWrap,
.yellowOverlay .blockStaticWrap {
  background: #ffbf00;
}
.yellowOverlay .blockLink .verticalMiddleWrap .blockTitle,
.yellowOverlay .blockStaticWrap .blockTitle,
.yellowOverlay .blockLink .verticalMiddleWrap .blockTitle a,
.yellowOverlay .blockStaticWrap .blockTitle a,
.yellowOverlay .blockLink .verticalMiddleWrap .titleDescription,
.yellowOverlay .blockStaticWrap .titleDescription,
.yellowOverlay .blockLink .verticalMiddleWrap .description,
.yellowOverlay .blockStaticWrap .description {
  color: #333333;
  text-shadow: none;
}
.block.yellow .blockLink .verticalMiddleWrap,
.block.yellow .blockStaticWrap {
  background: #ffd200;
}
.block.yellow .blockLink .verticalMiddleWrap .blockTitle,
.block.yellow .blockStaticWrap .blockTitle,
.block.yellow .blockLink .verticalMiddleWrap .blockTitle a,
.block.yellow .blockStaticWrap .blockTitle a,
.block.yellow .blockLink .verticalMiddleWrap .titleDescription,
.block.yellow .blockStaticWrap .titleDescription,
.block.yellow .blockLink .verticalMiddleWrap .description,
.block.yellow .blockStaticWrap .description {
  color: #333333;
  text-shadow: none;
}
.block.yellow .blockTitle,
.block.yellow .blockTitle a,
.block.yellow .titleDescription,
.block.yellow .description {
  color: #333333;
  text-shadow: none;
}
.block.yellow .date {
  color: #333333;
  text-shadow: none !important;
}
.contentStatic .blue {
  background: #00214D;
}
.contentStatic .yellow {
  background: #ffd200;
}
.yellow .contentStatic {
  background: #ffd200;
}
.blueBox {
  background: #00214d;
  padding: 20px 20px 23px 64px;
  position: relative;
  margin-bottom: 40px;
}
.blueBox .fa {
  position: absolute;
  top: 21px;
  left: 20px;
  font-size: 26px;
  color: #fff;
}
.blueBox h3 {
  color: #fff;
  font-size: 16px !important;
  margin-bottom: 15px;
  padding-top: 3px;
}
.blueBox h3 strong {
  font-weight: bold;
}
.blueBox p {
  color: #a3a9b5;
  font-size: 12px;
  margin-bottom: 0px;
}
.lightBlueBox {
  background: #D2E3FF;
  padding: 30px 25px;
  display: block;
}
.lightBlueBox strong {
  margin-bottom: 10px;
  display: block;
}
.lightBlueBox p {
  color: #002D62;
  font-size: 19px;
}
.tipsBox {
  padding: 20px 20px 20px 85px;
  position: relative;
  color: #002D62;
  background: #EFF0F2;
  font-family: proxima, Arial, serif !important;
  display: block;
  width: 100%;
  font-size: 14px;
}
.tipsBox p {
  color: #002D62;
  font-size: 14px;
  line-height: 19px;
  font-family: proxima, Arial, serif !important;
}
.tipsBox a {
  font-size: 19px;
  line-height: 26px;
  text-decoration: underline;
}
.tipsBox a:hover {
  text-decoration: none;
}
.tipsBox::before {
  font-family: Font Awesome\ 5 Pro !important;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 45px;
  color: #002D62;
  ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.newsSlider {
  position: relative;
  background: #E8E8E9;
  height: 40px;
  overflow-x: hidden;
}
.newsSlider .marquee {
  width: 100%;
}
.newsSlider .title {
  position: absolute;
  z-index: 100;
  height: 40px;
  line-height: 40px !important;
  background: #CCCCCC;
  font-size: 13px;
  text-transform: uppercase;
  color: #252B33;
  line-height: 24px;
  font-weight: bold;
  padding: 0 15px;
}
.newsSlider .title::after {
  border-style: solid;
  border-width: 20px 0 20px 15px;
  border-color: transparent transparent transparent #CCCCCC;
  position: absolute;
  left: 100%;
  top: 0px;
  content: "";
}
.newsSlider ul {
  list-style-type: none !important;
  padding: 0px !important;
  margin: 0px !important;
}
.newsSlider ul li {
  list-style-type: none !important;
  padding: 0px 0px 0px 0 !important;
  margin: 0px !important;
  height: 40px;
  line-height: 40px !important;
  display: inline-block;
  float: left;
  font-size: 13px;
  color: #252B33;
}
.newsSlider ul li .info {
  display: inline-block;
  border-right: 1px solid #BCBCBC;
  padding: 0px 25px;
  height: 15px !important;
  line-height: 15px !important;
}
.newsSlider ul li time {
  font-weight: bold;
  font-size: 13px;
  color: #252B33;
  display: inline-block;
  margin-right: 10px;
}
#subPage .homeNews {
  margin-top: 0px !important;
}
.homeNews {
  margin-top: 60px;
}
.homeNews .news {
  margin-bottom: 30px;
}
.homeNews .news .image {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.homeNews .news .image img {
  display: block;
  width: 100%;
  -webkit-transition: -moz-transform 0.4s ease-out;
  -moz-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
}
.homeNews .news .newsMeta {
  font-size: 13px;
  color: #6E7885;
}
.homeNews .news .newsMeta small {
  display: inline-block;
  margin: 0 5px;
}
.homeNews .news.featured h3 {
  font-size: 24px;
}
.homeNews .news.featured h3 a {
  font-size: 24px;
}
.homeNews .news h3 {
  font-size: 18px;
  color: #00214D;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 20px;
  padding-top: 5px;
}
.homeNews .news h3 a {
  font-weight: bold;
  font-size: 18px;
}
.homeNews .news .description {
  font-size: 15px;
  color: #252B33;
  line-height: 20px;
}
.homeNews .news .more {
  display: inline-block;
  font-size: 13px;
  color: #00214D;
  line-height: 9px;
}
.homeNews .news .addthis_inline_share_toolbox {
  display: inline-block !important;
  vertical-align: middle !important;
  margin-left: 20px !important;
  margin-top: -5px !important;
}
.homeNews .news .addthis_inline_share_toolbox a {
  display: inline-block;
  background: #fff !important;
  background-color: #fff !important;
  width: 20px;
  height: 20px;
  line-height: 20px;
  padding: 0 !important;
  margin: 0 2px !important;
}
.homeNews .news .addthis_inline_share_toolbox a span {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.homeNews .news .addthis_inline_share_toolbox a svg {
  fill: #aeb7c2 !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.homeNews .news .addthis_inline_share_toolbox a:hover svg {
  fill: #002d62 !important;
}
.homeNews .news:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.homeNews .bannerPool {
  margin-top: 25px;
}
.ulYellow {
  background: #FFF2CC;
  padding: 25px 25px 5px 25px;
}
.ulYellow li {
  margin-bottom: 20px;
}
.static1.blue .blockStatic {
  background: #00214D;
}
.static1.yellow .blockStatic {
  background: #ffd200;
}
.static1.blockLink {
  display: block;
  text-shadow: none;
}
.static1 .blockStatic {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
}
/* newsBlock */
.mainNews {
  padding-bottom: 0;
}
.blockStatic {
  position: relative;
}
.newsBlock {
  padding-bottom: 4em;
}
.newsBox .noImage .contentStatic {
  height: 450px !important;
}
.newsBox li {
  list-style-type: none !important;
  margin: 0 !important;
}
/*h4.relatedNewsTitle { padding:0.5em 0 0.2em; margin-bottom:1em; border-bottom: 3px solid #333; }*/
/* articleAuthor */
.articleAutor {
  font-size: 1.4em;
}
.articleAutor time {
  padding-top: 3px;
  display: block;
}
/* keywords */
.tags {
  font-size: 1.4em;
}
.tags span {
  display: inline-block;
  padding: 1px 5px;
  margin-right: 10px;
  background: #ECECEC;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tags small {
  display: none;
}
/* articleNav */
.articleNav {
  padding-top: 3em;
}
.articleNav .socialLinks {
  text-align: center;
  font-size: 2.4em;
}
.articleNav .socialLinks a {
  padding: 0 1em;
}
.articleNav .socialLinks small {
  display: none;
}
/* autorPlace */
.authorPlace {
  padding-top: 3em;
  margin-bottom: 2em;
}
.authorPlace p.image1 {
  float: left;
}
.authorPlace p.image1 .button.bRound span,
.authorPlace p.image1 .button.bRound {
  width: 60px;
  height: 60px;
}
.authorPlace .authorTitle {
  font-weight: bold;
  margin-left: 80px;
  font-size: 16px;
  color: #252B33;
  line-height: 24px;
  padding-top: 0;
  margin-bottom: 5px;
}
.authorPlace .authorTitle a {
  font-weight: bold;
}
.authorPlace .authorText {
  padding-top: 0;
  margin-left: 80px;
}
.authorPlace .authorText p {
  margin-bottom: 10px;
}
.authorPlace .authorSocial {
  margin-right: 10px;
  text-decoration: none !important;
  display: inline-block;
}
.authorPlace .authorSocial .fa,
.authorPlace .authorSocial .fab {
  font-size: 16px;
  color: #AEB7C2;
  line-height: 24px;
}
.authorPlace .authorSocial .fa:hover,
.authorPlace .authorSocial .fab:hover {
  color: #002d62;
}
.authorPlace .authorSocial .fa {
  font-size: 17px;
}
/* headlines */
.headlines {
  position: relative;
}
.headlines.imgOnly {
  height: 520px;
  background-position: center top;
  margin-bottom: 40px;
}
.headlines .banner {
  padding-top: 8em;
  height: 520px;
  overflow: hidden;
  background-position: center top;
}
.headlines .banner .bannerWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.headlines .banner .bannerWrap .rp960Wrap {
  position: relative;
  height: 520px;
}
.headlines .banner .textWrap {
  position: absolute;
  left: 0;
  bottom: 252px;
}
.headlines .banner .bannerTitle {
  margin: 0 0 7px 0;
  color: #ffd200;
  font-size: 5em;
  text-shadow: 1px 1px #000000;
}
.headlines .banner .description {
  font-size: 3.2em;
  line-height: 1.2em;
  color: #ffffff;
  text-shadow: 1px 1px #000000;
}
.headlines .banner .bannerBox {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 185px;
  padding: 2em;
  background: #00214D;
}
.headlines .banner .bannerBox h5 {
  position: absolute;
  top: -10px;
  left: 125px;
  width: 41px;
  height: 10px;
  background: url('../../images/icons/icon_arrow_headlines.png') no-repeat 0 0 scroll transparent;
}
.headlines #bx-pager li {
  list-style-type: none;
  margin: 0;
}
.headlines .headerImageText {
  background: rgba(255, 210, 0, 0.9);
  margin-top: 200px;
  padding: 20px 25px 25px;
  display: inline-block;
}
.headlines .headerImageText > p {
  font-size: 2.4em;
  margin: 0;
  color: #00214d;
}
.headlines .headerImageText > p.descBig {
  font-size: 4em;
  font-weight: 700;
}
.headlines .headerImageText > * {
  margin: 0;
  padding: 0;
  color: #00214d;
}
.headlines .featuredImageArrow {
  display: inline-block;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background: rgba(255, 210, 0, 0.9);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #00214d;
  line-height: 50px;
  font-size: 2em;
}
.headlines .featuredImageArrow:hover {
  background: #ffd200;
}
.newsDisplay {
  padding-right: 50px;
}
.newsDisplay .headerData {
  font-size: 14px;
  color: #AEB7C2;
}
.newsDisplay .headerData time {
  margin-right: 20px;
}
.newsDisplay .headerData i {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.newsDisplay .social {
  display: table;
  width: 100%;
  margin: 40px 0 25px 0;
}
.newsDisplay .social p {
  font-size: 14px;
  color: #252B33;
  display: inline-block;
  float: left;
}
.newsDisplay .social .addthis_inline_share_toolbox {
  display: inline-block;
  margin-left: 10px;
  float: left;
  margin-top: -12px !important;
  position: relative !important;
  clear: none !important;
}
.newsDisplay .social a {
  display: inline-block;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #00214D !important;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  margin: 0px 5px 0px 5px !important;
  display: inline-block !important;
}
.newsDisplay .social a span {
  width: 41px !important;
  height: 41px !important;
  line-height: 41px !important;
}
.newsDisplay .social a svg {
  fill: #00214d !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 28px !important;
}
.newsDisplay .social a:hover {
  border: 1px solid #00214D !important;
  background: #00214D !important;
}
.newsDisplay .social a:hover svg {
  fill: #ffffff !important;
}
.newsDisplay .social #at20mc,
.newsDisplay .social .atm-i {
  display: none !important;
}
.newsTpl h1 {
  max-width: 840px;
  font-size: 40px;
}
.relatedNews .newsList {
  margin-bottom: 20px;
}
.relatedNews h4 {
  border-bottom: none !important;
  margin-bottom: 15px;
  padding-top: 0px;
}
.relatedNews .news {
  border-top: 1px solid #D6DCE2;
  padding-top: 10px;
  margin-bottom: 20px;
}
.relatedNews .date {
  font-size: 13px;
  color: #6E7885;
}
.relatedNews .date small {
  display: inline-block;
  margin: 0 5px;
}
.relatedNews h3 {
  margin-bottom: 0px;
  padding: 10px 0;
  font-size: 16px !important;
  color: #00214D;
  line-height: 21px !important;
}
.relatedNews h3 a {
  text-decoration: none !important;
  font-weight: bold;
}
.relatedNews .more {
  font-size: 13px;
  color: #00214D;
  text-decoration: underline;
}
.relatedNews .more:hover {
  text-decoration: none;
}
.mainSlider {
  position: relative;
  max-height: 750px;
  overflow: hidden;
}
.mainSlider .mobileOnly {
  display: none !important;
}
.mainSlider .link {
  display: block;
  text-decoration: none !important;
}
.mainSlider .bx-wrapper {
  margin-bottom: 0px !important;
}
.mainSlider ul.slider {
  margin: 0px !important;
  padding: 0px !important;
}
.mainSlider ul.slider li {
  margin-left: 0px !important;
  height: 750px;
  margin: 0px !important;
  background-size: cover !important;
  position: relative;
  background-position: center top !important;
  background-attachment: scroll !important;
}
.mainSlider ul.slider li:first-child {
  z-index: 1000;
}
.mainSlider ul.slider li .text {
  height: 100%;
}
.mainSlider ul.slider li .text .bannerText {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  padding-left: 25px;
  transform: translate(0%, -50%);
  max-width: 600px;
}
.mainSlider ul.slider li .text .bannerText h2 {
  font-size: 50px;
  margin-bottom: 25px;
  color: #FFFFFF;
  margin-left: -25px;
  line-height: 54px;
  background-size: auto auto !important;
  font-weight: bold;
  padding-left: 25px;
  background: url('../../images/line.png') no-repeat 0 0 scroll transparent;
  background-position: center left !important;
}
.mainSlider ul.slider li .text .bannerText h2::before {
  display: none !important;
}
.mainSlider ul.slider li .text .bannerText p {
  font-size: 18px;
  color: #eeeeee;
  line-height: 24px;
  text-transform: uppercase;
}
.mainSlider ul.slider li .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.mainSlider ul.slider li .videoBanner {
  position: relative;
  height: 750px;
}
.mainSlider ul.slider li .videoBanner .videoText .bannerText {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  padding-left: 25px;
  transform: translate(0%, -50%);
  max-width: 500px;
  z-index: 10000;
}
.mainSlider ul.slider li .videoBanner .videoText .bannerText h2 {
  font-size: 50px;
  margin-bottom: 25px;
  color: #FFFFFF;
  margin-left: -25px;
  line-height: 54px;
  background-size: auto auto !important;
  font-weight: bold;
  padding-left: 25px;
  background: url('../../images/line.png') no-repeat 0 0 scroll transparent;
  background-position: center left !important;
}
.mainSlider ul.slider li .videoBanner .videoText .bannerText h2::before {
  display: none !important;
}
.mainSlider ul.slider li .videoBanner .videoText .bannerText p {
  font-size: 18px;
  color: #eeeeee;
  line-height: 24px;
  text-transform: uppercase;
}
.mainSlider ul.slider li .videoBanner .overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.mainSlider ul.slider li.video {
  background-size: 0% !important;
}
.mainSlider .bannerNav {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 400px;
  z-index: 100;
}
.mainSlider .bannerNav ul {
  margin: 0px !important;
}
.mainSlider .bannerNav ul li {
  display: block;
  width: 100%;
  margin: 0px !important;
  padding: 0px !important;
}
.mainSlider .bannerNav ul li a {
  display: block;
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.5);
  background: rgba(0, 0, 0, 0.7);
  padding: 20px;
  text-decoration: none !important;
  position: relative;
}
.mainSlider .bannerNav ul li a h3 {
  color: #fff;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0px;
  font-weight: 700;
}
.mainSlider .bannerNav ul li a .date {
  font-size: 13px;
  color: #D6DCE2;
  display: block;
  line-height: 15px;
  margin-top: 5px;
}
.mainSlider .bannerNav ul li a.active {
  background: rgba(0, 0, 0, 0.3);
}
.mainSlider .bannerNav ul li a.active::before {
  content: "";
  position: absolute;
  left: 0px;
  right: 50%;
  height: 2px;
  background: #fff;
  top: 0px;
}
.mainSlider .bubble-wrapper {
  position: absolute;
  text-align: center;
  bottom: 30px;
  width: 100%;
}
.mainSlider .bubble-wrapper ul {
  margin: 0px !important;
}
.mainSlider .bubble-wrapper ul li {
  display: inline-block;
  width: auto;
  margin: 0px 4px !important;
}
.mainSlider .bubble-wrapper ul li a {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  height: 15px;
  width: 15px;
  cursor: pointer;
  border: 1px solid #ffd200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mainSlider .bubble-wrapper ul li a.active {
  background: #ffd200;
}
.videoBannerOne {
  position: relative;
  height: 85vh;
  overflow: hidden;
  min-height: 750px;
}
.videoBannerOne video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.videoBannerOne .videoText {
  position: absolute;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 100%;
  z-index: 10;
  left: 0;
}
.videoBannerOne .videoText .bannerText {
  padding-right: 200px;
  position: relative;
}
.videoBannerOne .videoText .bannerText h1 {
  font-size: 50px;
  margin-bottom: 50px;
  color: #FFFFFF;
  line-height: 54px;
  font-weight: bold;
}
.videoBannerOne .videoText .bannerText p {
  font-size: 18px;
  color: #eeeeee;
  line-height: 24px;
  text-transform: uppercase;
}
.videoBannerOne .videoText .bannerText .bLogo {
  max-width: 220px;
  margin-bottom: 20px;
}
.videoBannerOne .sticker {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 100;
}
.videoBannerOne .mobileOnly {
  display: none;
}
.videoBannerOne .relPos {
  position: relative;
  height: 100%;
}
.videoBannerOne .relPos .counter {
  position: absolute;
  bottom: 30px;
  right: 0px;
  z-index: 10;
}
.videoBannerOne .relPos .counter p {
  color: #fff;
  font-size: 15px;
  line-height: 21px;
}
.videoBannerOne .relPos .counter #validTill {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}
.videoBannerOne .relPos .counter #validTill span {
  display: inline-block;
  margin-right: 10px;
}
.videoBannerOne .relPos .counter #validTill span.sec strong {
  width: 58px;
  display: inline-block;
}
.videoBannerOne .relPos .counter #validTill strong {
  font-size: 50px;
  margin-right: 5px;
}
.videoBannerOne .overlay {
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90%;
  z-index: 1;
}
.videoBannerOne form {
  max-width: 600px;
}
.videoBannerOne form input {
  border: none;
}
.btn.btn-default {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn.btn-primary {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none !important;
  text-transform: none;
  font-family: proxima, Arial, serif;
  font-weight: 700;
  font-size: 16px;
  color: #00214D;
  line-height: 9px;
  padding: 20px;
  background: #ffd200;
}
.btn.btn-primary:hover {
  background: #ddb701;
}
.btn.btn-primary:active,
.btn.btn-primary:focus {
  background: #ddb701 !important;
}
.btn.btn-primary.video::before {
  font-family: Font Awesome\ 5 Brands;
  content: "\f167";
  color: #00214D;
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
  top: 1px;
  position: relative;
}
.btn.btn-primary.btn-md {
  padding: 7px 15px;
  font-size: 15px;
  line-height: 1.5;
}
.btn.btn-full {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #00214D;
  line-height: 24px;
  font-weight: bold;
  background: #EFF0F2;
  padding: 5px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-top: 20px;
}
.btn.btn-full:active,
.btn.btn-full:focus,
.btn.btn-full:hover {
  background: #ddd !important;
  color: #00214D;
}
/* sidebar bannerPool */
.bannerPool {
  margin-bottom: 25px;
  text-align: center;
  /*&.bannerWide {
		> * { max-width: initial; margin: 0 auto;}
	}*/
}
.bannerPool > * {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.bannerPool img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  max-width: 728px;
}
.bannerPool iframe {
  max-width: 100%;
}
.sidebar .bannerPool > * {
  max-width: 250px;
}
/* tabDesign */
.tabDesign {
  margin-bottom: 0;
  padding: 0;
  background: #CCA113;
}
.tabDesign li {
  margin: 0;
  padding-left: 0;
  background: none;
  font-size: 1em;
}
.tabDesign li a {
  display: block;
  text-align: center;
  color: #333333;
  font-size: 3.2em;
  background: #ffd200;
}
.tabDesign li a:hover,
.tabDesign li a.active {
  color: #ffd200;
  background: #00214D;
}
.tabDesign li a:active {
  background: #001633;
}
.tabDesign li a span {
  display: block;
  padding: 25px 10px 22px 10px;
  line-height: 1.4em;
}
.tabDesign li.selected a {
  color: #ffd200;
  background: #00214D;
}
.bannerStyle1 .bannerWrap {
  position: relative;
}
.bannerStyle1 .col-xs-12 {
  height: 520px;
  position: relative;
}
.bannerStyle1 .col-xs-12 p.img {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 48px;
}
.bannerStyle1 .col-xs-12 p.img img {
  display: block;
  margin: 0 auto;
}
.banner .contentBox {
  padding: 35px 10px 20px 10px;
  margin-top: 40px;
  margin-left: 100px;
  margin-right: 10px;
  text-align: center;
  background: rgba(255, 210, 0, 0.9);
}
.banner .contentBox h2 {
  font-size: 3.2em;
  margin-bottom: 40px;
}
.banner .contentBox h2 strong {
  font-weight: bold;
  color: #00214D;
}
.banner .contentBox > p {
  margin-bottom: 10px;
}
/*.bannerForm1 {
	margin : 0; padding : 0;
	p.textType {
		margin : 0; padding : 0 62px 35px 62px;
		input.textType {
			padding : 9px 0; text-indent : 0; width : 100%; border : none; text-align : center; background : #C4C4C4;
			&:focus { color : #000000; background : #ffffff; border : none; &:extend(.shadowNone); }
		}
		select.selectType {
			text-align : left;
		}
	}
	p.selectType {
		margin : 0; padding : 0 62px 35px 62px;
		select.selectType {
			padding : 9px; text-indent : 0; width : 100%; border : none; text-align : left; background : #C4C4C4;
			&:focus { color : #000000; background : #ffffff; border : none; &:extend(.shadowNone); }
		}
		i { margin-top: 12px; }
	}
	p.submitType {
		margin : 0;
		input.submitType { margin :  0 0 10px 0; padding-left : 53px; padding-right : 53px; }
		a.newLine { font-size : .8em; }
	}
}*/
.tabsStyle1 {
  margin-bottom: 44px;
}
.tabsStyle1 .bannerNav {
  top: auto;
  bottom: -44px;
}
.tabsStyle1 .bannerNav .tabDesign {
  margin: 0 20px;
  margin-top: 10px;
  background: #cca113;
  height: 93px;
}
.tabsStyle1 .bannerNav .tabDesign li {
  padding-right: 1px;
  padding-left: 0;
}
.tabsStyle1 .bannerNav .tabDesign li.selected a,
.tabsStyle1 .bannerNav .tabDesign li a:hover,
.tabsStyle1 .bannerNav .tabDesign li a.active {
  position: relative;
  color: #ffffff;
}
.tabsStyle1 .bannerNav .tabDesign li.selected a:before,
.tabsStyle1 .bannerNav .tabDesign li a.active:before {
  content: ".";
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 10px;
  background: url('../../images/icons/icon_arrow_top.png') no-repeat 0 0 scroll transparent;
}
.tabsStyle1 .bannerNav .tabDesign li a strong {
  display: block;
  font-weight: normal;
}
.tabsStyle1 .bannerNav .tabDesign li a small {
  display: block;
  font-size: .45em;
  line-height: 1em;
}
.tabsStyle1 .bannerNav .tabDesign li a span {
  padding-top: 16px;
  padding-bottom: 18px;
}
.tabsStyle1 .bannerNav .tabDesign li:last-child {
  padding-right: 0;
}
p.image {
  width: 100%;
  overflow: hidden;
}
p.image img {
  display: block;
  width: 100%;
  webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
p.image a:hover img {
  opacity: 0.7;
}
figure.image {
  display: inline-block;
}
figure.image figcaption {
  background: #252B33;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  padding: 20px;
}
.bannerPollList .banner p {
  margin-bottom: 0px;
}
.bannerPollList .banner img {
  display: block;
}
.bannerPollList .banner.last {
  position: relative;
}
.bannerPollList .banner.last .bannerJoin {
  background: #00214D;
  text-align: center;
  height: 100%;
  position: relative;
}
.bannerPollList .banner.last .bannerJoin .content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.bannerPollList .banner.last img {
  display: inline-block;
  margin-bottom: 5px;
}
.bannerPollList .banner.last p {
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
/* siteLinks */
.siteLinks a {
  display: block;
  position: relative;
  margin-bottom: 40px;
  background: #00214D;
  text-decoration: none;
  overflow: hidden;
}
.siteLinks a.disabledLink {
  cursor: default !important;
}
.siteLinks p.image {
  margin: 0;
}
.siteLinks p.image img {
  width: 100%;
}
.siteLinks p.image:hover img {
  opacity: 0.7;
}
.siteLinks a:hover .linksTitle {
  text-decoration: none;
}
.siteLinks a:hover .linksWrap {
  background: #002F6E;
}
.siteLinks .linksWrap {
  position: absolute;
  transition: 0.1s;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 25px 30px;
  background: #00214D;
  width: 100%;
  box-shadow: 0 -16px 15px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 -16px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 -16px 15px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 -16px 15px rgba(0, 0, 0, 0.5);
}
.siteLinks .linksWrap .linksTitle {
  font-size: 2.3em;
  margin: 0 0 10px 0;
  padding: 0;
  color: #ffffff;
  font-weight: bold;
}
.siteLinks .linksWrap .linksTitle a {
  color: #ffffff;
}
.siteLinks .linksWrap p {
  padding: 0;
  font-size: 1.4em;
  margin: 0;
  color: #ffffff;
}
.siteLinks .linksWrap .btn {
  position: absolute;
  top: 100%;
  right: 0px;
  font-size: 13px;
  padding: 12px;
  font-weight: normal;
}
.fancyLinks {
  background: #00214D;
  list-style-type: none !important;
  display: table;
  width: 100%;
  height: 300px;
  padding-top: 0px !important;
}
.fancyLinks li {
  list-style-type: none !important;
  margin: 0px;
  display: table-row;
}
.fancyLinks li a {
  position: relative;
  display: block;
  padding: 0 10px 0 80px;
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none !important;
  border-bottom: 1px solid #ddd;
}
.fancyLinks li a::before {
  font-family: Font Awesome\ 5 Pro;
  position: absolute;
  width: 35px;
  text-align: center;
  font-size: 24px;
  color: #FFD200;
  line-height: 24px;
  content: "\f1b9";
  left: 20px;
  top: 50%;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-right: 1px solid #505A69;
  padding: 5px 12px 5px 0px;
}
.fancyLinks li a:hover {
  background: #002F6E;
}
.fancyLinks li.moto a::before {
  content: "\f21c";
}
.fancyLinks li.truck a::before {
  content: "\f0d1";
}
.fancyLinks li.child a::before {
  content: "\f1ae";
}
.fancyLinks li.old a::before {
  content: "\f007";
}
/* anketa */
.anketa {
  background: #EFF0F2;
  max-width: 550px;
  padding: 20px 20px 50px 20px;
  position: relative;
  margin: 40px 0;
}
.anketa h3 {
  font-size: 14px !important;
  color: #6E7885;
  line-height: 22px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 1px solid #AEB7C2;
}
.anketa h2 {
  font-size: 30px;
  color: #00214D;
  font-weight: bold;
  padding-top: 0px;
  margin-top: 0px;
}
.anketa .answer {
  margin-bottom: 0px;
}
.anketa .answer label {
  display: block;
  background: #FFFFFF;
  margin-bottom: 2px;
  padding: 10px 10px;
  font-size: 16px;
  color: #002D62;
  cursor: pointer;
}
.anketa .answer input {
  position: relative;
  top: 2px;
  margin-right: 3px;
}
.anketa .result {
  display: block;
  margin-bottom: 2px;
  padding: 10px 20px 10px 0px;
  font-size: 16px;
}
.anketa .result strong {
  color: #002D62;
  display: block;
  margin-bottom: 3px;
}
.anketa .result p {
  margin-bottom: 0px;
}
.anketa .result p.answer {
  font-size: 14px;
  color: #252B33;
}
.anketa .total {
  border-top: 1px solid #AEB7C2;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-top: 10px;
}
.anketa .btn {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
  line-height: 15px;
  padding: 15px 20px;
}
.anketa::after {
  position: absolute;
  top: 100%;
  background: #EFF0F2;
  height: 10px;
  left: 10px;
  right: 10px;
  content: "";
  opacity: 0.6;
}
.anketa .progressBar .line {
  background: #ffd200;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.anketa .progressBar .line span {
  position: absolute;
  left: 100%;
  font-size: 14px;
  color: #002D62;
  font-weight: bold;
  padding-left: 5px;
  white-space: nowrap;
}
/* testimonials */
.testimonials {
  position: relative;
}
.testimonials .image {
  max-width: 230px;
  float: left;
  display: inline-block;
}
.testimonials .testimonial {
  position: relative;
  padding: 0px 0px 0px 40px;
  display: block;
}
.testimonials .testimonial::before {
  content: "“";
  font-weight: bold;
  color: #ffd200;
  line-height: 1;
  font-size: 80px;
  position: absolute;
  top: -2px;
  left: 0px;
}
.testimonials .testimonial p {
  font-size: 16px;
  color: #252B33;
  text-align: left;
  margin-bottom: 15px;
}
.testimonials .testimonial.hasImg {
  margin-left: 245px;
}
.testimonials .row {
  margin: 0;
}
.owl-nav {
  color: #002d62;
}
.owl-nav .owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  font-size: 50px;
  margin-top: -30px;
}
.owl-nav .owl-prev:hover {
  color: #ffd200;
}
.owl-nav .owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  font-size: 50px;
  margin-top: -30px;
}
.owl-nav .owl-next:hover {
  color: #ffd200;
}
.partnersList .slide {
  height: 100px;
}
.partnersList img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
  max-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.partnersList .owl-nav .owl-prev {
  left: -40px;
  font-size: 35px;
  margin-top: -20px;
}
.partnersList .owl-nav .owl-next {
  right: -40px;
  font-size: 35px;
  margin-top: -20px;
}
.partnersGrid .partner {
  height: 150px;
  position: relative;
  margin-bottom: 25px;
}
.partnersGrid .partner img {
  max-width: 180px;
  width: auto !important;
  height: auto !important;
  max-height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* sliderNav */
.sliderNav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.sliderNav li {
  position: absolute;
  left: -50px;
  top: 25px;
  margin: 0 !important;
  list-style-type: none !important;
}
.sliderNav li.next {
  left: auto;
  right: -50px;
}
.sliderNav li.next a {
  text-align: right;
}
.sliderNav li.next a:before {
  content: "\f105";
  font: normal normal normal 50px/50px FontAwesome;
}
.sliderNav li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: left;
}
.sliderNav li a:hover {
  color: #666666;
}
.sliderNav li a:active {
  color: #000000;
}
.sliderNav li a span {
  display: none;
}
.sliderNav li a:before {
  content: "\f104";
  font: normal normal normal 50px/50px FontAwesome;
}
/* footer */
/* footerLinks title */
/* copyrights */
/* mobileMenu */
.mobileMenu {
  display: none;
}
.mobileMenu p {
  margin: 0;
  font-size: 1em;
}
.mobileMenu p.phoneAMZS {
  position: absolute;
  top: 8px;
  left: 230px;
}
.mobileMenu p.mobileMenuLink {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 2.7em;
}
.mobileMenu p.mobileMenuLink a {
  display: block;
  line-height: 45px;
  padding: 0 10px;
  float: right;
  text-decoration: none;
}
.mobileMenu p.mobileMenuLink a.selected .fa {
  font-size: 30px;
}
.mobileMenu p.mobileMenuLink a.selected .fa::before {
  content: "\f00d";
}
#subPage #mobileMenuCont {
  top: 74px !important;
}
/* mobile navigation new */
#mobileMenuCont,
#mobileMenuContVertical {
  width: 250px;
  position: absolute;
  z-index: 1000;
  top: 74px;
  left: -100%;
  height: 100%;
  background: #252B33;
  transition: 0.4s;
}
#mobileMenuCont h2,
#mobileMenuContVertical h2 {
  margin: 0;
  font-size: 22px;
  padding: 15px 10px;
  color: #fff;
  font-weight: bold;
}
#mobileMenuCont h2::before,
#mobileMenuContVertical h2::before {
  display: none;
}
#mobileMenuCont h2.link,
#mobileMenuContVertical h2.link {
  padding: 0;
}
#mobileMenuCont h2.link a,
#mobileMenuContVertical h2.link a {
  color: #ffd200;
  padding: 10px 10px 15px 10px;
  font-weight: bold;
  font-size: 22px;
}
#mobileMenuCont h2 .closeMenu,
#mobileMenuContVertical h2 .closeMenu {
  display: block;
  float: right;
  cursor: pointer;
}
#mobileMenuCont .child,
#mobileMenuContVertical .child {
  position: absolute;
  top: 0;
  background: #252B33;
  height: 100%;
  width: 100%;
  left: -100%;
  transition: 0.4s;
  z-index: 1;
}
#mobileMenuCont ul,
#mobileMenuContVertical ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block !important;
  overflow-x: hidden;
  overflow-y: auto;
  /*&.level-1 {
      position: relative;
    }*/
}
#mobileMenuCont ul li,
#mobileMenuContVertical ul li {
  cursor: pointer;
  padding: 0;
  background: none !important;
  margin-bottom: 0 !Important;
  display: block;
  padding: 0 10px;
}
#mobileMenuCont ul li a,
#mobileMenuContVertical ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #4b4f54;
  outline: 0;
  overflow: hidden;
  line-height: 1em;
  text-decoration: none;
  padding: 15px 0;
  color: #fff;
  font-size: 15px;
}
#mobileMenuCont ul li a.hasChild i,
#mobileMenuContVertical ul li a.hasChild i {
  display: block;
  float: right;
  font-size: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -10px;
}
#mobileMenuCont ul li a.back,
#mobileMenuContVertical ul li a.back {
  color: #bbb;
  font-size: 13px;
  padding: 15px 10px 10px 10px;
  border-bottom: none !important;
}
#mobileMenuContVertical {
  width: 100%;
  position: relative;
  z-index: 1;
  top: auto;
  left: 0;
  height: auto;
  background: initial;
}
#mobileMenuContVertical .child {
  position: absolute;
  top: 0;
  background: #fff;
  height: 100%;
  left: -100%;
  transition: 0.4s;
  z-index: 1;
}
#mobileMenuContVertical ul {
  background: #fff;
}
/* /mobile navigation new */
.languageSelectorWide {
  font-size: 1.6em;
  text-decoration: none;
  margin: 7px 0 0 20px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.footer {
  position: relative;
  padding: 4em 0 2em 0;
  margin: 0;
  color: #ffffff;
  background: #252B33;
  border-top: none;
}
.footer .social p {
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 2.2em;
  text-align: center;
  border-bottom: 1px solid #3A4048;
}
.footer .social p a {
  display: inline-block;
  padding: 0 3%;
  min-width: 60px;
  color: #8A929C;
}
.footer .social p a:hover {
  color: #ffd200;
}
.footer .social p small {
  display: none;
}
.footer.footerEn .social p {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.footer .brand,
.footer .description,
.footer .region {
  display: none;
}
.footer a {
  color: #ffffff;
}
.footer p,
.footer address {
  color: #ffffff;
}
.footer .footerWrap {
  background: none;
}
.footer .linksTitle {
  padding: 0;
  font-weight: bold;
  margin: 0 0 0.6em 0;
  font-size: 1.8em;
  font-weight: normal;
  font-family: inherit;
  color: #FFD200;
  line-height: 1.25em;
}
.footer .linksTitle a {
  color: #FFD200;
  font-weight: bold;
}
.footer .footerLinks ul {
  margin-bottom: 2em;
  padding-left: 15px;
}
.footer .footerLinks ul li {
  font-size: 1.4em;
  line-height: 1.6em;
  list-style: disc;
  color: #8A929C;
  padding-left: 5px;
}
.footer .footerLinks ul li a {
  color: #8A929C;
}
.footer .footerLinks ul li a span {
  color: #8A929C;
}
.footer .footerLinks ul li a:hover {
  text-decoration: underline;
}
.footer .vcard .siteOwner {
  margin: 0;
  font-size: 1.4em;
  line-height: 1.6em;
  color: #8A929C;
}
.footer .vcard address {
  margin-bottom: 15px;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.6em;
  color: #8A929C;
}
.footer .vcard .companyPage {
  display: block;
  margin-bottom: 15px;
  color: #8A929C;
}
.footer .vcard .contactDetails {
  font-size: 1.4em;
  line-height: 1.6em;
  color: #8A929C;
}
.footer .vcard .contactDetails small {
  display: none;
  padding: 0 10px;
  color: #8A929C;
}
.footer .vcard .contactDetails a {
  color: #8A929C;
}
.footer .vcard abbr {
  display: none;
}
.footer .copyrights {
  margin: 4em 0 0 0;
  padding: 15px 0;
  text-align: center;
  border-top: 1px solid #3A4048;
}
.footer .copyrights p {
  margin: 0;
  font-size: 1.2em;
  padding-top: 15px;
  color: #8A929C;
}
.footer .copyrights p .copy {
  color: #8A929C;
}
.footer .copyrights p small {
  padding: 0 10px;
  color: #ffd200;
}
.footer .copyrights a {
  color: #8A929C;
}
.footer .copyrights .copy {
  text-align: left;
}
.footer .copyrights .boniteta p {
  margin-bottom: 5px;
}
.footer .copyrights .boniteta img {
  max-width: 300px;
}
.footer .copyrights .logos img {
  display: inline-block;
  width: 92px;
  margin-left: 10px;
}
.footer .copyrights .logos p {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer .copyrights .logos p {
    text-align: right;
  }
}
/* topLink */
.topLink {
  position: absolute;
  top: 62px;
  right: 62px;
  line-height: 1em;
}
.topLink a small {
  display: none;
}
.topLink a i {
  font-size: 28px;
  line-height: 34px;
}
.topLink a span {
  color: #333333;
}
.topLink a:hover span {
  color: #ffd200;
}
/* error */
span.widgetError {
  color: #f00;
  margin: 10px 0;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #f00;
  display: inline-block;
}
.error404 {
  background: linear-gradient(rgba(255, 210, 0, 0.65), rgba(255, 210, 0, 0.65)), url('../../images/backgrounds/bg_404.png') no-repeat center center !important;
  height: 1100px;
  padding-bottom: 0;
  margin-bottom: -50px;
}
.error404 .col-xs-12 {
  padding-top: 300px;
}
.error404 img {
  margin-bottom: 20px;
}
/* thank you */
.thankYou {
  background: #ffd200 !important;
  height: 1000px;
}
.thankYou .col-xs-12 {
  height: 900px;
  position: relative;
  display: table;
}
.thankYou .col-xs-12 div.thankYouCont {
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  margin-bottom: 100px;
}
/* gallery */
.galleryCont {
  margin-bottom: 25px;
  overflow: hidden;
}
.galleryCont a {
  margin: 0 0 2.08% 0;
  display: block;
  float: left;
  width: 12.5%;
  margin-right: 2.08%;
}
.galleryCont a:nth-child(7n) {
  margin-right: 0;
}
.galleryCont a img {
  width: 100%;
  display: block;
}
/* gmap pins */
.gm-style .gm-style-iw {
  width: 171px !important;
  top: 0 !important;
  left: 0 !important;
  background-color: #002d62;
  margin-top: 15px;
  border: 1px solid #597387;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 15px 15px;
  color: #fff;
  line-height: 1.6em;
}
.gm-style .gm-style-iw + div {
  display: none !important;
}
.gm-style .gm-style-iw a {
  color: #fff;
  text-decoration: underline;
}
.gm-style .gm-style-iw a:hover {
  text-decoration: none;
}
#map-stanje .gm-style .gm-style-iw,
#map-smucisca .gm-style .gm-style-iw,
#map-prelazi .gm-style .gm-style-iw {
  width: 250px !important;
}
#map-stanje .gm-style .gm-style-iw + div,
#map-smucisca .gm-style .gm-style-iw + div,
#map-prelazi .gm-style .gm-style-iw + div {
  display: none !important;
}
#map-razdalje .gm-style .gm-style-iw {
  width: 100px !important;
}
#map-razdalje .gm-style .gm-style-iw + div {
  display: none !important;
}
.syc {
  overflow: hidden;
  height: 1600px;
  width: 800px;
}
.syc iframe {
  padding: 0;
  margin: 0;
  display: block;
  border: 0;
  width: 1068px;
  height: 1400px;
  margin-left: -240px;
  margin-top: -400px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25% !important;
  /* 16:9 */
  padding-top: 25px !important;
  height: 0;
}
.videoWrapper iframe,
.videoWrapper object,
.videoWrapper embed,
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#stroski select {
  max-width: 300px;
}
#stroskiDataCont select,
#stroskiDataCont select option {
  border: 0 !important;
  margin-left: -5px;
  color: #002d62;
  font-size: 0.95em;
  width: 70%;
}
#stroskiDataCont select option {
  margin-left: 0px;
}
iframe.iframeCvvObrazec {
  width: 100%;
  min-height: 1000px;
  border: none;
}
/* ============================= bootstrap new ============================= */
/* ===== forms ===== */
.noLegend legend,
.noLabel label {
  display: none;
}
label {
  font-size: 1.5em;
  font-weight: 400 !important;
}
.form-group {
  width: 100%;
  display: table;
  position: relative;
  /* checkbox */
  /* radio */
  /* file */
  /* tooltip */
  /* captcha */
  /* textarea */
  /* locevalni tekst */
  /* drop-down */
  /*select {
		appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none;
		font-family: FontAwesome; display: inline-block; content: "\f107"; color: #000; left: 0;
		&::-ms-expand { display: none; }
		&:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; }
	}*/
}
.form-group label {
  width: 250px;
  display: table-cell;
  vertical-align: top;
  padding-top: 8px;
  color: #002d62;
}
.form-group input,
.form-group textarea,
.form-group select {
  width: 100%;
  display: table-cell;
  margin-left: 5px;
}
.form-group .help-block {
  margin-bottom: 0;
}
.form-group .help-block ul li {
  background: none !important;
  padding-left: 0px !important;
  list-style-type: none !important;
  margin-left: 5px !Important;
  color: red;
}
.form-group .help-block ul.list-unstyled {
  margin-bottom: 0;
}
.form-group span.has-error {
  clear: both;
  display: block;
  color: #f00;
  margin-left: 5px;
}
.form-group div.has-error a {
  color: #f00 !important;
}
.form-group .checkbox span.has-error,
.form-group .radio span.has-error {
  margin-left: 150px;
}
.form-group .checkbox {
  display: inline;
  margin-top: 10px !important;
}
.form-group .checkbox.disabled label {
  color: #CCC;
}
.form-group .checkbox.disabled label:before {
  color: #CCC;
}
.form-group .checkbox label,
.form-group .checkbox input {
  display: inline-block;
  width: initial;
}
.form-group .checkbox label a,
.form-group .checkbox input a {
  z-index: 100;
  position: relative;
}
.form-group .checkbox input[type=checkbox] {
  opacity: 0;
  z-index: 1;
  position: absolute;
  line-height: 21px;
  height: 21px;
  margin: 0;
}
.form-group .checkbox label {
  width: auto;
  cursor: pointer;
  position: relative;
  margin-right: 35px;
}
.form-group .checkbox label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #000;
  margin-left: -15px;
  left: 0;
  padding-right: 10px;
  font-size: 1.2em;
  width: 15px;
}
.form-group .checkbox.selected label:before {
  content: "\f046";
}
.form-group .radio label,
.form-group .radio input {
  display: inline-block;
  width: initial;
}
.form-group .radio input[type=radio] {
  opacity: 0;
  z-index: 1;
  position: absolute;
  line-height: 21px;
  height: 21px;
  margin: 0;
}
.form-group .radio label {
  width: auto;
  cursor: pointer;
  position: relative;
  margin-right: 35px;
}
.form-group .radio label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f10c";
  color: #000;
  margin-left: -15px;
  left: 0;
  padding-right: 10px;
  font-size: 1.2em;
  width: 15px;
}
.form-group .radio.selected label:before {
  content: "\f111";
}
.form-group .radio span.has-error {
  margin-left: 5px !important;
}
.form-group input[type="file"] {
  padding: 0 12px 0 0;
  cursor: pointer;
  line-height: 1em;
  /*&::before {content: 'Select some files'; display: inline-block; background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3); border: 1px solid #999; border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; -webkit-user-select: none; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; }
		&:hover::before {border-color: black;}
		&:active::before {background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);}*/
}
.form-group input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.form-group a.toolTip {
  position: absolute;
  top: 4px;
  right: -36px;
  background-color: #f8f8f8;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 15px;
}
.form-group img {
  float: left;
}
.form-group .captcha_reload {
  margin: 0 20px;
  font-size: 1.5em;
}
.form-group .captcha_reload + input {
  width: 40%;
}
.form-group textarea {
  height: 160px !important;
}
.form-group p.splitText {
  margin-top: 15px;
  border-bottom: 3px solid #002d62;
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #002d62;
}
.form-group > button {
  margin-left: 155px;
}
.form-group #appbundle_clan_fizicna_selectCardNumber,
.form-group #appbundle_clan_pravna_selectCardNumber {
  width: 80px;
}
.form-group.cardSelector .toolTip {
  top: 51px;
  left: 410px;
  right: auto;
}
.form-group.gdpr-consent label {
  display: block;
  width: 100%;
  font-weight: normal !important;
  margin-right: 0px;
}
.form-group.gdpr-consent label::before {
  padding-right: 7px;
}
.form-group.gdpr-consent .radio {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.form-group.gdpr-consent .radio label {
  width: auto !important;
}
.form-group.gdpr-consent .col-sm-9 {
  width: 100%;
}
form #appbundle_registracija_obrazec button {
  margin: 0 auto;
  display: block;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
  background-color: #fff;
  font-size: 11px;
}
body .ui-tooltip {
  border-width: 2px;
}
/* banner form */
.bannerWrap {
  margin: 0;
  padding: 0;
}
.bannerWrap .contentBox div.form-group {
  margin: 0;
  padding: 0 32px 25px 32px;
  position: relative;
  /*i {
			position: absolute; left: 8px; top: 8px; margin: 0; z-index: 1;
			&.iconRight { left: auto; right: 5px; top: 3px; z-index: 5; background: #ffd200; padding: 5px; }
		}*/
}
.bannerWrap .contentBox div.form-group select.form-control,
.bannerWrap .contentBox div.form-group input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  padding: 9px;
  text-indent: 0;
  width: 100%;
  border: none;
  text-align: left;
  background: #C4C4C4;
  font-size: 1.5em;
  height: initial;
  margin-left: 0 !important;
}
.bannerWrap .contentBox div.form-group select.form-control:focus,
.bannerWrap .contentBox div.form-group input:focus {
  color: #000000;
  background: #ffffff;
  border: none;
}
.bannerWrap .contentBox div.form-group select.form-control::-webkit-input-placeholder,
.bannerWrap .contentBox div.form-group input::-webkit-input-placeholder {
  color: #555555;
}
.bannerWrap .contentBox div.form-group select.form-control:-moz-placeholder,
.bannerWrap .contentBox div.form-group input:-moz-placeholder {
  color: #555555;
}
.bannerWrap .contentBox div.form-group select.form-control::-moz-placeholder,
.bannerWrap .contentBox div.form-group input::-moz-placeholder {
  color: #555555;
}
.bannerWrap .contentBox div.form-group select.form-control:-ms-input-placeholder,
.bannerWrap .contentBox div.form-group input:-ms-input-placeholder {
  color: #555555;
}
.bannerWrap .contentBox div.form-group select.form-control {
  background: #c4c4c4 url('../../images/icons/arrow-down-icon.png') no-repeat 95% 50%;
}
.bannerWrap .contentBox div.form-group select.form-control:focus {
  background: #ffffff url('../../images/icons/arrow-down-icon.png') no-repeat 95% 50%;
}
.bannerWrap .contentBox div.form-group i {
  margin-top: 12px;
  position: absolute;
  right: 40px;
  font-size: 1.6em;
  top: 0px;
  display: none;
}
.bannerWrap .contentBox div.form-group i.iconRight {
  left: auto;
  z-index: 5;
  padding: 5px;
  width: 15px;
  height: 15px;
  background-color: #C4C4C4;
  top: -4px;
  right: 35px;
}
.bannerWrap .contentBox div.form-group p {
  margin: 10px 0 0 0;
}
.tooltipTable {
  position: relative;
  background-color: #fff;
  padding: 5px 10px;
  text-decoration: none;
  font-size: 15px;
}
/* druzinskiClaniCollection */
.druzinskiClaniCollection h3 {
  font-size: 15px !important;
  font-weight: 700;
  border-bottom: 1px solid #002d62;
  margin-top: 30px;
  padding-bottom: 10px;
}
.druzinskiClaniCollection .removeCollection {
  float: right;
}
/* filters */
.filter {
  background-color: #ffd200;
  padding: 20px;
  overflow: hidden;
  display: block;
}
.filter.marginBottom {
  margin-bottom: 20px;
}
.filter div.form-group {
  position: relative;
  display: block;
  width: 23.5%;
  max-width: 220px;
  float: left;
  margin: 0;
}
.filter div.form-group select,
.filter div.form-group input {
  width: 100%;
  border: 2px solid #002d62;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 6px 3px 30px;
  margin-left: 0;
  background: #ffd200;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: '';
  color: #002d62;
  cursor: pointer;
  height: 40px;
  font-size: 1.6em;
}
.filter div.form-group select:focus,
.filter div.form-group input:focus {
  border: 2px solid #002d62;
  background: #ffd200;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.filter div.form-group select::-webkit-input-placeholder,
.filter div.form-group input::-webkit-input-placeholder {
  color: #002d62;
}
.filter div.form-group select:-moz-placeholder,
.filter div.form-group input:-moz-placeholder {
  color: #002d62;
}
.filter div.form-group select::-moz-placeholder,
.filter div.form-group input::-moz-placeholder {
  color: #002d62;
}
.filter div.form-group select:-ms-input-placeholder,
.filter div.form-group input:-ms-input-placeholder {
  color: #002d62;
}
.filter div.form-group select ::-ms-expand,
.filter div.form-group input ::-ms-expand {
  display: none;
}
.filter div.form-group i {
  position: absolute;
  left: 8px;
  top: 8px;
  margin: 0;
  z-index: 1;
}
.filter div.form-group i.iconRight {
  left: auto;
  right: 5px;
  top: 3px;
  z-index: 5;
  background: #ffd200;
  padding: 5px;
}
.filter div.form-group.pull-right {
  width: auto;
}
.filter div.form-group.pull-right .btn {
  display: block;
  cursor: pointer;
  padding: 7px 20px;
  float: right;
}
.filter div.form-group input[type="text"] {
  cursor: text;
}
.filter span.inline {
  float: left;
  display: block;
  margin-top: 5px;
}
.filter i {
  font-size: 2.3em;
  float: none;
  color: #002d62;
  margin: 2px 10px 0;
}
.filter.filterIzracunStroskov .form-group {
  margin-right: 1.5%;
}
.filter button,
#banners button {
  margin-left: 0;
}
#banners {
  visibility: hidden;
}
/* messages */
/* infoBoxesStandard: margin padding border-width border-style border-color background round-corners */
/* setUp: border background h4Color, pColor, liColor, liBg, liPadding*/
/* infoTypes generator */
div.errorMessage,
div.successMessage,
div.noticeMessage {
  margin: 0 0 5em 0;
  padding: 15px 10px 15px 0px;
  border-width: 0;
  border-style: solid;
  border-color: #ffffff;
  background: #f8f8f8;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
div.errorMessage i + h4,
div.successMessage i + h4,
div.noticeMessage i + h4 {
  display: none;
}
div.errorMessage {
  position: relative;
  border: none;
  background: #ff4200;
}
div.errorMessage .fa {
  color: #ffffff;
  float: left;
  font-size: 2em;
  width: 60px;
  text-align: center;
  margin-top: 5px;
}
div.errorMessage h4 {
  color: #ffffff;
  padding: 0;
  margin: 0 0 0 60px;
  font-size: 2.2em;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  border-bottom: none;
}
div.errorMessage h4 i {
  position: absolute;
  top: 17px;
  left: 0;
  width: 80px;
  text-align: center;
}
div.errorMessage p {
  color: #ffffff;
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
}
div.errorMessage ul {
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  list-style-type: none;
}
div.errorMessage ul li {
  padding: 0;
  margin: 0;
  color: #ffffff;
  list-style-type: none;
}
div.errorMessage .infoBoxWrap {
  padding-left: 30px;
  margin-left: 70px;
  border-left: 3px solid #ffffff;
}
div.successMessage {
  position: relative;
  border: none;
  background: #00b300;
}
div.successMessage .fa {
  color: #ffffff;
  float: left;
  font-size: 2em;
  width: 60px;
  text-align: center;
  margin-top: 5px;
}
div.successMessage h4 {
  color: #ffffff;
  padding: 0;
  margin: 0 0 0 60px;
  font-size: 2.2em;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  border-bottom: none;
}
div.successMessage h4 i {
  position: absolute;
  top: 17px;
  left: 0;
  width: 80px;
  text-align: center;
}
div.successMessage p {
  color: #ffffff;
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
}
div.successMessage ul {
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  list-style-type: none;
}
div.successMessage ul li {
  padding: 0;
  margin: 0;
  color: #ffffff;
  list-style-type: none;
}
div.successMessage .infoBoxWrap {
  padding-left: 30px;
  margin-left: 70px;
  border-left: 3px solid #ffffff;
}
div.noticeMessage {
  position: relative;
  border: none;
  background: #f8f8f8;
}
div.noticeMessage .fa {
  color: #333333;
  float: left;
  font-size: 2em;
  width: 60px;
  text-align: center;
  margin-top: 5px;
}
div.noticeMessage h4 {
  color: #333333;
  padding: 0;
  margin: 0 0 0 60px;
  font-size: 2.2em;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  border-bottom: none;
}
div.noticeMessage h4 i {
  position: absolute;
  top: 17px;
  left: 0;
  width: 80px;
  text-align: center;
}
div.noticeMessage p {
  color: #333333;
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
}
div.noticeMessage ul {
  margin: 0 0 0 60px;
  border-left: 3px solid #ffffff;
  padding-left: 15px;
  list-style-type: none;
}
div.noticeMessage ul li {
  padding: 0;
  margin: 0;
  color: #333333;
  list-style-type: none;
}
div.noticeMessage .infoBoxWrap {
  padding-left: 30px;
  margin-left: 70px;
  border-left: 3px solid #ffffff;
}
/* other */
a.btn {
  text-decoration: none;
}
.bootstrap-datetimepicker-widget {
  padding-top: 10px;
  position: absolute;
  z-index: 1000;
  left: 0;
  /*top: 0; left: auto;*/
}
.avtoOznaka {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 18px;
  width: 30px;
  height: 20px;
  display: block;
  text-align: center;
  font-size: 0.8em;
  border: 1px solid #000;
  vertical-align: middle;
}
.countryTable h4,
.pomembna-obvestila,
.navadna-obvestila,
.smucCenik,
.listTitle,
.eNews h4,
#ferryResults h4 {
  border-bottom: none;
  margin-bottom: initial;
}
div.input-append.date,
div.input-append.datetime,
div.input-append.time {
  position: relative;
}
div.input-append.date > div.bootstrap-datetimepicker-widget,
div.input-append.datetime > div.bootstrap-datetimepicker-widget,
div.input-append.time > div.bootstrap-datetimepicker-widget {
  background: #fff;
  width: auto;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
div.input-append.datetime > div.bootstrap-datetimepicker-widget {
  padding-left: 25px;
}
div.input-append.datetime > div.bootstrap-datetimepicker-widget div {
  width: auto;
}
.datepicker table {
  width: auto;
}
.datepicker table td,
.datepicker table th {
  font-size: 13px;
  border: none;
  font-family: arial;
  padding: 5px 10px !important;
}
.datepicker table th {
  background: #fff;
  padding: 5px 10px !important;
}
.datepicker table th.dow {
  font-weight: 600;
}
.datepicker table td.day.active {
  background: #428bca;
  color: #fff;
  border-radius: 0;
}
.timepicker table {
  width: auto;
}
.timepicker table td {
  font-size: 13px;
  border: none;
  font-family: arial;
  padding: 5px 10px !important;
}
.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget ul,
.bootstrap-datetimepicker-widget li {
  list-style-type: none !important;
  font-size: 1em;
}
table.tableLastColumnRight tbody td:last-child,
table.tableLastColumnRight tbody th:last-child,
table.tableLastColumnRight thead th:last-child,
table.tableLastColumnRight thead td:last-child {
  text-align: right;
}
table.testimonial {
  width: 100% !important;
  height: auto !important;
}
table.testimonial tr td:first-child {
  width: 160px !important;
}
table.testimonial tr td:first-child img {
  display: block;
  max-width: 100%;
}
table.testimonial tr td:nth-child(2) {
  padding-left: 50px;
  width: auto !important;
  padding-top: 10px;
  position: relative;
  font-size: 16px;
  color: #6E7885;
  line-height: 25px;
}
table.testimonial tr td:nth-child(2)::before {
  content: "“";
  font-weight: bold;
  color: #ffd200;
  line-height: 1;
  font-size: 80px;
  position: absolute;
  top: 7px;
  left: 5px;
}
table.testimonial tr td:nth-child(2) p {
  color: #6E7885 !important;
  margin-bottom: 10px;
}
table.testimonial tr td:nth-child(2) blockquote {
  padding: 0;
  margin: 0 0 15px 0;
  background: none !important;
  font-size: 19px;
  color: #6E7885 !important;
  line-height: 25px;
}
table.testimonial tr td:nth-child(2) blockquote p {
  padding: 0;
  margin: 0;
  font-size: 19px;
  color: #6E7885 !important;
  background: none !important;
  line-height: 25px;
}
.dogodekTermin,
.dogodekCena {
  max-width: 100%;
  margin-bottom: 5px;
  width: 100%;
}
/* select type */
/*.multiLineSelect {
	display: table;
	select { margin-right: 10px; float: left; }
}
i.iconRight { margin: 8px 0 0 -25px; }
i.iconRightMulti { margin: 8px 0 0 -35px; float: left; }
i.iconRightSubmit { margin: 8px 0 0 -25px; }*/
/* textarea */
/*.textareaArrowUp {
	position: relative;
	textarea { margin-top: 10px; }
	.arrowUp {width: 0; height: 0; border-style: solid; border-width: 0 18px 10px 18px; border-color: transparent transparent #eaedef transparent; position: absolute; left: 10px; }
}*/
/* ============================= /bootstrap new ============================= */
div.floater {
  color: #00b300;
  padding: 10px;
  font-size: 13px;
  border: 1px solid #00b300;
  display: inline-block;
  margin: 10px 0;
}
div.floater a {
  color: #00b300;
}
.marginTop {
  margin-top: 20px;
}
.marginTop40 {
  margin-top: 40px;
}
.countryPass,
.countrySki,
.fuelType,
.fuelCountry,
.selectDrzava,
.selectPodrocje,
select#selectDrzavaRelacije,
select#selectRelacija {
  background: #ffd200 url('../../images/icons/arrow-down-icon.png') no-repeat 95% 50% !important;
}
.smcx-widget {
  z-index: 1 !important;
}
.bestBuy {
  max-width: 120px;
  height: auto;
}
.ui-tooltip {
  font-size: 15px;
}
.clanstvoPoMeri .form-group {
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.clanstvoPoMeri .form-group:nth-child(6) {
  border-bottom: 0;
  padding-bottom: 0;
}
.clanstvoPoMeri label.control-label {
  width: 100%;
  display: block;
  font-weight: 600 !important;
  margin-bottom: 0;
  font-size: 17px;
}
.clanstvoPoMeri div.checkbox {
  display: block;
  margin-left: 0 !important;
}
.clanstvoPoMeri button[type="submit"] {
  margin-left: 0;
}
.clanstvoPoMeri .boxImportant {
  padding: 25px 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
.clanstvoPoMeri .boxImportant .importantContent {
  margin-left: 0;
  border-left: 0;
  margin-right: 300px;
}
.clanstvoPoMeri .boxImportant .importantContent .importantTitle {
  font-size: 25px;
  margin-bottom: 10px;
}
.clanstvoPoMeri .boxImportant .importantContent .importantTitle span {
  font-size: 35px;
}
.clanstvoPoMeri .boxImportant p.more {
  width: 150px;
}
.clanstvoPoMeri .boxImportant p.more a {
  width: 150px;
}
.clanstvoPoMeri .boxImportant .btn {
  position: absolute;
  right: 25px;
  top: 25px;
  color: #fff;
}
.clanstvoPoMeri .nasvet span {
  font-weight: 400 !important;
}
.hasDescription td {
  border-bottom: 0;
}
.hasDescription ~ tr td {
  border-top: 0;
}
.memCmp {
  width: 100% !important;
  min-width: 800px;
  overflow: hidden !important;
  display: table !important;
}
.memCmp thead tr {
  display: table-row;
}
.memCmp thead tr td {
  border-bottom: none;
}
.memCmp thead tr th {
  border-bottom: none;
}
.memCmp th {
  border: none;
  padding: 0px;
  background: #eaebec;
  text-align: center;
  border-right: 2px solid #fff;
}
.memCmp th h3 {
  background: #d4d6d6;
  font-size: 17px !important;
  padding: 10px;
  margin-bottom: 25px;
  font-weight: bold;
}
.memCmp th.yellow {
  background: #ffebb8 url('../../images/icons/badge_favourite.png') no-repeat bottom center !important;
  background-size: 100% !important;
}
.memCmp th.yellow h3 {
  background: #ffd200;
}
.memCmp th p {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: bold;
  padding: 0 10px;
}
.memCmp th .btn {
  float: none;
  margin-bottom: 20px;
}
.memCmp th .fa {
  font-size: 22px;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 3px;
}
.memCmp th img {
  max-height: 20px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}
.memCmp th .sticker {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.memCmp tr {
  display: none;
}
.memCmp tr.trMore {
  display: table-row;
  cursor: pointer;
}
.memCmp tr.trMore .tdMore {
  cursor: pointer;
  position: relative;
  padding-right: 45px;
  background: url('../../images/icons/plus.png') no-repeat center right;
}
.memCmp tr.trMore .tdMore img {
  margin-right: 0px;
}
.memCmp tr.trMore .tdMore p {
  margin-bottom: 0px;
}
.memCmp tr.trMore td {
  font-weight: bold;
}
.memCmp tr.trMore td p {
  font-weight: bold;
}
.memCmp tr.trMore.selected .tdMore {
  background: url('../../images/icons/minus.png') no-repeat center right;
}
.memCmp tr th:nth-child(3) {
  background: #ffebb8;
}
.memCmp tr th:nth-child(3) h3 {
  background: #ffd200;
}
.memCmp tr td {
  max-width: 150px;
  padding: 10px;
  border-bottom: 1px solid #d6d6d6;
  vertical-align: middle;
}
.memCmp tr td img {
  max-height: 22px;
  vertical-align: top;
  margin-right: 5px;
}
.memCmp tr td p {
  margin-bottom: 10px;
  text-align: center;
}
.memCmp tr td:nth-child(3) {
  background: #fff9e9;
}
.memCmp tr td:first-child {
  padding-left: 0px;
  width: 150px;
  max-width: 150px;
  min-width: 150px;
}
.memCmp tr td:first-child p {
  text-align: left;
  margin-bottom: 0px;
}
.memCmp tr.tfooter {
  display: table-row !important;
}
.memCmp tr.tfooter td {
  padding: 0px;
  border-right: 2px solid #fff;
  text-align: center;
}
.memCmp tr.tfooter td h3 {
  background: #ffdb7f;
  font-size: 17px !important;
  padding: 10px;
  font-weight: bold;
  margin-bottom: 0px;
}
.memCmp tr.tfooter td:nth-child(3) {
  background: #ffebb8;
}
.memCmp tr.tfooter td:nth-child(3) h3 {
  background: #ffd200;
}
.memCmp .btn.btn-empty {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #142d61;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #142d61;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  line-height: 26px;
  padding: 0 10px;
}
.memCmp .btn.btn-empty:hover {
  background: #142d61;
  color: #fff;
}
.table-container {
  overflow-y: auto;
  width: 100%;
}
a.link {
  font-size: 16px;
}
/* novo clanstvo */
.blueHelperClanstvo {
  position: fixed;
  right: 0;
  top: 300px;
  width: 90px;
  z-index: 9;
}
.blueHelperClanstvo .closed {
  cursor: pointer;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  background: #032f60;
}
.blueHelperClanstvo .closed p {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0;
}
.blueHelperClanstvo .closed img {
  display: block;
  margin: 0 auto 10px;
  width: 30px;
  height: auto;
}
.blueHelperClanstvo .opened {
  padding: 15px 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 150px;
  background: #032f60;
  width: 90px;
}
.blueHelperClanstvo .opened a {
  margin-bottom: 15px;
  display: block;
}
.blueHelperClanstvo .opened a span {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: block;
}
.blueHelperClanstvo .opened a img {
  display: block;
  margin: 0 auto 10px;
  width: 48px;
  height: auto;
}
.blueHelperClanstvo .opened a.mail {
  margin-bottom: 0;
}
.blueHelperClanstvo .opened a.close {
  background: #032f60;
  display: table;
  width: 23px;
  height: 102px;
  margin: 0;
  position: absolute;
  left: -23px;
  top: 0;
}
.blueHelperClanstvo .opened a.close i {
  color: #fff;
  font-size: 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.blueHelperClanstvo .opened a.close i.fa-angle-down {
  display: none;
}
.vclanjevanjeHeader {
  position: relative;
}
.vclanjevanjeHeader h4 {
  margin-top: 45px;
}
.vclanjevanjeHeader.step1 .formSteps,
.vclanjevanjeHeader.step1 .desc {
  padding-right: 300px;
}
.vclanjevanjeHeader.step1 img {
  position: absolute;
  bottom: 3px;
  right: 0;
}
.vclanjevanjeHeader .selectedPaket {
  background: #eaebec;
  padding: 10px;
  position: absolute;
  top: -85px;
  right: 0;
  width: 230px;
}
.vclanjevanjeHeader .selectedPaket p {
  font-size: 14px;
  color: #6c6c6c;
  margin-bottom: 5px;
}
.vclanjevanjeHeader .selectedPaket .change {
  border: 1px solid #012D62;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  max-width: 100px;
  padding: 5px 10px 5px 5px;
  text-decoration: none !important;
  display: block;
  margin-bottom: 13px;
}
.vclanjevanjeHeader .selectedPaket .change i {
  color: #012D62;
  margin-right: 4px;
  margin-left: 2px;
}
.vclanjevanjeHeader .selectedPaket .change:hover {
  background: #002d62;
  color: white;
}
.vclanjevanjeHeader .selectedPaket .change:hover i {
  color: white;
}
.vclanjevanjeHeader .selectedPaket h5 {
  font-size: 18px;
  font-weight: bold;
  color: #012D62;
  margin: 0 0 5px 0;
  padding: 0;
}
.vclanjevanjeHeader .selectedPaket h3 {
  font-size: 18px !important;
  font-weight: bold;
  color: #012D62;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 22px;
  text-transform: uppercase;
}
.vclanjevanjeHeader .selectedPaket h3 .cena {
  font-size: 27px;
  line-height: 32px;
  font-weight: bold;
}
.grayBox {
  background: #eaebec;
  padding: 20px;
  margin-bottom: 25px;
}
.clanstvo-toggle {
  width: 100%;
  display: table;
  margin-bottom: 30px;
}
.clanstvo-toggle > * {
  float: left;
}
.clanstvo-toggle > span {
  font-size: 16px;
  color: #032f60;
  display: inline-block;
  opacity: 0.5;
  line-height: 39px;
  cursor: pointer;
  font-weight: normal;
}
.clanstvo-toggle > span.active {
  opacity: 1;
}
.clanstvo-toggle .toggle {
  width: 80px;
  height: 39px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.17);
  border: solid 1px #d4d6d6;
  position: relative;
  margin: 0 10px;
}
.clanstvo-toggle .toggle span.toggle-button {
  width: 44px;
  height: 29px;
  border-radius: 8px;
  margin: 4px;
  background-color: #032f60;
  box-shadow: inset -1px -1px 2px 0 #000000;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.3s ease-out;
  /* Safari */
  transition: all 0.3s ease-out;
  left: 0;
  cursor: pointer;
  color: #3b6494;
  font-size: 20px;
  text-align: center;
  line-height: 29px;
  letter-spacing: 3px;
  padding-left: 2px;
}
.clanstvo-toggle .toggle span.toggle-button.pravna {
  right: 0;
  left: auto;
}
form.postaniteClan h5 {
  font-size: 21px;
  color: #000;
}
form.postaniteClan h5 span.changeSpan {
  float: right;
  display: block;
}
form.postaniteClan h5 span.changeSpan i {
  font-size: 14px;
  margin-right: 5px;
}
form.postaniteClan h5 span.changeSpan a {
  font-size: 14px;
  text-decoration: underline;
}
form.postaniteClan h5 span.changeSpan a:hover {
  text-decoration: none;
}
form.postaniteClan .tipi .tip {
  background-color: #eaebec;
  padding: 30px;
  margin-bottom: 40px;
}
form.postaniteClan .tipi .tip h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: left;
  color: #032f60;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  padding: 0;
}
form.postaniteClan .tipi .tip .features {
  margin-bottom: 25px;
  min-height: 92px;
}
form.postaniteClan .tipi .tip .features p {
  background: url('../../images/vclanjevanje/icon_check_yellow.png') 0 0 no-repeat;
  font-size: 14px;
  color: #000000;
  padding-left: 30px;
  background-size: 19px 18px;
  margin-bottom: 3px;
}
form.postaniteClan .tipi .tip .features p.subtitle {
  background: none;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
form.postaniteClan .tipi .tip .features p a {
  text-decoration: none;
}
form.postaniteClan .tipi .tip .features p a:hover {
  text-decoration: underline;
}
form.postaniteClan .tipi .tip .prices .price {
  display: block;
  background: #fff;
  margin-bottom: 5px;
  position: relative;
}
form.postaniteClan .tipi .tip .prices .price label {
  cursor: pointer;
  margin: 0;
  padding: 15px 12px;
  display: block;
  overflow: hidden;
  position: relative;
}
form.postaniteClan .tipi .tip .prices .price label span.label {
  display: block;
  float: left;
  font-size: 24px;
  font-weight: bold !important;
  color: #032f60;
  padding: 0;
}
form.postaniteClan .tipi .tip .prices .price label > span.circle {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: relative;
  margin: 3px 10px 0 0;
  float: left;
}
form.postaniteClan .tipi .tip .prices .price label > span.circle span {
  display: none;
}
form.postaniteClan .tipi .tip .prices .price label img {
  position: absolute;
  left: 50%;
  display: block;
}
form.postaniteClan .tipi .tip .prices .price input[type=radio] {
  display: none;
}
form.postaniteClan .tipi .tip .prices .price input[type=radio]:checked + label {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
form.postaniteClan .tipi .tip .prices .price input[type=radio]:checked + label > span.circle {
  border: 1px solid #142d61;
  box-shadow: none;
}
form.postaniteClan .tipi .tip .prices .price input[type=radio]:checked + label > span.circle span {
  width: 12px;
  height: 12px;
  background-color: #142d61;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
}
form.postaniteClan .tipi .tip .prices .price.noPrice a.btn {
  line-height: 34px;
  border-radius: 5px;
  border: solid 1px #142d61;
  font-size: 15px;
  font-weight: bold;
  color: #142d61;
  background: #fff;
  padding: 0 10px;
  margin: -6px 0 0 15px;
  float: left;
  display: inline-block;
  position: absolute;
}
form.postaniteClan .tipi .tip .prices .price.noPrice a.btn:hover {
  background: #142d61;
  color: #fff;
}
form.postaniteClan .tipi .tip .prices .price .more {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
form.postaniteClan .tipi .featured .tip {
  border: solid 3px #ffd200;
  padding: 27px;
  background-image: url('../../images/vclanjevanje/badge_favourite.png');
  background-position: top right;
  background-repeat: no-repeat;
}
form.postaniteClan .radio,
form.postaniteClan .checkbox {
  margin-top: 0;
  margin-bottom: 0;
}
form.postaniteClan .radio input,
form.postaniteClan .checkbox input {
  z-index: -1;
}
form.postaniteClan div.singleSelectize.selectize-control {
  padding: 0;
  margin-left: 5px;
}
form.postaniteClan div.singleSelectize.selectize-control .selectize-input {
  background: #f8f8f8;
}
form.postaniteClan .druzinskiClan h3 {
  font-size: 15px;
  border-bottom: solid 1px #142d61;
  margin-bottom: 5px;
  padding-bottom: 15px;
  padding-top: 0;
  font-weight: bold;
  margin-top: 0;
}
form.postaniteClan .druzinskiClan h3 a.removeCollection {
  font-size: 16px;
  float: right;
}
form.postaniteClan .dodaj-druzinskega-clana-group {
  display: block;
  margin: 35px 0 0 20px;
}
form.postaniteClan .dodaj-druzinskega-clana-group a.dodaj-druzinskega-clana {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  color: #032f60;
  text-decoration: none;
}
form.postaniteClan .dodaj-druzinskega-clana-group a.dodaj-druzinskega-clana i {
  background-color: #032f60;
  border-radius: 50%;
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  font-size: 14px;
  text-align: center;
  position: relative;
  top: -3px;
}
form.postaniteClan .dodaj-druzinskega-clana-group a.dodaj-druzinskega-clana i:before {
  position: relative;
  top: 3px;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label {
  cursor: pointer;
  margin: 0;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 35px 12px 12px 12px;
  text-align: left;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label span.label {
  display: block;
  font-size: 16px;
  font-weight: bold !important;
  color: #000;
  text-align: left;
  white-space: normal;
  line-height: 1.5em;
  border-bottom: 1px solid #d4d6d6;
  padding: 0 0 20px 0;
  margin: 0 0 20px 25px;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label span.label span.description {
  font-weight: normal;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label span.label.noBorder {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label > span.circle {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: absolute;
  margin: 2px 5px 0 0;
  float: left;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label > span.circle span {
  display: none;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost label img {
  position: relative;
  display: block;
  margin: 0 0 20px 30px;
  max-width: 85%;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost input[type=radio] {
  display: none;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost input[type=radio]:checked + label {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
form.postaniteClan .clanstvoUgodnosti .ugodnost input[type=radio]:checked + label > span.circle {
  border: 1px solid #142d61;
  box-shadow: none;
}
form.postaniteClan .clanstvoUgodnosti .ugodnost input[type=radio]:checked + label > span.circle span {
  width: 12px;
  height: 12px;
  background-color: #142d61;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label {
  cursor: pointer;
  margin: 0;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 35px 12px 12px 12px;
  text-align: left;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label span.label {
  display: block;
  font-size: 16px;
  font-weight: normal !important;
  color: #000;
  text-align: left;
  white-space: normal;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 20px 25px;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label > span.circle {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: absolute;
  margin: 2px 5px 0 0;
  float: left;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label > span.circle span {
  display: none;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label img {
  position: relative;
  display: block;
  margin: 0 5px 20px 0;
  width: 58px;
  height: 36px;
  float: left;
}
form.postaniteClan .clanstvoNacinPlacila .placilo label img.first {
  margin-left: 25px;
}
form.postaniteClan .clanstvoNacinPlacila .placilo input[type=radio] {
  display: none;
}
form.postaniteClan .clanstvoNacinPlacila .placilo input[type=radio]:checked + label {
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}
form.postaniteClan .clanstvoNacinPlacila .placilo input[type=radio]:checked + label > span.circle {
  border: 1px solid #142d61;
  box-shadow: none;
}
form.postaniteClan .clanstvoNacinPlacila .placilo input[type=radio]:checked + label > span.circle span {
  width: 12px;
  height: 12px;
  background-color: #142d61;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
}
form.postaniteClan .bottomCheckboxes div.checkbox {
  margin-left: 0;
}
form.postaniteClan .bottomCheckboxes div.checkbox label {
  padding-left: 30px;
}
form.postaniteClan .bottomCheckboxes div.checkbox label:before {
  margin-left: -25px;
}
form.postaniteClan .bottomCheckboxes div.checkbox span {
  margin: 5px 0;
  color: #000;
  display: block;
}
form.postaniteClan .bottomCheckboxes div.checkbox span.underCheckbox {
  font-size: 13px;
}
form.postaniteClan .izbranoClanstvo {
  padding: 40px 30px;
}
form.postaniteClan .izbranoClanstvo .whiteBox {
  background: #fff;
  padding: 40px;
}
form.postaniteClan .izbranoClanstvo .whiteBox h5 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #032f60;
  margin: 0 0 10px 0;
  padding: 0;
}
form.postaniteClan .izbranoClanstvo .whiteBox p {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
form.postaniteClan .izbranoClanstvo .whiteBox h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #032f60;
  margin: 0;
  padding: 0;
}
form.postaniteClan .izbranoClanstvo .features {
  margin-top: 10px;
}
form.postaniteClan .izbranoClanstvo .features p {
  background: url('../../images/vclanjevanje/icon_check_yellow.png') 0 0 no-repeat;
  font-size: 14px;
  color: #000000;
  padding-left: 30px;
  background-size: 19px 18px;
  margin-bottom: 0;
  line-height: 1.9em;
}
form.postaniteClan .izbranoClanstvo .features p.subtitle {
  background: none;
  padding-left: 0;
  font-weight: bold;
  margin-bottom: 10px;
}
form.postaniteClan .izbraniPodatki {
  padding: 40px 30px 0;
}
form.postaniteClan .izbraniPodatki .podatek {
  padding-bottom: 20px;
}
form.postaniteClan .izbraniPodatki .podatek p.titleDesc {
  font-size: 13px;
  font-weight: 600;
  color: #032f60;
  border-bottom: solid 1px #032f60;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
}
form.postaniteClan .izbraniPodatki .podatek table td {
  color: #000;
  font-size: 14px;
  border: none;
  background: none;
  line-height: 1.3em;
}
form.postaniteClan .izbraniPodatki .podatek table td:first-child {
  color: #6c6c6c;
  width: 130px;
}
form.postaniteClan .izbranoPlacilnoSredstvo {
  overflow: hidden;
  padding: 40px 30px;
}
form.postaniteClan .izbranoPlacilnoSredstvo p {
  float: left;
  margin: 8px 10px 0 0;
}
form.postaniteClan .izbranoPlacilnoSredstvo img {
  position: relative;
  display: block;
  margin: 0 5px 0 0;
  width: 58px;
  height: 36px;
  float: left;
}
form.postaniteClan .submitBackContainer {
  border-top: 3px solid #333;
  margin: 30px 0;
}
form.postaniteClan .splPogoji div.checkbox {
  margin-left: 0;
}
form.postaniteClan .splPogoji div.checkbox > label {
  margin-right: 0;
}
form.postaniteClan button.submit.btn,
form.postaniteClan button.submitBack.btn {
  margin-left: 0;
}
form.postaniteClan button.submit.btn {
  padding: 12px 28px;
}
.wizardClanstvo .step.grayBox {
  padding: 40px 40px 20px 40px;
  margin-bottom: 30px;
}
.wizardClanstvo .step h5 {
  margin-bottom: 40px;
}
.wizardClanstvo .step .odgovor {
  margin-bottom: 30px;
  padding: 20px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  position: relative;
  background: #fff;
  text-align: left;
  z-index: 1;
}
.wizardClanstvo .step .odgovor span.label {
  display: block;
  font-size: 16px;
  color: #032f60;
  text-align: center;
  white-space: normal;
  line-height: 1.5em;
  padding: 0;
  margin: 0 0 20px 0;
}
.wizardClanstvo .step .odgovor span.circle {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: absolute;
  margin: 2px 5px 0 0;
}
.wizardClanstvo .step .odgovor span.circle span {
  display: none;
}
.wizardClanstvo .step .odgovor .imgCont {
  display: table;
  margin: 20px 0;
  width: 100%;
}
.wizardClanstvo .step .odgovor .imgCont .helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.wizardClanstvo .step .odgovor .imgCont img {
  position: relative;
  display: table-row;
  margin: auto;
  vertical-align: middle;
}
.wizardClanstvo .step .slika img {
  position: absolute;
  right: -20px;
  bottom: -20px;
}
.wizardClanstvo .step.step1 .slika img,
.wizardClanstvo .step.step2 .slika img {
  right: 0;
  bottom: -50px;
}
.wizardClanstvo .step .opombe * {
  font-size: 14px;
}
.wizardClanstvo .step .opombe p {
  margin-bottom: 15px;
}
.wizardClanstvo .step .opombe ul {
  margin-bottom: 15px;
  padding: 0;
}
.wizardClanstvo .step.stepfinal h5 {
  margin-bottom: 20px;
}
.wizardClanstvo .step.stepfinal .yellowBox {
  background: #ffd100 url('../../images/wizard/wizard_badge_yellow_foldonly.png') no-repeat right bottom;
  padding: 25px 100px 25px 40px;
  margin: 0 0 0 -40px;
}
.wizardClanstvo .step.stepfinal .yellowBox h5 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}
.wizardClanstvo .step.stepfinal .yellowBox .clanstvoRezultat span.cena {
  font-size: 20px;
  font-weight: bold;
}
.wizardClanstvo .step.stepfinal .yellowBox .clanstvoRezultat span.valuta {
  font-size: 20px;
  font-weight: bold;
}
.wizardClanstvo .step.stepfinal .yellowBox .clanstvoRezultat span.naziv {
  border-left: 1px solid #7c92ad;
  margin-left: 8px;
  padding-left: 8px;
}
.wizardClanstvo .step.stepfinal .yellowBox.btn-link {
  font-size: 14px;
  text-decoration: underline;
}
.wizardClanstvo .step.stepfinal .yellowBox.btn-link:hover {
  text-decoration: none;
}
.wizardClanstvo .step.stepfinal .yellowBox h5.drugoClanstvo {
  margin-bottom: 0;
  margin-top: 15px;
  padding-top: 0;
}
.wizardClanstvo .step.stepfinal .yellowBox h5.drugoClanstvo a {
  font-weight: bold;
}
.wizardClanstvo .step.stepfinal p.drugoClanstvoSmall {
  margin-top: 15px;
}
.wizardClanstvo .startOver {
  color: #032f60;
}
.wizardClanstvo .startOver i {
  color: #032f60;
  margin-right: 5px;
}
.wizardClanstvo .step.stepfinal .startOver {
  margin: 30px 0 40px 0;
}
/* /novo clanstvo */
.socialSticker {
  position: absolute;
  left: 25px;
  width: 60px;
  z-index: 10;
}
.socialSticker p {
  font-size: 12px;
  color: #6E7885;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  line-height: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}
.socialSticker a {
  display: inline-block;
  background: #fff !important;
  background-color: #fff !important;
  border: 1px solid #AEB7C2 !important;
  width: 41px;
  height: 41px;
  line-height: 41px;
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  margin: 10px auto 0px auto !important;
  display: block !important;
}
.socialSticker a span {
  width: 41px !important;
  height: 41px !important;
  line-height: 41px !important;
}
.socialSticker a svg {
  fill: #aeb7c2 !important;
  width: 30px !important;
  height: 30px !important;
  line-height: 28px !important;
}
.socialSticker a:hover {
  border: 1px solid #002D62 !important;
}
.socialSticker a:hover svg {
  fill: #002d62 !important;
}
.socialSticker #at20mc,
.socialSticker .atm-i {
  display: none !important;
}
.mTop {
  margin-top: 60px;
}
.mBottom {
  margin-bottom: 60px;
}
.pTop {
  padding-top: 60px;
}
.pBottom {
  padding-bottom: 60px;
}
.addthis_inline_share_toolbox {
  display: none !important;
}
.socialSticker .addthis_inline_share_toolbox,
.newsDisplay .addthis_inline_share_toolbox {
  display: block !important;
}
.fa {
  font-family: Font Awesome 5 Pro;
}
.resizable-image {
  display: inline-block !important;
}
.resizable-image.left {
  padding: 0px 20px 20px 0;
}
.resizable-image.right {
  padding: 0px 0px 20px 20px;
}
.resizable-image figcaption {
  background: #252B33;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 19px;
  padding: 20px;
}
#errorPage .breadcrumbs {
  display: none !important;
}
#errorPage .socialSticker {
  display: none !important;
}
.sepaInfo {
  background: #EFF0F2;
  padding: 20px 20px 20px 70px;
  position: relative;
  display: none;
  margin-top: -20px;
}
.sepaInfo i {
  font-size: 35px;
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -20px;
  color: #002d62;
}
.sepaInfo p {
  margin-bottom: 0px !important;
}
.file-caption-main {
  display: table;
}
.file-caption-main .file-caption {
  display: table-cell;
  padding: 0 12px;
}
.file-caption-main .input-group-btn {
  display: table-cell;
  left: -3px;
  position: relative;
  width: 30%;
}
.file-caption-main .btn.btn-file {
  display: inline-block;
}
.file-caption-main .btn {
  float: left;
  height: 36px;
  line-height: 36px;
  padding: 0px 15px;
}
.file-caption-main .form-control {
  float: left;
  line-height: 36px;
}
.file-caption-main .file-caption-name {
  height: auto;
}
.awardsCarousel {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}
.awardsCarousel img {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid #fff;
  background: #00214D;
  padding: 10px;
  -moz-box-shadow: 0 5px 10px #999;
  -webkit-box-shadow: 0 5px 10px #999;
  box-shadow: 0 5px 10px #999;
}
.awardsCarousel .sticker {
  position: absolute;
  top: -35px;
  left: 50%;
  background: #eff0f2 url('../../images/aw-num.png') no-repeat center center;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  background-size: 80px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  color: #00214D;
}
.awardsCarousel .sticker strong {
  padding-top: 30px;
  display: block;
}
.awardsCarousel .sticker .caption {
  position: absolute;
  top: 90%;
  font-size: 14px;
  text-transform: uppercase;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  font-weight: bold;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.awardsCarousel .title {
  position: absolute;
  top: -85px;
  font-size: 18px;
  color: #00214D;
  left: 50%;
  -ms-transform: translate(-50%, 0%);
  text-align: center;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  max-width: 200px;
  font-weight: bold;
}
.awardsCarousel #awardsCarousel {
  height: 400px;
  width: 100%;
  position: relative;
  margin-bottom: -100px;
}
.awardsCarousel #aPrev {
  position: absolute;
  left: 0px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
}
.awardsCarousel #aNext {
  position: absolute;
  right: 0px;
  top: 50%;
  font-size: 30px;
  margin-top: -15px;
}
.nagradnaIgra .steps h3 {
  border-bottom: none;
  font-size: 24px;
  line-height: 29px;
  position: relative;
  padding-top: 30px;
  margin-bottom: 10px;
}
.nagradnaIgra .steps h3::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 3px;
  background: url('../../images/title.png') no-repeat right bottom;
}
.nagradnaIgra .steps h3 .titleText strong {
  font-weight: bold;
}
.nagradnaIgra .headlines.imgOnly {
  height: 250px;
  text-align: center;
  background-position: center center;
  background-size: cover !important;
  position: relative;
}
.nagradnaIgra .headlines.imgOnly .bLogo {
  position: absolute;
  max-width: 550px;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.nagradnaIgra .headlines.imgOnly::after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  content: "";
  z-index: 0;
}
.nagradnaIgra .btn.nagradnaIgra {
  display: inline-block !important;
  color: #fff !important;
  text-transform: uppercase;
  position: relative;
  margin-top: -6px;
}
.nagradnaIgra .navigation > ul > li form {
  display: none;
}
.nagradnaIgra .navigation > ul > li:hover .btn {
  padding-bottom: 6px !important;
  text-decoration: none;
}
.nagradnaIgra .sticky .navigation > ul > li > a.btn {
  padding-bottom: 6px !important;
  background-color: #002d62 !important;
}
.nagradnaIgra .successBox {
  background: #FFD200;
  padding: 20px 20px;
  margin-top: 30px;
  margin-bottom: 50px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.nagradnaIgra .successBox p {
  color: #252B33;
  font-size: 15px;
  line-height: 21px;
}
.nagradnaIgra .successBox h2 {
  padding-top: 0px;
}
.nagradnaIgra .successBox h6 {
  font-size: 18px;
  line-height: 24px;
  color: #353535;
  margin-bottom: 20px;
}
.nagradnaIgra .successBox h6 strong {
  font-weight: bold;
}
.nagradnaIgra .successBox a {
  text-decoration: underline;
}
.nagradnaIgra .successBox a:hover {
  text-decoration: none;
}
.nagradnaIgra .successBox img {
  max-width: 120px;
  height: auto;
}
.nagradnaIgra .successBox .social {
  position: relative;
  padding-top: 25px;
  margin-top: 25px;
}
.nagradnaIgra .successBox .social p {
  font-size: 16px;
}
.nagradnaIgra .successBox .social::before {
  position: absolute;
  height: 1px;
  background: #fff;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  content: "";
  top: 0;
}
.nagradnaIgra .successBox .social a {
  font-size: 20px;
  height: 42px;
  line-height: 42px;
  width: 42px;
  text-align: center;
  display: inline-block;
  padding-left: 5px;
  color: #00214D;
  border: 1px solid #00214D;
  margin: 0 5px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.nagradnaIgra .successBox .social a:hover {
  background: #00214D;
  color: #FFD200;
}
.nagradnaIgra .successBox.white {
  background: #fff;
}
.nagradnaIgra .successBox.white .social::before {
  background: #D6DCE2;
}
.questionBox {
  background: #EAEBEC;
  padding: 35px;
}
.questionBox h4 {
  font-size: 20px;
  font-weight: bold;
  border: none;
  padding-bottom: 8px;
  position: relative;
  padding-top: 0px;
  margin-bottom: 30px;
}
.questionBox h4::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0px;
  width: 300px;
  height: 3px;
  background: url('../../images/title.png') no-repeat right bottom;
}
.questionBox label.control-label {
  width: 100%;
  display: block;
  padding: 0;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 36px;
  color: #00214D;
}
.questionBox label.control-label span {
  display: none;
}
.questionBox .radio label {
  color: #000;
  margin: 0;
  position: relative;
  background: #fff;
  padding: 15px 10px 15px 45px;
  display: block;
  line-height: 25px;
}
.questionBox .radio label::before {
  width: 18px;
  height: 18px;
  display: block;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border: solid 1px #a5a5a5;
  border-radius: 50%;
  position: relative;
  margin: 3px 10px 0 0;
  float: left;
  content: "";
  padding: 0;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -9px;
}
.questionBox .radio.selected label::before {
  border: 1px solid #142d61;
  content: "";
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.questionBox .radio.selected label::after {
  width: 12px;
  height: 12px;
  background-color: #142d61;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  content: "";
  margin-top: -5px;
}
.questionBox .image {
  position: relative;
  height: 300px;
}
.questionBox .image img {
  position: absolute;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  position: relative;
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.questionBox button {
  margin-left: 0px !important;
}
.questionBox .errorMessage h4::before {
  display: none;
}
.quizLogin {
  position: relative;
  margin-bottom: 25px;
}
.quizLogin input {
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #AEB7C2;
  border-radius: 4px;
  padding-right: 150px;
}
.quizLogin .btn {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.quizCounter {
  display: table;
  width: 320px;
  float: right;
  position: relative;
  margin-top: -100px;
}
.quizCounter p {
  margin-bottom: 0px;
  color: #142d61;
  display: table-cell;
  vertical-align: middle;
}
.quizCounter #validTill {
  width: 175px;
  margin-left: 10px;
  display: table-cell;
  text-align: right;
}
.quizCounter #validTill span {
  display: inline-block;
  border: 1px solid #d5dce1;
  border-radius: 5px;
  width: 66px;
  padding: 10px 0;
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  color: #142d61;
}
.quizCounter #validTill strong {
  display: inline-block;
  margin: 0 10px;
  font-size: 35px;
  font-weight: bold;
  color: #142d61;
}
.quizCounter.gameOver #validTill span,
.quizCounter.gameOver #validTill strong {
  color: red;
  border-color: red;
}
.quizRegister form {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
.quizRegister form small.required {
  display: none;
}
.quizRegister form .form-control {
  display: block;
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10px;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
  border: 1px solid #AEB7C2;
  border-radius: 3px;
}
.quizRegister form label {
  position: absolute;
  left: 10px;
  top: 7px;
  font-size: 16px;
  color: #999;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.quizRegister form label span {
  display: none;
}
.quizRegister form label ul {
  margin-bottom: 0px;
}
.quizRegister form label ul li {
  font-size: 16px;
  font-weight: 300;
  color: #999;
}
.quizRegister form .checkbox label {
  left: 0;
}
.quizRegister form .noLabel label {
  display: none;
}
.quizRegister form .focused label {
  top: -6px;
  font-size: 10px;
}
.quizRegister form button {
  margin-left: 0px;
  margin-top: 25px;
}
.resultTable tr {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 3px solid #fff;
}
.resultTable tr th {
  border: none;
  font-size: 13px;
  line-height: 16px;
  color: #999;
  padding: 10px 0;
  padding-left: 20px !important;
  font-weight: normal;
}
.resultTable tr td {
  background: #eff2f5;
  padding: 15px 20px !important;
  border: none;
  color: #000;
}
.resultTable tr td:first-child {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 85px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-weight: bold;
  width: 100px;
}
.resultTable tr td:nth-child(2) {
  font-weight: bold;
}
.resultTable tr td:nth-child(3) {
  width: 100px;
}
.resultTable tr td:last-child {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.resultTable tr.active td {
  background: #FFD200;
  color: #002D62;
}
.confetti #content {
  z-index: 100;
  background: none;
  position: relative;
}
.confetti .header {
  z-index: 1000;
}
.confetti .footer {
  z-index: 1000;
}
.confetti .headlines {
  z-index: 100;
}
#confettiCanvas {
  position: fixed !important;
}
.awardsList .image {
  background-size: cover !important;
}
.awardsList .desc {
  padding-top: 75px;
  padding-bottom: 75px;
}
.awardsList .desc .text.pRight {
  padding-right: 50px;
}
.awardsList .desc .text.pLeft {
  padding-left: 50px;
}
.bTop {
  border-top: 1px solid #D6DCE2;
  padding-top: 75px;
}
/* moj anzs new */
.content.mojamzs {
  padding-bottom: 0 !important;
}
@media (min-width: 1200px) {
  .content.mojamzs .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .content.mojamzs .btn.btn-default {
    margin-bottom: 15px;
  }
}
.content.mojamzs h1 {
  margin: 40px 0 40px 0;
  position: relative;
  font-size: 36px;
  font-weight: bold;
}
.content.mojamzs h1.dashboard {
  margin-left: -20px;
}
.content.mojamzs h1 .logout {
  position: absolute;
  right: 20px;
  top: 0px;
  font-size: 16px;
}
.content.mojamzs h1 .logout i {
  font-size: 24px;
}
.content.mojamzs h1 .logout span {
  padding: 4px 0;
}
.content.mojamzs h1 .logout a {
  text-decoration: none;
}
.content.mojamzs h2 {
  margin: 20px 0 40px -20px;
  font-size: 2.7em !important;
  position: relative;
  padding-bottom: 10px;
  color: #00214D;
}
.content.mojamzs h2:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #000;
}
.content.mojamzs h3 {
  color: #252B33;
  font-size: 16px;
  margin: 20px 0 10px 20px;
  font-weight: bold;
}
.content.mojamzs h3.border-bottom {
  margin: 0;
  position: relative;
  padding-bottom: 10px;
}
.content.mojamzs h3.border-bottom:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #000;
}
.content.mojamzs h3.border-bottom i {
  margin-right: 5px;
}
.content.mojamzs h3.border-bottom span {
  font-weight: 300;
  float: right;
}
.content.mojamzs .expired-block {
  margin-left: -20px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 10px 30px;
  border: 1px #FF0000 solid;
  background: red;
}
.content.mojamzs .expired-block p {
  color: #FFF;
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  font-family: proxima, Arial, serif;
}
.content.mojamzs .expired-block a {
  color: #FFF;
  font-weight: 700;
}
.content.mojamzs .bannerPool {
  margin-top: 40px;
}
.content.mojamzs .titlebar {
  position: relative;
  margin-bottom: 30px;
}
.content.mojamzs .titlebar h3 {
  font-size: 27px;
  margin-left: 0;
}
.content.mojamzs .titlebar .titlebar-more {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 16px;
  text-decoration: underline;
}
.content.mojamzs .col-lg-6 {
  padding-left: 0;
}
.content.mojamzs .mojamzs-box {
  min-height: 534px;
  margin-right: 20px;
  padding: 30px;
  border: 1px #e5e5e5 solid;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card {
  padding: 0;
  margin-bottom: 30px;
  border-radius: 5px;
  position: relative;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card-number {
  position: absolute;
  top: 0;
  left: 10%;
  padding: 0 15px 10px;
  width: 40%;
  background: #FFF;
  text-align: center;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card-number svg {
  width: 100%;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card-content {
  position: absolute;
  top: 100px;
  left: 10%;
  width: 80%;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card {
  color: #000000;
  font-size: 13px;
  margin-bottom: 10px;
}
.content.mojamzs .mojamzs-box .mojamzs-box-card .card.card-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
.content.mojamzs .mojamzs-box p a {
  margin-top: 25px;
}
.content.mojamzs .progress-content {
  margin-bottom: 90px;
}
.content.mojamzs .progress {
  font-size: 1rem;
  line-height: inherit;
  height: 65px;
  background: url('../../images/icons/progress-bar_active.png') repeat-x right top;
  position: relative;
}
.content.mojamzs .progress.low-benefits {
  background: url('../../images/icons/progress-bar_lowbenefits_active.png') repeat-x left top;
}
.content.mojamzs .progress span {
  position: absolute;
  top: 75px;
  right: -50px;
  padding: 5px;
  background: #e5e5e5;
  font-size: 12px;
}
.content.mojamzs .progress .progress-bar {
  height: 65px;
  min-height: 12px;
  background: url('../../images/icons/progress-bar.png') repeat-x right top;
  position: relative;
}
.content.mojamzs .progress .progress-bar span {
  right: auto;
  left: 0;
}
.content.mojamzs .tabs-benefits {
  margin-top: 70px;
}
.content.mojamzs .tabs-benefits .tabNavigation {
  border: none;
  padding: 0;
  margin-right: 20px;
}
.content.mojamzs .tabs-benefits .tabNavigation li {
  width: 30%;
  margin-right: 5%;
  padding: 0;
  position: relative;
}
.content.mojamzs .tabs-benefits .tabNavigation li:last-child {
  margin-right: 0;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active {
  /* srednji */
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:first-child a {
  background: #B2D234;
  color: #FFF;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:first-child a:before {
  background: url('../../images/icons/ico_tab1.svg') no-repeat center bottom;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:last-child {
  margin-right: 0;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:last-child a {
  background: #FFD200;
  color: #FFF;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active:last-child a:before {
  background: url('../../images/icons/ico_tab3.svg') no-repeat center bottom;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active a {
  background: #D8232A;
  color: #FFF;
}
.content.mojamzs .tabs-benefits .tabNavigation li.ui-tabs-active a:before {
  content: "";
  position: absolute;
  top: -99px;
  left: calc(50% - 60px);
  width: 130px;
  height: 100px;
  background: url('../../images/icons/ico_tab2.svg') no-repeat center bottom;
}
.content.mojamzs .tabs-benefits .tabNavigation li a {
  text-align: center;
  border: 1px #e5e5e5 solid;
  padding: 20px 0;
  color: #00214D;
  font-size: 16px;
  font-weight: 700;
}
.content.mojamzs .tabs-benefits .tabNavigation li a span {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 13px;
}
.content.mojamzs .tableMojAmzs {
  margin-bottom: 30px;
}
.content.mojamzs .tableMojAmzs thead th {
  font-size: 12px;
  color: #a5a5a5;
  padding: 10px 15px;
  border: none;
  vertical-align: bottom;
  text-align: left;
  font-weight: 300;
}
.content.mojamzs .tableMojAmzs thead th:first-of-type {
  width: auto;
  font-size: 16px;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(2) {
  width: 95px;
  padding: 10px 20px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(3) {
  width: 208px;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(4) {
  width: 160px;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(5) {
  width: 80px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(6) {
  width: 115px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs thead th:nth-of-type(7) {
  width: 100px;
  font-size: 11px;
  text-align: right;
}
.content.mojamzs .tableMojAmzs tr.disabled td {
  color: rgba(0, 45, 98, 0.2);
}
.content.mojamzs .tableMojAmzs tr.disabled td .discount {
  background-color: rgba(255, 210, 0, 0.6);
}
.content.mojamzs .tableMojAmzs tr td {
  background: #f1f3f6;
  color: #002D62;
  padding: 10px 15px;
  border-bottom: 2px #FFF solid;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.content.mojamzs .tableMojAmzs tr td:nth-of-type(2) {
  padding: 10px 20px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs tr td:nth-of-type(5) {
  text-align: center;
}
.content.mojamzs .tableMojAmzs tr td:nth-of-type(6) {
  text-align: center;
}
.content.mojamzs .tableMojAmzs tr td:nth-of-type(7) {
  text-align: right;
}
.content.mojamzs .tableMojAmzs tr td .discount {
  background-color: #FFD200;
  padding: 3px 0;
  font-size: 12px;
  text-align: center;
}
.content.mojamzs .tableMojAmzs tr td .discount span {
  font-size: 18px;
  font-weight: bold;
}
.content.mojamzs .tableMojAmzs tr td i {
  margin-right: 5px;
}
.content.mojamzs form.mojamzs {
  /* background: #f1f3f6;
         padding: 20px 30px;
         margin: 0 0 0 -20px;*/
}
.content.mojamzs form.mojamzs label {
  font-size: 16px;
  font-weight: bold !important;
  padding: 0 0 10px;
}
.content.mojamzs form.mojamzs .form-group {
  font-size: 16px;
  background: #f1f3f6;
  padding: 15px 30px;
  margin: 0 0 0 -20px;
}
.content.mojamzs form.mojamzs .form-group:first-of-type {
  margin-top: 30px;
}
.content.mojamzs form.mojamzs .form-group input,
.content.mojamzs form.mojamzs .form-group textarea,
.content.mojamzs form.mojamzs .form-group select {
  margin: 0;
  border-color: #b7bfc9;
}
.content.mojamzs form.mojamzs .form-buttons {
  margin: 20px 0 20px -20px;
}
.content.mojamzs .form-settings {
  margin-left: -20px;
}
.content.mojamzs .form-settings h2 {
  margin-left: 0 !important;
}
.content.mojamzs .form-settings .form-group {
  padding: 0 10px 10px;
  background: #f1f3f6;
  margin-bottom: 3px;
}
.content.mojamzs .form-settings .form-group .checkbox label {
  padding-left: 55px;
  margin-left: 5px;
}
.content.mojamzs .form-settings .form-group .checkbox label:before {
  font-size: 1.6em;
  margin-left: -40px;
  padding-right: 25px;
  top: 5px;
  position: relative;
}
.content.mojamzs .form-settings .form-group button {
  margin-top: 3px;
  display: block;
}
.content.mojamzs .form-settings .form-buttons {
  background: #FFF;
  padding: 30px 0 0;
}
@media (max-width: 768px) {
  .content.mojamzs .form-settings {
    margin-left: 0;
  }
}
.content.mojamzs .form-profile {
  margin-left: -20px;
  margin-bottom: 40px;
}
.content.mojamzs .form-profile .form-group {
  background: #f1f3f6;
  margin-bottom: 0;
  height: 36px;
  padding: 10px 12px;
  font-size: 14px;
}
.content.mojamzs .form-profile .form-group.first {
  padding-top: 25px;
}
.content.mojamzs .form-profile .form-group.last {
  padding-bottom: 25px;
}
.content.mojamzs .form-profile .form-group.profile input {
  width: 50%;
  font-size: 14px;
  height: 34px;
  margin-left: -5px;
  box-shadow: none;
  border-color: #aeb7c2;
  color: #343a42;
}
.content.mojamzs .form-profile .form-group label {
  font-size: 14px;
  padding: 6px 12px;
  font-weight: bold !important;
  color: #252B33;
}
.content.mojamzs .form-profile .form-group span {
  margin-top: 4px;
  display: block;
  color: #343a42;
}
.content.mojamzs .form-profile .form-group .help-block ul {
  margin: 0;
  padding: 0;
}
.content.mojamzs .form-profile .form-group .help-block ul li {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.content.mojamzs .form-profile .form-group .help-block ul li .fa {
  display: inline;
  color: red;
}
.content.mojamzs .form-profile .form-group .table-profile {
  margin-bottom: 15px;
}
.content.mojamzs .form-profile .form-group .table-profile thead th {
  background: transparent;
  font-size: 12px;
  color: #a5a5a5;
  padding: 10px 15px;
  border: none;
  vertical-align: bottom;
  text-align: left;
  font-weight: 300;
  border-bottom: 1px #aeb7c2 solid;
}
.content.mojamzs .form-profile .form-group .table-profile tr td {
  background: #f1f3f6;
  color: #002D62;
  padding: 10px 15px;
  border-bottom: 1px #aeb7c2 solid;
  vertical-align: middle;
  text-align: left;
  font-size: 14px;
}
.content.mojamzs .form-profile .form-buttons.profile {
  background: #FFF;
  padding: 30px 0 0;
}
.content.mojamzs .form-profile .form-buttons.profile button {
  margin-right: 15px;
}
.alert {
  padding: 8px 25px 8px 14px;
  margin-bottom: 18px;
  color: #c09853;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.alert.alert-danger,
.alert.alert-error {
  color: #FFF;
  background-color: #ff0000 !important;
  border-color: #eed3d7;
}
.alert.alert-danger li,
.alert.alert-error li {
  color: #FFF;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert ul {
  margin: 0;
  padding: 0;
}
.alert ul li {
  margin: 0;
  list-style-type: none;
}
.alert-heading {
  color: inherit;
}
.table-payments {
  margin-left: -20px;
  margin-bottom: 40px;
}
.table-payments tr td {
  background: #f1f3f6;
  color: #252B33;
  padding: 12px 20px;
  border-top-width: 0;
  border-bottom: 2px #FFFFFF solid;
  vertical-align: middle;
  text-align: left;
  font-size: 16px;
}
.table-payments tr td:first-child {
  padding-left: 10px;
}
.table-payments tr td i {
  font-size: 21px;
}
.table-payments .form-group {
  zoom: 0.65;
}
.login {
  height: 100%;
}
.login .login-box {
  width: 65%;
  margin: 20% 50px 0 auto;
}
.login .login-box h1 {
  font-size: 36px;
  font-weight: bold;
  margin: 20px 0 0 !important;
}
.login .login-box h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 20px 0;
  padding-bottom: 0;
}
.login .login-box h2:after {
  display: none;
}
.login .login-box h3 {
  font-weight: normal;
  padding-bottom: 15px;
}
.login .login-box .btn {
  float: right;
}
.login .login-box a {
  font-size: 16px;
}
.login .login-box-img {
  min-height: calc(100vh - 150px);
  background: url('../../images/icons/img_login.jpg') no-repeat fixed;
  background-position: left center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 1200px) {
  .login .login-box {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 992px) {
  .login .login-box {
    width: 80%;
    margin: 50px auto;
  }
  .login .login-box-img {
    min-height: calc(100vh - 500px);
  }
}
.material-design {
  /* -- label styles ---------------------------------- */
  /* active state */
  /* input colors ---- */
  /* help-block */
  /* input addon ---*/
  /* ------  inline ----*/
  /* -- bar styles -------------------------------------- */
  /* active state */
  /* -- highlighter styles ------------------------------ */
  /* active state */
  /* -- highlighter animation --------------------------- */
  /*-- Checkbox --------------------------- */
  /*
     * Core styles required for the checkboxes.
     * @author Jason Mayes 2014, www.jasonmayes.com
    */
  /* https://codepen.io/mburnette/pen/LxNxNg */
  /*

    .checkbox {

        &.selected {
            .chk-span {
                display: block !important;
                border-left-color: #FFF;
                border-bottom-color: #FFF;
                margin-left: 8px;
            }
        }

        input[type=checkbox] {
            height: 0;
            width: 0;
            visibility: hidden;
        }

        label {
            cursor: pointer;
            text-indent: -9999px;
            width: 70px;
            height: 20px;
            background: grey;
            display: block;
            border-radius: 100px;
            position: relative;

            &:after {
                content: '';
                position: absolute;
                top: 3px;
                left: 3px;
                width: 23px;
                height: 23px;
                background: #fff;
                border-radius: 90px;
                transition: 0.3s;
            }

            &:active {
                &:after {
                    width: 22px;
                }
            }
        }

        .chk-span {
            display: none !important;
        }

        input {
            &:checked {
                &+label {
                    background: #bada55;
                    &:after {
                        left: calc(100% - 5px);
                        transform: translateX(-100%);
                    }
                }
            }
        }
    }
    */
}
.material-design .form-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
}
.material-design .form-group.has-success {
  position: relative;
}
.material-design .form-group.has-success:after {
  content: "\f058";
  position: absolute;
  color: green;
  width: auto;
  bottom: 13px;
  font-size: 24px;
  right: 20px;
  margin-top: 0;
  display: inline-block;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.material-design .input-group {
  position: relative;
}
.material-design .form-control {
  display: block;
  height: 50px;
  width: 100%;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0 10px;
  background-color: transparent;
  box-shadow: none;
  margin: 0;
}
.material-design .input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;
}
.material-design .form-control:focus {
  outline: none;
  box-shadow: none;
}
.material-design label {
  position: absolute;
  top: -18px;
  left: 10px;
  color: #999;
  font-size: 12px;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.material-design .form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .material-design .form-horizontal .control-label {
    font-size: 16px;
  }
}
.material-design .float-label {
  left: 10px;
  top: 7px;
  font-size: 16px;
  pointer-events: none;
}
.material-design .form-control:focus ~ .float-label,
.material-design .form-control:valid ~ .float-label {
  top: 0;
  font-size: 10px;
}
.material-design .form-control:focus ~ label {
  color: #002d62;
}
.material-design .form-control:focus ~ .form-bar:before,
.material-design .form-control:focus ~ .form-bar:after {
  background: #002d62;
}
.material-design .form-group .help-block {
  position: absolute;
}
.material-design .help-block {
  color: #bdbdbd;
  font-size: 12px;
  font-weight: 300;
}
.material-design .input-group-addon {
  border: none;
  background: transparent;
}
.material-design .input-group-addon,
.material-design .form-inline .input-group {
  display: table-cell;
}
.material-design .input-group-addon,
.material-design .input-group-btn {
  width: inherit;
}
.material-design .input-group {
  width: 100%;
}
@media (min-width: 768px) {
  .material-design .form-inline .form-group {
    margin-top: 16px;
  }
  .material-design .input-group-btn,
  .material-design .input-group .form-control,
  .material-design .input-group-addon,
  .material-design .form-inline .input-group {
    display: inline-block;
  }
  .material-design .input-group {
    width: auto;
  }
}
.material-design .form-bar {
  position: relative;
  display: block;
  width: 100%;
}
.material-design .form-bar:before,
.material-design .form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.material-design .form-bar:before {
  left: 50%;
}
.material-design .form-bar:after {
  right: 50%;
}
.material-design .form-control:focus ~ .form-bar:before,
.material-design .form-control:focus ~ .form-bar:after {
  width: 50%;
}
.material-design .form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
}
.material-design .form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.material-design .form-group.checkbox {
  margin-top: 20px;
}
.material-design .checkbox input[type='checkbox'] {
  height: 0;
  width: 0;
  opacity: 0;
}
.material-design .checkbox label {
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 10px;
  padding-left: 0;
}
.material-design .checkbox .chk-span {
  top: 0;
  border: 1px solid #5a5a5a;
  color: #1d1d1d;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 14px;
  margin: 0 14px 14px 1px;
  outline-color: #eaeaea;
  padding: 0;
  position: relative;
  width: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.material-design .checkbox .chk-span.checked {
  top: -2px;
  border-left: 2px solid #ffd200;
  border-bottom: 4px solid #ffd200;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: rotate(-45deg) scaleY(0.5);
  -moz-transform: rotate(-45deg) scaleY(0.5);
  -ms-transform: rotate(-45deg) scaleY(0.5);
  -o-transform: rotate(-45deg) scaleY(0.5);
  transform: rotate(-45deg) scaleY(0.5);
}
.material-design .checkbox .chk-span.checked {
  border-left-color: #ffd200;
  border-bottom-color: #ffd200;
}
.material-design .checkbox input[type='checkbox']:focus ~ label {
  color: #ffd200;
}
.material-design .checkbox input[type='checkbox']:focus ~ label .chk-span.checked {
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-right: 1px solid rgba(0, 0, 0, 0);
}
@media (min-width: 768px) {
  .material-design .form-inline .radio label,
  .material-design .form-inline .checkbox label {
    padding-left: 5px;
  }
}
.material-design .form-control-static {
  font-size: 16px;
}
.material-design .form-control[disabled],
.material-design .form-control[readonly],
.material-design fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-style: dashed;
}
.material-design #focusedInput {
  border-color: #ccc;
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  box-shadow: none;
}
.material-design .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.material-design .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.material-design .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.material-design .switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #FFF;
  -webkit-transition: .4s;
  transition: .4s;
}
.material-design .switch input:checked + .slider {
  background-color: #2196F3;
}
.material-design .switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.material-design .switch input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.material-design .switch .slider.round {
  border-radius: 34px;
}
.material-design .switch .slider.round:before {
  border-radius: 50%;
}
/* media queris */
@media (max-width: 768px) {
  .content.mojamzs h1 {
    margin: 20px 0 20px 0;
    position: relative;
    font-size: 32px;
  }
  .content.mojamzs h1.dashboard {
    margin-left: -10px;
  }
  .content.mojamzs h1 .logout {
    position: static;
    right: auto;
    top: auto;
  }
  .content.mojamzs h2 {
    margin: 0 0 15px -10px !important;
    font-size: 2.1em !important;
  }
  .content.mojamzs h3 {
    font-size: 2.1em !important;
    margin: 10px 0 0 !important;
  }
  .content.mojamzs h3.border-bottom span {
    display: block;
    float: none;
    font-size: 14px;
  }
  .content.mojamzs .login-box h2 {
    margin: 0 0 15px 0 !important;
  }
  .content.mojamzs .titlebar .titlebar-more {
    position: static;
  }
  .content.mojamzs .titlebar h3 {
    margin: 0 0 15px;
  }
  .content.mojamzs .mojamzs-box {
    min-height: auto;
    padding: 10px 20px 20px;
    margin-bottom: 15px;
  }
  .content.mojamzs .mojamzs-box .mojamzs-box-card {
    padding: 0;
  }
  .content.mojamzs .tabs-benefits {
    margin: 0;
    border: none !important;
  }
  .content.mojamzs .tabs-benefits .tabNavigation {
    display: none;
  }
  .content.mojamzs .tabContent {
    padding: 0 !important;
    display: block !important;
  }
  .content.mojamzs .form-profile {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .content.mojamzs .form-profile .form-group {
    height: inherit;
  }
  .content.mojamzs .form-profile .form-group.profile input {
    width: 100%;
  }
  .content.mojamzs .form-profile .form-group label {
    width: 100%;
    display: block;
    padding: 0;
  }
  .content.mojamzs .progress span {
    right: 0;
  }
  .table-payments {
    margin: 0;
  }
}
@media (max-width: 520px) {
  .content.mojamzs .mojamzs-box .mojamzs-box-card .card-number {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .content.mojamzs .mojamzs-box .mojamzs-box-card .card-content {
    position: absolute;
    margin: 20px 0 0;
    top: 0;
  }
  .content.mojamzs .mojamzs-box .mojamzs-box-card .card {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .content.mojamzs .mojamzs-box .mojamzs-box-card .card.card-title {
    font-size: 13px;
  }
}
/* responsive */
.header,
#content,
.footer,
.headlines,
.amzsList,
.eNews,
.infoCenter,
.oneColWrap {
  min-width: 1200px;
}
@media only screen and (min-width: 10px) {
  .responsive .header,
  .responsive #content,
  .responsive .footer,
  .responsive .headlines,
  .responsive .amzsList,
  .responsive .eNews,
  .responsive .infoCenter,
  .responsive .oneColWrap {
    min-width: 320px;
  }
}
@media only screen and (max-width: 1200px) {
  .responsive {
    /* amzsMagazin */
    /* eNews */
    /* infoCenter */
  }
  .responsive .amzsMagazin,
  .responsive .eNews {
    background-size: auto;
  }
  .responsive .eNews {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .infoCenter {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .siteLinks {
    padding-top: 0;
  }
  .responsive .fancyLinks {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 1500px) {
  .responsive .socialSticker {
    left: 5px;
  }
}
@media only screen and (max-width: 1350px) {
  .responsive .socialSticker {
    position: fixed !important;
    display: none;
    padding: 5px 0;
    left: 0px !important;
    right: 0px !important;
    top: auto !important;
    width: 100%;
    bottom: 0;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
  }
  .responsive .socialSticker p {
    padding-bottom: 5px;
    display: none;
  }
  .responsive .socialSticker a {
    display: inline-block !important;
    width: 31px;
    height: 31px;
    line-height: 31px;
    margin: 0px 5px 0px 5px!important;
  }
  .responsive .socialSticker a span {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
  }
  .responsive .socialSticker a svg {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  .responsive {
    /* navigation */
    /* headlines */
    /* bannerBox */
    /* newsBox */
    /* footer */
    /* testimonials */
  }
  .responsive .socialSticker {
    left: 5px;
    display: none;
  }
  .responsive .searchForm fieldset p.textType {
    min-width: 150px;
  }
  .responsive .searchForm fieldset p.textType input.textType {
    width: 150px;
  }
  .responsive .sliderNav {
    display: none;
  }
  .responsive .navigation > ul > li > a > span {
    padding-right: 5px;
  }
  .responsive .navigation .dropMulti .ctaBox {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .responsive .navigation .dropMulti .ctaBox h3 {
    font-size: 22px;
  }
  .responsive .headlines {
    margin-bottom: 40px;
  }
  .responsive .headlines .banner {
    padding-top: 0;
  }
  .responsive .headlines .banner .contentBox {
    padding: 20px 10px 10px 10px;
    margin-left: 0;
    margin-right: 10px;
  }
  .responsive .headlines .banner .contentBox h2 {
    font-size: 2.4em;
    margin-bottom: 20px;
  }
  .responsive .headlines .banner .contentBox .textType {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .headlines .banner .contentBox .bannerForm1 p.textType {
    padding-bottom: 15px;
  }
  .responsive .headlines .banner .bannerWrap,
  .responsive .headlines .banner .textWrap {
    position: relative;
    bottom: auto;
    top: auto;
    left: auto;
  }
  .responsive .headlines .banner .bannerBox {
    bottom: 58px;
  }
  .responsive .headlines .banner .bannerTitle {
    padding: .5em 20px 0 20px;
  }
  .responsive .headlines .banner .description {
    padding: 0 20px;
    font-size: 2.2em;
  }
  .responsive .headlines .banner .description br {
    display: none;
  }
  .responsive .headlines .banner,
  .responsive .headlines .banner .bannerWrap .rp960Wrap {
    height: 400px;
  }
  .responsive .headlines .bannerNav {
    position: relative;
    margin-top: -60px;
    bottom: auto;
    top: auto;
    left: auto;
  }
  .responsive .headlines .bannerNav .tabDesign {
    height: 70px;
    margin: 0px 10px 0;
  }
  .responsive .headlines .bannerNav .tabDesign li a {
    font-size: 2em;
    white-space: nowrap;
  }
  .responsive .headlines .bannerNav .tabDesign li a small {
    font-size: 12px;
  }
  .responsive .headlines .bannerNav .tabDesign li a span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .responsive .headlines .extraResponsive1 .extra {
    width: 100% !important;
  }
  .responsive .headlines .extraResponsive1 .cols3-1 .colsWrap .col {
    padding-top: 15px;
  }
  .responsive .bannerBox .imgWrap {
    min-height: 10px;
    padding: 8em 0 0 0;
  }
  .responsive .bannerBox div.more p {
    top: -28px;
  }
  .responsive .newsBox .blockTitle {
    font-size: 2.6em !important;
  }
  .responsive .newsBox .block {
    padding-bottom: 20px;
  }
  .responsive .newsBox .block .blockStaticWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .responsive .newsBox .mainNews {
    padding-bottom: 0;
  }
  .responsive .newsBox .firstRow .contentStatic,
  .responsive .newsBox .mainNews .contentStatic {
    bottom: 20px;
    padding: 10px 15px;
  }
  .responsive .newsBox .firstRow .blockStatic,
  .responsive .newsBox .mainNews .blockStatic {
    padding: 10px 15px;
  }
  .responsive .newsBox .imgHeight450px .blockStatic,
  .responsive .newsBox .imgHeight450px .blockStaticWrap,
  .responsive .newsBox .imgHeight450px .verticalMiddle,
  .responsive .newsBox .imgHeight450px .verticalMiddleWrap,
  .responsive .newsBox .imgHeight450px .blockLink,
  .responsive .newsBox .imgHeight450px .image {
    height: 430px;
  }
  .responsive .newsBox p.image img {
    max-width: 185%;
  }
  .responsive .newsBox .noImage .contentStatic {
    height: 430px !important;
  }
  .responsive .newsBox.childrenPages .block {
    padding-bottom: 40px;
  }
  .responsive .footer .topLink {
    top: 30px;
    right: 30px;
  }
  .responsive .headlines.imgOnly {
    height: 300px !important;
  }
  .responsive .newsDisplay .block .blockLink .contentStatic,
  .responsive .contentNews .block .blockLink .contentStatic {
    bottom: 20px;
  }
  .responsive .header .mobileWrap {
    display: block;
  }
  .responsive .vclanjevanjeHeader.step1 .formSteps,
  .responsive .vclanjevanjeHeader.step1 .desc {
    padding-right: 200px;
  }
  .responsive .vclanjevanjeHeader.step1 img {
    max-width: 200px;
  }
  .responsive .testimonials .owl-nav {
    color: #002d62;
    position: absolute;
    bottom: -20px;
    left: 50%;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .responsive {
    /* navigation */
    /* newsBox */
  }
  .responsive .testimonials .blockTitleDesc {
    padding-bottom: 0;
  }
  .responsive .testimonials blockquote {
    padding: 20px 10px;
    font-size: 1em;
    border-width: 3px;
  }
  .responsive .testimonials .author {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  .responsive .navigation > ul > li > a > span {
    padding-right: 5px;
  }
  .responsive .newsBox {
    margin-bottom: 40px;
  }
  .responsive .newsBox .blockTitle {
    font-size: 2em !important;
  }
  .responsive .newsBox .block {
    padding-bottom: 1px;
  }
  .responsive .newsBox .block .contentStatic {
    bottom: 0;
  }
  .responsive .newsBox .firstRow > .col-sm-6:first-child {
    padding-right: 1px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:first-child p.image {
    height: 411px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child {
    padding-left: 0px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child .row > .col-sm-6:nth-child(2n+1) {
    padding-right: 1px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child .row > .col-sm-6:nth-child(2n) {
    padding-left: 0px;
  }
  .responsive .newsBox .firstRow .contentStatic {
    bottom: 1px;
  }
  .responsive .newsBox p.image img {
    max-width: 170%;
  }
  .responsive .newsBox .noImage .contentStatic {
    height: 411px !important;
  }
  .responsive .newsBox.childrenPages .block {
    padding-bottom: 1px;
    margin-bottom: 20px;
  }
  .responsive .newsBox.contentNews .block .contentStatic {
    bottom: 0;
  }
  .responsive .header .mobileWrap {
    display: block;
  }
  .responsive .vclanjevanjeHeader.step1 .formSteps,
  .responsive .vclanjevanjeHeader.step1 .desc {
    padding-right: 0px;
  }
  .responsive .vclanjevanjeHeader.step1 img {
    display: none;
  }
  .responsive .vclanjevanjeHeader .formSteps .step {
    width: 50px;
    min-width: 0px;
  }
  .responsive .vclanjevanjeHeader .formSteps .step .mobileNum {
    display: block !important;
  }
  .responsive .vclanjevanjeHeader .formSteps .step .name {
    display: block !important;
  }
  .responsive .homeMap .leftBox {
    position: relative;
    width: 100%;
    padding: 30px 20px;
    text-align: center;
  }
  .responsive .homeMap .leftBox h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .responsive .homeMap .leftBox p {
    margin-bottom: 15px;
  }
  .responsive .videoBannerOne video {
    width: auto;
    height: 100%;
  }
}
@media only screen and (max-width: 992px) {
  /* res992 */
  #frontPage {
    padding-top: 0px !important;
  }
  #subPage {
    padding-top: 80px !important;
  }
  #subPage.nagradnaIgra {
    padding-top: 50px !important;
  }
  .responsive {
    /* layout */
    /*& .sidebar, & .sidebar1 { width : 23em; min-width : 23em; }*/
    /* bannerBox */
    /* newsBox */
    /* gallery */
    /* thank you */
    /* siteLinks */
    /* layout breakpoint1 */
    /* table omejitve */
    /* mobileMenu */
    /* header */
    /* bannerBox */
    /* footer */
    /* infoCenter */
    /* eNews */
  }
  .responsive .story .col-lg-6 {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    float: none;
  }
  .responsive .story .col-lg-6 h4 {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 5px;
  }
  .responsive .story .col-lg-6 h3 {
    font-size: 30px !important;
    padding-top: 0px;
    max-width: 100%;
    line-height: 37px;
    margin-bottom: 15px;
  }
  .responsive .story .overlay {
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
  .responsive #menu {
    display: block;
  }
  .responsive .mobilePortalsCont {
    width: 276px;
    position: absolute;
    top: 0px;
    left: -350px;
    z-index: 12;
    display: block;
    background: #ffd200;
  }
  .responsive .mobilePortalsCont .mobilePortals .searchForm {
    margin-top: 8px;
  }
  .responsive .mobilePortalsCont .mobilePortals .searchForm fieldset {
    margin-left: 0;
  }
  .responsive #content {
    margin-top: 0;
  }
  .responsive .header .pageTitle {
    float: none;
  }
  .responsive .header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15;
    height: 42px;
    padding-top: 0 !important;
  }
  .responsive .header .pageTitle {
    padding: 15px 0;
  }
  .responsive .header .navigation {
    padding-top: 0;
  }
  .responsive .header .navigation .drop {
    top: initial;
    padding-top: initial;
  }
  .responsive .header .navigation > ul > li > a {
    background: initial !important;
    padding-bottom: 0 !important;
  }
  .responsive .header .secondaryNav {
    display: block;
  }
  .responsive .titleText {
    display: none;
  }
  .responsive .cols.space40 .colsWrap {
    margin-right: -10px !important;
  }
  .responsive .cols.space40 .colsWrap .col {
    padding-right: 10px !important;
  }
  .responsive .siteLinks a {
    margin-bottom: 10px;
  }
  .responsive .cols.space40.rpCols1 .colsWrap {
    margin-right: 0 !important;
  }
  .responsive .cols.space40.rpCols1 .colsWrap .col {
    padding-right: 0 !important;
  }
  .responsive .twoColRight {
    margin-right: 24em;
  }
  .responsive .twoColRight .sidebar {
    right: -1em;
  }
  .responsive .twoColLeft {
    margin-left: 24em;
  }
  .responsive .twoColLeft .sidebar {
    left: -24em;
  }
  .responsive .bannerBox .bannerList {
    margin-top: 140px;
  }
  .responsive .bannerBox .bannerList li span {
    padding: 20px 0 40px 0;
    font-size: 2em;
  }
  .responsive .newsBox .static1 .blockStatic,
  .responsive .newsBox .block .contentStatic {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .newsBox .block.textLeft .blockStatic .blockStaticWrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .newsBox .blockTitle {
    font-size: 2em !important;
  }
  .responsive .newsBox .listDisplay {
    padding: 0 10px;
  }
  .responsive .newsBox .imgHeight450px .blockStatic,
  .responsive .newsBox .imgHeight450px .blockStaticWrap,
  .responsive .newsBox .imgHeight450px .verticalMiddle,
  .responsive .newsBox .imgHeight450px .verticalMiddleWrap,
  .responsive .newsBox .imgHeight450px .blockLink,
  .responsive .newsBox .imgHeight450px .image {
    height: 411px;
  }
  .responsive .newsBox .block .contentStatic {
    bottom: 1px;
  }
  .responsive .newsBox .block p.image img {
    min-height: 100%;
    transition: none;
    margin: 0 !important;
    max-width: 150%;
  }
  .responsive .newsBox .block a:hover p.image img {
    -moz-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  .responsive .newsBox .mainNews.yellow {
    padding-bottom: 0;
  }
  .responsive .galleryCont a {
    margin: 0 0 2% 0;
    width: 15%;
    margin-right: 2%;
  }
  .responsive .galleryCont a:nth-child(5n),
  .responsive .galleryCont a:nth-child(7n) {
    margin-right: 2%;
  }
  .responsive .galleryCont a:nth-child(6n) {
    margin-right: 0;
  }
  .responsive .thankYou {
    height: 800px;
  }
  .responsive .thankYou .col-xs-12 {
    height: 700px;
  }
  .responsive .siteLinks {
    padding-top: 0;
  }
  .responsive .siteLinks .col-xs-12 h3 {
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 5px !important;
  }
  .responsive .siteLinks p.image {
    height: auto !important;
  }
  .responsive .siteLinks a {
    margin-bottom: 1em;
  }
  .responsive .siteLinks a.mbHeight {
    height: auto !important;
  }
  .responsive .breakepoint1.cols > .colsWrap > .col,
  .responsive .breakepoint1.cols > ul > li {
    width: 33% !important;
    clear: none !important;
  }
  .responsive .breakepoint1.cols > .colsWrap > div:nth-child(3n+1).col,
  .responsive .breakepoint1.cols > ul > li:nth-child(3n+1) {
    clear: both !important;
  }
  .responsive .breakepoint1[class*="space"] > .colsWrap,
  .responsive .breakepoint1[class*="space"] > ul {
    margin-right: -20px !important;
  }
  .responsive .breakepoint1[class*="space"] > .colsWrap > .col,
  .responsive .breakepoint1[class*="space"] > ul > li {
    padding-right: 20px !important;
  }
  .responsive .vehicle i,
  .responsive .vehicle span {
    width: 40px;
  }
  .responsive .mobileMenu {
    display: block;
    z-index: 100000;
    position: fixed;
    top: 30px;
  }
  .responsive .mobileMenu .phoneAMZS {
    display: none;
  }
  .responsive .mobileMenu .phoneAMZS a {
    line-height: 30px;
    font-size: 1.2em;
  }
  .responsive .mobileMenu .phoneAMZS a span {
    padding-left: 0 !important;
  }
  .responsive .mobileMenu .phoneAMZS small {
    padding: 0 2px;
  }
  .responsive .mobileMenu .titleText {
    display: block;
    position: absolute;
    top: initial;
    float: none;
    font-size: 1.5em;
    margin-left: 117px;
    top: 9px;
    height: 24px;
    line-height: 12px;
    padding-left: 5px;
    width: 100px;
  }
  .responsive .header {
    padding-top: 30px !important;
    z-index: 10000;
  }
  .responsive .header .mobileWrap {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    /* navigation */
    /* secondary nav */
  }
  .responsive .header .mobileWrap .mobileTop {
    display: block;
  }
  .responsive .header .mobileWrap .navigation {
    position: relative;
    margin: 0 -10px;
    clear: both;
    float: none;
    padding: 0;
    display: none;
  }
  .responsive .header .mobileWrap .navigation > ul {
    padding: 55px 0 0 0;
  }
  .responsive .header .mobileWrap .navigation > ul > li {
    float: none;
  }
  .responsive .header .mobileWrap .navigation > ul > li > a > span {
    display: block;
    position: relative;
    padding: 4px 10px 4px 32px;
  }
  .responsive .header .mobileWrap .navigation > ul > li > a > span i {
    position: absolute;
    display: block;
    top: 6px;
    left: 10px;
    border-radius: 800px;
    -moz-border-radius: 800px;
    -webkit-border-radius: 800px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    font-size: .8em;
    text-align: center;
    color: #002D62;
  }
  .responsive .header .mobileWrap .navigation > ul > li > a > span i:before {
    content: "\f105";
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) {
    background: #333333;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected a,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) a {
    color: #ffffff;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected > a > span,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) > a > span {
    color: #ffd200;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected > a > span > i,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) > a > span > i {
    background: #ffffff;
    color: #ffd200;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected > a > span > i:before,
  .responsive .header .mobileWrap .navigation > ul > li:hover:not(.searchType) > a > span > i:before {
    content: "\f107";
  }
  .responsive .header .mobileWrap .navigation > ul > li:hover .drop {
    display: none;
  }
  .responsive .header .mobileWrap .navigation > ul > li:hover > a {
    padding-bottom: 0;
    background: none;
    text-decoration: none;
  }
  .responsive .header .mobileWrap .navigation > ul > li.selected .drop {
    display: block !important;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop {
    position: relative;
    bottom: auto;
    left: auto;
    padding-top: 0;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap .col-xs-12 {
    padding: 0 !important;
    float: none !important;
    width: auto !important;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap .col-xs-12 ul {
    margin: 0;
    padding: 0 0 10px 0;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap .col-xs-12 ul li a span {
    font-size: 1.3em;
  }
  .responsive .header .mobileWrap .navigation > ul > li .drop .dropWrap .col-xs-12 ul li a span:before {
    content: "\f105";
    font-family: fontAwesome;
    padding: 0 12px 0 6px;
  }
  .responsive .header .mobileWrap .secondaryNav {
    position: relative;
    display: none;
    z-index: 10;
    clear: both;
    width: auto;
    margin: 0 -10px;
    border-top: 1px solid #002D62;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid {
    padding: 0;
    min-height: 10px;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul {
    border-left: 1px solid #00214D;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li {
    width: 33.33%;
    border-color: #00214D;
    border-style: solid;
    border-width: 0 1px 1px 0;
    text-align: center;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.myAMZS,
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.cart {
    position: absolute;
    bottom: -45px;
    left: 10px;
    width: auto;
    border-width: 1px;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.myAMZS a,
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.cart a {
    min-width: 135px;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.myAMZS a span,
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.cart a span {
    line-height: 2.2em;
  }
  .responsive .header .mobileWrap .secondaryNav .container-fluid ul li.cart {
    left: 170px;
  }
  .responsive .header .mobileWrap .secondaryNav .left {
    display: none;
  }
  .responsive .header .mobileWrap .secondaryNav .right {
    float: none;
  }
  .responsive .header .mobileWrap .secondaryNav ul li {
    margin: 0 !important;
  }
  .responsive .header .mobileWrap .secondaryNav ul li a span {
    padding: 0 !important;
    margin: 0 !important;
    line-height: 34px;
  }
  .responsive .header .mobileWrap .secondaryNav ul li .drop {
    display: none !important;
  }
  .responsive .header .mobileWrap .searchForm {
    position: relative;
    padding-top: 15px;
  }
  .responsive .header .mobileWrap .searchForm fieldset {
    margin: 0;
    border-top: 1px solid #D59314;
  }
  .responsive .header .mobileWrap .searchForm fieldset p.textType input.textType {
    padding-top: 7px;
    padding-bottom: 7px;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    padding-right: 10px !important;
  }
  .responsive .header .mobileWrap .searchForm fieldset p.textType input.submitType {
    top: 4px;
  }
  .responsive .header .pageTitle {
    padding: 10px 0;
  }
  .responsive .header .pageTitle a {
    max-width: 100px;
  }
  .responsive .header .pageTitle a img {
    margin: 0;
    max-width: 60px;
  }
  .responsive .header .pageTitle .titleText {
    height: 25px;
    margin: 0 0 0 110px;
  }
  .responsive .amzsMembership {
    padding: 0 0 1px 0;
  }
  .responsive .amzsMembership .imgWrap {
    padding-top: 0;
  }
  .responsive .amzsMembership .blockTitle {
    font-size: 2.6em;
    padding: 20px 10px 0 10px;
    margin: 0;
    background: rgba(0, 45, 98, 0.7);
  }
  .responsive .amzsMembership p.description {
    padding: 10px 10px 20px 10px;
    background: rgba(0, 45, 98, 0.7);
  }
  .responsive .amzsMembership p.description br {
    display: none;
  }
  .responsive .amzsMembership .bannerList {
    margin-top: 180px;
    background: #EFEBE3;
  }
  .responsive .amzsMembership .bannerList ul {
    padding: 2em 0 5.5em 0;
  }
  .responsive .amzsMembership .bannerList ul li {
    float: none !important;
    width: auto !important;
  }
  .responsive .amzsMembership .bannerList ul li br {
    display: none;
  }
  .responsive .amzsMembership .bannerList ul li span {
    font-size: 1.6em;
    padding: 2px 0;
    background: none;
    color: #333333;
  }
  .responsive .amzsMembership div.more {
    position: relative;
    bottom: auto;
    left: auto;
    width: auto;
    background: #ffffff;
  }
  .responsive .amzsMembership div.more p {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    background: none;
  }
  .responsive .amzsMembership div.more p a.button.bLarge {
    position: relative;
    margin-top: -55px;
  }
  .responsive .amzsMembership div.more p a.button.bLarge span {
    font-size: 1.6em;
  }
  .responsive .amzsMembership div.more p a.extraLink {
    margin-top: 5px;
  }
  .responsive .footer {
    padding-top: 3em;
    padding-bottom: 50px;
  }
  .responsive .footer .col-xs-12 {
    margin-bottom: 20px;
    border-bottom: 1px solid #424953;
  }
  .responsive .footer .col-xs-12 address br {
    display: none;
  }
  .responsive .footer .col-xs-12 .contactDetails br {
    display: none !important;
  }
  .responsive .footer .col-xs-12 .contactDetails small {
    display: inline-block !important;
  }
  .responsive .footer .col-xs-12 .contactDetails span,
  .responsive .footer .col-xs-12 .contactDetails a {
    display: inline-block !important;
    margin: 0 !important;
  }
  .responsive .footer .copyrights {
    border: none;
    margin-top: 0;
  }
  .responsive .searchForm fieldset p.textType input.textType {
    padding-right: 10px !important;
    width: 100%;
  }
  .responsive #frontPage h2 {
    font-size: 3em !important;
  }
  .responsive #frontPage h2::before {
    width: 50% !important;
  }
  .responsive .mainSlider {
    position: relative;
    padding-top: 70px;
  }
  .responsive .mainSlider .mobileOnly {
    display: block !important;
    float: none !important;
    max-width: 100% !important;
    width: 100%;
  }
  .responsive .mainSlider .bx-wrapper {
    margin-bottom: 0px !important;
  }
  .responsive .mainSlider ul.slider {
    margin: 0px !important;
    padding: 0px !important;
  }
  .responsive .mainSlider ul.slider li {
    margin-left: 0px !important;
    height: auto;
    margin: 0px !important;
    background-size: 100% !important;
    padding-top: 0px;
  }
  .responsive .mainSlider ul.slider li .text {
    height: auto;
    background: #00214D;
    width: 100%;
    padding: 30px 10px 50px 10px;
  }
  .responsive .mainSlider ul.slider li .text .bannerText {
    position: relative;
    top: auto;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    padding-left: 0px;
    transform: translate(0%, 0%);
    max-width: 100%;
  }
  .responsive .mainSlider ul.slider li .text .bannerText h2 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    color: #FFFFFF;
    margin-left: 0px;
    line-height: 22px !important;
    font-weight: bold;
    padding-left: 0px;
    background: none !important;
  }
  .responsive .mainSlider ul.slider li .text .bannerText p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-transform: none;
  }
  .responsive .mainSlider ul.slider li .text .bannerText .btn {
    font-size: 13px;
    padding: 15px 20px;
  }
  .responsive .mainSlider ul.slider li .overlay {
    display: none !important;
  }
  .responsive .mainSlider ul.slider li .videoBanner {
    position: relative;
    height: auto;
  }
  .responsive .mainSlider ul.slider li .videoBanner video {
    display: none !important;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText {
    height: auto;
    background: #00214D;
    width: 100%;
    padding: 30px 10px 50px 0px;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText .bannerText {
    position: relative;
    top: auto;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    padding-left: 0px;
    transform: translate(0%, 0%);
    max-width: 100%;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText .bannerText h2 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    color: #FFFFFF;
    margin-left: 0px;
    line-height: 22px !important;
    font-weight: bold;
    padding-left: 0px;
    background: none !important;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText .bannerText p {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
  }
  .responsive .mainSlider ul.slider li .videoBanner .videoText .bannerText .btn {
    font-size: 13px;
    padding: 15px 20px;
  }
  .responsive .mainSlider ul.slider li .videoBanner .overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .responsive .mainSlider ul.slider li.video {
    background-size: 100% !important;
  }
  .responsive .mainSlider .bannerNav {
    display: none !important;
  }
  .responsive .mainSlider .bubble-wrapper {
    text-align: left;
    bottom: 20px;
    padding-left: 10px;
  }
  .responsive .mainSlider .bubble-wrapper ul li {
    display: inline-block;
    width: auto;
    margin: 0px 2px!important;
  }
  .responsive .bannerPollList .banner {
    width: 50%;
    margin-bottom: 30px;
  }
  .responsive .infoCenter .blockTitle {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .responsive .infoCenter .blockTitle .phoneAMZS {
    margin: 0 10px;
  }
  .responsive .infoCenter .blockTitle .phoneAMZS span i {
    position: relative;
    top: -8px;
    display: inline-block;
    left: auto;
    bottom: auto;
    vertical-align: middle;
  }
  .responsive .infoCenter .blockTitle .icon {
    vertical-align: middle;
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 17px;
    text-align: center;
    background: url('../../images/icons/icon_phone_amzs.png') no-repeat center center scroll #00214d;
    position: relative;
    margin: -10px 10px 0 10px;
  }
  .responsive .infoCenter p {
    margin-bottom: 10px;
  }
  .responsive .eNews h4 {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .responsive .eNews .form-group input {
    padding-right: 60px;
  }
  .responsive .eNews .form-group button[type="submit"] {
    max-width: 100px;
    margin: 0 auto!important;
  }
  .responsive .eNews .errorMessage {
    display: none !important;
  }
  .responsive .partnersList .owl-nav .owl-prev {
    left: 0px;
  }
  .responsive .partnersList .owl-nav .owl-next {
    right: 0px;
  }
  form.postaniteClan .tipi .tip {
    padding: 30px 10px!important;
  }
  form.postaniteClan .tipi .tip .prices .price label {
    padding: 15px 6px!important;
  }
  html,
  body {
    height: auto;
  }
  .quizHashLogo {
    display: none;
  }
  .awardsCarousel .title {
    visibility: hidden;
  }
  .awardsCarousel .carousel-center .title {
    visibility: visible;
  }
}
@media only screen and (max-width: 768px) {
  /* 768px */
  #frontPage .rowWrapper {
    overflow: hidden;
  }
  .responsive {
    /* forms*/
    /* headlines */
    /* siteLinks */
    /* thank you */
    /* newsBox */
    /* product */
    /* forms */
    /* infoBox */
    /* eNews */
    /* bannerBox */
    /* amzsMagazin*/
    /* infoBox */
    /* new članstvo */
    /* novo clanstvo */
    /* wizard članstvo */
  }
  .responsive .newsDisplay {
    padding-right: 10px;
  }
  .responsive #content h1 {
    margin-bottom: 20px;
    font-size: 3.5em;
    line-height: 1.1em;
  }
  .responsive #content h2 {
    margin-bottom: 20px;
    font-size: 3.1em;
    line-height: 1.1em;
  }
  .responsive #content h3 {
    margin-bottom: 20px;
    font-size: 2.9em;
    line-height: 1.1em;
  }
  .responsive #content h4 {
    margin-bottom: 20px;
    font-size: 2.6em;
    line-height: 1.1em;
  }
  .responsive .twoColRight,
  .responsive .twoColLeft {
    float: none;
    margin-right: 0;
    margin-left: 0;
  }
  .responsive .twoColRight section,
  .responsive .twoColLeft section {
    float: none;
  }
  .responsive .twoColRight aside.sidebar,
  .responsive .twoColLeft aside.sidebar {
    float: none;
    width: auto;
    margin: 0;
    left: auto;
    right: auto;
    padding: 0;
  }
  .responsive .mTop {
    margin-top: 40px;
  }
  .responsive .bTop {
    padding-top: 40px;
  }
  .responsive .mBottom {
    margin-bottom: 40px;
  }
  .responsive .partners {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 40px;
  }
  .responsive .partners h3 {
    font-size: 25px;
  }
  .responsive .partners .col-lg-4::after {
    display: none;
  }
  .responsive #content fieldset input.textType,
  .responsive #content fieldset select,
  .responsive #content fieldset textarea,
  .responsive #content fieldset .sbHolder,
  .responsive #content fieldset .suggestType {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }
  .responsive #content fieldset .inline,
  .responsive #content fieldset .newLine,
  .responsive #content fieldset span.error {
    float: none !important;
    display: block !important;
    width: 100% !important;
    padding: 6px 0 0 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .responsive #content fieldset label.textType,
  .responsive #content fieldset label.selectType,
  .responsive #content fieldset label.textareaType,
  .responsive #content fieldset span.label,
  .responsive #content fieldset p.label {
    display: block !important;
    float: none !important;
    padding: 0 0 5px 0 !important;
  }
  .responsive #content fieldset p.checkType .button {
    margin: 5px !important;
  }
  .responsive #content fieldset label.extraRadio {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .responsive div.selectType {
    float: none;
    margin: 0 0 10px 0;
    min-width: 100%;
  }
  .responsive div.selectType .customDropDown {
    float: none;
    display: block;
    width: auto;
    max-width: 100%;
  }
  .responsive .selectInline div.selectType {
    float: none;
    width: auto;
    margin: 0 0 10px 0;
  }
  .responsive .headlines #banners {
    margin-bottom: 10px;
  }
  .responsive .headlines #banners .bx-wrapper {
    margin-bottom: 0;
  }
  .responsive .headlines .banner {
    height: auto;
  }
  .responsive .headlines .banner .bannerTitle {
    font-size: 2.8em;
    padding: .8em 10px 0 10px;
  }
  .responsive .headlines .banner .description {
    font-size: 1.6em;
    padding: 0 10px;
  }
  .responsive .headlines .banner .bannerText {
    font-size: 1.2em;
  }
  .responsive .headlines .banner .bannerBox {
    position: relative;
    padding: 10px 10px 30px 10px;
  }
  .responsive .headlines .banner .bannerBox h5 {
    display: none;
  }
  .responsive .headlines .banner.bannerStyle1 .col-xs-12 p.img {
    position: relative;
    margin: 20px 0 0 0;
    height: 200px;
  }
  .responsive .headlines .banner.bannerStyle1 .col-xs-12 p.img img {
    max-height: 200px;
  }
  .responsive .headlines .banner .contentBox {
    margin: 0;
    background: #ffd200;
  }
  .responsive .headlines .banner,
  .responsive .headlines .banner .bannerWrap .rp960Wrap,
  .responsive .headlines .banner .bannerBox {
    top: auto !important;
    bottom: auto !important;
    position: relative !important;
    height: auto !important;
  }
  .responsive .headlines .banner .col-xs-12:first-child,
  .responsive .headlines .banner .col-xs-12:last-child {
    height: auto !important;
    width: auto !important;
    float: none !important;
  }
  .responsive .headlines .banner .col-xs-12:last-child {
    border-bottom: 3px solid #00214D;
  }
  .responsive .headlines .banner .container-fluid {
    padding: 0;
  }
  .responsive .headlines .banner .container-fluid > .row {
    position: relative;
  }
  .responsive .headlines .bannerNav {
    margin: 0;
    padding: 0;
  }
  .responsive .headlines .bannerNav .tabDesign {
    padding: 0;
    margin: 0;
    height: 111px;
  }
  .responsive .headlines .bannerNav .tabDesign li {
    width: 50% !important;
    padding-bottom: 1px;
  }
  .responsive .headlines .bannerNav .tabDesign li:nth-child(2n) {
    padding-right: 0;
  }
  .responsive .headlines .bannerNav .tabDesign li a.active:before {
    background: none;
  }
  .responsive .headlines .bannerNav .tabDesign li a span {
    padding: 10px 0;
    font-size: .8em;
  }
  .responsive .siteLinks a {
    margin-bottom: 20px;
  }
  .responsive .thankYou {
    height: 700px;
  }
  .responsive .thankYou .col-xs-12 {
    height: 600px;
  }
  .responsive .newsBox .mainNews {
    padding-bottom: 0;
  }
  .responsive .newsBox .mainNews .col-sm-6:first-child {
    padding-right: 10px;
  }
  .responsive .newsBox .mainNews .col-sm-6:first-child .blockStatic,
  .responsive .newsBox .mainNews .col-sm-6:first-child .blockStaticWrap {
    height: auto;
  }
  .responsive .newsBox .mainNews .col-sm-6:last-child {
    padding-left: 10px;
  }
  .responsive .newsBox .mainNews .col-sm-6:last-child.imgHolder,
  .responsive .newsBox .mainNews .col-sm-6:last-child .image {
    height: auto;
  }
  .responsive .newsBox .mainNews .blockLink {
    position: relative;
    top: 0;
  }
  .responsive .newsBox .mainNews .blockLink .contentStatic {
    position: relative;
    top: 0;
  }
  .responsive .newsBox .mainNews p.image {
    height: auto;
  }
  .responsive .newsBox .mainNews .block {
    padding-bottom: 0;
  }
  .responsive .newsBox .firstRow .blockTitle {
    margin: 0;
    padding: 10px 0;
  }
  .responsive .newsBox .firstRow .description,
  .responsive .newsBox .firstRow .titleDescription {
    margin: 0;
    padding-bottom: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child {
    padding-left: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child .row > .col-sm-6:nth-child(2n+1) {
    padding-right: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-6:last-child .row > .col-sm-6:nth-child(2n) {
    padding-left: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-3:first-child {
    padding-left: 10px;
  }
  .responsive .newsBox .firstRow > .col-sm-3:last-child {
    padding-right: 10px;
  }
  .responsive .newsBox .firstRow .image {
    display: none;
  }
  .responsive .newsBox .firstRow .block {
    padding-bottom: 1px;
  }
  .responsive .newsBox .firstRow .block .blockStatic,
  .responsive .newsBox .firstRow .block .blockLink {
    position: relative;
    bottom: initial;
    height: auto;
  }
  .responsive .newsBox .firstRow .block .blockStatic .contentStatic,
  .responsive .newsBox .firstRow .block .blockLink .contentStatic,
  .responsive .newsBox .firstRow .block .blockStatic .blockStatic,
  .responsive .newsBox .firstRow .block .blockLink .blockStatic {
    padding: 0 10px;
    position: relative;
    bottom: initial;
  }
  .responsive .newsBox .firstRow > .col-sm-6:first-child {
    padding-right: 10px;
    margin-top: 1px;
  }
  .responsive .newsBox .blockTitleSolo .blockStatic {
    position: relative;
    height: auto;
    padding: 0 10px;
  }
  .responsive .newsBox .imgHeight205px .contentStatic {
    padding: 0 10px;
  }
  .responsive .newsBox p.image img {
    max-width: 100% !important;
  }
  .responsive .newsBox .noImage .contentStatic {
    height: auto !important;
  }
  .responsive .newsBox.childrenPages .col-xs-12 {
    width: 50%;
  }
  .responsive .newsBox.childrenPages .block {
    padding-bottom: 1px;
    margin-bottom: 20px;
  }
  .responsive .newsBox.childrenPages .blockTitleSolo .blockStatic {
    position: absolute;
    height: 205px;
    padding: 10px 20px;
  }
  .responsive .newsBox.childrenPages p.image img {
    width: 100% !important;
    height: auto !important;
    min-height: initial !important;
  }
  .responsive .newsBox .block p.image img {
    min-height: initial;
    height: auto;
  }
  .responsive .hideMobileImage {
    display: none !important;
  }
  .responsive .col-xs-12 .product {
    margin-bottom: 1em;
  }
  .responsive .col-xs-12 .product .imgData a {
    padding: 10px;
  }
  .responsive .col-xs-12 .product .addToCart {
    padding-top: 0;
  }
  .responsive .col-xs-12 .product .priceData {
    border-bottom: none;
  }
  .responsive fieldset p.iconType input.textType {
    text-indent: 40px;
  }
  .responsive fieldset p.iconType i.fa {
    left: 10px;
    line-height: 40px;
  }
  .responsive .formLarge p.textType input.textType {
    padding-bottom: 6px;
    padding-top: 6px;
  }
  .responsive .formLarge .button span {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .responsive .form-group {
    width: 100%;
    display: block;
    position: relative;
    /* checkbox */
    /* captcha */
    /* radio */
  }
  .responsive .form-group label {
    /*width: 100%;*/
    width: auto;
    display: inline-block;
    vertical-align: initial;
    padding-top: 0;
  }
  .responsive .form-group input,
  .responsive .form-group textarea,
  .responsive .form-group select {
    width: 100%;
    display: block;
    margin-left: 0;
  }
  .responsive .form-group .toolTip {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 5px;
  }
  .responsive .form-group .checkbox:first-child {
    margin-left: 0px;
  }
  .responsive .form-group .checkbox label:before {
    margin-left: -20px;
  }
  .responsive .form-group img {
    float: left;
  }
  .responsive .form-group .captcha_reload {
    margin: 12px 20px;
    font-size: 1.5em;
    float: left;
    display: block;
  }
  .responsive .form-group .captcha_reload + input {
    width: 100%;
    display: block;
    margin-top: 60px;
  }
  .responsive .form-group > button {
    margin-left: 0;
  }
  .responsive .form-group span.has-error {
    margin-left: 0 !important;
  }
  .responsive .form-group .radio label:before {
    margin-left: -20px;
  }
  .responsive .form-group button.btn,
  .responsive .form-group input.btn {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .responsive .form-group button.btn,
  .responsive .form-group input.btn {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }
  .responsive .form-group button.btn.fileinput-remove {
    display: none;
    width: auto;
  }
  .responsive .form-group .btn-file {
    display: inline-block;
  }
  .responsive .form-group.cardSelector .toolTip {
    position: absolute;
    top: 53px;
    left: 260px;
    right: auto;
    margin-left: 0;
  }
  .responsive .categorySetup {
    background: #002D62 !important;
  }
  .responsive .infoBox {
    padding: 2.3em 0 1px 0;
  }
  .responsive .infoBox .infoBreadcrumbs {
    font-size: 2.8em;
    margin-bottom: 10px;
  }
  .responsive .infoBox .infoBreadcrumbs a.indexPage {
    width: 90px;
    height: 25px;
    background-size: 100% auto;
  }
  .responsive .eNews fieldset {
    margin-bottom: 1em;
  }
  .responsive .eNews fieldset p.textType {
    padding-top: 0;
  }
  .responsive .amzsMembership {
    background: #ffffff;
  }
  .responsive .amzsMembership .bannerList {
    margin-top: 0;
    background: #EFEBE3;
  }
  .responsive .amzsMembership .bannerList ul {
    float: right;
    width: 70%;
  }
  .responsive .amzsMembership .bannerList ul li span {
    text-align: left;
  }
  .responsive .amzsMembership p.image {
    float: left;
    width: 30%;
    display: block;
  }
  .responsive .amzsMembership .imgWrap {
    background: none !important;
  }
  .responsive .amzsMembership .blockTitle,
  .responsive .amzsMembership p.description {
    margin: 0;
    background: #ffffff;
    color: #000000;
  }
  .responsive .amzsMagazin .magazinTitle {
    height: 50px;
    width: 160px;
    background-size: 100% auto;
  }
  .responsive .infoBox {
    padding-bottom: 2em;
  }
  .responsive .infoBox.amzsListBox {
    padding-bottom: 0;
  }
  .responsive .infoBox .disclamer {
    margin-bottom: 30px;
  }
  .responsive .infoBox .infoList li {
    width: 50% !important;
    padding-bottom: 15px;
  }
  .responsive .infoBox .infoList li:nth-child(2n+1) {
    clear: both !important;
  }
  .responsive .headlines.imgOnly {
    height: auto !important;
    display: table;
  }
  .responsive.nagradnaIgra .headlines.imgOnly {
    height: 200px !important;
    display: table;
    width: 100%;
  }
  .responsive.nagradnaIgra .headlines.imgOnly .bLogo {
    max-width: 200px;
  }
  .responsive .quizCounter {
    display: table;
    float: none;
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .responsive .boxImportant h3 {
    margin-bottom: 5px !important;
    font-size: 2.7em !important;
  }
  .responsive .boxAccordion .ui-accordion-header {
    margin-bottom: -1px !important;
    font-size: 2.3em !important;
    padding: 15px 0;
  }
  .responsive #tabs,
  .responsive .boxTabs {
    border: 1px solid #9f9f9f!important;
  }
  .responsive #tabs .tabNavigation,
  .responsive .boxTabs .tabNavigation {
    border: none !important;
    padding: 0 !important;
  }
  .responsive #tabs .tabNavigation > li,
  .responsive .boxTabs .tabNavigation > li {
    float: none;
    clear: both;
    border-bottom: 1px solid #9f9f9f;
    display: block;
    width: 100%;
    margin: 0 !important;
  }
  .responsive #tabs .tabNavigation > li > a,
  .responsive .boxTabs .tabNavigation > li > a {
    width: 100%;
    display: block;
    padding: 10px 20px!important;
    margin: 0 !important;
  }
  .responsive #tabs .tabNavigation > li.ui-state-active > a,
  .responsive .boxTabs .tabNavigation > li.ui-state-active > a {
    border: 0 !important;
    background-color: #f8f8f8 !important;
  }
  .responsive #tabs > div,
  .responsive .boxTabs > div {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .responsive .amzsList > .amzsListBox > #tabs.tabsExtra {
    border: none !important;
  }
  .responsive #pomembna-obvestila .road,
  .responsive #navadna-obvestila .road {
    padding: 0;
  }
  .responsive .clanstvoPoMeri .boxImportant .importantContent {
    margin-right: 200px;
  }
  .responsive .vclanjevanjeHeader .selectedPaket {
    position: relative;
    top: initial;
    right: initial;
  }
  .responsive .vclanjevanjeHeader h4 {
    margin-bottom: 28px;
  }
  .responsive .postaniteClan .clanstvoNacinPlacila .placilo {
    margin-bottom: 10px;
    display: block;
  }
  .responsive .postaniteClan .underCheckbox {
    margin: 5px 0;
  }
  .responsive .postaniteClan div.singleSelectize.selectize-control {
    margin-left: 0;
  }
  .responsive .blueHelperClanstvo {
    position: fixed;
    right: initial;
    left: 0;
    top: initial;
    width: 100%;
    z-index: 9;
    bottom: 0;
  }
  .responsive .blueHelperClanstvo .closed {
    padding: 15px 0;
    overflow: hidden;
  }
  .responsive .blueHelperClanstvo .closed p {
    text-align: left;
    padding-left: 50px;
    padding-top: 7px;
  }
  .responsive .blueHelperClanstvo .closed img {
    margin: 0 10px 0 10px;
    width: 30px;
    height: auto;
    float: left;
  }
  .responsive .blueHelperClanstvo .opened {
    padding: 15px 0;
    top: initial;
    left: 0;
    width: 100%;
    bottom: -250px;
  }
  .responsive .blueHelperClanstvo .opened a {
    margin-bottom: 15px;
    display: block;
    width: 50%;
    float: left;
  }
  .responsive .blueHelperClanstvo .opened a span {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: block;
  }
  .responsive .blueHelperClanstvo .opened a img {
    display: block;
    margin: 0 auto 10px;
    width: 48px;
    height: auto;
  }
  .responsive .blueHelperClanstvo .opened a.mail {
    margin-bottom: 0;
  }
  .responsive .blueHelperClanstvo .opened a.close {
    background: #032f60;
    display: table;
    width: 100%;
    height: 23px;
    margin: 0;
    position: absolute;
    left: 0;
    top: -23px;
  }
  .responsive .blueHelperClanstvo .opened a.close i {
    color: #fff;
    font-size: 20px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }
  .responsive .blueHelperClanstvo .opened a.close i.fa-angle-down {
    display: block;
  }
  .responsive .blueHelperClanstvo .opened a.close i.fa-angle-right {
    display: none;
  }
  .responsive .wizardClanstvo .step.grayBox {
    padding: 10px;
  }
  .responsive .wizardClanstvo .step h5 {
    margin-bottom: 10px;
  }
  .responsive .wizardClanstvo .step .odgovor {
    margin-bottom: 10px;
    padding: 15px;
  }
  .responsive .wizardClanstvo .step .odgovor span.label {
    display: block;
    font-size: 16px;
    color: #032f60;
    text-align: left;
    white-space: normal;
    line-height: 1.5em;
    padding: 8px 80px 0 30px;
    margin: 0;
  }
  .responsive .wizardClanstvo .step .odgovor span.circle {
    width: 18px;
    height: 18px;
    display: block;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    position: absolute;
    margin: 10px 5px 0 0;
  }
  .responsive .wizardClanstvo .step .odgovor span.circle span {
    display: none;
  }
  .responsive .wizardClanstvo .step .odgovor .imgCont {
    margin: 0;
    width: 55px;
    float: right;
  }
  .responsive .wizardClanstvo .step .odgovor .imgCont .helper {
    display: none;
  }
  .responsive .wizardClanstvo .step .odgovor .imgCont img {
    position: relative;
    display: table-row;
    margin: 0 auto;
    vertical-align: middle;
    height: 35px;
    width: auto;
  }
  .responsive .wizardClanstvo .step .slika img {
    right: 0;
    bottom: -10px;
  }
  .responsive .wizardClanstvo .step.step1 .slika img,
  .responsive .wizardClanstvo .step.step2 .slika img {
    right: 0;
    bottom: -40px;
  }
  .responsive .anketa h2 {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .responsive table.testimonial tr td {
    display: block !important;
  }
  .responsive table.testimonial tr td:first-child {
    width: 100% !important;
  }
  .responsive table.testimonial tr td:nth-child(2) {
    padding-left: 30px;
    width: 100% !important;
  }
  .responsive table.testimonial tr td:nth-child(2)::before {
    line-height: 1;
    font-size: 60px;
    top: 7px;
    left: 0px;
  }
  .responsive table.testimonial tr td:nth-child(2) blockquote {
    font-size: 16px;
    color: #6E7885 !important;
    line-height: 22px;
  }
  .responsive table.testimonial tr td:nth-child(2) blockquote p {
    font-size: 16px;
    color: #6E7885 !important;
    line-height: 22px;
  }
  .responsive .footer .copyrights .logos,
  .responsive .footer .copyrights .logos p,
  .responsive .footer .boniteta {
    text-align: left;
  }
  .responsive .footer .copyrights .logos img {
    max-width: 50px;
  }
  .responsive #content .videoBannerOne {
    height: auto;
    min-height: 0;
  }
  .responsive #content .videoBannerOne video {
    display: none;
  }
  .responsive #content .videoBannerOne .videoText {
    position: relative;
    top: 0%;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    padding: 60px 0 60px 0;
    transform: translate(0%, 0%);
  }
  .responsive #content .videoBannerOne .videoText .bannerText {
    padding-right: 0px;
  }
  .responsive #content .videoBannerOne .videoText .bannerText h1 {
    font-size: 25px;
    margin-bottom: 15px;
    line-height: 30px;
  }
  .responsive #content .videoBannerOne .videoText .bannerText h1 br {
    display: none;
  }
  .responsive #content .videoBannerOne .videoText .bannerText p {
    font-size: 16px;
    line-height: 22px;
  }
  .responsive #content .videoBannerOne .videoText .bannerText .bLogo {
    max-width: 180px;
  }
  .responsive #content .videoBannerOne .sticker {
    right: 0;
    top: -10px;
    max-height: 50px;
  }
  .responsive #content .videoBannerOne .relPos {
    position: relative;
    height: auto;
    top: 0;
    width: 100%;
  }
  .responsive #content .videoBannerOne .relPos .counter {
    position: relative;
  }
  .responsive #content .videoBannerOne .relPos .counter p {
    font-size: 14px;
  }
  .responsive #content .videoBannerOne .relPos .counter #validTill {
    font-size: 16px;
  }
  .responsive #content .videoBannerOne .relPos .counter #validTill span.sec strong {
    width: auto;
  }
  .responsive #content .videoBannerOne .relPos .counter #validTill strong {
    font-size: 25px;
    margin-right: 5px;
  }
  .responsive #content .videoBannerOne .overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
  }
  .responsive .quizLogin .btn {
    position: relative;
    width: 100%;
    margin-top: 10px;
    border-radius: 5px;
  }
  .responsive .quizRegister form label {
    top: 15px;
  }
  .responsive .quizRegister form .focused label {
    top: 0px;
  }
  .responsive .questionBox {
    padding: 25px 15px;
  }
  .responsive .questionBox h4 {
    font-size: 20px;
    font-weight: bold;
    border: none;
    padding-bottom: 8px;
    position: relative;
    padding-top: 0px;
    margin-bottom: 30px;
  }
  .responsive .questionBox h4::before {
    width: 200px;
    height: 3px;
  }
  .responsive .questionBox label.control-label {
    font-size: 20px;
    line-height: 26px;
  }
  .responsive .questionBox .radio label {
    line-height: 22px;
  }
  .responsive .questionBox .radio label::before {
    width: 18px;
    height: 18px;
    display: block;
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.5);
    border: solid 1px #a5a5a5;
    border-radius: 50%;
    position: relative;
    margin: 3px 10px 0 0;
    float: left;
    content: "";
    padding: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -9px;
  }
  .responsive .questionBox .radio.selected label::before {
    border: 1px solid #142d61;
    content: "";
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }
  .responsive .questionBox .radio.selected label::after {
    width: 12px;
    height: 12px;
    background-color: #142d61;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 19px;
    display: block;
    content: "";
    margin-top: -5px;
  }
  .responsive .questionBox .image {
    position: relative;
  }
  .responsive .questionBox .image img {
    top: 0%;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    position: relative;
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
  .responsive .awardsList .image {
    height: auto !important;
  }
  .responsive .awardsList .desc {
    padding-top: 25px;
    padding-bottom: 25px;
    height: auto !important;
  }
  .responsive .awardsList .desc .text.pRight {
    padding-right: 0px;
  }
  .responsive .awardsList .desc .text.pLeft {
    padding-left: 0px;
  }
  .responsive .homeMap #tabs > div,
  .responsive .homeMap .boxTabs > div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 641px) {
  /* res640 */
  .responsive {
    /* bannerBox */
    /* infoBox */
    /* amzsMagazin */
    /* clan kartica */
    /* percent circle */
    /* gallery */
    /* boxImportant */
  }
  .responsive .blockTitle,
  .responsive .infoCenter .blockTitle {
    font-size: 2.6em;
  }
  .responsive .homeMap .leftBox .container-fluid {
    padding-left: 20px !important;
  }
  .responsive .infoCenter .infoBox {
    padding-top: 3em;
    padding-bottom: 1em;
  }
  .responsive .infoCenter .infoBox .disclamer br {
    display: block;
  }
  .responsive .headlines {
    margin-bottom: 0 !important;
  }
  .responsive .amzsMembership .bannerList ul {
    width: 50%;
  }
  .responsive .amzsMembership p.image {
    width: 50%;
  }
  .responsive .amzsMembership div.more p {
    padding: 0 10px;
  }
  .responsive .amzsMembership div.more p a.button {
    max-width: 100%;
  }
  .responsive .infoBox p br {
    display: none;
  }
  .responsive .amzsMagazin p {
    padding: 0 10px;
  }
  .responsive #personCard .imgCont {
    width: 160px;
    height: 150px;
    display: block;
    padding: 10px 10px 10px 10px;
  }
  .responsive #personCard .desc {
    display: block;
    margin-left: 170px;
    margin-right: 170px;
  }
  .responsive #personCard .desc h3 {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
  .responsive #personCard .controls {
    display: block;
    width: 130px;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .responsive #personCard .controls p a {
    padding: 6px 10px;
  }
  .responsive #percentCircle {
    padding: 0px 20px 10px 20px;
    overflow: hidden;
  }
  .responsive #percentCircle .desc {
    margin: 0;
    margin-top: 20px;
    float: left;
  }
  .responsive #percentCircle .links {
    width: 100%;
    position: absolute;
    top: 0;
    right: initial;
    margin-left: 120px;
    left: 0;
    padding-right: 120px;
  }
  .responsive #percentCircle .links a {
    width: 45%;
    margin-right: 5%;
    float: left;
    display: block;
    margin-bottom: 10px;
  }
  .responsive .galleryCont a {
    margin: 0 0 2.5% 0;
    width: 18%;
    margin-right: 2.5%;
  }
  .responsive .galleryCont a:nth-child(6n),
  .responsive .galleryCont a:nth-child(7n) {
    margin-right: 2.5%;
  }
  .responsive .galleryCont a:nth-child(5n) {
    margin-right: 0;
  }
  .responsive .boxImportant {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    color: #00214D;
    background: #ffd200;
  }
  .responsive .boxImportant a {
    color: #00214D;
  }
  .responsive .boxImportant .left {
    font-size: 2.5em;
    width: 40px;
    height: 50px !important;
  }
  .responsive .boxImportant .importantContent {
    margin: 0 0 0 50px;
    padding-left: 10px;
  }
  .responsive .boxImportant .importantContent .importantTitle {
    margin: 0 0 0 0;
    padding: 0;
    font-size: 3em;
  }
  .responsive .boxImportant .more {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    width: 100%;
    height: 34px !important;
    margin-top: 10px;
  }
  .responsive .boxImportant .more .button {
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 7px 0;
  }
  .responsive .boxImportant .more .button span {
    padding: 0;
    display: block;
  }
  .responsive .filter .form-group,
  .responsive .filter.filterIzracunStroskov .form-group {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
  }
  .responsive .filter .form-group.pull-right {
    float: none;
    margin-bottom: 0;
    width: 100%;
  }
  .responsive .filter .form-group.pull-right .btn {
    float: none;
    width: 100%;
  }
  .responsive .clanstvoPoMeri .boxImportant .importantContent {
    margin-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .responsive .multilevelpushmenu_wrapper > .levelHolderClass {
    top: 95px;
  }
  .responsive .mobileMenu {
    display: block;
  }
  .responsive .mobileMenu .phoneAMZS {
    top: 41px;
    left: 10px !important;
    text-align: left;
  }
  .responsive .mobileMenu .phoneAMZS a {
    line-height: 1.2em;
  }
  .responsive .mobilePortalsCont {
    top: 20px;
  }
  .responsive .headlines .bannerNav .tabDesign {
    height: 107px;
  }
  .responsive .headlines .bannerNav .tabDesign li a small {
    font-size: 10px;
  }
  .responsive .testimonials .image {
    max-width: 200px;
    float: none;
    display: block;
  }
  .responsive .testimonials .testimonial.hasImg {
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
    display: block;
  }
}
@media only screen and (max-width: 481px) {
  /* res480 */
  .responsive {
    /* headlines */
    /* footer */
    /* clan kartica */
    /* gallery */
  }
  .responsive .footer .social p {
    text-align: left;
  }
  .responsive .bannerPollList .banner {
    width: 100%;
    margin-bottom: 30px;
  }
  .responsive .thankYou {
    height: 600px;
  }
  .responsive .thankYou .col-xs-12 {
    height: 500px;
  }
  .responsive .headlines .banner .bannerBox {
    padding: 0 10px 30px 10px;
  }
  .responsive .headlines .banner .description {
    margin-bottom: .5em;
  }
  .responsive .headlines .banner .extra .cols2 .col,
  .responsive .headlines .banner .extra .cols3-1 .col {
    float: none !important;
    width: auto !important;
    padding-top: 15px;
  }
  .responsive .footer .col:nth-child(n).extra1 {
    width: auto !important;
    float: none !important;
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .responsive .footer .col:nth-child(n).extra1.emptyTitle h5 {
    display: none !important;
  }
  .responsive .footer .col:nth-child(n).extra1 ul {
    margin: 0;
  }
  .responsive .footer .col:nth-child(n).extra1last {
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid #ffffff !important;
  }
  .responsive .siteLinks,
  .responsive .amzsShop {
    padding: 0;
  }
  .responsive .amzsList ul.ui-tabs-nav li {
    min-width: 140px;
  }
  .responsive #personCard .imgCont {
    width: 160px;
    height: 150px;
    display: block;
    padding: 10px 10px 10px 10px;
  }
  .responsive #personCard .desc {
    display: block;
    margin-left: 170px;
    margin-right: 1px;
  }
  .responsive #personCard .desc h3 {
    font-size: 3em;
    margin-bottom: 0.5em;
  }
  .responsive #personCard .desc p {
    line-height: 1.4em;
  }
  .responsive #personCard .controls {
    display: block;
    width: 100%;
    position: relative;
    top: 0;
    right: initial;
  }
  .responsive #personCard .controls p {
    width: 30%;
    float: left;
    margin-right: 3%;
    display: block;
  }
  .responsive #personCard .controls p a {
    padding: 6px 2px;
  }
  .responsive .galleryCont a {
    margin: 0 0 2.66% 0;
    width: 23%;
    margin-right: 2.66%;
  }
  .responsive .galleryCont a:nth-child(5n),
  .responsive .galleryCont a:nth-child(6n),
  .responsive .galleryCont a:nth-child(7n) {
    margin-right: 2.66%;
  }
  .responsive .galleryCont a:nth-child(4n) {
    margin-right: 0;
  }
  .responsive .newsBox.childrenPages .col-xs-12 {
    width: 100%;
  }
  .responsive .newsBox.childrenPages .block {
    padding-bottom: 1px;
    margin-bottom: 0;
  }
  .responsive .newsBox.childrenPages .blockStatic {
    height: auto;
    position: relative;
    padding: 0 10px;
  }
  .responsive .newsBox.childrenPages .blockTitleSolo .image {
    display: none;
  }
  .responsive .newsBox.childrenPages .blockTitleSolo .blockStatic {
    position: relative;
    height: auto;
    padding: 0 10px;
  }
  .responsive .btnPrijava {
    padding: 6px 10px;
  }
  .responsive #tabs.centerTabs .ui-tabs-nav li,
  .responsive .boxTabs.centerTabs .ui-tabs-nav li {
    min-width: 110px !important;
  }
  .responsive .awardsCarousel #awardsCarousel {
    height: 350px;
    position: relative;
    width: 220px;
    margin: 0 auto;
  }
  .responsive .awardsCarousel #awardsCarousel .slide {
    margin-left: -20px;
  }
  .responsive .awardsCarousel #awardsCarousel .sticker {
    margin-left: -35px;
    z-index: 10;
  }
  .responsive .awardsCarousel #awardsCarousel .title {
    width: 100%;
    z-index: 10;
    -ms-transform: translate(-40%, 0%);
    -webkit-transform: translate(-40%, 0%);
    transform: translate(-40%, 0%);
  }
}
@media only screen and (max-width: 400px) {
  .responsive {
    overflow-x: hidden;
  }
  .responsive .headlines .banner {
    height: auto;
  }
  .responsive .headlines .banner.bannerStyle1 .col-xs-12 p.img {
    margin: 20px 0 0 0;
    height: 160px;
  }
  .responsive .headlines .banner.bannerStyle1 .col-xs-12 p.img img {
    max-height: 170px;
  }
}
@media only screen and (max-width: 360px) {
  .responsive {
    /* gallery */
  }
  .responsive .mobileMenu .phoneAMZS .fa {
    display: none;
  }
  .responsive .headlines.imgOnly {
    height: 160px !important;
  }
  .responsive .galleryCont a {
    margin: 0 0 3.5% 0;
    width: 31%;
    margin-right: 3.5%;
  }
  .responsive .galleryCont a:nth-child(4n),
  .responsive .galleryCont a:nth-child(5n),
  .responsive .galleryCont a:nth-child(6n),
  .responsive .galleryCont a:nth-child(7n) {
    margin-right: 3.5%;
  }
  .responsive .galleryCont a:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 1100px) {
  .responsive {
    /* product blocks rp */
    /* rpCols1, rpCols2 */
    /* rpCols2 */
    /* rpCols4 */
    /* rpCols5 */
    /* rpCols6 */
  }
  .responsive .blockGrid.cols.rpCols1 > .colsWrap,
  .responsive .blockGrid.cols.rpCols1 > ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .responsive .blockGrid.cols.rpCols1 > .colsWrap > .col,
  .responsive .blockGrid.cols.rpCols1 > ul > li {
    width: auto !important;
    float: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .responsive .blockGrid.cols3.rpCols2 > .colsWrap > .col,
  .responsive .blockGrid.cols3.rpCols2 > ul > li,
  .responsive .blockGrid.cols4.rpCols2 > .colsWrap > .col,
  .responsive .blockGrid.cols4.rpCols2 > ul > li,
  .responsive .blockGrid.cols5.rpCols2 > .colsWrap > .col,
  .responsive .blockGrid.cols5.rpCols2 > ul > li,
  .responsive .blockGrid.cols6.rpCols2 > .colsWrap > .col,
  .responsive .blockGrid.cols6.rpCols2 > ul > li {
    width: 50% !important;
    clear: none !important;
  }
  .responsive .blockGrid.cols3.rpCols2 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols3.rpCols2 > ul > li:nth-child(2n+1),
  .responsive .blockGrid.cols4.rpCols2 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols4.rpCols2 > ul > li:nth-child(2n+1),
  .responsive .blockGrid.cols5.rpCols2 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols5.rpCols2 > ul > li:nth-child(2n+1),
  .responsive .blockGrid.cols6.rpCols2 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols6.rpCols2 > ul > li:nth-child(2n+1) {
    clear: both !important;
  }
  .responsive .blockGrid.cols4.rpCols3 > .colsWrap > .col,
  .responsive .blockGrid.cols4.rpCols3 > ul > li,
  .responsive .blockGrid.cols5.rpCols3 > .colsWrap > .col,
  .responsive .blockGrid.cols5.rpCols3 > ul > li,
  .responsive .blockGrid.cols6.rpCols3 > .colsWrap > .col,
  .responsive .blockGrid.cols6.rpCols3 > ul > li {
    width: 33.33% !important;
    clear: none !important;
  }
  .responsive .blockGrid.cols4.rpCols3 > .colsWrap > div:nth-child(3n+1).col,
  .responsive .blockGrid.cols4.rpCols3 > ul > li:nth-child(3n+1),
  .responsive .blockGrid.cols5.rpCols3 > .colsWrap > div:nth-child(3n+1).col,
  .responsive .blockGrid.cols5.rpCols3 > ul > li:nth-child(3n+1),
  .responsive .blockGrid.cols6.rpCols3 > .colsWrap > div:nth-child(3n+1).col,
  .responsive .blockGrid.cols6.rpCols3 > ul > li:nth-child(3n+1) {
    clear: both !important;
  }
  .responsive .blockGrid.cols5.rpCols4 > .colsWrap > .col,
  .responsive .blockGrid.cols5.rpCols4 > ul > li,
  .responsive .blockGrid.cols6.rpCols4 > .colsWrap > .col,
  .responsive .blockGrid.cols6.rpCols4 > ul > li {
    width: 25% !important;
    clear: none !important;
  }
  .responsive .blockGrid.cols5.rpCols4 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols5.rpCols4 > ul > li:nth-child(4n+1),
  .responsive .blockGrid.cols6.rpCols4 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols6.rpCols4 > ul > li:nth-child(4n+1) {
    clear: both !important;
  }
  .responsive .blockGrid.cols6.rpCols4 > .colsWrap > .col,
  .responsive .blockGrid.cols5.rpCols5 > ul > li {
    width: 20% !important;
    clear: none !important;
  }
  .responsive .blockGrid.cols6.rpCols4 > .colsWrap > div:nth-child(2n+1).col,
  .responsive .blockGrid.cols5.rpCols5 > ul > li:nth-child(5n+1) {
    clear: both !important;
  }
}
.rpCols1 .block .blockLink {
  position: relative;
}
/* cms sitemap */
#sitemap {
  margin-bottom: 4em;
}
#sitemap > li > ul {
  padding-bottom: 0;
}
#sitemap li {
  font-size: 1.6em;
  line-height: 1.2em;
}
#sitemap li a {
  display: block;
}
#sitemap > li {
  float: left;
  width: 25%;
}
#sitemap > li:nth-child(4n+1) {
  clear: both;
}
#sitemap > li > a {
  margin-right: 5px;
  padding: 10px;
  background: #EAEDEF;
}
#sitemap > li li li li {
  padding-left: 10px;
}
#sitemap > li li li a {
  padding: 0 0 3px 25px;
  background: url('../../images/icons/icon_dot.png') no-repeat 10px 6px scroll transparent;
}
#sitemap > li > ul > li > a {
  padding: 3px 0 3px 10px;
}
#sitemap li li {
  font-size: 1em;
}
/* cms menuStyle */
.listStyle {
  margin-bottom: 2em;
  padding-top: 2em;
  border-top: 1px solid #eaedef;
}
.listStyle article {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #eaedef;
}
.listStyle article header p {
  position: relative;
  margin-bottom: 0;
  font-size: 1.4em;
  color: #808080;
}
.listStyle article header p small {
  padding: 0 5px;
}
.listStyle article header p a {
  color: #002d62;
}
/* globalLists */
.listStyle header p,
.video header p,
.listItems header p {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-color: #808080;
}
.listStyle header p a,
.video header p a,
.listItems header p a {
  color: #808080;
  text-decoration: none;
}
.listStyle img,
.video img,
.listItems img {
  display: block;
  float: left;
  max-width: 200px;
  padding: 0;
  margin: 0;
  border: none;
}
.listStyle h3,
.video h3,
.listItems h3 {
  font-size: 2.2em;
  margin: 0 0 0.5em 0;
  padding: 0;
}
.listStyle .description p,
.video .description p,
.listItems .description p {
  margin-left: 230px;
}
/* cms video */
ul.video,
.listItems {
  display: block;
  margin-bottom: 4em;
  background: none;
  border-top: #eaedef;
}
ul.video li,
.listItems li {
  padding: 2em 0;
  border-bottom: 1px solid #eaedef;
  font-size: 1em;
}
ul.video li .published,
.listItems li .published,
ul.video li h3,
.listItems li h3,
ul.video li .description,
.listItems li .description {
  margin-left: 230px;
}
ul.video li .published,
.listItems li .published {
  margin-bottom: 0;
  font-size: 1.4em;
  color: #808080;
}
ul.video li .description,
.listItems li .description {
  margin-bottom: 0;
  font-size: 1.6em;
}
ul.video li figure,
.listItems li figure {
  position: relative;
}
ul.video li figure img,
.listItems li figure img {
  display: block;
}
ul.video li figure figcaption,
.listItems li figure figcaption {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 45px;
  left: 80px;
  opacity: .5;
  background: url('../../images/icons/icon_play.png') no-repeat center center scroll #e22b27;
}
ul.video li figure:hover figcaption,
.listItems li figure:hover figcaption {
  opacity: 1;
}
.listItems p {
  margin-left: 230px;
  font-size: 1.6em;
}
.listItems figcaption {
  display: none !important;
}
/* cms gallery */
.gallery {
  position: relative;
  overflow: hidden;
  margin-bottom: 4em;
  padding: 0 25px;
  background: #0000007;
}
.gallery .slider {
  overflow: hidden;
  width: 100% !important;
}
.gallery ul {
  width: 3000px;
}
.gallery ul li {
  float: left;
  height: auto !important;
  background: none !important;
  width: 200px !important;
  border: 2px solid #eaedef;
}
.gallery ul li a {
  display: block;
}
.gallery ul li a img {
  display: block;
  max-width: 100%;
}
.gallery ul li a:hover {
  opacity: .8;
}
.gallery ul li a:active {
  opacity: .4;
}
.gallery p {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
.gallery p a {
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 126px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
}
.gallery p a.sliderPrev {
  left: 0;
  background-image: url('../../images/icons/icon_prev.png');
}
.gallery p a.sliderNext {
  right: 0;
  background-image: url('../../images/icons/icon_next.png');
}
.gallery p a:hover {
  opacity: .4;
}
.gallery p a:active {
  opacity: .8;
}
.gallery p a.inactive {
  display: none !important;
}
/* cms search results */
#searchResults {
  margin-bottom: 4em;
}
#searchResults.searchTerms small {
  padding-right: 10px;
  font-size: 1em;
}
#searchResults.searchTerms span {
  font-family: Arial, Helvetica, serif;
}
#searchResults .resultsInfo {
  padding: 10px 10px 10px 40px;
  margin-bottom: 2em;
  background: #eaedef;
}
#searchResults ul {
  /*border-top : 1px solid #eaedef;*/
}
#searchResults ul li {
  padding: 15px 0;
  border-bottom: 1px solid #eaedef;
}
#searchResults ul li h3 {
  font-size: 2.2em;
  padding: 0em 0 0 0;
  margin: 0 0 5px 40px;
}
#searchResults ul li p {
  margin: 0;
}
#searchResults ul li p.searchNumber {
  float: left;
  font-size: 2.2em;
  color: #808080;
  font-family: Arial, Helvetica, serif;
}
#searchResults ul li p.description {
  margin-left: 40px;
  margin-bottom: 5px;
  color: #9c9c9c;
  font-size: 1.6em;
}
#searchResults ul li p.url {
  margin-left: 40px;
  font-size: 1.4em;
}
#searchResults ul li p.url a {
  padding: 0 5px;
}
#searchResults ul li p.url span {
  color: #9c9c9c;
}
/* navigator */
.navigator {
  font-size: 1.3em;
  color: #000000;
}
.navigator .title {
  padding-right: 10px;
}
.navigator small {
  display: none;
}
.navigator1 {
  margin-bottom: 4em;
}
.navigator1 small {
  display: none;
}
.navigator1 .pageNum {
  display: inline-block;
  vertical-align: middle;
  min-width: 25px;
  padding: 5px 5px 3px 5px;
  text-align: center;
  border-width: 1px 0;
  border-style: solid;
  border-color: #eaedef;
}
.navigator1 .pageNum.selected {
  font-family: Arial, Helvetica, serif;
  border-color: #000000;
  color: #000000;
}
.navigator1 .iconprev span {
  margin-left: 10px;
  background: url('../../images/icons/icon_back.png') no-repeat 0 center scroll transparent;
}
.navigator1 .iconnext span {
  margin-right: 10px;
  background: url('../../images/icons/icon_foward.png') no-repeat right center scroll transparent;
}
.navigator1 small {
  padding: 0 5px;
  color: #808080;
}
/* paginator */
.paginator {
  font-size: 1.1em;
}
.paginator a {
  display: inline-block;
  padding: 0 10px;
  vertical-align: center;
}
.paginator a:hover {
  color: #000000;
}
.paginator strong {
  display: inline-block;
  padding: 0 10px;
  vertical-align: center;
}
.tableCont table {
  width: 100%;
}
table tr:last-child td {
  border: none;
}
table.tableBorderTop,
div.tableBorderTop table {
  border-top: 3px solid #333;
}
/* tables with checks Color */
.tableChecksColor {
  margin-bottom: 40px;
}
.tableChecksColor .bgRed,
.tableChecksColor .bgBlue,
.tableChecksColor .bgYellow {
  width: 115px;
  text-align: center;
  font-weight: 900;
  padding: 5px 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.5em;
  color: #002d62;
}
.tableChecksColor .bgRed br,
.tableChecksColor .bgBlue br,
.tableChecksColor .bgYellow br {
  margin-bottom: 10px;
  display: inline-block;
}
.tableChecksColor thead .bgRed {
  background-color: #ff1d25;
  color: #fff;
}
.tableChecksColor thead .bgBlue {
  background-color: #002d62;
  color: #fff;
}
.tableChecksColor thead .bgYellow {
  background-color: #ffd200;
}
.tableChecksColor tbody .bgRed {
  background-color: #ffd2d3;
}
.tableChecksColor tbody .bgBlue {
  background-color: #ccd5e0;
}
.tableChecksColor tbody .bgYellow {
  background-color: #fff2cc;
}
.tableChecksColor td,
.tableChecksColor th {
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
.tableChecksColor td ul,
.tableChecksColor th ul {
  margin: 0;
}
.tableChecksColor td ul li,
.tableChecksColor th ul li {
  font-weight: 400;
  font-size: 0.8em;
  background: none;
  padding-left: 5px;
  color: #002d62;
  margin: 0;
  list-style-type: none;
}
.tableChecksColor td ul li:before,
.tableChecksColor th ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}
.tableChecksColor td:nth-child(1),
.tableChecksColor th:nth-child(1) {
  text-align: left;
}
.tableChecksColor i {
  font-size: 1.3em;
}
.tableClubPrices {
  margin-bottom: 40px;
}
.tableClubPrices thead th:last-child {
  background-color: #ffd200;
}
.tableClubPrices tbody td:last-child {
  background-color: #fff2cc;
}
/* tables with checks */
.tableChecks tbody td,
.tableChecks tbody th {
  width: 115px;
}
.tableChecks tbody td ul,
.tableChecks tbody th ul {
  margin: 0;
}
.tableChecks tbody td ul li,
.tableChecks tbody th ul li {
  font-weight: 400;
  font-size: 0.8em;
  background: none;
  padding-left: 5px;
  color: #002d62;
}
.tableChecks tbody td ul li:before,
.tableChecks tbody th ul li:before {
  content: "-";
  position: relative;
  left: -5px;
}
.tableChecks tbody td:nth-child(1),
.tableChecks tbody th:nth-child(1) {
  text-align: left;
  width: auto;
}
.tableChecks tbody i {
  font-size: 1em;
}
/* tables with color dots */
.tableDotsColor tbody tr:first-child td {
  border-top: 3px solid #333333;
}
.tableDotsColor tbody td {
  width: 25%;
}
.tableTopBorder tbody tr:first-child td {
  border-top: 3px solid #333333;
}
.colorDot i {
  font-size: 0.9em;
  padding-right: 5px;
}
.colorDot i.dotGreen {
  color: #80a73f;
}
.colorDot i.dotOrange {
  color: #ff801e;
}
.colorDot i.dotLBlue {
  color: #3f8ad6;
}
.colorDot i.dotBlue {
  color: #0000ff;
}
.colorDot i.dotRed {
  color: #ff1d25;
}
/* tables with flags */
.flag {
  display: table-cell;
  vertical-align: middle;
}
.titleFlag {
  display: inline-block;
  margin-left: 10px;
}
a .titleFlag {
  margin-left: 0;
  margin-right: 10px;
  top: -3px;
}
.reverseLinks a {
  text-decoration: none;
}
.reverseLinks a:hover {
  text-decoration: underline;
}
table th > .btn,
table td > .btn {
  display: block;
  float: right;
}
/* tables road work */
.road {
  display: table-cell;
  vertical-align: middle;
}
.road .road-work {
  background: url('../../images/icons/icon_road_work.png') no-repeat center center;
  width: 30px;
  height: 30px;
  display: block;
}
#gorivoDataCont table th:last-child,
#stroskiDataCont table th:last-child,
#skupniStroskiDataCont table th:last-child,
#izracunRegistracijeCont table th:last-child,
#gorivoDataCont table td:last-child,
#stroskiDataCont table td:last-child,
#skupniStroskiDataCont table td:last-child,
#izracunRegistracijeCont table td:last-child {
  text-align: right;
  min-width: 170px;
}
#gorivoDataCont table th:first-child,
#stroskiDataCont table th:first-child,
#skupniStroskiDataCont table th:first-child,
#izracunRegistracijeCont table th:first-child,
#gorivoDataCont table td:first-child,
#stroskiDataCont table td:first-child,
#skupniStroskiDataCont table td:first-child,
#izracunRegistracijeCont table td:first-child {
  min-width: 110px;
}
/* links in columns */
.linksList {
  margin-bottom: 20px;
}
.linksList h3.titleBorderBottom,
.linksList h4.titleBorderBottom,
.linksList h5.titleBorderBottom,
.linksList h6.titleBorderBottom {
  padding: 5px 0;
  margin-bottom: 5px;
}
.linksList a {
  display: block;
  width: 100%;
  font-size: 1.6em;
  line-height: 1.8em;
  border-bottom: 1px solid #333333;
  text-decoration: none;
}
.linksList a.borderTop {
  border-top: 3px solid #333333;
}
.vehicle {
  display: table-cell;
  vertical-align: middle;
}
.vehicle .vehicleCar,
.vehicle .vehicleCaravan,
.vehicle .vehicleMotorhome,
.vehicle span {
  display: inline-block;
  width: 60px;
}
.vehicle .vehicleCar {
  background: url('../../images/icons/icon_car.png') no-repeat left center;
  height: 19px;
}
.vehicle .vehicleCaravan {
  background: url('../../images/icons/icon_caravan.png') no-repeat left center;
  height: 18px;
}
.vehicle .vehicleMotorhome {
  background: url('../../images/icons/icon_motorhome.png') no-repeat left center;
  height: 20px;
}
/* postani clan koraki */
.formSteps {
  overflow: hidden;
  margin-bottom: 30px;
}
.formSteps .step {
  min-width: 80px;
  cursor: no-drop;
  height: 36px;
  line-height: 36px;
  padding: 0 20px 0 25px;
  float: left;
  display: block;
  background-color: #ffdb7f;
  color: #7f8470;
  font-size: 1.6em;
  font-weight: 700;
  position: relative;
  margin-right: 10px;
}
.formSteps .step:first-child {
  padding-left: 20px;
}
.formSteps .step .stepArrowLeft {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.formSteps .step .stepArrowRight {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 10px solid #ffdb7f;
  position: absolute;
  right: -10px;
  top: 0;
}
.formSteps .step.completed {
  background-color: #ffd200;
  color: #002d62;
  cursor: pointer;
}
.formSteps .step.completed .stepArrowRight {
  border-left: 10px solid #ffd200;
}
.formSteps .step.active {
  background-color: #002d62;
  color: #ffffff;
  cursor: pointer;
}
.formSteps .step.active .stepArrowRight {
  border-left: 10px solid #002d62;
}
.formSteps .step .mobileNum {
  display: none;
}
/* clan kartica */
#personCard {
  display: block;
  overflow: hidden;
  background-color: #f8f8f8;
  position: relative;
  margin-bottom: 40px;
}
#personCard .imgCont {
  width: 220px;
  height: 200px;
  display: block;
  padding: 20px 40px 20px 20px;
}
#personCard .imgCont img {
  display: block;
  width: 100%;
  height: auto;
}
#personCard .desc {
  display: block;
  margin-left: 220px;
  margin-right: 200px;
  margin-top: 10px;
}
#personCard .desc p {
  line-height: 1.8em;
}
#personCard .controls {
  display: block;
  width: 150px;
  position: absolute;
  top: 30px;
  right: 30px;
}
#personCard .controls p {
  margin-bottom: 10px;
}
#personCard .controls p a {
  margin-bottom: 0px;
  display: block;
  padding: 6px 10px;
}
/* percent circle */
#percentCircle {
  padding: 10px 20px 10px 20px;
  background-color: #f8f8f8;
  margin-bottom: 40px;
}
#percentCircle .circle {
  position: relative;
  float: left;
  display: block;
  width: 120px;
  padding-right: 20px;
  margin-top: 5px;
}
#percentCircle .circle strong {
  position: absolute;
  top: 35px;
  left: 0;
  font-size: 2.5em;
  width: 100px;
  text-align: center;
  color: #002d62;
}
#percentCircle .desc {
  margin: 0 170px 0 120px;
}
#percentCircle .desc p {
  margin-bottom: 10px;
}
#percentCircle .links {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
}
#percentCircle .links a {
  display: block;
  margin-bottom: 5px;
}
/* dashboard links */
#dashboardLinks {
  margin-bottom: 20px;
  /*& a:hover i { -moz-box-shadow: 0px 0px 2px #333; -webkit-box-shadow: 0px 0px 2px #333; box-shadow: 0px 0px 2px #333; }*/
}
#dashboardLinks .linkCont {
  background-color: #ffd200;
  padding: 20px 10px;
  display: block;
  text-align: center;
  height: 190px;
  position: relative;
  margin-bottom: 20px;
}
#dashboardLinks .linkCont a {
  bottom: 0;
  top: 0;
  position: absolute;
  width: 100%;
  left: 0;
  padding: 20px;
}
#dashboardLinks .linkCont a:hover h5 {
  text-decoration: underline;
}
#dashboardLinks i {
  display: inline-block;
  width: 70px;
  line-height: 70px;
  background-color: #002d62;
  -moz-border-radius: 70px;
  -webkit-border-radius: 70px;
  border-radius: 70px;
  color: #fff;
  font-size: 4em;
  text-align: center;
}
#dashboardLinks h5 {
  margin: 10px 0 0 0;
  bottom: 20px;
  position: absolute;
  left: 0px;
  width: 100%;
}
/* form group - border overlapping fix */
form .form-group {
  display: inline-block;
}
