/**************************************************************************
					Fast quote Page Styles
**************************************************************************/
.fastquote .col-6-12 #yourBtn, .fastquote .col-6-12 #yourBtn-template {
   margin-top: 40px;
   
}

.fastquote .form-group-novalid input {
    border: 2px solid #da3b44;
}
.fastquote .contact-form-box .col-6-12 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.fastquote .contact-form-box .col-6-12 a:hover {
    color: #565b64;
}
.fastquote .order-opc-section-title > .title {
    color: #666;
    display: block;
    font-family: georgia;
    font-size: 18px;
    font-style: italic;
    margin-left: 20px;
    padding-left: 40px;
    padding-top: 10px;
    text-align: left;
}
.fastquote .order-opc-section-title > .number {
    background: none repeat scroll 0 0 #da3b44;
    border-radius: 30px;
    color: #ffffff;
    display: block;
    float: left;
    height: 42px;
    line-height: 42px;
    padding: 0 16px;
    width: 42px;
}
.fastquote .contact-form-box {
    border-top: 1px solid #d7dce2;
    box-shadow: none;
    margin-bottom: 80px;
    margin-top: 20px;
}
.fastquote h2 {
    text-align: center;
    color: #666666;
    font-weight: bold;
    font-family: open sans;
    font-size: 20px;
    padding-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.fastquote p.section-header {
    border-bottom: 1px solid #d7dce2;
  
    font-size: 14px;
    margin-bottom: 20px;
    padding: 30px 0;
    text-align: center;
	font-family:georgia;
	font-style:italic;
	color:#808080
}

.fastquote .form-group .button {
    box-shadow: none;
    padding: 10px 50px ;
    border: 2px solid #da3b44;
    background: #ffffff;
    color: #da3b44!important;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
-ms-transition: all .2s ease-in-out;
-o-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}

.fastquote .form-group .button-1 .fa-paper-plane {
    position: relative;
    right: 8px;
}
.fastquote .contact-form-box #dateline {
    max-width: 55%;
    float: left;
    margin-bottom: 30px;
}

#fastquote #ui-datepicker-div {
   box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.094), 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: none!important;
   }
#fastquote .ui-datepicker th {
    border: 0 none;
    font-family: open sans;
    font-weight: bold;
    padding: 0.7em 0.3em;
    text-align: center;
    background: none;
}
#fastquote .ui-datepicker-calendar td {
   
    font-family: open sans;
    font-weight: bold;
 
    background: none;
}
#fastquote .ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center;
    color: #565b64;
}
#fastquote .ui-widget-content {
    background: white;
    color: #565b64;
}
#fastquote .ui-widget-content a {
    color: ##565b64;
}
#fastquote .ui-widget-header {
    background: none;
    color: ##565b64;
    font-weight: bold;
    font-family: open sans;
	border: none;
}

#fastquote .ui-state-default, #fastquote .ui-widget-content #fastquote .ui-state-default, #fastquote .ui-widget-header .ui-state-default {
    background: white;
    border: 1px solid #d3d3d3;
    color: #565b64;
    font-weight: bold;
    font-family: open sans;
	text-align: center;
}
#fastquote .ui-state-active {
    border: 1px solid #da3b44;
    background: #da3b44 !important;
    color: #ffffff!important;
}
#fastquote .ui-state-highlight {
    color: #da3b44!important;
}
#fastquote .ui-priority-secondary {
    opacity: 0.3;
}

#fastquote .form-group .ui-datepicker-trigger {
    height: 25px;
    position: relative;
    right: 18%;
    top: 3px;
	font-size: 16px;
    width: 25px;
    opacity: 0.75;
	border:none;
    background:none;
}
#fastquote .form-group .ui-datepicker-trigger:hover {
    opacity: 0.9;
}
.fastquote .form-group input {
    font-family: open sans;
}
#fastquote .ui-state-hover,
#fastquote .ui-widget-content .ui-state-hover,
#fastquote .ui-widget-header .ui-state-hover,
#fastquote .ui-state-focus,
#fastquote .ui-widget-content .ui-state-focus,
#fastquote .ui-widget-header .ui-state-focus {
	background: none;
	border: 0px none;
	background-position: 0px 0px !important;
	background-size: 100%;
}
#fastquote .ui-datepicker-prev span {
    background-image: url("../img/icon_arrow_left_black.png") !important;
	background-position: 0px 0px !important;
	background-size: 100%;
}
#fastquote .ui-datepicker-next span {
    background-image: url("../img/icon_arrow_right_black.png") !important;
    background-position: 0px 0px !important;
	background-size: 100%;
}


#fastquote .contact-form-box .emailAlert {
    margin-top: 10px;
    color: #565b64;
    font-weight: 800;
    opacity: 0.7;
}

#fastquote .contact-form-box i.fa-bell-o {
    animation: 2.5s ease 0s normal none infinite running wrench;
    padding: 8px;
    color: #565b64;
    font-size: 15px;
}
@keyframes wrench {
0% {
    transform: rotate(-12deg);
}
8% {
    transform: rotate(12deg);
}
10% {
    transform: rotate(24deg);
}
18% {
    transform: rotate(-24deg);
}
20% {
    transform: rotate(-24deg);
}
28% {
    transform: rotate(24deg);
}
30% {
    transform: rotate(24deg);
}
38% {
    transform: rotate(-24deg);
}
40% {
    transform: rotate(-24deg);
}
48% {
    transform: rotate(24deg);
}
50% {
    transform: rotate(24deg);
}
58% {
    transform: rotate(-24deg);
}
60% {
    transform: rotate(-24deg);
}
68% {
    transform: rotate(24deg);
}
75% {
    transform: rotate(0deg);
}
}
