/* NORMALIZE */

/* ================================================ */

html,
body,
div,
span,
applet,
main,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
main,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Tahoma, sans-serif;
  line-height: 1;
  background-color: #ffffff;
  height: 100%;
  position: relative;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

input,
textarea {
  color: #333;
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
   appearance: none;
}

input[type="button"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  outline: none;
}

button {
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}

td,
form {
  margin: 0px;
  padding: 0px;
}

a {
  color: #000100;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/*read more*/

.category_description h2 {
    font-size: 24px!important;
    text-transform: uppercase!important;
    margin-bottom: 15px!important;
    line-height: 1.5!important;
	 font-family: 'Rubik', sans-serif !important;
	 font-weight: 400;
    text-align: start;
    padding: 0 0 15px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 2px solid #7ac143
}

.category-description h3 {
    font-size: 18px!important;
    text-transform: uppercase!important;
    margin-bottom: 15px!important;
    line-height: 1.5!important;
	 font-family: 'Rubik', sans-serif !important;
	 font-weight: 400;
    text-align: start;
    padding: 0 0 15px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 2px solid #7ac143
}

.category_description p {
  line-height: 1.5;
   text-align: justify;
}
.category_description ul {
  list-style: circle !important;
  padding-left: 68px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.category_description ol {
  padding-left: 68px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-more {
    font-size: 14px;
    font-weight: 700;
    padding: 12px !important;
    color: white;
    margin: 25px auto 0;
    text-align: center;
    width: 14% !important;
    /*margin-top: -2px;*/
    border-radius: 50px !important;
    background-color: #7ac143 !important;
    border-color: #7ac143 !important;
	}
	.btn-more:hover {
		color: #fff !important;
		background-color: #008b45 !important;
		border-color: #008b45 !important;
	}
@media (max-width: 767px) {
        /*xs*/
        .btn-more {
            width: 40% !important;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        /*sm*/
        .btn-more {
            width: 30% !important;
        }
    }
    @media (min-width: 992px) and (max-width: 1199px) {
        /*md*/
        .btn-more {
			width: 30% !important; 
        }
    }
    @media (min-width: 1200px) {
        /*lg*/
        .btn-more {
			width: 14% !important;        
			}
    }
	
.mfp-bg {
    background: none !important;
}

/*information*/

.information h2, .information h1  {
	margin-top: 20px;
    font-size: 24px!important;
    text-transform: uppercase!important;
    margin-bottom: 15px!important;
    line-height: 1.5!important;
	 font-family: 'Rubik', sans-serif !important;
	 font-weight: 400;
    text-align: start;
    padding: 0 0 15px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 2px solid #7ac143
}

.information h3 {
	margin-top: 20px;
    font-size: 18px!important;
    text-transform: uppercase!important;
    margin-bottom: 15px!important;
    line-height: 1.5!important;
	 font-family: 'Rubik', sans-serif !important;
	 font-weight: 400;
    text-align: start;
    padding: 0 0 15px 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 2px solid #7ac143
}

.information p {
  line-height: 1.5;
   text-align: justify;
}
.information ul {
  list-style: circle !important;
  padding-left: 68px;
  padding-top: 20px;
  padding-bottom: 20px;
      line-height: 24px;
}
.information ol {
  padding-left: 68px;
  padding-top: 20px;
  padding-bottom: 20px;
      line-height: 24px;
}
