.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.img-responsive.center {
  margin-left: auto;
  margin-right: auto;
}
.sy-pager {
  display: none;
}
.sy-caption-wrap {
  top: 50%;
  margin-top: -23px;
}
.sy-caption-wrap .sy-caption {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 46px;
  background: none;
  border: 5px solid #fff;
  padding: 0.1em 0.4em;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
[canvas=container] {
  background: #f9f9f9;
}
.uppercase {
  text-transform: uppercase;
}
.mt-80 {
  margin-top: 80px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
input[type=checkbox].disabled + label,
input[type=checkbox][disabled] + label,
input[type=radio].disabled + label,
input[type=radio][disabled] + label {
  cursor: not-allowed;
  opacity: 0.5;
}
a:hover {
  text-decoration: underline !important;
}
body {
  /*font-family: 'Didact Gothic', sans-serif;*/
  font-family: 'Goudy', sans-serif;
  font-size: 14px;
  color: #21201e;
  background: #f9f9f9;
}
body a {
  text-decoration: none;
  color: #21201e;
}
body a:link,
body a:active,
body a:hover,
body a:focus {
  color: #21201e;
}
body a:focus,
body a:hover {
  text-decoration: none;
}
body .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .btn.btn-primary,
body .btn.btn-primary[disabled] {
  color: #fff;
  background: #000;
  border-color: #000;
}
body .btn.btn-primary:hover,
body .btn.btn-primary[disabled]:hover {
  opacity: 0.5;
}
body .menu-btn-wrapper {
  display: table;
}
body .menu-btn-wrapper .menu-btn {
  display: table-cell;
  vertical-align: middle;
  -webkit-transform: rotate(0deg) scale(0.5) skew(0deg) translate(0px);
  -moz-transform: rotate(0deg) scale(0.5) skew(0deg) translate(0px);
  -o-transform: rotate(0deg) scale(0.5) skew(0deg) translate(0px);
  -ms-transform: rotate(0deg) scale(0.5) skew(0deg) translate(0px);
  transform: rotate(0deg) scale(0.5) skew(0deg) translate(0px);
}
body .menu-btn-wrapper .menu-btn .hamburger {
  background: #717171;
  padding: 7px 7px 1px;
  border-radius: 5px;
  margin-right: 5px;
  outline: none;
}
body .menu-btn-wrapper .menu-btn .hamburger .hamburger-box {
  width: 30px;
}
body .menu-btn-wrapper .menu-btn .hamburger .hamburger-box .hamburger-inner,
body .menu-btn-wrapper .menu-btn .hamburger .hamburger-box .hamburger-inner:after,
body .menu-btn-wrapper .menu-btn .hamburger .hamburger-box .hamburger-inner:before {
  background: #fff;
  width: 30px;
}
body .navbar-default {
  min-height: auto;
  margin-bottom: 15px;
  background: none;
  border: none;
}
body .navbar-default .navbar-collapse,
body .navbar-default .navbar-form {
  background: none;
  border: none;
}
body .navbar-default #navbar {
  padding: 10px 0 20px;
}
body .navbar-default #navbar li + li {
  border-left: 1px solid #21201e;
}
body .navbar-default #navbar .navbar-nav {
  width: 100%;
  text-align: center;
}
body .navbar-default #navbar .navbar-nav > li {
  float: none;
  display: inline-block;
  text-transform: uppercase;
}
body .navbar-default #navbar .navbar-nav > li > a {
  padding: 2px 10px;
  color: #717171;
}
body .navbar-default #navbar .navbar-nav > li > a:link,
body .navbar-default #navbar .navbar-nav > li > a:active,
body .navbar-default #navbar .navbar-nav > li > a:hover,
body .navbar-default #navbar .navbar-nav > li > a:focus {
  color: #717171;
}
body .navbar-default #navbar .navbar-nav > li > a:hover {
  color: #21201e;
  font-weight: 700;
}
body .navbar-default #navbar .navbar-nav > li.active > a {
  background: none;
  color: #21201e;
  font-weight: 700;
}
body #header-wrapper {
  overflow: hidden;
}
body #header-wrapper header {
  padding: 10px 0;
}
body #header-wrapper header .container {
  position: relative;
}
body #header-wrapper header .container .top-bar {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #717171;
  position: absolute;
  top: 105px;
  right: 15px;
  text-align: right;
  font-size: 16px;
}
body #header-wrapper header .container .top-bar a {
  text-decoration: none;
  color: #717171;
}
body #header-wrapper header .container .top-bar a:link,
body #header-wrapper header .container .top-bar a:active,
body #header-wrapper header .container .top-bar a:hover,
body #header-wrapper header .container .top-bar a:focus {
  color: #717171;
}
body #header-wrapper header .container .top-bar #top-cart {
  color: #21201e;
  font-weight: 700;
}
body #main {
  padding-top: 30px;
  padding-bottom: 30px;
}
body #main .main-slider,
body #main .product-details {
  margin-bottom: 30px;
}
body #main .category-grid .item {
  background: #000;
}
body #main .category-grid .item img {
  opacity: 0.65;
}
body #main .category-grid .item:hover img {
  opacity: 0.2;
}
body #main .item {
  position: relative;
}
body #main .item a.wishlist {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 10;
  display: block;
  font-size: 20px;
  color: #bebebe;
}
body #main .item a.wishlist:hover {
  color: #717171;
}
body #main .item .actions {
  display: block;
  position: absolute;
  z-index: 9;
  left: 0px;
  right: 0px;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  font-size: 20px;
}
body #main .item .actions .name {
  color: #21201e;
  font-size: 15px;
}
body #main .item .actions .price {
  color: #717171;
}
body #main .item .actions .cart,
body #main .item .actions .info {
  color: #717171;
}
body #main .item .actions .cart::before,
body #main .item .actions .info::before {
  display: inline-block;
  margin-left: 5px;
  margin-right: 10px;
  height: 12px;
  content: " ";
  width: 1px;
  background-color: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, rgba(255, 255, 255, 0)), color-stop(100%, #999), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #999, rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #999, rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #999, rgba(255, 255, 255, 0));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #999, rgba(255, 255, 255, 0));
}
body #main .item.hover:hover {
  background: #000;
}
body #main .item.hover:hover img {
  opacity: 0.5;
}
body #main .item .caption {
  position: absolute;
  top: 45%;
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  text-shadow: 0px 0px 7px #000000;
  font-weight: bold;
  padding: 0 8px;
}
body #main .item .caption .caption-subtitle {
  font-size: 20px;
  text-transform: none;
}
body #main .breadcrumbs {
  color: #717171;
  font-size: 18px;
  margin-bottom: 10px;
}
body #main .product-details .product-data h3.product-name {
  color: #717171;
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: normal;
}
body #main .product-details .product-description {
  text-align: justify;
}
body #main .product-details .actions {
  margin: 25px 0 25px 0;
  border: 1px solid #d7d7d7;
  border-width: 1px 0;
  padding: 20px 0;
}
body #main .product-details .actions h4 {
  color: #717171;
  font-size: 24px;
}
body #main .product-details .actions .price-wrapper .price {
  font-size: 28px;
}
body #main .product-details .actions .price-wrapper small {
  font-size: 10px;
  color: #717171;
}
body #main .product-details .actions .qty {
  font-family: 'Open Sans Condensed', sans-serif;
}
body #main .product-details .actions .qty .input-group-addon {
  padding: 0;
}
body #main .product-details .actions .qty .input-group-addon a {
  padding: 6px 12px;
}
body #main .product-details .actions .qty input {
  text-align: center;
}
body #main .share-wrapper {
  text-align: center;
  color: #717171;
  font-size: 16px;
}
body #main .share-wrapper .share a {
  color: #21201e;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}
body #main .share-wrapper .share a:link,
body #main .share-wrapper .share a:active,
body #main .share-wrapper .share a:hover,
body #main .share-wrapper .share a:focus {
  color: #21201e;
}
body #main .share-wrapper .share a:hover {
  opacity: 0.5;
}
body #main .gallery .gallery-grid .gallery-item.square {
  float: left;
  position: relative;
  width: 45%;
  margin: 2.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
body #main .gallery .gallery-grid .gallery-item.square video {
  display: inherit;
}
body #main .gallery .gallery-grid .gallery-item.square:not(.video) {
  padding-bottom: 45%;
}
body #main .gallery .gallery-grid .gallery-item .overlay {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.4);
}
body #main .gallery .gallery-grid .gallery-item:hover .overlay {
  opacity: 1;
  transition: 0.5s ease;
}
body #main .page .box {
  padding: 0 110px;
}
body #main .page .box .shadow {
  position: relative;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4);
}
body #main .page .box .shadow:before,
body #main .page .box .shadow:after {
  content: "";
  position: absolute;
  bottom: 1px;
  width: 50%;
  height: 35%;
  max-width: 200px;
  max-height: 50px;
  z-index: -2;
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  -o-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
body #main .page .box .shadow:before {
  left: 80px;
  -webkit-box-shadow: -80px 1px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -80px 1px 20px rgba(0, 0, 0, 0.4);
  box-shadow: -80px 1px 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -ms-transform: skew(50deg);
  -o-transform: skew(50deg);
  transform: skew(50deg);
}
body #main .page .box .shadow:after {
  right: 80px;
  -webkit-box-shadow: 80px 1px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 80px 1px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 80px 1px 20px rgba(0, 0, 0, 0.4);
  -webkit-transform: skew(140deg);
  -moz-transform: skew(140deg);
  -ms-transform: skew(140deg);
  -o-transform: skew(140deg);
  transform: skew(140deg);
}
body #main .page .main-slider .sy-controls {
  display: inherit;
}
body #main .page .main-slider .sy-controls li a:after {
  background-image: url('../images/arrows.svg');
  background-color: transparent;
  border-radius: 0;
  line-height: 6em;
  width: 6em;
  height: 6em;
  margin-left: -3em;
  margin-top: -3em;
}
body #main .page .main-slider .sy-caption-wrap {
  margin-top: 0;
  transform: translate(-50%, -50%);
  bottom: inherit;
}
body #main .page .main-slider .sy-caption-wrap .sy-caption {
  left: initial;
}
body #main .page p,
body #main .page ul,
body #main .page ol,
body #main .page h1,
body #main .page h2,
body #main .page h3,
body #main .page h4,
body #main .page h5,
body #main .page h6 {
  color: #807f7f;
}
body #main .page .page-content {
  clear: both;
}
body #main .page .page-content ul,
body #main .page .page-content p {
  text-align: justify;
  font-size: 16px;
  margin-bottom: 30px;
}
body #main .portfolio .portfolio-item {
  margin-bottom: 20px;
}
body #main .portfolio .portfolio-item .portfolio-item-content {
  min-height: 60px;
}
body #main .portfolio .portfolio-item .portfolio-item-content p {
  margin-top: 10px;
  color: #807f7f;
  text-align: justify;
  font-size: 16px;
  line-height: 20px;
}
body #main .portfolio .portfolio-item > a {
  position: relative;
  display: block;
}
body #main .portfolio .portfolio-item > a .overlay {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0px;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.4);
}
body #main .portfolio .portfolio-item > a:hover .overlay {
  opacity: 1;
}
body #main .portfolio .Zebra_Pagination {
  text-align: center;
}
body #main .portfolio .Zebra_Pagination .pagination > .disabled > a,
body #main .portfolio .Zebra_Pagination .pagination > .disabled > a:focus,
body #main .portfolio .Zebra_Pagination .pagination > .disabled > a:hover,
body #main .portfolio .Zebra_Pagination .pagination > .disabled > span,
body #main .portfolio .Zebra_Pagination .pagination > .disabled > span:focus,
body #main .portfolio .Zebra_Pagination .pagination > .disabled > span:hover {
  color: #bdbdbd !important;
  border: none;
  border-radius: 0;
}
body #main .portfolio .Zebra_Pagination .pagination > li.active a,
body #main .portfolio .Zebra_Pagination .pagination > li.active span {
  color: #000 !important;
  font-weight: 700;
}
body #main .portfolio .Zebra_Pagination .pagination > li a,
body #main .portfolio .Zebra_Pagination .pagination > li span {
  border: none;
  border-radius: 0;
  border-left: 1px solid #21201e !important;
  background: none !important;
  color: #717171 !important;
}
body #main .portfolio .Zebra_Pagination .pagination > li a:hover,
body #main .portfolio .Zebra_Pagination .pagination > li span:hover {
  color: #000 !important;
  font-weight: 700;
}
body #main .portfolio .Zebra_Pagination .pagination > li:first-child a,
body #main .portfolio .Zebra_Pagination .pagination > li:first-child span {
  border-left: none !important;
}
body #main .newssletter .newsletter-categories {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*display: inline-block;*/
}
body #main .newssletter .newsletter-categories a {
  display: block;
  color: #717171;
}
body #main .newssletter .newsletter-categories .open .dropdown-menu {
  display: inline-block;
}
body #main .newssletter .newsletter-categories .dropdown-menu {
  position: inherit;
  float: none;
  background: rgba(255, 255, 255, 0.6);
}
body #main .newssletter .newsletter-categories .dropdown-menu > li > a {
  /*text-align: center;*/
}
body #main .newssletter .newsletter-categories .dropdown-menu > li > a:before {
  content: '- ';
}
body #main .newssletter .newsletter-categories .dropdown-menu > li > a:hover {
  background: none;
  color: #000;
}
body #main .newssletter .newssletter-grid .newssletter-item {
  margin-bottom: 25px;
}
body #main .newssletter .newssletter-grid .newssletter-item .item-title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}
body #main .newssletter .newssletter-grid .newssletter-item .item-media {
  margin-top: 0;
  margin-bottom: 15px;
}
body #main .newssletter .newssletter-grid .newssletter-item .item-content * {
  text-align: justify;
  font-size: 18px;
  color: #807f7f;
}
body #main .newssletter .newssletter-grid .newssletter-item #socialmedia-share {
  display: table-row;
  color: #807f7f;
  font-size: 18px;
}
body #main .newssletter .newssletter-grid .newssletter-item #socialmedia-share a {
  display: table-cell;
  text-align: center;
  align-items: center;
  color: #807f7f;
}
body #main .newssletter .newssletter-grid .newssletter-item #socialmedia-share a i {
  padding: 4px;
  min-width: 30px;
  max-width: 30px;
  min-height: 30px;
  border: 2px solid #807f7f;
  border-radius: 50px;
  margin-right: 5px;
  font-size: initial;
}
body #main .newssletter .newssletter-grid .newssletter-item #socialmedia-share a:first-child i {
  margin-left: 5px;
}
body #main .login .container-inner {
  border: 1px solid #717171;
  padding: 25px;
  text-align: center;
}
body #main .login .container-inner h2 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
body #main .login .container-inner.account .form-control {
  background: none;
  padding: 0.1em 0em 1px 0em;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
  box-shadow: none;
}
body #main .login .container-inner.account .form-control:focus {
  border-bottom-width: 2px;
  border-color: #000;
}
body #main .login .container-inner.account fieldset {
  margin-top: 20px;
}
body #main .login .container-inner.account fieldset legend {
  text-align: left;
  font-size: 18px;
  text-transform: uppercase;
}
body #main .login .container-inner.account fieldset legend small {
  font-size: 50%;
}
body #main .login .account-menu .navbar-nav li a {
  background: #21201e;
  border: 1px solid #21201e;
  border-bottom: none;
  color: #fff;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
body #main .login .account-menu .navbar-nav li a:hover {
  opacity: 0.5;
}
body #main .login .account-menu .navbar-nav li.active a {
  background: none;
  color: #21201e;
}
body #main .course h1 {
  margin-top: 0;
  font-size: 24px;
}
body #main .course .content {
  padding: 20px;
}
body #map-container {
  position: relative;
  margin-bottom: -30px;
}
body #map-container #map {
  height: 0;
  overflow: hidden;
  padding-bottom: 22.25%;
  padding-top: 30px;
  position: relative;
}
body .cart .page-title,
body .checkout .page-title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 700;
}
body .cart #cart_items table#shopping-cart,
body .checkout #cart_items table#shopping-cart {
  border: 1px solid #d7d7d7;
}
body .cart #cart_items table#shopping-cart .cart_price,
body .checkout #cart_items table#shopping-cart .cart_price {
  padding-top: 10px;
}
body .cart #cart_items table#shopping-cart .cart_price .old-price,
body .checkout #cart_items table#shopping-cart .cart_price .old-price {
  display: block;
  font-size: 80%;
  text-decoration: line-through;
}
body .cart #cart_items table#shopping-cart .cart_quantity,
body .checkout #cart_items table#shopping-cart .cart_quantity {
  padding-top: 15px;
}
body .cart #cart_items table#shopping-cart .cart_quantity .input-group,
body .checkout #cart_items table#shopping-cart .cart_quantity .input-group {
  width: 107px;
}
body .cart #cart_items table#shopping-cart .cart_quantity .input-group .cart_quantity_input,
body .checkout #cart_items table#shopping-cart .cart_quantity .input-group .cart_quantity_input {
  width: 43px !important;
  text-align: center;
}
body .cart #cart_items table#shopping-cart .cart_quantity .input-group .cart-up-down-qty,
body .checkout #cart_items table#shopping-cart .cart_quantity .input-group .cart-up-down-qty {
  cursor: pointer;
}
body .cart #cart_items table#shopping-cart .qty-txt-box input,
body .checkout #cart_items table#shopping-cart .qty-txt-box input {
  width: 100px;
  margin-right: 5px;
}
body .cart #cart_items table#shopping-cart .cart_total,
body .checkout #cart_items table#shopping-cart .cart_total {
  padding-top: 15px;
}
body .cart #cart_items table#shopping-cart .cart_total .cart_total_price,
body .checkout #cart_items table#shopping-cart .cart_total .cart_total_price {
  font-size: 18px;
  line-height: 35px;
  color: #000;
  font-weight: 700;
}
body .cart #cart_items table#shopping-cart .cart_delete,
body .checkout #cart_items table#shopping-cart .cart_delete {
  padding-top: 15px;
  font-size: 20px;
}
body .cart #cart_items table#shopping-cart .cart_delete a,
body .checkout #cart_items table#shopping-cart .cart_delete a {
  color: #000;
  text-decoration: none;
}
body .cart .chose_area,
body .checkout .chose_area {
  margin-bottom: 10px;
}
body .cart .chose_area h4,
body .checkout .chose_area h4 {
  background: #d7d7d7 none repeat scroll 0 0;
  color: #000;
  line-height: 20px;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 28px;
  padding: 7px 10px;
  margin-top: 0;
}
body .cart .chose_area .form-control,
body .checkout .chose_area .form-control {
  margin-bottom: 10px;
}
body .cart .total_area .total-cart-page-title h4,
body .checkout .total_area .total-cart-page-title h4 {
  background: #d7d7d7 none repeat scroll 0 0;
  color: #000;
  line-height: 28px;
  padding: 7px 10px;
  font-weight: 700;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
body .cart .total_area ul,
body .checkout .total_area ul {
  list-style: none;
  margin-top: 15px;
  padding: 0 10px;
}
body .cart .total_area ul li,
body .checkout .total_area ul li {
  padding-top: 4px;
  padding-bottom: 4px;
}
body .cart .total_area ul li > span,
body .checkout .total_area ul li > span {
  float: right;
  padding-left: 30px;
}
body .checkout div > div > h4 {
  background: #d7d7d7 none repeat scroll 0 0;
  border-bottom: 1px solid #ddd;
  color: #000;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 15px;
  padding: 7px 10px;
}
body .checkout input,
body .checkout textarea,
body .checkout select {
  width: 100%;
  border: 1px solid #d7d7d7;
  padding: 10px 15px;
  border-radius: 0px;
  margin-bottom: 15px;
}
body .checkout input,
body .checkout select {
  height: 40px;
}
body .checkout input[type="checkbox"],
body .checkout input[type="radio"] {
  width: inherit;
  height: initial;
}
body .checkout select[disabled] {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}
body .checkout .payment-options .info,
body .checkout .shipping-options .info {
  display: none;
  padding: 5px;
  background: #efefef;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
  margin-bottom: 10px;
}
body .checkout .cupons {
  margin-bottom: 50px;
}
body footer {
  font-family: 'Open Sans Condensed', sans-serif;
  background: #21201e;
  border-top: 5px solid #717171;
  padding-top: 15px;
  margin-top: 15px;
  color: #fff;
  font-size: 17px;
}
body footer a {
  color: #fff;
}
body footer a:link,
body footer a:active,
body footer a:hover,
body footer a:focus {
  color: #fff;
}
body footer .social {
  text-align: center;
  font-size: 30px;
}
body footer .social a {
  text-decoration: none;
}
body footer .social a:hover {
  opacity: 0.5;
  text-decoration: none !important;
}
body footer .logo {
  padding-right: 5px;
}
body footer .contact-wrapper {
  display: table;
}
body footer .contact-wrapper .contact {
  display: table-cell;
  vertical-align: middle;
}
body footer h3 {
  margin: 0;
}
body footer table {
  width: 100%;
}
body footer table td {
  padding: 5px 5px 0 0;
}
body footer table td .form-control {
  height: 24px;
  /*padding: 6px 12px;*/
  /*line-height: 1.42857143;*/
  color: #fff;
  background-color: #666;
  background-image: none;
  border: 1px solid #333;
  border-radius: 7px;
}
body footer .legal {
  text-align: center;
}
body footer .legal ul {
  display: inline-block;
  text-align: left;
}
body footer .input-group-btn:last-child > .btn {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 255spx;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  position: relative;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.sidebar-nav li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 3px;
  background-color: #1c1c1c;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.sidebar-nav li:first-child a {
  color: #fff;
  background-color: #1a1a1a;
}
.sidebar-nav li:nth-child(2):before {
  background-color: #ec1b5a;
}
.sidebar-nav li:nth-child(3):before {
  background-color: #79aefe;
}
.sidebar-nav li:nth-child(4):before {
  background-color: #314190;
}
.sidebar-nav li:nth-child(5):before {
  background-color: #279636;
}
.sidebar-nav li:nth-child(6):before {
  background-color: #7d5d81;
}
.sidebar-nav li:nth-child(7):before {
  background-color: #ead24c;
}
.sidebar-nav li:nth-child(8):before {
  background-color: #2d2366;
}
.sidebar-nav li:nth-child(9):before {
  background-color: #35acdf;
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
  width: 100%;
  -webkit-transition: width 0.2s ease-in;
  -moz-transition: width 0.2s ease-in;
  -ms-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}
.sidebar-nav li.sidebar-brand a {
  padding-left: 15px;
}
.sidebar-nav li a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 10px 15px 10px 30px;
}
.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav lii.open a:focus {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
  margin-bottom: -7px;
}
.sidebar-nav .dropdown-menu {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
  background-color: #222;
  box-shadow: none;
}
.container-fluid {
  max-width: 1800px;
}
.mfp-title a {
  color: #fff !important;
}
.float-label-control {
  position: relative;
  margin-bottom: 2em;
  margin-top: 2em;
}
.float-label-control ::-webkit-input-placeholder {
  color: transparent;
}
.float-label-control :-moz-placeholder {
  color: transparent;
}
.float-label-control ::-moz-placeholder {
  color: transparent;
}
.float-label-control :-ms-input-placeholder {
  color: transparent;
}
.float-label-control input,
.float-label-control textarea {
  display: block;
  width: 100%;
  padding: 0.1em 0em 1px 0em;
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #aaa;
  outline: none;
  margin: 0px;
  background: none;
}
.float-label-control input:-webkit-autofill,
.float-label-control textarea:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0 1000px #f9f9f9 inset !important;
  -moz-box-shadow: 0 0 0 1000px #f9f9f9 inset !important;
  box-shadow: 0 0 0 1000px #f9f9f9 inset !important;
}
.float-label-control input:focus,
.float-label-control textarea:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-bottom-width: 2px;
  border-color: #000;
  padding-bottom: 0;
}
.float-label-control input.empty + label,
.float-label-control textarea.empty + label {
  top: 0.1em;
  font-size: 1.2em;
  animation: none;
  -webkit-animation: none;
}
.float-label-control input.empty:focus + label,
.float-label-control textarea.empty:focus + label {
  z-index: 1;
  top: -1em !important;
  font-size: 0.85em !important;
  animation: inherit;
  -webkit-animation: inherit;
}
.float-label-control input:not(.empty) + label,
.float-label-control textarea:not(.empty) + label {
  z-index: 1;
}
.float-label-control input:not(.empty):focus + label,
.float-label-control textarea:not(.empty):focus + label {
  color: #aaaaaa;
}
.float-label-control input,
.float-label-control textarea,
.float-label-control label {
  font-size: 1em;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.float-label-control textarea {
  padding: 0.1em 0em 5px 0em;
}
.float-label-control textarea:focus {
  padding-bottom: 4px;
}
.float-label-control label {
  position: absolute;
  font-weight: normal;
  top: -1em;
  left: 0.08em;
  color: #aaaaaa;
  z-index: -1;
  font-size: 0.85em;
  -moz-animation: float-labels 300ms none ease-out;
  -webkit-animation: float-labels 300ms none ease-out;
  -o-animation: float-labels 300ms none ease-out;
  -ms-animation: float-labels 300ms none ease-out;
  -khtml-animation: float-labels 300ms none ease-out;
  animation: float-labels 300ms none ease-out;
  animation-play-state: running !important;
  -webkit-animation-play-state: running !important;
}
@keyframes float-labels {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }
  20% {
    font-size: 1.5em;
    opacity: 0;
  }
  30% {
    top: 0.1em;
  }
  50% {
    opacity: 0;
    font-size: 0.85em;
  }
  100% {
    top: -1em;
    opacity: 1;
  }
}
@-webkit-keyframes float-labels {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }
  20% {
    font-size: 1.5em;
    opacity: 0;
  }
  30% {
    top: 0.1em;
  }
  50% {
    opacity: 0;
    font-size: 0.85em;
  }
  100% {
    top: -1em;
    opacity: 1;
  }
}
@keyframes float-labels-bottom {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }
  20% {
    font-size: 1.5em;
    opacity: 0;
  }
  30% {
    top: 0.1em;
  }
  50% {
    opacity: 0;
    font-size: 0.85em;
  }
  100% {
    top: 3em;
    opacity: 1;
  }
}
@-webkit-keyframes float-labels-bottom {
  0% {
    opacity: 1;
    color: #aaa;
    top: 0.1em;
    font-size: 1.5em;
  }
  20% {
    font-size: 1.5em;
    opacity: 0;
  }
  30% {
    top: 0.1em;
  }
  50% {
    opacity: 0;
    font-size: 0.85em;
  }
  100% {
    top: 3em;
    opacity: 1;
  }
}
.wedding-login {
  min-height: 300px;
  background-image: url('../images/wedding-login.jpg');
  background-size: cover;
  background-position: center center;
  margin-top: 30px;
}
.wedding-login .login-box {
  margin: 150px 0;
  background: #fff;
  padding: 5px;
}
.wedding-login .login-box .border-1 {
  padding: 5px;
  border: 1px solid #000;
}
.wedding-login .login-box .border-1 .border-2 {
  padding: 20px;
  border: 1px dashed #000;
}
/*======== Popup ================*/
.white-popup-block {
  background: #FFF;
  padding: 30px 30px 20px;
  text-align: left;
  max-width: 650px;
  margin: 40px auto;
  position: relative;
}
.white-popup-block p,
.white-popup-block input {
  font-size: 18px;
}
.white-popup-block .popup-close {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: bold;
  background: #ccc;
  padding: 5px 8px;
}
.white-popup-block .popup-close:hover {
  cursor: pointer;
  background: #333;
  color: #fff;
}
/*======== School ========*/
.card-grid .card-item > div {
  background-color: #fff;
}
.card-grid .card-item .card-content {
  padding-left: 15%;
  padding-right: 15%;
}
.card-grid .card-item .card-content h2 {
  font-weight: 7000;
  font-size: 35px;
}
.card-grid .card-item .card-content h3 {
  font-size: 14px;
}
.card-grid .card-item .card-content blockquote {
  padding: 0;
  margin: 0;
  font-size: 5rem;
  font-style: italic;
  font-weight: 300;
  border: none;
}
/*======== Custon Notify ========*/
.alert-minimalist {
  background-color: #fff;
  border-color: #717171;
  border-radius: 0;
  color: #717171;
  padding: 15px;
  text-align: center;
}
.alert-minimalist > [data-notify="title"] {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
  font-size: 120%;
}
.alert-minimalist > a.btn {
  margin-top: 15px;
}
.alert a {
  text-decoration: underline;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  body #main .item.form-group {
    margin-bottom: 30px;
  }
  body #main .item a.wishlist {
    top: auto;
    bottom: 10px;
  }
  body #main .item .actions {
    display: none;
  }
  body footer .social {
    text-align: center;
    font-size: 45px;
  }
  body footer .social.list-inline > li {
    padding-right: 0;
    padding-left: 0;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  body #header-wrapper header .container .top-bar {
    top: 0;
  }
  body #main .gallery .gallery-grid .gallery-item.square {
    width: 30%;
    margin: 1.66%;
  }
  body #main .gallery .gallery-grid .gallery-item.square:not(.video) {
    padding-bottom: 30%;
  }
  body #main .course .content {
    padding: 50px;
  }
  body footer .social {
    text-align: center;
    font-size: 45px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  body #main .item .caption {
    font-size: 24px;
    line-height: 26px;
  }
  body #main .gallery .gallery-grid .gallery-item.square {
    width: 22.5%;
  }
  body #main .gallery .gallery-grid .gallery-item.square:not(.video) {
    padding-bottom: 22.5%;
  }
  body #main .gallery .gallery-grid .gallery-item:nth-child(4n) {
    margin-right: 0;
  }
  body #main .gallery .gallery-grid .gallery-item:first-child,
  body #main .gallery .gallery-grid .gallery-item:nth-child(4n+1) {
    margin-left: 0;
  }
  body footer .social {
    text-align: right;
    font-size: 35px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  body #main .item .caption {
    font-size: 26px;
    line-height: 28px;
  }
  body footer .social {
    font-size: 45px;
  }
}
