@charset "utf-8";

	div, span, p, input, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;		
	}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #c5c5c5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #c5c5c5;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #c5c5c5;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #c5c5c5;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #c5c5c5;
}
body {
	font-family: 'Ubuntu', sans-serif;
	}
.popularbox {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	top: 10px;
	margin: auto;
	height: 120px;
	color: #fff;
}
.languages {
	width: 100%;
	float: left;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
.referencesaddress {
	display: block;
	color:  #fff;
	font-size: 12px;
	line-height:  20px;
	position:  relative;
	min-height: 180px;
}
.parallax-window::before {
	display: block;
	content: "";
	position: absolute;
	top: 35px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    border: 1px solid #e20713;
    position: absolute;
    z-index: 1;
}
.magazine {
    height: auto;
    width: 20%;
    perspective: 600px;
    -webkit-perspective: 600px;
    display: block;
    padding: 40px;
    padding-bottom: 20px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.thumbmagazine {
    display: block;
    -webkit-transform: scale(0.7) rotateY( 30deg );
    transform: scale(0.7) rotateY( 30deg );
    width: 100%;
    height: auto;
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: #333;
    -webkit-border-radius: 7px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius: 7px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-radius: 7px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 0 4px 4px -2px #000000;
    -moz-box-shadow: 0 4px 4px -2px #000000;
    box-shadow: 0 4px 4px -2px #000000;
    transition: all 500ms;
}
.thumbmagazine:hover {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #ccc;
}
.borderout {
	top:35px;
	left:30px;
	right: 30px;
	bottom:30px;
	border: 1px solid #e20713;
	position: absolute;
	z-index: 1;
}
.bottomlogo {
	width: 180px;
	height: auto;
	margin-bottom: 50px;
}
.pattern {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	right: 0px; 
	bottom: 0px; 
	background-image: url(overlays/03.png); 
	z-index: 9998
}
img#background {
                width: 100%;
                height: 80vh;
                position: absolute;
                top: 0px;
                left: 0px;
            }
#slideshow {
	position: relative;
	height: 100vh;
	max-width: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	overflow: hidden;
	border-bottom: black;
}
.littleit {
	font-size: 55px;
	color: #ed3833;
}
.menubar {
	    text-align: center;
	    position: fixed;
	    bottom: 50px;
	    left: 50px;
	    right: 50px;
	    padding: 20px;
	    background-color: rgba(0,0,0,0.7);
	    transition: all 1000ms;
	    z-index: 9999;
	    border: 1px solid #e20713;
}
.menubarfixed {
		background-color: rgba(0, 0, 0, 0.8);
		border: none;
		z-index: 9999;
		left: 0px;
		right: 0px;
		bottom:  0px;
		transition: all 600ms;
		border-top: 1px solid #131313;
}
.logo {
	width: 250px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: 150px;
	margin-left: -125px;
	transition: all 2000ms;
	z-index: 9999;
}
.riseup {
	bottom: 20px;
}
.logo img {
	width:100%;
	height: auto;
}
.aboutus {
	width:100%;
	float: left;
	height: 100vh;
	padding: 100px 0px;
	position: relative;
	display: table;
	background-color: #fff;
}
.aboutleft {
	width: 50%;
	float: left;
	padding-left:0px;
	text-align: justify;
}
.allbox {
	width: 100%;
	float: left;
}
.eachimage {
	width: 15%;
	height: 70vh;
	overflow: hidden;
	padding-right: 10px;
	margin-right:  20px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}
.eachimage img {
	width: auto;
	height: 100vh;
	float: left;
	display: block;
}
.aboutright {
	width: 50%;
	padding: 0px 50px;
	display: inline-block;
	vertical-align: middle;
	text-align: justify;
}
.titlegeneral{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 14px;
	letter-spacing: 15px;
	display: block;
	float: left;
	width: 100%;
	margin-bottom:  50px;
	text-align:  center;
}
.titlegeneral>.firstword{
	font-size: 35px;
	padding: 20px 50px 20px 50px;
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	letter-spacing: normal;
	text-align:  center;
	width: 70%;
	margin-left: 15%;
	margin-right:  15%;
}
.standarttext::before {
	content: '';
	position: absolute;
	width: 20%;
	height: 20%;
	border-left: 1px solid #ed3b36;
	border-bottom: 1px solid #ed3b36;
	bottom: 0px;
	left: 0px;
}
.standarttext::after {
	content: '';
	position: absolute;
	width: 20%;
	height: 20%;
	border-right: 1px solid #ed3b36;
	border-top: 1px solid #ed3b36;
	top: 0px;
	right: 0px;
}
.titlegeneral>.firstword::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	border-left: 1px solid #ed3b36;
	border-bottom: 1px solid #ed3b36;
	bottom: 0px;
	left: 0px;
}
.titlegeneral>.firstword::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	border-right: 1px solid #ed3b36;
	border-top: 1px solid #ed3b36;
	top: 0px;
	right: 0px;
}
.titlelittle{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	width: 100%;
	float:left;
	color:#000;
	letter-spacing: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.shadowdark {
	text-shadow: 0px 0px 5px #000000;
}
.shadowbrown {
	text-shadow: 0px 0px 5px #83715d;
}
.textnormal {
	font-size: 13px;
	line-height: 25px;
	width: 100%;
	float: left;
	text-align: justify;
	margin-top: 20px;
}
.parallax-window {
	width: 100%;
	height: 100vh;
	float: left;
	text-align: center;
	position: relative;
}
.parallax-window2 {
	width: 100%;
	float: left;
	height: 20vh;
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.downtext {
	color: #ffffff;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 25px;
	width: 100%;
	float: left;
	display: block;
	margin-top: 20px;
}
.visionmission {
	width: 100%;
	float: left;
	padding: 100px 0px;
	text-align: center;
	background-color: #fff;
}
.eachbox {
	width: 25%;
	float: left;
	padding: 100px 20px 100px 20px;
}
.eachbox:nth-child(2), .eachbox:nth-child(4) {
	background-color: rgb(249, 249, 249);
}
.eachbox i {
	font-size: 30px;
}
.boxtitle {
	margin-top: 25px;
	margin-bottom:  20px;
	width: 100%;
	float: left;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 12px;
	color: #000;
	line-height:  20px;
}
.boxtext {font-size: 13px;line-height: 25px;margin-top: 15px;width: 100%;float: left;color: #969696;}
.moredetail {
	width:100%;
	background-color: #fff;
	float: left;
}
.detailleft {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 100px;
    padding-right: 100px;
}
.detailright {
    height: 100%;
    width: 50%;
    text-align: center;
    background-image: url(../images/3.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
    position: relative;
    display: table-cell;
}
.detailright::before {
	content: '';
	position: absolute;
	width: 15%;
	height: 15%;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	bottom: 50px;
	left: 50px;
}
.detailright::after {
	content: '';
	position: absolute;
	width: 15%;
	height: 15%;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	top: 50px;
	right: 50px;
}
.detailright:nth-child(1) {
	background-image: url(../images/1.jpg);
}
.white {
	color:#fff;
}
.gold {
	color: #ed3b36;
}
.black {
	color: #000000;
}
.products {
	width: 100%;

	float: left;
	padding: 50px;
	background-color: #fff;
}
.references {
	width: 100%;
	float: left;
	text-align: center;
	padding: 100px 50px;
	background-image: url(../images/distrubutor.jpg);
	-webkit-background-size: 100% auto;
	background-size: 100% 100%;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.sertifikalar {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 70px;
}
.referenceeach {
    float: left;
    width: 25%;
    position:  relative;
    border: 20px solid transparent;
}
.referencetitle {
    color: #ffffff;
    font-size: 25px;
    font-family: 'Josefin Sans', sans-serif;
    width: 100%;
    float: left;
}
.projects {
    width: 100%;
    height: 200px;
    display: block;
    float: left;
    background-size: 120% auto;
    background-position: center center;
    position: relative;
}
.contact {
	background: #fff;
	width: 100%;
	float: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 50px;
}
.contactin {
	background: #fff;
	float: left;
	width: 100%;
}
.contenteach {
	width: 33.33%;
	padding: 50px;
	display: block;
	float:  left;
	position: relative;
}
.borderleft {
	border-left: 1px #cccccc solid;
}
.borderright {
	border-right: 1px #cccccc solid;
}
.textalignleft {
	text-align: left;
}
.boldfont {
	font-weight: bold;
}
.minititle {
	font-size: 25px;
	color: #ed3b36;
	letter-spacing:  5px;
	margin-bottom:  10px;
	text-align:  left;
}
a.catalog {
	display: block;
	float: left;
	width: 100%;
	text-decoration: none;
	text-align: left;
	color:#000;
	font-size: 13px;
	margin-top: 20px;
	transition: all 300ms;
}
a.catalog:hover {
	color: #ed3b36;
}
a.catalog i {
	color: #ed3b36;
	margin-right: 10px;
}
.margintop25 {
	margin-top: 25px;
}
.contactinput {
	width: 100%;
	float: left;
	display: block;
	padding:10px;
	color: #ed3b36;
	border: 0px;
	border-bottom: 1px solid #ed3b36;
	background-color: #fff;
	font-size: 13px;
}
.contacttext {
	width: 100%;
	float: left;
	display: block;
	padding:10px;
	color: #ed3b36;
	border: 0px;
	border-bottom: 1px solid #ed3b36;
	background-color:#fff;
	font-size: 13px;
}
.sendbutton {
	width:100%;
	float: left;
	padding: 10px;
	text-align: center;
	color: #ed3b36;
	background-color: #ffffff;
	font-size: 13px;
	cursor: pointer;
	border: 1px solid #ed3b36;
	border-top: 0px;
}

.sendbutton:hover {

background-color: #000;

color: #fff;

transition: all 300ms;
}
.socialdown {
	width:100%;
	float:left;
	text-align: center;
	padding-bottom: 25px;
	background-color: #fff;
	color: #000;
	margin-bottom: 100px;
}
.logo2 {
	display: none;
}
.slogan {
    height: 140px;
    width: 100%;
    position: absolute;
    text-align: center;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9998;
}
.sloganup {
    font-weight: 200;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 1px;
    margin-top: 230px;
    opacity: 0;
    transition: all 3000ms;
    animation: one 2s infinite;
    animation-direction: alternate;
}
.sloganup::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	bottom: 0px;
	left: 0px;
}
.sloganup::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	top: 0px;
	right: 0px;
}
.slogandown {
    display: block;
    position: relative;
    width: 100%;
    color: #ffffff;
    font-size: 1px;
    margin-top: 0px;
    opacity: 0;
    transition: all 3000ms;
    animation: two 2s infinite;
    animation-direction: alternate;
}
.sloganvisible1 {
    margin-top: 0px;
    opacity: 100;
    font-size: 65px;
    padding: 10px 80px 10px 80px;
}
.sloganvisible2 {
    margin-top: 10px;
    opacity: 100;
    font-size: 30px;
}
.littlebox {
	width:25%;
	left: 100px;
	float: left;
	position: relative;
}.littlebox img {
	max-width: 110%;
	position: relative;
	z-index: 9998;
}
.bigbox {
	width: calc( 75% - 200px );
	float: right;
}
.littlebox:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 87px;
    right: 0;
    bottom: 0;
    border: 6px solid #ed3b36;
}
.title {
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
}
.explain {
	width: 100%;
	float: left;
	display: block;
	margin-top: 30px;
	text-align: center;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 20px;
	padding-right:  20px;
	padding-bottom:  50px;
}
.eachproduction {
	width:25%;
	display: table-cell;
	position: relative;
	vertical-align: middle;
	text-align: center;
	padding:  100px 0px;
}
.eachproduction:first-child {
	background-color: rgba(0,0,0,0.4);
}
.eachproduction:nth-child(3) {
	background-color: rgba(0,0,0,0.4);
}
.productiontop {
	text-align: center;
	color: #ffffff;
	display: inline-block;
	position: relative;
	padding: 30px 30px 30px 30px;
	font-size: 30px;
}
.productiontop::before {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	border-left: 1px solid #e53733;
	border-bottom: 1px solid #e53733;
	bottom: 0px;
	left: 0px;
}
.productiontop::after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	border-right: 1px solid #e63833;
	border-top: 1px solid #e53733;
	top: 0px;
	right: 0px;
}
.productiondown {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	margin-top: 10px;
}
img.watermark {
	width: 30%;
    margin-bottom: 10px;
    opacity: 0.6;
    position: absolute;
    display: block;
    left: 50%;
    margin-left: -15%;
    bottom: 20px;
}
@keyframes one {
  0% {
    margin-left: -10px;
  }
  100% {
    margin-left: 10px;
  }
}
@keyframes two {
  0% {
    margin-left: 10px;
  }
  100% {
    margin-left: -10px;
  }
}
.titleproduct {
	display: block;
	float: left;
	width:100%;
	font: 400 13px/20px "Open Sans", sans-serif;
	color:#e20713;
}
.seperated {
	float: left;
	width:100%;
	line-height: 20px;
	font: 400 13px/20px "Open Sans", sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
}
.sep2:nth-child(odd) {
	width: 40%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: left;
}
.sep2:nth-child(even) {
	width: 10%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
.sep2:nth-child(4n) {
	background-color: #eaeaea;
}

.sep2:nth-child(4n-1) {
	background-color: #eaeaea;
}
.sep2h {
	float: left;
	margin-right: 30px;
}
.sep3 {
	float: left;
	margin-right:  20px;
	width: 31%;
	padding: 5px 0px;
}
.sep3:nth-child(6n) {
	background-color: #eaeaea;
}
.sep3:nth-child(6n-1) {
	background-color: #eaeaea;
}
.sep3:nth-child(6n-2) {
	background-color: #eaeaea;
}
.sep4 {
	float: left;

	margin-right: 20px;
}
.littletext {
	font: 400 9px/20px "Open Sans", sans-serif;
	float: left;
	display: block;
	width: 100%;
	line-height: 20px;
	margin-top: 20px;
}
.kg {
	font: 400 14px/20px "Open Sans", sans-serif;
	color:#e20713;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.referenceinside {
    float: left;
    width: 100%;
    padding:  20px;
    position:  relative;
}
.referenceinside img {
	display: block;
	width: 100%;
	height: auto;
}
.contacthalf.seperate {
    padding-left: 100px;
    padding-right: 150px;
    text-align: center;
    position: relative;
}
.referenceinfo {
    position: relative;
    width: 100%;
    float:  left;
    border: 1px solid #636363;
    background-color: rgba(0,0,0,0.30);
    z-index: 9998;
    bottom: 0px;
    left: 0px;
    margin-bottom: 10px;
}
.contacthalf {
    width: 50%;
    height: 100vh;
    display: table-cell;
    vertical-align: middle;
    min-height: 100vh;
}
.title {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
span.centerit {
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 30px;
}
.eachcontact {
    margin-bottom: 30px;
    color: #000;
    font-size: 13px;
}
.eachcontact i {
    margin-right: 10px;
    font-size: 16px;
    color: #ed3b36;
}
.address {
	width: 100%;
	height: 100vh;
	min-height: 100%;
	position: relative;
	float: left;
	display: table;
	background-color: #f5f5f5;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.referencedate {
    position: relative;
    float: left;
    width: 100%;
    background-color: #00000099;
    text-align: center;
    padding:  10px;
    z-index: 9999;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
}
.titletop {
    font-size: 55px;
    top: -70px;
    left: -17px;
    padding: 0 8px 13px;
    margin-bottom: 8px;
    position: absolute;
    z-index: 1;
}
.titlebottom {
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 1.11;
    letter-spacing: 5px;
    text-align: inherit;
    margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.silver {
    color: rgb(226, 7, 19);
}

.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}

.circular--landscape {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-bottom: 20px;
  border: 4px solid rgba(190, 255, 156, 0.58);
}
.referencename {
    position: relative;
    float: left;
    width: 100%;
    z-index: 9999;
    color: #fff;
    font-size: 12px;
    padding:  10px;
    text-align: center;
}
.referencearea {
	width: 100%;
	float: left;
	margin-top: 5px;
}
@media screen and (max-width: 1024px)  {
	.eachimage {
		display: none;
	}
	.aboutus {
    padding-top: 50px;
    padding-bottom: 50px;
}
	.referenceeach {
    width: 100%;
}
	.referencetitle {
    font-size: 15px;
}
	.references {
    padding: 50px 10px;
}
	.aboutright {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}
	.popularbox {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
}
	.visionmission {
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 20px;
    padding-bottom: 20px;
}
.littlebox {
    width: 100%;
	left: 0px;
}
	.littlebox img {
    max-width: 80%;
}
	.titlegeneral {
    margin-bottom: 10px;
	text-align: center;
}
	.title {
    text-align: center;
}
	.explain {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}
	.littlebox:before {
    left: 0px;
}
	.titlegeneral>.firstword {
    font-size: 16px;
}
	.bigbox {
    padding-left: 0px;
    margin-top: 50px;
    width: 100%;
}
	.eachbox {
    margin-top: 30px;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
	.parallax-window2 {
    padding-left: 0px;
    padding-right: 0px;
}
	.eachproduction {
    width: 100%;
	display: block;
    border-top: 1px solid rgba(255,255,255,0.2);
	border-left: none;
    padding-top: 30px;
    padding-bottom: 30px;
}
	.productiontop {
    font-size: 20px;
}
	.detailleft {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
	.products {
    padding: 10px;
}
	.cbp-l-grid-agency .cbp-caption:after {
    bottom: -5px;
}
	.cbp-l-filters-text .cbp-filter-item {
    padding: 0 12px;
    width: 50%;
    float: left;
    font-size: 12px;
}

  .cbp-filter-item:nth-child(1) {
    width: 100%;
    background-color: #e20713;
    padding-top: 10px;
    padding-bottom: 10px;
	  color: #fff;
}
	.cbp-filter-item.cbp-filter-item-active:nth-child(1) {
    color: #ffffff;
    cursor: default;
}
	.cbp-filter-item:nth-child(1):hover {
    color: #ffffff;
}
	.contacthalf {
    width: 100%;
	float: left;
}
	.contacthalf.seperate {
    padding-left: 10px;
    padding-right: 10px;
    height: auto;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
	#harita {
    height: 300px;
    min-height: 300px;
	margin-top: 30px;
}
	.address {
    padding: 10px;
}
	span.centerit {
    text-align: center;
}
	.contact {
    padding-left: 10px;
    padding-right: 10px;
}
	.contenteach {
    width: 100%;
    text-align: center;
	padding: 25px 0px 25px 0px;
}
	.borderright {
    border-bottom: 1px #cccccc solid;
	border-right:0px;
}

.borderleft {
    border-top: 1px #cccccc solid;
	border-left:0px;
}
	.contactin {
    padding-left: 0px;
    padding-right: 0px;
}
	a.catalog {
    font-size: 12px;
	text-align: center;
}
	.menubar {
		display: none;
	}

	.sep2:nth-child(even) {


    width: 20%;
    text-align: right;
}
	.sep2:nth-child(odd) {
    width: 80%;
}
	.cbp-l-inline-desc {
    margin-top: 30px;
}
	.titleproduct {
    margin-top: 30px;
}
	.textnormal {
    text-align: center;
}
	.sep4 {
    margin-right: 0px;
    width: 48%;
    float: none;
    display: inline-block;
    margin-bottom: 10px;
}
	.sep1, .sep2, .sep3 {
		font-size: 12px;
	}
	.sep3 {
    width: 100%;
}
	.logo {
    bottom: 50px;
}
	.littleit {
    font-size: 25px;
}
	.downtext {
    font-size: 15px;
}
}
@media screen and (max-width:1024px) and (orientation:landscape) {
	.popularbox {
    padding-top: 120px;
}

	.eachbox {
    width: 50%;
	margin-bottom: 10px;
}
	.referencesaddress {
    font-size: 10px;
}
	.eachproduction {
    width: 50%;
	float: left;
}
	.cbp-l-filters-text .cbp-filter-item {
    width: 33.33%;
}
	.referenceeach {
    width: 50%;
}
}