@font-face
{
	font-family: 'IconFont';
	src: url('fonts/fontello.ttf');
	line-height: 100%;
}

@font-face {
  font-family: 'Futura';
  font-style: normal;
  margin-bottom: 0px;
  src: url('fonts/Futura.ttf');
}

@font-face {
  font-family: 'FuturaBold';
  font-style: normal;
  margin-bottom: 0px;
  src: url('fonts/FuturaBold.ttf');
}

@font-face {
  font-family: 'Droid';
  font-style: normal;
  src: url('fonts/DroidKufi-Regular.ttf');
}

html,body {
    height:100%;
	width: 100%;
    padding:0;
    margin:0;
	direction:ltr;
}
html { background-color: #ececec; }


* {
	font-family: 'Futura', 'Droid', tahoma, 'IconFont';
	font-size: 18px;
	line-height: 150%;
	color: #676767;
}

input[type='button'] ,input[type='reset'], input[type='submit'], input[type='text'], input[type='email'],  input[type='tel'], input[type='url'], input[type='number'], input[type='search'], input[type='date'], input[type='file'], input[type='password'], textarea, select {
	outline:none;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance: none;
	border: 0px;
}

input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='number'], input[type='search'], input[type='date'], input[type='file'], input[type='password'], textarea, select {
	border: #AAAAAA solid 1px;
	padding: 5px;
	border-radius: 5px;
	background-color: #ffffff;
}

h1 {
	font-size: 22px;
	color: #000;
	font-weight: 500;
	text-align: center;
	margin-bottom: 30px;
}
h2 {
	font-size: 19px;
	font-weight: normal;
	color:#676767;
	margin-top: 30px;
	margin-bottom: 20px;
}
ul { list-style-image: url('../images/li.png'); }
.Pins ul { list-style-image: url('../images/ul.png'); }
li { margin-bottom: 10px; }
a, a:visited, a b {
	color:#000000;
	text-decoration:none;
	cursor: pointer;
	
 -o-transition:.5s;
 -ms-transition:.5s;
 -moz-transition:.5s;
 -webkit-transition:.5s;
}
#a {
	padding: 5px 15px 5px 15px;
	border-radius: 30px;
}
#a:hover {
	background-color: #ccc;
	color: #fff;
}
a img { border: none; }

a input[type='button'] { color: #fff; }

.CloseBox {
	cursor:pointer;
	 -o-transition:.5s;
	 -ms-transition:.5s;
	 -moz-transition:.5s;
	 -webkit-transition:.5s;
}
.CloseBox:hover {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
}

select{
	border-radius: 5px;
	cursor:pointer;
	padding-right: 30px;
	background: url(../images/arrow.png) no-repeat right #ffffff;
	background-size: 25px;
}
select::-ms-expand {
    display: none;
}

select.icon-menu option {
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-right:30px;
}

.BTM1 {
	padding:10px 20px 10px 20px;
	background-color:#676767;
	color: #fff;
	cursor:pointer;
	border-radius: 3px;
	margin: 5px;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.BTM1:hover {
	background-color:#000;
}

.BTM2 {
	padding:10px 20px 10px 20px;
	background-color:#676767;
	color: #fff;
	cursor:pointer;
	border-radius: 3px;
	margin: 5px;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.BTM2:hover {
	background-color:#2D2D2D;
}

.BTMImg {
	padding:10px 20px 10px 20px;
	background-color:#676767;
	color: white;
	cursor:pointer;
	margin: 0px;
	
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
}
.BTMImg:hover {
	background-color:#000;
}

.Paper {
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 100px;
	position: relative;
	line-height: 35px;
	
	background-color: #fff;
	1background: -webkit-linear-gradient(#ccc, #fff);
	1background:    -moz-linear-gradient(#ccc, #fff);
	1background:     -ms-linear-gradient(#ccc, #fff);
	1background:      -o-linear-gradient(#ccc, #fff);
	1background:         linear-gradient(#ccc, #fff);
}
.Shadow {
	width: calc(100% - 40px);
	height: 80px;
	position: absolute;
	right: 20px;
	bottom: -80px;
	background: url(../images/shadow.png) no-repeat center top;
	background-size: 100% auto;
	opacity: 0.7;
	filter: alpha(opacity=70); /* IE8 and lower */
}



.scrole::-webkit-scrollbar {
    width: 10px;
	height: 10px;
}
.scrole::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1); 
	
    border-radius: 0px;
}
.scrole::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	background-color:#676767;
}
.scrole::-webkit-scrollbar-button       { /* 2 */ }
.scrole::-webkit-scrollbar-track-piece  { /* 4 */ }
.scrole::-webkit-scrollbar-corner       { /* 6 */ }
.scrole::-webkit-resizer                { /* 7 */ }








.arriveDate, .arriveTime  {
  -webkit-appearance: none;
  -moz-appearance: none;
}







.TitleIt
{
	color:#ffffff;
	top: -35px;
	height: 25px;
	right: 10px;
	position:absolute;
	background-color:#ACACAC;
	padding: 5px 20px 5px 20px;
	font-size: 20px;
}

.TheTitle
{
	font-size: 24px;
	margin-bottom: 30px;
	margin-top: 20px;
	color:orange;
}

.ForInfo
{
	padding: 5px 10px 5px 10px;
	background-color:#54c0d4;
	margin: 5px;
	float:left;
	border-radius: 5px;
	color:white;
}



.Default input[type='text'], .Default input[type='email'], .Default input[type='url'], .Default input[type='number'], .Default input[type='search'], .Default input[type='date'], .Default input[type='file'], .Default input[type='password'], .Default textarea, .Default select {
	outline:none;
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance: none;
	
	padding:2px 5px 3px 5px;
	background-color:#fff;
	border: #cccccc solid 1px;
	float:left;
	height: 40px;
	background-color: #F5F5F5;
}
.Default textarea {
	 height: 200px;
}

@media (min-width: 800px) {
.Default input[type='text'], .Default input[type='email'], .Default input[type='url'], .Default input[type='number'], .Default input[type='search'], .Default input[type='date'], .Default input[type='file'], .Default input[type='password'], .Default select {
	margin-bottom: 20px;
	width: calc(100% - 140px);
	min-width: calc(50% - 160px);
	margin-right: 0px;
}
.Default textarea {
	margin-bottom: 20px;
	width: calc(100% - 140px);
	min-width: calc(100% - 160px);
	margin-right: 0px;
}
.Default label {
	margin-top: 5px;
	margin-bottom: 10px;
	width: 130px;
	float:left;
	text-align:left;
	padding-right: 10px;
}
.Default input[type='checkbox'] {
	margin-top: 10px;
	margin-right: 10px;
	width: 22px;
	height: 22px;
}
.Default #LineForm { margin-bottom: 20px; }

.Default .divided
{
	float:left;
	width:calc(50% - 180px);
	margin-right: 20px;
}

.GroupIt
{
	background:#f4f4f2;
	border:#ACACAC solid 1px;
	padding: 10px;
	padding-top: 30px;
	margin-bottom: 20px;
	margin-top: 50px;
	float:left;
	width: calc(100% - 20px);
	position:relative;
	border-radius: 10px 0px 10px 0px;
}
}


@media (max-width: 800px) {
.Default input[type='text'], .Default input[type='email'], .Default input[type='url'], .Default input[type='number'], .Default input[type='search'], .Default input[type='date'], .Default input[type='file'], .Default input[type='password'], .Default textarea, .Default select {
	width:100%;
	margin-top: 10px;
}
.Default label {
	margin-top: 10px;
	width:100%;
	float:left;
	text-align: right;
}
.Default input[type='checkbox'] {
	width: 20px;
	height: 20px;
}
.Default input[type='radio'] {
	width: 20px;
	height: 20px;
}
.Default #LineForm { margin-top: 20px; margin-bottom: 20px; }
.Default .divided
{
	float:left;
	width:calc(100%);
}

.GroupIt
{
	background:#f4f4f2;
	border:#ACACAC solid 1px;
	padding: 10px;
	margin-bottom: 20px;
	margin-top: 50px;
	float:left;
	width: calc(100% - 20px);
	position:relative;
	border-radius: 10px 0px 10px 0px;
}
}

