@font-face {
  font-family: Gotham;
  src: url(../fonts/GothamMedium.ttf);
  font-style: normal;
  font-weight: 100;
  color: blue;
}
@font-face {
  font-family: Bold;
  src: url(../fonts/GothamBold.ttf);
  font-style: normal;
  font-weight: 900;
}
body{
    overflow-x:hidden;
	font-family: Gotham;

	background-color: #f4f4f4;
}
h1, h2, h3, h4, h5, h6,p{
    color: black!important;
    }
.container{
	margin-top:70px!important;
	max-width: 1262px;
}

fieldset.scheduler-border {
    border: 2px groove black !important;
    padding: 0 1.4em .4em 1.4em !important;
    margin: 0 5px 0.5em 2px !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
            box-shadow:  0px 0px 0px 0px #000;
}

legend.scheduler-border {
  color: black;
    font-size: 13px !important;
    font-weight: normal !important;
    text-align: left !important;
    width: inherit;
    padding: 0 14px 0 4px;
    border-bottom: none;
}
input, textarea {
    border: none;
    background: transparent;
    resize: none;
}
.form-control{
	border: none;
    background: transparent;
}
.form-control:focus{
	
   outline:0px !important;
    -webkit-appearance:none;
     background: transparent;
    box-shadow: none !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.title{
  margin-top: 60px;
	font-family: Bold;
	font-weight: 900;
	font-size: 3.5em!important;
}
.welcome{
	font-size: 14px;
    font-weight: 600!important;
    margin-bottom: 30px;
}
.btn-black{
	color: white;
	background-color: black;
	border-radius: 0!important;
	font-size: 13px;
    padding: 5px 22px;

}
.btn-black:hover{
  background: transparent !important;
  border-color: #2b2b2b;
  color: #2b2b2b !important;

}
.sorry{
    position: relative;
    z-index: 1;
    margin: 288px 0px 0px 50px;
    height: 284px;
	/*margin-top: 100px;
  position: relative; 
    /* left: 40%; 
    height: 400px;
    /* top: 46%; 
    background-image: url(../logos/fb.png);
    opacity: 0.2;
    /* transform: translate(-50%, -50%);*/
  
}
.sorry #wrap{
   position: absolute;
    z-index: -1;
    top: -57%;
    left: -18%;
    background: url(../logos/t.png) center center;
    opacity: 0.1;
    width: 60%;
    height: 100%;
}
footer{
	margin-right: 20px;
	margin-bottom: 50px;
}
hr{
	 border-top: 2px solid black;
}
.socia{

	margin: 0 5px;
}
.social {
    
	margin: 0 5px;
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social:hover {
  opacity: 0.4;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.mobile-view{
		display: none;
	}
@media only screen and (max-width: 992px) {
	#web-view{
		display: none;

	}
	.mobile-view{
		display: block;
	}
	.mobile-sorry{
	position: absolute;
     text-align:center;
     margin: 100px 20px 20px 20px;
     font-size: 1.2rem!important;
 }
 .fa{
 	font-size: 60px!important;
 }
 .title{
  
 	text-align: center;
 font-size: 2.0em!important;
 }
}
@media only screen and (max-width: 390px) {
	.fa{
 	font-size: 30px!important;
 }

}

