
/* ## Global */
body {
    font-family: Arial, "Helvetica Neue",Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* -- Section Padding */
.section-padding {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow-x: hidden;
}
.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
/* + Header */
.header-section {
	background-color: #fff;
}
.header-section.navbar-fixed-top {
	border-bottom: 1px solid #ccc;
}
.header-section .container {
	position: relative;
}

/* - Top Header */
.top-header {
	text-align: right;
}
.top-header .top-icons {
	float: right;
}
.top-header .top-icons > a {
	font-size: 11px;
	color: #777777;
	font-weight: 600;
	position: relative;
	display: inline-block;
	padding: 15px 35px;
	margin-right: 10px;
	text-decoration: none;
	text-align: left;
	border-right: 1px solid #e6e6e6;
}
.top-header .top-icons > a img {
	position: absolute;
	left: 0;
	top: 20px;
}
.top-header .top-icons > a span {
	display: block;
}
.top-header .top-icons > a:last-of-type {
	border-right: none
}
.top-header .top-icons ul {
	padding-left: 0;
	float: right;
	margin-bottom: 0;
}
.top-header .top-icons ul li {
	float: left;
	list-style: none;
	border-left: 1px solid #e6e6e6;
}
.top-header .top-icons ul li:last-of-type {
	border-right: 1px solid #e6e6e6;	
}
.top-header .top-icons ul li a {
	float: left;
	width: 60px;
	text-align: center;
	font-size: 30px;
	color: #777777;
	padding: 12px 0;
}
.top-header .top-icons ul li a:hover {
	color: #f85c37;
}

/* - Search */
.search-box {
	background-color: #f7f6f7;
	padding: 15px;
	position: absolute;
	right: 15px;
	top: 100%;
	width: 620px;
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.4s ease-in-out 0s;
	z-index: 101;
}
.search-box.active {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
	visibility: visible;
}
.search-box form {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
}
.search-box form input {
	background-color: transparent;
	box-shadow: none;
	border: none;
	border-radius: 0;
	color: #212121;
	font-size: 16px;
	font-style: italic;
	height: auto;
}
.search-box form input:focus {
	box-shadow: none;
	-webkit-box-shadow: none;
	outline: none;
	border-color: #fff;
}
.search-box span {
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
}
.search-box span i {
	font-size: 15px;
	color: #212121;
	float: right;
	margin: 5px;
}


/* + Footer */






/* Title-section 
--------------------------------------------------------*/
.title-section {
    margin-bottom: 48px;
}

.title-section.v1 {
    margin-bottom: 41px;
}

.title-section.v2 {
    margin-bottom: 42px;
}

.title-section.v3 {
    margin-bottom: 43px;
}

.title-section.v4 {
    margin-bottom: 40px;
}

.title-section .title {      
    font-size: 36px;
    line-height: 36px;
    color: #3c3a42;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.title-section .sub-title {
    font-size: 16px;
    color: #66646D;
}

.title-section.style1 {
    text-align: center;
}

.title-section.style2 .title { 
    margin-bottom: 25px;
} 

.title-section.style2 .sub-title {
    font-size: 14px;
    line-height: 24px;
}

.title-section.colorwhite .sub-title,
.title-section.colorwhite .title {
    color:#fff;
}

.title-section.font-small .title {
    font-size: 30px;
    margin-bottom: 2px;
}






















/* Footer Style Bg */
.footer {
    background-color: #262F36;
}

.footer .footer-upper {
    padding: 50px 0;
}

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

.footer-widget ul li {
    list-style: none;
}

.footer-widget .contact {
    margin-top: 21px;
}

.footer-widget .contact li {
    font-size: 13px;
    color: #C9C9C9;
    margin-bottom: 18px;
}

.footer-widget .contact li i,
.footer-widget .contact li span {
    display: table-cell;
    vertical-align: middle;
}

.footer-widget .contact li i {
    font-size: 16px;
    color: #FFFFFF;
    width: 18px;
    text-align: center;
    padding-right: 18px;
}

.footer-widget.about-widget img {
    margin-bottom: 12px;
}

.footer-widget.about-widget p {
    color: #C9C9C9;
    font-size: 13px;
    line-height: 27px;
    margin: 0;
}

.footer-widget .social {
    margin-top: 10px;
}

.footer-widget .social li {
    display: inline-block;
}

.footer-widget .social li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #3acbf8;
    line-height: 45px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    margin-right: 7px;
    transition: all .3s ease;
}



.footer-widget .social li a.qq {
    background-color: #1578b3;
}

.footer-widget .social li a.facebook {
    background-color: #39579a;
}

.footer-widget .social li a.twitter {
    background-color: #3acbf8;
}
.footer-widget .social li a.weixin {
    background-color: #72b01b;
}

.footer-widget .social li a.skype {
    background-color: #E77918;
}




.footer-widget .social li a:hover {
    background: #72b01b;
    border-color: #72b01b;
}

.footer-widget h3.titles {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: bold;
    color: #FEF9F9;
    margin: 0;
    margin-bottom: 24px;
}

.footer-widget.quick-links ul li a {
    font-size: 14px;
    color: #C9C9C9;
    line-height: 38px;
    tranisition: all .3s ease;
}

.footer-widget.quick-links ul li a:hover {
    color: #72b01b;
}

.footer-widget.latest-post ul {
    margin-top: 42px;
}

.footer-widget.latest-post ul li {
    margin-bottom: 20px;
}

.footer-widget.latest-post ul li:last-child {
    margin-bottom: 0;
}

.footer-widget.latest-post ul li span.border {
    display: table-cell;
    vertical-align: top;
}

.footer-widget.latest-post ul li span.border:before {
    content: ' ';
    width: 10px;
    height: 2px;
    background: #FFFFFF;
    display: block;
}

.footer-widget.latest-post ul li .content {
    padding-left: 18px;
    display: table-cell;
    vertical-align: top;
    position: relative;
    top: -8px;
}

.footer-widget.latest-post ul li a {
    display: block;
    color: #C9C9C9;
    font-size: 13px;
    line-height: 25px;
    transition: all .3s ease;
}

.footer-widget.latest-post ul li a:hover {
    color: #72b01b;
}

.footer-widget.latest-post ul li span {
    color: #576673;
    font-size: 13px;
    display: block;
}

.footer-widget.contact-widget input,
.footer-widget.contact-widget textarea {
    width: 100%;
    height: 50px;
    background: #2C353C;
    color: #C9C9C9;
    font-size: 13px;
    margin-bottom: 10px;
    border: none;
    outline: none;
    padding: 0 20px;
}

.footer-widget.contact-widget textarea {
    height: 100px;
    padding-top: 15px;
    margin-bottom: 5px;
}

.footer-widget.contact-widget button {
    width: 100%;
    height: 50px;
    background: #72b01b;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border: none;
    outline: none;
    padding: 0;
    line-height: 50px;
    font-weight: bold;
    transition: all .3s ease;
}

.footer-widget.contact-widget button:hover {
    background: #fff;
    color: #0062A9;
}


/* 19 .footer-bottom styles */

.footer-bottom {
    background: #262F36;
    border-top: 1px solid #2D373F;
    padding: 22px 0;
    position: relative;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.footer-bottom a {
    color: #72b01b;
}

.footer.bg-style {
    background: #262F36;
    position: relative;
}



.footer.bg-style .footer .footer-upper {
    padding: 75px 0 65px;
}

.footer.bg-style .footer-widget h3.titles {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 35px;
    position: relative;
    color: #fff;
}

.footer.bg-style .footer-widget h3.titles:after {
    background: #0062A9;
    bottom: -15px;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 40px;
}

.footer.bg-style .footer-widget.quick-links ul li {
    border-bottom: 1px dashed #fff;
    margin-bottom: 8px;
}

.footer.bg-style .footer-widget.quick-links ul li a {
    color: #c9c9c9;
    display: block;
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 7px;
    padding-left: 15px;
    position: relative;
}

.footer.bg-style .footer-widget.quick-links ul li a:before {
    color: #ffffff;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 12px;
    left: 0;
    line-height: 16px;
    position: absolute;
    top: 2px;
}

.footer.bg-style .footer-widget.quick-links ul li a:hover {
    color: #72b01b;
}

.footer.bg-style .footer-widget.latest-post ul {
    margin-top: 0;
}

.footer.bg-style .footer-widget.news-post ul li {
    border-bottom: 1px dashed #454545;
    margin-bottom: 12px;
    padding-bottom: 12px;
}

.footer.bg-style .footer-widget.news-post ul li span.border {
    float: left;
}

.footer.bg-style .footer-widget.news-post ul li span.border:before {
    display: none;
}

.footer.bg-style .footer-widget.news-post ul li .content {
    top: -5px;
}

.footer.bg-style .footer-widget.news-post ul li a {
    font-size: 13px;
    line-height: 22px;
}

.footer.bg-style .footer-widget.news-post ul li:hover a {
    color: #72b01b;
}

.footer.bg-style .footer-widget.news-post ul li .content span {
    color: #0062A9;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
    line-height: 1;
    margin-top: 9px;
}

.footer.bg-style .footer-widget.contact-widget input,
.footer.bg-style .footer-widget.contact-widget textarea {
    background: rgba(0, 0, 0, 0.65);
    border: 1px solid #222222;
    color: #fff;
}

.footer.bg-style .footer-widget.contact-widget input {
    height: 45px;
}

.footer.bg-style .footer-widget.contact-widget textarea {
    height: 100px;
}

.footer.bg-style .footer-widget.contact-widget button {
    height: 45px;
    line-height: 45px;
}

.footer.bg-style .footer-bottom {
    background: #262626;
    border-top: none;
    padding: 15px 0;
}

.footer.bg-style .footer-bottom p {
    color: #ccc;
    font-size: 12px;
}


/* 20 contact form validation styles */

.contact-form label.error {
    display: none !important;
}

.contact-form input.error,
.contact-form textarea.error {
    background: rgba(255, 0, 0, .2) !important;
}







/* + Page Banner */

/* + Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
	position: relative;
}
.section-header h3 {
	background-image: url("images/section-header-sep.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	font-family: 'Roboto Slab', serif;
	font-size: 28px;
	color: #222222;
	letter-spacing: 0.56px;
	padding-bottom: 40px;
	margin-bottom: 35px;
	margin-top: 0;
}
.section-header p {
	color: #333;
	line-height: 26px;
	letter-spacing: 0.42px;
}
.section-header2 h3 {
	background-image: url("images/section-header-sep2.png");
	color: #fff;
}
.section-header2 p {
	color: #fff;
}

/* - Page Banner */ 



.banner0 {
  background: url("images/banner_2.jpg") center no-repeat;
}
.banner1 {
  background: url("images/banner_3.jpg") center no-repeat;
}
.banner4 {
  background: url("images/banner_4.jpg") center no-repeat;
}
.banner5 {
  background: url("images/banner_5.jpg") center no-repeat;
}
.banner6 {
  background: url("images/banner_6.jpg") center no-repeat;
}


/*Image Zoom*/
img[data-action="zoom"] {
  cursor: zoom-in;
  cursor: -moz-zoom-in;
}
.zoom-img,
.zoom-img-wrap {
  position: relative;
  z-index: 999;
  transition: all 300ms;
}
img.zoom-img {
  cursor: zoom-out;
  cursor: -moz-zoom-out;
}
.zoom-overlay {
  z-index: 420;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
  transition: opacity 300ms;
}
.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=100)";
  opacity: 0.5;
}
.zoom-overlay-open,
.zoom-overlay-transitioning {
  cursor: default;
}

.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}


.entry-content img{
	width: 100%;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #fff;
}


.entry-content table{
	width: 100%;
	padding: 4px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background-color: #fff;
}




.page-banner {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
}


.page-banner h3 {
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 26px;
	margin-top: 0;
	text-transform: uppercase;
}
.page-banner .breadcrumb {
	background-color: transparent;
	margin-bottom: 0;
	padding: 0;
}
.page-banner .breadcrumb {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.6px;
}
.page-banner .breadcrumb a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.breadcrumb > li + li::before {
	content: "\f105";
	font-family: FontAwesome;
	padding: 0 10px;
}








/*Site Banner*/
#site-banner {
  padding: 175px 0;
  position: relative;
  max-height: 350px;
  margin-bottom: 30px;
}
#site-banner:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
}
#site-banner h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 26px;
	margin-top: 0;
	text-transform: uppercase;
}
#site-banner .breadcrumb {
  background: none;
  color: #fff;
}
#site-banner .container {
  position: relative;
  z-index: 1;
}
#site-banner a {
  color: #fff;
}
#site-banner a:hover {
  color: #333;
}
#site-banner li {
  color: #fff;
}
#site-banner ol {
  margin-bottom: 0;
}

.company{
   background: url("images/banner_3.jpg") center no-repeat; 
}
.products{
   background: url("images/banner_2.jpg") center no-repeat; 
}
.workshop{
   background: url("images/banner_4.jpg") center no-repeat; 
}
.news{
   background: url("images/banner_5.jpg") center no-repeat; 
}
.contact1{
   background: url("images/banner_6.jpg") center no-repeat; 
}













/* Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin: 0;
	text-align: center;
}
.ow-pagination ul {
	margin: 0;
}
.ow-pagination ul li {
	display: inline-block;
	margin: 0 4px;
}
.ow-pagination ul li a {
	border: 1px solid #bbbbbb;
	color: #bbbbbb;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border-radius: 0;
	padding: 0;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 0;
}
.ow-pagination ul li a:hover {
	background-color: #f85c37;
	border-color: #f85c37;
	color: #fff;
}
	
/* ========================================================================== */
/* ========================================================================== */
							/* [ Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* -- min-width: 992 */
@media (min-width: 992px) {
	.section-header p {
		padding: 0 3%;
	}
}

/* -- min-width: 768 */
@media (min-width: 768px) {
	
}

/* -- max-width: 1200px */
@media (max-width: 1200px) {
	
}

/* -- min-width: 992 to max-width: 1199 */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* - Top Header */
	.top-icons {
		padding-left: 0;
		padding-right: 0;
		border-bottom: 1px solid #e6e6e6;
		margin-bottom: 20px;
	}
	.header-section.navbar-fixed-top .top-icons{
		display: none;
	}
	
	.section-header p {
		padding: 0 13%;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
	.section-padding,
	.padding-100 {
		padding-bottom: 35px;
		padding-top: 35px;
	}
	.search-box {
		max-width: 100%;
		left: 15px;
		width: auto;
	}
	.section-header p {
		padding: 0 20px;
	}
	
	/* - Page Banner */
	.page-banner h3 { 
		font-size: 40px;
	}
}

/* --  max-width: 639 */
@media (max-width: 639px) {
	/* - Top Header */
	.top-header .top-icons > a {
		padding: 17px;
		margin-right: 0;
	}
	.top-header  .top-icons > a span,
	.top-header  .top-icons > a b {
		display: none;
	}
	.top-header  .top-icons > a img {
		position: relative;
		top: 0;
	}
}

/* --  max-width: 479 */
@media (max-width: 479px) {
	.top-header .top-icons ul li a {
		width: 53px;
	}
	
	/* + Footer */
	.footer-main .row .col-xs-6 {
		width: 100%;
	}
}
