/**
* Table of Content
*
* 1.0  -  Global Style
* 2.0  -  #header
* 3.0  -  #banner
* 4.0  -  #about-us
* 5.0  -  #contact-parts
* 6.0  -  #home-contact-form
* 7.0  -  #footer
* 8.0  -  #page-about-us
* 9.0  -  #berief-descripton-parts
* 10.0 -  #page-contact-us
* 11.0 -  #contact-page-form
* 12.0 -  #contact-page-bottom
* 13.0 -  #content-area
* 14.0 - WordPress Comments
* ------------------------------------------------------------------------------
*/



/**
* 1.0 - Global Style
* ------------------------------------------------------------------------------
*/

body {
	font-size: 16px;
	/*font-family: 'Lato';
	font-weight: normal;
	font-style: normal;*/
	line-height: 1.88em;
	color: #18171b;
}

strong, em {
	font-weight: bold;
}

body i {
	font-family: 'Sentinel';
	font-weight: 600;
	font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Sentinel';
	font-weight: bold;
	font-style: normal;
	line-height: 1em;
}

h1, h2, h3 {
  	margin-bottom: 15px;
  	margin-top: 10px;
}

h4, h5, h6 {
	margin-bottom: 10px;
}


h1:first-child,
h2:first-child, 
h3:first-child {
	margin-top: 0;
}


h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


p {
	margin-top: 0;
	margin-bottom: 30px;
}

img {
	max-width: 100%;
	outline: none;
}

video,
iframe {
	max-width: 100%;
}

a {
	color: #f2bc2e;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
	color: #f2bc2e;
}


ul, ol {
	margin: 0;
	padding: 0;
}


input,
textarea,
button,
input:focus {
	outline: none;
}

/**
* 2.0 - #header
* ------------------------------------------------------------------------------
*/

body.has-sticky {
	margin-top: 50px;
}

#header {
	height: 136px;
	background: #fdc613;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
}

#header.sticky {
	height: 50px;
	position: fixed;
	/*border-bottom: 1px solid #cacaca;*/
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

#header .logo {
	vertical-align: middle;
	line-height: 136px;
}

#header.sticky .logo {
	line-height: 50px;
	max-width: 130px;
}

#main-menu ul {
	list-style: none;
	float: right;
}

#main-menu ul li {
	float: left;
	position: relative;
}

#main-menu ul li a {
	display: block;
	line-height: 136px;
	color: #18161c;
	font-family: 'Gotham';
	font-weight: bold;
	font-style: normal;
	padding: 0 15px;
	position: relative;
	-webkit-transition: color .1s;
	        transition: color .1s;
}

#header.sticky #main-menu>ul>li>a {
	line-height: 50px;
}

#main-menu ul li a span.angle {
	position: absolute;
	top: 15px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
}

#main-menu ul li ul li a span.angle {
	left: 100%;
	top: 11px;
	-webkit-transform: translate(-20px, 0);
	    -ms-transform: translate(-20px, 0);
	        transform: translate(-20px, 0);
}

#main-menu ul li a:hover,
#main-menu ul li.current-menu-item a {
	color: rgba(0,0,0,.65);
	text-decoration: none;
} 

#main-menu ul li ul {
	position: absolute;
	min-width: 160px;
	background: #fdc613;
	z-index: 999;
	display: none;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1), -1px 0 1px rgba(0,0,0,.1);
}

#main-menu ul li ul li a {
	border-radius: 0 0 10px 10px;
}

#main-menu>ul>li>ul {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	    transform: translate(-50%, 0);
	left: 50%;
	top: 136px;
	border-radius: 0 0 10px 10px;
}

#header.sticky #main-menu>ul>li>ul {
	top: 50px;
}

#main-menu ul li ul li ul {
	top: 0;
	left: 100%;
	z-index: 999;
	border-radius: 10px;
	border: 1px solid #f4c341;
}

#main-menu ul li ul li ul li:first-child a {
	border-radius: 10px 10px 0 0;
}

#main-menu ul li ul li {
	float: none;
}

#main-menu ul li ul li a {
	line-height: 1.5em;
	padding: 7px 15px;
	white-space: nowrap;
	font-size: 12px;
	border-bottom: 1px solid #fbc32e;
}

#main-menu ul li ul li a:hover {
	background: #f8c337;
}

#main-menu ul li ul li:last-child>a {
	border-bottom: none;

}

#main-menu ul li.contact-link a {
 	background-color: rgb(25, 23, 25);
   	width: 176px;
  	height: 43px;
  	text-align: center;
  	padding-left: 0;
  	padding-right: 0;
  	display: inline-block;
  	line-height: 43px;
  	color: #fff;
  	border-radius: 50px;
	text-transform: uppercase;
	margin-top: 46.5px;
	margin-left: 50px;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
}

#main-menu ul li.contact-link a:hover {
	background-color: rgb(82, 82, 82);
}

#header.sticky #main-menu ul li.contact-link a {
	height: 36px;
	line-height: 36px;
	margin-top: 7px;
}

#toggle-menu {
	color: #000;
	float: right;
}

#sidr,
#toggle-menu {
	display: none;
}

/**
* 3.0 - #banner
* ------------------------------------------------------------------------------
*/
#banner {
	position: relative;
}

#banner #banner-slider {
	position: relative;
	height: 420px;
}

#banner #banner-slider li {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#banner .banner-heading-cover {
	position: absolute;
	bottom: 50px;
	width: 100%;
}



#banner .banner-heading h1,
#banner .banner-heading h2 {
	color: #fff;
}

#banner .banner-heading {
	text-align: center;
}

#banner .banner-heading h2 {
	font-size: 55px;
	font-family: 'Sentinel';
	font-weight: 500;
	font-style: normal;
	margin-bottom: 40px;
	letter-spacing: 1px;
}

#banner .banner-heading h1 {
	font-size: 60px;
	font-family: 'Sentinel';
	font-weight: bold;
	font-style: normal;
	margin-bottom: 50px;
	letter-spacing: 5px;
}

#banner .banner-heading .online-shop-btn {
	width: 419px;
 	height: 60px;
 	display: inline-block;
 	line-height: 60px;
 	text-align: center;
 	color: #fcc533;
 	font-size: 18px;
 	font-family: 'Gotham';
 	font-weight: bold;
	font-style: normal;	
	text-transform: uppercase;
	letter-spacing: .5px;
	border: 1px solid rgb(252, 197, 19);
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: all .4s;
	        transition: all .4s;
}

#banner .banner-heading .online-shop-btn:hover {
	background-color: #fcc533;
	text-decoration: none;
	color: #fff;
}

/**
* 4.0 - #about-us
* ------------------------------------------------------------------------------
*/
#about-us {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f2f2f2;
}

#about-us h1 {
	margin-bottom: 45px;
}

#about-us .about-us-article {
	padding-right: 40px;
}

#about-us .about-us-article a {
	color: #18171b;
	text-decoration: underline;
}

#about-us .about-us-article h4 {
	font-size: 16px;
	font-family: 'Lato';
	font-weight: bold;
	margin-bottom: 30px;
}


hr.offer-hour-seprator {
	border-color: #cacaca;
}

hr.offer-hour-seprator:last-child {
	display: none;
}


#aboutus-product-carousel i {
	font-size: 30px;
}

#aboutus-product-carousel li {
	padding: 2px 0;
}

#aboutus-product-carousel li a {
	position: relative;
	display: block;
}

#aboutus-product-carousel li a .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity .2s;
	        transition: opacity .2s;
}

#aboutus-product-carousel li a:hover .caption {
	opacity: 1;
	filter: alpha(opacity=100);
}

#aboutus-product-carousel li a .caption p {
	margin-bottom: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

/*carousle*/
.vertical-carousel a.scru,
.vertical-carousel a.scrd {
	display: block;
	padding: 5px;
	text-align: center;
	color: #333;
	text-decoration: none;

}

.vertical-carousel a.scru {
	margin-bottom: 20px;
}

.vertical-carousel a.scrd {
	margin-top: 20px;
}

.vertical-carousel ul.vertical-carousel-list {
	position: relative;
	margin: 0 auto;
	top: 0px;
	padding:0px;
}

.vertical-carousel ul.vertical-carousel-list li {
	list-style: none;
	margin: 0px;padding:0px;
	color: #333;
	display: block;
	text-align: center;
}

.disabled i {
	color: #D5D5D5;
}

/**
* 5.0 - #contact-parts
* ------------------------------------------------------------------------------
*/
#contact-parts {
	background: #FDC613; 
	padding-top: 100px;
	padding-bottom: 80px;
}

#contact-parts header {
	text-align: center;
	margin-bottom: 65px;
}

#contact-parts header h1 {
	margin-bottom: 40px;
	text-transform: uppercase;
}

#contact-parts header h4 {
	font-size: 16px;
}

#contact-parts .contact-parts-articles {
	padding: 0 90px;
}
.contact-parts-articles .address-info-wrapper {
	float: left;
	width: 276px;
	margin-right: 91px;
}

.contact-parts-articles .address-info-wrapper:last-child {
	margin-right: 0;
}

.contact-parts-articles .contact-map {
	padding: 10px;
	border: 1px dashed rgb(164, 127, 8);
	margin-bottom: 40px;
}

.contact-parts-articles .contact-info .address {
	font-size: 16px;
	font-family: 'Lato';
	font-weight: bold;
	color: #18171b;
	margin-bottom: 20px;
}
.contact-parts-articles .contact-info .phone-number {
	margin-bottom: 0;
	line-height: 1.4em;
}

.contact-parts-articles .contact-info .phone-number a {
       color: #18171b !important;
}

.contact-parts-articles .contact-info .fax {
	margin-bottom: 20px;
	line-height: 1.4em;
}

.contact-parts-articles .contact-info .email span {
	margin-left: -20px;
}

.contact-parts-articles .contact-info .email span i {
	margin-right: 5px;
}
.contact-parts-articles .contact-info .email a {
	font-weight: bold;
	color: #18171b;
	line-height: 2em;
}

.contact-parts-articles .contact-info .email a:hover {
	text-decoration: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #18171b;
}

/**
* 6.0 - #home-contact-form
* ------------------------------------------------------------------------------
*/
#home-contact-form {
	background: #F3BD0A;
	padding-top: 85px;
	padding-bottom: 75px;
}

#home-contact-form .home-contact-form-wrapper {
	padding-left: 36px;
	padding-right: 36px;
}

#home-contact-form header {
	border-bottom: 1px solid #816300;
	margin-bottom: 50px;
}

#home-contact-form header h3 {
	text-align: center;
	font-family: 'Gotham';
	font-weight: bold;
	margin-bottom: 45px;
}

#home-contact-form form input[type='text'],
#home-contact-form form input[type='email'],
#home-contact-form form input[type='tel'],
#home-contact-form form select,
#home-contact-form form textarea {
	width: 100%;
	background: #FDC613;
	border: 1px solid #18171B;
	border-radius: 5px;
	padding: 0 15px;
	color: #000;
	font-size: 16px;
}

#home-contact-form form input[type='text'],
#home-contact-form form input[type='email'],
#home-contact-form form input[type='tel'],
#home-contact-form form select {
	height: 60px;
}

#home-contact-form form select  {
	background-image: url(../images/select-carve-bg.png), url(../images/select-input-background.jpg);
    background-position: top 50% right 10px, 0 0;
    background-repeat: no-repeat, repeat-x;
	cursor: pointer;
	outline: none;
	position: relative;
	 -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
#home-contact-form form input[type="submit"].gform_button.button {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#home-contact-form form textarea {
	padding-top: 12px;
	padding-bottom: 12px;
	height: 171px;
}



#home-contact-form ::-webkit-input-placeholder {
   color: #18171b;
}

#home-contact-form :-moz-placeholder {
    color: #18171b;
}

#home-contact-form ::-moz-placeholder {
    color: #18171b;
}

#home-contact-form :-ms-input-placeholder {
    color: #18171b;
}

#home-contact-form form .row {
	margin-bottom: 30px;
}

#home-contact-form form br {
	display: none;
}

#home-contact-form form br p {
	margin-bottom: 0;
}

#home-contact-form .submit-form {
	text-align: center;
}

#home-contact-form form input[type="submit"] {
  background-color: rgb(25, 23, 25);
  color: #fff;
  border: none;
  border-radius: 50px;
  width: 249px;
  height: 59px;
  font-size: 18px;
  font-family: 'Gotham';
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-top: 20px;
  -webkit-transition: all .3s;
          transition: all .3s;
  letter-spacing: 1px;
}

#home-contact-form form input[type="submit"]:hover {
	background: rgb(51, 51, 51);
}

.top-form-column .col-md-4:first-child {
	padding-right: 10px;
}

.top-form-column .col-md-4:nth-child(2) {
	padding: 0 10px;
}

.top-form-column .col-md-4:last-child {
	padding-left: 10px;
}

.bottom-form-column .col-md-6:first-child {
	padding-right: 10px;
}

.bottom-form-column .col-md-6:last-child {
	padding-left: 10px;
}

/**
* 7.0 - #footer
* ------------------------------------------------------------------------------
*/
 #footer {
 	height: 140px;
 	background: #fff;
 }

 #footer .footer-content-wrapper {
 	padding: 0 0px;
 }

#footer .coptyright p {
	margin-bottom: 0;
	font-family: 'Gotham';
	font-weight: bold;
	color: #898989;
	padding-top: 56px;
	font-size: 18px;
}

#footer .coptyright a {
	color: #f2bc2e;
	font-variant: 'Gotham';
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}


#footer-nav ul {
	list-style: none;
	float: right;
	padding-top: 55px;
}

#footer-nav ul li {
	float: left;
}

#footer-nav ul li a {
	display: block;
	font-family: 'Gotham';
	font-weight: bold;
	color: #888888;
	font-size: 14px;
}

#footer-nav ul li:last-child a {
	margin-left: 18px;
}

#footer-nav ul ul a:hover {
	text-decoration: underline;
}

/**
* 8.0 - #page-about-us
* ------------------------------------------------------------------------------
*/

#page-about-us {
	padding: 70px 0;
	background: #f2f2f2;
}

#page-about-us  header h1 {
	margin-top: 15px;
	padding-bottom: 35px;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 40px;
}

#page-about-us .page-about-us-article p {
	margin-bottom: 40px;
}

.page-about-sidebar .about-widget {
	background: #fff;
	padding: 40px 30px 20px 30px;
	margin-bottom: 34px;
}
.page-about-sidebar .about-widget h3 {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 25px;
	margin-bottom: 30px;
	font-family: 'Gotham';
	font-weight: bold;
}

.page-about-sidebar .about-widget form  p {
	margin-bottom: 0;
}

.page-about-sidebar .about-widget form input[type="text"],
.page-about-sidebar .about-widget form input[type="email"],
.page-about-sidebar .about-widget form textarea {
	width: 100%;
	border: 1px solid rgb(231, 231, 231);
	border-radius: 3px;
	z-index: 42;
	height: 56px;
	background-color: rgb(255, 255, 255);
	margin-bottom: 20px;
}

.page-about-sidebar .about-widget form input[type="text"],
.page-about-sidebar .about-widget form input[type="email"] {
	padding: 0 25px;
}

.page-about-sidebar .about-widget form textarea {
	padding: 14px 25px;
	height: 122px;
}

.page-about-sidebar .about-widget form .submit-btn {
	text-align: center;
}

.page-about-sidebar .about-widget form input[type="submit"] {
	height: 53px;
	line-height: 53px;
	background-color: rgb(14, 164, 116);
	font-size: 16px;
	font-family: 'Gotham';
	font-weight: bold;
	text-align: center;
	 width: 225px;
	 border: none;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: all .4s;
	        transition: all .4s;
	letter-spacing: 1px;
} 

.page-about-sidebar .about-widget form input[type="submit"]:hover { 
	background-color: rgba(14, 164, 116, .8);
}

.page-about-sidebar .widget-product img {
	margin-bottom: 20px;
}

.page-about-sidebar .widget-product h4 {
	margin-bottom: 15px;
}

.page-about-sidebar .widget-product h4 a {
	color: #fcc533;
	font-family: 'Gotham';
	font-weight: bold;
}

.page-about-sidebar .widget-product .price {
	font-size: 18px;
}

.page-about-sidebar .widget-product .view-all {
	color: #2a282e;
	font-family: 'Gotham';
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
	border-bottom: 1px solid #2a282e;
}

.page-about-sidebar .widget-product .view-all:hover {
	text-decoration: none;
	color: #000;
}


/**
* 9.0 - #berief-descripton-parts
* ------------------------------------------------------------------------------
*/
 #berief-descripton-parts {
	background: #f2f2f2;
}

#berief-descripton-parts header {
	padding: 0 20px;
}

#berief-descripton-parts header h3 {
 	text-align: center;
 	padding-bottom: 40px;
 	margin-bottom: 50px;
 	border-bottom: 1px solid #c2c2c2;
 	letter-spacing: 2px;
}

#berief-descripton-parts .parts-descripton {
	padding: 0 20px;
	border-radius: 10px;
	background: #fff;
	border-top: 20px solid;
	margin-bottom: 64px;
}

#berief-descripton-parts .compnay-description {
	border-color: #eb5324;
}

#berief-descripton-parts .manufacturers-description {
	border-color: #fcc533;
}

#berief-descripton-parts .agents-description {
	border-color: #0ea474;
}

#berief-descripton-parts .parts-descripton-header {
	margin-top: 50px;
	text-align: center;
}

#berief-descripton-parts .parts-descripton-header img {
	margin-bottom: 20px;
}

#berief-descripton-parts .parts-descripton-header h3 {
	font-family: 'Gotham';
	font-size: 24px;
	margin-bottom: 35px;
}

#berief-descripton-parts .parts-descripton-list {
	padding: 0 50px 50px 50px;
}

#berief-descripton-parts .parts-descripton-list li {
	margin-bottom: 10px;
	font-size: 16px;
	list-style: none;
	position: relative;
	padding-left: 25px;
}

#berief-descripton-parts .parts-descripton-list li:before { 
	content: '';
	width: 8px;
	height: 8px;
	background: #18161c;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}

/**
* 10.0 - #page-contact-us
* ------------------------------------------------------------------------------
*/
#page-contact-us {
	padding-top: 80px;
	padding-bottom: 70px;
	background: #fff;
}

#page-contact-us header h1 {
	padding-bottom: 40px;
	margin-bottom: 58px;
	border-bottom: 1px solid #cacaca;
}

#page-contact-us .contact-page-location {
	padding: 0 90px;
}

.contact-page-location .address-info-wrapper {
	float: left;
	width: 276px;
	margin-right: 91px;
}

.contact-page-location .address-info-wrapper:last-child {
	margin-right: 0;
}

.contact-page-location .contact-map {
	padding: 10px;
	border: 1px dashed #b7b7b7;
	margin-bottom: 40px;
}

.contact-page-location .address {
	font-weight: bold;
}

.contact-page-location .contact-info .phone-number {
	margin-bottom: 0;
	line-height: 1.4em;
}

.contact-page-location .contact-info .phone-number a {
     color: #18171b;
}

.contact-page-location .contact-info .fax {
	margin-bottom: 20px;
	line-height: 1.4em;
}

.contact-page-location .contact-info .email span {
	margin-left: -20px;
}

.contact-page-location .contact-info .email i {
	margin-right: 5px;
}

.contact-page-location .contact-info .email a {
	font-weight: bold;
	color: #18171b;
	line-height: 2em;
	padding-bottom: 10px;
}

.contact-page-location .contact-info .email a:hover {
	color: #eeb623;
	text-decoration: none;
	border-bottom: 1px solid #eeb623;
}

/**
* 11.0 - #contact-page-form
* ------------------------------------------------------------------------------
*/

#contact-page-form {
	padding-bottom: 70px;
}

#contact-page-form .contact-page-form-wrapper {
	padding: 0 40px;
}

#contact-page-form header h3 {
	font-family: 'Gotham';
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
	padding-bottom: 40px;
	border-bottom: 1px solid #cbcbcb;
	text-align: center;
}

#contact-page-form form input[type='text'],
#contact-page-form form input[type='email'],
#contact-page-form form input[type='tel'],
#contact-page-form form select,
#contact-page-form form textarea {
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 5px;
	padding: 0 15px;
	color: #000;
	font-size: 16px;
}

#contact-page-form form input[type='text'],
#contact-page-form form input[type='email'],
#contact-page-form form input[type='tel'],
#contact-page-form form select {
	height: 60px;
}
#contact-page-form form input[type="submit"].gform_button.button {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
#contact-page-form form select  {
	background-image: url(../images/select-carve-bg.png);
    background-position: top 50% right 10px;
    background-repeat: no-repeat;
	cursor: pointer;
	outline: none;
	position: relative;
	 -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}

#contact-page-form form textarea {
	padding-top: 12px;
	padding-bottom: 12px;
	height: 171px;
}

#contact-page-form ::-webkit-input-placeholder {
   color: #18171b;
}

#contact-page-form :-moz-placeholder {
    color: #18171b;
}

#contact-page-form ::-moz-placeholder {
    color: #18171b;
}

#contact-page-form :-ms-input-placeholder {
    color: #18171b;
}

#contact-page-form form .row {
	margin-bottom: 30px;
}

#contact-page-form form br {
	display: none;
}

#contact-page-form form br p {
	margin-bottom: 0;
}

#contact-page-form .submit-form {
	text-align: center;
}

#contact-page-form form input[type="submit"] {
 	height: 53px;
	line-height: 53px;
	background-color: rgb(25, 23, 25);
	font-size: 16px;
	font-family: 'Gotham';
	font-weight: bold;
	text-align: center;
	 width: 225px;
	 border: none;
	color: #fff;
	border-radius: 50px;
	-webkit-transition: all .4s;
	        transition: all .4s;
	letter-spacing: 1px;
	margin-top: 20px;
}

#contact-page-form form input[type="submit"]:hover {
	background-color: rgb(51, 51, 51);
}

/**
* 12.0 - #contact-page-bottom
* ------------------------------------------------------------------------------
*/

#contact-page-bottom {
	padding-top: 73px;
	padding-bottom: 120px;
	background-color: #FDC613;
}

#contact-page-bottom .bottom-article-wrapper {
	padding: 0 36px;
	margin-bottom: 80px;
}

#contact-page-bottom .bottom-article-wrapper h3 {
	padding-bottom: 40px;
	margin-bottom: 43px;
	border-bottom: 1px solid #18171B;
	letter-spacing: 1px;
}

#contact-page-bottom .bottom-article-wrapper ul {
	list-style: none;
	margin-bottom: 22px;
}

#contact-page-bottom .bottom-article-wrapper ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
}

#contact-page-bottom .bottom-article-wrapper ul li:before {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	background-color: #18161C;
	border-radius: 50%;
	top: 10px;
	left: 0;
}

#contact-page-bottom .advice-text {
	text-align: center;
	font-size: 18px;
	font-family: 'Sentinel';
	font-weight: 600;
	font-style: italic;
	letter-spacing: 1px;
}


/**
* 13.0 -  #content-area
* ------------------------------------------------------------------------------
*/

.content-area {
	padding: 70px 0;
	background: #f2f2f2;
	min-height: 750px;
}

.content-404 {
	text-align: center;
}

.content-area .entry-header {
	margin-bottom: 20px;
}

.content-area .entry-header a {
	color: #333;
}

.content-area .blog-thumbnail {
	float: left;
	margin-right: 15px;
}

.content-area .posts-entry-content {
	overflow: hidden;
}

.content-area .posts-entry-content p {
	margin-bottom: 10px;
}

.content-area .entry-meta {
	margin-bottom: 30px;
}

.main-content article {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

.page-content-area article {
	border-bottom: none;
}

.page-content-area .entry-header h1 {
	margin-top: 15px;
    padding-bottom: 35px;
    border-bottom: 1px solid #cacaca;
    margin-bottom: 40px;
}

.main-content ul {
	list-style: none;
}

.main-content ul li {
	margin-bottom: 10px;
    font-size: 16px;
    list-style: none;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}
.main-content ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #18161c;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0;
}

.sidebar .widget {
    background: #fff;
    padding: 40px 30px 20px 30px;
    margin-bottom: 34px;
}

.sidebar .widget ul {
	list-style: none;
}

.sidebar .widget ul li a {
	display: block;
	padding: 4px 0;
}

.sidebar .widget .widget-title {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
    margin-bottom: 30px;
    font-family: 'Gotham';
    font-weight: bold;
}

.search-form input {
	border: 1px solid rgb(231, 231, 231);
    border-radius: 3px;
    padding: 0 10px;
    height: 45px;
}

.search-form input[type="submit"] {

    background-color: rgb(14, 164, 116);
    font-family: 'Gotham';
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    border: none;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    letter-spacing: 1px;
    padding: 2px 20px;
    height: 45px;
}

.extra-info {
	margin-bottom: 30px;
}

.extra-info h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}

/* WordPress Image Aliment */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding-top: 4px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

/* numarick pagination */
.pagination { 
	text-align: center; 
} 

.pagination ul li a:hover { 
	background:rgba(0,0,0,.03); 
}  

.pagination ul { 
	display:inline-block; 
	margin-bottom: 9px; 
} 
.pagination ul>li { 
	display: inline; 
} 

.pagination ul>li:first-child>a, .pagination ul>li:first-child>span { 
	border-left-width: 1px; 
	border-radius: 5px 0 0 5px; 
} 

.pagination ul>li:last-child>a, .pagination ul>li:last-child>span { 
	border-rigth-width: 1px; 
	border-radius: 0 5px 5px 0; 
} 

.pagination ul>li>a, .pagination ul>li>span { 
	float: left; 
	padding: 4px 12px; 
	line-height: 20px; 
	text-decoration: none; 
	background-color: #ffffff; 
	border: 1px solid #dddddd; 
	border-left-width: 0; 
} 

#contact-page-form.manufacturing-contact-form {
	padding-bottom: 0;
}

.manufacturing-contact-form header h4 {
	text-align: center;
	margin-bottom: 50px;
}

table p {
	margin-bottom: 0;
}

.content-area table {
	margin-bottom: 30px;
}

.content-area table td {
	padding-left: 5px;
}

.page-id-283 hr {
	border-color: #cacaca;
	margin-bottom: 50px;
}

.page-id-283  .page-content-area article {
	margin-bottom: 0;
}

.enter-online-btn {
	background-color: rgb(25, 23, 25);
    height: 43px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    line-height: 45px !important;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    transition: background-color .3s;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    margin-bottom: 0;
}

.enter-online-btn:hover {
	background-color: rgb(82, 82, 82);
	color: #fff;
	text-decoration: none;
}


/**
* 14.0 -  #content-area
* ------------------------------------------------------------------------------
*/
.comments-area {
   margin-top: 3em;
}
.comments-area > h3 {
  font-size: 18px;
}


#comments {
  font-size: 16px;
  color:#333;
}


.nocomments {
	display: none;
}

.commentlist {
  margin-top: 4em;
}



.commentlist ul li,
.commentlist ul ol {
  padding-left: 1.5em;
  border-left: 1px dotted #d7d7d7;
  margin-left: 1.5em;
  list-style: none !important;
}

.commentlist li li,
.commentlist li li {
	margin-left: 30px !important;

}

.commentslist,
.commentslist li,
.commentslist li ol {
	list-style: none;
}

.children {
	margin-left: 20px;
}


.comment-body {
  background: white;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 5px #d7d7d7;
  padding: 1.5em 3em;
  margin-bottom: 1.5em;
  position: relative;
}


.comment-author {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 1.5em;
  font-size: 12px !important;
  overflow: hidden;
  clear: both;
}
.comment-author cite .fn {
  font-size: 16px;
  font-weight: bold;
}

.fn a,
.fn {
	font-family: 'Gotham' !important;
	font-size: normal !important;
}

.vcard img.avatar {
  width: 60px;
  height: 60px;
  max-width: 100%;
  box-shadow: 0 0 2px #d7d7d7;
  display: inline-block;
  margin-bottom: 1.5em;
  float: left;
  margin-right: 1.5em;
}
.comment-meta a {
  color: #c9c9c9;
  padding-left: 10px;
}
#respond h3 {
  font-size: 1em;
  margin-bottom: 2em;
  font-weight: normal;
  clear: both;
}
#respond h3 a,
#cancel-comment-reply a {
  color: #3d99ca;
  -webkit-transition: all .5s;
  transition: all .5s;
}
#respond h3 a:hover,
#cancel-comment-reply a:hover {
  color: #2b3039;
}
#navigation {
  margin-top: 3em;
}
/********* Style For comment form ***********/

#respond form {
  margin-top: 2em;
}


#respond form input[type=text],
#respond form input[type=url],
#respond form input[type=email]{
  width: 50%;
  margin-bottom: 15px;
  border-radius: 4px;
  padding:7px 10px;
 border: 1px solid rgb(231, 231, 231);
 border-radius: 3px;
 display: block;
}


#respond form textarea {
  display: block;
  width: 70%;
  height: 150px;
  padding: 1em;
  box-shadow: 0px 0px 7px #e4e4e4;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 13px !important;
  margin-top: 13px;
	border: 1px solid rgb(231, 231, 231);
	border-radius: 3px;
}


.says {
  display: none;
}

.bypostauthor .fn:before {
  content: 'admin';
  margin-right: 3px;
  background: rgba(90, 212, 134, 0.56);
  padding: 3px;
  font-size: 10px;
  border-radius: 3px;
  color: white;
  position: relative;
  top: -3px;
}

.fn {
  font-size: 19px;
  margin-top: 10px;
  text-transform: uppercase;
  display: inline-block;
  font-family: serif;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.comment-meta {
  position: absolute;
  top: 54px;
  left: 115px;
  padding-right: 5px;
}


#respond form input[type=submit] {
	height: 53px;
    line-height: 53px;
    background-color: rgb(14, 164, 116);
    font-size: 16px;
    font-family: 'Gotham';
    font-weight: bold;
    text-align: center;
    width: 225px;
    border: none;
    color: #fff;
    border-radius: 50px;
    -webkit-transition: all .4s;
    transition: all .4s;
    letter-spacing: 1px;
}

#respond form input[type=submit]:hover {
	background-color: rgba(14, 164, 116, .8);
}

/***
 * Css for responsive layout
 */


@media only screen and (max-width: 479px) {
  .comment-body:before {
    content: '';
  }
  .commentlist ul li,
  .commentlist ul ol {
    padding-left: 0;
    border-left: none;
    margin-left: 0;
    list-style: none;
  }
  #respond form textarea {
    width: 100%;
  }
  .bypostauthor .fn:before {
    content: 'admin';
    padding: 1px;
    font-size: 8px;
    border-radius: 3px;
    color: white;
    position: relative;
    top: -2px;
  }
  .fn {
    font-size: 10px;
    margin-top: 10px;
    text-transform: uppercase;
    display: inline-block;
  }
  .vcard img.avatar {
    margin-right: 7px;
  }
  .comment-meta {
    position: absolute;
    top: 54px;
    left: 110px;
  }

  #respond form input[type=text], 
  #respond form input[type=url], 
  #respond form input[type=email] {
  	width: 100%;
  }

  .fn {
  	margin-top: 0;
  }
}