@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v15/Jzo62I39jc0gQRrbndN6nXYhjbSpvc47ee6xR_80Hnw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v15/Hgo13k-tfSpn0qi1SFdUfSZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v15/QHD8zigcbDB8aPfIoaupKOvvDin1pK8aKteLpeZ5c0A.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v15/RxZJdnzeo3R5zSexge8UUSZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v15/d-6IYplOFocCacKzxwXSOCZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v15/mnpfi9pxYH-Go5UiibESIiZ2oysoEQEeKwjgmXLRnTc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v15/12mE4jfMSBTmg-81EiS-YcDdSZkkecOE1hvV7ZHvhyU.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v15/7m8l7TlFO-S3VkhHuR0atywlidHJgAgmTjOEEzwu1L8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v15/W4wDsBUluyw0tK3tykhXEXYhjbSpvc47ee6xR_80Hnw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v15/OLffGBTaF0XFOW1gnuHF0SwlidHJgAgmTjOEEzwu1L8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v15/t6Nd4cfPRhZP44Q5QAjcCywlidHJgAgmTjOEEzwu1L8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v15/bmC0pGMXrhphrZJmniIZpSwlidHJgAgmTjOEEzwu1L8.ttf) format('truetype');
}
/* //////////////////////////////////////////////////////////////////////////////////////////////  popupLocations */

.popupLocations, .popupLocations *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popupLocations{
	display:block;
	position:fixed;
	top: 0;
	left: 0;
	z-index:9100;
	opacity: 0;
	width:100%; height: 100%;
	text-align: center;
	font-size: 13px;
  -webkit-transition: opacity .4s ease-in-out;  /* Saf3.2+, Chrome */
     -moz-transition: opacity .4s ease-in-out;  /* FF4+ */
       -o-transition: opacity .4s ease-in-out;  /* Opera 10.5+ */
          transition: opacity .4s ease-in-out;
}
.popupLocations.active{
	opacity: 1;
	z-index:9100000000;
}


.popupLocations .bgImagePop{
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	z-index:1;
	width:100%; height: 100%;
	opacity: 1;
}
.popupLocations .bgImagePop .bgImagePopOverlay{
	background:#00535d;
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	z-index:2;
	width:100%; height: 100%;
	opacity: 0.9;
}

.type_crossfit{
	/* background: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/global/bgPopup_crossfit.jpg) no-repeat center center !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;*/
}

.popupLocations_zone{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index:4;
	max-height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}


.popupLocations_logo{
	display: inline-block;
	margin-bottom: 0px;
	width: 100%;
	max-width: 280px;
	min-height: 120px !important;
	max-height: 120px !important;
}
.popupLocations_logo img{
	display: block;
	margin: 0 auto;
	max-height: 120px;
}


.popupLocations h3{
	font-family: 'Roboto' !important;
	font-weight: normal;
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 15px 30px ;
	position: relative;
	max-width: 460px;
	margin: 0 auto 30px auto;
	text-align: center;
}

.popupLocations h3 strong{
	color: #00c2d9;
	font-weight: bold !important;
}
.popupLocations h3 .line2{
	font-size: 25px;
}
.popupLocations h3 .line3{
	font-size: 24px;
}

.popupLocations h3:before, 
.popupLocations h3:after{
	display: block;
	content: '';
	height: 1px;
	background: #fff;
	position: absolute;
	left: 50%;
	width: 60%;
	max-width: 260px;
	-webkit-transform:translateX(-50%);
	-moz-transform:translateX(-50%);
	transform:translateX(-50%);
}
.popupLocations h3:before{ top: 0px; }
.popupLocations h3:after{ bottom: 0px; }


.popupLocations h4{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	font-weight: 800;
	font-weight: 900;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 20px;
}
.popupLocations em{
	color: #fff;
}

/*
---------------------- [ Location item
*/
.popupLocations .locationListing_item em,
.popupLocations .locationListing_item h4{
	  -webkit-transition: all 0.2s ease-in-out;  /* Saf3.2+, Chrome */
		 -moz-transition: all 0.2s ease-in-out;  /* FF4+ */
		   -o-transition: all 0.2s ease-in-out;  /* Opera 10.5+ */
			  transition: all 0.2s ease-in-out;
}
.popupLocations .locationListing{
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	text-align: center;
}
.popupLocations .locationListing_item{
	display: inline-block;
	width: 100%;
	max-width: 180px;
	margin-bottom: 30px;
	padding: 0 10px;
	vertical-align: top;
}
.popupLocations .locationListing_item a{
	color: #fff;
	display: block;
	position: relative;
}
.popupLocations .locationListing_item a:hover,
.popupLocations .locationListing_item a:hover em,
.popupLocations .locationListing_item a:hover h4{
	color: #00c2d9 !important;
}


.popupLocations .circleImage{
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 140px;
	height: auto;
	display: block;
	border-radius: 50%;	
}
.popupLocations .circleImage img{
	margin: 0 auto 20px auto;
	width: 100%;
	max-width: 140px;
	height: auto;
	display: block;
	border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0px #00c2d9 cubic-bezier(0,.3,.7,.9);  /* Saf3.2+, Chrome */
     -moz-box-shadow: 0 0 0 0px #00c2d9 cubic-bezier(0,.3,.7,.9);  /* FF4+ */
       -o-box-shadow: 0 0 0 0px #00c2d9 cubic-bezier(0,.3,.7,.9);  /* Opera 10.5+ */
          box-shadow: 0 0 0 0px #00c2d9 cubic-bezier(0,.3,.7,.9);
  -webkit-transition: all .4s ease-in-out;  /* Saf3.2+, Chrome */
     -moz-transition: all .4s ease-in-out;  /* FF4+ */
       -o-transition: all .4s ease-in-out;  /* Opera 10.5+ */
          transition: all .4s ease-in-out;
}



.popupLocations .hoverState{
	position: relative;
	width: 100%;
	max-width: 140px;
	display: block;
	border-radius: 50%;	
}

.popupLocations .hoverState span{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	max-width: 140px;
	height: 100%;
	display: block;
	border-radius: 50%;
	opacity: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0,59,66,0) inset;  /* Saf3.2+, Chrome */
     -moz-box-shadow: 0 0 0 0 rgba(0,59,66,0) inset;  /* FF4+ */
       -o-box-shadow: 0 0 0 0 rgba(0,59,66,0) inset;  /* Opera 10.5+ */
          box-shadow: 0 0 0 0 rgba(0,59,66,0) inset;
  -webkit-transition: all .4s ease-in-out;  /* Saf3.2+, Chrome */
     -moz-transition: all .4s ease-in-out;  /* FF4+ */
       -o-transition: all .4s ease-in-out;  /* Opera 10.5+ */
          transition: all .4s ease-in-out;
}
.popupLocations .locationListing_item a:hover span{
	opacity: 1;
  -webkit-box-shadow: 0 0 0 100px rgba(0,59,66,0.7) inset;  /* Saf3.2+, Chrome */
     -moz-box-shadow: 0 0 0 100px rgba(0,59,66,0.7) inset;  /* FF4+ */
       -o-box-shadow: 0 0 0 100px rgba(0,59,66,0.7) inset;  /* Opera 10.5+ */
          box-shadow: 0 0 0 100px rgba(0,59,66,0.7) inset;
}
.popupLocations .locationListing_item a:hover img{
  -webkit-box-shadow: 0 0 0 6px #00c2d9;  /* Saf3.2+, Chrome */
     -moz-box-shadow: 0 0 0 6px #00c2d9;  /* FF4+ */
       -o-box-shadow: 0 0 0 6px #00c2d9;  /* Opera 10.5+ */
          box-shadow: 0 0 0 6px #00c2d9;
}

.popupLocations .hoverState em{
	background: url(https://res.cloudinary.com/display97/image/upload/q_auto,fl_lossy,f_auto/global/popuparrow.png) no-repeat center center;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 15;
	width: 32px; height: 32px;
	opacity: 0;
	-webkit-transform:translateX(-50%) translateY(0%);
	-moz-transform:translateX(-50%) translateY(0%);
	transform:translateX(-50%) translateY(0%);
  -webkit-transition: all .3s .2s cubic-bezier(.71,0,.26,3);  /* Saf3.2+, Chrome */
     -moz-transition: all .3s .2s cubic-bezier(.71,0,.26,3);  /* FF4+ */
       -o-transition: all .3s .2s cubic-bezier(.71,0,.26,3);  /* Opera 10.5+ */
          transition: all .3s .2s cubic-bezier(.71,0,.26,3);
}

.popupLocations .locationListing_item a:hover .hoverState em{
	opacity: 1;
	-webkit-transform:translateX(-50%) translateY(-50%);
	-moz-transform:translateX(-50%) translateY(-50%);
	transform:translateX(-50%) translateY(-50%);
}


@media only screen and (max-width: 767px) {


	.popupLocations{ overflow: scroll;}
	.popupLocations_zone{
		position: relative;
		top: 0%;
		left: 0;
		width: 100%;
		z-index:4;
		max-height: 100vh;
		overflow: hidden;
		overflow-y: auto;
		padding-bottom: 60px;
		-webkit-transform:translateY(0%);
		-moz-transform:translateY(0%);
		transform:translateY(0%);
	}
	.popupLocations .circleImage{
		margin: 0 10px 0 0;
		float: left;
		max-width: 40px;
	}
	.popupLocations .circleImage img{
		margin: 0 auto 0px auto;
	}

	.popupLocations .locationListing_item{
		display: inline-block;
		width: 100%;
		max-width: 240px;
		margin: 0 auto 15px auto;
		text-align: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

.popupLocations h3,
.popupLocations h3 .line2,
.popupLocations h3 .line3{ font-size: 14px !important;  padding: 8px 20px ; line-height: 19px !important; }

.popupLocations h4 {
    font-size: 12px !important;
    line-height: 15px !important;
}

.popupLocations .bgImagePop{
	position:inherit;
}
.popupLocations .bgImagePop .bgImagePopOverlay{
	background:#00535d;
	display:block;
	position:absolute;
	top: 0;
	left: 0;
	z-index:2;
	width:100%; height: 100%;
	opacity: 0.9;
}


}




