*, html, body, ul, ol, dl, li, dt, dd {
  margin: 0px;
  padding: 0px;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  position: relative;
  color: #000;
  margin: auto;
  font-size: 16px;
  font-family: 'ProximaNova-Regular';
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #4c6eee;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #002dd3;
}

img {
  border: none;
  display: block;
}

li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

header, section, footer, nav, article, aside {
  display: block;
}

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("../fonts/regular/proximanova-regular-webfont.woff") format("woff"), url("../fonts/regular/proximanova-regular-webfont.ttf") format("truetype"), url("../fonts/regular/proximanova-regular-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("../fonts/bold/proximanova-bold-webfont.woff") format("woff"), url("../fonts/bold/proximanova-bold-webfont.ttf") format("truetype"), url("../fonts/bold/proximanova-bold-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Extrabold';
  src: url("../fonts/extrabold/proximanova-extrabold-webfont.woff") format("woff"), url("../fonts/extrabold/proximanova-extrabold-webfont.ttf") format("truetype"), url("../fonts/extrabold/proximanova-extrabold-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Semibold';
  src: url("../fonts/semibold/proximanova-semibold-webfont.woff") format("woff"), url("../fonts/semibold/proximanova-semibold-webfont.ttf") format("truetype"), url("../fonts/semibold/proximanova-semibold-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
}
.style-header {
  min-width: 1000px;
  background-color: #fff;
}

.style--header {
  position: relative;
  max-width: 1210px;
  box-sizing: border-box;
  padding: 0 20px;
  height: 60px;
  margin: auto;
}

.style-logo {
  display: block;
  line-height: 60px;
  position: relative;
  top: 0;
  float: left;
  height: 60px;
  overflow: hidden;
}
.style-logo > a {
  font-size: 20px;
  color: #000;
  font-family: 'ProximaNovaBold';
}

.style-logo:hover {
  opacity: .5;
}

.style-search {
  width: 563px;
  position: relative;
}
.style-search input {
  background: url(../img/elements/search-icon-2.png) no-repeat 25px 50%;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  height: 64px;
  font-family: 'Open Sans', sans-serif;
  line-height: 64px;
  border: 1px solid #e5e5e5;
  padding: 0 84px 0 64px;
  color: #000;
}
.style-search input::-webkit-input-placeholder {
  color: #aeafaf;
}
.style-search input::-moz-placeholder {
  color: #aeafaf;
}
.style-search input:-moz-placeholder {
  color: #aeafaf;
}
.style-search input:-ms-input-placeholder {
  color: #aeafaf;
}

.m-button-menu {
  display:none;
}
.main-menu {
  float: left;
}
.main-menu > li+li {
  margin-left: 25px;
}
.main-menu > li {
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
  margin-left: 30px;
  width: 80px;
  text-align: center;
}
.main-menu > li:hover {
  padding-left: 0;
}
.main-menu > li:hover > span {
  font-family: 'ProximaNovaBold';
  color: #4c6eee;
}
.main-menu > li:hover .sub-menu {
  opacity: 1;
  top: 60px;
}
.main-menu > li > span {
  color: #919191;
  text-decoration: none;
  cursor:default;
}
.main-menu > li > a:hover {
  opacity: .8;
}

.main-menu::after {
  content: '';
  display: block;
  clear: both;
}

.sub-menu {
  box-sizing: border-box;
  width: 228px;
  position: absolute;
  background-color: #fff;
  padding: 12px 40px 20px 40px;
  top: -6000px;
  left: -40px;
  -webkit-box-shadow: 0 -2px 25px -7px #ccc;
  -moz-box-shadow: 0 -2px 25px -7px #ccc;
  box-shadow: 0 -2px 25px -7px #ccc;
  z-index: 11;
  -webkit-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms;
  opacity: 0;
}
.sub-menu > li {
  padding: 10px 0;
  line-height: normal;
}
.sub-menu > li > a {
  font-size: 16px;
  text-decoration: underline;
}

.sub-menu::after {
  content: '';
  display: block;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  top: -22px;
  left: 63px;
  z-index: 10;
}

.button-search-1 {
  box-sizing: border-box;
  background-color: #20c4a7;
  display: block;
  text-align: center;
  height: 64px;
  padding: 20px 0 0 3px;
  position: absolute;
  right: 0;
  width: 64px;
}
.button-search-1 > img {
  display: inline-block;
}

.button-search-1:hover {
  opacity: .8;
}

.style-content {
  padding-bottom: 470px;
}

.style-clear {
  clear: both;
}

/*18042017 cards*/
.list-cards > ul {
  padding-bottom: 50px;
}
.list-cards > ul > li {
  width: 25%;
  box-sizing: border-box;
  padding: 0 15px;
  float: left;
}
.list-cards > ul::after {
  content: '';
  display: block;
  clear: both;
}

.main-card {
  width: 270px;
  height: 453px;
  margin: auto;
  -webkit-box-shadow: 0 2px 30px -4px #e5e5e5;
  -moz-box-shadow: 0 2px 30px -4px #e5e5e5;
  box-shadow: 0 2px 30px -4px #e5e5e5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.main-card:hover {
  -webkit-box-shadow: 0 2px 40px 0 #e5e5e5;
  -moz-box-shadow: 0 2px 40px 0 #e5e5e5;
  box-shadow: 0 2px 40px 0 #e5e5e5;
}
.main-card:hover .button-see, .main-card:hover .button-see::after {
  opacity: 1;
}

.main-card::after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  -webkit-box-shadow: 0 0 24px 36px #fff;
  -moz-box-shadow: 0 0 24px 36px #fff;
  box-shadow: 0 0 24px 36px #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.img-card {
  width: 270px;
  height: 160px;
  position: relative;
  overflow: hidden;
}
.img-card > div > a {
  display: block;
}
.img-card > div > a::after {
  content: '';
  background: #e75b6b;
  background: -moz-linear-gradient(left, #e75b6b 0%, #f08aa2 100%);
  background: -webkit-linear-gradient(left, #e75b6b 0%, #f08aa2 100%);
  background: linear-gradient(to right, #e75b6b 0%, #f08aa2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e75b6b', endColorstr='#f08aa2',GradientType=1 );
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: .75;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.img-card:hover > div > a::after {
  opacity: .5;
}

.img-title {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-family: 'ProximaNovaBold';
  text-align: center;
  line-height: 160px;
  z-index: 1;
  box-sizing: border-box;
  padding: 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.desc-card {
  background-color: #fff;
}
.desc-card > div {
  padding: 12px 20px;
}

.list-content > li + li {
  margin-top: 17px;
  padding-top: 13px;
  border-top: 1px solid #dbdcce;
}

.desc-content {
  word-wrap: break-word;
}
.desc-content > a {
  font-size: 16px;
  text-decoration: underline;
}
.desc-content > span {
  font-size: 11px;
  color: #5d5d5d;
}

.button-see {
  opacity: 0;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15px;
  padding: 0 20px;
  width: 100%;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  z-index: 1;
}
.button-see > a {
  background-color: #4c6eee;
  color: #fff;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.button-see > a:hover {
  background-color: #002dd3;
}

.button-see::after {
  opacity: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 25px 35px #fff;
  -moz-box-shadow: 0 0 25px 35px #fff;
  box-shadow: 0 0 25px 35px #fff;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  height: 70px;
}

/*18042017 cards end*/
.style--content {
  max-width: 1210px;
  min-width: 1000px;
  margin: auto;
}

.row25 {
  padding: 0 5px;
  box-sizing: border-box;
  width: 100%;
}

.row50 {
  padding: 0 5px;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
}

.row100 {
  padding: 0 20px;
}

.-w70 {
  width: 70% !important;
}

.-w30 {
  width: 30% !important;
}

.-c-bg-brown {
  background-color: #f7f8f2;
}

.column-2 {
  width: 50%;
  box-sizing: border-box;
  float: left;
}

.-pad-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.-pad-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.-pad-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.-pad-200 {
  padding-left: 200px;
  padding-right: 200px;
}

.-pad-t-50 {
  padding-top: 50px;
}

.-pad-b-20 {
  padding-bottom: 20px;
}

.-pad-b-60 {
  padding-bottom: 60px;
}

.-mar-b-50 {
  margin-bottom: 50px;
}

.-mar-b-60 {
  margin-bottom: 60px;
}

.fade-bottom {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  margin-top: -100px;
}
.fade-bottom > span {
  content: '';
  display: block;
  position: absolute;
  -webkit-box-shadow: 0 0 55px 40px #f7f8f2;
  -moz-box-shadow: 0 0 55px 40px #f7f8f2;
  box-shadow: 0 0 55px 40px #f7f8f2;
  width: 100%;
}

.info-card {
  height: 742px;
  position: relative;
  z-index: 5;
}

.info-card:hover .read-more-card {
  opacity: 1;
  z-index: 1;
}

.info--card {
  padding: 60px 40px 0;
}

.info-card.-c-bg-green {
  background: #00857c url(../img/main-box/1.png) no-repeat 100% 114px;
  background: -moz-linear-gradient(top, #00857c 0%, #0bbeb2 100%) url(../img/main-box/1.png) no-repeat 100% 114px;
  background: -webkit-linear-gradient(top, #00857c 0%, #0bbeb2 100%) url(../img/main-box/1.png) no-repeat 100% 114px;
  background: linear-gradient(to bottom, #00857c 0%, #0bbeb2 100%) url(../img/main-box/1.png) no-repeat 100% 114px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00857c', endColorstr='#0bbeb2',GradientType=0 ) url(../img/main-box/1.png) no-repeat 100% 114px;
}
.info-card.-c-bg-green .read-more-card {
  background-color: #00857c;
  background-color: rgba(0, 133, 124, 0.8);
}

.info-card.-c-bg-red {
  background: #d46386 url(../img/main-box/2.png) no-repeat 100% 114px;
  background: -moz-linear-gradient(top, #d46386 0%, #db86af 100%) url(../img/main-box/2.png) no-repeat 100% 114px;
  background: -webkit-linear-gradient(top, #d46386 0%, #db86af 100%) url(../img/main-box/2.png) no-repeat 100% 114px;
  background: linear-gradient(to bottom, #d46386 0%, #db86af 100%) url(../img/main-box/2.png) no-repeat 100% 114px;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d46386', endColorstr='#db86af',GradientType=0 ) url(../img/main-box/2.png) no-repeat 100% 114px;
}
.info-card.-c-bg-red .read-more-card {
  background-color: #dd4d7a;
  background-color: rgba(221, 77, 122, 0.8);
}

.read-more-card {
  opacity: 0;
  z-index: -1;
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.read-more-card > a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 120px;
}
.read-more-card > a > span {
  font-size: 30px;
  color: #fff;
  font-family: 'ProximaNovaBold';
  text-decoration: underline;
}

.news-title {
  margin-bottom: 30px;
}
.news-title > h2, .news-title > h3, .news-title > h4 {
  font-family: 'ProximaNovaBold';
  font-size: 16px;
}

.style-title > h2, .style-title > h3, .style-title > h4 {
  font-family: 'ProximaNovaBold';
  font-size: 16px;
}

.top-text > h1, .top-text > h2 {
  font-size: 19px;
  font-weight: normal;
  line-height: 180%;
}
.top-text > h1 > b, .top-text > h2 > b {
  display: block;
  font-family: 'ProximaNovaBold';
  font-size: 40px;
  color: #fff !important;
}
.top-text > div {
  width: 200px;
  margin-top: 20px;
  font-size: 19px;
  color: #fff;
}

.-c-bg-green .top-text > h1, .-c-bg-green .top-text > h2 {
  color: #bdf9f5;
}

.-c-bg-red .top-text > h1, .-c-bg-red .top-text > h2 {
  color: #ffd0e5;
}

.bottom-text {
  box-sizing: border-box;
  padding: 0 40px;
  position: absolute;
  left: 0;
  bottom: 44px;
  font-size: 19px;
  color: #fff;
  width: 100%;
}

.news-list > ul {
  margin-bottom: 75px;
}
.news-list > ul > li + li {
  margin-top: 50px;
}

.top-news {
  word-wrap: break-word;
}
.top-news > p {
  font-family: 'ProximaNovaBold';
  font-size: 30px;
  margin-bottom: 8px;
}
.top-news > p > a {
  text-decoration: underline;
}
.top-news > span {
  display: inline-block;
  font-size: 16px;
  color: #797979;
  margin-bottom: 12px;
}

.text-news {
  font-size: 19px;
  line-height: 155%;
}
.text-news a {
  text-decoration: underline;
}

.read-more {
  font-size: 19px;
  margin-top: 10px;
}
.read-more > a {
  text-decoration: underline;
}

.-central {
  text-align: center;
}

.button-central {
  background-color: #fff;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 0 20px;
  font-size: 19px;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  border: 1px solid #c3d0ff;
  -moz-transition: all .05s ease;
  -webkit-transition: all .05s ease;
  transition: all .05s ease;
}

.button-central:hover {
  background-color: #f0fdff;
}

.style-title-box > h1, .style-title-box > h2 {
	position: absolute;
	color: #fff;
	font-size: 30px;
	font-family: 'ProximaNovaBold';
	z-index: 10;
	width: 100%;
	display: inline-block;
	padding: 0 100px;
	left: 0;
	bottom: 40px;
	box-sizing: border-box;
	}

.style-title-box.-nice-bg-img {
  position: relative;
  box-sizing: border-box;
  height: 300px;
}

.style-title-box.-c-bg-brown {
  padding-top: 42px;
  padding-bottom: 15px;
}

.-nice-bg-img .title-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5;
}
.-nice-bg-img .title-img > img {
  display: block;
  width: 115%;
}

.style-group {
  overflow: hidden;
  padding: 20px 0 10px;
}
.style-group > div {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.filter-button, .more-link > a {
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #c3d0ff;
  height: 30px;
  line-height: 28px;
  padding: 0 15px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.filter-button:hover, .more-link > a:hover {
  border-color: #4c6eee;
}

.filter-button.is-active {
  background-color: #494b41;
  border-color: #494b41;
  color: #fff;
}

.style-text {
  line-height: 150%;
}
.style-text > p + p {
  margin-bottom: 10px;
}

.style-text.-big {
  font-size: 19px;
  margin-bottom: 30px;
}
.item-text {
	word-wrap:break-word;
	}
.item-text h1, .item-text h2, .item-text h3, .item-text h4 {
  font-size: 16px;
  font-family: 'ProximaNovaBold';
  margin-bottom: 10px;
  margin-top: 20px;
}
.item-text h1.title, .item-text h2.title, .item-text h3.title, .item-text h4.title {
  margin-top: 0;
}
.item-text > p {
  font-size: 16px;
  margin-bottom: 40px;
}

.solid-box {
  box-sizing: border-box;
  border: 1px solid #eee6fb;
  padding: 20px 30px 28px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.style-list-box > ul > li + li {
  margin-top: 30px;
}

.solid--box > h1, .solid--box > h2, .solid--box > h3, .solid--box > h4, .solid--box > h5 {
  font-size: 16px;
  font-family: 'ProximaNovaBold';
  margin-bottom: 18px;
}
.solid--box .read, .solid--box .more-link {
  margin-top: 20px;
  text-align:left;
}

.list-interesting > li a, .solid--box .item-list > ul > li a {
  text-decoration: underline;
}
.list-interesting > li + li, .solid--box .item-list > ul > li + li {
  margin-top: 20px;
}
.solid--box .item-list > ul {
  margin:0;
}
.solid--box .item-list > ul > li {
  list-style:none;
  margin:0;
}


.style-footer {
  border-top: 1px solid #e8eadf;
  padding-top: 40px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  min-width: 1000px;
}
.style-footer .style-logo {
  float: none;
  line-height: inherit;
  height: inherit;
}
.style-footer .style-logo > a {
  font-size: 16px;
}

.style--footer {
  position: relative;
  max-width: 1210px;
  box-sizing: border-box;
  padding: 0 20px;
  margin: auto;
  overflow: hidden;
}

.style--footer.-c-bg-white {
  height: 329px;
}

.-c-bg-white {
  background-color: #fff;
}

.-c-bg-gray {
  background-color: #f7f8f2;
}

.footer-section {
  float: left;
  width: 16.666%;
  box-sizing: border-box;
  padding-right: 10px;
}
.footer-section > p {
  font-size: 16px;
  font-family: 'ProximaNovaBold';
  color: #919191;
  margin-bottom: 30px;
}
.footer-section > ul > li > a {
  font-size: 16px;
  color: #919191;
  text-decoration: underline;
}
.footer-section > ul > li > a:hover {
  text-decoration: none;
}
.footer-section > ul > li + li {
  margin-top: 15px;
}

.style-copyright {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.content img {
  max-width: 100%;
  float:none !important;
  margin:15px 0;
}

.style-box.-c-bg-brown .breadcrumb {
  margin:0;
  padding:20px 0 0;
}

.style-box.-c-bg-brown {
	padding-bottom:50px;
	}
.style-box .item-text {
	padding-top:20px;
	}
.style-box .submitted {
	display:inline-block;
	color:#6b6b6a;
	margin-bottom:40px;
	}
.style-box .taxonomy > a {
	text-decoration:underline;
	}
.style-box .links {
	color:#6b6b6a;
	font-size:13px;
	margin-top:12px;
	}
.style-box .content a {
	text-decoration:underline;
	}
.style-box .content ul {
	margin:20px 0 20px 20px;
	}
.style-box .content ul > li {
	list-style-type:disc;
	}
.style-box .content ul > li > ul > li {
	list-style-type:circle;
	}
.style-box .content ul > li > ul {
	margin:0 0 20px 50px;
	}
/*news*/
.style-box.-news .item-text h1, .style-box.-news .item-text h2, .style-box.-news .item-text h3, .style-box.-news .item-text h4 {
  font-size: 19px;
  font-family: 'ProximaNova-Regular';
  margin-bottom: 10px;
}
.style-box.-news .item-text h1 a, .style-box.-news .item-text h2 a, .style-box.-news .item-text h3 a, .style-box.-news .item-text h4 a {
  text-decoration:underline;
}
.style-box.-news .item-text > p {
  font-size: 16px;
  margin-bottom: 10px;
}
.style-box.-news  .submitted {
  margin-bottom: 7px;
}
.style-box.-news .links {
  margin:5px 0 0 !important;
}
.style-box.-news .links .read-more, .links a {
  font-size:16px;
}
.style-box.-news .item-text + .item-text {
  padding-top: 40px;
}
/*news*/
#pager {
	margin:30px 0;
	}
#pager a {
	display:inline-block;
	height:30px;
	line-height:30px;
	border:1px solid #d6ddf7;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#4c6eee;
	padding:0 13px !important;
	margin:10px;
	}
#pager a:hover {
	color:#4c6eee;
	border-color:#4c6eee;
	}
#pager strong {
	background-color:#494b41;
	display:inline-block;
	height:30px;
	line-height:30px;
	border:1px solid #494b41;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	font-weight:normal;
	padding:0 13px !important;
	margin:10px;
	}
/*comment*/
.adv {
	font-style:italic;
	position:relative;
	}
.adv::before {
	content:'\00ab';
	}
.adv::after {
	content:'\00bb';
	}
/*comment*/
.-contact .news-title > h2, .-contact .news-title > h3, .-contact .news-title > h4 {
	font-size:30px;
	font-family: 'ProximaNovaBold';
	}
.-contact .news-title {
	margin-bottom:70px;
	}


/* social buttons & widgets */
.social-widgets {
	margin-bottom: 30px;
	text-align: center;
}
.social-widgets > div {
	display: inline-block;
	vertical-align: top;
	width: 330px;
}

.social-buttons {
	margin-top: 40px;
}

.social-buttons > div {
	height: 20px;
	width: 153px;
	margin-top: 8px;
}

.social-buttons > div.social-button-rss a,
.social-buttons-node > div.social-button-rss a {
	background-color: #f7a42c;
	color: #fff;
	padding: 4px 7px 3px 8px;
	border-radius: 3px;
	font-size: 11px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
}

.social-buttons > div.social-button-rss a i {
	margin-right: 4px;
}

.social-buttons > div.social-button-rss a:hover,
.social-buttons-node > div.social-button-rss a:hover {
	background-color: #e7942c;
}

.social-buttons-node {
	margin-top: 30px;
}

.social-buttons-node > div {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.social-buttons-node > div:first-child {
	margin-left: 0;
}

.branded-ul {
	margin: 20px 0 20px 25px!important;
}
.branded-ul li {
	list-style-type: none!important;
	margin-bottom: 10px;
	position: relative;
}
.branded-ul li:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -25px;
	width: 9px;
	height: 10px;
	background: url(../img/icons/bullet.png) center no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 320px) and (max-width: 1180px) {
  .style-content {
    padding-bottom: 440px;
  }

  .list-cards {
    max-width: 800px;
    margin: auto;
  }
  .list-cards > ul {
    padding-bottom: 0;
  }
  .list-cards > ul > li {
    width: 50%;
    box-sizing: border-box;
    padding: 0 15px 70px 15px;
    float: left;
  }
  .list-cards > ul > li:nth(2n+1) {
    clear: both;
  }
.-nice-bg-img .title-img > img {
  width: 135%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 860px) {
	.style-header, .style--content {
		min-width:320px;
		}
	.column-2 {
		float:none;
		}
	.style-content {
		padding-bottom: 40px;
		}
	.style--footer {
		padding: 0 20px 150px 20px;
		}
	.footer-section {
		float: none;
		width: 100%;
		padding-right:0;
		position:static;
		}
	.style-footer {
		position: relative;
		min-width: 320px;
		padding-top:0;
		}
	.footer-section > p {
		position:relative;
		margin-bottom:0;
		line-height:50px;
		height:50px;
		}
	.footer-section + .footer-section + .footer-section > p {
		border-top: 1px solid #e8eadf;
		}
	.footer-section > ul {
		display:none;
		padding-bottom:10px;
		}
	.footer-section > ul.active {
		display:block;
		}
	.footer-section > ul > li {
		padding:10px 0;
		}
	.footer-section > ul > li + li {
		margin-top: 0;
		}
	.footer-section > p::after {
		content:'';
		position:absolute;
		display:block;
		width:0;
		height:0;
		border-width:6px;
		border-color:#919191 transparent transparent transparent;
		border-style:solid;
		top: 22px;
		right: 5px;
		}
	.footer-section > p.active::after {
		border-color:transparent transparent #919191 transparent;
		top: 17px;
		}
	.footer-section.footer-section-logo {
		position: absolute;
		bottom: 0;
		left: 0;
		height: 150px
	}
	.style-footer .style-logo {
		width: 100%;
		padding:0 20px;
		box-sizing:border-box;
		top: inherit;
		height: 50px;
		line-height: 50px;
		z-index: 10;
		border-top: 1px solid #e8eadf;
		}
	.style--footer.-c-bg-white {
		height: inherit;
		}
	.style--header {
		padding: 0 10px;
		height: 54px;
		}
	.style-logo {
		line-height: 54px;
		height: 54px;
		}
	.m-button-menu {
		display:block;
		position: absolute;
		right: 0;
		top: 13px;
		width: 40px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		}
	.m-button-menu .m-close-menu, .m-button-menu.active .m-open-menu {
		display:none;
		}
	.m-button-menu .m-open-menu, .m-button-menu.active .m-close-menu {
		display:inline-block;
		}
	.main-menu.active {
		display:block;
		}
	.main-menu {
		display:none;
		float: none;
		position: absolute;
		top: 54px;
		left: 0;
		width: 100%;
		box-sizing:border-box;
		padding:0 10px;
		-webkit-box-shadow: 0 17px 33px -10px #eee;
		-moz-box-shadow: 0 17px 33px -10px #eee;
		box-shadow: 0 17px 33px -10px #eee;
		background-color: #fff;
		z-index:15;
		}
	.main-menu > li {
		float: none;
		height: 50px;
		line-height: 50px;
		width:100%;
		text-align: left;
		margin-left: 0;
		padding-left: 0;
		border-top:1px solid #e8eadf;
		}
	.main-menu > li+li {
		margin-left: 0;
	}
	.main-menu > li.active {
		height:auto;
		}
	.main-menu > li::after {
		content:'';
		position:absolute;
		display:block;
		width:0;
		height:0;
		border-width:6px;
		border-color:#919191 transparent transparent transparent;
		border-style:solid;
		top: 22px;
		right: 5px;
		}
	.main-menu > li.active::after {
		border-color:transparent transparent #919191 transparent;
		top: 17px;
		}
	.main-menu > li > span {
		font-family: 'ProximaNovaBold';
		}
	.main-menu > li:hover .sub-menu {
		opacity: 0;
		top: 0;
		}
	.main-menu > li:hover > span {
		color: #919191;
		}
	.sub-menu {
		display:none;
		box-sizing: border-box;
		width: 100%;
		position: relative;
		padding:0 0 10px;
		top: -6000px;
		left:0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-transition: opacity 200ms;
		-moz-transition: opacity 200ms;
		transition: opacity 200ms;
		opacity: 0;
		}
	.sub-menu > li > a {
		color:#919191;
		}
	.main-menu > li.active .sub-menu {
		display:block;
		opacity: 1;
		top: 0;
		}
	.-w70, .-w30 {
		width: 100% !important;
		}
	.-w70.-pad-15, .-w30.-pad-15 {
		padding-left: 0;
		padding-right: 0;
		}
	.style-title-box.-nice-bg-img {
		padding: 30px 0 20px;
		min-height: 190px;
		display: table;
		height: inherit;
		width: 100%;
		}
	.style-title-box > h1, .style-title-box > h2 {
		font-size: 25px;
		padding: 0 8px;
		bottom: 0;
		position: relative;
		display: table-cell;
		vertical-align: bottom;
		}
	.-nice-bg-img .title-img > img {
		width: 275%;
		}
	.widget-title {
		padding-left:25px;
		padding-right:25px;
		text-align:center;
		}
	.-w70.-pad-15 {
		margin-bottom:40px;
		}
	.row50 {
		padding: 0 10px;
		}
	.style-box.-c-bg-brown.-pad-100 {
		padding-left: 10px;
		padding-right: 10px;
		}
	.item-text h1, .item-text h2, .item-text h3, .item-text h4 {
		margin-top: 40px;
		}
	.item-text h1.adv, .item-text h2.adv, .item-text h3.adv, .item-text h4.adv {
		margin-top: 20px;
		}
	.desc-content > span {
		font-size: 14px;
		}
	.main-card .button-see, .main-card .button-see::after {
		opacity:1;
		}
	.social-widgets {
		margin-top: -10px;
	}
	.social-widgets > div {
		width: 300px;
	}
	.social-buttons {
		margin-top: 0;
		margin-left: 20px;
	}
	.social-buttons-node > div {
		margin-left: 5px;
	}
	}

#disqus_thread {
  margin-top: 15px;
}

#_node_images_list input {
  max-width: 100px;
}

#_node_images_list td {
  font-size: 14px;
}