html, body {
  /*height: 100%;
  width: 100%;*/
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
  padding: 0;
  background: #f5f5f5;
  position: relative;
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-24 {
  font-size: 24px;
}

.dropdown-menu {
  padding: 0;
  background: #513C76;
}

.dropdown-menu li a {
  padding: 12px 20px ;
  background: #513C76;
}

.dropdown-menu .divider {
  margin-top: 0;
}

.dropdown-menu li a:hover {
  background: #654B94;
  color: #fff;
}

.row {
  margin: 0 -10px;
}

.row .row {
  
}

[class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-header {
  float: left;
}

.navbar-toggle {
  background: #fff;
  border: none;
  float: none;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0;
}

.navbar-toggle .icon-bar {
  background: #654b94;
}

.container {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  max-width: 1110px;
}

::selection {
  color: #fff;
  text-shadow: 0 1px #000;
  background: #654b94; /* Safari */
}

::-moz-selection {
  color: #fff;
  text-shadow: 0 1px #000;
  background: #654b94; /* Firefox */
}

a {
  color: #654b94;
 /* -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;*/
}

a:hover, a:focus, a:active {
  color: #513C76;
  outline: 0;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

h4 {
  margin-top: 25px;
}

p {
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0 0 20px 0;
  padding: 0;
}

p.bg-primary {
  padding: 120px 20px;
  font-size: 28px;
  background: #654B94;
  font-weight: 300;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

p.bg-primary.error,
p.bg-primary.success,
p.bg-primary.plain {
  background: #fff;
  color: #333;
  border-left: 5px solid #c0392b;
}

p.bg-primary.error {
  border-color: #c0392b;
}

p.bg-primary.success {
  border-color: #654B94;
}

p.bg-primary.plain {
  border-color: #ccc;
}

.msg {
  padding-top: 20px;
}

strong, .strong {
  font-weight: 700;
}

label {
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}

.popover {
  background: #513C76;
  border: 1px solid #513C76;
}

.popover.bottom .arrow, 
.popover.bottom .arrow::after {
  border-bottom-color: #513C76;
}

.popover a {
  color: #7DB5E5;
  font-weight: 700;
}

.tooltip {
  z-index: 1040 !important;
}

.tooltip .tooltip-inner {
  padding: 7px 12px;
}

.tooltip,
.tooltip .tooltip-inner {
  /*-webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;*/
}

.error {
  color: red;
}

.form-control {
  border: 1px solid #ccc;
  height: auto;
  line-height: 20px;
  font-size: 14px;
  padding: 10px 15px;

}

.form-control:focus {
    border-color: #654b94;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid rgba(0,0,0,.2);
  border-bottom: 1px solid rgba(255,255,255,.8);
  border-left: none;
  border-right: none;
  height: 0;
}

hr.divider {
  margin: 30px auto;
  max-width: 500px;
  height: 30px;
  border: none;
  background: url(../img/divider.png) no-repeat center center transparent;
}

.btn-link {
  color: #fff;
  border: none;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  line-height: 25px;
  text-shadow: 0 1px #000;
  padding: 8px 20px 10px 20px;
  background: none;
}

.btn-link:hover, .btn-link:focus, .btn-link:active {
  color: #fff;
  text-shadow: 0 1px #000;
  padding: 8px 19px 10px 21px;
  background: none;
}

.btn-light {
  background: none;
  color: #654b94;
  text-shadow: 0 1px #fff;
}

.btn-light:hover, .btn-light:focus, .btn-light:active {
  color: #654b94;
  text-shadow: 0 1px #fff;
  padding: 8px 19px 10px 21px;
  background: none;
}

.btn-primary {
  background: #9fa374;
  border: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #566422;
}

.btn-cta {
  color: #fff;
  background: #7db5e5;
  border: none;
  border-bottom: 4px solid #6b98bd;
  position: relative;
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  line-height: 25px;
  text-shadow: 0 1px rgba(0,0,0,.8);
  padding: 8px 20px 10px 20px;
  margin: 0;
  text-shadow: 0 1px 2px #000;
  -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.2);
  -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.2);
  box-shadow: 0 -1px 3px rgba(0,0,0,.2);
}

.btn-cta:hover, 
.btn-cta:focus, 
.btn-cta:active  {
  color: #fff;
  background: #7db5e5;
  padding: 8px 19px 10px 21px;
  border-bottom: 4px solid #6b98bd;
}

#contact-form .btn-cta {
  padding: 8px 40px 10px 40px;
}

#contact-form .btn-cta:hover, 
#contact-form .btn-cta:focus, 
#contact-form .btn-cta:active {
  padding: 8px 39px 10px 41px;
}

.btn-rounded {
  background: #fff;
  color: #654b94;
  letter-spacing: -.05em;
  text-shadow: none;
  padding: 12px 35px 14px 35px;
  font-style: normal;
  margin: 0 auto;
  border: 2px solid #654b94 !important;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.btn-rounded:hover, 
.btn-rounded:focus, 
.btn-rounded:active  {
  background: #654b94;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,.8);
  padding: 12px 35px 14px 35px;
  border: 2px solid #654b94 !important;
}

.form-control.btn-rounded {
  height: 55px;
  letter-spacing: 0;
  font-size: 16px;
  padding: 13px 20px 13px 20px;
  border: 2px solid #666 !important;
  border-right: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
} 

.input-group .form-control.btn-rounded {
  height: 55px;
  letter-spacing: 0;
  font-size: 16px;
  padding: 13px 20px 13px 20px;
  border: 2px solid #666 !important;
  border-right: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
} 

.form-control.btn-rounded:hover,
.input-group:hover .form-control.btn-rounded, 
.input-group:focus .form-control.btn-rounded, 
.input-group:active .form-control.btn-rounded {
  background: #fff;
  color: #654b94;
  text-shadow: 0 1px #fff;
  border-color: #654b94 !important;
}

.input-group .form-control.btn-rounded:hover, 
.input-group .form-control.btn-rounded:focus, 
.input-group .form-control.btn-rounded:active {
  background: #fff;
  color: #654b94;
  text-shadow: none;
}

.input-group-btn .btn-rounded {
  height: 55px;
  border: 2px solid #666 !important;
  border-left: none !important;
  padding: 11px 20px 11px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-group:hover .input-group-btn .btn-rounded, 
.input-group:focus .input-group-btn .btn-rounded, 
.input-group:active .input-group-btn .btn-rounded {
  border-color: #654b94 !important;
}

.more-btn {
  margin: 40px auto;
}

.img-thumbnail {
  padding: 5px;
  border: 1px solid #654b94;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.pagination-lg > li > a {
  color: #654b94;
}

.pagination-lg > li > span {
  color: #333;
}

.pagination-lg > li > a, 
.pagination-lg > li > span {
  margin: 0 3px; 
  font-size: 14px;
  line-height: 20px;
  background: #f7f7f7;
  border: none;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.pagination-lg .active a, 
.pagination-lg .active span {
  font-weight: 700;
  background: #fff;
  color: #333;
}

.pagination-lg > li > a:hover, 
.pagination-lg > li > a:focus, 
.pagination-lg > li > a:active {
  color: #513C76;
} 

.pagination-lg .active a:hover, 
.pagination-lg .active span:hover, 
.pagination-lg .active a:focus, 
.pagination-lg .active span:focus {
  background: #fff;
  color: #333;
}

.list-group-square,
.list-group-item-square:first-child,
.list-group-item-square:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* header styles */
#header {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 21px;
  text-align: left;
  background: #654b94;
  position: relative;
  width: 100%;/*
  z-index: -999997;
  overflow: hidden;*/
  /*-webkit-box-shadow: 0 0 5px rgba(0,0,0,.3) inset;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3) inset;
  box-shadow: 0 0 5px rgba(0,0,0,.3) inset;*/
}

#header .brand {
  padding: 100px 0 50px 0;
  background: url(../img/brand.png) no-repeat right -50px transparent;
}

#header h1 {
  width: 320px;
  height: 50px;
  margin: 0;
  padding: 0;
}

.brand h1 a {
  display: block;
  position: relative;
  width: 320px;
  height: 50px;
  overflow: hidden;
  text-indent: -9999em;
  background: url(../img/logo.png) no-repeat 0 0 transparent;
  z-index: 10;
}

#home-btn .fa-stack {
  opacity: .5;
  -webkit-transition: opacity .5s ease-out;
  -moz-transition: opacity .5s ease-out;
  -o-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out;
}

#home-btn:hover .fa-stack, 
#home-btn:focus .fa-stack, 
#home-btn:active .fa-stack {
  opacity: 1;
}

.nav-pills > li.active > a, 
.nav-pills > li.active > a:hover, 
.nav-pills > li.active > a:focus {
  background: #654b94;
}

.nav-top .btn-group {
  border-right: 1px solid #999;
  padding: 0 5px;
  margin: 0;
}

.nav-top .btn-group.no-border {
  border: none;
}

.nav-top .btn.disabled, 
.nav-top .btn[disabled] {
  opacity: 1;
  color: #999;
}

.nav-top .btn-inverse {
  background: rgba(0,0,0,.8);
  border: none;
  margin: 1px;
}

.nav-top .open .dropdown-menu {
  text-align: right;
  min-width: 80px;
  background: rgba(0, 0, 0, 0.8);
}

.nav-top .open .dropdown-menu li {
  /*width: 100px;*/
}

.nav-top .open .dropdown-menu li a {
  /*width: 100px;*/
  text-align: center;
  padding: 5px 10px;
}

#secondary-nav {
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0;
  background: #513c76;
  /*background: #000;*/
  border: none;
  z-index: 1030;
}

#secondary-nav .navbar-brand {
  margin-left: 0;
  padding: 0;
  opacity: 0;
  height: 50px;
  width: 0;
  overflow: hidden;
  text-indent: -9999em;
  background: url(../img/logo_small_.png) no-repeat 0 18px transparent;

  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#secondary-nav.affix .navbar-brand {
  width: 170px;
  opacity: 1;

  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#secondary-nav .navbar-collapse {
  padding: 0;
}

#btn-lang {
  border: 0;
  margin: 0;
  background: url(../img/menu_div.png) no-repeat left 50% #513c76;
  color: #fff;
  line-height: 20px;
  height: 50px;
  padding: 15px 15px;
}

#secondary-nav .secondary-nav {
  margin-left: -15px;

  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#secondary-nav .secondary-nav > li > a {
  color: #fff;
  background: #513c76;
  /*background: #000;*/
  font-size: 13px;
}

#secondary-nav .social {
  margin: 0 8px 0 0;
}

#secondary-nav .social > li > a {
  background: none;
  color: #513c76;
  /*color: #000;*/
  padding: 11px 4px;
  font-size: 14px;
}

#secondary-nav .social > li > a:hover {
  color: #654B94;
}

#secondary-nav .social > li > a span {

}

#secondary-nav .tooltip.bottom {
  margin-top: 13px;
  width: 150px;
  z-index: 1060;
}

#main-nav {
  font-family: 'Open Sans', Arial, sans-serif;
  margin: 0;
  background: #fff; 
  border: none;
  border-top: 1px solid #654b94;
  border-bottom: 1px solid #654b94;
  position: relative;
  z-index: 1030;
  -webkit-box-shadow: 2px 0 3px rgba(0,0,0,.3);
  -moz-box-shadow: 2px 0 3px rgba(0,0,0,.3);
  box-shadow: 2px 0 3px rgba(0,0,0,.3);
}

#main-nav.affix {
  position: fixed;
  top: 50px;
  width: 100%;
}

#main-nav .navbar-collapse {
  max-height: none;
  padding: 0;
}

#main-nav .affix-top {
  position: fixed;
}

#main-nav .main-nav {
  margin-left: 0;
  font-weight: 500;
  border-collapse: collapse;
}

#main-nav .main-nav > li:first-child > a {
  border-left: 1px solid rgba(0,0,0,.1);
}

#main-nav .main-nav > .active > a {
  background: #fff;
}

#main-nav .main-nav > li > a {
  padding: 15px 25px;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #654b94;
  border-right: 1px solid rgba(0,0,0,.1);
  background: #f8f8f8;
}

#main-nav .main-nav > .active > a, 
#main-nav .main-nav > .active > a:hover, 
#main-nav .main-nav > .active > a:focus,
#main-nav .main-nav > li > a:hover {
  color: #000;
}


#main-nav .main-nav > .active > a, 
#main-nav .main-nav > .active > a:hover, 
#main-nav .main-nav > .active > a:focus {
  color: #fff;
  text-shadow: 0 1px #000;
  background: #513c76;
  color: #fff;
  margin: -5px -5px 0;
  padding: 20px 30px 15px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#main-nav .user-nav {
  margin-right: 0;
}

#main-nav .user-nav > li > a {
  padding: 15px 20px;
  font-size: 15px;
  line-height: 30px;
  color: #333;
}

#main-nav .user-nav > .user-cart > a {
  padding: 14px 20px;
}

#main-nav .user-nav > .user-register > a {

}

#main-nav .user-nav > .user-login > a {
  color: #fff;
  background: #7db5e5;
  text-shadow: 0 1px 2px #000;
  font-weight: 600;
}

/* #register & #login */
#register,
#forgot {
  padding: 0 30px 20px 30px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3); 
  margin-top: 20px;
  margin-bottom: 0;
}

#login {
  padding: 0 30px 20px 30px;
  background: #654B94;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3); 
  margin-top: 20px;
  margin-bottom: 0;
}

#register .bg-danger, 
#register .bg-success,
#login .bg-danger, 
#login .bg-success,
#forgot .bg-danger, 
#forgot .bg-success  {
  padding: 20px;
  margin-bottom: 20px;
}

#register .bg-danger p, 
#register .bg-success p,
#login .bg-danger p, 
#login .bg-success p,
#forgot .bg-danger p, 
#forgot .bg-success p {
  margin-bottom: 0;
}

#register h4 {
  margin: 0 0 20px 0;
  padding: 0;
}

#login .page-title,
#login label{
  color: #fff;
}

#login a {
  color: #7DB5E5;
  font-weight: 600;
  text-shadow: 0 1px #000;
}

#login a:hover,
#login a:focus,
#login a:active {
  color: #fff;
}

/* home */
/* ad banner */
#index-ad {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
  z-index: 1;
}

#index-ad img {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}


/* banner styles */
#home_slider {
  background: #f5f5f5;
  padding: 0;
  position: relative;
  z-index: 5;
  -webkit-box-shadow: 0 0 4px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 4px rgba(0,0,0,.4);
  box-shadow: 0 0 4px rgba(0,0,0,.4);
}

#home_slider .bx-wrapper {
  margin: 0 auto;
}

#home_slider .bx-wrapper .bx-viewport {
  border: none;
  background: none;
  left: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#home_slider .bx-wrapper .bx-pager, 
#home_slider .bx-wrapper .bx-controls-auto {
  bottom: 20px;
}

#home_slider .bx-wrapper .bx-pager .bx-pager-item, 
#home_slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  vertical-align: middle;
}

#home_slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #654b94;
  background: rgba(101,75,148,.8);
  margin: 2px 3px;
  width: 6px;
  height: 6px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#home_slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #654b94;
} 

#home_slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  margin: 0 1px;
  width: 10px;
  height: 10px;
}

#bxslider {
  list-style-type: none;
  margin: 0 auto;
}

#bxslider li {
  position: relative;
}

#bxslider .home_slider_text {
  position: absolute;
  padding-top: 140px;
  color: #fff;
  text-shadow: 0 1px #000;
  z-index: 10;
  max-width: 620px;
}

#bxslider .home_slider_text h2 {
  display: inline-block;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  padding: 0;
  margin: 0 0 10px 0;
  background: #654b94;
  background: rgba(101,75,148,.8);
}

#bxslider .home_slider_text h2 a {
  display: block;
  color: #fff;
  padding: 10px 20px;
}

#bxslider .home_slider_text h2 a:hover {
  background: #654b94;
}

#bxslider .home_slider_text p {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  padding: 10px 20px;
  margin: 0 0 10px 0;
  background: #654b94;
  background: rgba(101,75,148,.8);
}

#bxslider .home_slider_text .btn {
  
}

#bxslider .home_slider_img {
  position: relative;
  z-index: 9;
}

.thumbnail {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
}

.thumbnail .caption {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  padding: 0;
  display: none;
  text-align: center;
  color: #fff !important;
  z-index: 2;
  text-shadow: 0 1px #fff;
}

.media-list .thumbnail .caption {
  cursor: default;
}

.thumbnail .caption h3 {
  text-align: left;
  display: none;
  padding: 30px 40px;
  /*border-bottom: 2px solid #fff;*/
  margin: 0;
  font-weight: 700;
  line-height: 25px;
  margin: 0;
}

.thumbnail .caption h3 a {
  display: block;
}

.thumbnail .caption p {
  border-top: 1px solid #000;
  margin-left: 30px;
  margin-right: 30px;
}

.thumbnail .caption p .btn {
  background: none;
  color: #fff;
  padding: 15px 0;
}

/* environmental home banner */
#home_about {
  padding: 80px 0 70px 0;
  color: #fff;
  background: #654b94 !important;
}

#home_about .row {

}

#home_about .section-title {
  font-size: 42px;
  line-height: 44px;
  font-weight: 300;
  text-align: left;
  margin: 0;
  padding-bottom: 20px;
  text-shadow: 0 1px #000, 0 0 5px rgba(0,0,0,.4);
}

#home_about p {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  text-shadow: 0 1px #000, 0 0 5px rgba(0,0,0,.4);
}

#home_about .backstretch {
  /*overflow: hidden;
  position: relative !important;*/
}

#home_about .backstretch img {
  /*position: fixed !important;*/
}

#home_services {
  background: #eee;
}

#home_services .service {
  padding: 80px 20px;
  text-shadow: 0 1px #fff;
  text-align: center;
}

#home_services .service:hover {
  background: #fff;
}

#home_services .service h3 {
  font-size: 32px;
  line-height: 30px;
  margin-bottom: 10px;
}

#home_services .service h3 a {
  display: block;
  color: #654b94;
}

#home_services .service h3 a span {
  display: block;
  padding: 0;
  margin: 0 auto 20px auto;
  width: 112px;
  height: 112px;
  background: url(../img/services_sprite.png) no-repeat center center #fff;
  border: 2px solid #654b94;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

#home_services .service.book-service h3 a span {
  background-position: center left;
}

#home_services .service.media-service h3 a span {
  background-position: center center;
}

#home_services .service.event-service h3 a span {
  background-position: center right;
}

#home_services .service p {
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin: 0 auto 30px auto;
}

.book .thumbnail {
   
}

.book .price-tag {
  position: absolute;
  bottom: 0;
  right: 20px;
  display: block;
  line-height: 80px;
  width: 80px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background: #7DB5E5;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  text-shadow: 0 1px 2px #000;
  z-index: 3;
}

.page-cont .book-item {
  margin: 0 10px 20px 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

.page-cont .book-item .thumbnail img {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.page-cont .book-item h3 {
  margin: 0;
  padding: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.page-cont .book-item h4 {
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 20px;
} 

.page-cont .book-item h4 small {
  line-height: 20px;

}

.page-cont .book-item .price-tag {
  position: relative;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  background: #7DB5E5;
  padding: 0 30px;
  margin-right: 10px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  text-shadow: 0 1px 2px #000;
}

.page-cont .book-item p {
  padding-bottom: 10px;
}



/* home blog area */
#home_blog {
  background: #f5f5f5;
  padding: 0;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 6px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 6px rgba(0,0,0,.3);
  box-shadow: 0 0 6px rgba(0,0,0,.3);
}

#home_blog .section-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  text-shadow: 0 1px #fff;
  text-transform: uppercase;
}

#home_blog .section-title a {
  font-size: 16px;
  font-style: italic;
  text-shadow: 0 1px 0 #fff;
}

#home_media {
  padding: 80px 0 0 0;
}

/* home articles area */
#home_articles {
  padding: 0;
}

#home_articles .article {
  cursor: pointer;
}

#home_articles .article .thumbnail {
  max-height: 145px;
  overflow: hidden;
}

/* home event styles */
#home_event {
  padding: 30px 0 50px 0;
}

#home_event .events-list {
  padding-bottom: 30px;
}

#home_event .article {
  margin-bottom: 0; 
}

#home_event .article .article-cont .category_icon {
  display: block;
  position: absolute;
  top: 25px;
  left: -28px;
  z-index: 20;
}

.date {
  padding: 50px 50px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  background: #654b94;
  font-weight: 500;
  text-align: center;
  text-shadow: 0 1px #000, 0 0 20px rgba(0,0,0,.6);
}

.date .day {
  display: block;
  font-size: 95px;
  font-weight: 700; 
  line-height: 80px;
}

.date .month {
  display: block;
  font-size: 15px;
  font-weight: 600; 
  line-height: 20px;
}

.date .year {
  display: block;
  font-size: 20px;
  font-weight: 400;  
  line-height: 30px;
}

#home_subscribe {
  background: #7db5e5;
  color: #333;
  text-shadow: 0 1px rgba(255,255,255,.6);
  padding: 80px 0 75px 0;
}

#home_subscribe h3 {
  font-size: 28px;
  line-height: 30px;
  margin: 0 0 5px 0;
  padding: 0;
}

#home_subscribe p {
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

#home_subscribe .subscribe_field {
  margin-top: 10px;
  margin-bottom: 10px;
}

#home_subscribe .subscribe_field .input-group {

  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border-radius: 55px;
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
  box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

/* end home styles */

/* page title and share buttons */
.page-header {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.page-title {
  font-size: 28px;
  line-height: 30px;
  font-weight: 300;
  color: #333;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
}

.page-title.big {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #513C76;
  padding-top: 0;
  padding-bottom: 30px;
  text-shadow: 0 1px #fff;  
}

.share {
  /*padding: 0;*/
}

.share .share-title {
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
  padding-bottom: 4px;
}

.share p {
  line-height: 40px;
  padding: 30px 0;
  margin: 0;
}

.sidebar .share {
  line-height: 1;
  padding: 0;
  margin: 0;
}

.sidebar .share .share-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  padding-bottom: 5px;
}

.share p .tooltip {
  text-align: center;
}

.share p .fa-stack {
  text-align: center;
}

/* main page styles */
#banner {
  min-height: 280px;
  width: 100%;
  background: #654b94 !important;
  border-bottom: 1px solid #654b94;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.mfp-content #banner {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.cats-title {
  background: #e3e4d6;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  color: #666;
  padding: 30px 25px;
  margin: 0;
}

.main.affix {
  margin-top: 62px;
}

.main {
  background: #f5f5f5;
  /*background: #b3c589;*/
  border-bottom: 4px solid #7db5e5;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
  width: 100%;
  /*margin-top: 320px;*/
  z-index: 3;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
}

#index.main {
  /*margin-top: 400px;*/
  padding-bottom: 0;
}

.main-container {
  padding-top: 40px;
}

.single-full {
  padding-top: 20px;
}

#nav-left {
  background: #e3e4d6;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

#nav-left.affix {
  position: fixed;
  top: 50px;
  width: 300px;
}

#nav-left.affix-bottom {
  position: absolute;
  width: 300px;
}

#nav-left .nav-stacked > li + li {
  margin: 0;
}

#nav-left .nav > li > a {
  padding: 20px 25px;
  line-height: 30px;
  color: #333;
  border-bottom: 1px solid #f4f4ef;
}

#nav-left .nav-pills > li.active > a, 
#nav-left .nav-pills > li.active > a:hover, 
#nav-left .nav-pills > li.active > a:focus {
  background: #f4f4ef;
  color: #666;
  font-weight: 500;
}

/* press page */
#press-index {
  padding-top: 20px;
}

#press-index .sidebar-block p {
  padding: 20px 25px 0 25px;
  margin: 0;
  line-height: 1.5em;
}

#press-index .article.press {
  
}

#press-index .article.press h4 {
  margin: 0;
  padding: 25px 20px 0 20px;
}

#press-index .article.press p {
  margin: 0;
  padding: 10px 20px 25px 20px;
}

#press-index .article.press .buttons,
#press-index .sidebar-block .buttons {
  padding: 25px 20px;
}

#press-index .article.press .btn {
  margin-right: 0;
}

#press-index .article.press .meta {
  padding: 5px 20px 0 20px;
}

/* media page styles */
.media-list {
  padding-top: 20px;
}

#media .article,
#home_media .article {
  position: relative;
}

#media .article .caption,
#home_media .article .caption {
  display: none;
  background: #fff;
  background: rgba(255,255,255,.8);
}

#media .article .caption .article-cont,
#home_media .article .caption .article-cont {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
}

#media .article .caption h3,
#home_media .article .caption h3 {
  font-size: 18px;
  position: relative;
  width: 100%;
  padding: 5px 20px 20px;
}

#home_media .article .caption h3 {
  padding: 5px 10px 10px;
  max-height: 115px;
  overflow: hidden;
}

#media .article .caption .links,
#home_media .article .caption .links {
  text-align: left;
  padding: 0 20px;
  margin: 0;
  display: none;
}

#home_media .article .caption .links {
  padding: 0 10px;
}

#media .article .caption .links li,
#home_media .article .caption .links li  {
  padding: 0 14px 0 0;
  text-shadow: 0 1px #fff;
}

#media .article .caption .links li .tooltip,
#media .article .caption .links li .tooltip .tooltip-inner,
#home_media .article .caption .links li .tooltip, 
#home_media .article .caption .links li .tooltip .tooltip-inner {
  text-shadow: none;
}

.video-popup .mfp-content {
  padding-bottom: 0 !important;
}

.video-popup .mfp-content .video-cover {
  max-height: 405px;
}

/* products page styles */
#breadcrumbs {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

#breadcrumbs .breadcrumb {
  background: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.tags li {
  margin-bottom: 3px;
}

#refine {
  padding: 0;
  margin-bottom: 0;
  background: #fff;
  /* background: #9fa374; */
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #f4f4ef;
  border-left: none;
}

#refine .nav li a:hover, 
#refine .nav li a:focus {
  background: #eee;
}

#refine .nav .active a {
  font-weight: 500
}

#refine .nav .active a,
#refine .nav .active a:hover, 
#refine .nav .active a:focus {
  background: #f4f4ef;
} 

#refine  .refine-tags {
  padding-top: 30px;
  padding-bottom: 25px;
  margin: 0;
}

#refine  .refine-tags > li {
  padding-right: 0;
  padding-bottom: 5px;
}

#refine .close {
  font-weight: 300;
  font-size: 34px;
}

/* collections in products  page */
#products #collections {
  padding: 20px 0;
  background: #fff;
  color: #fff;
}

#products #collections .row {
  padding: 0 10px;
}

#products #collections .thumbnails-cont {
  margin-bottom: 0;
}

#products #collections .collection {
  padding: 0;
  height: 155px;
}

#products #collections .collection .image {
  width: 100%;
  height: 155px;
  display: table;
  background: none;
}

#products #collections .collection .image h3 {
  padding: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  display: table;
  width: 100%;
  height: 100%;
  text-shadow: 0 1px #000, 0 0 5px rgba(0,0,0,.4);
  background: rgba(109,89,57,.6);
  -webkit-transition: background .5s ease;
  -moz-transition: background .5s ease;
  -o-transition: background .5s ease;
  transition: background .5s ease;
}

#products #collections .collection .image h3:hover {
  background: rgba(109,89,57,1);
}

#products #collections .collection .image a {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}

.products-list {
  padding-top: 20px;
}

.product, .small-product {
  cursor: pointer;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

#products .product .thumbnail,
#single-product .product,
#single-product .small-product .thumbnail {
  background: url(../img/ajax-loader.gif) no-repeat center center #fff;
}

.product .thumbnail .caption,
.small-product .thumbnail .caption {
  background: rgba(255,255,255,.2);
}

.product .thumbnail a,
.small-product .thumbnail a {
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

.product h3 {
  display: table;
  width: 100%;
  height: 100px;
  padding: 0;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  background: #fff;
}

.product h3 a {
  color: #6d5939;
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 15px 20px;
  text-align: center;
  vertical-align: middle;
}

.product:hover h3 a {
  color: #333;
}

/* single product page */
#single-product {

}

#single-product .product {
  margin-top: 20px;
  margin-bottom: 20px;
  /*margin-bottom: 80px;*/
  cursor: default;
}

#single-product .product .image {
  padding: 0;
}

#single-product .product .description {
  padding-top: 30px;   
  padding-bottom: 10px;   
}

#single-product .product p {
  padding: 0 30px 20px 30px;
  margin: 0; 
}

#single-product .in-cat .product {
  margin-bottom: 20px;
  margin-top: 0;
}

#single-product .in-cat h5 {
  text-align: center;
  border-bottom: 1px solid #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
}

#single-product .in-cat h5 span {
  display: inline;
  width: 200px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -100px;
  background: #F4F4EF;
}

/* articles list */
#articles {
  
}

#single-article {
  padding-top: 30px;
}

#single-article .page-cont {
  border-bottom: none;
}

.published-on {
  color: #666;
  font-size: 12px;
}

.published-on a {
  font-weight: 600;
}

.sidebar .sidebar-block {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 20px 0;
  background: #eee;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

.sidebar .sidebar-block.important {
  background: #fff;
  padding: 20px 0;
}

.sidebar .sidebar-block .sidebar-block-body {
  padding: 20px 20px 5px 20px;
}

.sidebar .sidebar-block ul {
  padding-left: 25px;
  padding-right: 25px;
  border-top: 1px solid #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.latest li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  color: #654b94;
}

.latest li a:hover {
  color: #513C76;
  border-color: #513C76
}

.page-cont .tags a,
.book-cont .tags a {
  font-weight: 700;
}

.tags {
  padding: 20px 0 0 0;
}

.tags li {
  padding: 0;
  margin: 0 5px 10px 0;
}

.tags li a {
  display: block;
  padding: 5px 10px;
  background: #fff;
  font-size: 12px;
  line-height: 15px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.tags li a:hover {
  color: #fff;
  text-shadow: 0 1px #000;
  background: #654b94;
}

.sidebar .sidebar-block h3 {
  background: #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #7db5e5;
  color: #333;
  padding: 0 25px 20px 25px;
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-shadow: 0 1px #fff;
  text-transform: uppercase;
}

.sidebar .sidebar-block.important h3 {
  background: #fff;
  border-top: 1px solid #fff;
}

.image-left .image {
  max-width: 45%;
  padding: 0 20px 10px 0;
  position: relative;
  z-index: 2;
}

.image-right .image {
  max-width: 45%;
  padding: 0 0 10px 20px;
  position: relative;
  z-index: 2;
}

.image-left .image a,
.image-right .image a {
  display: block;
}

.image-left.column .text {
  width: 55%;
  float: right;
}

.image-right.column .text {
  width: 55%;
  float: left;
}

#featured {
  padding: 30px 0;
  position: relative;
  margin: 0;
  background: #eee;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

#featured .article {
  margin-bottom: 0;
}

#featured .title {
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 1px rgba(255,255,255,.4);
  position: absolute;
  top: 30px;
  background: #7db5e5;
  color: #654b94;
  text-align: left;
  padding: 10px 20px;
  margin: 0 0 0 -5px;
  -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
  z-index: 3;
}

#featured .article .thumbnail {
  max-width: 620px;
}

#articles-index {
  padding-top: 30px;
}

.article {
  padding: 0;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
  background: #fff;
  overflow: hidden;
  position: relative;
}

.article.book {

}

.article .article-cont {
  padding: 20px 30px 20px 30px;
  position: relative;
  /*overflow: hidden;*/
  z-index: 10;
}

.article .article-cont .category_icon {
  display: block;
  position: absolute;
  top: -28px;
  right: 30px;
  z-index: 20;
}

.article .fa-smaller {
  font-size: .8em;
}

.article .thumbnail {

}

.article .thumbnail img {

}

.article .thumbnail .caption {
  background: rgba(255,255,255,.2);
}

.article .caption a {
  display: block;
  width: 100%;
  height: 100%;
}

.article h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  margin: 0;
  padding: 5px 0 10px 0;
}

.article h3 a {
  display: block;
  /*color: #333;*/
}

.article:hover h3 a {
  /*color: #333;*/
}

.article.book h3 {
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;
  padding: 0;
  margin-bottom: 5px;
}

.article.book h4 {
  margin: 0 0 20px 0;
  line-height: 20px;
}

.article .meta {
  font-size: 12px;
  line-height: 15px;
  padding: 0 0 10px 0;
  color: #666;
} 

.article .meta {
  text-shadow: 0 1px #fff;
}

.article .meta a {
  font-weight: 700;
}

.article .excerpt {
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
}

.article .excerpt p {
  margin: 0;
  padding: 0;
}

.article .btn {
  margin-right: -15px;
}

.article.event .btn {
  margin-right: 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.article.book .btn {
  margin: 10px 0;
}

.article_footer .meta {
  border-top: 1px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.article_footer .meta a {
  font-weight: 700;
}

.article_footer .article_author {
  padding: 0;
  background: none;
  margin-bottom: 10px;
}

.article_footer .article_author .thumbnail {
  width: 100px;
  margin-right: 20px;
}

.article_footer .article_author .thumbnail .img-thumbnail {
  padding: 4px;
}

.article_footer .article_author .media-body p {
  margin-bottom: 0;
}

.article_footer .article_author .media-body .btn {
  font-size: 14px;
  margin-right: -20px;
}

.article_footer .pager li a {
  font-weight: 700;
  padding: 10px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.article_footer .pager li a:hover,
.article_footer .pager li a:focus {
  color: #fff;
  background-color: #654b94;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* book page */
#book #banner {
  min-height: 320px;
}

#book-cover {
  
}

#book-cover .thumbnail {
  max-width: 220px;
  margin: 20px auto 10px auto;
}

#book-cover .thumbnail .caption {
  background: rgba(255,255,255,.2);
  color: #666;
}

#book-cover .thumbnail .caption .sample-popup {
  display: block;
  width: 220px;
  height: 340px;
  overflow: hidden;
  text-align: center;
  /*color: #fff;*/
  text-shadow: 0 1px #000;
}

#book-cover .thumbnail .caption .sample-popup span {
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px;
}

#book-cover .thumbnail img {
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.5);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,.5);
  box-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.book-caption {
  
}

.book-caption a {
  display: inline-block;
  background: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0 15px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 600;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#book-sample {
  padding: 20px 10px;
}

#flipbook {
  /*overflow: hidden;*/
  margin: 0 auto;
}

#flipbook.booklet .b-arrow-prev {
  left: 0;
}

#flipbook.booklet .b-arrow-next {
  right: 0;
}

#flipbook .hard,
#flipbook .soft {
  background: #fff;
}

.mfp-container #book-container {
  padding: 0;
}

#article-header {
  padding: 80px 10px;
}

#article-header .author a {
  display: inline-block;
  /*color: #7db5e5;*/
  background: rgba(255, 255, 255, 0.7);
  padding: 10px 20px 12px 20px;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-shadow: none;
}

#article-header .author a:hover {
  background: #fff;
}

#article-header .page-title {
  display: inline-block;
  color: #fff;
  background: rgba(101, 75, 148, 0.8);
  padding: 10px 20px 12px 20px;
  margin: 0 0 10px 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 30px;
  text-shadow: 0 1px #000;
}

#article-header .short-description {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  background: rgba(101, 75, 148, 0.8);
  line-height: 20px;
  text-shadow: 0 1px #000;
}

#article-header .short-description p {
  margin: 0;
  padding: 0;
}

#single-book {
  padding: 20px 0;
}

#single-book .page-cont {
  border-bottom: none;
}

#single-book .sidebar {
  text-align: center;
}

#single-book .price-tag {
  display: block;
  width: 100%;
  background: none repeat scroll 0 0 #7db5e5;
  border-radius: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 55px;
  margin-bottom: 10px;
  padding: 0 30px;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 2px #000;
}

#single-book .info {
  font-size: 12px;
  padding: 20px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
}

#single-book .sidebar .btn-sm {
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
}

#single-book .sidebar .book-info {
  padding-top: 20px;
}

#single-book .sidebar .book-info li {
  padding: 2px 0;
}

#single-book .sidebar .book-info li .text-right {
  font-weight: 600;
}

#single-book .sidebar .book-info span {
  display: inline-block;
  width: 50%;
}


/* events list */
.index-page-title {
  font-size: 18px;
  line-height: 20px;
  margin-top: 20px;
  margin-bottom: 0;
  text-shadow: 0 1px #fff;
  text-transform: uppercase;
}

.index-page-title .lowercase {
  text-transform: capitalize;
  font-weight: 600;
}

.upcoming-events-list,
.past-events-list,
.books-list,
.blog-list,
.userarea {
  padding-top: 20px;
}

.upcoming-events-list .article,
.past-events-list .article {
  margin-bottom: 0;
}

#events .secondary-title {
  text-align: center;
  border-bottom: 1px solid #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  margin: 60px 0 30px 0;
}

#events .secondary-title span {
  display: inline;
  width: 240px;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -120px;
  background: #F4F4EF;
}

#events .past-events-list .meta,
#events .past-events-list .excerpt,
#events .past-events-list .btn-more {
  
}

#events .past-events-list .article h3 {
  
}

#events .past-events-list .article h3 a {
  color: #666;
}

#events .past-events-list .date,
.date.past-event {
  background: #ababab;
  text-shadow: 0 1px #000;
  -webkit-box-shadow: 0 0 40px rgba(0,0,0,.3) inset;
  -moz-box-shadow: 0 0 40px rgba(0,0,0,.3) inset;
  box-shadow: 0 0 40px rgba(0,0,0,.3) inset;
} 

#events .past-events-list .date .month,
#events .past-events-list .date .day,
#events .past-events-list .date .year {
  
} 

#events .past-events-list .date .month::after,
#events .past-events-list .date .day::after {
  
}

#events .past-events-list .article .article-cont {
  
}

#events .past-events-list .article .article-cont {
  
}

#event .event-container {
  margin-top: 20px;
  padding: 40px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
} 

#event .event-container .cover {
  margin-top: -40px;
  margin-left: -40px;
  margin-right: -40px;
  border-bottom: 4px solid #7DB5E5;
  /*border-top: 5px solid #7DB5E5;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
  box-shadow: 0 1px 2px rgba(0,0,0,.3);*/
}

#event .page-title {
  font-weight: 400;
  line-height: 44px;
  font-size: 36px;
  padding-top: 30px;
  padding-bottom: 10px;
  color: #513C76;
}

#event .page-title.big {
  padding-top: 50px;
  padding-bottom: 50px;
  line-height: 54px;
}

#event .important {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 20px;
}

#event .important p {
  margin-bottom: 10px;
}

#event .lead {
  background: none ;
  border-left: none;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

#event h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 6px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

#event h2 {
  font-size: 26px;
  line-height: 32px;
  padding: 0;
  margin: 0 0 20px 0;
}

#event .nav-tabs > li > a {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 15px 25px;
  border-bottom: none;
}

#event .nav-tabs > li.active > a {
  background: #fff;
  border-color: #ccc;
  position: relative;
  z-index: 100;
}

#event .tab-content > .tab-pane {
  padding: 30px 30px;
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  margin-top: -1px;
}

#event .tab-content > .tab-pane ul {
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: circle;
}

#event #where .thumbnail {
  margin: -30px -30px 30px -30px;
}

#event .event-container .register {
  padding-top: 40px;
}

#event #map-canvas {
  width: 100%;
  height: 420px;
}


/* user area stuff */
#user .user_info {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

#user .user_info .page-title {
  padding-top: 0;
}

#user .user_info h4 {
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}


/* contact page */
#bus-card {
  /*background: #fff;
  padding: 30px;
  margin: 0;
  position: absolute;
  top: 100px;
  left: 0;*/
}

#bus-card .container {
  position: relative;
}

#bus-card .bus-card-container {
  background: #fff;
  padding: 25px 20px;
  margin: 0 10px;
  position: absolute;
  top: 100px;
  left: 0;
  z-index: 100;
  max-width: 400px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.3);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.3);
  box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

#bus-card .bus-card-container p {
  margin-bottom: 20px;
}

#bus-card .bus-card-container .invert-margin {
  margin-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}

#contact-form {
  padding: 80px 0;
}

.contact-text {
  font-size: 14px;
  /*background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);*/
}

.contact-text ul {
  font-size: 15px;
}

.contact-text h5 {
  color: #666;
  font-size: 18px;
  margin: 0;
  padding: 0 0 5px 0;
}

#contact {
  padding-bottom: 0;
}

#contact .form-group {
  margin-bottom: 0;
}

#contact textarea {
  resize: none;
  min-height: 125px;
}

.message p {
  padding: 20px;
}

.message .bg-success {
    background-color: #dff0d8;
}

.message .bg-danger {
    background-color: #f2dede;
}

#captcha-input-label,
#captcha-element .errors {
  display: none;
}

#captcha-element img {
  float: left;
  border: 1px solid #ccc;
  margin-right: -1px;
}

#refresh {
  color: #654b94;
  text-shadow: 0 1px #fff;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 15px;
}

#submit {
  margin-top: 15px;
}

#map {
  height: 440px;
  width: 100%;
  background: #654b94 !important;
  border-bottom: 1px solid #654b94;
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow: 0 0 5px rgba(0,0,0,.3);
  box-shadow: 0 0 5px rgba(0,0,0,.3);
  position: relative;
}

/* page */
#page {

}

/* about page */
#about .page-title.big {
  line-height: 44px;
  font-size:  38px;
  font-weight: 300;
}

#people-posts {
  margin: 20px 0;
  padding: 40px 60px;
  background: #eee;
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}

#people-posts .section-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  text-shadow: 0 1px #fff;
  text-transform: uppercase;
}

#about .page-cont,
#people-container .page-cont {
  background: none;
  padding: 0;
  text-shadow: 0 1px #fff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#people-container .main-container {
  padding-top: 0;
}

#people-container .main-container .thumbnail {
  margin-top: -119px;
}

#people-container .main-container .page-title {
  text-align: center;
  padding-top: 30px;
}

#about .page-cont .description {
  /*padding: 0;*/
}

.persons {
  padding: 20px 0;
}

.persons .section-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  text-shadow: 0 1px #fff;
  text-transform: uppercase;
}

.persons .section-title a {
  font-size: 16px;
  font-style: italic;
  text-shadow: 0 1px 0 #fff;
}

.persons .person {
  text-shadow: 0 1px #fff;
  text-align: center;
  padding: 40px 0 30px 0;
  margin-bottom: 20px;
}

.persons .person:hover {
  background: #fff;
}

.persons .person .thumbnail {
  max-width: 158px;
  margin: 0 auto;
}

.persons .person h3 {
  font-size: 26px;
  line-height: 28px;
  text-align: center;
  font-weight: 400;
  margin: 20px 0;
}

#team .person h3 {
  padding-left: 20px;
  padding-right: 20px;
  min-height: 56px;
}

.persons .person p {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin: 0 auto 10px;
  padding: 0 20px;
}



#company,
#purpose {
  background-color: #fff;
}

#about-tabbed {
  padding-top: 30px;
}

#about-tabbed .about-cont {
  padding: 30px;
  background: #fff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

#about-tabbed .about-cont .cover {
  margin: -30px -30px 20px -30px;
}

.about-part {
  border-bottom: 1px solid #9fa374;
  padding: 60px 0;
}

#about-tabbed .about-cont h3,
.about-part h3 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
}

#about-tabbed .about-cont p,
.about-part p {
  margin: 0;
  padding: 0 0 20px 0;
}

.about-part img {
  -webkit-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,.3);
  box-shadow: 0 2px 3px rgba(0,0,0,.3);
}









/* footer area starts here */
footer { 
  padding: 80px 0 0 0;
  background: #654b94;
  position: relative;
  width: 100%;
  z-index: 2;
}

footer a {
  color: #fff;
}

footer .footer_links {
  margin-bottom: 60px;
}

footer .company_logo {

}

footer .company_logo a {
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  width: 288px;
  height: 32px;
  background: url(../img/logo_footer_.png) no-repeat left bottom transparent;
  margin: 0;
}

footer .title {
  font-weight: 300;
  font-size: 34px;
  line-height: 30px;
  margin: 0 0 20px 0;
  color: #fff;
  text-shadow: 0 1px #000;
}

footer .footer_list {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #fff;
  text-shadow: 0 1px #000;
}

footer .footer_list li {
  padding: 3px 0;
}

footer .footer_list li a {
  display: block;
}

footer .footer_list li a i {
  text-shadow: 0 1px #000;
}

footer .footer_list li a .fa-inverse {
  color: #654b94;
  text-shadow: none;
}

footer .footer_list li a:hover {
  text-shadow: none;
  margin-top: 1px;
  margin-bottom: -1px;
  color: #fff;
}

footer .footer_list li a:hover i {
  text-shadow: none;
}

footer .footer_lower {
  margin: 0;
  padding: 30px 0;
  background: #513c76;
}

footer .footer_lower p {
  margin: 0;
  font-size: 12px;
  color: #a89ebb;
}

footer .footer_lower p a {
  color: #a89ebb;
  font-weight: 700;
}

footer .footer_lower p a:hover {
  color: #fff;
}

.verified {
  padding: 0 0 60px 0;
}

#cards {
  margin: 0 auto;
  display: block;
  width: 456px;
  height: 31px;
  overflow: hidden;
  text-indent: -9999em;
  background: url("../img/payment-methods.png") no-repeat left top transparent;
}

.modal-content {
  max-width: 940px;
  margin: 0 auto;
}


/* addresses */
#addresses {
	padding: 0 0 10px 0;
	/*border-bottom: 1px solid #d8d8d8; 	
	border-bottom: 1px solid rgba(0,0,0,.2);*/
}

#addresses ul,
.address_list {
	padding: 0;
	margin: 0 0 15px 0;
}

.address_list {

}

#addresses ul li,
.address_list li {
	overflow: hidden;
	padding: 0;
	position: relative;
	padding: 15px 10px;
	background: #f9f9f9;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.address_list li:hover {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
  /*border: 3px solid #513C76;
  padding: 15px 10px;*/
}

.address_list li.selected {
	background: #513C76;
	color: #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#addresses ul li div,
.address_list li div {
	line-height: 20px;
	padding: 0 5px;
	font-weight: 400;
}

#addresses ul li .bold,
.address_list li .bold {
	font-weight: 600;
}

#addresses ul li .address_tag,
.address_list li .address_tag {
	padding: 0;
}

#addresses ul li .edit_links {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255,.5);
	padding: 0;
	width: 100%;
	height: 100%;
}

#addresses ul li:hover .edit_links {
	display: block;
}

#addresses ul li .title {
	background: #f9f9f9;
	text-align: right;
	padding: 10px 10px 10px 0;
	font-weight: 400;
	margin-right: 10px;
}

#addresses ul li p {
	margin: 0;
	width: 600px;
	float: left;
	line-height: 20px;
	padding: 10px;
	font-weight: 400;
}

#addresses ul li p span{
	font-weight: 600;
}

#addresses ul li .button {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	overflow: hidden;
	text-indent: -9999em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid;
	background: url("../img/form.png") no-repeat left center #fff;
}

#addresses ul li .button.del {
	background-position: left bottom;
	margin-left: 4px;
	border-color: #F71F48;
}

#addresses ul li .button.edit {
	background-position: left center;
	margin-left: -50px;
	border-color: #70BA05;
}

#addresses .btn, 
#add_add {
	clear: both;
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	margin: 10px 0 0 0;
	padding: 10px 0;
	text-align: center;
	background: #f9f9f9;
	border-bottom: 1px solid;
}

#add_add {
	margin: 0 0 20px 0;
}

#addresses .btn:hover,
#add_add:hover {
	color: #096DA3;
}

.hidden-form {
    display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  MEDIA QUERIES
/*-----------------------------------------------------------------------------------*/

@media (max-width: 1199px) {

  

}

@media (max-width: 991px) {


  
  #contact .connect .fa-2x {
    font-size: 1.4em;
  }

  #main-nav .main-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
    /*border: none;*/
  }

  #main-nav .main-nav > li:first-child > a {
    border: none;
  }

  .article .btn-more {
    position: relative;
    margin-top: 20px;
  }

}

@media (max-width: 767px) {
  #header .brand {
    padding: 55px 0;
  }

  #header .brand h1 {
    display: none;
  }

  #header .brand h1 a {
    margin: 0 auto;
  }

  #secondary-nav .navbar-brand {
    width: 170px;
    opacity: 1;
  }

  .thumbnail .caption {
    display: block;
  }

  #secondary-nav .social {
    margin-right: 5px;
  }

  #secondary-nav .social > li > a {
    /*padding-left: 0;
    padding-right: 0;*/
  }

  #main-nav {
    position: fixed;
    top: 50px;
    width: 100%;
  }

  #main-nav .main-nav {
    /*position: relative;
    display: block;
    float: none;
    margin: 0;
    width: 100%;*/
  }

  #main-nav .dropdown-menu li a {
    color: #666;
  }

  #main-nav .dropdown-menu li a:hover, 
  #main-nav .dropdown-menu li a:focus,
  #main-nav .dropdown-menu li a:hover {
    color: #fff;
  }

  #main-nav .navbar-brand {
    margin-left: 10px;
  }

  .navbar-nav {
    margin: 0;
    float: right;
  }

  .navbar-nav.social > li,
  .navbar-nav.nav-lang > li,
  .navbar-nav.user-nav > li {
    float: left;
  }

  #main-nav .user-nav .dropdown-menu {
    padding: 0;
    background: #513C76;
    position: absolute;
    left: auto;
    right: 0;
  }

  #main-nav .user-nav .dropdown-menu li a {
    padding: 12px 20px ;
    background: #513C76;
    color: #fff;
  }

  #main-nav .user-nav .dropdown-menu .divider {
    margin-top: 0;
  }

  #main-nav .user-nav .dropdown-menu li a:hover {
    background: #654B94;
    color: #fff;
  }

  #main-nav #mobile {
    float: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2);
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
  }

  #main-nav #mobile > li {
    
  }

  #main-nav #mobile > li > a {
    background: #fff;
    color: #513C76;
    padding: 15px;
    line-height: 20px;
  }

  #main-nav #mobile > li > a:hover,
  #main-nav #mobile > li > a:focus,
  #main-nav #mobile > li > a:active {
    background: #f5f5f5;
  }

  #main-nav #mobile > li .dropdown-menu a {
    padding: 15px 30px;
    color: #513C76;
    background: #fff;
  }
  
  .page-title {
    text-align: center;
    padding-bottom: 5px;
  }

  .share {

  }

  .share p {
    padding-top: 8px;
    text-align: center;
  }

  .contact-text {
    margin-bottom: 30px;
  }
  
}

@media (max-width: 480px) {


  
}

@media (max-width: 320px) {

  
}