/**
* Light red
* #CC2237
* Darker red
* #CB2029;
* rgba(204, 34, 55, 1)
**/
/***************** General Styles ******************/
* {
  box-sizing: border-box;
  font-family:"Open Sans", sans-serif;
}
.h1, .h2, .h3, h1, h2, h3 {
  color: #000;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 20px;
}
h4, h5, h6 {
  font-size: 18px;
}
p {
  font-size: 16px;
  color: #000;
  line-height: 2;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
a {
  color: #000;
  transition: all .25s;
}
a:hover {
  color: #CB2029;
  text-decoration: none;
}
.clear:before,
.clear:after {
  content: ' ';
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}
/***************** Button ******************/
.button {
  background: #CB2029;
}
/***************** SlickNav ******************/
.slicknav_menu {
  display: none;
  background: #006AA7;
}
/***************** Body ******************/
body {
  /*background: #f2f2f2;*/
}
/***************** Nav cooperation ******************/
.nav-cooperation {
    display: flex;
    flex-direction: column;
}
.nav-cooperation p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    color: #233496;
}
.nav-cooperation p .red-color {
    color: #cb2029;
}
.nav-cooperation p .center {
    text-align:center;
    display: block;
    margin-bottom: -30px;
}
.nav-cooperation a {
    position: relative;
    color: #cb2029;
}
.nav-cooperation a::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #233496;
    height: 1px;
    width: 100%;
    transition: all .5s linear;
}
.nav-cooperation a::hover:after {
    background-color: #233496;
}
.nav-cooperation h4 {
    margin-top: 10px;
    color: #cb2029;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
}
.nav-cooperation.mobile-news {
    display: none;
    padding: 15px;
}
/***************** Nav logo ******************/
.nav-logo img {
  margin: 20px 0;
  width: 301px;
  max-width: 100%;
}
.nav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav-list ul li {
  font-size: 14px;
}
.nav-list ul li span {
  color: #CB2029;
  font-weight: bold;
}
a.blinker {
  display: inline-flex;
  padding: 10px 15px;
  border: 1px solid rgb(204, 34, 55);
  background: rgba(204, 34, 55, 1);
  color: #FFF;
  -webkit-box-shadow: 0 3px 0 0 #000;
  -moz-box-shadow: 0 3px 0 0 #000;
  box-shadow: 0 3px 0 0 #000;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-fill-mode: none;
  animation-play-state: running;
}
a.blinker img {
  display: inline;
  height: 25px;
  margin-right: 10px;
}
/***************** Nav menu******************/
.nav-menu {
  background: #CB2029;
}
#mainmenu {
  display: inline-flex;
  align-items: center;
}
#mainmenu li {
  position: relative;
}
#mainmenu li:hover,
#mainmenu li.current-menu-ancestor,
#mainmenu li.current-menu-item,
#mainmenu li.current_page_parent {
  background: #000;
}
#mainmenu li a {
  display: block;
  color: #fff;
  padding: 20px 45px;
  white-space: nowrap;
  position: relative;
}
/*#mainmenu > li > a:after {*/
/*  position: absolute;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  margin-top: auto;*/
/*  margin-bottom: auto;*/
/*  content: "";*/
/*  height: 30%;*/
/*  width: 1px;*/
/*  background: #FFF;*/
/*}*/
/*#mainmenu > li:last-child > a:after {*/
/*  display: none;*/
/*}*/
#mainmenu li ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  padding: 0 10px;
  z-index: 999;
  min-width: 100%;
}
#mainmenu li ul.sub-menu li {
  border-bottom: 1px solid #FFF;
  padding: 10px 30px 10px 0;
}
#mainmenu li ul.sub-menu li:last-of-type {
  border: none;
}
#mainmenu li ul.sub-menu li a {
  padding: 5px 10px;
}
#mainmenu li:hover > .sub-menu {
  display: block;
}
/***************** Slider ******************/
.header-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  background-image: url(../images/header/header.jpg);
  -o-background-image: url(../images/header/header.jpg);
  -moz-background-image: url(../images/header/header.jpg);
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.header-content {
  text-align: center;
  padding: 0 20px;
}
.header-content h2,
.header-content h3 {
  font-size: 42px;
}
.header-content h2 {
  color: #CC2237;
  font-weight: 600;
}
.header-content p {
  font-size: 22px;
}
.header-slider img {
  width: 100%;
}
.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
  display: none;
}
/***************** Breadcrumbs ******************/
.breadcrumb {
  background-color: #f2f2f2;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
.breadcrumb .container {
  padding: 40px 15px 10px 5px;
}
.breadcrumb span {
  font-size: 14px;
  font-weight: 400;
  color: #777;
}
.breadcrumb span a {
  color: #2561A7;
  font-weight: 700;
}
.breadcrumb span span span,
.breadcrumb span span a {
  margin: 0 10px;
}
/***************** Helicopter blocks ******************/
body.home .helicopter-blocks {
  margin-top: -180px;
}
.helicopter-blocks {
  padding: 40px 0;
}
.helicopter-blocks h5 {
  text-align: center;
  margin-bottom: 40px;
}
.helicopter-blocks .block-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  height: 100%;
  border: 1px solid #DDD;
  background: #FFF;
  margin-left: -10px;
  margin-right: -10px;
  padding: 30px 40px 40px 40px;
}
.helicopter-blocks .block-content::after {
  display: block;
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 5px;
  background: #000;
}
.helicopter-blocks .block-content .block-content-title {
  text-align: center;
}
.helicopter-blocks .block-content .block-content-title h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.helicopter-blocks .red-block .block-content .block-content-title h3 {
  color: #CC2237;
}
.helicopter-blocks .red-block .block-content::after {
  background: #CC2237;
}
.helicopter-blocks .block-content .block-content-links {
  padding-left: 20px;
}
.helicopter-blocks .block-content .block-content-links a {
  display: block;
  margin: 10px 0;
}
a .svg-inline--fa:first-of-type {
  margin-left: 20px;
}
/***************** Main ******************/
/***************** Page ******************/
section.page {
  padding: 60px 0;
}
section.page h1 {
  color: #CC2237;
  padding-bottom: 30px;
}
.page-image {
  display: flex;
  justify-content: flex-end;
}

/***************** Page Home ******************/
body.home main {
  text-align: center;
}
body.home section.page h2 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #CC2237;
}
body.home section.page a {
  color: #CC2237;
}
body.home section.page a:hover {
  color: #000;
}
/***************** Product page ******************/
section.products {
  margin-bottom: 100px;
}
body.page-template-product-page p {
  width: 100%;
}
.product-images {
  position: relative;
  width: 100%;
  height: 400px;
}
.product-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 325px;
  height: 325px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.product-image.second {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
  width: 250px;
  height: 250px;
  border: 3px solid #FFF;
}
.product-images a {
  position: absolute;
  bottom: 15px;
  left: 0;
}
/***************** Section products ******************/
section.products h5 {
  text-align: center;
  margin-bottom: 40px;
}
.wheels-wrapper {
  margin-bottom: 30px;
}
.wheels-info {
  height: 100%;
  border: 1px solid #DDD;
  padding: 25px 15px;
}
.wheels-title {
  color: #CC2237;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.wheels-version {
  margin-bottom: 15px;
}
.wheels-image {
  width: 100%;
  height: 150px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}
/***************** Page Product gallery ******************/
.gallery-wrapper .thumb {
  width: 100%;
  height: 175px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}
#image_gallery_popup {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0,0,0,0.75);
  z-index: 999;
}
img.close-btn {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 50px;
  height: 50px;
}
.thumb,
img.close-btn:hover {
  cursor: pointer;
}
img.image_gallery_image {
  display: block;
  height: 80%;
  margin: auto;
}
ul.gallery-wrapper li {
  display: inline-block;
  margin: 15px;
}
.hover-shadow {
  transition: all .25s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/***************** Page Contact ******************/
body .gform_wrapper .top_label li:first-child div.ginput_container,
.gform_wrapper,
.gform_wrapper li.hidden_label input,
body .gform_wrapper ul li.gfield {
  margin-top: 0;
}
#gform_submit_button_1 {
  padding: 10px 15px;
  border: 1px solid rgb(204, 34, 55);
  background: rgba(204, 34, 55, 1);
  color: #FFF;
  -webkit-box-shadow: 0 3px 0 0 #000;
  -moz-box-shadow: 0 3px 0 0 #000;
  box-shadow: 0 3px 0 0 #000;
  transition: all .25s;
}
#gform_submit_button_1:hover {
  cursor: pointer;
  background: rgba(204, 34, 55, 0.6)
}
.gform_wrapper textarea,
.gform_wrapper input {
  border: 1px solid #000;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
table{
  font-size: 20px;
  font-weight: bold;
}
/***************** Archive Dealers ******************/
section.page.dealers {
  padding: 0;
}
.countries {
  margin-bottom: 20px;
}
a.dealers_country {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  transition: all .25s;
  padding: 15px 0;
  height: 100%;
}
a.dealers_country:hover {
  transform: scale(1.01);
}
a.dealers_country img {
  margin-bottom: 10px;
}
a.dealers_country p {
  text-align: center;
  margin: 5px 0;
}
.globaldealer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.dealerglobal {
  display: flex;
  align-items: center;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  padding: 5px 25px 5px 15px;
}
.dealerglobal img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.dealerglobal p {
  margin-bottom: 0;
}
.dealerglobal:hover {
  transform: scale(1.01);
}
/***************** Single Dealers ******************/
section.page.single-dealer {
  padding: 30px 0 90px 0;
}
.dealers {
  margin-bottom: 20px;
}
.dealers-title {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  section.page.single-dealer .flag {
    margin: 20px auto 0 20px;
  }
}

section.page .dealers-title h1 {
  padding: 0 20px;
  margin: 0;
}
.dealer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.75);
  transition: all .25s;
}
.dealer:hover {
  transform: scale(1.01);
}
.dealer p {
  text-align: center;
  margin: 5px 0;
}
.dealer img {
  width: 100%;
}
/***************** Front Page ******************/
section.buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
section.buttons a {
  background: #CB2029;
  border: 4px solid #CB2029;
  margin: 30px 10px;
  width: 250px;
  padding: 15px;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  transition: all .2s linear;
}
section.buttons a:hover {
  color: #CB2029;
  background: #FFF;
}
/***************** Footer ******************/
footer {
  background: #000;
  padding: 25px 0;
}
footer span,
footer a {
  font-size: 14px;
  color: #fff;
}
footer .footer-links {
  display: flex;
  align-items: center;
}
footer .footer-links #footermenu {
  display: flex;
}
footer .footer-links #footermenu li {
  padding-left: 20px;
}
footer .footer-links #footermenu li a{
  border-left: 1px solid #FFF;
  padding-left: 20px;
}
footer .footer-social {
  display: flex;
  justify-content: flex-end;
}
footer .footer-social a:hover {
  opacity: 0.75;
}
footer .footer-social img {
  max-width: 200px;
  width: 100%;
  height: 40px;
}
/***************** Animation ******************/
@-webkit-keyframes blinker {
  0%   {background: rgba(204, 34, 55, 1);}
  25%  {background: rgba(204, 34, 55, 1);}
  50%  {background: rgba(204, 34, 55, 0.6);}
  75%  {background: rgba(204, 34, 55, 1);}
  100% {background: rgba(204, 34, 55, 1);}
}
@keyframes blinker {
  0%   {background: rgba(204, 34, 55, 1);}
  25%  {background: rgba(204, 34, 55, 1);}
  50%  {background: rgba(204, 34, 55, 0.6);}
  75%  {background: rgba(204, 34, 55, 1);}
  100% {background: rgba(204, 34, 55, 1);}
}