@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?xhmtoh');
  src:  url('fonts/icomoon.eot?xhmtoh#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?xhmtoh') format('truetype'),
    url('fonts/icomoon.woff?xhmtoh') format('woff'),
    url('fonts/icomoon.svg?xhmtoh#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

a:hover, a:focus {
    color: #116743;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:hover, a:focus {
    text-decoration: none;
}

.icon-arrow-down:before {
  content: "\e900";
}
.icon-arrow-next:before {
  content: "\e901";
}
.icon-arrow-previous:before {
  content: "\e902";
}
.icon-arrow-up:before {
  content: "\e903";
}
.icon-cart:before {
  content: "\e904";
}
.icon-key:before {
  content: "\e905";
}
.icon-printer:before {
  content: "\e906";
}
.icon-update:before {
  content: "\e907";
}

.form-container input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
}
.form-container input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity:  1;
}
.form-container input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity:  1;
}
.form-container input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
}

/**

 * General

 * -------------------------------------------------------------------------------------------------

 */
body {
    font-family: 'Roboto', sans-serif;
   /* min-width: 320px;*/
    color: #5a5a5a;
}
a {
	color: #616161;
}
a:hover {
	text-decoration: none;
}
.background_line {
	background: url('../images/line.png') 40px repeat-x;
	background-position-y: 20px;
	margin-top: 20px;
}
.background_line h1 {
	width: 185px;
	text-align: center;
	margin: 0 auto 10px auto;
	background: #fff;
	color: #616161;
	font-weight: bold;
	font-size: 27px;
	line-height: none;
}
.brands_wrapper {
	border-bottom: 1px solid #a8a8a8;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 5px
}
.brands_wrapper ul {
	padding: 0;
	margin: 0;
}
.brands_wrapper  li {
	list-style-type: none;
	display: inline-block;
	width: 12%;
}
.brands_wrapper  li img {
}
.mainmenu {
	padding: 0;
}
.mainmenu li {
	position: relative;
	float: left;
	list-style: none;
	margin-right: 86px;
	box-shadow: 0px 5px 10px #e6e6e6;
	height: 42px;
	padding-bottom: 14px;
	display:inline-block;
}
.mainmenu li a {
	padding: 10px 40px;
	border: 1px solid #b5b5b5;
	float: left;
	color: #828282;
	text-align: center;
	transition: all 0.3s ease;
}
.mainmenu li:last-child {
	margin-right: 0px;
}
ul.mainmenu li.lastchild{
		margin-right: 0px;
		float: right;
}
.mainmenu li a:hover {
	background: #116743;
	color: #fff;
	border: 1px solid #116743;
}
.mainmenu li:hover span {
	background: url('../images/arrow_green.png')  center 3px no-repeat;
	width: 100%;
	height: 15px;
}
.mainmenu li span {
	background: url('../images/arrow_grey.png') center 3px no-repeat;
	transition: background 0.3s ease;
	cursor: pointer;
	height: 15px;
	display: block;
	margin-top: 39px;
	padding-bottom: 10px;
}
.submenu {
	display: none;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	margin-top: 50px;
	border: 1px solid #b5b5b5;
	background: #fff;
	z-index: 9999;
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
}
.mainmenu li:hover .submenu {
	display: block;
}
.submenu li {
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
	border: none;
	background: white;
	padding: 3px 0px;
	text-align: left;
	width: auto;
	box-shadow: none;
	margin: 0 20px;
	height: auto;
	background: url('../images/menu_bottom.jpg') bottom repeat-x;
}
.submenu li:hover {
}
.submenu li a {
	-moz-transition-property: none;
	-webkit-transition-property: none;
	-o-transition-property: none;
	transition-property: none;
	color: #303030;
	border: none;
	padding: 5px 0px;
	border: 0;
	float: left;
	text-align: left;
	height: auto;
	width: 210px;
}
.submenu li a:hover {
	border: none;
	background: transparent;
	color: #116743;
	border: 0;
	font-weight: bold;
	/* background: url('../images/menu_bottom.jpg') bottom repeat-x;
	*/
}
.submenu li:last-child {
	background: none;
}
.submenu2 {
	display: none;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 9999;
	padding-left: 10px !important;
}
.mainmenu li:hover .submenu2 {
	display: block;
}
.submenu2 li {
	border: none;
	background: none;
	padding: 0px 0px;
	text-align: left;
	width: auto;
	box-shadow: none;
	margin: 0 10px;
	height: auto;
}
.submenu2 li a {
	color: #303030;
	border: none;
	padding: 5px 0px;
	border: 0;
	float: left;
	
	text-align: left;
	height: auto;
	background: none;
	width: 170px;
	font-size: 12px;
}
.submenu2 li a:hover {
	font-weight: bold;
	border: none;
	background-color: transparent;
	color: #116743;
	border: 0;
	background: none;
}
/**

 * Home Page

 * -------------------------------------------------------------------------------------------------

 */
.slider{
	margin-top: 25px;
}
.slider img{
	width: 100%;
}
.slider .caption {
	color: #3d3c3c;
	font-size: 30px;
	font-weight: 400;
	left: 14px;
	line-height: 34px;
	position: absolute;
	top: 30px;
}
.featured_cars{
	margin: 0px auto;
	padding: 0px 10px;
}
.featured_cars img{
	width: 100%;
	height:136px;
	display: block;
	margin:0 auto;

}
.featured_cars .green{
	color: #005c36;
	font-size: 13px;
	font-weight: normal;
	margin-top: 10px;
}
.featured_cars .gray{
	color: #424040;
	font-size: 12px;
	font-weight: normal;
}
.footer{
	margin-top:50px; 
}
.footer .col-md-12{
	text-align: center;
}
.footer .col-md-12 p{
	margin-top:10px; 
	color: #616161;
font-size: 11px;
}
.footer {
	margin-top: 20px;
}
.footer a {
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
}
.footer .col-md-12 {
	text-align: center;
}
.footer .col-md-12 p {
	margin-top: 10px;
	color: #616161;
	font-size: 11px;
}
.carousel-control {
width: 0%;
}
.carousel-inner p{
	color: #424040;
    font-size: 13px;
    line-height: 16px;
}
.carousel-inner a{
 	color: #005C36;
    display: block;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    margin: 8px 0;
}
.carousel-inner a:hover{
 	color: #000;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {

left: -30px;
top: 100px;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
right: -30px;
top: 100px;
}


/**

 * Inner Pages List

 * -------------------------------------------------------------------------------------------------

 */


.inner_slider{
	margin-top: 15px;
}
.inner_slider img{
	width: 100%;
	max-height: 310px;
}
.inner_article h1{
	font-size: 24px;
	font-weight: bold;
        margin-bottom: 30px;
        float: left;
}

.inner_article h1.basket,
.inner_article .product-details h1,
.inner_article .register h1,
.inner_article .article h1,
.inner_article .login h1 {
    float:none;
}

.inner_article .post{
	margin-top: 20px;	
}
.inner_article .post span{
	color: #838385;
	font-size: 11px;
	display:block;	
}
.inner_article .post a{
	color: #353535;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin: 8px 0 10px;	
}
.inner_article .post a:hover{
    font-weight:bold;
}
.inner_article .post .p{
	 color: #4F4D4D;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;	
}
.inner_article p{
	font-size: 13px;
	line-height: 20px;	
}
.side_menu{
    list-style: none;
    padding: 0;
    padding-left: 0;

}
.side_menu a{
    font-size: 13px;
}

.side_menu a.active, 
.side_menu a:hover{
    font-weight: 700;
    color: #116743;
}

.side_menu ul li{
	list-style: none;
}

/* Slider Override settings */
.bxslider {
	padding:0px;
}
.bx-wrapper .bx-caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	background: none;
}
.bx-wrapper .bx-caption span {
	color: #3d3c3c;
	display: block;
	font-size: 30px;
	padding: 10px;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 0px;
	top: 75px;
	background-image: url(../images/arrow_left.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left:hover{
	background-image: url(../images/arrow_left_hover.jpg);
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: -15px;
	top: 75px;
	background-image: url(../images/arrow_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right:hover {
	background-image: url(../images/arrow_right_hover.jpg);
}
#menu_display{
	display: none;
}
/**

 * Forms

 * -------------------------------------------------------------------------------------------------

 */
 
input, select, textarea {
    font-size: 13px;
    border: 1px solid #e5e5e5;
    height: 38px;
    padding: 3px 12px;
}

.newbtn{
	padding: 3px 15px;
	border: 1px solid #116743;
}
.newbtn:hover{
	padding: 3px 15px;
	border: 1px solid #116743;
	background-color: #116743;
	color:#FFF;
}

.econ td {
	vertical-align: middle;
	width: 177px !important;
	height: 60px !important;
}
.econ input {
	text-align: center;
	border: 1px solid hsl(0, 0%, 0%);
	padding: 5px !important;
	margin: 4px !important;
}


.econ .invisible {
	visibility: visible; 
	border: 0;
	text-align: center;
	background: none;
	color: black !important;
	border:0 !important;
}

#selects-add-sbt select{
	vertical-align: top;
	margin-left: 18px;
	width: 230px;
	border-style: solid;
	border-width: 1px;
	border-color: hsl(155, 72%, 24%);
	padding: 3px 6px;

}
#table_inside_html table td{
	font-size:12px !important;
}

.carousel-inner .active.left { left: -25%; }
.carousel-inner .active.right { left: 25%; }
.carousel-inner .next        { left:  25%; }
.carousel-inner .prev		 { left: -25%; }

/* brands */
.brands {
	list-style: none;
	margin: 50px 0 0 -20px;
	text-align: center;
	display: block;
	width: 100%;
}

.brands li {
	width: 24.6%;
	text-align: center;
	display: inline-block;
	margin:0;
	margin-left:-4px;
	padding: 20px 0;
	border-right: 2px solid #e6e6e6;
	border-bottom: 1px solid #c9c9c9;
}

.brands li:nth-child(4n) {
	border-right: 0;
}

.brands li:last-child {
	border-right: 0;
}

.brands li:nth-child(5),
.brands li:nth-child(6),
.brands li:nth-child(7) {
	border-bottom: 0 !important;
}
/* languages */
.container .row .background_line ul {
	position: absolute;
	top:-8px;
	right: 0;
	font-size: 13px;
	list-style: none;
}

.container .row .background_line ul li {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #c6c6c6;
}

.container .row .background_line ul li:last-child {
	border-right:0;
}

.container .row .background_line ul li a {
	color: #676767;
}

.container .row .background_line ul li a:hover,
.container .row .background_line ul li .selected,
.container .row .background_line ul li .selected:hover {
	color: #00653d;
}

ul.top-left{
    left: 0;
    padding: 0;
}
.background_line ul li span.icon-cart {
    position: relative;
    font-size: 20px;
}
.background_line ul li span.icon-cart span {
    position: absolute;
    background-color: #116743;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px 3px;
    position: absolute;
    top: -5px;
    right: -10px;
    font-weight: 700;
}

.row.top-banner {
    margin-top: 26px;
    position: relative;
}

.row.top-banner p {
    position: absolute;
    font-size: 30px;
    left: 46%;
    top:34%;
    
}

.row.top-banner img {
    width: 100%;
}

.row.banners .footer-banner,
.row.banners .footer-login {
    width: 303px;
    height: 250px;
    float: left;
    margin-right: 29px;
}

.row.banners .footer-banner .banner-container {
    width: 303px;
    height: 250px;
    position: relative;
}

.row.banners .footer-login {
    margin-right: 0px;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 50%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #f2f2f2 0%,#ffffff 50%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#f2f2f2',GradientType=0 );
}

.row.banners .third-column {
	margin-right: 0px;
}

.row.banners .footer-banner p{
    position: absolute;
    text-align: center;
    width: 303px;
}

.row.banners .footer-login .login-header{
    background: #646464 url('../images/footer-login-key.png') no-repeat 34px center;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    padding-left: 70px;
}

.row.banners .footer-login .login-form .login-reminder,
.row.banners .footer-login .login-form .login-button{
    width: 122px;
    float: left;
}

.row.banners .footer-login .login-form .login-reminder a{
    color: #75797c;
    font-size: 12px;
}

.row.banners .footer-login .login-form .login-reminder a span {
    display: block;
}

.custom-button a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    background-color: #116743;
    color: #fff;
    font-weight: 700;
    padding: 0 16px;
}

.light-grey.custom-button a {
    background-color: #ededed;
    color: #646464;
}

.row.banners .footer-login .login-form .custom-button a{
    width: 100%;
}

.form-container .custom-button a{
    width: 240px;
}

.row.banners .footer-login .login-form {
    padding: 28px;
    border: 1px solid #e5e5e5;
    height: 210px;
    width: 303px;
}

.row.banners .footer-login .login-form input{
    margin-bottom:16px;
    width:100%;
}

.bx-wrapper {
    margin-bottom: 34px;
}

.slicknav_menu .slicknav_icon {
    float: right!important;
    margin: 0;
    /*margin: 0.188em 0 0 0.438em;*/
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar{
    margin: 0;
}

.breadcrump ul {
    list-style: outside none none;
    padding: 0;
    margin-top: 20px;
}

.breadcrump ul li{
    float: left;
    font-size: 12px;
}

.breadcrump ul li:after {
    content: ">";
    margin: 0 9px;
}

.breadcrump ul li:last-child:after {
    content: "";
}

.inner_article ul.side_menu li {
    margin-bottom: 20px;
}

.inner_article .col-sm-8 {
    padding-left: 29px;
    padding-right: 0px;
}

.inner_article > .col-sm-4 {
    padding-left:0;
    padding-right: 30px;
}

.inner_article label {
    font-weight: 400;
    display: block;
    width: 120px;
    float: left;
    height: 40px;
    line-height: 42px;
}

.inner_article input ,
.inner_article textarea {
    margin-bottom: 14px;
    width: 280px;
}

.inner_article .reminder input {
    margin-bottom: 14px;
    width: 100%;
}

.inner_article .form-container {
    max-width: 430px;
}

.inner_article textarea {
    height: auto;
}

.inner_article .form-container .print-card {
    background: transparent url("../images/printer.png") no-repeat right center;
    padding-right: 18px;
    text-decoration: underline;
}

.inner_article table.points {
    width: 80%;
    border-collapse: collapse;
    font-size: 12px;
}

.inner_article table.points th,
.inner_article table.points td {
    text-align: center;
    padding: 0 4px;
}

.inner_article table.points th,
.inner_article table.points tr.total-available td {
    background-color: #5a5a5a;
    color: #fff;
    font-weight: 700;
}

.inner_article table.points tr.total-available td {
    font-size: 16px;
}

.inner_article table.points tr {
    height: 40px;
}

.inner_article table.points tr.data:nth-child(odd) td{
    background-color: #efefef;
}

.inner_article table.points td.points-pagination,
.inner_article .points-pagination {
    border-top: 1px solid #c2c2c2;
}

.inner_article .points-pagination {
    text-align: center;
    padding:25px 0;
    margin-top:25px;
}

.inner_article table.points td.points-pagination a,
.inner_article .points-pagination a{
    display: inline-block;
    margin: 0 6px;
}

.inner_article table.points td.points-pagination a.active,
.inner_article .points-pagination a.active{
    font-weight: bold;
}

h1.basket {
    margin-bottom: 10px;
}

p.basket-items-total {
    font-size: 14px;
}

.inner_article table.basket {
    border-collapse: collapse;
    width: 100%;
    /*min-width: 430px;*/
}


.inner_article table.basket th,
.inner_article table.basket td {
    width: 15%;
    text-align: center;    
}

.inner_article table.basket td {
    height: 118px;
    
}

.inner_article table.basket .basket-item td {
    border-bottom: 1px solid #d4d4d4;
}

.inner_article table.basket th {
    background-color: #ededed;
    height: 40px;
}

.inner_article table.basket th.second-column,
.inner_article table.basket td.second-column {
    width: 20%;
}

.inner_article table.basket th.first-column,
.inner_article table.basket td.first-column {
    width: 50%;
    text-align: left;
    padding-left: 20px;
}

.inner_article table.basket a.basket-remove {
    font-size: 16px;
}

.inner_article table.basket .basket-item-price {
    font-weight: bold;
}

.inner_article table.basket .basket-item img {
    float: left;
    margin-right: 50px;
}

.inner_article table.basket .basket-item p {
    margin:0;
}

.inner_article table.basket .basket-item p.basket-product-name {
   margin-top: 20px;
   font-weight: 700;
}

.inner_article table.basket .basket-item .basket-item-qtty {
    width: 80px;
    font-size: 12px;
    margin-right: 10px;
    margin-bottom: 0;
}

.inner_article table.basket .total-spent .basket-total-title {
    text-align: right;
}

.inner_article table.basket .total-spent .basket-total-title,
.inner_article table.basket .total-spent .basket-total {
    font-weight: 700;
    font-size: 20px;
}

.custom-button.basket-button {
    float: right;
}

.custom-button.basket-continue {
    float: left;
}

.loader {
    position: fixed;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: #efefef;
    opacity: 0.6;
    display: none;
}

.loader img {
    position: absolute;
    top: 45%;
    left: 45%;
}

.category-filter-container {
    float: right;
    margin-top: 20px;
}

.category-grid .category-item {
    width: 197px;
    height: 250px;
    float:left;
    margin-right: 12px;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
}

.category-grid .category-item:nth-child(3n) {
    margin-right: 0;
}

.category-grid .category-item .category-item-image {
    width: 195px;
    height: 123px;
    overflow: hidden;
}

.category-grid .category-item .category-item-container {
    padding: 14px;
    
}

.category-grid .category-item .category-item-container h2 {
    margin: 0 0 10px;
    font-size: 12px;
}

.category-grid .category-item .category-item-container p {
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 14px;
}

.category-grid .category-item .category-item-container .category-item-price {
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
}

.category-grid .category-item .category-item-container .custom-button a{
    height: 30px;
    line-height: 30px;
    padding: 0 8px;
    margin-top: 6px;
}

.checkout-details h2, 
.checkout-cart h2 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.inner_article .checkout-details.col-md-6, 
.inner_article .checkout-details.col-xs-12,
.inner_article .checkout-details .col-sm-6,
.inner_article .checkout-details .col-xs-12,
.inner_article .login .col-sm-6,
.inner_article .login .col-xs-12,
.inner_article .product-image.col-md-6, 
.inner_article .product-image.col-xs-12 {
    padding: 0;
}

.inner_article .register.col-sm-6,
.inner_article .register.col-xs-12 {
    padding-left: 0;
}

.inner_article .login.col-sm-6,
.inner_article .login.col-xs-12 {
     padding-right: 0;
     padding-left: 30px;
}

.inner_article .register .col-sm-6,
.inner_article .register .col-xs-12 {
    padding-left: 0;
}

.inner_article .checkout-cart {
    padding-right: 0px;
    border-left: 1px solid #e5e5e5;
}

.checkout-details .container {
    clear: both;
}

.checkout-cart h3 {
    font-size: 13px;
    margin-top: 0;
}

.checkout-cart textarea {
    width: 100%;
    height: 88px;
    margin-bottom: 16px;
}

.inner_article .checkout-cart table.basket th, 
.inner_article .checkout-cart table.basket td{
    width: 20%;
}
.inner_article .checkout-cart table.basket th.first-column, 
.inner_article .checkout-cart table.basket td.first-column{
    width: 40%;
}

.checkout-details .clearfix + h2 {
    margin-top:50px;
}

.inner_article.product {
    margin-top: 20px;
}

.product-image img {
    width: 100%;
    height: auto;
}

.product-need-help .text {
    font-size: 21px;
    margin: 30px 0 10px;
}

.product-need-help .telephone {
    font-size: 26px;
    font-weight: 700;
}

.inner_article .product-details h1 {
    margin: 0px 0px 10px;
}

.inner_article .product-details h2 {
    font-size: 12px;
    font-weight: 400;
    color: #a2a2a2;
    margin: 0px;
}

.inner_article .product-details h4 {
    font-size: 14px;
    margin: 30px 0 20px;
}

.inner_article .product-details h3 {
    margin: 35px 0px;
    font-weight: 700;
}

.inner_article .product-details input.basket-item-qtty {
    width: 80px;
    float: left;
}

.inner_article .product-details .basket-button {
    float: left;
    margin-left: 5px;
}

.inner_article .register h1,
.inner_article .login h1 {
    font-size: 28px;
    margin-bottom: 16px;
}

.inner_article .register p, 
.inner_article .login p {
    margin-bottom: 20px;
}

.inner_article .register input,
.inner_article .login input {
    width: 100%;
}

.inner_article .register input[type="checkbox"] {
    float: left;
    width: auto;
    margin-right: 14px;
}

.inner_article .login .register-password-reminder {
    line-height: 38px;
}

.inner_article .contact,
.inner_article .article-menu {
    margin-top: 20px;
}

.inner_article .article h1 {
    margin-bottom: 20px;
}

.inner_article .article img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.inner_article .article .article-text h2 {
    font-size: 13px;
}

.register-terms input {
    outline: 0 !important;
}

.contact .sub-header{
    margin-bottom: 20px;
    font-size: 20px;
}

.contact input, 
.contact textarea {
    width: 100%;
}

.contact form div {
    padding-left: 0px;
}

.product-files {
    list-style-position: inside;
    padding-left: 0;
}

.product-files li,
.product-videos {
    margin-bottom: 10px;
}

.contact-image img{
	max-width: 100%;
	 margin-bottom: 10px;
}