/*------------------------------------------------------------------
blu #333333 Ral 5011 => 333333
arancio #e25303 Ral 2004 226/83/3


[Master Stylesheet]

Project: WoodMaster
Version: 1.0
Last change: 06/06/2016
-------------------------------------------------------------------*/

/*
/* ========================================================================== */
/* ========================================================================== */
							/* [ ## Table of contents] */
/* ========================================================================== */
/* ========================================================================== */
/*
	+ Global
		- Padding/Margin
		- Fonts Settings
		- OW pull-left/pull-right
		- Section Padding
		
	+ Fonts Settings
	
	+ Header

	+ Footer
		- Footer Bootom
	+ Page Banner
	
	+ Responsive
		- min-width: 1200
		- min-width: 992 to max-width: 1200
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/

/* + Global */
body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #000;
	background-color: #ffffff;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}
a:focus, a:hover {
    color: #e25303 !important;
}	
.portfolio-box .links a:focus
{
    color: #ffffff !important;
}	
.grigio{
	background-color: #eeeeee !important;
}

.footer-section a{
    color: #ffffff;
}
.dropdown-menu > li > a {
    white-space: normal !important;
}
/* cambiato in grigio scuro */
.blu{
/*    color: #333333!important; */
    color: #333333!important;
}}
.arancio{
    color: #e25303!important;
}
.bianco-a{
    color: #ffffff!important;
}
.fa-lg {
    line-height: 1em!important;
}
#logo img {
	float: left;
	clear: both;
}
.logo{
	float: left;
}




.carousel-headline {
    position: absolute;
	width: auto;
	text-align: center;
	right: 0px;
	left: 0px;
	top: 40%;
	z-index: 21;
	color: #ffffff;
}
.carousel-headline h2 {
	font-family: 'RalewayHeavy';
	font-size: 48px;
	text-transform: uppercase;
	letter-spacing: 1.92px;
	line-height: 54px;
	margin-top: 0;
}
.carousel-headline p {
	font-size: 20px;
	line-height: 30px;
	padding: 0 11%;
}
/* Tabelle prodotti */
.tabProd {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
}
.tabProd-tit {
	background-color: #dddddd;
}
.tabProd-tit th{
	text-align: center;
	padding: 3px;
}
.tabProd-tit-1 {
	background-color: #eeeeee
}
.why-choose-section2 .container {
	padding-left: 50px;
}

/* - 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-right {
	float: right;
}
.ow-pull-left {
	float: left;
}

/* - Fonts Settings */
/* - Lato Medium :- font-family:'Lato-Medium'; */

@font-face {
	font-family:'Lato-Medium';
	src: url('fonts/Lato-Medium_gdi.eot');
	src: url('fonts/Lato-Medium_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Lato-Medium_gdi.woff') format('woff'),
		url('fonts/Lato-Medium_gdi.ttf') format('truetype'),
		url('fonts/Lato-Medium_gdi.svg#Lato-Medium') format('svg');
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-25CA;
}

/* - Lato Heavy : font-family:'Lato-Heavy'; */
@font-face {
	font-family:'Lato-Heavy';
	src: url('fonts/Lato-Heavy_gdi.eot');
	src: url('fonts/Lato-Heavy_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Lato-Heavy_gdi.woff') format('woff'),
		url('fonts/Lato-Heavy_gdi.ttf') format('truetype'),
		url('fonts/Lato-Heavy_gdi.svg#Lato-Heavy') format('svg');
	font-weight: 800;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

/* - Lato Semibold : font-family:'Lato-Semibold'; */
@font-face {
	font-family:'Lato-Semibold';
	src: url('fonts/Lato-Semibold_gdi.eot');
	src: url('fonts/Lato-Semibold_gdi.eot?#iefix') format('embedded-opentype'),
		url('fonts/Lato-Semibold_gdi.woff') format('woff'),
		url('fonts/Lato-Semibold_gdi.ttf') format('truetype'),
		url('fonts/Lato-Semibold_gdi.svg#Lato-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+000D-FEFF;
}

/* -- Raleway Heavy :- font-family: 'RalewayHeavy'; */
@font-face {
    font-family: 'RalewayHeavy';
    src: url('fonts/RalewayHeavy.eot');
    src: url('fonts/RalewayHeavy.eot') format('embedded-opentype'),
         url('fonts/RalewayHeavy.woff2') format('woff2'),
         url('fonts/RalewayHeavy.woff') format('woff'),
         url('fonts/RalewayHeavy.ttf') format('truetype'),
         url('fonts/RalewayHeavy.svg#RalewayHeavy') format('svg');
}

main {
	overflow: hidden;
}

.social-menu .menu {
	margin: 0;
	padding: 0;
}

.social-menu .menu li {
  display: inline-block;
  margin-left: 20px;
  width: auto !important;
}
.social-menu .menu li:hover {
  -webkit-transform: translate(0, 0) !important;
  -moz-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  -o-transform: translate(0, 0) !important;
}

.social-menu .menu li a {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  margin:10px 0;
}
.social-menu .menu li a:hover {
/*	color: #333333; */
	color: #333333;
}

/* - Section Padding */
.section-padding {
	padding-bottom: 75px;
	padding-top: 75px;
}
.section-padding1 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.section-top-padding {
	padding-top: 85px;
}
.section-bottom-padding {
	padding-bottom: 120px;
}

/* + Header */
#slidepanel { 
	display: block; 
}
#closeit,
#toggle,
#slideit {
	display: none;
}
.top-header {
/*	background-color: #333333; */
	background-color: #333333;
}
.top-header p {
	margin-bottom: 0;
	font-weight: bold;
	font-size: 11px;
	color: #9c9c9c;
	text-transform: uppercase;
	letter-spacing: 0.847px;
	padding-bottom: 13px;
	padding-top: 13px;
}
.top-header .col-md-5 {
	text-align: right;
}
.top-header .col-md-5 a {
	font-size: 13px;
	color: #f5f5f5;
	padding-left: 30px;
	margin-left: 30px;
	letter-spacing: 0.91px;
	padding-bottom: 13px;
	padding-top: 13px;
	display: inline-block;
	text-decoration: none;
}
.top-header .col-md-5 a:hover {
	color: #e25303;
}
.top-header .col-md-5 a:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
.top-header .col-md-5 a i {
	font-size: 14px;
	margin-right: 5px;
}

/* - Middle Header */
.middle-header {
	padding-bottom: 40px;
	padding-top: 40px;
	background-color: #f3f3f4;
}
.middle-header .header-content { 
	text-align: right;
	margin-top: 25px;
}
.middle-header .header-content .header-cnt-box {
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 57px;
	margin-left: 50px;
}
.middle-header .header-content .header-cnt-box:first-child {
	margin-left: 0;
}
.middle-header .header-content .header-cnt-box i {
	width: 44px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 44px;
	background-color: #e25303;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}
.middle-header .header-content .header-cnt-box h4 {
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 13px;
	color: #333333;
	margin: 6px 0 5px;
}
.middle-header .header-content .header-cnt-box p {
	margin-bottom: 0;
	font-size: 13px;
	color: #9d9c9c;
}
.header-section.navbar-fixed-top #slidepanel {
	display: none;
}
/* + Footer */
.footer-section {
	background-color: #333333;
	padding-top: 80px;
}
.footer-section .footer-callout {
	background-color: #1c1c1c;
	border: 1px solid #656565;
	padding: 43px 30px;
	display: inline-block;
	margin-bottom: 120px;
	width: 100%;
}
.footer-section .footer-callout h4 {
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 26px;
	float: left;
	color: #ffffff;
	padding-left: 65px;
	margin: 0;
}
.footer-section .footer-callout h4 span {
	display: block;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 12px;
}
.footer-section .footer-callout h4 span b {
/*	color: #333333; */
	color: #333333;
	font-weight: 800;
}
.footer-section .footer-callout h4 img {
	position: absolute;
	left: 0;
	top: 0;
}
.footer-section .footer-callout a {
	float: right;
	padding: 12px 30px;
/*	background-color: #333333; */
	background-color: #333333;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	margin-right: 20px;
	margin-top: 7px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	border-radius: 25px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.footer-section .footer-callout a:hover {
	background-color: #ffffff;
/*	color: #333333; */
	color: #333333;
}
.ftr-widget {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
}
.ftr-widget .widget-title {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 35px;
	letter-spacing: 0.64px;
	margin-top: 0;
}
.ftr-widget .widget-title::before {
	content: "";
	width: 27px;
	height: 2px;
	background-color: #e25303;
	position: absolute;
	left: 0;
	bottom: 0;
	display: inline-block;
}

/* - Widget : Contact */
.widget_contact .info-box {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.widget_contact .info-box h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 17px;
	color: #ffffff;
	margin-top: 0;
	letter-spacing: 0.68px;
}
.widget_contact .info-box p,
.widget_contact .info-box a {
	font-weight: 300;
	color: #c5c5c5;
}
.widget_contact .info-box a {
	display: block;	
	text-decoration: none;
}
.widget_contact .info-box a:hover {
/*	color: #333333; */
	color: #333333;
}

/* - Widget : Opening */
.widget_opening p {
	color: #c5c5c5;
}
.widget_opening p span {
	color: #ffffff;
}

/* - Widget : Links */
.widget_links ul {
	padding-left: 0;
	list-style: none;
}
.widget_links ul li {
	margin: 5px 0;
}
.widget_links ul li a {
	text-transform: capitalize;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	color: #c5c5c5;
	text-decoration: none;
}
.widget_links ul li a:hover {
/*	color: #333333; */
	color: #333333;
}

/* - Widget : Subscribe */
.widget_subscribe .form-group {
	position: relative;
}
.widget_subscribe .form-group i {
	color: #ffffff;
	position: absolute;
	right: 30px;
	top: 12px;
	font-size: 12px;
}
.widget_subscribe .form-group .form-control {
	background-color: #313131;
	border-radius: 20px;
	border: none;
	box-shadow: none;
	outline: none;
	height: 39px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 10px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
.widget_subscribe .form-group input[type="submit"] {
	padding: 12px 30px;
/*	background-color: #333333; */
	background-color: #333333;
	font-size: 13px;
	color: #ffffff;
	text-transform: uppercase;
	margin-right: 20px;
	margin-top: 7px;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	border-radius: 25px;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	border: none;
}
.widget_subscribe .form-group input[type="submit"]:hover {
	background-color: #ffffff;
/*	color: #333333; */
	color: #333333;
}

/* - Widget : Gallery */
.widget_gallery .ftr-gallery {
	float: left;
	width: 100%;
}
.widget_gallery .ftr-gallery > a {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}


/* - Footer Bootom */
.footer-bottom {
	background-color: #1a1a1a;
	margin-top: 30px;
}
.footer-bottom .col-md-2 p { 
	color: #9b9b9b;
	font-size: 12px;
	font-weight: 500;
	margin: 23px 0;
}
.footer-bottom nav {
	background-color: transparent;
	border: none;
	margin-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.footer-bottom .nav.navbar-nav li > a {
	color: #9b9b9b;
    font-family: "Lato-Medium";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.96px;
    padding: 20px 11px;
    position: relative;
    text-transform: uppercase;
}
.footer-bottom .dropdown > a.btn-default {
	text-align: left;
}
.footer-bottom .nav.navbar-nav > li.active > a,
.footer-bottom .nav.navbar-nav > li.active:hover > a,
.footer-bottom .nav.navbar-nav > li.active:focus > a,
.footer-bottom .nav.navbar-nav > li:hover > a,
.footer-bottom .nav.navbar-nav > li:focus > a,
.footer-bottom .nav.navbar-nav > li > a:hover,
.footer-bottom .nav.navbar-nav > li > a:focus,
.footer-bottom .dropdown > a.btn-default,
.footer-bottom .dropdown li:hover > a,
.footer-bottom .dropdown li > a:hover,
.ow-navigation .dropdown-menu > li:hover > a.btn-default,
.ow-navigation .dropdown-menu > li:focus > a.btn-default,
.ow-navigation .dropdown-menu > li > a.btn-default:hover,
.ow-navigation .dropdown-menu > li > a.btn-default:focus,
.ow-navigation .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.ow-navigation .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	background-color: transparent;
	border: none;
/*	color: #333333; */
	color: #333333;
}

.footer-bottom .dropdown > li:hover > a,
.footer-bottom .dropdown > li:focus > a,
.footer-bottom .dropdown > li > a:hover,
.footer-bottom .dropdown > li > a:focus {
	background-color: transparent;
}

/* - Section Header */
.section-header {
	display: inline-block;
	margin-bottom: 60px;
	text-align: center;
	width: 100%;
}
.section-header h3 {
	background-position: center top;
	background-repeat: no-repeat;
	color: #222222;
	font-family: "RalewayHeavy";
	font-size: 36px;
	margin-top: 0;
	padding-top: 25px;
	text-transform: uppercase;
}
.section-header h4 {
	background-position: center top;
	background-repeat: no-repeat;
	color: #222222;
	font-family: "RalewayHeavy";
	font-size: 20px;
	margin-top: 0;
	padding-top: 0px;
	text-transform: uppercase;
}
.section-header p {
    color: #666666;
    font-style: italic;
    letter-spacing: 0.8px;
    margin: 15px;
}
.section-header ul {
	font-style: normal;
	list-style-type: disc;
	padding-right: 15px;
	padding-left: 15px;
}
.section-header li {
	font-style: normal;
	margin: 10px;
	text-align: justify;
}
/* + Page Banner */
.page-banner {
	background-image: url(images/banner-servizi.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 351px;
	position: relative;
	text-align: center;
	background-position: center;
}
.page-banner::before {
    background-color: rgba(0, 0, 0, 0.25);
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.page-banner h2 {
    color: #ffffff;
    font-family: "RalewayHeavy";
    font-size: 50px;
    letter-spacing: 2px;
    line-height: 62px;
    margin: 0;
    padding: 148px 20px;
    position: relative;
    text-transform: uppercase;
	word-wrap: break-word;
}
.portfolio-3-column-banner {
	background-image: url("images/portfolio3-banner.jpg");
}
.portfolio-4-column-banner {
	background-image: url("images/portfolio4-banner.jpg");
}
.azienda-banner {
	background-image: url("images/banner-azienda.jpg");
}
.servizi-banner {
	background-image: url("images/banner-servizi.jpg");
}
.usato-banner {
	background-image: url("images/banner-usato.jpg");
}
.blog-banner {
	background-image: url("images/blog-banner.jpg");
}
.blog-single-banner {
	background-image: url("images/blog-single-banner.jpg");
}
.contact-banner {
	background-image: url("images/contact-banner.jpg");
}

.choosing img {
	padding-top: 140px;
}

/* - Pagination */
.ow-pagination {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.ow-pagination .pagination {
	margin-bottom: 0;
	margin-top: 0;
}
.ow-pagination .pagination > li {
	display: inline-block;
	margin-right: 7px;
}
.ow-pagination .pagination > li:first-child > a, 
.ow-pagination .pagination > li:first-child > span,
.ow-pagination .pagination > li:last-child > a, 
.ow-pagination .pagination > li:last-child > span {
	border-radius: 0;
}
.ow-pagination .pagination > li a {
    border: 1px solid #000000;
    color: #000000;
    height: 47px;
    line-height: 44px;
    padding: 0;
    width: 48px;
}
.ow-pagination .pagination > li a:hover,
.ow-pagination .pagination > li a:focus {
/*	background-color: #333333; */
	background-color: #333333;
/*	border-color: #333333; */
	border-color: #333333;
	color: #ffffff;
}


/* ========================================================================== */
/* ========================================================================== */
							/* [ ## Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
	
	/* -- Footer */
	/* -- Widget : Gallery */
	.widget_gallery .ftr-gallery > a:nth-child(3n+3) {
		margin-right: 0;
	}
}

/* - min-width: 992 */
@media (min-width: 992px) {
	.desktop-hide {
		display: none;
	}
	
.middle-header .col-md-4 {
    width: 50%;
}
.middle-header .col-md-8 {
    width: 50%;
}
.top-header .col-md-7 {
	width: 50% !important;
}
.top-header .col-md-5 {
	width: 50% !important;
}



	/* - Footer Menu */
	.footer-bottom .ow-navigation .nav.navbar-nav > li::before  {
		display: none;
	}
	.footer-bottom .nav.navbar-nav li:last-child {
		margin-right: 0;
	}
	.footer-bottom .nav.navbar-nav li:last-child > a {
		padding-right: 0;
	}
	
	/* Dropdown */
	.footer-bottom  .navbar-collapse > ul > li.dropdown > .dropdown-menu {
		bottom: 100%;
		left: 0;
		top: auto;
	}
	.footer-bottom ul li > .dropdown-menu {
		background-color: #1a1a1a;
		left: 100%;
		border-radius: 0;
		margin-top: 0;
		transition: all 0.4s ease-in-out 0s;
		border: none;
		box-shadow: none;
		opacity: 0;
		visibility: hidden;
		bottom: 0;
		top: auto;
		display: block;
		padding: 0px 0;
		min-width: 190px;
		margin-bottom: 30px;
	}	
	.footer-bottom  .nav.navbar-nav li.dropdown:hover > .dropdown-menu {
		margin-bottom: 0;
		margin-top: 0;
		opacity: 1;
		visibility: visible;
	}
}

/* - min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.top-header .col-md-5 a {
		margin-left: 25px;
		padding-left: 25px;
	}
}

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

/* - max-width: 991 */
@media (max-width: 991px) {	
	.carousel-headline h2 {
		font-size: 28px;
		line-height: 35px;
	}
	.carousel-headline p {
		font-size: 16px;
		line-height: 23px;
		padding: 0;
	}
	#slidepanel { 
		display: none;
	}
	#slideit,
	#toggle {
		display: block;
	}
	#loginpanel {
		position: absolute;
		right:100px;
		text-align: center;
		top: 22px;
	}
	#loginpanel1 {
		position: absolute;
		right:105px;
		text-align: center;
		top: 24px;
		font-size: 20px;
	}
	#slideit,
	#closeit {
		position: relative;
		color: #ffffff;
		font-size: 24px;
		right: -25px;
	}
	.mobile-hide {
		display: none;
	}
	.middle-header .col-md-4 {
		display: none;
	}
	.top-header,
	.top-header .col-md-5,	
	.middle-header .header-content {
		text-align: center;
	}
	.middle-header {
		background-color: #ffffff;
	}
	
	/* - Page Banner */
	.page-banner h2 {
		font-size: 42px;
	}
	
	/* - Footer */
	.footer-section .footer-callout a  {
		float: left;
		margin-top: 20px;
	}
	.footer-section .row > .col-md-3:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Footer Menu */
	.footer-bottom .ow-navigation .navbar-nav  {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-bottom .nav.navbar-nav li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.footer-bottom .ow-navigation .navbar-toggle {
		float: none;
		margin: 20px auto;
	}
	.footer-bottom .ow-navigation .navbar-toggle,
	.footer-bottom .ow-navigation .navbar-toggle:hover .icon-bar {
		background-color: rgba(255, 255, 255, 0.5);
	}
	.footer-bottom .ow-navigation .navbar-toggle .icon-bar {
		background-color: #e25303;
	}
	.footer-bottom p {
		text-align: center;
		margin: 20px 0;
	}

	.footer-bottom .navbar-toggle:focus, 
	.footer-bottom .navbar-toggle:hover,
	.footer-bottom .ow-navigation .navbar-toggle .icon-bar,
	.ow-navigation .navbar-toggle .icon-bar,
	.footer-bottom .ow-navigation .navbar-toggle:focus,
	.footer-bottom .ow-navigation .navbar-toggle:hover,
	.ow-navigation .navbar-default .navbar-toggle:focus, 
	.ow-navigation .navbar-default .navbar-toggle:hover,
	.ow-navigation .navbar-toggle:hover {
		background-color: #e25303;
	}
	.footer-bottom .navbar-toggle:focus .icon-bar, 
	.footer-bottom .navbar-toggle:hover .icon-bar,
	.footer-bottom .ow-navigation .navbar-toggle:focus .icon-bar,
	.footer-bottom .ow-navigation .navbar-toggle:hover .icon-bar,
	.footer-bottom .navbar-toggle:hover .icon-bar {
		background-color: rgba(255,255,255,0.5);
	}   







}

/* - max-width: 639 */
@media (max-width: 639px) {
	.carousel-headline {
		top: 45%;
	}
	.carousel-headline h2 {
		font-size: 23px;
		line-height: 25px;
		width: 73%;
		padding-left: 15px;
		padding-right: 15px;
		float: none;
		display: block;
		margin: 0 auto;
	}
	.carousel-headline p {
		display: none;
	}
	.top-header .col-md-5 a {
		width: 100%;
		padding-left: 0;
		margin-left: 0;
		border-left: none;
	}
	.middle-header .header-content .header-cnt-box {
		width: 100%;
		max-width: 290px;
		display: block;
		margin: 10px auto;
		min-height: 44px;
	}
	.middle-header .header-content .header-cnt-box:first-child {
		margin-left: auto;
	}
.section-header h3 {
	font-size: 30px;
}
.section-header h4 {
	font-size: 16px;
}
.tabProd {
	font-size: 14px;
}
.page-banner h2 {
	font-size: 26px;
}
	
	/* + Footer */
	.footer-section .row > .col-xs-6 {
		width: 100%;
	}

	.welcome-section .welcome-box i {
		position: static !important; 
		left: 0;
		top: 0;
		height: 56px;
		width: 56px;
		display: inline-block;
/*	background-color: #333333; */
	background-color: #333333;
		text-align: center;
		line-height: 56px;
		color: #ffffff;
		margin-bottom: 20px !important;
	}

	.welcome-section .welcome-box {
	    width: 100%;
	    display: inline-block;
	    position: relative;
	    padding-left: 0  !important;
	    margin-top: 22px;
	}
}
.center{
	text-align: center;
}
.max310{
	max-height: 310px;
	text-align: center;
}
