@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
.ybook {
  position: relative;
  height: 300px; }

.clear {
  clear: both; }

.post-wrap h5, .post-wrap h4, .post-wrap h3, .post-wrap h2, .post-wrap h1 {
  color: #3e5d9a; }

ol li {
  line-height: 20px; }

#ajaxloader {
  z-index: 111; }

.navbar-toggle {
  border-radius: 0; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #3e5d9a; }

#ajaxloader span {
  background: #fff url(../images/loader.gif) center no-repeat;
  width: 52px;
  height: 52px;
  margin-left: -26px;
  margin-top: -26px;
  border-radius: 26px;
  box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.8);
  -o-box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 10px 4px rgba(255, 255, 255, 0.8); }

.map {
  background: url(../images/background.png) center 20px no-repeat;
  background-size: cover;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

body {
  background-image: -webkit-linear-gradient(top, #2d4577 0px, #f3f4f7 100%);
  background-image: -moz-linear-gradient(top, #2d4577 0px, #f3f4f7 100%);
  background-image: -o-linear-gradient(top, #2d4577 0px, #f3f4f7 100%);
  background-image: -ms-linear-gradient(top, #2d4577 0px, #f3f4f7 100%);
  background-image: linear-gradient(top, #2d4577 0px, #f3f4f7 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#2d4577, endColorStr=#f3f4f7);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#883300', endColorstr='#4f1e00')"; }

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

.top-nav {
  background: #fff; }

.top-nav .today {
  font-size: 12px;
  color: #999;
  margin: 10px 0; }

.top-nav .today span {
  margin-right: 5px; }

.logo {
  border-top: 1px solid #ccc;
  overflow: hidden;
  padding: 18px 0;
  background: #fff; }

.logo a {
  float: left;
  margin-left: 15px; }

.company-info {
  max-width: 345px; }

.company-info .name {
  color: #3e5d9a;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.company-info .desc {
  color: #999;
  font-size: 12px; }

.navbar {
  min-height: 40px;
  margin-bottom: 0;
  border-radius: 0;
  border: 1px solid #9ca6bb;
  background-color: #45567b;
  background-image: -webkit-linear-gradient(top, #66789c 0px, #23355a 100%);
  background-image: -moz-linear-gradient(top, #66789c 0px, #23355a 100%);
  background-image: -o-linear-gradient(top, #66789c 0px, #23355a 100%);
  background-image: -ms-linear-gradient(top, #66789c 0px, #23355a 100%);
  background-image: linear-gradient(top, #66789c 0px, #23355a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#66789c, endColorStr=#23355a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#883300', endColorstr='#4f1e00')"; }

.navbar-nav > li > a {
  padding: 10px 15px; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background: #1a2f5b;
  color: #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff; }

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret,
.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff; }

#shopping-cart {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  margin: 10px;
  border-radius: 5px;
  background-color: #3e5d9a;
  box-shadow: 0px 7px 4px -6px #666;
  transition: all 0.3s ease; }

#shopping-cart:hover {
  text-decoration: none;
  box-shadow: none; }

a.navbar-brand {
  color: #fff !important; }

.caret {
  border-top: 4px solid #fff; }

.navbar .nav li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px; }

.navbar .nav li a:hover {
  color: #fff;
  text-transform: uppercase; }

.navbar .nav > li {
  border-right: 1px solid #637393; }

.navbar .nav > li ul li a {
  color: #cfcfcf;
  text-transform: none; }

.navbar .nav > li ul li a:hover {
  color: #fafafa;
  text-transform: none; }

.dropdown-menu {
  background: #1a2f5b;
  border-radius: 0; }

.dropdown-menu > li > a {
  padding: 5px 0;
  margin: 0px 17px;
  border-bottom: 1px solid #3e5482; }

.dropdown-menu > li:last-child a {
  border: none; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #cfcfcf; }

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
  color: #fafafa; }

/* slider */
.slider-wrap {
  position: relative;
  min-height: 320px; }

.slider {
  border: 1px solid #4965a0;
  background: url(../images/pattern_blue.png) left top repeat; }

.slider .item {
  padding: 20px; }

.slider .item a {
  display: block; }

.slider .item .item-detail {
  /* border-bottom: 1px solid #95a6c7; */
  /* padding-bottom: 30px; */
  margin-top: 30px;
  overflow: hidden;
  max-height: 239px;
  overflow: hidden; }

.slider .item a.img {
  border: 3px solid #3f5c9a;
  margin-bottom: 10px; }

.slider .item a.img:hover {
  border: 3px solid #95a6c7; }

.slider .item a img {
  display: block;
  width: 100%; }

.slider .item a.title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 8px; }

.slider .item span {
  color: #abb0be;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px; }

.slider .item p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  margin-top: 10px;
  height: 165px !important; }

.slider .item a.more, .login-form .btn, .contact button {
  float: right;
  padding: 5px 10px;
  background: #506ba1;
  background-image: -webkit-linear-gradient(top, #506ba1 0px, #3e5990 100%);
  background-image: -moz-linear-gradient(top, #506ba1 0px, #3e5990 100%);
  background-image: -o-linear-gradient(top, #506ba1 0px, #3e5990 100%);
  background-image: -ms-linear-gradient(top, #506ba1 0px, #3e5990 100%);
  background-image: linear-gradient(top, #506ba1 0px, #3e5990 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#506ba1, endColorStr=#3e5990);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#883300', endColorstr='#4f1e00')";
  border: 1px solid #5b74a5;
  border-radius: 1px;
  color: #fff; }

.slider .item a.more:hover, .login-form .btn:hover, .contact button:hover {
  background: #496398;
  background-image: -webkit-linear-gradient(top, #496398 0px, #47639a 100%);
  background-image: -moz-linear-gradient(top, #496398 0px, #47639a 100%);
  background-image: -o-linear-gradient(top, #496398 0px, #47639a 100%);
  background-image: -ms-linear-gradient(top, #496398 0px, #47639a 100%);
  background-image: linear-gradient(top, #496398 0px, #47639a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#496398, endColorStr=#47639a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#883300', endColorstr='#4f1e00')";
  text-decoration: none; }

.slider-wrap #pager {
  font-size: 36px;
  line-height: 18px;
  color: #fff;
  z-index: 100;
  position: absolute;
  top: 7%;
  width: 295px;
  left: 42%; }

.slider-wrap #pager span {
  cursor: pointer;
  font-size: 15px;
  display: block;
  margin-bottom: 17px;
  font-weight: bold;
  padding: 5px 13px; }

.slider-wrap #pager span.cycle-pager-active {
  color: #2d4577;
  background: #fff; }

.main-content {
  background: #fff; }

.gray {
  display: block;
  background: #eae9e9;
  margin: 15px 0; }

.newslist .gray {
  margin: 0 0 15px; }

.gray a {
  display: block;
  float: right;
  height: 26px;
  width: 26px;
  margin-right: 1px; }

.gray #mycarousel-prev {
  background: #3f5d9b url(../images/arrow-prev.png) center no-repeat; }

.gray #mycarousel-next {
  background: #3f5d9b url(../images/arrow-next.png) center no-repeat; }

.gray a:hover {
  opacity: 0.8; }

.home-title {
  padding: 10px 30px 10px 15px !important;
  font-size: 16px !important; }

.main-content .gray h3, .newslist .gray h3 {
  background: #3f5d9b;
  margin: 0;
  padding: 6px 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block; }

.main-content h3, .newslist h3 {
  background: #3f5d9b;
  margin: 0;
  padding: 6px 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  display: block; }

.single-news .col-sm-4, .single-news .col-sm-3 {
  padding-right: 0;
  padding-left: 0; }

.single-news {
  padding: 10px 0px;
  border-bottom: 1px solid #e8e8e8; }

.newslist .single-news {
  padding: 20px 0px 10px; }

.single-news.row, .main-content-wrap.row, .member-wrap.row, .top-nav.row, .cat-below.row {
  margin: 0;
  z-index: 101; }

.single-news a {
  display: block;
  color: #3f5d9b;
  font-weight: bold;
  font-size: 14px; }

.single-news a.img {
  display: block;
  border: 3px solid #eeecec; }

.single-news a.img:hover {
  border: 3px solid #3f5c9a; }

.single-news a img {
  display: block;
  width: 100%; }

.single-news span {
  font-size: 11px;
  color: #ccc;
  text-transform: uppercase; }

.single-news p {
  font-size: 11px;
  margin-top: 3px;
  color: #333;
  max-height: 60px;
  overflow: hidden; }

.newslist .single-news p {
  max-height: 91px; }

.events {
  padding-left: 0;
  min-height: 247px;
  list-style: none; }

.events li {
  border-bottom: 1px solid #e8e8e8; }

.events li a {
  color: #3f5d9b;
  padding-left: 0;
  font-size: 12px;
  font-weight: bold;
  padding: 7px 0px;
  display: block; }

.events li a:before {
  content: '• ';
  font-size: 15px;
  color: #555; }

.jcarousel-news {
  margin-bottom: 15px !important; }

.jcarousel-news .jcarousel-container-horizontal, .jcarousel-news .jcarousel-clip-horizontal {
  width: 100%; }

.jcarousel-news .jcarousel-direction-rtl, .jcarousel-year .jcarousel-direction-rtl {
  direction: rtl; }

.jcarousel-clip {
  overflow: hidden; }

.jcarousel-news .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 20px; }

.members img {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto !important; }

.jcarousel-member li {
  position: relative; }

.jcarousel-member, .jcarousel-partner {
  height: 145px; }

.jcarousel-member .jcarousel-item-horizontal, .jcarousel-partner .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 10px; }

.jcarousel-news .jcarousel-item {
  width: 135px;
  height: 90px;
  padding: 0px; }

.jcarousel-member .jcarousel-item, .jcarousel-partner .jcarousel-item {
  width: 210px;
  height: 120px;
  padding: 15px;
  text-align: center; }

.jcarousel-member .jcarousel-item img, .jcarousel-partner .jcarousel-item img {
  width: 100%;
  max-height: 83px; }

.jcarousel-news .jcarousel-item img {
  width: 100%;
  height: 90px; }

.jcarousel-news .jcarousel-item {
  position: relative; }

.jcarousel-member .jcarousel-item a, .jcarousel-partner .jcarousel-item a {
  display: block; }

.jcarousel-news .jcarousel-item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  display: table;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.jcarousel-news .jcarousel-item .mask a {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  padding: 0px 20px;
  max-height: 60px;
  overflow: hidden; }

.jcarousel-news .jcarousel-item .mask a:hover {
  text-decoration: none; }

.jcarousel-news .jcarousel-item:hover .mask {
  opacity: 1;
  background: rgba(63, 93, 155, 0.7); }

/**
 * Buttons
 */
.jcarousel-next-horizontal {
  position: absolute;
  top: 0px;
  right: 7px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: #000;
  opacity: 0.8; }

.jcarousel-prev-horizontal {
  position: absolute;
  top: 0px;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background: #000;
  opacity: 0.8; }

.jcarousel-next-horizontal:hover, .jcarousel-next-horizontal:focus,
.jcarousel-prev-horizontal:hover, .jcarousel-prev-horizontal:focus {
  opacity: 1; }

.jcarousel-next-horizontal:active, .jcarousel-prev-horizontal:active {
  opacity: 0.9; }

.jcarousel-next-disabled-horizontal,
.jcarousel-next-disabled-horizontal:hover,
.jcarousel-next-disabled-horizontal:focus,
.jcarousel-next-disabled-horizontal:active,
.jcarousel-prev-disabled-horizontal,
.jcarousel-prev-disabled-horizontal:hover,
.jcarousel-prev-disabled-horizontal:focus,
.jcarousel-prev-disabled-horizontal:active {
  opacity: 0.6; }

.map-wrap {
  position: relative; }

.map-wrap span {
  display: block;
  position: absolute;
  width: 20px;
  height: 30px;
  top: 50%;
  margin-top: -30px;
  z-index: 200;
  cursor: pointer;
  opacity: 0.6; }

.map-wrap span:hover {
  opacity: 1; }

.map-wrap .prevControl {
  left: 0;
  background: url(../images/right.png) left center no-repeat; }

.map-wrap .nextControl {
  right: 0;
  background: url(../images/left.png) left center no-repeat; }

/* Added by Buyantogtokh to make members and partners list scrollable*/
.prevControlPart {
  margin-top: 10px !important;
  display: block; }

.nextControlPart {
  margin-top: 10px !important;
  margin-left: 420px !important;
  display: block; }

.prevControlMem {
  margin-top: 10px !important;
  display: block; }

.nextControlMem {
  margin-top: 10px !important;
  display: block; }

/* end */
/**/
.member-wrap span {
  display: block;
  position: absolute;
  width: 20px;
  height: 30px;
  /*top: 50%;*/
  margin-top: 46px !important;
  z-index: 200;
  cursor: pointer;
  opacity: 0.6; }

.member-wrap .prevControl {
  left: 0;
  background: url(../images/right.png) left center no-repeat; }

.member-wrap .nextControl {
  right: 0;
  background: url(../images/left.png) left center no-repeat; }

/**/
.mn_map img, .partners img, .members img {
  /* width: 100%; */
  margin: 7px 0px;
  padding: 0 20px;
  z-index: 0; }

.mn_map a, .partners a, .members a {
  text-align: center;
  display: block;
  width: 100%;
  overflow: hidden; }

.mid {
  margin-top: 20px;
  margin-bottom: 20px; }

.mid-slider {
  margin: 15px 0px 0 0; }

.mid-slider .item a {
  display: block;
  color: #3f5d9b;
  margin-bottom: 6px; }

.mid-slider .item a.subject {
  padding: 0 10px;
  font-size: 12px;
  text-align: center; }

.mid-slider .item a img {
  display: block;
  width: 100%;
  border: 3px solid #ccc; }

.mid-pager {
  font-size: 36px;
  line-height: 13px;
  text-align: center; }

.newslist .mid-pager {
  margin-bottom: 20px; }

.mid-pager span {
  display: inline-block;
  color: #bac0cd;
  cursor: pointer; }

.mid-pager span.cycle-pager-active {
  color: #3f5d9b; }

.mid-below .list-col {
  list-style: none;
  padding: 15px;
  border: 1px solid #ccc;
  margin: 15px 0; }

.mid-below {
  margin-bottom: 20px; }

.mid-below .list-col li {
  margin-bottom: 4px; }

.mid-below .list-col li a {
  display: block;
  line-height: 18px;
  font-size: 12px; }

.magazine a {
  display: block;
  margin-top: 15px; }

.magazine a img {
  width: 100%;
  border: 1px solid #ccc; }

.footer .logo-small a {
  display: block;
  text-align: center;
  padding: 25px 20px; }

.footer h5 {
  color: #3f5d9b; }

[class*='icon-fa-']:before {
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

/* .icon-fa-facebook{
  background: #3460a1;
}
.icon-fa-twitter {
  background: #28aae1;
}
.icon-fa-linkedin {
  background: #136d9d;
}
.icon-fa-youtube {
  background: #ee3138;
} */
.icon-fa-facebook:before {
  content: "\f09a"; }

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

.icon-fa-linkedin:before {
  content: "\f0e1"; }

.icon-fa-youtube:before {
  content: "\f167"; }

.social .col-md-6 {
  padding: 0; }

.footer .foot-back.row {
  background: #fff;
  margin: 0;
  border-top: 1px solid #ccc; }

.footer .info {
  margin-top: 20px; }

.footer .social {
  border-left: 1px solid #f0f0f0;
  padding-left: 30px; }

.social a {
  color: #222;
  font-size: 22px;
  display: block;
  margin-bottom: 10px; }

.social a span {
  color: #888;
  width: 60px;
  height: 60px;
  display: inline-block;
  line-height: 60px;
  text-align: center;
  /* border-radius: 12px; */
  margin-right: 5px;
  font-size: 40px; }

.footer .search {
  padding-left: 30px; }

.newslist.row {
  background: #fff;
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px; }

.newslist h2 {
  margin: 0;
  background: #3f5d9b;
  color: #fff;
  font-size: 14px;
  padding: 8px 15px; }

.tab {
  margin: 20px 0px; }

.with-tab .nav-tabs {
  background: #3f5d9b;
  padding-left: 1px;
  padding-top: 1px;
  border-bottom: none; }

.with-tab .nav-tabs > li > a {
  border-radius: 0;
  color: #fff;
  padding: 6px 12px;
  text-transform: uppercase;
  margin-right: 1px;
  font-size: 13px; }

.with-tab .nav-tabs > li > a:hover {
  color: #3f5d9b;
  border-bottom: 1px solid #fff; }

.with-tab .nav-tabs > li.active > a, .with-tab .nav-tabs > li.active > a:hover, .with-tab .nav-tabs > li.active > a:focus {
  color: #3f5d9b;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, #eee 0px, #fff 100%);
  background-image: -moz-linear-gradient(top, #eee 0px, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 0px, #fff 100%);
  background-image: -ms-linear-gradient(top, #eee 0px, #fff 100%);
  background-image: linear-gradient(top, #eee 0px, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#eee, endColorStr=#fff);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#883300', endColorstr='#4f1e00')"; }

.with-tab .tab-content ul {
  padding: 0 0 0 5px;
  list-style: none;
  margin: 10px 0; }

.with-tab .tab-content ul li {
  border-bottom: 1px solid #e8e8e8; }

.with-tab .tab-content ul li a {
  color: #666;
  padding: 7px 0;
  display: block;
  font-size: 13px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.with-tab .tab-content ul li a:before {
  content: '• ';
  font-size: 15px; }

.with-tab .tab-content ul li a:hover {
  color: #3f5d9b;
  text-decoration: none; }

.copyright {
  padding: 10px; }

.copyright span, .copyright a {
  font-size: 12px;
  color: #333; }

.copyright a:hover {
  color: #3f5d9b;
  text-decoration: none; }

#error_container {
  background: #fcf8e3;
  color: #8a6d3b;
  border-radius: 2px;
  margin-bottom: 15px; }

.galleria-errors {
  display: none; }

.signup-wrapper {
  width: 300px;
  margin: 0 auto;
  padding: 20px;
  background: #fafafa;
  border-radius: 2px;
  border: 1px solid #dcdcdc; }

.signup-wrapper ul, .signup-wrapper li {
  list-style: none;
  padding: 3px 10px; }

.signup-wrapper h4 {
  margin-bottom: 15px;
  margin-top: 0; }

.signup-wrapper input {
  border-radius: 2px; }

.post p, .post, .post-research, .post-research p {
  color: #333;
  font-size: 13px; }

.post img, .post-research img {
  max-width: 100%;
  margin-bottom: 10px; }

.post .list-group {
  margin-top: 20px; }

.blue {
  background: #4f6eb0;
  overflow: hidden; }

.blue h2 {
  background: #3f5d9b;
  display: inline-block; }

.post .date {
  color: #ccc;
  margin: 10px 0px;
  text-transform: uppercase;
  font-size: 12px; }

.post ul {
  padding-left: 10px;
  list-style-position: inside;
  list-style: none; }

.post ul li {
  padding-left: 10px;
  position: relative;
  line-height: 20px;
  margin-bottom: 3px; }

.post ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #3f5d9b;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0; }

.post .date span {
  margin-right: 5px; }

.post-wrap .yearbook {
  padding: 0;
  position: relative;
  -webkit-box-shadow: 10px 0px 20px -4px rgba(164, 181, 216, 0.8);
  z-index: 9; }

.post-wrap .yearbook a {
  position: absolute;
  left: 0;
  bottom: 20px;
  padding: 5px 15px;
  background: rgba(227, 228, 226, 0.8);
  color: #233c6f;
  line-height: 26px; }

.post-wrap .yearbook a span {
  margin-right: 5px;
  font-size: 18px; }

.post-wrap .yearbook a:hover {
  color: #333;
  text-decoration: none; }

.post-wrap .yearbook img {
  width: 100%;
  display: block; }

.page-menu {
  padding: 0 15px 15px 15px; }

.page-menu .row {
  margin: 0; }

address {
  font-size: 13px; }

.page-menu .menu {
  padding: 0; }

.page-menu .menu ul {
  list-style: none;
  padding: 0; }

.page-menu .menu ul li {
  margin-bottom: 3px;
  position: relative; }

.page-menu .menu ul li a {
  display: block;
  background-color: #d1d8e7;
  background-image: -webkit-linear-gradient(top, #fbfafa 0px, #dce2ef 100%);
  background-image: -moz-linear-gradient(top, #fbfafa 0px, #dce2ef 100%);
  background-image: -o-linear-gradient(top, #fbfafa 0px, #dce2ef 100%);
  background-image: -ms-linear-gradient(top, #fbfafa 0px, #dce2ef 100%);
  background-image: linear-gradient(top, #fbfafa 0px, #dce2ef 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#fbfafa, endColorStr=#dce2ef);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#883300', endColorstr='#4f1e00')";
  line-height: 31px;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #233c6f;
  font-size: 12px;
  font-weight: 500;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px; }

.page-menu .menu ul li a:hover, .page-menu .menu ul li a.active, .page-menu .menu ul li.open > a {
  background-color: #a9b9d9;
  background-image: -webkit-linear-gradient(top, #f5f3f3 0px, #96a9d3 100%);
  background-image: -moz-linear-gradient(top, #f5f3f3 0px, #96a9d3 100%);
  background-image: -o-linear-gradient(top, #f5f3f3 0px, #96a9d3 100%);
  background-image: -ms-linear-gradient(top, #f5f3f3 0px, #96a9d3 100%);
  background-image: linear-gradient(top, #f5f3f3 0px, #96a9d3 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#f5f3f3, endColorStr=#96a9d3);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#883300', endColorstr='#4f1e00')";
  line-height: 31px;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #233c6f;
  text-decoration: none; }

.page-menu .menu ul li ul {
  overflow: hidden;
  position: absolute;
  right: 0;
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none; }

.page-menu .menu ul li ul li {
  margin-bottom: 0;
  text-align: center;
  margin: 0; }

.page-menu .menu ul li ul li a {
  line-height: 16px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 6px;
  margin: 0px;
  border: none; }

.page-menu .menu ul li ul li a:hover, .page-menu .menu ul li ul li a.active, .page-menu .menu ul li.open ul li a {
  line-height: 16px;
  padding: 5px 10px; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #3f5d9b;
  border-color: #3f5d9b; }

#search {
  border: 1px solid #e5e5e5;
  outline: 0;
  padding: 5px 10px;
  color: #999;
  -moz-box-shadow: inset 0 0 10px #bbb;
  -webkit-box-shadow: inset 0 0 10px #bbb;
  box-shadow: inset 0 0 10px #bbb;
  font-size: 12px;
  float: right;
  margin: 5px 18px;
  width: 180px; }

.language {
  list-style: none;
  float: right;
  margin: 0;
  padding: 10px 0; }

.language li {
  float: left; }

.language li a {
  color: #3f5d9b;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  vertical-align: middle;
  text-transform: uppercase; }

.language li a .icon {
  overflow: hidden;
  width: 26px;
  display: inline-block;
  margin-right: 8px; }

.language li a .icon img {
  width: 100%; }

#share_buttons {
  margin: 15px 0;
  background: #fafafa;
  padding: 5px; }

span.stButton_gradient, .stButton .stFb, .stButton .stTwbutton, .stButton .stMainServices {
  height: auto !important; }

.team {
  margin: 15px 0; }

.team img {
  width: 100%;
  border-radius: 1px;
  border: 1px solid #e8e8e8;
  padding: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.team img:hover {
  border: 1px solid #3f5d9b; }

.team h5 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0; }

.team .team-name {
  margin: 8px 0;
  text-align: center; }

.team .team-name.non {
  margin: 8px 0 12px 12px;
  text-align: left; }

.team span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  color: #888; }

.team h2 {
  margin-bottom: 15px; }

#pdf object, object.pdf {
  min-height: 700px; }

.research {
  margin-top: 20px; }

.research .row {
  margin-bottom: 20px; }

.research a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #333;
  text-transform: uppercase;
  margin: 10px 0px; }

.research a.res-title i {
  font-size: 50px;
  background: #fafafa;
  border-radius: 50%;
  padding: 27px 30px 33px 30px;
  color: #4f6eb0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease; }

.research a.res-title i:hover {
  color: #fafafa;
  background: #4f6eb0; }

.research a:hover {
  text-decoration: none; }

.research img {
  width: 100%; }

.media .media-item {
  margin-bottom: 30px; }

.media .wrap-overlay {
  position: relative; }

.media .wrap-overlay img {
  width: 100%;
  border: 1px solid #f3f3f3; }

.media .wrap-overlay a.overlay {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(63, 93, 155, 0.7);
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.media .wrap-overlay a.overlay:hover {
  opacity: 1; }

.media .wrap-overlay a.overlay:before {
  font-family: FontAwesome;
  color: #fff;
  font-size: 19px;
  position: absolute;
  content: "\f0c1";
  left: 47%;
  top: 45%; }

.media-desc {
  overflow: hidden;
  background: #fafafa;
  text-align: center;
  margin: 0 1px 1px 1px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.media-desc h5 {
  padding-bottom: 15px;
  position: relative;
  height: 46px;
  margin: 15px 20px 20px 20px;
  border-bottom: 1px solid #ccc; }

.media-desc h5 a {
  font-size: 13px;
  font-weight: normal;
  color: #444;
  max-height: 31px;
  overflow: hidden;
  display: block; }

.media-desc h5 a:hover {
  text-decoration: none;
  color: #3f5d9b; }

.media-desc i.video:before, .media-desc i.photo:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #3f5d9b;
  font-size: 13px;
  padding-right: 0.5em;
  position: absolute;
  bottom: -8px;
  left: 47%;
  background: #fafafa;
  padding: 0 5px; }

.media-desc i.video:before {
  content: "\f03d"; }

.media-desc i.photo:before {
  content: "\f03e"; }

.rel {
  position: relative; }

.login-btn {
  background: #3f5d9b;
  height: 100%;
  margin-left: 10px;
  padding: 0 15px;
  float: right;
  position: relative; }

.login-btn a.showorhide {
  line-height: 40px;
  color: #fff;
  display: block; }

.login-btn .login-form {
  position: absolute;
  z-index: 97;
  background: #3f5d9b;
  right: 0;
  padding: 15px 15px 8px 15px; }

.login-btn .login-form input {
  display: block;
  background: #fafcfd;
  line-height: 20px;
  margin-bottom: 5px;
  font-size: 13px;
  padding: 0px 6px;
  color: #6d656e;
  outline: 0;
  border: 1px solid #d2d2d2; }

.login-btn .login-form .btn {
  font-size: 12px;
  padding: 3px 6px;
  line-height: 18px; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #4f6eb0; }

.list-group.mar {
  margin: 0; }

#map-canvas {
  height: 360px;
  margin: 15px 0; }

.contact h3 {
  margin-bottom: 15px; }

.form_container_1 label {
  color: #666; }

.contact textarea {
  min-height: 100px; }

.tab-content iframe {
  margin-top: -1px; }

.height {
  min-height: 500px;
  background-color: #fff; }

.col-sm-9 iframe {
  background: url(../images/loader.gif) center no-repeat; }

#disqus_thread iframe {
  background: none; }

.panel-title {
  font-size: 14px; }

/*timeline*/
.timeline {
  position: relative; }

.timeline .line {
  height: 100%;
  width: 1px;
  border-left: 1px solid #dcddde;
  position: absolute;
  left: 50%; }

.timeline ul {
  padding: 0;
  list-style: none; }

.timeline ul li {
  width: 50%;
  padding-right: 30px;
  margin-top: -40px;
  position: relative; }

.timeline ul li:before {
  content: ''; }

.timeline ul li:first-child {
  margin-top: 0; }

.timeline ul li .time-content {
  padding: 20px;
  border: 1px solid #dcddde;
  border-radius: 2px; }

.timeline ul li .time-content:before {
  content: '';
  display: inline-block;
  border-top: 13px solid rgba(0, 0, 0, 0);
  border-left: 13px solid #dcddde;
  border-right: 13px solid rgba(0, 0, 0, 0);
  border-bottom: 13px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -13px; }

.timeline ul li .time-content:after {
  content: '';
  display: inline-block;
  border-left: 12px solid #fff;
  border-right: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -12px; }

.timeline ul li:nth-child(2n) .time-content:before {
  content: '';
  display: inline-block;
  border-top: 13px solid rgba(0, 0, 0, 0);
  border-right: 13px solid #dcddde;
  border-left: 13px solid rgba(0, 0, 0, 0);
  border-bottom: 13px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  left: 5px;
  right: inherit;
  margin-top: -13px; }

.timeline ul li:nth-child(2n) .time-content:after {
  content: '';
  display: inline-block;
  border-right: 12px solid #fff;
  border-left: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-top: 12px solid transparent;
  position: absolute;
  top: 50%;
  left: 7px;
  right: inherit;
  margin-top: -12px; }

.timeline ul li p {
  margin: 0; }

.timeline ul li i {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  right: -7px;
  background: #fff;
  color: #126fbf; }

.timeline ul li:nth-child(2n) i {
  left: -5px; }

.timeline ul li .year {
  position: absolute;
  top: 50%;
  right: -80px;
  margin-top: -10px;
  font-weight: 600; }

.timeline ul li:nth-child(2n) .year {
  left: -84px; }

.timeline ul li:nth-child(2n) {
  margin-left: 50%;
  padding-right: 0px;
  padding-left: 30px; }

@media (max-width: 479px) {
  .timeline .line {
    left: 10px; }

  .timeline ul li {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    padding-right: 0; }

  .timeline ul li:nth-child(2n) {
    padding-left: 0;
    margin-left: 0; }

  .timeline ul {
    padding-left: 30px; }

  .timeline ul li i {
    left: -25px !important; }

  .timeline ul li .year,
  .timeline ul li:nth-child(2n) .year {
    top: -10px;
    left: 0;
    right: 0; }

  .timeline ul li .time-content:before,
  .timeline ul li .time-content:after,
  .timeline ul li:nth-child(2n) .time-content:after,
  .timeline ul li:nth-child(2n) .time-content:before {
    border: none; } }
.email {
  margin-right: 18px;
  margin-top: 15px; }

.email span {
  color: #3e5d9a;
  font-size: 13px;
  font-weight: bold; }

.email input {
  border: 1px solid #e5e5e5;
  outline: 0;
  padding: 5px 10px;
  color: #999;
  -moz-box-shadow: inset 0 0 10px #bbb;
  -webkit-box-shadow: inset 0 0 10px #bbb;
  box-shadow: inset 0 0 10px #bbb;
  font-size: 12px; }

.email button {
  background-color: #3f5d9b;
  border: 0px;
  color: #fff;
  padding: 2px 16px;
  font-size: 18px;
  font-weight: bold;
  float: right;
  text-transform: uppercase; }

.research-category-gray {
  background-color: #eae9e9; }

.research-category {
  margin: 25px 0px 35px; }

.research-category .img {
  width: 100%;
  padding: 0px 25px;
  height: 228px; }

.research-category img {
  width: 100%;
  height: 100%;
  background-color: #d2d2d2; }

.research-category span {
  text-align: center;
  display: block;
  margin: 5px;
  color: #3f5d9b;
  font-size: 13px; }

.home-about {
  background-color: #3f5d9b;
  color: #fff; }

.home-about .title {
  margin: 30px 0px; }

.home-about .title h3 {
  background: darkgray;
  display: initial; }

.home-about .main {
  margin-top: 25px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px; }

.home-about .btn {
  color: #fff;
  border-color: #fff;
  margin: 18px auto;
  text-align: center;
  display: table;
  border-radius: 0px;
  padding: 6px 45px;
  font-weight: bold;
  text-transform: uppercase; }

.white {
  display: block;
  margin: 30px 0; }

.white h3 {
  display: initial; }

.parallax-window {
  min-height: 400px;
  background: transparent; }

.btn-more {
  padding: 5px 10px;
  background: #506ba1;
  background-image: -webkit-linear-gradient(top, #506ba1 0px, #3e5990 100%);
  background-image: -moz-linear-gradient(top, #506ba1 0px, #3e5990 100%);
  background-image: -o-linear-gradient(top, #506ba1 0px, #3e5990 100%);
  background-image: -ms-linear-gradient(top, #506ba1 0px, #3e5990 100%);
  background-image: linear-gradient(top, #506ba1 0px, #3e5990 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#506ba1, endColorStr=#3e5990);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#883300', endColorstr='#4f1e00')";
  border: 1px solid #5b74a5;
  border-radius: 1px;
  color: #fff;
  margin: 0px 30px 30px; }

.btn-more:hover {
  background: #496398;
  background-image: -webkit-linear-gradient(top, #496398 0px, #47639a 100%);
  background-image: -moz-linear-gradient(top, #496398 0px, #47639a 100%);
  background-image: -o-linear-gradient(top, #496398 0px, #47639a 100%);
  background-image: -ms-linear-gradient(top, #496398 0px, #47639a 100%);
  background-image: linear-gradient(top, #496398 0px, #47639a 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorStr=#496398, endColorStr=#47639a);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#883300', endColorstr='#4f1e00')";
  text-decoration: none;
  color: #fff; }

.goldmember {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 10px; }

.goldmember p {
  font-size: 11px;
  margin-top: 3px;
  margin-bottom: 0px !important;
  color: #333;
  max-height: 105px;
  overflow: hidden; }

.goldmember .p-none {
  padding-right: 0px !important;
  padding-left: 0px !important; }

.goldmember img {
  width: 100%; }

.goldmember .gold-header {
  padding-bottom: 10px; }

.goldmember .col-md-12, .col-md-6 {
  padding-right: 0px !important;
  padding-left: 0px !important;
  padding-top: 10px;
  padding-bottom: 10px; }

.goldpic img {
  max-width: 100%;
  width: auto;
  height: 110px; }

.comp {
  background-color: #f1f1f1 !important; }

.comp > .inner {
  padding: 15px; }

.comp .row {
  margin: 0 0px; }

.comp .row [class^=col] {
  padding: 0 7px; }

.comp h3 {
  margin: 25px 0 2px 0;
  background: none;
  color: #333;
  font-weight: bold;
  font-size: 16px; }

.comp .box-wrapper {
  width: 19.6%;
  display: inline-block;
  padding: 5px; }

@media (max-width: 992px) {
  .comp .box-wrapper {
    width: 24.5% !important; } }
@media (max-width: 768px) {
  .comp .box-wrapper {
    width: 32.8% !important; } }
@media (max-width: 600px) {
  .comp .box-wrapper {
    width: 49% !important; } }
.box {
  box-shadow: 0 0 1px 1px #dedede;
  background-color: #fff;
  padding: 10px; }

.comp .report {
  transition: all 0.2s ease;
  color: #333 !important;
  margin-bottom: 5px; }

.comp .report:hover {
  transform: scale(1.03); }

.comp .box img {
  width: 100%;
  height: auto;
  border: 1px solid #eee; }

.comp .report div {
  text-align: center;
  font-size: 16px;
  padding: 10px 0 0 0;
  font-weight: bold; }

.comp .report table tr td:first-child {
  text-align: right; }

.comp .report span {
  color: #999;
  font-size: 12px; }

.comp .report h4 {
  font-size: 12px;
  color: #333; }

.comp a {
  text-decoration: none !important; }

.comp.article img {
  width: 100%; }

.comp.article .content h2 {
  background: 0;
  color: #333;
  padding: 0;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold; }

.comp.article .buy h3 {
  margin: 0 0 10px 0;
  padding: 0; }

@media (min-width: 768px) {
  .comp.article > [class^=col]:last-child {
    padding-left: 0; } }
@media (max-width: 768px) {
  .comp.article > [class^=col]:last-child {
    padding-top: 15px; } }
.stick {
  position: fixed;
  top: 0; }

.comp.article {
  padding: 50px 0; }

.comp.article small {
  color: #999 !important; }

.comp.article table {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px; }

.comp.article table td:last-child {
  font-size: 26px; }

.comp.article .btn {
  font-weight: bold;
  font-size: 18px;
  margin: 20px 0 5px 0;
  background-color: #3f5d9b; }

.comp.article .btn:hover {
  background-color: #38538B; }

.mockup {
  position: relative; }

.mockup img {
  position: absolute;
  width: 100% !important; }

.mockup img:first-child {
  width: 80% !important;
  left: 10%;
  height: auto;
  border-radius: 10px;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px); }

.comp .nav-tabs a {
  color: #999; }

.comp .tab-content {
  padding-top: 10px; }

.comp #sticky ol {
  padding-left: 17px; }

.comp #sticky strong {
  font-size: 12px;
  color: red; }

.comp #sticky .instruction-box {
  position: absolute;
  padding: 10px 20px;
  background: white;
  left: 100%;
  min-width: 250px;
  margin-left: 15px;
  animation-name: bounce;
  animation-duration: 0.5s;
  animation-direction: alternate;
  animation-iteration-count: infinite; }
  .comp #sticky .instruction-box p {
    margin: 0px; }
.comp #sticky .instruction-box:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid white; }

@keyframes bounce {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(10px, 0, 0); } }
.comp.article .text img {
  display: none; }

.comp.article .text a {
  display: none; }

#download-demo {
  position: absolute;
  width: 100%;
  top: 43%;
  text-align: center; }

#download-demo a {
  color: #333;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid #333;
  padding: 5px 10px;
  border-radius: 5px; }

#download-demo a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6); }

@media (max-width: 500px) {
  #download-demo {
    top: 75px; }

  #download-demo a {
    font-size: 12px; } }
#download-demo p {
  margin-bottom: 0; }

.user {
  background-color: #f1f1f1;
  padding: 40px 0; }
  .user .box {
    width: 300px;
    display: table;
    margin: 0 auto; }
    .user .box .field {
      padding: 5px 0; }
  .user .or {
    text-align: center;
    padding-top: 5px; }
  .user button {
    background-color: #3f5d9b;
    display: table;
    margin: 0 auto; }
    .user button:hover {
      background-color: #38538B; }
  .user .sign-in-social a {
    display: block; }
  .user input[type=checkbox] {
    position: relative;
    top: 2px;
    margin-right: 5px; }

.login-btn .login-form {
  background-color: #fff;
  box-shadow: 0 0 1px 1px #999; }

.box.help {
  margin-top: 15px; }
  .box.help h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
    color: #333; }
  .box.help ul {
    list-style: none;
    padding: 0; }
    .box.help ul li {
      color: #999;
      font-size: 12px; }
      .box.help ul li strong {
        font-size: 14px;
        color: #333; }

.comp.article img {
  border: 0; }

.profile {
  background-color: #f1f1f1;
  padding: 15px; }
  .profile h2 {
    margin: 0; }
  .profile .box h4 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    color: #333; }
  .profile .box h2 {
    text-align: center; }
  .profile .box .pull-right {
    position: relative;
    top: -4px;
    color: #333; }

.response {
  background-color: #f1f1f1;
  padding: 60px 15px; }
  .response .box {
    min-width: 300px;
    display: table;
    margin: 0 auto; }
  .response h4 {
    margin: 0;
    font-weight: bold;
    color: #777;
    text-transform: uppercase;
    font-size: 12px; }
  .response h5 {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold; }
    .response h5.success {
      color: green; }
    .response h5.error {
      color: red; }
  .response #shopping-cart {
    margin: 0 auto;
    margin-top: 20px;
    display: table; }

/*# sourceMappingURL=style.css.map */
