* {
  outline: none; }

img {
  border: none; }

.title,
.title_pole {
  display: none !important; }

body {
  width: 100%;
  margin: 0;
  padding: 0; }

table {
  border-spacing: 0;
  border: 1px solid #cad3e6;
  padding: 0; }
  table td, table th {
    border: 1px solid #cad3e6;
    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; }

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

/*!
 * end darvin template
*/
.transition, .header .top_contacts p i, .header .soc_icons li a i {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s; }

.header-top .logo a {
  font-size: 35px;
  text-transform: uppercase;
  line-height: 55px;
  color: #4d4d4d; }
  .header-top .logo a img {
    vertical-align: bottom; }

.header .top_contacts {
  float: right; }
  .header .top_contacts p {
    margin: 0 0 0 40px;
    padding: 0 0 0 30px;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .header .top_contacts p a {
      color: #9e6e4e;
      font-weight: bold;
      font-size: 14px; }
      .header .top_contacts p a:hover {
        color: #000; }
    .header .top_contacts p i {
      position: absolute;
      left: 0;
      top: 4px; }
.header .soc_icons {
  padding: 0;
  margin: 0; }
  .header .soc_icons li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50px; }
    .header .soc_icons li a {
      font-size: 0;
      display: block; }
      .header .soc_icons li a:hover i {
        -webkit-transform: rotatey(-360deg);
        -moz-transform: rotatey(-360deg);
        -ms-transform: rotatey(-360deg);
        -o-transform: rotatey(-360deg);
        transform: rotatey(-360deg);
        color: #9e6e4e; }
      .header .soc_icons li a i {
        color: #000000;
        font-size: 18px; }

.banner-text {
  height: 600px; }

h1 {
  font-size: 2.5em;
  margin: 0 0 1.5em;
  color: #9E6E4E;
  font-family: 'RobotoSlab-Regular'; }

main {
  padding: 40px 0; }

#main_blog .main_blog_more {
  padding: 10px 0; }
  #main_blog .main_blog_more a {
    color: #000000; }

.banner-1 .container {
  position: relative;
  height: 300px;
  background-color: rgba(255, 255, 255, 0.8); }
.banner-1 .page_tit {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0; }
.banner-1 h1 {
  margin: 0 0 20px 0;
  padding: 0 20px;
  background: transparent; }
.banner-1 .path.breadcrumb {
  border-radius: 0;
  background: transparent;
  padding: 0 20px;
  font-family: 'RobotoSlab-Regular'; }
  .banner-1 .path.breadcrumb a {
    color: #9E6E4E; }
    .banner-1 .path.breadcrumb a:hover {
      color: #000000; }

.footer.footer_sm p, .footer.footer_sm address {
  text-align: center; }
.footer.footer_sm .cont-tp {
  width: 100%;
  text-align: center; }

.blog_pager {
  text-align: center;
  padding: 10px 0; }
  .blog_pager a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: #333333;
    color: #fff;
    border: 2px solid #333333;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none; }
    .blog_pager a:hover, .blog_pager a.page_active {
      background: transparent;
      color: #333333;
      text-decoration: none;
      border: 2px solid #333333; }

.blog_strip {
  margin-bottom: 20px; }
  .blog_strip .tit {
    margin: 0 0 5px 0; }
    .blog_strip .tit a {
      font-weight: bold;
      color: #4d4d4d; }

.logos_wrapper{
	text-align:center;
}
.cl_logo_wrap{
	display: inline-block;
	vertical-align: top;
	width:19%;
	padding: 0 0.8% 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 */
