
header {
	
	position: absolute;
	z-index: 1000;
	width: 100%;
	top: 0px;
}

header, header * {
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.toolbar {
	padding: 0;
	color: #fff;
	min-height: 30px;
	position: relative;
	z-index: 5555;
	background: rgba(0, 0, 0, 0.2);
	display: block;
}

.toolbar ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
}

.toolbar ul li {
	float: left;
	margin-right: 22px;
	color: #929596;
	font-size: 10px;
	font-weight: 800;
	line-height: 30px;
}

.toolbar ul li i {
	padding-right: 5px;
	font-size: 14px;
}

.toolbar ul li a {
	color: #929596;
	font-size: 10px;
	line-height: 30px;
	font-weight: 600;
	text-transform: uppercase;
}

.toolbar .search_box {
	background: none;
	box-shadow: none;
	height: 22px;
	display: inline-block;
	min-height: initial;
	margin: 0;
	border: 0;
	color: #929596;
	font-size: 10px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	float: none;
	padding: 0 4px;
}
.toolbar .search_box::-webkit-input-placeholder, .toolbar .search_box:-moz-placeholder, .toolbar .search_box::-moz-placeholder, .toolbar .search_box:-ms-input-placeholder {
 color: #929596;
 transition: all 0.5s linear;
}
 .toolbar input.search_box::-webkit-input-placeholder, .toolbar input.search_box:moz-placeholder, .toolbar input.search_box::-moz-placeholder, .toolbar input.search_box:-ms-input-placeholder {
 transition: all 0.5s linear;
}
 .toolbar input.search_box:hover::-webkit-input-placeholder, .toolbar input.search_box:hover:moz-placeholder, .toolbar input.search_box:hover::-moz-placeholder, .toolbar input.search_box:hover:-ms-input-placeholder {
 color: #FFF;
 transition: all 0.5s linear;
}

.bottom-header {
	padding-bottom: 21px;
	margin-bottom: -21px;
}

.toolbar_shadow {
	background-image: url(../images/toolbar_shadow.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 21px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 30px;
}

.header_shadow {
	background-image: url(../images/header_shadow.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-bottom: 21px;
	margin-bottom: -21px;
}

header.affix .bottom-header {
	height: initial;
	background-position: center 68px;
}

header .navbar-brand img {
	height: 100%;
	width: auto;
	margin-top: -6px;
}

.bottom-header .navbar {
	margin-bottom: 0px;
	border: none;
}

header .bottom-header .navbar-default {
	background-color: transparent;
	border-color: transparent;
}

header .navbar-default .navbar-toggle {
	border-color: transparent;
	background-color: transparent;
	margin-top: 17px;
}

header .bottom-header .navbar-default .navbar-brand {
	padding: 21px 0 0 0;
	height: 75px;
	overflow: hidden;
	transition-duration: 0s;
}

header .bottom-header .navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 31px;
	padding: 25px 15px 25px 15px;
	transition-duration: .15s;
}

.bottom-header .navbar-default .navbar-nav>.active>a, .bottom-header .navbar-default .navbar-nav>.active>a:hover, .bottom-header .navbar-default .navbar-nav>.active>a:focus {
	background-color: #086492;
	color: #fff;
}

.bottom-header .navbar-default .navbar-nav> li> a:hover {
	background-color: #086492;
}

header.affix {
	top: -30px;
}

header.affix .bottom-header .navbar-default .navbar-brand {
	padding: 11px 0 0 15px;
	height: 59px;
}

header.affix .toolbar {
}

header.affix .container .navbar {
	min-height: 0px;
	margin-top: 0;
}

header.affix .container .navbar .navbar-brand img {
	height: 80%;
	width: auto;
	margin-top: -2px;
}

header.affix .container .navbar .navbar-nav li a {
	line-height: 10px;
	padding: 28px 10px 21px 10px;
	font-size: 12px;
	transition-duration: .15s;
}

header .nav .open>a, header .nav .open>a:hover, header .nav .open>a:focus, header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:hover, header .navbar-default .navbar-nav>.open>a:focus {
	background-color: #086492;
	color: #fff;
}

header .navbar-default .navbar-nav>.dropdown>a .caret, header .navbar-default .navbar-nav .dropdown a .caret {
	display: none;
}

header .navbar-default .navbar-nav>.dropdown>a .caret, header .navbar-default .navbar-nav .dropdown a .caret {
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

header .navbar-nav.pull-right>li>.dropdown-menu, header .navbar-nav>li>.dropdown-menu {
	left: 0;
	background: rgba(0, 0, 0, 0.65);
	right: auto;
	margin-left: 0;
	font-size: 13px;
	font-weight: 400;
}

header .navbar-nav.pull-right>li>.dropdown-menu, header .navbar-nav>li>.dropdown-menu >li>a {
	color: #fff;
}

header .navbar-nav li.dropdown:hover .dropdown-menu {
	display: block;
}

header .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
	display: none;
}

header .navbar-nav li.dropdown .dropdown-menu li.dropdown:hover .dropdown-menu {
	display: block;
}

header .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
	display: none;
}
header .navbar-nav li.dropdown .dropdown-menu li.dropdown .dropdown-menu li.dropdown:hover .dropdown-menu {
	display: block;
}

header .navbar-nav>li>.dropdown-menu >li>a {
	padding: 9px 20px;
}

header.affix .dropdown .dropdown-menu li.dropdown .dropdown-menu>li>a {
	font-size: 12px;
}

header .navbar-nav li.dropdown .dropdown-menu li.dropdown.other_side .dropdown-menu, .dropdown .dropdown-menu li.dropdown.other_side .dropdown-menu {
	left: -95%;
	right: 100%;
	transition-duration: 0s !important;
}

.navbar-collapse.in, .navbar-collapse.collapse, .navbar-collapse.collapsing {
	border: none;
	box-shadow: none;
}

.navbar-collapse.in {
	height: 100%;
	max-height: 100%;
}

.navbar .navbar-nav li .dropdown-menu>li>a {
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	transition-duration: .15s;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #FFF;
	background-color: transparent;
}

header.affix .container .navbar .navbar-nav li .dropdown-menu>li>a {
	padding: 9px 8px;
}

header.affix-top .bottom-header .navbar-default .navbar-brand .logo .primary_text {
	margin-top: 3px;
}

header .bottom-header .navbar-default .navbar-brand .logo .primary_text {
	font-family: 'Yellowtail', cursive;
	color: #FFF;
	font-size: 40px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	padding-right: 5px;
	transition-duration: 0s;
}

header .bottom-header .navbar-default .navbar-brand .logo .secondary_text {
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	display: block;
	text-align: center;
	letter-spacing: 9px;
	text-transform: uppercase;
	transition-duration: 0s;
}

header.affix .bottom-header .navbar-default .navbar-brand .logo .primary_text {
	font-size: 34px;
	margin-bottom: 0;
	margin-top: 5px;
}

header.affix .bottom-header .navbar-default .navbar-brand .logo .secondary_text {
	font-size: 8px;
}
.toolbar input.search_box::-webkit-input-placeholder {
 transition: color 0.5s linear;
}
.toolbar input.search_box:hover:-moz-placeholder {
 transition: color 0.5s linear;
}
.toolbar input.search_box:hover:-ms-input-placeholder {
 transition: color 0.5s linear;
}
 .toolbar input.search_box:hover::-webkit-input-placeholder {
 color: #FFF;
}
.toolbar input.search_box:hover:-moz-placeholder {
 color: #FFF;
}
.toolbar input.search_box:hover:-ms-input-placeholder {
 color: #FFF;
}

.left-none li a i:hover {
	color: #FFF;
}

.search-form .select-wrapper .form-element {
	margin: 0 11px 0 14px;
}

/*  C. Menus
----------------------------*/


.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
	background-color: #086492;
}

.dropdown-menu {
	padding: 0;
	margin: 0px 0 0;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu {
	background: rgba(0, 0, 0, 0.65);
	top: 0;
	left: 100%;
	margin: 0;
	padding: 0;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu>li>a {
	color: #fff;
	padding: 9px 21px;
	font-weight: 600;
	font-size: 13px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu:before {
	content: "";
	border: none;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu>li:first-of-type>a {
	border-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	background-color: #086492;
}

.dropdown-menu>li:last-of-type>a, .dropdown-menu>li:last-of-type>a {
	border-radius: 4px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
@media only screen and (max-width: 1200px) {

.car_type_heading {
	width: 75%
}

.inventory_right {
	width: 75%
}

.car-type-price .price-wraper {
	padding-left: 7px;
}
}

@media only screen and (max-width: 1170px) {

.horizontal_box .video_details a.pull-right {
	float: left !important;
}

.flexslider2:hover a.flex-next {
	right: 0px;
}

.flexslider2:hover a.flex-prev {
	left: 0;
}

.flexslider2 a.flex-next {
	right: 0px;
}

.flexslider2 a.flex-prev {
	left: 0;
}

.select-wrapper {
	height: auto;
}

.inventory_right .wrapper_carList .car-type-price {
	padding-left: 0px;
	width: 50%;
	margin-left: 50px;
}
}

@media (min-width: 1170px) {

.controls {
	margin: 5px 0 5px 0;
}

.form-row {
	width: 240px;
}



.slide-text-wrap h2 {
	font-size: 72px;
}

.slide-text-wrap h3 {
	font-size: 55px;
}

.slide-text-wrap h4 {
	font-size: 30px;
}

#secondary-banner {
	margin-top: 0;
	padding-top: 160px;
}

.boxed_layout #secondary-banner {
	margin-top: 0;
	padding-top: 160px;
}

#secondary-banner h2 {
	font-size: 34px;
	padding-left: 0;
	font-weight: 700;
}

#secondary-banner h4 {
	font-size: 22px;
	padding-left: 0;
	margin-bottom: -10px;
	font-weight: 300;
	letter-spacing: 0.1px;
	margin-top: 13px;
}

.breadcrumb {
	float: right;
	margin-top: 0;
	margin-bottom: -15px;
}

.shadow {
	background-position: center top;
	background-repeat: repeat-x;
}

.car-type-col-1 {
	float: left;
	width: 536px;
	margin: 0 20px;
}

.car-type-col-2 {
	float: left;
	width: 75px;
	margin: 50px 0;
}

.car-type-col-3 {
	float: right;
	width: 195px;
	position: relative;
}

.car-type-col-1 h3 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 0px;
	letter-spacing: -0.5px;
}

.no-left-padding {
	padding-left: 0;
	width: 50%;
}

.video-link {
	float: left;
	margin-left: 0;
	font-size: 12px;
	font-weight: 600;
	margin-top: 0px;
	text-shadow: 0 1px 0 #fff;
	color: #3a3a3a;
	padding: 4px 8px;
	margin-bottom: 0;
}

.video-link i {
	padding-right: 5px;
}

.margin-btm {
	margin-bottom: 0px;
}

.input-checkbox {
	float: right;
}

.car-type-col-3 form {
	float: right;
	margin: -15px -12px;
	padding: 0;
	position: relative;
	z-index: 555;
}

.price-wrap {
	display: block;
	margin: 30px 0 14px 0;
}

.price {
	font-size: 12px;
	display: block;
	text-align: left;
}

.price-tag {
	font-size: 36px;
	font-weight: 600;
	display: block;
	margin: 5px 0;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
}

.form-links {
	float: right;
	margin: 0 -12px 0 0;
	padding: 0;
	list-style: none;
}

.form-links li {
	float: left;
	width: auto;
	margin-right: 8px;
}

.top_buttons .form-links li {
	margin-right: 0;
}

.form-links li a {
	color: #3a3a3a;
	font-size: 12px;
	width: auto;
	text-shadow: 0 1px 0 #fff;
	font-weight: 600;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
}

.form-links li:nth-child(3), .form-links li:nth-child(3) a {
	width: auto;
	margin: 0 7px 0 0;
}

.form-links li:nth-child(1) {
	margin-right: 0;
}

.form-links li:nth-child(1) a {
	margin-right: 0;
}

.ribbon-item {
	clear: none;
	display: block;
}

.content h2.error {
	font-size: 260px;
	display: block;
}

.error-message em {
	font-size: 100px;
}

.right_carList .check_box_right {
	position: absolute;
	right: 39px;
	top: -9px;
}

.car_heading {
	margin-left: 178px;
}

.wrapper_carList .car-type .col-width-50 {
	width: 90%;
}

.price_tag {
	left: 21%;
	position: absolute;
	top: -21px;
}

.footer-contact ul li {
	padding-right: 0;
}

.flip .card .back .hover_title {
	margin-top: 23px;
}

#current_size {
	z-index: 1170;
}

.flip, .flip .card, .flip .card .face {
	height: 164px;
	width: 303px;
}

.efficiency-rating ul li.fuel {
	margin-left: -30px;
}

.efficiency-rating ul li.fuel img {
	width: initial;
}

.boxed_layout .flip, .boxed_layout .flip .card, .boxed_layout .flip .card .face {
	width: 310px;
	height: 168px;
}

.boxed_layout header .bottom-header .navbar-default .navbar-nav>li>a {
	font-size: 14px;
	padding: 38px 15px 20px !important;
}

.boxed_layout .container {
	width: 1100px;
}

#secondary-banner .container .row div {
	float: none;
	display: table-cell;
	vertical-align: bottom;
	height: 90px;
}

.blog-content img.featured_image {
	display: inline-block;
	float: left;
	margin: 7px 25px 10px 0;
}

.boxed_layout, .boxed_layout header.affix, .boxed_layout header.affix-top, .boxed_layout .message-shadow {
	width: 85%;
	max-width: 1270px;
}

.boxed_layout .container, .boxed_layout section.content .container, .boxed_layout header .bottom-header .container {
	/*padding: 0 50px;*/
	width:1100px;
}

.boxed_layout .listing_sort, .boxed_layout .listing-view {
	padding-left: 0;
	padding-right: 0;
}

.boxed_layout #secondary-banner .container .row > .col-xs-12 {
	padding-left: 0;
}

.listing_sort, .listing-view {
	padding-left: 0;
	padding-right: 0;
}

.boxed_layout header .toolbar .container, .boxed_layout header .bottom-header .container {
	padding: 0 50px;
}

.toolbar .left_bar, .toolbar .container .row > div {
	padding-left: 0;
	padding-right: 0;
}

.boxed_layout div.inventory {
	margin: 0 0 20px;
}

.boxed_layout .car_listings, .boxed_layout .pagination_container, .boxed_layout .copyright-wrap .container .row > div {
	padding-left: 0;
	padding-right: 0;
}

.boxed_layout footer .container, .boxed_layout .copyright-wrap .container {
	/*padding: 0 35px;*/
	width:1100px;
}

.copyright-wrap .container .row > div, .pagination_container, .boxed_layout section.content, .boxed_layout .car-block-wrap, .boxed_layout .car-info-wrap, .boxed_layout .welcome-wrap, .boxed_layout .car-block-wrap .container .row {
	padding-left: 0;
	padding-right: 0;
}

.boxed_layout .message-wrap .container { 
	width: 1100px;
}

.boxed_layout.margin header.affix-top {
	width: 100%;
	margin-top: 40px;
}

.boxed_layout.margin {
	margin-top: 40px;
	margin-bottom: 40px;
}

.select-wrapper span.sort-by {
	margin-right: 12px;
}

.select-wrapper.pagination .row > div:first-of-type {
	text-align: left;
}

.select-wrapper ul.top_buttons {
	margin-right: 0;
}

/*.boxed_layout .container {
	width: 100%;
}*/

header .bottom-header .navbar-default .navbar-brand {
	padding: 22px 0 0 0;
}

.boxed_layout .search-form .find_new_vehicle {
	margin-top: 10px;
}
}

@media (max-width: 992px) {

.responone {display:none;}

.boxed_layout .row {
	margin: 0;
}

/*.boxed_layout .navbar-header {
	float: none;
}

.boxed_layout .navbar-left, .boxed_layout .navbar-right {
	float: none !important;
}

.boxed_layout .navbar-toggle {
	display: block;
}

.boxed_layout .navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}

.boxed_layout .navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.boxed_layout .navbar-collapse.collapse {
	display: none!important;
}

.boxed_layout .navbar-nav {
	float: none!important;
	margin-top: 7.5px;
}

.boxed_layout .navbar-nav>li {
	float: none;
}

.boxed_layout .navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

.boxed_layout .collapse.in {
	display: block !important;
}

.boxed_layout header .bottom-header .navbar-default .navbar-nav>li>a {
	padding: 4px 11px !important;
}

.boxed_layout .navbar-nav .open .dropdown-menu {
	position: static;
	float: none;
	width: auto;
	margin-top: 0;
	background-color: transparent;
	border: 0;
	box-shadow: none;
}

.boxed_layout header .navbar-nav li.dropdown.open:hover ul.dropdown-menu {
	display: block;
}

.boxed_layout header .navbar-nav li.dropdown .dropdown-menu li.dropdown:hover .dropdown-menu {
	display: block;
}

.boxed_layout header .navbar-default .navbar-nav>.dropdown>a .caret, .boxed_layout header .navbar-default .navbar-nav .dropdown a .caret {
	display: inline-block;
}

.boxed_layout header .navbar-nav li.dropdown:hover .dropdown-menu {
	display: none;
}

.boxed_layout header .navbar-nav li.dropdown.open:hover ul.dropdown-menu li.dropdown .dropdown-menu {
	display: none;
}

.boxed_layout .dropdown .dropdown-menu li.dropdown .dropdown-menu, .boxed_layout header .navbar-nav.pull-right>li>.dropdown-menu, .boxed_layout header .navbar-nav>li>.dropdown-menu {
	background: none;
}

.boxed_layout .affix .container .navbar .navbar-collapse .navbar-nav > li > a {
	padding: 18px 9px 18px 10px !important;
}*/
}

@media only screen and (max-width: 568px) {

.form-element input[type=submit] {
	margin: 10px 0 0 0;
}
}

@media only screen and (max-width: 1000px) {

header .bottom-header .navbar-default .navbar-nav>li>a {
	padding: 23px 4px 25px 4px !important;
}

.latest-news {
	clear: both;
}

.latest-news .recent_blog_posts {
	padding-left: 0;
}
}

@media only screen and (max-width: 680px) {

p {
	padding-bottom: 10px;
}

header .bottom-header .navbar-default .navbar-nav>li>a {
	padding: 18px 5px 18px 5px !important;
}

.price_tag {
	left: 50%;
	position: absolute;
	top: -7px;
}

.horizontal_box .video_details a.pull-right {
	float: right !important;
}

.car_category {
	width: 75%;
}

.cat_table {
	width: 90%;
}

.cat_accordian {
	width: 20%;
}

.car-type-list .list_img {
	float: left;
	width: 100%;
	text-align: center;
}

.car-type-list .inventory_right .car-type .col-width-50 {
	display: block !important;
	width: 90%;
}

.car-type-list .inventory_right .wrapper_carList .car-type {
	width: 100%;
}

.inventory_right .wrapper_carList .car-type-price {
	width: 100%;
	display: block;
}

.wrapper_carList .car-type-price .price-wraper {
	width: 100%;
	padding-left: 15px;
}

.bottom-header .navbar-nav {
	float: none !important;
}

header .bottom-header .navbar-default .navbar-nav>li>a {
	padding: 4px 11px !important;
}

body header.affix {
	top: -31px;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
	background-color: transparent;
	margin-top: 17px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.banner-wrap {
	margin-top: 0px !important;
}

.navbar-collapse {
	border-top: none;
}

.navbar-nav {
	margin: 0px -15px;
}

.welcome-wrap h4 {
	margin: 0;
}

.footer-contact {
	padding-bottom: 0;
}

footer div[class*="col-"] {
	padding-bottom: 25px;
}

header .navbar-nav.pull-right>li>.dropdown-menu, header .navbar-nav>li>.dropdown-menu {
	margin-left: 0 !important;
	background: none !important;
}

header .navbar-nav>li>.dropdown-menu >li>a {
	padding: 5px 15px 5px 12px;
	color: #fff !important;
}

header .navbar-default .navbar-nav>.dropdown>a b.caret, header .navbar-default .navbar-nav .dropdown a b.caret {
	display: inline-block;
}

header .navbar-nav li.dropdown:hover ul.dropdown-menu, header .navbar-nav li.dropdown .dropdown-menu li.dropdown:hover ul.dropdown-menu {
	display: none;
}

header .navbar-nav li.dropdown.open:hover ul.dropdown-menu {
	display: block;
}
}

@media only screen and (max-width: 767px) {

.horizontal_box .vehicle_details .price-wrap span.pull-right {
	float: none !important;
}

.horizontal_box .video_details a.pull-right {
	float: left !important;
}

.inventory_right {
	width: 100%;
	padding: 0px;
	margin-top: 10px;
}

.right_carList .car-type-list .list_img {
	width: 100%;
	text-align: center;
}

.inventory-wide-sidebar-right .car_listings.sidebar{
	margin-left: auto;
}

.post-entry span.tags {
	text-align: left;
}

.threadauthor {
	padding: 0 10px;
}

.navbar-default .navbar-collapse .navbar-nav > li > a {
	padding: 13px 15px 8px 15px;
}

.affix .container .navbar .navbar-collapse .navbar-nav > li > a {
	padding: 18px 9px 18px 10px !important;
}

header .bottom-header .navbar-nav {
	float: none !important;
	background-color: black;
}

.boxed_layout.margin header .bottom-header .navbar-nav {
	margin: 0 -15px;
}

header .bottom-header .navbar-default .navbar-brand {
	padding: 4px 0 0 0;
}

header .navbar-default .navbar-nav>.dropdown>a b.caret, header .navbar-default .navbar-nav .dropdown a b.caret {
	display: inline-block;
}

header .navbar-nav li.dropdown:hover ul.dropdown-menu, header .navbar-nav li.dropdown .dropdown-menu li.dropdown:hover ul.dropdown-menu {
	display: none;
}

header .navbar-nav li.dropdown.open:hover > ul.dropdown-menu {
	display: block;
}

header .navbar-nav li.dropdown.open:hover > ul.dropdown-menu ul {
	display: none;
}

section.banner-wrap {
	margin-top: 0;
}

footer .container .row > div {
	padding-bottom: 25px;
}

.recent-vehicles-wrap .row > div {
	clear:both;
}

.boxed_layout .message-wrap .container .row {
	margin: 0 -15px;
}
}

@media (min-width: 320px) {

.flip, .flip .card, .flip .card .face {
	width: 100%;
	max-width: 100%;
	border: 0px solid #0F0;
}

.flip .card .back .hover_title {
	margin-top: 20px;
}

.flip .card .face.front {
	position: relative;
}

#secondary-banner h2 {
	font-size: 28px;
	margin-top: 0;
	padding-top: 0;
}

#secondary-banner h4 {
	font-size: 18px;
}

#secondary-banner .container .row {
	display: block;
}

#secondary-banner .container .row div {
	float: none;
	display: block;
	vertical-align: bottom;
}

#secondary-banner .container .row > div:first-of-type {
	min-height: 100px;
}

.breadcrumb {
	margin-top: 0;
	margin-bottom: 0;
	display: none;
}

header .left_bar {
	display: none;
}

.boxed_layout header .toolbar .container, .boxed_layout header .bottom-header .container {
	padding: 0 0;
}

header .bottom-header .navbar-default .navbar-brand {
	padding: 15px 0 0 15px;
}

.container .inner-page > .col-lg-9, .inner-page .container > .col-md-12 {
	padding: 0 0;
}

.inner-page.inventory-listing .content-nav {
	padding: 0 0;
}

.information_head .deparment {
	text-align: center;
}

.hours_operation table.table {
	text-align: center;
	width: 170px;
	margin: 0 auto;
}

.form-links li {
	list-style: none;
}

.default-btn {
	float: none;
	display: block;
	clear: both;
	margin-top: 10px;
}

.company_info li.address {
	display: none;
}

.toolbar ul > li {
	margin-right: 10px;
}

footer.design_2 {
	padding-bottom: 64px;
}

.content h2.error {
	font-size: 80px;
	line-height: 40px;
}

.error-message em {
	font-size: 40px;
}

.specialize-in {
	margin-top: 40px;
}

.testimonials, .latest-news, .featured-brand {
	margin-top: 20px;
}

.boxed_layout, .boxed_layout header.affix, .boxed_layout header.affix-top, .boxed_layout .message-shadow {
	width: 100%;
}

.boxed_layout .container, .boxed_layout header .bottom-header .container {
	padding: 0;
}

.boxed_layout .car_listings {
	padding: 0;
}

.listing_sort, .listing-view {
	padding-left: 15px;
	padding-right: 15px;
}

.boxed_layout .copyright-wrap .container .row >div {
	padding-left: 0;
	padding-right: 0;
}

section.content, .car-info-wrap, .message-wrap .container {
	padding-left: 15px;
	padding-right: 15px;
}

/*.boxed_layout.margin header.affix-top {
	width: 100%;
	margin-top: 0;
}*/

/*.boxed_layout.margin {
	margin-top: 0;
}*/

.select-wrapper.pagination .pull-right, .select-wrapper.pagination .row > div:first-of-type {
	text-align: center;
}

.listing_sort .sort-by {
	margin-left: 0;
}

.car_listings {
	margin: 0 auto;
}

.inventory-wide-sidebar-left > div, .boxed_layout .listing_sort, .boxed_layout .listing-view {
	padding-right: 0;
	padding-left: 0;
}

.select-wrapper span.sort-by {
	margin-right: 10px;
	float: none;
	vertical-align: top;
}

.select-wrapper ul.top_buttons li {
	float: none;
}

.car_listings.boxed.boxed_right {
	margin-right: 0;
	margin-left: 0;
}

.listing_sort, .listing-view, .pagination_container {
	padding-right: 0;
	padding-left: 0;
}

.inventory-wide-sidebar-left .sidebar.car_listings {
	padding-left: 0;
}

.car_listings.boxed.boxed_left {
	margin-left: 0;
}

.search-form .find_new_vehicle {
	margin-top: 10px;
}

.blog-content img.featured_image {
	display: block;
	float: none;
	margin: 7px auto 10px;
}

.boxed_layout .navbar-collapse {
	margin: 0 0;
}

.toolbar ul li:last-child {
	margin-right: 0px;
}

div.example-tabs .nav-tabs>li {
	margin-bottom: 5px;
}

div.example-tabs .nav-tabs>li, div.example-tabs .nav-tabs>li>a {
	width: 100%;
	display: block;
}

.right-content, .right-content > div, .right-content > div > div {
	clear: both;
}

.inventory-listing .right-content {
	padding-right: 0;
	padding-left: 0;
}

.car-info .table>tbody>tr>td:first-child {
	padding-left: 0;
}

.nav-tabs {
	border: 0;
}

#features ul {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
}

table.left_table, table.right_table {
	width: 98%;
}
}

@media (min-width: 480px) {

.left-none, .right-none {
	float: none;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

.toolbar .right-none.pull-right {
	float: right;
	width: auto;
	clear: none;
	margin: 0 auto;
}

header {
	position: absolute;
}

h1 a.logo {
	margin-bottom: 20px;
}

.message-wrap h2 {
	text-align: center;
}

.social {
	margin: 10px 0 0;
}

.f-nav {
	width: 100%;
	display: block;
}

.slide-text-wrap h4 {
	letter-spacing: 0px;
}

#secondary-banner {
	margin-top: 0;
	padding-top: 164px;
}

#secondary-banner h2 {
	font-size: 28px;
	padding-top: 0;
	margin-top: 0;
}

#secondary-banner h4 {
	font-size: 20px;
}

.shadow {
	background-position: left top;
	background-repeat: repeat-x;
}

.align-right {
	float: left;
	clear: left;
	margin-right: 10px;
	line-height: 45px;
}

.form-links {
	margin: 0 0 20px -5px;
	float: left;
}

.car-type-col-1 {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.car-type-col-1 h3 {
	font-size: 20px;
	font-weight: 600;
}

.page-view {
	float: left;
	margin-left: 0;
	margin-top: 10px;
}

.video-link {
	float: left;
	color: #3a3a3a;
	margin-left: 0;
}

.car-type-col-3 form {
	float: right;
	width: auto;
	margin-bottom: 5px;
}

.no-left-padding {
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}

.car-type-col-2 {
	width: 50%;
	float: left;
}

.car-type-col-3 {
	width: 50%;
	float: left;
}

.price-wrap {
	display: block;
	margin: 30px 0 14px 0;
}

.img-border {
	margin: 0 20%;
}

.content h2.error {
	font-size: 80px;
	line-height: 50px;
}

.error-message em {
	font-size: 40px;
}

header .bottom-header .navbar-default .navbar-brand .logo {
	margin-left: 0;
	display: block;
}

.efficiency-rating img.aligncenter {
	left: 12px;
}

.view_viewport {
	font-size: 12px;
}

.example-tabs .nav li {
	width: initial;
	text-align: left;
}

.footer-contact ul li {
	padding-right: 0;
}

.car-rate-block .small-block {
	margin-bottom: 25px;
}

#current_size {
	z-index: 480;
}

.toolbar .row ul li.address {
	display: block;
}

.select_view {
	display: none;
}

.years-dropdown, .makers-dropdown, .models-dropdown, .body-styles-dropdown, .mileage-dropdown, .transmissions-dropdown, .fuel-economies-dropdown, .conditions-dropdown, .location-dropdown, .prices-dropdown {
	width: 100%;
}

.flip, .flip .card, .flip .card .face {
	height: 200px;
	width: 370px;
	border: none;
}

.boxed_layout header .toolbar .container, .boxed_layout header .bottom-header .container {
	padding: 0 15px;
}

.container .inner-page > .col-lg-9, .inner-page .container > .col-md-12 {
	padding: 0 0;
}

body header.affix {
	top: -31px;
}

.company_info li.address {
	display: inline-block;
}

.toolbar ul > li {
	margin-right: 22px;
}

#secondary-banner .container .row > div.col-xs-12:first-of-type {
	min-height: 65px;
}

.boxed_layout .car_listings {
	padding: 0;
}

.select-wrapper.pagination .pull-right, .select-wrapper.pagination .row > div:first-of-type {
	text-align: center;
}

.listing_sort .sort-by {
	margin-left: 0;
}

.car_listings {
	margin: 0 auto;
}

.inventory-wide-sidebar-left > div, .boxed_layout .listing_sort, .boxed_layout .listing-view, .listing-view, .listing_sort, .inventory-heading .row > div, .inner-page.inventory-listing .content-nav {
	padding-right: 0;
	padding-left: 0;
}

.car_listings.boxed.boxed_right {
	margin-left: 0;
}

.flip .card .back .hover_title {
	margin-top: 35px;
}

.boxed_layout .navbar-collapse {
	margin: 0 -15px;
	padding: 0 15px;
}

.breadcrumb {
	display: block;
}

div.example-tabs .nav-tabs>li, div.example-tabs .nav-tabs>li>a {
	width: inherit;
}

div.example-tabs .nav-tabs>li {
	margin-bottom: inherit;
}

.nav-tabs {
	border-bottom: 1px solid #DDD;
}

table.left_table, table.right_table {
	width: 49%;
	float: left;
}

table.right_table {
	float: right;
}
}

@media (min-width: 568px) {

.form-row {
	width: 100%;
}

header {
	position: absolute;
}



#secondary-banner {
	margin-top: -21px;
	padding-top: 164px;
}

#secondary-banner h2 {
	font-size: 28px;
	padding-top: 33px;
	padding-left: 0;
}

#secondary-banner h4 {
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 2px;
}

.breadcrumb {
	float: left;
	margin: 0px;
}

.shadow {
	background-position: left top;
	background-repeat: repeat-x;
}

.align-right {
	float: left;
	clear: left;
}

.car-type-col-1 {
	width: 98%;
	margin: 10px 0;
}

.car-type-col-1 h3 {
	font-size: 20px;
	text-align: left;
}

.video-link {
	float: left;
	color: #3a3a3a;
}

.form-links {
	margin: 0 0 5px -15px;
	float: left;
	width: 100%;
	padding-left: 0;
}

.form-links li {
	margin: 0;
	float: left;
	width: auto;
	list-style: none;
}

.form-links li a {
	color: #3a3a3a;
	margin: 0 5px 0 0;
	font-size: 12px;
	width: auto;
	font-weight: 600;
	padding-left: 8px;
	padding-right: 8px;
}

.img-border {
	margin: 0 28.5%;
}

.no-left-padding {
	width: 50%;
	margin-bottom: 10px;
	margin-left: 0;
	padding-left: 0;
}

.content h2.error {
	font-size: 120px;
	line-height: 95px;
}

.error-message em {
	font-size: 60px;
}

header .bottom-header .navbar-default .navbar-brand .logo {
	margin-top: 0px;
	margin-left: 5px;
	display: block;
	transition-duration: 0s;
}

.efficiency-rating img.aligncenter {
	left: 12px;
}

.right_carList .check_box_right {
	position: absolute;
	right: -3px;
	top: -9px;
}

.car_heading {
	margin-left: 163px;
}

.price_tag img {
	width: 70px;
}

.wrapper_carList .car-type .col-width-50 {
	width: 100%;
}

.right_carList .car-type-list .list_img {
	width: 150px;
}

.right_carList .car-type-list .inventory_right .wrapper_carList .car-type {
	width: 55%;
}

.right_carList .car-type-list .inventory_right {
	width: 71%;
}

.right_carList .car-type-list .inventory_right .wrapper_carList .car-type-price {
	width: 29%;
	float: left;
	padding-left: 0;
	margin-left: 50px;
}

.right_carList .car-type-list .inventory_right {
	width: 63%;
}

.right_carList .car-type-list .list_img {
	width: 200px;
	margin-top: 0;
}

.view_viewport {
	font-size: 12px;
}

.car_heading h3 {
	font-size: 22px;
}

.car_heading {
	margin-left: -7px;
}

.price_tag {
	left: 57%;
	top: -74px;
}

.price-tag {
	font-size: 30px;
	font-weight: 600;
	display: block;
	margin: 5px 0;
	text-align: left;
}

.price-wraper .price {
	text-align: left;
}

.wrapper_carList .car-type-price .price-wraper {
	position: absolute;
	right: 15px;
	width: auto;
}

.car_listing {
	width: 420px;
}

.footer-contact ul li {
	padding-right: 0;
}

.select_view {
	display: none;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu, header .navbar-nav.pull-right>li>.dropdown-menu, header .navbar-nav>li>.dropdown-menu {
	background: none;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
}

.car-rate-block .small-block {
	margin-bottom: 25px;
}

.hours_operation table.table {
	text-align: center;
	display: table;
	margin: 0 auto;
	width: 170px;
}

#current_size {
	z-index: 568;
}

.flip, .flip .card, .flip .card .face {
	height: 200px;
	width: 370px;
}

.years-dropdown, .makers-dropdown, .models-dropdown, .body-styles-dropdown, .mileage-dropdown, .transmissions-dropdown, .fuel-economies-dropdown, .conditions-dropdown, .location-dropdown, .prices-dropdown {
	width: 100%;
}

.address_details ul {
	padding-left: 40px;
}

.car-info .table {
	font-size: 14px;
}

header .bottom-header .navbar-default .navbar-brand {
	padding: 15px 0 0 15px;
}

footer.design_2 {
	padding-bottom: 64px;
}

.inner-page.about-us .testimonials {
	margin-bottom: 0px;
}

.specialize-in {
	margin-top: 0;
}

.testimonials, .latest-news, .featured-brand {
	margin-top: 0px;
}

.boxed_layout .car_listings {
	padding: 0;
}

#secondary-banner .container .row > .col-xs-12 {
	padding-left: 15px;
}

.boxed_layout section.content {
	padding-left: 15px;
	padding-right: 15px;
}

.car_listings {
	margin: 0 auto;
}

.boxed_layout .navbar-collapse {
	padding: 0;
	margin: 0 -15px;
}

.toolbar ul li:last-child {
	margin-right: 15px;
}

#features ul {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
}

@media only screen and (max-width: 480px) {

.inventory_right .car-type {
	width: 100%;
}

.inventory_right .car-type-price {
	width: 100%;
	padding-left: 0px;
	clear: right;
}

.view_viewport a {
	font-size: 12px;
	padding-right: 6px;
	padding-top: 2px;
}

.cat_accordian .price-wrap {
	padding-left: 0px;
}

.choose-list ul li {
	font-size: 13px;
}

.video-link {
	padding-right: 0px;
}

.banner-wrap {
	margin-top: 0;
}

#slideControls {
	margin-top: 20px;
}
}

@media only screen and (max-width: 320px) {

.price_tag {
	display: none;
}

.right_carList .car-type-list .inventory_right .view_viewport a.video-link {
	float: none !important;
	display: block;
	text-align: center;
}

.pricing_wrapper h3 {
	font-size: 24px;
}

.layout-3 .main_pricing .inside span.amt, .layout-4 .main_pricing .inside span.amt {
	font-size: 63px;
	line-height: 63px;
}

.layout-3 .main_pricing .inside span.sub1, .layout-4 .main_pricing .inside span.sub1 {
	font-size: 22px;
	top: -31px;
}

.layout-3 .main_pricing .inside span.sub, .layout-4 .main_pricing .inside span.sub {
	font-size: 24px;
	top: 0;
	left: -36px;
}

.layout-3 .main_pricing .inside span.super, .layout-4 .main_pricing .inside span.super {
	font-size: 22px;
	top: -18px;
}

.layout-3 .main_pricing .inside span.slash, .layout-4 .main_pricing .inside span.slash {
	top: -14px;
}

.about-us h3, .blog-container h3, .blog-post h3, .side-content h3, .services h3 {
	font-size: 15px;
}

.featured-brand .arrow2 {
	top: 23px;
}

.car_category {
	width: 100%;
}

.cat_accordian {
	width: 100%;
}

.vehicle_details {
	padding: 0;
}
}
 
@media only screen and (max-width: 1025px) {

.boxed_layout.margin { margin: 0; }
.boxed_layout.margin header.affix-top { margin-top: 0; }

.horizontal_box .video_details a.pull-right {
	float: left !important;
}

.layout-4 .inside {
	position: static;
}

.cat_table {
	width: 48%;
}

.cat_accordian {
	width: 14%;
}

.cat_accordian a.video-link {
	font-size: 11px;
}

.car_type_heading {
	width: 68%;
}

.inventory_right {
	width: 64%;
}

.side-content .list {
	float: left;
	margin-right: 0px;
}

.financing_calculator {
	margin-left: 0px;
	float: left;
	/*margin-top: 29px;
	margin-bottom: 20px;*/
}

.inventory_right .wrapper_carList .car-type-price {
	padding-left: 0px;
	width: 50%;
	margin-left: 50px;
}

.inventory_right .wrapper_carList .car-type {
	width: 50%;
}

.wrapper_carList .car-type .col-width-50 {
	width: 100%;
}

.horizontal_box .video_details a.pull-right {
	float: right !important;
}

.horizontal_box h3 {
	margin-bottom: 30px !important;
}

.car-type .col-width-50 {
	width: 100%;
	padding: 0px;
}

.form-element input[type=submit] {
	margin-top: 10px;
}
}

@media only screen and (max-width: 800px) {

.select-wrapper .link-vehicle .form-links {
	margin-top: 10px;
	padding: 0px;
}

.select-wrapper .link-vehicle {
	width: 100%;
}

.select-wrapper .col-dropdown {
	width: 50%;
}

.row {
	margin: 0px;
}

.inner-page.row {
	margin-top: 70px;
	margin-bottom: /* 4 */ 70px;
}

.video_details.clearfix a {
	font-size: 12px;
}

.layout-4 .main_pricing .inside span.sub {
	top: 0;
	left: -36px;
}

.blog-content ul li a {
	font-size: 12px;
}

.leave-comments form input[type=text] {
	width: 100%;
	margin-left: 0;
}

header .bottom-header .navbar-default .navbar-nav>li>a {
	padding: 4px 11px !important;
}

.copyright-wrap .social {
	padding-top: 18px;
}

.copyright-wrap .social, .copyright-wrap .f-nav {
	float: none;
}

.copyright-wrap .f-nav li:first-of-type {
	margin-left: 0;
}

footer form input[type=text] {
	padding: 4px 5px !important;
}
}

@media (min-width: 1169px) and (max-width: 1290px) {

.boxed_layout .carfax {
	display: none;
}
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {

.inventory .title {
	max-width: 700px;
	white-space: normal;
}

div img.carfax {
	left: 244px;
}

.price .figure {
	font-size: 30px;
	font-weight: 600;
}

.inventory .price {
	right: 25px;
	top: 30px;
}

.inventory-wide-sidebar-right div.inventory .options-secondary, .inventory-wide-sidebar-left div.inventory .options-secondary {
	display: none;
}

.inventory-wide-sidebar-right .sidebar div.inventory .title, .inventory-wide-sidebar-left .sidebar div.inventory .title {
	max-width: 440px;
}

.inventory-wide-sidebar-right div.inventory .carfax, .inventory-wide-sidebar-left div.inventory .carfax {
	left: 250px;
	top: 15px;
	width: 75px;
}

div.inventory .options-primary {
	margin-bottom: 35px;
}

.boxed div.inventory .inventory .title {
	max-width: 275px;
}

.boxed div.inventory .inventory .price {
	left: 164px;
}

.boxed.boxed_full div.inventory .inventory .price {
	left: 147px;
}

.boxed.boxed_full div.inventory .inventory .title {
	max-width: 240px;
}

body .inventory_box.car_listings.boxed.boxed_full .col-md-4:nth-child(3n + 1) {
	clear: both;
}
}

@media (min-width:768px) {

.left-none {
	float: left;
	width: auto;
	clear: none;
	margin: 0 auto;
}

.right-none {
	float: right;
	width: auto;
	clear: none;
	margin: 0 auto;
}

h1 a.logo {
	margin: 10px 40%;
}

header {
	position: absolute;
}

.f-nav {
	float: right;
	width: auto;
	margin: 14px 0 0 0;
	display: block;
}

.slide-text-wrap h4 {
	letter-spacing: 0px;
}

#secondary-banner {
	margin-top: 0;
	padding-top: 167px;
}

#secondary-banner h2 {
	font-size: 28px;
	padding-top: 10px;
	padding-left: 0;
}

#secondary-banner h4 {
	font-size: 17px;
	padding-left: 0;
	margin-bottom: -8px;
}

.breadcrumb {
	float: right;
	margin-top: 0;
	margin-bottom: -13px;
	margin-right: 15px;
}

.shadow {
	background-position: center top;
	background-repeat: repeat-x;
}

.car-type-col-1 {
	float: left;
	width: 67%;
	margin-left: 1%;
}

.car-type-col-1 h3 {
	font-size: 20px;
	font-size: 26px;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 26px;
	font-weight: 600;
	text-align: left;
}

.car-type-col-2 {
	width: 50%;
	float: left;
	margin: 6% 0;
}

.car-type-col-3 {
	width: 50%;
	float: right;
}

.img-border {
	margin: 0 10px 10px 0;
}

.no-left-padding {
	width: 50%;
	float: left;
	padding-left: 0;
	margin-left: 0px;
}

.align-right {
	float: left;
	clear: right;
}

.page-view {
	float: right;
	margin-right: 0px;
	margin-top: 10px;
}

.car-type-col-3 form {
	float: right;
	width: auto;
	margin-bottom: 5px;
}

.price-wrap {
	display: block;
	margin: 30px 0 14px 0;
}

.price {
	font-size: 12px;
	display: block;
	text-align: left;
}

.price-tag {
	font-size: 30px;
	font-weight: 600;
	display: block;
	margin: 5px 0;
	text-align: left;
}

.video-link {
	float: left;
	color: #3a3a3a;
}

.form-links {
	float: right;
}

.form-links li:nth-child(2) a, .form-links li:nth-child(3) a {
	padding-left: 6px;
	padding-right: 6px;
	margin-left: 0;
}

.content h2.error {
	font-size: 180px;
	line-height: 150px;
}

.content h2.error i.exclamation {
	line-height: 155px;
}

.error-message em {
	font-size: 80px;
}

.content .error-message .exclamation {
	margin-right: 40px;
	line-height: 230px;
}

header .bottom-header .navbar-default .navbar-brand .logo {
	margin-top: -1px;
	margin-left: 0;
	display: block;
}

header .bottom-header .navbar-default .navbar-brand .logo .secondary_text {
	margin-bottom: -12px;
	margin-top: 5px;
}

.right_carList .check_box_right {
	position: absolute;
	right: -3px;
	top: -9px;
}

.car_heading {
	margin-left: 178px;
}

.right_carList .car-type-price .price-wraper {
	padding-left: 39px;
	padding-top: 15px;
}

.price_tag img {
	width: 70px;
}

.price_tag {
	left: 56%;
	position: absolute;
	top: -70px;
}

.wrapper_carList .car-type .col-width-50 {
	width: 90%;
}

.right_carList .car-type-list .list_img {
	width: 200px;
}

.car_heading h3 {
	font-size: 22px;
}

.car_heading {
	margin-left: 211px;
}

.view_viewport {
	font-size: 12px;
}

.car_listing {
	width: inherit;
}

.footer-contact ul li {
	padding-right: 0;
}

.select_view {
	display: block;
}

header .left_bar {
	display: none;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu, header .navbar-nav.pull-right>li>.dropdown-menu, header .navbar-nav>li>.dropdown-menu {
	background: rgba(0, 0, 0, 0.65);
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu>li>a {
	text-indent: 0;
}

header .bottom-header .navbar-default .navbar-nav>li>a {
	font-size: 12px;
	padding: 0px 25px 0px 25px !important;
margin-top: 25px;
}

header.affix .bottom-header, header.affix-top .bottom-header {
	height: initial;
}

.flip {
	height: 124px;
}

.hours_table {
	text-align: center;
}

.car-rate-block .small-block {
	margin-bottom: 25px;
}

.hours_operation {
	clear: both;
}

.flip .card .back .hover_title {
	margin-top: 10px;
	margin-bottom: -5px;
	font-size: 24px;
}

#current_size {
	z-index: 768;
}

.flip, .flip .card, .flip .card .face {
	height: 124px;
	width: 230px;
}

#bs-example-navbar-collapse-1.in {
	height: auto !important;
	overflow: visible;
}

.car-block-wrap .container .row > div {
	text-align: left;
}

.years-dropdown, .makers-dropdown, .models-dropdown, .body-styles-dropdown, .mileage-dropdown, .transmissions-dropdown, .fuel-economies-dropdown, .conditions-dropdown, .location-dropdown, .prices-dropdown {
	width: 100%;
}

#secondary-banner .container .row {
	display: table;
}

#secondary-banner .container .row div {
	float: none;
	display: table-cell;
	vertical-align: bottom;
	height: 84px;
}

.container .inner-page > .col-lg-9, .inner-page .container > .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}

.services .things_to_consider {
	margin-top: 0px;
}

.inventory-heading .text-right h2 {
	font-size: 28px;
}

.inventory-heading .text-right em {
	font-size: 10px;
}

.form-links.top_buttons {
	margin: 0 0 0 0;
}

.inner-page.about-us .right-container, .inner-page.about-us .featured-brand, .inner-page.about-us .latest-news, .inner-page.about-us .testimonials {
	margin-top: 0px;
}

.side-content .car-info .table-responsive {
	padding-top: 5px;
}

.car-info .table {
	font-size: 12px;
}

.efficiency-rating ul li.fuel {
	margin-left: -21px;
}

.efficiency-rating ul li.fuel img {
	width: 42px;
	top: 16px;
}

footer .container .row .col-md-3:nth-of-type(3n) {
	clear: both;
}

header .bottom-header .navbar-default .navbar-brand {
	padding: 23px 0 0 0;
}

.boxed_layout header .bottom-header .navbar-default .navbar-brand {
	padding: 15px 0 0 0;
}

header .bottom-header .navbar-default .navbar-brand .logo .primary_text {
	margin-bottom: 8px;
}

header.affix .bottom-header .navbar-default .navbar-brand {
	padding: 15px 0 0 16px;
}

.boxed_layout header.affix .bottom-header .navbar-default .navbar-brand {
	padding: 8px 0 0 16px;
}

.inner-page.about-us .latest-news {
	margin: 35px 0;
}

.boxed_layout .car_listings {
	padding: 0;
}

#secondary-banner .container .row > .col-xs-12 {
	padding-left: 0;
}

.boxed_layout #secondary-banner .container .row > .col-xs-12 {
	padding-left: 15px;
	padding-right: 15px;
}

.listing_sort, .listing-view {
	padding-left: 0;
	padding-right: 0;
}

.copyright-wrap .container .row > div, .pagination_container, .boxed_layout .listing_sort, .boxed_layout .listing-view {
	padding-left: 0;
	padding-right: 0;
}

.select-wrapper .row {
	margin-left: 0;
	margin-right: -15px;
}

.car_listings, .car_listings.sidebar, .car_listings.boxed {
	margin: 0 auto;
}

.inventory-wide-sidebar-left > div {
	padding-right: 0;
	padding-left: 0;
}

.boxed_layout footer .container .row > div, .boxed_layout .copyright-wrap .container .row > div, .boxed_layout .car-block-wrap .container .row, .boxed_layout .message-wrap .container .row, .boxed_layout .welcome-wrap .container .row {
	/*padding-left: 15px;
	padding-right: 15px;*/
}

.pagination_select .row > div.pull-right {
	padding-right: 15px;
}

.boxed_layout .recent-vehicles-wrap .row, .welcome-wrap .recent-vehicles-wrap .row {
	margin-left: 0;
	margin-right: 0;
}

.select-wrapper ul.top_buttons li {
	float: right;
}

.select-wrapper.pagination .row > div:first-of-type {
	text-align: left;
}

.car_listings.boxed.boxed_right .inventory_box {
	margin-left: -15px;
}

.right-content, .right-content > div, .right-content > div > div {
	clear: inherit;
}

.car-info .table>tbody>tr>td:first-child {
	padding-left: 8px;
}
}

@media only screen and (max-width: 991px) {
	.layout-4 .main_pricing .inside span.super {
		font-size: 32px;
		top: -37px;
	}

	.layout-4 .main_pricing .inside span.amt {
		font-size: 92px;
		line-height: 92px;
	}

	.layout-4 .main_pricing .inside span.sub1 {
		top: -46px;
		font-size: 28px;
	}

	.layout-4 .main_pricing .inside span.slash {
		top: -26px;
		right: 8px;
	}

	.layout-4 .main_pricing .inside span.sub {
		left: -12px;
	}

	.design_2 .footer-contact .back_icon {
		font-size: 160px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1159px){
	.layout-3 .inside, .layout-4 .inside {
		left: 8px;
	}

	.recent_car.car-block .img-flex { 
		width: 45px;
	}

	.recent_car.car-block:hover .img-flex i {
		font-size: 1.5em;
		position: absolute;
		top: 50%;
		margin-top: -10.5px;
		left: 50%;
		margin-left: -8.5px;
	}
} 

@media only screen and (min-width: 768px) and (max-width: 991px) {

.car_listings {
	width: 762px;
	margin: 0 auto;
	padding-right: 15px;
}

.boxed_layout .car_listings {
	width: 740px;
}

div.inventory .inventory {
	min-height: 195px;
}

.sidebar div.inventory .inventory .title, div.inventory .inventory .title {
	max-width: 480px;
	white-space: normal;
	padding-bottom: 3px;
	left: 229px;
}

div.inventory .checkbox {
	right: 12px;
}

div.inventory .price {
	position: absolute;
	left: initial;
	top: 57px;
	right: 20px;
}

div.inventory .video-icon {
	top: 18px;
	right: 14px;
}

div.inventory .options-primary {
	left: 229px;
	top: -2px;
}

.boxed div.inventory .options-primary {
	width: 198px;
}

div.inventory .inventory .title {
	white-space: normal;
	max-width: 480px;
	left: 230px;
}

div.inventory .options-secondary {
	display: none;
}

.car_listings div.inventory .carfax {
	left: 255px;
	top: 32px;
	width: 75px;
}

.inventory_listings.grid div.inventory .title {
	max-width: 200px;
	font-size: 20px;
	margin-bottom: 27px;
}

.inventory_listings.grid div.inventory .checkbox {
	top: 7px;
	left: 217px;
}

.inventory_listings.grid div.inventory .options-primary {
	width: 180px;
	margin: 8px auto 0 auto;
}

.inventory_listings.grid div.inventory .price {
	left: 77px;
	top: -21px;
}

.inventory_listings.grid div.inventory .figure, .inventory_listings.grid div.inventory .tax {
	left: -8px;
}

.inventory_listings.grid div.inventory .carfax {
	left: 32px;
	width: 50px;
	bottom: 24px;
}

.inventory_listings.grid div.inventory .view-details, .inventory_listings.grid div.inventory .view-video, .inventory_listings div.inventory .view-details, .inventory_listings div.inventory .view-video {
	position: absolute;
	top: auto;
	bottom: 10px;
}

.price .figure {
	font-size: 30px;
	font-weight: 600;
}

.boxed div.inventory .carfax {
	left: 40px;
	bottom: 42px;
	top: auto;
	bottom: 42px;
}

.boxed div.inventory .inventory .price {
	left: 169px;
}

.boxed div.inventory .inventory .title {
	max-width: 275px;
}

.boxed.boxed_full div.inventory .inventory .price {
	left: 169px;
}

.select-wrapper ul.top_buttons li {
	margin-bottom: 5px;
}

.select-wrapper span.sort-by {
	margin-right: 10px;
}

.select_view .align-right {
	margin-right: 0;
	font-size: 13px;
}

.pagination_select .row > div {
	padding: 0;
}

.left_inventory {
	clear: both;
}

.inventory_pagination {
	margin: 0 0 25px;
}

.car_listings.boxed.boxed_full {
	margin-left: -15px;
	margin-right: 0;
}

body .inventory_box.car_listings.boxed.boxed_full .col-md-4:nth-child(2n + 1) {
	clear: both;
}

body .inventory_box.car_listings.boxed.boxed_full .col-md-4:nth-child(3n + 1) {
	clear: none;
}

.detail-service div[class*="col-"]:nth-child(5n + 1){
	clear: both;
}
}

@media (min-width: 992px) {

.nav {
	margin: 0;
}

.left-none {
	float: left;
	width: auto;
	clear: none;
	margin: 0 auto;
}

.right-none {
	float: right;
	width: auto;
	clear: none;
	margin: 0 auto;
}

h1 a.logo {
	margin: -2px 0;
}

.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}

.navbar {
	margin: 0;
}

.default-btn {
	float: left;
	margin: 0;
}

.social {
	float: right;
	margin: 34px 0 0 0;
	padding: 0;
}

.slide-text-wrap h4 {
	letter-spacing: 0px;
}

#secondary-banner {
	margin-top: 0;
	padding-top: 160px;
}

#secondary-banner h2 {
	font-size: 34px;
	padding-left: 0;
}

#secondary-banner h4 {
	font-size: 22px;
	padding-left: 0;
	margin-bottom: -6px;
}

.breadcrumb {
	float: right;
	margin-top: 0;
	margin-bottom: -11px;
}

.shadow {
	background-position: center top;
	background-repeat: repeat-x;
}

.car-type-col-1 {
	float: left;
	width: 45%;
	margin-left: 1%;
}

.car-type-col-2 {
	width: 10%;
	float: left;
	margin: 6% 0;
}

.car-type-col-3 {
	width: 155px;
}

.car-type-col-1 h3 {
	font-size: 20px;
}

.form-links {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.form-links li {
	float: right;
	width: auto;
}

.form-links li a {
	color: #3a3a3a;
	font-size: 12px;
	width: auto;
	font-weight: 600;
	padding-left: 8px;
	padding-right: 8px;
}

.video-link {
	float: left;
	color: #3a3a3a;
}

.content h2.error {
	font-size: 260px;
	line-height: 250px;
}

.error-message em {
	font-size: 100px;
}

header .bottom-header .navbar-default .navbar-brand .logo .secondary_text {
	margin-bottom: 0;
	margin-top: 4px;
}

.select-form .max-dropdown {
	width: 225px;
}

.address_details ul {
	padding-left: 0;
}

.car-type .col-width-60 {
	display: none;
}

.right_carList .check_box_right {
	position: absolute;
	right: -3px;
	top: -9px;
}

.car_heading {
	margin-left: 211px;
}

.right_carList .car-type-price .price-wraper {
	padding-left: 15px;
	margin-top: 15px;
}

.price_tag img {
	width: 70px;
}

.price_tag {
	left: 56%;
	position: absolute;
	top: -70px;
}

.wrapper_carList .car-type .col-width-50 {
	width: 90%;
}

.view_viewport {
	font-size: 12px;
}

.footer-contact ul li {
	padding-right: 0;
}

header .left_bar {
	display: block;
}

header .bottom-header .navbar-default .navbar-nav>li>a {
	padding: 0px 40px 0px 40px !important;
margin-top: 25px;
}

.flip {
	height: 200px;
}

.car-rate-block .small-block {
	margin-bottom: 0;
}

.hours_operation {
	clear: none;
}

.hours_operation table.table {
	text-align: initial;
	width: 100%;
}

#current_size {
	z-index: 992;
}

.flip, .flip .card, .flip .card .face {
	height: 164px;
	width: 303px;
}

.years-dropdown {
	width: 87px;
}

.makers-dropdown {
	width: 94px;
}

.models-dropdown {
	width: 99px;
}

.body-styles-dropdown {
	width: 121px;
}

.mileage-dropdown {
	width: 98px;
}

.transmissions-dropdown {
	width: 136px;
}

.fuel-economies-dropdown {
	width: 144px;
}

.conditions-dropdown {
	width: 116px;
}

.location-dropdown {
	width: 110px;
}

.prices-dropdown {
	width: 86px;
}

.price-ascending-dropdown {
	width: 133px;
}

.about_team ul li {
	line-height: 34px;
}

.about_team ul li i {
	top: 6px;
}

.about_team ul li i.fa-mobile {
	top: 6px;
}

.about_team ul li i.fa-envelope-o {
	top: 11px;
}

.inventory-heading .text-right h2 {
	font-size: 33px;
}

.inventory-heading .text-right em {
	font-size: 14px;
}

.efficiency-rating ul li.fuel {
	margin-left: -25.5px;
}

.efficiency-rating ul li.fuel img {
	width: 51px;
	top: 13px;
}

.side-content .car-info .table-responsive {
	padding-top: 0px;
}

.car-info .table {
	font-size: 14px;
}

footer .container .row .col-md-3:nth-of-type(3n) {
	clear: none;
}

.boxed_layout header .bottom-header .navbar-default .navbar-nav>li>a {
	font-size: 14px;
	padding: 38px 10px 20px !important;
}

.inner-page.inventory-listing .content-nav {
	padding: 0;
}

header .bottom-header .navbar-default .navbar-brand {
	padding: 22px 0 0 0;
}

header.affix .bottom-header .navbar-default .navbar-brand {
	padding: 15px 0 0 0;
}

#secondary-banner .container .row div {
	float: none;
	display: table-cell;
	vertical-align: bottom;
	height: 92px;
	padding-right: 0;
}

.inner-page.about-us .latest-news {
	margin: 0;
}

.blog-content img.featured_image {
	display: block;
	float: none;
	margin: 7px auto 10px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.boxed_layout div.inventory {
	margin: 0 0 20px;
}

/*.boxed_layout header .toolbar .container, .boxed_layout header .bottom-header .container {
	padding: 0 0;
}*/

.toolbar .left_bar, .toolbar .container .row > div, .listing_sort, .listing-view {
	padding-left: 0;
	padding-right: 0;
}

.copyright-wrap .container .row > div, .pagination_container {
	padding-left: 0;
	padding-right: 0;
}

.boxed_layout section.content {
	padding-left: 0;
	padding-right: 0;
}

.select-wrapper span.sort-by {
	margin-right: 10px;
}

.boxed_layout .container {
	padding-left: 15px;
	padding-right: 15px;
}

.boxed_layout #secondary-banner .container .row > .col-xs-12 {
	padding-left: 0;
}

.select-wrapper ul.top_buttons li {
	margin-bottom: 5px;
	margin-right: 0;
}

.select-wrapper.pagination .row > div:first-of-type {
	text-align: left;
}

.select-wrapper ul.top_buttons {
	margin-right: -5px;
}

.car_listings.boxed.boxed_right {
	margin-left: -15px;
	margin-right: 15px;
}

.select_view .align-right {
	float: none;
	vertical-align: top;
}

.select_view {
	text-align: right;
}

.select_view .page-view.nav {
	display: inline-block;
	float: none;
}

/*.boxed_layout .container {
	width: 970px;
	padding-left: 0;
	padding-right: 0;
}*/

.inventory-wide-sidebar-left .sidebar.car_listings {
	padding-left: 15px;
}

.car_listings.boxed.boxed_left {
	margin-left: 15px;
}

.car_listings.boxed.boxed_right .inventory_box {
	margin-left: 0;
}

header .bottom-header .navbar-default .navbar-brand .logo .primary_text {
	margin-bottom: 10px;
}

.flip .card .back .hover_title {
	margin-top: 25px;
	margin-bottom: -5px;
	font-size: 24px;
}

.inventory-wide-sidebar-right .car_listings.sidebar { margin-left: auto; }
}
 
@media (min-width: 1200px) {

.car_heading {
	margin-left: 214px;
}

.wrapper_carList .car-type .col-width-50 {
	width: 44%;
}

.flip .card .back .hover_title {
	margin-top: 40px;
	margin-bottom: 14px;
	font-size: 38px;
}

.flip, .flip .card, .flip .card .face {
	height: 200px;
	width: 370px;
}

.search-form .find_new_vehicle {
	margin-top: 0;
}

.flip, .flip .card, .flip .card .face {
	height: 200px;
	width: 370px;
}
}

@media only screen and (max-width: 767px) and (min-width: 480px) {

.car_listings {
	width: 455px;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

.boxed_layout .car_listings {
	width: 455px;
}

div.inventory .preview, .boxed div.inventory .preview {
	position: relative;
	margin-bottom: 60px;
	float: left;
	top: 7px;
}

.sidebar div.inventory .inventory .title, div.inventory .inventory .title, .boxed div.inventory .inventory .title {
	left: 11px;
	max-width: 335px;
	margin-bottom: 3px;
	word-break: break-word;
	white-space: normal;
}

div.inventory .checkbox {
	right: 12px;
}

div.inventory .options-primary, .boxed div.inventory .options-primary {
	left: 24px;
	top: 3px;
	width: 185px;
	margin: 0;
	position: relative;
}

div.inventory .options-secondary {
	display: none;
}

.car_listings div.inventory .carfax {
	right: 95px;
	bottom: 13px;
	left: auto;
	width: 59px;
	top: auto;
	position: absolute;
}

.car_listings div.inventory .price, .boxed.boxed_left div.inventory .price, .boxed.boxed_right div.inventory .price {
	bottom: 42px;
	top: auto;
	left: 224px;
	margin: 0;
	position: absolute;
	right: 50px;
}

div.inventory .figure, .boxed div.inventory .figure {
	left: auto;
	top: -19px;
	font-weight: 600;
	font-size: 30px;
	right: -63px;
}

div.inventory .tax, .boxed div.inventory .tax {
	left: 85px;
	top: -22px;
}

div.inventory .view-video {
	right: initial;
	left: 10px;
	bottom: 13px;
	top: initial;
	position: absolute;
}

div.inventory .video-icon {
	left: -5px;
	top: 0px;
}

div.inventory .view-details {
	bottom: 13px;
	top: auto;
}

.view-button:active {
	top: -12px;
}

.boxed div.inventory .price b {
	position: relative;
	left: auto;
	top: auto;
}

.car_listings.boxed.boxed_full div.col-lg-3 {
	padding: 0;
}

.boxed.car_listings .col-xs-12 {
	padding: 0;
}

.post-tags {
	padding: 0;
	margin-top: 10px;
}

.blog-content ul li {
	margin-bottom: 5px;
}

.address_details ul {
	padding-left: 0;
}

.car_listings.boxed.boxed_full {
	margin: 0 auto;
}

.top_buttons li {
	display: inline-block;
}

.select-wrapper ul.top_buttons {
	padding: 0;
	text-align: center;
	margin: 10px auto;
	float: none;
	height: 25px;
	display: inline-block;
}

.select-wrapper span.sort-by {
	margin-right: 10px;
}

.price-ascending-dropdown {
	text-align: left;
}

.select-wrapper span.sort-by {
	float: none;
	vertical-align: top;
}

.pagination_select .row > div:first-of-type {
	text-align: center;
}

.things_to_consider h3 {
	margin-top: 35px;
}

.featured-brand {
	margin-top: 0;
}

.featured-service {
	padding: 22px 0 10px 0;
}

.detail-service {
	padding: 0 0 20px 0;
}

.find_team .row .team {
	margin-bottom: 35px;
}

.inventory_pagination {
	margin: 0 0 25px;
}

.car_listings.boxed {
	margin-left: 0;
	margin-right: 0;
}
}

@media only screen and (max-width: 479px) {

.car_listings {
	width: 300px;
	margin: 0 auto;
	padding: 0;
}

/* listing */	


div.inventory .preview {
	position: relative;
	margin: 0 auto;
	left: 49px;
	top: 0;
	float: none;
}

div.inventory .inventory .title, .sidebar div.inventory .inventory .title {
	left: 11px;
	max-width: 260px;
	word-break: break-word;
	white-space: normal;
}

div.inventory .checkbox {
	right: 12px;
}

div.inventory .options-primary {
	left: 48px;
	top: 11px;
	width: 225px;
	margin-bottom: 120px;
}

div.inventory .options-secondary {
	display: none;
}

.car_listings div.inventory .price {
	left: 48px;
	bottom: -6px;
	top: initial;
	right: 50px;
	margin: 3px 0 40px 0;
}

.car_listings div.inventory .carfax {
	position: absolute;
	left: 50px;
	bottom: 42px;
	width: 58px;
	top: auto;
}

div.inventory .figure {
	left: 89px;
	top: -20px;
	font-weight: 600;
	font-size: 30px;
}

div.inventory .tax {
	left: 90px;
	top: -25px;
}

div.inventory .view-video {
	left: 11px;
	bottom: 10px;
	top: auto;
	font-size: 12px;
	position: absolute;
}

div.inventory .video-icon {
	left: -5px;
	top: -20px;
}

div.inventory .view-details {
	bottom: 10px;
	font-size: 12px;
	top: auto;
}

.boxed.car_listings, .boxed.car_listings .col-xs-12 {
	padding: 0;
}

.boxed.car_listings div.inventory .inventory .price {
	left: 147px;
	right: initial;
	bottom: initial;
	top: -22px;
}

.boxed.car_listings div.inventory .inventory .figure {
	left: -10px;
}

.boxed.car_listings div.inventory .inventory .tax {
	left: -9px;
}

.select-wrapper ul.top_buttons {
	margin: 10px 0;
}

.select-wrapper ul.top_buttons li {
	display: inline-block;
	margin-bottom: 5px;
}

.select-wrapper ul.top_buttons li a {
	float: none;
	display: inline-block;
}

.select_view {
	display: none;
}

.things_to_consider h3 {
	margin-top: 35px;
}

.featured-brand {
	margin-top: 0;
}

.detail-service {
	padding: 0 0 20px 15px;
}

.post-tags {
	padding: 0;
	margin-top: 10px;
}

.blog-content ul li {
	margin-bottom: 5px;
}

.address_details ul {
	padding-left: 0;
}

.inventory_pagination {
	margin: 0 0 25px;
}

.car_listings.boxed.boxed_full {
	margin: 0 auto;
}

.car_listings.boxed {
	margin-left: 0;
	margin-right: 0;
}

.parallax_scroll h1 {
	font-size: 60px;
	margin-bottom: 10px;
}
}

@media (min-width:320px) and (max-width: 320px) {

/*typo*/


h1 {
	font-size: 50px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 30px;
}

/*typo*/



body {
	overflow-x: hidden;
}

h1 a.logo {
	margin-bottom: 20px;
}

.left-none, .right-none {
	float: none;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

header {
	position: absolute;
}

#secondary-banner {
	margin-top: -21px;
	padding-top: 164px;
}

.slide-text-wrap h2 {
	font-size: 40px;
}

.slide-text-wrap h3 {
	font-size: 30px;
}

.slide-text-wrap h4 {
	font-size: 20px;
}

.default-btn {
	float: none;
	display: block;
	clear: both;
	margin-top: 10px;
}

.message-wrap h2 {
	text-align: center;
}

.f-nav li {
	float: none;
	display: inline;
	text-align: center;
}

.social li:nth-child(5n) {
	clear: right;
}

.border-box {
	width: 100%;
}

.form-row {
	width: 100%;
}

input[type="text"], textarea, select, div.styled, input[type="file"] {
	width: 45%;
}

#secondary-banner h2 {
	font-size: 28px;
	padding-top: 0;
	padding-left: 0;
	margin-top: 10px;
}

#secondary-banner h4 {
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 2px;
}

.breadcrumb {
	float: left;
	margin: 0px;
}

.shadow {
	background-position: left top;
	background-repeat: repeat-x;
}

.ribbon {
	margin-right: 25px;
}

.ribbon strong {
	font-weight: 600;
}

.ribbon-item {
	display: block;
}

.page-view {
	float: right;
	margin-left: 0;
}

.form-selectbox label {
	left: -28px;
}

.form-links {
	float: left;
	width: 100%;
	padding-left: 0;
	margin-bottom: 10px;
}

.form-links li {
	display: block;
	width: 100%;
	margin-bottom: 8px;
}

.form-links li a {
	text-align: center;
	display: block;
	width: 100%;
	color: #3a3a3a;
	font-size: 12px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 5px;
}

.car-type-col-1, .car-type-col-2, .car-type-col-3 {
	display: block;
	width: 100%;
	margin: 10px 0;
}

.car-type-col-1 h3 {
	text-align: center;
	font-size: 18px;
}

.no-left-padding {
	width: 100%;
	margin-bottom: 10px;
}

.car-type-col-2 img {
	margin: 10px auto;
	clear: both;
}

.price-tag {
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	display: block;
}

.price {
	font-size: 12px;
	text-align: center;
	display: block;
}

.img-border {
	margin: 10px 15px;
	display: block;
}

.video-link {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	color: #3a3a3a;
}

.car-type-col-3 form {
	float: right;
	width: auto;
	margin-bottom: 5px;
}

.price-wrap {
	display: block;
	margin: 30px 0 14px 0;
	clear: both;
}

.content h2.error {
	font-size: 40px;
}

.error-message em {
	font-size: 30px;
}

.content .error-message .exclamation {
	margin-right: 20px;
}

header .bottom-header .navbar-default .navbar-brand .logo {
	margin-top: 15px;
	margin-left: 5px;
	display: block;
}

.efficiency-rating img.aligncenter {
	left: 12px;
}

.view_viewport {
	font-size: 12px;
}

.example-tabs .nav li {
	width: 100%;
	text-align: center;
}

.footer-contact ul li {
	padding-right: 0;
}

header .left_bar {
	display: none;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu {
	background: none;
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu>li>a {
	text-indent: 20px;
}

.toolbar .right-none.pull-right {
	float: right;
	width: auto;
	clear: none;
	margin: 0 auto;
}

.car-rate-block .small-block {
	margin-bottom: 25px;
}

#current_size {
	z-index: 320;
}

.flip, .flip .card, .flip .card .face {
	height: 192px;
	width: 100%;
}

.car-block-wrap .container .row > div {
	margin: 0 auto 50px;
	text-align: center;
}

.car-block-wrap .container .row .flip {
	margin: 0 auto;
}

.toolbar .row ul li.address {
	display: none;
}

.select_view {
	display: none;
}

.years-dropdown, .makers-dropdown, .models-dropdown, .body-styles-dropdown, .mileage-dropdown, .transmissions-dropdown, .fuel-economies-dropdown, .conditions-dropdown, .location-dropdown, .prices-dropdown {
	width: 100%;
}

#secondary-banner .container .row {
	display: block;
}

#secondary-banner .container .row div {
	float: none;
	display: block;
	vertical-align: bottom;
}

.content .error-message {
	padding-top: 40px;
	padding-bottom: 55px;
}

.container .inner-page > .col-lg-9, .inner-page .container > .col-md-12 {
	padding-left: 15px;
	padding-right: 15px;
}

.address_details ul {
	padding-left: 0;
}

.services .things_to_consider {
	margin-top: 30px;
}

.about_team ul li {
	line-height: 24px;
}

.about_team ul li i {
	top: 6px;
}

.about_team ul li i.fa-mobile {
	top: 5px;
}

.about_team ul li i.fa-envelope-o {
	top: 6px;
}

.form-links.top_buttons {
	margin: 15px 0;
}

.inner-page.about-us .right-container, .inner-page.about-us .featured-brand, .inner-page.about-us .latest-news, .inner-page.about-us .testimonials {
	margin-top: 40px;
}

.side-content .car-info .table-responsive {
	padding-top: 5px;
}

.flip, .flip .card, .flip .card .face {
	height: 200px;
	width: 100%;
}
}



@media (max-width: 1199px) {

	canvas {
		max-width: 100%;
		height: auto !important;
	}

	.promo h3 { font-size: 20px; }

	.promo > span,
	.promo > .container > span { font-size: 15px; }

	.promo-uppercase h3 { font-size: 19px; }

	.promo-uppercase > span,
	.promo-uppercase > .container > span { font-size: 14px; }

}


@media (min-width: 992px) and (max-width: 1199px) {

	#wrapper { width: 1000px; }

	#header.transparent-header.floating-header .container {
		width: 1030px;
		padding: 0 30px;
	}

	#header.transparent-header.floating-header.sticky-header .container {
		width: 970px;
		padding: 0 15px;
	}

	#primary-menu.sub-title ul > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}

	#primary-menu ul li.mega-menu .mega-menu-content,
	.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content { width: 940px; }

	.floating-header #primary-menu ul li.mega-menu .mega-menu-content { width: 1030px; }

	.ei-slider { height: 450px; }

	.postcontent { width: 690px; }
	.postcontent.bothsidebar { width: 440px; }
	.sidebar { width: 210px; }

	.sidebar .widget iframe { width: 210px !important; }

	.team.team-list .team-image { width: 200px; }

	.testi-image,
	.testi-image a,
	.testi-image img,
	.testi-image i {
		display: block;
		width: 36px;
		height: 36px;
	}

	.testi-image i {
		line-height: 36px;
		font-size: 20px;
	}

	/* ----------------------------------------------------------------
	Portfolio
	-----------------------------------------------------------------*/

	/* Portfolio - Sidebar
	-----------------------------------------------------------------*/

	.bothsidebar .portfolio-item { width: 50%; }

	/* Portfolio - Both Sidebars - Items - 2 Columns
	-----------------------------------------------------------------*/

	.bothsidebar .portfolio.portfolio-3 { margin: 0 -20px -20px 0; }

	.bothsidebar .portfolio-3 .portfolio-item { padding: 0 20px 20px 0; }

	/* Portfolio - Items - 1 Column
	-----------------------------------------------------------------*/

	.portfolio-1 .portfolio-item .portfolio-image,
	.portfolio-1 .portfolio-item .portfolio-image a,
	.portfolio-1 .portfolio-item .portfolio-image img {
		width: 560px;
		height: 311px;
	}

	.portfolio-1 .portfolio-desc { width: 340px; }

	.bothsidebar .portfolio-shuffle,
	.postcontent .portfolio-1 .iconlist { display: none; }

	.postcontent .portfolio-1 .portfolio-item .portfolio-image,
	.postcontent .portfolio-1 .portfolio-item .portfolio-image a,
	.postcontent .portfolio-1 .portfolio-item .portfolio-image img {
		width: 400px;
		height: 222px;
	}

	.postcontent .portfolio-1 .portfolio-desc {
		width: 250px;
		padding: 0;
	}

	.bothsidebar .portfolio-1 .portfolio-item { width: 100% !important; }

	.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
	.bothsidebar .portfolio-1 .portfolio-item .portfolio-desc {
		float: none;
		margin: 0 !important;
	}

	.bothsidebar .portfolio-1 .portfolio-item .portfolio-image { margin-bottom: 20px !important; }

	.bothsidebar .portfolio-1 .portfolio-item .portfolio-image,
	.bothsidebar .portfolio-1 .portfolio-item .portfolio-image a,
	.bothsidebar .portfolio-1 .portfolio-item .portfolio-image img {
		width: 100%;
		height: auto;
	}

	.bothsidebar .portfolio-1 .portfolio-desc {
		width: 100%;
		padding: 0;
	}

	.bothsidebar .entry-title h2 {
		font-size: 19px;
		font-weight: 600;
	}

	.bothsidebar .entry-meta li { margin-right: 10px; }


	/* Blog - Small
	-----------------------------------------------------------------*/

	.postcontent .small-thumbs .entry-image { width: 200px; }

	.bothsidebar .small-thumbs .entry-image { width: 120px; }

	/* Blog - Grid
	-----------------------------------------------------------------*/

	.post-grid .entry { width: 214px; }

	/* Blog - Grid - 3 Columns
	-----------------------------------------------------------------*/

	.post-grid.grid-3 .entry { width: 293px; }


	/* Blog - Grid - 3 Columns - Sidebar
	-----------------------------------------------------------------*/

	.postcontent .post-grid.grid-3 .entry { width: 213px; }

	/* Blog - Grid - 2 Columns
	-----------------------------------------------------------------*/

	.post-grid.grid-2 .entry { width: 450px; }

	/* Blog - Grid - 2 Columns - Sidebar
	-----------------------------------------------------------------*/

	.postcontent .post-grid.grid-2 .entry { width: 325px; }

	/* Blog - Grid - 2 Columns - Both Sidebar
	-----------------------------------------------------------------*/

	.bothsidebar .post-grid.grid-2 .entry { width: 200px; }


	.post-timeline .entry { width: 400px !important; }

	.post-timeline .entry.entry-date-section { width: 100% !important; }


	/* Blog - Medium Post List
	-----------------------------------------------------------------*/

	.mpost .entry-image,
	.mpost .entry-image a,
	.mpost .entry-image img,
	.mpost .entry-image i {
		width: 120px;
		height: 90px;
	}

	.mpost .entry-image a i { line-height: 90px; }

	.col_one_third .landing-wide-form .heading-block h2 { font-size: 32px; }

	.col_one_third .landing-wide-form .heading-block span { font-size: 17px; }

	.col_one_third .landing-wide-form { padding: 36px 30px; }


	/* Shop - 1 Column - Both Sidebar
	-----------------------------------------------------------------*/

	.bothsidebar .product-1 .product-image {
		width: 200px;
		height: 267px;
	}

	.product-title h3 { font-size: 18px; }

	.landing-video {
		width: 465px;
		height: 262px;
		margin: 19px 0 0 75px;
	}

	.panel .portfolio-meta li { padding-left: 22px; }

	.panel .portfolio-meta li span {
		display: block;
		margin-left: -21px;
	}

	.portfolio-single-image-full.portfolio-single-thumbs,
	.portfolio-single-image-full .swiper-container { height: 400px; }

	.bnews-slider { width: 817px; }

	.landing-form-overlay { bottom: -142px; }

}


@media (max-width: 991px) {

	#wrapper {
		width: 100%;
		margin: 0;
		box-shadow: none;
	}

	#header.full-header .container,
	.container-fullwidth {
		padding: 0 15px !important;
		margin: 0 auto;
		width: 750px !important;
	}

	.container.vertical-middle { width: 100% !important; }

	.vertical-middle + .video-wrap {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
	}

	.postcontent,
	.postcontent.bothsidebar,
	.sidebar {
		width: 100%;
		margin-right: 0;
		float: none !important;
		margin-bottom: 40px !important;
		padding-bottom: 40px;
		border-bottom: 1px solid #EEE;
	}

	.sidebar.col_last {
		float: none;
		margin-bottom: 0 !important;
		padding-bottom: 0;
		border-bottom: 0;
	}

	#header,
	#header-wrap,
	#header.sticky-style-2,
	#header.sticky-style-3,
	#header.sticky-style-2 #header-wrap,
	#header.sticky-style-3 #header-wrap { height: auto !important; }

	#header.sticky-style-2 #header-wrap,
	#header.sticky-style-3 #header-wrap { min-height: 60px; }

	#header.sticky-header #header-wrap { position: relative; }

	#header.transparent-header,
	#header.semi-transparent {
		background: #FFF;
		border-bottom: 1px solid #F5F5F5;
		z-index: auto;
	}

	#header.dark.transparent-header,
	#header.dark.semi-transparent {
		background-color: #333;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	#header.transparent-header.floating-header { margin-top: 0; }

	#header.transparent-header.floating-header .container {
		width: 750px;
		padding: 0 15px;
		border-radius: 0;
	}

	#header.transparent-header + #slider,
	#header.transparent-header + #page-title.page-title-parallax,
	#slider + #header.transparent-header,
	#header.transparent-header.floating-header + #slider,
	#header.transparent-header + #google-map {
		top: 0;
		margin-bottom: 0;
	}

	.slider-parallax .slider-parallax-inner { position: relative; }

	#header.transparent-header + #page-title.page-title-parallax .container { padding-top: 0; }

	#header-trigger,
	.top-advert,
	.header-extras { display: none; }

	#logo {
		display: block;
		height: 100px;
		float: none;
		margin: 0 auto 0 !important;
		max-width: none;
		text-align: center;
		border: 0 !important;
		padding: 0 !important;
	}

	#logo a.standard-logo { display: inline-block; }

	#primary-menu {
		display: block;
		float: none;
	}

	#primary-menu-trigger {
		opacity: 1;
		pointer-events: auto;
		top: 25px;
		margin-top: 0;
		left: 0;
		z-index: 1;
	}

	#primary-menu .container #primary-menu-trigger {
		top: 5px;
		left: 0;
	}

	#primary-menu > ul,
	#primary-menu > div > ul {
		display: none;
		float: none !important;
		border: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	#primary-menu > div > ul { margin-top: 60px !important; }

	body:not(.top-search-open) #primary-menu-trigger {
		opacity: 1;
		-webkit-transition: opacity .2s .2s ease, top .4s ease;
		-o-transition: opacity .2s .2s ease, top .4s ease;
		transition: opacity .2s .2s ease, top .4s ease;
	}

	body.top-search-open #primary-menu-trigger { opacity: 0; }

	body.side-push-panel #side-panel-trigger-close a {
		display: block;
		position: absolute;
		z-index: 12;
		top: 0;
		left: auto;
		right: 0;
		width: 40px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
		color: #444;
		text-align: center;
		background-color: rgba(0,0,0,0.1);
		border-radius: 0 0 0 2px;
	}

	#primary-menu.style-5 > ul {
		padding-right: 0;
		margin-right: 0;
		border-right: 0;
	}

	#primary-menu ul li {
		float: none;
		margin: 0 !important;
		text-align: left !important;
		border-top: 1px solid #EEE;
	}

	#header.split-menu #primary-menu:not(.mobile-menu-off-canvas) > ul:not(:first-child) > li:first-child { border-top: 1px solid #EEE; }

	#primary-menu ul li:first-child { border-top: 0; }

	#primary-menu ul > li > a,
	#primary-menu.style-2 > div > ul > li > a {
		padding: 14px 5px !important;
		border: none !important;
		margin: 0 !important;
	}

	#primary-menu.style-5 > ul > li > a > div { line-height: 22px; }

	#primary-menu.style-5 > ul > li > a > div i {
		display: inline-block;
		margin: 0 6px 0 0;
		top: -1px;
		width: 16px;
		font-size: 14px;
		line-height: inherit;
	}

	#primary-menu.style-6 > ul > li > a:after,
	#primary-menu.style-6 > ul > li.current > a:after { display: none; }

	#primary-menu.sub-title > ul > li,
	#primary-menu.sub-title.style-2 > div > ul > li {
		background: none !important;
		margin-left: 0;
	}

	#primary-menu.sub-title > ul > li > a,
	#primary-menu.sub-title > div > ul > li > a {
		line-height: 22px;
		font-size: 13px;
		border-top: none;
	}

	#primary-menu.sub-title ul li > a span { display: none !important; }

	#primary-menu.sub-title ul li:hover > a,
	#primary-menu.sub-title ul li.current > a,
	#primary-menu.sub-title div ul > li:hover > a,
	#primary-menu.sub-title div ul > li.current > a,
	#primary-menu.style-3 ul li:hover > a,
	#primary-menu.style-3 ul li.current > a {
		background-color: transparent !important;
		color: #444;
		text-shadow: none;
	}

	#primary-menu ul:not(.windows-mobile-menu) li > a i.icon-angle-down:last-child { display: none; }

	#primary-menu > ul > li.sub-menu > a,
	#primary-menu > .container > ul > li.sub-menu > a {
		background-image: url("../images/icons/submenu.png");
		background-position: right center;
		background-repeat: no-repeat;
	}

	#primary-menu ul li.mega-menu { position: relative; }

	#primary-menu ul ul:not(.mega-menu-column),
	#primary-menu ul li .mega-menu-content {
		position: relative;
		width: auto;
		max-width: none;
		background: transparent !important;
		box-shadow: none;
		border: 0;
		border-top: 1px solid #EEE;
		z-index: 1;
		top: 0;
		padding-left: 15px;
	}

	#primary-menu ul li .mega-menu-content { padding-left: 0; }

	#primary-menu ul ul:not(.mega-menu-column) ul {
		top: 0 !important;
		left: 0;
	}

	#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column),
	#primary-menu ul li .mega-menu-content.menu-pos-invert {
		left: 0;
		right: 0;
	}

	#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert { right: 0; }

	#primary-menu ul ul li {
		float: none;
		margin: 0;
		border-top: 1px solid #EEE;
	}

	#primary-menu ul ul li > a {
		padding: 11px 5px !important;
		font-size: 13px;
		text-transform: none;
		font-weight: 400;
	}

	#primary-menu ul ul li:hover > a {
		background-color: transparent !important;
		font-weight: 600;
		padding-left: 5px;
		color: #1ABC9C;
	}

	#primary-menu ul li .mega-menu-content,
	#primary-menu ul li.mega-menu-small .mega-menu-content,
	#primary-menu ul li.mega-menu .mega-menu-content,
	.floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content,
	.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
		width: auto;
		margin: 0;
		top: 0;
	}

	.container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content,
	#header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
		width: auto !important;
		margin: 0 !important;
	}

	#primary-menu ul li.mega-menu .mega-menu-content.style-2 { padding: 0; }

	#primary-menu ul li .mega-menu-content ul {
		display: block !important;
		position: relative;
		opacity: 1 !important;
		top: 0;
		left: 0;
		min-width: inherit;
	}

	#primary-menu ul li .mega-menu-content ul ul { border-top: 1px solid #EEE; }

	#primary-menu ul li .mega-menu-content ul.mega-menu-column {
		float: none;
		width: auto;
		margin: 0;
		border-left: 0 !important;
		padding-left: 15px;
		border-top: 1px solid #EEE;
	}

	#primary-menu ul li .mega-menu-content ul.mega-menu-column:first-child { border: 0; }

	#primary-menu ul li .mega-menu-content ul { width: 100% !important; }

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column { padding: 0 0 0 15px; }

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title { margin: 0; }

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
		font-size: 13px;
		font-weight: 600;
		text-transform: none !important;
		padding: 11px 5px !important;
		line-height: 22px !important;
		color: #444 !important;
	}

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
		background-color: transparent;
		color: #1ABC9C !important;
	}

	#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover { color: #1ABC9C !important; }

	#primary-menu ul li .mega-menu-content.style-2 li { border-top: 1px solid #EEE; }

	#primary-menu ul li .mega-menu-content.style-2 li:first-child { border-top: 0; }

	#primary-menu ul li .mega-menu-content.style-2 ul > li > a:hover { padding-left: 5px; }

	.mega-menu-column .widget {
		padding: 30px 0;
		margin: 0 !important;
	}

	#top-search { margin: 0 !important; }

	#top-search a,
	#top-cart,
	#side-panel-trigger,
	#top-account {
		position: absolute;
		top: 0;
		left: auto;
		right: 15px;
		margin: 40px 0;
		-webkit-transition: margin .4s ease;
		-o-transition: margin .4s ease;
		transition: margin .4s ease;
	}

	#primary-menu > div > #top-search a,
	#primary-menu > div > #top-cart,
	#primary-menu > div > #side-panel-trigger { margin: 20px 0 !important; }

	#primary-menu ul.windows-mobile-menu li.sub-menu { position: relative; }

	#primary-menu ul.windows-mobile-menu li.sub-menu a { background-image: none !important; }

	#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger {
		position: absolute;
		cursor: pointer;
		width: 32px;
		top: 0;
		right: 0;
		z-index: 1;
		padding: 0 !important;
		text-align: center !important;
	}

	#primary-menu ul.windows-mobile-menu .mega-menu-content a.wn-submenu-trigger { display: none; }

	#primary-menu ul.windows-mobile-menu li.sub-menu a.wn-submenu-trigger i { margin: 0 !important; }


	#header.sticky-style-3 #top-cart .top-cart-content { top: 40px; }

	#top-search a { right: 43px; }

	#top-search form { height: 100px !important; }

	#primary-menu > div > #top-search form { height: 60px !important; }

	#top-search form input { font-size: 24px; }

	#side-panel-trigger { right: 71px; }

	#top-account {
		margin: 33px 0 32px;
		right: 75px;
	}

	#top-account a.btn span { display: none; }

	body:not(.sticky-responsive-pagemenu) #page-menu #page-menu-wrap {
		position: relative !important;
		top: 0 !important;
	}

	#page-submenu-trigger {
		opacity: 1;
		pointer-events: auto;
		color: #FFF;
	}

	#page-menu.pagemenu-active #page-submenu-trigger { background-color: rgba(0,0,0,0.2); }

	#page-menu nav {
		display: none;
		position: absolute;
		float: none;
		width: 200px;
		top: 43px;
		left: auto;
		right: 15px;
		height: auto;
		background-color: #1ABC9C;
		z-index: 11;
	}

	#page-menu.pagemenu-active nav { display: block; }

	#page-menu nav ul {
		height: auto;
		background-color: rgba(0,0,0,0.2);
	}

	#page-menu nav li { float: none; }

	#page-menu nav li a {
		height: 40px;
		line-height: 40px;
		margin: 0;
		padding: 0 15px;
		border-radius: 0;
	}

	#page-menu ul ul {
		position: relative;
		width: auto;
		top: 0;
		background-color: transparent;
	}

	#page-menu ul ul a { padding-left: 25px; }


	/* Responsive Sticky Header
	-----------------------------------------------------------------*/

	.sticky-responsive-menu #header {
		min-height: 100px;
		-webkit-transition: min-height .4s ease;
		-o-transition: min-height .4s ease;
		transition: min-height .4s ease;
	}

	.sticky-responsive-menu #header-wrap {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}

	.sticky-responsive-menu #header.sticky-style-2,
	.sticky-responsive-menu #header.sticky-style-3 { min-height: 160px; }

	.sticky-responsive-menu.device-touch #header,
	.sticky-responsive-menu.device-touch #header-wrap,
	.sticky-responsive-menu.device-touch #logo,
	.sticky-responsive-menu.device-touch #logo img,
	.sticky-responsive-menu.device-touch #top-search a,
	.sticky-responsive-menu.device-touch #primary-menu-trigger,
	.sticky-responsive-menu.device-touch #top-cart,
	.sticky-responsive-menu.device-touch #side-panel-trigger,
	.sticky-responsive-menu.device-touch #top-account {
		-webkit-transition: none !important;
		-o-transition: none !important;
		transition: none !important;
	}

	#header.responsive-sticky-header:not(.sticky-style-2):not(.sticky-style-3):not(.static-sticky) { min-height: 60px; }

	.responsive-sticky-header #header-wrap {
		z-index: 199;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background-color: #FFF;
		border-bottom: 1px solid #EEE;
		-webkit-backface-visibility: hidden;
	}

	.responsive-sticky-header:not(.static-sticky) #logo,
	.responsive-sticky-header:not(.static-sticky) #logo img { height: 60px; }

	.responsive-sticky-header:not(.static-sticky) #primary-menu-trigger { top: 5px; }

	.responsive-sticky-header #primary-menu > ul,
	.responsive-sticky-header #primary-menu > .container > ul {
		max-height: 300px;
		overflow-y: scroll;
	}

	.responsive-sticky-header #primary-menu > ul,
	.responsive-sticky-header #primary-menu > .container > ul { margin-bottom: 20px !important; }

	.responsive-sticky-header:not(.static-sticky) #top-search a,
	.responsive-sticky-header:not(.static-sticky) #top-cart,
	.responsive-sticky-header:not(.static-sticky) #side-panel-trigger { margin: 20px 0; }

	.responsive-sticky-header:not(.static-sticky) #top-search form { height: 60px !important; }

	.responsive-sticky-header:not(.static-sticky) #top-cart .top-cart-content { top: 40px; }


	/* Off Canvas Menu
	-----------------------------------------------------------------*/

	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul,
	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul {
		position: fixed;
		display: block;
		z-index: 499;
		width: 280px;
		height: 100%;
		height: calc(100vh);
		max-height: none !important;
		margin: 0 !important;
		left: 0 !important;
		top: 0 !important;
		padding: 35px 25px 60px !important;
		background-color: #FFF;
		border-right: 1px solid #EEE !important;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(-280px,0,0);
		-o-transform: translate3d(-280px,0,0);
		transform: translate3d(-280px,0,0);
		-webkit-backface-visibility: hidden;
		transform-style: preserve-3d;
	}

	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > ul,
	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas.from-right > div > ul {
		left: auto !important;
		right: 0;
		border-right: 0 !important;
		border-left: 1px solid #EEE !important;
		-webkit-transform: translate3d(280px,0,0);
		-o-transform: translate3d(280px,0,0);
		transform: translate3d(280px,0,0);
	}

	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul,
	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul {
		-webkit-transition: -webkit-transform .3s ease-in-out, opacity .2s ease !important;
		-o-transition: -o-transform .3s ease-in-out, opacity .2s ease !important;
		transition: transform .3s ease-in-out, opacity .2s ease !important;
	}

	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > ul.show,
	body:not(.sticky-responsive-menu) #primary-menu.mobile-menu-off-canvas > div > ul.show {
		-webkit-transform: translate3d(0,0,0);
		-o-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}


	.ei-slider { height: 350px; }

	.ei-title h3 { display: none; }

	/* Portfolio - Items
	-----------------------------------------------------------------*/

	.portfolio .portfolio-item { width: 33.33333333%; }

	/* Portfolio - Items - 2 Columns - No Margin
	-----------------------------------------------------------------*/

	.portfolio-2 .portfolio-item { width: 50%; }

	/* Portfolio - Items - 1 Column
	-----------------------------------------------------------------*/

	.portfolio-1 .portfolio-item { width: 100%; }

	.portfolio-1 .portfolio-item .portfolio-image {
		float: none !important;
		margin: 0 !important;
		margin-bottom: 10px !important;
	}

	.portfolio-1 .portfolio-item .portfolio-image,
	.portfolio-1 .portfolio-item .portfolio-image a,
	.portfolio-1 .portfolio-item .portfolio-image img,
	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image,
	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image a,
	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
		width: 100%;
		height: auto;
	}

	.portfolio-1 .portfolio-desc { width: 100%; }

	/* Portfolio - Items - 1 Column - Full Width
	-----------------------------------------------------------------*/

	.portfolio-1.portfolio-fullwidth { margin: 0 0 -60px 0; }

	.portfolio-1.portfolio-fullwidth .portfolio-item {
		margin-bottom: 60px;
		padding-bottom: 0;
		border-bottom: 0;
		overflow: hidden;
	}

	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image {
		float: none;
		margin: 0 0 20px 0 !important;
	}

	.portfolio-1.portfolio-fullwidth .portfolio-item .portfolio-image img {
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	.portfolio-1.portfolio-fullwidth .portfolio-item:hover .portfolio-image img,
	.portfolio-1.portfolio-fullwidth .portfolio-item.alt:hover .portfolio-image img {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}

	.portfolio-1.portfolio-fullwidth .portfolio-desc,
	.portfolio-1.portfolio-fullwidth .alt .portfolio-desc {
		position: relative;
		width: 100%;
		height: auto;
		padding: 0;
		background-color: transparent;
		left: 0;
		right: 0;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}

	.portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 50%; }

	.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
		left: auto;
		right: 50%;
	}

	.device-touch .portfolio-parallax .portfolio-item .portfolio-desc,
	.device-touch .portfolio-parallax .portfolio-overlay { opacity: 1; }

	.shop-quick-view-ajax,
	.portfolio-ajax-modal { width: 90% !important; }


	.small-thumbs .entry-title h2,
	.ievent .entry-title h2 { font-size: 18px; }

	.entry-meta li {
		font-size: 12px;
		margin: 0 10px 10px 0;
	}


	/* Blog - Grid
	-----------------------------------------------------------------*/

	.post-grid { margin-right: -20px; }

	.post-grid .entry {
		width: 226px;
		margin-right: 20px;
	}

	/* Blog - Grid - 3 Columns
	-----------------------------------------------------------------*/

	.post-grid.grid-2,
	.post-grid.grid-3 { margin-right: -30px; }

	.post-grid.grid-2 .entry,
	.post-grid.grid-3 .entry {
		width: 345px;
		margin-right: 30px;
	}


	.post-masonry-full .entry { width: 33.30% !important; }

	.post-masonry-full.grid-3 .entry { width: 50% !important; }

	.post-timeline .entry { width: 290px !important; }

	.post-timeline .entry.entry-date-section { width: 100% !important; }



	.product { width: 33.33333333%; }

	.product:not(.product-2):not(.product-3) .product-title h3 { font-size: 18px; }

	.pricing [class^=col-md-] .pricing-box.best-price { margin-top: 0; }

	.pricing.pricing-5 .pricing-box.best-price { margin-top: 20px; }

	.device-sm .pricing.pricing-5 .pricing-title h3,
	.device-sm .pricing.pricing-5 .best-price .pricing-title h3 { font-size: 14px; }

	.device-sm .pricing.pricing-5 .pricing-title span { font-size: 12px; }

	.device-sm .pricing.pricing-5 .pricing-price { font-size: 48px; }

	.device-sm .pricing.pricing-5 .pricing-price span { font-size: 20px; }

	.device-sm .pricing.pricing-5 .pricing-price span.price-tenure { font-size: 12px; }

	.device-sm .pricing.pricing-5 .pricing-box.best-price .pricing-title { padding: 15px 0; }

	.pricing-box.pricing-extended .pricing-desc,
	.pricing-box.pricing-extended .pricing-action-area {
		position: relative;
		float: none;
		width: auto;
		padding: 25px;
	}

	.pricing-box.pricing-extended .pricing-action-area {
		height: auto;
		border-left: 0;
		border-top: 1px solid rgba(0,0,0,0.05);
		border-radius: 0 0 3px 3px;
	}

	.testimonials-grid.grid-3 li { width: 50%; }

	.section > .testimonial {
		padding: 0 40px !important;
		max-width: none;
	}

	.promo:not(.promo-full) { padding: 30px 20px !important; }

	.promo.promo-dark h3 { line-height: 1.6; }

	.promo a.button {
		position: relative !important;
		top: 0 !important;
		margin: 20px 0 0 !important;
		left: 0 !important;
		right: 0;
	}

	#contact-form-overlay-mini {
		float: none;
		width: auto;
		max-width: 380px;
		margin: 0 auto;
	}

	.button.button-full { font-size: 22px; }

	.button.button-full i { top: 3px !important; }

	.bnews-title {
		float: none;
		display: inline-block;
	}

	.bnews-slider {
		float: none;
		margin: 10px 0 0;
		width: 100%;
	}

	.wedding-head { font-size: 60px; }

	.wedding-head .first-name span,
	.wedding-head .last-name span { font-size: 40px; }

	.wedding-head .and { font-size: 144px; }

	.error404 { font-size: 180px; }

	.landing-form-overlay {
		position: absolute;
		width: 100%;
		max-width: 400px;
		right: auto;
		left: 50%;
		margin-left: -200px;
		bottom: 0;
	}

}


@media (min-width: 768px) and (max-width: 991px) {

	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid),
	.swiper_wrapper:not(.full-screen):not(.canvas-slider-grid) .swiper-slide { height: 400px !important; }

	.sidebar-widgets-wrap {
		position: relative;
		margin: 0 -38px -40px 0;
	}

	.sidebar-widgets-wrap .widget {
		display: inline-block;
		vertical-align: top;
		float: none;
		width: 340px;
		margin: 0 37px 40px 0;
		padding-top: 0;
		border-top: 0;
	}

	.landing-video {
		width: 352px;
		height: 199px;
		margin: 14px 0 0 60px;
	}

}


@media (max-width: 767px) {

	body { padding: 0 !important; }

	#wrapper { width: 100% !important; }

	.container-fullwidth {
		margin: 0 auto;
		padding: 0 15px !important;
	}

	h1 { font-size: 28px; }

	h2 { font-size: 24px; }

	h3 { font-size: 20px; }

	h4 { font-size: 16px; }

	.one-page-arrow { display: none !important; }

	#top-bar { height: auto; }

	#top-bar .col_half {
		width: 100%;
		margin-bottom: 0 !important;
	}

	.top-links,
	.top-links > ul > li { float: none !important; }

	.top-links > ul { text-align: center; }

	.top-links > ul > li { display: inline-block; }

	.top-links > ul > li { margin-right: -4px; }

	.top-links ul ul,
	.top-links ul div.top-link-section { text-align: left; }

	.top-links ul div.top-link-section {
		left: auto;
		right: 0;
		padding: 20px 15px;
	}

	#top-social,
	#slider:not(.swiper_wrapper) .slider-caption,
	.nivo-caption,
	.flex-caption,
	.slider-caption p,
	.slider-caption .button,
	.camera_caption,
	.ei-title,
	.slider-arrow-top-sm,
	.slider-arrow-bottom-sm { display: none !important; }

	.slider-caption h2 { margin-bottom: 0 !important; }

	.flex-control-nav li { opacity: 1 !important; }

	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs { height: 60px; }

	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
		display: block;
		width: 80px !important;
		height: 60px !important;
	}

	.postcontent,
	.postcontent.bothsidebar,
	.sidebar,
	.col_full,
	.col_half,
	.col_one_third,
	.col_two_third,
	.col_three_fourth,
	.col_one_fourth,
	.col_one_fifth,
	.col_two_fifth,
	.col_three_fifth,
	.col_four_fifth,
	.col_one_sixth,
	.col_five_sixth {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 50px !important;
	}

	.sidebar.col_last { margin-bottom: 0 !important; }

	form .col_full,
	form .col_half,
	form .col_one_third,
	form .col_two_third,
	form .col_three_fourth,
	form .col_one_fourth,
	form .col_one_fifth,
	form .col_two_fifth,
	form .col_three_fifth,
	form .col_four_fifth,
	form .col_one_sixth,
	form .col_five_sixth { margin-bottom: 25px !important; }


	#page-title {
		padding: 20px 0 25px;
		text-align: center;
	}

	#page-title h1 {
		line-height: 1.5;
		font-size: 24px;
	}

	#page-title .breadcrumb {
		position: relative !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		margin: 15px 0 0 !important;
	}

	#page-title #portfolio-navigation,
	#portfolio-ajax-title #portfolio-navigation {
		position: relative;
		top: 0;
		left: 0;
		margin: 15px auto 0;
	}

	#portfolio-ajax-title { text-align: center; }


	/* Portfolio - Filter
	-----------------------------------------------------------------*/

	.portfolio-filter {
		border: none;
		border-radius: 0;
		margin-bottom: 20px;
	}

	.portfolio-filter li {
		width: 33.33%;
		margin: 0 0 20px 0 !important;
	}

	.portfolio-filter li a {
		text-align: center;
		border-left: none;
		padding: 12px 18px !important;
		border-radius: 2px !important;
	}

	.portfolio-filter li a:hover { color: #1ABC9C; }

	.portfolio-filter li.activeFilter a {
		color: #FFF;
		margin: 0;
	}

	.portfolio-filter.style-2 li a,
	.portfolio-filter.style-3 li a { border-radius: 22px !important; }

	.portfolio-shuffle { display: none; }


	/* Blog
	-----------------------------------------------------------------*/

	.small-thumbs .entry-image,
	.ievent .entry-image {
		float: none !important;
		width: 100% !important;
		margin: 0 0 20px !important;
	}

	.entry-title h2,
	.post-grid .entry-title h2 {
		font-size: 18px !important;
		font-weight: 600;
	}

	.entry-meta li {
		font-size: 11px;
		margin: 0 10px 10px 0;
	}

	#posts .entry-meta li i { display: none; }

	#posts.post-grid .entry-meta li i,
	#posts .entry-meta li:last-child i { display: inline-block; }

	.post-grid { margin-right: 0 !important; }

	.post-grid .entry,
	.post-masonry-full.grid-3 .entry {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
		border-right: 0 !important;
	}

	.post-timeline .entry.entry-date-section { margin-left: 0; }

	.timeline-border,
	.post-timeline .entry-timeline { display: none !important; }

	.postcontent .post-timeline { padding-left: 0; }

	.post-masonry-full .entry { padding: 40px !important; }

	.product-1 .product { width: 100%; }

	.product-1 .product-image {
		float: none !important;
		width: 100% !important;
		height: auto !important;
		margin: 0 0 20px !important;
	}

	.product-1 .product-title h3 { font-size: 19px; }

	.product-1 p { display: none; }


	.pricing-box.best-price { margin-top: 0; }

	.pricing.pricing-5 .pricing-box {
		float: none;
		width: 100%;
	}

	.pricing-box.pricing-extended .pricing-features li {
		width: auto;
		float: none;
	}

	table.cart .quantity { display: block; }

	table.cart .quantity .qty,
	table.cart .quantity .plus,
	table.cart .quantity .minus {
		float: none;
		width: 100%;
	}

	table.cart .quantity .qty {
		border: 0;
		border-top: 1px solid #DDD;
		border-bottom: 1px solid #DDD;
	}

	.button.button-desc {
		padding: 20px 17px;
		font-size: 15px;
		max-width: 100%;
	}

	.button.button-desc span { font-size: 11px; }

	.process-steps li {
		float: none;
		width: auto !important;
		margin-top: 20px;
	}

	.process-steps li:first-child { margin-top: 0; }

	.process-steps li h5 { margin: 10px 0 0 0; }

	.process-steps li:before,
	.process-steps li:after { display: none; }


	.tabs-responsive .tab-container { padding: 0 !important; }

	.tabs-responsive .tab-container:not(.accordion-border) { border: 0; }

	.testimonials-grid li {
		float: none;
		width: auto !important;
		padding-left: 0;
		padding-right: 0;
	}

	.team.team-list .team-image {
		float: none;
		width: 100%;
		margin-right: 0;
	}

	.team.team-list .team-title { margin-top: 15px; }

	.title-block {
		padding: 2px 0 3px 15px;
		border-left-width: 5px;
	}

	.title-block-right {
		padding: 2px 15px 3px 0;
		border-right-width: 5px;
	}

	.title-block h1 + span { font-size: 18px; }

	.title-block h2 + span { font-size: 17px; }

	.title-block h3 + span { font-size: 15px; }

	.title-block h4 + span { font-size: 13px; }

	.heading-block h1 { font-size: 30px; }

	.heading-block h2 { font-size: 26px; }

	.heading-block h3 { font-size: 22px; }

	.heading-block h4 { font-size: 19px; }

	.heading-block h1 + span { font-size: 20px; }

	.heading-block h2 + span { font-size: 18px; }

	.heading-block h3 + span,
	.heading-block h4 + span { font-size: 17px; }

	.heading-block ~ p:not(.lead) { font-size: 15px; }

	.emphasis-title h1,
	.emphasis-title h2 { font-size: 44px !important; }

	.wedding-head { font-size: 48px; }

	.wedding-head .first-name,
	.wedding-head .last-name,
	.wedding-head .and {
		display: block;
		margin: 0 0 15px;
		text-align: center;
	}

	.wedding-head .first-name span,
	.wedding-head .last-name span { font-size: 36px; }

	.wedding-head .and { font-size: 120px; }

	.news-carousel .overlay { display: none; }


	/* Copyrights
	-----------------------------------------------------------------*/

	#copyrights .col_half { text-align: center; }

	#copyrights .col_half:last-child { display: none; }

	#copyrights .footer-logo {
		margin-left: auto;
		margin-right: auto;
	}

}

@media (min-width: 480px) and (max-width: 767px) {

	.container,
	#header.full-header .container,
	.container-fullwidth { width: 470px !important; }

	.container.vertical-middle { width: 100% !important; }

	.full-screen:not(.force-full-screen) .container.vertical-middle { width: 470px !important; }

	#top-search form input { padding-right: 60px; }

	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide { height: 300px !important; }

	.swiper_wrapper .slider-caption h2 { font-size: 36px; }

	.ei-slider { height: 250px; }

	#header.transparent-header.floating-header .container {
		width: 470px;
		padding: 0 15px;
	}

	/* Portfolio - Items
	-----------------------------------------------------------------*/

	.portfolio:not(.portfolio-1) { margin: 0 -6px -6px 0; }

	.portfolio:not(.portfolio-1) .portfolio-item { padding: 0 6px 6px 0; }

	/* Portfolio - Items - 5 & 6 Columns
	-----------------------------------------------------------------*/

	.portfolio:not(.portfolio-1) .portfolio-item { width: 50%; }

	/* Portfolio - Items - Descriptions
	-----------------------------------------------------------------*/

	.portfolio:not(.portfolio-1) .portfolio-desc { padding: 15px 5px 10px; }

	.portfolio:not(.portfolio-1) .portfolio-desc h3 { font-size: 16px; }

	.portfolio:not(.portfolio-1) .portfolio-desc span { font-size: 14px; }

	.portfolio-notitle:not(.portfolio-1) .portfolio-desc {
		height: 78px;
		padding: 15px 5px;
		bottom: -79px;
	}

	.portfolio-full.portfolio-notitle:not(.portfolio-1) .portfolio-desc,
	.portfolio-nomargin.portfolio-notitle:not(.portfolio-1) .portfolio-desc {
		bottom: -78px;
		border-bottom: 0;
	}

	/* Portfolio - Items - Overlay
	-----------------------------------------------------------------*/

	.portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.left-icon,
	.portfolio-notitle:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay a.right-icon,
	.portfolio-notitle .iportfolio:hover .portfolio-overlay a.left-icon,
	.portfolio-notitle .iportfolio:hover .portfolio-overlay a.right-icon { margin-top: -55px !important; }

	.portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a { margin: 20px 0 0 !important; }

	.portfolio:not(.portfolio-1) .portfolio-item:hover .portfolio-overlay .portfolio-desc ~ a.right-icon {
		margin-left: 5px !important;
		margin-right: 0 !important;
	}

	/* Portfolio - Items - 1 Column
	-----------------------------------------------------------------*/

	.portfolio-1 .portfolio-item .portfolio-image {
		float: none !important;
		margin: 0 !important;
		margin-bottom: 10px !important;
	}

	.portfolio-1 .portfolio-desc { width: 100%; }

	/* Portfolio - Items - 1 Column - Full Width
	-----------------------------------------------------------------*/

	.portfolio-1.portfolio-fullwidth { margin: 0 0 -60px 0; }

	.portfolio-1.portfolio-fullwidth .portfolio-item {
		margin-bottom: 60px;
		padding-bottom: 0;
		border-bottom: 0;
		overflow: hidden;
	}

	.portfolio-1.portfolio-fullwidth .portfolio-overlay a { left: 50%; }

	.portfolio-1.portfolio-fullwidth .alt .portfolio-overlay a {
		left: auto;
		right: 50%;
	}

	.portfolio.portfolio-nomargin,
	.portfolio.portfolio-full { margin: 0 !important; }

	.post-grid:not(.post-masonry) .entry-image iframe { height: 246px; }

	.shop:not(.product-1) { margin: 0 -12px -12px 0; }

	.shop:not(.product-1) .product {
		padding: 0 12px 12px 0;
		width: 50%;
	}

	.shop:not(.product-1) .product-title h3 { font-size: 17px; }

	.clients-grid:not(.grid-3):not(.grid-2) li,
	.clients-grid.grid-4 li,
	.clients-grid.grid-6 li { width: 33.33%; }

	.button.button-full { font-size: 18px; }

	.button.button-full i {
		top: 2px !important;
		margin-left: 3px !important;
	}

	.error404,
	.error404-wrap .error404 { font-size: 160px; }

	.landing-video {
		position: relative;
		top: 12px;
		width: 333px;
		height: 187px;
		margin: 19px 0 0 53px;
	}

}

@media (max-width: 479px) {

	.container,
	#header.full-header .container,
	.container-fullwidth { width: 310px !important; }

	.container.vertical-middle { width: 100% !important; }

	.full-screen:not(.force-full-screen) .container.vertical-middle { width: 310px !important; }

	#top-cart { display: none; }

	#top-search a { right: 15px; }

	#top-search form input { padding-right: 30px; }

	#side-panel-trigger { right: 43px; }

	#top-account { right: 43px; }

	#top-account a.btn {
		padding-left: 8px;
		padding-right: 8px;
	}

	#top-account a.btn i:last-child { display: none; }

	.swiper_wrapper:not(.force-full-screen),
	.swiper_wrapper:not(.force-full-screen):not(.canvas-slider-grid) .swiper-slide,
	.ei-slider { height: 180px !important; }

	.swiper_wrapper .slider-caption h2 { font-size: 28px; }

	#header.transparent-header.floating-header .container {
		width: 310px;
		padding: 0 15px;
	}

	.portfolio-filter li { width: 50%; }

	.portfolio:not(.portfolio-1) { margin: 0; }

	.portfolio .portfolio-item { width: 100%; }

	.post-grid:not(.post-masonry) .entry-image iframe { height: 157px; }

	.mpost .entry-image {
		float: none;
		margin: 0 0 20px 0;
	}

	.mpost .entry-image,
	.mpost .entry-image a,
	.mpost .entry-image img,
	.mpost .entry-image i {
		width: 100%;
		height: auto;
	}

	.mpost .entry-image i {
		height: 150px;
		line-height: 150px;
	}

	.shop:not(.product-1) { margin: 0; }

	.shop:not(.product-1) .product {
		margin: 0 0 20px 0;
		padding: 0;
		width: 100%;
	}

	.shop:not(.product-1) .product-title h3 { font-size: 19px; }

	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs { height: 45px; }

	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li,
	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
		display: block;
		width: 60px !important;
		height: 45px !important;
	}

	.si-share span { display: none; }

	.parallax .entry-overlay-meta,
	.parallax .entry-overlay {
		left: 50% !important;
		right: 0 !important;
		margin: 0 0 0 -140px !important;
		width: 280px !important;
	}

	.parallax .entry-overlay { width: 288px !important; }

	.parallax .countdown-section {
		width: 64px;
		height: 64px;
		margin: 0 8px 0 0;
		font-size: 11px;
		padding: 0;
		padding-top: 12px;
	}

	.parallax .countdown-amount { font-size: 20px; }

	.countdown-large .countdown-section {
		display: block;
		width: auto;
		margin: 30px 0 0;
		border: 0;
	}

	.countdown-large .countdown-section:first-child { margin-top: 0; }

	.testi-image,
	.testi-image a,
	.testi-image img,
	.testi-image i {
		width: 36px;
		height: 36px;
	}

	.testi-image i {
		line-height: 36px;
		font-size: 20px;
	}

	.clients-grid:not(.grid-3):not(.grid-2) li,
	.clients-grid.grid-4 li,
	.clients-grid.grid-6 li { width: 50%; }

	.button.button-full { font-size: 16px; }

	.button.button-full i {
		top: 2px !important;
		margin-left: 3px !important;
	}

	.emphasis-title h1,
	.emphasis-title h2 { font-size: 40px !important; }

	.error404,
	.error404-wrap .error404 { font-size: 120px; }

	.landing-video {
		position: relative;
		top: 9px;
		width: 212px;
		height: 119px;
		margin: 19px 0 0 34px;
	}

	.landing-form-overlay { margin-left: -155px; }

	.button.button-desc {
		padding: 20px 17px;
		font-size: 15px;
		max-width: 100%;
	}

	.button.button-desc span { font-size: 11px; }

}


/* ----------------------------------------------------------------
	Retina CSS
-----------------------------------------------------------------*/


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {

	#logo a.standard-logo,
	#header.split-menu #logo a.standard-logo { display: none; }

	#logo a.retina-logo { display: block; }

	#header.split-menu #logo a.retina-logo { display: inline-block; }

	.owl-carousel.owl-loading,
	.preloader,
	.preloader2,
	.form-process {
		background-image: url('../images/preloader@2x.gif');
		background-size: 24px 24px;
	}

	.dark .owl-carousel.owl-loading,
	.dark .preloader,
	.dark .preloader2,
	.dark .form-process { background-image: url('../images/preloader-dark@2x.gif'); }

	.widget_recent_comments li {
		background-image: url("../images/icons/widget-comment@2x.png");
		background-size: 15px 26px;
	}

	.widget_nav_menu li a,
	.widget_links li a,
	.widget_meta li a,
	.widget_archive li a,
	.widget_recent_entries li a,
	.widget_categories li a,
	.widget_pages li a,
	.widget_rss li a,
	.widget_recent_comments li a {
		background-image: url("../images/icons/widget-link@2x.png");
		background-size: 4px 20px;
	}

	.dark .widget_recent_comments li { background-image: url("../images/icons/widget-comment-dark@2x.png"); }

	.dark .widget_nav_menu li a,
	.dark .widget_links li a,
	.dark .widget_meta li a,
	.dark .widget_archive li a,
	.dark .widget_recent_entries li a,
	.dark .widget_categories li a,
	.dark .widget_pages li a,
	.dark .widget_rss li a,
	.dark .widget_recent_comments li a { background-image: url("../images/icons/widget-link-dark@2x.png"); }

}

@media
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (   min--moz-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (     -o-min-device-pixel-ratio: 2/1) and (max-width: 991px),
only screen and (        min-device-pixel-ratio: 2) and (max-width: 991px),
only screen and (                min-resolution: 192dpi) and (max-width: 991px),
only screen and (                min-resolution: 2dppx) and (max-width: 991px) {
	#logo a.standard-logo { display: none; }
	#logo a.retina-logo { display: inline-block; }
}

