* {
  outline: none; }

img {
  border: none; }

table {
  border-spacing: 0;
  padding: 0; }
  table td, table th {
    padding: 0; }
  table th {
    text-align: center; }
  table.noborder {
    border: none; }
    table.noborder td, table.noborder th {
      border: none; }
  table.cellpadding_5 td, table.cellpadding_5 th {
    padding: 5px; }
  table.cellpadding_7 td, table.cellpadding_7 th {
    padding: 7px; }
  table.cellpadding_10 td, table.cellpadding_10 th {
    padding: 10px; }
  table.justify {
    width: 100%; }

.overlay_dark,
.overlay_dark_ring {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 200; }

#loading,
#loading_ring {
  background: url("loader.svg") center center no-repeat;
  background-size: 50px 50px;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1100; }

input::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
input:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
input:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
input:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
input:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

textarea::-webkit-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea::-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea:-moz-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea:-ms-input-placeholder {
  opacity: 1;
  transition: opacity 0.3s ease; }
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
textarea:focus::-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
textarea:focus:-moz-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }
textarea:focus:-ms-input-placeholder {
  opacity: 0;
  transition: opacity 0.3s ease; }

.form_notify * {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 16px;
  border: none;
  list-style: none; }
  .form_notify *.success * {
    color: green;
    text-align: center; }
  .form_notify *.error * {
    text-align: left;
    color: red; }

.center_fix > * {
  float: left;
  position: relative;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.center_fix:after {
  content: '';
  display: block;
  clear: both; }

.clear:before, .clear:after {
  content: '';
  display: block;
  clear: both; }

/*!
 * end darvin template
*/
.transition, .blog_pager a, .blog_pager a:after {
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s; }

ol li, ul li {
  list-style-position: inside; }

.blog_pager {
  clear: both;
  padding: 15px 0;
  text-align: center; }
  .blog_pager a {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    color: #f16868;
    font-size: 15px;
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    min-width: 40px;
    text-align: center;
    position: relative;
    background: transparent;
    z-index: 30;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 20px; }
    .blog_pager a:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #f16868;
      z-index: -1; }
    .blog_pager a:hover, .blog_pager a.page_active {
      color: #ffffff;
      text-decoration: none; }
      .blog_pager a:hover:after, .blog_pager a.page_active:after {
        max-height: 100%;
        height: 100%; }

#slideshow {
  position: relative;
  height: 359px; }

#slideshow IMG {
  position: absolute;
  margin: 0 auto;
  top: 0px;
  left: 2px;
  z-index: 8;
  opacity: 0.0;
  background-repeat: no-repeat; }

#slideshow IMG.active {
  z-index: 10;
  opacity: 1.0; }

#slideshow IMG.last-active {
  z-index: 9; }

#main_blog {
  padding: 20px 0;
  border-top: 1px solid #333;
  margin-top: 20px; }
  #main_blog h2 {
    margin: 0 0 15px 0; }
  #main_blog ul {
    padding: 0 0 0 40px; }
  #main_blog li {
    margin-bottom: 5px;
    list-style: disc; }
  #main_blog .more {
    margin: 10px 0; }
    #main_blog .more a {
      text-decoration: none;
      font-weight: bold;
      color: #333333; }

a:hover {
  text-decoration: none; }

.nav.active {
  color: #999; }

#content {
  padding-bottom: 40px; }

.blog_strip {
  margin-bottom: 25px; }
  .blog_strip .tit {
    margin: 0 0 5px 0; }
    .blog_strip .tit a {
      font-weight: bold;
      text-decoration: none; }
  .blog_strip .more {
    padding: 10px 0; }
    .blog_strip .more a {
      text-decoration: none; }

footer .dropdown {
  display: none; }

h1 {
  background: none repeat scroll 0 0 #e2e2e2;
  padding: 5px 13px;
  margin: 0 0 15px 0;
  color: #FF0000;
  font-size: 13px;
  font-weight: bold; }
  h1 i {
    margin-right: 10px; }

.path.breadcrumb {
  margin-bottom: 30px;
  padding: 0 13px; }

#content {
  padding-left: 0; }
  
  .txt ol li{
      list-style:decimal;
  }
   .txt ul li{
      list-style:disc;
  }
  .txt ol, .txt ul{
      margin:20px 0;
      padding-left:20px;
  }

.logos_wrapper{
	text-align:center;
}
.cl_logo_wrap{
	display: inline-block;
	vertical-align: top;
	width:22%;
	padding: 0 1.1% 15px;
	text-align: center;
}
.cl_logo_wrap span{
	padding: 5px;
	display: table-cell;
	vertical-align: middle;
	width:200px;
	height:140px;
}
.cl_logo_wrap img{
	max-width: 100%;
}

@media (max-width: 768px) {
	.cl_logo_wrap{
		width:31%;
	}
}
@media (max-width: 458px) {
	.cl_logo_wrap{
		width:98%;
	}
	.cl_logo_wrap span{
		display:block;
		width:100%;
		height:auto;
	}
}

/*# sourceMappingURL=styles.css.map */
