@CHARSET "UTF-8";

/*
red-color:#a81f25;
red-color:rgba(168, 31, 37);
*/
@import url('https://web.archive.org/web/20220317124756cs_/https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css');
body {
  margin: 0;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fafafa;
}

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 300 !important;
    line-height: 1.5em;
}
 
/*h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, a, .td-name, td {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}*/

h1, .h1 {
  font-size: 52px;
}

h2, .h2 {
  font-size: 36px;
}

h2.page-info {
    font-size: 2rem;
    letter-spacing: -1px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    margin-bottom: 1rem;
}
h2.title-blog {
    font-size: 1.3rem;
    letter-spacing: -1px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    margin-bottom: 1rem; 
    font-weight: bold;
    padding: 10px;
}
h2.sub_title {
  font-family: 'Jockey One', cursive;
  color:#999999;
    font-size: 2.3rem;
    font-weight: bold;
}
h3, .h3 {
  font-size: 1.5625rem;
  line-height: 1.4em; 
  font-weight: 300;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.5em; 
  font-weight: 300;
}

h5, .h5 {
  font-size: 18px;
  margin-bottom: 15px;
}

h6, .h6 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

small, .small {
  color: #777;
  font-size: 80%;
  font-weight: 400;
}


section.section {
  padding:0;
  margin:0;
}
.material-icons {
  font-size: 14px;
}
.material-icon, .btn-01 {
  font-size: 14px;
  padding:8px 5px;
}
a {
  color: #71C441;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a.btn-01 {
  color: #333333;
  text-decoration: none !important;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
ul li {
margin-top: 0.2rem;
  font-weight:bold;
}

.img-responsive {
  width:100%;
  height:auto;
}
/* NAVBAR
-------------------------------------------------- */
.navbar.navbar-dark {
  background-color:rgba(0, 0, 0, 0.6) !important;
  padding:10px 20px 10px 20px;
  box-shadow: none;
  color: #fff;
  padding:15px 0 15px 0;
  font-size: 14px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif;
  font-weight: 600;

}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(250, 250, 250, .7);
  padding:10px 20px 10px 20px;
 
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {

  color: rgba(255, 255, 255, 1.0);  
  padding:10px 20px 10px 20px;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3);
}
.navbar .navbar-nav .nav-item.active .nav-link, .navbar .navbar-nav .nav-item.active .nav-link:hover, .navbar .navbar-nav .nav-item.active .nav-link:focus {
  color: rgba(255, 255, 255, 1.0); 
  border-radius:0px;
}
.navbar .navbar-nav .nav-item .nav-link .material-icons,
.navbar .navbar-nav .nav-item .nav-link .fa {
  font-size: 14px;
  max-width: 24px;
  margin-top: 25px;
}
/***/
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: rgba(255, 255, 255, 0.9);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.dropdown-item a{
    display: block;
    width: 100%;
    padding: 0.625rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #333333 !important;
    text-align: inherit;
    white-space: nowrap;
    /*background-color: #66CC00 !important;*/
  background-color: rgba(255, 255, 255, 0.9);
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    text-decoration: none;
    background-color: #66CC00 !important;   
}
/***/
.navbar-header .navbar-toggler {
  border: 0;
}
.navbar-toggler-icon {
  color: #fff;
}
.navbar-toggler-icon:hover {
  background: #ffffff;
}
.navbar-toggler {
  background: none;
  border: none;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
}
.navbar-dark .navbar-toggler .icon-bar {
  background: #ffffff;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}

@media screen and (max-width: 768px) {
.navbar-dark .navbar-nav .nav-link
  {
  text-align: center;
  }
}

/* PAGE NAME
-------------------------------------------------- */
.pg_name {
  padding: 0;
  margin:0;
  background-color:#000000;
  text-align: center;
  background-image: url('/web/20220317124756im_/https://www.jazykovypreklad.sk/wp-content/themes/assets/img/theme/header_01.jpg');
  background-position: bottom;
  background-repeat: no-repeat; 
  background-size:cover;
  min-height: 320px;
}
.pg_name .content-opacity {
  position: relative;
  float: none;
  display: inline-table; 
  margin:50px 0 0px 0;
  padding:50px;
  text-align: center;  
  background-color: rgba(0, 0, 0, .7);
  border-bottom:0px solid #a81f25;
  min-width: 765px;
}
.content-opacity h1 {
  font-weight: 500;
  /*font-size: 96px;*/
  font-size: 48px;
  letter-spacing: 1px;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; 
  color:#FFFFFF;
}
 .arrows {
   text-align: right;  
  }
@media screen and (max-width: 768px) {
  .pg_name {
    min-height: 320px;
  } 
  .pg_name .content-opacity {
    margin-top:  50px;
    margin-left:0px;
    min-width: 95%;
  }
  .pg_name .content-opacity h1 {
    font-size:  42px;
  }
  .pg_name .content-opacity p {
   font-size:  18px;
  }
  .arrows {
   text-align: center;
   padding:10px;
   margin-top:25px;
  }
  .back-to {
   text-align: center;
   padding:10px;
  }
}
/* BREADCRUMB
-------------------------------------------------- */
.breadcrumb {
  background:transparent;
  width:100%;
  border-bottom:1px solid #a81f25;  
  border-radius: 0px;
  padding:20px;
  margin:10px 0 25px 0; 
}
.breadcrumb a.page{
 color:#000000;
}
.breadcrumb a.active{
 color:#a81f25;
}

/* SECTIONS
-------------------------------------------------- */
.section {
  display: block;
  padding: 40px 0; 
}

/* HEADER section
-------------------------------------------------- */


/* PRODUCTS section
-------------------------------------------------- */

/* ABOUT section
-------------------------------------------------- */
.section-dark-red {
  color:#FFFFFF;  
}
 .bg-red {
  background-image: url('/web/20220317124756im_/https://www.jazykovypreklad.sk/wp-content/themes/assets/img/theme/bg_red.jpg');
  height: 100%;
  min-height: 350px;
 }
 .bg-black {
  background-image: url('/web/20220317124756im_/https://www.jazykovypreklad.sk/wp-content/themes/assets/img/theme/bg_black.jpg');
   height: 100%;
  min-height: 350px;
 }
.section-dark-red h2 {  
  font-size: 48px; 
  margin:0 80px 0 0;
}
.section-dark-red p {  
  font-size: 18px;
  color: #7d7d7d;
  font-weight: lighter;
  margin:0 0 0 80px; 
  padding:100px 0 0 0;
}
.divider00 { 
  position:relative;
  float:left; 
  height: 3px;
  width: 68px;
  background-color: #a81f25; 
  margin:20px 0 0 80px;
}

@media screen and (max-width: 768px) {
  .section-dark-red h2 {  
       font-size: 36px;
       text-align:center !important;
       float: none;
       margin: 0 auto;
  } 
  .section-dark-red p {  
       font-size: 18px;
       text-align:center !important;
       float: none;
       margin: 0 auto;
       width: 100% !important;
       overflow: hidden;
       padding:25px 0 25px 0;
     }
  .section-dark-red .divider00 {  
    float:none;
    margin: 20px auto;
    height: 3px;
    width: 68px;
    background-color: #a81f25; 
  } 
}

/* Gallery section
-------------------------------------------------- */


/* SCROLL icon
-------------------------------------------------- */


/* BUTTONS
-------------------------------------------------- */
.btn {
  margin-left: 10px;
  margin-right: 10px;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.btn-default {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; 
  font-size: 14px;
  color: rgba(255, 255, 255, 1.0);
  letter-spacing: 1px;
  line-height: 25px;
  padding:10px 25px 10px 25px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
}
.btn-default:hover {
  color: #FFF;
  background: rgba(168, 31, 37, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.75);
}
.btn-primary {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; 
  font-size: 14px;
  color: rgba(168, 31, 37, 1.0);
  letter-spacing: 1px;
  line-height: 25px;
  padding:10px 25px 10px 25px;
  border: 1px solid rgba(168, 31, 37, 1.0);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.btn-primary:hover {
  color: #FFF;
  background: rgba(168, 31, 37, 0.75);
  border: 1px solid rgba(168, 31, 37, 1.0);
  background-color: rgba(168, 31, 37, 0.75);
  border-color: 1px solid rgba(168, 31, 37, 1.0);
  box-shadow: none;
}
.btn-primary .active {
  color: #FFF;
  background: rgba(168, 31, 37, 0.75);
  border: 1px solid rgba(168, 31, 37, 1.0);
  background-color: rgba(168, 31, 37, 0.75);
  border-color: 1px solid rgba(168, 31, 37, 1.0);
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: rgba(168, 31, 37, 0.75);
  border: 0px solid rgba(168, 31, 37, 1.0);
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgba(168, 31, 37, 0.75);
  border-color: 0px solid rgba(168, 31, 37, 1.0);
  box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(168, 31, 37, .5);
}
.btn-primary.active, .btn-primary:active {
    box-shadow: 0 0 0 0.2rem rgba(168, 31, 37, .5);
}
/*** ***/

.btn .material-icons, .btn:not(.btn-just-icon):not(.btn-fab) .fa {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: -1em;
    margin-bottom: -1em;
    font-size: 1.1rem;
    vertical-align: middle;
}


.btn {
  position: relative;
  padding: 12px 30px;
  margin: 0.3125rem 1px;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.428571;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  border-radius: 0.2rem;
  outline: 0;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
}

.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn:active:focus:focus,
.btn:active:focus.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 0;
  box-shadow: none !important;
}

.btn.btn-primary {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.btn.btn-primary:hover {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
}

.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:hover {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
}

.btn.btn-primary:active,
.btn.btn-primary.active,
.open>.btn.btn-primary.dropdown-toggle,
.show>.btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active.focus,
.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus,
.open>.btn.btn-primary.dropdown-toggle:hover,
.open>.btn.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-primary.dropdown-toggle.focus,
.show>.btn.btn-primary.dropdown-toggle:hover,
.show>.btn.btn-primary.dropdown-toggle:focus,
.show>.btn.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #9124a3;
  border-color: #3f1048;
}

.open>.btn.btn-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #9c27b0;
}

.open>.btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #9124a3;
}

.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled.focus,
.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled.focus {
  background-color: #9c27b0;
  border-color: #9c27b0;
}

.btn.btn-primary.disabled:hover,
.btn.btn-primary:disabled:hover {
  background-color: #9c27b0;
  border-color: #9c27b0;
}

.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.btn.btn-primary.btn-link {
  background-color: transparent;
  color: #9c27b0;
  box-shadow: none;
}

.btn.btn-primary.btn-link:hover,
.btn.btn-primary.btn-link:focus,
.btn.btn-primary.btn-link:active {
  background-color: transparent;
  color: #9c27b0;
}

/* incl me*/
.btn.btn-primary02 {
  color: #000;
  background-color: #FFC52B;
  border-color: #FFC52B;
  box-shadow: 0 2px 2px 0 rgba(255, 173, 43, 0.14), 0 3px 1px -2px rgba(255, 173, 43, 0.2), 0 1px 5px 0 rgba(255, 173, 43, 0.12);
}

.btn.btn-primary02:hover {
  color: #000;
  background-color: #FFC52B;
  border-color: #FFC52B;
}

.btn.btn-primary02:focus,
.btn.btn-primary02.focus,
.btn.btn-primary02:hover {
  color: #000;
  background-color: #FFC52B;
  border-color: #FFC52B;
}

.btn.btn-primary02:active,
.btn.btn-primary02.active,
.open>.btn.btn-primary02.dropdown-toggle,
.show>.btn.btn-primary02.dropdown-toggle {
  color: #000;
  background-color: #FFC52B;
  border-color: #FFC52B;
  box-shadow: 0 2px 2px 0 rgba(255, 173, 43, 0.14), 0 3px 1px -2px rgba(255, 173, 43, 0.2), 0 1px 5px 0 rgba(255, 173, 43, 0.12);
}

.btn.btn-primary02:active:hover,
.btn.btn-primary02:active:focus,
.btn.btn-primary02:active.focus,
.btn.btn-primary02.active:hover,
.btn.btn-primary02.active:focus,
.btn.btn-primary02.active.focus,
.open>.btn.btn-primary02.dropdown-toggle:hover,
.open>.btn.btn-primary02.dropdown-toggle:focus,
.open>.btn.btn-primary02.dropdown-toggle.focus,
.show>.btn.btn-primary02.dropdown-toggle:hover,
.show>.btn.btn-primary02.dropdown-toggle:focus,
.show>.btn.btn-primary02.dropdown-toggle.focus {
  color: #000;
  background-color: #FFC52B;
  border-color: #FFC52B;
}

.open>.btn.btn-primary02.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #FFC52B;
}

.open>.btn.btn-primary02.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #FFC52B;
}

.btn.btn-primary02.disabled:focus,
.btn.btn-primary02.disabled.focus,
.btn.btn-primary02:disabled:focus,
.btn.btn-primary02:disabled.focus {
  background-color: #FFC52B;
  border-color: #FFC52B;
}

.btn.btn-primary02.disabled:hover,
.btn.btn-primary02:disabled:hover {
  background-color: #FFC52B;
  border-color: #FFC52B;
}

.btn.btn-primary02:focus,
.btn.btn-primary02:active,
.btn.btn-primary02:hover {
  box-shadow: 0 2px 2px 0 rgba(255, 173, 43, 0.14), 0 3px 1px -2px rgba(255, 173, 43, 0.2), 0 1px 5px 0 rgba(255, 173, 43, 0.12);
}

.btn.btn-primary02.btn-link {
  background-color: transparent;
  color: #FFC52B;
  box-shadow: none;
}

.btn.btn-primary02.btn-link:hover,
.btn.btn-primary02.btn-link:focus,
.btn.btn-primary02.btn-link:active {
  background-color: transparent;
  color: #FFC52B;
}
/* incl me*/

.btn.btn-secondary {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafafa;
  border-color: #ccc;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}

.btn.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
}

.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:hover {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
}

.btn.btn-secondary:active,
.btn.btn-secondary.active,
.open>.btn.btn-secondary.dropdown-toggle,
.show>.btn.btn-secondary.dropdown-toggle {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #adadad;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}

.btn.btn-secondary:active:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active.focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active.focus,
.open>.btn.btn-secondary.dropdown-toggle:hover,
.open>.btn.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-secondary.dropdown-toggle.focus,
.show>.btn.btn-secondary.dropdown-toggle:hover,
.show>.btn.btn-secondary.dropdown-toggle:focus,
.show>.btn.btn-secondary.dropdown-toggle.focus {
  color: rgba(0, 0, 0, 0.87);
  background-color: #f2f2f2;
  border-color: #8c8c8c;
}

.open>.btn.btn-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #fafafa;
}

.open>.btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f2f2f2;
}

.btn.btn-secondary.disabled:focus,
.btn.btn-secondary.disabled.focus,
.btn.btn-secondary:disabled:focus,
.btn.btn-secondary:disabled.focus {
  background-color: #fafafa;
  border-color: #ccc;
}

.btn.btn-secondary.disabled:hover,
.btn.btn-secondary:disabled:hover {
  background-color: #fafafa;
  border-color: #ccc;
}

.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
  box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}

.btn.btn-secondary.btn-link {
  background-color: transparent;
  color: #fafafa;
  box-shadow: none;
}

.btn.btn-secondary.btn-link:hover,
.btn.btn-secondary.btn-link:focus,
.btn.btn-secondary.btn-link:active {
  background-color: transparent;
  color: #fafafa;
}


.btn.btn-lg,
.btn-group-lg>.btn,
.btn-group-lg .btn {
  padding: 1.125rem 2.25rem;
  font-size: 0.875rem;
  line-height: 1.333333;
  border-radius: 0.2rem;
}

.btn.btn-sm,
.btn-group-sm>.btn,
.btn-group-sm .btn {
  padding: 0.40625rem 1.25rem;
  font-size: 0.6875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn.btn-round {
  border-radius: 30px;
}

.btn.btn-fab,
.btn.btn-just-icon {
  font-size: 24px;
  height: 41px;
  min-width: 41px;
  width: 41px;
  padding: 0;
  overflow: hidden;
  position: relative;
  line-height: 41px;
}

.btn.btn-fab.btn-round,
.btn.btn-just-icon.btn-round {
  border-radius: 50%;
}

.btn-group-sm .btn.btn-fab,
.btn.btn-fab.btn-sm,
.btn-group-sm>.btn.btn-fab,
.btn.btn-fab.btn-fab-mini,
.btn-group-sm .btn.btn-just-icon,
.btn.btn-just-icon.btn-sm,
.btn-group-sm>.btn.btn-just-icon,
.btn.btn-just-icon.btn-fab-mini {
  height: 30px;
  min-width: 30px;
  width: 30px;
}

.btn-group-sm .btn.btn-fab .material-icons,
.btn-group-sm .btn.btn-fab .fa,
.btn.btn-fab.btn-sm .material-icons,
.btn-group-sm>.btn.btn-fab .material-icons,
.btn.btn-fab.btn-sm .fa,
.btn-group-sm>.btn.btn-fab .fa,
.btn.btn-fab.btn-fab-mini .material-icons,
.btn.btn-fab.btn-fab-mini .fa,
.btn-group-sm .btn.btn-just-icon .material-icons,
.btn-group-sm .btn.btn-just-icon .fa,
.btn.btn-just-icon.btn-sm .material-icons,
.btn-group-sm>.btn.btn-just-icon .material-icons,
.btn.btn-just-icon.btn-sm .fa,
.btn-group-sm>.btn.btn-just-icon .fa,
.btn.btn-just-icon.btn-fab-mini .material-icons,
.btn.btn-just-icon.btn-fab-mini .fa {
  font-size: 17px;
  line-height: 29px;
}

.btn-group-lg .btn.btn-fab,
.btn.btn-fab.btn-lg,
.btn-group-lg>.btn.btn-fab,
.btn-group-lg .btn.btn-just-icon,
.btn.btn-just-icon.btn-lg,
.btn-group-lg>.btn.btn-just-icon {
  height: 57px;
  min-width: 57px;
  width: 57px;
  line-height: 56px;
}

.btn-group-lg .btn.btn-fab .material-icons,
.btn-group-lg .btn.btn-fab .fa,
.btn.btn-fab.btn-lg .material-icons,
.btn-group-lg>.btn.btn-fab .material-icons,
.btn.btn-fab.btn-lg .fa,
.btn-group-lg>.btn.btn-fab .fa,
.btn-group-lg .btn.btn-just-icon .material-icons,
.btn-group-lg .btn.btn-just-icon .fa,
.btn.btn-just-icon.btn-lg .material-icons,
.btn-group-lg>.btn.btn-just-icon .material-icons,
.btn.btn-just-icon.btn-lg .fa,
.btn-group-lg>.btn.btn-just-icon .fa {
  font-size: 32px;
  line-height: 56px;
}

.btn.btn-fab .material-icons,
.btn.btn-fab .fa,
.btn.btn-just-icon .material-icons,
.btn.btn-just-icon .fa {
  margin-top: 0;
  position: absolute;
  width: 100%;
  transform: none;
  left: 0;
  top: 0;
  height: 100%;
  line-height: 41px;
  font-size: 20px;
}

.btn-just-icon.btn-lg,
.btn-group-lg>.btn-just-icon.btn {
  font-size: 24px;
  height: 41px;
  min-width: 41px;
  width: 41px;
}

.input-group-btn>.btn {
  border: 0;
}

.btn .material-icons,
.btn:not(.btn-just-icon):not(.btn-fab) .fa {
  position: relative;
  display: inline-block;
  top: 0;
  margin-top: -1em;
  margin-bottom: -1em;
  font-size: 1.1rem;
  vertical-align: middle;
}

/*** btn-product-view ***/
.btn-product01 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif; 
  font-size: 14px;
  color: rgba(255, 255, 255, 1.0);
  letter-spacing: 1px;
  line-height: 25px;
  padding:10px 25px 10px 25px;
  border: 1px solid rgba(255, 255, 255, 1.0);
  border-radius: 40px;
  background: transparent;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.btn-product01:hover {
  color: #FFF;
  background: rgba(168, 31, 37, 0.75);
  border: 1px solid rgba(168, 31, 37, 1.0);
  background-color: rgba(168, 31, 37, 0.75);
  border-color: 1px solid rgba(168, 31, 37, 1.0);
  box-shadow: none;
}
.btn-product01 .active {
  color: #FFF;
  background: rgba(168, 31, 37, 0.75);
  border: 1px solid rgba(168, 31, 37, 1.0);
  background-color: rgba(168, 31, 37, 0.75);
  border-color: 1px solid rgba(168, 31, 37, 1.0);
  box-shadow: none;
}
.btn-product01:not(:disabled):not(.disabled).active, .btn-product01:not(:disabled):not(.disabled):active, .show > .btn-product01.dropdown-toggle {
  color: #fff;
  background: rgba(255, 255, 255, 0.75);
  border: 0px solid rgba(255, 255, 255, 1.0);
  box-shadow: none;
}
.btn-product01:not(:disabled):not(.disabled).active, .btn-product01:not(:disabled):not(.disabled):active, .show > .btn-product01.dropdown-toggle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-color: 0px solid rgba(255, 255, 255, 1.0);
  box-shadow: none;
}
.btn-product01.focus, .btn-product01:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.btn-product01.active, .btn-product01:active {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, .5);
}
.badge {
  border-radius: 50%;
  padding:5px 7px; 
}
.badge-default {
  background:#999999;
  color:#FFFFFF;
 
}
.badge-active {
  background:#FFFFFF;
  color:#999999;

}

/* MODAL
-------------------------------------------------- */
@media screen and (max-width: 768px) {
   .modal-content {
    position: relative;  
    width: 100%; 
    background-color: #fff; 
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
} 
/* CARDS
-------------------------------------------------- */
.card {
 
}
.card-product {
  -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
  box-shadow: 5px 7px 9px -4px rgb(158, 158, 158); 
}
.card-product, img {
  border-radius: 0px !important;
  position:relative;
  width: 100%;
}
.card-product h3 {
  display:inline-table;
  width:90%;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size:12px;
  font-weight:600;
  color:#999999;
  padding:15px;
  margin:0 0 30px 0;
  background-color:#CECECE; 
}
.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.card .image {
  width: 100%;
  height: 260px;
  overflow: hidden; 
  border-radius: 0px 0px 0 0;
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}  
.card .filter {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.68);
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}    
.card:hover .filter {
  opacity: 1;
  filter: alpha(opacity=100);
}
.card .filter .btn {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.filter, .btn-hover, [data-toggle="collapse"] i {
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear;
}

@media screen and (max-width: 768px) {
   .card .filter {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.68);
  top: 0;
  left: 0;
  width: 100%;
  height: 190px;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
}
}
/* PRODUCTS carousel
-------------------------------------------------- */
.col-md-3{
  display: inline-block;
  margin-left:-10px;
}
.col-md-3 img{
  width:100%;
  height:auto;
}
.controls {
  text-align: right;
  padding-right:50px;
}
.row-equal > div[class*='col-'] {
  display: flex;
  flex: 1 0 auto;
}
.carousel-inner>.row-equal.active, 
.carousel-inner>.row-equal.next, 
.carousel-inner>.row-equal.prev {
  display: flex;
}
.carousel-inner>.row-equal.active.left, 
.carousel-inner>.row-equal.active.right {
  opacity: 0.5;
  display: flex;
}
.card-img-top-250 {
  max-height: 250px;
  overflow:hidden;
  border-radius: 0px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: none;
}
.card-block {
  background: transparent;
}
.card-header {
  padding: .25rem 0.0rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
  color: #000000
}
.card-header{
  color: #000000;
}
.card-text {
  color: #6d6d6d;
  font-weight: lighter;
}
.prev {
  border-radius:100%; 
}
.prev i {
  padding:6px 3px 6px 0px; 
}
.next {
  border-radius:100%; 
}
.next i {
  padding:6px 0px 6px 3px; 
}
@media screen and (max-width: 768px) {
  .controls {
    text-align: center;
    padding-right:0px;
  }
  .card {
    text-align: center;
    margin-bottom:25px;
  }
}


.part {
    box-shadow: 0 5px 18px -12px rgba(0, 0, 0, 0.56), 0 4px 15px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}


.header-filter {
  position: relative;
}

.header-filter:before,
.header-filter:after {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  content: "";
}

.header-filter::before {
  background: rgba(0, 0, 0, 0.5);
}

.header-filter .container {
  z-index: 2;
  position: relative;
}

.clear-filter::before {
  background: none;
}

.breadcrumb{
  background: transparent;
  padding-top:20px;
  text-transform: uppercase;
  border-radius: 0px; 
  font-size: 14px;
}
.breadcrumb a{
  color:#FFFFFF;
}
.breadcrumb a.page{
  color:#fff200;
}
.breadcrumb a.active{
  color:#fff200; 
}


.purple-filter:after {
  background: rgba(101, 47, 142, 0.64);
  background: linear-gradient(45deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
  background: -moz-linear-gradient(135deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
  background: -webkit-linear-gradient(135deg, rgba(101, 47, 142, 0.88) 0%, rgba(125, 46, 185, 0.45) 100%);
}

.green-filter:after {
  background: rgba(113, 196, 65, 0.64);
  background: linear-gradient(45deg, rgba(113, 196, 65, 0.64) 0%, rgba(108, 200, 47, 0.45) 100%);
  background: -moz-linear-gradient(135deg, rgba(113, 196, 65, 0.88) 0%, rgba(113, 196, 65, 0.45) 100%);
  background: -webkit-linear-gradient(135deg, rgba(113, 196, 65, 0.88) 0%, rgba(113, 196, 65, 0.45) 100%);
}

.deep-filter:after {
  background: rgba(0, 137, 188, 0.64);
  background: linear-gradient(45deg, rgba(0, 137, 188, 0.64) 0%, rgba(0, 137, 188, 0.45) 100%);
  background: -moz-linear-gradient(135deg, rgba(0, 137, 188, 0.88) 0%, rgba(0, 137, 188, 0.45) 100%);
  background: -webkit-linear-gradient(135deg, rgba(0, 137, 188, 0.88) 0%, rgba(0, 137, 188, 0.45) 100%);
}

/* FOOTER
-------------------------------------------------- */
#myFooter {
  background-color: #000000;
  color: white;
}
#myFooter .row {
  margin-bottom: 60px;
}
#myFooter .info{
  text-align: justify; 
  color: #afb0b1;
}
#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}
#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}
#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}
#myFooter a:hover,
#myFooter a:focus {
  text-decoration: none;
  color: white;
}
#myFooter .footer-copyright {
  background-color: #FFFFFF;  
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

#myFooter .footer-copyright p {
  margin: 10px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }

  #myFooter .info{
    text-align: center;
  }
}
.content{
  flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  min-height: 200px;
}
#myFooter{
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
}


/* GALLERY
-------------------------------------------------- */
.container.gallery-container {
   
}
 .tz-gallery {
    padding: 0px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div.main {
    padding: 2px;
   display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    overflow: hidden;
  display: flex;
  justify-content: center; 
  margin-bottom:5px;
}
.tz-gallery .row > div.others {
    padding: 2px;
   display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    overflow: hidden;
  display: flex;
  justify-content: center;
  max-height:140px;
  margin-bottom:5px;
}
.tz-gallery .lightbox img { 
    border-radius: 0;
    position: relative;
      display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width:100%;
}
.tz-gallery .lightbox:before {
      position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
 font-size: 26px;
    font-family: FontAwesome;
    /*content: '\e003';*/
    content: '\f002';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}
.tz-gallery .lightbox:after {
    position: absolute;
    display:inline-table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(182, 23, 26, 0.3);
    content: '';
    transition: 0.4s;
     margin:0px;
 padding:0px;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
 
.baguetteBox-button {
    background-color: transparent !important;
    outline: 0;
    border: 0;
}
.baguetteBox-button:focus {
    background-color: transparent !important;
    outline: 0;
    border: 0;
}

@media screen and (max-width: 768px) {
   .tz-gallery .row > div.others {
    padding: 2px;
   display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
    overflow: hidden;
  display: flex;
  justify-content: center;
  max-height:auto;
  margin-bottom:5px;
}
}


/*** HEADER SLIDER ***/
#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
    z-index:0;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.4);
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: #5a6268;
    border-color: #5a6268;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 800px;
    height: 800px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
}

#minimal-bootstrap-carousel .carousel-item .slide {
    height: 800px !important;
    min-height: 800px !important;
    background-size: cover;
}
.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h1,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h1 {
    padding: 0;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
  margin-bottom: 30px;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.slider-content-style .content h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-weight:lighter;
    font-size: 0,7em;
    color:#5be500;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    background: #5a6268;
    display: inline-block;
    vertical-align: middle;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 0em;
    font-weight: 300;
    padding: 10px 17px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
    background: #34393d;
    color:#FFFFFF;
}


.white {
  color:#FFFFFF !important;
}

.title,
.card-title,
.info-title,
.footer-brand,
.footer-big h5,
.footer-big h4,
.media .media-heading {
  font-size: 3rem;
  font-weight: 400;
  /*font-family: "Roboto Slab", "Times New Roman", serif;*/ 
  font-family: 'Jockey One', cursive;
  color:#333333;
}
.title a {
  text-transform: none !important;
}


.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -moz-font-feature-settings: 'liga';
    -moz-osx-font-smoothing: grayscale;
}

.info {
  max-width: 360px;
  margin: 0 auto;
  padding: 70px 0 30px;
}

.info .icon {
  color: #999999;
}

.info .icon > i {
  font-size: 3.85rem;
}

.info .info-title {
  color: #3C4858;
  margin: 1.75rem 0 0.875rem;
}

.info .info-page {
  color: #3C4858;
  margin: 1.25rem 0 0.875rem;
}

.info p {
  color: #999999;
}

.info .description {
    font-size: 1.125rem;
    line-height: 1.5em;
    color:#FFFFFF;
}

.info-horizontal .icon {
  float: left;
  margin-top: 24px;
  margin-right: 10px;
}

.info-horizontal .icon>i {
  font-size: 2.25rem;
}

.info-horizontal .description {
  overflow: hidden;
}

.icon.icon-primary {
  color: #9c27b0;
}

.icon.icon-info {
  color: #00bcd4;
}

.icon.icon-success {
  color: #4caf50;
}

.icon.icon-warning {
  color: #ff9800;
}

.icon.icon-danger {
  color: #f44336;
}

.icon.icon-rose {
  color: #e91e63;
}
.icon.icon-green {
  color: #5BE500;
}
.icon.icon-blue {
  color: #0089BC;
}
.icon.icon-white {
  color: #FFFFFF;
}

div.wpcf7 {  
padding:20px;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {  
background: no-repeat center bottom, center calc(100% - 1px);
    background-image: none, none;
    background-size: auto, auto;
background-size: 0 100%, 100% 100%;
border: 1px solid #999;
width:100%;
height: 52px;
transition: background 0s ease-out;
padding: 10px;
padding-right: 0;
border-radius: 0;
font-size: 14px;
}

input[type=submit] {
   background: none;
   color: #1fbba6;
   border: 2px solid #1fbba6;
   border-radius: 50px !important;
   padding: 14px 14px;
   font-weight: 400;
   font-size: 12px;
   width: 140px !important;
    }
    
    hr.style1 {
    border-top: 1px solid #0089BC;
}
    .blockquote {
    padding: 10px 20px;
    margin: 20px 0 20px;
    border-left: 5px solid #0089BC;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

/*** 

***/

img.attachment-medium.size-medium {
    max-width: 800px;
    width: 100%;
}
.postclass.pageclass.clearfix.entry-content {
    text-align: center;
}

.current_page_item  ul {
    display:block;
}

.sub-menu {
    display: none;
}

/***

***/

.breadcrumb{
  background: transparent;
  padding:20px 10px 10px 10px;
  border-bottom:1px solid #0089BC;
  text-transform: uppercase;
  border-radius: 0px; 
  font-size: 14px;
}
.breadcrumb a{
  color:#969696;
}
.breadcrumb a.page{
  color:#969696;
}
.breadcrumb a.active{
  color:#0089BC; 
}

.style1 {
  border-bottom: 1px solid #0089BC;
}
.marquee {
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  font-size: 18px;
}

.marquee span {
  display: inline-block;
  padding-left: 100%;
  animation: marquee 12s linear infinite;
  color:#FF0000;
  font-style: italic;
}

.marquee2 span {
  animation-delay: 10.5s;
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

@media (max-width: 478px) {
.slider-content-style .content h1 {
  font-size: 48px;
}

.slider-content-style .content h2 {
    font-size: 36px;
}
.col-md-3 {
    margin-left: 0px;
} 
  
}

/*
     FILE ARCHIVED ON 12:47:56 Mar 17, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:05:30 Jan 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.531
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.016
  esindex: 0.011
  cdx.remote: 9.227
  LoadShardBlock: 258.898 (3)
  PetaboxLoader3.datanode: 106.755 (5)
  PetaboxLoader3.resolve: 229.286 (3)
  load_resource: 136.13
  loaddict: 25.93
*/