
/*========================================================
                    Main layout styles
=========================================================*/
body {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 300;
	color: #323e4f;
	background-color: #d2d2d0;
}
@font-face {
 font-family: Hanzel;
 src: url(../fonts/HanzelExtendedNormal.ttf);
}
.hanzelFont {
	font-family:Hanzel !important;
}
@font-face {
 font-family: ArialBold;
 src: url(../fonts/ariblk.ttf);
}
.arialBlackBold {
	font-family: ArialBold !important;
}
@font-face {
 font-family: ArialNormal;
 src: url(../fonts/arial_1.ttf);
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
* {
	-webkit-text-size-adjust: none;
}
a {
	color: inherit;
	text-decoration: none;
	transition: color ease 0.4s;
}
a:hover {
	color: #404040;
}
h1 {
	position: absolute;
	top: -50px;
	left: 98px;
	font-size: 70px;
	line-height: 57px;
	letter-spacing: -0.04em;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
}
h1 .logo_sub-title {
	font-size: 24px;
	line-height: 40px;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding-left: 4px;
}
h1 a:hover {
	color: #ffffff;
}
h2, h3, h4, h5, h6 {
	font-size: 54px;
	line-height: 58px;
	font-weight: 900;
	text-transform: uppercase;
}
/*global classes*/
.ta__l {
	text-align: left;
}
.ta__c {
	text-align: center !important;
}
.ta__r {
	text-align: right;
}
.fl__l {
	float: left;
}
.fl__r {
	float: right;
}
.ovf__h {
	overflow: hidden;
}
.td__udl {
	text-decoration: underline;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
	position: relative;
}
.sub-page #header {
	min-height: 200px;
	
}
.sub-page #header1 {
	min-height: 200px;

}
.sub-page #header2 {
	min-height: 200px;

}
.sub-page #header3 {
	min-height: 200px;

}
.sub-page #header4 {
	min-height: 200px;

}
.isStuck {
	background: #18171c;
	min-height: 95px;
}
.isStuck h1 {
	font-size: 44px;
	line-height: 44px;
	top:2px;
}
.isStuck h1 .logo_sub-title {
	font-size: 16px;
	line-height: 16px;
}
.isStuck h1 img {
	height:90px;
}
.isStuck .navigation {
	top: 26px;
}
.isStuck .secondary-nav {
	position: absolute;
	right: 6px;
	bottom: -38px;
	color: #ffffff;
}
.isStuck .sf-menu {
	float: left;
	position: relative;
	margin-top: -18px;
}
.isStuck .advt-banner-top {
	display:none;
}
.header_top {
	position: relative;
	top: 65px;
	width: 100%;
}
#stuck_container {
	position: relative;
	z-index: 999;
}
.slider {
	position: relative;
	height: 100%;
}
.slider_item {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -585px;
	margin-top: -240px;
	width: 1170px;
	color: #ffffff;
	text-align: center;
}
.navigation {
	position: absolute;
	top: 23px;
	right: 98px;
}
/* Main menu styles
========================================================*/
nav {
	position: relative;
}
.sf-menu {
	float: left;
	position: relative;
}
.sf-menu > li {
	margin-left: 23px;
	float: left;
	position: relative;
}
.sf-menu > li > a {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	color: #ffffff;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu > li > a:hover {
	color: #c0c0c0;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu > li.current > a {
	color: #c0c0c0;
}
.footerlinks span a.current {
	color: #c0c0c0 !important;
}
.sf-menu a {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.sf-menu a:hover {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
	position: absolute;
	top: 51px;
	left: -26px;
	background:#666666;
	padding-top: 18px;
	padding-bottom: 20px;
	min-width: 194px;
	z-index: 2;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sf-menu ul > li {
	position: relative;
}
.sf-menu ul > li a {
	display: block;
	width: 100%;
	padding-left: 28px;
	padding-right: 28px;
	font-size: 14px;
	line-height: 35px;
	color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sf-menu ul > li a:hover {
	background-color: #c0c0c0;
	color:#1B1B1B;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
	position: absolute;
	top: 2px;
	left: 198px;
	background:#666666;
	padding-top: 5px;
	padding-bottom: 0;
	min-width: 124px;
	z-index: 4;
}
.sf-menu ul ul li a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 14px;
	line-height: 35px;
	color: #ffffff;
}
.sf-menu ul ul li a:hover {
	color: #000000;
}
.secondary-nav {
	position: absolute;
	right: 6px;
	bottom: -45px;
	color: #ffffff;
}
.secondary-nav a {
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	float:right;
}
.secondary-nav a:hover {
	color: #c0c0c0;
}
.secondary-nav img {
	margin-left:14px;
}
.secondary-nav img:hover {
	opacity: .5;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}
.videoFrameHeight {
	/*height:130px;*/
	height: 275px;
}
.txtAlignLeft {
	text-align:left;
}
.learnMore {
	font-family: ArialBold;
	color: #ff0000;
	font-size: 32px;
	margin-bottom:15px;
}
.signUp {
	font-family: ArialBold;
	color: #000;
	font-size: 24px;
}
input[type=radio ]:not(old) {
 width: 2em;
 margin: 0;
 padding: 0;
 font-size: 20px;
 opacity: 0;
}
.signUp {
	display: block;
	position: relative;
	margin: 0px auto;
	height: auto;
	width: 150px;
	padding: 0px 10px;
}
.signUp ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.signUp ul li {
	color: #AAAAAA;
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 75px;
	border-bottom: 1px solid #333;
}
.signUp ul li input[type=radio] {
	position: absolute;
	visibility: hidden;
}
.signUp ul li label {
	display: block;
	font-family:ArialBold;
	position: relative;
	font-weight: 300;
	font-size: 18px;
	padding: 25px 25px 25px 80px;
	margin: 0px auto;
	height: 30px;
 font-family:arial  z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.25s linear;
}
.signUp ul li:hover label {
	color: #FFFFFF;
}
.signUp ul li .check {
	display: block;
	position: absolute;
	border: 5px solid #AAAAAA;
	border-radius: 100%;
	height: 20px;
	width: 20px;
	top: 20px;
	left: 20px;
	z-index: 5;
 transition: border .25s linear;
 -webkit-transition: border .25s linear;
}
.signUp ul li:hover .check {
	border: 5px solid #FFFFFF;
}
 .signUp ul li .check::before {
 display: block;
 position: absolute;
 content: '';
 border-radius: 100%;
 height: 10px;
 width: 10px;
 top: 5px;
 left: 5px;
 margin: auto;
 transition: background 0.25s linear;
 -webkit-transition: background 0.25s linear;
}
 .signUp ul li input[type=radio]:checked ~ .check {
 border: 5px solid #001f5b;
}
 .signUp ul li input[type=radio]:checked ~ .check::before {
 background: #001f5b;
}
 .signUp ul li input[type=radio]:checked ~ label {
 color: #001f5b;
}
.lineheight18 {
	line-height:18px;
}
.heading-new {
	padding-top: 60px;
	padding-bottom: 12px;
	font-size: 30px;
	line-height: 38px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:40px;
}
.videoframe-bot-border {
	padding-bottom: 20px;
	border-bottom: 1px solid #999999;
	margin-bottom: 38px;
}
.head-secondline {
	margin-top: 24px;
	display: inline-block;
}
.whitelink {
	color:#fff;
	text-decoration:underline;
}
.whitelink:hover {
	color:#fff;
	text-decoration:none;
}
.fs-24 {
	font-size:24px !important;
}
.colorMaroon {
	color:#720005 !important;
}
.fs-36 {
	font-size:36px !important;
}
.RivieraMayalogo {
	text-align:center;
	margin-top:20px;
}
.main-title {
	font-family: Hanzel;
	color:#fff;
	text-align:right;
	font-size:35px;
	margin-top:10px;
}
.nav-special-margin {
	margin-top:40px;
}
.isStuck .nav-special-margin {
	margin-top:15px;
}
.heading.hanzelFont {
	font-family:Hanzel !important;
}
.menu-small {
	float:right !important;
}
.menu-small li a {
	font-size:15px;
}
.heading.left-align {
	text-align:left;
}
.bg-darksky {
	background:#0a3fb6 !important;
}
.content_bg__10 {

	background-position:50% 20% !important;
}
.small-noramal-title {
	text-transform:none;
	font-size:30px;
	display:block;
	margin-bottom:20px;
}
.text-normal-bold {
	text-transform:capitalize !important;
	font-weight:bold;
}
.MT-0 {
	margin-top:0 !important;
}
.btn-2.white {
	margin-left: 8px;
	font-size: 18px;
	line-height: 42px;
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	transition: color 0.4s ease;
}
.heading__indent-1.top-space {
	padding-bottom: 15px !important;
	font-family: Hanzel !important;
}
.block-item_img.bottom-space {
	width: 100%;
	padding-bottom: 10px;
}
.left-P p {
	text-align:left;
}
.bold-title {
	font-weight:bold !important;
}
.bold-title a {
	font-weight:bold !important;
}
.content_bg__11 {

	background-position: 50% -50px !important;
}
.vipaccesContentTop {
	margin-top: 200px;
}
.textalign-left-p {
	text-align:left !important;
}
.logo-top-space {
	margin-top:10px;
	display:inline-block;
}
.btn-center {
	text-align:center;
}
.content_bg__brad {
	background-image: url(../images/brad-bg.jpg);
	background-position:100% 100% !important;
}
.btn-4.white-clr {
	color:#fff !important;
}
.btn-4.small-padd {
	padding:0 14px;
	margin-right:5px;
}
.grid_6_ML0 {
	margin-left:0 !important;
}
.btn-outer {
	text-align:center;
}
.dispaly-desk {
	display:block !important;
}
.dispaly-mob {
	display:none !important;
}
.athlet-title-edited {
	line-height:20px;
	margin-bottom:20px;
}
.athletTxtBold.marginBot15-reduced {
	margin-bottom:5px;
}
.mrgntop-brad-title-left {
	margin-top:50px !important;
	margin-bottom:10px;
}
.content_bg__athelet-store {
	background-image: url(../images/athletstore-bg.jpg);
	background-position:50% 0% !important;
}
.athlet-details {
	text-align:center;
	margin-top:20px;
}
.athlet-icon img {
	width:50%;
	display:inline-block;
	margin-top:20px;
}
.athlet-details.block-item__decorated-1:after {
	width: 100% !important;
}
.athlet-details-text {
	margin-top:15px;
}
.athlet-details-text span {
	font-size:15px;
	font-weight:bold;
	display:block;
}
.athlet-details-text a:hover {
	color:#fff;
	text-decoration:underline;
}
.heading-sm-1 {
	padding-bottom:12px !important;
	margin-bottom:10px !important;
}
.btn-bottom-space {
	margin-bottom:60px !important;
}
.athlet-store-subititle {
	font-weight:normal !important;
	font-size:20px;
}
.athlet-store-subititle span {
	font-weight:900;
	font-size:22px;
}
.slider {
	width: 100%;
	margin: 100px auto;
}
.slick-slide {
	margin: 0px 20px;
}
.slick-slide img {
	width: 100%;
}
.slick-prev:before,  .slick-next:before {
	color: black;
}
.fontsizereduced-seconhead {
	font-size:28px;
}
.positiobg-top {
	background-position:50% 4% !important;
}
.caroselMargins {
	margin-top:24px !important;
	margin-bottom: 0px !important;
}
.secondBanner {
	margin:28px 0px;
}
.margintop20 {
	margin-top:20px !important;
}
.titleSecondLine {
	line-height: 44px !important;
	padding-bottom:10px !important;
}
.athletCommentDivider {
	margin:15px 0px 20px 0px;
	border:none;
	border-top:1px solid #666666
}
.txtcenter {
	text-align:center;
}
/*.slick-prev, .slick-next {
    top: -50px !important;
}
.slick-prev {
    left: 46% !important;
}
.slick-next {
    right: 46% !important;
}
.slick-dotted.slick-slider{
margin-top:60px !important;
}*/
.subscriber-gall_item {
	width:32% !important;
}
.subscriber-gall_item img {
	width:100% !important;
}
.subscriber-gall_item .block-gall_cover {
	padding-top:25px;
}
.subscriber-vdo-mrgn {
	margin-left:9px !important;
}
.video-thumb .block-gall_item:before {
	background: none;
}
.subscriberfonts-seperate {
	/*font-size:18px !important;*/
font-weight:900 !important;
}
.subscriberfonts-seperate.italic {
	/*font-size:18px !important;*/
font-weight:900 !important;
	font-style:italic !important;
}
.news_bg__3 {
	background-image: url(../images/news-bg.jpg);
	background-position: 50% 50% !important;
	background-attachment:fixed !important;
}
.border-pink .block-item__decorated-1:after {
	content: "";
	display: block;
	padding-top: 25px;
	width: 248px;
	height: 0;
	border-bottom: 2px solid #60332c;
}
.color-pink-font .block-item__decorated-2:before {
	color: #60332c;
}
.content_bg__1.fixed {
	background-attachment:fixed;
}
.content_bg__4.positionadjusted {
	background-position: 50% 4%;
}
.slick-prev, .slick-next {
	width: 50px !important;
	height: 50px !important;
}
.slick-next {
	right: -45px !important;
}
.slick-prev {
	left: -35px !important;
}
.secondBanner.athlet-baner img {
	width:100%;
}
.bg-pos{
background-position:100% 40%;
}
.bgpos-1{
    background-position: 50% 0% !important;
}
.athelet-fanfest-subtitle {
    padding-bottom: 17px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-transform: none;
}
@media only screen and (max-width: 767px) {
.subscriber-gall_item {
width:100% !important;
}
.subscriber-gall_item .text-5 {
 padding-bottom: 12px;
 font-size: 18px;
 line-height: 20px;
 font-weight: 700;
 text-transform: uppercase;
}
.subscriber-gall_item .block-gall_cover {
font-size: 14px;
line-height: 18px;
padding-top:10px;
}
.videoFrameHeight {
 height:auto;
}
 nav {
 width: 100%;
}
 .sf-menu {
 display: none;
}
 .select-menu {
 margin-left: 0;
 display: block;
 width: 100%;
}
.secondBanner img{
width:100%;
}
.RivieraMayalogo  img{
width:100%;
}
.slick-prev {
    left: -23px !important;
}
.slick-next {
    right: -33px !important;
}
.secondary-nav img {
    margin-left: 10px;
}
.camera_next {
    top: 63% !important;
}
.camera_prev {
    top: 63% !important;
}
.titleSecondLine {
    line-height: 26px !important;
}
.RivieraMayalogo {
    margin-top: 20px;
}
.paragraph-3 {
    padding: 0 0 10px 0 !important;
}

}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
	overflow: hidden;
}
.content_inset__1 {
	padding-bottom: 89px;
}
.content_inset__2 {
	padding-bottom: 50px;
}
.content_inset__3 {
	padding-bottom: 38px;
}
.content_bg__1 {
	background-image: url(../images/item_bg.jpg);
}
.content_bg__1a {
	background-image: url(../images/item_bg-1a.jpg);
}
.content_bg__1b {
	background-image: url(../images/item_bg-1b.jpg);
}
.content_bg__1c {
	background-image: url(../images/item_bg-1c.jpg);
}
.content_bg__1d {
	background-image: url(../images/item_bg-1d.jpg);
}
.content_bg__1e {
	background-image: url(../images/item_bg-1e.jpg);
}
.content_bg__1f {
	background-image: url(../images/item_bg-1f.jpg);
}
.content_bg__2 {
	background-image: url(../images/page1_img4.jpg);
}
.content_bg__3 {
	background-image: url(../images/page2_img4.jpg);
}


.content_bg__6 {
	background-position: 50% 0% !important;
}
.content_bg__7 {
	background-position: 50% 0% !important;
}
.content_bg__8 {
	background-position: 50% 0% !important;
}
.content_bg__9 {
	background-position: 50% -281px !important;
}
.content_map {
	color: #ffffff;
	position: relative;
	text-align: center;
	min-height: 578px;
}
.content_map__height-1 {
	min-height: 467px;
}
.content_map-marker {
	position: absolute;
	top: 50%;
	margin-top: -37px;
	left: 50%;
	margin-left: -25px;
	min-width: 50px;
}
.content_map-marker.fa {
	font-size: 74px;
	line-height: 74px;
	color: #60332c;
}
.content_map .google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.content_map #map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.content_map iframe {
	width: 100%;
}
.block-item {
	padding-bottom: 41px;
}
.blockitem-bottom-space .block-item {
	padding-bottom: 0px;
}
.blockitem-bottom-space .paragraph-3 {
	padding: 0 0 10px 0;
}
.block-item_img {
	width: 100%;
	padding-bottom: 23px;
}
.block-item_img1 {
	width: 100%;
	padding-bottom: 0px;
}
.block-item_video {
	width: 100%;
	height: 352px;
	padding-bottom: 10px;
}
.block-item__decorated-1 {
	padding-bottom: 50px;
}
.block-item__decorated-1:after {
	content: "";
	display: block;
	padding-top: 25px;
	width: 248px;
	height: 0;
	border-bottom: 2px solid #ccc;
}
.block-item__decorated-2 {
	position: relative;
	padding-left: 20px;
}
.block-item__decorated-2:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	font-family: FontAwesome;
	font-size: 54px;
	line-height: 58px;
	color: #323e4f;
	display: none;
}
.block-item__decorated-3 {
	padding-bottom: 20px;
}
.block-item__decorated-3:after {
	content: "";
	display: block;
	padding-top: 31px;
	width: 100%;
	height: 0;
	border-bottom: 2px solid #001f5b;
}
.block-item__indent-1 {
	padding-bottom: 25px;
}
.block-stellar {
	position: relative;
	box-sizing: border-box;
	min-height: 377px;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: 50% 100%;
	padding-bottom: 40px;
}
.block-stellar__height-1 {
	min-height: 604px;
}
.block-stellar__height-2 {
	min-height: 497px;
}
.block-stellar__height-2-b {
	min-height: 343px;
}
.block-stellar__indent-1 {
	padding-top: 55px;
}
.block-date {
	padding-bottom: 50px;
	margin-top:20px;
}
.block-date_date {
	display: inline-block;
	padding: 0 22px;
	font-size: 18px;
	line-height: 42px;
	color: #ffffff;
	font-weight: 300;
	font-style: italic;
	text-transform: uppercase;
	background-color: #001f5b;
	transition: background-color 0.4s ease;
	margin-bottom: 10px;
}
.block-date_date:hover {
	background-color: #36362e;
	color: #ffffff;
}
.block-quote_img {
	width: 100%;
	border-radius: 50%;
}
.block-gall {
	text-align: center;
	width: 1179px;
	margin-left: -9px;
	overflow: hidden;
}
.block-gall_item {
	display: block;
	overflow: hidden;
	float: left;
	position: relative;
	width: 284px;
	margin-left: 9px;
	margin-bottom: 8px;
}
.block-video-gallery {
	width: 384px !important;
}
.block-gall_item img {
	width: inherit;
	transition: opacity 0.5s ease;
}
.block-gall_item:hover:before {
	opacity: 0.7;
}
.block-gall_item:hover .block-gall_cover {
	opacity: 1;
}
.block-gall_item:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000000;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: opacity 0.5s ease;
}
.block-gall_cover {
	width: 284px;
	height: 100%;
	position: absolute;
	left: 50%;
	margin-left: -142px;
	top: 0;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	opacity: 0;
	padding-top: 114px;
	z-index: 2;
	transition: opacity 0.5s ease;
}
.block-gall_cover:after {
	content: "";
	display: block;
	padding-top: 9px;
	height: 24px;
	background: url(../images/gall_expand.png) no-repeat 50% 100%;
}
.block-address_location {
	padding-bottom: 12px;
	font-size: 19px;
	line-height: 26px;
	font-weight: 700;
	color: #60332c;
	text-transform: uppercase;
}
.block-address_item {
	min-width: 79px;
	display: inline-block;
}
.block-privacy {
	padding-top: 4px;
	line-height: 22px;
}
.block-privacy p + div {
	padding-top: 40px;
}
.paragraph-1 {
	padding: 0 80px;
}
.paragraph-2 {
	padding: 0 37px 0 20px;
}
.paragraph-3 {
	padding: 0 0 34px 0;
}
.btn {
	display: inline-block;
	padding: 0 40px;
	font-size: 21px;
	line-height: 70px;
	color: #c0c0c0;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #001f5c;
	transition: background-color 0.4s ease;
}
.btn:hover {
	background-color: #c0c0c0;
	color: #1B1B1B;
}
.btn-2 {
	margin-left: 19px;
	font-size: 18px;
	line-height: 42px;
	color: #60332c;
	font-weight: 700;
	text-transform: uppercase;
	transition: color 0.4s ease;
}
.btn-2:hover {
	color: inherit;
}
.btn-3 {
	margin-top: 24px;
	display: inline-block;
	padding: 0 34px;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #60332c;
	transition: background-color 0.4s ease;
}
.btn-3:hover {
	background-color: #36362e;
	color: #ffffff;
}

.btn-4:hover {
	background-color: #36362e;
	color: #ffffff;
}
.btn-5 {
	margin-left: 19px;
	display: inline-block;
	font-size: 18px;
	line-height: 40px;
	padding: 0 20px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #b6b6b6;
	transition: background-color 0.4s ease;
}
.btn-5:hover {
	background-color: #36362e;
	color: #ffffff;
}
.color-1 {
	color: #ffffff;
}
.color-2 {
	color: #60332c;
}
.color-3 {
	color: #404040;
}
.list-price li {
	padding-bottom: 49px;
}
.list__num {
	list-style-type: decimal;
	margin-left: 18px;
}
.list__num li {
	margin-bottom: 19px;
	line-height: 29px;
}
.heading {
	padding-top: 60px;
	padding-bottom: 12px;
	font-size: 32px;
	line-height: 58px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.heading-sm {
	font-size:18px;
	line-height:20px;
	margin-top:50px;
	margin-bottom:10px;
}
.heading-topspace {
	padding-top:25px !important;
}
.heading-brad {
	padding-top:0px !important;
	text-align: center;
	letter-spacing: 5px;
	margin-left: 166px;
}
.heading__big {
	padding-bottom: 20px;
	font-size: 50px;
	line-height: 66px;
}
.heading__light {
	font-weight: 300;
}
.heading__indent-1 {
	padding-top: 40px;
	padding-bottom: 41px;
	font-family:Hanzel !important;
}
.heading__indent-2 {
	padding-bottom: 32px;
}
.heading__indent-3 {
	padding-top: 109px;
	padding-bottom: 36px;
}
.heading-new {
	padding-top: 60px;
	padding-bottom: 12px;
	font-size: 30px;
	line-height: 38px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
	margin-bottom:10px;
}
.heading-new span {
	padding-top: 60px;
	padding-bottom: 12px;
	font-size: 36px;
	line-height: 38px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
.text-1 {
	padding-bottom: 35px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 300;
}
.text-2 {
	padding-bottom: 17px;
	font-size: 21px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
.text-2a {
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
.text-2a-sub {
	padding-bottom: 0px;
	font-size: 16px;
	line-height: 30px;
	font-weight: 600;
}
.text-2a a:hover {
	color:#ffffff;
}
.text-2-main {
	padding-bottom: 5px;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	text-transform: uppercase;
	color:#c0c0c0;
}
.text-2-main a:hover {
	color:#ffffff;
}
.text-2-sub {
	padding-bottom: 17px;
	font-size: 16px;
	line-height: 18px;
	font-weight: 500;
	text-transform: uppercase;
	color:#c0c0c0;
}
.text-2-sub a:hover {
	color:#ffffff;
}
.text-2__line-1 {
	line-height: 24px;
}
.text-2__line-2 {
	line-height: 28px;
}
.text-2__indent-1 {
	padding-bottom: 8px;
}
.text-2__indent-2 {
	margin-top: 73px;
}
.text-2__quotes {
	position: relative;
	padding-left: 103px;
}
.text-2__quotes:before {
	content: "“";
	top: 21px;
	left: 10px;
	position: absolute;
	font-size: 194px;
	line-height: 58px;
	font-weight: 900;
}
.text-3 {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	padding-right: 11px;
	font-size: 12px;
	line-height: 28px;
}
.text-3:before {
	content: "";
	position: absolute;
	left: 0;
	top: -5;
	font-family: FontAwesome;
	font-size: 5px;
	line-height: 28px;
	color: #ffffff;
}
.text-4 {
	padding-bottom: 17px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
.text-5 {
	padding-bottom: 12px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.text-6 {
	display: inline-block;
	position: relative;
	padding-left: 10px;
	padding-right: 11px;
	font-size: 12px;
	line-height: 18px;
	font-weight:600;
}
.text-6:before {
	content: "";
	position: absolute;
	left: 0;
	top: -5;
	font-family: FontAwesome;
	font-size: 5px;
	line-height: 18px;
	color: #ffffff;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
	box-sizing: border-box;
	padding-top: 68px;
	padding-bottom: 30px;
	min-height: 270px;
	text-align: center;
	background: #1e1e1e;
	color:#404040;
}
.socials {
	float: right;
	right: 50%;
	position: relative;
	padding-bottom: 27px;
	margin: 0 auto;
}
.socials_wrapper {
	float: left;
	left: 50%;
	position: relative;
}
.socials a {
	float: left;
	display: block;
	width: 82px;
	height: 82px;
	margin-left: 7px;
	margin-right: 7px;
	font-size: 44px;
	line-height: 86px;
	text-align: center;
	text-decoration: none;
	border: 2px solid #2b2b2b;
	border-radius: 50%;
	color: #626262;
	transition: border-color ease 0.4s;
}
.socials a:hover {
	color: #ffffff;
	background-color: #31322b;
	border-color: #31322b;
}
.footer_copyright {
	text-align: center;
	font-weight: 300;
}
.footer_copyright a:hover {
	color: #ffffff;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #003366;
	color: #000000;
	width: 43px;
	height: 43px;
	font-size: 26px;
	line-height: 43px;
	text-align: center;
	z-index: 20;
	-webkit-transition: color 0.5s ease;
	transition: color 0.5s ease;
}
#toTop:hover {
	outline: none;
	color: #ffffff;
}
.content_bg__gallery {
	background-image: url(../images/galler-bg.jpg);
}
.mL0 {
	margin-left:0 !important;
}
.ptop-tile {
	padding-top:15px;
}
.grey-light {
	color:#8296b0 !important;
}
.block-left {
	padding-top:64px;
}
.block-right {
	padding-top:63px;
	padding-left:80px !important;
}
@media only screen and (max-width: 1199px) {
 #toTop {
 display: none !important;
}
 .secFiveTitlemarginTop {
 margin-top:15px !important;
}
}
/* Contact Form variables
========================================================*/
/* Contact Form Basic Styles 
========================================================*/
#contact-form {
	position: relative;
	padding-top: 6px;
}
#contact-form .btn1 {
	margin-top: 25px;
}
#contact-form label {
	display: block;
	float: left;
	position: relative;
	display: inline-block;
	width: 480px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 49px;
}
#contact-form label + label {
	clear: both;
}
#contact-form label.message {
	margin-left: 0;
	width: 100%;
}
#contact-form fieldset {
	border: none;
	width: 100%;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 12px 0 0 16px;
	width: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: text;
	font-weight: 300;
}
#contact-form ._placeholder.focused {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
#contact-form ._placeholder.hidden {
	display: none;
}
#contact-form .file ._placeholder {
	display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 9px 14px;
	border: 1px solid #e9ebe5;
	width: 100%;
	outline: none;
	height: 41px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-weight: 300;
	background: #dddddc;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
#contact-form input.form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 6px 12px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin: 0 -1px 0 0;
}
#contact-form .input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
#contact-form .input-group-btn:last-child > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
#contact-form input.form-control, #contact-form .input-group-btn {
	display: table-cell;
	border-collapse: separate;
	float: none !important;
}
#contact-form .input-group-btn label {
	width: auto;
	margin-left: -1px;
}
#contact-form .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}
#contact-form .btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
#contact-form .btn-default:hover {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
#contact-form .btn-default:active, #contact-form .btn-default:focus {
	outline-offset: -2px;
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 11px 16px;
	border: 1px solid #e9ebe5;
	width: 100%;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	height: 204px;
	font-weight: 300;
	background: #dddddc;
	margin: 0;
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message, #contact-form .error-message {
	position: absolute;
	right: 3px;
	top: 2px;
	color: red;
	height: 0;
	overflow: hidden;
	font-size: 11px;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	z-index: 99;
}
#contact-form .invalid .error-message, #contact-form .empty .empty-message {
	height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ebebeb;
	background-image: url('../images/form-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
}
#contact-form.processing .contact-form-loader {
	opacity: 1;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal-open {
	overflow: hidden;
}
#contact-form .modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
#contact-form .modal h4 {
	font-size: 24px;
	color: #343438;
	text-transform: none;
	padding: 0;
	margin: 0;
	color: #000;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
	color: #000;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}
.modal-backdrop.fade {
	opacity: 0;
	filter: alpha(opacity=0);
}
.modal-backdrop.in {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.42857143px;
}
.modal-header .close {
	margin-top: -2px;
	position: relative;
	z-index: 10;
}
.modal-title {
	margin: 0;
	line-height: 1.42857143;
}
.modal-body {
	position: relative;
	padding: 20px;
}
.modal-dialog {
	width: 600px;
	margin: 10px auto;
}
@media only screen and (max-width: 768px) {
 .modal-dialog {
 position: relative;
 width: auto;
 margin: 10px;
}
 .secFiveTitlemarginTop {
 margin-top:15px !important;
}
}
/* Contact Form Close icon 
========================================================*/
.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.close:hover, .close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}
@media only screen and (max-width: 979px) {
 #contact-form {
 padding-right: 0;
}
 #contact-form label {
 width: 100%;
 margin: 0 !important;
 clear: left;
}
 .secFiveTitlemarginTop {
 margin-top:15px !important;
}
 .subscriber-gall_item .text-5 {
 padding-bottom: 12px;
 font-size: 18px;
 line-height: 20px;
 font-weight: 700;
 text-transform: uppercase;
}
.subscriber-gall_item .block-gall_cover {
font-size: 14px;
line-height: 18px;
padding-top:10px;
}
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
.secFiveTitlemarginTop {
 margin-top:15px !important;
}
 .block-gall {
 width: 948px;
 margin-left: -8px;
}
 .block-gall_item {
 margin-left: 8px;
 width: 308px;
}
 .block-gall_cover {
 padding-top: 70px;
}
 .block-address_location {
 font-size: 24px;
}
 .slider_item {
 margin-top: -200px;
}
 .heading__big {
 padding-bottom: 14px;
 font-size: 84px;
 line-height: 80px;
}
 .text-1 {
 font-size: 18px;
 line-height: 27px;
 padding-bottom: 15px;
}
 .btn {
 padding: 0 30px;
 font-size: 18px;
 line-height: 60px;
}
}
@media only screen and (max-width: 979px) {
 .content_map {
 min-height: 400px;
}
 .content_map__height-1 {
 min-height: 400px;
}
 .block-gall {
 width: 756px;
}
 .block-gall_item {
 width: 242px;
}
 .block-gall_cover {
 padding-top: 110px;
}
 .block-stellar {
 background-attachment: scroll;
 background-position: 50% 50%;
 background-repeat: no-repeat;
 background-size: cover;
 padding-bottom: 0px;
}
 .content_inset__1 {
 padding-bottom: 10px;
}
 .heading__big {
 padding-bottom: 10px;
 font-size: 74px;
 line-height: 71px;
}
 .btn {
 padding: 0 24px;
 font-size: 16px;
 line-height: 52px;
}
 .btn-2 {
 margin-left: 10px;
 font-size: 14px;
}
 h1 {
 left: 15px;
}
 .navigation {
 right: 15px;
}
 .heading-new {
 padding-top: 60px;
 padding-bottom: 12px;
 font-size: 24px;
 line-height: 32px;
 font-weight: 900;
 text-transform: uppercase;
 text-align: center;
 margin-bottom:20px;
}
.heading-new span {
 padding-top: 60px;
 padding-bottom: 12px;
 font-size: 28px;
 line-height: 32px;
 font-weight: 900;
 text-transform: uppercase;
 text-align: center;
}
}
/*Core variables and mixins*/
.banner-blue-text {
	color:#18171c !important
}
.advt-banner-top {
	margin-top: -74px;
	float: right;
}
.aboutBullet {
	padding-top: 7px;
	display: inline-flex;
	padding-right: 10px;
}
.bannerBullet {
	padding-top: 11px;
	display: inline-flex;
	padding-right: 10px;
}
.aboutBgColor {
	background-color:#323e4f;
}
.section5BgColor {
	background-color:#323e4f;
}
.athletBgColor {
	background-color:#323e4f;
}
.aboutBanner {
	text-align:center;
	margin-top:40px;
}
.blockTxt {
	font-family:ArialNormal !important;
	color:#FFFFFF !important;
	font-size:14px;
	text-align:left;
	line-height: 20px;
	margin-bottom:10px;
}
.blockList {
	list-style:disc;
	font-family:ArialNormal !important;
	font-weight:normal !important;
	color:#FFFFFF !important;
	font-size:14px;
	text-align:left;
	line-height: 20px;
	margin-bottom:10px;
}
.blockList1 li {
	margin-bottom:12px;
	line-height:23px;
	margin-left: 15px;
	padding-left:5px;
}
.blockList2 li {
	margin-bottom:5px;
	line-height:20px;
	margin-left: 15px;
	padding-left:5px;
}
.blockTitle {
	font-family:ArialNormal !important;
	font-weight:bold !important;
	color:#FFFFFF !important;
	font-size:16px;
	text-align:left;
	line-height: 20px;
	margin-bottom:10px;
	display:inline-block;
}
.marginBot {
	margin-bottom:12px;
	line-height:23px;
}
.marginBot0 {
	margin-bottom:0px;
}
.marginTop30 {
	margin-top:30px !important;
}
.marginBot15 {
	margin-bottom:15px;
	display:inline-block;
}
.marginBot60 {
	margin-bottom:60px;
}
.marginBot30 {
	margin-bottom:25px;
}
.secFiveTitlemarginTop {
	margin-top:0px;
}
.paddingBot15 {
	padding-bottom:15px !important;
}
.paddingBot0 {
	padding-bottom:0px !important;
}
.textright {
	text-align:right;
	display:inline-block;
	float:right;
}
.marleft0 {
	margin-left:0px;
}
.hazsubtitle {
	font-family:Hanzel;
	font-size:38px;
	display:block;
	margin-bottom:40px;
	margin-top:40px;
	line-height:40px;
}
.hazsubtitle2 {
	font-family:ArialBold;
	font-size:26px;
	display:block;
	margin-bottom:20px;
}
.haztxt {
	font-family:ArialBold;
	font-size:18px;
	line-height:24px;
}
.footerlinks {
}
.footerlinks a {
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}
.footerlinks a {
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}
.footerlinks span:after {
	content: "|";
	margin-left:10px;
	margin-right:10px;
	color:#c0c0c0;
	display:inline-block;
	margin-top: 2px;
}
.footerlinks span:last-child::after {
 content: "";
}
.footerlinks a:hover {
	color: #c0c0c0;
	text-decoration:underline;
}
.impNote {
	padding-left:100px;
	padding-right:100px;
	text-align:left;
	margin-top:20px;
}
.mLeft0px {
	margin-left:20px;
}
.txtaligncentre {
	text-align:center;
}
.bannerLargeTxt {
	font-size:60px;
}
.bannerSubTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.colorWhite {
	color:#ffffff !important;
}
.colorDarkBlue {
	color:#323e4f;
}
.colorGrey {
	color:#3f3f3f;
}
.colorBlack {
	color:#000000;
}
.textTransformNone {
	text-transform:none !important;
}
.bannerTxtColor {
	/*color:#003366 !important;*/
	color:#000000 !important;
}
.bannerTxtColor1 {
	color:#000000 !important;
}
.bannerTxtColor2 {
	color:#000000 !important;
}
.welcomeTxt {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.marginbottom40 {
	margin-bottom:40px;
}
.circleIcons {
	margin-bottom:10px;
	margin-left:none;
}
.fontsize26 {
	font-size:26px;
}
.fontsize14 {
	font-size:14px;
	font-weight:bold !important;
}
.fontsize15 {
	font-size:15px;
	font-weight:600 !important;
}
.fontWt600 {
	font-weight:600 !important;
}
.fontsize16 {
	font-size:16px;
	font-weight:600 !important;
}
.padding-top-150 {
	padding-top:150px !important;
}
.padding-top-30 {
	padding-top:60px !important;
}
.padding-top-0 {
	padding-top:0px !important;
}
.athletTitle {
	display:block;
	font-size:20px;
	font-family:ArialBold;
	margin-bottom:10px;
	margin-top:20px;
}
.athletSubTitle {
	display:block;
	font-family:ArialNormal;
	font-size:15px;
	text-transform:none !important;
	font-weight:100;
}
.athletText {
	display:block;
	font-family:ArialNormal;
	font-size: 14px;
	line-height: 18px;
}
.athletWelcomeTxt {
	display:block;
	font-family:ArialBold;
	font-size:18px;
	margin-top:15px;
}
.athletTxtBold {
	font-weight:900;
	font-family:ArialNormal;
}
.athletTxtItalic {
	font-style:italic;
}
.athletTxtLink {
	text-decoration:underline;
	color:#FFFFFF;
}
.athletTxtLink:hover {
	text-decoration:none;
	color:#FFFFFF;
}
.athletTxtLinkBlack {
	text-decoration:underline;
	color:#000000;
}
.athletTxtLinkBlack:hover {
	text-decoration:none;
	color:#000000;
}
.athletTxtLinkWhite {
	text-decoration:underline;
	color:#fff;
}
.athletTxtLinkWhite:hover {
	text-decoration:none;
	color:#fff;
}
.athletTxtLink2 {
	text-decoration:underline;
	color:#001f5c;
}
.athletTxtLink2:hover {
	text-decoration:none;
	color:#001f5c;
}
.athletImg {
	width:95%;
	margin-top:20px;
}
.athletUl {
	list-style:disc !important;
 font-family:ArialNormal  padding-left:20px;
	font-size: 14px;
	line-height: 18px;
	margin-left:15px;
}
.athletUl li {
	margin-bottom:5px;
	line-height:30px;
}
.mobileHide {
	display:show;
}
.mobileShow {
	display:none;
}
.athletColTitle {
	font-family:ArialBold;
	color:#323e4f;
	font-size:16px;
}
.athletPageBlock1 {
}
.athletPageBlock1 p {
	color:#323e4f;
	font-family:ArialNormal;
	font-size:14px;
}
.aboutColTitle {
	font-family:ArialBold;
	color:#323e4f;
	font-size:16px;
}
.aboutPageBlock1 {
}
.aboutPageBlock1 p {
	color:#323e4f;
	font-family:ArialNormal;
	font-size:14px;
}
.sec-heading-light {
	font-family: Hanzel;
	font-size: 25px;
	display: inline-block;
	margin-top: -38px;
}
.athletContentTop {
	margin-top:130px;
}
.athletTitleImage {
	width:100%;
	width: 230px;
	margin-top: 80px;
}
.athletTitleImage-1 {
	width:100%;
	width: 320px;
	margin-top: 30px;
}
.athletTitle-1 {
	display:block;
	font-size:18px;
	font-family:ArialBold;
	margin-bottom:0px;
	margin-top:50px;
	width:50%;
	float:left;
}
.athletTitleSecondLine {
	font-size:92px;
	line-height:66px;
	margin-top:20px;
}
.grid_custom {
	width:16%;
	float:left;
	margin-right:1%;
}
.top-space-mrgn {
	margin-top:105px;
}
.athletTitleImage-2 {
	width:100%;
	width: 320px;
	margin-top: 80px;
}
.txt-trsfm-none {
	text-transform:none !important;
}
.txt-trsfm-upper {
	text-transform:uppercase !important;
}
.mob-hide{
}
.bg-glove{
}
.gallery-img img{
}
.bg-cover{
}
@media only screen and (max-width: 767px) {
.grid_custom {
 width:100%;
 float:none;
 margin-right:0%;
}
.sec-heading-light {
 font-family: Hanzel;
 font-size: 11px;
 display: inline-block;
 margin-top: -14px;
}
 .secFiveTitlemarginTop {
 margin-top:15px !important;
}
 .athletTitleSecondLine {
 font-size:40px;
 line-height:30px;
}
 .sub-page #header {
 min-height: 135px;
}
 .sub-page .header_top {
 padding-top: 0;
}
 .sub-page .isStuck {
   
	background-color:#18171c;
 height: 135px;
}
 .header_top {
 padding-top: 0px;
	top: 56px;
}
 .isStuck {
  
	background-color:#18171c;
 height: 135px;
}
 h1 {
 top: 5px;
 left: 0;
 width: 100%;
 text-align: center;
}
 .header_top h1 {
 top:-36px;
 text-align:left;
	left:15px;
}
 .header_top .advt-banner-top {
 margin-top: -50px;
 float: right;
}
 .header_top nav {
 width: 93%;
 top: -82px;
 float: right;
}
 .secondary-nav {
 bottom: -33px !important;
}
 .isStuck .sf-menu {
 margin-top: -10px !important;
}
 .heading {
 padding-top: 40px;
 padding-bottom: 20px;
 font-size: 16px;
 line-height: 20px;
}
 .bannerLargeTxt {
 font-size: 18px;
 line-height:20px;
}
 .heading__big {
 padding-top: 0px !important;
 padding-bottom: 5px !important;
 font-size: 17px !important;
 line-height: 26px !important;
}
 .navigation {
 top: 100px;
 left: 50%;
 margin-left: -210px;
 width: 420px;
}
 .navigation {
 left:50% !important;
 margin-right: 7px;
 width: auto;
}
 .select-menu {
 margin-left: 0;
 display: block;
 width: 65%;
 float: right;
}
 .aboutBanner img {
 width:100%;
}
 .block-quote_img {
 width: 271px;
}
 .block-gall {
 width: 100%;
 margin-left: 0;
}
 .block-gall_item {
 width: 100%;
 margin-left: 0;
}
 .block-gall_cover {
 padding-top: 30px;
 width: 240px;
 margin-left: -120px;
}
 .slider_item {
 margin-top: -90px;
}
 .heading {
 padding-top: 40px;
 padding-bottom: 10px;
 font-size: 18px;
 line-height: 22px;
}
 .heading-new {
 padding-top: 60px;
 padding-bottom: 12px;
 font-size: 18px;
 line-height: 22px;
 font-weight: 900;
 text-transform: uppercase;
 text-align: center;
 margin-bottom:10px;
}
 .heading-new span {
 padding-top: 60px;
 padding-bottom: 12px;
 font-size: 18px;
 line-height: 22px;
 font-weight: 900;
 text-transform: uppercase;
 text-align: center;
}
 .heading__big {
 padding-top: 60px;
 padding-bottom: 25px;
 font-size: 34px;
 line-height: 32px;
}
 .text-1 {
 font-size: 14px;
 line-height: 20px;
 padding-bottom: 15px;
}
 .text-2 {
 font-size: 15px;
 line-height: 24px;
	font-weight:400;
}
 .block-stellar__height-1 {
 min-height: 404px;
}
 .select-menu {
 top: 0px;
}
 .isStuck .navigation {
 top: 26px;
}
 .isStuck .sf-menu {
 float:right !important;
}
 .isStuck h1 {
 top:5px;
}
 .isStuck {
 height: 128px;
}
 .isStuck .main-title {
 font-family: Hanzel;
 color: #fff;
 text-align: right;
 font-size: 24px;
 margin-top: 10px;
}
.isStuck .nav-special-margin {
 margin-top: 23px;
}
 #footer {
 padding: 5px;
 padding-bottom: 20px;
 min-height: 270px;
}
 .impNote {
 padding-left: 20px;
 padding-right: 20px;
 text-align: left;
 margin-top: 20px;
}
 .circleIcons {
 margin-bottom:10px;
 margin-left: -10px;
}
 .mobileHide {
 display:none;
}
 .mobileShow {
 display:block;
 margin-top:-15px;
 margin-bottom:10px;
}
 .athletContentTop {
 margin-top:200px;
}
.text-2-main {
    font-size: 18px;
				}
				.mob-hide{
				display:none;
}
.img-resp img {
    margin-bottom: 5px;
}
.bg-glove{
background: #323e4f !important;
}

.block-right {
    padding-top: 10px;
    padding-left: 0px !important;
}
.block-left {
    padding-top: 0px;
}
.gallery-img{
margin-bottom:20px;
}
.gallery-img img{
width:100%;
}
.gallery-img .text-5 {
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.block-gall_cover {
    font-size: 15px;
}
.marginbottom40 {
    margin-bottom: 0px;
}
.marginBot30 {
    margin-bottom: 0px;
}
.signUp ul li {
    height: auto;
}
.signUp {
    width: 70%;
}
.signUp ul li label {
    padding: 15px 25px 5px 70px;
    height: auto;
				font-size: 14px;
				text-align: left;
}
.signUp ul li .check {
    display: block;
    position: absolute;
    border: 2px solid #AAAAAA;
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 20px;
    left: 20px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.signUp ul li:hover .check {
	border: 2px solid #FFFFFF;
}
 .signUp ul li input[type=radio]:checked ~ .check {
 border: 2px solid #001f5b;
}
.signUp ul li .check::before {
    height: 8px;
    width: 8px;
    top: 1px;
    left: 1px;
}
.athletTitle {
    display: block;
    font-size: 14px;
    font-family: ArialBold;
    margin-bottom: 10px;
    margin-top: 20px;

    font-weight: normal;
}
.bg-cover{
background-size:cover !important;
}
.container {
    width: 100%;
}
.block-address_location {
    font-size: 16px;
}
.block-item {
    padding-bottom: 10px;
}
.fontsizereduced-seconhead {
    font-size: 20px;
}
.text-2a {
    font-size: 16px;
    line-height: 24px;
}
.text-2a-sub {
    line-height: 24px;
}
.head-secondline {
    margin-top: 10px;
    display: inline-block;
}
.btn-5 {
    margin-left: 0;
}
.fs-24 {
    font-size: 14px !important;
}
.bannerSubTxt{
width: 27%;
margin: 0 auto;
}
.text-2 {
    padding-bottom: 5px;
}
.sub-page #header3{
background-size:cover !important;
}
.sub-page #header2{
background-size:cover !important;
}
}
@media only screen and (min-width: 300px) and (max-width: 478px) {
 .select-menu {
 top: 142px;
}
}

@media only screen and (max-width: 480px) {
 .isStuck .sf-menu {
 margin-top: 8px !important;
}
 .athletTitleSecondLine {
 font-size:19px;
 line-height:20px;
}
 .navigation {
 top: 10px;
 margin-left: -135px;
 width: auto;
}
 .content_map {
 min-height: 300px;
}
 .content_map__height-1 {
 min-height: 300px;
}
 .slider_item {
 margin-top: -130px;
}
 .heading__big {
 padding-bottom: 10px;
 font-size: 24px;
 line-height: 23px;
}
 .btn {
 padding: 0 20px;
 font-size: 13px;
 line-height: 46px;
}
 .text-1 {
 padding-bottom: 30px;
}
 .header_top h1 img {
 width:100px;
}
 .advt-banner-top img {
 width:50%;
 float:right;
}

.hazsubtitle {
 font-family: Hanzel;
 font-size: 20px;
 display: block;
 margin-bottom: 40px;
 margin-top: 40px;
}
.circleIcons {
 margin-bottom:10px;
 margin-left:0px !important;
}
.header_top nav {
 width: 93%;
 top: -80px !important;
 float: right;
}
#footer {
 padding-top: 5px;
 padding-bottom: 30px;
}
.impNote {
 padding-left:30px;
 padding-right:30px;
 text-align:left;
 margin-top:20px;
 margin-bottom:20px;
}
.circleIcons {
 margin-bottom:10px;
 margin-left: -10px;
}
.athletContentTop {
 margin-top:150px;
}
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
 .videoFrameHeight {
 height:170px;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.dispaly-desk {
display:none !important;
}
 .dispaly-mob {
display:block !important;
}

}
 @media only screen and (min-width: 768px) and (max-width: 999px) {
.sf-menu > li {
    margin-left: 10px;
    float: left;
    position: relative;
}
.sf-menu > li > a {
    font-size: 14px;
}
.heading {
    padding-top: 60px;
    padding-bottom: 12px;
    font-size: 23px;
    line-height: 36px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.fontsizereduced-seconhead {
    font-size: 22px;
}
.head-secondline {
    margin-top: 5px;
}
.text-2 {
    font-size: 16px;
    line-height: 24px;
}
.athlet-store-subititle span {
    font-weight: 900;
    font-size: 14px;
}
.gallery-img{
margin-bottom:20px;
}
.gallery-img img {
width:100%;
}
.heading {
    padding-top: 60px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.welcomeTxt {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px !important;
}
.heading-new span {
    padding-top: 60px;
    padding-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.text-2-main {
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #c0c0c0;
}
.mob-hide{

}
.sec-heading-light {
    font-family: Hanzel;
    font-size: 18px;
    display: inline-block;
    margin-top: 1px;
}
.secondBanner img{
width:85%;
}
.aboutBanner img{
width:85%;
}
.btn-4 {
    padding: 0 32px;
    font-size: 15px;
}
.slick-next {
    right: -18px !important;
}
.slick-prev {
    left: 14px !important;
    z-index: 999;
}
.block-left .colorWhite {
    color: #333 !important;
}
.block-right .colorWhite {
    color: #333 !important;
}
.btn-5 {
    font-size: 12px;
    padding: 0 6px;
    color: #000000;
    font-weight: 400;
}
.heading__big {
    padding-bottom: 14px;
    font-size: 37px;
    line-height: 50px;
}
.padding-top-150 {
    padding-top: 20px !important;
}
.bannerLargeTxt {
    font-size: 35px;
}
}
 @media only screen and (min-width: 1000px) and (max-width: 1024px) {
	.sf-menu > li > a {
    font-size: 16px;
}
.sf-menu > li {
    margin-left: 15px;
}
.heading__big {
    padding-bottom: 14px;
    font-size: 37px;
    line-height: 50px;
}
.bannerLargeTxt {
    font-size: 47px;
}
.padding-top-150 {
    padding-top: 0 !important;
}
.heading {
    padding-top: 60px;
    padding-bottom: 12px;
    font-size: 26px;
    line-height: 40px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
}
.RivieraMayalogo img
{
width:90%;
}
.heading-new span{
font-size: 26px;
}
.sec-heading-light {
    font-family: Hanzel;
    font-size: 25px;
    display: inline-block;
    margin-top: 0px;
}
.aboutBanner img{
width:90%;
}
.slick-prev {
    left: -20px !important;
    z-index: 999;
}
.text-2 {
    padding-bottom: 17px;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}
.head-secondline {
    margin-top: 5px;
    display: inline-block;
}
.btn-5 {
    font-size: 15px;
}
.gallery-img img{
width:100%;
}
.heading-new {
    font-size: 26px;
}
	}
.top-extramargin-carousel {
	padding-top:60px;
}
.btnmrgnlft0 {
	margin-left:0 !important;
}
.img-resp img {
	width:100%;
}

@media only screen and (min-width: 479px) and (max-width: 640px) {
.select-menu {
    top: 136px;
}
.secondary-nav {
    bottom: -10px !important;
}
.sub-page #header2 {
    min-height: 214px;
}
.isStuck  .secondary-nav {
    bottom: -10px !important;
}
.navigation {
    top: 32px !important;
}
.container
{width: 100%;
padding: 15px;
}
}
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation : landscape) { .select-menu {
    top: 136px;
}
.secondary-nav {
    bottom: -10px !important;
}
.sub-page #header2 {
    min-height: 214px;
}
.isStuck  .secondary-nav {
    bottom: -10px !important;
}
.navigation {
    top: 32px !important;
}
.container
{width: 100%;
padding: 15px;
}
}



/* Modified on 06-11-2017 Starts*/
#signUpForm p a{
	text-align:center;
	text-decoration:none;
}
#signUpForm p a:hover{
	text-align:center;
	text-decoration:underline;
	color:#fff;
}
.btn-4 {
	margin-top: 24px;
	display: inline-block;
	padding: 0 34px;
	font-size: 16px;
	line-height: 50px;
	color: #000000;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #b6b6b6;
	transition: background-color 0.4s ease;
	margin-bottom:20px;
	border:none;
	font-weight:normal;
}
.contact-form {
	position: relative;
	padding-top: 6px;
}
.contact-form .btn1 {
	margin-top: 25px;
}
.contact-form label {
	display: block;
	float: left;
	position: relative;
	display: inline-block;
	width: 480px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 49px;
}
.contact-form label + label {
	clear: both;
}
.contact-form label.message {
	margin-left: 0;
	width: 100%;
}
.contact-form fieldset {
	border: none;
	width: 100%;
}
.contact-form label p{
	float:left;
	color:#FFFFFF;
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}
/* Contact Form Placeholder Styles 
========================================================*/
.contact-form ._placeholder {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 12px 0 0 16px;
	width: 100% !important;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: text;
	font-weight: 300;
}
.contact-form ._placeholder.focused {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.contact-form ._placeholder.hidden {
	display: none;
}
.contact-form .file ._placeholder {
	display: none;
}
/* Contact Form Input 
========================================================*/
.contact-form input[type='text'] {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 9px 14px;
	border: 1px solid #e9ebe5;
	width: 100%;
	outline: none;
	height: 41px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-weight: 300;
	background: #dddddc;
}
/* Contact Form File Input 
========================================================*/
.contact-form select {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 18px;
    padding: 9px 14px;
    border: 1px solid #e9ebe5;
    width: 100%;
    outline: none;
    height: 41px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-weight: 300;
    background: #dddddc;
}
.contact-form input[type='Password'] {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 9px 14px;
	border: 1px solid #e9ebe5;
	width: 100%;
	outline: none;
	height: 41px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	font-weight: 300;
	background: #dddddc;
}
.contact-form .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.contact-form input.form-control[disabled] {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
.contact-form input.form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding: 6px 12px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	-moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-form .input-group-btn:first-child > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
	margin: 0 -1px 0 0;
}
.contact-form .input-group .form-control:last-child {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.contact-form .input-group-btn:last-child > .btn {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.contact-form .input-group .form-control:first-child {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.contact-form input.form-control, .contact-form .input-group-btn {
	display: table-cell;
	border-collapse: separate;
	float: none !important;
}
.contact-form .input-group-btn label {
	width: auto;
	margin-left: -1px;
}
.contact-form .input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
}
.contact-form .btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.contact-form .btn-default:hover {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.contact-form .btn-default:active, .contact-form .btn-default:focus {
	outline-offset: -2px;
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
.contact-form textarea {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	line-height: 18px;
	padding: 11px 16px;
	border: 1px solid #e9ebe5;
	width: 100%;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	resize: none;
	height: 204px;
	font-weight: 300;
	background: #dddddc;
	margin: 0;
}
/* Contact Form Error messages
========================================================*/
.contact-form .empty-message, .contact-form .error-message {
	position: absolute;
	right: 3px;
	top: 2px;
	color: red;
	height: 0;
	overflow: hidden;
	font-size: 11px;
	-webkit-transition: 0.3s ease-in height;
	transition: 0.3s ease-in height;
	z-index: 99;
}
.contact-form .invalid .error-message, .contact-form .empty .empty-message {
	height: 20px;
}
/* Contact Form Processing Box
========================================================*/
.contact-form .contact-form-loader {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ebebeb;
	background-image: url('../images/form-loader.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0;
}
.contact-form.processing .contact-form-loader {
	opacity: 1;
	z-index: 99;
	-webkit-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.contact-form .modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.contact-form .modal h4 {
	font-size: 24px;
	color: #343438;
	text-transform: none;
	padding: 0;
	margin: 0;
	color: #000;
}
.form-two-column{
	margin-left:0px !important; 
	padding-left:0px !important;
}
.form-two-column label{
	width:78%;
}
@media only screen and (max-width: 979px) {
 	.contact-form {
 		padding-right: 0;
	}
 	.contact-form label {
		width: 100%;
		margin: 0 !important;
		clear: left;
	}
}
/* Modified on 06-11-2017 Ends*/

/* Modified on 13-12-2017 starts*/
	
	.TitleLoop{
		padding-top:0;
		line-height:35px;
		padding-bottom:20px;
		font-size:40px;
	}
	.titleLoopContainer{
		padding-top:60px;
		padding-bottom:60px;
	}
	.help-block{
		color: red;
		overflow: hidden;
		font-size: 12px;
		-webkit-transition: 0.3s ease-in height;
		transition: 0.3s ease-in height;
		z-index: 99;
		text-align:center;
		width:100%;
		line-height:14px;
		margin-top:5px;
		position:absolute;
	}
	.sub-page #header4 {
    background: url(../images/bg_images/bradcastleberry_head.jpg) no-repeat 50% 0;
}
.content_bg__9 {
    background: url(../images/bg_images/bradcastleberry_body.jpg) no-repeat 50% 0;
}
.content_bg__10 {
    background: url(../images/bg_images/julianedelman.jpg) no-repeat 50% 0;
}
.content_bg__gallery {
    background-image: url(../images/bg_images/bradcastleberry.jpg);
}
@media only screen and (max-width: 767px) {
.main-title {
    line-height: 40px;
}
}
/* Modified on 13-12-2017 Ends*/
.bradTitle-bottomreduced{
	padding-bottom: 2px !important;
margin-bottom: 5px !important;
}
.content_bg__brad {
	background-image: url(../images/brad-bg.jpg);
	background-position:10% 50% !important;
	background-size: cover;

}
.content_bg__brad.subscriber {
	background-image: url(../images/subscriberbg.jpg);
	background-size: cover;
	min-height: 800px;
}
.athletTitleImage-sub {
    width: 100%;
    width: 320px;
    margin-top: 30px;
}
.subscriberImgWrap img{
	width: 100%;
	margin-bottom: 10px;

}
.bgmossgreen{
	background:#9cab83 !important;
}
.subscriber-bottom {
	background-image: url(../images/subscriberbg.jpg);
	background-size: cover;
	min-height: 800px;
}
.content_bg_jonbone{
	background-image: url(../images/jonbonebg.jpg);
	background-size: cover;
	background-position:10% 50% !important;
}
.bgbrown{
	background-color: #5d4636;
}
.content_bg_jonbone-sec4{
	background-image: url(../images/jones-sec4.jpg);
	background-size: cover;
}
.content_bg_brad-video-section{
	background-image: url(../images/page1_img4.jpg);
	background-size: cover;
}
.taller { 
	margin-bottom: 20px;
}
.content_bg_jones{
	background-image: url(../images/jones-bg.jpg);
	background-size: cover !important;
}
.content_bg_edtoojone-sec4{
	background-image: url(../images/jones-bg-sec4.jpg);
}
.content_bg_michaelwick {
	background-image: url(../images/michaelwick-bg.jpg);
	background-size: cover;
}
.bgimageinhtml{
	background-position: 50% 0%;
}
.underline{
	text-decoration: underline !important;
}
.content_bg_athlete {
	background-size:cover !important;
}
.bg-top{
	background-position:top;
}
.minheight{
	min-height: 700px;
}
.PT0{
	padding-top: 0;
}
.titleLoopBottomSpace{
	padding-bottom: 0px !important;
}
.text2_small{
font-size: 16px;
font-weight: normal;
line-height: 18px;
}
.sub-page #header2 {
    background: url(../images/sub-page_header.jpg) no-repeat 50% 0;
}
.topheaderPress{
	top: -7px !important;
}
.uppercase{
	text-transform: uppercase !important;

}
.videoController{
}
.fancybox-skin{
	height:450px !important;
	padding:5px !important;
}
.videothumbmain{
	width:100% !important;
	background:#fff !important;
}

@media only screen and (min-width: 300px) and (max-width: 767px) {
.fancybox-desktop{
	width:90% !important;
}
.fancybox-skin{
	background:transparent !important;
}
.fancybox-inner{
width:95% !important;
}

}