/* LESS Document */
/* LESS Document */
/*-----------------------------------------------------------------------------------
VARIABLES
-----------------------------------------------------------------------------------*/
/*National*/
/*links*/
/*-----------------------------------------------------------------------------------
MIXINS
-----------------------------------------------------------------------------------*/
body,
td,
th {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #444444;
}
body {
  margin: 0px;
  padding: 0px;
}
a {
  text-decoration: none;
  color: #222222;
}
a:hover {
  text-decoration: underline;
  color: #f47612;
}
a img {
  border: none;
}
:focus {
  outline: 0;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
select::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*Clearfix*/
.clearfix {
  display: inline-block;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
/*/Clearfix*/
.wrap-center {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.border-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*GRID*/
.grid .row {
  margin-bottom: 24px;
  margin-left: -10px;
  margin-right: -10px;
}
.grid .row:last-child {
  margin-bottom: 0px;
}
.grid .row:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
}
.grid .row .colw-1,
.grid .row .colw-2,
.grid .row .colw-3,
.grid .row .colw-4,
.grid .row .colw-5,
.grid .row .colw-6,
.grid .row .colw-7,
.grid .row .colw-8,
.grid .row .colw-9,
.grid .row .colw-10,
.grid .row .colw-11,
.grid .row .colw-12 {
  display: block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .row .colw-1 {
  width: 8.3333333333333333333333333333333%;
}
.grid .row .colw-2 {
  width: 16.666666666666666666666666666667%;
}
.grid .row .colw-3 {
  width: 25%;
}
.grid .row .colw-4 {
  width: 33.333333333333333333333333333333%;
}
.grid .row .colw-5 {
  width: 41.666666666666666666666666666667%;
}
.grid .row .colw-6 {
  width: 50%;
}
.grid .row .colw-7 {
  width: 58.333333333333333333333333333333%;
}
.grid .row .colw-8 {
  width: 66.666666666666666666666666666667%;
}
.grid .row .colw-9 {
  width: 75%;
}
.grid .row .colw-10 {
  width: 83.333333333333333333333333333333%;
}
.grid .row .colw-11 {
  width: 91.666666666666666666666666666667%;
}
.grid .row .colw-12 {
  width: 100%;
}
/*GRID*/
/*GRID SPACE 10*/
.grid-space10 .row {
  margin-bottom: 10px;
  margin-left: -5px;
  margin-right: -5px;
  background-color: #ffffff;
}
.grid-space10 .row:last-child {
  margin-bottom: 0px;
}
.grid-space10 .row .colw-1,
.grid-space10 .row .colw-2,
.grid-space10 .row .colw-3,
.grid-space10 .row .colw-4,
.grid-space10 .row .colw-5,
.grid-space10 .row .colw-6,
.grid-space10 .row .colw-7,
.grid-space10 .row .colw-8,
.grid-space10 .row .colw-9,
.grid-space10 .row .colw-10,
.grid-space10 .row .colw-11,
.grid-space10 .row .colw-12 {
  padding-left: 5px;
  padding-right: 5px;
}
/*#GRID SPACE 10*/
@-webkit-keyframes moveFromBottom {
  from {
    -webkit-transform: translateY(50%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes moveFromBottom {
  from {
    -moz-transform: translateY(50%);
    opacity: 0;
  }
  to {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@-ms-keyframes moveFromBottom {
  from {
    -ms-transform: translateY(50%);
    opacity: 0;
  }
  to {
    -ms-transform: translateY(0);
    opacity: 1;
  }
}
/*SHARE WIDGET*/
.share-widget {
  font-size: 1px;
  text-align: right;
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.share-widget * {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.share-widget span {
  font-weight: 700;
}
.share-widget a:hover {
  text-decoration: none;
}
.share-widget a img {
  vertical-align: middle;
  margin-right: 3px;
}
/*#SHARE WIDGET*/
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
#header {
  background-color: #ffffff;
  
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  /*NAV EFFECTS*/
}
#header .banner {
  position: relative;
}
#header .banner .texture-bg {
  position: absolute;
  z-index: 0;
  top: 0px;
  left: -25px;
  bottom: 0px;
  width: 792px;
}
#header .banner .content {
  position: relative;
  z-index: 1;
}
#header .banner .content .logo {
  display: inline-block;
  margin-top: 12px;
  margin-bottom: 6px;
}
#header .banner .content .header-links {
  display: inline-block;
  line-height: 18px;
  position: absolute;
  z-index: 100;
  top: 12px;
  right: 0px;
  pointer-events: auto;
}
#header .banner .content .header-links img {
  vertical-align: middle;
  margin-top: -2px;
}
#header .banner .content .header-links > *[static] {
  display: inline-block;
  font-size: 12px;
  color: rgba(158, 11, 15, 0.95);
}
#header .banner .content .header-links > *[static]:hover {
  text-decoration: none;
  border-bottom: dotted 1px;
  color: #9e0b0f;
}
#header .banner .content .header-links > *[static]:before {
  content: "/";
  display: inline-block;
  margin-right: 5px;
}
#header .banner .content .header-links > *[static]:first-child:before {
  display: none;
}
#header .navigator {
  background-color: rgba(255, 200, 69, 0.7);
}
#header #nav,
#header #nav ul {
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#header #nav ul {
  background-color: #fff;
  position: absolute;
  z-index: 9999;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  visibility: hidden;
}
#header #nav li {
  display: block;
  position: relative;
}
#header #nav > li {
  float: left;
}
#header #nav > li > a {
  display: block;
  line-height: 36px;
  padding-left: 9px;
  padding-right: 9px;
  font-size: 15px;
  color: #9e0b0f;
  font-weight: 700;
}
#header #nav > li > ul {
  /*level2*/
}
#header #nav > li > ul > li {
  border-left: solid 5px #ffc845;
}
#header #nav > li > ul > li > a {
  color: #444;
  display: block;
  white-space: nowrap;
  padding: 8px;
  padding-left: 12px;
  padding-right: 16px;
  border-bottom: solid 1px #f6f6f6;
}
#header #nav > li > ul > li:last-child > a {
  border-bottom: none;
}
#header #nav > li > ul > li[has-childs] > a {
  padding-right: 28px;
}
#header #nav > li > ul > li[has-childs]:before {
  content: "\f105";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  line-height: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  float: right;
  padding: 8px;
  margin-right: 7px;
}
#header #nav > li > ul ul {
  /*level3*/
  top: 0px;
  left: 100%;
  margin-left: 7px;
}
#header #nav > li > ul ul:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 7px solid #ffc845;
  position: absolute;
  left: -7px;
  top: 7px;
  pointer-events: auto;
}
#header #nav > li > ul ul > li {
  border-left: solid 5px #ffc845;
}
#header #nav > li > ul ul > li > a {
  color: #444444;
  display: block;
  white-space: nowrap;
  padding: 8px;
  padding-left: 12px;
  padding-right: 16px;
  border-bottom: solid 1px #f6f6f6;
}
#header #nav > li > ul ul > li:last-child > a {
  border-bottom: none;
}
#header #nav > li[active],
#header #nav > li:hover {
  background-color: #ffc845;
}
#header #nav > li[active] > a,
#header #nav > li:hover > a {
  text-decoration: none;
  color: #c22125;
}
#header #nav > li > ul li[active],
#header #nav > li > ul li:hover {
  color: #9e0b0f;
  background-color: #fafafa;
}
#header #nav > li > ul li[active] > a,
#header #nav > li > ul li:hover > a {
  text-decoration: none;
  color: #9e0b0f;
}
#header #nav > li:hover > ul {
  visibility: visible;
  -webkit-animation: moveFromBottom 200ms 0ms ease;
  -moz-animation: moveFromBottom 200ms 0ms ease;
  -ms-animation: moveFromBottom 200ms 0ms ease;
}
#header #nav > li > ul > li:hover > ul {
  visibility: visible;
  -webkit-animation: moveFromBottom 150ms 0ms ease;
  -moz-animation: moveFromBottom 150ms 0ms ease;
  -ms-animation: moveFromBottom 150ms 0ms ease;
}
#body {
  padding-top: 25px;
}
#bottom {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #daf2ff;
  font-size: 14px;
  line-height: 21px;
  /*.heading*/
  /*i*/
  /*a*/
  /*.weblinks*/
}
#bottom .heading {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  color: #f47612;
  font-family: Arial;
  font-size: 24px;
  font-weight: normal;
}
#bottom .colw-8 i {
  display: inline-block;
  margin-right: 10px;
}
#bottom .colw-8 a {
  color: #111;
  border-bottom: dotted 1px;
  padding-bottom: 1px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#bottom .colw-8 a:hover {
  text-decoration: none;
  color: #f47612;
}
#bottom .weblinks {
  /*.item*/
}
#bottom .weblinks .item {
  padding-top: 1px;
  padding-bottom: 1px;
  /*:before*/
  /*a*/
}
#bottom .weblinks .item:before {
  content: attr(content);
  font-family: "Times New Roman";
  font-size: 16px;
  font-style: italic;
  color: #000;
  font-weight: 700;
  margin-right: 6px;
}
#bottom .weblinks .item a {
  padding-bottom: 1px;
  font-size: 13px;
  /*:hover*/
}
#bottom .weblinks .item a:hover {
  text-decoration: none;
  border-bottom: dotted 1px;
}
#footer {
  background-color: #f9e599;
  font-size: 13px;
  font-style: italic;
  color: #b88420;
  line-height: 44px;
}
/*-------------------------------------------------------------------------------------------------------------------------------------------------------------------
###LAYOUT
-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*SIDEBAR-SEARCH*/
.sidebar-search {
  background-color: #FFF;
  border: solid 1px #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /*-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;*/
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 24px;
  position: relative;
  /*.keyword*/
  /*.button*/
  /*:hover*/
}
.sidebar-search:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
}
.sidebar-search .keyword {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  border: none;
  padding-left: 14px;
  padding-right: 10px;
  line-height: 32px;
  height: 32px;
  width: 264px;
  float: left;
}
.sidebar-search .search-button {
  display: block;
  float: right;
  width: 40px;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  color: #999;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar-search .search-button i {
  line-height: 32px;
}
.sidebar-search:hover .button {
  color: #333;
}
/*.sidebar-search*/
/*#SIDEBAR-SEARCH*/
.home-tabs {
  background: url(../Images/curve-shadow.png) no-repeat center bottom;
  padding-bottom: 5px;
  margin-bottom: 24px;
  /*.tabs*/
  /*.tab-content*/
  /*tab-content[active]*/
}
.home-tabs > .tabs {
  width: 100%;
  /*a*/
  /*a[active]*/
  /*:after*/
}
.home-tabs > .tabs a {
  display: block;
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #eee;
  border-top-width: 3px;
  color: #000;
  font-size: 19px;
  text-align: center;
  line-height: 38px;
  /*:first-child*/
  /*:hover*/
}
.home-tabs > .tabs a:last-child {
  border-left: none;
}
.home-tabs > .tabs a:hover {
  text-decoration: none;
}
.home-tabs > .tabs a[active] {
  color: #f47612;
  border-top-color: #f47612;
  border-bottom-color: #fff;
}
.home-tabs > .tabs:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
}
.home-tabs .tab-content {
  border: solid 1px #eee;
  border-top: none;
  display: none;
}
.home-tabs .tab-content[active] {
  display: block;
}
/*.home-tabs*/
/*ANNOUNCEMENT*/
.home-announcements {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
  padding-top: 12px;
  padding-bottom: 5px;
  /*.item*/
}
.home-announcements .item {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #eee;
  /*:first-child*/
  /*:last-child*/
  /*.date*/
  /*.title*/
  /*:hover*/
}
.home-announcements .item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.home-announcements .item:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
}
.home-announcements .item .date {
  display: block;
  float: left;
  margin-right: 12px;
  font-family: "Times New Roman";
  color: #534741;
  text-align: right;
  /*.weekday*/
  /*.monthday*/
}
.home-announcements .item .date .weekday {
  display: block;
  padding-bottom: 6px;
  font-size: 17px;
}
.home-announcements .item .date .monthday {
  display: block;
  letter-spacing: -1px;
  font-size: 26px;
  font-style: italic;
}
.home-announcements .item .title {
  display: block;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #555;
  /*span*/
}
.home-announcements .item .title span {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.home-announcements .item:hover {
  text-decoration: none;
  /*.date*/
  /*.title*/
}
.home-announcements .item:hover .date {
  color: #9e0b0f;
}
.home-announcements .item:hover .title {
  color: #9e0b0f;
}
/*.home-announcements*/
.all-announcement-button {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  color: #f47612;
  border-bottom: solid 1px #f47612;
}
.all-announcement-button:hover {
  text-decoration: none;
}
/*.all-announcement-button*/
/*#ANNOUNCEMENT*/
/*HOME DOCUMENTS*/
.home-docs {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 14px;
  padding-top: 12px;
  padding-bottom: 5px;
  /*.item*/
}
.home-docs .item {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #eee;
  /*:first-child*/
  /*:last-child*/
  /*.meta*/
  /*.title*/
}
.home-docs .item:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.home-docs .item .meta {
  display: block;
  margin-bottom: 3px;
  /*.no*/
  /*.date*/
}
.home-docs .item .meta .no {
  display: inline-block;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}
.home-docs .item .meta .date {
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  color: #999;
}
.home-docs .item .title {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}
.home-docs .item:hover {
  text-decoration: none;
  /*.title*/
}
.home-docs .item:hover .title {
  color: #f47612;
}
/*#HOME DOCUMENTS*/
.pattern-seprator {
  background: url(../Images/dooted-line-bg.png) repeat-x left center;
  height: 8px;
  clear: both;
  margin-bottom: 20px;
}
.center-heading {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  /*.h*/
  /*p*/
}
.center-heading .h {
  font-family: 'Open Sans';
  font-size: 22px;
  color: #f47612;
  margin-top: 0px;
  margin-bottom: 10px;
}
.center-heading .h a {
  color: inherit;
}
.center-heading .h a:hover {
  text-decoration: none;
  border-bottom: dotted 1px;
}
.center-heading p {
  display: block;
  margin: 0px;
  font-size: 17px;
  color: #666;
}
/*BOOKS CAROUSEL*/
#books-carousel {
  position: relative;
  overflow: hidden;
  /*CONTROL*/
  /*>.control*/
  /*.control.disabled*/
  /*>.control.prev*/
  /*>.control.next*/
  /*:hover*/
  /*SLIDESHOW*/
  /*.cycle-slideshow*/
}
#books-carousel > .control {
  display: block;
  position: absolute;
  z-index: 1;
  top: 40%;
  margin-top: -30px;
  width: 40px;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  opacity: 0.15;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
}
#books-carousel > .control.disabled {
  cursor: text !important;
  -webkit-opacity: .1 !important;
  -moz-opacity: .1 !important;
  opacity: .1 !important;
}
#books-carousel > .control.prev {
  background-image: url(../Images/car-left-arrow.png);
  left: -40px;
}
#books-carousel > .control.next {
  background-image: url(../Images/car-right-arrow.png);
  right: -40px;
}
#books-carousel:hover > .control {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#books-carousel .cycle-slideshow {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3px;
  /*.slide*/
}
#books-carousel .cycle-slideshow .slide {
  width: 220px;
  margin-top: 1px;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: top;
  background: #fff;
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*a*/
}
#books-carousel .cycle-slideshow .slide > a {
  display: block;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*.thumb*/
  /*.title*/
  /*:hover*/
}
#books-carousel .cycle-slideshow .slide > a .thumb {
  display: block;
  position: relative;
  margin-bottom: 12px;
  background-color: #000;
  /*img*/
  /*:before*/
  /*:after*/
}
#books-carousel .cycle-slideshow .slide > a .thumb img {
  display: block;
  max-width: 100%;
  width: 100%;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
}
#books-carousel .cycle-slideshow .slide > a .thumb:before {
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  z-index: 200;
  top: 0px;
  left: 0px;
  width: 25%;
  height: 25%;
  border: solid 1px #fff;
  border-right: none;
  border-bottom: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#books-carousel .cycle-slideshow .slide > a .thumb:after {
  pointer-events: none;
  content: " ";
  display: block;
  position: absolute;
  z-index: 200;
  right: 0px;
  bottom: 0px;
  width: 25%;
  height: 25%;
  border: solid 1px #fff;
  border-left: none;
  border-top: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
#books-carousel .cycle-slideshow .slide > a .title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  white-space: normal;
  padding-bottom: 5px;
}
#books-carousel .cycle-slideshow .slide > a:hover {
  text-decoration: none;
  /*img*/
  /*.thumb*/
}
#books-carousel .cycle-slideshow .slide > a:hover img {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#books-carousel .cycle-slideshow .slide > a:hover .thumb {
  /*:before*/
  /*:after*/
}
#books-carousel .cycle-slideshow .slide > a:hover .thumb:before {
  top: 16px;
  left: 16px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
#books-carousel .cycle-slideshow .slide > a:hover .thumb:after {
  right: 16px;
  bottom: 16px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*#books-carousel*/
/*#BOOKS CAROUSEL*/
.dynamic-page-area {
  padding-right: 0px;
}
/*BREADCRUMB*/
#breadcrumb {
  font-size: 12px;
  margin-bottom: 12px;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  /*:before*/
}
#breadcrumb > * {
  color: #666b6e;
}
#breadcrumb a,
#breadcrumb span {
  font-size: 14px;
}
#breadcrumb:before {
  content: attr(label);
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin-right: 3px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
#breadcrumb a:after {
  content: "›";
  font-size: 16px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  display: inline-block;
  margin-left: 6px;
  margin-right: 2px;
}
#breadcrumb a:hover {
  text-decoration: none;
  color: #9e0b0f;
}
/*#BREADCRUMB*/
/*PAGE HEADING*/
.page-heading {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 20px;
  background: url(../Images/heading-bg-1.png) repeat-x left center;
  font-size: 24px;
  font-weight: normal;
  color: #444;
  /*style 2*/
  font-family: 'Open Sans';
  font-weight: 100;
  color: #222;
  /*span*/
}
.page-heading span {
  display: inline-block;
  padding-right: 8px;
  background-color: #FFF;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}
/*.heading*/
/*#PAGE HEADING*/
/*HTML PAGE CONTENT*/
#html-page-content {
  margin-bottom: 24px;
}
#html-page-content {
  margin-bottom: 24px;
  line-height: 22px;
}
/*#HTML PAGE CONTENT*/
.sidebar-wg {
  margin-bottom: 24px;
}
/*.sidebar-wg*/
.black-heading {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 16px;
  font-family: 'Open Sans';
  font-size: 26px;
  font-weight: 100;
  color: #000;
  /*i*/
}
.black-heading a:not(.more-link) {
  color: inherit;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*:hover*/
}
.black-heading a:not(.more-link):hover {
  color: #f47612;
  text-decoration: none;
  border-bottom: dotted 1px;
}
.black-heading i {
  color: #f47612;
}
.black-heading .more-link {
  font-family: Arial, Verdana, sans-serif;
  color: #f47612;
  font-size: 13px;
  float: right;
  margin-top: 3px;
  margin-right: 10px;
  border-bottom: solid 1px #ea0000;
  /*:hover*/
}
.black-heading .more-link:hover {
  text-decoration: none;
}
/*.black-heading*/
/*SIDEBAR VIDEO SLIDER 1*/
.sidebar-video-slider {
  position: relative;
  /*.nav*/
  /*.nav.left-arrow*/
  /*.nav.right-arrow*/
  /*.items*/
  /*:hover*/
}
.sidebar-video-slider .nav {
  pointer-events: auto;
  display: block;
  width: 34px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  z-index: 250;
  top: 110px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;*/
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.sidebar-video-slider .nav.left-arrow {
  background-image: url(../Images/poster-slide-arrow-left.png);
  left: 10px;
}
.sidebar-video-slider .nav.right-arrow {
  background-image: url(../Images/poster-slide-arrow-right.png);
  right: 10px;
}
.sidebar-video-slider .items {
  /*a*/
}
.sidebar-video-slider .items a {
  display: block;
  background-image: url(../Images/sidebar-dotted-bg.gif);
  padding-bottom: 10px;
  /*span*/
  /*.thumb*/
  /*.title*/
  /*:hover*/
}
.sidebar-video-slider .items a span {
  display: block;
}
.sidebar-video-slider .items a .thumb {
  margin-bottom: 12px;
  position: relative;
  /*img*/
  /*:before*/
}
.sidebar-video-slider .items a .thumb img {
  display: block;
}
.sidebar-video-slider .items a .thumb:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 150;
  width: 66px;
  height: 66px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../Images/play-icon.png);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar-video-slider .items a .title {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar-video-slider .items a:hover {
  text-decoration: none;
}
.sidebar-video-slider:hover {
  /*.nav*/
}
.sidebar-video-slider:hover .nav {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.sidebar-video-slider:hover .items > a > .thumb:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/*.sidebar-video-slider*/
/*#sidebar VIDEO SLIDER 1*/
/*SIDEBAR GALLERIES*/
.sidebar-galleries {
  margin-left: -12px;
  margin-bottom: -12px;
  /*a*/
}
.sidebar-galleries a {
  display: block;
  float: left;
  margin-left: 12px;
  margin-bottom: 12px;
  width: 66px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.13s ease;
  -moz-transition: all 0.13s ease;
  -ms-transition: all 0.13s ease;
  -o-transition: all 0.13s ease;
  background-color: #000;
  position: relative;
  /*img*/
  /*:before, :after*/
  /*:before*/
  /*:after*/
  /*:hover*/
}
.sidebar-galleries a img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar-galleries a:before,
.sidebar-galleries a:after {
  content: " ";
  position: absolute;
  z-index: 1;
  width: 30%;
  height: 30%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sidebar-galleries a:before {
  top: 0px;
  left: 0px;
  border-top: solid 1px rgba(255, 255, 255, 0);
  border-left: solid 1px rgba(255, 255, 255, 0);
}
.sidebar-galleries a:after {
  bottom: 0px;
  right: 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  border-right: solid 1px rgba(255, 255, 255, 0);
}
.sidebar-galleries a:hover {
  /*img*/
  /*:before*/
  /*:after*/
}
.sidebar-galleries a:hover img {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.sidebar-galleries a:hover:before {
  top: 10px;
  left: 10px;
  border-color: #ffffff;
}
.sidebar-galleries a:hover:after {
  bottom: 10px;
  right: 10px;
  border-color: #ffffff;
}
/*.sidebar-galleries*/
/*#SIDEBAR GALLERIES*/
/*SIMPLE LIST*/
.simple-list .item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #eee;
}
.simple-list .item:first-child {
  padding-top: 0px;
}
.simple-list .item:last-child {
  border-bottom: none;
}
.simple-list .item .thumb {
  display: block;
  float: left;
  margin-right: 12px;
}
.simple-list .item .info {
  overflow: hidden;
}
.simple-list .item .info .title {
  font-size: 13px;
  font-weight: 700;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 17px !important;
  padding-bottom: 2px;
}
.simple-list .item .info .summary {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  color: #999999;
}
.simple-list .item:hover .info .title,
.simple-list .item .info .title:hover {
  text-decoration: none;
  border-bottom: dotted 1px;
  color: #f47612;
}
/*Varian*/
.simple-list.invert-bg .item:first-child {
  padding-top: 10px;
}
.simple-list.invert-bg .item {
  background-color: #f8f8f8;
  border-bottom: solid 1px #FFFFFF;
  padding-left: 12px;
  padding-right: 10px;
}
.simple-list.invert-bg .item:hover {
  background-color: #f3f3f3;
}
.simple-list.item-blue .item .title {
  color: #07c;
}
.simple-list.item-blue .item:hover .title,
.simple-list.item-blue .item .title:hover {
  border: none;
}
.simple-list.invert-bg-pattern .item:first-child {
  padding-top: 10px;
}
.simple-list.invert-bg-pattern .item {
  border-bottom: solid 1px #FFFFFF;
  background-image: url(../Images/sidebar-dotted-bg.gif);
  padding-left: 12px;
  padding-right: 10px;
}
/*#SIMPLE LIST*/
/*SIDEBAR MAG EDITION SLIDERS*/
.mag-editions-slider {
  position: relative;
  /*.slides*/
  /*.nav*/
}
.mag-editions-slider .slides {
  display: block;
  width: 207px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #eee;
  background: url(../Images/book-offset-bg.png);
  /*a*/
}
.mag-editions-slider .slides a {
  display: block;
  margin: 12px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000;
  /*img*/
  /*:after*/
}
.mag-editions-slider .slides a img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.mag-editions-slider .slides a:before {
  content: '\f0c1';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  font-size: 18px;
  color: #333;
  text-align: center;
  line-height: 50px;
  position: absolute;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.5);
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  top: 50%;
  left: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  /*-moz-background-clip:    padding;
	-webkit-background-clip: padding-box;
	background-clip:         padding-box;*/
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.mag-editions-slider .slides a:hover {
  /*:after*/
}
.mag-editions-slider .slides a:hover img {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.mag-editions-slider .slides a:hover:before {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.mag-editions-slider .nav {
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 114px;
  border-bottom: solid 1px #eee;
  /*a*/
  /*a.cycle-pager-active*/
}
.mag-editions-slider .nav a {
  display: block;
  border-top: solid 1px #eee;
  border-right: solid 1px #eee;
  padding-top: 9px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  color: #777;
  text-align: center;
  /*:hover*/
}
.mag-editions-slider .nav a:hover {
  text-decoration: none;
}
.mag-editions-slider .nav a.cycle-pager-active {
  color: #f47612;
  background: url(../Images/book-offset-bg.png);
}
/*.mag-editions-slider*/
/*#SIDEBAR MAG EDITION SLIDERS*/
/*Pagination*/
.Pagination_container {
  padding-top: 15px;
  color: #353535;
  padding-bottom: 15px;
}
.Pagination_item {
  display: block;
  float: left;
  margin-right: 4px;
}
.Pagination_container .Pagination_item a {
  background-color: #f8fafb;
  border: 1px solid #eaeaea;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 28px;
  display: inline-block;
  text-decoration: none;
  color: #555;
  font-weight: 700;
  font-size: 12px;
}
.Pagination_container .Pagination_item a:hover {
  background-color: #dcdee4;
  color: #000;
}
.Pagination_selected_item {
  display: block;
  float: left;
  margin-right: 4px;
}
.Pagination_container .Pagination_selected_item a {
  background-color: #ee7e2c;
  border: 1px solid #e57422;
  padding-right: 12px;
  padding-left: 12px;
  line-height: 28px;
  display: inline-block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: 700;
}
.Pagination_container:before {
  content: " ";
  display: block;
  clear: both;
}
/*End of pagination*/
.attachments-box {
  padding-top: 10px;
  /*>ol*/
}
.attachments-box > .heading {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.attachments-box > ol {
  /*li*/
}
.attachments-box > ol > li {
  margin-bottom: 4px;
  /*a*/
}
.attachments-box > ol > li > a {
  color: #07c;
  /*:hover*/
}
.attachments-box > ol > li > a:hover {
  text-decoration: none;
  border-bottom: dotted 1px;
  color: #f47612;
}
/*.attachments-box*/
/*2018 /////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.widget-heading-style1 {
  margin: 0px;
  padding: 0px;
  padding-bottom: 2px;
  margin-bottom: 14px;
  background: url(../Images/heading-bg-1.png) repeat-x left center;
  font-family: Tahoma;
  font-size: 15px;
  font-weight: 700;
  color: #222222;
  /*span,a*/
}
.widget-heading-style1 span,
.widget-heading-style1 a {
  display: inline-block;
  background-color: #fff;
  padding-right: 6px;
}
.widget-heading-style1 a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  color: #222222;
}
.widget-heading-style1 a:hover {
  text-decoration: none;
  color: #f47612;
}
/*.widget-heading-style1*/
.widget-block-heading1 {
  display: block;
  margin: 0px;
  padding: 0px;
  margin-bottom: 16px;
  /**:first-child*/
  /*a*/
  /*a:last-child*/
  /*:hover*/
}
.widget-block-heading1:after {
  content: " ";
  font-size: 1px;
  display: block;
  clear: both;
}
.widget-block-heading1 > *:first-child {
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 300;
  color: #222222;
  display: inline-block;
  padding-bottom: 12px;
  position: relative;
  /*:before*/
}
.widget-block-heading1 > *:first-child:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50%;
  border-bottom: solid 2px #f47612;
  -webkit-transition: all 0.13s ease;
  -moz-transition: all 0.13s ease;
  -ms-transition: all 0.13s ease;
  -o-transition: all 0.13s ease;
}
.widget-block-heading1 > .head-link {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*:hover*/
}
.widget-block-heading1 > .head-link:hover {
  text-decoration: none;
  color: #f47612;
  /*:before*/
}
.widget-block-heading1 > .head-link:hover:before {
  width: 100%;
}
.widget-block-heading1 > .more-link {
  display: block;
  float: right;
  margin-top: 6px;
  margin-right: 6px;
  font-size: 13px;
  font-weight: normal;
  color: #ccc;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  /*:hover*/
}
.widget-block-heading1 > .more-link:hover {
  text-decoration: none;
}
.widget-block-heading1:hover {
  /*.more-link*/
}
.widget-block-heading1:hover .more-link {
  color: #f47612;
}
