@import url("10-bootstrap.css");

@import url("font-awesome.css");

@import url("owl.carousel.css");

@import url("jquery.mCustomScrollbar.css");

@import url("jquery.fancybox.css");

@font-face {

  font-family: "ArialAMU";

  src: url("fonts/ArialAMU.eot?#iefix") format("embedded-opentype"), url("fonts/ArialAMU.woff") format("woff"), url("fonts/ArialAMU.ttf") format("truetype"), url("fonts/ArialAMU.svg#ArialAMU") format("svg");

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: "ArialAMU-Bold";

  src: url("fonts/ArialAMU-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/ArialAMU-Bold.woff") format("woff"), url("fonts/ArialAMU-Bold.ttf") format("truetype"), url("fonts/ArialAMU-Bold.svg#ArialAMU-Bold") format("svg");

  font-weight: normal;

  font-style: normal;

}

@font-face {

  font-family: "ArialAMU-Italic";

  src: url("fonts/ArialAMU-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/ArialAMU-Italic.woff") format("woff"), url("fonts/ArialAMU-Italic.ttf") format("truetype"), url("fonts/ArialAMU-Italic.svg#ArialAMU-Italic") format("svg");

  font-weight: normal;

  font-style: normal;

}

*, *:before, *:after {

  -webkit-box-sizing: border-box;

  -moz-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -o-box-sizing: border-box;

  box-sizing: border-box;

  margin: 0px;

  padding: 0px;

}



html, body {

  height: 100%;

  font-family: "ArialAMU";

}



.wrapper {

  min-height: 100%;

  height: auto !important;

  height: 100%;

}



ol, ul, li {

  list-style: none;

  margin: 0px;

  padding: 0px;

}



h1, h2, h3, h4, h5, h6, p {

  margin: 0px;

}



input:focus, button:focus, select:focus {

  outline: none;

}



button, input[type="submit"], input[type="reset"], select {

  cursor: pointer;

}



a {

  cursor: pointer;

  text-decoration: none;

}

a:hover, a:focus {

  outline: none;

  text-decoration: none;

}



@media (max-width: 992px) {

  body {

    height: auto;

  }



  .wrapper {

    min-height: auto;

    height: auto !important;

    height: auto;

  }

}

.topLineOuter {

  background: #e7e7e7;

  position: relative;

  z-index: 99;

}

.topLineOuter .topLine {

  display: inline-block;

  width: 100%;

  padding: 8px 0 4px;

  position: relative;

}

.topLineOuter .topLine .topMenuBtn {

  float: left;

  font-size: 18px;

  color: #49215f;

  font-weight: normal;

  font-style: normal;

  display: none;

}

@media(max-width: 1200px) {

  .topLineOuter .topLine .topMenuBtn {

    display: block;

  }

}

.topLineOuter .topLine .topMenu {

  float: left;

  padding-top: 2px;

}

@media(max-width: 1200px) {

  .topLineOuter .topLine .topMenu {

    position: absolute;

    top: 100%;

    left: 0;

    background: #e7e7e7;

    padding: 15px 0;

    display: none;

  }

}

@media(max-width: 767px) {

  .topLineOuter .topLine .topMenu {

    left: -15px;

    right: -15px;

  }

}

.topLineOuter .topLine .topMenu li {

  display: inline-block;

  border-right: 1px solid #c5c5c5;

  margin-left: -4px;

}

@media(max-width: 1200px) {

  .topLineOuter .topLine .topMenu li {

    display: block;

    margin-left: 0;

    border: none;

  }

}

@media(max-width: 767px) {

  .topLineOuter .topLine .topMenu li {

    padding: 0 7px;

  }

}

.topLineOuter .topLine .topMenu li a {

  font-size: 14px;

  color: #535353;

  font-weight: normal;

  font-style: normal;

  display: block;

  line-height: 17px;

  padding: 0 8px;

}

@media(max-width: 1200px) {

  .topLineOuter .topLine .topMenu li a {

    line-height: 25px;

    padding: 0 10px;

  }

}

.topLineOuter .topLine .topMenu li:first-child a {

  padding-left: 0;

}

@media(max-width: 1200px) {

  .topLineOuter .topLine .topMenu li:first-child a {

    padding: 0 10px;

  }

}

.topLineOuter .topLine .topMenu li:last-child {

  border-right: none;

}

.topLineOuter .topLine .topMenu li:last-child a {

  padding-right: 0;

}

@media(max-width: 1200px) {

  .topLineOuter .topLine .topMenu li:last-child a {

    padding: 0 10px;

  }

}

.topLineOuter .topLine .topMenu li:hover a, .topLineOuter .topLine .topMenu li.active a {

  color: #49215f;

}

.topLineOuter .topLine .search {

  float: right;

  margin-right: 16px;

  position: relative;

}

@media(max-width: 767px) {

  .topLineOuter .topLine .search {

    position: static;

  }

}

.topLineOuter .topLine .search .searchBtn {

  font-size: 14px;

  color: #535353;

  font-weight: normal;

  font-style: normal;

  line-height: 21px;

  width: 24px;

  height: 24px;

  display: inline-block;

  position: relative;

  z-index: 3;

  border: 1px solid #c6c6c6;

  text-align: center;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  background: none;

}

.topLineOuter .topLine .search .searchBtn:hover {

  background: #80449e;

  color: #fff;

}

.topLineOuter .topLine .search .input {

  position: absolute;

  width: 0;

  right: 23px;

  overflow: hidden;

  top: 0;

  white-space: nowrap;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

@media(max-width: 767px) {

  .topLineOuter .topLine .search .input {

    top: 100%;

    right: -15px;

    left: -15px;

    padding: 15px;

    background: #e7e7e7;

    width: auto;

    opacity: 0;

    pointer-events: none;

  }

}

.topLineOuter .topLine .search .input .closeSearch {

  margin-right: -4px;

  text-align: center;

  background: #fff;

  width: 24px;

  height: 24px;

  display: inline-block;

  vertical-align: top;

  border: 1px solid #c6c6c6;

  font-size: 14px;

  color: #80449e;

  font-weight: normal;

  font-style: normal;

  line-height: 21px;

}

@media(max-width: 767px) {

  .topLineOuter .topLine .search .input .closeSearch {

    position: absolute;

    width: 30px;

    height: 30px;

    line-height: 30px;

  }

}

.topLineOuter .topLine .search .input input {

  font-family: "ArialAMU-Italic";

  width: 255px;

  display: inline-block;

  vertical-align: top;

  height: 24px;

  border: 1px solid #c6c6c6;

  background: #fff;

  font-size: 14px;

  color: #a2a2a2;

  font-weight: normal;

  font-style: normal;

  padding: 0 6px;

}

@media(max-width: 767px) {

  .topLineOuter .topLine .search .input input {

    width: 100%;

    height: 30px;

    font-size: 18px;

    padding: 0 15px 0 35px;

  }

}

.topLineOuter .topLine .search .input.active {

  width: 279px;

}

@media(max-width: 767px) {

  .topLineOuter .topLine .search .input.active {

    opacity: 1;

    width: auto;

    pointer-events: auto;

  }

}

.topLineOuter .topLine .lang {

  float: right;

  padding-top: 2px;

}

.topLineOuter .topLine .lang li {

  display: inline-block;

  border-right: 1px solid #c5c5c5;

}

.topLineOuter .topLine .lang li a {

  font-size: 14px;

  color: #535353;

  font-weight: normal;

  font-style: normal;

  display: block;

  line-height: 17px;

  padding: 0 12px;

}

.topLineOuter .topLine .lang li:first-child a {

  padding-left: 0;

}

.topLineOuter .topLine .lang li:last-child {

  border-right: none;

}

.topLineOuter .topLine .lang li:last-child a {

  padding-right: 0;

}

.topLineOuter .topLine .lang li:hover a, .topLineOuter .topLine .lang li.active a {

  color: #49215f;

}



.head {

  background: #49215f;

  border: 1px solid #2b0540;

  padding: 10px 0 0 0;

}

.head .headIn {

  text-align: center;

  position: relative;

}

@media(max-width: 767px) {

  .head .headIn {

    padding-bottom: 40px;

  }

}

.head .headIn .btns {

  line-height: 28px;

  width: 146px;

  max-width: 48%;

  position: absolute;

  top: 0;

  border: 3px solid #49215f;

  box-shadow: inset 0 0 1px 0 #fff, 0 0 1px 0 #fff;

  font-size: 14px;

  color: #fff;

  font-weight: normal;

  font-style: normal;

  text-align: center;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  text-transform: uppercase;

}

.head .headIn .btns.left {

  left: 0;

}

.head .headIn .btns.right {

  right: 0;

}

.head .headIn .btns:hover {

  background: #fff;

  color: #49215f;

}

@media(max-width: 767px) {

  .head .headIn .btns {

    top: auto;

    bottom: 0;

  }

}

.head .headIn .logo {

  display: inline-block;

  width: 342px;

  max-width: 100%;

}

.head .headIn .logo img {

  display: block;

  width: 100%;

}



.mainMenuOut {

  border-top: 1px solid #80648f;

  background: #49215f;

  position: relative;

  border-bottom: 1px solid #2b0540;

  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  position: relative;

  z-index: 9;

}

.mainMenuOut .col-sm-12 {

  position: static;

}

.mainMenuOut .mainMenu .mainList {

  text-align: center;

}

.mainMenuOut .mainMenu .mainList .item {

  display: inline-block;

  margin-left: -4px;

  padding: 0 17px;

}

@media (max-width: 1200px) {

  .mainMenuOut .mainMenu .mainList .item {

    padding: 8px;

  }

}

@media (max-width: 992px) {

  .mainMenuOut .mainMenu .mainList .item {

    display: block;

    padding: 0;

  }

}

.mainMenuOut .mainMenu .mainList .item > a {

  padding: 14px 0 7px;

  font-size: 14px;

  color: #bfb0c8;

  font-weight: normal;

  font-style: normal;

  line-height: 16px;

  text-transform: uppercase;

  text-align: center;

  display: block;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

@media (max-width: 992px) {

  .mainMenuOut .mainMenu .mainList .item > a {

    padding: 10px 0;

  }

}

.mainMenuOut .mainMenu .mainList .item > a span {

  display: block;

}

.mainMenuOut .mainMenu .mainList .item > a .fa {

  font-size: 18px;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

@media (max-width: 992px) {

  .mainMenuOut .mainMenu .mainList .item > a .fa {

    display: none;

  }

}

.mainMenuOut .mainMenu .mainList .item:hover > a {

  color: #fff;

}

.mainMenuOut .mainMenu .mainList .item:hover > a .fa {

  transform: rotate(180deg);

}

.mainMenuOut .mainMenu .mainList .item:hover .subMenu {

  display: block;

}

.mainMenuOut .subMenu {

  position: absolute;

  width: 100%;

  top: 98%;

  left: 0;

  background: #e6e6e6;

  z-index: 9;

  display: none;

  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

}

@media (max-width: 992px) {

  .mainMenuOut .subMenu {

    position: static;

    background: none;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    -ms-box-shadow: none;

    -o-box-shadow: none;

    box-shadow: none;

  }

}

.mainMenuOut .subMenu .ul {

  text-align: left;

  max-width: 1170px;

  margin: 0 auto;

}

@media (max-width: 1200px) {

  .mainMenuOut .subMenu .ul {

    max-width: 940px;

  }

}

.mainMenuOut .subMenu .ul .li {

  display: inline-block;

  margin-left: -4px;

  padding: 0 17px;

}

@media (max-width: 1200px) {

  .mainMenuOut .subMenu .ul .li {

    padding: 0 8px;

  }

}

@media (max-width: 992px) {

  .mainMenuOut .subMenu .ul .li {

    padding: 0;

    display: block;

  }

}

.mainMenuOut .subMenu .ul .li > a {

  padding: 14px 0 7px;

  font-size: 14px;

  color: #7d30a7;

  font-weight: normal;

  font-style: normal;

  line-height: 16px;

  text-transform: uppercase;

  text-align: center;

  display: block;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

.mainMenuOut .subMenu .ul .li > a span {

  display: block;

}

.mainMenuOut .subMenu .ul .li > a .fa {

  font-size: 18px;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

@media (max-width: 992px) {

  .mainMenuOut .subMenu .ul .li > a .fa {

    display: none;

  }

}

@media (max-width: 992px) {

  .mainMenuOut .subMenu .ul .li > a {

    padding: 5px;

    color: #fff;

    font-size: 13px;

  }

}

.mainMenuOut .subMenu .ul .li:hover > a {

  text-shadow: 0 0 1px #5d1f80;

  color: #5d1f80;

}

.mainMenuOut .subMenu .ul .li:hover > a .fa {

  transform: rotate(180deg);

}

.mainMenuOut .subMenu .ul .li:hover .list {

  display: block;

}

.mainMenuOut .list {

  overflow: hidden;

  position: absolute;

  width: 100%;

  top: 100%;

  left: 0;

  background: #ffffff;

  display: none;

  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);

}

@media (max-width: 992px) {

  .mainMenuOut .list {

    position: static;

    background: none;

    -webkit-box-shadow: none;

    -moz-box-shadow: none;

    -ms-box-shadow: none;

    -o-box-shadow: none;

    box-shadow: none;

  }

}

.mainMenuOut .list .listInner {

  text-align: left;

  margin: 0 auto;

  max-width: 1170px;

  padding: 13px 0 29px;

  overflow: hidden;

}

@media (max-width: 1200px) {

  .mainMenuOut .list .listInner {

    max-width: 940px;

  }

}

@media (max-width: 992px) {

  .mainMenuOut .list .listInner {

    padding: 10px 0;

  }

}

.mainMenuOut .list ul {

  float: left;

  width: 33.333%;

  border-left: 1px solid #e1e1e1;

  padding-left: 10px;

}

@media (max-width: 992px) {

  .mainMenuOut .list ul {

    float: none;

    width: auto;

    border: none;

    padding: 0;

    text-align: center;

  }

}

.mainMenuOut .list ul:first-child {

  border-left: none;

  padding-left: 0;

}

.mainMenuOut .list ul li a {

  font-size: 14px;

  color: #7e7e7e;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

.mainMenuOut .list ul li a:before {

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  display: inline-block;

  width: 8px;

  height: 8px;

  -webkit-border-radius: 8px;

  -moz-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  border-radius: 8px;

  background: #c4c4c4;

  content: "";

  margin-right: 5px;

}

.mainMenuOut .list ul li a:hover {

  color: #7520a4;

}

.mainMenuOut .list ul li a:hover:before {

  background: #7c26ab;

}

@media (max-width: 992px) {

  .mainMenuOut .list ul li a {

    color: #fff;

  }

  .mainMenuOut .list ul li a:before {

    background: #fff;

  }

  .mainMenuOut .list ul li a:hover {

    color: #bfb0c8;

  }

  .mainMenuOut .list ul li a:hover:before {

    background: #bfb0c8;

  }

}

.mainMenuOut .list ul li a.active a {

  color: #7520a4;

}

.mainMenuOut .list ul li a.active a:before {

  background: #7c26ab;

}

@media (max-width: 992px) {

  .mainMenuOut .list ul li a.active a {

    color: #bfb0c8;

  }

  .mainMenuOut .list ul li a.active a:before {

    background: #bfb0c8;

  }

}



.wrapper {

  margin-bottom: -220px;

}



footer, .push {

  height: 220px;

}



footer {

  background: #49215f;

  padding-top: 30px;

}

@media(max-width: 767px) {

  footer {

    text-align: center;

  }

}

footer .shape {

  position: absolute;

  top: -103px;

  margin-left: 50%;

  left: -30px;

}

footer .footMenu li {

  display: inline-block;

  margin-right: 15px;

}

footer .footMenu li a {

  font-size: 12px;

  color: #fff;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

footer .footMenu li:hover a {

  color: #9f74b7;

}

footer .div {

  height: 1px;

  background: #9f74b7;

  margin: 10px 0;

}

footer .soc {

  position: absolute;

  right: 15px;

  bottom: 0;

}

@media(max-width: 767px) {

  footer .soc {

    position: static;

  }

}

footer .soc a {

  text-align: center;

  display: inline-block;

  width: 24px;

  height: 24px;

  -webkit-border-radius: 24px;

  -moz-border-radius: 24px;

  -ms-border-radius: 24px;

  -o-border-radius: 24px;

  border-radius: 24px;

  line-height: 24px;

  background: #fff;

  font-size: 16px;

  color: #49215f;

  font-weight: normal;

  font-style: normal;

  margin-left: 9px;

}

footer .bottBlock {

  background: url(../img/foot-bg.jpg) center no-repeat;

  background-size: cover;

  padding: 15px 0;

  text-align: center;

  margin-top: 20px;

}

footer .bottBlock .logo {

  max-width: 285px;

  margin: 0 auto;

  display: block;

}

footer .bottBlock .logo img {

  width: 100%;

}

footer .bottBlock span {

  font-size: 12px;

  color: #a093a6;

  font-weight: normal;

  font-style: normal;

}

footer .bottBlock .logo-left {

  float: left;

}

@media(max-width : 480px) {

  footer .bottBlock .logo-left {

    float: none;

    display: block;

  }

}

footer .bottBlock .logo-left img {

  max-width: 100%;

}

footer .bottBlock .logo-right {

    float: right;
    text-align: right;
    color: #fff;


}

footer .bottBlock .logo-middle img {
    margin-top: 10px;
}

@media(max-width : 480px) {

  footer .bottBlock .logo-right {

    float: none;

    display: block;

  }

}

footer .bottBlock .logo-right img {

  max-width: 100%;

}



@media (max-width: 992px) {

  .wrapper {

    margin-bottom: 0px;

  }



  .push {

    display: none;

    height: 0px;

  }



  footer {

    height: auto;

  }

}

.siteTitle {

  font-size: 24px;

  color: #653381;

  font-weight: normal;

  font-style: normal;

  padding-bottom: 5px;

  margin-bottom: 20px;

  text-transform: uppercase;

  border-bottom: 1px dotted #b597c5;

}

.siteTitle:before {

  content: "";

  display: inline-block;

  vertical-align: middle;

  margin-right: 5px;

  width: 10px;

  height: 10px;

  -webkit-border-radius: 10px;

  -moz-border-radius: 10px;

  -ms-border-radius: 10px;

  -o-border-radius: 10px;

  border-radius: 10px;

  border: 1px solid #653381;

}

@media(max-width: 767px) {

  .siteTitle {

    margin-top: 20px;

  }

}

a.download {

  float: right;

  font-size: 14px;

  color: #979797;

  font-weight: normal;

  font-style: normal;

  text-transform: none;

  line-height: 30px;

}



a.download:hover {

  color: #7a33a1;

}



@media(max-width: 992px) {

  a.download {

    float: none;

    display: block;

  }

}

a.download .fa {

  color: #dccbe6;

  margin-right: 5px;

}



.url {

  background: #e6e6e6;

  font-size: 14px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  line-height: 39px;

  text-transform: uppercase;

}

.url a {

  font-size: 14px;

  color: #bfb0c8;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  line-height: 39px;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

.url a:hover {

  color: #7a33a1;

}

.url i {

  font-size: 14px;

  color: #bfb0c8;

  font-weight: normal;

  font-style: normal;

  margin: 0 5px;

}



.main {

  padding-bottom: 130px;

}



@media(max-width: 767px) {

  .homeCarousel {

    display: none !important;

  }

}

.homeCarousel .item {

  background: url(../img/slide.jpg) 0 0 no-repeat;

  background-size: cover;

  padding-bottom: 40px;

  overflow: hidden;

}

.homeCarousel .item .whiteBlock {

  text-align: right;

  background: rgba(255, 255, 255, 0.8);

  max-width: 800px;

  padding: 30px 9px 30px 0;

  border-right: 1px solid #cbc3cd;

  border-bottom: 1px solid #cbc3cd;

  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);

  -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);

  -ms-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);

  -o-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);

  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.8);

  opacity: 0;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

.homeCarousel .item .whiteBlock img {

  width: auto;

  display: inline-block;

  vertical-align: top;

}

.homeCarousel .item .whiteBlock .text {

  display: inline-block;

  vertical-align: top;

  width: 360px;

  text-align: left;

}

.homeCarousel .item .whiteBlock .text .title {

  text-transform: uppercase;

  font-family: "ArialAMU-Bold";

  font-size: 20px;

  color: #49215f;

  font-weight: normal;

  font-style: normal;

}

.homeCarousel .item .whiteBlock .text p {

  font-size: 16px;

  color: #212121;

  font-weight: normal;

  font-style: normal;

  line-height: 26px;

  overflow: hidden;

}

.homeCarousel .item .whiteBlock .text p:first-letter {

  display: block;

  float: left;

  font-size: 49px;

  line-height: 49px;

  margin-right: 7px;

  margin-top: 3px;

}

.homeCarousel .item:hover .whiteBlock {

  opacity: 1;

}

.homeCarousel .owl-nav .owl-prev, .homeCarousel .owl-nav .owl-next {

  position: absolute;

  top: 50%;

  margin-top: -85px;

  width: 77px;

  height: 173px;

  text-indent: -9999px;

}

.homeCarousel .owl-nav .owl-prev {

  background: url(../img/prev.png) 0 0 no-repeat;

  left: 50px;

}

.homeCarousel .owl-nav .owl-next {

  background: url(../img/next.png) 0 0 no-repeat;

  right: 50px;

}

.homeCarousel .owl-dots {

  text-align: center;

  padding-top: 15px;

}

.homeCarousel .owl-dots .owl-dot {

  display: inline-block;

  margin: 0 10px;

  width: 20px;

  height: 20px;

  -webkit-border-radius: 20px;

  -moz-border-radius: 20px;

  -ms-border-radius: 20px;

  -o-border-radius: 20px;

  border-radius: 20px;

  border: 2px solid #653381;

}

.homeCarousel .owl-dots .owl-dot.active {

  background: #653381;

}



.homeDivider {

  border-top: 1px solid #dfdfdf;

  text-align: center;

  margin-top: 43px;

  margin-bottom: -30px;

}

.homeDivider span {

  position: relative;

  top: -43px;

  width: 83px;

  height: 83px;

  -webkit-border-radius: 83px;

  -moz-border-radius: 83px;

  -ms-border-radius: 83px;

  -o-border-radius: 83px;

  border-radius: 83px;

  display: inline-block;

  background: #fff url(../img/home-shape.png) center bottom no-repeat;

  line-height: 83px;

}



.homeTitle {

  text-align: center;

  font-size: 32px;

  color: #653381;

  font-weight: normal;

  font-style: normal;

  padding-bottom: 15px;

}



.homeBooks li {

  display: inline-block;

  padding: 5px;

}

.homeBooks li a {

  display: block;

  position: relative;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  top: 0px;

}

.homeBooks li a img {

  width: 184px;

}

.homeBooks li:hover a {

  top: -5px;

  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);

  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);

  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);

  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);

  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.6);

}

.homeBooks.extend li a {

  overflow: hidden;

  height: 125px;

}



.scrollable-h.extend {

  margin-bottom: 20px;

}



.homeBoxBg {

  -webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.6);

  -moz-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.6);

  -ms-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.6);

  -o-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.6);

  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.6);

  position: absolute;

  left: 35px;

  bottom: -320px;

  right: 35px;

  background: #fff;

  height: 105px;

  z-index: 9;

}

@media(max-width: 1200px) {

  .homeBoxBg {

    bottom: -275px;

  }

}

.homeBox img {

  width: 100%;

}

.homeBox .info {

  margin: -57px 20px 0 20px;

  padding: 20px 10px;

  position: relative;

  z-index: 20;

}

@media(max-width: 992px) {

  .homeBox .info {

    -webkit-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.4);

    -moz-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.4);

    -ms-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.4);

    -o-box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.4);

    box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.4);

    position: relative;

    background: #fff;

    margin-bottom: 40px;

  }

}

.homeBox .info .title {

  text-align: center;

  font-size: 24px;

  color: #49215f;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  padding-bottom: 15px;

}

@media(max-width: 992px) {

  .homeBox .info .title {

    font-size: 20px;

  }

}

.homeBox .info ul li a {

  font-size: 14px;

  color: #8e8e8e;

  font-weight: normal;

  font-style: normal;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  line-height: 18px;

}

.homeBox .info ul li a:before {

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  display: inline-block;

  width: 8px;

  height: 8px;

  -webkit-border-radius: 8px;

  -moz-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  border-radius: 8px;

  background: #672889;

  content: "";

  margin-right: 5px;

}

.homeBox .info ul li a:hover {

  text-decoration: underline;

  color: #672889;

}

.homeBox .info ul li.extend {

  display: inline-block;

  margin-left: 5px;

  white-space: nowrap;

}



.homeArticle {

  padding-top: 10px;

  padding-bottom: 20px;

}

.homeArticle .imgBlock {

  float: left;

  width: 385px;

  max-width: 50%;

  margin: 0 10px 0 0;

}

.homeArticle .imgBlock img {

  width: 100%;

}

.homeArticle .imgBlock .name {

  font-size: 14px;

  color: #4b4a4b;

  font-weight: normal;

  font-style: normal;

}

@media(max-width: 480px) {

  .homeArticle .imgBlock {

    float: none;

    width: 100%;

    max-width: 100%;

    margin-bottom: 10px;

  }

}

.homeArticle .title {

  font-size: 22px;

  color: #4b4a4b;

  font-weight: normal;

  font-style: normal;

  line-height: 22px;

  padding-bottom: 5px;

  font-family: "ArialAMU-Bold";

}

.homeArticle p {

  font-size: 16px;

  color: #4b4a4b;

  font-weight: normal;

  font-style: normal;

}

.homeArticle .more {

  text-align: right;

  padding-top: 28px;

}

.homeArticle .more a {

  font-size: 14px;

  color: #58376b;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  font-family: "ArialAMU-Bold";

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  opacity: 1;

}

.homeArticle .more a:hover {

  opacity: 0.7;

}



.homeCalendar {

  padding-top: 10px;

}

.homeCalendar .title {

  font-size: 18px;

  color: #653381;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

}

.homeCalendar .title .fa {

  margin-right: 5px;

  color: #7d7d7d;

}

.homeCalendar .hasDatepicker {

  border-top: 2px solid #653381;

  background: #f6f6f6;

  padding: 0 15px 15px;

  position: relative;

}

.homeCalendar .hasDatepicker .ui-datepicker-header {

  background: #fff;

  border-bottom: 1px solid #f0f0f0;

  margin: 0 -15px 15px;

  padding: 12px 0;

  position: relative;

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-title {

  text-align: center;

  font-family: "ArialAMU-Bold";

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {

  font-size: 16px;

  color: #7b8ea0;

  font-weight: normal;

  font-style: normal;

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {

  font-size: 11px;

  color: #7b8ea0;

  font-weight: normal;

  font-style: normal;

  display: block;

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-prev, .homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-next {

  position: absolute;

  top: 22px;

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-prev span, .homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-next span {

  display: none;

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-prev:after, .homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-next:after {

  display: inline-block;

  border-top: 8px solid transparent;

  border-bottom: 8px solid transparent;

  content: "";

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-prev {

  left: 5px;

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-prev:after {

  border-right: 8px solid #72488b;

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-next {

  right: 5px;

}

.homeCalendar .hasDatepicker .ui-datepicker-header .ui-datepicker-next:after {

  border-left: 8px solid #72488b;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar {

  width: 100%;

  font-family: "ArialAMU-Bold";

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar thead th {

  font-size: 12px;

  color: #ee5360;

  font-weight: normal;

  font-style: normal;

  text-align: center;

  padding-bottom: 10px;

  width: 14.285%;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td {

  border: 1px solid #ebebeb;

  text-align: center;

  background: #fff;

  height: 33px;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  cursor: pointer;

}

@media(max-width: 992px) {

  .homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td {

    height: 91px;

  }

}

@media(max-width: 767px) {

  .homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td {

    height: 30px;

  }

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td.ui-state-disabled {

  background: none;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td > a {

  font-size: 12px;

  color: #c8cdd2;

  font-weight: normal;

  font-style: normal;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day {

  background: #dccbe6;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {

  color: #000;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td:hover, .homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td.active {

  background: #653381;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td:hover a, .homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td.active a {

  color: #fff;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td:hover .links {

  display: block;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td .links {

  display: none;

  text-align: left;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td .links .linksIn {

  border: 1px solid #ddd;

  position: absolute;

  top: 0;

  left: 0;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

  padding: 4px;

  background: #fff;

  z-index: 666;

  left: 15px;

  right: 15px;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td .links a {

  display: block;

  font-family: "ArialAMU";

  font-size: 12px;

  color: #605f5f;

  font-weight: normal;

  font-style: normal;

  margin-bottom: 5px;

  -webkit-border-radius: 3px;

  -moz-border-radius: 3px;

  -ms-border-radius: 3px;

  -o-border-radius: 3px;

  border-radius: 3px;

  background: #dccbe6;

  padding: 5px;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

.homeCalendar .hasDatepicker .ui-datepicker-calendar tbody td .links a:hover {

  background: #653381;

  color: #fff;

}



.homeListsOuter {

  display: table;

  width: 100%;

  margin-top: 20px;

}

.homeListsOuter .homeLists {

  display: table-row;

}

.homeListsOuter .homeLists .list {

  display: table-cell;

  width: 25%;

  border-left: 1px solid #e1e1e1;

  padding-left: 10px;

  position: relative;

}

.homeListsOuter .homeLists .list:after {

  content: "";

  position: absolute;

  width: 17px;

  height: 17px;

  -webkit-border-radius: 17px;

  -moz-border-radius: 17px;

  -ms-border-radius: 17px;

  -o-border-radius: 17px;

  border-radius: 17px;

  border: 1px solid #e1e1e1;

  bottom: -17px;

  left: -9px;

}

.homeListsOuter .homeLists .list:first-child {

  padding-left: 0;

  border-left: none;

}

.homeListsOuter .homeLists .list:first-child:after {

  display: none;

}

.homeListsOuter .homeLists .list .title {

  font-size: 18px;

  color: #49215f;

  font-weight: normal;

  font-style: normal;

  font-family: "ArialAMU-Bold";

  text-transform: uppercase;

  padding-bottom: 10px;

}

.homeListsOuter .homeLists .list ul li {

  padding-bottom: 5px;

}

.homeListsOuter .homeLists .list ul li a {

  font-size: 14px;

  color: #8e8e8e;

  font-weight: normal;

  font-style: normal;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  line-height: 18px;

}

.homeListsOuter .homeLists .list ul li a:before {

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  display: inline-block;

  width: 8px;

  height: 8px;

  -webkit-border-radius: 8px;

  -moz-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  border-radius: 8px;

  background: #672889;

  content: "";

  margin-right: 5px;

}

.homeListsOuter .homeLists .list ul li a:hover {

  text-decoration: underline;

  color: #672889;

}



.date {

  font-family: "ArialAMU-Bold";

  font-size: 16px;

  color: #7c7c7c;

  font-weight: normal;

  font-style: normal;

  border-bottom: 1px dotted #7c7c7c;

  display: block;

  margin-bottom: 10px;

  padding-bottom: 10px;

}



.caledarList li {

  padding: 15px 0;

  border-bottom: 1px dotted #7c7c7c;

}

.caledarList .title {

  font-family: "ArialAMU-Bold";

  font-size: 18px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

}

.caledarList p {

  font-size: 14px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

}

.caledarList .more {

  text-align: right;

  padding-top: 15px;

}

.caledarList .more a {

  font-size: 14px;

  color: #58376b;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  font-family: "ArialAMU-Bold";

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  opacity: 1;

}

.caledarList .more a .fa {

  color: #a061c4;

}

.caledarList .more a:hover {

  opacity: 0.7;

}



.sidebar {

  margin-top: -53px;

}

/*.sidebar.fix {*/

  /*position: fixed;*/

  /*top: 0;*/

  /*margin-top: 0;*/

  /*background: #fff;*/

  /*z-index: 9;*/

/*}*/
.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;

}
/*.item:hover>.dropdown-menu.pull-left {*/
  /*float: none;*/
/*}*/
.glyphicon{
  /*float: right;*/
  /*top: 5px;*/
}
.item:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu>.item{
  position: relative;
}
.dropdown-menu>.item>.dropdown-menu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}


@media(max-width: 767px) {

  .sidebar {

    margin-top: 0;

    position: static !important;

  }

}

.sidebar .title {

  font-family: "ArialAMU-Bold";

  font-size: 18px;

  color: #49215f;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  border: 1px solid #dfdfdf;

  border-bottom: none;

  border-top: none;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  line-height: 35px;

  padding: 0 9px;

}



@media(max-width: 767px) {

  .sidebar .title {

    border: 1px solid #dfdfdf;

  }

}

.sidebar .title.toggle {

  cursor: pointer;

}

.sidebar .title.toggle:hover {

  background: #49215f;

  color: #fff;

}

.sidebar img {

  display: block;

  margin: 0 auto;

}

@media(max-width: 767px) {

  .sidebar img {

    display: none;

  }

}

.sidebar .mainList {

  border: 1px solid #dfdfdf;

  padding-bottom: 29px;

  -webkit-border-radius: 0 0 8px 8px;

  -moz-border-radius: 0 0 8px 8px;

  -ms-border-radius: 0 0 8px 8px;

  -o-border-radius: 0 0 8px 8px;

  border-radius: 0 0 8px 8px;

}

@media(max-width: 767px) {

  .sidebar .mainList {

    display: none;

  }

}

.sidebar .mainList .item {

  border-bottom: 1px solid #dfdfdf;

}

.sidebar .mainList .item > a {

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  display: block;

  padding: 0 9px;

  font-size: 14px;

  color: #605f5f;

  font-weight: normal;

  font-style: normal;

  line-height: 29px;

  text-transform: uppercase;

}

.sidebar .mainList .item > a .fa {

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  color: #ae9db8;

  font-size: 18px;

}

.sidebar .mainList .item.active > a, .sidebar .mainList .item:hover > a {

  color: #FFFFFF;

  background-color: #7a33a1;

}

.sidebar .mainList .item.active > a .fa, .sidebar .mainList .item:hover > a .fa {

  transform: rotate(180deg);

}

.sidebar .mainList .subMenu {

  display: none;

}

.sidebar .mainList .subMenu .li {

  border-bottom: 1px solid #baa4c7;

}

.sidebar .mainList .subMenu .li > a {

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  display: block;

  padding: 0 9px 0 27px;

  background: #dccbe6;

  font-size: 14px;

  color: #605f5f;

  font-weight: normal;

  font-style: normal;

  line-height: 29px;

  text-transform: uppercase;

}

.sidebar .mainList .subMenu .li > a .fa {

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  color: #ae9db8;

  font-size: 18px;

}

.sidebar .mainList .subMenu .li.active > a, .sidebar .mainList .subMenu .li:hover > a {

  color: #712b98;

}

.sidebar .mainList .subMenu .li.active > a .fa, .sidebar .mainList .subMenu .li:hover > a .fa {

  transform: rotate(180deg);

}

.sidebar .mainList .list {

  display: none;

}

.sidebar .mainList .list li > a {

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  display: block;

  padding: 0 9px;

  background: #a784ba;

  font-size: 14px;

  color: #fff;

  font-weight: normal;

  font-style: normal;

  line-height: 29px;

  text-transform: uppercase;

}

.sidebar .mainList .list li > a:before {

  display: inline-block;

  vertical-align: middle;

  content: "";

  width: 8px;

  height: 8px;

  -webkit-border-radius: 8px;

  -moz-border-radius: 8px;

  -ms-border-radius: 8px;

  -o-border-radius: 8px;

  border-radius: 8px;

  margin-right: 4px;

  background: #fff;

  margin-top: -2px;

}

.sidebar .mainList .list li.active > a, .sidebar .mainList .list li:hover > a {

  text-shadow: 0 0 1px #fff;

}

.sidebar .mainList .list li.active > a:before, .sidebar .mainList .list li:hover > a:before {

  background: #7a33a1;

}



.contact p {

  font-size: 16px;

  color: #373737;

  font-weight: normal;

  font-style: normal;

  padding-bottom: 15px;

  margin-bottom: 15px;

  border-bottom: 1px dotted #b597c5;

}

.contact .init {

  display: block;

  font-size: 16px;

  color: #373737;

  font-weight: normal;

  font-style: normal;

  padding-bottom: 10px;

}

.contact form {

  text-align: right;

}

.contact form .title {

  text-align: left;

  font-size: 16px;

  color: #373737;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  padding-bottom: 10px;

}

.contact form .input {

  height: 32px;

  width: 100%;

  border: 1px solid #e1e1e1;

  margin-bottom: 9px;

  padding: 0 10px;

  font-family: "ArialAMU-Italic";

}

.contact form textarea.input {

  height: 120px;

  resize: none;

  padding: 10px;

}

.contact form input[type="submit"] {

  width: 50%;

  border: none;

  background: #49215f;

  font-size: 18px;

  color: #fff;

  font-weight: normal;

  font-style: normal;

  height: 32px;

  text-transform: uppercase;

}

.contact .map #googleMap {

  height: 300px;

}



.booksList .item{

  margin-bottom: 20px;

  background: #f1f1f1;

  overflow: hidden;

  position: relative;

}

.booksList .item img {

  float: left;

  width: 207px;

}

@media(max-width: 500px) {

  .booksList .item img {

    float: none;

    width: 100%;

  }

}

.booksList .item .info {

  padding: 10px;

  padding-left: 217px;

}

@media(max-width: 500px) {

  .booksList .item .info {

    padding: 10px;

  }

}

.booksList .item .info .title {

  font-size: 20px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  font-family: "ArialAMU-Bold";

  padding-bottom: 5px;

  text-transform: uppercase;

}

.booksList .item .info .line {

  display: block;

  font-size: 14px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

}

.booksList .item .info p {

  font-size: 14px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  border-top: 1px solid #cccccc;

  padding-top: 8px;

  margin-top: 8px;

}

.item .more {

    position: absolute;

    bottom: 10px;

    right: 20px;

}

.item .more a {

  font-size: 14px;

  color: #58376b;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  font-family: "ArialAMU-Bold";

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  opacity: 1;

}

.item .more a .fa {

  color: #a061c4;

}

.item .more a:hover {

  opacity: 0.7;

}



.sitePager {

  text-align: center;

  border-top: 1px solid #c2c2c2;

  border-bottom: 1px solid #c2c2c2;

  margin-top: 40px;

  display: inline-block;

  width: 100%;

}



.sitePager li {

  display: inline-block;

  margin: 0 15px;

}

.sitePager li a {

  font-size: 16px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  line-height: 20px;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

.sitePager li.active {

  width: 20px;

  text-align: center;

  line-height: 20px;

  text-align: center;

  border: 1px solid transparent;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}





.sitePager li {

  width: 20px;

  text-align: center;

  line-height: 20px;

  text-align: center;

  border: 1px solid transparent;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

@media(max-width: 767px) {

  .sitePager li.item {

    display: none;

  }

}

.sitePager li.active {

  border: 1px solid #c2c2c2;

  background: #997ea9;

}

.sitePager li.active a {

  color: #fff;

}

.sitePager li:hover {

  border: 1px solid #c2c2c2;

  background: #997ea9;

}

.sitePager li:hover a {

  color: #fff;

}

.sitePager li.prev {

  border: none;

  width: auto;

  float: left;

  margin: 0;

}

.sitePager li.prev a, li.prev span {

  border-right: 1px solid #c2c2c2;

  display: block;

  padding: 0 8px;

  line-height: 22px;

  position: relative;

}

.sitePager li.prev a:after, li.prev span:after {

  position: absolute;

  left: -12px;

  top: -1px;

  content: "";

  border-top: 12px solid transparent;

  border-bottom: 12px solid transparent;

  border-right: 12px solid #c2c2c2;

}

.sitePager li.prev a:before, li.prev span:before {

  position: absolute;

  left: -11px;

  top: -1px;

  content: "";

  border-top: 12px solid transparent;

  border-bottom: 12px solid transparent;

  border-right: 12px solid #fff;

  z-index: 33;

}

.sitePager li.next {

  border: none;

  width: auto;

  float: right;

  margin: 0;

}

.sitePager li.next a, li.next span {

  border-left: 1px solid #c2c2c2;

  display: block;

  padding: 0 8px;

  line-height: 22px;

  position: relative;

}

.sitePager li.next a:after, li.next span:after {

  position: absolute;

  right: -12px;

  top: -1px;

  content: "";

  border-top: 12px solid transparent;

  border-bottom: 12px solid transparent;

  border-left: 12px solid #c2c2c2;

}

.sitePager li.next a:before, li.next span:before {

  position: absolute;

  right: -11px;

  top: -1px;

  content: "";

  border-top: 12px solid transparent;

  border-bottom: 12px solid transparent;

  border-left: 12px solid #fff;

  z-index: 33;

}

.book .imgBook {

  float: right;

  width: 207px;

  margin: 0 0 0 20px;

}

@media (max-width: 500px) {

  .book .imgBook {

    float: none;

    width: 100%;

    margin: 0 0 10px 0;

  }

}

.book .info {

  border-bottom: 1px solid #ccc;

  padding-bottom: 8px;

  margin-bottom: 8px;

  margin-right: 217px;

}

@media (max-width: 500px) {

  .book .info {

    margin-right: 0;

  }

}

.book .info .title {

  font-size: 20px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  font-family: "ArialAMU-Bold";

  padding-bottom: 5px;

  text-transform: uppercase;

}

.book .info .line {

  display: block;

  font-size: 14px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

}

.book p {

  font-size: 14px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

}



.shape-book {

  height: 1px;

  background: #ccc;

  margin: 45px 0 20px;

  text-align: center;

}

.shape-book img {

  position: relative;

  top: -25px;

  background: #fff;

  max-width: 100%;

}



.articles li {

  padding: 10px 0;

  border-bottom: 1px dotted #b597c5;

  position: relative;

}

.articles li .title {

  font-size: 18px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  font-family: "ArialAMU-Bold";

  padding-right: 190px;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

@media(max-width: 767px) {

  .articles li .title {

    padding-right: 0;

  }

}

.articles li .title .artDate {

  font-size: 14px;

  color: #a061c4;

  font-weight: normal;

  font-style: normal;

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

}

.articles li .more {

  position: absolute;

  right: 0;

  top: 40%;

}

@media(max-width: 767px) {

  .articles li .more {

    position: static;

    text-align: right;

    padding-top: 10px;

  }

}

.articles li .more a {

  font-size: 14px;

  color: #58376b;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  font-family: "ArialAMU-Bold";

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  opacity: 1;

}

.articles li .more a:hover {

  opacity: 0.7;

}

.articles li .more a .fa {

  color: #a061c4;

}

.articles li:hover .title {

  color: #a4a4a4;

}

.articles li:hover .title .artDate {

  color: #a4a4a4;

}



.article .artImg {

  float: left;

  margin-right: 10px;

  width: 283px;

}

@media(max-width: 500px) {

  .article .artImg {

    float: none;

    margin-right: 0;

    display: block;

    width: 100%;

  }

}





.cat{



  margin-bottom: 5px;

}



.article {



  overflow: hidden;



}

.article .title {

  font-size: 20px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  font-family: "ArialAMU-Bold";

}

.article p {

  font-size: 14px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

}

.article .purpleTitle {

  padding-bottom: 18px;

  font-size: 18px;

  color: #653381;

  font-weight: normal;

  font-style: normal;

  text-align: center;

  text-transform: uppercase;

}

.article .video img {

  display: block;

  width: 100%;

}

.article .video span {

  display: block;

  text-align: center;

  font-size: 20px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  font-family: "ArialAMU-Bold";

}



.pageList .item {

  overflow: hidden;

  position: relative;

  padding: 15px 0;

  border-bottom: 1px dotted #b597c5;

}

.pageList .item img {

  margin-right: 15px;

  float: left;

  width: 283px;



}

@media(max-width: 992px) {

  .pageList .item img {

    width: 190px;

  }

}

@media(max-width: 500px) {

  .pageList .item img {

    float: none;

    width: 100%;

    margin-bottom: 10px;

  }

}

.pageList .item .info {



}

@media(max-width: 992px) {

  .pageList .item .info {

    padding-left: 200px;

  }

}

@media(max-width: 500px) {

  .pageList .item .info {

    padding: 0;

  }

}

.pageList .item .info .title {

  font-size: 20px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

  font-family: "ArialAMU-Bold";

  padding-bottom: 5px;

  text-transform: uppercase;

}

.pageList .item .info p {

  font-size: 14px;

  color: #282828;

  font-weight: normal;

  font-style: normal;

}

.pageList .item .info .more {

  text-align: right;

  padding-top: 15px;

}

.pageList .item .info .more a {

  font-size: 14px;

  color: #58376b;

  font-weight: normal;

  font-style: normal;

  text-transform: uppercase;

  font-family: "ArialAMU-Bold";

  -webkit-transition: all 150ms linear;

  -moz-transition: all 150ms linear;

  -ms-transition: all 150ms linear;

  -o-transition: all 150ms linear;

  transition: all 150ms linear;

  opacity: 1;

}

.pageList .item .info .more a:hover {

  opacity: 0.7;

}

.pageList .item .info .more a .fa {

  color: #a061c4;

}

.kv-sidenav .active > ul {

  background-color: #f0d4ff;

}

