@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. input focus css---*/
/*---9. placeholder text color---*/




/*---1. default anchor color---*/
a {
	color:#5589c3;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#6cd362;
}

/*---2. For Text Link ---*/

.TextLink1 {
	 color:#42a4bc;
}
.TextLink1 a {
	text-decoration:none;
	color:#42a4bc;
}
.TextLink1 a:hover {
	text-decoration:none;
	color:#000;
}


/*-----3. site selection color----*/
::selection {
	color:#fff;
	background-color:#6cd362;
}
::-moz-selection {
	color:#fff;
	background-color:#6cd362;
}
::-webkit-selection {
	color:#fff;
	background-color:#6cd362;
}

/*---4 .EditorText default UL-OL css---*/
.EditorText ul li	{
	background-image: url(../images/icons/list-bullet.png);
	background-position: 5px 14px;/*R T*/
	background-repeat: no-repeat;
	margin:0px ;
	padding:1px 0px 1px 20px;/*T R B L*/
	border:0px solid;
	display:block;
}
.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;		
}

/*---5. TopArrow--*/
.TopArrow {
	text-align:center;
	display:none;
	width:100%;
	padding:20px 0px;
}
.TopArrow a {
	color: #6cd362 !important;
	font-size: 22px;
	line-height: 32px;
}
.TopArrow a:hover {
	color:#000 !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:#;
}
.TextColor6 {
	color:#;
}
.TextColor7 {
	color:#;
}
.TextColor8 {
	color:#;
}


/*---7. BgColor---*/

.BgColor1 {
	background-color:#FFFFFF;
}
.BgColor2 {
	background-color:#000;
}
.BgColor3 {
	background-color:#6cd362;
}
.BgColor4 {
	background-color:#;
}
.BgColor5 {
	background-color:#;
}


/*----8. input focus css-----*/ 
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=phone]:focus,
select:focus ,
textarea:focus {
   box-shadow: 0 0 8px #6cd362;
  border: 1px solid #6cd362;
  -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;
}
/*------9. placeholder text color-----*/
::-webkit-input-placeholder {
   color: #fff;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:14px;
   line-height:24px;
   text-transform: capitalize;
}

:-moz-placeholder { /* Firefox 18- */
   color: #fff;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:14px;
   line-height:24px;
   text-transform: capitalize;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #fff;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:14px;
   line-height:24px;
   text-transform: capitalize;
}

:-ms-input-placeholder {  
   color: #fff;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:14px;
   line-height:24px;
   text-transform: capitalize;
}

.FooterWrap .EmailWrap .Email input::-webkit-input-placeholder {
   color: #666;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

.FooterWrap .EmailWrap .Email input:-moz-placeholder { /* Firefox 18- */
   color: #666;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

.FooterWrap .EmailWrap .Email input::-moz-placeholder {  /* Firefox 19+ */
   color: #666;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

.FooterWrap .EmailWrap .Email input:-ms-input-placeholder {  
   color: #666;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

.SupportFormWrapper .SupportForm input::-webkit-input-placeholder,
.SupportFormWrapper .SupportForm textarea::-webkit-input-placeholder {
   color: #888888;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

.SupportFormWrapper .SupportForm input:-moz-placeholder,
.SupportFormWrapper .SupportForm textarea:-moz-placeholder { /* Firefox 18- */
   color: #888888;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

.SupportFormWrapper .SupportForm input::-moz-placeholder,
.SupportFormWrapper .SupportForm textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

.SupportFormWrapper .SupportForm input:-ms-input-placeholder,
.SupportFormWrapper .SupportForm textarea:-ms-input-placeholder  {  
   color: #888888;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

#ReqAFreeConsultation  input::-webkit-input-placeholder,
#ReqAFreeConsultation  textarea::-webkit-input-placeholder {
   color: #888888;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

#ReqAFreeConsultation  input:-moz-placeholder,
#ReqAFreeConsultation  textarea:-moz-placeholder { /* Firefox 18- */
   color: #888888;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

#ReqAFreeConsultation  input::-moz-placeholder,
#ReqAFreeConsultation  textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #888888;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

#ReqAFreeConsultation  input:-ms-input-placeholder,
#ReqAFreeConsultation  textarea:-ms-input-placeholder  {  
   color: #888888;
   font-family: 'Conv_ufonts.com_gotham_book';
   font-size:13px;
   line-height:24px;
   text-transform: uppercase;
}

/***/