/*------------------------------------------------------------------------------

Template:  Anik
Author: 
Version: 1
Design and Developed by: 

Note: This core style file includes all external plugins css file.

-------------------------------------------------------------------------------*/

@import url("font-awesome.min.css");
@import url("material-design-iconic-font.css");
@import url("material-design-iconic-font.min.css");
@import url("plugins/animate.css");
@import url("plugins/jquery-ui.min.css");
@import url("plugins/owl.carousel.css");
@import url("plugins/slick.css");
@import url("plugins/owl.carousel.css");
@import url("plugins/hover.css");


.senok
{
	
	background: #6FD27B;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 20px;
}
.footer-widget ol li { list-style-type: circle;  }
.footer-widget ol {
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}
.footer-widget a { color: #fff; }
.footer-widget li { text-align: left !important; }



.checkmark {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkmark input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.mark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #323;
  background-color: #fff;
}

/* On mouse-over, add a grey background color */
.checkmark:hover input ~ .mark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkmark input:checked ~ .mark {
  background-color: #e1c615;
}

/* Create the mark/indicator (hidden when not checked) */
.mark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the mark when checked */
.checkmark input:checked ~ .mark:after {
  display: block;
}

/* Style the mark/indicator */
.checkmark .mark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

