@charset "utf-8";
/* CSS Document */
/*---1. default anchor color---*/
/*---2. For Text Link ---*/
/*---3. site selection color---*/
/*---4 .EditorText default UL-OL css---*/
/*---5. TopArrow---*/
/*---6. TextColor---*/ 
/*---7. BgColor---*/
/*---8. loader---*/
/*---9. input focus css---*/
/*---10. placeholder text color---*/


/*---1. default anchor color---*/
a {
	color: #444;
	text-decoration: none;
	transition:all ease-in 0.2s;
}
a:hover {
	text-decoration: none;
	color: #ec1d25;
}
/*---2. For Text Link ---*/

a.Textcolor1:hover ,.FooterContactInfo .col1 .Email a:hover {
	color: #ec1d25;
}
.ShuttleServicesWrap li a:hover .TextColor6 ,
a.Textcolor6:hover {
	color: #0072bc;
}
/*-----3. site selection color----*/
::selection {
	color: #fff;
	background-color: #0072bc;
}
::-moz-selection {
 color:#fff;
 background-color:#0072bc;
}
::-webkit-selection {
 color:#fff;
 background-color:#0072bc;
}
/*---4 .EditorText default UL-OL css---*/
.EditorText ul li {
	background-image: url(../images/bullet-1.png);
	background-position: 5px 11px;/*R T*/
	background-repeat: no-repeat;
	margin: 0px;
	padding: 1px 0px 1px 20px;/*T R B L*/
	border: 0px solid;
	display: block;
	text-align: left !important;
}
.EditorText ol li {
	border-bottom: 0px solid #d5d5d5;
	list-style: decimal;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 1px 0px 1px 0px;
	border: 0px solid;
	display: list-item;
	text-align: left !important;
}
/*---5. TopArrow--*/
.TopArrow {
	text-align: center;
	display: none;
	width: 100%;
	padding: 20px 0 50px;
}
.TopArrow a {
	color: #ec1d25 !important;
	font-size: 22px;
	line-height: 32px;
}
.TopArrow a:hover {
	color: #0072bc !important;
}
.TopArrow .fa-stack-2x {
	font-size: 34px;
}
.TopArrow .fa-inverse {
	color: #ffffff;
}
.TopArrow .fa-inverse:hover {
	color: #fff;
}
/*------6. TextColor--------*/ 

.TextColor1 {
	color: #FFFFFF;
}
.TextColor2 {
	color: #666666;
}
.TextColor3 {
	color: #000000;
}
.TextColor4 {
	color: #333333;
}
.TextColor5 {
 color:#0072bc;
}
.TextColor6 {
 color:#ec1d25;
}
.TextColor7 {
 color:#;
}
.TextColor8 {
 color:#;
}
/*---7. BgColor---*/

.BgColor1 {
	background-color: #FFFFFF;
}
.BgColor2 {
	background-color: #232323;
}
.BgColor3 {
	background-color:#0072bc;
}
.BgColor4 {
	background-color:#ec1d24;
}
.BgColor5 {
	background-color:#f6f6f6;
}
/** 8. loader **/
.loader {
	left: 50%;
	top: 50%;
	position: fixed;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.loader #spinner {
	box-sizing: border-box;
	stroke: #ff0000; /* Change color */
	stroke-width: 3px;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
	animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite, rotate 1.6s linear infinite;
}
@-webkit-keyframes rotate {
from {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
to {
	-webkit-transform: rotate(450deg);
	transform: rotate(450deg);
}
}
@keyframes rotate {
from {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
to {
	-webkit-transform: rotate(450deg);
	transform: rotate(450deg);
}
}
@-webkit-keyframes line {
0% {
	stroke-dasharray: 2, 85.964;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
50% {
	stroke-dasharray: 65.973, 21.9911;
	stroke-dashoffset: 0;
}
100% {
	stroke-dasharray: 2, 85.964;
	stroke-dashoffset: -65.973;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
}
@keyframes line {
0% {
	stroke-dasharray: 2, 85.964;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
50% {
	stroke-dasharray: 65.973, 21.9911;
	stroke-dashoffset: 0;
}
100% {
	stroke-dasharray: 2, 85.964;
	stroke-dashoffset: -65.973;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
}
/*----9. input focus css-----*/ 
input[type=text]:focus, input[type=email]:focus,
input[type=tel]:focus, input[type=phone]:focus, input:focus,
select:focus, 
textarea:focus {
	box-shadow: 0 0 8px #0072bc;
	border: 1px solid #0072bc;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
input[type="radio"]:focus ,input[type="checkbox"]:focus {
	box-shadow: none;
	border: 0;
}
/*------10. placeholder text color-----*/
::-webkit-input-placeholder {
	font-family:'ralewayregular';
	font-size:15px;
	line-height:26px;
	color:#444;
}
:-moz-placeholder { /* Firefox 18- */
	font-family:'ralewayregular';
	font-size:15px;
	line-height:26px;
	color:#444;
}
::-moz-placeholder {  /* Firefox 19+ */
	font-family:'ralewayregular';
	font-size:15px;
	line-height:26px;
	color:#444;
}
:-ms-input-placeholder {
	font-family:'ralewayregular';
	font-size:15px;
	line-height:26px;
	color:#444;
}
/***/
.LoginWrapper ::-webkit-input-placeholder {
	color:#666;
}
.LoginWrapper :-moz-placeholder { /* Firefox 18- */
	color:#666;
}
.LoginWrapper ::-moz-placeholder {  /* Firefox 19+ */
	color:#666;
}
.LoginWrapper :-ms-input-placeholder {
	color:#666;
}