/*
general parameters
*/
* {
  box-sizing: border-box;
}

html, body, div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0;
}

body {
	height: 100%;
	width: 100%;	
    background:#fff;
    font: 18px "Roboto", sans-serif;
	line-height: 1.8;
    font-weight: 300;
    color: #141516;
}

a {
	color:#141516;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

img {
	padding: 7px;
	margin: 0;
	max-width: 100%;
}

a img {
    border:none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul.menu {
	margin: 0;
    padding: 0;
    list-style: none;
}

.right {
	padding-left: 7px;
}

.right .moduletable {
	padding-top: 10px;
}

.logo {
	padding: 12px 0px;
}

.logo img {
	text-align: left;
	padding: 0;
}

/* clearfix */
.clearfix:before,
.clearfix:after {
	content:" ";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* segements paddings */
.padding-bt {
	padding-bottom: 40px;
	padding-top: 40px;
}

/* segements backgrounds */
.bgd-white {
	background: #fff;
}

.bgd-red {
	background: #8C001A;
	color: #fff;
}

.bgd-green {
	background: #94a42a;
	color: #000;
}

.bgd-purple {
	 background: #000;
	 color: #fff;
}
.glossary-content {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
}


/*
ctop1 parameters
*/

.ctop1 {
  text-align: right;
}

/*
.menu-top {
	padding-top: 17px;
}

.menu-top ul{
	text-align: right;
}
.menu-top ul li {
	display: inline;
}
.menu-top ul li a{
	padding: 10px 5px;
	color: #94a42a;
	font-size: 12px;
}

.menu-top ul li a:active, .menu-top ul li a:hover {
	text-decoration: underline;
	color: #8C001A;
}
*/

/* START - main menu css for wdi-res-menu - START*/

div#maximenuck115 {
	font-size:24px !important;
	
}
/*
#main-menu {
	padding-bottom: 30px;
	padding-top: 30px;
}

#main-menu li {
	padding-left: 15px;
	padding-right: 15px;
}

#main-menu li a, #main-menu li span.separator, #main-menu li span.navHeader {
    border-left: 0;
	border-right:  0;
	text-align: center;
}

#main-menu a:hover, #main-menu li.active > a, 
#main-menu li > span.separator:hover {
	background-color: #8C001A;
    color: #94a42a;
}

#main-menu li li > a {
	border-top: 0;
	border-left: 0;
}

#main-menu li li:last-of-type a {
	border-right: 0;
}
*/
/* END - main menu css for wdi-res-menu - END*/

/* START Showcase */

.showcase ul li {
	display: inline-block;
}

/*
.showcase span.trumpet-title {
	font-size: 50px;
	color: #F9C31F;
}

.showcase a.btn {
	background:#F9C31F;
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 25px;
	display: inline-block;
	margin: 20px 0 20px;
	transition: all 0.8s ease;
}

.showcase a.btn:hover {
	cursor:pointer;
	text-decoration: none;
	padding: 10px 45px;
}
*/
/* END Showcase */

/*START Content */

#content {
	padding-top:0;
}

#content .d-left, #content .d-right {
	padding-top:0;
}

.contact-name,
.page-header h2 {
    font-size: 40px;
    font-weight: 300;
}

.d-left {
width: 50%; 
float: left; 
text-align: justify; 
padding: 70px 20px 70px 0px;"
}
.dc-w {
color: #fff; 
}

.d-right {
width: 50%;
float: right;
text-align: justify;
padding: 70px 0px 70px 20px;
}

.dc-b {
color: #000;
}

/*END Content */


.showcase2 {
    padding: 0px 0px;
    background: linear-gradient(
    to right, 
    #8C001A 0%, 
    #8C001A 50%, 
    #94a42a 50%, 
    #94a42a 100%
    );
}


.middle1, .middle3 {
	padding:0 10%;
    color: #000;
    background-color: #fff;
  
}

.middle1 a, .middle3 a {
	background: #fff;
	border-radius: 10px;
	border: none;
	color: #000;
	font-size: 26px;
	font-weight: bold;
    text-shadow: 0px 0px #000;
	padding: 10px 25px;
	display: inline-block;
	margin: 0px 0px; 
    transition: all 0.8s ease;
}

.middle1 a:hover, .middle3 a:hover {
	cursor:pointer;
	text-decoration: none;
	padding: 10px 35px;
}



.middle2 {
    padding: 0px 0px;
    background: linear-gradient(
    to right, 
    #94a42a 0%, 
    #94a42a 50%, 
    #8C001A 50%, 
    #8C001A 100%
    );
}



/*START 4 & 3 modules rows */

.bottom3 .moduletable, .bottom4 .moduletable {
    float: left;
}

.bottom3 .width50 .moduletable, .bottom4 .width50 .moduletable {
width: 48%;
margin-right: 2%;
}

.bottom3 .width33 .moduletable, .bottom4 .width33 .moduletable {
width: 32%;
margin-right: 2%;
}

.bottom3 .moduletable h3 {
	color: #fff;
}

.bottom4 .width25 .moduletable {
width: 23%;
margin-right: 2.66%;
}

.bottom4 .moduletable h3 {
	text-align: center;
	font-weight: 600;
}

.bottom3 div.moduletable:last-of-type, .bottom4 div.moduletable:last-of-type {
    margin-right: 0;
}

/* menu in bottom modules*/

.bottom3 ul.menu li a {
      color: #fff;
      padding: 10px 20px;
      border-bottom: 1px solid #94a42a;
      display: block;
      text-decoration: none;
      font-size: 12px;
      text-transform: uppercase;
      transition: background 0.4s;
}

.bottom3 ul.menu li a:hover {
      background: #94a42a;
}

/*END 4 & 3 modules rows */

.footer p {
    text-align: center;
	padding: 4px 0;
	font-size: 10px;
}

 
/*
gener joomla parameters
*/

.breadcrumb {
	padding-left:0;
	background:#fff;
}

/*
page pagination
*/

.pagination span, .pagination span a:hover {
	color: #999;
	background-color: #f5f5f5;
}

span.pagenav {
	background: #8C001A;
	color: #fff;
}

.pagination-start span.pagenav, .pagination-prev span.pagenav, .pagination-end span.pagenav, .pagination-next span.pagenav {
	background-color: #f2f2f2;
	color: #444;
}

.pagenav {
	text-align: right;
}

.pagenav ul {
	display: inline-block;
	*display: inline;
	list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagenav li {
	display: inline;
	margin: 0;
	padding: 0;
}

.pagenav a,span.pagenav {
	padding: 0 14px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block;
	line-height: 1.9em;
}

.pagenav li:first-child a,.pagination-start span {
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	border-left: solid 1px #ddd;
}

.pagenav li:last-child a,.pagination-end span {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

.pagination ul {
	margin: 10px 10px 10px 0;
	padding: 0;
}

.pagination li {
	display: inline;
}

.pagination a {
	padding: 0 14px;
	line-height: 2em;
	text-decoration: none;
	border: 1px solid #ddd;
	border-left: 0 solid #ddd;
	display: inline-block;
}

.pagination .active a {
	cursor: default;
}

.pagination span,.pagination span  a:hover {
	cursor: default;
	padding: 0 14px;
	line-height: 2em;
}

.pagination li:first-child a {
	border-left-width: 1px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}

/*
tooltips in pagination
*/

.tooltip-inner {
  display: none;
}

/*
popover in hasPopover , category list, contact
*/

.popover-content, .popover-title {
    display: none;
}

/*
pager
*/

.item-page .pager a {
    color: #000;
}

.item-page .pager {
	margin-left: -40px;
	margin-right: 5px;
}


.pager .next > a, .pager .next > span {
    float: left;
}


.pager .previous > a, .pager .previous > span {
    float: left;
}


.pager li > a, .pager li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    display: inline-block;
    padding: 5px 14px;
	margin-bottom: 5px;
}

/* articel list*/

div.category-list table td a {
	color: #8C001A;
}

/* articel blog*/

div.blog dt {
	display: none;
}

div.blog dl {
	display: block;
	width: 100%;
	margin: 0;
	list-style-type: none;
	text-align: center;
	float: left;
}

div.blog dl dd {
	margin: 5px 15px 5px 0px;
	text-transform: uppercase;
	float: left;
	color: #8CA93E;
}

div.blog p.readmore a {
	color: #8CA93E;
}

div.blog p.readmore a:hover {
	color: #8C001A;
}

/*
article page details (author, created, ...
*/
/*
div.item-page dt {
	display: none;
}
*/

div.item-page dl {
	display: block;
	width: 100%;
	margin: 0;
	list-style-type: none;
	text-align: center;
	float: left;
}

div.item-page dl dd {
	margin: 5px 15px 5px 0px;
	text-transform: uppercase;
	float: left;
	color: #8CA93E;
}

/*
  START contact page  START
*/

/* JOOMLA CONTACT FORM*/
div.contact h3, div.contact legend {
	display: none;
}



div.contact-form {
      margin: 0 auto;
      width:100%;
}

div.contact-form input[type=text],
div.contact-form input[type=email],
div.contact-form textarea {
      width: 100% !important;
      padding: 5px;
	  border: 1px solid #8CA93E;
}

div.contact-form input[type=text]:hover,
div.contact-form input[type=email]:hover,
div.contact-form textarea:hover {
	  border: 2px solid #8C001A;
}

div.contact-form .control-group {
      margin-bottom: 10px;
}

button[class="btn btn-primary validate"] {
  background:#8CA93E;
  border-radius: 30px;
  border: none;
  color: #fff;
  text-shadow: 1px 1px 2px black;
  font-size: 15px;
  padding: 10px 25px;
  display: block;
  margin: 20px 0 20px;
  transition: all 0.8s ease;
}
button[class="btn btn-primary validate"]:hover {
  cursor:pointer;
  background:#8C001A;
  transform: scale3d(1.2, 1.2, 1);
}


div.control-label label[id=jform_spacer-lbl] {
	display: none;
}

/*
  END contact page END
*/

/* contact enhanced */

#cf_ce-submit-button {
	background: #8C001A;
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 25px;
	display: inline-block;
	margin: 10px 0px;
	transition: all 0.8s ease; 
}
#cf_ce-submit-button:hover {
	cursor:pointer;
	text-decoration: none;
	background: #94a42a;
	color: #fff;
}
#cf_ce-submit-button_reset {
	background: #8C001A;
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 25px;
	display: inline-block;
	margin: 10px 0px;
	transition: all 0.8s ease; 
}
#cf_ce-submit-button_reset:hover {
	cursor:pointer;
	text-decoration: none;
	background: #94a42a;
	color: #fff;
}

div.ce-cf-container .inputbox {
	width: 100% !important;
}

/*
  END contact page END
*/
/* membership */

.btn-primary {
	background: #8C001A;
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 25px;
	display: inline-block;
	margin: 10px 0px;
	transition: all 0.8s ease; 
}
.btn-primary:hover {
	cursor:pointer;
	text-decoration: none;
	background: #94a42a;
	color: #fff;
}

#osm-plan-item div.osm-item-description {
	border: none;
}

#osm-plan-item div.osm-item-heading-box {
	background: #fff;
	border:none;
}

#osm-profileTabs {
	display:none;
}

#subscription-history-page {
	display: none;
}

.osm-plan-property {
	display: none;
}

/*
  END membership END
  */

/* comments*/
#comments-footer {
	display:none;
}

/* END comments END*/

/* Download*/
div.jd_footer, div.jd_top_navi, div.jd_summary_title, div.jd_fields_wrapper {
	display:none;
}

 

/*END download*/

/*privacy ribbon*/
.activebar-container button.decline {
color:#fff;
background-color:#000;
border:none;
padding: 10px;
}
.activebar-container button.accept {
color:#000;
background-color:#fff;
padding: 10px;
border: 1px;
}

div.plg_system_eprivacy_accepted p {
	color: #fff;
}

div.plg_system_eprivacy_declined p {
	color: #fff;
}

button.plg_system_eprivacy_accepted, button.plg_system_eprivacy_reconsider {
	color: #fff;
	padding:5px;
	background: #8C001A;
}

/*END priacvy*/
