/* Basic Styles */
body, table, td, div, select, option, input, p, blockquote	{
	font-family: tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #000000;
}

body	{
	margin-top: 0px;
	background-color: #EFEFEF;
}

a {
	color: #638542;
}
a:hover {
	color:#cc0000;
	text-decoration:underline;
}

.btn_link a {
	padding:2px 5px;
	font-weight:bold;
	border:1px solid #ccc;
	background-color:#f7f7f7;
	display:block;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	margin:0 auto 2px auto;
	width:60%;
}

/** Input elements */
input, textarea	{
	border: 1px solid #444;
	font-family: Arial;
	font-size: 11px;
}

.radioCheck	{
	border: 0;
}

/** Main Layout */
#container	{
	margin: 0 auto;
	clear: both;
	width: 780px;
	border: 1px solid #666666;
	min-height: 100%;
	background-color: #FFFFFF;
}

#page_title	{
	height: 20px;
	font: bold 26px tahoma;
	color: #666666;
	text-align: left;
	margin: 5px 0px 35px 5px;
}

#content	{
	margin: 10px;
	margin-bottom: 30px;
	text-align: left;
	min-height: 400px;
}

/** Navigation */
#primary_nav	{
	clear: both;
	text-align: left;
	background: #CDCDCD;
	height: 50px;
}
#primary_nav .nav_wrapper	{
	position: relative;
	top: 15px;
}
#primary_nav ul	{
	padding:0;
	margin:0;
}
#primary_nav li {
	list-style:none;
	display:inline;
}
#primary_nav li a {
	padding: 0px 4px 0px 4px;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
}
#primary_nav li a:hover {
	text-decoration:underline;
}

#secondary_nav	{
	clear: both;
	text-align: right;
	background: #EFEFEF;
	height: 25px;
}
#secondary_nav .nav_wrapper	{
	position: relative;
	top: 5px;
}
#secondary_nav ul	{
	padding:0;
	margin:0;
}
#secondary_nav li {
	list-style:none;
	display:inline;
}
#secondary_nav li a	{
	padding: 0px 4px 0px 4px;
	font: normal 11px Arial;
	text-decoration: none;
	color: #333333;
}
#secondary_nav li a:hover {
	text-decoration:underline;
}

#bottom_nav	{
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 780px;
}
#bottom_nav ul	{
	padding:0;
	margin:0;
	text-align: center;
	clear: both;
}
#bottom_nav li {
	list-style:none;
	display:inline;
}
#bottom_nav	li a {
	padding: 0px 4px 0px 4px;
	font: normal 11px tahoma;
}

/** Other elements */
#footer {
	padding-top: 10px;
	margin:0 auto;
	clear:both;
	/*width: 780px;*/
}
#copyright	{
	float:left;
}
#copyright a,
#powered a {
	/*color: #acacac;
	font: normal 11px tahoma;
	text-align: right;*/
}
#powered {
	/*float:right;	*/
}

#error_message   {
	background: transparent url('../images/warning.png') 10px 10px no-repeat;
	padding: 10px 0 10px 40px;
	width: 350px;
	text-align: left;
	border: 1px dashed #CC0000;
}
#error_message div     {
	font-size: 12px;
	font-weight: bold
}




.animated {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 1
}

.fadeIn.animated {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animated.delay-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-3 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animated.delay-4 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.animated.delay-5 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animated.delay-6 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-7 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.animated.delay-8 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}
.directions {
    transition: 0.3s all ease
}

.directions:hover {
    background-color: #ed7149
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(14, 56, 173);
    background: rgba(14, 56, 173, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease
}

#return-to-top:hover {
    background: rgba(14, 56, 173, 1)
}

#return-to-top:hover i {
    color: #ed7149;
    top: 5px
}
.hvr-float-shadow {
    height: 55px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.btn-group-lg > .btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}


.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.fadeIn.animated {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}
.f32 .flag {
    display: inline-block;
    height: 32px;
    width: 32px;
    vertical-align: text-top;
    line-height: 32px;
    padding: 0 !important;
    margin-top: -2px
}


.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-chevron-up:before {
    content: "\f077"
}

.vehicles-btn {
    outline: none !important;
    background: transparent;
    color: #0e38ad;
    border-radius: 25px;
    border-color: #ed7149;
    font-size: 20px;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
    outline: none
}

.vehicles-btn:hover, .vehicles-btn:active, .vehicles-btn:focus, .vehicles-btn:visited, .vehicles-btn.active {
    color: #0e38ad;
    border-color: #ed7149;
    outline: none
}

.navbar-nav {
    padding-top: 30px;
}

.container-fluid .no-paddings {
    padding: 0
}

@-webkit-keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%, 100%, 60%, 75%, 90% {
        -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
.footer1 .container-b .info-cards {
    padding-top: 20px;
    text-align: center
}
