/*-------------------------------------------------------
[Table of contents]

1. Header
	+ Logo
	+ Navigation
		- mobile menu
		- mega menu
	+ Search & cart
	+ Header Option
	
2. Content
	+ Master slider
	+ Page title
	+ Man & Girl block
	+ Fit & Strong block
	+ About block
	+ Up Coming Event
	+ Pricing Table
	+ Training
	+ Time Table
	+ Our Price
	+ Athlete Class
	+ Our Success
	+ Facts
	+ Our Team
	+ Contact Form
	+ New Products
	+ Introduction
	+ Services
	+ News
	+ Shop-v2
	+ Collection
	+ Page Our Class
	+ Our Class Details
	+ Our Blog
	+ Blog Details
	+ Page Our Trainers
	+ Page Our Trainers Profile
	+ Page Our Pricing Table
	+ About Us
	+ Event Listing
	+ Event Listing Grid
	+ Calendar Full View
	+ Parallax Background
	+ Parallax Content	
	+ Product List
	+ Product List Row
	+ Product detail
	+ Product cart
	+ Product checkout
	
3. Panel
	+ Panel setting
	
4. Footer
	+ Copyrights 
	+ Social icons
	+ Back to top
	
5. Extra
	+ Coming soon page
	+ Welcome page	
	
--------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:700);
/*---------------------------------------------------
	COMMON STYLE
------------------------------------------------------*/
html body{
    font-size:12px;
    line-height:24px;
    font-weight:normal;
    font-family: 'Montserrat';
    background: none repeat scroll 0 0 #242424;
    color: #fff;
}
img{
    max-width:100%;
}

div a:focus{
    color: #fff;
    text-decoration: none;
    outline:none!important;
}
div a, div a:hover{
    color:#fff;
    text-decoration:none;
    font-family: 'Montserrat';
}
div a:hover{text-decoration:none;}
p, span{
    margin:0;
    font-family: 'Montserrat';
}
div{
    font-family: 'Montserrat';
}
p + p{
    margin-top:10px;
}
ul{list-style:none}

h1, .h1, h2, .h2, h3, .h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
div h1{
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

div h2{
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
div h3{
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
div h4{
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
div h5, h6{
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}
::-webkit-input-placeholder {
   color: rgb(80,80,80);
}

:-moz-placeholder { /* Firefox 18- */
   color: rgb(80,80,80); 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: rgb(80,80,80);
}

:-ms-input-placeholder {  
   color: rgb(80,80,80); 
}

.wrapper {
    position: relative;
}

/*---------------------------------------------------
	HEADER
------------------------------------------------------*/
.header{
	margin-bottom: 0;
}
#header {
  position: fixed;
  top: 0;
}
#header.reveal:not(.alt) {
    box-shadow: 0 5px 8px 5px rgba(0, 0, 0, 0.2);
    position:fixed;
    width:100%;
    top:0;
}
#header.reveal:not(.alt) {
    -webkit-animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
    -moz-animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
    -ms-animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
    -o-animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
    animation: reveal-header 1s cubic-bezier(0.005, 0.975, 0.73, 1);
    border:1px solid transparent;
    background:#0f0f0f;
}
.header{
    position:relative;
    width:100%;
    z-index:9999;
    background:#0f0f0f;

}
.header.header-container  {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
}
.page-category .header-container {
  background: none repeat scroll 0 0 #0f0f0f;
}

/*-- Logo --*/
.logo {
    padding: 0 !important;
}
.header-container .logo a {
    display: inline-block;
    margin: 30px 10px;
}

/*-- Navigation --*/

/* mobile menu */	
.menu-wrap{
    border:1px solid transparent;
    background:#C21A27;
    position:fixed;
    width:270px;
    height:100%;
    transition:transform ease 1s;
    -o-transition:-o-transform ease 1s;
    -ms-transition:-ms-transform ease 1s;
    -moz-transition:-moz-transform ease 1s;
    -webkit-transition:-webkit-transform ease 1s;
    transform:translateX(270px);
    -o-transform:translateX(270px);
    -ms-transform:translateX(270px);
    -moz-transform:translateX(270px);
    -webkit-transform:translateX(270px);
    right:0;
    top:0;
    margin-right:-18px;
    z-index:999999;
    overflow-y:scroll;
    padding:0 15px;
}
.show-menu .menu-wrap {
    transition:all ease 0.6s;
    -o-transition:-o-transform ease 0.6s;
    -ms-transition:-ms-transform ease 0.6s;
    -moz-transition:-moz-transform ease 0.6s;
    -webkit-transition:-webkit-transform ease 0.6s;
    transform:translateX(0);
    -o-transform:translateX(0);
    -ms-transform:translateX(0);
    -moz-transform:translateX(0);
    -webkit-transform:translateX(0);
}
.content-wrapper:before {
    background:rgba(0, 0, 0, 0.5);
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity:0;
    transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    width: 0;
    z-index: 10000;
}
.show-menu .content-wrapper:before {
    height: 100%;
    opacity:1;
    transition: opacity 0.5s ease 0s;
    -o-transition: opacity 0.5s ease 0s;
    -ms-transition: opacity 0.5s ease 0s;
    -moz-transition: opacity 0.5s ease 0s;
    -webkit-transition: opacity 0.5s ease 0s;
    width: 100%;
}
.main-menu{position: relative;}
.main-menu h4{
    margin:0;
    text-transform:uppercase;
    font-size:18px;
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,0.35);
}
.menu-wrap ul {
    list-style: outside none none;
    padding: 0;
}
.menu-wrap ul.nav-menu > li {
    padding-left: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.menu-wrap li a {
    color: #fff;
    display: block;
}
.menu-wrap ul.nav-menu > li > a {
    font-size: 14px;
    padding: 11px 0;
}
#close-button{
    background:none;
    border:none;
    color:#fff;
    position:absolute;
    right:0;
    top:11px;
    font-size:18px;
}
#open-button {
  border: medium none;
  display: none;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 28px;
  width: 40px;
}
#open-button:before{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    content:'\f0c9';
    font-family: FontAwesome;
    text-align:center;
    color:#fff;
	font-size:30px;
}

.dropdown a {
    text-decoration: none;
}
.dropdown [data-toggle="dropdown"] {
    position: relative;
    display: block;
    color: #fff;
    padding: 10px;
}
.dropdown .icon-arrow {
    position: absolute;
    display: block;
    font-size: 0.7em;
    color: #fff !important;
    top: 14px;
    right: 10px;
}
.dropdown .icon-arrow.open {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    opacity:1 !important;
}
.dropdown .icon-arrow:before {
    content: '\25BC';
}
.dropdown .dropdown-nav {
    max-height: 0;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropdown .dropdown-nav li {
    padding: 0;
}
.dropdown .dropdown-nav li a {
    color: #fff;
    display: block;
    padding: 10px;
}

.dropdown .show, .dropdown .hide {
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}
.dropdown .show {
    display: block;
    max-height: 9999px;
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    animation: showAnimation 0.5s ease-in-out;
    -moz-animation: showAnimation 0.5s ease-in-out;
    -webkit-animation: showAnimation 0.5s ease-in-out;
    -moz-transition: max-height 1s ease-in-out;
    -o-transition: max-height 1s ease-in-out;
    -webkit-transition: max-height 1s ease-in-out;
    transition: max-height 1s ease-in-out;
}
.dropdown .hide {
    max-height: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    animation: hideAnimation 0.4s ease-out;
    -moz-animation: hideAnimation 0.4s ease-out;
    -webkit-animation: hideAnimation 0.4s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    transition: max-height 0.6s ease-out;
}

/* megamenu */
.megamenu {text-align:right}
.megamenu ul.nav-menu{
  padding-left:0;
}
.megamenu ul.nav-menu > li {
  display: inline-block;
  float: left;
  margin: 7px 15px;
  position: relative;
}
.boxing-page .megamenu ul.nav-menu > li {
  padding: 7px 15px;
  margin:0;
}
.megamenu ul > li > a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 30px 0;
    padding:0;
    position: relative;
    text-transform: none;

}

.megamenu ul.nav-menu > li :before, .megamenu ul.nav-menu > li:after {
    border-bottom-color: #C21A27;
}
.megamenu ul.nav-menu > li:before {
    right: 50%;
}
.megamenu ul.nav-menu > li:after {
    left: 50%;
}
.megamenu ul.nav-menu > li:hover a, .megamenu ul.nav-menu > li.active {
    color: #C21A27;
}
.megamenu ul.nav-menu > li:before, .megamenu ul.nav-menu > li:after {
    border-bottom: 2px solid #C21A27;
    bottom: 28px;
    content: "";
    position: absolute;
    width: 0;
    transition: width 250ms ease-out 0s;
    -o-transition: width 250ms ease-out 0s;
    -ms-transition: width 250ms ease-out 0s;
    -moz-transition: width 250ms ease-out 0s;
    -webkit-transition: width 250ms ease-out 0s;
}
.boxing-page .megamenu ul.nav-menu > li:before, .boxing-page .megamenu ul.nav-menu > li:after {
    bottom: -1px;
}

.megamenu ul.nav-menu > li:hover:before, .megamenu ul.nav-menu > li:hover:after, .megamenu ul.nav-menu > li.active:before, .megamenu ul.nav-menu > li.active:after, .megamenu ul.nav-menu > li:hover:before, .megamenu ul.nav-menu > li:hover:after {
    width: 50%;
}
.mainnav .nav-menu  li .child-nav {
    background-color: #fff;
    border: 1px solid #efefef;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    left: 0;
    top:76px;
    list-style: outside none none;
    min-width: 240px;
    padding: 10px 18px;
    position: absolute;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.boxing-page .mainnav .nav-menu li .child-nav {
  left: 0px;
  top: 115px;
}
.megamenu .nav-menu > li .child-nav:before{
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 11px;
    top: -11px;
    content: "";
    left: -1px;
    position: absolute;
}
.megamenu .nav-menu > li:hover > .child-nav {
    opacity: 1;
    visibility: visible;
}
.megamenu .nav-menu > li ul.child-nav li{
    line-height:24px;
    padding: 6px 0;
}
.megamenu .nav-menu > li ul.child-nav li + li{
    border-top:1px solid #f2f2f2;
}
.megamenu .nav-menu > li ul.child-nav li a {
    color: #828282;
    display: block;
    margin: 0;
    text-align: left;
    font-size: 12px;
}
.megamenu .nav-menu > li ul.child-nav li > a:hover,
.megamenu .nav-menu > li ul.child-nav li.active > a{
    color:#C21A27;
}

.menu-wrap ul.nav-menu li ul.show{
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.menu-wrap ul.nav-menu li li {
    padding-left: 18px;
}
.menu-wrap ul.nav-menu li li > a {
    padding: 6px 0;
}
.link-menu:hover{background:none !important;}
.link-menu.active:hover{background:none !important;}
.link-menu:focus{background:none !important;}

/* Search & cart */
.shopping-cart {
    display: inline-block;
    padding-right: 5px;
}
.mini-cart {
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 54px;
  visibility: hidden;
  width: 250px;
  background:#2a2a2a !important;
  transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
}
.mini-cart .title{border-bottom: 1px solid #3b3b3b;}
.mini-cart ul{padding-left:0;}
.mini-cart ul li {
  background: none repeat scroll 0 0 #2a2a2a !important;
  border-bottom: 1px solid #3b3b3b !important;
}
.mini-cart .check {
  background: none repeat scroll 0 0 #C21A27;
  border: medium none;
  font-size: 14px;
  height: 37px;
  line-height: 24px;
  margin-left: 15px;
  text-transform: none;
}
.mini-cart:before {
  border-color: transparent transparent #2a2a2a;
  border-style: solid;
  border-width: 7px;
  content: "";
  height: 50px;
  position: absolute;
  right: 48px;
  top: -50px;
}
.shopping-cart:hover .mini-cart{
  opacity:1;
  visibility: visible;
}
.quick-access {
  line-height: 100px;
  text-align: right;
}
.search {
    display: inline-block;
}

.search-box {
    background-color: #2a2a2a;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    height: 50px;
    list-style: outside none none;
    min-width: 240px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 76px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    visibility: hidden;
    z-index: 999;
}
.search-box .top-search {
    background: none repeat scroll 0 0 #2a2a2a;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #828282;
    font-size: 12px;
    height: 35px;
    padding: 10px;
    position: absolute;
    right: 8px;
    text-transform: uppercase;
    top: 8px;
    width: 223px;
}
.search-box:before {
    border-color: transparent transparent #2a2a2a;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 50px;
    position: absolute;
    right: 5px;
    top: -50px;
}

.search:hover .search-box {
    opacity: 1;
    visibility: visible;
}
.shopping-cart i, .search i{
    background: none repeat scroll 0 0 #606060;
    border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
    color: #fff;
    height: 21px;
    padding-top: 5px;
    text-align: center;
    width: 21px;
}
.shopping-cart:hover  i, .search:hover  i {
    background: none repeat scroll 0 0 #C21A27;
    cursor: pointer;
}
.search-box .sub-search {
    float: right;
    font-size: 14px;
    margin-right: 12px;
    margin-top: -25px;
    position: absolute;
    right: 0;
    top: 44px;
    z-index: 99;
}

/* Header Option */
.header-container-1 .quick-access {
    line-height: 10;
    text-align: right;
}
.header-option  .shopping-cart i, .header-option  .search i {
    background: none repeat scroll 0 0 #C21A27;
}
.header-container-2, .header-container-3 {
    background: none repeat scroll 0 0 #141414 !important;
    border-bottom: 2px solid #C21A27;
}

.header-container-2.reveal:not(.alt), .header-container-3.reveal:not(.alt) {
    border-bottom: 2px solid #C21A27 !important;
}
.header-container-2 .megamenu {
  float: right;
  margin: 0 auto;
}
.header-container-2 .nav-menu{
    text-align: center;
}


.header-option .top-links {
    background: none repeat scroll 0 0 #242424;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.top-link {
    line-height: 4;
}
.address-top {
    margin-right: 15px;
}
.top-link span .fa {
    margin-right: 7px;
}
.top-links .quick-access {
    line-height: 4 !important;
}
.header-option .quick-access {
    line-height: 9;
}
.header-option .header-container-3 .shopping-cart i, .header-option .search i {
    background: none repeat scroll 0 0 #C21A27;
}

.header-container-4 .quick-access {
    line-height: 7.9;
}

/*---------------------------------------------------
	CONTENT
------------------------------------------------------*/
/* Master slider */
.ms-fullscreen-template{
    min-height: 250px;
}
.master-slider{
    height: 100%;
    font-family: Lato, arial, sans-serif;
}
.ms-skin-default .ms-bullet {
  background: none repeat scroll 0 0 #fff;
  border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;;
  height: 13px;
  width: 13px;
}
.ms-skin-default .ms-bullet-selected {
  background: none repeat scroll 0 0 #C21A27;
  border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
  height: 13px;
  width: 13px;
}

.ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev {
    background: url("../images/light-skin-1.png") repeat scroll -89px -26px rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 40px;
    left: 30px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 110;
}
.ms-skin-default .ms-nav-next {
    background-position: -89px -103px;
    left: auto;
    right: 30px;
}

.ms-skin-light-6 .ms-bullet {
  background:#555;
  height: 9px;
  margin: 4px;
  width: 9px;
}
.ms-skin-light-6 .ms-bullet-selected {
    background-color: #fff;
}
.ms-skin-light-6.round-skin .ms-bullet {
    border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
}

/* Slider banner */
.contents-main {
  background: none repeat scroll 0 0 #242424;
  margin-top: 608px;
}
.to-top {
  background-size: cover;
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 0;
  width:100%;
}
.slider-banner {
    position: relative;
    background: url("../images/boxing/bg_boxing.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.shop .slider-banner, .one-page .slider-banner, .index-white .slider-banner {
    position: relative;
    background: url("../images/bg_1.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.home-v2 .slider-banner {
    position: relative;
    background: url("../images/bg-home-v2.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.title-slider {
    margin: 50px 0;
    padding: 100px 0;
    text-align: center;
}
.title-top {
    font-size: 26px;
    font-weight: bold;
}
.title-bottom {
    font-size: 6em;
    font-weight: bold;
    padding-bottom: 20px;
}
.links {
    border: 2px solid;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: uppercase;
}
.banner-content {
  margin-top: 40px;
  padding: 100px 0 90px;
}
.title-banner span {
    border: 2px solid;
    font-size: 26px;
    font-weight: bold;
    padding: 7px 15px;
    text-transform: uppercase;
}
.title-banner-1 {
    margin: 15px 0;
}
.title-banner-1 h2 {
    font-size: 80px;
    font-weight: bold;
    margin: 0;
}
.try-class  a:before {
    border-left-color: #C21A27;
}
.try-class  a:before {
    border-color: transparent transparent transparent #C21A27;
    border-style: solid;
    border-width: 14px;
    bottom: -11px;
    content: "";
    left: 0;
    position: absolute;
}
.try-class  a {
    background: none repeat scroll 0 0 #C21A27;
}
.try-class  a{
    background: none repeat scroll 0 0 #C21A27;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 10px 15px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}

.info-banner p {
    font-size: 18px;
    text-transform: uppercase;
}
.info-banner .info-banner-1{
    color:#C21A27;
}

/* Page Title */
.hps-title1 {
    border: 2px solid;
    padding: 12px;
    font-size: 26px;
    font-weight: bold;
    left:101.756px;
    top:180px;
}
.hps-title3 {
    font-size: 70px;
    font-weight: bold;
    left: 94px;
    top: 265px;
}
.hps-title4 {
    font-size: 18px;
    font-weight: bold;
    background: #C21A27;
    padding: 10px;
    left: 570px;
    top: 364px;
}

.boxing-page .alt {padding-top:30px;}
.boxing-page .nav-container {
  background: none repeat scroll 0 0 #171717;
}

.boxing-page .quick-access {
  background: none repeat scroll 0 0 #171717;
  height: 98px;
}
.boxing-page  #header.reveal:not(.alt) {
  background: none repeat scroll 0 0 #171717;
}
.boxing-page .reveal:not(.alt) .nav-container, .boxing-page .reveal:not(.alt) .quick-access {
  background: none repeat scroll 0 0 #171717;
}
.boxing-page .header-container .logo {
    background: none repeat scroll 0 0 #C21A27;
}
.boxing-page .header-container .logo a {
 padding: 0px;
  margin: 0;
}
.boxing-page .mainnav ul.nav-menu > li{
    border-right: 1px solid #252524;
}
.boxing-page .mainnav ul.nav-menu > li:last-child {
  border: medium none;
}
.boxing-page .mainnav ul.nav-menu > li:first-child{
    border-left: 1px solid #252524;
}
.boxing-page .action-top {
    padding-right: 10px;
}
.boxing-page .mainnav ul.nav-menu {
    float: right;
    margin-bottom: 0;
}
.boxing-page .mainnav ul.nav-menu > li a:before, .boxing-page .mainnav ul.nav-menu > li a:after {
    border-bottom: 2px solid #C21A27;
    content: "";
    position: absolute;
    transition: width 250ms ease-out 0s;
    -moz-transition: width 250ms ease-out 0s;
    -webkit-transition: width 250ms ease-out 0s;
    -ms-transition: width 250ms ease-out 0s;
    -o-transition: width 250ms ease-out 0s;
}

/* Man & Girl block */
.man-girl{ position: relative; background: #C21A27; } 
.to-bottom {
    cursor: pointer;
    font-size: 24px;
    left: 50%;
    position: absolute;
}
.to-bottom:before {
  border-color: transparent transparent #C21A27;
  border-style: solid;
  border-width: 40px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  height: 0;
  width: 0;
}
.to-bottom .fa {
  bottom: 0;
  left: -7px;
  position: absolute;
  text-align: center;
  top: -25px;
}
.man-girl .col-md-12, .man-girl .col-md-4, .man-girl .col-md-6{padding:0;}
.content-main {
    min-height: 550px !important;
    position: relative !important;
}

.content-main-right{
    background: url("../images/image_split.png") no-repeat scroll left bottom transparent;
}
.img-class {
    bottom: 0;
    position: absolute;
    z-index: 0;
}

.content-main .img-class img{
    filter: url(filters.svg#grayscale);
    filter:gray;
    -webkit-filter: grayscale(1);
}
.content-main:hover  .img-class img{
    filter:none;
    -webkit-filter: grayscale(0);
}

.img-class-left {
    right: 0;
}
.img-class-right {
    left: 0;
}
.class-content {
    padding: 160px 185px 10px 0;
    text-align: right;
    color: #fff;
    position: relative;
}

.class-content-right {
    padding-left: 185px;
    padding-right: 0;
    text-align: left;
}
.class-content h3 {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 15px;
}
.class-content-text p {
    margin-bottom: 25px;
}

.join a, .watch-video a{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: auto;
    display:inline-block;
    font-size:16px;
    height:42px;
    padding:0 20px;
    border:2px solid #fff;
    color:#fff;
    text-transform:uppercase;
    line-height:38px;
    position:relative;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.join a:hover, .watch-video a:hover{
    color:#C21A27;
}
.join a:after, .watch-video a:after {
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
    background:#fff;
}
.join a:hover:after, .watch-video a:hover:after {
    height:100%;
}

/* Fit & Strong block*/
.fit-strong {
  background: url("../images/onepage/bg_free-text.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
  background-size:100% auto;
}
.fit-strong-left, .fit-strong-right{margin-top:100px; margin-bottom:30px;}
.fit-strong-top {
    padding-bottom: 43px;
}
.fit-background {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    height: 444px;
    position: absolute;
    right: 0;
    top: -33px;
    width: 300px;
}

.fit-strong-left .carousel {
  height: 400px;
  overflow: hidden;
}
.fit-strong-left .carousel-inner {
  overflow: visible;
}

.fit-strong-left .carousel-indicators {
  bottom: 10px;
  left: auto;
  margin-left: 0;
  right: 22px;
  top: 83px;
  width: auto;
}
.fit-strong-left .carousel-indicators li {
  background: none repeat scroll 0 0 #555;
  border: medium none;
  border-radius: 15px;
   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;
   -ms-border-radius: 15px;
   -o-border-radius: 15px;
  display: inherit;
  height: 9px;
  width: 9px;
  margin: 5px;
}
.fit-strong-left .carousel-indicators .active {
  background: none repeat scroll 0 0 #fff;
  margin: 5px;
}
.carousel-text .owl-carousel {
  display: block;
  left: 50%;
  margin-left: -94px;
  opacity: 1;
  position: relative;
  width: 250px;
}
.slide-caption {
  width: 250px;
}
.owl-controls.clickable {
  position: absolute;
  right: 23px;
  top: 85px;
  z-index: 99;
}
.more-views .clickable {
  display: none !important;
}
.owl-page {
  background: none repeat scroll 0 0 #555;
  border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
  height: 9px;
  margin-bottom: 5px;
  width: 9px;
}
.owl-page.active {
  background: none repeat scroll 0 0 #fff;
}
.fit-strong-bottom h4 {
  font-size: 14px !important;
  line-height: 24px;
  padding-top: 20px;
}
.fit-strong-bottom p{font-size:12px}
.fit-strong-right {
    background: none repeat scroll 0 0 rgba(36, 36, 36, 0.5);
    margin-left: -5px;
    margin-right: -5px;
}
.fit-strong-right .text-box {
  padding: 30px 60px;z-index: 2;position: relative;
}
.text-box h5 {
    color: #C21A27;
    margin: 30px 0;
    text-transform: uppercase;
}
.text-box span {
    font-size:24px;
}
.img-box-right {
	background: none repeat scroll 0 0 #C21A27;
	position: relative;
    width: 100%;
	height:185px;margin-bottom:125px;	
}
.img-box-right-border{
    border-bottom: 125px solid transparent;
	border-left-style:solid;
    border-left-color:#C21A27;
    border-right: 0 solid #C21A27;
    bottom: -125px;
    height: 0;
    left: 0;
    position: absolute;
    width: 0; 
} 
.img-box-right img {
      display: inline-block;
    margin-left: -15px;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.img-box-right .open-hour {
    position: absolute;
    right: 5%;
    top: 50px;
	z-index: 9;
}
.img-box-right .open-hour .fa{
    float: left;
    font-size: 48px;
    padding-right: 10px;
    line-height: 70px;
}
.open-hours-title{float: left;}
.open-hours-title h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.open-hours-title p{font-size:14px;text-transform: uppercase;}

/* About */
.about {
  background: #242424;
  position: relative;
}
.about-top {
    background: url("../images/bg-position-3.jpg") repeat-x scroll center top transparent;
    padding-bottom: 30px;
    position: relative;
	background-size:100% auto;
}
.about-top:before{
    position:absolute;
    z-index:0;
    content:'';
    width:100%;
    height:60%;
    bottom:0;
    left:0;
    background: linear-gradient(90deg, #242424 , transparent);
    background: -o-linear-gradient(90deg, #242424 , transparent);
    background: -moz-linear-gradient(90deg, #242424 , transparent);
    background: -webkit-linear-gradient(90deg, #242424 , transparent);
}
.title-page {
    padding-bottom: 20px;
    padding-top: 50px;
    text-align: center;
}
.title-page h3 {
    margin-bottom: 15px;
    font-size:36px;
}
.box-left{
    padding: 22px 16px;
    text-align: right;
}
.box-left .icon{
    float: right;
    text-align: right;
}
.box-left .icon .fa, .box-right .icon .fa {
    border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
    font-size: 28px !important;
    height: 70px !important;
    line-height: 70px !important;
    margin: 10px 0 0 !important;
    position: relative;
    text-align: center;
    width: 70px !important;
}
.box-left .icon .fa, .box-right .icon .fa{
    background: none repeat scroll 0 0 #C21A27;
}
.box-left .icon .fa:after, .box-right .icon .fa:after  {
    border-color: #C21A27 transparent transparent;
    border-style: solid;
    border-width: 14px;
    content: "" !important;
    position: absolute;
    right: -14px;
    top: 0;
}
.box-left .icon .fa:after, .box-right .icon .fa:after{
    border-top-color: #C21A27;
}
.box-left .icon .fa, .box-right .icon .fa{
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    margin-top: 12px;
    width: 40px;
}
.box-left .content-about, .box-right .content-about  {
    margin: 0 85px 0 0 !important;
}
.box-right {
    text-align: left;
    padding: 22px 16px;
}
.box-right .icon {
    float: left;
    text-align: center;
}
.box-right .icon .fa:after {
    left: -14px;
    right: auto;
}
.box-right .content-about  {margin: 0 0 0 85px !important;}

.about-con{

}
.about-btm-left, .about-btm-center{
    background: none repeat scroll 0 0 #fff7f8;
    color: #5d5d5d;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
}
.about-bottom {background:#242424;}
.about-bottom:before {
    background: url("../images/bg-position-2-before.png") repeat-x scroll center bottom transparent;
    bottom: 0;
    content: "";
    height: 182px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
.about-bottom {
    position: relative;
}
.block-item-special > .about-box{
    transform:translateY(-80px);
    -o-transform:translateY(-80px);
    -ms-transform:translateY(-80px);
    -moz-transform:translateY(-80px);
    -webkit-transform:translateY(-80px);
}
.about-con .about-box{
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    transition: transform 0.5s ease;
    background:#fff7f8;
    color:#5d5d5d;
}
.hour, .news, .contact-us {
    padding-bottom: 20px;
    padding-top: 90px;
}
.about-bottom-title h4 {
    background: none repeat scroll 0 0 #C21A27;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 15px 5px 15px 25px;
}
.working-hours {
    color: #6a6a6a;
    padding: 8px 25px;
}
.working-hours p {
    padding: 9px 0 8px;
}
.time-hours-item{
    border-bottom: 1px solid #ece6e7;
    font-size: 14px;
    padding: 8px 0;
    text-transform: uppercase;
}
.time-hours-item span {
    float: right;
}
.news-content ul {
    background: none repeat scroll 0 0 #fff7f8;
    color: #5d5d5d;
    list-style: outside none none;
    margin: 0;
    padding: 11px 13px;
}
.news-item-inner{
    padding: 13px 10px;
}
.news-date{
    background: none repeat scroll 0 0 #C21A27;
    color: #fff;
    float: left;
    margin-top: 6px;
    padding: 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 53px;
}
.news-day {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    padding: 9px 0 1px;
}
.news-month {
    font-size: 14px;
    line-height: 1;
    padding: 3px 0 15px;
}
.news-info {
    margin-left: 80px;
}
.news-title a {
    font-size: 14px;
    text-transform: uppercase;
    color:#C21A27;
}
.news-time p {
    color: #5d5d5d;
}
.latest-news-item {
    border-bottom: 1px solid #ece6e7;
    padding-top: 8px;
}
.latest-news-item:hover{background:#ededed;}


/*--------------------------------------------Page Boxing-------------------------------------*/
/*-------------------------------------Up Coming Event----------------------------*/
.event-box .col-main{float:right;}
.event-box .col-md-9, 
.event-box .col-md-12,
.event-box .col-md-4, 
.event-box .col-md-8, 
.event-box .col-md-6{
    padding:0;
}
.col-main {
  float: right !important;
}
.col-left.sidebar {
  overflow: hidden;
}
.boxing-content {
  padding: 100px 0;
  overflow: hidden;
}
.col2-layout .col-main{padding-left: 20px;}
.reviews-content {
    background: none repeat scroll 0 0 #141414;
    margin-bottom: 25px;
}
.gallery{height:343px;}
.gallery .gallery-background{position:relative;}
.gallery .gallery-content {
    margin-left: 30px;
    position: absolute;
    top: 100px;
    width: 50%;
}
.gallery .title-gallery{
    background: none repeat scroll 0 0 #C21A27;
    padding: 7px 10px;
    width: 84px;
}

.reviews-content .match-reviews h2, .reviews-content .match-reviews h3 {
    padding-left: 30px;
}
.coming-event {
  background: url("../images/boxing/bg_services.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
  overflow: hidden;
  position: relative;
  z-index: 0; min-height: 1000px;
}
.coming-event h2 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-transform: uppercase;
  width: 275px;
}
.coming-event h3 {
    font-size: 14px;
    text-transform: uppercase;
}

.sidebar-top{background:#C21A27;}
.sidebar-top .timetable {
    margin-bottom: 25px;
    margin-top: 50px;
    text-align: center;
}
.sidebar-top .timetable .title span{font-size:72px; font-weight:700;}
.sidebar-top .timetable .title p{font-size:14px; font-weight:700; text-transform:uppercase;}
.sidebar-top .timetable .next i {
    font-size: 36px;
    font-weight: 700;
    margin-right: 10px;
    color:#bb121d;
}
.sidebar-bottom {
  background: none repeat scroll 0 0 rgba(17, 17, 17, 0.77);
  overflow: hidden;
}

.event-month {
  background: none repeat scroll 0 0 #C21A27;
  padding: 63px 0 45px;
  text-align: center;
}
.event-month .table-cell span {
  font-size: 72px;
  font-weight: bold;
}
.event-month .table-cell p {
  font-size: 14px;
  text-transform:uppercase;
}
.event-month .next .fa {
  color: rgba(0, 0, 0, 0.5);
  font-size: 36px;
  margin-right: 10px;
}

.sidebar-bottom .up-coming{padding-bottom:20px;}
.sidebar-bottom .up-coming h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.sidebar-bottom .up-coming {
  padding: 30px 0;
}
.up-coming .product-bottom {
  color: #7d7d7d;
  margin: 0 auto;
  width: 70px;
}
.sidebar-bottom .title-match {
  padding: 25px 0;
  text-align: center;
}
.index-boxing .parallax-content{text-align: right !important;}

/*--------------------------------- Pricing Table -----------------------------------*/
.price-table, .our-team-page {
  background: none repeat scroll 0 0 #242424;
  padding-top: 35px;
  position: relative;
  z-index: 1;
}
.price-contents {
  overflow: hidden;
  padding: 50px 0;
}
.price-table .col-md-4:first-child{padding-left:0;}
.price-tb .col-md-12:first-child{padding-left:0;}
.price-table-title h2{font-size:24px; text-transform: uppercase; text-align: center;}
.price-table-title h3{font-size:14px; text-transform: uppercase; text-align: center;}
.price-list {
  background: none repeat scroll 0 0 #1b1b1b;
}
.border {
    border: 1px solid;
    margin: 0 30px;
    width: 90px;
}
.border-bottom {
    border: 1px solid rgba(255,255,255,0.2);
    width: 80px;
    margin-bottom:15px;
}
.shop .border-bottom {
    border: 1px solid #fff;
}
.price-table-content{background:#C21A27;}

.shop .price-table-content {
  background: none repeat scroll 0 0 #161616;
  margin: 50px 0;
}
.price-table-content {
  padding-left: 0 !important;
}
.shop .price-table-content:hover{background:#C21A27;}
.shop .price-table-content a {
    background: none repeat scroll 0 0 #C21A27;
    border: 2px solid #C21A27;
    padding: 13px 10px;
}
.shop .price-table-content a span{
    padding-left:0;
}
.shop .price-table-content:hover .price-table-text a{
    background:none;
    color:#C21A27;
    border: 2px solid #fff;
}
.price-table-content .price-table-img img{
    filter: url(filters.svg#grayscale);
    filter:gray;
    -webkit-filter: grayscale(1);
}
.price-tb:hover .price-table-img img{
    filter:none;
    -webkit-filter: grayscale(0);
}

.price-table-img {
  float: left;
  position: absolute;
}
.price-table-text {
    height: 254px;
    left: 30%;
    overflow: hidden;
    position: relative;
    width: 73%;
}
.price-table-text h3{font-size: 14px;}
.price-table-text h2 {
    font-size: 23px;
    margin-top: 10px;
    text-align: left;
}
.price-table-text p{padding-bottom:10px;}
.price-table-text .price {
    border: 2px solid;
    float: left;
    font-size: 24px;
    padding: 7px 10px;
    text-align: center;
    width: 70px;
}
.price-table-text a span {
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    padding-left: 10px;
    text-transform: uppercase;
}
.price-bottom{
    background: none repeat scroll 0 0 #141414;
    padding-right: 0 !important;
}
.price-table-1 {padding-top: 20px;}
.price-table-1 ul {
    border-bottom: 1px solid #2d2d2d;
    list-style: outside none none;
    padding: 0 0 10px;
}

.price-table-1 ul li {
    color: #a5a5a5;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
}
.price-table-1 ul li {
  padding-left: 10px;
}
.price-table-1 ul .icon {
    border-right: 1px solid #2d2d2d;
    text-align: center;
    width: 25%;
	padding:0;
}
.plan {
    border: 2px solid #C21A27;
    font-size: 14px;
    margin: 0 0 20px;
    padding: 9px;
    text-align: center;
    text-transform: uppercase;
}

.price-tb:hover .plan {
    background:#C21A27;
    color:#fff;
}

/*---------------------------------------Training---------------------------------------*/
.training {
  background: none repeat scroll 0 0 #242424;
  position: relative;
}
.background-overlay {
    background: none repeat scroll 0 0 #C21A27;
	opacity:0.8;
}
.background-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}
.parallax-text h1{font-size:50px}
.parallax-text .button {
    border: 3px solid #ffffff;
    border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
}
.parallax-text .button {
    border: 2px solid #fff;
    border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 52px;
    line-height: 48px;
    margin: 40px 0 0;
    padding: 0 20px;
    text-transform: uppercase;
}
.parallax-text .button {
    border: 2px solid #fff;
    border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
    display: inline-block;
    font-size: 14px;
    height: 47px;
    line-height: 43px;
    margin-top: 20px;
    padding: 0 15px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
}
.parallax-text .button{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	overflow: hidden;
    padding: 0;
    position: relative;
	width:auto;
    transition: transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
}
.parallax-text .open-btn:before {
    font-family: FontAwesome;
    font-size: 20px;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: 0 !important;
    top: 0;
    transform:translateX(-100%);
	 -moz-transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    transition: transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    width: 100%;
}
.parallax-text .open-btn:before{
    content:'\f144';
}
.parallax-gallery .open-btn:before{
    content:'\f03e';
}
.parallax-text .button span{
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    padding:0 20px;
	line-height: 44px;
}
.parallax-text .button:hover:before{
    transform:translateX(0);
    -moz-transform:translateX(0);
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
}
.parallax-text .button:hover span{
    transform:translateX(200%);
    -moz-transform:translateX(200%);
    -webkit-transform:translateX(200%);
    -ms-transform:translateX(200%);
    -o-transform:translateX(200%);
}
.parallax-text h1{
    margin-top: 0;
    padding-top: 0;
}
.parallax-text .open-btn span {
    color: #ffffff;
    text-align: center;
	border: medium none;
}
.strart-your {
  font-size: 24px;
  text-transform: uppercase;
}

/*---------------------------------------Time Table---------------------------------------*/
.timetable {
  background: none repeat scroll 0 0 #242424;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
}
.month {
    background: none repeat scroll 0 0 #C21A27;
    height: 255px;
    padding: 20px;
}
.timetable-content .octember .table-cell {
    display: block;
    margin: 35px 23px 0;
    text-align: left;
}
.timetable-content .octember p {
    font-size: 36px;
    font-weight: normal;
    margin: 15px 0;
    text-transform: uppercase;
}
.timetable-content .octember .next i {
    font-size: 36px;
    font-weight: normal;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 36px;
    padding: 2px 13px;
}
.timetable-content .octember .icon-wrap:hover {
    background:#fff;
	color:#C21A27;
}
.timetable-top  .box-content {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.cms-home .timetable-top  .box-content{text-align: left;}
.timetable-top  .box-content:hover {
    opacity: 1;
}
.timetable-top .day  {
    padding-bottom: 30px;
}
.timetable-cont{position: relative;overflow: hidden;}
.timetable-cont img {
    height: auto;
    width: 100%;
    opacity:0.4;
}
.timetable-top .table:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    z-index: 0;
}
.timetable-top .table:before {
    background: none repeat scroll 0 0 #C21A27;
    border: 1px solid #414141;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    z-index: 0;
}
.timetable-top .table {
    display: table;
    height: 100%;
    width: 100%;
}
.timetable-top .table{
    cursor:pointer;
}

.timetable-top .box-cell {
    cursor: pointer;
    display: block;
    margin: 20px 20px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 99;
}

.timetable-top .timetable-cont:hover .table:before{
    left:0;
    top:0;
    right:0;
    bottom:0;
    opacity:1;
}
.timetable-info{
    color:#fff;
    margin-top:14px;
    opacity: 0;
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.timetable-cont:hover .timetable-info{
    opacity: 1;
	transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.timetable-top .time-table-title {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.timetable-top .time-table-title {
    color: #fff;
    display: block;
    font-weight: normal;
    left: 20px;
    position: absolute;
    top: 20px;
}
.timetable-top .time-table-title span {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.timetable-top .time-table-title span {
    display: inline-block;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: relative;
}
.timetable-content .octember  span {
    font-size: 24px;
    font-weight: normal;
}
.owl-carousel{
    display: block;
    float: left;
    opacity: 1;
}
.icon-wrap {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  margin-right: 7px;
  padding: 0;
}
.t-nav-next{
  margin-right:0;
  margin-left:0;
}
.timetable-info .title-content span {
    font-size: 16px;
    padding-bottom: 3px;
    text-transform: uppercase;
}
.timetable_details a {
    border: 2px solid #fff;
    color: #fff;
    padding: 7px;
    text-transform: none;
}
.timetable_details a:hover {
    background:#fff;
	color:#C21A27;
}
.timetable-content .border-bottom {
    border: 1px solid #fff;
    margin-bottom: 5px;
    margin-top: 5px;
}

/*---------------------------------------Our Price---------------------------------------*/
.our-pricing {
    background: none repeat scroll 0 0 #C21A27;
    overflow: hidden;
    position: relative;
}
.our-pricing-title {
    z-index: 99;
}
.ch-item {
    position:relative !important;
    padding:0;
    display:block;
    overflow:visible;
}
.ch-info-wrap {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
    perspective: 800px;
    position: absolute;
    left: 50%;
    margin-bottom: 0;
    margin-left: -85px;
    margin-right: auto;
    padding-top: 24px;
    top: 81px;
    width: 170px;
    height: 170px;
    z-index: 99;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
	-webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
}
.ch-info-back  {
    padding:15px;
    text-align:center;
}
.ch-info-front {
    text-align:center;
}
.ch-info-back h2{
    font-size:20px;
    margin-bottom:0;
    padding-bottom:0;
    color:#C21A27;
    font-weight:bold;
}
.ch-info-back p {
    color:#ffffff;
}
.ch-info-front h3 {
    font-size:20px;
    color:#222222;
    font-weight:bold;
}
.ch-info{
    position: absolute;
    width: 100%;
    height: 200px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	
	transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
}
.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ch-info .ch-info-back {
    background-color: #C21A27;
    border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
    height: 170px;
    top: -24px;
    width: 170px;
}
.ch-info .ch-info-back {
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    -o-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
}
.ch-item:hover .ch-info {
    -webkit-transform: rotate3d(0,1,0,-180deg);
    -moz-transform: rotate3d(0,1,0,-180deg);
    -o-transform: rotate3d(0,1,0,-180deg);
    -ms-transform: rotate3d(0,1,0,-180deg);
    transform: rotate3d(0,1,0,-180deg);
}
.our-pricing-title h2 {
    color: #C21A27;
    font-size: 40px;
    font-weight: bold;
}
.our-pricing-title h3{font-size:20px;color: #C21A27;}
.ch-item:hover .ch-info-back h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.ch-item:hover .ch-info-back h3{font-size:20px;color: #fff;}
.our-price {
    padding: 0!important;
}
.our-price h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 35px;
}

.boxing-card .boxing-card-content {
    margin-right: 10px;
    text-align: right;
}
.our-price .boxing-card-content p{
    float: right;
    width: 62%;
}
.boxing-card-content .price, .yoga-card-content .price {
    float: right;
    margin-top: 5px;
    padding-bottom: 20px;
    width: 100%;
}
.boxing-card-content .price span, .yoga-card-content .price span {
  font-size: 24px;
  font-weight: 700;
  padding: 0 20px;
}
.our-pricing .our-price img{
	width:100%;
}

.shopping-buy {
    border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
}
.shopping-buy {
  border: 2px solid #fff;
  border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  padding: 0 15px;
  position: relative;
  text-decoration: none !important;
  text-transform: uppercase;
}
.shopping-buy{
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: transform 0.3s ease 0s;
    -o-transition: -o-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
}
.shopping-buy:before {
    font-family: FontAwesome;
    font-size: 20px;
    height: 100%;
    left: 0;
    position: absolute;
    text-indent: 0 !important;
    top: 0;
    transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -webkit-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    -o-transform:translateX(-100%);
    transition: transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    width: 100%;
}
.shopping-buy:before{
    content:'\f07a ';
}
.shopping-buy span{
    backface-visibility: hidden;
    display: inline-block;
    height: 100%;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%;
    padding:0 20px;
}
.shopping-buy:hover:before{
    transform:translateX(0);
    -moz-transform:translateX(0);
    -webkit-transform:translateX(0);
    -ms-transform:translateX(0);
    -o-transform:translateX(0);
}
.shopping-buy:hover span{
    transform:translateX(200%);
    -moz-transform:translateX(200%);
    -webkit-transform:translateX(200%);
    -ms-transform:translateX(200%);
    -o-transform:translateX(200%);
}


.yoga-content .yoga-card-content {
    margin-left: 10px;
}
.our-price .yoga-card-content p{
    float: left;
    width: 62%;
}
.yoga-content {
    background: url("../images/image_split.png") no-repeat scroll left bottom transparent;
    overflow: hidden;
}
.yoga-content .cart {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.yoga-content i {
    border: 2px solid #fff;
    font-size: 18px;
    padding: 6px 20px;
}

/*--------------------------------------- Athlete Class ---------------------------------------*/

.classes {
  background: none repeat scroll 0 0 #242424;
  position: relative;
  z-index: 1;
}
.classes-content .filters {
    margin-bottom: 29px;
    text-align: center;
}
.isotope {
    z-index: 0;
}
.box-inner {
    position: relative;
}
.box-inner {
    overflow: hidden;
    text-align: center;
    z-index: 999;
}
.one-page .box-inner {
    margin: 0;
}
#grid .mix {
    display:inline-block !important;
}
.classes-content .filter {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  font-size: 14px;
  height: 31px;
  line-height: 29px;
  margin: 0 5px 10px;
  padding: 0 20px;
  text-transform: none;
  width: auto;
}
.classes-content .filter.is-checked, .classes-content .filter:hover {
    background: none repeat scroll 0 0 #C21A27;
    border: 1px solid #C21A27;
}

.box-details{
    color:#C21A27;
    text-transform:uppercase;
    margin-top:10px;
    opacity: 0;
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.box-details a{color:#C21A27;}
.box-text{
    color:#fff;
    margin-top:14px;
    opacity: 0;
    transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s, -o-transform 0.35s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.35s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, -moz-transform 0.35s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}
.box-inner{
    text-align:center;
    z-index:10;
    overflow:hidden;
}
.box-inner img{
    width:100%;
}
.classes-content .title a{
    margin:0;
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transition: transform 0.45s ease 0s;
    -o-transition: -o-transform 0.45s ease 0s;
    -ms-transition: -ms-transform 0.45s ease 0s;
    -moz-transition: -moz-transform 0.45s ease 0s;
    -webkit-transition: -webkit-transform 0.45s ease 0s;
}
.classes-content .mix {
  font-size: 12px;
  margin: 15px 0;
}
.class-our  .mix {
  font-size: 12px;
  margin: 0;
}
.one-page .classes-content .mix {
  padding: 0;
}

.classes-content .box-content {
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.classes-content .times-table span {
    font-size: 24px;
    font-weight: normal;
}
.classes-content .times-table p {
    font-size: 36px;
    font-weight: normal;
    text-transform: uppercase;
}
.classes-content .times-table .next i {
    border: 1px solid #fff;
    font-size: 36px;
    font-weight: normal;
    margin-right: 10px;
    padding: 2px 13px;
}
.classes-content .title a span{
    background:none;
    border:2px solid #fff;
}
.classes-content .title a span {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 5px 11px;
    position: relative;
    color:#fff;
    text-transform: uppercase;
}
.classes-content .box-cell{
    position:relative;
    z-index:99;
    margin: 60px 35px 0;
    display: block !important;
}
.box-inner:hover .box-text,
.box-inner:hover .box-details{
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}
.classes-content .table{
    cursor:pointer;
}
.classes-content .table:after{
    position:absolute;
    content:'';
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:0;
    transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
}
.classes-content .table:before{
    position:absolute;
    content:'';
    left:0;
    top:0;
    right:0;
    bottom:0;
    background:rgba(0,0,0, 0.6);
    z-index:0;
    border:1px solid #414141;
    transition: all 0.45s ease 0s;
    -o-transition: all 0.45s ease 0s;
    -ms-transition: all 0.45s ease 0s;
    -moz-transition: all 0.45s ease 0s;
    -webkit-transition: all 0.45s ease 0s;
    opacity:0;
}
.classes-content .box-inner:hover .table:before{
    left:20px;
    top:20px;
    right:20px;
    bottom:20px;
    opacity:1;
}
.box-inner:hover .title a{
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
}


/*---------------------------------------Our Success ---------------------------------------*/
.table-success {
  background: none repeat scroll 0 0 #242424;
  z-index: 1;
  position: relative;
}

.our-success {
  max-width: 100%;
   background: url("../images/onepage/free-text.png") no-repeat scroll center center  rgba(0, 0, 0, 0);
  text-align: center;
  background-size:100% auto;
  
}
.success {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 60px 0;
}
.our-succes-top{padding-top:75px;}
.succes-link {
  padding: 10px 0;
}
.our-succes-bottom {margin-bottom:35px;}
.success h5 {
    text-transform: uppercase;
}
.success p{
    text-transform: uppercase;
    font-size:12px;
}
.success p span{
    color: #C21A27;
}
.success a {
    color: #fff;
    font-size: 36px;
}
.success a:hover {
    color: #C21A27;
}

/*---------------------------------------Facts ---------------------------------------*/
.facts{
	background: url("../images/onepage/fun-facts.jpg") no-repeat scroll center center;
	position:relative;
 }
.facts-page {
    overflow: hidden;
    padding: 70px 0;
    position: relative;
    z-index: 99;
}
.facts-page .title-page {
    padding-top:0;
}
.facts-content {
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    padding: 20px 11px;
}
.facts-icon {
    float: left;
    font-size: 60px;
    padding-right: 20px;
}
.count{
    font-size: 40px;
    font-weight: bold;
}
.count .facts-border{
    border-bottom: 1px solid;
    overflow: hidden;
    padding-top: 13px;
    width: 24%;
}
.facts-text {
    font-size: 20px;
    padding-top: 10px;
    white-space: nowrap;
}
/*---------------------------------------End Facts ---------------------------------------*/

/*---------------------------------------Our Team ---------------------------------------*/
.content-our-team.our-team-tabs {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
    color: #fff;
    margin: 0;
    padding: 0;
}
.our-team .content-our-team.our-team-tabs {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); 
}
.content-our-team.our-team-tabs .our-team-pane {
    background: none repeat scroll 0 0 #C21A27;
    color: #fff;
    padding: 0;
}
.content-our-team.our-team-tabs.our-team-img {
    padding: 0;
}
.content-our-team.our-team-tabs .detail-our-team {
    padding: 0;
}
.detail-our-team-inner {
    padding: 38px 30px 10px;
}
.detail-our-team-desc {
    font-size: 24px;
    line-height: 48px;
}
.detail-our-team-user {
    font-size: 20px;
    padding-top: 25px;
}
.detail-our-team-pos {
    font-size: 14px;
    padding-top: 8px;
}
.our-team-panes p{margin:0;}
.content-our-team.our-team-tabs .our-team-nav span {
    border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
    color: #fff;
    line-height: 1;
    min-height: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.content-our-team.our-team-tabs .our-team-nav > span:hover, .content-our-team.our-team-tabs .our-team-nav > span.our-team-current {
    background: none repeat scroll 0 0 #C21A27;
    padding: 35px 0 32px;
}
.content-our-team.our-team-tabs .our-team-nav span {
    border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius:0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
    color: #fff;
    line-height: 1;
    min-height: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.content-our-team.our-team-tabs .our-team-nav span.our-team-name {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    font-size: 12px;
    line-height: 1;
}
.content-our-team.our-team-tabs .our-team-nav span.our-team-position {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    display: block;
    font-size: 30px;
    line-height: 1;
}
.content-our-team.our-team-tabs .our-team-nav span.our-team-name + span.our-team-position {
    padding-top: 8px;
}
.yoga-trainer, .boxing-trainer {
    margin-left: -4px;
}
.our-team-tabs .our-team-img{padding:0;} 
.our-team-head {
  padding: 15px 15px 30px;
  background: #242424;
  position: relative;
}
.headding-title{margin-bottom:20px;}
.headding-bottom {
    border-bottom: 3px solid rgba(255, 255, 255, 0.2);
    width: 70px;
}
.headding-content {
    padding-left: 0;
    overflow: hidden;
}
.headding-content li {
    width:100%;
    overflow: hidden;
}
.headding-content .icon-headding {
    background: none repeat scroll 0 0 #C21A27;
    border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
    float: left;
    height: 35px;
    margin-right: 20px;
    margin-top: 15px;
    overflow: hidden;
    text-align: center;
    width: 35px;
}
.headding-content .icon-headding .fa {
    font-size: 20px;
    line-height: 35px;
}
.headding-content .cont-headding {
    float: left;
    overflow: hidden;
}
.headding-content span{color:#C21A27;}
.cont-headding > h5 {
    font-size: 12px;
    text-transform: uppercase;
}
.cont-headding a{color:#fff;}
.headding-bottom p{padding-bottom: 25px;}
/*tab style*/
.our-team-clear:before,
.our-team-clear:after {
	display: table;
	content: " ";
}
.our-team-clear:after { clear: both; }

.our-team-tabs {
	margin: 0 0 1.5em 0;
	padding: 3px;
}
.our-team-nav span {
	display: inline-block;
	margin-right: 3px;
	padding: 10px 15px;
	font-size: 13px;
	min-height: 40px;
	line-height: 20px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	color: #333;
	cursor: pointer;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.our-team-nav span:hover { background: #f5f5f5; }
.our-team-nav span.our-team-current { background: #fff; cursor: default; }
.our-team-nav span.bt-tabs-disabled {
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}
.our-team-nav span i.fa{
	margin-right: 5px;
}


.bt-tabs-vertical:before,
.bt-tabs-vertical:after,
.bt-tabs-vertical-right:before,
.bt-tabs-vertical-right:after{
	content: " ";
	display: table;
}
.bt-tabs-vertical:after ,
.bt-tabs-vertical-right:after
{ clear: both; }
.bt-tabs-vertical .our-team-nav,
.bt-tabs-vertical-right .our-team-nav {
	float: left;
	width: 30%;
}
.bt-tabs-vertical .our-team-nav span,
.bt-tabs-vertical-right .our-team-nav span {
	display: block;
	margin-right: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
}
.bt-tabs-vertical .our-team-panes,
.bt-tabs-vertical-right .our-team-panes {
	float: left;
	width: 70%;
}
.bt-tabs-vertical .our-team-pane, 
.bt-tabs-vertical-right .our-team-pane {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}
.our-team-nav,
.our-team-nav span,
.our-team-panes,
.our-team-pane {
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.our-team-bottom .our-team-nav span{
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.bt-tabs-vertical-right .our-team-nav span{
	border-top-left-radius: 0px;
    border-top-right-radius: 3px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 3px;
}
.our-team-fit .our-team-nav span{
	margin-right: 0px;
}
/*------Accordion --------------------------------*/
.bt-accordion{
	margin-bottom: 20px;
}
.bt-spoiler{
	margin-top: 10px;
}
.bt-spoiler:first-child{
	margin-top: 0;
}
.bt-spoiler-title{
	height: 30px;
	border: 1px solid #e8e8e8;
	font-size: 16px;
	color: #333333;
	line-height: 30px;
	padding-left: 10px;
	cursor: pointer;
}

.bt-spoiler-title i{
	margin-right: 10px;
}
.bt-spoiler-content{
	padding: 10px;
	background: #fdfdfd;
	border: 1px solid #e8e8e8;
	border-top: none;
	font-size: 13px;
	color: #333333;
	line-height: 24px;
}

.bt-spoiler-collapse{
	font-size: 15px;
	font-family: FontAwesome;
	float: right;
	margin-right: 10px;
}

.bt-accordion-plus .bt-spoiler-collapse:before { content: "\f067"; }
.bt-accordion-plus .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f068"; }
.bt-accordion-plus-circle .bt-spoiler-collapse:before { content: "\f055"; }
.bt-accordion-plus-circle .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f056"; }
.bt-accordion-plus-square-1 .bt-spoiler-collapse:before { content: "\f0fe"; }
.bt-accordion-plus-square-1 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f146"; }
.bt-accordion-plus-square-2 .bt-spoiler-collapse:before { content: "\f196"; }
.bt-accordion-plus-square-2 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f117"; }
.bt-accordion-arrow .bt-spoiler-collapse:before { content: "\f061"; }
.bt-accordion-arrow .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f063"; }
.bt-accordion-arrow-circle-1 .bt-spoiler-collapse:before { content: "\f0a9"; }
.bt-accordion-arrow-circle-1 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f0ab"; }
.bt-accordion-arrow-circle-2 .bt-spoiler-collapse:before { content: "\f18e"; }
.bt-accordion-arrow-circle-2 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f01a"; }
.bt-accordion-chevron .bt-spoiler-collapse:before { content: "\f054"; }
.bt-accordion-chevron .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f078"; }
.bt-accordion-chevron-circle .bt-spoiler-collapse:before { content: "\f138"; }
.bt-accordion-chevron-circle .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f13a"; }
.bt-accordion-caret .bt-spoiler-collapse:before { content: "\f0da"; }
.bt-accordion-caret .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f0d7"; }
.bt-accordion-caret-square .bt-spoiler-collapse:before { content: "\f152"; }
.bt-accordion-caret-square .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f150"; }
.bt-accordion-folder-1 .bt-spoiler-collapse:before { content: "\f07b"; }
.bt-accordion-folder-1 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f07c"; }
.bt-accordion-folder-2 .bt-spoiler-collapse:before { content: "\f114"; }
.bt-accordion-folder-2 .bt-spoiler-opened .bt-spoiler-collapse:before { content: "\f115"; }

/*** QUOTE **/
.bt-quote{
	margin-bottom: 20px;
}
.bt-quote p{
	margin: 0;
}
.bt-quote-default .bt-quote-inner p:before {
  background-position: 0 0;
  left: 0;
  top: 0;
}
.bt-quote-default .bt-quote-inner p:before, 
.bt-quote-default  .bt-quote-inner p:after {
  background-image: url("../images/quote.html");
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  width: 20px;
}
.bt-quote-default  .bt-quote-inner p:after {
  background-position: -20px 0;
  bottom: 0;
  right: 0;
}

.bt-quote-default  .bt-quote-inner p{
  font-style: italic;
  margin-bottom: 1.5em;
  padding: 0.5em 3em;
  position: relative;
}


.bt-quote-default .bt-quote-author {
  font-style: normal;
  display: block;
  text-align: right;
  margin-right: 50px;
}
.bt-quote-big-quote{
	background: #f7f7f7;
	padding: 50px;
	position: relative;
}
.bt-quote-big-quote .bt-quote-inner{
	position: relative;
	z-index: 1;
}
.bt-quote-big-quote:before{
	background-image: url("../images/big_quote.html");
	content: "";
	display: block;
	height: 150px;
	position: absolute;
	width: 150px;
	top: -20px;
	right: -20px;
}
.bt-quote-big-quote .bt-quote-author{
	text-align: right;
	display: block;
	margin-top: 20px;
}
.bt-quote .bt-quote-author i{
	margin-right: 5px;
}
.bt-quote-box{
	border-left: 5px solid #e2e2e2;
}
.bt-quote-box .bt-quote-inner{
	border: 1px solid #e2e2e2;
	bordef-left: none;
	background: #fcfcfc;
	color: #888888;
	padding: 20px;
}
	
.bt-quote-box .bt-quote-box-icon{
	font-size: 2em;
	float: left;
}
.bt-quote-box p{
	margin: 0;
	margin-left: 2.5em;
}
.bt-quote-border-left{
	padding: 20px;
	border-left: 3px solid #e2e2e2;
	color: #888888;
}
/*---------------------------------------Contact Form---------------------------------------*/
.contact .our-team-head {
  padding: 60px 0 30px;
}
.contact-form {
  background: none repeat scroll 0 0 #1b1b1b;
  padding-bottom: 30px;
  position: relative;
}
.main-contact-form{margin-top: 20px;}
.contact {
    background: none repeat scroll 0 0 #1b1b1b;
    padding: 10px 16px 0;
    position: absolute;
    right: 0;
    top: 144px;
    z-index: 3;
}
.contact-submit .col-md-3{float:right;}
.control {
    background: none repeat scroll 0 0 #232323;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
    padding: 6px;
    width: 100%;
}
.form-submit {
    margin: 0 !important;
    padding: 0!important;
}
.btn-submit {
    background: none repeat scroll 0 0 #C21A27;
    border: medium none;
    color: #fff;
    font-size: 14px;
    padding: 7px;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
}
.main-contact-form textarea  {
    height: 120px;
}
.our-partners {
  margin-bottom: 30px;
}
.brand  .col-md-2{padding-left: 0;}

.contact-map {
  max-width: 100%;
  width: 100%;
}
#map{
    height: 460px;
	width:100%;
}
.contact-map,.map-frame-event{min-height:230px}
.event-content .map-frame-event{
    height: 385px;
}
.about-box .map-frame-event{
    height: 260px;
}
.contacts-us .contact-form{padding-bottom:0;}

.btn-submit{
	position:relative;
}
.btn-submit:after{
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-submit:before{
	content: "\f003";
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    left: 0px;
	top:5px;
	width:30%;
	color: #fff!important;
}
.btn-success:before{
	content: "\f118";
}
.btn-error:before {
	content: "\f119";
}
.btn-success:after {
	content: "Success!";
	-webkit-animation: moveUp 0.5s;
	-moz-animation: moveUp 0.5s;
	animation: moveUp 0.5s;
}
.btn-success,
.btn-error {
	color: transparent!important;
}

.btn-success:after,
.btn-error:after {
	z-index: 1;
	color: #fff!important;
	left: 30%;
}

.btn-success:after {
	content: "Success!";
	-webkit-animation: moveUp 0.5s;
	-moz-animation: moveUp 0.5s;
	animation: moveUp 0.5s;
}
.btn-error {
	-webkit-animation: shake 0.5s;
	-moz-animation: shake 0.5s;
	animation: shake 0.5s;
}
.btn-error:after {
	content: "Error!";
	-webkit-animation: scaleFromUp 0.5s;
	-moz-animation: scaleFromUp 0.5s;
	animation: scaleFromUp 0.5s;
}

/*---------------------------------------New Products---------------------------------------*/
.new-product {
  background: none repeat scroll 0 0 #242424;
  position: relative;
}
.title-name {
  background: url("../images/newproducts/bg_title.png") repeat-x scroll center center rgba(0, 0, 0, 0);
  padding: 20px 0;
  text-align: center;
}
.title-name h4 {
    border: 2px solid;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    padding: 12px 19px;
    width: 185px;
}
.info-products {
    background: none repeat scroll 0 0 #161616;
    padding: 20px 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
}
.product-name{margin-bottom: 10px;}
.product-name a {
    color: #fff;
    font-size: 16px;
}
.product-bottom {
    border-bottom: 2px solid rgba(255, 255, 255,1);
    margin-top: 5px;
    width: 50px;
}
.special-price {
    color: #C21A27;
    font-size: 18px;
    padding-right: 20px;
}
.old-price{
    color: #9a9a9a;
    font-size: 14px;
    text-decoration: line-through;
}

.product-image-wrapper {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.product-list .actions, .product-cart .actions {
  border-top: 1px solid rgba(23, 23, 23, 0.2);
  padding-top: 10px;
}
.product-image-wrapper:hover .price-box .special-price, 
.product-image-wrapper:hover .price-box .old-price{
    color:#fff;
}
.details-products {
    padding: 20px 10px 10px;
}
.actions  ul {
    margin: 0;
    padding: 0;
}
.actions ul li {
    display: inline-block;
    margin-right: 7px;
    text-align: center;
}
.actions ul li a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15) ;
    color: #ffffff;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.arrows {
    display: block;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    text-align: center;
    top: 150px;
    transition: transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -webkit-transition:-webkit-transform 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    opacity: 0;
}
.arrows .fa {
    background: none repeat scroll 0 0 #C21A27;
    color: #fff;
    font-size: 16px;
    padding: 12px 13px;
}
.product-overlay {
    opacity: 0;
    position: absolute;
    transition: transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    -width: 100%;
}
.product-image-wrapper:hover .product-overlay{
    opacity: 1;
    transform: translateY(-148px);
    -o-transform: translateY(-148px);
    -ms-transform: translateY(-148px);
    -moz-transform: translateY(-148px);
    -webkit-transform: translateY(-148px);
}
.product-image-wrapper:hover .arrows{
    opacity: 1;
    transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
}

.discover {
  background: url("../images/bg-discover.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
}
.discover-content {
    margin: 70px 0;
}
.discover-link {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-top: 10px;
    width: 100%;
}
.discover .training-content h2 {
    font-size: 48px;
    font-weight: bold;
	
}
.discover .open-btn {
    border: 2px solid;
    line-height: 6;
    padding: 12px 13px;
    text-transform: uppercase;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

/*---------------------------------------Introduction---------------------------------------*/
.introduction {
  background: url("../images/bg_3.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  max-width: 100%;
  background-size:100% auto;
  padding: 50px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.introduction .title-page h3 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}
.icon-img{
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 70px;
  margin: 15px 30px;
  position: relative;
  text-align: center;
  width: 70px;
  z-index: 1;
}
.icon-img {
  box-shadow: 0 0 0 3px #fff;
  -moz-box-shadow: 0 0 0 3px #fff;
  -webkit-box-shadow: 0 0 0 3px #fff;
  -o-box-shadow: 0 0 0 3px #fff;
  -ms-box-shadow: 0 0 0 3px #fff;
  transition: color 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
}
.icon-img:after {
  box-sizing: content-box;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
.icon-img:after {
  background: none repeat scroll 0 0 #fff;
  left: -2px;
  padding: 2px;
  top: -2px;
  transition: transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: -moz-transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -webkit-transition: -webkit-transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: -o-transform 0.2s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: -ms-transform 0.2s ease 0s, opacity 0.2s ease 0s;
  z-index: -1;
}

.icon-img:hover:after {
  transform: scale(0.85);
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
}
.icon-img img {
  margin-top: 22px;
}
.introduction .intro-content {
    padding-bottom: 40px;
    padding-top: 20px;
    text-align: center;
}
.introduction .intro-content h4 {
    font-family: "Titillium Web";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin: 15px 0;
}
.introduction .intro-content p {
    font-family: 'Montserrat';
    font-size: 12px;
}

/*---------------------------------------Services---------------------------------------*/
.services {
  background: url("../images/bg_services.jpg") no-repeat scroll center center rgba(255, 255, 255, 0.2);
  position: relative;
  background-size:100% auto;
}
.sevices-main {
    background: none repeat scroll 0 0 rgba(6, 6, 6, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 70px;
    overflow: hidden;
}
.services .title-page h4 {
    font-size: 24px;
    font-weight: bold;
}
.services .title-page h4 span {
    border: 2px solid;
    padding: 5px 10px;
}
.services .col-md-3 {
    padding: 0;
}
.services .sevices-wapper {
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding: 70px 0;
}
.services-content{
    position: relative;
    text-align: center;
    transition: transform 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s;
    -ms-transition: -ms-transform 0.4s ease 0s;
}
.services-content h4 {
    font-size: 16px;
}
.services-title {
  margin: 10px 0;
}
.services-content .actions p {
  margin-bottom: 1px;
  margin-top: 10px;
}
.border-title {
  width: 45px;
  margin: 10px auto 0;
  display:none;
}
.border-title-1 {
  border: 1px solid #fff;
  width: 45px;
  margin: 0 auto;
}
.sevices-wapper:hover{
    background:#C21A27;
}
.sevices-wapper .services-content:hover{
    transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}
.sevices-wapper .services-content:hover .actions{
    opacity: 1;
}

/*---------------------------------------News---------------------------------------*/
.home-v2 .news-page {
  background: none repeat scroll 0 0 #242424;
  padding-top: 0;
  position: relative;
  padding-bottom: 50px;
}
.news-page .col-md-4, .news-page .col-md-8 {padding-left:0;}
.news-cont .title-page{text-align:left;}
.news-cont .title-page h3 {
    font-weight: bold;
    margin: 7px 0;
}

.news-page-cont .news-text span{
    font-weight:bold;
}
.news-wapper {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.news-wapper:last-child {
    border-bottom: none;
}
.news-wapper .details-news h6 {
    font-size:14px;
    text-transform:uppercase;
}
.news-wapper .details-news a {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.news-page .news-content{padding-top:15px;}
.news-page  .news-content ul {
    background: none;
    padding: 0;
}
.news-page  .news-content ul .latest-news-item:hover{
    background: none;
}
.news-page .latest-news-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-top:none;
}
.news-page .news-item-inner {
    padding: 0 0 10px;
}
.news-page .news-date {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin-top: 0;
}
.news-page .news-day {
    border:none;
}
.news-page .news-title a {
    color:#fff;
}
.news-title a:hover{color:#C21A27;}
.news-time p:hover{color:#5d5d5d !important;}

/*---------------------------------------Page Home White---------------------------------------*/
.index-white{background:#fff;}
.index-white .about-top {
    background: #fff;
    color:#555555;
}
.index-white .about-top:before {
    background:none;
}
.index-white .about-bottom:before {
    background: url("../images/bg-white.png") repeat-x scroll center bottom transparent;
}

.index-white  .about-bottom, .index-white   .timetable {
  background: none repeat scroll 0 0 #fff;
}

.index-white .parallax-block-content {
    text-align: center;
}
.index-white .title-page {
    color: #555555;
}
.index-white .timetable-cont img {
    opacity: 1;
}
.index-white .classes-content .box-cell {
    margin: 25px 25px 0;
    padding: 10px;
}
.index-white .box-inner {
    position: relative;
    z-index:99;
}
.index-white .timetable-top .time-table-title {
    left: 0;
    padding: 10px;
    text-align: left;
    top: 0;
}
.index-white .times-table {
    left: 30px !important;
    top: 30px !important;
}
.index-white .box-text {
    position: absolute;
    text-align: left;
    top: 55px;
}
.index-white .box-text a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.index-white .classes-content .table:before {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.index-white  .timetable-top{
    margin-bottom: 60px;
}

/*--------------------------------------- Shop-v2 ---------------------------------------*/
/*.slide-container {
    overflow: hidden;
    position:relative;
}*/

.slider-content {
    left: 0;
    padding-left: 20px;
    position: absolute;
    top: 200px;
    z-index: 50;
    width: 82%;
}
.slider-content-left {
    margin: 0 0 0 auto;
    padding-right: 20px;
    right: 0;
    text-align: right;
}
.background-overlay {
    z-index:0;
}
.slider-banner-right .background-overlay {
    background: none repeat scroll 0 0 rgba(32, 32, 32, 0.67);
}
.shop-v2 .col-md-6{padding:0;}
.slider-content-left  .border-text {
    border: 2px solid;
    margin: 20px 5px 20px auto;
    text-align: right;
    width: 50px;
}
.slider-content-right .border-text {
    border: 2px solid;
    margin: 20px 20px 20px 5px;
    text-align: right;
    width: 50px;
}
.slider-content .title-slide {
    font-size: 50px;
    font-weight: bold;
    margin: 5px;
}
.slider-content .text-slide {
    font-size: 18px;
    margin: 5px;
    text-transform: uppercase;
}
.open-now{
    padding-top: 30px;
}
.open-btn{
    border: 2px solid;
    font-size: 16px;
    padding: 6px 10px;
    text-transform: uppercase;
}

/*--------------------------------Collection------------------------------*/

.collection .col-md-3{padding:0;}
.collection-title {
    background: url("../images/bg-collection.png") no-repeat scroll center center rgba(255, 255, 255, 0.2);
    padding: 50px 0;
    text-align: center;
}

.product {
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
    overflow: hidden;
}
.product .product-wrapper{
    border: 0.5px solid rgba(255, 255, 255, 0.2);
    height: 300px;
}
.bottom {
    height: 500px;
}


/*---------------------------------------Page Our Class---------------------------------------*/

.page-heading {
    background:url("../images/bg-our-class.jpg") no-repeat center rgba(0, 0, 0, 0);
	background-size:100% 100%;
}
.page-heading .page-title h3{
    font-size: 36px;
}
.categories {
    background: none repeat scroll 0 0 #121212;
    border-bottom: 1px solid rgba(135, 135, 135, 0.15);
    margin-top: -36px;
}
.categories .filter {
    border-radius: 8px;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -ms-border-radius: 8px;
   -o-border-radius: 8px;
    display: inline-block;
    font-size: 14px;
    padding: 1px 10px;
    text-decoration: none;
}
.categories .filter {
    background: none repeat scroll 0 center rgba(0, 0, 0, 0);
    border-radius: 0;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 60px;
    line-height: 60px;
    padding: 0 23px;
    border:none;
    border-right:1px solid rgba(255,255,255,0.2);
	text-transform: none;
	width: auto;
}
.categories .filter:hover, .categories .filter.is-checked {
  background: none repeat scroll 0 0 #C21A27;
  text-transform: none;
  width: auto;
  color:#fff;
}

.breadcrumbs .container ul li{display:inline-block;padding-right: 10px;}
.breadcrumbs  .home a, .breadcrumbs .category-1 a{
    color: #C21A27;
    text-transform: none;
}
.breadcrumbs .category-2 {text-transform: none; color:#fff;}
.page-content {
    position: relative;
}
.breadcrumbs {
  margin: 0 auto;
  position: absolute;
  top: -34px;
  width: 100%;
  z-index: 3;
}

.breadcrumbs ul{
    background: none repeat scroll 0 0 #1b1b1b;
    display: inline-block;
    line-height: 1;
    position: relative;
    /*text-transform: uppercase;*/
    margin: 0;
    padding: 11px 10px;
}
.breadcrumbs ul{
    background: none repeat scroll 0 0 #1b1b1b;
}
.breadcrumbs ul:before {
    border-color: transparent transparent transparent #1b1b1b;
    border-style: solid;
    border-width: 14px;
    bottom: -14px;
    content: "";
    left: 0;
    position: absolute;
}
.breadcrumbs ul:before {
    border-left-color: #1b1b1b;
}
.breadcrumbs ul {
  color: #C21A27;
  width: 100%;
}

/*---------------------------------------End Our Class---------------------------------------*/


/*---------------------------------------Our Class Details---------------------------------------*/

.class-detail{
  padding-top: 50px;
}
.banner-details .carousel-control span {
  background: none repeat scroll 0 0 #141414;
  font-size: 18px;
  height: 40px;
  padding-top: 10px;
  width: 40px;
}
.banner-details .carousel-control span:hover {
  background: none repeat scroll 0 0 #C21A27;
}
.our-details {
  padding: 30px 0;
}
.content-page, .comments-content {
    background: none repeat scroll 0 0 #1b1b1b;
    padding: 15px;
    margin-top: 20px;
    overflow: hidden;
}
.content-page p {
    margin: 20px 0;
}
.class-details, .comments, .form-comment, .details-desc, .caveats, .share {
    overflow: hidden;
    width: 100%;
}
.details-desc-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 15px;
}
.class-details h5 {
    display: inline-block;
    width: 50%;
}
.rating {
    display: inline-block;
    float: right;
    text-align: right;
    width: 50%;
}
.rating span {
    color: #C21A27;
}
.rating .votes {
    color: #fff;
}
.caveats-full {
    float: left;
    width: 50%;
}
.caveats-content {
  background: url("../images/canvat.png") no-repeat scroll right top #242424;
  float: right;
  margin-top: 30px;
  padding: 35px 0;
  width: 48%;
}
.caveats-full-1 {
  float: left;
  overflow: hidden;
}
.caveats-content p {
  font-size: 18px;
  margin: 0 auto;
  width: 71%;
}

.share {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin: 23px 0 33px;
  padding: 5px 0;
}
.share-title {
    color: #666666;
    float: left;
    width: 50%;
}
.share .social-icon {
    float: right;
    margin: 0;
    text-align: right;
    width: 50%;
}
.share .social-icon a {
    font-size: 14px;
    line-height: 34px;
    padding: 0 10px;
}
.share .social-icon a:hover {
    color:#C21A27;
}
.share .social-icon .linkedin {
    padding-right:0;
}

.comments-title {
    background: none repeat scroll 0 0 #C21A27;
    padding: 10px 15px;
    margin-top: 30px;
}
.comments-content {
    margin-top: 0;
    padding: 0;
}
.comments-content .answer, .comments-content .reply {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 25px	 0;
    width: 100%;
}
.comments-content .reply img {
    float: right;
}
.content-cmt .name-cmt {
    color: #C21A27;
    margin-right: 20px;
}
.content-cmt .date-cmt {
    border-right: 1px solid;
    color: #9e9e9e;
    margin-right: 5px;
    padding-right: 7px;
}
.content-cmt span a {
    color: #C21A27;
}

.form-comment {
    padding: 20px;
}
.form-comment-title{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}
.form-validate-right, .form-validate-left {
    float: left;
    width: 50%;
}
.form-validate-left input  {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding: 5px 10px;
    width: 93%;
    background: none repeat scroll 0 0 #232323;
}
.form-validate-right .message .control {
    height: 143px;
    margin-bottom: 20px;
}
.form-submit .btn-submit{
    font-size: 16px;
    text-align: center;
}
.contact-form .form-submit{
	overflow:hidden;
	position:relative;
}

.class-trainer, .class-info{background: none repeat scroll 0 0 #1b1b1b;}
.class-trainer-title {
    background: none repeat scroll 0 0 #C21A27;
    padding-top: 20px;
    text-align: center;
}
.img-trainer img{
    margin-bottom: -24px;
}
.class-trainer-content {
    padding: 35px 20px 20px;
    text-align: center;
}
.class-trainer-content .profile {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 7px 20px;
    text-transform: uppercase;
}
.class-trainer-content .profile:hover {
    background:#C21A27;
}
.class-info {
    margin-top: 20px;
    padding-bottom: 1px;
}
.class-info-title {
    background: none repeat scroll 0 0 #C21A27;
    padding: 4px 20px;
    position: relative;
}
.class-info-title:before {
    border-left-color: #C21A27;
}
.class-info-title:before {
    border-color: transparent transparent transparent #C21A27;
    border-style: solid;
    border-width: 14px;
    bottom: -14px;
    content: "";
    left: 0;
    position: absolute;
}
.class-info-content{
    padding: 0 20px;
}
.info-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #9e9e9e;
    padding: 12px 0;
    text-transform: uppercase;
}
.info-content span i{
    margin-right: 7px;
}
.course {
    border: 2px solid #C21A27;
    margin: 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
}
.course:hover {
    border: 2px solid #C21A27;
    background:#C21A27;
}
.course:hover a {
    color: #fff;
}
.course a {
    color: #C21A27;
}

.class-related {
    padding: 20px 0;
}
.class-related-title {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}
.related-product {
    padding-bottom: 20px;
    position: relative;
}
.related-product .name-product {
    left: 23px;
    position: absolute;
    top: 23px;
}
.related-product .name-product-details {
    background: none repeat scroll 0 0 #C21A27;
    padding: 4px 10px;
    position: relative;
    text-transform: uppercase;
}
.related-product .name-product-details:before {
    border-color: transparent transparent transparent #C21A27;
    border-style: solid;
    border-width: 9px;
    bottom: -9px;
    content: "";
    left: 0;
    position: absolute;
}
.related-product .name-product-details:before {
    border-left-color: #C21A27;
}
.related-product .box-cell {
  display: block !important;
  margin: 25px 20px 0;
  position: relative;
  z-index: 99;
}
.related-product .box-inner a span {
  color: #fff;
  display: inline-block;
  font-size: 15px;
  margin: 0;
  padding: 5px 7px;
  position: relative;
  text-transform: uppercase;
}
/*---------------------------------------End Our Class Details---------------------------------------*/

/*--------------------------------------- Our Blog---------------------------------------*/

.our-blog {
  padding: 30px 0;
}
.menu-sidebar, .popular-event, .archives, .tags{margin-bottom:30px;}
.blog-page {
    margin-bottom: 30px;
}
.blog-item {
    background: none repeat scroll 0 0 #1b1b1b;
    margin-bottom: 30px;
    overflow: hidden;
	padding-bottom: 10px;
}
.img-blog {
    margin-bottom: 20px;
}
.blog-main .img-blog {
  float: left;
  overflow: hidden;
  padding-left: 23px;
  padding-right: 0;
  padding-top: 6px;
  width: 145px;
}
.blog-content {
  margin-left: 142px;
  padding-left: 0 !important;
}
.blog-main .img-blog img {
    border: 4px solid #C21A27;
}
.details-desc-full p, .caveats-full p, .caption-desc, .caveats-full-1 p {
  color: #9e9e9e;
  font-family: arial;
}
.blog-title {
  padding: 5px 0;
}
.blog-title a {
    font-size: 24px;
    text-transform: uppercase;
}
.blog-title a:hover {
    color:#C21A27;
}
.blog-title-top {
    font-size: 12px;
    text-transform: uppercase;
}
.blog-intro {
  padding-bottom: 10px;
}

.created-by, .published, .category-name{
    display: inline-block;
    margin-right: 5px;
}
.created-by span, .category-name a{
    color:#C21A27;
}
.pages {
    height: 36px;
    line-height: 36px;
}
.pages ul {
  padding-left: 0;
}
.pages ul li {
    display: inline-block;
    margin: 0 2px;
}
.pages li  a {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 9px 14px;
}
.pages .current  a {
    background:#C21A27;
}

.menu-sidebar {
    background: none repeat scroll 0 0 #C21A27;
}
.title-menu {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    padding: 5px 15px;
}
.menu-sidebar .nav-menu {
    padding: 0 15px 5px;
}
.menu-sidebar .nav-menu li  {
    padding: 10px 0;
    font-size: 13px;
	position:relative;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.menu-sidebar .nav-menu li a:before {
	background: none repeat scroll 0 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 44px;
    width: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-ms-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;	
	}
.menu-sidebar .nav-menu li a:hover:before {
	width:60px;
	transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; 
	-moz-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-ms-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-webkit-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	}	
.popular-event{  background: none repeat scroll 0 0 #1b1b1b;}
.popular-event-title {
    border-bottom: 2px solid #232323;
    color: #666666;
    padding: 10px 15px;
}
.popular-event-title a {
    margin: 0;
}
.popular-event .news-content ul {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 0;
}
.popular-event .latest-news-item {
    border-bottom: 1px solid #232323;
    border-left: 2px solid #454545;
}
.popular-event .latest-news-item:hover{
    background:#242424;
    border-left:2px solid #C21A27;
}
.popular-event .latest-news-item:hover .news-title a{
    color:#C21A27;
}
.popular-event .news-date {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #C21A27;
}
.popular-event .news-day {
    border:none;
    padding:0;
}
.popular-event .news-month {
    font-size: 15px;
}
.popular-event .news-info {
    margin-left: 60px;
}
.popular-event .news-title a {
    color: #666666;
    text-transform: none;
}
.popular-event .news-time p {
    background: url("../images/clock.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #bbbbbb;
    padding-left: 20px;
}
.archives-title {
    border-bottom: 1px solid #2b2b2b;
    padding: 10px;
}
.archives-title span {
    border-bottom: 1px solid #C21A27;
    color: #666666;
    font-size: 18px;
    padding-bottom: 13px;
    text-transform: uppercase;
}
.info-content {
    border-bottom: 1px solid #2b2b2b;
    font-size: 14px;
    padding: 12px;
    text-transform: none;
}
.info-content  a{
    color: #666666;
}
.info-content  a:hover{
    color: #C21A27;
}

.tags-content {
    padding: 20px 0;
}
.tags-blog {
    display: inline-block;
}
.tags-blog a {
    background: none repeat scroll 0 0 #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #9c9c9c;
    display: inline-block;
    height: 29px;
    line-height: 27px;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 0 15px !important;
}
.tags-blog a:hover{
    background: none repeat scroll 0 0 #C21A27;
    color: #fff;
}

/*---------------------------------------End Our Blog---------------------------------------*/

/*--------------------------------------- Blog Details---------------------------------------*/

.icon-blog {
    overflow: hidden;
    padding-top: 30px;
}
.icon-blog .icon {
    display: inline-block;
    float: left;
    height: 46px;
    margin-bottom: 1px;
    margin-right: 1px;
}
.icon-blog .icon a {
  background: none repeat scroll 0 0 #242424;
  color: #a3a3a3;
  display: inline-block;
  font-size: 18px;
  height: 46px;
  line-height: 46px;
  overflow: hidden;
  text-align: center;
  width: 46px;
}
.icon-blog .icon a:hover{
  background: none repeat scroll 0 0 #C21A27;
  color: #fff;
}

.author, .related-post {
    background: none repeat scroll 0 0 #1b1b1b;
    overflow: hidden;
    width: 100%;
    margin-bottom: 30px;
}
.author {
    padding: 20px 0;
}
.related-post {
  padding: 30px 23px;
}
.related-post-title {
    border-bottom: 2px solid #232323;
    margin-bottom: 10px;
}
.related-post-title h5 {
  margin-top: 0;
}
.related-post-list {
  border-bottom: 1px solid #232323;
  padding: 8px 0;
  position: relative;
}
.related-post-list:last-child{
    border-bottom: none;
}
.related-post-list a {
  color: #9e9e9e;
  font-family: Arial;
}
.related-post-list a:before {
	background: none repeat scroll 0 0 #C21A27;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;	
	-ms-transition: all .3s ease-in-out;	
	-o-transition: all .3s ease-in-out;	
}
.post-last a:before {
	background: none;
}
.related-post-list a:hover{
	color:#C21A27; 
	font-family: Arial;
}
.related-post-list a:hover:before {
	width:60px;
	transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; 
	-moz-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-ms-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-webkit-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.popular-event-details {
    background: none repeat scroll 0 0 #fff;
}
.popular-event-details .popular-event-title {
    border-bottom: 2px solid #ededed;
}
.popular-event-details .latest-news-item {
    border-bottom: 1px solid #ededed;
    border-left: 2px solid #ededed;
}
.popular-event-details .latest-news-item:hover{
    background:#f8f8f8;
}
.popular-event-details .news-day, .popular-event-details .news-month{color:#C21A27;}
.popular-event-details .latest-news-item:hover .news-title a{
    color:#c50b0b;
}

/*---------------------------------------End Blog Details---------------------------------------*/

/*---------------------------------------Page Our Trainers---------------------------------------*/

.our-trainers {
  overflow: hidden;
  padding: 45px 0 15px;
}
.product-content .info-products, .our-trainers .info-products{
    position: relative;
    text-align: center;
    border:none;
    transition: transform 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s;
    -ms-transition: -ms-transform 0.4s ease 0s;
}
.product-trainer a img, .meet-trainer .product-image a img, 
.event-listing-grid .product-image a img,
.sport-new .img-sport a img {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
}
.product-trainer a img:hover, 
.meet-trainer .product-image a img:hover, 
.event-listing-grid .product-image a img:hover,
.sport-new .img-sport a img:hover{
  transform: scale(1.2) rotateZ(-5deg);
  -moz-transform: scale(1.2) rotateZ(-5deg);
  -webkit-transform: scale(1.2) rotateZ(-5deg);
  -o-transform: scale(1.2) rotateZ(-5deg);
  -ms-transform: scale(1.2) rotateZ(-5deg);
}
.product-list .info-products{text-align:left;}
.product-image-wrapper:hover .product-content  .info-products, 
.product-image-wrapper:hover .our-trainers .info-products{
    background:#C21A27;
     transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
}
.img-trainers {
  background: none repeat scroll 0 0 #C21A27;
  border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
  height: 66px;
  left: 50%;
  margin-left: -33px;
  position: absolute;
  top: -35px;
  width: 66px;
}
.img-trainers img {
  padding-top: 20px;
}
.our-trainers .product-name {
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
}
.our-trainers .product-bottom {
    margin: 0 auto;
    padding: 5px 0;
}
.actions{
	padding: 10px 15px;
    bottom: 5px;
    height: auto;
    opacity: 0;
    top: auto;
	overflow:hidden;
    background: none repeat scroll 0 0 #C21A27;
    transform: translateY(99%);
    -moz-transform: translateY(99%);
    -webkit-transform: translateY(99%);
    -o-transform: translateY(99%);
    -ms-transform: translateY(99%);
    transition: transform 0.4s ease 0s;
    -moz-transition: -moz-transform 0.4s ease 0s;
    -webkit-transition: -webkit-transform 0.4s ease 0s;
    -o-transition: -o-transform 0.4s ease 0s;
    -ms-transition: -ms-transform 0.4s ease 0s;
    width: 100%;
    position:absolute;
    left: 0;
}
.product-image-wrapper:hover .info-products .actions{
    opacity: 1;
	transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
    -ms-transform: translateY(100%);
}
.our-trainers .actions ul li a .fa {
    height: 30px;
    line-height: 30px;
    padding: 0;
    width: 30px;
}
.load-product {
  padding-bottom: 40px;
}
.load-more {
  background: none repeat scroll 0 0 #1e1e1e;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  float: left;
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.load-more:focus {
    background: none repeat scroll 0 0 #C21A27;
}
.new-product .info-products{
  text-align: left;
}
.new-product .actions {
  border-top: 1px solid rgba(88, 88, 88, 0.18);
}
/*---------------------------------------End Page Our Trainers---------------------------------------*/

/*---------------------------------------Page Our Trainers Profile---------------------------------------*/

.experience {
    padding-top: 40px;
    margin-bottom: 25px;
}
.experience-title {
    padding-bottom: 10px;
}
.experience-main {
    margin-bottom: 3px;
}
.experience-spoiler {
    margin-top: 10px;
}
.experience-spoiler:first-child {
    margin-top: 0;
}
.experience-details-title {
    border: 1px solid #e8e8e8;
    color: #333333;
    cursor: pointer;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}
.experience-details-title {
    background: none repeat scroll 0 0 #1b1b1b;
    border: medium none;
    color: #fff;
    font-size: 18px;
    height: 45px;
    line-height: 21px;
    padding: 12px 0 12px 62px;
    position: relative;
}
.experience-spoiler-opened .experience-details-title {
    background: none repeat scroll 0 0 #C21A27;
}
.experience-details-title  i.fa {
    border-right: 3px solid #212121;
    height: 100%;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
    margin-right: 10px;
}
.experience-details-collapse {
    float: right;
    font-family: FontAwesome;
    font-size: 15px;
    margin-right: 10px;
}
.experience-details-collapse {
    border-right: 3px solid #212121;
    float: left;
    height: 100%;
    left: 0;
    line-height: 45px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 45px;
}
.experience-details-collapse {
    display: none;
}
.experience-details-content {
    background: none repeat scroll 0 0 #1b1b1b;
    border: medium none;
    color: #fff;
    font-size: 12px;
    padding: 12px 13px;
    line-height: 24px;
}

.profile {
    background: none repeat scroll 0 0 #1e1e1e;
    overflow: hidden;
}
.profile-content {
  margin-top: 30px;
  overflow: hidden;
}
.profile-content p {
    line-height: 28px;
}
.profile-title {
    background: none repeat scroll 0 0 #C21A27;
}
.img-profile1, .profile-icon {
  float: left;
  padding-left: 20px;
  width: 25%;
}
.profile-info, .profile-text  {
  float: left;
  padding-top: 5px;
  width: 75%;
}
.profile-info-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.profile-info span {
  display: inline-block;
  margin: 5px 0;
  text-transform: uppercase;
  width: 48%;
}
.profile-title .img-profile1 img {
  margin-bottom: -22px;
  margin-left: 10px;
  margin-top: 10px;
}
.profile-icon {
  padding-left: 0;
}
.profile-text {
  padding-right: 15px;
}
.profile-content .rating {
    text-align: center;
    width: 100%;
}
.profile-content .social-icon {
    text-align: center;
}
.profile-content .social-icon .middle {
    margin: 0 15px;
}
.progress-indicator {
    background: none repeat scroll 0 0 #2d2d2d;
    height: 9px;
    position: relative;
}
.progress-indicator > div {
    bottom: 2px;
    left: 2px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 0;
}
.experience-content ul {
    padding-left: 0;
}
.experience-content .skill {
    margin: 21px 0;
}
.experience-content .skill-top {
    margin-top:13px;
}
.progress-indicator .bg-red {
    background: none repeat scroll 0 0 #C21A27;
}
.skill-title {
    text-transform: uppercase;
}
.skill-percent {
    background: none repeat scroll 0 0 #C21A27;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 2px 4px;
    position: relative;
    text-transform: uppercase;
    float: right;
}
.skill-percent:before {
    border-color: transparent transparent transparent #C21A27;
    border-style: solid;
    border-width: 5px;
    bottom: -5px;
    content: "";
    left: 0;
    position: absolute;
}
.skill-percent:before {
    border-left-color: #C21A27;
}

.meet-trainer .our-trainers {
    padding-top: 0;
}
/*---------------------------------------End Page Our Trainers Profile---------------------------------------*/

/*---------------------------------------Page Our Pricing Table---------------------------------------*/

.ask-question-main {
  margin: 40px 0;
  padding: 0;
}
.ask-question {
    background: none repeat scroll 0 0 #161616;
	padding-top: 25px;
}
.question-content {
    background: none repeat scroll 0 0 #1b1b1b;
    font-size: 18px;
    padding: 7px 20px;
}
.question-content p, .answer p, .content-reply {
    margin-bottom:0;
    color:#666666;
}
.answer {
    padding: 15px 20px;
}
/*---------------------------------------End Our Pricing Table---------------------------------------*/


/*---------------------------------------About Us---------------------------------------*/

.menu-about{
  background: none repeat scroll 0 0 #121212;
  border-bottom: 1px solid #2b2b2b !important;
}
.menu-about ul li {
  border-left: 1px solid #2b2b2b;
}

.menu-about ul li a:hover, .menu-about ul li a:focus{
  background: none repeat scroll 0 0 #C21A27;
}

.choose {
  padding: 40px 0 70px;
}
#history{padding-bottom:30px;}

.classes-content .col-md-6{padding-left:0;}
.classes .our-class-main {
  padding: 30px 0;
}
.classes-athlete .isotope{
	border-right:2px solid transparent;
}
.block-right {
  margin-left: 15px;
  margin-top: -10px;
}
.about-info {
    margin-bottom: 30px;
}
.about-info:last-child{
    margin-bottom: 0;
}
.icon-block{
    float: left;
    text-align: center;
}
.icon-block .fa {
    background: none repeat scroll 0 0 #C21A27;
    border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    width: 70px;
}
.about-details {
    margin-left: 100px;
}
.about-details-title{
    color: #C21A27;
    font-size: 14px;
}

.join-us {
    font-size: 24px;
    font-weight: bold;
}

.history-skill {
    overflow: hidden;
    padding-top: 20px;
}
.history-skill ul {
    margin: 0;
    padding: 0;
}
.history-skill li {
  cursor: pointer;
  float: left;
  line-height: 30px;
  list-style: outside none none;
  width: 50%;
}
.history-skill li:before {
    border-radius: 100%;
   -moz-border-radius: 100%;
   -webkit-border-radius: 100%;
   -ms-border-radius: 100%;
   -o-border-radius: 100%;
    content:'\f05d';
    font-family: "FontAwesome";
    font-size: 15px;
    height: 14px;
    line-height: 14px;
    margin-right: 12px;
    text-align: center;
    width: 14px;
}
.history-skill li:hover{color:#C21A27;}

.tab-history{
    padding-top: 60px;
}
.tab-history .our-team-panes {
    position: relative;
    clear: left;
}
.tab-history .our-team-nav:before {
    border-bottom: 1px solid #4f4f4f;
    content: "";
    left: 0;
    position: absolute;
    top: 6px;
    width: 100%;
}
.tab-history .our-team-nav {
    padding: 0 80px;
    position: relative;
    box-sizing: border-box !important;
    overflow:hidden;
}
.tab-history .our-team-nav span {
    color: inherit;
    font-size: 18px;
    padding: 20px 0 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: none 0s ease 0s ;
    -moz-transition: none 0s ease 0s ;
    -webkit-transition: none 0s ease 0s ;
    -ms-transition: none 0s ease 0s ;
    -o-transition: none 0s ease 0s ;
    width: 15.667%;
    color: #666666;
}
.tab-history .our-team-nav .our-team-current {color:#fff;}
.tab-history .our-team-nav span:hover, .tab-history .our-team-nav span.our-team-current {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    text-indent: 0;
}
.tab-history .our-team-nav span:before {
    background: none repeat scroll 0 0 #606060;
    border: 2px solid #4f4f4f;
    border-radius: 50px;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   -ms-border-radius: 50px;
   -o-border-radius: 50px;
    content: "";
    display: inline-block;
    height: 12px;
    left: calc(50% - 6px);
    position: absolute;
    top: 0;
    width: 12px;
}
.tab-history .our-team-nav span:hover:before, .tab-history .our-team-nav span.our-team-current:before {
    background: none repeat scroll 0 0 #C21A27;
}
.tab-history .our-team-nav span:hover:before, .tab-history .our-team-nav span.our-team-current:before {
    background: none repeat scroll 0 0 #C21A27;
}
.tab-history .our-team-pane {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: inherit;
}
.tab-history .our-team-panes .our-team-pane {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    width: 100%;
}

.video-history iframe  {
  border: medium none;
  width: 100%;
}
.our-history {
  position: relative;
  z-index: 99;
}

/*---------------------------------------End About Us---------------------------------------*/


/*---------------------------------------Event Listing---------------------------------------*/

.event-listing .news-item-inner{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-size: 12px;
    height: auto;
    padding: 13px 10px ;
	border-left: 2px solid #373737;
}
.event-listing .news-item-inner:hover{
    background: none repeat scroll 0 0 #C21A27;
}
.news-item-inner:hover .news-time .event-text{
	color:#fff !important;
}
.news-item-inner:hover .news-time .open-time{
	color:#fff;
}

.event-listing .news-title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 30px;
}
.event-listing ul {
    padding-left: 0;
}
.event-listing .latest-news-item {
    background: none repeat scroll 0 0 #161616;
    border-bottom: medium none;
    padding: 0;
    margin-bottom: 15px;
}
.event-listing .latest-news-item:hover {
    background: #161616;
}
.event-listing .news-date {
    background: none repeat scroll 0 0 rgba(0,0,0,0.5);
}
.event-listing .news-title a {
    color: #fff;
    font-size: 24px;
}
.event-listing .news-month {
    padding: 3px 0 8px;
}
.event-listing .news-time {
    margin-top: 17px;
}
.event-listing .news-time p {
    color: #acacac;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 15px;
}
.experience-spoiler-opened .news-info .news-time .open-time,
.experience-spoiler-opened .news-info .news-time .event-text{
	color:#fff!important;
}
.event-listing .news-time .open-time {
  margin-bottom: 0;
  padding-left: 0;
}
.event-listing .news-time .open-time:before {
  color: #C21A27;
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 14px;
}
.event-listing .news-time .event-text {
    margin-bottom: 0;
    margin-left:0 !important;
}
.event-listing .news-time .event-text:before {
  color: #C21A27;
  content: "\f041";
  font-family: FontAwesome;
  margin-right: 10px;
  font-size: 14px;
}
.news-item-inner:hover .news-time .event-text:before,
.news-item-inner:hover .news-time .open-time:before  {
  color: rgba(0,0,0,0.5);
}
.experience-spoiler-opened .news-time .open-time:before,
.experience-spoiler-opened .news-time .event-text:before{
  color: rgba(0, 0, 0, 0.5) !important;
}
.event-listing .news-time p i {
    color: #C21A27;
    margin-right: 5px;
}

.event-title .fa {
    float: left;
    font-size: 18px;
}
.event-content {
    padding: 0;
}
.event-details, .event-map {
    padding: 10px 20px;
}

.time-location {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.time-event {
    display: inline-block;
    padding: 20px;
    width: 49%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.time-event:last-child {
    border:none;
}
.event-text {
    color: #acacac;
    margin-left: 40px;
    text-transform: uppercase;
}
.event-title h4, .event-details-text, .more, .event-map ul {
    margin-left: 40px;
    color: #acacac;
    list-style: inside none disc;
}
.event-details-text{
	height:50px;
	overflow:hidden;
}
.event-details .hide{
	display:none;
}
.event-title h4{color:#fff;}
.event-title h4 span{
    margin-left:20px;
}
.more {
    color: #C21A27;
}
.event-type .event-title{
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.event-type .event-title:last-child{
    border:none;
}
.event-type .event-title .fa{
    margin-left: 20px;
    margin-right: 20px;
}
.event-type .event-text{
    margin-left: 20px;
}
.event-type .event-home{
    margin-left: 60px;
}

.event-category .popular-event-title {
    background: none repeat scroll 0 0 #242424;
    color: #fff;
}
.event-category .news-day, .event-category .news-month{
    color:#fff;
}
.years-event .popular-event-title{
    padding: 10px 0;
}
.years-event .popular-event-title > h4 {
    float: left;
}
.years-event .next {
    line-height: 40px;
    overflow: hidden;
    text-align: right;
}
.years-event .circle .fa {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    height: 18px;
    width: 18px;
}

/*---------------------------------------End Event Listing---------------------------------------*/

/*---------------------------------------Event Listing Grid---------------------------------------*/
.event-listing-grid .info-products:hover {
    background:#C21A27;
    transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
}
.listing-grid .img-trainers, .event-listing-grid .img-trainers{background:none;}
.img-trainers .news-day {
    padding: 4px 0 1px;
}
.img-trainers .news-month {
    padding: 3px 0 7px;
}
.icon-time span{
    margin-right: 7px;
}
.icon-time span i{
  margin-right: 7px;
}
.view-details{margin-bottom:15px;}
.view {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  padding: 4px 12px;
}

.event-detail{
    background: none repeat scroll 0 0 #1b1b1b;
    padding-bottom: 25px;
}
.event-detail .event-desc {
    padding: 15px;
}
.event-detail .more {
    margin-left:10px
}

.event-type-details{ background: none repeat scroll 0 0 #1b1b1b;}
.event-type .share {
  border: medium none;
  margin: 0;
  padding: 0 20px;
}


/*---------------------------------------End Event Listing Grid---------------------------------------*/

/*---------------------------------------Calendar Full View---------------------------------------*/
.calendar-full-view {
    padding-top: 30px;
}
.calendar {
  overflow: hidden;
}
.calendar .owl-wrapper-outer {
  height:auto !important;
}
.calendar-banner {
  padding-top: 150px;
}
.calendar-title {
  background: none repeat scroll 0 0 #C21A27;
  margin: 0 auto;
  text-align: center;
}
.next-month {
  margin: auto;
  position: relative;
  text-align: center;
  width: 450px;
}
.button-nav-prev {
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.next-nav-next {
  margin-top: -20px;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 10;
}
.calendar-title .owl-carousel {
  float: none;
  margin: auto;
  text-align: left;
  width: 350px;
}

.calendar-title .circle {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  font-size: 24px;
  padding: 6px 15px;
}
.calendar-title .circle:hover {
  background:#fff;
  color:#C21A27;
}
.calendar-month {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 15px;
  line-height: 3;
}

.sort-by {
  background: none repeat scroll 0 0 #161616;
  text-align: center;
  margin-bottom: 50px;
  margin: 0 auto 13px;
}
.shot-by, .dress-code {
  display: inline-block;
  margin-right: 15px;
  margin-top: 12px;
}
.shot-by label, .dress-code label {
  color: #b8b8b8;
  float: left;
  margin-right: 10px;
  text-transform: uppercase;
}
.select-option {
  color: #666666;
  float: left;
  text-transform: uppercase;
}
.select-option select {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px;
  text-transform: uppercase;
}

.list-event .owl-wrapper-outer{overflow: visible !important;}
.calendar-full {
  text-align: center;
}
.calendar-day {
  overflow: hidden;
}
.calendar-day > div {
  background: none repeat scroll 0 0 #C21A27;
  border-right: 3px solid #242424;
  display: inline-block;
  float: left;
  font-size: 16px;
  padding: 5px 0;
  position: relative;
  text-align: center;
  width: 14.2857%;
}
.calendar-date {
  margin-top: 3px;
}
.calendar-date ul {
  margin-bottom: 0;
  padding-left: 0;
}

.calendar-date ul li {
  background: none repeat scroll 0 0 #1b1b1b;
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 100px;
  margin-bottom: 3px;
  position: relative;
  text-align: center;
  width: 14.2857%;
}

.calendar-date ul li .calendar-day {
  border-right: 3px solid #242424;
  color: #666666;
  font-size: 24px;
  font-weight: bold;
}
.calendar-date ul .calendar-note .calendar-day{
  color:#C21A27;
}
.calendar-date ul li .calendar-last {
  color:#232323;
}

.calendar-date ul li:hover{
  background: none repeat scroll 0 0 #C21A27;
}
.calendar-date ul li:hover .calendar-day{
  color:#fff;
}

.event-calendar {
  text-align: center;
  margin-bottom: 40px;
}
.event-calendar h3 {
  font-weight: bold;
}
.event-calendar .border-bottom {
  border: 2px solid #8f8f8f;
  margin: 0 auto 20px;
}
.calendar-details {
  display: none;
  left: 50%;
  line-height: 24px;
  margin-left: -175px;
  padding: 0;
  position: absolute;
  top: -410px;
  width: 350px;
  z-index: 99;
}
.calendar-details .info-products{background:#C21A27;}
.event-listing-grid.calendar-details  .info-products:hover {
    background:#C21A27;
	transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
}

.calendar-note .calendar-slide {
  bottom: 20px;
  left: 0;
  line-height: 0;
  margin-left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.calendar-note .calendar-slide li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: inline-block;
  line-height: 0;
  margin: 0 2px;
  width: auto;
  float: none;
}
.calendar-note .calendar-slide li a{
  color:#C21A27;
}

.calendar-note .calendar-slide li .fa {
  font-size: 9px;
}
.calendar-note:hover .calendar-slide li a{
  color:#fff;
}
.calendar-note .product-image-wrapper {
  margin-bottom: 0;
}
.calendar-note .calendar-slide li a.active{color:#fff}
.calendar-note .calendar-slide li a.active:hover{color:#fff}

/*---------------------------------------End Calendar Full View---------------------------------------*/

/*---------------------------------------Parallax Background---------------------------------------*/
.parallax-block-wrap-module{
	width:100%;
	height:400px;
}
.parallax-block.bt-advance-parallax {
	overflow: hidden;
	margin: auto;
	position: relative;
	width: 100%;
	height: 100%;
	background: #242424;
}

.parallax-background {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top:0;
	left:0;
}
.parallax-background img{
    max-width: none;
}
.parallax-background.in-parallax .parallax-background-overlay{background:rgba(33,33,33,0.93);}
.parallax-background-overlay {
  background: none repeat scroll 0 0 #C21A27;
  height: 500%;
  opacity: 0.8;
  position: absolute;
  width: 100%;
}

.parallax-block-content {
	width:100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	z-index: 2;
	padding-top: 80px;
}
.parallax-boxing {
  text-align: right;
}
.parallax-v2 {
  text-align: center;
}
.parallax-boxing h1 {
  font-size:60px;
}
.parallax-boxing p, .parallax-shop p{
  font-size:24px;
}
.parallax-shop h1 {
  font-size:48px;
}

.parallax-block .button {
	border: solid 2px #FFF;
	background: transparent;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
}

.parallax-block .button:hover {
	border-width: 2px;
}

.parallax-background .video-embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: -50%;
	width: 100%;
}

.parallax-background .video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.parallax-background .video-wrap iframe, .parallax-background .video-wrap object,
	.parallax-background .video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.no-scroll {
	overflow: hidden;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.parallax-col {
	box-sizing: content-box;
	float: left;
	margin: 0 !important;
}

.parallax-content-in {
	height: 100%;
    position: absolute;
    width: 100%;
}

.parallax-row .thumb {
	position: relative;
}

.parallax-row .thumb img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.content-show-large {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	text-align: center;
	display:none;
}

.content-show-large .item-contain {
	height: 100%;
	margin: 0 auto;
	position: relative;
	width: 100%;
	z-index: 2;
}

.content-show-large .video-inner {
	height: 100%;
	position: absolute;
	width: 100%;

}

.item-contain iframe {
	height: 100%;
	width: 100%;
}

.content-show-large .item-contain img {
	left: 50%;
	margin: 0 -50% 0 0;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.control-button .button-wrap, .control-button .nav-wrap {
	position: relative;
	z-index: 4;
}

.nav-wrap-in {
	height: 85px;
	opacity: 0.3;
	position: fixed;
	transition: opacity 0.3s ease-out 0s;
	-moz-transition: opacity 0.3s ease-out 0s;
	-webkit-transition: opacity 0.3s ease-out 0s;
	-ms-transition: opacity 0.3s ease-out 0s;
	-o-transition: opacity 0.3s ease-out 0s;
	width: 50px;
	z-index: 10;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.nav-wrap-in.next {
	right: 0;
}

.nav-wrap-in.next.has-scroll {
	right: 17px;
}

.nav-wrap-in.prev {
	left: 0;
}

.nav-wrap-in:hover {
	opacity: 0.7;
}

.nav-prev, .nav-next {
	position: absolute;
	z-index: 45;
	top: 50%;
	width: 50px;
	height: 85px;
	margin-top: -42.5px;
	cursor: pointer;
	text-indent: -999999px;
}

.nav-prev {
	background: url(../images/prev-white.png) center no-repeat #000;
}

.nav-next {
	background: url(../images/next-white.png) center no-repeat #000;
}

.nav-prev.prev-video {
	background: url(../images/prev-black.png) center no-repeat #fff;
}

.nav-next.next-video {
	background: url(../images/next-black.png) center no-repeat #fff;
}

.nav-next {
	right: 0;
}

.nav-prev {
	left: 0;
}

.button-wrap .close-btn {
	background: url("../images/close-btn.png") no-repeat scroll center center #C21A27;
    border: 0 none;
    height: 50px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 25px;
    width: 50px!important;
}

.button-wrap .close-btn.has-scroll {
	right: 37px;
}

.button-wrap .close-btn:hover {
	opacity: 1;
}
.overlay-loading,.button-wrap,.loading{
	display:none;
}

/* Parallax Content */
.parallax-content-wrap {
	height: 100%;
	display:none;
	position: absolute;
	z-index: 3;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

.parallax-content {
	height: 100%;
	position: relative;
	width: 100%;
}
.parallax-row {
	float:left;
}
.parallax-col-box{
	float:left;
}
.parallax-row-w1{
	float:left;
	width:476px;
}
.parallax-row-w2{
	float:left;
	width:238px;
}
.parallax-row-w3{
	float:left;width:714px;
}
.parallax-row.box1{
	width: 714px;
	}
.parallax-row.box2{
	width: 476px;
}
.parallax-col .thumb{
	float: left;
    height: 218px;
    width: 218px;
	margin:20px 20px 0 0;
}
.parallax-col .thumb.w2{
	width:455px
	}
.parallax-col .thumb.w3{
	height: 455px;
    width: 218px;
}
.parallax-col .thumb.w3 img,.parallax-col .thumb.w2 img
{
	width:100%;
	height:100%;
}
.parallax-col .parallax-row .thumb img{
	width: calc(100% + 50px);
	transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	filter: url("filters.svg#grayscale");
}
.parallax-col .parallax-row .thumb:hover img{
	filter: none;
}
.parallax-col .parallax-row .thumb{
	position:relative;
	overflow:hidden;
	cursor: pointer;
}

.parallax-col .parallax-row .thumb:before{
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	content:'';
	right:0;
	transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
	opacity:0;
	background:rgba(18,18,18,0.33);
	z-index:998;
}

.parallax-col .parallax-row .thumb:hover:before{
	opacity:1;
}

.parallax-col .parallax-row .thumb:after{
	background:#C21A27;
	content:'\f047';
	position:absolute;
	height:37px;
	width:37px;
	text-align:center;
	font-size:18px;
	font-family: FontAwesome;
	left:calc(50% - 19px);
	top:calc(50% - 19px);
	z-index:1000;
	line-height:37px;
	opacity:0;
	transform: translateY(80px);
	-o-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-webkit-transform: translateY(80px);
	transition: all 0.45s ease 0s;
	-o-transition: all 0.45s ease 0s;
	-ms-transition: all 0.45s ease 0s;
	-moz-transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
}
.parallax-shopping .parallax-col .parallax-row .thumb:after{
     
}
.parallax-col .parallax-row .thumb:hover:after{
	opacity:1;
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.parallax-row.default-pos {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}

.parallax-row.default-pos {
	transition: all 0.5s ease 0.5s;
	-moz-transition: all 0.5s ease 0.5s;
	-webkit-transition: all 0.5s ease 0.5s;
	-o-transition: all 0.5s ease 0.5s;
	-ms-transition: all 0.5s ease 0.5s;
}

.parallax-row.in-pos {
	opacity: 0;
	transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	background:#242424;
}

.parallax-row.in-pos {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.parallax-row.out-pos {
	opacity: 0;
	transform: translateX(250px);
	-moz-transform: translateX(250px);
	-webkit-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
}

.parallax-row.out-pos {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

.default-pos {
	opacity: 1;
	transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
}

.parallax-block-content.default-pos {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

h1.default-pos {
	transition: all 0.5s ease 0.3s;
	-moz-transition: all 0.5s ease 0.3s;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	-ms-transition: all 0.5s ease 0.3s;
}

p.default-pos {
	transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	-ms-transition: all 0.5s ease 0.6s;
}

img.default-pos {
	transition: all 0.5s ease 0.9s;
	-moz-transition: all 0.5s ease 0.9s;
	-webkit-transition: all 0.5s ease 0.9s;
	-o-transition: all 0.5s ease 0.9s;
	-ms-transition: all 0.5s ease 0.9s;
}

.in-pos {
	opacity: 0;
	transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-webkit-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
}


.parallax-block-content.in-pos {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

h1.in-pos {
	transition: all 0.5s ease 0.3s;
	-moz-transition: all 0.5s ease 0.3s;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	-ms-transition: all 0.5s ease 0.3s;
}

p.in-pos {
	transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	-ms-transition: all 0.5s ease 0.6s;
}

img.in-pos {
	transition: all 0.5s ease 0.9s;
	-moz-transition: all 0.5s ease 0.9s;
	-webkit-transition: all 0.5s ease 0.9s;
	-o-transition: all 0.5s ease 0.9s;
	-ms-transition: all 0.5s ease 0.9s;
}


.out-pos {
	opacity: 0;
	transform: translateX(250px);
	-moz-transform: translateX(250px);
	-webkit-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
}

.parallax-block-content.out-pos {
	transition: all 0.5s ease 0.9s;
	-moz-transition: all 0.5s ease 0.9s;
	-webkit-transition: all 0.5s ease 0.9s;
	-o-transition: all 0.5s ease 0.9s;
	-ms-transition: all 0.5s ease 0.9s;
}

h1.out-pos {
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
}

p.out-pos {
	transition: all 0.5s ease 0.3s;
	-moz-transition: all 0.5s ease 0.3s;
	-webkit-transition: all 0.5s ease 0.3s;
	-o-transition: all 0.5s ease 0.3s;
	-ms-transition: all 0.5s ease 0.3s;
}

img.out-pos {
	transition: all 0.5s ease 0.6s;
	-moz-transition: all 0.5s ease 0.6s;
	-webkit-transition: all 0.5s ease 0.6s;
	-o-transition: all 0.5s ease 0.6s;
	-ms-transition: all 0.5s ease 0.6s;
}

/* Product List */
.page-product .header-container {
    background: none repeat scroll 0 0 #0f0f0f;
}

.page-product .breadcrumbs ul{
    width: 100%;
}
.page-product .product-list,
.page-product .product-list-row{
    padding: 40px 0;
}
.page-product .toolbar{
    border-bottom: 1px solid #525252;
    margin: 0 0 12px 0;
    overflow: hidden;
    padding-bottom: 10px;
}
.page-product .toolbar .amount{
    display: inline-block;
    float: left;
    color: #A3A3A3;
    margin: 0;
}
.page-product .toolbar .sorter{
    display: inline-block;
    float: right;
}
.page-product .toolbar .sort-by{
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative;
    width: 140px;
    margin: 0;
}
.page-product .toolbar .sort-by select{
    border: medium none;
    color: rgb(163, 163, 163);
    padding: 5px 10px;
    width: 100%;
    height: 33px;
    border: 1px solid rgb(163, 163, 163);
    background: #242424;
}
.page-product .toolbar .sort-by select option{
    border: medium none;
    padding: 5px 10px;
    width: 100%;
    height: 33px;
    line-height: 33px;
    background: #232323;
    color: #a3a3a3;
}
.page-product .toolbar .sort-by i{
    position: absolute;
    right: 0;
}
.page-product .toolbar .view-mode{
    display: inline-block;
    float: left;
    height: 33px;
    margin: 0;
}
.page-product .toolbar .view-mode .grid,
.page-product .toolbar .view-mode .list{
    border: 1px solid #484848;
    color: #858585;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
    float: left;
    margin-left: 6px;
}
.page-product .toolbar .view-mode .grid:hover,
.page-product .toolbar .view-mode .grid-active,
.page-product .toolbar .view-mode .list:hover,
.page-product .toolbar .view-mode .list-active{
    background: none repeat scroll 0 0 #343434;
    border: 1px solid #484848;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
    float: left;
    margin-left: 6px;
}

.page-product .product-image-wrapper .new-label:before{
    border-color: transparent transparent transparent #C21A27;
    border-style: solid;
    border-width: 14px;
    bottom: -11px;
    content: "";
    left: 0;
    position: absolute;
}
.page-product .product-image-wrapper .new-label{
    background: none repeat scroll 0 0 #C21A27;
    font-size: 14px;
    height: 31px;
    left: 25px;
    line-height: 31px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 25px;
    width: 65px;
}
.page-product .product-image-wrapper.last-row {
    margin-bottom: 20px;
}

.page-product .product-filter{
    background: #C21A27;
    margin-bottom: 35px;
    padding: 15px 10px 44px 10px;;
}
.page-product .product-filter .title{
    font-size: 16px;
    margin: 0;
}
.page-product .product-filter hr{
    color: #d1333d;
    margin: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.widget-price-filter {
    position: relative;
    padding-top: 25px;
}
.widget-price-filter .min-filter{
    position: absolute;
    top: 0;
    left: 9%;
}
.widget-price-filter .max-filter{
    position: absolute;
    top: 0;
    left: 63%;
}
.widget-price-filter .ui-slider {
    position: relative;
    height: 4px;
    border-radius: 3px;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
    background: rgba(0,0,0,0.5);
    margin: 5px 0 20px;
}
.widget-price-filter .ui-slider-range {
    position: absolute;
    top: 0;
    height: 4px;
    border-radius: 3px;
    background: #fff;
}
.widget-price-filter .ui-slider-handle {
    position: absolute;
    top: -3px;
    width: 9px;
    height: 9px;
    margin-left: -4px;
    outline: none;
    border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.page-product .product-filter a{
    border: 2px solid #fff;
    display: block;
    line-height: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 70px;
}
.page-product .product-filter a:hover{
    background: none repeat scroll 0 0 #fff;
    color: #C21A27;
}
.page-product .product-categories{
    background: #C21A27;
}
.page-product .product-categories .title {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-size: 18px;
  margin: 0;
  padding: 15px 10px;
}
.page-product .product-categories ul {
    padding: 0 15px 5px;
}
.page-product .product-categories ul li  {
    padding: 10px 0;
    font-size: 13px;
    position:relative;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
.page-product .product-categories ul li a:before {
    background: none repeat scroll 0 0 #fff;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 44px;
    width: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;	
    -ms-transition: all .3s ease-in-out;	
    -o-transition: all .3s ease-in-out;	
}
.page-product .product-categories ul li a:hover:before {
    width:60px;
    transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s; 
    -moz-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -o-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -webkit-transition:all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.page-product .pages{}
.page-product .pages ol{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.page-product .pages ol li{
    display: inline-block;
    float: left;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
}
.page-product .pages ol li a{
    border: 1px solid #4e4e4e;
    display: block;
    font-size: 15px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    padding: 0;
}
.page-product .pages ol li.current a,
.page-product .pages ol li a:hover{
    background: #C21A27;
    border-color: #C21A27;
}

.product-popular{
    margin-top: 20px;
    background: none repeat scroll 0 0 #232323;
}
.product-popular .title{
    font-size: 18px;
    margin: 0;
    padding: 15px;
}
.product-popular ul{
    margin: 0;
    padding: 0 0 0 1px;
}
.product-popular ul li{
    background: #232323;
    border-left: 2px solid #454545;
    border-top: 1px solid #2a2a2a;
    display: block;
    overflow: hidden;
    padding: 10px 10px 10px 12px;
}
.product-popular ul li:last-child{
    border-bottom: 1px solid #2a2a2a;
}
.product-popular ul li:hover{
    background: #1b1b1b;
    border-left: 2px solid #C21A27;
}
.product-popular ul li .product-image{
    display: inline-block;
    float: left;
}
.product-popular ul li .info-products {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  line-height: 24px;
  padding: 0 10px 0 85px;
}
.product-popular ul li .info-products .product-name{
    margin: 0;
}
.product-popular ul li .info-products .price-box{
    color: #C21A27;
    font-size: 18px;
}
.page-footer-product{
    background: #1b1b1b;
}
.footer-right .line1 a{
    color: #C21A27;
}
.page-footer-product .email input.inputbox {
    background: none;
}
.quickview-box{
    display: none;    
}
.quickview-box .quickview-body{
    float: none;
    margin: 0 auto;
}
.quickview-box .product-essential{
    position: relative;
}
.quickview-box .quickview-close{
    background: none repeat scroll 0 0 #C21A27;
    border: medium none;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 25px;
    text-align: center;
    top: 10px;
    width: 30px;
    z-index: 9;
}

/* Product List Row */
.product-list-row .product-image-wrapper{
    margin-bottom: 35px;
}
.product-list-row .product-content{
    background: #161616;
    overflow: hidden;
}
.product-list-row .product-image{
    padding: 0;
}
.product-list-row .info-products-list {
    border: none;
    padding-right: 30px;
    padding-top: 15px;
}
.product-list-row .info-products-list hr{
    color: #262626;
    border-top: 1px solid;
    margin: 0;
}
.product-list-row .info-products-list .desc{
    margin: 10px 0 45px;
    color: #9a9a9a;
}
.product-list-row .price-box{
    float: left;
    margin-top: 10px;
}
.product-list-row .price-box .special-price,
.product-list-row .price-box .old-price{
    color: #fff;
}
.product-list-row .actions-box{
    float: right;
    margin-top: 10px;
}
.product-list-row .actions-box ul{
    margin: 0;
    padding: 0;
}
.product-list-row .actions-box ul li{
    margin-right: 5px;
    display: inline-block;
}
.product-list-row .actions-box ul li:last-child{
    margin-right: 0;
}
.product-list-row .actions-box ul li a{
    background: #232323;
    display: block;
    height: 35px;
    width: 35px;
    font-size: 14px;
    margin: 0;
    line-height: 35px;
    text-align: center;
}
.product-list-row .actions-box ul li a:hover{
    background: none repeat scroll 0 0 #C21A27;
}
.product-list-row .product-image-wrapper:hover .arrows{
    opacity: 1;
    transform: none;
    -o-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
}
.product-list-row .arrows {
    display: block;
    left: 50%;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: transform 0.5s ease 0s;
    -moz-transition: -moz-transform 0.5s ease 0s;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    -o-transition: -o-transform 0.5s ease 0s;
    -ms-transition: -ms-transform 0.5s ease 0s;
    opacity: 0;
}
.product-list-row .product-image-wrapper.last-row{
    margin-bottom: 45px;
}

/* Product detail */
.product-detail{
    padding-top: 40px;
}
.product-essential{
    margin-bottom: 35px;
    overflow: hidden;
    padding: 0 !important;
    background: none repeat scroll 0 0 #1b1b1b;
}
.product-essential .product-img-box{
    padding: 0;
}
.product-essential .more-views{
    background: none repeat scroll 0 0 #3b3b3b;
    padding: 8px 32px;
    position: relative;
    overflow: hidden;
}
.product-essential #owl-demo{
    padding: 0 9px;
    border-left: 1px solid #545454;
    border-right: 1px solid #545454;
}
.product-essential .more-views .owl-wrapper-outer{
    overflow: hidden;
}
.product-essential .customNavigation{
  text-align: center;
}
.product-essential .customNavigation a{
    color: #9e9e9e;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    top: 35px;
    padding: 0;
}
.product-essential .customNavigation a.prev{
    left: 15px;
}
.product-essential .customNavigation a.next{
    right: 15px;
}
.product-essential .product-shop{
    overflow: hidden;
    padding: 15px 25px;
}
.product-essential .product-name{
    border-bottom: 1px solid #262626;
    margin-bottom: 10px;
}
.product-essential .product-name h1{
    font-size: 18px;
    margin: 0 0 15px;
}
.product-essential .meta-box{
    border-bottom: 1px solid #262626;
    margin-bottom: 10px;
    overflow: hidden;
}
.product-essential .meta-box .price-box{
    float: left;
    margin-bottom: 10px;
}
.product-essential .meta-box .price-box .old-price{
    color: #fff;
}
.product-essential .meta-box .rating-box{
    float: right;
    margin-bottom: 10px;
}
.product-essential .meta-box .rating-box .rating{
    color: #C21A27;
    width: auto;
}
.product-essential .meta-box .rating-box .rating i{
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 3px;
}
.product-essential .short-description{
    color: #9a9a9a;
    margin-bottom: 40px;
}
.product-essential .add-to-box{
    border-bottom: 1px solid #262626;
    margin-bottom: 10px;
    padding-bottom: 25px;
}
.add-to-cart{
    position: relative;
	width: 78px;
}
.add-to-cart input{
    background: #232323;
    border: 1px solid #484848;
    color: #9a9a9a;
    height: 35px;
    padding: 0 12px;
    width: 78px;
}
.add-to-cart span{
    color: #9a9a9a;
    font-size: 14px;
    position: absolute;
    right: 10px;
    height: 10px;
    line-height: 10px;
}
.add-to-cart span:hover{
    cursor: pointer;
    color: #fff;
}
.add-to-cart .increase-qty{
    top: 9px;
}
.add-to-cart .decrease-qty{
    top: 12px;
}
.button{
    background: none repeat scroll 0 0 #C21A27;
    border: medium none;
    height: 35px;
    padding: 0 0 0 25px;
    position: relative;
    text-transform: uppercase;
    width: 110px;
}
.add-to-box .button {background: url(../images/btn-gradient.png) no-repeat scroll left center #C21A27;}
.btn-checkout{
	width: 125px;
}
.button .fa-icon{
    height: 35px;
    left: 0;
    line-height: 35px;
    padding-left: 5px;
    position: absolute;
    top: 0;
    width: 25px;
}
.button span{
    display: inline-block;
    height: 35px;
    line-height: 35px;
	white-space: nowrap;
    width: 85px;	
}
.btn-checkout span{
	width: 100px;
}
.product-essential .add-to-cart{
    float: left;
    margin-right: 7px;
}
.product-essential .add-to-box .btn-cart{
    margin-right: 7px;
}
.product-essential .add-to-box .link-wishlist{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #484848;
    display: inline-block;
    height: 35px;
    line-height: 33px;
    text-align: center;
    width: 35px;
}
.product-essential .add-to-box .link-wishlist:hover{
    background: #C21A27;
    cursor: pointer;
}
.product-essential .cat-list{
    border-bottom: 1px solid #262626;
    color: #9a9a9a;
    margin-bottom: 10px;
    overflow: hidden;
    padding-bottom: 10px;
}
.product-essential .tags-list{
    border-bottom: 1px solid #262626;
    color: #9a9a9a;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 10px;
}
.product-essential .tags-list label,
.product-essential .cat-list label{
    float: left;
    padding-left: 3px;
    width: 80px;
}
.product-essential .tags-list span,
.product-essential .cat-list span{
    float: left;
    margin-right: 10px;
}
.product-essential .tags-list ul,
.product-essential .cat-list ul{
    float: left;
    margin: 0;
    padding: 0;
}
.product-essential .tags-list ul li,
.product-essential .cat-list ul li{
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.product-essential .cat-list ul li a{
    color: #C21A27;
}
.product-essential .tags-list ul li a{
    background: none repeat scroll 0 0 #232323;
    border: 1px solid #484848;
    color: #9a9a9a;
    display: inline-block;
    height: 27px;
    padding: 0 15px;
}
.product-essential .tags-list ul li a:hover{
    background: #C21A27;
    color: #fff;
}
.product-essential .social-icon{}
.product-essential .social-icon ul{
    float: right;
    margin: 0;
    padding: 0;
}
.product-essential .social-icon ul li{
    display: inline-block;
    float: left;
    margin-right: 7px;
}
.product-essential .social-icon ul li:last-child{
    margin-right: 0;
}
.product-essential .social-icon ul a{
    background: none repeat scroll 0 0 #232323;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.product-essential .social-icon ul a:hover{
    background: #C21A27;
}
.product-detail .product-collateral{
    margin-bottom: 45px;
}
.product-detail .product-collateral > ul{
    margin: 0;
    padding: 0;
}
.product-detail .product-collateral > ul li{
    display: inline-block;
    margin-right: 4px;
}
.product-detail .product-collateral > ul li a{
    background: none repeat scroll 0 0 #1b1b1b;
    display: inline-block;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    text-transform: uppercase;
}
.product-detail .product-collateral > ul li a:hover,
.product-detail .product-collateral > ul li.ui-state-active a{
    background: #C21A27;
}
.product-detail .product-collateral .box-collateral{
    background: none repeat scroll 0 0 #1b1b1b;
    padding: 20px;
}
.product-detail .product-collateral .box-collateral p{
    margin: 0;
}
.product-detail .product-collateral .box-collateral ul{
    margin: 10px 0 10px 10px;
    padding: 0;
}
.product-detail .product-collateral .box-collateral ul li:before{
    color: #C21A27;
    content: "\2022";
    font-size: 2em;
    padding-right: 10px;
    position: relative;
    top: 0.1em;
}
.product-related .info-products{
    text-align:left;
}
.product-related .info-products .actions{
    border-top: 1px solid rgba(88, 88, 88, 0.18);
}
.product-related .title{
    border-bottom: 1px solid #525252;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding-bottom: 5px;
}

/* Product cart */
.product-cart{
    padding-top: 40px;
}
.product-cart .cart{}
.product-cart .cart .cart-table{
	margin-bottom: 30px;
}
.product-cart .cart .cart-table .row-title{
	background: none repeat scroll 0 0 #343434;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    text-transform: uppercase;
}
.product-cart .cart .cart-table .row-title > div{
	border-right: 1px solid #525252;
}
.product-cart .cart .cart-table .delete-item{
	border-right: none !important;
	text-align: center;
	font-size: 14px;
}
.product-cart .cart .cart-table .row-item{
	background: none repeat scroll 0 0 #1b1b1b;
    overflow: hidden;
	border-bottom: 1px solid #343434;
}
.product-cart .cart .cart-table .row-item .item{
	padding: 20px;
	border-right: 1px solid #343434;
	min-height: 115px;
}
.product-cart .cart .cart-table .row-item .name-item .product-image{
	float: left;
    margin-right: 20px;
}
.product-cart .cart .cart-table .row-item .name-item .product-info{
	display: inline-block;
    float: left;
}
.product-cart .cart .cart-table .row-item .name-item .product-info a{
	font-size: 14px;
}
.product-cart .cart .cart-table .row-item .price-item .cart-price{
	font-size: 16px;
	color: #C21A27;
}
.product-cart .cart .cart-table .row-item .qty-item{}
.product-cart .cart .cart-table .row-item .delete-item{
	line-height: 75px;
}
.product-cart .cart .cart-collaterals{
	margin-bottom: 30px;
}
.product-cart .cart .cart-collaterals .calculate-shipping{
	
}
.product-cart .cart .cart-collaterals .title{
	background: none repeat scroll 0 0 #C21A27;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
}
.product-cart .cart .cart-collaterals .box{
	border: 1px solid #393939;
	border-top: none;
	background: #1b1b1b;
	padding: 20px;
	height: 193px;
}
.product-cart .cart .cart-collaterals .calculate-shipping .box select{
	background: none repeat scroll 0 0 #232323;
    border: 1px solid #393939;
    color: #9a9a9a;
    height: 33px;
    line-height: 33px;
	margin-bottom: 20px;
    padding-left: 12px;
	width: 100%;
}
.product-cart .cart .cart-collaterals .calculate-shipping .box select option{
	height: 33px;
    padding: 6px 12px;
}
.product-cart .cart .cart-collaterals .cart-total-item{
	border-bottom: 1px solid #262626;
    clear: both;
    height: 35px;
    line-height: 35px;
}
.product-cart .cart .cart-collaterals .order-total{
	height: 40px;
	line-height: 40px;
}
.product-cart .cart .cart-collaterals .cart-total-item label{
	color: #939393;
    float: left;
    margin: 0;
}
.product-cart .cart .cart-collaterals .cart-total-item .price{
	color: #C21A27;
    float: right;
    font-size: 14px;
}
.product-cart .cart .cart-collaterals .cart-total .button{
	clear: both;
    float: right;
    margin-top: 15px;
	background: url("../images/btn-gradient.png") no-repeat scroll left center #C21A27;
}
.cart-collaterals .button, .checkout-row .button, .coupon .button, .btn-checkout{
	background: url("../images/btn-gradient.png") no-repeat scroll left center #C21A27;
}

/* Product checkout */
.product-check-out{
    padding-top: 40px;
}
.product-check-out .checkout{
	padding-bottom: 50px;
}
.product-check-out .checkout .checkout-row{
	margin-bottom: 25px;
} 
.product-check-out .checkout .checkout-row .title{
	background: none repeat scroll 0 0 #C21A27;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    text-transform: uppercase;
} 
.product-check-out .checkout .checkout-row .box{
	border: 1px solid #393939;
	border-top: none;
	background: #1b1b1b;
	padding: 20px;
} 
.product-check-out .checkout .checkout-row .billing-address .box,
.product-check-out .checkout .checkout-row .shipping-address .box{
	height: 368px;
	padding-bottom: 35px;
}
.product-check-out .checkout .checkout-row .box p{
	color: #9a9a9a;
    margin-bottom: 20px;
}
.product-check-out .checkout .checkout-row .box .input-text,
.product-check-out .checkout .checkout-row .box select{
	background: none repeat scroll 0 0 #232323;
    border: 1px solid #393939;
    color: #9a9a9a;
    height: 33px;
    line-height: 33px;
	margin-bottom: 25px;
    padding-left: 12px;
	width: 100%;
}
.product-check-out .checkout .checkout-row .box select option{
	height: 33px;
    padding: 6px 12px;
}
.product-check-out .checkout .checkout-row .box .checkbox{
	display: inline-block;
    float: left;
    height: 15px;
	margin: 0 8px 0 0;
}
.product-check-out .checkout .checkout-row .box .label-checkbox{
	color: #9a9a9a;
	float: left;
    line-height: 15px;
    margin: 0;
}
.product-check-out .checkout .checkout-row .box .address{
	color: #9a9a9a;
    margin: 25px 0 10px;
}
.product-check-out .checkout .checkout-row .box .textarea{
	background: none repeat scroll 0 0 #232323;
    border: 1px solid #393939;
    clear: both;
    color: #9a9a9a;
    height: 230px;
    padding: 10px;
    resize: none;
    width: 100%;
}
.product-check-out .checkout .checkout-row .cart-total-item{
	border-bottom: 1px solid #262626;
    clear: both;
    height: 35px;
    line-height: 35px;
}
.product-check-out .checkout .checkout-row .order-total{
	border-bottom: none;
	height: 40px;
	line-height: 40px;
}
.product-check-out .checkout .checkout-row .cart-total-item label{
	color: #939393;
    float: left;
    margin: 0;
}
.product-check-out .checkout .checkout-row .cart-total-item .price{
	color: #C21A27;
    float: right;
    font-size: 14px;
}
.product-check-out .checkout .checkout-row .payment-method{
	border: 1px solid #484848;
	color: #9a9a9a;
}
.product-check-out .checkout .checkout-row .payment-method .payment-item{
	background: none repeat scroll 0 0 #1b1b1b;
    border-bottom: 1px solid #2d2d2d;
    padding: 20px;
	clear: both;
	overflow: hidden;
}
.product-check-out .checkout .checkout-row .payment-method .payment-item .radio{
	float: left;
    margin-top: 3px;
}
.product-check-out .checkout .checkout-row .payment-method .payment-item .method{
	padding-left: 35px;
}
.product-check-out .checkout .checkout-row .payment-method .payment-item .method p{
	line-height: 20px;
    margin: 0 0 5px;
}

/*---------------------------------------------------
	PANEL
------------------------------------------------------*/
/* Panel Setting */
.panel-tools{
	position:fixed;
	left:0;top:100px;
	z-index:999;
	background:#fff;
	box-shadow:2px 2px 5px #333;
	color:#848484;
	font-size:11px;
}
.panel-tools .panel-content{
	padding:16px;
	width:240px;
	display:none;
	margin-left:-240px;
}
.panel-tools button{
	border:none;
	color:#fff;
	margin: 5px 0;
}
.panel-tools h3{
	font-size:14px;
	padding-bottom:12px;
	margin-top:12px;
	border-bottom:1px solid #d8d8d8;
	text-transform:uppercase;
}
.panel-tools .panel-button{
	right:-45px;
	position:absolute;
	top:-5px;
	width:45px;
	height:45px;
	line-height:45px;
	font-size:24px;
	box-shadow:2px 2px 2px #333;
}
.panel-tools  .layout-setting h3{
	margin-top:5px;
}
.panel-tools  .layout-setting button,.reset-button button{
	background:#f6f6f6;
	width:65px;
	margin-right:8px;
	line-height:35px;
	border:1px solid #dedede;
	font-size:14px;
	color:inherit;
	text-transform:uppercase;
}
.panel-tools  .layout-setting button.active,.reset-button button{
	color:#fff;
}
.panel-tools  .color-setting button{
	width:27px;
	height:27px;
	margin-right:5px;
	border:2px solid #fff;
}
.panel-tools  .color-setting button.active{
	border:2px solid #d7d7d7;
}
.panel-tools  .color-setting button:last-child{
	margin-right:0;
}
.panel-tools  .reset-button{
	border-top:1px solid #d8d8d8;
	margin-top:20px;
	padding-top:10px;
}
.panel-tools .overlay-setting{
	position:relative;
}
.panel-tools .overlay-setting.disabled:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background:#fff;
	z-index:1;
	opacity:0.7;
} 

/*---------------------------------------------------
	FOOTER
------------------------------------------------------*/
.page-footer {
  background: none repeat scroll 0 0 #1b1b1b;
  padding-bottom: 25px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
.index-white .page-footer {
    color:#555555;
	background: none repeat scroll 0 0 #fff;
}
.infomation, .location, .send-mail{padding-bottom:30px;}
.footer-title h4 {
    color: #C21A27;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 0 10px;
    text-transform: none;
}
.info {
    display: block;
    padding-bottom: 10px;
}
.email  input.inputbox {
    background: none repeat scroll 0 0 #242424;
    border: 1px solid #6f6f6f;
    border-radius: 50px;
   -moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   -ms-border-radius: 50px;
   -o-border-radius: 50px;
    color: #676767;
    height: 33px;
    line-height: 33px;
    padding: 0 4px 0 15px;
}
.email input.inputbox {
    background: none repeat scroll 0 0 #242424;
    border: 1px solid #6f6f6f;
}
.index-white .email input.inputbox {
    background: none repeat scroll 0 0 #fff;
}
.email .button {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #717171;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  margin-left: -35px;
  padding-left: 0;
  width: 30px;
}
.email .button:hover {
  color: #fff;
}
.email  .button .fa {
  left: 0;
  top: 4px;
}

/* Copyright*/ 
#copyright {
  background: none repeat scroll 0 0 #1c1c1c;
  border-top: 1px solid #353535;
  position: relative;
}
.index-white #copyright {
    background: none repeat scroll 0 0 #eeeeee;
    border-top: none;
}
#copyright:hover {
    background: none repeat scroll 0 0 #C21A27;
}
.index-white #copyright:hover {
    background: none repeat scroll 0 0 #eeeeee;
}

/* Social icons */
.social_icon {
    margin-top: 20px;
}
.social_icon a {
  background: none repeat scroll 0 0 #303030;
  border: 1px solid #595959;
  border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
  color: #fff;
  display: inline-block;
  float: left;
  font-size: 14px;
  height: 37px;
  line-height: 37px;
  margin: 0 9px 0 0;
  overflow: hidden;
  text-align: center;
  width: 37px;
}
.social_icon a:hover {
    background: none repeat scroll 0 0 #C21A27;
}
.social_icon a i.fa {
  cursor: pointer;
  height: 37px;
  line-height: 37px;
  width: 37px;
}
.social_icon a:hover .fa {
	animation:0.35s ease 0s normal none 1 icon-social-hover;
	-o-animation:0.35s ease 0s normal none 1 icon-social-hover;
	-moz-animation:0.35s ease 0s normal none 1 icon-social-hover;
	-webkit-animation:0.35s ease 0s normal none 1 icon-social-hover;
	-ms-animation:0.35s ease 0s normal none 1 icon-social-hover;
}

/* Back to top */
.back-to-top {
    color: #fff;
    font-size: 24px;
    padding: 12px 0;
    text-align: center;
}
.back-to-top a {
    color: #fff;
}
.back-to-top a:hover {
    color: #fff;
}
.index-white .back-to-top a, .index-white .back-to-top a:hover{
    color: #C21A27;
}
[class*="image-bg-"] {
    background-attachment: fixed !important;
    background-size: cover !important;
}


/*----------------Welcome---------------------*/
.banner-text {
  position: absolute;
  top: 110px;
  width: 100%;
  z-index: 9;
}
.sport-club .banner-text {
  top: 150px;
}
.banner-text .title-page h4 span{
  border: 2px solid;
  padding: 5px 10px;
  font-weight: bold;
}
.banner-text .title-page h1{
  font-size: 60px;
}
.banner-text .title-page h5{
  font-size: 16px;
}
.link-to {
  text-align: center;
}
.select-demo, .purchare-it {
  background: none repeat scroll 0 0 #343434;
  font-size: 16px;
  padding: 7px 12px;
  width:160px;
  display:inline-block;
  text-transform: uppercase;
}
.purchare-it {
  background: none repeat scroll 0 0 #C21A27;
  margin-left: 10px;
}

.banner-img img{
  width: 100%;
}
.banner-olayer {
  background: url("../images/bg-glass.png") no-repeat scroll center center / 100% auto transparent;
  height: 100%;
  position: absolute;
  width: 100%;
}
.hover-right {
  cursor: pointer;
  float: left;
  height: 100%;
  width: 50%;
}
.hover-left {
  cursor: pointer;
  float: right;
  height: 100%;
  width: 50%;
}

#scene{
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	width:100%;
}
.layer-bg{
	background: url("../images/bg-glass.png") no-repeat scroll center center/100% 100%;
	margin: -200px 0 0 -200px;
}
.layer img{
	width:100%;
	opacity:0.3;
}

.demos .title-page {
  background: none repeat scroll 0 0 #C21A27;
  padding-bottom: 45px;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}
.demos-category {
  list-style: inside none disc;
  padding-left: 0;
}
.demos-category li {
  display: inline-block;
  margin-right: 25px;
}
.demos-category li:before {
  background: none repeat scroll 0 0 #93040d;
  border-radius: 50%;
   -moz-border-radius: 50%;
   -webkit-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
  content: "";
  height: 6px;
  margin-left: -10px;
  margin-top: 9px;
  position: absolute;
  width: 6px;
}
.demos-category li:hover:before {
  background: none repeat scroll 0 0 #fff;
}
.demos-category li a {
  color: #93040d;
  font-size: 14px;
}
.demos-category li a:hover {
  color: #fff;
}
.demos-home {
  background: none repeat scroll 0 0 #1e1e1e;
  padding: 80px 0 55px;
  position: relative;
}
.demos-title {
  padding: 32px 0 32px;
  text-align: center;
}
.demos-image {
  position: relative;
}
.magnifier {
  background: none repeat scroll 0 0 rgba(30, 30, 30, 0.76);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}
.magnifier .buttons {
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 100%;
}
.magnifier .buttons a:hover  {
	background:#C21A27;
	border: none;
	transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.magnifier:hover{
	opacity:1;
    visibility:visible;
}
.magnifier:hover .buttons {
	opacity:1;
   transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  visibility:visible;
}
.demo {
  border: 2px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  height: 100px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
}

.demos-title .link-home{
  font-size: 14px;
  text-transform: uppercase;
}
.demos-title .link-home span {
  border: 2px solid;
  margin-right: 10px;
  padding: 5px;
}

.bottom-page {
  background: #242424;
  position: relative;
}
.features {
  background: #242424;
  position: relative;
}

.features .sevices-main {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  z-index: 20;
  position: relative;
  margin-bottom: -58px;
}
.features .title-page {
  padding-bottom: 95px;
  padding-top: 60px;
}
.bg-bottom {
  position: relative;
  z-index: 10;
}
.intro-icon {
  font-size: 72px;
  padding-bottom: 30px;
}
.features .services-content h3{
  font-size: 20px;
}
.features .services-content .actions {
  padding: 0 15px;
}

.footer-welcome {
  background: none repeat scroll 0 0 #C21A27;
  margin-top: -250px;
  position: relative;
}
.footer-welcome .title-page {
  padding-top: 175px;
  position: relative;
  z-index: 20;
}
.footer-welcome .title-page h4 {
  font-size: 20px;
  padding-bottom: 15px;
}
.footer-welcome .title-page h4 span{
  border: 1px solid;
  padding: 5px 10px;
}
.footer-welcome .title-page h6 i {
  color: #7d0109;
}


/* ---------------------- Page Store --------------------------------------*/

.index-store .header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  position: absolute !important;
}
.index-store .menu-button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  display: block !important;
  left: 38%;
}
/* --- Menu --- */

.menu-store {
  background: none repeat scroll 0 0 rgba(14,14,14,0.9) !important;
  border: 1px solid transparent;
  margin-right: 0;
  overflow: hidden;
  padding: 0 15px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transition: -moz-transform 1s ease 0s;
  -moz-transition: -moz-transform 1s ease 0s;
  -webkit-transition: -webkit-transform 1s ease 0s;
  -ms-transition: -ms-transform 1s ease 0s;
  -o-transition: -o-transform 1s ease 0s;
  width: 100%;
  height:100%;
  z-index: 99999;
}
.show-menu .menu-wrap {
  transform: translateY(0px);
  -moz-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transition: -moz-transform 0.6s ease 0s;
  -moz-transition: -moz-transform 0.6s ease 0s;
  -webkit-transition: -webkit-transform 0.6s ease 0s;
  -ms-transition: -ms-transform 0.6s ease 0s;
  -o-transition: -o-transform 0.6s ease 0s;
}
.menu-store .main-menu.container {
  padding: 30px 24px;
}
.menu-store ul.nav-store> li{
  border: medium none;
  text-align: center;
}
.menu-store ul.nav-store > li a{
  font-size:30px;
  font-weight:bold;
  padding: 17px 0;
}
.menu-store ul.nav-store > li a:hover{
  color:#C21A27;
}
.menu-store  ul.nav-menu li ul.show {
  border:none;
}
.menu-store ul.nav-store li .child-nav li a {
  font-size: 14px;
}
.nav-store .dropdown a i{
  opacity:0;
}
.nav-store .dropdown .icon-arrow::before {
  opacity:0;
}
/* --- End Menu --- */
.icon-cart .carts-store, 
.icon-wishlist .wishlists-store {
  display: inline-block;
  float: left;
  margin-right: -280px;
  width: 280px;
  background: none repeat scroll 0 0 #2a2a2a;
}
.cart-store, .wishlist-store {
  margin-top: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 100px;
  z-index: 99;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.wishlist-store{
  top: 150px;
  z-index:90;
}
.icon-cart, .icon-wishlist {
  position: relative;
}
.my-cart, .my-wishlist {
  background: none repeat scroll 0 0 #C21A27;
  height: 40px;
  line-height: 38px;
  margin-bottom: 5px;
  text-align: center;
  width: 40px;
  font-size: 14px;
    display: inline-block;
  float: left;
  overflow: hidden;
  box-shadow: 2px 2px 2px #333;
  -moz-box-shadow: 2px 2px 2px #333;
  -webkit-box-shadow: 2px 2px 2px #333;
  -ms-box-shadow: 2px 2px 2px #333;
  -o-box-shadow: 2px 2px 2px #333;
}
.my-cart button, .my-wishlist button {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
}
.carts-store .title, .icon-wishlist .title {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #cccccc;
  font-size: 14px;
  margin: 0 0 15px;
  padding: 13px 15px;
}
.bag-cart > ul {
  padding-left: 0;
  overflow: hidden;
}
.bag-cart ul li {
  border-bottom: 1px solid rgba(255,255,255,0.08);
  margin-bottom: 8px;
  padding-left: 15px;
}
.bag-cart .product-image {
  display: inline-block;
  vertical-align: middle;
  width: 28%;
  vertical-align: top;
}
 
.bag-cart .info-products {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  display: inline-block;
  width: 70%;
  padding: 0 15px;
}
.bag-cart .info-products .price-box {
  color: #C21A27;
}
.bag-cart .check {
  background: none repeat scroll 0 0 #C21A27;
  border: medium none;
  padding: 7px;
  text-transform: uppercase;
  margin-left: 15px;
  margin-bottom: 15px;
}

/* --- Collection ---*/

.bg-store .athlete-html {
  font-size: 24px;
  margin-bottom: 38px;
}
.bg-store .banner-text .title-page h5 {
  font-size: 18px;
  margin-top: 18px;
  margin-bottom:40px;
  font-weight: bold;
}
.btn-store {
  display: inline-block;
  margin-left: 15px;
}
.btn-store.shop-now a {
  background: none repeat scroll 0 0 #C21A27;
  font-size: 14px;
  text-transform: uppercase;
  padding: 14px 28px;
}
.btn-store.watch-video a {
  background: none;
  border:2px solid #fff;
}
/* --- Master Slide --- */

.bg-store .ms-thumb-list.ms-dir-h {
  bottom: 0;
  position: absolute !important;
  width: 100%;
}
.bg-store .ms-tabs .ms-thumb {
  padding: 0;
}
.bg-store .ms-tabs.ms-dir-h .ms-thumb-frame {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  color: #fff;
  margin: 15px !important;
  text-shadow:none;
}
.bg-store .ms-tabs .ms-thumb-frame-selected {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
   border: medium none;
}
.bg-store .ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
  border:none;
}
.bg-store .ms-skin-default .ms-nav-next, 
.bg-store .ms-skin-default .ms-nav-prev{
  display:none;
}
.ms-thumb-frame-selected .sub-title{
  background:#C21A27;
}

/* --- End Master Slide --- */
.sub-title {
 background: none repeat scroll 0 0 rgba(28, 28, 28, 0.3);
  padding: 24px 22px 14px;
  margin-top: -4px;
}
.title-collection, .icon-next {
  display: inline-block;
}
.icon-next {
  border: 2px solid #C21A27;
  border-radius: 50%;
  float: right;
  height: 34px;
  text-align: center;
  width: 34px;
  line-height: 34px;
  margin-top: 12px;
}
.ms-thumb-frame-selected .icon-next{
  border: 2px solid #fff;
}
.icon-next a{
  color:#C21A27;
}
.ms-thumb-frame-selected .icon-next a{
  color:#fff;
}
.sub-title:hover{
  background:#C21A27;
}
.sub-title:hover .icon-next{
  border: 2px solid #fff;
}
.sub-title:hover .icon-next a{
  color:#fff;
}

.title-collection .title-masory h2 {
  margin: 0;
  font-weight: bold;
}
.title-collection .title-masory h4 {
  font-size: 14px;
}
.title-masory h2{
  font-size:36px;
}
.title-masory h3{
  font-size:18px;
}
.masonry-small {
  background: none repeat scroll 0 0 #ce3642;
  margin-bottom: 30px;
  min-height: 254px;
}
.man-content .masonry-small{
  margin-bottom:0;
  margin-top:30px;
}
.masonry-lagar {
  min-height: 548px;
  position: relative;
  overflow: hidden;
}

.collection-content .box{
 margin: 0 0 120px;
}
.box .price-table-text{
  width:70%;
}
.box .price-table-text  span {
  font-size: 14px;
  text-transform: uppercase;
}
.box .price-table-text span span{
  font-size: 24px;
  border: 2px solid #fff;
  padding: 2px 15px;
  margin-left: 15px;
}

.masonry-lagar .price-table-text {
  height: 100%;
  left: 0;
  padding: 35px;
  position: absolute;
  width: 100%;
}

.masonry-lagar .price-table-img  img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -webkit-transform 0.35s;
	-ms-transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	-moz-transform: scale(1.12);
	-mz-transform: scale(1.12);
	-o-transform: scale(1.12);
	transform: scale(1.12);
}

.masonry-lagar:hover .price-table-img img {
	opacity: 0.6;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.masonry-lagar .price-table-text::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #4c4c4b;
	content: '';
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.masonry-lagar .price-table-text::before,
.masonry-lagar .text-masony {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-moz-transition: opacity 0.35s, -webkit-transform 0.35s;
	-ms-transition: opacity 0.35s, -webkit-transform 0.35s;
	-o-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.masonry-lagar .text-masony {
	margin: 0 auto;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}

.masonry-lagar .title-masory {
	-webkit-transition: -webkit-transform 0.35s;
	-moz-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	-moz-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

.masonry-lagar:hover .price-table-text::before,
.masonry-lagar:hover .price-table-text::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
}

.masonry-lagar:hover .title-masory,
.masonry-lagar:hover .text-masony {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.masonry-lagar-content {
  bottom: 45px;
  position: absolute;
}
/* --- Popular Product ---*/

.popular-title {
  background: none repeat scroll 0 0 #1c1c1c;
   border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 17px;
}
.text-title {
  font-size: 20px;
  margin: 0;
}
.text-title, .popular-title .next {
  display:inline-block;
}
.popular-title .next {
  float:right;
}
.popular-title .next .icon-wrap {
  border: 2px solid #fff;
  border-radius: 50%;
  height: 28px;
  line-height: 25px;
  margin-right: 5px;
  text-align: center;
  width: 28px;
}
.popular-title .next .icon-wrap:hover {
  border: 2px solid #ce3642;
  color:#ce3642;
}
.collection {
  background: none repeat scroll 0 0 #1c1c1c;
  padding-top: 40px;
  position: relative;
}

.popular-store{
  background: url("../images/store/bg-popular.png") no-repeat scroll center center  #1c1c1c;
  position: relative;
  padding: 120px 0;
}
.popular-store .product-content {
  background: none repeat scroll 0 0 rgba(28, 28, 28, 0.9);
}
.popular-store .product-content:hover {
  background: none repeat scroll 0 0 #21201f;
}
.popular-store .product-bottom {
  margin: 7px auto 0;
}
.popular-store  .info-products {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.popular-store .product-image-wrapper .product-image img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.popular-store .product-image-wrapper:hover .product-image img{
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.popular-store .info-products {
  padding: 10px 15px;
}
.popular-store .arrows {
  top: 97px;
}
.popular-product {
  border-right: 1px solid rgba(0, 0, 0, 0.5);
}


/* --- New Product ---*/

.product-store .title-page > h4 {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  padding: 0 30px;
  position: relative;
}
.product-store .title-page > h4::before {
  color: #fff;
  content: "...";
  left: 0;
  position: absolute;
  top: -9px;
}
.product-store .title-page > h4::after {
  color: #fff;
  content: "...";
  position: absolute;
  top: -9px;
  right: 0;
}


/* --- Sport New ---*/

.sport-new {
  background: url("../images/store/bg-sport-new.png") no-repeat scroll center center rgba(28, 28, 28, 0);
  min-height: 733px;
  position: relative;
  background-size:100% 100%;
}
.title-sport{
  margin: 20px 0;
}
.sport-new .title-page h4{
  margin-top: 85px;
}
.title-sport > a {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.title-sport > a:hover {
  color:#C21A27;
}
.sport-content .read-more a {
  color: #ce3642;
  text-transform: uppercase;
}
.sport-content .read-more:hover a {
  color: #fff;
}
.sport-content .read-more:hover a .fa{
  border: 2px solid #fff;
}
.sport-content .read-more a .fa {
  border: 2px solid #C21A27;
  border-radius: 50%;
  height: 28px;
  line-height: 25px;
  margin-right: 5px;
  text-align: center;
  width: 28px;
}
.img-sport {
  position: relative;
  overflow: hidden;
}
.icon-sport {
  background: none repeat scroll 0 0 #C21A27;
  border-radius: 50%;
  height: 46px;
  left: 15px;
  line-height: 46px;
  position: absolute;
  text-align: center;
  top: 15px;
  width: 46px;
}
.icon-sport .fa{
  font-size:16px;
}

/* --- Footer Store ---*/
.footer-store{
  background:#C21A27;
}
.footer-store a {
  color: #fff !important;
}
.footer-store .logo {
  margin-bottom: 20px;
}
.footer-store .social_icon a {
  background: none repeat scroll 0 0 #ca434d;
  border: 1px solid #ca434d;
}

.footer-store .footer-title h4 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
}
.footer-store .footer-title h4::after {
  border-bottom: 2px solid #fff;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 30%;
}
.links-left, .links-right{
  padding-left:10px;
  display:inline-block;
}
.links-right {
  float: right;
  margin-right: 20px;
}
.links-footer ul li{
  margin-bottom:7px;
  list-style-type: disc;
}

#copyright.copyright-store{
  background: none repeat scroll 0 0 #C21A27 ;
  border-top: 2px solid rgba(255, 255, 255, 0.11) !important;
}
/*------------------End Page Store-------------------------*/

/*------------------ Page Sport Club-------------------------*/

.sport-club .logo{
  padding:0 15px !important;
  background:none !important;
}
.sport-club .logo a{
  background:#C21A27;
  position:relative;
  z-index:99;
}
.product-store .popular-product{
  border:none;
}
 .sport-club .link-to{
  text-align: left;
}
.sport-club .banner-text .title-page h1 {
  font-size: 80px;
  margin: 0;
  text-align: left;
}
.icon-sports, .text-sport{
  display:inline-block;
}
.text-sport {
  margin-left: 80px;
}
.text-sport p{
  font-size:24px;
  text-transform:uppercase;
}
.text-sport p:last-child{
  color:#ce3642;
}
.img-title > img {
  opacity: 0.54;
}
.icon-sports {
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 22px;
  height: 63px;
  left: 15px;
  line-height: 57px;
  position: absolute;
  text-align: center;
  width: 63px;
}
.img-title > img {
  height: 98px;
  width: 100%;
}
.sport-club .sub-title{
  padding:0;
  position:relative;
}
.title-content .title-collection {
  left: 15px;
  position: absolute;
  top: 15px;
}
.title-content .icon-next {
  right: 15px;
  position: absolute;
  top: 20px;
}
.title-content .icon-next{
  border: 2px solid #fff;
}
.title-content .icon-next a{
  color:#fff;
}
.img-title .background-overlay {
display:none;
}
.sub-title:hover .img-title .background-overlay {
display:block;
}

.team-content .masonry-lagar{
  margin-bottom:37px;
}
.team-content .masonry-small{
  margin-bottom:0;
}
.sport-club .price-table-text  h3 {
  font-size: 18px;
}
.sport-club .price-table-text  h2 {
  font-size: 36px;
  font-weight:bold;
}
.sport-club  .box .price-table-text .sign-up {
  border: 2px solid #fff;
  margin-left: 0;
  padding: 7px 15px;
  font-size:14px;
  text-transform: uppercase;
}
.sport-club .masonry-small {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
}
.results {
  position: relative;
}
.results-content {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
}
.title-match > h3 {
  background: none repeat scroll 0 0 #C21A27;
  padding: 14px;
  text-align: center;
  margin: 0;
}
.title-collection > h2 {
  margin-top: 10px;
}
.results-match {
  display: block;
  float: left;
  padding: 10px 0;
  vertical-align: top;
  width: 33.3333%;
}
.results-match ul{
  padding-left:0;
}
.sport-club h4, .time-match h4{
  font-size:14px;
}
.results-home h2{
  font-weight:bold;
}
.view-league {
  float: right !important;
}
.view-league > a {
  font-size: 10px;
  text-transform: none;
  padding: 0 10px;
}
.view-league > a:hover {
  color:#C21A27;
}
.sport-club .masonry-small .price-table-img {
  float: none;
  position: relative;
}
.media h2{
  font-weight:bold;
  margin-bottom: 20px;
}
.media .border-bottom{
  margin:0 auto;
}
.media .icon-sports {
  margin-top: 20px;
  position: initial;
}
.league-table ul li {
  display: block;
  float: left;
}

.sport-club .popular-store {
  background: url("../images/sport/bg-athlete.png") no-repeat scroll center center #1c1c1c;
  padding: 90px 0;
}
.sport-club .title-page {
  position: relative;
  z-index: 99;
  padding-top:0;
  padding-bottom: 40px;
}
.results > img {
  margin-top: -45px;
  position: relative;
  z-index: -1;
}

.sport-club .popular-product {
  padding: 0 1px 0 0;
}
.sport-club .popular-product .product-image-wrapper{
  margin-bottom:0;
}


.league-table {
  padding: 0;
  width: 100%;
}
.league-table ul {
  display: block;
  float: left;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
  width: 100%;
}
.league-table ul li.with-10 {
  padding: 10px 0;
  text-align: center;
  width: 10%;
  position: relative;
}
.league-table ul li.with-50 {
  padding: 10px 0;
  text-indent: 10px;
  width: 50%;
}
.league-1 {
  background: none repeat scroll 0 0 #2b2b2b;
  border-bottom: 1px solid #333333;
  border-top: 1px solid #333333;
}
.league-2 {
  background: none repeat scroll 0 0 #1f1f1f;
}
.league-1.league-title {
  border: medium none;
  color: #797878;
}
.league-1.league-title li {
  border-right: 1px solid #333333;
}
.league-1.league-title li:last-child {
  border-right: none;
}
.league-1.league-title li:first-child {
  padding: 10px 0;
}
.league-2.league-top {
  color: #C21A27;
}
.league-table .number {
  background: none repeat scroll 0 0 #1f1f1f;
  border-radius: 50%;
  color: #fff;
  height: 26px;
  line-height: 8px;
  margin-left: 3px;
  margin-top: 7px;
  width: 26px !important;
}
.league-2 .number{
  background: none repeat scroll 0 0 #2b2b2b;
}
.league-top .number{
  background: none repeat scroll 0 0 #C21A27;
}


/* --- Brands ---*/
.brands-sport {
  background:#1e1e1e;
  position:relative;
}
.brands-content {
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.brands-sport .next, .brands-sport .prev {
  left: 0;
  position: absolute;
  top: 37px;
  z-index: 99;
}
.brands-sport .next{
  right:0;
  left:auto;
}
.brands-owl{
  margin:0 10px;
}
.brands-sport .next .icon-wrap, 
.brands-sport .prev .icon-wrap  {
  color: #767676;
  font-size: 18px;
}

.links-footer ul li a:before, 
.links-footer ul li:after {
    border-bottom-color: #C21A27;
}
.links-footer ul li a:before {
    right: 50%;
}
.links-footer ul li a:after {
    left: 50%;
}
.links-footer ul li a:before, .links-footer ul li a:after {
    border-bottom: 2px solid #fff;
    bottom: -5px;
    content: "";
    position: absolute;
    width: 0;
    transition: width 250ms ease-out 0s;
    -o-transition: width 250ms ease-out 0s;
    -ms-transition: width 250ms ease-out 0s;
    -moz-transition: width 250ms ease-out 0s;
    -webkit-transition: width 250ms ease-out 0s;
}

.links-footer ul li a:hover:before, .links-footer ul li a:hover:after, 
.links-footer ul li.active:before, .links-footer ul li.active:after, 
.links-footer ul li a:hover:before, .links-footer ul li a:hover:after {
    width: 50%;
}
.links-footer ul li a{
  position:relative;
}
/*------------------End Sport Club-------------------------*/


/*---------------------------------------------------
	EXTRA
------------------------------------------------------*/
/* Welcome page */
@media (min-width: 1147px) and (max-width: 1199px) {
	.results > img {
	  margin-top: 0;
	  position: relative;
	  z-index: 0;
	}
}
@media (max-width: 1174px) {
    .timetable-content .octember p {
        font-size: 26px;
    }
    .our-pricing-title {top: 55px;}
    .month {
        height: 205px;
    }
    .price-table-text h2 {
        font-size: 20px;
    }
	.results > img {
	  margin-top: 0;
	  position: relative;
	  z-index: 0;
	}

}
@media (max-width: 1024px) {
    
	.quick-access {
        position: absolute !important;
        right: 65px;
        padding:0 !important;
    }
    #header .mainnav{
        display:none!important;
    }
    #open-button{
        display:block;
		font-size:24px;
    }
    .boxing-page .nav-container, .boxing-page .quick-access  {
        background: none;
        padding: 0;
        height: auto;
        margin:0;
    }
    .boxing-page #open-button {
        top: 25px;
    }
    .boxing-page .alt  #open-button {
        top: 54px;
    }
    .search-box {right:0;}
    .title-bottom {
        font-size: 4em;
    }
	
	.hps-title1 {
		top:230px !important;
	}
	.hps-title3 {
		top: 285px !important;
	}
	.hps-title4 {
		top: 354px !important;
	}
	.sidebar-bottom-1{
	  margin-bottom: 20px;
	}
	.ch-info-wrap {
	  top: 50px;
	}
	.timetable-info > p {
	  height: 62px;
	  line-height: 21px;
	  overflow: hidden;
	  position: relative;
	}
	.timetable-info .title-content > p {
	  margin: 0;
	}
	.parallax-text .open-btn:before {
	  transform: translateX(0px);
	  -moz-transform: translateX(0px);
	  -webkit-transform: translateX(0px);
	  -ms-transform: translateX(0px);
	  -o-transform: translateX(0px);
	}
	.parallax-block .button {
	  text-indent: -99999px;
	  width: 100px;
	}
	.shopping-buy {
	  padding: 0 0 0 25px;
	  transition: none 0s ease 0s ;
	  -moz-transition: none 0s ease 0s ;
	  -webkit-transition: none 0s ease 0s ;
	  -o-transition: none 0s ease 0s ;
	  -ms-transition: none 0s ease 0s ;
	  width: 115px;
	}
	.shopping-buy:before {
	  margin-left: -35px;
	  transform: none 0s ease 0s;
	  -moz-transform: none 0s ease 0s;
	  -webkit-transform: none 0s ease 0s;
	  -o-transform: none 0s ease 0s;
	  -ms-transform: none 0s ease 0s ;
	}
	.shopping-buy:hover:before{
	   transform: none 0s ease 0s;
	  -moz-transform: none 0s ease 0s;
	  -webkit-transform: none 0s ease 0s;
	  -o-transform: none 0s ease 0s;
	  -ms-transform: none 0s ease 0s ;
	}
	.detail-our-team-desc {
	  font-size: 20px;
	  line-height: 34px;
	}
	.detail-our-team-inner {
	  padding: 25px 30px 10px;
	}
	.contact {
	  top: 105px;
	}
	.sidebar-bottom .title-match {
	  padding: 9px 0;
	}
	.index-white .classes-content .box-cell {
	  margin: 25px 18px 0;
	}
	.header-container-3 #open-button {
	  top: 83px;
	}
	.classes-content .box-cell {
	  margin: 35px 30px 0;
	}
	.profile-icon, .profile-text {
	  float: left;
	  padding: 0 20px;
	  width: 100%;
	}
	.profile-content .rating {
	  text-align: left;
	}
	.share .social-icon a {
	  padding: 0 4px;
	}
	.share-title h5 {
	  font-size: 11px;
	}
	.page-product .product-categories .title, .product-popular .title {
	  font-size: 16px;
	}
	.product-list-row .info-products-list {
	  padding-bottom: 10px;
	}
	.listing-grid-row .actions p{
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.listing-grid-row .icon-time span{
	  font-size: 10px;
	}
	.listing-grid-row .info-products{
	  padding: 10px 0;
	}
	.caveats-content {
	  padding-top: 30px;
	}
	.caveats-content p {
	  font-size: 16px;
	  width: 80%;
	}
	.pages {
	  margin-bottom: 30px;
	  overflow: hidden;
	}
	.mini-cart:before {
	  right: 34px;
	}
	.actions {
	  padding: 10px 15px;
	}
	.img-box-right .open-hour {
	  right: 7%;
	  top: 55px;
	}
	.masonry-lagar .price-table-img {
	  width: 100%;
	}
	.masonry-lagar {
	  min-height: 447px !important;
	}
	.title-collection > h2 {
	  font-size: 24px;
	}
	.icon-next {
	  margin-top: 8px;
	}
	.links-footer {
	  padding-left: 15px;
	}
	.links-left, .links-right {
	  display: inline;
	  float: none;
	}
	
	.results, .results > img {
	  position: relative;
	  width: 100%;
	}
	.results-content {
	  top: 50%;
	  margin-top: -100px;
	}
	.time-match {
	  text-align: center;
	}
	.league-table ul li.with-50 {
	  height: auto;
	  overflow: hidden;
	  padding: 10px;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	  width: 50%;
	  text-align: left;
	}
	.league-table{
	  padding:0;
	}
	.masonry-small .media {
	  text-align: center;
	  margin-top:-122px;
	}
	.sport-club .popular-product {
	  padding: 0 1px 30px 0;
	}
	.collection-content .box {
	  margin: 0 0 50px;
	}
}

@media (max-width: 990px) {
   
   .listing-grid-row .icon-time span{
	  font-size: 12px;
	}
   .about-top {
        background: none;
    }
    .class-content-left{
        padding: 200px 85px 10px 0;
    }
    .class-content-right {
        padding-left: 78px;
        padding-top: 200px;
    }
    .class-content h3 {
        font-size: 36px;
    }
    iframe {
        width: 100%;
    }
    .octember  {padding-bottom:20px;}
    .octember  img{width:99%;}

    .timetable-content .octember p {
        font-size: 36px;
    }
    .our-pricing-title {
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
        color: #fff;
        height: auto;
        margin-left: 0;
        overflow: hidden;
        padding: 30px 0;
        position: static;
        text-align: center;
        width: 100%;
    }
    .col2-layout .col-main {
        padding-left: 0;
    }
    .price-table .col-md-4, .price-table .col-md-8, .price-table .col-md-12{padding:0;}

    .hour, .news, .contact-us {
        padding-top: 0;
    }
    .about-con .about-box, .block-item-special > .about-box {
        transform:translateY(0)!important;
		-o-transform:translateY(0)!important;
		-ms-transform:translateY(0)!important;
		-moz-transform:translateY(0)!important;
		-webkit-transform:translateY(0)!important;
		transition: none 0s ease 0s ;
    }

    .product-image a img, .price-table-img > img {
        width: 100%;
    }

    .discover-link {
        font-size: 20px;
    }
    .discover .discover-content h2 {
        font-size: 36px;
    }
    .slider-content {
        top: 150px;
        width:100%;
    }
    .slider-content .title-slide {
        font-size: 32px;
    }
    .slider-content .text-slide {
        width: 100%;
    }
    .month {
        height: 330px;
    }
    .price-table-text h2 {
        font-size: 24px;
    }

	.shop .price-table-content {
	  margin: 15px 0;
	}
    /* Product cart */
    .product-cart .cart .cart-table .delete-item{
            border-right: 1px solid #343434 !important;
    }
    .product-cart .cart .cart-collaterals .box{
            height: auto;
    }
	.related-product {
	  float: left;
	  padding-bottom: 20px;
	  width: 50%;
	}
	.related-product-1 {
	  padding-right:10px;
	}
	.related-product-2{
	  padding-left:10px;
	}
	.price-table-text {
	  left: 20%;
	}
	.slide-welcome {
	  position: relative;
	}
	.welcome .contents-main{margin-top:0 !important;}
	.banner-text .title-page h1 {
	  font-size: 36px;
	}
	.banner-text {
	  left: 0;
	  top: 50px;
	  width: 100%;
	  margin-left: 0;
	}
	 .ch-info-wrap {
        margin: 0 auto;
        position: static;
        text-align: center;
    }
	.timetable-info > p {
	  height: auto;
	  line-height: 24px;
	}
	.timetable-info .title-content > p {
	  margin: 0 0 10px;
	}
	.index-white .classes-content .box-cell {
	  margin: 25px 25px 0;
	}
	.share-title h5 {
	  font-size: 16px;
	}
	.profile-info {
	  padding-left: 20px;
	  width: 70%;
	}
	.profile-text {
	  padding-left: 20px;
	  width: 100%;
	}
	.page-product .product-categories .title, .product-popular .title {
	  font-size: 18px;
	}
	.listing-grid-row .actions p{
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: normal;
	}
	.caveats-content {
	  padding-top: 40px;
	}
   .caveats-content p {
	  font-size: 18px;
	  width: 71%;
	}
	.ch-info-wrap {
	  margin: 0 auto;
	  position: relative;
	  text-align: center;
	  top: 0;
	  left:0;
	}
	.introduction {
	  background: none repeat scroll 0 0 #242424;
	}
	.introduction .intro-content {
	  padding-bottom: 0px;
	}
	.services {
	  background:#242424;
	}
	.sevices-main {
	  background: none repeat scroll 0 0 transparent;
	}
	.links-left, .links-right {
	  float: left;
	}
	.links-right {
	  margin-left: 70px;
	  margin-right: 0;
	}
	.league-table .number {
	  height: auto;
	  line-height: 8px;
	  margin-left: 0;
	  width: 10% !important;
	}

}

@media (max-width: 768px) {

	.about-con .about-box, .block-item-special > .about-box {
		transform:translateY(0)!important;
		-o-transform:translateY(0)!important;
		-ms-transform:translateY(0)!important;
		-moz-transform:translateY(0)!important;
		-webkit-transform:translateY(0)!important;
    }
    .octember  img{width:100%;}
    .reviews-content, .match-img {text-align:center; }
    .coming-event h2 {
        width: auto;
    }
    .border, .border-bottom{display:none;}

    .gallery .gallery-content {
        top: 35px;
        width: 85%;
    }
    .coming-event h2 {
        font-size: 18px;
    }
    .price-table-text {
        left: 20%;
        width: 72%;
    }
    .content-our-team.our-team-tabs .our-team-nav span.our-team-position {
        font-size: 21px;
    }
    .boxing-page .alt {
        padding-top: 0;
    }
    .boxing-page .alt #open-button {
        top: 25px;
    }
    .discover-link {
        font-size: 16px;
    }
    .discover .discover-content h2 {
        font-size: 24px;
    }
    .img-box-right .open-hour{
        right: 20%;
        top: 150px;
    }
    .slider-content {
        top: 100px;
        width:80%;
    }
    .slider-content .title-slide {
        font-size: 50px;
    }
    .slider-content .text-slide {
        font-size: 18px;
    }
    .title-top {
        font-size: 24px;
    }
    .title-bottom {
        font-size: 3em;
    }
    .links {
        font-size: 18px;
    }

    .title-banner span {
        font-size: 18px;
    }
    .title-banner-1 h2 {
        font-size: 50px;
    }
    .try-class a {font-size: 14px;}

    .fit-background {
        left: 50%;
        margin-left: -115px;
        right: auto;
    }
    .caveats-full {
        float: left;
        width: 100%;
    }
    .caveats-content {
        width: 100%;
        float: none;
        overflow: hidden;
    }
    .caveats-content p {
        font-weight: bold;
        margin: 30px;
        width: 55%;
    }
    .time-event {
        width: 100%;
        border-right:none;
    }
    /* Product cart */
    .product-cart .cart .cart-table .row-item .item{
        min-height: auto;
        line-height: normal;
        text-align: center;
    }
	.hps-title1 {
		top:230px !important;
	}
	.hps-title3 {
		top: 275px !important;
	}
	.hps-title4 {
		top: 324px !important;
	}
	.demos-content{
	  margin: 0 auto;
	  text-align: center;
	}
	.features .sevices-main {
	  margin-bottom: -20px;
	}
	.footer-welcome .title-page {
	  padding-top: 100px;
	}
	.footer-welcome {
	  margin-top: -130px;
	}
	.banner-text .title-page {
	  padding-top: 20px;
	}
	.detail-our-team-inner {
	  padding: 10px 20px;
	}
	.detail-our-team-desc {
	  font-size: 16px;
	  line-height: 30px;
	}
	.detail-our-team-user {
	  font-size: 18px;
	  padding-top: 5px;
	}
	.actions {
	  padding: 10px 15px;
	}
	.coming-event {
	  background: none repeat scroll 0 0 #242424;
	}
	.sidebar-bottom .title-match {
	  padding: 45px 0;
	}
	.match-reviews {
	  padding: 25px 20px !important;
	}
	.about-img > img {
	  width: 100%;
	}
	.block-left {
	  padding-bottom: 30px;
	}
	.price-tb {
	  padding-bottom: 20px;
	}
	.caveats-content p {
	  width: 100%;
	}
	.more-views .owl-item {
	  width: 80px !important;
	}
	.product-img-box{
	  display: block;
	  text-align: center;
	}
	.quickview-box .quickview-close {
	  top: 40px;
	}
	.product-cart .cart .cart-collaterals .box {
	  height: 230px;
	}
	.product-cart .cart .cart-collaterals .calculate-shipping, .log-in, .billing-address {
	  margin-bottom: 20px;
	}
	.product-check-out .checkout .checkout-row .billing-address .box, .product-check-out .checkout .checkout-row .shipping-address .box {
	  height: auto;
	}
	.blog-main .img-blog {
	  width: 20%;
	}
	.boxing-page .reveal:not(.alt) .quick-access {
	  background: none ;
	}
	.sevices-main {
	  border: medium none;
	}
	.services .col-md-3 {
	  padding: 0 15px;
	}
	.sevices-wapper {
	  margin-bottom: 15px;
	}
	.fit-strong {
	  background: #242424;
	}
	.sevices-wapper {
	  margin-bottom: 30px;
	}
	.contents-main .sport-new {
	  background: none repeat scroll 0 0 #1c1c1c;
	  min-height: auto;
	}
	.sport-content {
	  margin-bottom: 25px;
	}
	.collection-content .box {
	  margin: 0 0 25px;
	}
	.collection-content .sub-title {
	  margin-bottom: 40px;
	}
	.masonry-lagar .price-table-img > img {
	  width: 100%;
	}
	.links-info, .links-account{
	  margin-top:25px;
	}
	.cart-store {
	  margin-top: 0;
	}
	.results > img {
	  height: 206px;
	  width: 100%;
	}
	.links-left, .links-right {
	  display: inline-block;
	  float: none;
	  vertical-align: top;
	}
	.links-right {
	  margin-left: 60px;
	  margin-right: 0;
	}
	.sport-club .popular-product {
	  padding: 30px 2px 0 0;
	}
	
	.results, .results > img{
	  height: 220px;
	  position: relative;
	}
	.results-content {
	  text-align: center;
	}
	.results-match {
	  padding: 0;
	}
	.time-match {
	  text-align: center;
	}
	.league-table ul li.with-50 {
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nomal;
	  width: 45%;
	}
	.sport-club .masonry-lagar .price-table-text {
	  bottom: 0px;
	}
}

@media (min-width: 480px) and (max-width: 767px){
	
	.our-team-img img {
	  width: 100%;
	}
	.carousel-image {
	  text-align: center;
	}
	.owl-controls.clickable {
	  right: 132px;
	}
	
	.timetable-top .box-cell {
	  margin: 80px 60px 0;
	}
	.price-table .col-md-12 {
	  padding: 0 15px;
	}
	.price-list {
	  padding-bottom: 1px !important;
	}
	.hps-title1 {
	  top: 130px !important;
	}
	.hps-title3 {
	  top: 175px !important;
	}
	.hps-title4 {
	  top: 224px !important;
	}
	.arrows {
	  top: 50%;
	}
	.boxing-content {
	  padding: 50px 0;
	}
	.address-top {
	  float: left;
	  line-height: 5px;
	  margin-top: 9px;
	  width: 100%;
	}
	.header-container-3 #open-button {
	  top: 105px;
	}
	.header-container-3 .quick-access {
	  top: 100px;
	}
	.categories .filter{padding: 0 10px;}
	.classes-content .box-cell {
	  margin: 90px 65px 0;
	}

	.gallery .gallery-content {
        top: 40px;
    }
    .slider-content {
        top: 100px;
        width:100%;
    }
    .slider-content .title-slide {
        font-size: 36px;
    }
    .slider-content .text-slide {
        font-size: 16px;
    }

    .banner-content {
        right: 36px;
    }
    .title-banner-1 h2 {
        font-size: 34px;
    }
    .title-banner span {
        font-size: 12px;
    }
    .try-class a {font-size: 14px;}
    .info-banner p {
        font-size: 16px;
        margin: 0;
        width:100%;
    }
    .form-validate-right, .form-validate-left {
        width: 100%;
    }
    .form-validate-left input {
        width: 100%;
    }
	.related-product {
	  float: left;
	  width: 100%;
	  padding: 0 0 20px;
	}
	.related-product .box-cell {
	  margin: 95px 50px 0;
	}
	
	.banner-text {
	  top: 40px;
	}
	.banner-text .title-page {
	  padding-top: 0;
	}
	.athlete-html {
	  font-size: 14px;
	}
	.banner-text .title-page .athlete-welcome {
	  font-size: 22px;
	}
	.banner-text .title-page .athlete-desc {
	  font-size: 11px;
	}
	.select-demo, .purchare-it {
	  font-size: 12px;
	}
	.product-cart .cart .cart-table .row-item .item {
	  padding: 10px 20px;
	}
	.product-cart .cart .cart-table .row-item .item {
	  padding: 10px;
	}
	.product-cart .cart .cart-table .row-item .name-item .product-image {
	  float: none;
	}
	.product-cart .cart .cart-table .row-item .name-item .product-info {
	  float: none;
	}
	.add-to-cart {
	  margin: 0 auto;
	}
	.parallax-text h1 {
	  font-size: 30px;
	}
	.parallax-shop h1 {
	  font-size: 26px;
	}
	.join-us {
	  font-size: 16px;
	}
	.month {
	  height: auto;
	}
	.parallax-boxing p, .parallax-shop p {
	  font-size: 16px;
	}
	.links-right {
	  float: none;
	  margin-right: 0;
	  vertical-align: top;
	  margin-left: 70px;
	}
	.footer-store .footer-title h4::after {
	  width: 100%;
	}
	.links-our-product{
	  margin-top:25px;
	}
	.img-sport img {
	  width: 100%;
	}
	.sport-club .banner-text .title-page h1 {
	  font-size: 50px;
	}
}

@media (max-width: 479px) {

    .class-content h3 {
        font-size: 28px;
    }

    .gallery .gallery-content {
        top: 0;
    }

    .price-table-1 ul .icon {
        width: 19%;
    }
    .content-our-team.our-team-tabs .our-team-nav span.our-team-position {
        font-size: 16px;
    }
    .img-box-right .open-hour {
        right: 5%;
        top: 80px;
    }

    .title-top {
        font-size: 16px;
    }
    .title-bottom {
        font-size: 24px;
    }
    .links {
        font-size: 12px;
    }
	.calendar-month {
	  font-size: 24px;
	}
	.calendar-day > div {
	  font-size: 12px;
	}

	.calendar-date ul li .calendar-day {
	  font-size: 18px;
	  line-height: 40px;
	  margin: 0 auto;
	}

	.calendar-month {
	  font-size: 17px;
	}
	.calendar-note .calendar-slide {
	  bottom: 0;
	}
	.calendar-note .calendar-slide li {
	  margin-right:0;
	}
	.calendar-note .calendar-slide li .fa {
	  font-size: 7px;
	}
	.title-page h3 {
	  font-size: 24px;
	  line-height: 32px;
	}
	.sevices-main {
	  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	  border: medium none;
	  margin-bottom: 0;
	}
	.quick-access {
	  line-height: 85px;
	}
	.news-wapper {
	  padding: 25px 0;
	}
	.fit-strong {
	  background: none repeat scroll 0 0 #242424;
	}
	.owl-controls.clickable {
	  right: 88px;
	}
	.success a {
	  font-size: 24px;
	}
	.title-page p {
	  padding: 0 15px;
	}
	.classes-content .filters {
	  text-align: left;
	}
	.timetable-top .box-cell {
	  margin: 75px 55px 0;
	}
	.yoga-content {
	  background: none;
	}
	.price-table .col-md-12 {
	  padding: 0 15px;
	}
	
	.sidebar-bottom .title-match {
	  padding: 10px 0;
	}
	.boxing-content {
	  padding: 0;
	}
	.index-white .classes-content .box-cell {
	  margin: 50px 50px 0;
	}
	.header-container-3 #open-button {
	  top: 130px;
	}
	.address-top {
	  float: left;
	  margin-right: 0;
	  width: 100%;
	}
	.header-container-3 .quick-access {
	  top: 45px;
	}
	.price-table .col-md-12 {
	  padding: 0 15px 1px;
	}
	.plan {
	  margin: 0 0 15px;
	}
	.classes-content .box-cell {
	  margin: 70px 30px 0;
	}
	.categories .filter{
	  padding: 0 8px;
	  font-size: 12px;
	}
	.categories .filter:last-child{
	 border:none;
	}
	.add-to-cart {
	  margin: 0 auto;
	}
	.product-cart .cart .cart-table .row-item .item {
	  padding: 15px;
	}
	.blog-content {
	  margin-left: 110px;
	}
	.img-brand {
	  text-align: center;
	}
	.price-contents {
	  padding: 30px 0;
	}
	.parallax-text h1 {
	  font-size: 30px;
	}
	.parallax-shop h1 {
	  font-size: 26px;
	}
	.join-us {
	  font-size: 16px;
	}
	.month {
	  height: auto;
	}
	.parallax-boxing p, .parallax-shop p {
	  font-size: 16px;
	}
	.links-right {
	  float: none;
	  margin-right: 0;
	  vertical-align: top;
	  margin-left: 70px;
	}
	.footer-store .footer-title h4::after {
	  width: 100%;
	}
	.links-our-product{
	  margin-top:25px;
	}
	.index-store .menu-button {
	  left: auto;
	}
	.img-sport img {
	  width: 100%;
	}
	.sport-club .banner-text .title-page h1 {
	  font-size: 50px;
	}
}	

@media (max-width: 320px) {
   
   .hps-title1 {
	  top: 130px !important;
	}
	.hps-title3 {
	  top: 175px !important;
	}
	.hps-title4 {
	  top: 224px !important;
	}
   .ms-slide-layers .img-slide{
	   top:37% !important;
	}
   .content-our-team.our-team-tabs .our-team-nav span.our-team-position {
        font-size: 12px;
        white-space: nowrap;
    }
	.banner-text .title-page {
	  padding-bottom: 0;
	  padding-top: 0;
	}
	.banner-text {
	  top: 0;
	  width:100%;
	}
	.owl-controls.clickable {
	  right: 20px;
	}
	.classes-content .filter {
	  margin: 0 0 10px;
	  padding: 0 10px;
	}
	.classes-content .box-cell {
	  margin: 33px 30px 0;
	}
	.timetable-top .box-cell {
	  margin: 25px 25px 0;
	}
	.col-left.sidebar {
	  padding-top: 50px;
	}
	.top-link {
	  line-height: 2;
	}
	.header-container-3 .quick-access {
	  top: 103px;
	}
	.header-container-3 #open-button {
	  top: 110px;
	}
	.block-left .about-title h3{
	  line-height: 30px;
	}
	.icon-block {
	  float: none;
	  text-align: center;
	}
	.about-details {
	  margin-left: 0;
	  padding: 20px 0;
	  width: 100%;
	}
	.about-details-title {
	  text-align: center;
	}
	.history-skill li {
	  line-height: 30px;
	  width: 100%;
	}
	.tab-history .our-team-nav {
	  padding: 0;
	}
	.price-table-title h2 {
	  line-height: 32px;
	}
	.caveats-content p {
	  font-size: 14px;
	  margin: 15px;
	}
	.share-title h5 {
	  font-size: 13px;
	  width: 100%;
	}
	.content-cmt {
	  float: left;
	}
	.question-content p, .answer p, .content-reply {
	  padding: 15px 0;
	}
	.experience-spoiler-opened .experience-details-title {
	  font-size: 16px;
	}
	.product-essential .tags-list ul li a {
	  padding: 0 10px;
	}
	.event-listing .news-title {
	  font-size: 14px;
	}
	.event-listing .news-time .open-time, .event-text {
	  font-size: 12px;
	}
	.blog-main .img-blog {
	  width: 100%;
	}
	.blog-content {
	  margin-left: 22px;
	}
	.blog-title a {
	  font-size: 18px;
	}
	.answer .col-md-2, .reply .col-md-3{width:100%;}
	.headding-content .icon-headding {
	  margin-right: 10px;
	}
	.headding-content .cont-headding {
	  float: none;
	}
	.form-validate-right, .form-validate-left {
	  width: 100%;
	}
	.form-validate-left input {
	  width: 100%;
	}
	.related-product {
	  width: 100%;
	}
	.experience-details-title {
	  font-size: 16px;
	}
	.add-to-cart {
	  width: 77px;
	}
	.product-cart .cart .cart-table .row-item .item {
	  padding: 10px;
	}
	.product-cart .cart .cart-table .row-item .name-item .product-image {
	  float: none;
	}
	.product-cart .cart .cart-table .row-item .name-item .product-info {
	  float: none;
	  padding-top: 20px;
	}
	.calendar-date ul li {
	  width: 100%;
	}
	.calendar-date ul li .calendar-day {
	  line-height: 150px;
	}
	.calendar-day > div {
	  display:none;
	}
	.related-post-list a:before {
	  top: 64px;
	}
	.next-month {
	  max-width: 100%;
	}
	.calendar-title .owl-carousel {
	  width: 156px;
	}
	.calendar-month {
	  margin: 0;
	}
	.calendar-date ul li .calendar-day {
	  font-size: 30px;
	}
	.calendar-note .calendar-slide {
	  bottom: 40px;
	}
	.calendar-note .calendar-slide li .fa {
	  font-size: 12px;
	}
	.next.next-nav-next {
	  margin-right: 7px;
	}
	.prev.button-nav-prev {
	  margin-left: 7px;
	}
	.boxing-page .logo {
	  width: 50% !important;
	}
	.gallery {
	  height: auto;
	}
	.gallery .gallery-content {
	  margin-left: 0;
	  padding: 10px !important;
	  top: 0;
	  width: 100%;
	}
	.gallery-content .title-gallery{
	  margin:0;
	}
	.coming-event h2 {
	  font-size: 18px;
	}
	.parallax-block-wrap-module {
	  height: 250px;
	}
	.parallax-block-content {
	  padding-top: 40px;
	}
	.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	  top: 33% !important;
	}
	.banner-text .title-page h1 {
	  font-size: 20px;
	}
	.select-demo, .purchare-it {
	  font-size: 12px;
	}
	.banner-text .title-page h5 {
	  font-size: 12px;
	}
	.demos .title-page {
	  padding-top: 10px;
	  padding-bottom: 20px;
	}
	.links-right {
	  float: none;
	  margin-left: 30px;
	}
}

.body-boxed{
  background: url("../images/patterns.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.body-boxed .wrapper {
  margin: auto;
  max-width: 1200px;
  overflow: hidden;
  -o-box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
  -ms-box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
  box-shadow:0px 6px 10px 0px rgba(0, 0, 0, 1);
}
.body-boxed .wrapper {
  overflow: hidden;
}
.body-boxed .to-top {
  max-width: 1200px;
}
.body-boxed .header  {
  max-width: 1200px;
}

/* COMING SOON PAGE*/
.coming-soon .layer{
	width:100%;
	height:100%;
	display:block;
}
.coming-soon{
	position:absolute;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:155px;

}
.coming-soon .welcome-text{
	font-size:60px;
	font-weight:normal;
}
.coming-soon .welcome-description{
	font-size:16px;
	padding-top:5px;
	font-weight:normal;
}
.coming-soon .title{
	border: 2px solid;
	padding: 8px 15px;
	display:inline-block;
	margin-bottom:7px;
	font-size:30px;
	text-transform:uppercase;
	font-weight:normal;
}
.coming-soon #scene{
	width:100%;
	height:100%;
	background:url("../images/bg-welcome.jpg") repeat scroll top center / cover  rgba(0, 0, 0, 0);
	position:fixed;
	width:100%;
	height:100%;
	z-index:-1;
}
.coming-soon .layer-img{
	width:100%;
	height:100%;
	background:url("../images/bg-welcome.jpg") repeat scroll top center / cover  rgba(0, 0, 0, 0);
	opacity:0.3;
}
.coming-soon .layer .layer-img{
	opacity:0.3;
}
.coming-soon h6{
	margin-top:130px;
}
.coming-soon .fa-heart{
	color:#ef333d;
}
.countdown-section{
	width:113px;
	height:113px;
	border:1px solid rgba(30,30,30,0.2);
	background:rgba(0,0,0,0.2);
	color:#fff;
	margin:30px 12px 0 12px;
	display:inline-block;
	font-size:18px;
	text-transform:uppercase;
}
.countdown-section .countdown-amount{
	font-size:48px;
	display:block;
	text-align:center;
	line-height:48px;
	margin:15px 0 3px 0;
}


/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: Montserrat;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 10px;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: rgb(80,80,80);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgb(80,80,80);
}
.form-control::-webkit-input-placeholder {
  color: rgb(80,80,80);
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm,
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.input-lg,
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
  visibility: hidden;
}
.collapse.in {
  display: block;
  visibility: visible;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  -webkit-transition-property: height, visibility;
       -o-transition-property: height, visibility;
          transition-property: height, visibility;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
  visibility: hidden;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    visibility: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
  -webkit-transition: width .6s ease;
       -o-transition: width .6s ease;
          transition: width .6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
          background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, .15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  visibility: visible;
  filter: alpha(opacity=0);
  opacity: 0;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont78ce.eot?v=4.2.0');
  src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont78ce.woff?v=4.2.0') format('woff'), url('../fonts/fontawesome-webfont78ce.ttf?v=4.2.0') format('truetype'), url('../fonts/fontawesome-webfont78ce.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
