html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html, #main {
    height: 100%;
}

#main {
    min-height: 100%;
}


body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	max-width:100% !important;
	height:auto;
}

body {
	margin:0;
	padding:0;
	background-color:#fff;
	font-family: 'Montserrat', sans-serif;
	letter-spacing:.06em;
	overflow-x:hidden;
	-webkit-text-size-adjust: none;
	height:100%;
	max-height:100%;
}

img {
	max-width:100%;
	height:auto;
}

body, p, div {
   font-family: 'Montserrat', sans-serif;
}

a {
	text-decoration:none;
	color:#c20927;
	transition: all .3s ease-in-out;
}

a:hover  {
	color:#683d0b;
}

#main {
	position:relative;
	width:100%;
}

.bold { font-weight: bold; }

.top-holder {
    position:absolute;
	height:100px;;
	width:100%;	
	transition: all .3s ease-in-out;
	z-index:3;
}

.top-holder.sticky {
    position:fixed;
	height:70px;
	width:100%;	
	background:rgba(0,0,0,.7);
	z-index:5;
}


.logo {
   width:270px;
   text-align:center;
   transition: all .3s ease-in-out;
}

.logo.sticky {
   width:140px !important;
   margin-top:-8px;
}

.phone-holder {
    position: relative;
	width:100%;
    text-align:right;
	color:#fff;
	font-size:12px;
	padding:3px 0px;
	z-index:2;
	padding-right: 170px;
	background: rgba(0,0,0,0.9);
}

.phone-holder.sticky {
   display:none;
} 

.phone-holder a {
   color:#ccc;
   text-decoration:none;
}

.phone-holder a:hover {
   color:#fff;
   text-decoration:none;
}

.navigation-holder {
   position:relative;
   width:100%;
   margin-top:40px;
   z-index:2;
}

.n01 {
  float:left;
  display:block;
  width:40%;
  position:relative;
  margin-top:40px;
}

.n02 {
  float:right;
  display:block;
  width:38%;
  position:relative;
  margin-top:40px;
}

.menu-holder {
  width:100%;
  text-align:center;
  transition: all .3s ease-in-out;
}


.fp-blog { 
  float: left;
  padding: 10px;
  width: 400px;
  height: 250px;
  box-shadow: 1px 1px 3px #ccc;
  margin-right: 25px;
  margin-bottom: 25px;
}
.fp-blog .img { float: left; margin-right: 15px; width: 150px; }
.fp-blog .contents span { color: #000; }
.fp-blog .contents a { color: #8e1717; font-weight: bold; }


.enroll {
    position:absolute;
	top:0px;
	right:30px;
	z-index: 100;
    filter: none;
    -webkit-filter: none;
	transition: all .3s ease-in-out;
}

.enroll:hover {
    position:absolute;
	top:0px;
	right:30px;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
}

.enroll.sticky {
  position:fixed;
  width:90px;
}


.enroll-01 {
    position:absolute;
	top:-2px;
	right:30px;
	width:116px;
	height: 145px;
	background:url(../images/cart-ribbon.png) top center no-repeat;
	z-index: 100;
    filter: none;
    -webkit-filter: none;
	transition: all .3s ease-in-out;
	cursor:pointer;	
	text-align:center;
	color:#fff;
	text-shadow: -1px -1px 1px #710004;
	padding: 15px 5px;
}

.enroll-01:hover {
    position:absolute;
	right:30px;
    filter: url(filters.svg#grayscale);
    /* Firefox 3.5+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome & Safari 6+ */
	margin-top:-8px;
	animation: vertical_3138 0s ease infinite;
}

.enroll-01.sticky {
  position:fixed;
  width:90px;
  background:url(../images/cart-ribbon-sticky.png) top center no-repeat;
  padding: 10px 5px;
}

.enroll-01 .text-01 {
  float:left; 
  display:block; 
  width:100%; 
  text-align:center; 
  top:0px;
  right:30px;font-size:14px;
}

.enroll-01 .number {
  float:left; 
  display:block; 
  width:40%; 
  margin-left:43%; 
  margin-top:4px; 
  color:#FFCC00; 
  font-weight:bold; 
  font-size:12px;
}

.enroll-01 .checkout {
   float:left; 
   display:block; 
   width:100%; 
   text-align:center; 
   margin-top:35px; 
   font-size:10px;
}

.enroll-01.sticky .text-01 {
   font-size:12px;
}

.enroll-01.sticky .number {
   font-size:10px; 
}

.enroll-01.sticky .checkout {
   margin-top:25px; 
   font-size:9px;
   width:80%; 
   margin-left:10%;
}


.whiteBorder { border: 3px solid #fff; border-radius: 2px; box-shadow: 2px 2px 15px #b4b4b4; }


.top-gray-section {
  float:left;
  display:block;
  width:100%;
  min-height:520px;
  position:relative;
  background: #4f4f4f; /* Old browsers */
  background: -moz-linear-gradient(top, #4f4f4f 26%, #4f4f4f 26%, #070101 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #4f4f4f 26%,#4f4f4f 26%,#070101 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #4f4f4f 26%,#4f4f4f 26%,#070101 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#070101',GradientType=0 ); /* IE6-9 */
}

.top-section-holder {
  width:90%;
  margin-left:5%;
  margin-right:5%;
  position:absolute;
  margin-top:-30px;
}

.top-boxes {
  float:left;
  display:inline-block;
  width:32.333%;
  margin-right:1.5%;
  position:relative;
}

.top-boxes:last-of-type {
  float:left;
  display:inline-block;
  width:32.333%;
  margin-right:0%;
  position:relative;
}

.top-boxes-title {
  width:100%;
  position:absolute;
  font-family: 'Montserrat', sans-serif;
  font-size:26px;
  text-align:center;
  font-weight:700;
  color:#fff;
  text-shadow: 2px 2px 2px #000;
  text-transform:uppercase;
  margin-top:8px;
  z-index:2;
}

.top-boxes h3 {
  font-size:18px;
  font-weight:700;
  color:#fff;
  text-transform:uppercase;
  margin:15px 0px;
}

.top-boxes p {
  font-size:16px !important;
  font-weight:400;
  color:#fff;
  min-height:110px;
  padding:6px;
}

.top-boxes-btn {
  float:left;
  width:100%;
  text-align:center;
  margin-top:35px;
}

.white-section {
  float:left;
  display:block;
  width:100%;
  background:#fff;
}

.half-section {
  float:left;
  display:inline-block;
  width:50%;
}

.block {
  width:100%;
  float:left;
  display:block;
  transition: all .3s ease-in-out;
  cursor:pointer;
}

.block:hover {
   box-shadow: 0 8px 12px 0 rgba(0,0,0,0.7);
   margin-top:-5px;
   background: rgba(0,0,0,.5);  
}

.block-01 {
  width:100%;
  float:left;
  display:block;
  transition: all .3s ease-in-out;
  cursor:pointer;
}

.block-01:hover {
   box-shadow: 0 8px 12px 0 rgba(0,0,0,0.7);
   margin-top:-5px; 
   background: rgba(0,0,0,.5); 
}

.block-02 {
  width:100%;
  float:left;
  display:block;
  transition: all .3s ease-in-out;
  cursor:pointer;
}

.block-02:hover {
   box-shadow: 0 8px 12px 0 rgba(0,0,0,0.5);
   margin-top:-5px;
   background:rgba(255,255,255,.6);
}

.block-03 {
  width:100%;
  float:left;
  display:block;
  transition: all .3s ease-in-out;
  cursor:pointer;
}

.block-03:hover {
   box-shadow: 0 8px 12px 0 rgba(0,0,0,0.5);
   margin-top:-5px;
}

.half-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-size:36px;
  font-weight:700;
  color: #333;
  text-transform:uppercase;
}

.half-section h3 span {
  font-family: 'Montserrat', sans-serif;
  font-size:26px;
  font-weight:700;
  color: #9a9a9a;
  text-transform:uppercase;
}

.half-section p {
  color:#797979;
  font-size:22px;
  line-height:36px;
}

.padding-30 {
  padding:30px;
}

.train-section {
  width:100%;
  float:left;
  display:block;
  padding: 40px 0px;
  text-shadow: 2px 2px 2px #000;
}

.train-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size:36px !important;
  font-weight:400;
  color: #fff;
}

.train-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-size:26px;
  font-weight:400;
  /*color: #8e8e8e;*/
  color:#cbad44;
}

.train-section h4 {
  font-family: 'Montserrat', sans-serif;
  font-size:30px;
  font-weight:400;
  color: #fff;
}

.train-section h5 {
  font-family: 'Montserrat', sans-serif;
  font-size:24px;
  font-weight:400;
  color: #fff;
}

.train-section p {
  font-size:16px;
  font-weight:400;
  color: #fff;
}

.train-section a {
  font-size:18px;
  font-weight:400;
  color: #fff; 
  padding-bottom:2px;
  border-bottom: solid 1px #fff; 
  text-transform:uppercase;
}

.train-section a:hover {
  color: #c20927; 
  border-bottom: solid 1px #c20927; 
  margin-left:5px;
}


.train-section-01 {
  width:100%;
  float:left;
  display:block;
  padding: 20px 0px;
}

.train-section-01 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size:36px !important;
  font-weight:400;
  color: #000;
}

.train-section-01 h3 {
  font-family: 'Montserrat', sans-serif;
  font-size:28px;
  font-weight:400;
  /*color:#c20927;*/
  color:#cbad44;
}

.train-section-01 h4 {
  font-family: 'Montserrat', sans-serif;
  font-size:30px;
  font-weight:400;
  color: #000;
}

.train-section-01 h5 {
  font-family: 'Montserrat', sans-serif;
  font-size:24px;
  font-weight:400;
  color: #000;
}

.train-section-01 p {
  font-size:16px;
  font-weight:400;
  color: #000;
}



.cta01 {
  float:left;
  display:block;
  width:100%;
  background:#c20927;
  padding-top:20px;
  padding-bottom:12px;
  text-align:center;
  font-family:'Roboto Condensed', sans-serif;
  color:#fff;
  font-size:30px;
  font-weight:400;
   -webkit-box-shadow: inset 0px 5px 6px -2px rgba(0,0,0,0.64);
  -moz-box-shadow: inset 0px 5px 6px -2px rgba(0,0,0,0.64);
  box-shadow: inset 0px 5px 6px -2px rgba(0,0,0,0.64);
}



.cta02 {
  float:left;
  display:block;
  width:100%;
  background:#c20927;
  padding-top:23px;
  padding-bottom:20px;
  text-align:center;
  font-family:'Roboto Condensed', sans-serif;
  color:#fff;
  font-size:24px;
  font-weight:400;
   -webkit-box-shadow: inset 0px 5px 6px -2px rgba(0,0,0,0.64);
  -moz-box-shadow: inset 0px 5px 6px -2px rgba(0,0,0,0.64);
  box-shadow: inset 0px 5px 6px -2px rgba(0,0,0,0.64);
}


.video-height {
  min-height:450px !important;
}


.locations-section {
  float:left;
  display:block;
  width:100%;
  background: #000 url(../images/location-bg.jpg) top center no-repeat;
  padding: 40px 0px;
  border-top: solid 2px #060100;
}

.locations-section h2 {
	font-size: 45px;
    color: #fff;	
	text-shadow:2px 2px 2px #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height:normal;
	letter-spacing:normal;
}

.locations-section-image {
   position:relative;
   width:100%;
   margin-bottom:15px;
}

.locations-section-title {
    position:absolute;
    width:100%;
    bottom:-15px;
    z-index:2;
    text-align:center;
	font-size: 36px;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height:normal;
	letter-spacing:normal;
}

.locations-section-title span {
    font-size:30px; 
	color:#cfcfcf;
	margin-top:-3px;
	float:left;
	width:100%;
}

.locations-section p {
	font-size: 18px;
    color: #fff;
	font-weight: 400;
	line-height:normal;
	padding:8px;
    /*text-align:left !important;*/
}

.locations-section-01 {
  float:left;
  display:block;
  width:100%;
  background: #fff;
  padding: 40px 0px;
}

.locations-section-01 h2 {
	font-size: 36px;
    color: #333;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height:normal;
	letter-spacing:normal;
}

.locations-section-01-image {
   position:relative;
   width:100%;
   margin-bottom:15px;
}

.locations-section-01-title {
    position:absolute;
    width:100%;
    bottom:15px;
    z-index:2;
    text-align:center;
	font-size: 28px;
    color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height:normal;
	letter-spacing:normal;
}

.locations-section-01-title span {
    font-size:24px; 
	color:#cfcfcf;
	margin-top:-3px;
	float:left;
	width:100%;
}

.locations-section-01 p {
	font-size: 16px;
    color: #fff;
	font-weight: 400;
	line-height:normal;
    /*text-align:left !important;*/
}


.testimonials-holder {
   float:left;
   display:block;
   width:100%;
   min-height:300px;
   padding: 0px;
   background:#eaeaea;
}


.testimonials-holder h2 {
   letter-spacing: 2px; 
   font-size: 60px; 
   font-family: 'Caveat', cursive; 
   font-weight:700;
}


#champions h4 {
 overflow: hidden;
 text-align: center;
}
#champions h4:before,
#champions h4:after {
 background-color: #ccc;
 content: "";
 display: inline-block;
 height: 1px;
 position: relative;
 vertical-align: middle;
 width: 50%;
}
#champions h4:before {
 right: 0.5em;
 margin-left: -50%;
}
#champions h4:after {
 left: 0.5em;
 margin-right: -50%;
}

#champions .gallery-img-02 {
    /* border: solid 1px #666; */
    padding: 2px;
    /* -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75); */
    /*-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);*/
    /* box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75); */
    /* margin-bottom: 25px; */
    border-radius: 6px;
    overflow: hidden;
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-bottom: 5px;
	opacity:1;
}

#champions .gallery-img-02:hover {
   opacity:.8;
}

.green-section {
   float:left; 
   display:block; 
   width:100%; 
   padding:40px 0px; 
   background:url(../images/green-bg.jpg) center bottom no-repeat; 
   color:#fff; 
   text-shadow:1px 1px 1px #000; 
   background-attachment:fixed; 
   background-size:cover;
}

.green-section h2 {
   font-family: 'Roboto Condensed', sans-serif !important;
   font-size:40px;
   color:#fff;
}

.green-section h3 {
   font-family: 'Roboto Condensed', sans-serif !important;
   font-size:26px;
   color:#fff;
}


.green-section-01 {
   float:left; 
   display:block; 
   width:100%; 
   padding:40px 0px; 
   background:url(../images/green-bg-01.jpg) center bottom no-repeat; 
   margin-top:30px; 
   color:#fff; 
   text-shadow:1px 1px 1px #000; 
   background-attachment:fixed; 
   background-size:cover;
}

.list ul {
  list-style: none;
  padding: 0;
}
.list li {
  padding-left: 1.3em;
  font-size:16px; 
  padding-bottom:10px; 
}
.list li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:#c5112c;
}



#quote-carousel p { color:#333 !important; font-size: 18px; font-family: 'Roboto Condensed', sans-serif; font-weight: normal; line-height: 24pt; }

#quote-carousel strong { color:#000 !important; font-size: 18pt; font-family: 'Roboto Condensed', sans-serif; font-weight: normal; line-height: 24pt; }

/* indicator position */
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: -10px;
  margin-right: -19px;
}
/* indicator color */
#quote-carousel .carousel-indicators li {
  background: #c0c0c0;
}
/* active indicator */
#quote-carousel .carousel-indicators .active {
  background: #333333;
  height:10px;
  width:10px;
  margin-bottom:1px;
}

.carousel-control {top:0 !important;}



.footer {
  float:left;
  display:block;
  width:100%;
  padding-top:35px;
  background-color:#fff;
}

.footer h3 {
  font-family: 'Montserrat', sans-serif;
  font-size:20px;
  text-transform:uppercase;
  color:#333;
  letter-spacing:normal;
  font-weight:600;
}

.footer h3 span {
  border-bottom: solid 2px #c20927;
  padding-bottom:5px;
  margin-bottom:20px;
}

.footer p {
  font-size:15px;
  color:#333;
  line-height:22px;
}

.social-icon {
	float:left;
	display:inline-block;
	width:30px;
	height:30px;
	padding:6px 5px;
	text-align:center;
	border-radius:50%;
	background: #989898;
	color: #fff !important;
	font-weight:400;
	font-size:14px;
	cursor:pointer;
	margin-right:10px;	
	transition: all 0.5s;
	text-decoration:none;
}

.social-icon:hover {
	background: #c20927;
	color: #fff !important;
}

.copy-holder {
   float:left;
   display:block;
   width:100%;
   padding:10px 0px;
   font-family: 'Montserrat', sans-serif;
   font-size:12px;
   color:#333;
   text-align:center;
   background:#eaeaea;
}

.mobile-menu-holder{
   display:none !important;
}

.t-l {
   text-align:left;
}

.t-r {
   text-align:right;
}

.page-banner {
   float:left; 
   display:block; 
   width:100%; 
   height:650px;
}

.page-banner-text {
   position:absolute; 
   z-index:2;
   width:100%; 
   margin-top:300px;
}

.page-banner h1 {
	font-size: 45px;
    color: #fff;	
	text-shadow:2px 2px 2px #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height:normal;
	letter-spacing:normal;
	padding-bottom:25px;
}

.page-banner h3 {
  font-family: 'Montserrat', sans-serif;
  font-size:24px;
  font-weight:600;
  color: #fff;
  padding-top:20px;
}

.white-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size:32px;
  font-weight:700;
  color: #c4112f;
  text-transform:uppercase;
  margin-bottom:25px;
}

.white-section h3 {
  font-family: 'Montserrat', sans-serif;
  font-size:34px;
  font-weight:700 !important;
  color: #333;
  margin-bottom:25px;
}

.white-section h4 {
  font-family: 'Montserrat', sans-serif;
  font-size:22px;
  font-weight:700 !important;
  color: #c4112f;
}

.white-section p {
  font-size:19px;
  color: #333;
  text-align:justify;
}

.right-side {
  font-size:16px !important;
  color: #333;
  text-align:left !important;
  margin-top:70px;
}

.right-listing ul {
   margin-top:0px;
}

.right-listing li {
   list-style-image:none;
   font-size:20px;
   text-align:left;
   font-family: 'Roboto Condensed', sans-serif;
   font-weight:500;
   margin-left:0px;
   padding:8px 10px;
   width:90%;
   border-bottom: solid 1px #dadada;
   margin-bottom:6px;
}

.right-listing li:nth-last-child(1) {
   border-bottom: none;
}

.right-listing li a {
  color:#c20927;
  text-decoration:none;
  transition: all 0.5s;
}

.right-listing li a:hover {
  color:#000;
  text-decoration:none;
  margin-left:5px;
}

.page-bg {
  width:100%;
  background:#e5e5e5 url(../images/page-bg.jpg) top center no-repeat;
}

.page-img-01 {
  float:left;
  margin-right:20px;
}

.page-img-02 {
  float:right;
  margin-left:20px;
}


#back-to-top {
    position: fixed;
    bottom: 37px;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background:rgba(218,218,218,.8);
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #ccc;
}
#back-to-top.show {
    opacity: 1;
}

.side-bar {
   float:left; 
   display:block; 
   width:100%; 
   margin-top:60px;
}

.side-bar h3 {
  font-family: 'Montserrat', sans-serif;
  font-size:24px;
  color: #333;
  margin-bottom:25px;
}

.mt {
  margin-top:70px;
}

.mt45 {
  margin-top:45px;
}

.mt25 {
  margin-top:25px;
}


.redtext { color: #9c071f; }
.redHdr { font-size: 15pt; color: #9c071f; }

.pd-left {padding-left:0px !important;}
.pd-right {padding-right:0px !important;}

.gallery-img {
  border-radius:8px;
}

.gallery-img-01 {
  border: solid 1px #666;
  padding:2px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.75);
  margin-bottom:25px;
  border-radius:6px;
  overflow:hidden;
  opacity:1;
  transition: all .3s ease-in-out;
}

.gallery-img-01:hover {
  opacity:.7;
}

.gallery-separator {
  float:left;
  display:block;
  width:100%;
  height:25px;
}

.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
}


.vertical {
  animation: vertical_3138 2.44s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes vertical_3138 {
  0% { transform:translate(0,-3px) }
  3.27869% { transform:translate(0,3px) }
  6.55738% { transform:translate(0,-3px) }
  9.83606% { transform:translate(0,3px) }
  13.11475% { transform:translate(0,-3px) }
  16.39344% { transform:translate(0,3px) }
  18.03279% { transform:translate(0,0) }
  100% { transform:translate(0,0) }
}



/*-- Form --*/
input[type=text], input[type="email"], select  {
    width: 100%;
    padding: 12px 20px;
    margin: 6px 0;
	border-radius: 5px;
	border: solid 1px #ccc;
	color:#4986ba;
	font-family: 'Montserrat', sans-serif;
	outline:none;
	margin-bottom:10px !important;
}
textarea {
	display:block;
    padding: 12px 12px;
    margin: 6px 0;
	border-radius: 5px;
	border: solid 1px #ccc;
	color:#4986ba;
	font-family: 'Montserrat', sans-serif !important;
	outline:none;
	width: 100%;
}

input[type=button], input[type=submit], input[type=reset] {
    border: none;
	border-radius: 3px;
    padding: 8px 15px 8px 15px;;
    text-decoration: none;
    margin: 0px;
    cursor: pointer;
    font-weight: bold;
}

#google_translate_element select {
    border: 1px solid #dadada;
    width: 100%;
	padding: 8px 4px;
    border-radius: 5px;
    overflow: hidden;
	background-color:#dadada;
	font-family: 'Montserrat', sans-serif !important;
	color:#333;	
}

.inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: white;
    background-color: black;
    display: inline-block;
}

.inputfile:focus + label,
.inputfile + label:hover {
    background-color: red;
}


.bottom-menu {
    width: 210px;
}

.bottom-menu a {
    font-family: 'Montserrat', sans-serif !important;
	font-size:14px;
    color: #333;
	font-weight:600; 
    display: block;
    padding-left:0px;
	padding-bottom:9px;
    text-decoration: none;
	transition: all .3s ease-in-out;
}

.bottom-menu a:hover {
    color: #c20927;
	margin-left:6px;
}

.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	font-family: 'Montserrat', sans-serif !important;
	margin-bottom:15px;
	/*cursor:pointer;*/
}

/*.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.8)
}*/

.price .header {
    background: rgba(0,0,0,.7);
    color: white;
    font-size: 20px;
	font-weight:700;
	text-align:center;
	text-shadow: 2px 2px #000;
}

.price li {
    border-bottom: 1px solid #ccc;
    padding: 20px 10px;
	background: rgba(255,255,255,.9);
}

.price .grey {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f3f3f3+44,eaeaea+66,ffffff+100 */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 44%, rgba(234,234,234,1) 66%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 44%,rgba(234,234,234,1) 66%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 44%,rgba(234,234,234,1) 66%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

    font-size: 20px;
	text-align:center;
}

.price .grey-01 {
    background: #fff;
	padding:0px !important
}


.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    /*box-shadow: 1px 1px 2px #ccc;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.mobile-buttons {display: none !important;}

.modal-title {
  font-family: 'Montserrat', sans-serif !important;
  font-size:18px;
  font-weight:700;
}

.modal-header .close {
  margin-top:-20px !important;
  font-weight:700;
}

.modal-img {
  float:left; 
  margin-right:15px; 
  margin-bottom:10px; 
  width:200px; 
  border-right: solid 2px #c20927; 
  padding-right:4px;
}

.scroll-box {
  position:absolute; 
  width:100%; 
  height:20px; 
  z-index:2; 
  margin-top:730px;
  display: none !important;
}


.down-btn {
  display:block;  
  width:100%;
  margin-top:240px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size:24px;
  color:#fff;
  text-shadow: 2px 2px 2px #000;
  text-decoration:none;
 }
 
 .down-btn:hover{
  color: #ffd74b;
  text-decoration:none;
 }




/*================================================== 
     Slideshow
 ================================================== */

.video-section {
   min-height: 1024px;
}

video {
  width: 100%  !important;
  height: auto !important;
}


.slide-holder {
	float:left;
	display:block;
	width:100%;
	z-index:1;
}

#main-slide .item img{
	width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .carousel-indicators {
	bottom: 0px;
	width:100%;
	text-align:center;
}

.carousel-indicators li{
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #b4b4b4 !important;
	margin: 1px !important;
	display:inline-block;
	float:none;
	cursor:pointer;
	border-radius:50%;
}

.carousel-indicators li.active{
	background:#09aed7;
	border: 2px solid #09aed7 !important;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
	height:60px;žž
	top:45% !important;
}

#main-slide .carousel-control.left span {
	padding: 15px;
}

#main-slide .carousel-control.right span {
	padding: 15px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
	border-radius: 50px;	
}

#main-slide .carousel-control .fa-angle-left{
	left: 15px;
}

#main-slide .carousel-control .fa-angle-right{
	right: 15px;
}

#main-slide .carousel-control i{
	background: rgba(255,255,255,.6);
	color: #23439c;
	line-height: 32px;
	font-size: 24px;
	padding: 10px 22px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}


#main-slide .slider-content  {
     position:absolute;
	 width:90%;
	 margin-left:5%;
	 margin-right:5%;
	 z-index:1;
	 top:68%;
}

#main-slide .slider-content h1{
	font-size: 60px;
    color: #ffd74b;	
	text-shadow:2px 2px 2px #000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height:normal;
	letter-spacing:normal;
}

#main-slide .slider-content h3{
	font-size: 28px;
	font-weight: 700;
    color: #fff;
	text-shadow:2px 2px 2px #000;
	font-family: 'Montserrat', sans-serif;
	line-height:normal;	
}


.margin-top {
  float:left;
  display:block;
  width:100%;
  margin-top:50px;
  height:1px;
}

.virtual-button {
	position:absolute; 
	width:207px; 
	right:50px; 
	bottom: 170px;
	z-index:3;
	transition: all .2s ease-in-out;
}

.virtual-button:hover {
	transform: scale(1.1);
}



.slider-btn{
	-moz-box-shadow:inset 0px -1px 3px 0px #996203;
	-webkit-box-shadow:inset 0px -1px 3px 0px #996203;
	box-shadow:inset 0px -1px 3px 0px #996203;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fca000), color-stop(1, #a76a00));
	background:-moz-linear-gradient(top, #fca000 5%, #a76a00 100%);
	background:-webkit-linear-gradient(top, #fca000 5%, #a76a00 100%);
	background:-o-linear-gradient(top, #fca000 5%, #a76a00 100%);
	background:-ms-linear-gradient(top, #fca000 5%, #a76a00 100%);
	background:linear-gradient(to bottom, #fca000 5%, #a76a00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fca000', endColorstr='#a76a00',GradientType=0);
	background-color:#fca000;
	border:1px solid #fca000;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:25px;
	font-weight:bold;
	padding:7px 13px;
	text-decoration:none;
	text-shadow:0px -1px 0px #8f5b00;
	-webkit-box-shadow: 4px 6px 12px -2px #333;
    -moz-box-shadow: 4px 6px 12px -2px #333;
    box-shadow: 4px 6px 12px -2px #333;
	border-radius:8px;
}

.slider-btn:hover{
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a76a00), color-stop(1, #fca000));
	background:-moz-linear-gradient(top, #a76a00 5%, #fca000 100%);
	background:-webkit-linear-gradient(top, #a76a00 5%, #fca000 100%);
	background:-o-linear-gradient(top, #a76a00 5%, #fca000 100%);
	background:-ms-linear-gradient(top, #a76a00 5%, #fca000 100%);
	background:linear-gradient(to bottom, #a76a00 5%, #fca000 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a76a00', endColorstr='#fca000',GradientType=0);
	background-color:#a76a00;
	color:#fff;
}

.slider-content-left {
	position: relative;
	margin: 0 0 0 40px;
}

.slider-content-right{
	position: relative;
}


/*-- Animation --*/
.carousel .item.active .animated1 {
	
}

.carousel .item.active .animated2 {
	-webkit-animation: lightSpeedIn 1s ease-in 200ms both;
	animation: lightSpeedIn 1s ease-in 200ms both;
}

.carousel .item.active .animated3 {
	-webkit-animation: bounceInLeft 1s ease-in-out 500ms both;
	animation: bounceInLeft 1s ease-in-out 500ms both;
}

.carousel .item.active .animated4 {
	-webkit-animation: flipInX 1s ease-in 500ms both;
	animation: flipInX 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated5 {
	-webkit-animation: bounceInLeft 1s ease-in-out 100ms both;
	animation: bounceInLeft 1s ease-in-out 100ms both;
}

.carousel .item.active .animated6 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
    text-align: center;
}

.carousel .item.active .animated7 {
	-webkit-animation: bounceIn 1s ease-in 500ms both;
	animation: bounceIn 1s ease-in 500ms both;
}

.carousel .item.active .animated8 {
	-webkit-animation: fadeInDown 1s ease-in 1000ms both;
	animation: fadeInDown 1s ease-in 1000ms both;
}

.popup {
  width: 380px;
  height: 196px;
  background: #c20927;
  bottom: 90px;
  right: -380px;
  position: fixed;
  border-radius: 5px;
  box-shadow: 0px 25px 10px -15px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  z-index: 999;
}

.close {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 500;
  opacity:.6 !important;
}

.ns-close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 4px;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ns-close:hover, .ns-close:focus {
  outline: none;
}
.ns-close::before, .ns-close::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 60%;
  top: 50%;
  left: 50%;
  background: #fff;  
}
.ns-close:hover::before, .ns-close:hover::after {
  background: #000;
}
.ns-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.ns-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}