/*gjc custom*/

body{
 font-size:14px;
 font-family: 'Roboto Condensed', sans-serif !important;
 height:auto;
 color:#000;
 display: block;
 min-height: 100vh;
 flex-direction: column;
 font-weight: 400;
 /*background: url('https://www.personaltrainer-milano.it/video/personaltrainer-milano_bg.mp4') !important;*/
 padding:0;
}
body.tmpl {
    padding-top: 0;
    color: #000;
}
#myVideo {
	position: fixed;
}

* {
	text-shadow: unset !important;
}
.noscroll {
	overflow: hidden;
	scrollbar-width: none;
}
.item-page {
  padding-right:30px;
  padding-left:30px;
}
.log-center {
  width:280px;
}
input[value~="Indietro"] {
  display:none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: 
    #f2f3f4;
    opacity: 1;
}
#totop-scroller {
	font-size: 150%;
	color: #000 !important;
	background: transparent !important;
    border: none !important;
}
#myVideo {
  right: 0;
  bottom: 0;
height: 100%;
width: 177.77777778vh;
min-width: 100%;
min-height: 56.25vw;
}
label[for=payment_method] {
  padding-top:15px;
}
.osm-container img {
    border: 0 none;
    float: left !important;
    margin: 0 10px 2px 0;
}
/*only for non IE*/
@media screen { @media (min-width: 0px) {
	body { 
		display:flex;
	}
} }
.container {
  
}
/* Preloader */

.page-loader {
  background: #dadada none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
@keyframes spinner {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}
.spinner {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50%;
    color: #c2e325;
    display: inline-block;
    font-weight: 400;
    height: 8em;
    left: 50%;
    line-height: 8em;
    margin: -4em 0 0 -4em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 8em;
}
.spinner:not(:required) {
    animation: 1500ms linear 0s normal none infinite running spinner;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0.5em;
    box-shadow: 1.5em 0 0 0 #f7f7f7, 1.1em 1.1em 0 0 #f7f7f7, 0 1.5em 0 0 #f7f7f7, -1.1em 1.1em 0 0 #f7f7f7, -1.5em 0 0 0 #f7f7f7, -1.1em -1.1em 0 0 #f7f7f7, 0 -1.5em 0 0 #f7f7f7, 1.1em -1.1em 0 0 #f7f7f7;
    display: inline-block;
    font-size: 16px;
    height: 1em;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 50%;
    width: 1em;
}
p {
  line-height: 1.4;
  margin-bottom: 15px;
}
a, a:link {
	color: #000;
}
a.link-home {
  color:#fff;
}
a.link-home:hover {
  color:#ccc !important;
}
a:hover, a:focus {
	color: #333 !important;
	text-decoration: none;
}

a:focus {
  outline: medium none;
}
.pagination > li > a, .pagination > li > span {
	color: #fff;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	color: #fff;
}
div.clear {
	line-height: inherit;
	font-size: inherit;
}
/*form reset*/
label {
	font-size: 100%;
	font-weight: normal;
}
.v_login label {
	text-transform: uppercase;
}
.login2 li a span {
	text-decoration: underline;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px!important;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	background-color: #fff;
	background-image: none;
	border: 0px solid #ccc;
	border-radius: 0 !important;
	-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: inherit !important;
	outline: 0;
	-webkit-box-shadow: 0 0 0 !important;
	box-shadow: 0 0 0 !important;
}
.form-control.input-small {
	width: 110px;
	display: inline;
	height: 34px;
}
.input-large.form-control {
	padding: 4px;
	display: inline-block;
	height: auto;
	color: #000;
}
.input-large.form-control.textarea {
	height: 100px !important;
	margin-bottom: 30px;
	padding: 10px;
	width: 100%;
	border:1px solid #cccccc;
}
.col-md-12.formsubhead {
	margin: 20px 0 10px;
}
.label-success {
	background-color: #fff;
	color: #fff;
}
.form-control {
	color: #000;
	font-weight: normal;
}
form.form-horizontal .control-label, form.form-horizontal .control-label label {
	text-align: left;
	font-weight: normal;
	text-transform: uppercase;
}
form.form-horizontal .control-label>span, form.form-horizontal .control-label label>span {
	text-align: left;
	font-weight: normal;
	text-transform: lowercase;
}
/*OSM reg pages*/
#osm-singup-page .control-group.col-md-6 {
	margin-bottom: 20px;
}
#osm-singup-page .control-group.col-md-12.textcenter {
	text-align: center;
	margin-bottom: 30px;
	margin-top:15px;
}
#osm-singup-page .control-group.col-md-12.textcenter .btn{
	min-width:260px;
}
#osm_login_form {
	float: left;
}
.eb-heading {
	clear: both;
}
.js-calendar .calendar-container {
	float: left;
	min-width: 160px;
	padding: 10px;
	list-style: none;
	border-radius: 0px;
	background-color: #fff !important;
	z-index: 1100 !important;
	border: 1px solid #fff;
}
.js-calendar .calendar-container table {
	table-layout: fixed;
	max-width: 262px;
	border-radius: 5px;
	background-color: #fff !important;
	z-index: 1100 !important;
}
.field-calendar .input-append {
	position: relative;
}
#dob {
	width: 80%;
}
#dob_btn {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	/* overflow: hidden; */
}
table.os_table td.title_cell {
	width: 25%;
	font-weight: normal;
	padding-top: 10px;
}
/*form reset*/
h1, h2, h3, h4 {
  color: #000;
  font-weight: 400;
  padding-left: 0px;
  text-transform: none;
}


.page-header {
	margin: 0px 0 10px;
	border:0;
}

h1.page-header, .page-header h1, h1 {
	color: #333;
	line-height: 36px;
	margin: 20px 0 10px;
	padding: 0px 0 10px 0px;
	border-bottom: 0px solid #F0F0DC;
	font-weight: 400;
	text-transform: uppercase;
}
h1.osm-page-title {
	margin: 10px 0 10px 0 !important;
}
h2 {
  color: #333;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.4em;
}

h1, .h1, h2, .h2, h3, .h3, h4, h5, h6, .site-title, .product-price, .PricesalesPrice, legend, .navbar-nav a, .navbar-nav span {
    font-family: 'Roboto Condensed', sans-serif !important;
}

.moduletable .border > h3 {
  border-bottom: 0 none;
 
  color: #fff;
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 10px;
  padding-bottom: 1px;
  padding-top: 10px;
  text-transform: uppercase;
}
.alert {
	padding: 10px;
	margin: 20px 50px;
	border: 1px solid transparent;
}
.alert-info, .alert-message, .alert-warning, .alert-error {
	color: #fff;
	background-color: #000;
	border-color: #000;
}
#system-message .close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: unset;
	filter: alpha(opacity=20);
	opacity: 1;
}
.moduletable h3, h3 {

}
.table .table {
	
}
.actions {
	position: absolute;
	right: 0;
}
.icon-edit:before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\270f";
}
.fa-shopping-cart::before {
    content: none;
}
.btn {
	border: 1px solid #fff;
	border-radius: 0;
	text-shadow: unset;
	box-shadow: unset;
}
.btn-primary, .btn-default, .btn {
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff !important;
}
#login-reg-form .btn:hover {
	background-color: #ccc !important;
	border-color: #ccc !important;
	color: #000 !important;	
}
.btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-default:hover, .btn-default.focus, .btn-default:focus, .btn:hover, .btn.focus, .btn:focus {
	background-color: #ccc;
	border-color: #ccc !important;
	color: #000 !important;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #fff;
	border-color: #fff;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #adadad;
}
.btn-info {
    text-shadow: unset;
}
.div_error {
	border: 1px solid #fff;
	margin-bottom: 10px;
}
.div_error_title {
	font-weight: bold;
	font-size: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-bottom: 0px solid #CCC;
	background-color: #b00;
	padding-left: 10px;
	/* margin-bottom: 10px; */
}
.nav-tabs > li {
	float: left !important;
}
.nav-tabs > li:hover > a {
	background-color: #ccc !important;
}
.border {
  padding: 20px 0;
  position: relative;
  word-wrap: break-word;
}
.margin-top-5 {
	margin-top:5px;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 0px solid #ccc;
}
.text-info {
	color: #fff;
}
#logo_center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 50vw;
	height: 50vh;
	text-align: center;
}
#gjc-toolbar {
	/* background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); */
	border-bottom: 1px solid #f2a177;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	background-color: #fcaa82;
}
header {
  /*background: #ffffff none repeat scroll 0 0;
  margin: 0;
  height:130px;
  */
}
#j-login-mod-button {
	color: #fff;
}
#j-login-mod {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
	padding: 10px;
	position: absolute;
	left: 0;
	top: 32px;
	width: 320px;
	z-index: 99999;
}
#gjc-navbar.fixedmenu {
	left: 0;
	margin: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #eee;
	box-shadow: 0 5px 5px rgba(0,0,0,0.1);
	border-bottom: 1px solid #eee;
}
nav {
  margin: 0;
}
.navbar-toggle {
	display: block;
}
.nav > li > a:focus, .nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}
#gjc-navbar {
	padding: 0 0 0px 0;
	position: absolute;
	width: 100%;
}
.navbar {
	margin: 0 0 20px;
	border: 0;
	background: none;
	border-top: 0px solid #ef5e29;
	min-height: 35px;
	z-index: 999;

}
.home .navbar {
    margin: 5px 0 0;
}
.navbar .container {
  margin: 0px auto 0px;
  position: relative;
}
.navbar.fixedmenu .container {
  margin: 20px auto 0;
  position: relative;
}
.gjc-logo a {
  display: block;
}
.col-sm-4.gjc-logo > a:hover {
	text-decoration: none;
	color: #fff;
}
.site-title {
	font-weight: 400;
	font-size: 32px;
}
.navbar .nav > li {
	position: relative;
	/*border-right: 1px solid #142e46;*/
}
.navbar .nav > li:last-child a,
li.item-111 a {
	border-right: 0px solid #fff !important;
}
.navbar .nav > li:hover {
  background-color: transparent;
}
.navbar .nav > li:first-child {
 /* display: none;*/
}
.navbar .nav > li:first-child > a, .navbar .nav > li:last-child > a {
 padding-left:0;
}
.navbar .nav > li:hover {
	background-color: transparent;
	transition: all 0.4s ease 0s;
	color:#e2d1c3;
}
.navbar-nav > li.active {
	background-color: transparent;
	transition: all 0.4s ease 0s;
	font-weight: 400;
}
.navbar #gjc-navbar-inner .nav > li > a, .navbar #gjc-navbar-inner .nav > li > span {
	background-repeat: no-repeat;
	background-color: transparent !important;
	color: #fff;
	display: inline-block;
	font-size: 20px;

	line-height: 16px;
	padding: 0 13px 0 14px;
	text-decoration: none;
	text-transform: lowercase;
	transition: all 0.3s ease 0s;
	border-right: 1px solid #142e46;
	margin: 0 0 10px 0;
}
.navbar-nav .deeper.parent:hover > a {
	color: #ccc !important;
}
.navbar .nav > li > .dropdown-menu::after {
	position: absolute;
	top: -6px;
	left: 10px;
	display: inline-block;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(0,0,0,.15);
	border-left: 6px solid transparent;
	content: '';
}
.navbar .nav > li > .dropdown-menu {
	padding: 0;
	transition: all 0.3s ease 0s;
	opacity: 0;
	height: 0;

}
.navbar li.parent:hover .dropdown-menu {
	display: block;
	opacity: 1;
	height: auto;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > span, .dropdown-menu > .active > span:hover, .dropdown-menu > .active > span:focus, .flyout-menu > li.active > a, .flyout-menu > li.active > span {
	background-color: #3A3B3F;
	background-image: none;
	color: #fff;
	text-decoration: none;
	filter: none;
}
nav .dropdown-menu > li a, nav .dropdown-menu > li span, .flyout-menu > li a, .flyout-menu > li span {
	padding: 10px 20px;
	display: block;
	text-transform: lowercase;
}
.navbar #gjc-navbar-inner .nav > li > a:hover, .navbar #gjc-navbar-inner .nav > li > span:hover, nav .dropdown-menu > li:hover a, nav .dropdown-menu > li:hover span {
	color: #ccc;
	text-transform: lowercase;
}
.navbar #gjc-navbar-inner .nav > li.active > a, .navbar #gjc-navbar-inner .nav > li.active > span {
  color: #fff;
  text-transform: lowercase;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: transparent;
  color: #fff !important;
}
#offcanvas li {
	float: none;
	border-bottom: 0px solid #EEE;
}
#offcanvas .navbar-nav > li > a:hover {
	color:#ccc;
}
#offcanvas .navbar-nav > li > a {
	color: #fff !important;
	text-transform: uppercase;
	font-size: 120%;
	letter-spacing: 1.5px;
}
/*left menu*/
.nav-stacked > li {
  margin-left: 0;
  margin-top: 2px;
}
.sidebar-a .nav-pills > li > a  {
  color: #fff;
  display: block;
  font-size: 14px;
  margin: 0;
  outline: medium none;
  padding: 3px 0 3px 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.sidebar-a  .nav > li > a:focus, .sidebar-a  .nav > li > a:hover {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #111;
}
.sidebar-a .nav-pills > li.active > a, .sidebar-a .nav-pills > li.active > a:focus, .sidebar-a .nav-pills > li.active > a:hover {
  background-color: #ffffff;
  color: #111 !important;
}
/*accordian module*/
.nav-stacked > li.parent > span.nav-header {
	color:#fff;
	cursor:pointer;
	display:block;
	font-size:14px;
}
.nav-stacked > li.parent > span.nav-header:hover,
.nav-stacked .dropdown-menu > li > a:hover { 
	
	color:#111;
}
.nav-stacked > li.parent > span.nav-header::after {
	content: "\e259";
	font-family: 'Glyphicons Halflings';
	margin-left: 5px;
	line-height: 1em;
	font-size: 100%;
	float:right;
}
.nav-stacked > li > a {
	position: relative;
	display: block;
	padding: 5px 10px;
}
.nav-stacked .dropdown-menu {
	position: static;
	float: none;
	width: 100%;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: 0;
	border-radius:  0px;
	-webkit-box-shadow: 0 0 0 ;
	box-shadow: 0 0 0;
}
.nav-stacked .dropdown-menu > li > a {
	display: block;
	padding: 3px 0px 3px 10px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color:#333;
	white-space: nowrap;
	font-size:13px;
}
/*off canvas*/
#offcanvas {
	bottom: 0;
	top: 0;
	height: 100%;
	left: 0;
	right: 0;
	overflow: auto;
	position: fixed;
	z-index: 10000;
	background-color: rgba(0,0,0,0.25);
	display: none;
}
.off-canvas-wrapper {
	background-color: #363636;
	position: absolute;
	top: 0px;
	bottom: 0px;
	overflow: auto;
	left: unset;
	right:-280px;
}
#offcanvas .navbar-nav {
	margin: 40px 50% 0;
	float: none;
	width: 280px;
	margin-left: calc(50% - 280px);
}
#offcanvas .logo_left_hold {
	width: 280px;
}
#offcanvas .logo_left_hold img {
	width: 200px;
}
.navbar-toggle {
  border: medium none;
  margin-bottom: 5px;
  margin-top: 0;
  padding: 5px;
  border: none !important;
  background: transparent;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	background-color: transparent !important;
	color: #000 !important;
   top:20px;
}
.home  .navbar-header.pull-right,
.v_login  .navbar-header.pull-right {
	display: none;
}
.navbar-default .navbar-toggle:hover {
	color: #333 !important;
}
.navbar-toggle .glyphicon {
	font-size: 150%;
	vertical-align: middle;
    top:-5px;
  left:-10px;
}
#offcanvas .far.fa-times-circle {
	float: right;
	padding: 10px;
	z-index: 99999999;
	position: absolute;
	color: #fff;
	font-size: 30px;
	right: 0px;
	cursor: pointer;
}
#offcanvas .far.fa-times-circle:hover {
	color:#ccc;
	cursor:pointer;
}
#offcanvas .nav-pills > li > a {
  border-radius: 0 !important;
  color: #ffffff !important;
}
#offcanvas .nav-pills > li > a:hover {
  border-radius: !important;
  color: #ccc !important;
}
#offcanvas .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
  background-color: transparent;
  color: #ccc !important;
}
#offcanvas .separator {
	color: #fff;
	padding: 10px;
	display: inline-block;
}
#offcanvas-toggle:hover {
	background: none;
}
#mod-search-searchword {
  background: #fff none repeat scroll 0 0;
  border: 0 solid #ffffff;
  border-radius: 0;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  height: 28px;
  margin: 4px 10px 0 0;
  padding: 3px 6px;
  width: 230px;
}
.searchmodule .btn {
  background-image: none;
  border-color: #ffffff #ffffff #ffffff -moz-use-text-color;
  background-color:#fff;
  border-image: none;
  border-radius: 0;
  border-style: solid solid solid none;
  border-width:  0;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857;
  margin: 0px 0 0;
  padding: 7px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

#mod-search-searchword:focus {
  border-color: inherit;
	box-shadow: none;
	outline: 0 none;
}
.searchmodule {
  float: right;
}
.searchbutton {
  position: absolute;
  top: 5px;
  left:0;
}
.search.input-group .fas {
	color: #fff;
}
/*slider area*/
	#gjc-slider {
		clear:both;
		flex:1;
		}
	#gjc-slider .container-fluid {
		height:100%;
	}
	#gjc-slider .row > div {
	  padding: 0;
	}
 /* Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.0);
  }
  40% {
    -webkit-transform: scale(1.2);
  }
   40% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.0);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.0);
  }
  40% {
	 transform: scale(1.2); 
  }
   60% {
	 transform: scale(1.2); 
  }
  100% {
    transform: scale(1.0);
  }
}
/* main */
#gjc-main {
  margin-top: 0px;
  flex: 1;
}
.home #gjc-main {
	margin-top: 0px;
	flex: unset;
}

.main-wrapper {
	padding-bottom: 30px;
	background: #f2f3f4;
	height: 100%;
	min-height: 100vh;
}
.v_login .main-wrapper {
	padding-bottom: 30px;
	background: transparent;
	height: 100vh;
}
#gjc_login_hold {
	/* position: absolute; */
	/* top: 50%; */
	/* left: 10vw; */
	margin-left: -26.5vw;
	/* transform: translate(-50%, -50%); */
	/* width: 50vw; */
	/* height: 50vh; */
	/* text-align: center; */
}
.v_login .login {
	padding: 20px 20px 2px;
	background: #f2f3f4;
	text-align: center;
	margin: 20vh auto 0;
	width: 30vw;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
}
.v_login .login2 {
	padding: 0 20px 20px;
	background: #f2f3f4;
	text-align: center;
	margin: 0 auto 0;
	width: 30vw;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
.login .form-control {
	width: 90%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	background-color: #fff;
	border: 1px solid #fff;
	margin: 0 auto;
	color: #000;
}
.login .btn.btn-primary {
	color: #000 !important;
	width: 90%;
}
.login .btn.btn-primary:hover {
	color: #000 !important;
    font-weight:bold;
}
.glyphicon-log-in:before {
    content: none;
}
.home .main-wrapper {
	padding-bottom: 0px;
	background:transparent;
}
/*trainer pages*/
#gjc_trainer {
	text-align: center;
	font-size: 22px;
}
.tbut {
    color: #000 !important;
    background-color: #fff;
    border-color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff !important;
}
.tbut.btn-primary.btn {
	width: 100%;
	margin: 30px 0 0;
	font-size: 22px;
	padding: 10px;
}
/*services*/
#reg_login {
	margin: 20px 0;
	text-align: center;
}
#reg_login .btn {
	color: #000 !important;
	text-align: center;
	width: 60%;
	margin-bottom:10px;
}
#reg_login .btn:hover {
	color: #000 !important;
	background: #ccc;
}
.venue2 {
	color: #fff;
	background: blue;
	padding: 3px;
	margin: 0 0 2px;
	display: inline-block;
}
.venue1 {
	color: #fff;
	background: black;
	padding: 3px;
	margin: 0 0 2px;
	display: inline-block;
}
.row.bookingformdiv, .bookingformdiv {
	margin: 50px auto 10px;
	float: left;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0;
	border: 0px solid #fff !important;
	padding: 5px;
	width: 100% !important;
}
.gjc_choice {
	margin-right: 6px;
}
.extrafields input {
	margin: 0 0 0 0px;
	vertical-align: baseline;
}
.sumarry_div {
	margin-bottom: 10px;
}
.row.bookingformdiv .btn {
	border-color: #fff !important;
	color: #000 !important;
}
.row.bookingformdiv .btn:hover, #cart-header{
	background: #fff;
}
#cart-header .fas {
	font-size: 18px;
	vertical-align: bottom;
}
.fas.fa-minus-circle {
	color: #b91919;
	font-size: 11px;
	vertical-align: top;
}
#extrafields_header {
	margin-bottom: 10px;
}
#calendardetails .col-md-12.btn, .col-md-12.btn {
	color: #000 !important;
	width: 100%;
}
#calendardivleft .btn.cl_button {
	border: 1px solid #000 !important;
}
#calendardivleft .btn.cl_button:hover {
	background: #ccc;
	color: #fff !important;
	border-color: #ccc !important;
}
#ossm {
	width: 120px;
}
#ossy {
	display: none;
}
#calendardetails .btn {
	color: #000 !important;
}
.gjc_choice:hover {
	color: #000;
}
#addtocartbtn:hover {
	color: #000 !important;
	background-color: #ccc !important;
	border-color: #ccc !important;
}

.headercalendar {
	font-weight: normal !important;
}
.header_calendar {
	font-weight: normal;
	padding: 8px 4px !important;
}
#calendardetails #gjc_calendar .btn {
	background-image: unset !important;
	border: 0;
	width: calc(100% - 4px);
	margin: 0 4px;
	text-shadow: unset;
	padding: 4px 0 !important;
}
#calendardetails #gjc_calendar .btn.btn-gray {
	color: #fff !important;
	cursor: not-allowed;
}
#calendardetails #gjc_calendar .btn.btn-danger {
	background-image: unset !important;
	border: 0;
	color: #fff !important;
	text-shadow: unset;
	cursor: not-allowed;
}
#calendardetails #gjc_calendar .btn.btn-success {
	background: #196019;
	color: #fff !important;
}
#gjc_calendar a.callink:link {
	display: block;
}
#gjc_calendar .btn a.callink:link {
	color: #000 !important;
}
#gjc_calendar .btn a.callink:link:hover {
	color: #ccc !important;
}
#gjc_calendar .btn.btn-danger a.callink:link {
	color: #b91919 !important;
}
#gjc_calendar .btn.btn-success a.callink:link{
	color: #fff !important;
}
.sub_header {
	background-color: transparent;
	padding-left: 10px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
}
#payment_method_container {
	margin-top: 20px;
	padding-left: 7px;
	float: left;
}
.oms-radio-container{
    margin-left: 20px;
}#osm-payment-method-list{
    margin-left: 30px;
}
input#amount {
	display: none;
}
#gjc_amount {
	margin-left: 30px;
}
/*cart block*/
#cartdiv .table {
	margin: 0;
}
#totalprice {
	color: #ccc;
}
/* checkout*/
#maindivright_checkout {
	margin-top: 30px;
}
/* #loadServicesHTML */
.tab-content {
	padding: 0;
	margin-bottom: 150px;
	overflow: unset;
}
#todaydate {
	color: #000;
	font-size: 110%;
	text-align: left !important;
}
#maindivright .tabbable .nav.nav-pills {
	display: none;
}
#loadServicesHTML .span12.btnx {
	text-align: center;
	border-bottom: 1px solid;
}
#loadServicesHTML .fab {
	font-size: 28px;
	margin-right: 5px;
	vertical-align: middle;
}
#infohold > div {
	text-align: center;
}
.available_information {
	color: #fff;
	font-size: 11px;
	border: 0px solid #F8A1AA !important;
	background-color: transparent;
	padding: 5px;
}
.timetiles {
	border-bottom: 1px solid #efefef !important;
	background-color: #fff !important;
	padding: 2px;
    padding-top:20px;
	color: #000;
	padding-left: 10px;
	margin-left: 1px;
	cursor: pointer;
	width: 100%;
    height:50px;
    text-align:center;
}

.timetiles:hover {
	background-color:#ccc !important;
	color:#000;
}
.timetiles input {
	margin: 0;
}
.timetiles.chosen_time {
	background-color: #196019 !important;
}
#addtocartbtn {
	margin-bottom: 10px;
	color: #000 !important;
}
/* user calendar*/
#usercal {
	padding: 0;
}
.header_rounded {
	background: no-repeat;
	color: #000;
}
#usercal .div-rounded {
	border-radius: 0;
	padding: 5px;
	padding-bottom: 10px;
	text-align: left;
	min-height: 120px;
	margin: 2px;
	border: 1px solid #CCC !important;
	background-color: #fff;
}
#usercal .div-schedule {
	display: block;
	border-radius: 3px;
	margin-top: 0px;
	font-size: 11px;
	border: 0 !important;
}
#usercal .label {
	font-size:100%;
}
#usercal .div-schedule.past {
	color: #aaa;
}
#usercal .div-schedule.past .dateremove {
	display:none;
}
#usercal .hasTip {
	cursor: help;
}

#usercal .label-success {
	background-color: green;
	color: #fff;
}
.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
	background-color: #ccc;
}
.osbtdheader {
	background: no-repeat;
	height: 33px;
	background-repeat: repeat-x;
	padding-left: 5px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}
.text-warning {
	color: #333;
}
/* plans*/
#osm-plans-list-columns .osm-pricing-table {
	padding: 0;
	margin: 0px;
	width: auto;
}
.tab-content .osmodal {
	display: none;
}
.osm-pricing-table .osm-plan {
border-radius: 0;
text-align: center;
background-color:#eee;	
box-shadow: unset;
border:1px solid #000;
  margin-top:20px;
}
.osm-pricing-table .osm-plan:hover {
	box-shadow: unset;
}
.osm-pricing-table .osm-plan .osm-plan-header {
	padding: 10px 20px;
	color: #000 !important;
	display: block;
	background-color: #eee;
	border-radius: 0 !important;
}
.osm-pricing-table .osm-plan .osm-plan-header h2 {
    color: #000 !important;
    font-size: 15px;
}
.osm-plan-price {
	background: #eee;
	color: #000;
	padding: 5px 0 5px;
}
.osm-pricing-table .osm-plan:hover .osm-plan-price{
	background: #fff;
	color: #000;
}
.osm-pricing-table .osm-plan:hover .btn-singup{
	background: #ccc;
	color: #fff;
}
.osm-plan-price h2{
	color: #fff;
	fomt-weight: normal;
}
.osm-pricing-table .osm-plan:hover .osm-plan-price h2{
	color: #000;
}
.osm-plan-price .price {
	color: inherit;
	display: inline-block;
	margin-bottom: 0.625rem;
	position: relative;
}
.osm-plan-price .price span {
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 2px;
	line-height: normal;
    color:#000;
}
.osm-pricing-table .osm-plan .osm-plan-short-description {
    padding: 0px;
}
#osm-plans-list-columns #allenamento-lbl {
	font-size: 120%;
}
.osm-privacy-policy input[type="checkbox"] {
	float:left;
	margin-right: 5px;
  min-height:20px;
}.osm-modal {
	text-transform: none;
	font-weight: normal;
}
.osm-terms-and-conditins-container.col-md-12 {
	margin-bottom: 20px;
}
#osm-singup-page .control-label {
	float: left;
	margin-right: 20px;
	padding: 0;
	/*width: 260px;*/
}
#field_location {
	border: 1px solid ;
	padding: 10px;
	background: #fff;
	margin-bottom: 20px;
}
fieldset#location {
	margin-bottom: 0;
}
#location .clearfix {
	clear: unset !important;
	width: 45%;
	float: left;
}
#location  .radio {
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
}
/*profile page*/
#osm-profile-page {
	margin-top: 30px;
	float: left;
	width: 100%;
}
#profile_gjc_container {
	
}
#gjc_hours {
	float: left;
	width: 100%;
}
#gotobook {
	text-align: center;
	padding-bottom:30px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
#gjc_avatar {
	position: absolute;
	right: 80px;
	top: 30px;
}
.oms-avatar {
	border-radius: 50%;
}
#gjc-status {
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
}
#gjc_profile {
	margin-bottom: 0px;
	float: left;
  width:100%;
}
#gjc_profile .control-label {
	float: left;
	margin-right: 10px;
	width: 170px;
	
}
#gjc_profile .controls {
	margin-bottom:5px;
}
#osm-delete-avatar-container {
	margin-left: 180px;
}
#field_upload_profile_avatar {
	margin-left: 0px;
}
#osm-profile-page #field_username {
	clear: both;
	padding-top: 30px;
}
#osm-profileContent {
	margin-top: 30px;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
	border-width: 1px !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
/*contact*/
.contact-form.well {
	margin-top: 30px;
}
.contact-address.list-unstyled {
	margin-top: 30px;
}
/*blog*/
.blog .item-image {
	max-width: 60%;
}
.items-leading div[class^="leading"] {
	clear: both;
	/* border-bottom: 1px dashed #ccc; */
	float: left;
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid rgba(210,113,4,0.2);
	box-shadow: 0 0 5px 3px rgba(210,113,4,0.1);
	width: 100%;
}
.items-leading div[class^="leading"] .create{
	padding: 20px 0px 0;
}
.items-leading div[class^="leading"] .readmore {
	position: absolute;
	right: 20px;
	bottom: 5px;
}
.items-leading div[class^="leading"] strong {
	display: block;
	text-align: right;
}

/*sidebars*/    
.col-md-3.sidebar-a.col-md-pull-6 {
  padding-left: 0;
}
.col-md-3.sidebar-b{
  padding-right: 0;
}
aside .moduletable, .innerbottom .moduletable, .innertop .moduletable {
  margin-bottom: 0px;
}
aside .border {
  overflow-wrap: break-word;
  padding: 0;
  position: relative;
}
.logo_left_hold {
	text-align: center;
	margin-top: 10vh;
	z-index: 8;
	position: relative;
}
.logo_left_hold .logo-left{
	width:60%;
}
.moduletable.mstatus {
	background: #000;
	padding: 5px;
	margin-top: 20px;
}
/*par-bollocks*/
#gjc-par-bollocks {
	background: url(../images/back1.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
#gjc-par-bollocks {
	margin-top: -40px;
	/* z-index: -1; */
}
.row.par-bollocks > .moduletable {
	padding: 0;
}
#gjc-par-bollocks .border {
	padding: 0px 0;
	position: relative;
	word-wrap: break-word;
}
#gjc-par-bollocks .topb_mod {
	padding: 0;
	margin: 0;
}
#gjc-par-bollocks .border {
	padding:  0;
}
#gjc-par-bollocks .hold {
	position: relative;
	background: transparent;
}

#gjc-par-bollocks .img_topb {
  opacity: 0.3;
  display: block;
  width: 100%;
  height: auto;
  transition: .8s ease;
  backface-visibility: hidden;
}

#gjc-par-bollocks .middle {
  transition: .8s ease;
  opacity: 0;
  position: absolute;
  top: 5%;
  left: 0%;
  width:100%;
}

#gjc-par-bollocks.in_view .hold .img_topb {
  opacity: 1;
}
#gjc-par-bollocks .hold .middle {
	text-align: center;
	width: 80%;
	margin: 0 10%;
}
#gjc-par-bollocks.in_view .hold .middle {
	text-align: center;
	width: 80%;
	margin: 0 10%;
	  opacity: 1;
}
#gjc-par-bollocks .custom {
	color: #fff;
	text-align:center;
	font-size:32px;
}
#gjc-par-bollocks .middle h1 {
	color: #fff;
	border-bottom: 0;
	font-weight: 600;
	font-size: 60px;
	transition: .5s ease;
	line-height: 60px;
	margin: 20px 0;
	padding: 0;
}
#gjc-par-bollocks.in_view .hold .middle h1{
	text-shadow: 0 0 10px rgba(0,0,0,0.9);
}
/*top a hover show module*/
#gjc-top-a {
	margin-top:0;
	
}
#gjc-top-a .border {
	padding: 0px 0;
	position: relative;
	word-wrap: break-word;
}
#gjc-top-a .col-md-3.moduletable.top_a_mod_left {
	padding: 0;
	overflow:hidden;
	margin-bottom:0 !important;
	border:1px solid #222;
	border-left:0;
}
#gjc-top-a .col-md-3.moduletable.top_a_mod_left::last-child {
	border-right:0;
}
#gjc-top-a .custom.top_a_mod_left {
	color: #fff;
	font-size:15px;
}
#gjc-top-a .hold {
	position: relative;
	background: #333;
}

#gjc-top-a .img_topa {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

#gjc-top-a .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width:100%;
  height:0;
}

#gjc-top-a .hold:hover .img_topa {
  opacity: 0.1;
}

#gjc-top-a .hold:hover .middle {
  opacity: 1;
  height:100%;
}
#gjc-top-a .text_topb {
	margin: 10% 30px 0;
	text-align:center;
}
#gjc-top-a .text_topb .tile_text{
	text-align: left;
}
#gjc-top-a .custom a {
	color: #fff;
	text-align:center;
	font-size:14px;
}
#gjc-top-a .middle h3 {
	color: #fff;
	border-bottom: 0;
	font-weight: 300;
	font-size: 20px;
	transition: .5s ease;
}
#gjc-top-a .hold .middle h3{
	
}
/*bottom-a*/
#gjc-bottom-a {
	position: fixed;
	bottom: 0;
	margin-bottom: 10px;
	left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
text-align: center;
width:220px;
}
#gjc-bottom-a .border {
	padding: 0;
}
#gjc-contact-hold-right {
	
}
/*bottom-b*/
#gjc-bottom-b {
	position: fixed;
	bottom: 0;
	margin-bottom: 30px;
	width: 300px;
}
#gjc-bottom-b .border {
	padding: 0;
}
.row.bottom-b {
	width: 300px;
}
#gjc-bottom-b > .container {
	width: 300px;
}
/*bottom-c*/
#gjc-bottom-c {
	background: transparent;
	color: #fff;
	font-size: 12px;
	position: fixed;
	bottom: 0;
	z-index: 9;
	width: 25%;
	right: 0;
}
#gjc-bottom-c .container-fluid, #gjc-bottom-c .border{
	padding:0;
}
#gjc-bottom-c a, #gjc-bottom-c h3{
	color:#fff;
	}
#gjc-bottom-c .gjc_map {
	color: #000;
	float: right;
}
.gjc_map {
	width: 400px;
	text-align: center;
	margin-bottom: 0;
}
.i_121 #map-mod {
	display: block !important;
	/* overflow: visible !important; */
	height: 400px !important;
}
.i_121 #map-mod-button {
	display: none;
}
#map-mod {
	height:0px;
	width: 400px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease 0s;
}
#map-mod.collapse.in {
	height:400px;
}
.gjc-icon {
	height: 50px;
	width: 50px;
	display: block;
	margin: 0 auto;
	background-size: cover !important;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}
.gjc-icon.gjc_float {
	margin: 0 5px;
	float: left;
}
.show-map-icon {
	background: url(https://www.personaltrainer-milano.it/images/map50.png) no-repeat;
}
.facebook-icon {
    background: url(https://www.personaltrainer-milano.it/images/facebook50.png) no-repeat;
}
.instagram-icon {
	background: url(https://www.personaltrainer-milano.it/images/instagram50.png) no-repeat;
}
.mail-icon {
	background: url(https://www.personaltrainer-milano.it/images/email50.png) no-repeat;
}
.phone-icon {
	background: url(https://www.personaltrainer-milano.it/images/telefono50.png) no-repeat;
}
.weights-icon {
	background: url('https://www.personaltrainer-milano.it/images/icon_weights.svg') no-repeat;
}
.login-icon .fas, .reg-icon .fas, .logout-icon .fas {
	color: #fff;
	font-size: 40px;
}
.fa-sign-in-alt:before {
    content: url('https://www.personaltrainer-milano.it/images/icon_login.svg');
}
.fa-user-plus:before {
    content: url('https://www.personaltrainer-milano.it/images/icon_user.svg');
}
.glyphicon-menu-hamburger:before {
    content: url('https://www.personaltrainer-milano.it/images/menu50.png');
}
.acquista-icon {
	background: url('https://www.personaltrainer-milano.it/images/icon_euro.svg') no-repeat;
}

#map-mod-button, #gjc-contact-hold {
	width: 100%;
	font-size: 22px;
	padding: 30px;
	display: block;
}
#map-mod-button {
	float: right;
}
#gjc-contact-hold {
	width: 300px;
	text-align: center;
	padding: 0 0 0 30px;
}
#map-mod-button:hover, #gjc-contact-hold:hover {
	color: #ccc !important;
}
#gjc-contact-text {
	clear: both;
	padding: 33px 0 0;
}
/*footer*/
footer {
	/* background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%); */
	color: #eee;
	border: 0 none !important;
	margin: 0;
	font-size: 14px;
	background: #333;
}
footer a, footer h3{
	color:#eee;
	margin-right:10px;
	padding-right:10px;
	border-right:1px solid #eee;
	}
footer a:hover{
	color:#fff;
	
	}
footer a::last-child {
	border-right:0px solid #fff;
}
#totop-scroller {
	background: transparent;
}
.show-phone {
	display: none;
}
@media (max-width: 1400px){
	.row.bottom-b {
	width: 65%;
}
	.logo_left_hold .logo-left {
	width: 70%;
}
#calendardetails #gjc_calendar .btn {
	width: calc(100% - 4px);
	margin: 0 0px;
}
.header_calendar {
	padding: 8px 2px !important;
	font-size: 12px;
}
}
@media (max-width: 1200px){
 
	.navbar #gjc-navbar .nav > li > a, .navbar #gjc-navbar .nav > li > span {
	padding: 0 20px 0 10px;
}
.v_login .login, .v_login .login2 {
	width: 50vw;
}
}
@media (max-width: 1024px){
.logo_left_hold .logo-left {
	/*width: 100%;*/
}
}

@media (max-width: 992px){
#gjc-main > .container-fluid {
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
}
#gjc-main > .container-fluid >.row{
	margin:0;
}
    .col-md-3.sidebar-a.col-md-pull-6 {
	  padding-left: 15px;
	}
.logo_left_hold .logo-left {
	width: 25%;
}
#gjc-bottom-b {
	width: 300px;
}
.row.bottom-b {
	width: 100%;
}

#gjc_login_hold {
	margin-left: 0;
}
.v_login .login, .v_login .login2 {
	width: 50vw;
}

.logo_left_hold {
	margin-top: 0;
}
.v_login .login {
	margin-top: 20px;
}
.header_calendar {
	padding: 8px 2px !important;
	font-size: 100%;
}
#calendardetails #gjc_calendar .btn {
	width: calc(100% - 4px);
	margin: 0 4px;
}
#gjc_avatar {
	position: absolute;
	right: 50px;
	top: 0;
}
}

@media (max-width: 834px){
.v_login .main-wrapper {
	padding-bottom: 30px;
	background: transparent;
	height: auto;
}
.logo_left_hold {
	margin-top: 0;
}
.logo_left_hold .logo-left {
	/*width: 40%*/
  display:none !important;
}
.v_login .login, .v_login .login2 {
	width: 70vw;
}
.v_login .login {
	margin-top: 20px;
}
#gjc-contact-hold {
	width: 300px;
	/* text-align: left; */
	padding: 0 0 0 0px;
}
.show-map-icon {
	margin-right: 0;
}
.gjc_map {
	width: auto;
}

}

@media (max-width: 768px){
  body {
	background: url(../images/mobile.jpg) no-repeat fixed center center !important;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

}

@media (max-width: 640px){
.row {
	margin-right: -7px;
	margin-left: -7px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 7px;
}
.main-wrapper.col-md-9.col-md-pullx-3 {
	
}.main-wrapper.col-md-9.col-md-pullx-3 .header-hold {
	padding-left: 5px;
    padding-top:50px;
}
	#logo_center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 50vw;
	height: 50vh;
	text-align: center;
}
#logo_center img {
	width: 200px;
}
.v_login .main-wrapper {
	height: auto;
}
.v_login .login, .v_login .login2 {
	width: 70vw;
}
.v_login .login {
	margin-top: 30px;
}
#gjc-contact-hold {
	padding-left: 0;
}
	#gjc-bottom-c {
	width: 30%;
	right: 0;
}
#gjc-bottom-a {
	bottom: 70px;
}
#gjc-bottom-b {
	position: fixed;
	bottom: 0;
	margin-bottom: 0px;
	width: 300px;
	left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
text-align: center;
}
.show-map-icon {
	margin-right: 20px;
}
.gjc_map {
	width: 200px;
	text-align: center;
	margin: 0;
}
  .gjc_map #map-mod{
	left:-20px;
	}
#map-mod-button {
	padding: 30px 0 20px;
}
.sidebar-a, .sidebar-b {
	margin-top: 30px;
}
.moduletable.logo_left_hold {
	margin-top: 0;
}
.logo_left_hold {
	margin-top: 0;
}
.usercalhelper td {
	padding: 4px !important;
}
#usercal .div-rounded {
	padding: 3px;
	padding-bottom: 4px;
	min-height: 60px;
}
/*
#gjc-mobile-home {
	position: fixed;
	bottom: 0;
	margin-bottom: 0px;
	width: 100%;
	left: 50%;
margin-right: -50%;
transform: translate(-50%, -50%);
text-align: center;
}
#gjc-mobile-home .gjc20 {
	width:20%;
	float:left;
	text-align:center;
}
#gjc-mobile-home .gjc-icon.gjc_float {
    margin: 0 5px;
    float: none;
}
#gjc-mobile-home .navbar-toggle .glyphicon {
    left: 0;
}*/
.row.mobile-home {
	width: 70px;
	position: absolute;
	top: 0;
	right: 0;
}
.row.mobile-home .col-sm-12.moduletable {
	padding: 0;
}
#gjc-mobile-home {
	/* position: fixed; */
	/* bottom: 0; */
	margin-bottom: 0px;
	width: 100%;
	/* left: 50%; */
	/* margin-right: -50%; */
	/* transform: translate(-50%, -50%); */
	/* text-align: center; */
}
#bottom-mobile {
	z-index: 999;
	position: absolute;
}
#gjc-mobile-home .gjc20 {
	/* width: 20%; */
	/* float: left; */
	text-align: center;
}
#gjc-mobile-home .gjc-icon.gjc_float {
	margin: 0 5px 10px;
	float: none;
	padding: 0;
}
.gjc20 .navbar-toggle .glyphicon {
	font-size: 150%;
	vertical-align: middle;
	top: 0;
	left: 0;
}
.navbar-toggle {
    margin-right: 0;
}
  #payment_method_container {
margin-top: 20px !important;
padding-left: 7px !important;
float: none !important;
}
.show-phone {
	display: block;
}
.v_login .login {
	padding: 20px 10px 2px;
	background: #f2f3f4;
	text-align: center;
	margin: 20vh 10vw 0 0;
	width: 80vw;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
}
.v_login .login2 {
	padding: 0 20px 20px;
	background: #f2f3f4;
	text-align: center;
	margin: 0 10vw 0 0;
	width: 80vw;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
}

@media (max-width: 480px){
	body {
		background: url(https://personaltrainer-milano.it/images/bg_mobile_black.png) repeat-x fixed center center !important;
		background-size: cover !important;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
	}
	.nomob {
		display:none;
	}
	.dateremove {
		position: absolute;
		right: 10px;
		padding: 15px !important;
	}
.btn.btn-info.mobsmall {
	width: 80px;
	white-space: normal;
	text-transform: unset;
}
#logo_center {
	width: 100%;
}
.gjc-icon {
	height: 50px;
	width: 50px;
	background-size: cover !important;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
}
#gjc-contact-hold {
	width: auto;
	padding-right: 0;
}
.logo_left_hold .logo-left {
	width: 30%
}
#gjc_avatar {
	position: absolute;
	right: 50px;
	top: 120px;
}
  #gjc_plans_desc {
   padding-left: 7px; 
  }
#gjc-status {
	margin-top: 130px;
}
#usercal .div-schedule {
	display: block;
	border-radius: 3px;
	margin-top: 10px;
	font-size: 10px;
	border: 0 !important;
}
#usercal .label {
	font-size:10px;
}
.col-dx-mob-foto {
    margin-top:-50px !important;
  }  
    .nav-tabs > li > a {
	padding:10px;
}
.nav-tabs > li:last-child > a, .nav-tabs > .active:last-child > a {
	border-bottom: 0px solid #333;
}
#payment_method_container {
margin-top: 20px !important;
padding-left: 7px !important;
float: none !important;
 }
}

@media (max-width: 400px) {
.osbtdheader {
	padding: 2px !important;
}
 #calstatusheader {
	width: 0 !important;
	font-size: 0px;
	padding: 0;

}

}
@media (max-width: 375px) {
	#offcanvas .far.fa-times-circle {
	right: 0px;
}
.sidebar-a, .sidebar-b {
	margin-top: 20px;
}
.v_login .login, .v_login .login2 {
	width: 80vw;
}
.v_login .login {
	margin-top: 0px;
}
	.gjc_map {
	width: 160px;
	text-align: center;
	margin: 0;
}
.gjc-icon.gjc_float {
	margin:0 10px;
}
 .instagram-icon.gjc-icon.gjc_float {
	margin-left: 0;
}
}

@media (max-width: 1250px){

}

@media (max-width: 992px){

}

@media (max-width: 800px){

}

@media (max-width: 767px){

}

@media (max-width: 640px){

}
@media (max-width: 600px){

}
@media (max-width: 550px){

}
@media (max-width: 500px){

}
@media (max-width: 480px){

}
@media (max-width: 430px){

}
@media (max-width: 390px){
  
  #gjc-bottom-a {
    bottom: 0px;
    position: fixed;
    margin-bottom: -4px;
    left: 40%;
    margin-right: -40%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 300px; 
  }
  #gjc-bottom-b {
    display: none;
  }

}
@media (max-width: 352px){

}

@media print{
  
}