* {
	outline: 0
}

html {
	height: 100%
}

body {
	font-family: 'Poppins', sans-serif, Arial;
	line-height: 24px;
	color: #6a0000;
	overflow-x: hidden
}

a,
a:hover {
	color: black;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Open Sans', sans-serif, Arial;
	font-weight: 400
}

h1 {
	font-size: 72px
}

h2 {
	font-size: 50px
}

h3 {
	font-size: 30px
}

h4 {
	font-size: 24px
}

h5 {
	font-size: 20px
}

h6 {
	font-size: 16px
}

p {
	margin: 0 0 20px;
	font-weight: 400
}

p+p {
	margin: 20px 0 0
}

a:focus,
a:hover {
	outline: 0;
	text-decoration: none
}

strong {
	font-weight: 600
}

.fa-6x {
	font-size: 6em
}

.fa-7x {
	font-size: 7em
}

iframe,
img {
	max-width: 100%;
	height: auto
}

.success {
	font-size: 15px;
	background: #CFFFF5;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #B9ECCE;
	border-radius: 5px;
	font-weight: 400
}

.error {
	font-size: 15px;
	background: #FFDFDF;
	border: 1px solid #FFCACA;
	border-radius: 5px;
	font-weight: 400
}

.sort-by-menu {
	margin-left: -15px
}

.select-wrapper span.sort-by {
	float: left;
	margin-right: 12px;
	line-height: 33px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px
}

.sbHolder {
	background: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, .0980392);
	border-radius: 4px
}

.sbHolder:focus {
	outline: 0
}

a.sbSelector:hover,
a.sbSelector:link,
a.sbSelector:visited {
	color: #333;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px
}

.sbHolder .sbToggle {
	background: url(../images/select-icons.png) 0 1px no-repeat;
	right: 7px;
	top: 12px;
	width: 8px;
	height: 6px
}

.sbHolder .sbToggle:hover {
	background: url(../images/select-icons.png) 0 1px no-repeat
}

.sbOptions {
	background: #F7F7F7;
	border: 1px solid rgba(0, 0, 0, .0980392)!important;
	border-top: 0!important;
	margin-top: -1px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-radius: 0 0 4px 4px
}

.sbOptions a:link,
.sbOptions a:visited {
	color: #333
}

.sbHolder {
	float: left;
	margin-right: 0
}

.sbHolder,
.sbHolder .sbOptions {
	width: 100%
}

.sbSelector {
	line-height: 27px;
	width: 100%
}

.sbOptions li {
	width: 100%
}

.font-12px {
	font-size: 12px;
	line-height: 18px
}

.font-12px tbody:before {
	line-height: 8px;
	content: "\200C";
	display: block
}

.font-12px>tbody>tr>td,
.font-12px>tbody>tr>th,
.font-12px>tfoot>tr>td,
.font-12px>tfoot>tr>th,
.font-12px>thead>tr>td,
.font-12px>thead>tr>th {
	line-height: 16px
}

.font-13px {
	font-size: 13px;
	line-height: 18px
}

.font-13px tbody:before {
	line-height: 8px;
	content: "\200C";
	display: block
}

.font-13px thead {
	font-size: 14px;
	font-weight: 400
}

.font-13px>tbody>tr>td,
.font-13px>tbody>tr>th,
.font-13px>tfoot>tr>td,
.font-13px>tfoot>tr>th,
.font-13px>thead>tr>td,
.font-13px>thead>tr>th {
	line-height: 16px
}

.col-width-50 {
	float: left;
	width: 50%;
	padding-left: 15px
}

.font-12px thead {
	font-size: 13px;
	font-weight: 400
}

.font-12px tbody {
	margin-top: 5px
}

.less-margin {
	margin: 0
}

.img-border {
	float: left;
	border: 1px solid #3a3a3a
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
	background: #ccc
}

.pagination>li>a,
.pagination>li>span {
	border: none;
	padding: 3px 9px;
	font-size: 13px;
	font-weight: 400;
	background-color: #ccc;
	margin-right: 6px;
	color: #fff
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0
}

.pagination li.disabled a,
.pagination li.disabled a:hover {
	background-color: #eee;
	color: #fff
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	background-color: #3E4095;
	color: #FFF
}

.pagination>li:first-child>a:hover,
.pagination>li:last-child>a:hover {
	color: #fff
}

img.display-img {
	float: left;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 9px
}

.firstcharacter {
	float: left;
	color: #33BEBF;
	font-size: 30px;
	line-height: 25px;
	padding-right: 8px;
	padding-left: 0
}

.design_2 .firstcharacter {
	color: #fff
}

.progressbar .progress {
	height: 35px;
	background-color: #eee;
	border-radius: 0
}

.progressbar .progress .progress-bar-danger {
	background-color: #3E4095
}

.progressbar .progress .progress-bar {
	padding: 8px 0;
	text-indent: 16px;
	text-align: left;
	font-size: 14px;
	font-weight: 700;
	-webkit-transition: width 2s ease!important;
	-moz-transition: width 2s ease!important;
	-o-transition: width 2s ease!important;
	transition: width 2s ease!important
}

.list-content {
	margin-top: 42px;
	margin-left: -15px;
	margin-right: -15px
}

.list-content p {
	padding: 0
}

.content-wrap p,
.team-wrap p {
	color: #616161;
	font-size: 14px;
	line-height: 28px;
	font-weight: 400
}

.choose-list ul {
	padding: 0;
	margin: 0
}

.choose-list ul li {
	list-style: none;
	font-size: 14px;
	color: #2d2d2d;
	line-height: 33px;
	font-weight: 400
}

.choose-list ul li:before {
	width: 16px;
	height: 16px;
	background: #3E4095;
	font-family: FontAwesome;
	content: "\f105";
	margin-right: 10px;
	display: inline-block;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	line-height: 16px;
	font-size: 12px;
	-moz-padding-start: 1px
}

.pagination-page .pagination>li:first-child>a:hover,
.pagination-page .pagination>li:last-child>a:hover {
	color: #fff
}

.form-selectbox {
	margin-top: 20px;
	overflow: hidden
}

.list-info {
	padding: 0
}

.list-info span.text-red {
	color: #3E4095
}

.list-info a,
.list-info p {
	margin: 8px 0 0;
	color: #2d2d2d;
	font-size: 13px;
	line-height: 20px
}

.fa-angle-left:before,
.fa-angle-right:before {
	font-weight: 600
}

table.left_table input,
table.right_table input {
	width: 90%
}

.margin-bottom-45 {
	margin-bottom: 45px
}

code,
pre {
	font-size: .7em;
	background-color: #eee;
	color: #000
}

code {
	padding: .2em
}

pre {
	padding: 1em;
	white-space: pre-line
}

#first~h2 {
	margin-top: 2em
}

.small {
	font-size: .75em;
	line-height: 1.5em
}

hr {
	border: none;
	height: 0;
	border-top: solid 1px #ccc;
	margin: 1.5em 0
}

.alternate-font {
	font-size: 1.5em;
	font-family: Yellowtail, cursive;
	color: #3E4095
}

header {
	background: rgba(256, 256, 256, 1);
	position: relative;
	z-index: 1000;
	width: 100%;
	top: 0
}

header,
header * {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear
}

.toolbar {
	padding: 0;
	color: #fff;
	min-height: 36px;
	position: relative;
	z-index: 5555;
/*	background: #33BEBF; 
	
	background: linear-gradient(
90deg
,#00c4cc,#7d2ae8);*/
	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: #fff;
	font-size: 14px;
	line-height: 40px;
	font-weight: 600
}

.toolbar .search_box {
	background: 0 0;
	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:-moz-placeholder,
.toolbar .search_box:-ms-input-placeholder,
.toolbar .search_box::-moz-placeholder,
.toolbar .search_box::-webkit-input-placeholder {
	color: #929596;
	transition: all .5s linear
}

.toolbar input.search_box:-ms-input-placeholder,
.toolbar input.search_box::-moz-placeholder,
.toolbar input.search_box::-webkit-input-placeholder,
.toolbar input.search_box:moz-placeholder {
	transition: all .5s linear
}

.toolbar input.search_box:hover:-ms-input-placeholder,
.toolbar input.search_box:hover::-moz-placeholder,
.toolbar input.search_box:hover::-webkit-input-placeholder,
.toolbar input.search_box:hover:moz-placeholder {
	color: #FFF;
	transition: all .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: 36px
}

.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: 90px;
	width: auto;
	margin-top: -10px;
	position: absolute;  */
	
	
	
	    /* height: 69px; */
    width: auto;
    margin-top: -6px;
    position: absolute;
    margin-left: -54px;
	
	
	
	
}

.bottom-header .navbar {
	margin-bottom: 0;
	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;
	height: 75px;
	overflow: hidden;
	transition-duration: 0s
}

header .bottom-header .navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	line-height: 31px;
	padding: 25px 15px;
	transition-duration: .15s
}

.bottom-header .navbar-default .navbar-nav>.active>a,
.bottom-header .navbar-default .navbar-nav>.active>a:focus,
.bottom-header .navbar-default .navbar-nav>.active>a:hover {
	background-color: #fff;
color: #999;
}

.bottom-header .navbar-default .navbar-nav>.open>a,
.bottom-header .navbar-default .navbar-nav>.open>a:focus,
.bottom-header .navbar-default .navbar-nav>.open>a:hover {
  /*	background-color: #3E4095; */
	color: #fff
}

header.affix {
	top: -30px
}

header.affix .bottom-header .navbar-default .navbar-brand {
	padding: 11px 0 0 15px;
	height: 59px
}

header.affix .container .navbar {
	min-height: 0;
	margin-top: 0
}

header.affix .container .navbar .navbar-brand img {
	height: 50px;
	width: auto;
	margin-top: -2px
}

header.affix .container .navbar .navbar-nav li a {
	color: #3E4095;
	line-height: 10px;
	padding: 28px 10px 21px;
	font-size: 12px;
	transition-duration: .15s
}

header .nav .open>a,
header .nav .open>a:focus,
header .nav .open>a:hover,
header .navbar-default .navbar-nav>.open>a,
header .navbar-default .navbar-nav>.open>a:focus,
header .navbar-default .navbar-nav>.open>a:hover {
	background-color: #3E4095;
	color: #fff
}

header .navbar-default .navbar-nav .dropdown a .caret,
header .navbar-default .navbar-nav>.dropdown>a .caret {
	display: none;
	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, .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: #3E4095
}

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-menu>li>a {
	padding: 9px 20px
}

header.affix .dropdown .dropdown-menu li.dropdown .dropdown-menu>li>a {
	font-size: 12px
}

.dropdown .dropdown-menu li.dropdown.other_side .dropdown-menu,
header .navbar-nav li.dropdown .dropdown-menu li.dropdown.other_side .dropdown-menu {
	left: -95%;
	right: 100%;
	transition-duration: 0s!important
}

.navbar-collapse.collapse,
.navbar-collapse.collapsing,
.navbar-collapse.in {
	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: 14px;
	color: #3E4095;
	font-family: 'Open Sans', sans-serif;
	transition-duration: .15s
}

.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #FFF;
	background-color: #3E4095
}

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 .5s linear
}

.toolbar input.search_box:hover:-moz-placeholder {
	transition: color .5s linear
}

.toolbar input.search_box:hover:-ms-input-placeholder {
	transition: color .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
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background-color: #3E4095
}

.dropdown-menu {
	padding: 0;
	margin: 0
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu {
	background: rgba(0, 0, 0, .65);
	top: 0;
	left: 100%;
	margin: 0;
	padding: 0
}

.dropdown .dropdown-menu li.dropdown .dropdown-menu>li>a {
	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 4px 0 0
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
	background-color: #3E4095
}

.dropdown-menu>li:last-of-type>a {
	border-radius: 0 0 4px 4px
}

.navigation {
	width: 100%;
	top: 0
}

.bottom-header .navbar-default .navbar-nav a {
	background-color: ;
}

.bottom-header .navbar-default .navbar-nav a:hover {
	background-color: #3E4095!important;
	color: #fff!important
}

.container {
	padding: 0
}

.container .inner-page>.col-lg-9,
.inner-page .container>.col-md-12 {
	padding-left: 0;
	padding-right: 0
}

.container .inner-page>.col-lg-3+.col-lg-9 {
	padding-right: 0;
	padding-left: 24px
}

#secondary-banner {
	background-color: #195ba0;
	position: relative;
	display: block;
	z-index: 22;
	margin-top: 0;
/*	text-shadow: 0 1px 0 #000; */
	padding-top: 0;
	color: #fff;
	height: 144px;
	border-bottom: solid 2px #fff;
	background-position: center 0
}

#secondary-banner .container .row {
	display: table;
	width: 100%
}

#secondary-banner .container .row div {
	float: none;
	display: table-cell;
	vertical-align: bottom
}

.dynamic-image-1,
.dynamic-image-10,
.dynamic-image-11,
.dynamic-image-12,
.dynamic-image-13,
.dynamic-image-14,
.dynamic-image-15,
.dynamic-image-16,
.dynamic-image-2,
.dynamic-image-3,
.dynamic-image-4,
.dynamic-image-7,
.dynamic-image-8,
.dynamic-image-9 {
	background-size: cover
}

.dynamic-image-1 {
	background: url(../images/dynamic-header-1.jpg) top center no-repeat
}

.dynamic-image-2 {
	background: url(../images/dynamic-header-2.jpg) top center no-repeat
}

.dynamic-image-3 {
	background: url(../images/dynamic-header-3.jpg) top center no-repeat
}

.dynamic-image-4 {
	background: url(../images/dynamic-header-4.jpg) top center no-repeat
}

.dynamic-image-5 {
	background: url(../images/dynamic-header-5.jpg) top center no-repeat
}

.dynamic-image-6 {
	background: url(../images/dynamic-header-6.jpg) top center no-repeat
}

.dynamic-image-7 {
	background: url(../images/dynamic-header-7.jpg) top center no-repeat
}

.dynamic-image-8 {
	background: url(../images/dynamic-header-8.jpg) top center no-repeat
}

.dynamic-image-9 {
	background: url(../images/dynamic-header-9.jpg) top center no-repeat
}

.dynamic-image-10 {
	background: url(../images/dynamic-header-10.jpg) top center no-repeat
}

.dynamic-image-11 {
	background: url(../images/dynamic-header-11.jpg) top center no-repeat
}

.dynamic-image-12 {
	background: url(../images/dynamic-header-12.jpg) top center no-repeat
}

.dynamic-image-13 {
	background: url(../images/dynamic-header-13.jpg) top center no-repeat
}

.dynamic-image-14 {
	background: url(../images/dynamic-header-14.jpg) top center no-repeat
}

.dynamic-image-15 {
	background: url(../images/dynamic-header-15.jpg) top center no-repeat
}

.dynamic-image-16 {
	background: url(../images/dynamic-header-16.jpg) top center no-repeat
}

#secondary-banner h2 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 15px
}

#secondary-banner h4 {
	font-weight: 300
}

.breadcrumb {
	background-color: transparent;
	float: right;
	margin-top: 68px;
	padding-left: 0;
	padding-bottom: 0;
	padding-right: 0
}

.breadcrumb li,
.breadcrumb li a {
	font-size: 12px;
	font-weight: 600;
	color: #fff
}

.ribbon {
	float: left;
	padding-left: 15px;
	padding-right: 30px;
	background: url(../images/ribbon-bg.png) top right no-repeat;
	line-height: 36px;
	margin-right: 12px!important
}

.ribbon-item {
	line-height: 33px
}

.align-right {
	text-align: right;
	line-height: 26px!important;
	padding-left: 58px
}

.align-left {
	text-align: left
}

.make_inventory .select-wrapper .my-dropdown .sbHolder .sbToggle {
	background: url(../images/dropdown-arrow.png) 0 -6px no-repeat;
	top: 7px;
	width: 12px;
	height: 30px
}

.make_inventory .min-dropdown {
	width: 114px!important;
	margin: 0
}

.make_inventory span.my-dropdown {
	width: 14px;
	vertical-align: top;
	line-height: 28px;
	color: #2d2d2d;
	font-size: 13px;
	font-weight: 400;
	position: static
}

.make-dropdown {
	width: 252px
}

.my-dropdown ul li {
	display: block
}

.my-dropdown {
	display: inline-block;
	margin-right: 1px;
	width: 100%
}

.years-dropdown {
	width: 87px
}

.makers-dropdown {
	width: 94px
}

.models-dropdown {
	width: 99px
}

.body-styles-dropdown {
	width: 124px
}

.mileage-dropdown {
	width: 101px
}

.transmissions-dropdown {
	width: 140px
}

.fuel-economies-dropdown {
	width: 148px
}

.conditions-dropdown {
	width: 120px
}

.location-dropdown {
	width: 113px
}

.prices-dropdown {
	width: 90px
}

.price-ascending-dropdown {
	width: 133px
}

.price-ascending-dropdown a.sbSelector:hover,
.price-ascending-dropdown a.sbSelector:link,
.price-ascending-dropdown a.sbSelector:visited {
	font-weight: 600;
	text-shadow: 0 1px 0 #fff;
	text-align: left
}

.select-wrapper .form-links {
	padding: 0 0 0 31px
}

.horizontal_box .check_box {
	right: 44px;
	top: 2px
}

.search-form .select-wrapper {
	margin-top: 0
}

.search-form .select-wrapper .sbHolder .sbToggle {
	background: url(../images/dropdown-arrow.png) -2px -6px no-repeat;
	top: 7px;
	width: 12px;
	height: 15px;
	border-left: 1px solid #D6D6D6
}

.min-dropdown {
	width: 114px;
	margin: 0 1px
}

.select-wrapper div[class*=col-md-6] {
	padding: 0 0 0 16px
}

.search-form .select-wrapper div[class*=col-md-6] {
	padding: 0 11px 0 16px
}

.select-dropdown {
	float: left;
	margin-right: 0
}

.select-dropdown a.sbSelector:hover,
.select-dropdown a.sbSelector:link,
.select-dropdown a.sbSelector:visited {
	line-height: 27px
}

.select-dropdown span {
	width: 11px;
	vertical-align: top;
	line-height: 28px;
	color: #2d2d2d;
	font-size: 13px;
	font-weight: 400
}

.min-price {
	margin-right: 0
}

.select-dropdown-large .max-dropdown {
	width: 254px;
	margin-right: 10px
}

.search-form .select-wrapper .select-dropdown-large .sbHolder .sbToggle {
	background: url(../images/arrow-dropdown.png) 6px 2px no-repeat;
	top: 8px;
	width: 12px;
	height: 26px
}

.select-input input[type=text] {
	width: 252px
}

.select-form .max-dropdown {
	width: 100%;
	margin-bottom: 4px
}

.select-form .max-dropdown .sbHolder {
	display: block
}

.select-form .max-dropdown .sbHolder .sbToggle {
	background: url(../images/arrow-dropdown.png) 6px 2px no-repeat;
	top: 8px;
	width: 12px;
	height: 26px
}

.select-wrapper {
	width: 100%;
	margin-top: 0
}

.listing_select.select-wrapper {
	width: 100%;
	padding: 0
}

.pagination_select.select-wrapper {
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px
}

table.left_table {
	float: left;
	width: 49%;
	margin-bottom: 25px
}

table.right_table {
	float: right;
	width: 49%;
	margin-bottom: 25px
}

.inner-page,
.inner-page.about-us,
.inner-page.pricing-tables,
.inner-page.services {
	margin-top: 70px;
	margin-bottom: 70px
}

.print_page {
	cursor: pointer
}

.print_friendly {
	display: none
}

.fullwidth_element {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0
}

.banner-wrap {
	position: relative;
	display: block;
	z-index: 22
}

.boxed_layout .banner-wrap {
	margin-top: 0
}

.banner {
	display: block;
	position: relative;
	margin: 0;
	padding: 0
}

.slide-text-wrap {
	position: absolute;
	top: 164px;
	left: 7.1%;
	color: #fff
}

.slide-text-wrap h2 {
	font-size: 72px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif, Arial;
	letter-spacing: -5px
}

.slide-text-wrap h3 {
	font-size: 55px;
	font-weight: 300;
	color: #acd6f0;
	font-family: 'Open Sans', sans-serif, Arial;
	margin: -18px 0 0;
	letter-spacing: -2px
}

.slide-text-wrap h4 {
	font-size: 30px;
	font-weight: 300;
	color: #fff;
	font-family: 'Open Sans', sans-serif, Arial;
	letter-spacing: -2px;
	margin: -5px 0 0
}

.border-box {
	width: 84%;
	border-top: solid 2px #a5c9dc;
	border-bottom: solid 2px #a5c9dc;
	padding: 13px 0;
	margin: 38px 0
}

.slide-text-wrap .more-link {
	background: url(../images/more.png) no-repeat;
	width: 118px;
	height: 32px;
	display: block;
	margin: 17px auto 12px;
	text-indent: -99999px
}

.message-wrap {
	text-align: center;
	background: #33BEBF;
	color: #fff
}

.message-wrap .container .row {
	margin-left: -15px;
	margin-right: -15px
}

.message-wrap .row .animate_number,
.message-wrap .row i {
	display: block;
/*	font-size: 38px;
	line-height: 40px;
	font-weight: 200 */
	font-size: 20px;
    line-height: 0px;
    font-weight: 500;
	
}

.message-wrap div[class*=col-] {
	padding: 0 5px
}

.message-wrap h2 {
	font-size: 30px;
	font-weight: 300;
	color: #000;
	font-family: 'Open Sans', sans-serif, Arial;
	letter-spacing: -2px;
	margin: 0;
	text-align: left!important;
	padding-left: 0;
	line-height: 30px
}

.message-wrap .container .row>div {
	padding: 0
}

.message-wrap .message-shadow {
	margin-top: 3px
}

.message-shadow {
	position: absolute;
	width: 100%;
	z-index: 77;
	background: url(../images/message-shadow.png) top center repeat-x;
	height: 21px
}

.layer_style {
	font-size: 20px;
	color: #FFF
}

.horizontal_box .vehicle_details img {
	float: none;
	margin-bottom: 0
}

.tp-banner ul li div.bakery {
	font-size: 40px;
	font-weight: 500;
	font-family: "Open Sans";
	/*letter-spacing: -6px;*/
	letter-spacing:0px;
	 
	color: #33BEBF
}

.tp-banner ul li div.pakaging {
	font-size: 36px;
	font-weight: 400;
	font-family: "Open Sans";
	color: #3E4095;
	padding-bottom: 55px!important;
	width: 296px
}

.tp-banner ul li div.attract {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 30px;
	color: #FFF;
	border-top: 2px solid #acd6f0;
	padding-top: 16px;
	letter-spacing: -2px
}

.tp-banner ul li div.qualified {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 30px;
	color: #FFF;
	border-bottom: 2px solid #acd6f0;
	padding-bottom: 16px;
	letter-spacing: -2px
}

.tp-banner ul li div.more {
	font-weight: 500;
	font-size: 70px;
	color: #acd6f0;
	font-family: Yellowtail, cursive;
	padding: 0 5px
}

.tp-banner ul li div.spices {
	font-size: 70px;
	font-weight: 500;
	font-family: "Open Sans";
	letter-spacing: -6px;
	color: #fff
}

.tp-banner ul li div.move {
	font-size: 46px;
	font-weight: 800;
	font-family: "Open Sans";
	letter-spacing: -6px
}

.tp-banner ul li div.light_brown {
	font-size: 46px;
	font-weight: 800;
	font-family: "Open Sans";
	letter-spacing: -6px;
	color: #ffeab3
}

.tp-banner ul li div.dark_brown {
	font-size: 46px;
	font-weight: 800;
	font-family: "Open Sans";
	letter-spacing: -6px;
	color: #6a4123
}

.tp-banner ul li div.faster {
	font-size: 65px;
	font-weight: 300;
	font-family: "Open Sans";
	letter-spacing: -2px;
	color: #6a4123;
	font-style: italic;
	padding-right: 10px
}

.tp-banner ul li div.brown_line img {
	width: 488px;
	height: 3px
}

.tp-banner ul li div.big_white {
	font-size: 72px;
	font-weight: 800;
	letter-spacing: -6px;
	color: #FFF
}

.tp-banner ul li div.thin_red {
	font-size: 75px;
	font-weight: 200;
	letter-spacing: -6px;
	color: #3E4095
}

.tp-banner ul li div.thin_white {
	font-size: 72px;
	font-weight: 200;
	letter-spacing: -6px;
	color: #FFF
}

.tp-banner ul li div.thinner_white {
	font-size: 65px;
	font-weight: 200;
	letter-spacing: -5px;
	color: #FFF
}

.tp-banner ul li div.thin_dark_blue {
	font-size: 75px;
	font-weight: 200;
	letter-spacing: -6px;
	color: #042b5a
}

.tp-banner ul li div.cursive {
	font-size: 122px;
	letter-spacing: -6px;
	color: #cbe2d2;
	font-family: Yellowtail, cursive;
	padding-right: 20px
}

.tp-banner ul li div.green {
	color: #b7cd56;
	font-size: 48px;
	letter-spacing: -4px
}

.view_viewport {
	position: relative;
	margin-top: 4px
}

.price_tag {
	left: 21%;
	position: absolute;
	top: -21px
}

.price_tag img {
	width: 60px
}

.btn-inventory,
.default-btn,
button,
input[type=reset],
input[type=button],
input[type=submit] {
	font-size: 15.5px;
	padding: 5px 13px;
	background-color: #3E4095;
	border-radius: 4px;
	border: 0;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-weight: 400
}

.btn-inventory:hover,
.default-btn:hover,
button,
input[type=reset]:hover,
input[type=button]:hover,
input[type=submit]:hover {
	background-color: #6A6EFF;
	color: #fff
}

.btn-inventory:active,
.default-btn:active,
button,
input[type=reset]:active,
input[type=button]:active,
input[type=submit]:active {
	background-color: #6A6EFF;
	outline: 0
}

.btn-inventory.xs-button,
.default-btn.xs-button,
.xs-button,
button.xs-button,
input[type=reset].xs-button,
input[type=button].xs-button,
input[type=submit].xs-button {
	font-size: 10px;
	padding: 0 5px
}

.btn-inventory.sm-button,
.default-btn.sm-button,
.sm-button,
button.sm-button,
input[type=reset].sm-button,
input[type=button].sm-button,
input[type=submit].sm-button {
	font-size: 10px;
	padding: 3px 8px
}

.btn-inventory.md-button,
.default-btn.md-button,
.md-button,
button.md-button,
input[type=reset].md-button,
input[type=button].md-button,
input[type=submit].md-button {
	font-size: 13px;
	padding: 5px 13px
}

.btn-inventory.lg-button,
.default-btn.lg-button,
.lg-button,
button.lg-button,
input[type=reset].lg-button,
input[type=button].lg-button,
input[type=submit].lg-button {
	font-size: 18px;
	padding: 7px 15px
}

.btn-inventory.xl-button,
.default-btn.xl-button,
.xl-button,
button.xl-button,
input[type=reset].xl-button,
input[type=button].xl-button,
input[type=submit].xl-button {
	font-size: 24px;
	padding: 11px 18px
}

.fancybox-wrap #recaptcha {
	width: 318px;
	height: 129px
}

.fancybox-inner h3 {
	margin-top: 0;
	margin-bottom: 20px
}

.fancybox-inner input[type=submit] {
	margin-top: 15px
}

.fancybox_textarea {
	width: 100%
}

.fancybox-wrap form.ajax_form tr td {
	padding: 3px 0
}

.latest-tweet>div {
	padding-bottom: 10px
}

.latest-tweet>div>p {
	color: #fff;
	padding-left: 27px;
	line-height: 24px
}

.latest-tweet>div>i {
	font-size: 16px;
	padding: 5px 0;
	float: left
}

.ts-tweet-list {
	list-style: none
}

.ts-tweet-list li:before {
	font-family: FontAwesome;
	content: '\f099';
	margin: 0 5px 0 -25px;
	color: #FFF;
	font-size: 16px
}

.latest-tweet div:last-of-type,
.latest-tweet div:last-of-type p {
	margin-bottom: 0;
	padding-bottom: 0
}

.product-block-wrap .container .row {
	margin-left: -15px;
	margin-right: -15px
}

.product-block-wrap h4 a {
	margin: 28px 0 12px;
	display: block;
	color: #3E4095;
	font-size: 20px;
	font-weight: 800;
	font-family: 'Open Sans', sans-serif, Arial;
	letter-spacing: -.5px;
	text-decoration: none
}

.product-block-wrap .container .row>div {
	margin-bottom: 50px
}

.product-info-wrap {
	background-color: #f0f0f0;
	padding: 37px 0 44px;
	text-align: center
}

.product-info-wrap .container .row {
	margin-left: -15px;
	margin-right: -15px
}

.align-center {
	display: block;
	text-align: center
}

.product-info-wrap h3 {
	font-weight: 600;
	margin: 20px 0 14px;
	letter-spacing: -1px;
	font-size: 29px;
	font-family: 'Open Sans', sans-serif, Arial
}

.welcome-wrap .container .recent-vehicles-wrap .row {
	margin: 0
}

.welcome-wrap h4 {
	color: #3E4095;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif, Arial;
	margin-bottom: 23px
}

.content,
.product-rate-block {
	display: block
}

.small-block {
	display: block;
	transition-duration: .25s
}

.small-block a,
.small-block h4 {
	text-align: center;
	font-weight: 700;
	letter-spacing: -2px;
	color: #2d2d2d;
	font-family: 'Open Sans', sans-serif, Arial
}

.small-block i {
	margin: 15px 0 0
}

.small-block:hover a i,
.small-block:hover h4 {
	color: #3E4095;
	transition-duration: .25s
}

.recent-vehicles-wrap {
	margin: 29px 0 0;
	display: block
}

.recent-vehicles {
	display: block;
	padding: 0 14px
}

.recent-vehicles h5 {
	font-weight: 800;
	text-transform: uppercase;
	color: #3E4095;
	margin: 25px -15px 10px 0;
	font-family: "Open Sans"
}

.recent-vehicles p {
	color: #2d2d2d;
	letter-spacing: -.5px
}

.product-block {
	display: block;
	position: relative;
	background-color: #f0f0f0
}

.related_post .product-block img {
	width: 100%
}

.product-block img {
	width: 170px
}

.product-block .img-flex {
	width: 100%;
	top: 0;
	left: 0;
	z-index: 555;
	transition-duration: .3s
}

.product-block .img-flex .align-center {
	display: none
}

.product-block:hover .img-flex {
	display: block;
	overflow: hidden;
	position: relative
}

.product-block:hover .img-flex .align-center {
	display: block;
	background-color: #000;
	opacity: .6;
	position: absolute;
	width: 100%;
	height: 100%
}

.product-block:hover .img-flex i {
	color: #fff;
	opacity: 1;
	position: absolute;
	top: 50%;
	margin-top: -16.5px;
	left: 50%;
	margin-left: -16.5px
}

.product-block-bottom {
	display: block;
	background-color: #f0f0f0;
	padding: 6px 5px 10px;
	text-align: center;
	transition-duration: .2s;
	transition-property: all
}

.product-block:hover .product-block-bottom {
	background-color: #3E4095
}

.product-block h6 strong {
	font-size: 12px
}

.product-block .product-block-bottom h6 {
	font-size: 12px;
	margin-top: 4px;
	margin-bottom: 4px
}

.product-block .product-block-bottom h6 strong {
	font-weight: 700
}

.product-block-bottom h5 {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600
}

.product-block:hover .product-block-bottom h5,
.product-block:hover .product-block-bottom h6,
.product-block:hover .product-block-bottom h6 strong {
	color: #fff
}

.top_buttons.form-links li {
	float: right
}

.select-wrapper ul.top_buttons {
	padding: 0
}

.controls {
	margin: 5px 0;
	text-align: center
}

.controls .left-arrow,
.controls .right-arrow {
	background-color: #ccc;
	color: #FFF;
	padding: 3px 10px;
	margin: 0 9px
}

.controls .disabled,
.controls .left-arrow {
	background-color: #eee
}

.controls .left-arrow i,
.controls .right-arrow i {
	font-size: 14px;
	font-weight: 800
}

.controls .left-arrow:hover,
.controls .right-arrow:hover {
	background-color: #3E4095
}

.controls .left-arrow:active,
.controls .right-arrow:active {
	background-color: #ccc
}

.controls span {
	padding: 0 10px
}

.search-form {
	padding: 22px 0 17px;
	background-color: #f0f0f0;
	margin-top: 20px;
	font-size: 13px
}

.search-form input[type=search] {
	padding-left: 10px
}

.form-wrap {
	display: block;
	overflow: hidden
}

.ajax_form label,
label[for=email],
label[for=offer_email],
label[for=offer_phone],
label[for=phone],
label[for=schedule_email],
label[for=schedule_phone] {
	position: relative;
	left: 0;
	right: inherit
}

.form-row {
	float: left;
	width: 240px;
	margin-right: 20px;
	margin-bottom: 10px
}

.form-row:last-child {
	margin-right: 0
}

.form-row span {
	font-size: 13px;
	font-weight: 300;
	padding: 0 5px;
	float: left
}

.form-bottom {
	overflow: hidden;
	display: block
}

.form-element {
	float: left;
	margin-right: 20px;
	overflow: hidden;
	padding-right: 6px
}

.form-element label {
	font-weight: 300;
	line-height: 14px;
	margin: 0;
	padding: 0;
	font-size: 13px
}

.form-element:last-child {
	margin-right: 0
}

.leave-comments form input[type=text]:focus,
.leave-comments form textarea:focus,
input[type=text]:focus {
	border: 1px solid #66AFE9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.logo-footer a {
	color: #999
}

.logo-footer a:hover {
	text-decoration: none!important
}

.logo-footer a h1 {
	font-family: Yellowtail, cursive;
	font-size: 30px;
	color: #f1c40f;
	text-decoration: none;
	margin-bottom: 0;
	margin-top: 7px
}

.logo-footer a span {
	display: inline;
	font-size: 13px;
	color: #fff;
	/*font-weight: 600;*/
	font-family: 'Open Sans', sans-serif
}

.copyright-wrap p {
	word-spacing: 2px;
	margin-top: 12px
}

footer {
/*	background-color: rgba(51, 190, 191, .95);*/
	
	background-color: #20bf55;
    background-image: linear-gradient( 
315deg
 , #20bf55 0%, #01baef 74%);
	padding: 47px 0 64px;
	color: #fff;
	font-size: 14px
}

.copyright-wrap .container .row>div,
footer .container .row>div {
	position: static
}

footer h4 {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 15px;
	letter-spacing: -1px;
	text-transform: capitalize
}

footer a {
	color: #3E4095
}

.copyright-wrap a:hover,
footer a:hover {
	color: #000;
	text-decoration: underline
}

footer img {
	float: left;
	margin: 7px 15px 3px 0
}

.no-border {
	border: none;
	border-color: transparent
}

.no-border>tbody>tr>td,
.no-border>tbody>tr>th,
.no-border>tfoot>tr>td,
.no-border>tfoot>tr>th,
.no-border>thead>tr>td,
.no-border>thead>tr>th {
	padding: 1px 3px;
	border: none;
	border-color: transparent;
	line-height: 17px
}

footer form {
	margin: 0;
	padding: 0
}

footer form input[type=text] {
	padding: 3px 5px;
	display: block;
	width: 100%;
	border-radius: 4px;
	outline: 0;
	color: #999;
	margin-bottom: 15px;
	font-size: 13px;
	border: transparent;
	height: 34px
}

.copyright-wrap {
	padding: 18px 0 20px 11px;
	background-color: #000000a6;
	color: #fff;
	font-size: 13px
}

.copyright-wrap a {
	color: #999
}

.f-nav,
.social {
	float: right;
	list-style: none;
	padding: 0;
	margin: 20px 0
}

.social li {
	float: left;
	display: inline;
	margin-right: 7.5px;
	margin-bottom: 5px
}

.f-nav li:last-child,
.social li:nth-child(5n),
ul.social li:last-child {
	margin-right: 0
}

.social li a {
	text-indent: -9999px;
	width: 32px;
	height: 32px;
	display: block;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out
}

div.custom-select,
input[type=search],
select,
textarea {
	background-color: #FFF;
	float: left;
	border: 1px solid #E4E4E4;
	min-height: 27px;
	padding: 3px 4px;
	border-radius: 4px;
	font-size: 13px
}

.sc-1 {
	background: url(../images/social.png) no-repeat
}

.sc-2 {
	background: url(../images/social.png) -39px 0 no-repeat
}

.sc-3 {
	background: url(../images/social.png) -78px 0 no-repeat
}

.sc-4 {
	background: url(../images/social.png) -117px 0 no-repeat
}

.sc-5 {
	background: url(../images/social.png) -156px 0 no-repeat
}

.sc-6 {
	background: url(../images/social.png) -195px 0 no-repeat
}

.sc-7 {
	background: url(../images/social.png) -234px 0 no-repeat
}

.sc-8 {
	background: url(../images/social.png) -273px 0 no-repeat
}

.sc-9 {
	background: url(../images/social.png) -312px 0 no-repeat
}

.sc-10 {
	background: url(../images/social.png) -351px 0 no-repeat
}

.sc-1:hover {
	background: url(../images/social.png) 0 -32px no-repeat
}

.sc-2:hover {
	background: url(../images/social.png) -39px -32px no-repeat
}

.sc-3:hover {
	background: url(../images/social.png) -78px -32px no-repeat
}

.sc-4:hover {
	background: url(../images/social.png) -117px -32px no-repeat
}

.sc-5:hover {
	background: url(../images/social.png) -156px -32px no-repeat
}

.sc-6:hover {
	background: url(../images/social.png) -195px -32px no-repeat
}

.sc-7:hover {
	background: url(../images/social.png) -234px -32px no-repeat
}

.sc-8:hover {
	background: url(../images/social.png) -273px -32px no-repeat
}

.sc-9:hover {
	background: url(../images/social.png) -312px -32px no-repeat
}

.sc-10:hover {
	background: url(../images/social.png) -351px -32px no-repeat
}

.f-nav {
	list-style: none;
	padding: 0;
	margin: 0
}

.f-nav li {
	float: left;
	display: inline;
	margin: 0 10px 0 11px
}

.footer-contact ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.footer-contact ul li {
	font-family: 'Open Sans', sans-serif, Arial;
	line-height: 29px
}

.footer-contact ul li i {
	padding-right: 14px;
	font-size: 15px
}

.footer-contact ul li strong {
	font-weight: 700;
	vertical-align: top;
	top: 0;
	left: 0;
	height: 100%;
	display: inline-block;
	width: 95px
}

.footer-contact ul li span {
	font-weight: 400;
	display: inline-block
}

.footer_table tr td strong {
	color: #FFF
}

.back_to_top {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, .65);
	color: #FFF;
	cursor: pointer;
	text-align: center;
	position: fixed;
	right: 50px;
	bottom: 50px;
	padding-top: 6px;
	display: none;
	z-index: 999;
	transition-duration: .2s;
	transition-property: background-color
}

.back_to_top:hover {
	background-color: #33BEBF
}

input,
select,
textarea {
	margin: 0 0 5px;
	padding: 0;
	font-size: .85em;
	outline: 0;
	font-family: inherit;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

div.styled,
input[type=file],
input[type=email],
input[type=text],
select,
textarea,
textarea[name=msg] {
	float: left;
	width: 108px;
	border-radius: 2px;
	border: none;
	color: #54545e;
	text-shadow: 1px 0 0 0 #fff;
	padding: 1px 4px
}

input[type=file],
input[type=email],
input[type=text],
textarea,
textarea[name=msg] {
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none
}

.ie9 input[type=text] {
	line-height: normal
}

textarea {
	height: 10em
}

div.custom-select,
input[type=file],
input[type=email],
input[type=text],
select,
textarea,
textarea[name=msg] {
	float: left;
	width: 108px;
	border-radius: 2px;
	border: 1px solid #E4E4E4;
	color: #54545e;
	text-shadow: 1px 0 0 0 #fff;
	padding: 1px 4px
}

div.custom-select,
input[type=file]:after,
select {
	background: url(../images/custom-select.png) center right no-repeat;
	border-radius: 4px
}

div.custom-select,
div.styled {
	padding: 0;
	margin: 0 1px 5px 0
}

.ie7 div.custom-select,
.ie7 div.styled {
	border: none
}

div.custom-select select,
div.styled select {
	width: 100%;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: 1px solid #f0f0f0;
	box-shadow: none;
	margin: 0
}

div.custom-select select {
	border: none
}

.ie7 div.custom-select,
.ie7 div.styled select {
	width: 100%;
	background-color: transparent;
	border: 1px solid #f0f0f0;
	padding: 0
}

input[type=file] {
	position: relative;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 40%;
	padding: 0
}

input[type=file]::-webkit-file-upload-button {
	width: 0;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	border: none
}

input[type=file]:after {
	content: 'Upload File';
	margin: 0 0 0 .5em;
	display: inline-block;
	left: 100%;
	position: relative;
	background: url(../images/formelements-select.png) center left no-repeat;
	padding: .3em .5em;
	border: 1px solid #ccc!important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	border-radius: 4px
}

input[type=file]:active:after {
	box-shadow: none
}

input[type=radio],
input[type=checkbox] {
	position: absolute;
	left: -999em
}

label:before {
	display: inline-block;
	position: relative;
	top: .25em;
	left: -2px;
	content: '';
	width: 25px;
	height: 20px;
	background-image: url(../images/formelements.png)
}

input[type=checkbox]+label:before {
	background-position: 0 -24px
}

input[type=checkbox]:checked+label:before {
	background-position: 0 0
}

input[type=radio]+label:before {
	background-position: -25px -25px
}

input[type=radio]:checked+label:before {
	background-position: -25px 0
}

.ie8 label:before {
	display: none;
	content: none
}

.ie7 input[type=radio],
.ie7 input[type=checkbox],
.ie8 input[type=radio],
.ie8 input[type=checkbox] {
	position: static;
	left: 0
}

.ie8 input[type=radio],
.ie8 input[type=checkbox] {
	position: relative;
	top: 5px;
	margin-right: .5em
}

@media screen and (max-width:400px) {
	div.custom-select,
	div.styled,
	input[type=text],
	select,
	textarea {
		width: 100%
	}
}

.select-wrapper .form-element label {
	position: static
}

.full-width {
	width: 100%!important
}

label {
	margin: 0!important;
	position: absolute;
	top: 0;
	right: -47px
}

div.custom-select {
	margin-right: 6px
}

div.custom-select1 {
	width: 90px
}

div.custom-select2 {
	width: 100px
}

div.custom-select3 {
	width: 105px
}

div.custom-select4 {
	width: 120px
}

div.custom-select5 {
	width: 97px
}

div.custom-select6 {
	width: 132px
}

div.custom-select7 {
	width: 148px
}

div.custom-select8 {
	width: 118px
}

div.custom-select9 {
	width: 107px
}

div.custom-select10 {
	width: 90px
}

div.custom-select:last-child {
	margin-right: 0
}

.form-selectbox label,
.form-selectbox label:before {
	padding: 0 10px 0 0;
	position: relative;
	left: -20px;
	font-weight: 300;
	line-height: 33px;
	background: 0 0!important;
	float: left;
	width: auto;
	margin-left: 0
}

.parallax_scroll {
	background-image: url(../images/parallax2.jpg);
	background-size: initial;
	position: absolute;
	left: 0;
	right: 0;
	color: #FFF
}

.parallax_scroll .overlay {
	background-color: rgba(0, 0, 0, .65)
}

.parallax_scroll h1 {
	text-align: center;
	margin-top: 0;
	padding-top: 40px;
	font-weight: 200;
	margin-bottom: -20px
}

.parallax_scroll>.row {
	margin-bottom: 40px
}

.parallax_scroll .row>div {
	text-align: center
}

.parallax_scroll .row .animate_number,
.parallax_scroll .row i {
	display: block;
	font-size: 48px;
	line-height: 52px;
	font-weight: 200
}

.parallax_parent.design_2 .parallax_scroll {
	background-image: url(../images/parallax1.jpg);
	position: absolute;
	left: 0;
	right: 0;
	color: #FFF
}

.parallax_parent.design_2 .parallax_scroll .overlay {
	background-color: rgba(51, 190, 191, .95)
}

.parallax_parent.design_2 .parallax_scroll .overlay h2 {
	color: #3E4095
}

.parallax_parent.design_2 .parallax_scroll .overlay p {
	font-size: 17px;
	line-height: 28px;
	font-weight: 400
}

.parallax_parent.design_2 .parallax_scroll h1 {
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
	padding-top: 40px
}

.parallax_parent.design_2 .parallax_scroll h3 {
	font-weight: 600;
	margin: 20px 0 14px;
	letter-spacing: -1px;
	font-size: 29px;
	font-family: 'Open Sans', sans-serif, Arial
}

.parallax_parent.design_2 .parallax_scroll>.row {
	margin-bottom: 40px
}

.parallax_parent.design_2 .parallax_scroll .row>div {
	text-align: center;
	margin-bottom: 60px;
	color: #2D2D2D;
	padding-top: 60px;
	margin-top: 0
}

.parallax_parent.design_2 .parallax_scroll .row i {
	display: block;
	font-size: 84px;
	color: #2D2D2D;
	line-height: 84px
}

.parallax_parent.design_2 .parallax_scroll .row .animate_number {
	display: block;
	font-size: 14px;
	line-height: 24px
}

.parallax_parent+footer {
	margin-top: -30px
}

.parallax_parent.design_2 .parallax_scroll .container {
	padding-top: 0;
	padding-bottom: 0
}

.product-block-wrap .container div.flip {
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;
	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	margin: 0 auto 30px
}

.flip .card.flipped .back {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg)
}

.flip .card.flipped .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.card {
	-webkit-transition: .6s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: .6s;
	-moz-transition: .6s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transition: .6s;
	transform-style: preserve-3d;
	position: relative
}

.flip .card .back,
.flip .card .front {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: .6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: .6s;
	-moz-transform-style: preserve-3d;
	-o-transition: .6s;
	-o-transform-style: preserve-3d;
	-ms-transition: .6s;
	-ms-transform-style: preserve-3d;
	transition: .6s;
	transform-style: preserve-3d;
	position: absolute;
	top: 0;
	left: 0
}

.flip .card .front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	z-index: 2
}

.flip .card .back {
	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background-color: #3E4095
}

.flip .card .face {
	z-index: 2;
	font-size: 2em;
	text-align: center;
	line-height: 50px;
	outline: transparent solid 1px
}

.flip .card .back .hover_title {
	margin: 40px 0 14px;
	font-family: 'Open Sans', sans-serif, Arial;
	font-weight: 200;
	color: #FFF
}

.flip .card .back i.button_icon {
	border: 2px solid #FFF;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	line-height: 24px;
	transition-duration: .2s;
	font-size: 18px;
	padding-top: 8px
}

.flip .card .back i.button_icon:before {
	color: #FFF
}

.flip .card .back i.button_icon:hover:before {
	color: #3E4095
}

.flip .card .back i.button_icon:hover {
	background-color: #FFF
}

.home-slider-thumbs ul li a img {
	opacity: .65
}

.home-slider-thumbs ul li a:hover img,
.home-slider-thumbs ul li.flex-active-slide a img {
	opacity: 1
}

.content .error-message {
	text-align: center
}

.content h2.error {
	background: 0 0;
	font-weight: 800;
	font-size: 330px;
	margin: 0 auto;
	border: 0;
	display: block
}

.content .error-message .exclamation {
	display: inline-block;
	margin-right: 50px;
	line-height: inherit
}

.error-message em {
	font-size: 120px;
	font-weight: 300
}

.about-us h3,
.blog-container h3,
.blog-post h3,
.services h3,
.side-content h3 {
	font-size: 19px;
	font-weight: 800;
	color: #3E4095;
	margin: 0
}

.about-us p,
.blog-container p,
.blog-post p {
	font-size: 14px;
	color: #2d2d2d;
	line-height: 24px
}

.about-us .about-us-paragraphs {
	padding-left: 0
}

.about-us .specialize-in {
	padding-right: 0
}

.about-us-paragraphs h3 {
	margin-bottom: 5px
}

.testimonial {
	padding: 25px 26px;
	margin-top: 26px;
	margin-bottom: 38px;
	position: relative;
	background-color: #f0f0f0
}

.testimonial:before {
	content: "";
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
	border-left: 40px solid #f0f0f0;
	position: absolute;
	bottom: -39px;
	right: 56px;
	z-index: auto
}

.testimonial blockquote.style1 {
	padding: 0;
	margin: 0;
	border-left: none;
	background: url(../images/quotation-open.png) top left no-repeat, url(../images/quotation-close.png) bottom right no-repeat
}

.side-content .testimonial blockquote.style1 span,
.testimonial blockquote.style1 span {
	font-size: 14px;
	display: block;
	font-style: italic;
	padding: 0;
	color: inherit
}

.testimonial blockquote.style1 strong {
	font-size: 14px;
	display: block;
	padding: 13px 0 0 19px
}

.testimonial_slider {
	list-style: none;
	padding: 0!important
}

.side-content .list ul.testimonial_slider,
.testimonial .bx-wrapper .bx-viewport {
	margin: 0
}

.list_faq h5 {
	display: inline;
	font-size: 14px;
	font-weight: 600;
	background: #f0f0f0;
	padding: 9px 16px;
	position: relative
}

.list_faq h5:before {
	position: absolute;
	right: -19px;
	top: 0;
	width: 0;
	height: 0;
	content: "";
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	border-left: 19px solid #f1f1f1
}

.list_faq ul {
	display: inline
}

.list_faq ul li {
	display: inline-block;
	background: url(../images/faq-listBg.png) right no-repeat;
	padding-right: 17px;
	padding-left: 4px;
	margin-top: 10px
}

.list_faq ul li.active a {
	color: #3E4095
}

.list_faq ul li a {
	color: #000
}

.list_faq ul li a:hover {
	color: #3E4095;
	text-decoration: none
}

.list_faq ul li:last-child {
	background: 0 0
}

.description-accordion .panel-title {
	position: relative
}

.description-accordion .panel-title a.collapsed:after {
	content: "+";
	background: #CCC;
	width: 25px;
	height: 25px;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	padding-top: 1px
}

.description-accordion .panel-title a:after {
	position: absolute;
	content: "-";
	display: block;
	background: #3E4095;
	width: 25px;
	height: 25px;
	text-align: center;
	font-weight: 700;
	color: #FFF;
	left: -14px;
	top: -2px;
	padding-top: 0;
	font-size: 19px;
	line-height: 22px
}

.accodian_panel .panel-default>.panel-heading {
	color: #333;
	background-color: transparent;
	border-top: 1px solid #e1e1e1
}

.accodian_panel .panel-default:first-of-type>.panel-heading {
	border-top: none
}

.accodian_panel .panel-group .panel {
	border-color: transparent;
	box-shadow: none
}

.panel-heading .panel-title>a {
	font-size: 18px;
	font-weight: 700;
	color: #2e2e2e
}

.faq_post .post-entry img {
	margin-right: 25px
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
	padding: 0 0 10px;
	border-top: none;
	border-bottom: none
}

.form-group input[type=search] {
	width: 100%
}

.right_faq .side-widget .search-box .form-group {
	margin-top: 20px
}

.right_faq .side-widget {
	padding: 0
}

.right_faq .side-widget h3 {
	margin-top: 0;
	color: #3E4095;
	font-size: 20px;
	font-weight: 800
}

#full-width .content-wrap div[class*=col-] {
	padding: 0
}

.full-width-sidebar .side-content .search-box input[type=submit] {
	margin-top: 2px
}

h3.recent_posts {
	margin-bottom: 23px
}

.side-blog {
	margin-bottom: 20px;
	margin-top: 10px
}

.side-blog:last-of-type {
	margin-bottom: 0
}

.side-content .side-blog strong {
	color: #3E4095;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	display: block
}

.side-content .side-blog p {
	line-height: 18px;
	margin-top: 6px;
	margin-left: 6px;
	margin-bottom: 0
}

.side-content form input[type=text] {
	border: 1px solid #E4E4E4;
	padding: 3px 5px;
	display: block;
	width: 100%;
	border-radius: 4px;
	outline: 0;
	color: #999;
	margin-bottom: 0;
	font-size: 13px;
	box-shadow: none
}

.side-content .form-group {
	margin-top: 29px
}

.side-content .list {
	max-width: 100%;
	padding-right: 0;
	padding-left: 0
}

.side-content .list h3 {
	text-transform: uppercase
}

.side-content .list ul {
	margin-bottom: 0
}

.side-content .list ul li {
	color: #3b3b3b;
	font-size: 14px;
	list-style: square
}

.side-content .list ul li:last-child {
	list-style: none
}

.side-content .list ul li:last-child a {
	font-size: 14px;
	font-weight: 700;
	color: #3E4095
}

.side-content .list ul li:last-child a:hover {
	text-decoration: none
}

.side-content .list ul li span {
	color: #3E4095;
	font-size: 14px
}

.side-content .choose-list ul li {
	font-size: 13px;
	list-style: none;
	line-height: 32px
}

.side-content .left_inventory form {
	margin-top: 20px
}

.inner-page.full-width-sidebar.row>.col-lg-9 {
	margin-bottom: 0
}

.content .container .inner-page.full-width-sidebar .col-lg-9 {
	margin-left: -15px
}

.content .container .inner-page.full-width-sidebar .col-lg-3 {
	padding-right: 0
}

.pricing-layout h2,
.pricing_dept h2 {
	color: #2e2e2e;
	font-size: 30px;
	font-weight: 600;
	margin-top: 0
}

.pricing_wrapper h3 {
	color: #2e2e2e;
	font-size: 30px;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 35px
}

.pricing_wrapper.layout-4 h3 {
	margin-top: 0;
	margin-bottom: 33px
}

.main_pricing h3 i {
	position: absolute;
	font-weight: 400;
	left: 16%;
	font-style: normal;
	top: 28%
}

.main_pricing h3 b {
	color: #3E4095;
	font-weight: 400;
	position: absolute;
	top: 26%;
	right: 42%
}

.main_pricing h3 strong {
	font-weight: 400;
	font-size: 80px;
	padding-left: 25px
}

.layout-3 .inside {
	position: relative;
	left: 19px;
	margin-bottom: -8px
}

.layout-4 .inside {
	position: relative;
	left: 19px;
	margin-bottom: -6px
}

.layout-3 .pricing_table,
.layout-4 .pricing_table {
	text-align: center;
	overflow: hidden
}

.layout-3 .pricing-header {
	background-color: #3E4095;
	text-align: center;
	display: block;
	color: #fff
}

.layout-4 .pricing-header {
	background-color: #3E4095;
	text-align: center;
	display: block;
	color: #fff;
	padding: 6px 0
}

.layout-3 .pricing-header h4 {
	margin: 0;
	font-size: 22px
}

.layout-4 .pricing-header h4 {
	margin: 0;
	font-size: 18px
}

.layout-3 .main_pricing,
.layout-4 .main_pricing {
	background-color: #f8f8f8;
	border: 1px solid #dbdbdb;
	border-top: none
}

.layout-3 .main_pricing .inside span.super,
.layout-4 .main_pricing .inside span.super {
	font-size: 32px;
	color: #505050;
	position: relative;
	top: -37px;
	left: -5px;
	font-weight: 400
}

.layout-3 .main_pricing .inside span.amt,
.layout-4 .main_pricing .inside span.amt {
	font-size: 92px;
	color: #3E4095;
	line-height: 92px;
	letter-spacing: -5px;
	margin-right: 5px
}

.layout-3 .main_pricing .inside span.sub1,
.layout-4 .main_pricing .inside span.sub1 {
	font-size: 28px;
	color: #3E4095;
	position: relative;
	top: -46px
}

.layout-4 .main_pricing .inside span.sub1 {
	top: -34px
}

.layout-3 .main_pricing .inside span.slash,
.layout-4 .main_pricing .inside span.slash {
	position: relative;
	top: -26px;
	right: 8px
}

.layout-4 .main_pricing .inside span.slash {
	top: -20px;
	right: 5px
}

.layout-3 .main_pricing .inside span.sub,
.layout-4 .main_pricing .inside span.sub {
	font-size: 32px;
	color: #505050;
	font-style: italic;
	font-weight: 400;
	position: relative;
	top: 0;
	left: -12px
}

.layout-3 .category_pricing ul,
.layout-4 .category_pricing ul {
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #dbdbdb;
	border-top: none;
	border-bottom: none
}

.layout-3 .category_pricing ul li {
	list-style: none;
	font-size: 16px;
	color: #747474;
	border-top: 1px solid #efefed;
	padding: 8px 0
}

.layout-4 .category_pricing ul li {
	list-style: none;
	color: #747474;
	border-top: 1px solid #efefed;
	padding: 2px 0;
	margin-top: 1px;
	line-height: 23px
}

.layout-3 .category_pricing ul li:first-child,
.layout-4 .category_pricing ul li:first-child {
	border-top: none
}

.layout-3 .price-footer {
	background-color: #f8f8f8;
	text-align: center;
	border: 1px solid #dbdbdb
}

.layout-4 .price-footer {
	background-color: #f8f8f8;
	text-align: center;
	padding: 14px 0 15px;
	border: 1px solid #dbdbdb
}

.layout-4 .main_pricing .inside span.super {
	font-size: 26px;
	top: -28px
}

.layout-4 .main_pricing .inside span.amt {
	font-size: 67px;
	line-height: 72px
}

.layout-4 .main_pricing .inside span.sub1 {
	font-size: 20px
}

.layout-4 .main_pricing .inside span.sub {
	font-size: 23px
}

.layout-4 .category_pricing ul li {
	font-size: 14px
}

.form-links li a,
.page-view,
.video-link {
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	margin-right: 0;
	float: right;
	display: block;
	-moz-border-radius: 5px/3px;
	-webkit-border-radius: 5px/3px;
	border-radius: 5px/3px;
	background: #F7F7F7
}

ul.top_buttons li a {
	border: 1px solid rgba(0, 0, 0, .0980392);
	color: #3a3a3a;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-weight: 600;
	padding: 0 8px;
	height: 30px;
	line-height: 28px
}

.page-view li {
	float: left;
	display: block
}

.page-view li a {
	display: block;
	text-indent: -99999px;
	width: 35px;
	height: 28px
}

.page-view li.active:nth-child(1) a,
.page-view li.active:nth-child(1) a:hover,
.page-view li:nth-child(1) a {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	border-radius: 4px 0 0 4px
}

.page-view li.active:nth-child(2) a,
.page-view li.active:nth-child(2) a:hover,
.page-view li:nth-child(2) a {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -25px 8px;
	border-radius: 0
}

.page-view li.active:nth-child(3) a,
.page-view li.active:nth-child(3) a:hover,
.page-view li:nth-child(3) a {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -61px 8px;
	border-radius: 0
}

.page-view li.active:nth-child(4) a,
.page-view li.active:nth-child(4) a:hover,
.page-view li:nth-child(4) a {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -96px 8px;
	border-radius: 0
}

.page-view li.active:nth-child(5) a,
.page-view li.active:nth-child(5) a:hover,
.page-view li:nth-child(5) a {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -133px 8px;
	border-radius: 0
}

.page-view li.active:nth-child(6) a,
.page-view li.active:nth-child(6) a:hover,
.page-view li:nth-child(6) a {
	background-image: url(../images/grid.png);
	background-repeat: no-repeat;
	background-position: -169px 8px;
	border-radius: 0;
	margin-right: 0
}

.inventory-sidebar {
	padding-right: 0
}

.page-view.nav li:first-child {
	margin-left: 0;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px
}

.page-view.nav li:last-child {
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-right: 1px solid rgba(0, 0, 0, .1)
}

.page-view.nav li {
	display: inline-block;
	padding: 0;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
	background-image: -o-linear-gradient(top, #fff, #e6e6e6);
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #b3b3b3;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
	border-right: 0
}

.page-view.nav {
	border-bottom: 0
}

.page-view.nav li a {
	margin-right: 0;
	border: 0
}

.page-view.nav>li>a {
	padding: 0
}

.page-view.nav>li>a:focus,
.page-view.nav>li>a:hover {
	border-color: transparent;
	background-color: transparent
}

.page-view.nav {
	margin-top: -2px
}

.listing_sort .sort-by {
	margin-left: -15px
}

.listing-view .ribbon strong {
	font-weight: 600
}

.listing-view .nav-tabs>li.active>a,
.listing-view .nav-tabs>li.active>a:focus,
.listing-view .nav-tabs>li.active>a:hover,
.listing-view ul.page-view.nav-tabs li.active a {
	background-color: transparent;
	padding: 0;
	border: 1px solid transparent;
	border-bottom: 0
}

.page-view.nav li.active,
.page-view.nav li:hover {
	background-color: #e2e2e2;
	background-image: none
}

.page-view.nav li.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.inventory-3 .infra .product-detail,
.inventory-4 .infra .product-detail {
	font-size: 13px
}

.inventory-4 .infra .infra-header span {
	font-size: 18px
}

.inventory-4 .infra .infra-header strong {
	font-size: 26px;
	line-height: 50px
}

.inventory-4 .infra .product-detail .table>tbody>tr>td {
	padding: 11px 4px 12px 11px
}

.inventory-4 .infra .product-detail .option-tick-list ul {
	padding: 0 0 0 38px
}

.inventory-heading {
	color: #3a3a3a;
	display: block
}

.inventory-heading h2 {
	font-size: 33px;
	font-weight: 700;
	margin: 0;
	letter-spacing: -2.5px;
	line-height: 33px
}

.inventory-heading span {
	font-size: 22px;
	line-height: 20px;
	letter-spacing: -1.5px;
	word-spacing: 2px;
	display: inline-block
}

.inventory-heading em {
	font-size: 14px;
	line-height: 51px;
	letter-spacing: -1px
}


.content-nav ul {
	padding: 0;
	margin: 0
}

.content-nav ul li {
	list-style: none;
	display: inline-block;
	padding: 4px 8px 2px;
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0, #fff 0, #e7e7e7 99%, #e7e7e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1e5799), color-stop(0, #fff), color-stop(99%, #e7e7e7), color-stop(100%, #e7e7e7));
	background: -webkit-linear-gradient(top, #1e5799 0, #fff 0, #e7e7e7 99%, #e7e7e7 100%);
	background: -o-linear-gradient(top, #1e5799 0, #fff 0, #e7e7e7 99%, #e7e7e7 100%);
	background: -ms-linear-gradient(top, #1e5799 0, #fff 0, #e7e7e7 99%, #e7e7e7 100%);
	background: linear-gradient(to bottom, #1e5799 0, #fff 0, #e7e7e7 99%, #e7e7e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#e7e7e7', GradientType=0);
	border-radius: 4px;
	margin-left: 1.5px;
	position: relative;
	height: auto
}

.content-nav ul li:before {
	font-family: fontAwesome;
	display: block;
	color: #5c5c5c;
	position: absolute;
	left: 9px;
	top: 4px;
	font-size: 13px
}

.content-nav ul li.prev1:before {
	content: "\f137"
}

.content-nav ul li.request:before {
	content: "\f05a"
}

.content-nav ul li.schedule:before {
	content: "\f133"
}

.content-nav ul li.offer:before {
	content: "\f155"
}

.content-nav ul li.trade:before {
	content: "\f06e"
}

.content-nav ul li.pdf:before {
	content: "\f0f6"
}

.content-nav ul li.print:before {
	content: "\f02f"
}

.content-nav ul li.email:before {
	content: "\f064"
}

.content-nav ul li.next1:before {
	content: "\f138";
	left: 80px;
	right: 9px
}

.content-nav ul li a {
	font-size: 12px;
	display: block;
	color: #3a3a3a;
	font-weight: 700;
	line-height: 23px;
	padding-left: 19px;
	letter-spacing: -.5px
}

.content-nav ul li.next1 a {
	padding-left: 0;
	padding-right: 20px
}

.content-nav ul li a:hover {
	text-decoration: none
}

.home-slider-thumbs .flexslider,
.slider .flexslider {
	border: none
}

.slider .flexslider {
	margin: 0 0 4px
}

.example-tabs .nav>li>a {
	padding: 5px 11px;
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: #3a3a3a;
	letter-spacing: -.5px;
	text-shadow: 1px 1px 0 #fff
}

.example-tabs .nav li {
	margin: 0 3px 0 0;
	display: inline;
	float: left;
	list-style: none
}

.example-tabs .nav>li:last-child {
	margin-right: 0
}

.example-tabs .nav-tabs>li>a {
	border: none
}

.btn-inventory {
	font-size: 13px;
	border: none;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	outline: 0;
	padding: 5px 8px 4px 10px;
	margin-top: 13px;
	line-height: 20px;
	cursor: pointer
}

.btn-inventory:hover {
	text-decoration: none;
	color: #FFF
}

.product-list {
	background: linear-gradient(to bottom, #FFF 0, #F9F9F9 100%) rgba(0, 0, 0, 0);
	border: 1px solid #E5E5E5;
	border-radius: 4px;
	box-shadow: 2px 2px 2px #F6F6F6;
	display: block;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative
}

.product-list .car_category .car_fax img {
	width: 55px
}

#features ul {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	margin-left: 0
}

#features ul li {
	padding-left: 20px
}

#features ul li .fa-li {
	left: -8px;
	top: 5px;
	color: #3E4095
}

.content-nav ul li.gradient_button:hover,
.gradient_button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(.05, #e9e9e9), color-stop(1, #f9f9f9)) #e9e9e9;
	background: -moz-linear-gradient(center top, #e9e9e9 5%, #f9f9f9 100%) #e9e9e9;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9')
}

ul.nav-tabs li.active a {
	border-bottom: 1px solid #FFF
}

.horizontal_box {
	position: relative;
	margin-bottom: 10px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 6px 10px 13px;
	background: #fff;
	background: -moz-linear-gradient(90deg, #fff 26%, #f5f5f5 64%);
	background: -webkit-linear-gradient(90deg, #fff 26%, #f5f5f5 64%);
	background: -o-linear-gradient(90deg, #fff 26%, #f5f5f5 64%);
	background: -ms-linear-gradient(90deg, #fff 26%, #f5f5f5 64%);
	background: linear-gradient(180deg, #fff 26%, #f5f5f5 64%)
}

.horizontal_box:hover {
	background: #FFF;
	box-shadow: 0 0 14px 1px #ccc;
	cursor: pointer
}

.horizontal_box h3 {
	font-size: 22px;
	font-weight: 700;
	color: #3a3a3a;
	margin-bottom: 28px;
	margin-top: 0;
	letter-spacing: -1px;
	padding-right: 20px
}

.clear {
	clear: both
}

.vehicle_details {
	margin-top: 8px
}

.vehicle_details .price-wrap {
	padding: 0 0 0 15px;
	width: 100%
}

.vehicle_details .price {
	padding-left: 6px;
	width: 96px
}

.no-margin {
	margin: 0
}

.sales_tax {
	margin-top: 5px
}

.sales_tax em {
	font-size: 12px
}

.video_details {
	margin-top: 0
}

.bottom-margin-0 {
	margin-bottom: 0!important
}

.horizontal_box .vehicle_details .table tr td:last-child {
	padding-left: 5px
}

.inventory_right {
	float: left;
	width: 82%;
	padding: 0 0 0 18px
}

.car_type_heading {
	position: relative;
	float: left;
	width: 79%;
	padding: 0 15px
}

.car_type_heading h3 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	margin-top: 0;
	letter-spacing: -.5px;
	line-height: 19px;
	margin-left: 6px;
	word-spacing: -4px
}

.product-type {
	width: 60%;
	float: left
}

.product-type .col-width-50 {
	padding-left: 0;
	width: 44%
}

.right_carList .product-type .col-width-60 {
	width: 49%;
	padding-left: 14px
}

.right_carList .check_box_right {
	position: absolute;
	right: 22px;
	top: -9px
}

.product-type-price {
	float: left;
	width: 40%;
	padding-left: 15px
}

.product-type-price .price-wraper {
	float: left;
	margin: 0;
	padding-left: 105px
}

.right_carList .product-type-price .price-wraper {
	padding-left: 43px
}

.product-type-price .product-type-col-2 {
	padding: 0;
	margin: 10px
}

.left-none li a:hover,
.left-none li:hover i.fa,
.left-none li:hover input,
.right-none li a:hover {
	color: #FFF;
	text-decoration: none
}

.product-type-list .list_img:hover>.hover_carInventory {
	display: block
}

.car_heading {
	margin-left: 214px
}

.car_heading h3 {
	position: relative;
	font-size: 26px;
	font-weight: 700;
	margin-top: -1px;
	letter-spacing: -.5px;
	line-height: 22px;
	margin-left: 6px;
	word-spacing: -4px
}

.car_heading {
	position: relative
}

.inventory-wide-sidebar-right .margin-top-20 {
	margin-top: 0
}

.vehicle_details .img-border {
	margin: 0 auto
}

.vehicle_details .table-responsive {
	padding: 10px 18px 0
}

.right_carList .product-type-list .list_img {
	width: 200px
}

.right_carList .product-type-list .car_type_heading {
	width: 74%
}

.right_carList .product-type-list .inventory_right {
	padding: 0 0 0 14px;
	width: 76%
}

.right_carList .product-type-list .inventory_right .wrapper_carList .product-type {
	width: 71%;
	float: left
}

.right_carList .product-type-list .inventory_right .wrapper_carList .product-type-price {
	width: 29%;
	float: left;
	padding-left: 0
}

.hover_carInventory {
	display: none;
	position: absolute;
	left: 10px;
	bottom: 0;
	z-index: 4;
	border: 1px solid #000
}

.vehicle_demo {
	margin-top: 20px
}

.check_box {
	position: absolute;
	top: 0;
	right: -7px
}

.vehicle_details .price-wrap {
	margin: 0
}

.carfax {
	margin-right: 35px
}

.horizontal_box img.img-border {
	float: none;
	margin: 0 auto
}

.horizontal_box .vehicle_details .table tr td:first-child {
	width: 92px
}

.make_inventory div[class*=col-md-3] {
	padding: 0 10px
}

.make_inventory .my-dropdown {
	width: 100%
}

.make_inventory .select-wrapper .form-element {
	margin: 7px 4px 3px 9px
}

.listing-view {
	padding: 0
}

.left_inventory {
	margin-left: 0
}

.inventory-2>.row,
.inventory-3>.row,
.inventory-4>.row {
	margin-left: -15px;
	margin-right: -15px
}

.listing-view .row {
	margin: 0
}

.wrapper_carList .product-type .col-width-50 {
	width: 44%
}

.product-type-list {
	position: relative;
	display: block;
	overflow: hidden;
	padding: 12px 10px 8px;
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 2px 2px #f6f6f6;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	background: #fff;
	background: -moz-linear-gradient(90deg, #fff 26%, #f5f5f5 64%);
	background: -webkit-linear-gradient(90deg, #fff 26%, #f5f5f5 64%);
	background: -o-linear-gradient(90deg, #fff 26%, #f5f5f5 64%);
	background: -ms-linear-gradient(90deg, #fff 26%, #f5f5f5 64%);
	background: linear-gradient(180deg, #fff 26%, #f5f5f5 64%)
}

.product-type-list:hover,
.right_carListt:hover {
	background: #FFF;
	box-shadow: 0 0 14px 1px #ccc;
	cursor: pointer
}

.price-wrap .price-tag {
	font-size: 30px;
	padding-left: 0
}

.horizontal_box .vehicle_details .table tr td {
	font-size: 12px
}

.video_details a {
	text-decoration: none
}

.view_viewport a {
	text-decoration: none;
	font-weight: 700
}

.f-nav li a {
	text-decoration: none!important
}

.flex-direction-nav a:before {
	color: #FFF;
	opacity: .5;
	padding-left: 5px
}

.flex-direction-nav a.flex-next:before {
	padding-left: 0;
	padding-right: 5px
}

#youtube_video {
	display: none
}

#current_size {
	display: none;
	position: relative
}

#email_friend,
#make_offer,
#pdf_brochure,
#print_vehicle,
#request_more,
#schedule_drive,
#trade_in {
	display: none
}

.table {
	margin-bottom: 0
}

.product-info .table>tbody>tr>td {
	border-top: none;
	line-height: 9px;
	letter-spacing: -.5px;
	word-spacing: 2px
}

.left_inventory h2 {
	color: #3E4095;
	font-weight: bolder;
	font-size: 20px
}

.financing_calculator .dropdown_container {
	width: 40%;
	float: right
}

.side-content .financing_calculator {
	padding-left: 0;
	padding-right: 0
}

.side-content .financing_calculator table tr td input.number {
	display: block;
	margin-bottom: 10px
}

.car_category h3 {
	margin: 0 0 5px;
	font-size: 22px
}

.cat_table {
	float: left;
	padding-left: 0;
	width: 50%
}

.cat_accordian {
	float: left;
	width: 20%
}

.car_category {
	width: 55%;
	float: left;
	position: relative
}

.cat_accordian .price-wrap {
	margin-top: 0;
	padding-left: 20px
}

.cat_accordian form {
	float: right
}

.car_fax {
	position: absolute;
	left: 34%;
	bottom: -4%
}

.product-list {
	padding: 14px
}

.left_inventory h3 {
	color: #3E4095;
	font-weight: 800;
	font-size: 20px;
	margin-top: 0;
	letter-spacing: -.5px
}

.side-content .side-blog img.alignleft {
	margin: 6px 15px 0 0
}

.side-content .list h3 {
	font-size: 20px;
	font-weight: 800;
	color: #3E4095;
	margin: 0
}

.side-content .list ul li span strong {
	font-weight: 400
}

.financing_calculator .table-responsive table>tbody>tr>td {
	line-height: 24px;
	padding: 0 0 2px 3px;
	text-align: right
}

.financing_calculator .table-responsive table>tbody>tr>td:first-child {
	text-align: left
}

.side-content .financing_calculator h3 {
	font-size: 20px;
	font-weight: 800;
	color: #3E4095;
	margin: 0;
	letter-spacing: -.5px
}

.side-content .financing_calculator table {
	margin-top: 20px;
	width: 100%
}

.side-content .financing_calculator table tr td input.number {
	width: 60%;
	padding: 2px 5px 3px;
	border-radius: 4px;
	outline: 0;
	color: #999;
	float: right;
	transition-duration: .25s
}

.side-content .financing_calculator table tr td input.number.error {
	font-size: 12px;
	border: 1px solid #BB1212;
	background-color: #E2CBCB
}

.financing_calculator .btn-inventory {
	padding: 5px 8px 4px 10px;
	margin-top: 13px;
	line-height: 20px;
	cursor: pointer
}

.calculation {
	margin-top: 14px
}

.calculation strong {
	font-weight: 700
}

.calculation .table-responsive table {
	margin-top: 0;
	width: 100%
}

.table-responsive {
	overflow: hidden;
	border: none
}

.financing_calculator .calculation .table-responsive table tbody tr td {
	text-align: left;
	letter-spacing: -1px;
	word-spacing: 1px
}

.financing_calculator .calculation .table-responsive table tbody tr td:last-child {
	text-align: right;
	padding-right: 4px
}

.bi_weekly {
	margin-top: 1px
}

.bi_weekly .styled {
	width: 85px
}

.content-nav ul li.gradient_button,
.gradient_button.view-details,
.gradient_button.view-video,
div.example-tabs .nav-tabs>li>a {
	background-color: #f9f9f9;
	-webkit-border-radius: 9px 9px 0 0;
	-moz-border-radius-topleft: 9px;
	border-radius: 9px 9px 0 0;
	-moz-border-radius-topright: 9px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	text-indent: 0;
	border: 1px solid #dcdcdc;
	display: inline-block;
	color: #3a3a3a;
	font-family: Arial;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	height: 30px;
	line-height: 22px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0 #fff
}

div.example-tabs .nav-tabs>li.active>a {
	color: #3a3a3a;
	border-bottom: 0;
	background-color: #FFF
}

.gradient_button.view-details,
.gradient_button.view-video {
	position: absolute;
	bottom: 10px;
	border-radius: 5px;
	height: 26px;
	line-height: 14px;
	padding-left: 9px;
	padding-right: 9px
}

div.example-tabs .nav-tabs>li>a {
	font-size: 14px;
	font-weight: 700;
	text-transform: capitalize;
	color: #686868;
	letter-spacing: -.5px;
	text-shadow: 1px 1px 0 #fff;
	margin-bottom: -1px;
	display: inline-block
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border-bottom: 1px solid transparent
}

.vehicle-demo {
	margin-top: 12px
}

.video-link:active {
	background: url(../images/input-bg-hover.png) top repeat-x
}

.product-info-wrap p {
	padding: 0 11px
}

.listing-slider {
	border: 4px solid #fff;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(204, 204, 204, .75);
	-moz-box-shadow: 1px 1px 5px 0 rgba(204, 204, 204, .75);
	box-shadow: 1px 1px 5px 0 rgba(204, 204, 204, .75);
	border-radius: 3px
}

table.technical {
	width: 98%;
	margin-bottom: 30px
}

table.technical thead tr {
	border-bottom: 1px solid #000
}

table.technical thead tr>th {
	width: 70%;
	font-size: 22px;
	font-weight: 300
}

table.technical thead tr>th+th {
	width: 29%;
	font-weight: 300;
	font-size: 16px
}

table.technical thead tr th {
	padding: 5px
}

table.technical tbody tr {
	border-top: 1px solid #ccc
}

table.technical tbody tr>td+td {
	font-weight: 400
}

table.technical tbody tr>td {
	font-weight: 700
}

table.technical tbody tr td {
	padding: 5px
}

.flexslider {
	margin: 0
}

.inventory-listing .recent-vehicles-wrap {
	margin: 25px 0 0
}

.inventory-listing .recent-vehicles-wrap .recent-vehicles h5 {
	margin-top: 24px
}

.inventory-listing .recent-vehicles-wrap .recent-vehicles p {
	padding-top: 2px
}

.inventory-listing .left-content {
	padding-left: 0
}

.inventory-listing .right-content {
	padding-right: 0
}

.bx-wrapper .bx-viewport,
.featured-brand .bx-wrapper .bx-viewport {
	margin: 0
}

.efficiency-rating {
	background: #fefefe;
	background: -moz-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(19%, #fefefe), color-stop(100%, #dedede));
	background: -webkit-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: -o-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: -ms-linear-gradient(top, #fefefe 19%, #dedede 100%);
	background: linear-gradient(to bottom, #fefefe 19%, #dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dedede', GradientType=0);
	border-radius: 5px;
	border: 1px solid #ccc;
	margin-left: 2px;
	-webkit-box-shadow: 1px 1px 5px 0 rgba(204, 204, 204, .75);
	-moz-box-shadow: 1px 1px 5px 0 rgba(204, 204, 204, .75);
	box-shadow: 1px 1px 5px 0 rgba(204, 204, 204, .75)
}

.side-content .efficiency-rating h3 {
	text-align: center;
	color: #3a3a3a;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	letter-spacing: -1px;
	word-spacing: -1px;
	line-height: 21px
}

.efficiency-rating ul {
	padding: 0;
	margin: 7px 0 0
}

.efficiency-rating ul li {
	list-style: none;
	display: inline-block;
	margin-right: 21px;
	line-height: 30px
}

.efficiency-rating ul li:last-child {
	margin-left: 18px
}

.efficiency-rating ul li small,
.efficiency-rating ul li strong {
	display: block;
	color: #3a3a3a;
	font-weight: 600
}

.efficiency-rating ul li small {
	font-size: 12px
}

.efficiency-rating ul li strong {
	font-size: 36px;
	font-weight: 700
}

.efficiency-rating img.aligncenter {
	margin: 0;
	position: relative;
	top: 13px;
	left: 24px
}

.efficiency-rating {
	position: relative
}

.efficiency-rating ul li.fuel {
	position: absolute;
	top: 37px;
	left: 50%;
	margin-left: -30px
}

.efficiency-rating ul li.fuel img {
	left: 0
}

.efficiency-rating ul li.city_mpg {
	position: absolute;
	left: 25%;
	margin-right: 0;
	margin-left: -30px
}

.efficiency-rating ul li.hwy_mpg {
	position: absolute;
	right: 25%;
	margin-left: 0;
	margin-right: -30px
}

.efficiency-rating p {
	font-size: 10px;
	text-align: center;
	color: #3a3a3a;
	line-height: 14px;
	margin: 85px auto 0;
	padding: 0;
	width: 75%
}

.infra .infra-header {
	background-color: #33BEBF;
	text-align: center;
	color: #fff;
	padding: 7px 0
}

.infra .infra-header span,
.infra .infra-header strong {
	display: block
}

.infra .infra-header span {
	font-size: 22px;
	line-height: 18px;
	color: #fff
}

.infra .infra-header strong {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	line-height: 50px
}

.infra .infra-img {
	border: 1px solid #dedede;
	padding: 3px 3px 16px;
	border-bottom: none
}

.infra .product-detail {
	border: 1px solid #dedede;
	border-top: none;
	font-size: 14px;
	color: #747474
}

.product-info {
	color: #2d2d2d;
	font-size: 14px;
	text-align: right
}

.infra .product-detail .table,
.product-info .table {
	margin-bottom: 0
}

.infra .product-detail .table>tbody>tr:first-child>td {
	border-top: none
}

.infra .product-detail .table>tbody>tr>td:first-child {
	width: 80%;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	line-height: 24px
}

.product-info .table>tbody>tr>td:first-child {
	width: 45%;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left
}

.infra .product-detail .table>tbody>tr>td,
.product-info .table>tbody>tr>td {
	padding: 7px 8px
}

.infra .product-detail .option-tick-list ul {
	padding: 0;
	margin: 0
}

.infra .product-detail .option-tick-list ul li {
	list-style: none;
	position: relative;
	padding-left: 20px
}

.infra .product-detail .option-tick-list ul li:before {
	font-family: fontAwesome;
	content: "\f00c";
	display: block;
	color: #3E4095;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px
}

.infra-footer {
	background-color: #f8f8f8;
	text-align: center
}

div.inventory.span3 {
	min-height: 453px
}

div.inventory.span3 .options-secondary {
	display: none
}

div.inventory.span3 .options-primary {
	position: static;
	width: auto;
	border: 0;
	margin: 13px auto 0;
	float: none
}

div.inventory.span3 .inventory .title {
	position: relative;
	overflow: hidden;
	left: 11px;
	white-space: normal;
	padding-top: 7px;
	margin-bottom: 31px;
	max-width: 230px;
	font-size: 22px;
	font-weight: 600;
	color: #3d3d3d;
	clear: left
}

div.inventory.span3 .preview {
	position: static;
	float: none;
	border: 1px solid #3d3d3d;
	width: 200px;
	height: 150px;
	display: block;
	margin: 0 auto
}

div.inventory.span3 .checkbox {
	position: absolute;
	top: 9px;
	left: 245px
}

.grid div.inventory.span3 .checkbox {
	left: initial;
	right: 12px
}

div.inventory.span3 .carfax {
	position: absolute;
	left: 37px;
	width: 58px;
	top: 384px;
	float: left
}

div.inventory.span3 .price {
	position: relative;
	margin: 3px 0 33px;

	left: 133px;
	float: left;
	color: #3d3d3d;
	top: -22px
}

div.inventory.span3 .view-video {
	position: absolute;
	left: 9px;
	top: auto;
	bottom: 10px;
	float: left;
	clear: left;
	padding: 6px 9px
}

div.inventory.span3 .view-details {
	position: absolute;
	right: 9px;
	top: auto;
	bottom: 10px;
	float: right;
	padding: 6px 4px
}

div.inventory.span3 .price b {
	position: absolute;
	left: -97px;
	top: 19px
}

.sidebar div.inventory .inventory .title {
	max-width: 580px;
	white-space: normal
}

.boxed div.inventory .options-secondary {
	display: none
}

.boxed div.inventory .options-primary {
	position: static;
	border: 0;
	margin: 13px auto 0;
	float: none;
	width: 200px
}

.boxed div.inventory .inventory .title {
	left: 11px;
	white-space: normal;
	padding-top: 7px;
	margin-bottom: 31px;
	font-size: 22px;
	max-width: 220px
}

.boxed div.inventory .preview {
	position: static;
	float: none;
	border: 1px solid #3d3d3d;
	width: 200px;
	height: 150px;
	display: block;
	margin: 0 auto
}

.boxed div.inventory label {
	position: absolute;
	top: 3px;
	right: 3px;
	left: initial
}

.boxed div.inventory .carfax {
	position: absolute;
	left: 28px;
	width: 58px;
	bottom: 53px;
	top: auto;
	float: left
}

.boxed div.inventory .price {
	position: relative;
	margin: 3px 0 33px;
	left: 131px;
	float: left;
	color: #3d3d3d;
	top: -22px
}

.boxed.boxed_left div.inventory .price,
.boxed.boxed_right div.inventory .price {
	left: 128px
}

.boxed div.inventory .view-video {
	position: absolute;
	left: 9px;
	top: auto;
	bottom: 10px;
	float: left;
	clear: left;
	z-index: 5
}

.boxed div.inventory .view-details {
	position: absolute;
	right: 11px;
	top: auto;
	bottom: 10px;
	float: right
}

.boxed div.inventory .figure {
	font-weight: 600;
	font-size: 30px;
	top: 0;
	left: -8px
}

.boxed div.inventory .tax {
	top: 0;
	left: -8px
}

.boxed div.inventory .price b {
	position: absolute;
	left: -97px;
	top: 19px
}

.boxed div.inventory:nth-child(4n) {
	margin-left: 0!important
}

.boxed div.inventory .options-primary .spec {
	max-width: 100px
}

.inventory label {
	position: absolute;
	top: 3px;
	right: 3px;
	z-index: 4
}

.car_listings {
	padding-left: 0;
	padding-right: 0
}

.car_listings.boxed {
	padding-right: 0;
	margin-right: -15px;
	margin-left: 15px
}

.car_listings.boxed.boxed_right {
	padding-left: 0;
	margin-left: -15px;
	margin-right: 15px
}

.car_listings.boxed.boxed_full {
	margin-right: -15px;
	margin-left: -15px
}

.car_listings.boxed.boxed_left {
	padding-right: 0;
	margin-right: -15px;
	margin-left: 15px
}

.inventory-wide-sidebar-right .car_listings.sidebar {
	margin-left: -15px
}

.inventory-wide-sidebar-left .sidebar.car_listings {
	padding-left: 15px
}

.inventory-wide-sidebar-left .left-sidebar {
	padding-right: 15px
}

.inventory-wide-sidebar-left div.inventory .price,
.inventory-wide-sidebar-right div.inventory .price {
	right: 15px
}

.inventory-wide-sidebar-left>div {
	padding-right: 0
}

.inventory-wide-sidebar-left div.inventory .carfax,
.inventory-wide-sidebar-right div.inventory .carfax {
	left: -80px;
	top: 78px;
	width: 56px
}

.inventory_box.car_listings.boxed.boxed_full .row .col-lg-3:nth-child(4n+1) {
	clear: both
}

.inventory_listings,
.single-listing {
	font-family: 'Open Sans', sans-serif
}

div.inventory {
	border: 1px solid #e5e5e5;
	-moz-border-radius: 11px/13px;
	-webkit-border-radius: 11px/13px;
	border-radius: 11px/13px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .13);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .13);
	box-shadow: 0 0 5px rgba(0, 0, 0, .13);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+);
	background-image: -moz-linear-gradient(bottom, #f9f9f9 0, #fff 100%);
	background-image: -o-linear-gradient(bottom, #f9f9f9 0, #fff 100%);
	background-image: -webkit-linear-gradient(bottom, #f9f9f9 0, #fff 100%);
	background-image: linear-gradient(bottom, #f9f9f9 0, #fff 100%);
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif
}

div.inventory:hover {
	background-image: -moz-linear-gradient(bottom, #fff 0, #f9f9f9 100%);
	background-image: -o-linear-gradient(bottom, #fff 0, #f9f9f9 100%);
	background-image: -webkit-linear-gradient(bottom, #fff 0, #f9f9f9 100%);
	background-image: linear-gradient(bottom, #fff 0, #f9f9f9 100%)
}

.boxed div.inventory,
.sidebar div.inventory {
	margin: 0 0 20px
}

div.inventory {
	position: relative;
	overflow: hidden
}

a.inventory {
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	min-height: 173px;
	background-image: url(../images/empty.png);
	z-index: 1;
	text-decoration: none
}

a.inventory .preview {
	width: 200px;
	height: 150px
}

a.inventory:hover {
	text-decoration: none
}

.preview {
	position: absolute;
	left: 11px;
	top: 11px;
	float: left;
	border: 1px solid #3d3d3d;
	width: 200px;
	height: auto;
	-webkit-transform: translate3d(0, 0, 0)
}

.inventory .title {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	left: 234px;
	padding-top: 9px;
	margin-bottom: 8px;
	max-width: 690px;
	font-size: 24px;
	font-weight: 600;
	color: #3d3d3d;
	clear: left;
	padding-bottom: 5px;
	line-height: 24px
}

.checkbox {
	position: absolute;
	top: 7px;
	right: 12px
}

div.inventory .options-primary {
	position: relative;
	left: 234px;
	top: -5px;
	float: left;
	width: 230px;
	border: 0;
	table-layout: fixed;
	margin: auto;
	font-size: 12px
}

div.inventory .options-secondary {
	position: relative;
	left: 245px;
	top: -5px;
	float: left;
	width: 250px;
	border: 0;
	table-layout: fixed;
	margin: auto auto 35px;
	font-size: 12px
}

.option,
div.inventory .price b {
	font-weight: 700;
	line-height: 18px;
	color: #3d3d3d;
	font-size: 12px
}

.primary,
table td.primary {
	width: 90px;
	white-space: nowrap;
	padding: 0;
	border: 0
}

.secondary,
table td.secondary {
	width: 92px;
	white-space: nowrap;
	padding: 0;
	border: 0;
	border-right: 10px solid transparent
}

.spec,
table td.spec {
	line-height: 18px;
	color: #3d3d3d;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	border: 0
}

div.inventory.span3 .spec {
	max-width: 108px
}

div img.carfax {
	position: relative;
	right: -170px;
	border-radius: 0;
	box-shadow: 0 0 0 transparent;
	left: 335px;
	top: 36px;
	float: left
}

.price {
	position: absolute;
	margin: 3px 0 33px;
	right: 50px;
	float: left;
	color: #3d3d3d;
	top: 46px
}

.figure {
	position: relative;
	margin: 0;
	font-weight: 700;
	font-size: 32px;
	top: 4px;
	color: #3d3d3d;
	line-height: 30px
}

.tax {
	position: relative;
	font-style: italic;
	top: 6px;
	font-size: 12px;
	padding: 0
}

.view-button:active {
	position: relative;
	top: 6px
}

.view-video {
	left: 236px;
	clear: left;
	padding: 6px 9px;
	cursor: pointer
}

.video-icon {
	position: relative;
	left: 213px;
	top: 18px;
	float: left;
	z-index: 3
}

.view-details {
	right: 10px;
	padding: 6px 4px
}

.view-details i,
.view-video i {
	margin-right: 6px
}

.services .left-content,
.services .right-content {
	padding-top: 21px
}

.services .left-content .firstcharacter {
	padding: 0 13px 0 0
}

.services .right-content ul {
	padding: 0;
	margin: 0
}

.services .right-content ul li {
	list-style: none;
	position: relative;
	padding-left: 19px;
	font-size: 14px;
	color: #2d2d2d
}

.infra ul.charlist li,
.products ul.charlist li {
	list-style: none;
	position: relative;
	padding-left: 23px;
	font-size: 17px;
	line-height: 28px;
	color: #2d2d2d;
	margin-bottom: 15px
}

.infra ul.main li,
.products ul.main li {
	margin-bottom: 50px
}

.infra ul.charlist li:before,
.products ul.charlist li:before {
	font-family: fontAwesome;
	content: "\f00c";
	display: block;
	color: #3E4095;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px
}

.services .right-content ul li:before {
	font-family: fontAwesome;
	content: "\f00c";
	display: block;
	color: #3E4095;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px
}

.detail-service div[class*=col-],
.featured-service div[class*=col-] {
	padding-bottom: 15px;
	margin-top: -3px
}

.detail-service div[class*=col-] {
	padding: 3px 5px
}

.detail-service h2,
.detail-service h2 strong,
.featured-service h2,
.featured-service h2 strong,
.right-side-products .products h2 {
	font-size: 30px;
	color: #3E4095;
	letter-spacing: -1.5px
}

.right-side-products .products p {
	color: #000
}

.featured-service .featured {
	text-align: center;
	background-color: #f0f0f0;
	padding: 0px 4px;
	margin-top: 26px;
	cursor: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 130px;
	transition-duration: 250ms;
	-webkit-transition-duration: 250ms;
	-moz-transition-duration: 250ms;
	-o-transition-duration: 250ms;
	-ms-transition-duration: 250ms
}

.detail-service .details h5,
.featured-service .featured h5,
.right-side-products .products h5 {
	color: #2e2e2e;
	font-size: 21px;
	font-weight: 600;
	margin: 0;
	letter-spacing: -1.4px
}

.featured-service .featured h5 {
	margin-bottom: 7px
}

.featured-service .featured img {
	padding: 12px 0;
	max-height: 100%
}

.detail-service .details p,
.featured-service .featured p {
	font-size: 14px
}

.featured-service .featured p {
	margin: 0 auto
}

.featured-service .featured .caption {
	background-color: #3E4095;
	position: absolute;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	left: 0
}

.featured-service .featured .full-caption {
	width: 100%;
	height: 270px;
	top: -270px;
	padding: 40px 20px;
	text-align: center
}

.featured-service .featured .full-caption h5 {
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	margin: 0;
	letter-spacing: 0
}

.featured-service .featured .full-caption p {
	font-size: 14px
}

.featured-service .featured:hover .full-caption {
	-moz-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 1;
	transform: translateY(100%)
}

.detail-service .details {
	margin-top: 22px
}

.detail-service .details h5,
.right-side-products .products h5 {
	padding-bottom: 2px
}

.detail-service h2:before,
.right-side-products .products h5:before {
	font-size: 34px;
	font-family: FontAwesome;
	color: #33BEBF;
	vertical-align: middle;
	margin-right: 15px
}

.detail-service .details h5.customize:before {
	content: "\f0ad"
}

.detail-service .details h5.awards:before {
	content: "\f091"
}

.detail-service .details h5.music:before {
	content: "\f001"
}

.detail-service .details h5.work:before {
	content: "\f0f4"
}

.detail-service .details h5.ultra:before {
	content: "\f0d1"
}

.detail-service .details h5.flexible:before,
.detail-service h2.flexible:before,
.right-side-products .products h5.flexible:before {
	content: "\f013"
}

.about_team ul li {
	list-style: none;
	display: block;
	padding: 1px 21px 0;
	position: relative;
	line-height: 34px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word
}

.about_team ul li i {
	position: absolute;
	top: 10px;
	left: 0
}

.about_team ul li i.fa-mobile {
	font-size: 19px;
	top: 8px
}

.find_team h2 {
	color: #3E4095;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.5px;
	margin-top: 10px
}

.name_post {
	padding-bottom: 13px
}

.name_post h4 {
	font-size: 20px;
	font-weight: 600;
	color: #3E4095;
	margin-bottom: 0;
	margin-top: 2px;
	letter-spacing: -1px
}

.name_post p {
	font-weight: 400;
	font-size: 16px;
	margin: 0;
	font-family: 'Open Sans', sans-serif, Arial;
	line-height: 28px
}

.about_team {
	padding-bottom: 8px;
	border-bottom: 1px solid #e1e1e1
}

.about_team p {
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin-top: 14px
}

.about_team ul {
	padding: 2px 0 0;
	margin: 0
}

.about_team ul li i.fa-phone {
	font-size: 15px
}

.about_team ul li i.fa-envelope-o {
	font-size: 12px;
	top: 11px
}

.social_team ul {
	padding-left: 0;
	margin-top: 20px
}

.social_team ul li {
	list-style: none;
	display: inline-block;
	margin-right: 7px
}

.social_team ul li i {
	width: 32px;
	height: 32px;
	display: inline-block;
	background: #f5f5f5;
	font-size: 20px;
	color: #b2b2b2;
	text-align: center;
	padding-top: 5px
}

.our_inventory {
	margin-top: 33px
}

.our_inventory h4 {
	color: #3E4095;
	font-size: 24px
}

.our_inventory span {
	color: #3E4095;
	font-size: 24px;
	font-weight: 800;
	margin-right: 0
}

.list_img {
	float: left;
	margin-top: -31px
}

.list_img img {
	border: 1px solid #000
}

.team {
	margin-top: 16px
}

.find_team .people .row {
	margin-left: -15px;
	margin-right: -15px
}

.portfolio-container .list_faq {
	margin-bottom: 35px;
	padding-left: 0;
	padding-right: 0
}

.portfolioContainer {
	left: -15px;
	margin-left: -15px;
	margin-right: -15px;
	font-size: 0
}

.portfolioContainer .box>div {
	color: #2e2e2e;
	border-bottom: 1px solid #e1e1e1
}

.portfolioContainer .box>div>h2 {
	font-weight: 700;
	margin: 0;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif, Arial;
	line-height: 100%
}

.portfolioContainer .box>div>span {
	font-weight: 300;
	font-size: 16px;
	line-height: 30px
}

.box {
	cursor: pointer
}

.box p {
	padding-top: 15px;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 7px
}

.mix {
	display: none;
	float: none;
	vertical-align: top
}

.mix .box a {
	display: block
}

.box a img {
	display: block;
	margin: auto
}

.pagiation-page {
	padding-left: 0;
	padding-right: 0
}

.year_wrapper {
	margin-bottom: 7px
}

.year_wrapper span {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	float: left;
	margin-top: 5px;
	margin-right: 5px
}

div.secect_costom4 {
	width: 114px
}

.left_inventory form input[type=search] {
	border: 1px solid #fff;
	padding: 3px 5px;
	display: block;
	width: 100%;
	border-radius: 4px;
	outline: 0;
	color: #999;
	margin-bottom: 10px
}

.inner-page.single-project-split .left-content {
	margin-bottom: 7px
}

.make_inventory {
	background: #f0f0f0;
	padding: 23px 17px 11px 28px;
	margin-top: 27px;
	margin-bottom: 25px
}

.make_inventory a.btn-inventory {
	margin-top: 0;
	margin-right: 15px
}

.make_inventory ul {
	float: left
}

.make_inventory ul li {
	list-style: none;
	display: inline-block;
	font-size: 13px
}

.make_inventory ul li form {
	display: inline-block
}

.make_inventory ul li form label:before {
	width: 20px
}

.make_inventory ul li form label {
	font-weight: 400;
	font-size: 13px
}

.flexslider2 .flex-direction-nav li a {
	background: #000;
	color: #FFF;
	width: 50px;
	height: 70px;
	margin: 0;
	opacity: 0;
	padding: 14px 10px
}

.flexslider2 .flex-direction-nav li a:hover {
	background: #3E4095
}

.flexslider2:hover a.flex-next {
	right: 0
}

.flexslider2:hover a.flex-prev {
	left: 0
}

.right_site_job .job h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 13px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px
}

.right_site_job .project_details h2 {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px
}

.right-side-products ul.applist {
	padding-left: 0;
	margin-top: 10px
}

.right-side-products ul.applist li {
	list-style: none;
	display: block;
	color: #000;
	margin-bottom: 10px
}

.right-side-products ul.applist li i {
	margin-right: 5px;
	color: #3E4095
}

.right_site_job .job p {
	line-height: 24px;
	letter-spacing: -.2px
}

.project_wrapper h4.related_project_head {
	border-bottom: 1px solid #e1e1e1;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: -1px
}

.product-block .product-block-bottom h2 {
	font-weight: 700;
	font-size: 16px;
	margin: 10px 0 0;
	padding: 2px;
	color: #2e2e2e
}

.product-block .product-block-bottom h4 {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 2px;
	color: #2e2e2e
}

.product-block a:hover>.product-block-bottom h2,
.product-block a:hover>.product-block-bottom h4 {
	color: #FFF
}

.margin-top-20,
.single-project-wide .project_details {
	margin-top: 20px
}

.single-project-wide .slider {
	margin-bottom: 25px;
	padding: 0
}

.blog-image {
	padding: 0
}

.blog-list .thumb-image {
	float: left;
	height: 100%;
	overflow: hidden
}

.blog-list .thumb-image img {
	display: inline-block;
	margin-right: 15px
}

.blog-list h4 {
	font-size: 19px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	color: #2e2e2e
}

.blog-list span {
	font-size: 12px;
	display: inline-block;
	color: #2e2e2e;
	padding-top: 4px
}

.arrow1 a,
.arrow2 a,
.arrow3 a {
	background-color: #ccc;
	text-align: center;
	line-height: 25px;
	color: #FFF;
	width: 25px;
	height: 25px;
	display: inline-block;
	text-decoration: none
}

.arrow2 a {
	background: url(../images/arrow.png) no-repeat #ccc;
	text-indent: -9999px
}

.arrow2 a.bx-next {
	float: right;
	background-position: -20px 8px
}

.arrow2 a.bx-prev {
	float: left;
	margin-right: 5px;
	background-position: 9px 8px
}

.arrow1 a.disabled,
.arrow2 a.disabled:hover {
	background-color: #eee;
	text-decoration: none
}

.arrow1 a:hover,
.arrow2 a:hover,
.arrow3 a:hover {
	background-color: #3E4095;
	text-decoration: none
}

.arrow3 a {
	background: url(../images/arrow.png) no-repeat #ccc;
	text-indent: -9999px
}

.arrow3 a.bx-next {
	float: left;
	margin-left: 5px;
	background-position: -20px 8px
}

.arrow3 a.bx-prev {
	float: left;
	background-position: 9px 8px
}

.featured-brand {
	margin-top: 10px;
	position: relative
}

.featured-brand ul {
	margin: 33px 0 0
}

.featured-brand ul li {
	list-style: none;
	display: inline-block;
	padding-right: 15px
}

.featured_slider div.slide a {
	width: 120px;
	height: 100px;
	display: block;
	text-indent: -9999px
}

.featured_slider div.bosch a {
	background: url(../images/clients/bosch.png) center no-repeat;
	background-size:  150px
}

.featured_slider div.cdac a {
	background: url(../images/clients/CDAC.jpg) center no-repeat;
	background-size:  150px
}

.featured_slider div.tata a {
	background: url(../images/clients/tata.jpg) center no-repeat;
	background-size:  150px
}

.featured_slider div.clean a {
	background: url(../images/clients/Cleanchem-Lab.jpg) center no-repeat;
	background-size:  150px
}

.featured_slider div.gi a {
	background: url(../images/clients/Gokhale-Institute.jpg) center no-repeat;
	background-size:  150px
}

.featured_slider div.ji a {
	background: url(../images/clients/Jain-Irrigation.jpg) center no-repeat;
	background-size:  150px
}

.featured_slider div.lupin a {
	background: url(../images/clients/Lupin.jpg) center no-repeat;
	background-size:  150px
}


.featured_slider div.mkcl a {
	background: url(../images/clients/mkcl-logo.jpg) center no-repeat;
	background-size: 100px
}



.blog_post_controls a.bx-next {
	margin-right: 5px
}

.blog-content h2,
.blog-content h2 a {
	margin: 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	color: #2e2e2e
}

.blog-content strong {
	font-size: 18px;
	font-weight: 700;
	color: #2e2e2e;
	display: block
}


.blog-content ul {
	padding: 0;
	margin: 10px 0 0
}

.blog-content ul li {
	list-style: none;
	display: inline-block;
	color: #2e2e2e;
	padding-right: 20px;
	font-size: 14px
}

.blog-content ul li:before {
	padding-right: 10px;
	color: #6f6f6f;
	font-size: 20px
}

.blog-post .blog-content .post-entry {
	padding-top: 26px;
	margin-bottom: 0
}

.blog-content ul li a {
	font-size: 14px;
	color: #2e2e2e;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-decoration: none
}

.post-entry img {
	border: 1px solid #3a3a3a
}

.post-entry p+p {
	margin: 26px 0 0
}

.blog-content div img.alignleft,
img.alignleft {
	float: left;
	margin: 7px 25px 10px 0
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px
}

img.aligncenter {
	float: none;
	margin: 10px auto;
	display: block
}

.blog-end .social-buttons {
	display: block;
	list-style: none;
	padding: 0;
	margin: 20px
}

.blog-end .social-buttons>li {
	display: block;
	margin: 0;
	padding: 10px;
	float: left
}

.blog-end .social-buttons .socialite {
	display: block;
	position: relative;
	background: url(../images/social-sprite.png) no-repeat
}

.blog-end .social-buttons .socialite-loaded {
	background: 0 0!important
}

.blog-end .social-buttons .twitter-share {
	width: 55px;
	height: 65px;
	background-position: 0 0
}

.blog-end .social-buttons .googleplus-one {
	width: 50px;
	height: 65px;
	background-position: -75px 0
}

.blog-end .social-buttons .facebook-like {
	width: 50px;
	height: 65px;
	background-position: -145px 0
}

.blog-end .social-buttons .linkedin-share {
	width: 60px;
	height: 65px;
	background-position: -215px 0
}

.read-more {
	padding-left: 0
}

.read-more a:hover {
	text-decoration: none
}

.read-more a {
	color: #3E4095;
	font-size: 14px;
	font-weight: 700
}

.post-entry span.tags {
	font-size: 20px;
	color: #6f6f6f;
	display: block
}

.post-entry span.tags a {
	font-size: 14px;
	text-decoration: none;
	color: #2e2e2e;
	font-family: 'Open Sans', sans-serif;
	padding-left: 10px
}

.blog-content .firstcharacter {
	line-height: 43px
}

.post-entry p.quotation {
	font-size: 20px;
	color: #2e2e2e;
	font-family: 'Open Sans', sans-serif;
	line-height: 28px
}

.blog-content .post-entry blockquote {
	padding: 0 20px;
	margin: 20px 0 25px;
	border-left: 7px solid #3E4095;
	font-size: 19px
}

.blog-content .post-entry h5 {
	font-size: 14px;
	font-weight: 800;
	color: #2e2e2e;
	margin: 20px 0
}

.blog-content img.social-tag {
	border: none
}

.left-sidebar {
	padding-left: 0
}

.related_post {
	margin-left: -15px;
	margin-right: -15px
}

.latest-news .arrow1,
.latest-news h3 {
	display: inline-block
}

.recent_blog_posts {
	padding-left: 0
}

.recent_blog_posts li {
	margin-bottom: 1px
}

.blog-list div[class*=col-] {
	padding: 0 5px 15px
}

.comments h3 {
	padding: 40px 0 30px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

.comment-profile {
	margin-top: 30px
}

.threadauthor {
	padding: 0
}

.comment-profile img {
	border: none
}

.comment-data .comment-author a,
.comment-data .comment-author small,
.comment-data .comment-author strong {
	display: inline-block;
	color: #2e2e2e;
	font-size: 14px;
	padding-left: 3px
}

.comment-data .comment-author strong {
	font-weight: 700;
	margin: 0;
	padding-left: 0;
	padding-right: 6px
}

.comment-data .comment-author a {
	color: #3E4095;
	font-weight: 700
}

.comment-data {
	border-bottom: 1px solid #efefef;
	padding-bottom: 29px
}

.comment-list,
.comment-list ol,
.comment-list ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.comment-list ol,
.comment-list ul {
	padding-left: 30px
}

.leave-comments form input[type=text] {
	padding: 3px 5px;
	display: block;
	width: 30%;
	border-radius: 4px;
	outline: 0;
	color: #999;
	margin-bottom: 22px;
	font-size: 13px;
	margin-left: 27px;
	border: 1px solid #E4E4E4;
	box-shadow: none
}

.leave-comments form input:first-child[type=text] {
	margin-left: 0
}

.leave-comments form textarea {
	border-radius: 4px;
	outline: 0;
	padding-left: 7px;
	color: #999;
	display: block;
	height: 94px;
	border: 1px solid #E4E4E4;
	box-shadow: none
}

.leave-comments form input[type=submit] {
	font-size: 13px;
	border: none;
	padding: 3px 10px;
	border-radius: 4px;
	text-align: center;
	vertical-align: middle;
	outline: 0;
	float: none
}

.find_map h2 {
	color: #3E4095;
	font-size: 20px;
	font-weight: 800
}

#google-map-listing img {
	max-width: inherit
}

.information_head h3 {
	color: #3E4095;
	font-size: 20px;
	font-weight: 800
}

.icon_address {
	float: left
}

.icon_address p {
	font-size: 13px;
	padding-right: 8px;
	color: #2d2d2d
}

.icon_address p i {
	padding-right: 8px;
	color: #2d2d2d
}

.contact_address {
	float: left
}

.contact_address p {
	line-height: 24px;
	font-size: 13px
}

.address {
	float: left;
	font-size: 13px
}

.address ul li {
	list-style: none;
	padding-bottom: 5px
}

.address ul li span.compayWeb_color {
	color: #3E4095
}

.address ul li i,
.address ul li span,
.address ul li strong {
	font-size: 13px;
	color: #2d2d2d;
	margin-right: 10px
}

.deparment h5 {
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif, Arial;
	color: #2d2d2d
}

.form_contact form input[type=email],
.form_contact form input[type=text] {
	width: 58%
}

.contact_textarea {
	line-height: 1.828571
}

.margin-bottom-25 {
	margin-bottom: 25px
}

.left-information {
	padding-left: 0
}

fieldset#contact_form input[type=email],
fieldset#contact_form input[type=text],
fieldset#contact_form textarea[name=msg] {
	width: 100%
}

.form_contact form textarea {
	height: 130px
}

.form_contact form input[type=submit] {
	padding: 4px 9px
}

.boxed_layout {
	margin: 0 auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, .13)
}

body.background_1 {
	background: url(../images/backgrounds/bg01.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_2 {
	background: url(../images/backgrounds/bg02.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_3 {
	background: url(../images/backgrounds/bg03.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_4 {
	background: url(../images/backgrounds/bg04.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_5 {
	background: url(../images/backgrounds/bg05.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_6 {
	background: url(../images/backgrounds/bg06.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_7 {
	background: url(../images/backgrounds/bg07.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_8 {
	background: url(../images/backgrounds/bg08.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_9 {
	background: url(../images/backgrounds/bg09.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_10 {
	background: url(../images/backgrounds/bg10.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_11 {
	background: url(../images/backgrounds/bg11.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_12 {
	background: url(../images/backgrounds/bg12.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_13 {
	background: url(../images/backgrounds/bg13.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_14 {
	background: url(../images/backgrounds/bg14.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_15 {
	background: url(../images/backgrounds/bg15.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_16 {
	background: url(../images/backgrounds/bg16.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_17 {
	background: url(../images/backgrounds/bg17.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_18 {
	background: url(../images/backgrounds/bg18.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_19 {
	background: url(../images/backgrounds/bg19.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_20 {
	background: url(../images/backgrounds/bg20.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_21 {
	background: url(../images/backgrounds/bg21.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_22 {
	background: url(../images/backgrounds/bg22.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_23 {
	background: url(../images/backgrounds/bg23.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_24 {
	background: url(../images/backgrounds/bg24.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_25 {
	background: url(../images/backgrounds/bg25.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_26 {
	background: url(../images/backgrounds/bg26.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_27 {
	background: url(../images/backgrounds/bg27.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_28 {
	background: url(../images/backgrounds/bg28.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_29 {
	background: url(../images/backgrounds/bg29.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_30 {
	background: url(../images/backgrounds/bg30.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_31 {
	background: url(../images/backgrounds/bg31.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.background_32 {
	background: url(../images/backgrounds/bg32.jpg) 100% 100% no-repeat fixed;
	background-size: 100% 100%
}

body.pattern_1 {
	background-image: url(../images/patterns/45degreee_fabric.png)
}

body.pattern_2 {
	background-image: url(../images/patterns/absurdidad.png)
}

body.pattern_3 {
	background-image: url(../images/patterns/arches.png)
}

body.pattern_4 {
	background-image: url(../images/patterns/bedge_grunge.png)
}

body.pattern_5 {
	background-image: url(../images/patterns/cubes.png)
}

body.pattern_6 {
	background-image: url(../images/patterns/dark_tire.png)
}

body.pattern_7 {
	background-image: url(../images/patterns/darkdenim.png)
}

body.pattern_8 {
	background-image: url(../images/patterns/debut_light.png)
}

body.pattern_9 {
	background-image: url(../images/patterns/diamond_upholstery.png)
}

body.pattern_10 {
	background-image: url(../images/patterns/doubled_lined.png)
}

body.pattern_11 {
	background-image: url(../images/patterns/dust.png)
}

body.pattern_12 {
	background-image: url(../images/patterns/gplaypattern.png)
}

body.pattern_13 {
	background-image: url(../images/patterns/gray_jean.png)
}

body.pattern_14 {
	background-image: url(../images/patterns/grey.png)
}

body.pattern_15 {
	background-image: url(../images/patterns/gridme.png)
}

body.pattern_16 {
	background-image: url(../images/patterns/light_noise_diagonal.png)
}

body.pattern_17 {
	background-image: url(../images/patterns/lined_paper.png)
}

body.pattern_18 {
	background-image: url(../images/patterns/linen.png)
}

body.pattern_19 {
	background-image: url(../images/patterns/low_contrast_linen.png)
}

body.pattern_20 {
	background-image: url(../images/patterns/noise_lines.png)
}

body.pattern_21 {
	background-image: url(../images/patterns/noisy_grid.png)
}

body.pattern_22 {
	background-image: url(../images/patterns/px.png)
}

body.pattern_23 {
	background-image: url(../images/patterns/shl.png)
}

body.pattern_24 {
	background-image: url(../images/patterns/subtle_dots.png)
}

body.pattern_25 {
	background-image: url(../images/patterns/subtle_zebra_3d.png)
}

body.pattern_26 {
	background-image: url(../images/patterns/subtlenet2.png)
}

body.pattern_27 {
	background-image: url(../images/patterns/tex2res4.png)
}

body.pattern_28 {
	background-image: url(../images/patterns/tiny_grid.png)
}

body.pattern_29 {
	background-image: url(../images/patterns/vintage_speckles.png)
}

body.pattern_30 {
	background-image: url(../images/patterns/white_bed_sheet.png)
}

body.pattern_31 {
	background-image: url(../images/patterns/wild_olivia.png)
}

body.pattern_32 {
	background-image: url(../images/patterns/worn_dots.png)
}

.product-block-wrap,
.welcome-wrap,
section.content {
	background: #FFF
}

.boxed_layout.margin {
	margin: 40px auto 0
}

.boxed_layout,
.boxed_layout .message-shadow,
.boxed_layout header.affix,
.boxed_layout header.affix-top {
	width: 85%
}

.boxed_layout.margin header.affix-top {
	width: 85%;
	margin-top: 40px
}

.boxed_layout section.content,
.boxed_layout.margin section.content {
	position: relative
}

.boxed_layout header {
	transition-duration: 0s
}

.boxed_layout .container {
	width: 100%;
	padding: 0 25px
}

.boxed_layout #secondary-banner {
	height: 302px;
	background-position: center 0
}

.boxed_layout .car_listings {
	padding: 0 15px
}

.boxed_layout .min-dropdown {
	width: 100px
}

.sk_footer_logo {
	min-height: 230px;
/*	background: url(../images/) center center no-repeat */
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left
}

.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0
}

.cd-container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto
}

.cd-container::after {
	content: '';
	display: table;
	clear: both
}

.productstab .box>div>h2 {
	font-weight: 700;
	margin: 0;
	font-size: 20px;
	font-family: 'Open Sans', sans-serif, Arial;
	line-height: 100%
}

.modal-open {
	overflow: hidden
}

.modal {
	background-color: rgba(255, 255, 255, .98);
	width: 100%;
	/*overflow: hidden*/
}

.modal-backdrop {
	opacity: 1;
	background-color: rgba(255, 255, 255, 0);
	width: 100%
}

.modal-inner {
	margin: 10px auto 0;
	width: 95%;
	max-width: 1100px;
	max-height: 100%;
	overflow: auto
}

.modal .modal-inner .modal-left,
.modal .modal-inner .modal-right {
	margin: 20px auto;
	padding: 0
}

.modal .modal-inner .modal-head {
	position: relative
}

.modal .modal-inner h1.collection-name {
	font-size: 50px;
	margin-top: 0;
	padding-top: 0
}

.modal .modal-inner h4 {
	margin-top: 0;
	padding-top: 0
}

.modal .modal-inner a.close {
	cursor: pointer;
	font-size: 20px;
	width: 40px;
	display: block;
	position: absolute;
	right: 0;
	height: 40px;
	color: #fff;
	line-height: 38px;
	border-radius: 100%;
	opacity: 1;
	background: #bdbdbd;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	z-index: 99999
}

.modal .modal-inner a.close:hover {
	background-color: #33BEBF
}

.modal .modal-content {
	border: none;
	border-radius: 0;
	outline: 0;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	background-clip: padding-box
}

.modal .modal-content .loader {
	height: 100%;
	width: 100%;
	background: url(../images/bx_loader.gif) center center no-repeat
}

.modal-open .team-detail.modal {
	overflow-x: hidden;
	overflow-y: auto
}

.team-detail.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	background-color: rgba(0, 0, 0, .7)
}

.team-detail.modal .modal-inner {
	color: #fff;
	background: #3E4095;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	width: 100%
}

.team-detail.modal .modal-head {
	margin: 0;
	padding: 1px;
	text-align: center;
	background: rgba(0, 0, 0, .1);
	border-radius: 3px 3px 0 0
}

.team-detail.modal .modal-body {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em
}

.team-detail.modal .modal-inner a.close {
	right: 10px;
	top: 12px;
	border-radius: 0;
	background: 0 0
}

.team-detail.modal p {
	color: #fff
}

.pop {
	cursor: pointer
}

#popdown {
	display: none;
	position: absolute;
	background: #3E4095;
	color: #fff;
	padding: 6px 100px;
	width: 100%;
	transition: visibility 0s linear .5s, opacity .5s linear
}

#popdown .pop-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent transparent #3E4095;
	border-style: solid;
	bottom: 36px;
	left: 18%;
	margin-left: -5px;
	border-width: 0 6px 8px;
	z-index: 999999
}

.card .back a {
	color: #fff;
	font-size: 19px
}

.field-error {
	border: 1px solid red!important
}