/** 
 *  Master Slider
 * 	Core css file
 */

.master-slider{
	position: relative;
	visibility: hidden;
	-moz-transform: translate3d(0 , 0 , 0);
}

.master-slider a { 
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.master-slider, .master-slider * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.master-slider.before-init{}

.master-slider.ms-fullheight{height: 100%;}

.ms-layout-partialview .ms-view {
	overflow: visible;
	background-color:transparent;
}

.ms-layout-partialview .ms-container { overflow: hidden; }

.master-slider img, .ms-slide-bgvideocont video {max-width:none;}

.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}

.ms-loading-container{
	position:absolute;
	width:100%;
	top:0;
}

.ms-slide-auto-height { display: table; }

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
	width: 36px;
	height: 36px;
	background: url(../images/loading-2.gif) no-repeat center white;
	border-radius: 60px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px;
	opacity: 0.9;
}


/* grab cursor */
.ms-no-swipe, .ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url(../images/grab.png), move;}
.ms-grabbing-cursor{cursor: url(../images/grabbing.png), move;}
.ms-ie .ms-grab-cursor{cursor: move;}
.ms-ie .ms-grabbing-cursor {cursor: move;}

.ms-view { 
	margin:0px auto;
	overflow:hidden;
	background:black;
	position:relative;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.ms-view .ms-slide-container{position:relative;}

.ms-slide {
	position:absolute;
	-webkit-transform: translateZ(0px);
	-moz-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;

	height:100%;
}

.ms-slide.selected {}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
	position: absolute;
	overflow:hidden;
	width: 100%;
}

.ms-slide .ms-slide-bgvideocont{
	z-index: 105;
	height: 100%;
}

.ms-slide .ms-slide-bgvideocont,
.ms-slide-bgvideocont>video{
	-webkit-transform: translateZ(0.3px);
	-moz-transform: translateZ(0.3px);
	-ms-transform: translateZ(0.3px);
	-o-transform: translateZ(0.3px);
	transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo{
	position: absolute;
	top: 0px;
}


.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.ms-slide .ms-layer{position:absolute;}

.ms-slide .ms-slide-layers{
	position: absolute;
	overflow:hidden;
	width:100%;
	height: 100%;
	z-index: 110;
	top:0px;
}

.ms-slide .ms-slide-video{
	position:absolute;
	top:0;
	z-index: 111;
	background:black;
	padding:0;
	margin: 0;
	border: none;
}

.ms-parallax-layer {
	width: 100%;
	position: absolute;
	top: 0;
}

.ms-scroll-parallax-cont{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateZ(0.4px);
	-moz-transform: translateZ(0.4px);
	-ms-transform: translateZ(0.4px);
	-o-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
 }

.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{
}

.ms-scroll-parallax .ms-slide-bgcont{
}
 
/*-----------------------------------------------------------*/
.ms-action-layer{cursor: pointer;}
.ms-btn-container{position: absolute;}
.ms-btn {
	text-decoration: none;
	display: inline-block;
	color:black;
	position: relative;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
}

.ms-default-btn{
	background: #0074A2;
	border-radius: 5px;
	color: #FFF;
}
.ms-default-btn:hover{background-color: #0098D5;}
.ms-default-btn:active{top:1px;}

.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
	padding:0;
	margin: 0;
	border: none;
	position: absolute;
	z-index: 110;
}

.ms-btn-s{
    padding: 14px 17px;  
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m{
    padding: 12px 40px;
}

.ms-btn-n{
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l{
    padding: 17px 50px;  
    font-size: 120%;
}

.ms-btn-box{}
.ms-btn-round{border-radius: 5px;}
.ms-btn-circle{border-radius: 100px;}
.ms-btn-outline-box{}
.ms-btn-outline-round{border-radius: 5px;}
.ms-btn-outline-circle{border-radius: 100px;}
/*-----------------------------------------------------------*/

.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
	padding:0;
	margin: 0;
	border: none;
	position: absolute;
	z-index: 110;
}

.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
	position:absolute;
	cursor: pointer;
	z-index: 110;
}

.ms-slide .ms-slide-vcbtn{
	position:absolute;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile{
	position: relative;
	bottom: 0;
	left:0;
	width:100%;
	height: 28px;
	background-color: black;
	color: white;
	text-align: center;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(../images/video-close-btn.html) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-slide .ms-slide-vcbtn,
.ms-slide .ms-slide-layers,
.ms-slide .ms-slide-vpbtn,
.ms-slide .ms-slide-video {
	-webkit-transform: translateZ(0.44px);
	-moz-transform: translateZ(0.44px);
	-ms-transform: translateZ(0.44px);
	-o-transform: translateZ(0.44px);
	transform: translateZ(0.44px);
}

.ms-video-img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.ms-mask-frame{
	overflow:hidden;
	position:absolute;
	float:left;
}

/* controls */

.ms-thumb-list{
	overflow:hidden;
	position:absolute;
}

.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
	cursor: pointer;
	float: left;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }

.ms-tabs .ms-thumb-frame {
	background-color: #F6f6f6;
	text-shadow: 0 1px 1px white;
	color: #222;
	border: solid 1px white;
	border-width: 0 1px 1px 0;
	overflow: visible;
	position: relative;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;}
.ms-tabs.ms-dir-h.ms-align-top {z-index: 140;} 
.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame{margin-top: -12px;} 
.ms-tabs .ms-thumb{padding: 20px 20px;}
.ms-tabs .ms-thumb-frame-selected {	opacity: 1; background: #EDEDED;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
	top: 0px;
    left: 50%;
    margin-left: -12px;
	border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	top:-12px;
	border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
	bottom: 0px;
	top:auto;
	border-bottom:0px;
	border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	bottom:-12px;
	border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
	top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	left:-12px;
	border-right-color:#EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	right:-12px;
	border-left-color:#EDEDED;
}


.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 70px;
	right: 50%;
	width: 100px;
}

.ms-bullets.ms-dir-v {
	position: absolute;
	top:50%;
}

.ms-bullets.ms-dir-v .ms-bullet{
	float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
	left: 10px;
	right: 10px;
	top: 5px
}

.ms-sbar.ms-dir-v {
	top: 10px;
	bottom: 10px;
	right: 5px
}

.ms-sbar .ms-bar {
	height: 4px;
	background: #333;
	border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {	width: 4px;}

.ms-sbar .ms-bar{
	position:relative;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.ms-timerbar {
	width: 100%;
	bottom: 0px;
	position: absolute;
}

.ms-ctimer {
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
}

.ms-ctimer-bullet {}

.ms-time-bar{
	-webkit-transition: width 120ms linear;
	-moz-transition: width 120ms linear;
	-ms-transition: width 120ms linear;
	-o-transition: width 120ms linear;
	transition: width 120ms linear;

}

.ms-ie7 .ms-tooltip-arrow{
	height:0px;
}

.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}
.ms-slide-info.ms-dir-h {width:100%;}

@keyframes point-anim{
	0% 		{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
	100% 	{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}

@-webkit-keyframes point-anim{
	0% 		{-webkit-transform: scale(0.5); opacity: 1; }
	100% 	{-webkit-transform: scale(1.5);	opacity: 0; }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}
.ms-fullscreen-template .slide-pattern{
	background: url(../images/pattern.png) scroll;
	width: 100%;
	height: 100%;
	z-index: 8;
	-webkit-transform: translateZ(0.4px);
	-moz-transform: translateZ(0.4px);
	-ms-transform: translateZ(0.4px);
	-o-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
	position: absolute;
	top: 0;
}

.ms-layer.bold-text-white{
	color: #FFF;
	
	font-weight: 900;
	font-size: 85px;
	text-shadow:-1px 1px black;
	margin: 0;
}

.ms-layer.thin-text-white{
	color: #FFF;
	background: rgba(0, 0, 0, 0.72);
	font-size: 77px;
	font-weight: 100;
	padding: 20px 25px;
	margin: 0;
	text-shadow: -1px 1px #000;
}

.ms-layer.thin-text-black{
	color: black;
	font-size: 77px;
	font-weight: 100;
	background: rgba(255, 255, 255, 0.78);
	padding: 20px 25px;
	margin: 0;
	text-shadow: -1px 1px rgba(255, 255, 255, 0.51);
}


.slide-1 .captiontext {
	color: #FFF;
	top: 41% !important;
	margin-top: 100px;;
	left: 256px;
	font-weight: 300;
	padding: 20px;
	text-align: center;
	width: 46%;
	font-size: 25px;
	border: solid 2px #FFF;
	text-shadow: -1px 1px #000;
}

.slide-1 .bigtext {
	top: 42% !important;
	width: 100%;
	text-align: center;
}

.slide-2 .blacktext {
	top: 43% !important;
	left: 16% !important;
}

.slide-2 .whitetext {
	top: 43% !important;
	left: 54% !important;
}

.slide-3 .bigtext {
	width: 100%;
	text-align: center;
	top: 50% !important;
}

.slide-3 .blacktext {
	left: 27% !important;
	top: 50% !important;
	padding: 7px 20px;
	margin-top: -10%;
}

.slide-4{
	color:white;
	text-shadow: -1px 1px black;
}

.slide-4 .box{
	left: 60px;
	top: 40% !important;
	width: 46%;
	padding-bottom: 18% !important;
	background: rgba(0, 0, 0, 0.72);
}

.slide-4 .small-text {
	margin: 0;
	top: 40% !important;
	font-weight: 300;
	left: 82px;
	padding: 0;
	margin-top: 16px;
}

.slide-4 .medium-text {
	font-weight: 100;
	top: 40% !important;
	font-size: 77px;
	left: 73px;
	margin: 0;
	padding: 0;
	margin-top: 25px;
}

.slide-4 .big-text{
	font-weight: 900;
	left: 77px;
	top: 40% !important;
	padding: 0;
	font-size: 80px;
	margin: 0;
	margin-top: 90px;
}

.slide-5 .video-caption {
	color: #FFF;
	border: solid 4px #FFF;
	padding: 12px 10px;
	width: 71%;
	left: 106px;
	font-weight: 600;
	text-align: center;
	font-size: 52px;
	top: 44% !important;
}
/*-------------------------------------------------------
COLOR DEFINITION
--------------------------------------------------------*/

/*---------- Background Color ------------*/
.hps-title4,
.man-girl, 
.box-left .icon .fa,
.box-right .icon .fa,
.about-bottom-title h4, 
.news-date, 
.parallax-background-overlay,
.month, 
.our-pricing, 
.content-our-team.our-team-tabs .our-team-pane,
.content-our-team.our-team-tabs .our-team-nav > span.our-team-current,
.background-overlay,
.classes-content .filter.is-checked,
.price-table-content,
.btn-submit,
.shop .price-table-content a,
.arrows .fa,
.actions,
.img-box-right,
.event-month,
.gallery .title-gallery,
.icon-block .fa,
.tab-history .our-team-nav span.our-team-current:before,
.categories .filter.is-checked,
.class-trainer-title,
.class-info-title,
.comments-title,
.btn-submit,
.img-trainers,
.profile-title,
.experience-spoiler-opened .experience-details-title,
.progress-indicator .bg-red,
.skill-percent,
.parallax-col .parallax-row .thumb:after,
.page-product .product-image-wrapper .new-label,
.page-product .product-filter,
.page-product .product-categories,
.page-product .pages ol li.current a,
.product-detail .product-collateral > ul li.ui-state-active a,
.product-cart .cart .cart-collaterals .title,
.product-check-out .checkout .checkout-row .title,
.calendar-title,
.mini-cart .check,
.calendar-day > div,
.menu-sidebar,
.menu-wrap,
#open-button,
.quickview-box .quickview-close,
.headding-content .icon-headding .fa,
.ms-skin-default .ms-bullet-selected,
.header-option .header-container-3 .shopping-cart i, .header-option .search i,
.product-essential .add-to-box .link-wishlist,
.ch-info .ch-info-back,
.shopping-cart:hover  i, .search:hover  i ,
.timetable-top .timetable-cont:hover .table:before,
.sevices-wapper:hover
.content-our-team.our-team-tabs .our-team-nav > span:hover,
.classes-content .filter:hover, 
.price-tb:hover .plan,
.shop .price-table-content:hover,
.product-content  .info-products:hover, 
.our-trainers .info-products:hover,
#copyright:hover,
.menu-about ul li a:hover,
.tab-history .our-team-nav span:hover:before,
.banner-details .carousel-control span:hover,
.course:hover,
.product-content  .info-products:hover, .our-trainers .info-products:hover,
.load-more:focus,
.page-product .pages ol li a:hover
.product-detail .product-collateral > ul li a:hover,
.calendar-date ul li:hover,
.event-listing-grid .info-products:hover,
.event-listing .news-item-inner:hover,
.tags-blog a:hover,
.icon-blog .icon a:hover,
.social_icon a:hover ,
.product-list-row .actions-box ul li a:hover,
.content-our-team.our-team-tabs .our-team-nav > span:hover, .content-our-team.our-team-tabs .our-team-nav > span.our-team-current,
.pages .current a,
.related-post-list a:before,
.headding-content .icon-headding,
.calendar-details .info-products,
.page-product .pages ol li.current a,
.page-product .pages ol li a:hover,
.product-essential .add-to-box .link-wishlist:hover,
.product-essential .tags-list ul li a:hover,
.product-essential .social-icon ul a:hover,
.product-detail .product-collateral > ul li a:hover,
.product-detail .product-collateral > ul li.ui-state-active a,
.categories .filter:hover, .categories .filter.is-checked,
.class-trainer-content .profile:hover,
.header-option .shopping-cart i, .header-option .search i,
.sevices-wapper:hover,
.boxing-page .header-container .logo,
.panel-tools .panel-button,.panel-tools  .layout-setting button.active,.reset-button button,
.masonry-small,
.icon-sport,
.footer-store,
#copyright.copyright-store,
.btn-store a,
.sub-title:hover,
.icon-cart, .icon-wishlist,
.product-image-wrapper:hover .product-content  .info-products, 
.product-image-wrapper:hover .our-trainers .info-products,
.my-cart, .my-wishlist,
.bag-cart .check, 
.ms-thumb-frame-selected .sub-title,
.title-match > h3,
.league-top .number,
.btn-store.shop-now a, 
.sport-club .logo a
{
	background: none repeat scroll 0 0 #ffcb06;
}
/*---------- End Background Color ------------*/

/*---------- Text Color ------------*/

.news-title a,
.our-pricing-title h2,
.our-pricing-title h3,
.footer-title h4,
.text-box h5,
.success p span,
.box-details a,
.headding-content span,
.special-price,
.index-white .back-to-top a,
.breadcrumbs ul,
.about-details-title,
.course a,
.content-cmt .name-cmt,
.product-popular ul li .info-products .price-box,
.footer-right .line1 a,
.product-essential .cat-list ul li a,
.product-check-out .checkout .checkout-row .cart-total-item .price,
.product-cart .cart .cart-table .row-item .price-item .cart-price,
.calendar-date ul .calendar-note .calendar-day,
.calendar-note .calendar-slide li a, .more,
.popular-event .news-date,
.created-by span, .category-name a,
.created-by span, .category-name a,
.megamenu ul.nav-menu > li:hover a,
.megamenu .nav-menu > li ul.child-nav li > a:hover,
.join a:hover,
.timetable_details a:hover,
.timetable-content .octember .icon-wrap:hover,
.news-title a:hover,
.success a:hover,
.index-white .back-to-top a:hover,
.history-skill li:hover,
.share .social-icon a:hover,
.page-product .product-filter a:hover,
.calendar-title .circle:hover,
.timetable-content .octember .icon-wrap:hover,
.popular-event .latest-news-item:hover .news-title a,
.product-detail .product-collateral .box-collateral ul li:before,
.product-essential .meta-box .rating-box .rating,
.breadcrumbs .home a, .breadcrumbs .category-1 a,
.blog-title a:hover,
.popular-event-details .news-day, .popular-event-details .news-month,
.related-post-list a:hover,
.content-cmt span a,
.event-listing .news-time .open-time:before,
.event-listing .news-time .event-text:before,
.product-cart .cart .cart-collaterals .cart-total-item .price,
.rating span,
.info-content  a:hover,
.icon-next a,
.popular-title .next .icon-wrap:hover,
.sport-content .read-more a,
.bag-cart .info-products .price-box,
.menu-store ul.nav-store > li a:hover,
.text-sport p:last-child,
.league-2.league-top,
.join a:hover, .watch-video a:hover,
.title-sport > a:hover,
.view-league > a:hover
{
	color: #ffcb06;
}

/*---------- End Text Color ------------*/

/*---------- Border Color ------------*/

.megamenu ul.nav-menu > li *:before, .megamenu ul.nav-menu > li:after
{
	border-bottom-color: #ffcb06;
}
.megamenu ul.nav-menu > li:before, .megamenu ul.nav-menu > li:after
 {
    border-bottom: 2px solid #ffcb06;
}
.header-container-2.reveal:not(.alt), .header-container-3.reveal:not(.alt)
 {
    border-bottom: 2px solid #ffcb06 !important;
}
.to-bottom:before {
  border-color: transparent transparent #ffcb06;
}
.class-info-title:before, .skill-percent:before{
  border-color: transparent transparent transparent #ffcb06;
}
.class-info-title:before, .skill-percent:before {
  border-left-color: #ffcb06;
}
.box-left .icon .fa:after, .box-right .icon .fa:after {
  border-top-color: #ffcb06;
}
.box-left .icon .fa:after, .box-right .icon .fa:after {
  border-color: #ffcb06 transparent transparent;
}
.img-box-right-border {
  border-left-color: #ffcb06;
  border-right: 0 solid #ffcb06;
}
.plan, .course, .shop .price-table-content a, .course:hover, 
.popular-title .next .icon-wrap:hover, .icon-next,
.sport-content .read-more a .fa{
  border: 2px solid #ffcb06;
}
.classes-content .filter.is-checked, .classes-content .filter:hover {
  border: 1px solid #ffcb06;
}
.header-container-2, .header-container-3 {
  border-bottom: 2px solid #ffcb06;
}
.archives-title span {
  border-bottom: 1px solid #ffcb06;
}
.blog-main .img-blog img {
  border: 4px solid #ffcb06;
}
.page-product .pages ol li.current a,
.page-product .pages ol li a:hover,
.panel-tools  .layout-setting button.active,.reset-button button{
    border-color: #ffcb06;
}
.popular-event .latest-news-item:hover, .product-popular ul li:hover{
    border-left:2px solid #ffcb06;
}
.page-product .product-image-wrapper .new-label:before {
  border-color: transparent transparent transparent #ffcb06;
}
.button-wrap .close-btn {
  background-color:#ffcb06;
}
.add-to-box .button {
  background-color:#ffcb06;
}
.product-cart .cart .cart-collaterals .cart-total .button,
.cart-collaterals .button, .checkout-row .button, .coupon .button, .btn-checkout{
  background-color:#ffcb06;
}
.footer-store .social_icon a {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/*---------- End Border Color ------------*/
