@font-face {
  font-family: 'youtube';
  src: url('../fonts/youtube.eot?79725680');
  src: url('../fonts/youtube.eot?79725680#iefix') format('embedded-opentype'),
       url('../fonts/youtube.woff2?79725680') format('woff2'),
       url('../fonts/youtube.woff?79725680') format('woff'),
       url('../fonts/youtube.ttf?79725680') format('truetype'),
       url('../fonts/youtube.svg?79725680#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

#header:after,
.header-holder:after,
.nav-area:after,
.nav-holder:after,
.lang:after,
#nav:after,
#nav ul:after,
.carousel-holder .carousel .holder:after,
.carousel .img-holder:after,
.article-content .img-holder:after,
.publish-box .img-holder:after,
.article:after,
.article .text:after,
.info-holder .info-box:after,
.news-box:after,
.news-box .news:after,
.news-box .news-area:after,
.aside .research-box:after,
.main-holder ul:after,
.publication:after,
.publish:after,
.publish .stock-holder:after,
.shopping-area:after,
.shopping-area .shopping-box:after,
.shopping-area .text-holder:after,
.shopping-area .count:after {
	content: " ";
	display: block;
	clear: both;
}

.lang,
.social-networks,
#footer .media,
#footer .site,
#nav ul,
.news-box .news,
.aside .research-box,
.aside .research,
.main-holder ul,
.main-holder .course-holder {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #4c423c;
	background: #fff;
	font: 18px/28px "Source Sans Pro", sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

hr {
    border: none;
    border-bottom: 1px solid #d7dbdd;
}

img {
	border-style: none;
	max-width: 100%;
	height: auto;
}

td img {
	max-width: none;
	height: auto;
}

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

input,
textarea,
select {
	font: 100% "Source Sans Pro", sans-serif;
	color: #000;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #999;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #4d4d4d;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Source Sans Pro", sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

.gm-style img {
	max-width: none;
}

#header {
	position: relative;
	padding: 64px 0 29px;
	border-bottom: 1px solid #dedede;
	margin: 0 0 62px;
}

.logo {
	display: block;
	width: 280px;
	margin: 23px auto 0;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.nav-area {
	position: absolute;
	left: 0;
	right: 0;
	top: 11px;
	padding: 0 20px 18px;
	border-bottom: 1px solid #dedede;
}

.menu {
	float: left;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 9px 0 0;
	color: #88756b;
	font-weight: 600;
}

.nav-holder {
	width: 255px;
	right: 0;
	background: #fff;
	position: fixed;
	top: 0;
	overflow: auto;
	height: 100%;
}

.nav-active .nav-holder {
	margin: 0;
}

.nav-active #wrapper {
	-webkit-transform: translate3d(-250px, 0, 0);
	transform: translate3d(-250px, 0, 0);
}

.nav-active #wrapper:before {
	opacity: 1;
	visibility: visible;
}

.nav-active .nav-area {
	position: absolute;
	right: 0;
	border: 0;
}

.lang {
	text-align: right;
	margin: 0 4px 20px;
	font-size: 16px;
}

.lang li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 18px;
	position: relative;
}

.lang li:first-child:before {
	display: none;
}

.lang li:before {
	position: absolute;
	left: -20px;
	top: 7px;
	content: "";
	width: 2px;
	height: 15px;
	background: #e9e9e9;
}

.lang li.active a {
	color: #88756b;
	font-weight: 600;
}

.lang a {
	text-decoration: none;
	text-transform: uppercase;
	color: #3a3a3a;
}

.lang a:hover {
	color: #00a3d5;
}

.social-networks {
	display: inline-block;
	vertical-align: middle;
	padding: 0 18px 0 21px;
}

.social-networks li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.social-networks a {
	text-decoration: none;
}

.social-networks a span {
	display: none;
}

.social-networks .bambuser,
.social-networks .twitter,
.social-networks .facebook,
.social-networks .youtube,
.social-networks .instagram {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #bac5ca;
	text-align: center;
}

.social-networks .bambuser:hover {
	background: #9ec627;
}

.social-networks .twitter:hover {
	background: #5ea9dd;
}

.social-networks .facebook:hover {
	background: #3b5998;
}
.social-networks .youtube:hover {
	background: #cc181e;
}

.social-networks .instagram:hover {
	background: #cc181e;
	background: linear-gradient(23deg, #f9b85c, #a036ba, #6047c7);
	background-size: 600% 600%;

	-webkit-animation: Instagram 10s ease infinite;
	-moz-animation: Instagram 10s ease infinite;
	animation: Instagram 10s ease infinite;

}
@-webkit-keyframes Instagram {
    0%{background-position:0% 97%}
    50%{background-position:100% 4%}
    100%{background-position:0% 97%}
}
@-moz-keyframes Instagram {
    0%{background-position:0% 97%}
    50%{background-position:100% 4%}
    100%{background-position:0% 97%}
}
@keyframes Instagram {
    0%{background-position:0% 97%}
    50%{background-position:100% 4%}
    100%{background-position:0% 97%}
}

.social-networks .txt,
.social-networks .icon-twitter,
.social-networks .icon-facebook,
.social-networks .icon-youtube,
.social-networks .icon-instagram {
	display: block;
	color: #fff;
	font-size: 26px;
	line-height: 40px;
}

.social-networks .icon-youtube,
.social-networks .icon-instagram {
	font-family: "youtube";
}

.social-networks .txt {
	font-weight: 700;
	font-style: normal;
	font-size: 27px;
	line-height: 39px;
}

.shopping {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #0094ab;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}

.shopping:hover {
	background: #00a3d5;
}

.shopping:hover .icon-basket {
	color: #fff;
}

.search-form {
	display: block;
	width: 215px;
	margin: 30px auto;
	background: #f1f2f3;
	border-radius: 20px;
}

.search-form button[type="submit"] {
	float: right;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 100%;
	background: #63599e;
	border: 0;
	padding: 0;
	outline: none;
	position: relative;
	z-index: 5;
}

.search-form button[type="submit"]:hover {
	background: #00a3d5;
}

.search-form .icon-search {
	display: block;
	color: #fff;
	font-size: 22px;
	margin: -4px 0 0 -1px;
}

.search-form .holder {
	float: left;
	width: 80%;
	padding: 0 15px;
}

.search-form input[type="search"] {
	float: left;
	border: 0;
	background: none;
	height: 39px;
	width: 100%;
	outline: none;
}

#footer {
	overflow: hidden;
	background: #63599e;
	padding: 24px 30px 20px;
}

#footer .footer-holder {
	overflow: hidden;
}

#footer .media,
#footer .site {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	margin: 0;
}

#footer .media li,
#footer .site li {
	float: left;
	margin: 0 58px 8px 0;
}

#footer .site li {
	margin: 0 0 10px;
}

#footer .site li.webmaster {
	margin-left:57px;
}

#footer .site li:first-child {
	margin: 0 57px 10px 0;
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

.nav-holder {
	overflow: visible !important;
}

.nav-opener {
	position: absolute;
	right: 20px;
	top: 0;
	width: 35px;
	height: 35px;
	background: #0094ab;
	border-radius: 100%;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #fff;
	border-radius: 0;
	position: absolute;
	top: 55%;
	left: 25%;
	right: 25%;
	height: 2px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all linear 0s;
	transition: all linear 0s;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 41%;
}

.nav-opener:after {
	top: 68%;
}

.nav-opener:hover {
	background: #00a3d5;
}

/* close button transition */

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:hover {
	opacity: .9;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 50%;
	left: 25%;
	right: 25%;
}

.nav-active .nav-opener:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.nav-active .nav-area {
	top: 11px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

.nav-active .menu {
	display: none;
}

#nav li .btn-back {
	background: #63599E;
	color: #fff;
	position: relative;
}

#nav li .btn-back:hover {
	background: #0094ab;
	color: #fff;
}

#nav li .btn-back:hover:before {
	color: #fff;
}

#nav li .btn-back:before {
	content: "\e808";
	right: auto;
	left: 8px;
	top: 17px;
	position: absolute;
}

#nav {
	margin: 0 0 20px;
}

#nav > ul > li:first-child > a:before {
	display: none;
}

#nav li {
	border-bottom: 1px solid #d7dbdd;
	position: relative;
}

#nav li.active > a {
	color: #63599e;
	font-weight: 700;
}

#nav li .drop-down li .back a {
	background: #0094ab;
	color: #fff;
}

#nav li .drop-down .btn-back {
	position: relative;
	padding-left:32px;
}

#nav li .drop-down .btn-back:before {
	font-family: "fontello";
	position: absolute;
	left: 21px;
	top: 17px;
	content: "\e808";
	color: #fff;
}

#nav a {
	display: block;
	padding: 17px 21px 17px;
	text-decoration: none;
	position: relative;
	font-size: 16px;
	color: #000;
}

#nav a.has-drop-down-a {
	position: relative;
}

#nav a.has-drop-down-a:before {
	position: absolute;
	right: 21px;
	top: 18px;
	font-family: "fontello";
	content: "\e804";
	font-size: 20px;
}

#nav a:hover {
	color: #00a3d5;
}

#nav a:hover:before {
	color: #00a3d5;
}

.carousel-holder {
	overflow: hidden;
	margin: 0 0 30px;
	background: #f3f8f9;
	border-bottom: 1px solid #e2e7e8;
}

.carousel-holder .heading-holder {
	overflow: hidden;
	background: #63599e;
	padding: 11px 20px 10px;
	margin: 0 0 43px;
}

.carousel-holder .heading {
	overflow: hidden;
}

.carousel-holder .heading h2 {
	margin: 0;
	font-size: 22px;
	line-height: 24px;
	color: #fff;
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 400;
	max-width: 700px;
}

.carousel-holder .heading .ico {
	width: 37px;
	height: 37px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.carousel-holder .heading .icon-book-open {
	display: inline-block;
	vertical-align: middle;
	font-size: 23px;
	line-height: 36px;
	margin: 0 0 0 -1px;
}

.carousel-holder .heading .txt {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: .3px;
	width: 80%;
}

.carousel-holder .carousel {
	position: relative;
	margin: 0 20px;
	padding: 0 0 33px;
	font-size: 17px;
	line-height: 27px;
	border-top: 1px solid #e2e7e8;
}

.carousel-holder .carousel .mask {
	position: relative;
	overflow: hidden;
	width: 280px;
	padding: 30px 0 5px;
	margin: 0 auto 20px;
}

.carousel-holder .carousel .slideset {
	width: 99999px;
	float: left;
}

.carousel-holder .carousel .slide {
	width: 280px;
	float: left;
}

.carousel-holder .carousel .slide img {
	display: block;
	box-shadow: 2px 3px 2px rgba(0, 0, 0, .15);
}

.carousel-holder .carousel .btn-next,
.carousel-holder .carousel .btn-prev {
	width: 40px;
	height: 40px;
	background: #adb9be;
	border-radius: 100%;
	float: right;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.carousel-holder .carousel .btn-next:hover,
.carousel-holder .carousel .btn-prev:hover {
	background: #00a3d5;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.carousel-holder .carousel .btn-next span,
.carousel-holder .carousel .btn-prev span {
	display: none;
}

.carousel-holder .carousel .btn-next .icon-left-open-big,
.carousel-holder .carousel .btn-next .icon-right-open-big,
.carousel-holder .carousel .btn-prev .icon-left-open-big,
.carousel-holder .carousel .btn-prev .icon-right-open-big {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 23px;
	line-height: 40px;
	margin: 0 0 0 1px;
}

.carousel-holder .carousel .btn-next .icon-right-open-big,
.carousel-holder .carousel .btn-prev .icon-right-open-big {
	margin: 0 0 0 6px;
}

.carousel-holder .carousel .btn-prev {
	float: left;
}

.carousel-holder .carousel .holder {
	width: 280px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 24px;
	display: none !important;
	border-bottom: 1px solid #e2e7e8;
}

.carousel-holder .carousel .pagination {
	position: absolute;
	left: 45px;
	right: 45px;
	top: 5px;
	text-align: center;
}

.carousel-holder .carousel .pagination a {
	margin: 0 4px 4px;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: #e5ebed;
	overflow: hidden;
	text-indent: -9999px;
}

.carousel-holder .carousel .pagination a:hover {
	background: #00a3d5;
}

.carousel-holder .carousel .pagination a.selected {
	background: #adb9be;
}

.caroufredsel_wrapper {
	overflow: visible !important;
}

.carousel .img-holder,
.article-content .img-holder,
.publish-box .img-holder {
	margin: 0 0 27px 10px;
}

.carousel .img-holder a,
.article-content .img-holder a,
.publish-box .img-holder a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}

.carousel .img-holder a:hover img,
.article-content .img-holder a:hover img,
.publish-box .img-holder a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.carousel .img-holder img,
.article-content .img-holder img,
.publish-box .img-holder img {
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	box-shadow: 2px 3px 2px rgba(0, 0, 0, .15);
	display: block;
}

.carousel .img-holder .price,
.article-content .img-holder .price,
.publish-box .img-holder .price {
	position: absolute;
	right: -88px;
	top: 51px;
	font-weight: 600;
	font-size: 48px;
	line-height: 104px;
	width: 95px;
	height: 95px;
	text-align: center;
	background: #d41124;
	border-radius: 100%;
	font-family: "Source Serif Pro", serif;
	color: #fff;
}
.carousel .img-holder .price.price-small,
.article-content .img-holder .price.price-small,
.publish-box .img-holder .price.price-small {
	font-size:30px;
}

.carousel .img-holder .price sup,
.article-content .img-holder .price sup,
.publish-box .img-holder .price sup {
	font-size: 53%;
	top: -.6em;
}

.carousel h2,
.article-content h2,
.publish-box h2 {
	margin: 0 0 17px;
}

.carousel p,
.article-content p,
.publish-box p {
	margin: 0 0 25px;
}

.carousel .author,
.article-content .author,
.publish-box .author {
	display: block;
	font-size: 18px;
	line-height: 20px;
	margin: 0 0 13px;
}

@font-face {
	font-family: fontello;
	src: url("../fonts/fontello.eot");
	src: url("../fonts/fontello.eot?#iefix") format("embedded-opentype"), url("../fonts/fontello.woff") format("woff"), url("../fonts/fontello.ttf") format("truetype"), url("../fonts/fontello.svgfontello") format("svg");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before {
	content: "\e800";
}

.icon-facebook:before {
	content: "\e801";
}

.icon-search:before {
	content: "\e802";
}

.icon-basket:before {
	content: "\e803";
}

.icon-right-open-mini:before {
	content: "\e804";
}

.icon-book-open:before {
	content: "\e805";
}

.icon-left-open-big:before {
	content: "\e806";
}

.icon-right-open-big:before {
	content: "\e807";
}

.icon-left-open-mini:before {
	content: "\e808";
}

.icon-quote:before {
	content: "\e809";
}

.icon-ok:before {
	content: "\e80a";
}

.icon-cancel:before {
	content: "\e80b";
}

.icon-down-open-big:before {
	content: "\e80c";
}

.icon-up-open-big:before {
	content: "\e80d";
}

.icon-youtube:before { font-family:"youtube";content: '\e800'; }
.icon-instagram:before { font-family:"youtube"; content: '\e801'; }


:-moz-placeholder {
	color: #000;
	opacity: 1;
}

::-moz-placeholder {
	color: #000;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #000;
}

::-webkit-input-placeholder {
	color: #000;
}

html {
	background: #63599e;
}

body {
	min-width: 320px;
	background: #fff;
}

a {
	color: #3E42E2;
}

a:hover {
	color: #00a3d5;
}

#wrapper {
	position: relative;
	background: #fff;
	z-index: 999;
	overflow: hidden;
	width: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

#wrapper:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, .4);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity ease-in-out .25s;
	transition: opacity ease-in-out .25s;
}

.top-bar {
	margin: 0 auto;
	width: 33.33%;
	height: 15px;
	background: #d41124;
	position: relative;
}

.top-bar:after,
.top-bar:before {
	position: absolute;
	right: 100%;
	width: 100%;
	height: 100%;
	content: "";
	background: #0094ab;
}

.top-bar:before {
	right: auto;
	left: 100%;
	background: #63599e;
}

#main {
	overflow: hidden;
}

.main-holder {
	overflow: hidden;
	padding: 0 20px 10px;
}

#content {
	margin: 0 0 73px;
}

.article {
	margin: 0 0 52px;
}

.article .img-box {
	width: 100%;
	overflow: hidden;
	margin: 0 0 37px;
}

.article .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.article .img-box a:hover {
	opacity: .7;
}

.article .text p {
	margin: 0 0 23px;
}

h1,
h2 {
	margin: 0 0 13px;
	color: #63599e;
	font-size: 28px;
	line-height: 30px;
	font-weight: 600;
	font-family: "Source Serif Pro", serif;
}

h1 a,
h2 a {
	text-decoration: none;
	color: #63599e;
}

h1 a:hover,
h2 a:hover {
	color: #00a3d5;
	text-decoration: none;
}

h2 {
	font-size: 22px;
	line-height: 24px;
}

.more,
.add-cart {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	line-height: 20px;
}

.more .txt,
.add-cart .txt {
	display: inline-block;
	vertical-align: middle;
	color: #3E42E2;
	margin: -2px 3px 0 0;
}

.more .ico,
.add-cart .ico {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	border: 1px solid #bac5ca;
	text-align: center;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.more .ico .icon-right-open-big,
.more .ico .icon-basket,
.add-cart .ico .icon-right-open-big,
.add-cart .ico .icon-basket {
	display: inline-block;
	vertical-align: middle;
	color: #3E42E2;
	font-size: 17px;
	margin: -1px -1px 0 0;
}

.more .ico .icon-basket,
.add-cart .ico .icon-basket {
	font-size: 16px;
	margin: 0 1px 0 0;
}

.more:hover .txt,
.add-cart:hover .txt {
	color: #00a3d5;
}

.more:hover .ico,
.add-cart:hover .ico {
	border-color: #00a3d5;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.more:hover .ico .icon-right-open-big,
.more:hover .ico .icon-basket,
.add-cart:hover .ico .icon-right-open-big,
.add-cart:hover .ico .icon-basket {
	color: #00a3d5;
}

.more,
.add-cart {
	font-size: 18px;
}

.info-holder {
	overflow: hidden;
	margin: 0 0 10px;
}

.info-holder .info-area {
	overflow: hidden;
}

.info-holder .info-box {
	margin: 0 0 56px;
}

.info-holder .info-box.add {
	width: 100% !important;
}

.info-holder .info-box .img-box {
	overflow: hidden;
	margin: 0 0 31px;
}

.info-holder .info-box .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.info-holder .info-box .img-box a:hover {
	opacity: .7;
}

.humain-chain {
	overflow: hidden;
}

.humain-chain img {
	display: block;
	width: 100%;
	height: auto;
}

#sidebar {
	margin: 0;
}

.news-box {
	margin: 0 0 68px;
}

.news-box h2 {
	margin: 0;
	background: #0094ab;
	color: #fff;
	font-weight: 400;
	padding: 0 20px;
	font-size: 22px;
	line-height: 58px;
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 0;
}

.news-box li {
	padding: 28px 13px 13px 15px !important;
	border-bottom: 1px solid #d7dbdd;
}

.news-box li:before {
	display: none;
}

.news-box time {
	display: block;
	color: #adb9be;
	font-size: 15px;
	margin: 0 0 5px;
}

.news-box .location {
	display: block;
	color: #adb9be;
	font-size: 15px;
	margin: -10px 0 5px;
}

.news-box .news-area {
	color: #77675e !important;
	font-size: 17px;
	line-height: 24px;
}

.news-box .news-area p {
	float: left;
	width: 82%;
	font-weight: 400;
}

.news-box .news-area .ico {
	float: right;
	width: 26px;
	height: 26px;
	border: 1px solid #bac5ca;
	border-radius: 100%;
	text-align: center;
	margin: 0;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.news-box .news-area .ico .icon-right-open-big {
	color: #bac5ca;
	margin: 0 -3px 0 0;
}

.news-box a {
	text-decoration: none;
	display: block;
}

.news-box a:hover time {
	color: #00a3d5;
}

.news-box a:hover .location {
	color: #00a3d5;
}

.news-box a:hover .news-area {
	color: #00a3d5 !important;
}

.news-box a:hover .news-area .ico {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	border-color: #00a3d5;
}

.news-box a:hover .news-area .ico .icon-right-open-big {
	color: #00a3d5;
}

.container {
	overflow: hidden;
	padding: 0 20px 42px;
}

.container .links-holder {
	overflow: hidden;
}

.container .links-holder .news-box:first-child li {
	padding: 0 !important;
	border: 0;
}

.container .links-holder .news-box:first-child li a {
	border-bottom: 1px solid #d7dbdd;
}

.container .links-holder .news-box:first-child li a p {
	font-size: 18px;
}

.container .links-holder .news-box:first-child li a .icon-right-open-big {
	display: block;
}

.container .links-holder .news-box:first-child li a:hover {
	border-color: #00a3d5;
}

.container .links-holder .news-box:first-child li a:hover p {
	color: #fff;
}

.container .links-holder .news-box:first-child li a:hover .ico {
	border-width: 2px;
}

.container .links-holder .news-box:first-child li a:hover .ico .icon-right-open-big {
	font-size: 18px;
	margin: -1px 0 0 -1px;
}

.container .links-holder .news-box:first-child a {
	padding: 28px 13px 13px 15px;
	display: block;
}

.container .links-holder .news-box:first-child a:hover {
	background: #00a3d5;
}

.container .links-holder .news-box:first-child a:hover .ico {
	border-color: #fff;
}

.container .links-holder .news-box:first-child a:hover .ico .icon-right-open-big {
	color: #fff;
}

.container .links-holder .news-box:first-child .news-area p {
	color: #0095c3;
}

.container .social-holder {
	overflow: hidden;
}

.container .social-holder h2 {
	margin: 0 0 33px;
	background: #0094ab;
	color: #fff;
	font-weight: 400;
	padding: 0 20px;
	font-size: 22px;
	line-height: 58px;
	font-family: "Source Sans Pro", sans-serif;
	letter-spacing: 0;
}

.container .social-holder .social-area {
	overflow: hidden;
}

.container .social-holder .facebook,
.container .social-holder .twitter,
.container .social-holder .bambuser {
	float: left;
	width: 280px;
	margin: 0 40px 30px 0;
}

.aside {
	overflow: hidden;
	background: #f3f8f9 url(../images/img-16.jpg) repeat-x 0 100%;
	border-top: 1px solid #e2e7e8;
	padding: 52px 30px 132px;
}

.aside .research-box li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 48px;
	width: 100%;
}

.aside .research-box li a {
	text-decoration: none;
	color: #000;
	font-size:16px;
}

.aside .research-box li.active > a {
  font-weight: 600;
}

.aside .research-box li a:hover {
	color: #00a3d5;
}

.aside h2 {
	margin: 0 0 20px;
	line-height: 28px;
}

.aside h2 a {
	color: #63599e !important;
	text-decoration: none;
}

.aside h2 a:hover {
	color: #00a3d5 !important;
}

.aside .research li {
	display: block;
	margin: 0 0 8px;
}

.aside address {
	display: block;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	font-style: normal;
	margin: -8px 0 0;
}

.aside address p {
	margin: 0 0 28px;
}

.aside .tel,
.aside .mail {
	text-decoration: none;
}

.main-holder.master-page {
	font-size: 16px;
	line-height: 27px;
}
.main-holder.master-page p {
	font-size: 15px;
	line-height: 23px;
}

.breadcrumbs {
	display: none;
}

.article-box {
	overflow: hidden;
	margin: -3px 0 46px;
	padding: 0 0 10px;
	font-size: 18px;
	line-height: 28px;
	border-bottom: 1px solid #d7dbdd;
}

.article-box h1 {
	line-height: 38px;
	margin: 0 0 16px;
}

.article-box time,
.article-box .location,
.article-box .writer {
	display: block;
	margin: 0 0 6px;
	color: #aeb9be;
	font-size: 15px;
	line-height: 18px;
}

.article-box .location {
	margin: 0 0 21px;
}

.description {
	margin: 0 0 6px;
	overflow: hidden;
	font-size: 16px;
	line-height: 27px;
}

.description .txt-holder {
	overflow: hidden;
}

.description .txt-holder p {
	margin: 0 0 46px;
}

.description p {
	margin: 0 0 27px;
}

.description .img-frame {
	padding: 9px 0 15px;
	overflow: hidden;
}

.blockquote {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 0 0 0 38px;
	position: relative;
}

.blockquote:after {
	position: absolute;
	left: 0;
	top: 10px;
	content: "\e809";
	font-family: "fontello";
	font-size: 40px;
	color: #c6cb2b;
}

.blockquote q {
	display: block;
	font-size: 19px;
	line-height: 31px;
	font-style: italic;
	color: #a8b431;
	margin: 0 0 17px;
}

.blockquote cite {
	display: block;
	color: #a8b431;
	font-size: 16px;
	line-height: 18px;
	font-style: normal;
	margin: 0 0 0 2px;
}

.info-frame {
	overflow: hidden;
	margin: 41px 0 38px;
	background: #f3f8f9;
	padding: 30px 5px 7px 40px;
	position: relative;
	color: #4c423c;
	font-size: 17px;
	line-height: 27px;
}

.info-frame:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 15px;
	content: "";
	background: #0094ab;
}

.info-frame h3 {
	margin: 0 0 16px;
	font-size: 18px;
	line-height: 20px;
	color: #392f2a;
	font-weight: 600;
}

.main-holder ul {
	padding: 8px 0 23px;
}

.main-holder ul li {
	padding: 0 0 4px 21px;
	position: relative;
}

.main-holder ul li:before {
	position: absolute;
	left: 1px;
	top: 13px;
	content: "";
	width: 4px;
	height: 4px;
	background: #0094ab;
	border-radius: 100%;
}

.schedule {
	overflow: hidden;
	line-height: 26px;
	margin: 0 0 57px;
	width: 100%;
	border-bottom: 1px solid #d7dbdd;
}

.schedule.file {
	font-size: 14px;
}

.schedule.file thead {
	display: none;
}

.schedule.file td {
	width: 100%;
	padding: 19px 15px 14px;
}

.schedule.file td:first-child {
	width: 100%;
	text-align: left;
	background: #f3f8f9;
	font-weight: 600;
	border: 0;
}

.schedule.file td:nth-child(2) {
	border-bottom: 1px solid #d7dbdd;
}

.schedule.file tr:nth-child(odd) {
	background: none;
}
.schedule.file td a {
	color:#4c423c;
}
.schedule.file td a:hover {
	text-decoration: underline;
}

.schedule tr:nth-child(odd) {
	background: #f3f8f9;
}

.schedule td {
	padding: 0;
	width: 68%;
	float: left;
	padding: 19px 0 24px;
	font-weight: 400 !important;
}

.schedule td:first-child {
	width: 29%;
	text-align: center;
}
.schedule td strong,
.schedule td time {
	font-weight: 600;
	display: block;
	text-align: left;
	padding: 0 30px;
}

.writer-holder {
	overflow: hidden;
}
.researcher-profile h1,
.writer-holder h2 {
	margin: 0 0 35px;
}
.researcher-profile h1 {
	font-size:1.17em;
	font-family:"Source Sans Pro", sans-serif;
	line-height:1.2em;
}

.writer-holder .writer-box {
	overflow: hidden;
	margin: 0 0 51px;
}

.writer-holder .writer-box .img {
	width: 114px;
	margin: 0 0 26px;
}

.writer-holder .writer-box .img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #dedede;
}

.writer-holder .writer-box .img a:hover {
	opacity: .7;
}

.writer-holder .writer-box .txt {
	overflow: hidden;
}

.writer-holder h3 {
	margin: 0 0 19px;
	font-weight: 600;
}

.writer-holder h3 a {
	color: #63599e;
}

.writer-holder h3 a:hover {
	color: #0094ab;
}

.writer-holder p {
	margin: 0;
}

.writer-holder a {
	text-decoration: none;
	color: #4c423c;
}

.writer-holder a:hover {
	color: #0094ab;
}

.writer-holder .mail > a,
.writer-holder .mail {
	display: inline-block;
	vertical-align: middle;
	margin: 17px 0 -1px;
}

.writer-holder .mail > a:hover,
.writer-holder .mail:hover {
	color: #0094ab;
}

.writer-holder .tel {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 18px;
}

.writer-holder .tel:hover {
	color: #0094ab;
}

.writer-holder .link {
	text-decoration: none;
	color: #0094ab;
}

.writer-holder .link:hover {
	color: #00a3d5;
}

.register-form {
	overflow: hidden;
	margin: 0 0 80px;
}

.register-form.add {
	margin: 0;
	padding: 0 0 79px;
	border-bottom: 1px solid #d7dbdd;
}

.register-form.add h3:before {
	display: none;
}

.register-form h2 {
	margin: 0 0 17px;
}

.register-form h3 {
	color: #63599e;
	margin: 0 0 17px;
	font-family: "Source Serif Pro", serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 20px;
	counter-increment: item;
}

.register-form h3:before {
	/*content: counters(item, ".") ".";*/
	display: inline-block;
	vertical-align: bottom;
	margin: 0 2px 0 0;
}

.register-form input[type="radio"],
.register-form input[type="checkbox"] {
	/*position: fixed;
	left: 0;
	top: 0;
	opacity: 0;*/
	display:none;
	z-index: -1;
}

.register-form .fake-input {
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	border: 1px solid #d7dbdd;
	background: #f3f8f9;
	position: relative;
	margin-right: 10px;
	border-radius: 4px;
	color: #4c423c;
}

.register-form input[type=radio] + .fake-input {
	border-radius: 100%;
}

.register-form input[type="checkbox"] + .fake-input:before {
	content: "\e80a";
	width: 8px;
	height: 4px;
	width: 8px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -13px 0 0 -8px;
	font-family: fontello;
	font-size: 13px;
	opacity: 0;
	color: #0094ab;
	border-radius: 3px;
}

.register-form input[type="radio"] + .fake-input:before {
	content: "";
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	background: #00a3d5;
	border-radius: 100%;
	opacity: 0;
}

.register-form input[type="radio"]:checked + .fake-input:before,
.register-form input[type="checkbox"]:checked + .fake-input:before {
	opacity: 1;
}

.register-form input:disabled + .fake-input,
.register-form input:disabled ~ .fake-label {
	opacity: .5;
}

.register-form .fake-label {
	margin: 2px 0 0;
	width: 85%;
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
	vertical-align: top;
	color: #4c423c;
}

.register-form .radio-holder {
	overflow: hidden;
	margin: 0 0 45px;
}

.register-form .radio-box {
	overflow: hidden;
	margin: 0 0 9px;
}

.register-form .row-holder {
	overflow: hidden;
	margin: 0 0 37px;
}

.register-form .row-holder .row {
	overflow: hidden;
	margin: 0 0 22px;
}

.register-form .row-holder label {
	display: block;
	margin: 0 0 2px;
}

.register-form .row-holder input[type="text"],
.register-form .row-holder input[type="email"],
.register-form .row-holder input[type="tel"],
.register-form .row-holder textarea {
	float: left;
	width: 100%;
	height: 45px;
	border: 1px solid #d7dbdd;
	border-radius: 3px;
	background: #f3f8f9;
	outline: none;
}

.register-form .row-holder .error label {
	color:#cc0000;
}

.register-form .row-holder .error input,
.register-form .row-holder .error textarea {
	border-color:#cc0000;
	background-color:#f9f4f3;
}

.register-form .row-holder textarea {
	height: 175px;
	resize: none;
}

.register-form .checkbox-holder {
	overflow: hidden;
	margin: 0 0 58px;
}

.register-form .checkbox-holder.add {
	margin-top: -23px;
}

.register-form .price-box {
	overflow: hidden;
	margin: 0 0 42px;
}

.register-form .price-box h3 {
	margin: 0 0 13px;
}

.register-form .price-box h3:before {
	display: none;
}

.register-form .price-box span {
	color: #88756b;
	font-size: 40px;
	line-height: 42px;
	display: block;
	font-family: "Source Serif Pro", serif;
}

.nts-btn {
	background: #0094ab;
	width: 170px;
	height: 45px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	font-weight: 600;
	padding: 0 5px;
	border: 0;
}
.nts-btn:hover {
	background: #00a3d5;
}

.register-form input[type="submit"] {
	float: left;
	background: #0094ab;
	width: 170px;
	height: 45px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	font-weight: 600;
	padding: 0 5px;
	border: 0;
}

.register-form input[type="submit"]:hover {
	background: #00a3d5;
}

.main-holder .course-holder {
	overflow: hidden;
	padding: 0;
	margin: 0 0 59px;
	border-bottom: 1px solid #d7dbdd;
}

.main-holder .course-holder li {
	padding: 0;
}

.main-holder .course-holder li:before {
	display: none;
}

.main-holder .course-holder li:nth-child(odd) {
	background: #f3f8f9;
}

.main-holder .course-holder a {
	display: block;
	text-decoration: none;
	padding: 17px 0 16px 20px;
}

.main-holder .course-holder a:hover .text {
	color: #00a3d5;
}

.main-holder .course-holder a:hover .text span {
	color: #00a3d5;
}

.main-holder .course-holder a:hover .ico {
	border-color: #00a3d5;
}

.main-holder .course-holder a:hover .ico .icon-right-open-big {
	color: #00a3d5;
}

.main-holder .course-holder .text {
	display: inline-block;
	vertical-align: middle;
	width: 84.7%;
	color: #4c423c;
	line-height: 26px;
}

.main-holder .course-holder .text p {
	margin: 0 0 7px;
}

.main-holder .course-holder .text span {
	font-size: 14px;
	line-height: 24px;
	font-style: italic;
	color: #88756b;
	display: block;
}

.main-holder .course-holder .ico {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	border: 1px solid #bac5ca;
	line-height: 20px;
	text-align: center;
}

.main-holder .course-holder .ico .icon-right-open-big {
	color: #bac5ca;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	margin: 0 -1px 0 0;
}

.tab-holder {
	overflow: hidden;
}

.tab-holder.open-close.active .ico .icon-up-open-big {
	display: block;
	font-size: 21px;
	margin: 1px 0 0 -2px;
}

.tab-holder.open-close.active .ico .icon-down-open-big {
	display: none;
}

.tab-holder .icon-up-open-big {
	display: none;
}

.tab-holder .opener {
	text-decoration: none;
	display: block;
	background: #0094ab;
	color: #fff;
	padding: 11px 10px 13px 20px;
}

.tab-holder .opener span {
	display: inline-block;
	vertical-align: middle;
	padding: 6px 0 0;
	max-width: 70%;
}

.tab-holder .opener .ico {
	float: right;
	width: 35px;
	height: 35px;
	border: 2px solid #fff;
	border-radius: 100%;
	text-align: center;
}

.tab-holder .opener .ico .icon-down-open-big {
	display: inline-block;
	vertical-align: middle;
	font-size: 21px;
	margin: 0 0 0 -2px;
}

.tab-holder .opener .ico:hover {
	background: #fff;
}

.tab-holder .opener .ico:hover .icon-down-open-big,
.tab-holder .opener .ico:hover .icon-up-open-big {
	color: #0094ab;
}

.tab-holder .tabset {
	padding: 0;
	margin: 0;
}

.tab-holder .tabset li {
	padding: 0;
}

.tab-holder .tabset li:before {
	display: none;
}

.tab-holder .tabset li:first-child a {
	font-weight: 600;
}

.tab-holder .tabset a {
	display: block;
	text-decoration: none;
	color: #88756b;
	padding: 18px 21px 17px;
	border-bottom: 1px solid #d7dbdd;
}

.tab-holder .tabset a:hover {
	color: #00a3d5;
}

.tab-holder .tab-content {
	padding: 58px 0 0;
}

.search-box {
	overflow: hidden;
	padding: 39px 0;
	margin: 0 0 45px;
	border: solid #e2e7e8;
	border-width: 1px 0;
}

.search-box .search {
	width: 100%;
	float: left;
	background: #f3f8f9;
	border: 1px solid #d7dbdd;
	border-radius: 4px;
}

.search-box input[type="search"] {
	float: left;
	width: 80%;
	border: 0;
	padding: 6px 14px;
	background: none;
	height: 43px;
	outline: none;
}

.search-box button[type="submit"] {
	float: right;
	border: 0;
	background: none;
	padding: 0;
}

.search-box button[type="submit"] .icon-search {
	display: block;
	color: #adb9be;
	font-size: 20px;
	margin: 7px 7px 0 0;
}

.search-box button[type="submit"]:hover .icon-search {
	color: #00a3d5;
}

.publication {
	border-bottom: 1px solid #e2e7e8;
	margin: 0 0 80px;
}

.publication .article-content {
	overflow: visible;
	padding: 0 0 54px;
}

.publication .article-content .img-holder {
	margin: 0 0 21px;
}

.publish {
	border: solid #e2e7e8;
	border-width: 1px 0;
	padding: 46px 0 14px;
	margin: 0 0 49px;
}

.publish .publish-box .img-holder {
	width: 114px;
	margin: 0 0 38px;
}

.publish .publish-box .img-holder img {
	display: block;
	width: 100%;
	height: auto;
}

.publish .publish-box .img-holder .price {
	top: 31px;
	right: -72px;
}

.publish .publish-box .img-holder a {
	cursor:default;
}

.publish .text {
	display: table;
}

.publish .stock-holder {
	display: table-header-group;
}

.publish .stock-holder .num {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 17px;
	border: 1px solid #d7dbdd;
	border-radius: 4px;
	background: #f3f8f9;
	padding: 0 5px;
	text-align: center;
	width: 35px;
	height: 33px;
	margin: 0 12px 0 0;
	outline: none;
}

.publish .count {
	margin: 0 0 27px;
}

.publish .stock {
	color: #4c423c;
	overflow: hidden;
	margin: 0 0 35px;
}

.publish .stock .txt {
	font-size: 18px;
	margin: 0 4px 0 0;
}

.publish .stock .icon-ok {
	color: #88756b;
}

.note {
	font-weight: 600;
}

.authors {
	overflow: hidden;
	margin: 0 0 80px;
	border-bottom: 1px solid #e2e7e8;
}

.authors td {
	padding: 15px 20px 20px;
	width: 57%;
	float: left;
}

.authors td:first-child {
	width: 43%;
}

.authors tr:nth-child(odd) {
	background: #f3f8f9;
}

.shopping-area {
	margin: 0 0 41px;
	border-top: 1px solid #e2e7e8;
}

.shopping-area .shopping-box {
	padding: 36px 26px 8px 0;
	border-bottom: 1px solid #e2e7e8;
}

.shopping-area .img-box {
	float: left;
	width: 80px;
}

.shopping-area .img-box img {
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
	box-shadow: 2px 3px 2px rgba(0, 0, 0, .15);
}

.shopping-area .img-box a:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.shopping-area .price-holder {
	float: right;
}

.shopping-area .price-holder .price {
	color: #88756b;
	display: block;
	font-size: 36px;
	line-height: 40px;
	font-family: "Source Serif Pro", serif;
	font-weight: 600;
}

.shopping-area .txt-box {
	float: left;
	width: 100%;
	padding: 16px 0 0;
}

.shopping-area .txt-box a {
	text-decoration: none;
	color: #4c423c;
	display: inline-block;
	vertical-align: middle;
}

.shopping-area .txt-box a:hover {
	color: #00a3d5;
}

.shopping-area .count {
	margin: 0 0 45px;
}

.shopping-area .count .num {
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	line-height: 17px;
	border: 1px solid #d7dbdd;
	border-radius: 4px;
	background: #f3f8f9;
	padding: 0 5px;
	width: 35px;
	height: 33px;
	margin: 0 15px 0 0;
	text-align: center;
	outline: none;
}

.shopping-area .count .close {
	text-decoration: none;
}

.shopping-area .count .close .remove {
	font-size: 18px;
}

.shopping-area .count .close:hover {
	color: #00a3d5;
}

.shopping-area .count .close:hover .ico {
	border-color: #00a3d5;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.shopping-area .count .close:hover .ico .icon-cancel {
	color: #00a3d5;
}

.shopping-area .count .close .hide {
	display: none;
}

.shopping-area .count .close .ico {
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 26px;
	border: 2px solid #adb9be;
	border-radius: 100%;
	margin: 0 0 0 9px;
	-webkit-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

.shopping-area .count .close .ico .icon-cancel {
	display: inline-block;
	vertical-align: middle;
	color: #adb9be;
	font-size: 23px;
	margin: -9px 0 0 -5px;
}

.member-area {
	overflow: hidden;
	padding: 0 0 3px;
	margin: 0 0 48px;
	border-bottom: 1px solid #e2e7e8;
}

.member-area .align-left,
.member-area .align-right {
	overflow: hidden;
}

.member-area h3 {
	color: #63599e;
	margin: 0 0 13px;
	font-weight: 600;
	font-family: "Source Serif Pro", serif;
}

.member-area .align-left {
	margin: 0 0 54px;
}

.member-area .align-left p {
	margin: 0 0 34px;
}

.member-area .align-left input[type="text"] {
	float: left;
	width: 100%;
	height: 45px;
	border: 1px solid #d7dbdd;
	border-radius: 5px;
	margin: 0 0 31px;
	background: #f3f8f9;
}

.member-area .align-left .order {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	border-radius: 4px;
	background: #0094ab;
	padding: 2px 21px 0;
	font-weight: 600;
}

.member-area .align-left .order:hover {
	background: #00a3d5;
}

.member-area .align-right {
	overflow: hidden;
}

.member-area .align-right .price {
	display: block;
	margin: 0 0 40px;
	color: #88756b;
}

.member-area .align-right .price.high {
	font-weight: 600;
	font-size: 40px;
	line-height: 42px;
}

.news-holder {
	margin: 0 0 52px;
	overflow: hidden;
}

.news-holder .news {
	overflow: hidden;
	padding: 29px 0 37px;
	font-size: 16px;
	line-height: 27px;
	border-bottom: 1px solid #e2e7e8;
}

.news-holder h3 {
	color: #63599e;
	font-size: 18px;
	line-height: 26px;
	font-family: "Source Serif Pro", serif;
	font-weight: 600;
	margin: 0 0 14px;
}

.news-holder h3 a {
	color: #63599e;
	text-decoration: none;
}

.news-holder h3 a:hover {
	color: #00a3d5;
}

.news-holder time,
.news-holder .location,
.news-holder .writer {
	display: block;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	margin: 0 0 6px;
}

.news-holder .location {
	margin: 0 0 12px;
}

.news-holder p {
	margin: 0 0 28px;
}

.main-holder .paging {
	overflow: hidden;
	text-align: left;
}

.main-holder .paging li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.main-holder .paging li:before {
	display: none;
}

.main-holder .paging li.active span,
.main-holder .paging li.active a {
	background: #0094ab;
	color: #fff;
}

.main-holder .paging li span,
.main-holder .paging li a {
	margin: 0 1px 20px 0;
	float: left;
	text-decoration: none;
	color: #000;
	font-size: 18px;
	line-height: 35px;
	text-align: center;
	border-radius: 3px;
	background: #f3f8f9;
	padding: 0 13px;
}

.main-holder .paging li a:hover {
	color: #fff;
	background: #00a3d5;
}

.main-holder .paging li .icon-right-open-mini {
	display: block;
	font-size: 20px;
	margin: 0 -10px 0;
}

.main-holder .pagination {
	padding: 0;
}

.main-holder .pagination a.selected {
	background: #0094ab !important;
	color: #fff !important;
}

.main-holder .pagination .icon-right-open-mini {
	display: block;
	font-size: 20px;
	margin: 0 -10px 0;
}

.main-holder.master-page #content {
	margin: 0 0 55px;
}

.main-holder.master-page #sidebar {
	display: none;
}
.slforms-help {
	display:block;
	color:#bbb;
	font-size:14px;
	margin:6px 0;
}

@media only screen and (min-width: 768px) {
	.nav-active .nav-holder {
		right: 0;
	}

	.nav-active #wrapper {
		margin: 0;
	}

	.nav-active #wrapper:before {
		display: none;
	}

	.nav-active .nav-area {
		position: static;
		right: auto;
		border: 0;
	}

	#header {
		padding: 30px 0 29px;
		margin: 0 0 39px;
		position: relative;
		border: 0;
	}

	.logo {
		margin: 0 0 0 30px;
		float: left;
	}

	.menu,
	.nav-opener {
		display: none;
	}

	.nav-holder {
		overflow: visible;
	}

	.nav-area {
		position: static;
		float: left;
		width: 100%;
		padding: 28px 0 0;
		border: 0;
	}

	.holder-t {
		position: absolute;
		right: 34px;
		top: 23px;
	}

	.holder-t .social-networks {
		float: left;
		padding: 0 101px 0 21px;
	}

	.holder-t .social-networks li {
		margin: 0 0 0 12px;
	}

	.holder-t .search-form {
		float: left;
		width: 40px;
		margin: 0;
		position: absolute;
		right: 56px;
		background: none;
	}

	.holder-t .search-form.active {
		width: 240px;
	}

	.holder-t .search-form.active button[type="submit"] {
		background: #00a3d5;
	}

	.holder-t .search-form.active .holder {
		width: 240px;
	}

	.holder-t .search-form .holder {
		overflow: hidden;
		float: none;
		width: 0;
		padding: 0;
		background: #f1f2f3;
		position: absolute;
		right: 25px;
		top: 0;
		bottom: 0;
		-webkit-transition: all linear .16s;
		transition: all linear .16s;
		border-radius: 20px 0 0 20px;
	}

	.holder-t .search-form input[type="search"] {
		padding: 0 25px 0 15px;
		outline: none;
	}

	.holder-t .shopping {
		float: right;
	}

	.holder-t .lang {
		margin: 0 0 20px;
	}

	.holder-t .lang li {
		margin: 0 0 0 31px;
	}

	#main .main-holder {
		padding: 0 30px 58px;
	}

	.main-holder .article {
		margin: 0 0 55px;
	}

	.main-holder .article .img-box {
		padding: 0 4px 37px 0;
		margin: 0;
	}

	.main-holder .article .text p {
		margin: 0 0 27px;
	}

	.main-holder .info-holder {
		margin: 0 0 39px;
	}

	.main-holder .info-holder .info-area {
		padding: 0 4px 32px 0;
	}

	.main-holder .info-holder .info-box {
		width: 47.1% !important;
		margin: 0;
		float: left;
	}

	.main-holder .info-holder .info-box:last-child:not(:first-child) {
		float: right;
	}
	.main-holder .info-holder .single .info-box:last-child {
		float:left;
	}

	.main-holder #content {
		margin: 0 0 72px;
	}

	.main-holder #sidebar {
		overflow: hidden;
		padding: 0 4px 0 0;
	}

	.main-holder .news-box {
		float: left;
		width: 47.2%;
	}

	.main-holder .news-box:last-child {
		float: right;
	}

	.main-holder .news-box li {
		padding: 27px 13px 8px 15px;
	}

	#footer {
		padding: 24px 40px 20px;
	}

	#footer .media {
		width: 49%;
	}

	#footer .site {
		float: right;
		width: 38.4%;
	}

	.nav-holder {
		position: static;
		width: 100%;
		height: 100%;
		border: solid #dedede;
		border-width: 1px 0;
	}

	.nav-holder #nav {
		padding: 0 30px;
		margin: -1px 0;
	}

	.nav-holder #nav ul {
		display: table;
		width: 100%;
	}

	.nav-holder #nav li {
		border: 0 !important;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}

	.nav-holder #nav li.active a {
		background: #63599E;
		color: #fff;
	}

	.nav-holder #nav a {
		padding: 16px 5px 14px;
		font-size: 15px;
		text-transform: uppercase;
	}

	.nav-holder #nav a:before {
		display: none;
	}

	.nav-holder #nav a:hover {
		background: #00a3d5;
		color: #fff;
	}

	.nav-holder #nav li:hover > a {
		background: #00a3d5;
		color: #fff;
	}

	.nav-holder #nav li.right-side .drop-down {
		left: auto !important;
		right: 0 !important;
	}

	.nav-holder #nav li.right-side .drop-down .drop-down {
		left: auto !important;
		right: 100% !important;
	}

	.nav-holder #nav .drop-down {
		position: absolute;
		display: none;
		left: 0 !important;
		min-width: 186px;
		top: 100%;
		z-index: 5;
		background: #0094ab;
	}

	.nav-holder #nav .drop-down ul {
		display: block;
	}

	.nav-holder #nav .drop-down li {
		position: relative;
		display: block;
		text-align: left;
	}

	.nav-holder #nav .drop-down li.back {
		display: none;
	}

	.nav-holder #nav .drop-down a {
		color: #fff;
		padding: 4px 20px 4px 10px;
		font-weight: normal;
	}

	.nav-holder #nav .drop-down .has-drop-down-a {
		position: relative;
	}

	.nav-holder #nav .drop-down .has-drop-down-a:after {
		position: absolute;
		right: 7px;
		top: 3px;
		content: "\e807";
		font-family: "fontello";
	}

	.nav-holder #nav .drop-down .drop-down {
		left: 100% !important;
		top: 0;
	}

	#main .carousel-holder {
		position: relative;
		margin: 0 0 76px;
	}

	#main .carousel-holder .heading-holder {
		padding: 11px 31px 10px;
	}

	#main .carousel-holder .carousel {
		margin: 0 10px;
		position: static;
		padding: 30px 0;
	}

	#main .carousel-holder .carousel h2 {
		line-height: 27px;
		margin: 0 0 19px;
	}

	#main .carousel-holder .carousel .mask {
		width: 768px;
		margin-bottom: 0;
		padding: 30px 0 5px;
	}

	#main .carousel-holder .carousel .slide {
		margin: 0 20px;
		width: 272px !important;
	}

	#main .carousel-holder .carousel .holder {
		position: static;
		width: auto;
		margin: 0 30px;
		display: block !important;
	}

	#main .carousel-holder .carousel .author {
		margin: -6px 22px 13px 0;
		line-height: 26px;
	}

	#main .carousel-holder .carousel .pagination {
		display: block;
		right: 30px;
		left: auto;
		top: 17px;
	}

	#main .carousel-holder .carousel .pagination a {
		margin: 0 0 4px 15px;
		width: 18px;
		height: 18px;
		background: #928bbb;
	}

	#main .carousel-holder .carousel .pagination a:hover {
		background: #00a3d5;
	}

	#main .carousel-holder .carousel .pagination a.selected {
		background: #fff;
	}

	#main .carousel-holder .carousel .btn-next,
	#main .carousel-holder .carousel .btn-prev {
		position: absolute;
		left: 11px;
		top: 50%;
		margin: 7px 0 0;
	}

	#main .carousel-holder .carousel .btn-next {
		left: auto;
		right: 16px;
	}

	.container {
		padding: 0 30px 45px;
	}

	.container .holder {
		overflow: hidden;
		margin: 0 4px 0 0;
	}

	.container .news-box {
		float: left;
		width: 47.1%;
		margin: 0 0 10px;
	}

	.container .news-box:last-child {
		float: right;
	}

	.container .links-holder {
		margin: 0 0 11px;
	}

	.container .links-holder .news-box:first-child li {
		padding: 0 !important;
	}

	.container .links-holder .news-box:first-child a {
		padding: 31px 13px 10px 15px;
	}

	.container .social-holder .social-area {
		margin: 0 -40px 0 0;
	}

	.container .social-holder .facebook,
	.container .social-holder .twitter,
	.container .social-holder .bambuser {
		width: 332px;
	}

	.container .social-holder .facebook img,
	.container .social-holder .twitter img,
	.container .social-holder .bambuser img {
		display: block;
		width: 100%;
		height: auto;
	}

	.aside {
		padding: 52px 0 137px;
	}

	.aside .research-box li {
		padding: 0 40px;
		width: 49%;
		margin: 0 0 42px;
	}

	.aside .research-box li:nth-child(odd) {
		position: relative;
	}

	.aside .research-box li:nth-child(odd):before {
		position: absolute;
		right: 17px;
		top: 5px;
		bottom: 5px;
		content: "";
		width: 1px;
		background: #e2e7e8;
	}

	.aside .research li {
		padding: 0;
		margin: 0 0 0px;
		width: 100%;
	}

	.aside .research li:nth-child(odd):before {
		display: none;
	}

	#header.inner {
		margin-bottom: 4px;
	}

	.main-holder .paging {
		text-align: center;
		margin-right: 84px;
	}

	.main-holder.master-page #content {
		width: 57%;
		float: left;
	}

	.main-holder.master-page #sidebar {
		display: block;
		float: right;
		width: 35.6%;
	}

	.main-holder .breadcrumbs {
		display: block;
		margin: 0 0 44px;
		color: #000;
		font-size: 14px;
		line-height: 16px;
	}

	.main-holder .breadcrumbs .title {
		font-weight: normal;
		display: inline-block;
		vertical-align: top;
		margin: 0 2px 0 0;
	}

	.main-holder .breadcrumbs ul {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	.main-holder .breadcrumbs ul li {
		display: inline-block;
		vertical-align: top;
		padding: 0 14px 0 0;
	}

	.main-holder .breadcrumbs ul li:first-child:after {
		display: none;
	}

	.main-holder .breadcrumbs ul li:before {
		display: none;
	}

	.main-holder .breadcrumbs ul li:after {
		position: absolute;
		left: -12px;
		top: 1px;
		content: ">";
	}

	.main-holder .breadcrumbs ul a {
		text-decoration: none;
		color: #000;
	}

	.main-holder .breadcrumbs ul a:hover {
		color: #00a3d5;
	}

	.main-holder .article-box {
		padding: 0 0 14px;
	}

	.main-holder .description .img-frame {
		width: 228px;
		float: right;
		margin: 0 0 0 18px;
	}

	.main-holder .blockquote {
		padding: 5px 30px 0 79px;
		margin: 0 0 47px;
	}

	.main-holder .blockquote:after {
		font-size: 64px;
		top: 27px;
	}

	.main-holder .blockquote q {
		font-size: 21px;
		line-height: 34px;
	}

	.main-holder .info-frame {
		padding: 30px 30px 10px 50px;
		letter-spacing: .2px;
		margin: 41px 0 35px;
	}

	.main-holder .schedule {
		margin: 0 0 66px;
		width: 100%;
	}

	.main-holder .schedule td {
		width: 71%;
	}

	.main-holder .schedule td:first-child {
		width: 24.9%;
	}

	.main-holder .schedule.file thead {
		display: block;
	}

	.main-holder .schedule.file thead tr {
		float: left;
		width: 100%;
		text-align: left;
	}

	.main-holder .schedule.file thead th {
		padding: 0 15px;
		float: left;
		width: 20%;
		font-weight: 600;
		font-size: 16px;
	}

	.main-holder .schedule.file thead th:first-child {
		width: 60%;
	}

	.main-holder .schedule.file tbody tr:nth-child(odd) {
		background: #f3f8f9;
	}

	.main-holder .schedule.file td {
		width: 20%;
	}

	.main-holder .schedule.file td:first-child {
		width: 60%;
		background: inherit;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.main-holder .schedule.file td:nth-child(2) {
		border: 0;
	}

	.main-holder .info-holder {
		margin: 0 0 7px;
	}

	.main-holder .info-holder .info-area {
		padding: 0 0 1px;
	}

	.main-holder .info-holder .info-box {
		width: 100%;
		margin: 0 0 50px;
	}

	.main-holder .info-holder .info-box .img-box {
		margin: 0 0 34px;
	}

	.main-holder .info-holder .info-box p {
		margin: 0 0 33px;
	}

	.writer-holder h2 {
		margin: 0 0 30px;
	}

	.writer-holder .writer-box .img {
		float: left;
		margin: 4px 33px 26px 0;
	}

	.tab-holder .opener {
		display: none;
	}

	.tab-holder .tabset.js-slide-hidden {
		position: static !important;
		height: auto !important;
	}

	.tab-holder .tabset li {
		float: left;
	}

	.tab-holder .tabset li.active a {
		background: #0094ab;
		color: #fff;
	}

	.tab-holder .tabset a {
		padding: 10px 12px;
		font-size: 14px;
		line-height: 16px;
		border-radius: 5px 5px 0 0;
	}

	.tab-holder .tabset a:hover {
		color: #fff;
		background: #00a3d5;
	}

	.tab-holder .tab-content {
		padding: 43px 0 0;
	}

	.tab-holder .tab-content p {
		margin: 0 0 46px;
	}
	.product-page .tab-holder .tab-content p {
		margin:0 0 1.2em;
	}

	.search-box .search {
		width: 330px;
	}

	.article-content .img-holder .price {
		right: -76px;
	}

	.article-content h2 {
		line-height: 26px;
		margin: 0 0 19px;
	}

	.publication .article-content .img-holder {
		margin: 0 0 18px;
	}

	.publish {
		padding: 46px 0 17px;
	}

	.publish .publish-box {
		position: relative;
	}

	.publish .publish-box .img-holder {
		margin: 0 0 30px;
	}

	.publish .count {
		margin: 0 0 70px;
		position: static;
	}

	.publish .stock-holder {
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}

	.publish .text {
		font-size: 18px;
		line-height: 28px;
	}

	.authors {
		width: 100%;
	}

	.authors td:first-child {
		font-weight: 600;
	}

	.shopping-area .shopping-box {
		padding: 28px 0 31px;
	}

	.shopping-area .count {
		float: left;
		margin: 4px 0 0;
	}

	.shopping-area .img-box {
		margin: 8px 31px 0 0;
	}

	.shopping-area .frame {
		display: table;
		width: 70%;
	}

	.shopping-area .price-holder {
		width: 100%;
		margin: 9px 0 0;
	}

	.shopping-area .price-holder .price {
		float: right;
	}

	.shopping-area .txt-box {
		float: none;
		line-height: 26px;
		display: table-header-group;
	}

	.member-area .align-left input[type="text"] {
		width: 75.4%;
	}

	.main-holder .pagination {
		text-align: right;
	}

	.main-holder .pagination li {
		float: none;
		padding: 0 3px 20px 0;
		display: inline-block;
		vertical-align: middle;
	}

	.main-holder .pagination li:before {
		display: none;
	}

	.main-holder.master-page #sidebar {
		padding: 35px 4px 0 0;
	}

	#sidebar .nav {
		margin: 0 0 52px;
	}

	#sidebar .nav .title {
		padding: 19px 20px;
		display: block;
		background: #0094ab;
		color: #fff;
		font-weight: 400;
		font-size: 18px;
		line-height: 20px;
	}

	#sidebar ul {
		padding: 0;
	}

	#sidebar ul li {
		padding: 16px 21px 20px;
		border-bottom: 1px solid #d7dbdd;
	}

	#sidebar ul li:before {
		display: none;
	}

	#sidebar ul li.active > a {
		color: #000;
		font-weight: 600;
	}

	#sidebar ul a {
		text-decoration: none;
		color:#000;
		font-size: 16px;
	}

	#sidebar ul a:hover {
		color: #00a3d5;
	}

	#sidebar ul ul li {
		padding: 10px 29px 0;
		border: 0;
	}

	#sidebar ul ul li:first-child a {
		font-weight: normal;
	}

	.children {
		overflow: hidden;
	}

	.info-holder .info-box.add {
		width: 100% !important;
	}
}

@media only screen and (min-width: 940px) {
	.header-holder {
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
	}
	.main-holder .paging {
		margin-right:0;
		text-align:left;
	}
	.product-page .publish-box .text {
		min-height:275px;
	}

	.header-holder:after,
	.header-holder:before {
		position: absolute;
		right: 100%;
		top: 0;
		content: "";
		background: url(../images/img-15.jpg) -179px 0 repeat-x;
		width: 1000%;
		height: 103px;
		margin: 0 24px 0 0;
	}

	.header-holder:before {
		margin: 0 0 0 24px;
		right: auto;
		left: 100%;
		background: url(../images/img-14.jpg) repeat-x;
	}

	.panel {
		float: right;
	}

	.holder-t {
		right: 30px;
		top: 26px;
	}

	.holder-t .lang {
		margin: 4px 10px 20px 0;
		float: left;
	}

	.holder-t .lang li {
		margin: 0 0 0 35px;
	}

	.holder-t .shopping:hover {
		color: #fff;
	}

	.nav-area .nav-holder {
		padding: 0 30px;
		border: 0;
	}

	.nav-area .nav-holder #nav {
		margin: 0 -9999px;
		padding: 0 9999px;
		border: solid #dedede;
		border-width: 1px 0;
	}

	#footer .footer-holder {
		max-width: 940px;
		margin: 0 auto;
		overflow: hidden;
	}

	#footer .site {
		width: 46.7%;
	}

	#footer .site .webmaster {
		margin-left:14%;
	}

	.nav-holder #nav a {
		padding: 13px 5px 15px;
	}

	#main .main-holder {
		margin: 0 auto 68px;
		max-width: 1000px;
		padding: 0 30px 130px;
		position: relative;
	}

	.main-holder #content {
		float: left;
		width: 60%;
	}

	.main-holder .article {
		margin: 0 0 52px;
	}

	.main-holder .article .img-box {
		padding: 0 4px 31px 0;
	}

	.main-holder .article .text p {
		margin: 0 0 25px;
	}

	.main-holder .info-holder {
		font-size: 16px;
		line-height: 27px;
	}

	.main-holder .info-holder h2 {
		line-height: 28px;
		margin: 0 0 11px;
	}

	.main-holder .info-holder .info-box {
		width: 45.5%;
	}

	.main-holder .info-holder .info-box .img-box {
		margin: 0 0 35px;
	}

	.main-holder .info-holder .info-box p {
		margin: 0 0 25px;
	}

	.main-holder .info-holder .info-area {
		padding: 0 4px 56px 0;
	}

	.main-holder #sidebar {
		float: right;
		width: 32%;
		padding: 0;
	}

	.main-holder .news-box {
		width: 100%;
		margin: 0 0 66px;
	}

	.main-holder .humain-chain {
		position: absolute;
		left: 23px;
		right: 25px;
		bottom: 0;
	}

	.container {
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 30px 54px;
	}

	.container .holder {
		margin: 0;
	}

	.container .news-box {
		width: 46.8%;
	}

	.container .links-holder {
		margin: 0 0 64px;
	}

	.container .social-holder .social-area {
		margin: 0 -50px 0 0;
	}

	.container .social-holder .facebook,
	.container .social-holder .twitter,
	.container .social-holder .bambuser {
		width: 280px;
		margin: 0 50px 30px 0;
	}

	.aside {
		padding: 52px 0 125px;
	}

	.aside .aside-holder {
		max-width: 1000px;
		margin: 0 auto;
		overflow: hidden;
	}

	.aside .research-box li {
		width: 33%;
		padding: 0 30px;
		position: relative;
	}

	.aside .research-box li:nth-child(odd):before {
		right: auto;
		left: -40px;
	}

	.aside .research-box li:before {
		position: absolute;
		right: auto;
		left: -40px;
		top: 5px;
		bottom: 5px;
		content: "";
		width: 1px;
		background: #e2e7e8;
	}

	.aside .research li {
		padding: 0;
		width: 100%;
	}

	.aside .research li:before {
		display: none;
	}

	.main-holder.master-page #sidebar {
		padding: 35px 0 0;
		width: 31.9%;
	}

	.main-holder.master-page #content {
		width: 59.6%;
	}

	.main-holder .breadcrumbs {
		margin: 0 0 15px;
	}

	.main-holder .article-box {
		padding: 0 0 11px;
		margin: -3px 0 49px;
	}

	.main-holder .description .img-frame {
		padding: 6px 0 15px;
		width: 255px;
		margin: 0 0 0 20px;
	}

	.main-holder .blockquote {
		padding: 1px 30px 0 79px;
		margin: 0 0 38px;
	}

	.main-holder .blockquote:after {
		top: 22px;
	}

	.main-holder .info-frame {
		margin: 43px 0 39px;
		padding: 30px 30px 4px 50px;
	}

	.writer-holder {
		margin: 0 0 10px;
	}

	.writer-holder h2 {
		margin: 0 0 28px;
	}

	.writer-holder .writer-box {
		margin: 0 0 56px;
	}

	.writer-holder .writer-box .img {
		width: 160px;
		margin: 4px 37px 26px 0;
	}

	.writer-holder .link {
		margin: 18px 0 0 0;
		display: inline-block;
		vertical-align: top;
	}

	.main-holder .course-holder a {
		padding: 17px 0 16px 32px;
	}

	.main-holder .course-holder .text {
		padding: 0 36px 0 0;
		width: 88.9%;
	}

	.tab-holder .tabset {
		border-bottom: 1px solid #d7dbdd;
	}

	.tab-holder .tabset a {
		font-size: 15px;
		padding: 10px 11px;
		text-transform: uppercase;
		border: 0;
	}

	.tab-holder .tabset li {
		margin: 0 10px;
	}

	.publication {
		margin: 0 -84px 80px 0;
		border: 0;
		position: relative;
	}

	.publication:before {
		position: absolute;
		left: 0;
		right: 84px;
		bottom: 0;
		content: "";
		height: 1px;
		background: #e2e7e8;
	}

	.publication .article-content {
		display: inline-block;
		vertical-align: top;
		margin: 0 84px 0 0;
		width: 233px;
		padding: 0 0 61px;
	}

	.publication .article-content h2 {
		line-height: 28px;
		margin: 0 0 17px;
	}

	.publication .article-content .img-holder {
		margin: 0 0 16px;
	}

	.publish {
		padding: 39px 0 35px;
	}

	.publish .publish-box {
		padding: 0 28px 42px 0;
	}

	.publish .publish-box .img-holder {
		float: left;
		width: 162px;
		margin: 7px 78px 0 0;
	}

	.publish .publish-box .img-holder .price {
		right: -58px;
		top: 41px;
	}

	.publish .text {
		overflow: hidden;
	}

	.publish .stock-holder {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
	}

	.publish .stock {
		position: absolute;
		left: 0;
		top: 290px;
		margin: 0;
	}

	.publish .count {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 0 148px 0 0;
	}

	.authors td {
		width: 75%;
		padding: 15px 30px 20px;
	}

	.authors td:first-child {
		width: 25%;
	}

	.shopping-area .shopping-box {
		padding: 28px 0 29px;
	}

	.shopping-area .price-holder {
		float: right;
		width: 31.5%;
		margin: -3px 0 0;
	}

	.shopping-area .price-holder .count {
		margin: 0 0 54px;
	}

	.shopping-area .price-holder .price {
		float: left;
	}

	.shopping-area .frame {
		width: 80%;
	}

	.shopping-area .txt-box {
		float: left;
		width: 65%;
		padding: 0;
	}

	.member-area {
		margin: 0 0 54px;
	}

	.member-area .align-left {
		float: left;
		width: 54.3%;
		margin: 0 0 44px;
	}

	.member-area .align-left input[type="text"] {
		width: 100%;
	}

	.member-area .align-right {
		width: 33.5%;
		float: right;
	}

	.register-form input[type="submit"] {
		min-width: 190px;
	}

	.register-form.add p {
		margin: 0 0 35px;
	}

	.news-holder .news {
		padding: 40px 0 37px;
	}

	.news-holder p {
		margin: 0 0 22px;
	}

	.main-holder .pagination li {
		padding: 0 2px 20px 0;
		margin: 0;
	}

	#main .main-holder.master-page {
		padding: 0 30px;
		margin: 0 auto 10px;
	}

	.publish .stock-holder {
		position: static;
	}

	.info-holder .info-box.add {
		width: 45.5% !important;
	}
}

@media only screen and (min-width: 1120px) {
	#main .carousel-holder {
		position: static;
	}

	#main .carousel-holder .carousel {
		position: relative;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0 0 34px;
	}

	#main .carousel-holder .carousel .pagination {
		right: 31px;
		top: -85px;
	}

	#main .carousel-holder .carousel .img-holder {
		margin: 0 0 27px;
	}

	#main .carousel-holder .carousel .mask {
		width: 1000px;
	}

	#main .carousel-holder .carousel .slide {
		margin: 0 30px;
		padding-bottom: 15px;
	}

	#main .carousel-holder .carousel .btn-prev {
		left: -42px;
		margin: -44px 0 0;
	}

	#main .carousel-holder .carousel .btn-next {
		right: -42px;
		margin: -44px 0 0;
	}

	#main .carousel-holder .carousel .holder {
		padding: 0 0 5px;
	}

	.carousel-holder .heading {
		max-width: 940px;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 768px) {
	body .nav-holder {
		overflow: auto !important;
		bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.nav-holder {
		overflow: hidden;
	}

	.nav-frame {
		overflow: hidden;
	}

	#nav {
		width: 100%;
		position: relative;
	}

	#nav ul {
		position: static;
	}

	#nav .drop-down {
		display: none;
		left: 100% !important;
		position: absolute;
		top: 0;
		width: 100%;
	}

	#nav .btn-back:before {
		content: "< ";
		position: static;
	}

	#nav li {
		position: static;
	}

	#nav li.active-state > .drop-down {
		display: block;
	}
}

#sl-piknik .container {
	overflow:visible !important;
}
.office-holder .office {
	margin-bottom:46px;
	overflow:hidden;
}
.office-holder .office h3 {
	margin-bottom:12px;
}
.office-holder .text {
	width:60%;
}
.map-holder {
	float:right;
	width:37%;
	margin:0 0 0 3%;
}
.map-holder .map {
	position:relative;
	display:block;
	height:257px;
	padding:0;
	overflow:hidden;
}
.map-holder .map iframe {
	border:0;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
}
.office-holder .sub-office .map-holder + .text {
	width:40%;
}
.office-holder .sub-office .map-holder {
	width:57%;
}
.office-holder .sub-office .map-holder .map {
	height:150px;
}
.main-holder.master-page #content.full-width {
	width:100%;
}
.employee-holder .employee-row {
	overflow:hidden;
	margin-bottom:22px;
}
.employee-holder .employee {
	position:relative;
	float:left;
	width:45%;
}
.employee-holder .employee:first-child {
	margin-right:5%;
}
.employee-holder .employee .img {
	float:left;
	margin:0 12px 12px 0;
	width:140px;
}
.employee-holder .employee .img img {
	width:100%;
}
.employee-holder .employee .details {
	margin-left:160px;
}
.employee-holder .employee .details h3,
.employee-holder .employee .details strong,
.employee-holder .employee .details span {
	display:block;
}
.employee-holder .employee .details h3 {
	margin-bottom:12px;
}
.employee-holder .employee .details p {
	margin-top:12px;
}

@media only screen and (max-width: 767px) {
	.office-holder .text {
		width:100%;
	}
	.map-holder {
		width:100% !important;
		margin-bottom:26px;
	}
}

/* Extranet */
.materials-list ul {
	list-style-type: none;
}
.materials-list ul li {
	padding-left: 5px !important;
}
.materials-list ul li::before {
	content: "" !important;
	background: none !important;
	padding-left: 0px;
	margin-left: 0px;
}
.folders {
	border-bottom: 1px solid #D7DBDD;
	margin-bottom: 20px !important;
}
.files {
	margin-top: 20px !important;
}
.price-notifier {
	margin-bottom:30px;
}
.search-no-result {
	clear:both;
}
.hidden {
	display:none !important;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert-small {
	padding:8px;
	margin-bottom:12px;
	border-radius:2px;
	font-size:90%;
}
.alert strong {
	display:block;
}
.alert.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}
.alert.alert-notice {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.alert.alert-error {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.alert.alert-message {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.clearfix { clear:both; }

#searchForm .input-holder {
	position:relative;
}
#searchForm input {
	width: 100%;
	height: 45px;
	border: 1px solid #d7dbdd;
	border-radius: 3px;
	background: #f3f8f9;
	outline: none;
	padding-right:50px;
}
#searchForm button {
	position:absolute;
	right:0;
	top:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
	background:transparent;
	border:0;
	font-size:18px;
	height:45px;
	padding:0 12px;
}
.search-results .result {
	border-bottom:1px solid #e2e7e8;
	overflow:hidden;
	padding:40px 0 37px;
}
.search-results .result-title a {
	font-size: 22px;
	line-height: 24px;
	margin: 0 0 13px;
	color: #63599e;
	font-weight: 600;
	font-family: "Source Serif Pro", serif;
	display:block;
}
.book-authors {
	font-size:14px;
	line-height:16px;
	color: #adb9be;
}
.extranet .article-box {
	border:0;
}
.btn-link a {
	display:inline-block;
	padding:6px 12px;
	border:2px solid #e2e7e8;
	font-size:18px;
	text-decoration:none;
	color:#0094ab;
	-webkit-transition: all .2s linear 0s;
	  transition: all .2s linear 0s;
}
.btn-link a:hover {
	border-color:#00a3d5;
	color:#00a3d5;
}
.product-page .publish {
	border:0;
}
.writer-box .txt p.mail {
	display:block;
}
.extranet .article-box .materials-list .folders {
	/*
	max-height: 300px;
    overflow-y: scroll;
	*/
}
.level-1 {
	margin-left: 20px;
}
.level-2 {
    margin-left: 40px;
}
.level-3 {
    margin-left: 60px;
}
.level-4 {
    margin-left: 80px;
}
.back_link {
	margin-top: 20px;
}

.product-page .publish-box .text p {
	word-break: break-word;
}

@media screen and (max-width: 940px) and (min-width: 787px) {
	#footer .site {
		width: 46.4%;
	}
	#footer .site li:first-child {
		margin-right:10px;
	}
	#footer .site li.webmaster {
		margin-left:10px;
	}
}
@media screen and (max-width: 470px) {
	#footer .site li.webmaster {
		margin: 0;
	    display: block;
	    float: none;
	    clear: both;
	}
	.employee-holder .employee-row .employee {
		width:100%;
	}
}


@media print{
	#header {
		padding-top:0;
		border-bottom:0;
		margin-bottom:0;
	}
	.logo img {
		max-width: 200px;
	}
	.nav-area {
		border-bottom:none;
	}
	#nav a.has-drop-down-a {
		display:none;
	}
	.menu{
		 display:none;
	}
	.aside{
		display:none;
	}
	#footer {
		display:none;
	}
	 .search-form
 	{
		display:none;
	}
	.icon-search {
		display:none;
	}
	.holder-t {
		display:none;
	}
	.social-networks{
	    	display:none;
	}
	.nav-holder{
		display:none;
	}
	p {
        	page-break-inside: avoid;
	}
}

.main-holder .info-holder .info-box:nth-child(2n)  {
    float: right;
}
.en-GB .logo {
	width: 344px;
}


@media only screen and (min-width: 940px) {
	.holder-t .lang {
		margin-right:80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 939px) {
	.holder-t .shopping {
	    float: right;
	    position: absolute;
	    right: 0;
	}
	.holder-t .lang {
		display: inline-block;
	}
}

@media only screen and (min-width: 768px) {
	.holder-t .social-networks {
		padding-right:0;
	}
}

@media only screen and (max-width: 767px) {
	.holder-t .lang {
	    float: none;
	    display: block;
	    text-align: center;
	    margin-top: .5em;
	}
	.holder-t .shopping {
		display: block;
	    margin: 0 auto;
	}
}


#nav .sub-opener,
#sidebar .nav .sub-opener {
	display: none;
    font-size: 0;
    text-indent: -999px;
}
@media only screen and (max-width: 767px) {
	#nav li {
		position: static;
	}
	#nav .sub-opener {
		display: block;
		position: absolute;
	    top:0;
	    right: 0;
	    height: 100%;
	    width: 60px;
	    z-index: 999;
	    font-size: 0;
	    text-indent: -999px;
	}
	#nav {
		-webkit-tap-highlight-color:transparent;
	}
	#nav a:hover,
	#nav a:hover:before {
		color:#88756b;
		background:transparent;
	}
	.nav-holder {
		/*display: none;*/
	}
	body.nav-active #wrapper {
		height:100vh;
		overflow: hidden;
	}
}

.profile-edit legend {
	line-height: 38px;
    margin: 0 0 16px;
    color: #63599e;
    font-size: 28px;
    font-weight: 600;
    font-family: "Source Serif Pro", serif;

}

.profile-edit form button.btn-primary {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -ms-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(top, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);display: inline-block;
    padding: 4px 10px 4px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    margin-top:10px;
    margin-right:10px;

}

.profile-edit form .controls a.btn {
    background-color: #c43c35;
    background-image: -moz-linear-gradient(top, #c43c35, #ee5f5b);
    background-image: -ms-linear-gradient(top, #c43c35, #ee5f5b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c43c35), to(#ee5f5b));
    background-image: -webkit-linear-gradient(top, #c43c35, #ee5f5b);
    background-image: -o-linear-gradient(top, #c43c35, #ee5f5b);
    background-image: linear-gradient(top, #c43c35, #ee5f5b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c43c35', endColorstr='#ee5f5b', GradientType=0);
    border-color: #c43c35 #c43c35 #882a25;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    padding: 2px 6px 3px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);display: inline-block;
    padding: 4px 10px 4px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #ffffff;
    border-radius: 4px;
    margin-top:10px;
    margin-right:10px;

}

.etusivu-sv.main-holder #content {
	width:100%;
}

.etusivu-sv.main-holder #content .info-area {
	width:31.3%;
	margin: 0 1%;
	float:left;
}

.etusivu-sv.main-holder #content .info-area.large {
	width:48%;
	margin: 0 1%;
	float:left;
}

.etusivu-sv.main-holder #content .info-area .info-box {
	width:100%!important;
}

.tag-list span.tag  {
    background-color: #0094ab;
    display: inline-block;
    padding: 4px 10px 4px;
    font-size: 13px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    border: 1px solid #0094ab;
    border-bottom-color: #0094ab;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-right: 5px;
}

.tag-list span.tag  a {
    color: #ffffff;
}

h3.tag-cloud {
    margin: 0;
    background: #0094ab;
    color: #fff;
    font-weight: 400;
    padding: 0 20px;
    font-size: 22px;
    line-height: 58px;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0;
}

.news-box h2 {
    margin-top: 20px; 
}

a.access-hidden {
  position: absolute;
  left: -9000px;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

a.access-hidden:focus {
  top: 5px;
  left: 5px;
  z-index: 99999;
  font-size: 18px;
  color: #63599e;
  width: auto;
  height: auto;
  padding: 20px;
  background: #fff;
}

.register-form p.error {
  color: #cc0000;
}
