/*   
Theme Name: GalinaTema Themplate
*/

/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap&subset=cyrillic');

/* RESET */

*,
*::before,
*::after {
  box-sizing: border-box;
}
 
/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}
 
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
 
/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-size: 16px;
  background: #ECECEC;
  color: #303030;
}
 
/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}
 
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
 
/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}
 
/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}
 
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
 
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

input, textarea {
  outline:none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
} 

a {
  color: #303030;
  text-decoration: underline;
}

a:hover, a:focus, a:active {
  color: #303030;
  text-decoration: none;
}

button:active, button:focus {
  outline: none!important;
}

button::-moz-focus-inner {
  border: 0 !important;
} 

input, textarea, select, button {
  outline: none!important;
}

:active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0!important;
}

/* TEST */

#test {
  position: fixed;
  right: 0;
  background: #D0D0D0;
  z-index: 777777;
  opacity: 0.6;
  font-size: 12px;
  padding: 0!important;
  margin: 0!important;
  
  display: none!important;  /* !!! */
}

/* CLEAR */

.clear {
  display: block;
  clear: both;
  height: 0px;
}

.clear5 {
  display: block;
  clear: both;
  height: 5px;
}

.clear10 {
  display: block;
  clear: both;
  height: 10px;
}

.clear15 {
  display: block;
  clear: both;
  height: 15px;
}

.clear20 {
  display: block;
  clear: both;
  height: 20px;
}

.clear25 {
  display: block;
  clear: both;
  height: 25px;
}

.clear30 {
  display: block;
  clear: both;
  height: 30px;
}    

/* BUTTONS */

/* btn-primary */

.btn-primary {
  color: #303030;
  border-radius: 0px;
  border: #303030;  
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc801+0,fc8200+100 */
background: #ffc801; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc801 0%, #fc8200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffc801 0%,#fc8200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffc801 0%,#fc8200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc801', endColorstr='#fc8200',GradientType=0 ); /* IE6-9 */
  padding: 0px 30px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 18px;  
  -webkit-box-shadow: 0 0 3px 0 rgba(255,200,1,0.3);
  box-shadow: 0 0 3px 0 rgba(255,200,1,0.3);    
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 15px 0 rgba(255,200,1,0.8);
  box-shadow: 0 0 15px 0 rgba(255,200,1,0.8);  
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc801+0,fc8200+100 */
background: #ffc801; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc801 0%, #fc8200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffc801 0%,#fc8200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffc801 0%,#fc8200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc801', endColorstr='#fc8200',GradientType=0 ); /* IE6-9 */
  border: #303030;  
}

.btn-primary:disabled {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc801+0,fc8200+100 */
background: #ffc801; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc801 0%, #fc8200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffc801 0%,#fc8200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffc801 0%,#fc8200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc801', endColorstr='#fc8200',GradientType=0 ); /* IE6-9 */  
  -webkit-box-shadow: 0 0 3px 0 rgba(255,200,1,0.3);
  box-shadow: 0 0 3px 0 rgba(255,200,1,0.3);  
  border: #303030;
  opacity: 1!important;
  color: #303030!important;
}

/* HEADER */

.header_wrapper {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 30;
  top: 30px;
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .header_wrapper {
    display: none;
  } 
}

.header_box {
  display: block;
  background: rgba(0,0,0,0.6);
  padding: 15px;
}
    
.header_logo {
  display: block;
  float: left;
}

.header_logo img {
  width: auto;
  height: 100%;
  max-height: 60px;
}

.header_title {
  display: block;
  float: left;
  margin-left: 15px;
  height: 60px;
}

.header_title_big {
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-size: 22px;  
  font-weight: 600;
  text-transform: none; 
  color: #FFFFFF;
  line-height: 1.5em;
  margin-top: 2px;
}

.header_title_small {
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-size: 12px;  
  font-weight: 600;
  text-transform: uppercase; 
  color: #FFFFFF;
  line-height: 1.5em;
}

.header_phone {
  display: block;
  width: 100%;
  text-align: right;
  height: 60px;
  line-height: 60px;
  vertical-align: middle;
  font-size: 22px;  
}

.header_phone i {
  color: #FFFFFF;
}

.header_phone a:link, .header_phone a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

.header_phone a:hover, .header_phone a:focus, .header_phone a:active {
  color: #FFC801;
  text-decoration: none;
}

/* MENU FIX */  

.menu_wrapper_fix {
  width: 100%;
  height: 50px;
  display: none;
  position: fixed; 
  top: 0px;
  z-index: 100!important;
  background: #FFC801;
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .menu_wrapper_fix {
    display: none!important;
  }
}

/* MENU */

#main_menu {
  width: 100%;
  height: 50px;
  display: block;
  position: relative; 
  z-index: 50!important;
  background: #FFC801;
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  #main_menu {
    display: none!important;
  }
}

#main_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: auto;
  display: inline-block; 
  float: left; 
}

#main_menu ul li {
  float: left;
  position: relative;
  width: auto;
  height: 50px;    
}

#main_menu ul li:hover {
  background: #FA8003;
}

#main_menu ul li a {
  text-decoration: none; 
  color: #303030;
  font-size: 15px;  
  font-family: 'Open Sans', Arial, Verdana, Tahoma; 
  font-weight: 600;
  text-transform: uppercase;  
  text-align: center;
  padding: 0px 15px; 
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  display: block; 
}    

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  #main_menu ul li a {
    font-size: 14px;
    padding: 0px 10px; 
  }
}

#main_menu ul li a:hover {
 color: #303030;
}   

#main_menu ul li:first-child a span {
  display: block;
  position: relative;
  top: 7px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 3px solid #303030;
}    

#main_menu ul li:first-child i {
  position: relative;
  font-size: 20px;
  top: -9px;
}

#main_menu ul li.menu-item-has-children a:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  padding-left: 6px; 
  font-size: 10px;
  position: relative;
  top: 0px; 
}

#main_menu ul li > ul {
  position: absolute;
  top: 50px;
  left: 0px;
  display: none; 
  padding: 0px;  
}
     
#main_menu ul li:hover > ul {
  display: block; 
  background: rgba(255,255,255,0.95);
  width: auto;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);  
}

#main_menu ul li:hover > ul > li {
  width: 100%;       
  height: 40px!important;
  white-space: nowrap!important;     
}

#main_menu ul li > ul > li:hover {
  background: #FFC801!important;
}

#main_menu ul li > ul li a {
  text-decoration: none;   
  color: #303030!important;
  font-size: 15px;  
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 400;
  text-transform: none!important;  
  text-align: left;
  padding: 0px 15px; 
  margin: 0;
  height: 40px!important;
  line-height: 40px!important;
  vertical-align: middle;
  display: block; 
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;  
  border-top: 0px solid rgba(0,0,0,0.5); 
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  #main_menu ul li > ul li a {
    font-size: 14px;
  }
}

#main_menu ul li > ul li a:after {
  display: none!important;
}

#main_menu ul li > ul li a:hover {
  color: #303030!important;
  text-decoration: none; 
}

/* HEADER BACK */

.header_back_wrapper {
  display: block;
  z-index: 10;
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 30px;
}

/* SLIDER */

.slider_wrapper {
  display: block;
  z-index: 10;
  width: 100%;
  height: auto;
  padding: 0;
  margin-top: 30px;
}

.sa_vert_center {
  text-align: center;
}

.slider_content {
  display: block;
  width: 60%;
  margin: 0px auto;
  text-align: center;
  background: rgba(0,0,0,0.6);
  padding: 20px 30px;
  margin-top: 250px;
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .slider_content {
    margin-top: 200px;
  }
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .slider_content {
    width: 80%;
    margin-top: 0px;
  } 
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .slider_content {
    width: 100%;
    margin-top: 0px;
    padding: 15px 15px;
  } 
}      

.slider_content h2 {
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 32px;
  line-height: 1.5em;
  color: #FFFFFF;
  text-shadow: 0 2px 3px rgba(0,0,0,0.5);  
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .slider_content h2 {
    font-size: 30px;
  }
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .slider_content h2 {
    font-size: 30px;
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .slider_content h2 {
    font-size: 24px;
  } 
}

/* XS */
@media screen and (min-width: 0px) and (max-width: 576px) { 
  .slider_content h2 {
    font-size: 20px;
  } 
}

.slider_content h3 {
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5em;
  color: #FFFFFF;
  text-shadow: 0 2px 3px rgba(0,0,0,0.5);  
  padding-bottom: 30px;
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .slider_content h3 {
    font-size: 18px;
  }
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .slider_content h3 {
    font-size: 18px;
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .slider_content h3 {
    font-size: 16px;
  }
}

/* XS */
@media screen and (min-width: 0px) and (max-width: 576px) { 
  .slider_content h3 {
    font-size: 14px;
  }
}

.sa_vert_center a:link, .sa_vert_center a:visited {
  display: block;
  width: 220px;
  margin: 0px auto; 
  margin-top: -30px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc801+0,fc8200+100 */
background: #ffc801; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc801 0%, #fc8200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffc801 0%,#fc8200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffc801 0%,#fc8200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc801', endColorstr='#fc8200',GradientType=0 ); /* IE6-9 */
  padding: 15px 15px;
  text-align: center;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 18px;  
  color: #303030;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.5);
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(255,200,1,0.3);
  box-shadow: 0 0 3px 0 rgba(255,200,1,0.3);  
}

.sa_vert_center a:hover, .sa_vert_center a:focus, .sa_vert_center a:active {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 15px 0 rgba(255,200,1,0.8);
  box-shadow: 0 0 15px 0 rgba(255,200,1,0.8);  
}      

/* PROMO */

.promo_wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 0px;
}

.promo_box {
  display: block;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #D0D0D0; 
  padding: 15px; 
  margin-bottom: 30px;
} 

.promo_title {
  text-align: center;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 18px;  
  color: #FA8003;
  line-height: 1.4em;
  height: 1.4em;
  text-decoration: underline;
  text-transform: uppercase;  
  margin-bottom: 10px;
  margin-top: 15px;
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .promo_title {
    line-height: 1.4em;
    height: 2.8em; 
    font-size: 16px;  
  }
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .promo_title {
    line-height: 1.4em;
    height: 2.8em; 
    font-size: 15px;  
  } 
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .promo_title {
    font-size: 18px;  
    line-height: 1.4em;
    height: 1.4em;    
  }  
}

.promo_text {
  text-align: center;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 400;
  font-size: 15px;  
  color: #303030;
  line-height: 1.5em;
  height: 6em;
  overflow: hidden;
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .promo_text {
    font-size: 14px; 
    height: 9em; 
  } 
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .promo_text {
    font-size: 15px;
    height: auto!important; 
    overflow: none;   
  }  
}

/* PROD */

.prod_wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 10px;
}

.prod_box {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border: 1px solid #D0D0D0; 
  padding: 0px; 
  text-align: center;
  margin-bottom: 90px;
}

.prod_img {
  display: block;
  width: 100%;
  height: 160px;
  overflow: hidden;
  display: block;
  position: reative;
  z-index: 10;  
}

.prod_img img {
  width: 100%;
  height: auto;
}

.prod_title {
  display: inline-block;
  width: calc( 100% - 80px );
  position: absolute;
  top: 140px;
  left: 40px;
  z-index: 20;
  background: #FFFFFF;
  padding: 8px 15px;
  border: 1px solid #D0D0D0;
  color: #FA8003;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 18px;   
  text-transform: uppercase;
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .prod_title {
    font-size: 16px; 
  }
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .prod_title {
    width: calc( 100% - 20px );
    left: 10px;
    font-size: 14px; 
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .prod_title {
    font-size: 18px; 
    width: calc( 100% - 80px );
    left: 40px; 
  } 
}

.prod_content {
  padding: 40px 20px 20px 20px;
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .prod_content {
    padding: 30px 20px 20px 20px; 
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .prod_content {
    padding: 40px 20px 20px 20px;
  }
}

.prod_content_line {
  text-align: left;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 400;
  font-size: 14px; 
  color: #303030; 
  line-height: 1.4em; 
}

.prod_left {
  display: block;
  width: 50%;
  float: left;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc801+0,fc8200+100 */
background: #ffc801; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc801 0%, #fc8200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffc801 0%,#fc8200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffc801 0%,#fc8200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc801', endColorstr='#fc8200',GradientType=0 ); /* IE6-9 */
  height: 60px;
  padding-top: 15px;
  color: #303030;
  text-align: center;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 400;
  font-size: 13px;  
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .prod_left {
    padding-top: 17px;
  }
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .prod_left {
    font-size: 12px; 
    padding-top: 19px;
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .prod_left {
    padding-top: 15px;
    font-size: 13px;
  }
}

.prod_left span {
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 18px;   
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .prod_left span {
    font-size: 16px; 
  }
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .prod_left span {
    font-size: 14px; 
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .prod_left span {
    font-size: 18px;  
  }
}
   
.prod_right {
  display: block;
  width: 50%;
  float: right;
  height: 60px;
}

.prod_right a:link, .prod_right a:visited {
  display: block;
  width: 100%;
  background: #303030;
  line-height: 1.3em;
  padding-top: 10px;
  height: 60px;
  vertical-align: middle;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 15px;   
  text-transform: uppercase;
  text-decoration: none;
}

/* LG */
@media screen and (min-width: 992px) and (max-width: 1199px) { 
  .prod_right a:link, .prod_right a:visited {
    padding-top: 12px;
    font-size: 14px; 
  }
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .prod_right a:link, .prod_right a:visited {
    font-size: 13px; 
    padding-top: 13px;
  }
}

.prod_right a:hover, .prod_right a:focus, .prod_right a:active {
  background: #4A4A4A;
  color: #FFFFFF;
  text-decoration: none;
}

/* ABOUT */

.about_wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

/* ACTION */

.action_wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

.action_img {
  display: width: 100%;
  height: auto;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .action_img {
    margin-bottom: 30px;
  }
}

.action_img img {
  width: 100%;
  height: auto;
}

.action_price {
  display: block;
  position: absolute;
  top: 33%;
  width: calc( 100% - 30px);
  height: auto;
}

.action_price_inner {
  width: 80%;
  margin: 0px auto;  
  padding: 30px;
  background: rgba(0,0,0,0.6);
  color: #FFFFFF;
  text-align: center;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 400;  
  text-shadow: 0 2px 3px rgba(0,0,0,0.5);   
}

/* < LG */
@media screen and (min-width: 0px) and (max-width: 1199px) {
  .action_price_inner {
    padding: 20px;
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .action_price_inner {
    padding: 30px;
  }
}

.action_price_inner span {
  font-size: 20px;
  font-weight: 600; 
}

.action_title {
  color: #303030;
  line-height: 1.3em;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  margin-top: 0px;
  margin-bottom: 15px;
}

.action_button a:link, .action_button a:visited {
  display: inline-block;
  width: auto;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc801+0,fc8200+100 */
background: #ffc801; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc801 0%, #fc8200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffc801 0%,#fc8200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffc801 0%,#fc8200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc801', endColorstr='#fc8200',GradientType=0 ); /* IE6-9 */
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 18px;  
  color: #303030;
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.5);
  text-decoration: none;
  -webkit-box-shadow: 0 0 3px 0 rgba(255,200,1,0.3);
  box-shadow: 0 0 3px 0 rgba(255,200,1,0.3);  
  margin-top: 15px;
}

.action_button a:hover, .action_button a:focus, .action_button a:active {
  color: #FFFFFF;
  -webkit-box-shadow: 0 0 15px 0 rgba(255,200,1,0.8);
  box-shadow: 0 0 15px 0 rgba(255,200,1,0.8);  
} 

/* CAROUSEL ACTION */

.slider_control {
  float: right;
  position: relative;
  display: bock;
  bottom: 30px;
}

.slider_control a:link, .slider_control a:visited, .slider_control a:active, .slider_control a:focus {
  background-color: #303030;
  text-align: center;
  font-size: 16px;   
  color: #FFC801;
  padding: 5px 10px;
  text-decoration: none;
}

.slider_control a:hover {
  text-decoration: none;
  background-color: #FFC801;
  color: #303030;
}

/* NEWS */

.news_wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 10px;
}

.news_wrapper a {
  text-decoration: none;
}

.news_block {
  margin-top: 15px;
  margin-bottom: 15px;
}

.news_img img {
  width: 100%;
  height: auto;
}

.news_title {
  color: #FA8003;
  line-height: 1.5em;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 16px;  
  text-align: left;
  text-transform: none; 
  text-decoration: underline; 
  margin-top: 15px;
  margin-bottom: 15px;
}

.news_block:hover .news_title {
  text-decoration: none;
}

.news_intro {
  color: #303030;
  line-height: 1.5em;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 400;
  font-size: 14px; 
  text-align: left;
}
  
/* PARTNERS */

.partners_wrapper {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 0px;
  padding-bottom: 30px;
}

.wpls-fix-box {
  background: #FFFFFF;
  padding: 15px;
  border: 1px solid #D0D0D0;
}

/* PAGE */

.page_wrapper {
  display: block;
  padding-top: 30px;
  padding-bottom: 0px;
}

/* EDIT */

.edit_link {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;  
}

.edit_link a {
  color: #FFC801;
}

.edit_link a:hover {
  color: #303030;
}

/* CONTENT */

.content {
  padding-top: 0px;
  padding-bottom: 0px;
}    

.content h1 {
  color: #303030;
  line-height: 1.3em;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 20px; 
  text-transform: uppercase;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}   

.content h1:before {
  width: 30px;
  height: 3px;
  top: -5px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: #303030;
  content: "";
}  

.content h2 {
  color: #303030;
  line-height: 1.3em;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
} 

.content h2:before {
  width: 30px;
  height: 3px;
  top: -5px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: #303030;
  content: "";
}  

.content h2.white {
  color: #FFFFFF;
} 

.content h2.white:before {
  background: #FFFFFF;
} 

.content h2.up {
  text-transform: uppercase;
  color: #303030;
}    

.footer_wrapper .content h2 {
  text-transform: uppercase;
}  

.content h2.loop {

}

.content h2.loop:before {
  display: none;
}

.content h3 {
  color: #303030;
  line-height: 1.3em;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}  

.content h3.up {
  text-transform: uppercase;
  color: #303030;
}        

.content h4 {
  color: #303030;
  line-height: 1.3em;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 600;
  font-size: 20px;
  text-transform: none;
  padding: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}  

.content p {
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  line-height: 1.6em;
  padding: 0;
  margin: 0 0 10px 0;
}

/* MD */
@media screen and (min-width: 768px) and (max-width: 991px) { 
  .content p {
    font-size: 15px;
  }
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .content p {
    font-size: 15px;
    line-height: 1.4em;
    text-align: left!important;    
  }  
}

.content blockquote {
  padding: 15px 15px 8px 15px;
  margin: 20px 0px 20px 0px;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 400;
  font-size: 16px;
  text-align: justify;
  line-height: 1.6em;
  border-left: 5px solid #FFC801;
  background: #FFFFFF;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .content blockquote {
    font-size: 15px;
    line-height: 1.4em;
    text-align: left!important;    
  }  
}

.content ul { 
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 10px 0px;  
}

.content ul li { 
  padding: 0;
  margin: 0 0 10px 30px;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .content ul li { 
    font-size: 15px;
    line-height: 1.4em;  
    text-align: left!important;
    margin: 0 0 10px 0px;
  }  
}

.content ol {
  list-style-type: decimal; 
  list-style-position: inside;
  margin: 0;
  padding: 10px 0px; 
}

.content ol li {
  padding: 0;
  margin: 0 0 10px 30px;
}   

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .content ol li { 
    text-align: left!important;
    margin: 0 0 10px 0px;
  } 
}

#back_button a {
  text-decoration: none;
  float: left;
  margin: 5px 0px 0px 0px;
  color: #303030;
  font-family: 'Open Sans', Arial, Verdana, Tahoma;  
  font-weight: 400;  
}

#back_button a:hover {
  text-decoration: none;
  clear: both;
  color: #FFC801;
}   

#back_button i {
  display: inline-block;
  position: relative;
  top: 1px;
}

/* TABLE */

.content table {
  border-collapse: collapse;
  border: 1px solid #E0E0E0;
  margin-bottom: 20px;
  margin-top: 20px; 
}             

.content table tr {
	text-align: left;
	padding-left:20px; 
}   
          
.content table tr td:first-child {
	border-left: 0;
}     

.content table tr td {
	padding: 15px; 
	background: #F0F0F0;
  border: 1px solid #E0E0E0;
}

.content table tr:nth-child(even) td {
	background: #F5F5F5;
}

.content table tr:hover td {
  background: #FFFFFF!important;  
}

/* FOOTER */  

.footer_wrapper {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer_cont_box {
  display: block;
  width: 100%;
  padding: 20px 30px;
  background: #FFC801;
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .footer_cont_box {
    margin-bottom: 30px;
  }
}

.footer_cont_line {
  color: #303030;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;  
}

.footer_cont_line a:link, .footer_cont_line a:visited {
  color: #303030;
}

.footer_cont_line a:hover, .footer_cont_line a:focus, .footer_cont_line a:active {
  color: #303030;
}

.footer_cont_line i {
  color: #303030;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}

.footer_social {
  margin-top: 30px;
  margin-bottom: 15px;
}

.footer_social i {
  font-size: 20px;
}

.footer_social a:link, .footer_social a:visited {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
  background: #FFC801;
  color: #303030;
  border: 1px solid #303030;
  margin-right: 2px;
}

/* < MD */
@media screen and (min-width: 0px) and (max-width: 991px) { 
  .footer_social a:link, .footer_social a:visited {
  width: 40px;
  height: 40px;
  line-height: 40px;  
  }
}

.footer_social a:hover, .footer_social a:focus, .footer_social a:active {
  background: #303030;
  color: #FFFFFF;
  border: 1px solid #303030;
}

.footer_copyright {
  display: block;
  margin-top: 20px;
  color: #FFFFFF;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: 13px;  
}

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .footer_copyright {
    display: none;
  }
}

.footer_copyright_sm {
  display: none;
} 

/* < SM */
@media screen and (min-width: 0px) and (max-width: 767px) { 
  .footer_copyright_sm {
    display: block;
    margin-top: 20px;
    color: #FFFFFF;
    font-family: "Open Sans", Arial, Verdana, Tahoma;
    font-weight: 400;
    font-size: 13px;  
  }
}

.footer_form {
  display: block;
  padding-top: 0px;
}

/* UPBUTTON */

#upbutton {
  background: url("images/up.svg") no-repeat top left;
  background-size: contain!important;
  height: 30px;
  width: 30px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 999;
}

#upbutton:hover {
  opacity: 0.9!important;
}   

/* BREADCRUMBS */

.breadcrumb_wrapper {
  width: 100%;
  height: 40px; 
}

.breadcrumb_block {
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: 14px;  
  height: 40px;
  line-height: 40px;
  vertical-align: middle;
  color: #303030;
  width: 100%;
  overflow: hidden;
  background: rgba(0,0,0,0.05);
  padding-left: 15px;
  padding-right: 15px;
}

.breadcrumb_block a:link, .breadcrumb_block a:visited {
  color: #303030;
}

.breadcrumb_block a:hover, .breadcrumb_block a:focus, .breadcrumb_block a:active {
  color: #FFC801;
}

/* SIDEBAR */

#sidebar {
 
}

#sidebar p {
  text-align: left;
  line-height: 1.6em;
  padding: 0;
  margin: 0 0 10px 0;
}

#sidebar .widget {
  margin-bottom: 15px;
} 

#sidebar .widget span.widgettitle {
  display: block;
  color: #303030;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  line-height: 1.6em;
  padding: 0px;
  margin: 0;   
  margin: 10px 0px 10px 0px;
}   

.widget widget_nav_menu {

}

#sidebar ul {
	margin: 0px;
	padding: 0px;
  list-style-type: none;
  padding-top: 5px;
  padding-bottom: 15px;
}

#sidebar ul li {
  list-style-position: inside;
  margin: 0px 0px 0px 0px;
  padding: 0;
  width: 100%;
  vertical-align: middle;  
  color: #303030;     
}

#sidebar ul li a:link, #sidebar ul li a:visited {
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 600; 
  font-size: 15px;
  color: #303030;
  background: rgba(0,0,0,0.05);
  text-decoration: none;
  border: 0;
  text-align: left; 
  padding: 10px 15px;
  display: block;
  width: 100%;
  margin-bottom: 2px;
}

#sidebar ul li a:hover, #sidebar ul li a:focus, #sidebar ul li a:active {
  color: #FFFFFF;
  background: #FFC801;
  text-decoration: none;
}

#sidebar ul li ul {
  padding: 0px;
}

#sidebar ul li ul li {
  list-style-position: inside;
  margin: 0px 0px 0px 0px;
  padding: 0;
  width: 100%;
  vertical-align: middle;  
  color: #303030;     
}

#sidebar ul li ul li a:link, #sidebar ul li ul li a:visited {
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 600; 
  font-size: 15px;
  text-decoration: none;
  border: 0;
  text-align: left; 
  padding: 10px 15px;
  display: block;
  width: 100%; 
}

#sidebar ul li ul li a:before {
  content: '- ';
}

#sidebar ul li ul li a:hover, #sidebar ul li ul li a:focus, #sidebar ul li ul li a:active {
  color: #FFFFFF;
  background: #FFC801;
  text-decoration: none;
}

/* IMAGES */

img.size-full {
  width: 100%;
  height: auto; 
  margin: 10px 0px;
}    

img.alignleft {
  float: left;
  width: 31.3%!important;
  height: auto;   
  margin: 5px 20px 5px 0px;
  border: 1px solid #FFFFFF!important;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1); 
}

@media screen and (max-width: 767px) { 
  img.alignleft {
    clear: both;
    width: 100%!important;
    height: auto;
    margin: 10px 0px 30px 0px;
  }
} 

img.alignright {
  float: right;
  width: 31.3%!important;
  height: auto;   
  margin: 5px 20px 5px 0px;
  border: 1px solid #FFFFFF!important;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);   
}

@media screen and (max-width: 767px) { 
  img.alignright {
    clear: both;
    width: 100%!important;
    height: auto;
    margin: 10px 0px 30px 0px;
  }
} 

/* GALLERY */

.gallery {
  margin-left: -15px!important;
  margin-right: -15px!important;
  margin-bottom: 10px!important;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border: 1px solid #FFFFFF!important;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
  box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
}

.gallery-item:hover img {
  -webkit-box-shadow: 0 3px 20px 0 rgba(0,0,0,0.3);
  box-shadow: 0 3px 20px 0 rgba(0,0,0,0.3);
}

.gallery-columns-3 .gallery-item {
  float: left;
  text-align: center;
  width: 33.33333333%!important;
  padding: 0px 15px;
}

/* SM */
@media screen and (min-width: 576px) and (max-width: 767px) { 
  .gallery-columns-3 .gallery-item {
    width: 33.33333333%!important;
  }  
}

/* XS */
@media screen and (min-width: 0px) and (max-width: 576px) { 
  .gallery-columns-3 .gallery-item {
    width: 100%!important;
  }   
}

.gallery-columns-4 .gallery-item {
  float: left;
  text-align: center;
  width: 25%!important;
  padding: 0px 15px;
}

/* SM */
@media screen and (min-width: 576px) and (max-width: 767px) { 
  .gallery-columns-4 .gallery-item {
    width: 50%!important;
  }  
}

/* XS */
@media screen and (min-width: 0px) and (max-width: 576px) { 
  .gallery-columns-4 .gallery-item {
    width: 100%!important;
  }   
}

.gallery-columns-5 .gallery-item {
  float: left;
  text-align: center;
  width: 20%!important;
  padding: 0px 15px;
}

/* SM */
@media screen and (min-width: 576px) and (max-width: 767px) { 
  .gallery-columns-5 .gallery-item {
    width: 20%!important;
  }  
}

/* XS */
@media screen and (min-width: 0px) and (max-width: 576px) { 
  .gallery-columns-5 .gallery-item {
    width: 100%!important;
  }   
}  

.gallery-caption {
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400; 
  font-size: 14px; 
  margin: 0!important;
  padding: 10px 5px 10px 5px!important;
  line-height: 1.4em;
  color: #303030; 
  cursor: pointer;  
}

.gallery-item:hover .gallery-caption {
  color: #303030;
}

/* TOP MENU */

.top_menu_line {
  padding: 0!important;
  margin: 0!important;
  background: #303030; 
}     

.navbar {
  background-color: #303030;
  padding: 0!important;
}

.navbar-brand {
  padding: 15px;
}

.navbar-brand {
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 800;
  font-size: 16px;
  line-height: 40px;
  vertical-align: middle;
  color: #FFFFFF!important;
}

.navbar-brand img {
  height: 40px;
  width: auto;
  float: left;
  margin-right: 15px;
}

a.navbar-brand:link, a.navbar-brand:visited {
  text-decoration: none;
  color: #FFFFFF!important;
}

a.navbar-brand:hover, a.navbar-brand:focus, a.navbar-brand:active {
  text-decoration: none;
  color: #FFFFFF!important;
}

.animated-icon {
  width: 30px;
  height: 25px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon span {
background: #FFFFFF;
}

.animated-icon span:nth-child(1) {
  top: 0px;
}

.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
  top: 10px;
}

.animated-icon span:nth-child(4) {
  top: 20px;
}

.animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}   

.dropdown-menu {
  border: 0px;
  background: transparent;
  padding: 0;
  margin: 0;
}

.mm_cont_line {
  color: #303030;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  font-size: 14px;
  margin-top: 5px; 
  padding: 0px 15px; 
}

.mm_cont_line {
  color: #303030;
}

.mm_cont_line a:link, .mm_cont_line a:visited {
  color: #303030;
}

.mm_cont_line a:hover, .mm_cont_line a:focus, .mm_cont_line a:active {
  color: #303030;
}

.mm_cont_line i {
  color: #303030;
  margin-right: 5px;
  width: 16px;
  text-align: center;
}

/* MOBILE MENU */

#menu-collapse {
  background: #E9E9E9!important; 
  height: calc( 100vh - 70px );
  overflow-y: scroll!important;
}

#mobile_menu {
  display: block;
}

#mobile_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;  
}

#mobile_menu ul li {
  width: 100%; 
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;     
}

#mobile_menu ul li:hover {

}

#mobile_menu ul li a {
  text-decoration: none; 
  color: #303030;
  font-size: 15px;  
  font-family: 'Open Sans', Arial, Verdana, Tahoma; 
  font-weight: 600;
  text-transform: uppercase;  
  text-align: left;
  padding: 0px 15px; 
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  display: block; 
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease; 
  border-bottom: 1px solid #E0E0E0; 
}    

#mobile_menu ul li a:hover {
 color: #FFC801;
}       

#mobile_menu ul li.menu-item-has-children a:after {
  font-family: "FontAwesome";
  content: "\f0d7";
  padding-left: 6px; 
  font-size: 10px;
  position: relative;
  top: -1px; 
}

#mobile_menu ul li.menu-item-has-children > ul li a:after {
  content: none!important; 
}

#mobile_menu ul li > ul {
  list-style: none;
  display: none;    
}

.mobile_sub_show {
  display: block!important;
}

#mobile_menu ul li > ul li {
  width: 100%; 
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease;     
}

#mobile_menu ul li > ul li:hover {

}

#mobile_menu ul li > ul li a {
  text-decoration: none; 
  color: #303030;
  font-size: 13px;  
  font-family: 'Open Sans', Arial, Verdana, Tahoma; 
  font-weight: 600;
  text-transform: uppercase;  
  text-align: left;
  padding: 0px 15px; 
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  display: block; 
  -moz-transition: all 0.3s 0.01s ease;
  -o-transition: all 0.3s 0.01s ease;
  -webkit-transition: all 0.3s 0.01s ease; 
  border-bottom: 1px solid #E0E0E0; 
}    

#mobile_menu ul li > ul li a:hover {
 color: #FFC801;
} 

/* PAGINATION */

.pagination {
  margin-top: 20px;
}

a.page-numbers {
  text-decoration: none!important;
  font-size: 16px;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  border: 0px;
  border-radius: 3px;
  background: rgba(0,0,0,0.05);
  color: #303030;
  padding: 6px 10px;
}

span.page-numbers.current {
  text-decoration: none!important;
  font-size: 16px;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  border: 0px;
  border-radius: 3px;
  color: #FFFFFF;
  background: #FFC801;
  padding: 6px 10px;
}

a.page-numbers:hover {
  color: #FFFFFF;
  background: #303030;
}

/* MODAL */

.modal-title {
  font-size: 16px;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 700;
  color: #303030;
}

.modal-footer {
  font-size: 12px;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  color: #303030; 
  line-height: 1.4em;
  display: block;
  width: 100%;
  text-align: center;
}

/* FORMS */

::-webkit-input-placeholder {
  color: #222222!important;
  opacity: 1;
}

:-moz-placeholder {
  color: #222222!important;
  opacity: 1;
}
::-moz-placeholder {
  color: #222222!important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #222222!important;
  opacity: 1;
}

/* FOOTER FORM */

.footer_form .my_input {  
  border: 1px solid #303030;
  border-radius: 0px;
  font-size: 15px;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  color: #222222;
  margin-bottom: 15px;
  background: rgba(255,255,255,0.8);
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
}

.footer_form .my_input:focus, .footer_form .my_input:active {
  border: 1px solid #303030!important;    
}

.footer_form .my_text {
  resize: vertical;  
  border: 1px solid #303030;
  border-radius: 0px;
  font-size: 15px;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;  
  margin-bottom: 15px;
  background: rgba(255,255,255,0.8);
}  

.footer_form .my_text:focus, .footer_form .my_text:active {
  border: 1px solid #303030!important;    
}  

.footer_form span.wpcf7-list-item {
  margin-left: 0px!important;
  margin-top: 5px!important;
  line-height: 1.3em!important;
}

.footer_form .wpcf7-list-item-label {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 1.3em!important;
  position: relative;
  top: -2px;
} 

.footer_form .wpcf7-list-item-label a {
  color: #FFFFFF;
}

.footer_form span.wpcf7-not-valid-tip {
  font-size: 12px!important;
  color: #FFFFFF!important;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  position: relative;
  top: -12px;
}

.footer_form .wpcf7-not-valid-tip:before {
  font-family: "FontAwesome";
  content: "\f071";
  padding-right: 4px;    
}

.footer_form .wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent!important;
  color: #FFFFFF!important;
  text-align: center!important;
}

.footer_form .wpcf7 form.sent .wpcf7-response-output:before {
  font-family: "FontAwesome";
  content: "\f164";
  padding-right: 5px;
} 

/* MODAL FORM */

.my_input {  
  border: 1px solid #FFC801;
  font-size: 15px;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  color: #222222;
  margin-bottom: 15px; 
}

.my_input:focus, .my_input:active {
  border: 1px solid #FFC801!important;    
}

.my_text {
  resize: vertical;  
  border: 1px solid #FFC801;
  font-size: 15px;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;  
  margin-bottom: 15px;
}  

.my_text:focus, .my_text:active {
  border: 1px solid #FFC801!important;    
}  

.wpcf7 {
  margin-top: 15px;
  margin-bottom: 15px;
}
         
span.wpcf7-not-valid-tip {
  font-size: 12px!important;
  color: #303030!important;
  font-family: "Open Sans", Arial, Verdana, Tahoma;
  font-weight: 400;
  position: relative;
  top: -12px;
}

.wpcf7-not-valid-tip:before {
  font-family: "FontAwesome";
  content: "\f071";
  padding-right: 4px;    
}

.wpcf7-validation-errors {
  display: none!important;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none!important;
}

div.wpcf7 .ajax-loader {
  display: none!important;
}

span.ajax-loader {
  display: none!important;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent!important;
  color: #303030!important;
  text-align: center!important;
}

.wpcf7 form.sent .wpcf7-response-output:before {
  font-family: "FontAwesome";
  content: "\f164";
  padding-right: 5px;
} 

span.wpcf7-list-item {
  margin-left: 0px!important;
  margin-top: 5px!important;
  line-height: 1.3em!important;
}

.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.3em!important;
  position: relative;
  top: -2px;
} 

/* RECAP */

.grecaptcha-badge {
  display: none !important;
}
    

