/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

/*nano3 customization*/
span.coming-soon {
  font-size:8px;
  font-style:italic;
  color:#666666;
}
div.prod_pages h1{
  font-weight:bold;
  color:#00adf0;
  font-size:28px;
  margin:0 0;
  padding: 0 0;
}
div.prod_pages h2{
  font-weight:bold;
  color:#00adf0;
  font-size:20px;
  margin:0 0;
  padding: 0 0;
}
div.prod_pages h3{
  font-weight:bold;
  color:#00adf0;
}
div.prod_pages h5{
  font-weight:bold;
  color:#00adf0;
  margin-top:14px;
  margin-bottom:0px;
}
div.prod_header {
  padding: 40px 0 0 20px;
}
div.prod_style {
  padding-left:20px;
}
div.prod_style h3{
  font-weight:bold;
  color:#00adf0;
  margin-bottom:-10px;
}
div.prod_group {
  padding-bottom:20px;
}
img.centon-logo {
  width:250px;
  height:56.25px;
  margin:25px 25px;
}
img.centon-logo-mini {
  width:104px;
  height:23.4px;
}
.tm-headerbar {
  margin-top: 15px;
  margin-bottom: 10px;
}
.tm-navbar {
  margin-top: 0px;
  margin-bottom: 25px;
}
/* Only large screens */
@media (min-width: 1220px) {
  .tm-headerbar {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
/*nano3 customization end*/

/*MODULE CUSTOM BLANK START*/
.uk-panel-box.style-fullblank{
  padding: 0px 0px 20px 0px;
  margin:0px 10px;
  background: none;
  color: none;
  border: 0px none;
  border-radius: 0;
}
.uk-panel-box.style-blank{
  padding: 0px 0px 20px 0px;
  margin:0px -10px;
  background: none;
  color: none;
  border: 0px none;
  border-radius: 0;
}
.fp-box{
  position: absolute;
  left: 20px;
  top: 15px;
  z-index: +1;
}
.fp-box h3{
  font-weight: bolder;
  font-size: 19px;
  color: #FFF;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
.fp-box h4{
  font-weight: bolder;
  font-size: 20px;
  color: #FFF;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
.fp-box p{
  font-size: 14px;
  color: #FFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 0px;
  line-height:20px;
}
/*MODULE CUSTOM BLANK END*/


/*TIMELINE CSS STARTS HERE*/
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-family: 'ecoico';
	src:url('../fonts/timelineicons/ecoico.eot');
	src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timelineicons/ecoico.woff') format('woff'),
		url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
		url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 20%;
	margin-left: -10px;
}

.cbp_tmtimeline > li {
	position: relative;
    margin:0px 0px;
    padding:0px 0px;
}

/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
    line-height:38px;
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2em;
	color: #3594cb;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #6cbfee;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #3594cb;
	color: #fff;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #6cbfee;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.cbp_tmtimeline > li .cbp_tmlabel p { 
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 1.1em;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #6cbfee;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
  .cbp_tmtimeline > li .cbp_tmlabel p { 
	margin: 0px 0px;
	padding: 0px 0px;
	font-size: 1em;
  }
}

@media screen and (max-width: 40em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}


/*OLD CUSTOM CODE STARTS HERE*/
div.mmm-container {
  width:100%;
  background:#a4a6a9;
  margin: 0px 0px;
  padding: 0px 0px;
  display:block;
  height:215px;
}
div.mmm-text {
  float:left;
  width:33%;
  border-right:1px solid #FFF; 
  border-bottom:none;
  background-image: url('http://www.centon.com/images/MMM/mmm-box.jpg');
  background-size: auto 100%;
  margin: 0px 0px;
  padding: 35px 35px;
  color:#FFF;
  display:block;
  height:145px;
}
div.mmm-text h3, div.mmm-text p, h3.mmm-title  {
  color:#FFF;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
h1.mmm-title, .mmmTable  {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
h3.mmm-title {
  padding-left:30px;
  text-align:left;
}
div.mmm-form {
  float:left;
  margin: 0px 0px;
  padding: 35px 1%;
  margin: 0 0;
  color:#FFF;
  display:block;
  height:145px;
}
@media only screen and (max-width: 767px) {
    div.mmm-container {
        height:295px;
    }
    div.mmm-text {
        width:25%;
        height:225px; 
        padding: 35px 4%;
    }
    div.mmm-form {
        width:40%;
        height:225px; 
        padding: 35px 2%;
    }

}
@media only screen and (max-width: 650px) {
    div.mmm-text {
        width:42%;
        padding: 35px 4%;
    }
    h3.mmm-title {
        padding-left:0px;
        text-align:center;
    }
    div.mmm-form {
        width:42%;
        padding: 35px 2%;
    }
}

@media only screen and (max-width: 504px) {
    div.mmm-container {
        width:85%;
        height:auto;
        margin: 0px 0px;
        padding: 0px 0px;
        background:#a4a6a9;
    }
    div.mmm-text {
        width: 100%;
        height:auto;
        border-right:none; 
        padding: 35px 35px 20px 35px;
        border-bottom:1px solid #FFF; 
    }
    div.mmm-form {
        width: 100%;
        height:auto;
        clear:both;
        padding: 35px 35px 20px 35px;
        background:#a4a6a9;
    }

}

div.ddr4-hero {
  margin-left:100px;
}
div.ddr4-chart h3 {
  margin:0px 0px;
  padding:0px 0px;
}
div.ddr4-chart p {
  margin:10px 0px;
  padding:0px 0px;
}
div.ddr4-chart span p{
  font-size:12px;
  color:#7e7e7e;
  margin:0px 0px 10px 0px;
  padding:0px 0px;
}
div.tradeshowBanner {
    position: absolute;
    top: 50px;
    left:-30px;
    width:370px;
}
div.ctnlinks {
    position: absolute;
    top: 50px;
    left:104px;
    width:230px;
}
div.ctnlinks a{
    margin-left:20px;
}
a.ctnlinksOTM{
    font-style:none;
    color:#ff0000;
}
a.ctnlinksDF{
    font-style:none;
    color:#666666;
}

div.section-hero {
  text-align:center;
  margin-bottom:60px;
}
div.section-slideset {
  text-align:center;
  margin-bottom:30px;
}
div.section-middle {
  text-align:center;
  margin:60px 0 60px 0;
}
div.section-end {
  text-align:center;
  margin:60px 0 0 0;
}
span.boldest {
  font-weight:bolder;
}
.innerpage {
  text-align:center;
}
.innerpage h2{
  font-weight: bolder;
  color:#7e7e7e;
  font-size: 20px;
  line-height:10px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
.innerpage h3{
  font-weight: bolder;
  color:#7e7e7e;
  font-size: 23px;
  margin: 30px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
.innerpage h4{
  font-weight: bolder;
  color:#7e7e7e;
  font-size: 19px;
  line-height:24px;
  margin: 15px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}
.innerpage p{
  color:#7e7e7e;
  font-size: 13px;
  margin: 0px 0px 0px 0px;
  padding: 0px 20px 0px 0px;
  line-height:22px;
}
.image-square {
  border:2px solid #cccccc; 
  background-color:#fff;
}
.image-round {
  border:2px solid #cccccc; 
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  border-radius: 10px;
  background-color:#fff;
}
.image-round-banner {
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px; 
  border-radius: 10px;
  background-color:#fff;
}
img.banner {
  width:66%;
  height:auto;
  float:right
}
div.img-table {
  width:100px;
}
@media only screen and (max-width: 480px) {
  img.banner { 
    margin: 1% 0 1% 0%;
    width:100%
  }
}
.centerjust {
  text-align:center;
}
.leftjust {
  text-align:left;
}
.leftjustheader {
  text-align:left;
  padding:20px
}
.rightjust {
  text-align:right;
}
#slideset-group {
  height:420px;
  width:380px;
  position:relative;
}
#slideset-image {
  position:absolute;
  left:0;
  top:0;
}
#slideset-shadow, #slideset-shadow-double {
    z-index:100;
    position:absolute;    
  display:block;
  width:100%;
}
#slideset-shadow {
  top:350px;
}
#slideset-shadow-double {
  top:309px;
}
#slideset-shadow h2, #slideset-shadow-double h2{
  display:block;
  text-align:center;
  padding:10px 0px;
  background-color:#ffffff;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(150, 150, 150, .5);
  box-shadow: 10px 10px 0px 0px rgba(150, 150, 150, .5);
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px;
  margin-left:auto;
  margin-right:auto;
  width:75%
}
div.slideset-shadow {
  display:block;
  width:80%;
  margin-left:auto;
  margin-right:auto;
}
div.slideset-shadow h2{
  display:block;
  text-align:center;
  margin-top:-20px;
  padding:10px 0px;
  background-color:#ffffff;
  -webkit-box-shadow: 10px 10px 0px 0px rgba(150, 150, 150, .5);
  box-shadow: 10px 10px 0px 0px rgba(150, 150, 150, .5);
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  border-radius: 8px;
}
/*  SECTIONS  */
.sec {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 32.2%;
}

/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74%;
}
.span_2_of_4 {
	width: 49.5%;
}
.span_1_of_4 {
	width: 23.8%;
}
.span_1_of_4_colstart {
	width: 22.2%;
}
.span_1_of_4_col {
	width: 22.2%;
    border-left:1px dotted #808285;
    border-top:none;
    padding-left:2%;
    padding-top:0%;
}

/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 765px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 765px) {
	.span_3_of_3 {
		width: 100%; 
	}
	.span_2_of_3 {
		width: 100%; 
	}
	.span_1_of_3 {
		width: 100%;
	}
	.span_4_of_4 {
		width: 100%; 
	}
	.span_3_of_4 {
		width: 100%; 
	}
	.span_2_of_4 {
		width: 100%;
	}
	.span_1_of_4 {
		width: 100%;
	}
    .span_1_of_4_colstart {
	width: 100%;
    }
    .span_1_of_4_col {
	width: 100%;
    border-left:none;
    border-top:1px dotted #808285;
    padding-left:0%;
    padding-top:6%;
    }
}
/*CUSTOM CODE ENDS HERE*/