/*Controllers*/
.cb.plain {
	position: absolute !important;
	opacity: 0.3;
}
.cb.plain:hover {
	opacity: 1;
}
.cb.plain .cb-link .button {
	padding: 6px 12px !important;
}
/**
 * ----------------------------------------
 * animation ping
 * ----------------------------------------
 */
@-webkit-keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes ping {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

@-webkit-keyframes animationFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-5px)  ;
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,10px)  ;
  }
}
@keyframes animationFrames{
  0% {
    opacity:1;
    transform:  translate(0px,-5px)  ;
  }
  100% {
    opacity:0;
    transform:  translate(0px,10px)  ;
  }
}
/***Main CSS***/
html {
    background-color: #FFF;
}
body {
	background-color:#FFF;
	font-family: proxima-nova, sans-serif;
}
.body {
	padding: 80px 0;
	font-family: proxima-nova, sans-serif;
}
.page-register > .body,
.body.page-login{
    background: url("images/bg-tiles-4.png") no-repeat left bottom ,url("images/bg-tiles-4-rev.png") no-repeat right top;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .h5, h5 {
    font-family: brandon-grotesque, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    line-height: normal;
}
h1,.h1 {
	font-size: 42px;
	line-height: 38px;
}
h3,.h3{
	font-weight: 700;
}
p{
	font-weight: 300;
}
.button {
	background: none;
	border-radius: 0;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
    font-family: brandon-grotesque, sans-serif;
}
.button:hover {
	background-color: #2474a5 !important;
	border: 2px solid #2474a5 !important;
	color: #fff;
}

/*Header*/
.col-logo{
	width: 20%;
}
.col-menu{
	width: 80%;
}
.navigation {
    background: linear-gradient(to right, #132349,#2c93be) !important;
	border-bottom: 3px solid #37a4d2 !important;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-right: 150px;
}
.navigation-bottom{
    position: relative;
    margin-top: 70px;
    text-align: right;
}
.footer-bottom .button,
.navigation-bottom .button{
	color: #969696;
	text-transform: uppercase;
	background-color: transparent;med
	width: auto;
	border: none;
    font-weight: 700;
    font-size: 14px;
}
.navigation-bottom .button.btn-no-border:hover{
	background-color: transparent !important;
	color: #2474a5;
    border: none !important;
}
.navigation-bottom .button.btn-border:hover{
	border: 2px solid rgba(55,138,184,0.8) !important;
	background-color: #fff !important;
    color: #2c93be !important;
}
.navigation-bottom .button.btn-border:hover::after {
    border-top-color: rgba(55,138,184,0.8);
}
.navigation-bottom .button.btn-border{
    font-family: brandon-grotesque, sans-serif;
    background-color: #2c93be;
	border: 2px solid rgba(55,138,184,0.2);
	color: #fff;
    text-transform: uppercase;
}
.navigation-bottom .button.btn-border::after {
    content: '';
    display: none;
    position: absolute;
	margin-left: -90px;
	top: 13.4%;
    width: 0;
    height: 0;
    border-top: 10px solid rgb(55,138,184,0.2);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    z-index: 1;
}
.navigation-bottom .button.btn-social{
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	/*margin-top: 20px;
	margin-bottom: -10px;*/
	vertical-align: middle;
	 -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    border: none !important;
}
.navigation-bottom .button.btn-social:hover{
	background-color: transparent !important;
	 -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	transform: rotate(25deg);
}
.navigation-bottom .button.btn-social.fb{
	background-image: url(images/icon-fb.png);
}
.navigation-bottom .button.btn-social.tw{
	background-image: url(images/icon-twitter.png);
}
.navigation-bottom .button.btn-social.lin{
	background-image: url(images/icon-linkedin.png);
}
.navigation-bottom .button.btn-social.buy-share{
	width: 100px;
	height: 100px;
	background-image: url(images/buy-share.png);
	 -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
	margin-top: 0px;
	margin-bottom: 0px;
	transition: all 0.2s ease-out 0s;
}
.navigation-bottom .button.btn-social.buy-share:hover{
	transform: rotate(25deg);
}
.footer-bottom .button.btn-social{
	background-size: contain;
	background-repeat: no-repeat;
	width: 35px;
	height: 35px;
	margin-top: 20px;
	margin-bottom: -10px;
    border: none !important;
    background-color: transparent !important;
}
.footer-bottom .button.btn-social:hover{
	background-color: transparent;
}
.footer-bottom .button.btn-social.fb{
	background-image: url(images/icon-fb-white.png);
}
.footer-bottom .button.btn-social.tw{
	background-image: url(images/icon-tw-white.png);
}
.footer-bottom .button.btn-social.lin{
	background-image: url(images/icon-linkedin-white.png);
}
.footer-bottom .button.btn-social.fb:hover{
	background-image: url(images/icon-fb.png);
}
.footer-bottom .button.btn-social.tw:hover{
	background-image: url(images/icon-twitter.png);
}
.footer-bottom .button.btn-social.lin:hover{
	background-image: url(images/icon-linkedin.png);
}
.logo {
	height: 140px;
	background-position: center left;
	min-width: 300px;
	max-width: 300px;
	z-index: 15;
	position: relative;
}
.header {
    position: relative;
	padding: 0;
    background: url(images/backgrounds/bg-tiles.png) no-repeat;
    background-position: -150px;
    background-size: contain;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.header .logo-wrap {
	text-align: left;
}
.header .head-cart-data .fa {
	color:#90469b;
}
.header .col-slogan {
	text-align: right;
}
.header-title {
	padding: 40px 0;
	background-color: #EEE;
}
.header-title h1 {
	margin: 0;
}
.copyright {
	background-color:transparent !important;
	color: #FFF;
	border-bottom: none;
	text-align: right;
	font-family: europa, sans-serif;
	font-weight: 300;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.frame{
	width: 1600px;
}
/*Menu*/
/*ul.menu ul {
	top:43px;
	left: 0;
	width: 100%;
}
ul.menu ul li {
	text-align: center;
	border-color:#ccc;
	background-color: #ddd;
	width: 100%;
}
ul.menu ul li a {
	color: #999;
	font-size: 12px;
	font-weight: 100px;
	letter-spacing: 0.5px;
}
ul.menu ul li:hover,
ul.menu ul li:hover a {
	background-color: #fff !important;
}

ul.menu .menulink {
	padding: 11.5px 15px 11px;
	text-transform: uppercase !important;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: none;
	border-color:#7c2789;

}
ul.menu .mobile-nav + li {
	border-left:1px solid #7c2789;
}
ul.menu .menulink:hover {
	background-color:#9e46ab;
}
*/
/*Banner*/
.banner {
	background-image: url(images/bg-banner.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding:0;
}
.banner > .frame {
	padding:0;
}
.banner h1,
.banner .h1 {
	color:#fff;
	font-weight:700;
	font-size:50px;
	text-transform: uppercase;
	letter-spacing: -1px;
	margin: 0 0 10px;
}
.banner h2,
.banner .h2 {
	font-weight: 100;
	font-size: 26px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.banner .bt .button {
	background-color:rgba(0,0,0,0);
	font-size:18px;
	padding:10px 20px;
	border:2px solid #eee;
	text-decoration:none;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
}
.banner .bt .button .fa {
	position: relative;
	top:-2px;
}
.banner .bt .button:hover {
	border:2px solid #FFF;
	background-color:#fff;
	color:#333;
}

.banner .slide .slide-inner img {
    margin: 0 auto;
    padding-bottom: 45px;
}
.banner .slide .slide-inner {
    background: linear-gradient(to right,rgba(19,35,73,0.8),rgba(44,147,190,0.6));
	text-shadow: none;
}
.banner .slide .slide-inner::before,
.banner .slide .slide-inner::after {
    display: block;
    position: absolute;
    width: 800px;
    height: 800px;
    content: '';
    bottom: -50%;
    background-size: contain;
    background-image: url("images/tiles.png");
    opacity: 0.5;
}
.banner .slide .slide-inner::before {
    left: -13.5%;
}
.banner .slide .slide-inner::after {
    transform: rotate(-90deg);
    right: -14.5%;
    opacity: 0.5;
}
.banner .slider-wrapper {
    box-shadow: none;
}
.slider{
    position: relative;
}
.slider::before,
.slider::after{
    content: '';
    position: absolute;
    bottom: 0;
    display: none;
}
.slider::before{
    width: 100%;
    height: 20px;
    z-index: 100;
    background-color: #fff;
}
.slider::after{
    right: 50%;
    width: 0;
    height: 0;
    border-top: solid 30px rgb(255,255,255);
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    z-index: 101;
    transform: translateX(50%);
}
.sssnext, .sssprev {
    width: 50px !important;
    height: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    background-image: url('/web/template/default/assets/sss/images/brr.png') !important;
    z-index: 1000;
	transition: all 0.2s ease-out 0s;
}
.sssprev {
    left: 3%;
    background-position: 0 50% !important;
}
.sssnext {
    right: 3%;
    background-position: -50px 50% !important;
}
.sssprev:hover {
    left: 2.7%;
}
.sssnext:hover {
    right: 2.7%;
}
.sssprev:active {
    left: 2%;
}
.sssnext:active {
    right: 2%;
}

.arrow-top{
    position: relative;
}
.arrow-top::before{
    content: '';
    position: absolute;
    right: 50%;
    top: 0%;
    width: 0;
    height: 0;
    border-top: solid 30px rgb(255,255,255);
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    z-index: 1;
    transform: translateX(50%);
}
/*Elements*/
.html-style ul li::before, ul.bullet li::before, ul.bullet-list li::before {
	color: #CCC;
}
.faq:hover {
	border-color:#068ed0;
}
.faq:hover h3,
.faq:hover h3::before {
	color:#068ed0;
}

/*Index Assets*/
.homebox  {

}
.homebox .col {
	padding: 10px;
}
.homebox .col img {
	vertical-align: top;
	width: 100%;
}
.homebox .col .hb-text {
	padding: 35px 40px;
	background: linear-gradient(to top, #fff, #f3f3f3);
}
.homebox .col .hb-text h3 {
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin: 0 0 10px;
	font-weight: 600;
}
.homebox .col .hb-text p {
	text-align: justify;
	font-size: 12px;
	line-height: 24px;
	color: #888;
}
.homebox .col .hb-text p a.button {
	padding: 5px 15px;
	border-radius: 0;
	border-color: #bbb;
}

/* Global Footer */
.global-contact {
	background-color: #EEE;
	padding: 5px;
	font-size: 14px;
}
.global-contact .item {
	overflow: hidden;
}
.global-contact .item li {
	list-style: none;
	float: left;
	margin-right: 10px;
	color: #999;
}
.global-contact .item li a {
	color: #999;
}

/* Footer */
.footer {
	background: url(images/bg-horse.png) 1310px 60px, linear-gradient(to right, #132349,#2c93be);
	background-repeat: no-repeat;
	background-size: contain;
	color: #FFF;
	padding:100px 0 70px;
	border-top: 1px solid #9e46ab;
}
.footer .foot-menu {
	border: none;
}
.footer .foot-menu > li a {
	border-color: transparent !important;
	font-weight: 300;
	color: #FFF;
}
.footer .foot-menu > li a:hover {
	border-bottom: 1px solid #FFF !important;
}
.footer .h4,
.footer p {
	color:#FFF;
}
.footer .h4 {
	font-size: 24px;
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}
.footer .break {
	width: 80px;
	height: 2px;
	margin: 15px 0;
	border-radius: 10px;
	background-color: transparent;
}
.footer .foot-menu {
	margin: 0;
	padding-top: 0;
	padding-right:20px;
}
.footer .foot-menu > li a {
	padding: 8px 0;
	border: none;
	font-weight: 300;
	letter-spacing: 1px;
	border-color:#0d63a1;
	font-size: 16px;
	color: #ffffff;
}
.footer .foot-menu > li a:hover {
	border: none !important;
	color: #969696;
}
.footer .foot-product-wrap {
	background-color: #FFF;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	color: #000;
}
.footer .foot-product-wrap .h4 {
	font-size: 24px;
	color: #90469b;
}
.footer .foot-product-wrap a {
	color: #068ed0;
	text-decoration: none;
}
.footer .foot-product-wrap p {
	color:#999;
	margin: 0;
}
.copyright a {
	color: #FFF !important;
	font-family: proxima-nova, sans-serif;
	letter-spacing: 0;
	font-size: 12px;
}

/* Buttons */
input[type="submit"], button,
.button {
	padding:8px 20px;
	border-radius: 8px;
    margin-bottom: 10px;
}
.button:hover {
	text-decoration: none !important;
	text-shadow: none !important;
}
.button.bt-outline {
	border-color: #90469b;
	color:#90469b;
}
.button.bt-outline:hover {
	border-color: #90469b !important;
	background-color:#90469b !important;
	color:#FFF !important;
}
input[type="submit"], button{
	background: none;
	border: 2px solid #aaa;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
    font-family: brandon-grotesque, sans-serif;
    font-size: 1rem;
    background-color: #2C92BD;
    border-color: #2C92BD;
}
input[type="submit"]:hover, button:hover {
	background-color:#fff;
	border-color:#2C92BD;
	color: #2C92BD;
	box-shadow: none;
}
input[type="text"], input[type="number"], input[type="password"], textarea, select{
    background-color: #efefef;
    color: #808080;
    padding: 15px 20px !important;
    border-radius: 15px;
    border: none;
    font-family: proxima-nova, sans-serif;
}
.form-block .field select {
    box-sizing: border-box;
    margin: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('images/dropdown.svg');
    background-repeat: no-repeat, repeat;
    background-position: right 1.5em top 50%, 0 0;
    background-size: 15px;
}
.form-block.filter .field select{
    border-radius: 5px;
}
.form_table{
    padding: 15px 20px;
    border-radius: 15px;
}
.hr-mini {
	background-color:#90469b;
	width:50px;
	height:4px;
	border-radius:5px;
	margin:10px 0 20px;
}
.feature-box {
	text-align:center;
}
.feature-box h2 {
	font-size:20px;
}
.feature-box img {
	width:80%;
	vertical-align:top;
}
.feature-box:hover {
	transform:scale(1.1,1.1);
	transition:all 0.2s ease-in-out 0s;
}

/*Section*/
.section-feature {
	padding: 80px 0;
}
.section-variant3 {
	background-color:#006cb9;
}
.section-variant2 {
	background-color:#DDD;
}
.section-variant1 {
	background-color:#EEE;
}
.body .frame > *:last-child {
	margin-bottom:0;
}
.section-feature.sf-variant3 * {
	color:#FFF;
}
.section-feature.sf-variant3 .divide {
	background-color:#FFF;
}
.section-contact-form {
	background-color: #068ed0;
	background-image: url(images/bg-contact.jpg);
}
.section-feature .button.bt-outline {
	color: #FFF;
	border-color:#FFF;
	margin: 0;
	border: 2px solid #FFF;
}
.payment-summary {
	border: none;
	background-color: #132349;
}
.payment-summary .button {
	border: none;
	background-color: #068ed0;
	color: #FFF;
}
.payment-summary .button:hover {
	background-color: #FFF;
	color: #132349;
}

/*Element Overrides*/
.product-image-container {
	box-shadow: none;
}
.form-join-our-mailing-list .form-block,
.form-form_mail_list .form-block{
	border:none;
}
.form-join-our-mailing-list .form-block .field,
.form-form_mail_list .form-block .field{
	padding: 10px;
	text-align: center;
}
.form-join-our-mailing-list .form-block .field label{
    position: absolute;
    margin-top: 15px;
    margin-left: 15px;
}
.form-form_mail_list .form-block .field label{
	display: none;
}
.form-join-our-mailing-list .form-block .field input:active label{
    display: none;
}
.form-join-our-mailing-list .form-block .field input,
.form-form_mail_list .form-block .field input{
	background-color: #efefef;
	color: #808080;
	padding: 15px 20px;
	border-radius: 15px;
	border: none;
	font-family: proxima-nova, sans-serif;
    font-weight: 400;
}
.form-join-our-mailing-list .form-block .field button,
.form-form_mail_list .form-block .field button{
	background-color: #2c93be;
	border-radius: 12px;
	padding: 15px 40px;
	font-family: proxima-nova, sans-serif;
	font-weight: 600;
	border: 3px solid #2c93be;
    font-size: 25px;
}
.form-join-our-mailing-list .form-block .field button:hover,
.form-form_mail_list .form-block .field button:hover{
	color: #2c93be;
	background-color: transparent;
}
.section-form h2{
	color: #2C93BE;
	text-align: center;
	font-size: 35px;
}
.section-form{
	padding: 150px 0 !important;
}
.section-promo p,
.section-share p{
	color: #fff;
}
.section-promo .pb-column{
	padding-right: 0px;
	padding-left: 10px;
}
.section-promo{
	background-color: #132349;
    background-size: 850px !important;
}
.section-promo .pb-column:first-child{
	padding: 0px 200px;
}
.section-promo p.h3,
.section-share p.h3{
	font-size: 30px;
}
.section-share{
	padding: 100px 120px !important;
	background: url(images/backgrounds/bg-tiles-3.png) right, linear-gradient(to right,#21648c,#2c93be);
    background-repeat: no-repeat;
}
.share-block img{
	position: absolute;
    max-width: 500px;
	top: -160px;
}
.section-share .button,
.section-promo .button{
	background-color: transparent;
	border-color: #fff;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	border-radius: 8px;
}
.section-promo .button-wrapper{
	margin: 0;
	position: absolute;
    top: 70%;
	left: 32%;
    transform: translate(-50%, -50%);
}
.promo-block{
	margin: 0;
	position: absolute;
    top: 45%;
    left: 50%;
    margin-right: -20%;
    transform: translate(-50%, -50%);
}
.trainer-image{
	transform: rotate(45deg);
}
.trainer-image.bottom{
	position: absolute;
	top: 60%;
	right: -24%;
	width: 100%;
	max-width: 270px;
}
.trainer-image img{
	max-width: 270px;
}
.section-blocks{
	padding: 100px 0 350px !important;
    position: relative;
    overflow: hidden;
}
.title-box p.h2{
	color: #2474a5;
	font-size: 36px;
	font-weight: 700;
}
.title-box p{
	color: #969696;
}
.title-box p em{
	font-size: 40px;
	color: #d5d5d5;
}
.title-box{
    padding: 0px 50px;
}
.title-box span.button:hover{
	background-color: #2474a5;
}
.title-box span.button:hover a{
	color: #fff;
	text-decoration: none;
}
.title-box span.button{
    margin-top: 6px;
    margin-left: 20px;
	background-color: transparent;
	border-color: #2474a5;
	color: #2474a5;
	font-size: 14px;
	font-weight: 400;
	width: 150px;
    letter-spacing: 3px;
    vertical-align: top;
}
.title-box span.button a{
    color: #2474a5;
}
.pad-top-100{
	padding-top: 100px !important;
}

.form-block .field.full {
    float: left;
}

.form-block.attribute-select {
    border-color: #EEE;
}
.form-block.attribute-select label {
    font-size: inherit;
}

/* Popup Overlay */
.popup-overlay {
    display: none;
	width: 800px;
	background-color: #FFF;
	padding: 30px;
	box-sizing: border-box;
    box-shadow: 0 5px 25px rgba(0,0,0,0.2), 0 1px 3px rgba(0,0,0,0.2);
}
.popup-overlay .popup-close-corner {
	background-color: #ccc;
	border-radius: 100%;
	padding: 6px 12px;
	position: absolute;
	top: -10px;
	right: -10px;
    text-decoration: none;
    color: #000;
}
.popup-overlay .popup-close-corner:hover {
	background-color: #B81B1E;
    color: #FFF;
}

.popup-overlay#purchase-confirm-popup {
    max-width: 90%;
    width: 600px;
    padding: 40px 20px;
}
.popup-overlay#purchase-confirm-popup .heading {
    margin-bottom: 0;
}
.popup-overlay#purchase-confirm-popup .sub-heading {
    color: #37A4D2;
}
.popup-overlay#purchase-confirm-popup a.button {
    margin: 0 20px;
    padding: 10px 20px;
    min-width: 80px;
    border-width: 2px;
    background-color: #397FAB;
    border-color: #397FAB;
    color: #FFF;
}
.popup-overlay#purchase-confirm-popup a.button:hover {
    background-color: #FFF;
    color: #397FAB;
}
.popup-overlay#purchase-confirm-popup a.button.grey {
    border-color: #aaa;
    background-color: #FFF;
    color: #aaa !important;
}
.popup-overlay#purchase-confirm-popup a.button.grey:hover {
    background-color: #aaa;
    color: #FFF !important;
}

.form-block .field p.field-val {
    margin-top: 5px;
}

/* Collapsable Group */
.collapse-group .collapse-header {
    margin: 10px 0;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(to bottom, #333, transparent);
    padding: 20px 30px;
    position: relative;
}
.collapse-group .collapse-header h2 {
    margin: 0px;
    transition: all 0.2s;
}
.collapse-group .collapse-header:hover h2 {
    color: #FFE98F;
}
.collapse-group .collapse-header .col:last-child p {
    display: table;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #333;
    margin: 0 0 0 auto;
}
.collapse-group .collapse-body {
    display: none;
    border-top: 1px solid #333;
    background-color: #444;
    padding: 10px;
    border-radius:5px;
}
.collapse-group .collapse-body .form-block {
    padding: 20px;
    border-radius: 5px;
    background: #222;
}
.collapse-group.horse-details{
    position: relative;
    box-shadow: 3px 3px 0px 0px rgba(55,138,184,0.4);
	transition: all 0.2s ease-out 0s;
    border-radius: 5px 5px 2px 2px;
}
.collapse-group.horse-details:hover .collapse-header{
    background-color: #132349;
    border-color: #132349;
}
.collapse-group.horse-details .collapse-header,
.collapse-group.horse-details .collapse-body{
    background: none;
    border-radius: 5px;
}
.collapse-group.horse-details .collapse-body{
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #fbfbfb;
}
.collapse-group.horse-details .collapse-header{
	transition: all 0.2s ease-out 0s;
    margin: 0;
    /*background-color: #2c93be;*/
    background: linear-gradient(to left, rgba(19,35,73,1) 0%, rgba(44,147,190,1) 50%, rgba(44,147,190,1)) !important;
    padding: 5px 10px;
    border-radius: 5px 5px 2px 2px;
}
.collapse-group.horse-details .collapse-header h3::after {
    font-family: "Font Awesome 5 Pro";
    content: '\f063';
    position: absolute;
    right: 5px;
    top: 8px;
/*	-webkit-animation: ping 0.8s ease-in-out infinite both;
	        animation: ping 0.8s ease-in-out infinite both;
	-webkit-animation: blink-1 2.6s ease-in-out infinite both;
	        animation: blink-1 2.6s ease-in-out infinite both;
	-webkit-animation: animationFrames linear 1.5s infinite forwards;
	        animation: animationFrames linear 1.5s infinite forwards;*/
}
.collapse-group.horse-details .collapse-header h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}
.collapse-group.horse-details .collapse-body h3 {
    font-size: 20px;
    margin: 0 0 6px;
}
.collapse-body ul.price-details > li{
    font-size: 18px;
    list-style: none;
    margin: 0 0 10px;
    color: #132349;
    font-weight: 600;
    letter-spacing: 1px;
}
ul.price-details > li{
    text-transform: uppercase;
}
ul.price-details > li span{
    font-weight: 900;
    color: #2c93be;
    font-size: 16px;
    position: relative;
    font-family: brandon-grotesque, sans-serif;
}
ul.price-details > li span i{
    padding-right: 20px;
    padding-left: 9px;
    position: relative;
    z-index: 1;
    color: #fff;
}
ul.price-details > li span::before{
    content: '';
    background: url("images/bg-icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: -1px;
    display: inline-block;
    width: 35px;
    height: 35px;
}
.product-page h1 {
    display: inline-block;
}
.product-page .product-title-extra {
    display: inline-block;
    margin-left: 20px;
}
.search-box .form-block .field{
    border: 3px solid #2c93be;
    border-radius: 12px;
}
.search-box .form-block .field input,
.search-box .form-block .field button{
    background-color: #fff;
    color: #2c93be;
    display: table-cell;
    vertical-align: middle;
    border-radius: 15px;
}
.search-box .form-block .field input{
    padding: 8px !important;
    font-weight: 500;
    letter-spacing: 0;
}
.search-box .form-block .field button{
    border: none;
    padding: 0 !important;
    padding-right: 10px !important;
    margin: 0;
    text-align: right;
}
.search-box .form-block .field button:hover{
    background-color: transparent;
    color: #333;
}
.sidebox .links li > a{
    color: #2c93be;
    font-weight: 400;
}
.form-block.filter .field input{
    padding: 4px 8px;
    font-size: 15px;
    border: none;
    border-radius: 0 15px 15px 0;
    background-color: #2C92BD;
}
.panel-header.horses ul{
    display: table;
    width: 100%;
}
.panel-header.horses ul > li{
    display: inline-block;
    width: 48%;
    padding: 10px 0;
    font-size: 0.9rem;
    margin-right: 10px;
    vertical-align: top;
    line-height: 2rem;
}
.panel-header.horses ul > li span{
    font-weight: 900;
    font-size: 0.9rem;
    color: #2c93be;
    position: relative;
    font-family: brandon-grotesque, sans-serif;
    letter-spacing: 1px;
}
.panel-header.horses ul > li span i{
    padding-right: 20px;
    padding-left: 9px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.panel-header.horses ul li span::before{
    content: '';
    background: url("images/bg-icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    left: -1px;
    display: inline-block;
    width: 32px;
    height: 35px;
}
.icon{
    position: relative;
    padding-left: 65px;
}
.icon::before{
    content: '';
    background-size: contain;
    position: absolute;
    top: -5px;
    left: -1px;
    display: inline-block;
    width: 50px;
    height: 50px;
}
.icon.shares-cost::before{
    background-image: url("images/icon-share-cost.png");
}
.icon.horse-cost::before{
    background-image: url("images/icon-horse-cost.png");
}
hr{
    border-bottom: 2px solid #eee;
}
.box hr{
    margin: 15px 0;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-bottom-15{
    margin-bottom: 15px;
}


/*FIXED FORM RIGHT*/
.form-fixed-right > a {
    background-color: #132349;
    display: flex;
	align-items: center;
	justify-content: center;
    position: absolute;
    top: calc(50% - 20px);
    left: -20px;
	height: 40px;
	width: 40px;
	cursor: pointer;
    color: #fff !important;
    border-radius: 100%;
	transition: all 0.15s ease-out 0s;
}
.form-fixed-right > a:hover {
    color: #2c93be !important;
	text-decoration: none;
}
.form-fixed-right.toggle > a {
    transform: rotate(-180deg);
	transition: all 0.5s ease-out 0s;
}

.form-fixed-right {
    position: fixed;
    width: 250px;
    max-width: 100%;
    top: 50%;
    right: 0;
	padding: 10px;
    z-index: 100;
	transform: translateY(-50%);
    border-radius: 5px 0 0 5px;
	transition: all 0.5s cubic-bezier(0.17, 0.02, 0.21, 0.98) 0s;
	background-color: #132349;
	background: linear-gradient(145deg, #132349 50%,#1e3774 100%) !important;
}
.form-fixed-right.toggle {
    right: -235px;
}

.form-fixed-right .form_subcaption {
    border: none;
    /* background: linear-gradient(to left, #132349,#2c93be) !important; */
	background: transparent !important;
    color: #fff;
    font-size: 20px;
	padding: 5px 5px 10px;
    margin: 0;
}

.form-fixed-right .form-block {
    background-color: transparent;
	border: none;
    padding: 5px;
}
.form-fixed-right .form-block form {
    display: flex;
	flex-direction: column;
}
.form-fixed-right .form-block form .field {
    display: block;
	float: none;
	padding: 6px 8px;
	text-align: left;
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0);
	background-color: rgba(255,255,255,0.1);
}
.form-fixed-right .form-block form .field:not(:last-child) {
	margin-bottom: 5px;
}
.form-fixed-right .form-block form .field label {
	color: #b1b9cd;
	font-size: 14px;
	font-weight: 400;
}
.form-fixed-right .form-block form .field p {
	color: #68cee4;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}
.form-fixed-right .form-block form .field input {
	max-width: unset !important;
	background-color: #fff;
	color: #132349;
	font-weight: 500;
	font-size: 18px;
	text-align: left;
	margin-top: 4px;
	padding: 10px 15px !important;
	border-radius: 5px;
	width: 100%;
}
.form-fixed-right .form-block form .field.submit {
	background-color: transparent;
	border:none;
	padding: 0;
	margin: 10px 0 0;
}
.form-fixed-right .form-block form .field button {
	width: 100%;
	margin: 0;
	border-radius: 5px;
	font-weight: 600;
	letter-spacing: 0;
	transition: all 0.15s ease-in-out;
}
.form-fixed-right .form-block form .field button:hover {
	color: #2c93be;
	background: #fff;
	border-color: #fff;
}
.form-fixed-right .form-block form .field button i {
	margin: 0 0 0 4px;
}

.form-fixed-right .form-block form .field .font-xtra-bold {
	font-weight: 500;
	color: #68cee4;
}
.form-fixed-right .form-block form .field .total-price,
.form-fixed-right .form-block form .field p strong,
.form-fixed-right .form-block form .field .monthly-price {
	font-size: 18px;
	font-weight: 600;
}
.form-fixed-right .form-block form .field .total-price,
.form-fixed-right .form-block form .field .monthly-price {
	color: #fff;
	font-weight: 700;
}

@media screen and (min-width:1400px) {
	.form-fixed-right {
		width: 280px;
		padding: 15px;
  	}
	.form-fixed-right.toggle {
		right: -265px;
	}
}
@media screen and (max-width:600px) {
	.form-fixed-right > a {
        top: -20px;
        left: calc(50% - 20px);
        transform: rotate(90deg);
        font-size: 1.4rem;
    }
    .form-fixed-right.toggle > a{
        transform: rotate(-90deg);
    }

	.form-fixed-right{
        width: 100%;
        bottom: 0;
		top: auto;
		transform: none;
		border-radius: 0;
    }
    .form-fixed-right .form-block form {
		flex-wrap: wrap;
		flex-direction: row;
		row-gap: 4px;
		column-gap: 4px;
	}
    .form-fixed-right .form-block form .field {
        flex: calc(33.333% - 4px) 1 1;
		margin: 0 !important;
    }
	.form-fixed-right .form-block form .field label {
		font-size: 13px;
		line-height: 1;
		margin-bottom: 2px;
	}
	.form-fixed-right .form-block form .field input,
	.form-fixed-right .form-block form .field p,
	.form-fixed-right .form-block form .field .total-price,
	.form-fixed-right .form-block form .field p strong,
	.form-fixed-right .form-block form .field .monthly-price {
		font-size: 16px;
	}
    .form-fixed-right .form-block form .field.qty-shares {
		order: -1;
		flex: 100% 1 1;
    }
    .form-fixed-right .form-block form .field.submit {
		flex: 100% 1 1;
    }

    .form-fixed-right.toggle{
        right: 0%;
        transition: all 0.5s ease-out 0s;
    }
	.form-fixed-right.toggle .form_subcaption {
		padding-bottom: 5px;
	}
    .form-fixed-right.toggle .form-block.attribute-select {
        display: none;
    }
}
@media screen and (max-width:600px) {
	.form-fixed-right .form-block form .field {
		flex: calc(50% - 4px) 1 1;
		margin: 0 !important;
	}
}


/*Misc*/
.box{
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
}
.share-price-1,
.monthly-maintain-cost-1,
.total-price,
.monthly-price{
    font-weight: 800;
    font-size: 20px;
    color: #2c93be;
}
.font-xtra-bold{
    font-weight: 800;
}
.product-box > li .box .title a{
    color: #2C92BD;
    font-weight: 800;
}
.title.result p{
    display: block;
    width: 100%;
    text-align: left;
    color: #2c93be;
    margin: 10px 0 8px 0;
    position: relative;
    font-weight: š00;
}
.title.result p:before{
    content: '';
    background: url("images/bg-icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: -5px;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.title.result p i {
    padding-right: 20px;
    padding-left: 7px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.product-box .options-price,
.product-box .options-stock{
    color: #2c93be;
    font-weight: 700;
    min-height: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 0 5px;
}
.product-box .options-stock{
    background-color: #2C93BE;
    color: #fff;
    border-radius: 15px;
}
.ratio{
    background-color: #fff;
    color: #2c93be;
    font-size: 0.8rem;
    padding: 2px 5px 2px 10px;
    border-radius: 20px;
    letter-spacing: 2px;
    position: relative;
    top: -1px;
}
/*Spec List*/
ul.spec-list {
	overflow:hidden;
	list-style:none;
	margin:1em 0 0;
}
ul.spec-list li p {
	float:left;
	width:30%;
    margin: 0.5rem 0 !important;
	transition: all 0.5s ease-out 0s;
}
ul.spec-list li p.value {
	width:70%;
}
ul.spec-list li p.label {
	color:#2c93be;
	font-weight:300;
}
ul.spec-list li {
	overflow:hidden;
	border-bottom:1px dotted #eee;
}
ul.spec-list li:hover {
	border-bottom:1px solid #eee;
}
ul.spec-list li:hover p{
    font-weight: 600;
}
ul.spec-list li:first-child {
	border-top: 0;
}
ul.spec-list li:last-child {
	border-bottom:none;
}
/******RESPONSIVE OVERRIDE*****/
@media screen and (max-width:1800px) {
	.navigation{
		padding-right: 0;
    }
}
@media screen and (max-width:1600px) {
	.frame{
		width: 100%;
	}
    .header .frame,
    .footer .frame{
        width: 90%;
    }
    .footer > .frame > .coltable > .col{
        width: auto;
    }
    .title-box{
        padding: 0;
    }
    .panel-header.horses ul > li{
        width: 100%;
        margin-right: 0;
    }
	ul.menu ul {
		left: unset;
		right: 0;
	}
}
@media screen and (max-width:1200px) {
    .logo{
        margin-top: 0;
    }
    ul.menu{
        width: unset;
    }
    iframe {
		width:100% !important;
	}
	.section-feature.sf-about,
	.section-feature.sf-gift,
	.section-feature.sf-party {
		padding-left: 20px;
		padding-right: 20px;
	}
	.mobi-box {
		padding: 20px;
		box-sizing: border-box;
		border-radius: 20px;
		background-color: rgba(255,255,255,0.8);
		color: #000;
	}
	.mobi-box .h2,
	.mobi-box .h3,
	.mobi-box a,
	.mobi-box p {
		color: #000 !important;
		text-shadow: none !important;
		border-color:#000 !important;
	}
	.section-feature.sf-party,
	.section-feature.sf-about {
		background-position: left top;
	}
    .footer > .frame > .coltable > .col{
        width: 100%;
        display: block;
    }
    .copyright{
        text-align: center;
    }
    .section-promo .pb-column:first-child{
        padding: 0 20px;
    }
}
@media screen and (max-width:1000px) {
    .popup-overlay {
		width:80%;
	}
    .product-page h1 {
        display: block;
    }
    .product-page .product-title-extra {
        display: block;
        margin-left: 0;
    }
    .section-share,
    .section-form{
        padding: 20px !important;
    }
    .share-block img{
        position: relative;
        top: 0;
    }
    .section-promo .button-wrapper,
    .promo-block{
        position: relative;
        top: unset;
        left: unset;
        margin-right: unset;
        transform: none;
        margin-top: 100px;
    }
    .pb-section-column-4 .pb-column{
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }
    .section-blocks{
        padding: 50px 0 !important;
    }
    .coltable.page-structure > .col.col-sidebox.col-sidebox-left{
        padding: 0 20px;
    }
    .coltable.page-structure > .col.col-sidebox,
    .coltable.page-structure > .col.col-body.pro-main{
        width: 100%;
        display: block;
        padding: 0 20px;
    }
    .sidebox.sidebox-search .sidebox-top{
        display: none;
    }
    .sidebox .links li{
        width: auto;
        display: inline-block;
    }
    .sidebox .links li > a{
        font-family: brandon-grotesque, sans-serif;
        background-color: #2c93be;
        border: 2px solid rgba(55,138,184,0.2);
        color: #fff;
        text-transform: uppercase;
        padding: 8px 20px;
        border-radius: 8px;
    }
    .product-box > li{
        width: 50%;
    }
}
@media screen and (max-width:900px) {
    .header{
        background-size: cover;
    }
    .header .frame{
        width: 100%;
    }
    .header .coltable > .col{
        width: 100%;
        display: block;
    }
    .logo{
        display: block;
        margin: 0 auto;
        background-position: center;
    }
    .navigation{
        z-index: 100;
        position: relative;
        background:rgba(19,35,73,0.6) !important;
        border: none !important;
    }
    .navigation-bottom{
        text-align: center;
        padding: 10px 0;
        margin-top: 0;
    }
    .header{
        background: url(images/backgrounds/bg-tiles.png) repeat-y, linear-gradient(to top, #fff,#2c93be) !important;
    }
    ul.menu{
        margin: 0 auto;
    }
}
@media screen and (max-width:800px) {
	.h2, h2, .h3, h3 {
		font-size: 22px;
	}
	.section-feature.sf-gift .h2, .section-feature.sf-party .h2 {
		font-size: 32px;
		line-height: 30px;
		color: #90469b !important;
	}
	.banner h2, .banner .h2,
	.banner h1, .banner .h1 {
		font-size: 24px;
		line-height: 24px;
		margin: 0 0 5px;
	}
	.banner .bt {
		transform: scale(0.6,0.6);
	}
	.section-feature.sf-gift {
		background-size: cover;
	}
    body.maintenance .column.w4 {
        width: 50%;
    }
    .popup-overlay {
		width:95%;
		margin-top: 10px;
	}
    .collapse-body > .coltable.col2 > .col {
        display: block;
        width: 100%;
        padding: 5px 0;
    }
	.footer {
        padding-bottom: 0 ;
		text-align: center;
	}
	.footer .break {
		margin-left: auto;
		margin-right: auto;
	}
	.footer .h4 {
		margin-top: 40px;
	}
	.footer .coltable .col:first-child .h4 {
		margin-top: 0;
	}
	.footer .foot-product-wrap {
		width: 75%;
		margin: 0 auto;
	}
    .footer .coltable .col{
        width: 100%;
        display: block;
        padding-bottom: 20px;
    }
    .footer .foot-menu{
        padding-right: 0;
    }
    .footer > .frame > .coltable > .col{
        padding: 0;
    }
    .copyright{
        padding: 30px 10px;
    }
    .col-horse-details > .col{
        width: 100% !important;
        display: block;
    }
    ul.menu li:not(:first-child) .menulink{
        text-align: left;
        padding: 10px;
        background-color:rgba(19,35,73,0.9);
    }
    ul.menu ul.children-menu{
        display: block !important;
        height: auto !important;
        position: relative;
        opacity: 1;
        top: 0;
    }
    ul.menu ul.children-menu li{
        background-color:rgba(19,35,73,0.6);
    }
    ul.menu ul li a{
        text-align: left;
        padding: 5px 10px;
        font-size: 0.8rem;
    }
    ul.menu ul li a::before{
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        position: relative;
        padding: 10px;
    }
}
@media screen and (max-width:600px) {
    .logo{
        min-width: 250px;
        max-width: 250px;
    }
    .navigation-bottom .button:first-child{
        display: table;
        margin: 0 auto 10px;
    }
    .copyright img{
        width: 100%;
    }
	.section-feature.sf-gift,
	.section-feature.sf-party {
		text-align: center;
	}
	.section-feature.sf-about {
		background-size: contain;
	}
	body.maintenance .column.w4 {
        width: 90%;
    }
    .popup-overlay#purchase-confirm-popup a.button {
        padding: 10px;
        min-width: 60px;
        margin: 0 10px;
    }
    .collapse-header .coltable.col2 > .col {
        display: table-cell;
        width: 50%;
    }
    .collapse-group .collapse-body .form-block,
    .collapse-group .collapse-body {
        padding: 10px;
    }
    .collapse-body .grid-table thead {
        display: none;
    }
    .collapse-body .grid-table tr {
        display: table;
        width: 100%;
        border-radius: 6px;
        background-color: #e3e3e3;
        padding: 0;
        margin: 10px 0;
        border-collapse: separate;
        border-spacing: 0px;
    }
    .collapse-body .grid-table tr td {
        display: block;
        border: none;
        border-right: none;
        background-color: #eee;
        text-align: center !important;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding: 10px 30px;
        width: 100%;
    }
    .collapse-body .grid-table tbody tr td:first-child {
        background-color: #ddd;
        border-radius: 5px 5px 0 0;
        font-size: 14px !important;
        line-height: 14px;
        clear: both;
    }
    .collapse-body .grid-table tbody tr td:last-child {
        background-color: #ddd;
        border-radius: 0 0 5px 5px;
        font-size: 12px !important;
        border-top: 1px solid #ccc;
        line-height: 12px;
        color: #777;
        clear: both;
    }
    .collapse-body .grid-table tbody tr td::after {
        position: absolute;
        font-family: "Font Awesome 5 Pro";
        transform: translate(-50%, -50%);
        left: 18px;
        top: 50%;
        color: #999;
        font-size: 18px;
        font-weight: 500;
    }
/*    .collapse-body .grid-table.share-table tbody tr td:nth-child(3)::after {content: "Amount";}
    .collapse-body .grid-table.share-table tbody tr td:nth-child(4)::after {content: "Value";}
*/
    .collapse-body .grid-table tbody tr td:nth-child(2) {border-right: 1px solid #ccc;}
    .collapse-body .grid-table tbody tr td:nth-child(2),
    .collapse-body .grid-table tbody tr td:nth-child(3) {
        border-bottom: none;
        display: inline-block;
        float: left;
        width: 50%;
    }
    .collapse-body .grid-table td::before {
        content: attr(data-label);
        display: block;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
    }
    .collapse-body .history-table tbody tr td:nth-child(2),
    .collapse-body .history-table tbody tr td:nth-child(3){
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .ratio{
        position: relative;
    }
    .product-box > li{
        width: 100%;
    }
}
@media screen and (max-width:400px) {
    .product-box li .title a {
        font-size: 1.6rem;
    }
    .search-box .form-block .field input{
        width: 80% !important;
    }
}
