/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#dealer_no_cover_image,
#dealer_with_cover_image {
    margin-bottom: 30px;
}

#dealer_with_cover_image,
#dealer_with_cover_image.hide_btn,
#dealer_no_cover_image.hide_btn,
.add-car-manually {
    display: none;
}

#dealer_with_cover_image.show_btn,
#dealer_no_cover_image.show_btn {
    display: inline-block;
}

#dealer_no_cover_image {
    cursor: pointer;
    color: #fff;
    position: relative;
    background-color: #D00027;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    border-radius: 4px;
    padding: 13px 20px;
    margin-bottom: 30px;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#dealer_no_cover_image:hover {
    background-color: #aa0020;
    color: #fff;
}

#dealer_no_cover_image input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.dealer_cover_holder {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    position: relative;
}

.dealer_cover_holder .fa-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    font-size: 70px;
    color: #fff;
    z-index: 999;
}

.dealer_cover_holder.ajax_loaded .fa-spinner {
    display: none;
}

.dealer_cover_holder.ajax_loading img {
    opacity: .3;
    filter: blur(3px);
    transition: all 1s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all 1s cubic-bezier(.2,1,.22,1);
}

.dealer_cover_holder.ajax_loaded img {
    opacity: 1;
    filter: blur(0px);
}

.dealer_cover_holder img,
img.dealer-image-cover {
    display: block;
    width: 100%;
    height: auto;
    float: left;
}

.sidebar-car-meta {
	position: relative;
    margin: 0;
    padding: 0 140px 0 30px;
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1.1px;
    font-family: "Montserrat", sans-serif;
}

#quick-view-block .sidebar-car-meta {
    display: none;
}

.sidebar-car-meta .car-color {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 30px;
    background: #333;
    width: 20px;
    height: 20px;
}

.sidebar-car-meta .car-id {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 0;
    text-transform: uppercase;
    background: #fff;
    border-radius: 4px;
    padding: 4px 9px;
    line-height: 1;
    border: solid 1px #f7f7f7;
}

.car_combined_color {
    background: #ebdec9 !important;
    background: -moz-linear-gradient(left, #ebdec9 0%, #ebdec9 50%, #000333 50%, #000333 100%) !important;
    background: -webkit-linear-gradient(left, #ebdec9 0%,#ebdec9 50%,#000333 50%,#000333 100%) !important;
    background: linear-gradient(to right, #ebdec9 0%,#ebdec9 50%,#000333 50%,#000333 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdec9', endColorstr='#000333',GradientType=1 ) !important;
}

.autoroyal-price-list {
    margin: 0;
    padding-top: 27px;
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.autoroyal-price-list .autoroyal-price {
	margin-top: 0;
	color: #D00027;
}

.autoroyal-price-list .autoroyal-price s {
    font-size: 70%;
    color: #ccc;
    display: inline-block;
}

.rounded {
    border-radius: 4px;
}

.heading,
.btn-default {
    /*font-family: 'Montserrat', sans-serif;*/
}

.bootstrap-select.btn-group .btn .caret {
    margin-top: -8px !important;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.bootstrap-select.btn-group.show .btn .caret {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.bootstrap-select.btn-group .btn .caret:before {
    font-family: "FontAwesome";
    content: "\f107";
}

/* CAR-ITEM GALLERY WITH THUMBNAILS & RENT-ITEM GALLERY WITH THUMBS*/
/*gallery*/
#cd-item-slider{margin-bottom: 11px;}
#cd-item-slider .carousel-inner{
    margin-bottom: 30px;
    cursor:move;
    cursor:-webkit-grab;
    cursor:-moz-grab;
    cursor:grab;
}
#cd-item-slider .carousel-inner:active,
.rent-item-carousel:active {
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#cd-item-slider .carousel-item{
    width: 100%;
    padding-top: 70%;
    background-size: cover;
    background-position: center;
}
#cd-item-slider .carousel-item > img{
    width: 100%;
    height: auto;
    object-fit: cover
}
#cd-item-slider .carousel-control{ background: none; }
/*thumbnails/indicators*/
#cd-item-slider .carousel-indicators{
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
    margin: 0;
    width: calc(100% + 20px);
    float: left;
}
#cd-item-slider .carousel-indicators .thumbnail{
    position: relative;
    width: calc(25% - 20px);
    height: 90px;
    background-size: cover;
    background-position: center;
    border: none;
    border-radius: 4px;
    float: left;
    margin: 0 20px 20px 0 !important;
    overflow: hidden;
		transition: all .3s ease-in;
}
#cd-item-slider .carousel-indicators .active{margin: 0 20px 20px 0 !important;}
#cd-item-slider .carousel-indicators .thumbnail:hover,
#cd-item-slider .carousel-indicators .thumbnail.active{box-shadow: 0 0 0 4px #0C3EB8 inset;}

.cd-condition-blk {
    padding: 24px 0;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif;
    float: left;
    width: 100%;
}

.cd-condition-blk .blk > .svg-icon {
    width: 50px;
    height: 30px;
}

.svg-icon.grey .sp0, .svg-icon.grey .st0 {
    fill: #d3d5da;
}

.cd-condition-blk .blk h6 {
    color: #ccc;
    margin: 0;
    letter-spacing: 1.1px;
    margin-bottom: 11px;
    font-size: 12px;
}

.cd-condition-blk .blk h5 {
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    text-transform: inherit;
}



.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	display:block;
	max-width:100%;
	height:auto
}

.img-rounded {
	border-radius:6px
}

.img-thumbnail {
	padding:0;
	line-height:1;
	background-color:#fff;
	border:1px solid #e5e7ea;
	border-radius:4px;
	-webkit-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	display:inline-block;
	max-width:100%;
	height:auto
}

.carousel-inner{
	position:relative;
	overflow:hidden;
	width:100%
}

.carousel-inner>.item{
	display:none;
	position:relative;
	-webkit-transition:.6s ease-in-out left;
	-o-transition:.6s ease-in-out left;
	transition:.6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img{
	line-height:1
}

@media all and (transform-3d),(-webkit-transform-3d){

	.carousel-inner>.item{
		-webkit-transition:-webkit-transform 0.6s ease-in-out;
		-o-transition:-o-transform 0.6s ease-in-out;
		transition:transform 0.6s ease-in-out;
		-webkit-backface-visibility:hidden;
		backface-visibility:hidden;
		-webkit-perspective:1000px;
		perspective:1000px
	}

	.carousel-inner>.item.next,.carousel-inner>.item.active.right{
		-webkit-transform:translate3d(100%, 0, 0);
		transform:translate3d(100%, 0, 0);
		left:0
	}

	.carousel-inner>.item.prev,.carousel-inner>.item.active.left{
		-webkit-transform:translate3d(-100%, 0, 0);
		transform:translate3d(-100%, 0, 0);
		left:0
	}

	.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0);
		left:0
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{
	display:block
}

.carousel-inner>.active{
	left:0
}

.carousel-inner>.next,.carousel-inner>.prev{
	position:absolute;
	top:0;
	width:100%
}

.carousel-inner>.next{
	left: 100%;
}

.carousel-inner>.prev{
	left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right{
	left: 0;
}

.carousel-inner>.active.left{
	left: -100%;
}

.carousel-inner>.active.right{
	left: 100%;
}

.carousel-control{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
	background-color: rgba(0,0,0,0);
}

.carousel-control.left{
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
	background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0, rgba(0,0,0,0.0001) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right{
	left: auto;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -o-linear-gradient(left, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
	background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0, rgba(0,0,0,0.5) 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus{
	outline: 0;
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left{
	left: 50%;
	margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right{
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next{
	width: 20px;
	height: 20px;
	line-height: 1;
	font-family: serif;
}

.carousel-control .icon-prev:before{
	content: '\2039';
}

.carousel-control .icon-next:before{
	content: '\203a';
}

.carousel-indicators{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000;
	background-color: rgba(0,0,0,0);
}

.carousel-indicators .active{
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption{
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}

.carousel-caption .btn{
	text-shadow: none;
}

.listing-title {
    padding: 15px 0;
    border-bottom: 1px solid #e5e7ea;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
    float: left;
    width: 100%;
}

.listing-title h4 {
	margin: 0 !important;
}

.listing-title .svg-icon {
    width: 35px;
    height: 30px;
}

.listing-content {
    padding: 22px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    border-bottom: 1px solid #e5e7ea;
    float: left;
    width: 100%;
}

.dealer-info-block {
    padding: 20px;
    border: 1px solid #e7ecf1;
    margin-bottom: 30px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #666;
}

.listing-content .heading,
.dealer-info-block .heading {
    margin: 0;
    border-bottom: 1px solid #e5e7ea;
    padding-bottom: 22px;
    margin-bottom: 28px !important;
    line-height: 30px;
}

#autoroyal_submit_application .fa,
#autoroyal_qualify_me .fa,
#autoroyal_submit_tradein .fa,
#autoroyal_request_test_drive .fa {
    font-size: 14px;
    margin-right: 5px;
    display: none;
}

.listing-content h3 {
    margin-top: 0 !important;
    line-height: 30px;
    margin-bottom: 15px !important;
    font-family: "Montserrat",sans-serif;
    color: #333;
}

.vehicle_description {
	float: left;
	width: 100%;
}

.listing-content .condition-indicator {
    color: #ccc;
}

.listing-content .condition-label {
    font-size: 10px;
    letter-spacing: 1.1px;
    color: #999;
    border-radius: 4px;
    background: #f6f8f9;
    padding: 0 12px;
    line-height: 2;
    margin-top: 6px;
    font-family: "Montserrat",sans-serif;
    text-transform: uppercase;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
	clear: both;
}

.certified-list {
    margin: 0;
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row;
    font-size: 16px;
    list-style: none;
    border-bottom: 1px solid #e5e7ea;
    float: left;
    width: 100%;
    color: #999;
    font-size: 14px;
}

.certified-list li {
    padding: 0;
}

.btn-link {
    color: #0C3EB8;
    font-weight: normal;
    border-radius: 0;
    border: none !important;
}

.btn-link:hover,
.btn-link:focus {
    color: #000;
    background-color: transparent;
}

.certified-list .btn-link {
	text-transform: capitalize;
}

.certified-list .btn-link .fa {
	margin-right: 5px;
}

.columns-content .title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    border-bottom: 1px solid #e5e7ea;
    padding-bottom: 20px;
}
.columns-content {
	font-family: "Nunito",Helvetica,Arial,sans-serif;
}

.columns-content .title .svg-icon {
    width: auto;
    height: 30px;
    margin-right: 8px;
}

.columns-content .title .heading {
    margin: 0 !important;
    padding: 0;
    border: none;
    font-size: 18px;
    color: #333;
}

.listing-content ol, .listing-content ul {
    margin-left: 0;
    font-size: 14px;
    color: #999999;
    margin-bottom: 25px;
    padding-top: 21px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.listing-content ul.checked li::before {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e5e7ea;
    margin-right: 6px;
}

.flexbox span {
	color: #999;
    font-size: 14px;
}

.car-width, .car-height {
    position: relative;
    float: left;
}

.car-width {
    margin-right: 30px;
}

.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flexbox-start {
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}

.car-height span.pull-right {
    position: absolute;
    top: 41%;
    right: -70px;
}

.car-width .svg-icon {
    width: 112px;
    height: 100px;
}

.car-height .svg-icon {
    width: 100px;
    height: 75px;
    margin-bottom: 25px;
}

#cd-map {
    width: 100%;
    height: 300px;
    margin-bottom: 28px;
}

.cd-dealer-address address {
	margin-bottom: 0;
}

#autoroyal-contact-dealer label {
	margin-bottom: 10px;
	display: inline-block;
}

#autoroyal-contact-dealer input,
#autoroyal-contact-dealer textarea {
	margin-bottom: 30px;
}

#autoroyal-contact-dealer .btn {
	margin-bottom: 8px;
}

#autoroyal-contact-dealer input::-webkit-input-placeholder { /* Chrome */
  	color: #ccc !important;
}
#autoroyal-contact-dealer input:-ms-input-placeholder { /* IE 10+ */
  	color: #ccc !important;
}
#autoroyal-contact-dealer input::-moz-placeholder { /* Firefox 19+ */
  	color: #ccc !important;
  	opacity: 1;
}
#autoroyal-contact-dealer input:-moz-placeholder { /* Firefox 4 - 18 */
	color: #ccc !important;
	opacity: 1;
}

.form-group {
	position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

#autoroyal-contact-dealer .error {
	position: absolute;
    bottom: 0;
    margin-bottom: -25px;
    color: #D00027;
    font-size: 13px;
    display: none;
}

#autoroyal-contact-dealer .error.visible {
	display: block;
}

.input-small {
    width: 145px!important;
}

table.car-manager-cars {
    table-layout: auto !important;
}

.table-toolbar {
    margin-top: 10px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.table-toolbar:after, 
.table-toolbar:before {
    content: " ";
    display: table;
}

div.dataTables_filter {
    text-align: right;
}

.listing-item .cd-offer-short{
    height: auto;
    border: none;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}
.listing-item .cd-offer-short .heading {
    display: inline-block;
    margin: 0;
    width: calc(100% - 90px);
    margin-left: 90px;
    font-size: 16px;
    letter-spacing: 0;
    float: left;
    padding-left: 0;
}

.listing-item .cd-offer-short .heading a {
    text-decoration: none;
    box-shadow: none;
}

.maxWidth {
    max-width: 400px;
    width: auto;
    padding: 20px;
}

.listing-item .cd-offer-short .heading span {
    color: #6b6c6f;
}

.listing-item .cd-offer-short .cd-car-spec{
    margin: 0;
    width: calc(100% - 90px);
    float: left;
    margin-left: 90px;
    font-size: 14px;
    color: #6b6c6f;
    margin-top: 3px;
}
.listing-item .cd-offer-short .cd-car-spec span { color: #484848; font-weight: bold; text-transform: uppercase; }
.listing-item .cd-offer-short .cd-car-spec del{color: #cccccc;}
.listing-item .cd-offer-short:hover .cd-car-spec{opacity: 1;}

.cd-offer-short img {
    width: 70px;
    object-fit: cover;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

.car-inventory-actions {
    list-style: none;
    padding: 0;
    margin: 0;
}

table.car-manager-cars .inventory-car-actions-button {
    display: inline-block;
    position: relative;
    height: auto;
    width: auto;
    margin: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: normal;
}

table.car-manager-cars .btn.blue:not(.btn-outline) {
    color: #FFF;
    background-color: #01adbd;
    border-color: #01adbd;
}

table.car-manager-cars .dropdown-toggle:after {
    display: none !important;
}

#autoroyal_inventory_table .dropdown-menu {
    box-shadow: 5px 5px rgba(102,102,102,.1);
    left: 50% !important;
    top: 100% !important;
    transform: translateX(-50%) !important;
    min-width: 175px;
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    list-style: none;
    text-shadow: none;
    padding: 0;
    background-color: #fff;
    margin: 20px 0 0;
    border: 1px solid #eee;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

#autoroyal_inventory_table .dropdown-menu.show {
    display: block !important;
}

#autoroyal_inventory_table .dropdown-menu>li>a {
    padding: 8px 16px;
    color: #6f6f6f;
    text-decoration: none;
    display: block;
    clear: both;
    font-weight: 300;
    line-height: 18px;
    white-space: nowrap;
    box-shadow: none;
    letter-spacing: .5px;
}

#autoroyal_inventory_table .dropdown-menu>li>a:hover {
    background-color: #f7f7f7;
}

#autoroyal_inventory_table .dropdown-menu>li>a>.fa,
#autoroyal_inventory_table .dropdown-menu>li>a>i {
    width: 20px;
    font-weight: normal;
    text-align: center;
    margin-right: 7px;
    color: #adadad;
}

table.car-manager-cars .inventory-car-actions {
    position: relative;
}

table.car-manager-cars .car-inventory-actions:before {
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

.dataTables_filter label {
    margin-left: 20px;
    margin-top: 0;
}

.dataTables_filter #autoroyal_add_vehicle {
    margin-left: 30px;
}

#clear-inventory-filter,
#clear-leads-filter,
#clear-deals-filter,
#clear-reservations-filter,
#refresh-leads-filter,
#refresh-deals-filter,
#refresh-reservations-filter {
    margin-left: 20px;
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    padding: 9px 14px;
    border: solid 1px #c2cad8;
    cursor: pointer;
    float: right;
    box-shadow: none;
    border-radius: 4px;
}

#clear-inventory-filter:hover,
#clear-leads-filter:hover,
#refresh-leads-filter:hover,
#clear-deals-filter:hover,
#clear-reservations-filter:hover,
#refresh-deals-filter:hover,
#refresh-reservations-filter:hover {
    background-color: #c2cad8;
    color: #fff;
}

.car-manager-message,
.car-manager-error {
    width: 100%;
    float: left;
    font-size: 24px;
    margin-bottom: 40px;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
    background-color: #c0edf1;
    border-color: #58d0da;
    color: #010407;
}

.car-manager-error {
    background-color: #fef7f8;
    border-color: #f0868e;
    color: #210406;
}

.autoroyal-pagination {
    float: left;
    width: 100%;
}

.autoroyal-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.autoroyal-pagination ul li {
    float: left;
}

.autoroyal-pagination>ul>li>a, 
.autoroyal-pagination>ul>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    box-shadow: none;
}

.autoroyal-pagination>ul>li>a:focus, 
.autoroyal-pagination>ul>li>a:hover, 
.autoroyal-pagination>ul>li>span:focus, 
.autoroyal-pagination>ul>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.autoroyal-pagination>ul>li>span.current,
.autoroyal-pagination>ul>li>span.current:hover,
.autoroyal-pagination>ul>li>span.current:focus,
.autoroyal-pagination>ul>li>a.current,
.autoroyal-pagination>ul>li>a.current:hover,
.autoroyal-pagination>ul>li>a.current:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}


#vehicle_modeldiv,
#vehicle_conditiondiv,
#vehicle_body_stylediv,
#vehicle_exterior_colordiv,
#vehicle_fuel_typediv,
#vehicle_transmissiondiv,
#vehicle_drivediv  {
    display: block;
}

#advanced-sortables * { 
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
}

.autoroyal-style-margin-bottom-30 {
    margin-bottom: 30px;
}

.control-label {
    width: 100% !important;
    font-size: 14px;
    margin-bottom: 10px !important;
    display: inline-block;
}

.vehicle_gallery_image_holder_no_image,
.vehicle_gallery_image_holder_has_image {
    width: 100%;
    float: left;
    height: 160px;
    border-radius: 4px;
    overflow: hidden;
    border: solid 1px #eee;
    background-color: #f4f4f4;
    position: relative;
    cursor: pointer;
    background-position: center;
    background-size: cover;
    margin-bottom: 30px;
}

.vehicle_gallery_image_holder_no_image:before,
.vehicle_gallery_image_holder_has_image:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font: normal normal normal 60px/1 FontAwesome;
    width: 100%;
    text-align: center;
    line-height: 160px;
    opacity: .1; 
}

.vehicle_gallery_image_holder_no_image:before,
.vehicle_gallery_image_holder_has_image:before {
    /*content: "\f1b9";*/
}

.vehicle_gallery_image_holder_no_image .autoroyal-file-upload {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.autoroyal-image-gallery .fa-spinner {
    position: absolute;
    font-size: 40px;
    color: #484848;
    z-index: 999;
    top: 50%;
    left: 50%;
    margin-left: -23px;
    margin-top: -32px;
}

.autoroyal-image-gallery.ajax_loaded .fa-spinner {
    display: none;
}

.image-holder,
.vehicle_gallery_image_loaded:before {
    display: none;
}

.vehicle_gallery_image_holder_has_image:before {
    content: "\f110";
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.vehicle_gallery_image_holder_no_image svg {
    padding: 40px;
    width: 100%;
    display: block;
    height: 100%;
    stroke: #d3d5da;
    fill: #d3d5da;
}

.vehicle_gallery_image_holder_has_image svg {
    display: none;
}

.vehicle_gallery_image_holder_no_image.add_more_button {
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.vehicle_gallery_image_holder_no_image.add_more_button:before {
    content: "\f067";
}

.vehicle_gallery_image_holder_no_image.add_more_button:hover {
    background-color: #0C3EB8;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.vehicle_gallery_image_holder_no_image .vehicle_gallery_image_holder_no_image_inner,
.vehicle_gallery_image_holder_no_image .vehicle_gallery_image_holder_with_image_inner,
.vehicle_gallery_image_holder_has_image .vehicle_gallery_image_holder_no_image_inner,
.vehicle_gallery_image_holder_has_image .vehicle_gallery_image_holder_with_image_inner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    border-radius: 4px;
    overflow: hidden;
    background-color: #0C3EB8;
    border: solid 1px #369895;
    z-index: -1;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.vehicle_gallery_image_holder_no_image:hover .vehicle_gallery_image_holder_no_image_inner,
.vehicle_gallery_image_holder_has_image:hover .vehicle_gallery_image_holder_with_image_inner {
    opacity: 1;
    z-index: 1;
}

.your_image_url_button,
.your_image_url_button_remove {
    position: relative;
    padding: 60px 20px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    top: 50%;
    letter-spacing: 1px;
    transform: translateY(-50%);
}

.your_image_url_button .fa,
.your_image_url_button_remove .fa {
    width: 100%;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
}

#submit-lead-autoroyal-form .bootstrap-select,
#submit-deal-autoroyal-form .bootstrap-select,
#submit-reservation-autoroyal-form .bootstrap-select {
    width: 100%;
    margin-bottom: 30px;
}

#submit-lead-autoroyal-form .dropdown-toggle,
#submit-deal-autoroyal-form .dropdown-toggle,
#submit-reservation-autoroyal-form .dropdown-toggle,
.autoroyal-horizontal-car-filter .dropdown-toggle,
.autoroyal-vertical-car-filter .dropdown-toggle {
    display: block;
    margin-bottom: 0 !important;
}

#submit-lead-autoroyal-form .dropdown-toggle:after,
#submit-deal-autoroyal-form .dropdown-toggle:after,
#submit-reservation-autoroyal-form .dropdown-toggle:after,
.autoroyal-horizontal-car-filter .dropdown-toggle:after,
.autoroyal-vertical-car-filter .dropdown-toggle:after {
    display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a {
    box-shadow: none;
}

#submit-lead-autoroyal-form .open>.dropdown-menu,
#autoroyal_inventory_table .open>.dropdown-menu,
#submit-deal-autoroyal-form .open>.dropdown-menu,
#submit-reservation-autoroyal-form .open>.dropdown-menu {
    display: block;
}

#submit-lead-autoroyal-form .dropdown-menu,
#submit-deal-autoroyal-form .dropdown-menu,
#submit-reservation-autoroyal-form .dropdown-menu {
    width: 100%;
}

#submit-autoroyal-form .options_group fieldset select,
#submit-lead-autoroyal-form .options_group fieldset select,
#submit-deal-autoroyal-form .options_group fieldset select,
#submit-reservation-autoroyal-form .options_group fieldset select,
select.autoroyal-inventory-select-filter,
select.autoroyal-inventory-select-order,
select.autoroyal-inventory-select-ppp,
select.autoroyal-leads-select-start-date,
select.autoroyal-leads-select-end-date,
select.autoroyal-leads-select-ppp,
select.autoroyal-deals-select-start-date,
select.autoroyal-deals-select-end-date,
select.autoroyal-deals-select-ppp,
select.autoroyal-reservations-select-ppp,
.autoroyal-horizontal-car-filter select,
.autoroyal-vertical-car-filter select {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    line-height: 16px;
    padding: 13px 24px 13px 12px;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    border-color: #c2cad8;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    border: 1px solid #c2cad8;
    background: url("../images/select-arrow.png");
    background-size: 50%;
    background-position: 100% 50%;
    background-size: 15px 7px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    border-radius: 4px;
}

#submit-autoroyal-form .options_group fieldset input[type=text],
#submit-lead-autoroyal-form .options_group fieldset input[type=text],
#submit-deal-autoroyal-form .options_group fieldset input[type=text],
#submit-reservation-autoroyal-form .options_group fieldset input[type=text],
#autoroyal-dashboard .options_group input[type="text"],
.dataTables_filter input[type=search],
.bootstrap-select>.btn,
#autoroyal-update-user-form .options_group fieldset input[type="text"],
#dealer-info-block form input[type="text"],
#autoroyal-inventory form input[type="text"],
#autoroyal-inventory form input[type="email"] {
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    line-height: 16px;
    padding: 13px 12px 13px 12px;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    border-color: #c2cad8;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
}

.bootstrap-select>.btn {
    margin-bottom: 0;
    outline: none !important;
}

.bootstrap-select>.btn:focus {
    outline: none !important;
}

select.autoroyal-inventory-select-filter,
select.autoroyal-inventory-select-order,
select.autoroyal-inventory-select-ppp,
select.autoroyal-leads-select-start-date,
select.autoroyal-leads-select-end-date,
select.autoroyal-leads-select-ppp,
select.autoroyal-deals-select-start-date,
select.autoroyal-deals-select-end-date,
select.autoroyal-deals-select-ppp,
select.autoroyal-reservations-select-ppp,
select.autoroyal-reservations-select-start-date,
select.autoroyal-reservations-select-end-date,
select.autoroyal-reservations-select-ppp {
    width: auto;
    margin-bottom: 0;
    display: inline-block;
}

#submit-autoroyal-form .options_group .options_group_heading,
#submit-lead-autoroyal-form .options_group .options_group_heading,
#submit-deal-autoroyal-form .options_group .options_group_heading,
#submit-reservation-autoroyal-form .options_group .options_group_heading,
#autoroyal-update-user-form .options_group .options_group_heading {
    margin-bottom: 30px;
}

.heading_with_border {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #e7ecf1 !important;
}

#submit-autoroyal-form fieldset input[type=text],
#submit-autoroyal-form fieldset textarea,
#submit-lead-autoroyal-form fieldset input[type=text],
#submit-lead-autoroyal-form fieldset textarea,
#submit-deal-autoroyal-form fieldset input[type=text],
#submit-deal-autoroyal-form fieldset textarea,
#submit-reservation-autoroyal-form fieldset input[type=text],
#submit-reservation-autoroyal-form fieldset textarea,
#autoroyal-update-user-form fieldset input[type=text],
#autoroyal-update-user-form fieldset textarea,
#dealer-info-block form textarea,
.bootstrap-select>.btn,
#autoroyal-inventory form input[type="text"],
#autoroyal-inventory form input[type="email"],
#autoroyal-inventory form textarea,
#autoroyal-inventory form input.autoroyal-filter-keyword, 
#autoroyal-inventory form.autoroyal-inventory-filter input,
.dataTables_filter input[type=search] {
    height: auto;
    padding: 13px 12px;
    background-color: #fff;
    color: #495057;
    border: 1px solid #c2cad8;
    box-shadow: none!important;
    outline: 0!important;
    width: 100%;
    margin: 0;
    margin-bottom: 30px;
    outline: none;
    border-radius: 4px;
    display: inline-block;
    float: none;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#autoroyal-inventory form input.autoroyal-filter-keyword,
#autoroyal-inventory form.autoroyal-inventory-filter input,
#autoroyal-inventory form.autoroyal-inventory-filter select {
    float: none;
    display: inline-block;
    width: auto;
}

#submit-autoroyal-form fieldset textarea,
#submit-lead-autoroyal-form fieldset textarea,
#submit-deal-autoroyal-form fieldset textarea,
#submit-reservation-autoroyal-form fieldset textarea,
#autoroyal-update-user-form fieldset textarea,
#dealer-info-block form textarea {
    height: auto;
}

#submit-autoroyal-form.postbox,
#submit-lead-autoroyal-form.postbox,
#submit-deal-autoroyal-form.postbox,
#submit-reservation-autoroyal-form.postbox {
    border: 1px solid #e7ecf1!important;
    padding: 12px 30px 15px;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#submit-autoroyal-form.postbox.closed,
#submit-lead-autoroyal-form.postbox.closed,
#submit-deal-autoroyal-form.postbox.closed,
#submit-reservation-autoroyal-form.postbox.closed {
    padding-bottom: 0;
}

#submit-autoroyal-form .inside,
#submit-lead-autoroyal-form .inside,
#submit-deal-autoroyal-form .inside,
#submit-reservation-autoroyal-form .inside {
    margin: 0;
    padding: 0;
}

#submit-autoroyal-form .stuffbox>h3, 
#submit-autoroyal-form h2,
#submit-autoroyal-form h2.hndle, 
#submit-autoroyal-form h3.hndle,
#submit-lead-autoroyal-form .stuffbox>h3, 
#submit-lead-autoroyal-form h2,
#submit-lead-autoroyal-form h2.hndle, 
#submit-lead-autoroyal-form h3.hndle,
#submit-deal-autoroyal-form .stuffbox>h3, 
#submit-deal-autoroyal-form h2,
#submit-deal-autoroyal-form h2.hndle, 
#submit-deal-autoroyal-form h3.hndle,
#submit-reservation-autoroyal-form .stuffbox>h3, 
#submit-reservation-autoroyal-form h2,
#submit-reservation-autoroyal-form h2.hndle, 
#submit-reservation-autoroyal-form h3.hndle,
#autoroyal-dashboard .options_group .stuffbox>h3, 
#autoroyal-dashboard .options_group h2,
#autoroyal-dashboard .options_group h2.hndle, 
#autoroyal-dashboard .options_group h3.hndle,
#autoroyal-update-user-form .options_group h2,
#autoroyal-update-user-form .options_group h2.hndle
#autoroyal-update-user-form .options_group h3.hndle {
    padding: 10px 0 20px 0;
    font-size: 16px;
    border-bottom: solid 1px rgba(0,0,0,.03);
}

#autoroyal-dashboard .options_group h2 {
    border-bottom: none;
    padding: 0;
    margin-bottom: 30px;
}

#autoroyal-dashboard table#autoroyal_lead_appointments_table {
    margin-bottom: 0;
}

#submit-autoroyal-form.closed .stuffbox>h3, 
#submit-autoroyal-form.closed h2, 
#submit-autoroyal-form.closed h2.hndle,
#submit-autoroyal-form.closed h3.hndle,
#submit-lead-autoroyal-form.closed .stuffbox>h3, 
#submit-lead-autoroyal-form.closed h2, 
#submit-lead-autoroyal-form.closed h2.hndle,
#submit-lead-autoroyal-form.closed h3.hndle,
#submit-deal-autoroyal-form.closed .stuffbox>h3, 
#submit-deal-autoroyal-form.closed h2, 
#submit-deal-autoroyal-form.closed h2.hndle,
#submit-deal-autoroyal-form.closed h3.hndle,
#submit-reservation-autoroyal-form.closed .stuffbox>h3, 
#submit-reservation-autoroyal-form.closed h2, 
#submit-reservation-autoroyal-form.closed h2.hndle,
#submit-reservation-autoroyal-form.closed h3.hndle,
#sautoroyal-dashboard.closed .stuffbox>h3, 
#autoroyal-dashboard.closed h2, 
#autoroyal-dashboard.closed h2.hndle,
#autoroyal-dashboard.closed h3.hndle {
    border-bottom: 0;
}

.autoroyal-subtitle {
    margin-bottom: 30px !important;
}

#autoroyal-dashboard .options_group,
#submit-autoroyal-form .options_group,
#submit-lead-autoroyal-form .options_group,
#submit-deal-autoroyal-form .options_group,
#autoroyal-update-user-form .options_group,
#submit-reservation-autoroyal-form .options_group {
    display: block;
    padding: 30px;
    border: solid 1px rgba(0,0,0,.03);
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

.post-type-car #poststuff #titlewrap, 
#post-body #normal-sortables,
#existing_customer_container,
#existing_cobuyer_customer_container {
    display: none;
}

#submit-autoroyal-form .options_group fieldset,
#submit-lead-autoroyal-form .options_group fieldset,
#submit-deal-autoroyal-form .options_group fieldset,
#submit-reservation-autoroyal-form .options_group fieldset,
#autoroyal-dashboard .options_group fieldset,
#autoroyal-update-user-form .options_group fieldset {
    background: #FFF;
    padding: 0;
    width: 100%;
}

#submit-autoroyal-form .options_group fieldset,
#submit-lead-autoroyal-form .options_group fieldset,
#submit-deal-autoroyal-form .options_group fieldset,
#submit-reservation-autoroyal-form .options_group fieldset,
#autoroyal-dashboard .options_group fieldset,
#autoroyal-update-user-form .options_group fieldset {
    border: none;
}

#car_gallery_settings #submit-autoroyal-form .options_group fieldset {
    padding-bottom: 0;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model { 
    width: 100%;
    border-collapse: inherit;
    border-spacing: 0;
    border-color: grey;
    border: none;
    table-layout: auto;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model th,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model th,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model th,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model th { 
    color: #fff; 
    background: #2c425d;
    border-width: 0;
    border-left: solid 1px rgba(0,0,0,0.1);
    padding: 10px; 
    padding: 0.625rem; 
    text-align: center;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model th:first-child,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model th:first-child,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model th:first-child,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model th:first-child {
    border-left: solid 1px rgba(0,0,0,0);
    border-width: 0;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(odd),
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(odd),
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(odd),
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(odd) { 
    background-color: #eae9e8; 
}

#submit-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(even),
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(even),
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(even),
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model tr:nth-child(even) { 
    background-color: #fff; 
}

.select-car-model-table {
    overflow-x: auto;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model td,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model td,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model td,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model td { 
    font-size: 14px; 
    border: 1px solid #ebebeb; 
    border-top: 0; 
    border-right: 0;
    text-align: center; 
    vertical-align: middle; 
    padding: 10px; 
    padding: 20px; 
    min-width: 140px;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model td:last-child,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model td:last-child,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model td:last-child,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model td:last-child {
    border-right: 1px solid #ebebeb; 
}

#submit-autoroyal-form .options_group fieldset table#select-car-model td select,
#submit-autoroyal-form .options_group fieldset table#select-car-model td input[type=text],
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model td select,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model td input[type=text],
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model td select,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model td input[type=text],
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model td select,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model td input[type=text] {
    width: 100%;
    margin-bottom: 0;
}

#submit-autoroyal-form .options_group fieldset table#select-car-model caption,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model caption,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model caption,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model caption { 
    padding: 10px 0; 
    background: #efefef; 
}

#submit-autoroyal-form .options_group fieldset table#select-car-model a,
#submit-lead-autoroyal-form .options_group fieldset table#select-car-model a,
#submit-deal-autoroyal-form .options_group fieldset table#select-car-model a,
#submit-reservation-autoroyal-form .options_group fieldset table#select-car-model a { 
    color: #55b2a2; 
    font-weight: 900; 
}

#submit-autoroyal-form .options_group fieldset span.text,
#submit-lead-autoroyal-form .options_group fieldset span.text,
#submit-deal-autoroyal-form .options_group fieldset span.text,
#submit-reservation-autoroyal-form .options_group fieldset span.text {
    display: inline-block;
    width: 150px;
    margin-top: 5px;
}

#submit-autoroyal-form .options_group fieldset .criteria_name,
#submit-lead-autoroyal-form .options_group fieldset .criteria_name,
#submit-deal-autoroyal-form .options_group fieldset .criteria_name,
#submit-reservation-autoroyal-form .options_group fieldset .criteria_name {
    margin-right: 36px;
    width: 400px;
}

#submit-autoroyal-form .options_group fieldset span.text,
#submit-lead-autoroyal-form .options_group fieldset span.text,
#submit-deal-autoroyal-form .options_group fieldset span.text,
#submit-reservation-autoroyal-form .options_group fieldset span.text {
    width: 150px;
    margin-right: 10px;
    font-size: 14px;
}

#submit-autoroyal-form .options_group fieldset input:active,
#submit-autoroyal-form .options_group fieldset input:focus,
#submit-lead-autoroyal-form .options_group fieldset input:active,
#submit-lead-autoroyal-form .options_group fieldset input:focus,
#submit-deal-autoroyal-form .options_group fieldset input:active,
#submit-deal-autoroyal-form .options_group fieldset input:focus,
#submit-reservation-autoroyal-form .options_group fieldset input:active,
#submit-reservation-autoroyal-form .options_group fieldset input:focus {
    border-color: #93a1bb;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(147,161,187,.6);
}

input[type=radio], 
input[type=checkbox] {
    margin-right: 5px;
}

.autoroyal-checkbox-field {
    padding-top: 39px;
    padding-bottom: 38px;
}

.autoroyal-checkbox-field-small {
    padding-top: 10px;
    padding-bottom: 10px;
}

.autoroyal-checkbox-field label,
.autoroyal-checkbox-field-small label {
    width: auto;
    margin-bottom: 0;
}

.full {
    width: 100%;
    display: inline-block;
}

.info-text {
    font-style: italic;
    margin-top: 10px;
    width: 70%;
    margin-left: 113px;
}

.criteria-image {
    max-width: 590px;
    height: auto;
}

.control {
    display: block;
    position: relative;
    padding-left: 36px;
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 18px;
    float: left;
    height: 36px;
}

.control .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #0C3EB8;
    color: #eeeeee;
    text-align: center;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .2s;
}

.control .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #0C3EB8 transparent transparent transparent;
}

.control:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control__indicator {
    position: absolute;
    top: 2px;
    left: 0;
    background: #e6e6e6;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
}

.control--radio .control__indicator {
    border-radius: 50%;
}

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
    /*background: #ccc;*/
}

.control input:checked ~ .control__indicator {
    -webkit-box-shadow: 0px 0px 0px 3px #0C3EB8;
    -moz-box-shadow: 0px 0px 0px 3px #0C3EB8;
    box-shadow: 0px 0px 0px 3px #0C3EB8;
}

.show-hide-condition,
.new-discounted-price {
    display: none;
}

.car_combined_color {
    background: #ebdec9;
    background: -moz-linear-gradient(left, #ebdec9 0%, #ebdec9 50%, #000333 50%, #000333 100%);
    background: -webkit-linear-gradient(left, #ebdec9 0%,#ebdec9 50%,#000333 50%,#000333 100%);
    background: linear-gradient(to right, #ebdec9 0%,#ebdec9 50%,#000333 50%,#000333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebdec9', endColorstr='#000333',GradientType=1 );
}

.car_na_color {
    background-color: #cccccc;
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 8px;
    color: #666;
    text-align: center;
    font-weight: bold;
    line-height: 34px;
}

.full-width {
    width: 100%;
    margin-bottom: 30px;
}

.checkbox-label {
    margin-bottom: 20px !important;
}

.taxonomy-subcategory-select {
    margin-bottom: 0 !important;
    width: calc(100% - 25px) !important;
    float: right;
    margin-top: -9px !important;
}

.autoroyal-checkbox-sub-category {
    padding-top: 20px;
    padding-bottom: 20px;
}

#map-canvas {
    display: block;
    width: 100%;
    height: 370px;
    position: relative;
    margin-bottom: 10px;
}

#autoroyal-update-user-form #map-canvas {
    margin-bottom: 30px;
}

.delete_expense {
    margin-top: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    color: #e33535;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.delete_expense:hover {
    color: #e64747;
}

.vehicle_expenses_item {
    width: 100%;
    float: left;
}

.add_new_expense {
    margin-bottom: 30px;
    color: #0C3EB8;
    cursor: pointer;
    float: left;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.add_new_expense:hover {
    color: #0483bf;
}

.bg-success {
    background-color: #f1f8e6 !important;
}

::-webkit-input-placeholder { /* Chrome */
    color: #ccc !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #ccc !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #ccc !important;
    opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
    color: #ccc !important;
    opacity: 1;
}

.ui-autocomplete {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    border: 1px solid #5b9dd9;
    -webkit-box-shadow: 0 1px 2px rgba(30,140,190,.8);
    box-shadow: 0 1px 2px rgba(30,140,190,.8);
    background-color: #fff;
}

.ui-autocomplete li {
    margin-bottom: 0;
    padding: 4px 10px;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
}

#submit-autoroyal-form .options_group fieldset.autoroyal-last-fieldset,
#submit-lead-autoroyal-form .options_group fieldset.autoroyal-last-fieldset,
#submit-deal-autoroyal-form .options_group fieldset.autoroyal-last-fieldset,
#submit-reservation-autoroyal-form .options_group fieldset.autoroyal-last-fieldset {
    margin-bottom: 0;
    margin-top: 30px;
    border: none !important;
}

table.car-manager-cars thead .sorting {
    background: url(../images/sort_both.png) center right no-repeat;
}

table.car-manager-cars thead .sorting_desc {
    background: url(../images/sort_desc.png) center right no-repeat;
}

table.car-manager-cars thead .sorting_asc {
    background: url(../images/sort_asc.png) center right no-repeat;
}

table.car-manager-cars thead .sorting, 
table.car-manager-cars thead .sorting_asc, 
table.car-manager-cars thead .sorting_asc_disabled, 
table.car-manager-cars thead .sorting_desc, 
table.car-manager-cars thead .sorting_desc_disabled {
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
}

table.table-hover>tbody>tr:hover {
    background-color: #538EFB;
    color: #fff;
    cursor: pointer;
}

#autoroyal-dashboard #autoroyal_add_vehicle,
#autoroyal-dashboard #autoroyal_add_lead,
#autoroyal-dashboard #autoroyal_add_lead {
    margin-left: 20px;
}

#autoroyal_add_vehicle,
#autoroyal_add_lead,
#autoroyal_add_deal {
    float: right;
    box-shadow: none;
    padding: 14px 28px;
    margin-bottom: 30px;
    border: none;
}

#autoroyal_add_vehicle .fa,
#autoroyal_add_lead .fa,
#autoroyal_add_deal .fa {
    margin-right: 7px;
}

.autoroyal-inventory-stats-block {
    background-color: #fbfcfd;
    border: solid 1px #e7ecf1;
    padding: 3px;
    color: #000;
    padding-top: 19px;
    padding-bottom: 17px;
    min-height: 74px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.autoroyal-inventory-stats-block span.autoroyal-inventory-stats-block-title,
.autoroyal-inventory-stats-block span.autoroyal-inventory-stats-block-value {
    width: 100%;
    float: left;
    text-align: left;
    padding: 0 14px;
    font-size: 14px;
    color: #727c86;
    /*font-family: 'Montserrat', sans-serif;*/
}

.autoroyal-inventory-stats-block span.autoroyal-inventory-stats-block-value {
    font-size: 20px;
    font-weight: 600;
    color: #3e4f5e;
}

.autoroyal-inventory-stats-block-value {
    font-size: 22px;
    line-height: normal;
}

#autoroyal-submit {
    float: left;
    width: 100%;
}

input.disabled,
input:disabled,
select.disabled,
select:disabled,
textarea.disabled,
textarea:disabled {
    cursor: not-allowed;
}

.autoroyal-input-has-icon {
    position: relative;
}

.autoroyal-input-has-icon .autoroyal-input-icon-left {
    padding-left: 42px !important;
}

.autoroyal-input-has-icon .autoroyal-input-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    pointer-events: none;
}

.autoroyal-input-has-icon .autoroyal-input-icon.left {
    left: 0;
}

#btnGroupResidence,
#btnGroupEmployer,
#btnGroupCoBuyerEmployer,
#btnGroupCoBuyerResidence {
    margin-bottom: 30px;
}

#btnGroupResidence button,
#btnGroupEmployer button,
#btnGroupCoBuyerEmployer button,
#btnGroupCoBuyerResidence button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border: none;
    border: solid 1px #ccc;
    position: relative;
    float: left;
    outline: none;
}

#btnGroupResidence button+ button,
#btnGroupEmployer button+ button,
#btnGroupCoBuyerEmployer button+ button,
#btnGroupCoBuyerResidence button+ button {
    margin-left: -1px;
}

#btnGroupResidence button.active,
#btnGroupResidence button:hover,
#btnGroupResidence button:active,
#btnGroupResidence button:focus,
#btnGroupEmployer button.active,
#btnGroupEmployer button:hover,
#btnGroupEmployer button:active,
#btnGroupEmployer button:focus,
#btnGroupCoBuyerEmployer button.active,
#btnGroupCoBuyerEmployer button:hover,
#btnGroupCoBuyerEmployer button:active,
#btnGroupCoBuyerEmployer button:focus,
#btnGroupCoBuyerResidence button.active,
#btnGroupCoBuyerResidence button:hover,
#btnGroupCoBuyerResidence button:active,
#btnGroupCoBuyerResidence button:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: none;
}

.lead_buyer_residences,
.lead_buyer_employers,
.lead_cobuyer_buyer_residences,
.lead_cobuyer_buyer_employers {
    display: none;
    width: 100%;
    float: left;
}

.lead_buyer_residences.active,
.lead_buyer_employers.active,
.lead_cobuyer_buyer_residences.active,
.lead_cobuyer_buyer_employers.active {
    display: block
}

/**
 * Timepicker
 */
div.time-picker { position: absolute; height: 191px; width:6em; /* needed for IE */overflow: auto; background: #fff; border: 1px solid #aaa; z-index: 99; margin: 0;}
div.time-picker-12hours { width:8em; /* needed for IE */}
div.time-picker ul { list-style-type: none; margin: 0; padding: 0; }
div.time-picker li { cursor: pointer; font: 12px/1 Helvetica, Arial, sans-serif; padding: 4px 3px; }
div.time-picker li.selected { background: #0063CE; color: #fff; }


table#autoroyal_deals_table .autoroyal_loan_payment_paid_faild {
    background-color: #f9ebec;
}

table#autoroyal_deals_table tbody tr:hover .autoroyal_loan_payment_paid_faild {
    background-color: #f3858d;
}


table#autoroyal_deal_payments_table,
table#autoroyal_lead_appointments_table,
table.autoroyal_sales_reports {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.75em;
    width: 100%;
    table-layout: auto !important;
    border: 1px solid #d1d1d1;
    color: #444;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

table#autoroyal_deal_payments_table th,
table#autoroyal_lead_appointments_table th,
table.autoroyal_sales_reports th {
    border: 1px solid #d1d1d1;
    border-width: 0 1px 1px 0;
    font-weight: 700;
    padding: 20px;
    font-weight: normal;
    text-align: center;
    background-color: #efefef;
    font-weight: bold;
    text-transform: uppercase;
}

table#autoroyal_deal_payments_table td,
table#autoroyal_lead_appointments_table td,
table.autoroyal_sales_reports td {
    border: 1px solid #d1d1d1;
    font-weight: normal;
    text-align: center;
    border-width: 0 1px 1px 0;
    padding: 10px;
}

table#autoroyal_lead_appointments_table td,
table#autoroyal_lead_appointments_table th {
    text-align: initial;
    padding: 15px 20px;
}

table.autoroyal_sales_reports {
    margin-bottom: 0;
}

table.autoroyal_sales_reports th {
    padding: 15px 20px;
}

table#autoroyal_deal_payments_table input {
    margin-bottom: 0 !important;
}

table#autoroyal_deal_payments_table .autoroyal_loan_payment_paid_success {
    background-color: #e7fff8;
}

table#autoroyal_deal_payments_table .autoroyal_loan_payment_paid_success input {
    background-color: #f4fffc;
}

table#autoroyal_deal_payments_table .autoroyal_loan_payment_paid_faild {
    background-color: #f9ebec;
}

table#autoroyal_deal_payments_table .autoroyal_loan_payment_paid_faild input {
    background-color: #fff6f7;
}

.autoroyal_loan_new_table_box {
    border: solid 2px #fbe1e3;
    background-color: #fff6f7;
    padding: 15px;
    margin-bottom: 30px;
}

.autoroyal-green-background {
    background-color: #e7fff8;
}

.autoroyal-stats-has-url {
    cursor: pointer;
}

.autoroyal-stats-has-url:hover {
    background-color: #edf0f3;
}

.autoroyal-new-leads {
    background-color: #f9ebec;
}

.autoroyal-new-leads:hover {
    background-color: #ecdadb;
}

.autoroyal_sales_reports_nav,
.autoroyal_contact_forms_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: -1px !important;
    float: left;
    width: 100%;
    z-index: 99;
    position: relative;
}

.autoroyal_sales_reports_nav li,
.autoroyal_contact_forms_nav li {
    float: left;
    width: auto;
    padding: 15px 20px;
    border: 1px solid #e7ecf1;
    border-right: none;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #fbfbfb;
}

.autoroyal_sales_reports_nav li:hover,
.autoroyal_contact_forms_nav li:hover {
    background-color: #f7f7f7;
}

.autoroyal_sales_reports_nav li:last-child,
.autoroyal_contact_forms_nav li:last-child {
    border-right: 1px solid #e7ecf1;
}

.autoroyal_sales_reports_nav li.active,
.autoroyal_contact_forms_nav li.active {
    border-bottom-color: #fff;
    background-color: #fff;
}

.autoroyal_sales_reports_container,
.autoroyal_contact_forms_container {
    padding: 20px;
    border: 1px solid #e7ecf1;
    background-color: #fff;
    float: left;
    width: 100%;
    z-index: 1;
    position: relative;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

.autoroyal_contact_forms_container {
    margin-bottom: 30px;
}

.autoroyal_sales_reports_container,
.autoroyal_contact_forms_container {
    display: none;
}

.autoroyal_sales_reports_container.active,
.autoroyal_contact_forms_container.active {
    display: block;
}

.autoroyal-secure-info {
    color: #ff0000;
    margin: 0 !important;
    font-size: 16px !important;
    margin-bottom: 10px !important;
}

#autoroyal_submit_application,
#autoroyal_qualify_me,
#autoroyal_submit_tradein,
#autoroyal_request_test_drive {
    border: none;
}

.has-error-alert {
    position: relative;
}

label.error {
    position: absolute;
    font-size: 10px;
    font-weight: 400;
    color: #cc0000;
    bottom: 0;
    font-family: "Roboto", sans-serif;
}

label.error {
    display: none;
}

label.error.visible {
    display: block !important;
}

.autoroyal-https-error {
    border-left: solid 3px #ed6b75;
    padding: 20px;
    background-color: #fbe1e3;
}

.autoroyal-field-hidden-ssl {
    background-color: #fbe1e3 !important;
    border-color: #ed6b75 !important;
}

.autoroyal-vehicle-block {
    float: left;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    margin-bottom: 30px;
    display: inline-block;
}

.autoroyal-vehicle-list-block .autoroyal-vehicle-block {
    border-bottom: solid 1px #edeff1;
    padding-bottom: 30px;
}

.autoroyal-vehicle-block-image-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
    border-radius: 4px;
}

.autoroyal-vehicle-block-image-wrapper a.fancybox {
    display: none;
}

.autoroyal-vehicle-block-image-wrapper:hover a.autoroyal-vehicle-block-no-thumbnail,
.autoroyal-vehicle-block-image-wrapper:hover a.autoroyal-vehicle-block-thumbnail {
    transform: scale(1.05);
}

.autoroyal-vehicle-block-image-wrapper a {
    z-index: 99;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-gallery,
.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-quick-view {
    position: absolute;
    top: 20px;
    width: auto;
    min-width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 3px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    z-index: 9999;
    background-color: rgba(0,0,0,.3);
    padding: 0 7px;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-gallery:hover,
.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-quick-view:hover {
    background-color: #D00027;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-gallery span {
    font-weight: bold;
    margin-left: 5px;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-gallery {
    left: 20px;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-image-quick-view {
    right: 20px;
}

.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-thumbnail:before,
.autoroyal-vehicle-block-image-wrapper a.autoroyal-vehicle-block-no-thumbnail:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    z-index: 999;
    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.autoroyal-vehicle-block-image-wrapper:hover a.autoroyal-vehicle-block-thumbnail:before,
.autoroyal-vehicle-block-image-wrapper:hover a.autoroyal-vehicle-block-no-thumbnail:before {
    opacity: 1;
}

.autoroyal-vehicle-block-thumbnail,
.autoroyal-vehicle-block-no-thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    float: left;
    padding-top: 70%;
    box-shadow: none !important;
    position: relative;
    background-color: #f4f4f4;
}

.autoroyal-vehicle-block-no-thumbnail svg {
    position: absolute;
    top: 0;
    left: 0;
    padding: 50px;
    width: 100%;
    display: block;
    height: 100%;
    stroke: #d3d5da;
    fill: #d3d5da;
}

.autoroyal-vehicle-block-meta {
    position: relative;
    padding: 30px;
    transform: translateZ(0);
    overflow: hidden;
    width: 100%;
    float: left;
}

.autoroyal-vehicle-block .heading {
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 27px;
    transition: all .2s ease-in-out;
    /*font-family: 'Montserrat', sans-serif;*/
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 700;
    color: #505050;
    text-decoration: none;
    float: left;
    width: 100%;
}

.autoroyal-vehicle-block.autoroyal-block-style-1 .heading {
    font-size: 17px;
}

.autoroyal-vehicle-block .heading .productYear {
    color: #cccccc;
}

.autoroyal-vehicle-block-specs {
    font-size: 14px;
    color: #999;
}

.separator {
    margin: 15px 0;
    background-color: #edeff1;
    float: left;
    width: 100%;
}

.separator-nopadding-top {
    margin-top: 0;
}

.autoroyal-vehicle-block-meta-price {
    margin: 0 !important;
    font-size: 20px;
    font-weight: bold;
    color: #3B3B3B;
    letter-spacing: 0 !important;
    float: left;
}

.autoroyal-vehicle-block-meta .btn-danger {
    right: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 12px 0;
    border-radius: 30px;
    background: #f6f8f9;
    border: none;
    color: #D00027;
    z-index: 9;
    transition-delay: 0s;
    box-shadow: none;
}

.autoroyal-vehicle-block-meta .btn {
    position: absolute;
    bottom: 30px;
    transition: transform .2s ease-in;
    -webkit-appearance: inherit;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
}

.autoroyal-vehicle-block-meta .btn:hover {
    background: transparent;
    color: #aa0020;
}

.autoroyal-vehicle-block-meta .btn-danger .fa-heart {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -7px;
    transform: scale(0);
    transform-origin: bottom;
    transition: transform .2s ease-in-out;
}

.autoroyal-vehicle-block-meta .btn-danger.favorited .fa-heart {
    transform: scale(1);
}

.autoroyal-vehicle-block:hover .cd-offer-meta .btn-danger {
    transition-delay: .1s;
}

.autoroyal-vehicle-block:hover .cd-offer-meta .btn {
    transform: translateY(0);
}

.autoroyal-vehicle-block-meta .btn-danger:hover .fa-heart {
    transform: scale(1);
}

.btn-danger:hover {
    background-color: #333;
    color: #fff;
}

.autoroyal-horizontal-car-filter,
.autoroyal-vertical-car-filter,
#autoroyal-inventory {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.autoroyal-vertical-car-filter {
    margin-bottom: 0;
}

.autoroyal-horizontal-car-filter,
#autoroyal-vertical-car-holder {
    padding: 40px;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#autoroyal-vertical-car-holder {
    padding: 0;
    margin-top: -60px;
    width: 100%;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 4px;
}

.vertical-filter-fields-group {
    padding: 30px;
    border-bottom: solid 1px #edeff1;
}

.vertical-filter-fields-group:last-of-type {
    border: none;
}

.vertical-filter-fields-group.filter-search-button .btn {
    padding: 15px;
    text-transform: uppercase;
}

.pdbtm10 {
    padding-bottom: 10px;
}

/*UI SLIDER RANGES*/
.custom-range p{margin: 0;}
.custom-range p label,
#autoroyal-advance-search-form label {
    margin-bottom: 5px;
    width: 100%;
    color: #aaa;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
}
.custom-range p input{
    border: none;
    background: transparent;
    width: 60px;
    padding: 0;
    color: #999;
    font-size: 14px;
}
.custom-range p input.filter-meta{
    border: none;
    background: transparent;
    padding: 0;
    color: #999;
    font-size: 14px;
    float: right;
    width: 70px;
    text-align: right;
    margin-bottom: 0;
}

#price_up,
#year_up,
#mileage_up {
    float: right;
    width: auto;
}

.range-holder {
    width: 100%;
    float: left;
    padding: 0 5px;
    padding-left: 2px;
    background-color: #eceff3;
    border-radius: 7px;
}
.custom-range .ui-slider{
    width: 100%;
    border: none;
    border-radius: 0;
    background: #eceff3 !important;
    height: 3px;
    border-radius: 7px;
}
.custom-range.custom-range-filter .ui-slider{
    width: calc(100% - 60px);
}
.ui-slider-horizontal .ui-slider-range{background: none; background-color: #00b73d!important;}
.ui-slider-horizontal .ui-slider-handle{
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    background: #fff !important;
    border: solid 3px #0C3EB8 !important;
    top: -10px !important;
    outline: none !important;
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    box-shadow: none;
    box-shadow: 0 0 0 4px #e6ecf7;
}
.ui-slider-horizontal .ui-slider-handle:active{
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
    border-width: 5px !important;
}

.autoroyal-vertical-car-filter .form-group.custom-range {
    margin-bottom: 30px;
}

.custom-checkbox {
    margin-top: 40px;
}

.custom-checkbox label {
    margin-bottom: 0;
}

.autoroyal-filter-button {
    width: 100%;
    border: none;
    text-align: center;
    padding: 15px 20px;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
    font-weight: normal !important;
}

.autoroyal-filter-results {
    float: left;
    width: 100%;
}

#autoroyal-vertical-car-holder .autoroyal-filter-results {
    margin-bottom: 0;
}

.autoroyal-search-filter-results-buttons {
    text-align: right;
}

#autoroyal-vertical-car-holder .autoroyal-search-filter-results-buttons {
    text-align: left;
}

.autoroyal-search-filter-results-buttons a {
    text-decoration: none !important;
    box-shadow: none !important;
    padding: 30px;
    display: none;
    float: left;
}

.autoroyal-filter-subscribers {
    margin-bottom: 30px;
}

.credentials-errors-block,
.credentials-success-block {
    padding: 20px;
    background-color: #f8e9e9;
    border-radius: 4px;
    color: #666666;
    margin-bottom: 30px;
}

.credentials-errors-block .error-title,
.credentials-success-block .success-title {
    width: 100%;
    margin-bottom: 10px;
    color: #cc3333;
    float: left;
    font-weight: bold;
}

#reset-password-form {
    display: none;
}

#autoroyal-dashboard .options_group {
    display: block;
    padding: 20px;
    border: 1px solid #e7ecf1;
    margin-bottom: 30px;
}

#show_reset_password,
#hide_reset_password {
    box-shadow: none;
}

#show_reset_password .fa,
#hide_reset_password .fa {
    padding-right: 5px;
}

.autoroyal-MyAccount-account-funds .form-row,
.autoroyal-MyAccount-account-funds .form-row input {
    width: auto !important;
}

.autoroyal-MyAccount-account-funds .form-row-first {
    width: 50%;
    float: left;
}

.autoroyal-MyAccount-account-funds .form-row-first input {
    width: 100% !important;
    float: left;
    margin-bottom: 10px !important;
}

tr.featured-listing {
    background-color: #e7fff8;
}

tr.promoted-listing {
    background-color: #fbfde3;
}

#subscribe-filter {
    padding: 30px;
    position: relative;
    cursor: pointer;
    color: #01adbd;
}

#autoroyal-vertical-car-holder #subscribe-filter {
    float: right;
    display: none;
}

#subscribe-filter:hover {
    color: #686868;
}

#subscribe-filter .fa-spinner,
#subscribe-filter .fa-exclamation-triangle,
#subscribe-filter .fa-check {
    display: none;
    margin-right: 5px;
}

#subscribe-filter-email-holder {
    position: absolute;
    padding: 10px;
    width: 220px;
    top: 0;
    margin-top: -110px;
    left: 50%;
    z-index: 99;
    margin-left: -110px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 5px -5px rgba(102,102,102,.1);
    display: none;
}

#subscribe-filter-email-holder:before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -8px;
    right: auto;
    display: inline-block!important;
    border-right: 8px solid transparent;
    border-top: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

#subscribe-filter-email-holder input {
    width: 100%;
    float: left;
    margin-bottom: 0 !important;
}

#subscribe-filter-email-holder input.autoroyal-submit-email-error {
    border-color: #ff0000;
}

#subscribe-filter-email-holder span {
    float: left;
    width: 50%;
    padding: 5px;
    padding-bottom: 0;
    color: #01adbd;
}

#subscribe-filter-email-holder span:hover {
    color: #686868;
}

#subscribe-filter-close {
    text-align: right;
}

.autoroyal-notification-block {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.autoroyal-notification-block-avatar {
    float: left;
    width: 160px;
}

.autoroyal-notification-block-avatar .autoroyal-vehicle-block-no-thumbnail svg {
    padding: 20px;
}

.autoroyal-notification-block-meta {
    float: left;
    width: calc(100% - 190px);
    margin-left: 30px;
}

.autoroyal-notification-block-meta .autoroyal-vehicle-block-specs {
    width: 100%;
    float: left;
    padding: 10px 0;
}

table.my_account_payouts {
    table-layout: auto;
}

h4.user-filter-title {
    margin-bottom: 25px;
    padding: 15px 20px;
    padding-bottom: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

h4.user-filter-title span.delete-user-filter {
    text-transform: capitalize;
    color: #ff0000;
    cursor: pointer;
    letter-spacing: 0;
    margin-left: 30px;
    float: right;
}

h4.user-filter-title span {
    padding: 7px 14px;
    margin-bottom: 5px;
    display: inline-block;
}

h4.user-filter-title span.item {
    background-color: #f4f4f4;
    border-radius: 4px;
    margin-right: 5px;
    text-transform: capitalize;
}

h4.user-filter-title span.delete-user-filter .fa {
    margin-right: 7px;
}

h4.user-filter-title span.delete-user-filter:hover {
    color: #d00909;
}

h4.user-filter-title span.show-filter-new-vehicles {
    text-transform: lowercase;
    letter-spacing: 0;
    margin-left: 30px;
    color: #666;
}

.user-filter-container {
    margin-bottom: 30px;
}

.user-filter-container .autoroyal-vehicle-block .heading {
    font-size: 16px;
    line-height: 20px;
}

.user-filter-container .autoroyal-filter-button {
    width: auto;
}

.user-filter-container .autoroyal-vehicle-block-no-thumbnail svg {
    padding: 40px;
}

.dealer-page-map {
    margin-bottom: 30px !important;
}

.dealer-info-address {
    font-weight: bold;
    margin-bottom: 20px;
}

.autoroyal-hide-block {
    display: none;
}


/* Twenty SIxteen Template Full Width */
.autoroyal-full-width-template {
    margin-right: auto !important;
    width: 100% !important;
}

#cq-show-data {
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 14px 28px;
    font-size: 14px;
    line-height: 1;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #D00027;
    text-decoration: none;
    float: right;
}

#cq-show-data:hover {
    color: #fff;
    background-color: #c52837;
    text-decoration: none;
}

#autoroyal-notifications {
    margin-top: 30px;
}

#autoroyal-inventory #autoroyal-advance-search-form input[type="text"] {
    color: #495057;
    background-color: #eee;
    padding: 12px;
    height: auto;
    line-height: 1.5;
    border: none;
    font-weight: normal;
}

/* Responsive */
@media screen and (min-width:768px){

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next{
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev{
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next{
		margin-right: -10px;
	}

	.carousel-caption{
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators{
		bottom: 20px;
	}

}

@media screen and (max-width: 767px) {
	
	.col-sm-6 {
		width: 100%;
	}
	
}

.customize-control-checkbox input, 
.customize-control-nav_menu_auto_add input, 
.customize-control-radio input {
    margin-right: 4px !important;
    margin-left: -24px !important;
}

.delete-price-period {
    margin-top: 34px;
    margin-right: 20px;
    display: inline-block;
}

.add-new-price-period {
    display: inline-block;
    margin-bottom: 30px;
}

.delete-price-period {
    color: #e33535;
}

.autoroyal-full-width,
.price-set {
    width: 100%;
    float: left;
}

.dropdown-menu .inner {
    width: 100%;
}

.datepicker {
    border-radius: .25rem;

    direction: ltr;
}
.datepicker-inline {
    width: 220px;
}
.datepicker-rtl {
    direction: rtl;
}
.datepicker-rtl.dropdown-menu {
    left: auto;
}
.datepicker-rtl table tr td span {
    float: right;
}
.datepicker-dropdown {
    top: 0;
    left: 0;

    padding: 20px 22px;

    box-shadow: 0 50px 100px rgba(50, 50, 93, .1), 0 15px 35px rgba(50, 50, 93, .15), 0 5px 15px rgba(0, 0, 0, .1);
}
.datepicker table {
    width: auto;
    margin: 0;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; 

    -webkit-touch-callout: none;
}
.datepicker table tr td {
    border-radius: 50%;
}
.datepicker table tr th {
    font-weight: 500; 

    border-radius: .25rem;
}
.datepicker table tr td,
.datepicker table tr th {
    font-size: .875rem; 

    width: 36px;
    height: 36px;

    transition: all .15s ease;
    text-align: center;

    border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
    background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
    color: #adb5bd;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
    cursor: pointer; 

    background: white;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    cursor: default; 

    color: #dee2e6;
    background: none;
}
.datepicker table tr td.highlighted {
    border-radius: 0;
}
.datepicker table tr td.highlighted.focused {
    background: #5e72e4;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
    color: #ced4da; 
    background: #5e72e4;
}
.datepicker table tr td.today {
    background: white;
}
.datepicker table tr td.today.focused {
    background: white;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
    color: #8898aa; 
    background: white;
}
.datepicker table tr td.range {
    color: #fff;
    border-radius: 0; 
    background: #5e72e4;
}
.datepicker table tr td.range.focused {
    background: #3b53de;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range.day.disabled:hover {
    color: #8a98eb; 
    background: #324cdd;
}
.datepicker table tr td.range.highlighted.focused {
    background: #cbd3da;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
    color: #dee2e6; 
    background: #e9ecef;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
    color: #fff; 
    background: #5e72e4;
}
.datepicker table tr td.day.range-start {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.datepicker table tr td.day.range-end {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.datepicker table tr td.day.range-start.range-end {
    border-radius: 50%;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.day.range:hover {
    color: #fff; 
    background: #5e72e4;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
    color: #fff;
    background: #5e72e4;
    box-shadow: none;
}
.datepicker table tr td span {
    line-height: 54px;

    display: block;
    float: left;

    width: 23%;
    height: 54px;
    margin: 1%;

    cursor: pointer;

    border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
    background: #e9ecef;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
    cursor: default; 

    color: #dee2e6;
    background: none;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
    color: #8898aa;
}
.datepicker .datepicker-switch {
    width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
    cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    background: #e9ecef;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
    visibility: hidden;
}
.datepicker .cw {
    font-size: 10px;

    width: 12px;
    padding: 0 2px 0 5px;

    vertical-align: middle;
}

#wp-vehicle_description-media-buttons {
    display: none;
}

/*!8.
 *
 * jQuery for Bootstrap
 *
 */
 .xdsoft_datetimepicker{box-shadow:0 5px 15px -5px rgba(0,0,0,0.506);background:#fff;border-bottom:1px solid #bbb;border-left:1px solid #ccc;border-right:1px solid #ccc;border-top:1px solid #ccc;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;padding:8px;padding-left:0;padding-top:2px;position:absolute;z-index:9999999;-moz-box-sizing:border-box;box-sizing:border-box;display:none}.xdsoft_datetimepicker.xdsoft_rtl{padding:8px 0 8px 8px}.xdsoft_datetimepicker iframe{position:absolute;left:0;top:0;width:75px;height:210px;background:transparent;border:0}.xdsoft_datetimepicker button{border:none !important}.xdsoft_noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.xdsoft_noselect::selection{background:transparent}.xdsoft_noselect::-moz-selection{background:transparent}.xdsoft_datetimepicker.xdsoft_inline{display:inline-block;position:static;box-shadow:none}.xdsoft_datetimepicker *{-moz-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0}.xdsoft_datetimepicker .xdsoft_datepicker,.xdsoft_datetimepicker .xdsoft_timepicker{display:none}.xdsoft_datetimepicker .xdsoft_datepicker.active,.xdsoft_datetimepicker .xdsoft_timepicker.active{display:block}.xdsoft_datetimepicker .xdsoft_datepicker{width:224px;float:left;margin-left:8px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker{width:256px}.xdsoft_datetimepicker .xdsoft_timepicker{width:58px;float:left;text-align:center;margin-left:8px;margin-top:0}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker{float:right;margin-right:8px;margin-left:0}.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker{margin-top:8px;margin-bottom:3px}.xdsoft_datetimepicker .xdsoft_monthpicker{position:relative;text-align:center}.xdsoft_datetimepicker .xdsoft_label i,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)}.xdsoft_datetimepicker .xdsoft_label i{opacity:.5;background-position:-92px -19px;display:inline-block;width:9px;height:20px;vertical-align:middle}.xdsoft_datetimepicker .xdsoft_prev{float:left;background-position:-20px 0}.xdsoft_datetimepicker .xdsoft_today_button{float:left;background-position:-70px 0;margin-left:5px}.xdsoft_datetimepicker .xdsoft_next{float:right;background-position:0 0}.xdsoft_datetimepicker .xdsoft_next,.xdsoft_datetimepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_today_button{background-color:transparent;background-repeat:no-repeat;border:0 none;cursor:pointer;display:block;height:30px;opacity:.5;-ms-filter:"alpha(opacity=50)";outline:medium none;overflow:hidden;padding:0;position:relative;text-indent:100%;white-space:nowrap;width:20px;min-width:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next{float:none;background-position:-40px -15px;height:15px;width:30px;display:block;margin-left:14px;margin-top:7px}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next{float:none;margin-left:0;margin-right:14px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev{background-position:-40px 0;margin-bottom:7px;margin-top:0}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box{height:151px;overflow:hidden;border-bottom:1px solid #ddd}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div{background:#f5f5f5;border-top:1px solid #ddd;color:#666;font-size:12px;text-align:center;border-collapse:collapse;cursor:pointer;border-bottom-width:0;height:25px;line-height:25px}.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child{border-top-width:0}.xdsoft_datetimepicker .xdsoft_today_button:hover,.xdsoft_datetimepicker .xdsoft_next:hover,.xdsoft_datetimepicker .xdsoft_prev:hover{opacity:1;-ms-filter:"alpha(opacity=100)"}.xdsoft_datetimepicker .xdsoft_label{display:inline;position:relative;z-index:9999;margin:0;padding:5px 3px;font-size:14px;line-height:20px;font-weight:bold;background-color:#fff;float:left;width:182px;text-align:center;cursor:pointer}.xdsoft_datetimepicker .xdsoft_label:hover>span{text-decoration:underline}.xdsoft_datetimepicker .xdsoft_label:hover i{opacity:1.0}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select{border:1px solid #ccc;position:absolute;right:0;top:30px;z-index:101;display:none;background:#fff;max-height:160px;overflow-y:hidden}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect{right:-7px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect{right:2px}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#fff;background:#438cca}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option{padding:2px 10px 2px 5px;text-decoration:none !important}.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_month{width:100px;text-align:right}.xdsoft_datetimepicker .xdsoft_calendar{clear:both}.xdsoft_datetimepicker .xdsoft_year{width:48px;margin-left:5px}.xdsoft_datetimepicker .xdsoft_calendar table{border-collapse:collapse;width:100%}.xdsoft_datetimepicker .xdsoft_calendar th{height:25px}.xdsoft_datetimepicker .xdsoft_calendar td,.xdsoft_datetimepicker .xdsoft_calendar th{width:14.2857142%;background:#f5f5f5;border:1px solid #ddd;color:#666;font-size:12px;text-align:right;vertical-align:middle;padding:0;border-collapse:collapse;cursor:pointer;height:25px}.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th{width:12.5%}.xdsoft_datetimepicker .xdsoft_calendar th{background:#f1f1f1}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{color:#3af}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#3af;box-shadow:#178fe5 0 1px 3px 0 inset;color:#fff;font-weight:700}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled{opacity:.5;-ms-filter:"alpha(opacity=50)";cursor:default}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{opacity:.2;-ms-filter:"alpha(opacity=20)"}.xdsoft_datetimepicker .xdsoft_calendar td:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#fff !important;background:#438cca !important;box-shadow:none !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover{background:#3af !important;box-shadow:#178fe5 0 1px 3px 0 inset !important;color:#fff !important}.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover{color:inherit !important;background:inherit !important;box-shadow:inherit !important}.xdsoft_datetimepicker .xdsoft_calendar th{font-weight:700;text-align:center;color:#999;cursor:default}.xdsoft_datetimepicker .xdsoft_copyright{color:#ccc !important;font-size:10px;clear:both;float:none;margin-left:8px}.xdsoft_datetimepicker .xdsoft_copyright a{color:#eee !important}.xdsoft_datetimepicker .xdsoft_copyright a:hover{color:#aaa !important}.xdsoft_time_box{position:relative;border:1px solid #ccc}.xdsoft_scrollbar>.xdsoft_scroller{background:#ccc !important;height:20px;border-radius:3px}.xdsoft_scrollbar{position:absolute;width:7px;right:0;top:0;bottom:0;cursor:pointer}.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar{left:0;right:auto}.xdsoft_scroller_box{position:relative}.xdsoft_datetimepicker.xdsoft_dark{box-shadow:0 5px 15px -5px rgba(255,255,255,0.506);background:#000;border-bottom:1px solid #444;border-left:1px solid #333;border-right:1px solid #333;border-top:1px solid #333;color:#ccc}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box{border-bottom:1px solid #222}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div{background:#0a0a0a;border-top:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label{background-color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select{border:1px solid #333;background:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover{color:#000;background:#007fff}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0a0a0a;border:1px solid #222;color:#999}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{background:#0e0e0e}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today{color:#c50}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default{background:#ffe9d2;box-shadow:#ffb871 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint{background:#c1ffc9;box-shadow:#00dd1c 0 1px 4px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current{background:#c50;box-shadow:#b03e00 0 1px 3px 0 inset;color:#000}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover{color:#000 !important;background:#007fff !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th{color:#666}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright{color:#333 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a{color:#111 !important}.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover{color:#555 !important}.xdsoft_dark .xdsoft_time_box{border:1px solid #333}.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller{background:#333 !important}.xdsoft_datetimepicker .xdsoft_save_selected{display:block;border:1px solid #ddd !important;margin-top:5px;width:100%;color:#454551;font-size:13px}.xdsoft_datetimepicker .blue-gradient-button{font-family:"museo-sans","Book Antiqua",sans-serif;font-size:12px;font-weight:300;color:#82878c;height:28px;position:relative;padding:4px 17px 4px 33px;border:1px solid #d7d8da;background:-moz-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),color-stop(73%,#f4f8fa));background:-webkit-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-o-linear-gradient(top,#fff 0,#f4f8fa 73%);background:-ms-linear-gradient(top,#fff 0,#f4f8fa 73%);background:linear-gradient(to bottom,#fff 0,#f4f8fa 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0)}.xdsoft_datetimepicker .blue-gradient-button:hover,.xdsoft_datetimepicker .blue-gradient-button:focus,.xdsoft_datetimepicker .blue-gradient-button:hover span,.xdsoft_datetimepicker .blue-gradient-button:focus span{color:#454551;background:-moz-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f4f8fa),color-stop(73%,#FFF));background:-webkit-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-o-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:-ms-linear-gradient(top,#f4f8fa 0,#FFF 73%);background:linear-gradient(to bottom,#f4f8fa 0,#FFF 73%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0)}

 hr { 
	background-color: #ccc; 
	border: 0; 
	height: 1px; 
	margin-bottom: 1.5em; 
}

dt { 
	font-weight: bold; 
}

dd { 
	margin: 0 1.5em 1.5em; 
}

img { 
	height: auto; 
	/* Make sure images are scaled correctly. */ 
	max-width: 100%; 
	/* Adhere to container width. */ 
}

figure { 
	margin: 1em 0; 
	/* Extra wide images within figure tags don't overflow the content area. */ 
}

table { 
	margin: 0 0 1.5em; 
	width: 100%; 
}

ul, ol, dl {
	line-height: 2rem;
}

/* Text meant only for screen readers. */
.screen-reader-text { 
	border: 0; 
	clip: rect(1px, 1px, 1px, 1px); 
	-webkit-clip-path: inset(50%); 
	clip-path: inset(50%); 
	height: 1px; 
	margin: -1px; 
	overflow: hidden; 
	padding: 0; 
	position: absolute !important; 
	width: 1px; 
	word-wrap: normal !important; 
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */ 
}

.screen-reader-text:focus { 
	background-color: #f1f1f1;
	border-radius: 3px; 
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 
	clip: auto !important; 
	-webkit-clip-path: none; 
	clip-path: none; 
	color: #21759b; 
	display: block; 
	font-size: 14px; 
	font-size: 0.875rem; 
	font-weight: bold; 
	height: auto; 
	left: 5px; 
	line-height: normal; 
	padding: 15px 23px 14px; 
	text-decoration: none; 
	top: 5px; 
	width: auto; 
	z-index: 100000; 
	/* Above WP toolbar. */ 
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus { 
	outline: 0; 
}

.alignleft { 
	display: inline; 
	float: left; 
	margin-right: 1.5em; 
}

.alignright { 
	display: inline; 
	float: right; 
	margin-left: 1.5em; 
}

.aligncenter { 
	clear: both; 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

.clear:before, 
.clear:after, 
.entry-content:before, 
.entry-content:after, 
.comment-content:before, 
.comment-content:after, 
.site-header:before, 
.site-header:after, 
.site-content:before, 
.site-content:after, 
.site-footer:before, 
.site-footer:after { 
	content: ""; 
	display: table; 
	table-layout: fixed; 
}

.clear:after, 
.entry-content:after, 
.comment-content:after, 
.site-header:after, 
.site-content:after, 
.site-footer:after { 
	clear: both; 
}

.widget { 
	margin: 0 0 1.5em; 
	/* Make sure select elements fit in widgets. */ 
}

.widget select { 
	max-width: 100%; 
}

.sticky { 
	display: block; 
}

.hentry { 
	margin: 0 0 1.5em; 
}

.updated:not(.published) { 
	display: none; 
}

.page-content, 
.entry-content, 
.entry-summary { 
	margin: 1.5em 0 0; 
}

.entry-summary p { 
	color: #8e98a0; 
}

.page-links { 
	clear: both; 
	margin: 0 0 1.5em; 
}

.comment-content a { 
	word-wrap: break-word; 
}

.bypostauthor { 
	display: block; 
}

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, 
.infinite-scroll.neverending .site-footer { 
	display: none; 
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer { 
	display: block; 
}

.page-content .wp-smiley, 
.entry-content .wp-smiley, 
.comment-content .wp-smiley { 
	border: none; 
	margin-bottom: 0; 
	margin-top: 0; 
	padding: 0; 
}

/* Make sure embeds and iframes fit their containers. */
embed, 
iframe, 
object { 
	max-width: 100%; 
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link { 
	display: inline-block; 
}

.wp-caption { 
	margin-bottom: 1.5em; 
	max-width: 100%; 
}

.wp-caption img[class*="wp-image-"] { 
	display: block; 
	margin-left: auto; 
	margin-right: auto; 
}

.wp-caption .wp-caption-text { 
	margin: 0.8075em 0; 
}

.wp-caption-text { 
	text-align: center; 
}

.gallery { 
	margin-bottom: 1.5em; 
}

.gallery-item { 
	display: inline-block; 
	text-align: center; 
	vertical-align: top; 
	width: 100%; 
}

.gallery-columns-2 .gallery-item { 
	max-width: 50%; 
}

.gallery-columns-3 .gallery-item { 
	max-width: 33.33%; 
}

.gallery-columns-4 .gallery-item { 
	max-width: 25%; 
}

.gallery-columns-5 .gallery-item { 
	max-width: 20%; 
}

.gallery-columns-6 .gallery-item { 
	max-width: 16.66%; 
}

.gallery-columns-7 .gallery-item { 
	max-width: 14.28%; 
}

.gallery-columns-8 .gallery-item { 
	max-width: 12.5%; 
}

.gallery-columns-9 .gallery-item { 
	max-width: 11.11%; 
}

.gallery-caption { 
	display: block; 
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body { 
	-ms-word-wrap: break-word; 
	word-wrap: break-word; 
	-webkit-font-smoothing: auto; 
	text-rendering: optimizeLegibility !important; 
	-moz-osx-font-smoothing: grayscale; 
	font-smoothing: auto; 
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	line-height: 1.7;
}

a, button, input { 
	-webkit-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease; 
	transition: all 0.5s ease; 
}

blockquote { 
	padding: 1.25rem 1.75rem; 
}

table { 
	width: 100%; 
	max-width: 100%; 
	margin-bottom: 1rem; 
	background-color: transparent; 
}

table th, table td { 
	padding: 0.75rem; 
	vertical-align: top; 
	border-top: 1px solid rgba(0,0,0,.03); 
}

table thead th { 
	vertical-align: bottom; 
	border-bottom: 2px solid rgba(0,0,0,.03); 
}

table tbody + tbody { 
	border-top: 2px solid rgba(0,0,0,.03); 
}

table table { 
	background-color: #fff; 
}

figcaption { 
	padding-top: 0; 
	padding-bottom: .75rem; 
	color: #6c757d; 
	text-align: left; 
}

input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
	display: inline-block; 
	font-weight: 400; 
	text-align: center; 
	white-space: nowrap; 
	vertical-align: middle; 
	-webkit-user-select: none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	border: 1px solid transparent; 
	line-height: 1.5; 
	border-radius: 0.25rem; 
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	padding: 0.5rem 1.25rem; 
	color: #fff; 
	background-color: #aa0020; 
	border-color: #aa0020; 
}

input[type="button"]:active, 
input[type="button"]:hover, 
input[type="reset"]:active, 
input[type="reset"]:hover, 
input[type="submit"]:active, 
input[type="submit"]:hover { 
	color: #fff; 
	background-color: #0062cc; 
	border-color: #005cbf; 
	cursor: pointer; 
}

input[type="text"], 
input[type="email"], 
input[type="url"], 
input[type="password"], 
input[type="search"], 
input[type="number"], 
input[type="tel"], 
input[type="range"], 
input[type="date"], 
input[type="month"], 
input[type="week"], 
input[type="time"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="color"], 
textarea { 
	display: block; 
	width: 100%; 
	padding: 0.375rem 0.75rem; 
	font-size: 1rem; 
	line-height: 1.5; 
	color: #495057; 
	background-color: #fff; 
	background-clip: padding-box; 
	border: 1px solid #ced4da; 
	border-radius: 0.25rem; 
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; 
	margin-bottom: 20px; 
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="number"]:focus, 
input[type="tel"]:focus, 
input[type="range"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="week"]:focus, 
input[type="time"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="color"]:focus, 
textarea:focus { 
	color: #495057; 
	background-color: #fff; 
	border-color: #0C3A96; 
	outline: 0; 
	-webkit-box-shadow: 0 0 0 0.2rem rgba(52, 82, 255, 0.25); 
	box-shadow: 0 0 0 0.2rem rgba(52, 82, 255, 0.25); 
}

input[type="text"]:-webkit-input-placeholder, 
input[type="text"]:-moz-placeholder, 
input[type="text"]:-ms-input-placeholder, 
input[type="email"]:-webkit-input-placeholder, 
input[type="email"]:-moz-placeholder, 
input[type="email"]:-ms-input-placeholder, 
input[type="url"]:-webkit-input-placeholder, 
input[type="url"]:-moz-placeholder, 
input[type="url"]:-ms-input-placeholder, 
input[type="password"]:-webkit-input-placeholder, 
input[type="password"]:-moz-placeholder, 
input[type="password"]:-ms-input-placeholder, 
input[type="search"]:-webkit-input-placeholder, 
input[type="search"]:-moz-placeholder, 
input[type="search"]:-ms-input-placeholder, 
input[type="number"]:-webkit-input-placeholder, 
input[type="number"]:-moz-placeholder, 
input[type="number"]:-ms-input-placeholder, 
input[type="tel"]:-webkit-input-placeholder, 
input[type="tel"]:-moz-placeholder, 
input[type="tel"]:-ms-input-placeholder, 
input[type="range"]:-webkit-input-placeholder, 
input[type="range"]:-moz-placeholder, 
input[type="range"]:-ms-input-placeholder, 
input[type="date"]:-webkit-input-placeholder, 
input[type="date"]:-moz-placeholder, 
input[type="date"]:-ms-input-placeholder, 
input[type="month"]:-webkit-input-placeholder, 
input[type="month"]:-moz-placeholder, 
input[type="month"]:-ms-input-placeholder, 
input[type="week"]:-webkit-input-placeholder, 
input[type="week"]:-moz-placeholder, 
input[type="week"]:-ms-input-placeholder, 
input[type="time"]:-webkit-input-placeholder, 
input[type="time"]:-moz-placeholder, 
input[type="time"]:-ms-input-placeholder, 
input[type="datetime"]:-webkit-input-placeholder, 
input[type="datetime"]:-moz-placeholder, 
input[type="datetime"]:-ms-input-placeholder, 
input[type="datetime-local"]:-webkit-input-placeholder, 
input[type="datetime-local"]:-moz-placeholder, 
input[type="datetime-local"]:-ms-input-placeholder, 
input[type="color"]:-webkit-input-placeholder, 
input[type="color"]:-moz-placeholder, 
input[type="color"]:-ms-input-placeholder, 
textarea:-webkit-input-placeholder, 
textarea:-moz-placeholder, 
textarea:-ms-input-placeholder { 
	color: #6c757d; 
	opacity: 1; 
}

select { 
	display: block; 
	width: 100%; 
	padding: .375rem .75rem; 
	font-size: 1rem; 
	line-height: 1.5; 
	color: #495057; 
	background-color: #fff; 
	background-clip: padding-box; 
	border: 1px solid #ced4da; 
	border-radius: .25rem; 
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
}

blockquote { 
	color: #666; 
	padding: 30px 30px 30px 90px;
    background: #fafafa;
    border: 1px solid #eee;
    position: relative;
    line-height: 2;
    font-size: 18px;
    font-style: italic;
}

blockquote:after {
    content: '”';
    width: 90px;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    color: #2a41e8;
    position: absolute;
    top: 24px;
    left: 0;
}

blockquote p:last-child { 
	margin-bottom: 0; 
}

.navbar-dark .navbar-nav .dropdown-menu a { 
	display: block; 
	width: 100%; 
	padding: .25rem 1.5rem; 
	clear: both; 
	font-weight: 400; 
	color: #212529; 
	text-align: inherit; 
	white-space: nowrap; 
	background-color: transparent; 
	border: 0; 
}

.site-footer { 
	background-color: #151515 !important; 
	color: #565656 !important; 
}

.footer-widgets {
	padding: 5.9em 0 4.9em; 
}

.site-info {
	padding: 2.3em 0; 
	background-color: #000000;
	color: #888888;
	text-align: left;
	font-size: 13px;
}

footer p, 
footer {
	color: #888888;
}

.footer-widgets .widget-title {
	margin-bottom: 20px;
	color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.comment-navigation .nav-next, 
.posts-navigation .nav-next, 
.post-navigation .nav-next { 
	float: right; 
	text-align: right; 
	width: 50%; 
}

.comment-navigation .nav-previous, 
.posts-navigation .nav-previous, 
.post-navigation .nav-previous { 
	float: left; 
	text-align: left; 
	width: 50%; 
}

.post-thumbnail { 
	display: inline-block; 
	border-radius: 3px; 
	overflow: hidden; 
}

.card-title.entry-title { 
	margin-bottom: 30px; 
	font-weight: bold; 
}

.card-title.entry-title a {
	color: #111111;
}

.entry-meta { 
	margin-top: 30px;
    font-size: .9rem;
    padding-top: 30px;
    border-top: solid 1px #f4f4f4;
}

.entry-meta.border-bottom {
	margin-top: 0;
    border-top: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: solid 1px #f4f4f4;
}

.entry-footer { 
	font-size: .9rem; 
	margin-top: 1rem; 
}

.comments-link { 
	float: right; 
	margin: 7px 0px 7px 10px; 
	font-size: 90%; 
	padding-top: 0.2em; 
}

.cat-links .badge, 
.tags-links .badge { 
	font-size: 90%; 
	font-weight: normal; 
	border: 1px solid rgba(0, 0, 0, 0.125); 
	margin: 4px 10px 4px 0; 
	padding: .6em .9em; 
	background-color: #fff; 
}

.card-footer { 
	background-color: #f4f4f4; 
}

.cat-links a, 
.tags-links a { 
	color: #6c757d; 
}

.cat-links a:hover, 
.tags-links a:hover { 
	text-decoration: none; 
	color: #212529; 
}

.entry-meta a, 
.comments-link a, 
.edit-link a { 
	color: #6c757d; 
	font-weight: 600; 
}

.entry-meta a:hover, 
.comments-link a:hover, 
.edit-link a:hover { 
	text-decoration: none; 
	color: #aa0020; 
}

.entry-title a:hover { 
	color: #aa0020 !important; 
}

.content-area.fantasy-themes-404 .card-body { 
	padding: 2.5rem 4rem; 
}

.sidebar-1-area .widget, 
.footer-widgets .widget { 
	margin-bottom: 0; 
	padding: 4rem; 
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.footer-widgets .widget table {
	background: transparent;
	color: #b9b9b9;
}

.sidebar-1-area .widget ul, 
.footer-widgets .widget ul { 
	padding-left: 0; 
	color: #6c757d; 
	margin-bottom: 0; 
}

.widget ul.children,
.widget ul.sub-menu {
	padding-left: 15px;
}

.footer-widgets .widget ul {
	padding: 0;
}

.footer-widgets .widget ul ul {
	padding-left: 10px;
}

.footer-widgets .widget ul li:before {
	display: none;
}

.sidebar-1-area .widget ul li { 
	padding-top: 10px; 
	padding-bottom: 10px; 
	list-style: square; 
}

.sidebar-1-area .widget ul ul li,
.widget.woocommerce ul ul li,
.woocommerce .widget_layered_nav ul ul li,
.woocommerce .widget_rating_filter ul ul li {
	padding-left: 0;
	padding-right: 0;
    padding-bottom: 0;
    border: none !important
}

.sidebar-1-area .widget ul li:first-child { 
	border-top-right-radius: .25rem;
    border-top-left-radius: .25rem; 
}

.sidebar-1-area .widget ul li:last-child { 
	border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem; 
	margin-bottom: 0; 
}

.sidebar-1-area .widget ul li a { 
	color: #737578; 
}

.footer-widgets .widget ul > li:before,
.footer-widgets .widget ul > li {
	color: #737578;
}

.footer-widgets .light {
	color: #5f5f5f;
	font-weight: 500;
}

.sidebar-1-area .widget ul li a:hover { 
	color: #D00027; 
	text-decoration: none; 
}

.footer-widgets .widget { 
	padding: 0; 
}

#wp-calendar #next { 
	text-align: right; 
}

#wp-calendar #prev a, 
#wp-calendar #next a { 
	color: #6c757d; 
}

#wp-calendar #prev a:hover, 
#wp-calendar #next a:hover { 
	color: #212529; 
	text-decoration: none; 
}

#calendar_wrap table th, 
#calendar_wrap table td { 
	padding: .25rem; 
	text-align: center;
}

footer #calendar_wrap table th, 
footer #calendar_wrap table td {
    padding: 0;
}

footer table thead th {
    border-bottom: solid 1px rgba(255,255,255,.07);
}

footer table, footer th, footer td {
    border: solid 1px rgba(255,255,255,.07);
}

.footer-widgets .calendar_wrap table th,
.footer-widgets .calendar_wrap table td {
    padding: 1px 0;
    text-align: center;
}

.footer-widgets .wp-calendar-table {
    margin-bottom: 0;
}

.footer-widgets .wp-calendar-table a {
    color: #D00027;
}

.widget .rsswidget {
	display: block;
}

.widget .rss-date {
	font-size: 80%;
    text-transform: uppercase;
    font-weight: bold;
}

footer .wp-caption-text {
	color: #888888;
}

.card-body { 
	padding: 3rem 4rem; 
}

select { 
	display: block; 
	width: 100%; 
	padding: .375rem .75rem; 
	font-size: 14px; 
	line-height: 1.5; 
	color: #495057; 
	background-color: #fff; 
	background-clip: padding-box; 
	border: 1px solid #ced4da; 
	border-radius: .25rem; 
	-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
	-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; 
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out; 
}

.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { 
	display: inline-block; 
}

.entry-title a:hover { 
	text-decoration: none; 
}

.mt-3r { 
	margin-top: 30px; 
}

.fantasy-themes-jumbotron { 
	margin-bottom: 0; 
}

.fantasy-themes-jumbotron .jumbotron-heading { 
	font-weight: 600; 
}

.fantasy-themes-jumbotron .container { 
	max-width: 40rem; 
}

.comments-area { 
	clear: both; 
	-ms-word-wrap: break-word; 
	word-wrap: break-word; 
	overflow-wrap: break-word; 
	word-break: break-word; 
}

.comments-area .media-body { 
	overflow: auto; 
}

.comments-area .comment-list { 
	list-style: none; 
	padding-left: 0; 
}

.comments-area .comment-list > li { 
	border-bottom: 1px solid #dee2e6 !important; 
	padding: 2.5rem 4rem; 
}

.comments-area .comment-list ul.children { 
	list-style: none; 
	padding-left: 2rem; 
	border-top: solid 1px #dee2e6;
    margin-top: 30px;
}

.comments-area .comment-list ul.children li { 
	padding: 2.5rem 0;
    border-bottom: solid 1px #dee2e6; 
}

.comments-area .comment-list ul.children li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.comments-area .comment-list .comment-respond { 
	padding: 2.5rem 4rem; 
}

.comments-area .comments-title { 
	padding: 2.5rem 4rem; 
	border-bottom: 1px solid #dee2e6 !important; 
}

.comments-area .comment-navigation { 
	padding: 1rem 4rem 0; 
	border-bottom: 1px solid #dee2e6 !important; 
}

.comments-area .wb-comment-form { 
	padding: 2.5rem 4rem; 
}

.comments-area .wb-cancel-reply { 
	margin-left: 2rem; 
}

.comments-area .logged-in-as { 
	padding-left: 15px; 
	font-size: .9rem; 
}

.comments-area .logged-in-as a { 
	color: #6c757d; 
}

.comments-area .logged-in-as a:hover { 
	color: #212529; 
	text-decoration: none; 
}

.comments-area .wb-comment-notes { 
	font-size: .9rem; 
}

.comments-area .no-comments { 
	padding: 1rem 4rem; 
}

.comments-area small { 
	font-size: .9rem; 
}

.comments-area p { 
	-ms-word-wrap: break-word; 
	word-wrap: break-word; 
	overflow-wrap: break-word; 
	word-break: break-word; 
}

.comments-area .comment-reply-link, 
.comments-area .comment-edit-link { 
	margin-right: 1rem; 
	color: #6c757d; 
}

.comments-area .comment-reply-link:hover, 
.comments-area .comment-edit-link:hover { 
	color: #212529; 
	text-decoration: none; 
}

.comments-area .comment-author a:hover { 
	text-decoration: none; 
	color: #212529; 
}

.fantasy-themes-sticky { 
	position: absolute; 
	top: -5px;
    right: 1rem;
    font-size: 40px;
    color: #D00027;
}

.single .post-navigation .nav-links a { 
	color: #6c757d; 
	margin-bottom: 2rem; 
	display: inline-block; 
}

.single .post-navigation .nav-links a:hover { 
	color: #212529; 
	text-decoration: none; 
}

#ft-posts-slider { 
	border: 1px solid rgba(0, 0, 0, 0.125); 
}

#ft-posts-slider .carousel-item img { 
	width: auto; 
	height: 400px; 
	-o-object-fit: cover; 
	object-fit: cover; 
}

#ft-posts-slider .carousel-caption { 
	background: rgba(0, 0, 0, 0.4); 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	padding: 2rem 4rem; 
}

#ft-posts-slider .carousel-control-prev, 
#ft-posts-slider .carousel-control-next { 
	width: 10%; 
}

.custom-logo-link { 
	margin-right: 1rem; 
}

.site-title a, 
.navbar-dark .navbar-brand, 
.site-description { 
	margin-bottom: 0; 
}

.navbar-brand { 
	font-size: 1.5rem; 
}

.navbar-nav .nav-link { 
	font-weight: 600;
	padding: 1.5rem 1rem;
	padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
	color: #444; 
	
    font-size: 14px;
}

.navbar-dark .navbar-nav .nav-link { 
	color: #fff; 
	opacity: 0.5; 
}

.navbar-dark .navbar-nav .nav-link:hover, 
.navbar-dark .navbar-nav .nav-link:focus { 
	color: #fff; 
	opacity: 0.75; 
}

.navbar-dark .navbar-nav .show > .nav-link, 
.navbar-dark .navbar-nav .active > .nav-link, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .nav-link.active { 
	color: #fff; 
	opacity: 1; 
}

.navbar-dark .navbar-brand:hover, 
.navbar-dark .navbar-brand:focus { 
	color: #fff; 
}

.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link { 
	color: #212529; 
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, 
.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus { 
	color: #212529; 
}

.page-template-full-width .site-footer.mt-4, 
.wb-bp-front-page .site-footer.mt-4 { 
	margin-top: 0 !important; 
}

.wb-hide-mobile-sidebar .fantasy-themes-sidebar-width { 
	display: none; 
}

.navbar-toggler { 
	background-color: #343a40; 
}

.site-header { 
	z-index: 99; 
	position: relative; 
}

.site-header.white-header .main-navigation:not(.clone-fixed) {
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.site-header.white-header .icon-mobile-menu span.icon-wrap:after {
	background-color: #fff !important;
}

.site-header:not(.white-header) { 
	background-color: #ffffff; 
}

.site-header.white-header {
	position: absolute;
	width: 100%;
}

.site-header:not(.white-header) .main-navigation {
	border-bottom: solid 1px rgba(0,0,0,.05);
}

body.custom-background .fantasy-themes-main-content .col-md-8 { 
	background: #f8f9fa; 
	padding: 2rem; 
}

.site-footer a,
.footer-widgets .widget ul li a {
	color: #a9a9a9;
    font-weight: 600;
}

.site-footer a:hover,
.footer-widgets .widget ul li a:hover { 
	color: #ffffff !important; 
	text-decoration: underline; 
}

.admin-bar .site-header.sticky-top { 
	top: 32px; 
}

.wb-bp-front-page .site-header { 
	border-bottom: 0; 
}

.wb-bp-front-page .fantasy-themes-jumbotron { 
	padding: 0; 
	background-size: cover; 
	background-position: center; 
	background-color: #343a40; 
	border-radius: 0; 
}

.wb-bp-front-page .fantasy-themes-jumbotron .fantasy-themes-jumbo-overlay { 
	padding: 10rem 2rem; 
	/* background: rgba(#212529, 0.7); 
	*/ }

.wb-bp-front-page .fantasy-themes-jumbotron .fantasy-themes-jumbo-overlay .lead { 
	opacity: .75; 
}

.wb-bp-front-page .fantasy-themes-jumbotron .fantasy-themes-jumbo-overlay .jumbotron-heading { 
	font-weight: 600; 
	font-size: 3rem; 
	margin-bottom: 1rem; 
}

.wb-bp-front-page .fantasy-themes-services-section { 
	padding: 4rem 0; 
}

.wb-bp-front-page .fantasy-themes-main-content { 
	padding: 4rem 0; 
}

.wb-bp-front-page .fantasy-themes-main-content p { 
	font-size: 1.25rem; 
	font-weight: 300; 
}

.wb-bp-front-page .fantasy-themes-main-content blockquote { 
	font-size: 1.35rem; 
}

.wb-bp-front-page .fantasy-themes-main-content blockquote p { 
	font-size: 1.35rem; 
}

.wb-bp-front-page .fantasy-themes-main-content .post-thumbnail { 
	margin-bottom: 1rem; 
	margin-top: 0.5rem; 
}

.wb-bp-front-page .fantasy-themes-feat-card-img { 
	-o-object-fit: cover; 
	object-fit: cover; 
	height: 200px; 
	width: 100%; 
}

.wp-caption .wp-caption-text { 
	font-size: 0.95rem; 
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  	.wb-hide-mobile-sidebar .fantasy-themes-sidebar-width { 
		display: block; 
	} 
}

.card {
	background-color: #ffffff;
	border: none;
	border-radius: 0;
	margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    -ms-box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
    box-shadow: 0px 0px 90px -15px rgba(41, 44, 28, 0.085);
}

.post.card {
	-moz-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.widget.border-bottom {
	border-color: #fbfbfb !important;
	border-width: 3px !important;
}

.bg-dark {
	background-color: #827a70 !important;
}

.card-footer {
	border: none;
}

a {
    color: #D00027;
    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

a:hover,
.entry-meta a:hover, 
.comments-link a:hover, 
.edit-link a:hover {
    color: #aa0020;
    text-decoration: none;
}

.navbar-nav .current-menu-item > a.nav-link,
.navbar-nav .current_page_item > a.nav-link,
.navbar-nav li:hover > .nav-link,
.navbar-nav li:hover > .nav-link .ft-menu-bold,
.navbar-nav .current-menu-item > a.nav-link .ft-menu-bold,
.navbar-nav .current_page_item > a.nav-link .ft-menu-bold {
    color: #D00027;
}

.btn-primary {
	background-color: transparent;
	background: #0C3A96;
    border: none !important;
    padding: 15px 20px;
    position: relative;
    border-radius: 0.3rem;
    -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.btn-primary * {
	position: relative;
	z-index: 999;
}

.btn-primary:hover {
	opacity: 1;
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	background-color: #0C3A96;
	background: transparent;
}

input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover,
input[type="button"]:focus, 
input[type="reset"]:focus, 
input[type="submit"]:focus,
input[type="button"]:active, 
input[type="reset"]:active, 
input[type="submit"]:active {
	background-color: #D00027;
}

.btn-primary:after {
	display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.3rem;
    z-index: 1;
    transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
    background-color: #D00027;
    opacity: 0;
}

.btn-primary:hover:after,
.btn-primary:not(:disabled):not(.disabled):active:after, 
.btn-primary:not(:disabled):not(.disabled).active:after, 
.show > .btn-primary.dropdown-toggle:after {
    opacity: 1;
}

.btn-primary:focus, 
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 16, 83, 0.5);
}

.ft-mega-menu .widget ul {
	display: inline-block;
    left: 0;
    padding: 0;
}

.ft-mega-menu .widget ul > li {
	width: 100% !important;
}

.ft-mega-menu .widget ul > li:before {
	display: none;
}

.ft-mega-menu .widget ul > li a:hover {
	color: #0C3EB8;
}

.ft-mega-menu .widget ul > li a {
	padding: 10px 30px !important;
	padding-left: 0 !important;
	font-weight: 600;
	font-size: 14px;
    color: #696969;
    line-height: 130%;
}

.ft-mega-menu .widgettitle {
	font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.widget ul > li {
	position: relative;
	list-style: none !important;
	color: #827a70;
	font-size: 13px;
}

.widget ul > li:before {
	color: #D00027;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 0.3em;
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    display: none;
    left: -3em;
}

.header-main {
	padding: 0 1rem;
	background-color: #eee;
	text-align: right;
	z-index: 9;
    position: relative;
}

.container {
    max-width: 1280px;
}


/*
Menu
*/
.site-branding-text {
	padding: 21px 0;
}

.header-nav-wrapper {
    width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar {
	padding: 0;
}

.navbar > .container .menu-main-menu-container {
	/*margin-left: auto;*/
}

#primary-menu {
	justify-content: center;
	width: 100%;
}

.main-menu li {
	display: inline-block;
	position: relative;
	float: left;
	outline: none;
}

.main-menu li.menu-has-mega-menu:not(.ft-menu-width-290):not(.ft-menu-width-330):not(.ft-menu-width-600):not(.ft-menu-width-900) {
	position: unset;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-290 .ft-mega-menu {
	width: 290px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-330 .ft-mega-menu {
	width: 330px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-600 .ft-mega-menu {
	width: 600px;
}

.main-menu li.menu-has-mega-menu.ft-menu-width-900 .ft-mega-menu {
	width: 900px;
}

.main-menu > li:first-child {
	/*margin-left: -24px;*/
}

.main-menu li.menu-has-mega-menu > .sub-menu {
	display: none;
}

.main-menu li.menu-has-mega-menu > .sub-menu.ft-mega-menu {
	display: initial;
}

.main-menu > li + li:before {
	position: absolute;
	display: block;
	top: 50%;
	margin-top: -3px;
	left: -22px;
    height: 4px;
    width: 4px;
    background-color: #A5A5A5;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    content: '';
    display: none;
}

.main-menu li#menu-search-button,
.main-menu li.menu-social-links {
	float: right;
}

.main-menu li#menu-search-button a .fa,
.main-menu li.menu-social-links a .fa {
	margin-right: 0 !important;
}


.main-menu li.menu-login-register-button a:before,
.main-menu li.menu-login-register-button a:after,
.main-menu li.menu-compare-button a:before,
.main-menu li.menu-favorite-button a:before {
	display: none;
}

.main-menu li.menu-login-register-button:hover ul {
	display: none;
}

.main-menu li.menu-item a,
.main-menu li.page_item a {
	float: left;
	display: inline-block;
	position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #444;
    -webkit-font-smoothing: antialiased;
}

header.white-header .main-navigation:not(.clone-fixed) .main-menu > li.menu-item > a,
header.white-header .main-navigation:not(.clone-fixed) .main-menu > li.page_item > a {
	color: rgba(255,255,255,.8);
}

header.white-header .main-navigation:not(.clone-fixed) .navbar-nav > li.current-menu-item > a.nav-link, 
header.white-header .main-navigation:not(.clone-fixed) .navbar-nav > li.current_page_item > a.nav-link, 
header.white-header .main-navigation:not(.clone-fixed) .navbar-nav > li:hover > .nav-link,
header.white-header .main-navigation:not(.clone-fixed) .navbar-nav > li > .nav-link:hover {
	color: #fff;
}

.main-menu li.menu-item.menu-item-has-children > a,
.main-menu li.page_item.menu-item-has-children > a {
	padding-right: 34px !important;
}

.main-menu li.menu-item > a > i,
.main-menu li.page_item > a > i {
	margin-right: 10px;
    font-size: 90%;
}

.main-menu a:hover {
	color: #0C3A96;
}

.main-menu > .menu-item-has-children > a { 
	padding-right: 23px; 
	position: relative; 
}
.main-menu > .menu-item-has-children > a::after {
    font-family: "FontAwesome";
    content: "\f107";
	display: block;
	position: absolute;
	z-index: 1001;
	right: 0;
    margin-right: 10px;
    top: 0;
    margin-top: 25px;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.sub-menu > .menu-item-has-children > a {  
	position: relative; 
}
.sub-menu > .menu-item-has-children > a::after {
    font-family: "FontAwesome";
    content: "\f105";
	display: block;
	position: relative;
	display: inline-block;
	z-index: 1001;
	right: 0;
	top: 0;
	margin-left: 20px;
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

.main-menu li:hover > a { 
	cursor: pointer; 
	color: #0C3A96; 
}
.main-menu li:hover > a::after { 
	border-top-color: #0C3A96; 
}

.main-menu > li > a:before {
	content: " ";
    text-align: center;
    height: 3px;
    background: #0C3A96;
    display: block;
    position: absolute;
    bottom: 0;
    left: 4px;
    right: 4px;
    margin: 0!important;
    opacity: 0;
}

header.white-header .main-navigation:not(.clone-fixed) .main-menu > li > a:before {
    background: #ffffff;
}

.main-menu > li:hover > a:before,
.main-menu > li.menu-item.current_page_item a:before, 
.main-menu > li.page_item.current-menu-item a:before {
	opacity: 1;
}

.main-menu ul li:hover > a,
.main-menu ul li.active > a { 
	cursor: pointer; 
}
.main-menu ul li:hover > a::after { 
	border-top-color: #fff; 
}
.main-menu li.menu-login-register-button ul.sub-menu li a:hover {padding-right: 35px;}
.main-menu ul.sub-menu.td-mega-menu>li>a:hover {padding-left: 30px;}


/* Sub menus --------------------------------------- */


.main-menu ul.sub-menu {
	padding: 0;
	position: absolute;
	display: block;
	left: -9999px;
	top: 100%;
	opacity: 0;
	z-index: 999;
	padding: 20px 0;
	margin-top: 20px;
	background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 4px 10px rgba(78, 82, 99, 0.1);
    -webkit-transition: opacity 0.2s ease,margin-top 0.2s ease;
    -moz-transition: opacity 0.2s ease,margin-top 0.2s ease;
    -ms-transition: opacity 0.2s ease,margin-top 0.2s ease;
    -o-transition: opacity 0.2s ease,margin-top 0.2s ease;
    transition: opacity 0.2s ease,margin-top 0.2s ease;
}

.main-menu ul.sub-menu ul {
	margin-top: 0;
}

.ft-mega-menu {
	padding: 0 !important;
	overflow: hidden !important;
	width: 100%;
    left: 0;
    margin-left: 0 !important;
}

.main-menu > li > ul.sub-menu:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1000;
	top: 0px;
	left: 0%;
	margin-left: 10px;
	border: 8px solid transparent;
	border-bottom-color: #222;
	display: none;
}

.main-menu ul.sub-menu > li { 
		
	width: 240px;
}

.main-menu li.ft-menu-width-290 ul.sub-menu > li { 
		
	width: 290px;
}

.main-menu li.ft-menu-width-330 ul.sub-menu > li { 
		
	width: 330px;
}

.main-menu li.ft-menu-width-600 ul.sub-menu > li { 
		
	width: 600px;
}

.main-menu ul.sub-menu > li > a {
	display: block;
	padding: 13px 30px !important;
	line-height: 130%;
	width: 100%;
	letter-spacing: 0;
	font-size: 14px;
	color: #696969;
}

.main-menu ul.sub-menu > ul {
	top: 0;
	left: 240px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.main-menu ul.sub-menu > li:last-child > a { 
	border-bottom-width: 0; 
}

.main-menu > li:hover > ul {
	opacity: 1;
    display: block;
    left: 0;
    margin-left: -10px;
    margin-top: 0;

    /*-webkit-animation: fadeInUp 100ms linear;
    animation: fadeInUp 100ms linear;*/
}

.main-menu > li.ft-menu-position-right:hover > ul {
	opacity: 1;
    display: block;
    left: unset;
    right: 0;
    margin-left: 0;
    margin-right: -10px;
    margin-top: 0;
}

.main-menu > li.ft-menu-position-middle:hover > ul {
	opacity: 1;
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 0;
    margin-top: 0;
}

.ft-menu-attrtitle {
	display: block;
    color: #848484;
    margin-top: 5px;
    font-size: 13px;
}

.ft-menu-bold {
	font-size: 16px;
    font-weight: bold;
    color: #212529;
}

.ft-menu-has-attrtitle a:after {
	content: "";
    width: 100%;
    display: block;
    border-bottom: solid 1px #ececec;
    bottom: -14px;
    position: relative;
    margin: 7px 0;
}

#autoroyal-side-menu .ft-menu-has-attrtitle a:after {
	bottom: -10px;
}

.ft-menu-icon {
	display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 10px;
    top: -3px;
    position: relative;
}

.ft-menu-icon svg {
	max-width: 20px;
	max-height: 20px;
    vertical-align: baseline;
}

.ft-menu-icon i {
	font-size: 20px;
	color: #0C3EB8;
}

ul.sub-menu li.ft-menu-has-attrtitle .ft-menu-icon {
	height: 40px;
	width: 40px;
    margin-right: 15px;
    top: 0;
    float: left;
}

ul.sub-menu li.ft-menu-has-attrtitle .ft-menu-icon svg {
	max-width: 40px;
	max-height: 40px;
}

ul.sub-menu li.ft-menu-has-attrtitle .ft-menu-icon i {
	font-size: 40px;
}

ul.sub-menu li.ft-menu-has-icon .ft-menu-attrtitle {
	width: calc(100% - 55px);
    display: inline-block;
}

ul.sub-menu li.ft-menu-has-attrtitle:last-of-type a:after {
	display: none;
}

/*------------------------------------
  Animate.css
------------------------------------*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
}



/* Deep down --------------------------------------- */


.main-menu ul ul { 
	padding-top: 0;
	top: 10px;
}

.main-menu ul ul .menu-item-has-children:hover::after { 
	border-left-color: #333; 
}
.main-menu ul ul ul li { 
	background: #444; 
}
.main-menu ul ul ul .menu-item-has-children:hover::after { 
	border-left-color: #444; 
}
.main-menu ul ul ul ul li { 
	background: #555; 
}
.main-menu ul ul ul ul .menu-item-has-children:hover::after { 
	border-left-color: #555; 
}
.main-menu ul ul ul ul ul li { 
	background: #666; 
}
.main-menu ul ul ul ul ul .menu-item-has-children:hover::after { 
	border-left-color: #666; 
}

.main-menu li > ul > li:hover > ul {
	visibility: visible;
	opacity: 1;
	top: -20px;
	width: 240px;
	left: 242px;
	border-left: solid 2px transparent;
}

.main-menu li.edge > ul > li:hover > ul {
	left: -242px;
}

.main-menu li.ft-menu-width-290 > ul > li:hover > ul { 
		
	left: 292px;
}

.main-menu li.ft-menu-width-330 ul > li:hover > ul { 
		
	left: 332px;
}

.main-menu li.ft-menu-width-600 ul > li:hover > ul { 
		
	width: 602px;
}

.autoroyal-read-more {
	margin-top: 30px;
}

.autoroyal-read-more a.btn {
	background-color: #2c425d;
}

.ml-1, .mx-1 {
    margin-left: 0.75rem !important;
}

.autoroyal-menu-wrapper {
    display: none;
    float: right;
    position: relative;
    margin-top: 24px;
    margin-left: 20px;
}

.icon-mobile-menu {
    display: inline-block;
    width: 24px;
    height: 14px;
    background: center center no-repeat;
    text-indent: -900em;
    z-index: 2;
    position: relative;
    transition: all .2s ease;
}

.icon-mobile-menu, 
.icon-mobile-menu span.icon-wrap:before {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
}

.icon-mobile-menu span.icon-wrap {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
}

span.icon-wrap.autoroyal-top-line {
    margin-top: 4px;
}

span.icon-wrap.autoroyal-bottom-line {
    margin-top: 4px;
}

.icon-mobile-menu span.icon-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #D00027;
}

.autoroyal-side-menu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 99999;
    width: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 0;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;

    transform: translate3d(425px,0,0);
    -webkit-transform: translate3d(425px,0,0);
    -o-transform: translate3d(425px,0,0);
    -ms-transform: translate3d(425px,0,0);

    -webkit-transition: all .7s cubic-bezier(0.25,1,.2,1);
    -moz-transition: all .7s cubic-bezier(0.25,1,.2,1);
    -ms-transition: all .7s cubic-bezier(0.25,1,.2,1);
    transition: all .7s cubic-bezier(0.25,1,.2,1);
}

#autoroyal-admin-side-menu.autoroyal-side-menu {
	left: auto;
	right: -280px;
}

body.admin-bar .autoroyal-side-menu {
	padding-top: 32px !important;
}

.autoroyal-side-opened .autoroyal-side-menu {
	transform: translate3d(0px, 0px, 0px);
}

body.autoroyal-side-opened {
	overflow: hidden;
}

.autoroyal-side-menu .autoroyal-side-top {
    position: relative;
    overflow: hidden;
    padding: 50px 50px 0px 50px;
    opacity: 0;
    transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.18s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.18s;
}

.autoroyal-side-opened .autoroyal-side-menu .autoroyal-side-top {
	opacity: 1;
    transform: translateX(0px);
}

.autoroyal-side-menu .autoroyal-side-top .logo-for-panel {
    float: left;
}

.autoroyal-side-menu .autoroyal-side-top .logo-for-panel .dark-logo {
	display: none;
}

.autoroyal-side-menu .autoroyal-side-inner {
	float: left;
	width: 100%;
	padding: 20px 50px;
	opacity: 0;
	transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.22s;
}

.autoroyal-side-opened .autoroyal-side-menu .autoroyal-side-inner {
	opacity: 1;
    transform: translateX(0px)
}

.autoroyal-side-inner ul.autoroyal-side-inner-menu {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.autoroyal-side-inner ul {
    display: block;
    margin: 0 0 15px;
    padding: 0;
}

.autoroyal-side-inner ul li {
    display: block;
    margin: 0;
    float: left;
    width: 100%;
    -webkit-transition: background .3s ease, border-top .3s ease;
    -moz-transition: background .3s ease, border-top .3s ease;
    transition: background .3s ease, border-top .3s ease;
}

.autoroyal-side-inner ul li:first-child {
    border-top-color: transparent;
}

.autoroyal-side-inner ul li a {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 48px;
    padding: .5rem 0;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color .3s ease, background .3s ease;
    -moz-transition: color .3s ease, background .3s ease;
    transition: color .3s ease, background .3s ease;
}

.autoroyal-side-inner ul li ul {
    margin: 0;
    border-bottom: none;
}

.autoroyal-side-inner ul li a i.open-sub-menu {
	float: right;
    padding: 16px 0px 9px 20px;
}

.autoroyal-side-inner ul li a i.open-sub-menu.rotate {
	transform: rotate(180deg);
    padding: 9px 20px 18px 0px;
}

.autoroyal-side-inner ul ul li a i.open-sub-menu {
    padding: 0;
    text-align: right;
}

.autoroyal-side-inner ul ul li a i.open-sub-menu.rotate {
    padding: 0;
    text-align: left;
}

.autoroyal-side-inner ul li .sub-menu {
	height: auto;
    width: 100%;
    overflow: hidden;
    display: none;
    margin-bottom: 10px;
}

.autoroyal-side-inner .sub-menu > .menu-item-has-children > a::after {
	display: none;
}

.autoroyal-side-inner .sub-menu {
	padding-left: 20px !important;
}

.autoroyal-side-inner .sub-menu > section.vc_section {
	margin-left: 0 !important;
}

.megamenu-no-title-padding {
	padding-top: 34px;
}

.autoroyal-side-inner .megamenu-no-title-padding {
	padding-top: 0;
}

.autoroyal-side-inner .sub-menu li a {
	line-height: 20px;
	font-size: 15px;
	padding-left: 0;
    padding-right: 0;
}

.autoroyal-side-inner ul.autoroyal-dashboard-menu li a {
	line-height: inherit;
	padding-top: 8px;
	padding-bottom: 8px;
}

.autoroyal-side-inner ul.autoroyal-dashboard-menu li a,
.autoroyal-side-inner ul.autoroyal-dashboard-menu li a:hover, 
.autoroyal-side-inner ul.autoroyal-dashboard-menu li.active a {
	background: transparent;
	border: none;
}

.autoroyal-side-inner li.menu-login-register-button a .material-icons,
.autoroyal-side-inner li.menu-login-register-button a span,
.autoroyal-side-inner li.menu-compare-button a .material-icons,
.autoroyal-side-inner li.menu-compare-button a span,
.autoroyal-side-inner li.menu-favorite-button a .material-icons,
.autoroyal-side-inner li.menu-favorite-button a span {
	float: left;
	line-height: 24px;
}

.autoroyal-side-inner li a span.amount,
.autoroyal-side-inner li a span.amount span {
	float: none;
}

.autoroyal-side-inner li.menu-login-register-button > a > .material-icons,
.autoroyal-side-inner li.menu-compare-button > a > .material-icons,
.autoroyal-side-inner li.menu-favorite-button > a > .material-icons {
	font-size: 28px !important;
	line-height: 48px !important;
	margin-right: 10px;
	display: none;
}

.autoroyal-side-inner li.menu-login-register-button > a > span,
.autoroyal-side-inner li.menu-compare-button > a > span,
.autoroyal-side-inner li.menu-favorite-button > a > span {
	line-height: 42px;
}

.autoroyal-side-inner .sub-menu li a .fa {
	width: 30px;
    font-size: 90%;
}

.autoroyal-side-inner ul li.opened-subm-menu a {
	background: #252525;
	transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
}

.autoroyal-side-inner ul li.opened-subm-menu {
	transition: 0s;
    -webkit-transition: 0s;
    -moz-transition: 0s;
}

.autoroyal-side-inner .sub-menu li ul.sub-menu a {
	padding-left: 0;
	position: relative;
}

.autoroyal-side-inner .sub-menu li ul.sub-menu a:before {
	content: "\f105";
	position: absolute;
	top: 0;
	margin-top: 15px;
	left: 0;
	margin-left: 25px;
	font: normal normal normal 14px/1 FontAwesome;
	color: rgba(255,255,255,0.2);
}

.autoroyal-side-close {
	display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99998;
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.22s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.32s;
}

body.autoroyal-side-opened .autoroyal-side-close {
    display: block;
    background-color: rgba(0,0,0,0.3);
}

#searchform-sidebar,
.shop-sidebar-buttons {
	float: left;
	width: 100%;
	padding: 0 50px;
	position: relative;
	margin-bottom: 20px;
	opacity: 0;
    transform: translateX(50px);
    -webkit-transition: -webkit-transform .45s cubic-bezier(.2,.75,.3,1) 0.35s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.35s;
    -moz-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.35s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.35s;
    -ms-transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.35s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.35s;
    transition: transform .45s cubic-bezier(.2,.75,.3,1) 0.35s,opacity .45s cubic-bezier(.2,.75,.3,1) 0.35s;
}

#searchform-sidebar {
	margin-bottom: 70px;
}

.autoroyal-side-opened #searchform-sidebar,
.autoroyal-side-opened .shop-sidebar-buttons {
	opacity: 1;
    transform: translateX(0px);
}

.input-with-icon i {
    position: absolute;
    font-size: 20px;
    margin-right: 70px;
    top: 16px;
    right: 0;
    color: #fff;
}

#searchform-sidebar .input-with-icon i {
	font-size: 14px;
	top: 14px;
	color: #484848;
}

input#small-search-box {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    border-radius: 50px;
    margin-bottom: 30px !important;
    line-height: 30px;
    border-color: #a0a0a0;
}

input#small-search-box::-webkit-input-placeholder {
	color: #fff;
}

.close-side-menu-icon {
	width: 40px;
	height: 40px;
	float: right;
	position: relative;
	margin-right: -6px;
}

.close-side-menu-icon:before {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #484848;
	transform: rotate(45deg);
}

.close-side-menu-icon:after {
	content: "";
	position: absolute;
	top: 20px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #484848;
	transform: rotate(-45deg);
}

.autoroyal-top-header-menu {
	width: 100%;
}

.autoroyal-top-header-menu,
.autoroyal-top-header-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	position: relative;
	color: #6e7275;
	line-height: 1;
}

.autoroyal-top-header-menu li {
	margin-left: 15px;
}

.autoroyal-top-header-menu li a {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	background-color: #D00027;
	position: relative;
	text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.autoroyal-top-header-menu li.menu-login-register-button a {
    font-size: 14px;
    padding: 7px 15px 3px 15px;
    font-weight: 500;
}

.autoroyal-top-header-menu li.social-link a .fa {
	width: 20px;
	text-align: center;
}

.autoroyal-top-header-menu li.social-link a {
	color: #929292;
}

.autoroyal-top-header-menu li.social-link a,
.autoroyal-top-header-menu li.social-link a:before,
.autoroyal-top-header-menu li.social-link a:after {
	background-color: #eee;
}

.autoroyal-top-header-menu li.social-link a:hover,
.autoroyal-top-header-menu li.social-link a:hover:before,
.autoroyal-top-header-menu li.social-link a:hover:after {
	background-color: #D00027;
}

.autoroyal-top-header-menu li.social-link.facebook-link a:hover,
.autoroyal-top-header-menu li.social-link.facebook-link a:hover:before,
.autoroyal-top-header-menu li.social-link.facebook-link a:hover:after {
	background-color: #3B5998;
}

.autoroyal-top-header-menu li.social-link.twitter-link a:hover,
.autoroyal-top-header-menu li.social-link.twitter-link a:hover:before,
.autoroyal-top-header-menu li.social-link.twitter-link a:hover:after {
	background-color: #1DA1F2;
}

.autoroyal-top-header-menu li.social-link.youtube-link a:hover,
.autoroyal-top-header-menu li.social-link.youtube-link a:hover:before,
.autoroyal-top-header-menu li.social-link.youtube-link a:hover:after {
	background-color: #ff0000;
}

.autoroyal-top-header-menu li.social-link.instagram-link a:hover,
.autoroyal-top-header-menu li.social-link.instagram-link a:hover:before,
.autoroyal-top-header-menu li.social-link.instagram-link a:hover:after {
	background-color: #fbad50;
}

.autoroyal-top-header-menu li.social-link a:before {
	border-left: solid 1px #fff;
}

.autoroyal-top-header-menu > li > a:before {
	border-left: solid 1px #fff;
}

.autoroyal-top-header-menu li#menu-search-button a {
	font-size: 18px;
	line-height: 28px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.autoroyal-top-header-menu li.no-button {
	padding: 10px 15px;
    padding-left: 0;
    padding-right: 30px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .7px;
    margin: 0;
}

.autoroyal-top-header-menu li.no-button .fa {
	margin-right: 5px;
	color: #0C3A96;
}

.autoroyal-top-header-menu li.no-button * {
	display: inline-block;
}

.autoroyal-top-header-menu li a:hover {
	color: #fff;
	background-color: #aa0020;
	text-decoration: none;
}

.autoroyal-top-header-menu li a:hover:before,
.autoroyal-top-header-menu li a:hover:after {
	background-color: #aa0020;
}

.autoroyal-top-header-menu > li > a:before {
	content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    transform: skewX(-20deg);
    top: 0px;
    left: -10px;
    background-color: #D00027;
    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.autoroyal-top-header-menu > li > a:after {
	content: '';
    width: 20px;
    height: 100%;
    position: absolute;
    transform: skewX(-20deg);
    top: 0px;
    right: -10px;
    background-color: #D00027;
    -webkit-transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.autoroyal-top-header-menu li:last-child a:after {
	display: none;
}

.autoroyal-top-header-menu > li:last-child > a:before,
.autoroyal-top-header-menu > li:last-child > a {
	background-color: #aa0020;
}

.autoroyal-top-header-menu li:last-child > a:hover:before,
.autoroyal-top-header-menu li:last-child > a:hover {
	background-color: #0C3A96;
}

.autoroyal-top-header-menu li:last-child a {
	padding-right: 20px;
}

.menu-login-register-button > a > .fa {
	margin-right: 7px;
	font-size: 90%;
}

.autoroyal-top-header-menu ul.sub-menu {
	padding: 0;
    position: absolute;
    z-index: 10000;
    display: block;
    right: -9999px;
    width: 240px;
    top: 57px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: opacity 0.2s ease, top 0.2s ease;
    -moz-transition: opacity 0.2s ease, top 0.2s ease;
    -ms-transition: opacity 0.2s ease, top 0.2s ease;
    -o-transition: opacity 0.2s ease, top 0.2s ease;
    transition: opacity 0.2s ease, top 0.2s ease;
    box-shadow: 0px 19px 35px rgba(0,0,0,0.11);
    -webkit-box-shadow: 0px 19px 35px rgba(0,0,0,0.11);
}

.autoroyal-top-header-menu > li:hover > ul {
    opacity: 1;
    right: 0;
    top: 38px;
}

.autoroyal-top-header-menu ul.sub-menu li {
    width: 240px;
    background: #fff;
    margin-left: 0;
}

.autoroyal-top-header-menu ul.sub-menu li a {
	width: 100%;
	padding: 10px 15px;
	background-color: #fff;
    color: #444;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: none;
    border-bottom: solid 1px rgba(0,0,0,0.02);
}

.autoroyal-top-header-menu ul.sub-menu li a .fa {
	margin-right: 7px;
}

.autoroyal-top-header-menu ul.sub-menu li a:hover {
	color: #fff;
    background-color: #D00027;
    padding-right: 20px;
}

.autoroyal-compare-menu,
.autoroyal-compare-menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
    position: relative;
    outline: none;
    line-height: 1.2rem;
}

.autoroyal-compare-menu .material-icons {
	font-size: 28px !important;
	float: left;
	margin-right: 0 !important;
	margin-left: 10px;
}

.autoroyal-compare-menu li.menu-compare-button,
.autoroyal-compare-menu li.menu-login-register-button {
    margin-left: 30px;
}

.main-menu.autoroyal-compare-menu > li:last-child > a {
	padding-right: 0 !important;
}

.autoroyal-compare-menu li span.menu-label {
    float: left;
    margin-top: 4px;
}

.autoroyal-compare-menu li.menu-login-register-button a span {
	padding-top: 5px;
    display: inline-block;
    margin-left: 5px;
}

.autoroyal-compare-menu li a {
	color: #6d6d6d;
	display: block;
}

.autoroyal-compare-menu li a:hover,
.autoroyal-compare-menu li a .fa-check-circle-o {
	color: #aa0020;
}

header.white-header .main-navigation:not(.clone-fixed) .autoroyal-compare-menu li a {
	color: rgba(255,255,255,.8);
}

header.white-header .main-navigation:not(.clone-fixed) .autoroyal-compare-menu li a:hover {
	color: #fff;
}

.logo-white,
header.white-header .main-navigation:not(.clone-fixed) .logo-dark {
	display: none;
}

header.white-header .main-navigation:not(.clone-fixed) .logo-white {
	display: inline-block;
}

.site-branding-text img {
	max-height: 50px;
}

#site-navigation.sticky-header.clone-fixed {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    margin-top: -100%;
    top: 0;
    transition: all .3s cubic-bezier(.2,1,.22,1);
    -webkit-transition: all .3s cubic-bezier(.2,1,.22,1);
}

.autoroyal-login-page-icon {
    height: 470px;
    text-align: center;
}

.autoroyal-login-page-icon .fa {
    font-size: 240px;
    line-height: 470px;
    color: rgba(0,0,0,.7);
}

/* Login / Register Popup ---------------------------------------------- */
#overlay {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.85);
    pointer-events: none;
    z-index: 9999999;
}

#modal {
    position: relative;
    width: 300px;
    margin: 100px auto 0;
    border-radius: 3px;
    box-shadow: 0 5px 12px rgba(15,27,39,.4);
    background: #fff;
    -webkit-transform: translateY(-80%) scale(.8);
    transform: translateY(-80%) scale(.8);
    transition-timing-function: cubic-bezier(.3, 0, 0, 1.3);
    transition-delay: .3s;
    z-index: 9999999;
}

#modal-inner {
    padding: 25px;
}

#modal-inner h4 {
    line-height: 1;
    margin: 0;
    margin-bottom: 20px;
}

#overlay, #modal {
    opacity: 0;
    transition: .3s;
}

#modal .close {
    position: absolute;
    z-index: 999;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    right: 25px;
    top: 25px;
    line-height: 26px;
    padding: 0;
    background-color: #0C3A96;
    color: #fff;
    text-align: center;
    box-shadow: 2px 2px 0 rgba(0,0,0,.14);
    opacity: 1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#modal .close:hover {
    background-color: #000;
}

#autoroyal_login_form {
    margin: 0 0 16px 0;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #d5d9dd;
}

#overlay.open {
    opacity: 1;
    pointer-events: auto;
}

.open #modal {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

#register, 
#lost-password {
    display: none;
}

#modal p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.autoroyal-margin-bottom-0 {
    margin-bottom: 0 !important;
}

#autoroyal_login_submit,
#autoroyal_register_submit,
#autoroyal_reset_submit {
    width: 100%;
}

#autoroyal_signup_submit {
    margin-bottom: 20px;
}

#login-progress,
#register-progress,
#register-submit-progress,
#reset-progress,
#autoroyal_login_submit_front .fa,
#autoroyal_register_submit_front .fa {
    display: none;
    margin-left: 10px;
}

#modal label {
    width: 100%;
}

.wp-social-login-provider-list {
    padding: 0;
    padding-bottom: 10px;
}

#autoroyal_account_login_errors,
#autoroyal_account_register_errors,
.autoroyal_account_register_submit_errors,
#autoroyal_account_reset_errors,
#autoroyal_submit_errors {
    margin-bottom: 20px;
    border: 1px solid #d3847a;
    background: #f9a89d;
    display: none;
    padding: 7px 10px;
    width: 100%;
}

#autoroyal_account_login_errors span,
#autoroyal_account_register_errors span,
.autoroyal_account_register_submit_errors span,
#autoroyal_account_reset_errors span,
#autoroyal_submit_errors span {
    font-weight: bold;
}

#submit-listing-confirmation,
#autoroyal_view_property {
    display: none;
}

#autoroyal-add-notification {
    margin-top: 31px;
    width: 100%;
}

#autoroyal_submit_property .fa-spinner,
#autoroyal_publish_property .fa-spinner,
#autoroyal_update_property .fa-spinner,
#autoroyal-add-notification .fa-spinner,
#autoroyal-add-notification .fa-check,
#autoroyal-add-notification .fa-exclamation-triangle {
    display: none;
    margin-right: 7px;
    font-size: 90%;
}

#autoroyal_publish_property_inactive {
    color: #fff;
    background-color: #333;
    box-shadow: 0 2px 0 #333;
}

.autoroyal-full-width-page {
	margin-top: 30px;
}

#posts_per_page {
    margin-top: 12px;
}

.autoroyal-inventory-filter #posts_per_page {
	float: left;
}

body.admin-bar #site-navigation.clone-fixed.slideDown {
	margin-top: 0;
    top: 32px !important;
}

/*--------------------------------*/
/* -- LOADING ANIMATION STUFF -- */
/*------------------------------*/
#pageloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #f4f4f4;
	z-index: 99999999;
	display: block;
	text-align: center;
}

.preloader-wrapper {
  	display: inline-block;
  	width: 64px;
  	height: 64px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    z-index: 4000;
}
.preloader-wrapper div {
	animation: preloader-wrapper 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
	transform-origin: 32px 32px;
}
.preloader-wrapper div:after {
	content: " ";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	margin: -3px 0 0 -3px;
}

.preloader-wrapper div:nth-child(1) {
	animation-delay: -0.036s;
}
.preloader-wrapper div:nth-child(1):after {
	top: 50px;
	left: 50px;
}
.preloader-wrapper div:nth-child(2) {
	animation-delay: -0.072s;
}
.preloader-wrapper div:nth-child(2):after {
	top: 54px;
	left: 45px;
}
.preloader-wrapper div:nth-child(3) {
	animation-delay: -0.108s;
}
.preloader-wrapper div:nth-child(3):after {
	top: 57px;
	left: 39px;
}
.preloader-wrapper div:nth-child(4) {
	animation-delay: -0.144s;
}
.preloader-wrapper div:nth-child(4):after {
	top: 58px;
	left: 32px;
}
.preloader-wrapper div:nth-child(5) {
	animation-delay: -0.18s;
}
.preloader-wrapper div:nth-child(5):after {
	top: 57px;
	left: 25px;
}
.preloader-wrapper div:nth-child(6) {
	animation-delay: -0.216s;
}
.preloader-wrapper div:nth-child(6):after {
	top: 54px;
	left: 19px;
}
.preloader-wrapper div:nth-child(7) {
	animation-delay: -0.252s;
}
.preloader-wrapper div:nth-child(7):after {
	top: 50px;
	left: 14px;
}
.preloader-wrapper div:nth-child(8) {
	animation-delay: -0.288s;
}
.preloader-wrapper div:nth-child(8):after {
	top: 45px;
	left: 10px;
}
@keyframes preloader-wrapper {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.left {
    float: left !important;
}
.right {
    float: right !important;
}
.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.circle {
    border-radius: 50%;
}
.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 6px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
.circle-clipper .circle:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    position: absolute;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #666;
}
.circle-clipper.left .circle:after {
    bottom: 3px;
    left: 2px
}
.circle-clipper.right .circle:after {
    bottom: 3px;
    right: 2px;
}
.active .circle-clipper.left .circle {
    -webkit-animation: left-spin 0.75s linear infinite alternate;
    animation: left-spin 0.75s linear infinite alternate;
}
.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-animation: left-spin 0.75s linear infinite alternate;
    animation: left-spin 0.75s linear infinite alternate;
}
.active .circle-clipper.right .circle {
    -webkit-animation: right-spin 0.75s linear infinite alternate;
    animation: right-spin 0.75s linear infinite alternate;
}
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}
.gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.color_2 .circle-clipper .circle:after {
    background-color: #D00027;
}

.spinner-layer.color_2 {
    border-color: #D00027;
}

.active .spinner-layer.color_1 .right, 
.active .spinner-layer.color_1 .left{-webkit-animation:material-fade-in-first 1.2s linear infinite alternate; 
	animation:material-fade-in-first 1.2s linear infinite alternate}
.active .spinner-layer.color_2 .right, 
.active .spinner-layer.color_2 .left{-webkit-animation:material-fade-in-second 1.2s linear infinite alternate; 
	animation:material-fade-in-second 1.2s linear infinite alternate}

@keyframes left-spin{  to{    transform:rotate(10deg)}
  from{    transform:rotate(130deg)}
}
@keyframes right-spin{  from{    transform:rotate(-130deg)}
  to{    transform:rotate(-10deg)}
}

@-webkit-keyframes container-rotate{to{-webkit-transform:rotate(360deg)}}
@keyframes container-rotate{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

@keyframes material-fade-in-first{  from{  opacity:1}
  to{  opacity:0}
}
@keyframes material-fade-in-second{  from{  opacity:0}
  to{  opacity:1}
}

/*//////////////////////////// 
/ 22 Back To Top
///////////////////////////*/
.cd-top {
  	display: none;
  	height: 60px;
  	width: 60px;
  	position: fixed;
  	bottom: 60px;
  	right: 60px;
  	z-index: 999997;
  	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  	/* image replacement properties */
  	overflow: hidden;
  	text-indent: 100%;
  	white-space: nowrap;
  	background: #D00027 url(assets/images/cd-top-arrow.svg) no-repeat center 50%;
  	opacity: 0;
  	border-radius: 4px;
  	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
  	-ms-transform: translateY(130px);
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
}
.cd-top.go-top-visible {
  	/* the button becomes visible */
  	-ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  	opacity: 1;
}
.cd-top.cd-fade-out {
  	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  	opacity: .5;
}
.cd-top:hover {
  	background-color: #D00027;
  	opacity: 1;
}

/* -------------------------------------------------------------------------------- */
/*	33. Animated Number Boxes
/* -------------------------------------------------------------------------------- */
.autoroyal-animated-number-box {
	text-align: center;
	width: 100%;
	display: block;
	margin-bottom: 30px;
	padding: 30px;
}

.autoroyal-animated-number-box i {
	font-size: 56px;
    position: absolute;
    left: 30px;
    top: 28px;
}

.autoroyal-animated-number-box h1,
.autoroyal-animated-number-box h3 {
	text-align: left !important;
}

.autoroyal-animated-number-box.has-icon h1,
.autoroyal-animated-number-box.has-icon h3 {
	padding-left: 60px;
}

.autoroyal-animated-number-box h3 {
	font-weight: normal;
	font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.autoroyal-animated-number-box h1 {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 45px;
    letter-spacing: -1.5px;
}

.autoroyal-animated-number-box.autoroyal-icon-box-style-boxed {
	padding-top: 80px;
}

.autoroyal-icon-box-style-alt {
	position: relative;
    overflow: hidden;
    padding: 2.4375em;
    padding-top: 80px;
    border: dotted 1px rgba(0,0,0,0.1);
    background-color: transparent;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.autoroyal-icon-box-style-alt:hover {
	background-color: #f4f4f4;
}

/* -------------------------------------------------------------------------------- */
/*	34. testimonials
/* -------------------------------------------------------------------------------- */
.autoroyal-testimonials {
    border-radius: 10px;
    position: relative;
    line-height: 1.714em;
    font-size: 18px;
    padding: 0 60px;
    padding-bottom: 30px;
}

.autoroyal-testimonials-holder {
	background-image: url(assets/images/icon-bg-shape-3.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 520px;
}

.autoroyal-testimonials-holder .material-icons {
	font-size: 180px !important;
	color: #2C425D;
}

.autoroyal-post-testimonials-content {
	font-size: 28px;
    line-height: 46px;
    color: #2C425D;
}

.autoroyal-testimonials .rating {
    color: #D00027;
    margin-bottom: 10px;
    display: inline-block;
}

.autoroyal-testimonials-holder .user {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-top: 60px;
}

.autoroyal-testimonials-holder .user .img-circle {
    margin: 0 auto 25px;
    border-radius: 50%;
    width: 100px !important;
    height: 100px;
    display: inline-block;
    border: solid 5px #fff;
}

.autoroyal-testimonials-holder .user h4 {
    margin: 0;
}

.autoroyal-testimonials-holder .user span {
    display: block;
    margin-bottom: 30px;
    font-size: 14px;
    text-transform: uppercase;
}

.text-muted {
    color: #8e98a0 !important;
}

.owl-dots {
	width: 100%;
    text-align: center;
    display: inline-block;
}

.owl-dots .owl-dot {
	border: 0;
    background-color: #fff;
    display: inline-block;
    width: 9px;
    height: 9px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin: 0 15px;
}

.owl-dots .owl-dot:before {
    content: '';
    position: absolute;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50%;
    background: #fff !important;
    border: solid 3px #0C3EB8 !important;
    margin-top: 11px;
    left: 0;
    outline: none !important;
    box-shadow: none;
    box-shadow: 0 0 0 4px #eaebfc;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s;
}

.owl-dots .owl-dot.active:before {
	border-width: 5px !important;
}

/* -------------------------------------------------------------------------------- */
/*	35. FAQ
/* -------------------------------------------------------------------------------- */
.autoroyal-panel-group {
    display: inline-block;
    width: 100%;
}

.autoroyal-panel-group .card {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #f5f5f5;
    background: transparent;
}

.autoroyal-panel-group .card:last-of-type {
	border-bottom: none;
}

.autoroyal-panel-group .card .card-header {
	padding: 0;
	background: transparent;
	border: none;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title {
	margin: 0;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 29px 30px;
    padding-left: 50px;
    color: #232323;
    font-size: 16px;
    /* letter-spacing: 1px; */
    font-weight: 600;
    text-transform: uppercase;
    background: #f5f5f5;
    border-radius: 0;
    text-align: left;
    text-decoration: none !important;
    white-space: inherit;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button.collapsed {
	background: transparent;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button .fa {
	float: right;
	font-weight: normal;
	width: 38px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	font-size: 12px;
	background-color: #f5f5f5;
	border-radius: 3px;
	margin-top: -12px;
	margin-bottom: -12px;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button.collapsed .fa-minus,
.autoroyal-panel-group .card h5.autoroyal-panel-title button .fa-plus {
	display: none;
}

.autoroyal-panel-group .card h5.autoroyal-panel-title button .fa-minus,
.autoroyal-panel-group .card h5.autoroyal-panel-title button.collapsed .fa-plus {
	display: inline-block;
}

.autoroyal-panel-group .card .card-body {
	padding: 0 50px 30px;
    color: #5a5a5a;
    font-size: 16px;
    line-height: 24px;
    background-color: #f5f5f5;
}

.footer-extra-info {
	background-color: #D00027 !important;
    color: #ffffff !important;
    padding: 2em 0;
}

.footer-extra-info a.footer-logo img {
	max-height: 36px;
}

.fantasythemes-logo-link {
	display: inline-block;
}

i.autoroyal-by {
	font-family: georgia,serif;
}

.fantasythemes-svg-logo {
	height: 12px;
	display: inline-block;
  float: left;
}

.footer-logo {
	margin-right: 30px;
}

.footer-extra-info-item {
	display: inline-block;
	margin-right: 30px;
}

.footer-extra-info-item img {
	height: 36px;
	margin-right: 10px;
}

.footer-extra-info-social {
	float: right;
}

.footer-extra-info-social a {
	color: #fff;
}

.footer-extra-info-social a .fa {
	height: 36px;
    width: 36px;
    line-height: 30px;
    text-align: center;
    margin-left: 10px;
    border: solid 3px #fff;
    border-radius: 100px;
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.footer-extra-info-social a:hover .fa {
	background-color: #fff;
	color: #D00027;
}

.modal-container {
    transition: .2s ease;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
}

.modal-container.modal-active {
    opacity: 1;
    visibility: visible;
    z-index: 999998;
}

.modal-container:before {
    background: rgba(0,0,0,.85);
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.modal-content {
    z-index: 99;
    width: 100%;
    height: 100%;
    position: relative;
}

.pos-vertical-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}

.close-big-search-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    cursor: url(/static/images/close-cursor.png),auto;
}

#big-search-holder #searchform {
    max-width: 700px;
    width: 50%;
    min-width: 280px;
    display: inline-block;
    position: relative;
}

.input-with-icon i {
    position: absolute;
    font-size: 20px;
    margin-right: 70px;
    top: 24px;
    right: 0;
    color: #fff;
}

input#big-search-box {
    padding: 20px;
    padding-left: 30px;
    padding-right: 60px;
    width: 100%;
    border-radius: 50px;
    background: rgba(0,0,0,.4);
    color: #fff;
    line-height: 26px;
    font-size: 20px;
    border: solid 2px #484848;
    border-width: 2px!important;
}

.nav-classic {
	background-color: #fff;
}

.tab-wrapper .nav-classic {
	border-bottom: solid 3px #F0F7FF;
}

.nav-shadow {
	box-shadow: 0 6px 20px 0 rgba(0,0,0,.06);
	background-color: #fff;
}

.nav-bordered {
	border-bottom: 1px solid #F0F7FF;
}

.nav-rounded {
	border-radius: 0.25rem;
}

.nav-classic .nav-link {
    color: #696969;
    font-weight: 600;
    line-height: 50px;
    border-bottom: 3px solid transparent;
    border-radius: 0;
    padding: 1.5rem;
    margin-bottom: -.125rem;
    transition: 0.3s;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.tab-wrapper .nav-classic .nav-link {
	margin-bottom: -3px;
}

.nav-rounded > .nav-link:first-of-type {
    border-bottom-left-radius: 0.25rem;
}

.nav-rounded > .nav-link:last-of-type {
    border-bottom-right-radius: 0.25rem;
}

.nav-classic .nav-link.active {
    color: #0C3EB8;
    border-bottom-color: #0C3EB8;
}

.nav-classic .nav-link:hover {
    color: #0C3EB8;
}

.tab-pane.active {
    animation: slide-down .6s ease-out;
}

@keyframes slide-down {
    0% { 
	opacity: 0; 
	transform: translateY(40px); 
}
    100% { 
	opacity: 1; 
	transform: translateY(0); 
}
}

@media only screen and (min-width: 768px) {
  	.cd-top {
    	right: 20px;
    	bottom: 20px;
  	}
}
@media only screen and (min-width: 1024px) {
  	.cd-top {
	    height: 60px;
	    width: 60px;
	    right: 35px;
	    bottom: 35px;
  	}
}

@media only screen and (min-width: 1280px) {

	#site-navigation.clone-fixed.slideDown {
	    margin-top: 0 !important;
	    box-shadow: 0 1px 10px rgba(78, 82, 99, 0.15);
	    /*-moz-transition: all 0.2s ease;
	    -o-transition: all 0.2s ease;
	    -webkit-transition: all 0.2s ease;
	    transition: all 0.2s ease;*/
	}

}

@media (max-width: 1024px) {

	.hentry.card .card-body { 
		padding: 1.5rem; 
	}

	.sidebar-1-area .widget, 
	.footer-widgets .widget {
		padding: 1.5rem 0;
	}

	.mt-3r {
	    margin-top: 2rem;
	}

	.header-main {
		padding: 1.3rem 0;
	}

	.gm-fullscreen-control {
		display: none;
	}

	.header-main,
	.autoroyal-compare-menu li.menu-compare-button {
		display: none;
	}

	.site-branding-text img {
	    max-height: 32px;
	}

	.autoroyal-menu-wrapper {
	    margin-top: 0px;
	}

	.autoroyal-compare-menu {
	    float: right;
	}

}

@media (max-width: 1024px) and (min-width: 768px) {

	.autoroyal-rent-booking-dates .row .col-md-3 svg {
		display: none !important;
	}

	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-pickup-location, 
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-return-location, 
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-rental-period-label,
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-pickup-date, 
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-return-date, 
	.autoroyal-rent-booking-dates .autoroyal-rent-booking-dates-rental-period {
		padding-left: 0 !important;
	}

	.autoroyal-change-rent-booking-dates {
		line-height: 24px !important;
	}

}

@media (max-width: 992px) {

	#site-navigation.sticky-header.clone-fixed,
	#primary-menu-wrap,
	.autoroyal-compare-menu,
	#autoroyal-front-dashboard-sidebar {
		display: none !important;
	}
	
	.autoroyal-admin-menu-wrapper, 
	.autoroyal-menu-wrapper {
	    display: block;
	}

	.footer-extra-info-item {
		display: none;
	}

	.favorite-panel .favorite-panel-header {
	    border: none;
	    padding: 135px 35px 35px;
	}

	#favorite-vehicles-basket {
	    padding: 0 35px 100px;
	}

	.autoroyal-page-title .container {
		padding-top: 20px;
    	padding-bottom: 28px;
	}

	#autoroyal-vertical-car-holder {
		margin-bottom: 30px;
	}

	.autoroyal-listing-sort-item-result {
	    width: 100%;
	    margin-bottom: 20px;
	}

	.autoroyal-horizontal-car-filter .form-group.custom-range {
		margin-bottom: 30px;
	}

}

@media (min-width: 992px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
}

@media (max-width: 991.98px){
	.navbar-expand-lg>.container {
	    padding-right: 30px;
	    padding-left: 30px;
	}
	.autoroyal-front-dashboard-wrapper .navbar, 
	.autoroyal-front-dashboard-wrapper .header-main {
	    padding-left: 0;
	    padding-right: 0;
	}
	.autoroyal-front-dashboard-content {
		padding: 30px;
	}
}