/*--------------------------------------------------------------
	BASE STYLES
--------------------------------------------------------------*/
html, body {
	font-family: 'Raleway', sans-serif;
	height: 100%;
}

a, a:hover {
	text-decoration: none;
}

/*--------------------------------------------------------------
	TOP NAV in "common.css"
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	MAIN NAV in "common.css"
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	SLIDER (Bootstrap)
--------------------------------------------------------------*/


@media (min-width: 480px) {
	.carousel .item img 
	{
	  height: 280px;
	  width: 100%;
	}
}

@media (min-width: 900px) {
	.carousel .item img 
	{
	  height: 400px;
	  width: 100%;
	}
}


@media (min-width: 1200px) {
	.carousel .item img 
	{
	  height: 668px;
	  width: 100%;
	}
}



/*--------------------------------------------------------------
	TOP CONTENT
--------------------------------------------------------------*/
.section-topcontent {
	padding-top: 55px;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-bottom: 35px;
}


.section-topcontent .content-item {
	display: inline-block;
	text-align: initial;
	position: relative;
	margin-bottom: 30px;
	line-height: 0px;
}

.section-topcontent .content-item .item-link {
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.section-topcontent .content-item .item-link:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.70);
	z-index: 1;
}

.section-topcontent .content-item .item-link img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.section-topcontent .content-item .item-link:hover img {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
}

.section-topcontent .content-item .item-text {
	padding: 10px;
	position: absolute;
	left: 15px;
	right: 15px;
	top: 0;
	bottom: 0;
	z-index: 2;
}


@media (min-width: 992px) {
	.section-topcontent .content-item .item-text {
		padding: 24px;
	}
}

@media (min-width: 1200px) {
	.section-topcontent .content-item .item-text {
		padding: 38px;
	}
}

.section-topcontent .content-item p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 500;
	color: #ffffff;
}

.section-topcontent .content-item h3 {
	font-size: 22px;
	line-height: 20px;
	font-weight: 900;
	color: rgb(192,33,56);
	text-transform: uppercase;
	margin-top: 0px;
}


@media (min-width: 480px) {
	.section-topcontent .content-item h3 {
		font-size: 30px;
		padding-bottom: 10px;
		line-height: 27px;
		padding-top: 10px;
	}

	.section-topcontent .content-item p {
		font-size: 17px;
		font-weight: 600;
	}
}


@media (min-width: 992px) {
	.section-topcontent .content-item h3 {
		font-size: 28px;
		line-height: 41px;
	}
}


@media (min-width: 1200px) {
	.section-topcontent {
		margin-top: -150px;
		padding-top: 13%;
	}
}

.viewallproducts
{
	padding: 10px 15px;
	background-color: #D0243C;
	color: white;
	border-radius: 20px;
	font-size: 20px;
	margin-bottom: 20px;
}

.viewallproducts:hover 
{
	text-decoration: none;
	cursor: pointer;
	color: white;
}

/*--------------------------------------------------------------
	WELCOME
--------------------------------------------------------------*/
.section-welcome {
	background-color: rgba(255,255,255,1);
}

.section-welcome .welcome-text {
	text-align: center;
	/*width: 100%;*/
	padding-top: 50px;
	padding-bottom: 50px;
}

.section-welcome .welcome-text h2 {
	color: #D0243C;
	font-size: 63px;
	font-weight: 700;
	line-height: 45px;
	letter-spacing: -2.8px;
	text-transform: uppercase;
	margin: 0;
}

.section-welcome .welcome-text h3 {
	font-weight: 400;
	line-height: 58px;
	font-size: 43px;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin: 0;
	padding-left: 0;
	color: #D0243C;
}

.section-welcome .welcome-text p {
	color: black;
	font-size: 18px;
	margin: 14px 0 0 10px;
	padding: 0;
	line-height: 25px;
	font-weight: 500;
	text-align: justify;
}

  /*--------------------------------------------------------------
    ABOUT FACTORIES
  --------------------------------------------------------------*/

  .factory_images 
  {
    /*display: inline-block;*/
    text-align: center;
    margin-top: 40px;
  }

  .factory_images figure
  {
    display: inline-block;
    margin-bottom: 20px;
  }


  .factory_images img
  {
    width: 300px;
    margin: 15px 15px;
    border: 1px solid rgba(0,0,0,1);
    border-radius: 10px;
    opacity: 0.7;
  }

 .factory_images figcaption
  {
    color: white; 
    font-size: 19px;
  }

  @media (max-width: 680px) 
  {
    .factory_images img
    {
      width: 200px;
      border: 1px solid rgba(0,0,0,1);
    }

  }


/*--------------------------------------------------------------
	SERVICES
--------------------------------------------------------------*/

.section-services {
	position: relative;
	background-color: transparent;
	background-color: #000000;
	padding-top: 50px;
	padding-bottom: 38px;
	/*text-align: center;*/
}

.section-services .section-title {
	font-size: 63px;
	line-height: 69px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -3px;
	margin-bottom: 27px;
}

.section-services .parallex {
	position: absolute;
	background-image: url(../images/parallax_img.jpg);
	opacity: 0.28;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.service-icon-box
{
	cursor: pointer;
}

.section-services .service .service-icon-box .service-title {
	display: inline-block;
	margin-top: 0px;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #D0243C;
	font-weight: 400;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 25px;
	line-height: 36px;
	height: 100px;
	padding-top: 14px;
	padding-left: 5px;
}


.section-services .service .service-icon-box .service-icon {
	display: inline-block;
	background: #D0243C;
	border-radius: 50%;
	text-align: center;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	font-size: 35px;
	line-height: 44px;
	color: #ffffff;
	float: left;
	width: 100px;
	height: 100px;
	padding-top: 28px;
	padding-bottom: 28px;
}

@media (min-width: 992px) {
	.section-services .service .service-icon-box .service-icon {
		width: 120px;
		height: 120px;
		padding-top: 38px;
		padding-bottom: 38px;
	}
}

.section-services .service .service-icon-box:hover .service-title {
	color: #ffffff;
	font-weight: bold;
}

.section-services .service .service-icon-box:hover .service-icon {
	background-color: #ffffff;
	color: #D0243C;
	-webkit-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

.section-services .service .service-description {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	line-height: 20px;
	margin-top: 15px;
	text-align: justify;
}

@media (max-width: 992px) {
	.section-services .service .service-description {
		line-height: 25px;
		margin-top: 23px;
	}
}

/*--------------------------------------------------------------
	SECTION MANUFACTURER   (for home page & suppliers page)
--------------------------------------------------------------*/
#section-manufacturers
{
	background-color: rgb(235,235,235);
	padding: 45px 45px;
	text-align: center;
}

#section-manufacturers  h2
{
	color: rgb(45,5,45);
	margin-bottom: 40px;
}

#section-manufacturers a
{
	display: inline-block;

}

#section-manufacturers img
{
	border: 1px solid rgb(117,117,117);
	border-radius: 10px;
	margin: 20px 20px;
	width: 170px;
}

#section-manufacturers .figure_caption
{
	text-align: center;
	color: black;
}

@media (max-width: 680px) {
	#section-manufacturers img
	{
		width: 102px;
		margin: 20px 10px;
		border: 1px solid rgb(117,117,117);
	}

}


#section-manufacturers a:hover img
{
	opacity: 0.6;
}



/*--------------------------------------------------------------
	FOOTER CONTACT in "common.css"
--------------------------------------------------------------*/



/*--------------------------------------------------------------
	FOOTER is in common.css
--------------------------------------------------------------*/

/*--------------------------------------------------------------
	MODAL is in common.css
--------------------------------------------------------------*/

