@font-face {
	font-family: 'MyriadPro';
	src: url(../fonts/MyriadPro-Regular.eot) format("embedded-opentype"),
		 url(../fonts/MyriadPro-Regular.ttf) format("opentype"),
		 url(../fonts/MyriadPro-Regular.woff) format("woff"),
		 url(../fonts/MyriadPro-Regular.svg) format("svg");
	font-weight: normal;
}
/*@font-face {
	font-family: 'MyriadPro';
	src: url(https://170.p.syniva.es/microsite/csm/fonts/MyriadPro-Light.otf);
	font-weight: 300;
}
@font-face {
	font-family: 'MyriadPro';
	src: url(https://170.p.syniva.es/microsite/csm/fonts/Myriad-Set-Pro-Ultralight.ttf);
	font-weight: 200;
}*/

/*basic*/
	html,
	body {
		margin: 0;
		height: 100%!important;
		background-color: #000;
		color: #9c9c9c;
	}

	#csm * {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		word-wrap: break-word;
		word-break: break-word;
	}

	#csm img {
		display: block;
	}

	#csm a {
		font-family: 'MyriadPro', sans-serif;
		font-size: 1rem;
		display: block;
		text-decoration: none;
		color: #0ea4ff;
		transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
	}

	#csm a:hover {
		text-decoration: none;
		opacity: .5;
	}

	#csm h1,
	#csm h2,
	#csm h3,
	#csm h4,
	#csm h5,
	#csm h6 {
		font-family: "MyriadPro",sans-serif;
		color: #014161;
		line-height: 1.4rem;
		margin: 0;
		font-weight: 300;
	}
	#csm h3 {
		color: #014161;
		font-size: 4rem;
		line-height: 1.25;
		margin-bottom: 40px;
	}
	#csm h4{
		font-size: 1.5rem;
		margin: 20px 0 10px;
	}

	#csm p{
		font-family: 'MyriadPro', sans-serif;
		font-size: 1.2rem;
		font-weight: 400;
		letter-spacing: 0px;
		line-height: 1.5rem;
		margin: 0;
		color: #9c9c9c;
	}


	#csm tr,
	#csm th,
	#csm td{
		font-family: 'MyriadPro', sans-serif;
		font-size: 16px;
		letter-spacing: 0;
		line-height: 1.25rem;
		font-weight: 400;
		color: #9c9c9c;
	}

	#csm h6 {font-size: 1em; }

	#csm ul {
		font-family: 'MyriadPro', sans-serif;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#csm ul li {
		font-family: 'MyriadPro', sans-serif;
		font-size: 1rem;
		color: #FFF;
	}

	.mobile-form-x {
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

	#owl-hd-1 .owl-dots {
		position: absolute;
		bottom: 3%;
		left: 48%;
	}

	#csm .mobile-open {display: none; }

	#csm .row {
		display: inline-block;
		width: 100%;
		position: relative;
		margin-bottom: 30px;
	}

	#csm .col-10,
	#csm .col-20,
	#csm .col-25,
	#csm .col-30,
	#csm .col-33,
	#csm .col-40,
	#csm .col-50,
	#csm .col-60,
	#csm .col-70,
	#csm .col-80,
	#csm .col-90,
	#csm .col-100{
		display: inline-block;
		padding: 0 25px;
		margin-right: -5px;
		vertical-align: top;
	}

	#csm .col-10 {width: 10%; }
	#csm .col-20 {width: 20%; }
	#csm .col-25 {width: 25%; }
	#csm .col-30 {width: 30%; }
	#csm .col-33 {width: 33%; }
	#csm .col-40 {width: 40%; }
	#csm .col-50 {width: 50%; }
	#csm .col-60 {width: 60%; }
	#csm .col-70 {width: 70%; }
	#csm .col-80 {width: 80%; }
	#csm .col-90 {width: 90%; }
	#csm .col-100 {width: 100%; }
/*-------------public-----------------*/
	#csm small {
		font-family: 'MyriadPro', sans-serif;
		font-size: smaller;
		line-height: 1.5;
	}
	#csm small.txt-primary{
		display: block;
		font-size: 14px;
		color:#3971a4;
		margin:20px 0;
	}
	#csm .txt-white{color:#fff;}
	#csm .txt-red{color:#cc0000;}

	#csm .txt-center{text-align: center;}

	#csm .content-w1200 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		position: relative;
	}
	#csm section .content-w1200 {padding: 0 70px; }

	#scrollUp {
		position: fixed;
		right: 30px;
		bottom: 30px;
		width: 45px;
		height: 45px;
		text-align: center;
		cursor: pointer;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border: 2px solid #00b2dc;
		opacity: 0;
	}
	#scrollUp.hd-show {opacity: 1; }
	#scrollUp:hover {background-color: #00b2dc; }
	#scrollUp:hover svg {fill: #FFF; }
	#scrollUp svg {
		display: block;
		position: absolute;
		margin: auto;
		top: 0;
		right: 0;
		bottom: 5px;
		left: 0;
		fill: #00b2dc;
		-webkit-transform: rotateZ(270deg);
		-moz-transform: rotateZ(270deg);
		-ms-transform: rotateZ(270deg);
		-o-transform: rotateZ(270deg);
		transform: rotateZ(270deg);
	}

/* --------------------- tab page -------------------- */
	#csm .mb_page,
	#csm .mini_pc_page{
		display: none;
	}
	#csm .mb_page.active,
	#csm .mini_pc_page.active{
		display: block;
	}

/*-------------section-kv-----------------------------*/
	#csm #kv {
		position: relative;
		background-color: #fff;
	}
	#csm #kv:after{
		content: '';
		width: 100%;
		padding-bottom: 20%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: -webkit-linear-gradient(transparent, rgba(0,0,0,.5));
		background: -o-linear-gradient(transparent, rgba(0,0,0,.5));
		background: -moz-linear-gradient(transparent, rgba(0,0,0,.5));
		background: linear-gradient(transparent, rgba(0,0,0,.5));
	}

	#csm #kv .kv_words {
		position: absolute;
		left: 11%;
		top: 7%;
		color: #3e3e3e;
		width: 50%;
		z-index: 99;
	}

	#csm #kv h1 {
		font-weight: 400;
		font-size: 5.5rem;
		line-height: 1.25;
		margin-bottom: 20px;
	}

	#csm #kv h2 {
		font-family: "MyriadPro",sans-serif;
		font-weight: 400;
		color: #9c9c9c;
		font-size: 2rem;
		line-height: 1.25;
		margin-bottom: 20px;
	}

	#csm #kv small {
		display: block;
		margin-top: 10px;
		max-width: 500px;
	}

	#csm #kv .acsm {
		margin-left: 0px;
		max-width: 220px;
		position: absolute;
		right: 10%;
		bottom: 11%;
		z-index: 2;
	}
	#csm #kv a.button {
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
		font-family: "MyriadPro",sans-serif;
		text-transform: uppercase;
		background: rgba(255,255,255,.5);
		border: 3px solid #014161;
		color: #014161;
		padding: 1.5% 8% 1.5% 5%;
		border-radius: 100px;
		outline: none;
		position: relative;
		cursor: pointer;
		margin: 5px 10px 10px 0;
		letter-spacing: 2px;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
		background-image: url(../img/download-b.png);
		background-position: 92% center;
		background-repeat: no-repeat;
		background-size: 35px;
	}
	#csm #kv a.button span{
		display: block;
		font-size: 1.5rem;
	}
	#csm #kv a.button:hover {
		background: #ff7b00;
		border: 3px solid #ff7b00;
		background-image: url(../img/download-w.png);
		background-position: 92% center;
		background-repeat: no-repeat;
		background-size: 35px;
		color: #FFF;
		opacity: 1;
	}

	#csm #kv .note{
		position: absolute;
		bottom: 11%;
		left: 0;
		right: 0;
		width: calc(80% - 230px);
		max-width: 1200px;
		font-size: 16px;
		left: 11%;
		z-index: 1;
	}

/*-------------tab-----------------------------*/
	#csm #tab{
		width: 100%;
		display: flex;
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 0;
	}
	#csm #tab .item{
		flex: 0 0 52%;
		padding: 1% 0;
		background-size: 100% 101%;
		background-repeat: no-repeat;
		position: relative;
		text-align: center;
		transition: .3s;
	}
	#csm #tab .item:hover{
		filter: brightness(115%);
	}
	#csm #tab .item h2{
		color: #fff;
		margin: 0;
	}
	#csm #tab .item.active h2
	{
		color: #0b3870;
	}
	#csm #tab .item.left{
		margin-right: -4%;
		background-image: url(../img/tab-r2.png);
	}
	#csm #tab .item.right{
		background-image: url(../img/tab-l2.png);
	}
	#csm #tab .item.left.active
	{
		background-image: url(../img/tab-r1.png);
		z-index: 1;
	}
	#csm #tab .item.right.active
	{
		background-image: url(../img/tab-l1.png);
		z-index: 1;
	}

/*-------------section-about-this-program-------------*/
	#csm #about-this-program .content-w1200 {
		padding: 100px;
	}

	#csm #about-this-program {
		text-align: center;
	}

	#csm #about-this-program .content-w1200 .number {
		margin-top: 40px;
	}

	#csm #about-this-program .content-w1200 .number div {
		width: 230px;
		display: inline-block;
	}

	#csm #about-this-program .content-w1200 .number h4 {
		font-family: "MyriadPro",sans-serif;
		font-weight: 200;
		color: #3971a4;
		font-size: 4.5rem;
		line-height: 5rem;
	}

	#csm #about-this-program .content-w1200 .number p {
		color: #26acd3;
	}

	#csm #about-this-program .content-w1200 .number h4 span {
		color: #ffbc3d;
		vertical-align: super;
		font-size: 3rem;
	}
/*-------------section-features-----------------------*/
	#csm #features {
		background-color: #eaf0f5;
	}
	#csm #features .icon-check {
		display: block;
		width: 21px;
		height: 16px;
		background: url(../img/check.png) 0 0 no-repeat;
		margin:0 auto;
	}

	#csm #features .table_tip {
		display: block;
		color: #3971a4;
		font-size: 14px;
	}

	#csm #features .content-w1200 {
		padding: 100px 70px;
	}
	#csm #features {
		text-align: center;
	}

	#csm #btn-toggle{
		font-weight: 400;
		margin-left: auto;
		margin-right: 0;
		padding:6px 10px 5px;
		width: 160px;
		background-color: #014161;
		border-top-right-radius: 5px;
		border-top-left-radius: 5px;
		margin-bottom: -2px;
		margin-right: 2px;
		text-align: center;
		cursor: pointer;
	}
	#csm #btn-toggle p{
		display: inline-block;
		vertical-align: middle;
		color:#fff;
	}
	#csm #btn-toggle .mb:before,
	#csm #btn-toggle .mpc:after{
		content:'';
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 0;
		border-style: solid;
		margin-top: -2px;
	}
	#csm #btn-toggle .mb:before{
		border-width: 5px 5px 5px 0;
		border-color: transparent #ffffff transparent transparent;
		margin-right: 10px;
	}
	#csm #btn-toggle .mpc:after{
		border-width: 5px 0 5px 5px;
		border-color: transparent transparent transparent #ffffff;
		margin-left: 10px;
	}
	#csm #btn-toggle .mb,
	#csm #btn-toggle.active .mpc{
		display: none;
	}
	#csm #btn-toggle.active .mb,
	#csm #btn-toggle .mpc{
		display: inline;
	}
	/* #csm #features .features-table th:last-child,
	#csm #features .features-table td:last-child {
		display: none;
	}
	#csm #features .features-table.active th:last-child,
	#csm #features .features-table.active td:last-child {
		display: table-cell;
	}

	#csm #features .features-table.active th:nth-last-child(2),
	#csm #features .features-table.active td:nth-last-child(2) {
		display: none;
	} */
	#csm #features .features-table {
		width: 100%;
	}
	#csm #features .features-table th {
		background-color: #00b2dc;
		color: #FFF;
		padding: 1%;
	}
	#csm #features .features-table tr {
	   background-color: #FFF;
	}
	#csm #features .features-table tr:nth-child(odd) {
	   background-color: #f9f9f9;
	}
	#csm #features .features-table td {
		padding: 10px 1%;
	}
	#csm #features .features-table td[rowspan="2"],
	#csm #features .features-table td[rowspan="3"],
	#csm #features .features-table td[rowspan="4"]{
		background-color: #ffffff;
	}
/*-------------section-asus-control-center------------*/
	#csm #asus-control-center {
		position: relative;
	}

	#csm #asus-control-center.full-width .row {
		margin: 0;
	}

	#csm #asus-control-center.full-width .col-50 {
		padding: 0;
		vertical-align: middle;
	}
	#csm #asus-control-center.full-width .col-50:first-child{
		padding:3% 0 5% 12%;
	}

	#csm #asus-control-center.full-width .col-20 {
		padding: 10px 10px 20px;
		/* cursor: pointer; */
	}

	#csm #asus-control-center .content-w1200 {
		padding: 100px 70px;
		text-align: center;
	}


	#csm #asus-control-center h1 {
		text-align: center;
		color: #014161;
		font-size: 1.25rem;
		line-height: 1.125;
		margin: 12px 0;
		height: 60px;
		font-weight: 400;
	}

	#csm #asus-control-center .content-w1200 .col-20 img {
		max-width: 110px;
		display: block;
		margin:0 auto;
	}
	#csm #asus-control-center .content-w1200 .col-20.mini_icon img:last-child{
		display: none;
	}
	#csm #asus-control-center .control-icon {
		display: inline-block;
		width: 110px;
		height: 110px;
		transition: all 0.8s ease 0s;
		-webkit-transition: all 0.8s ease 0s;
		-moz-transition: all 0.8s ease 0s;
		-ms-transition: all 0.8s ease 0s;
		-o-transition: all 0.8s ease 0s;
	}
	#csm #asus-control-center .mini_icon{
		cursor: pointer;
	}
	#csm #asus-control-center .mini_icon .control-icon:hover img,
	#csm #asus-control-center .mini_icon .control-icon.active img{
		display: none;
	}
	#csm #asus-control-center .mini_icon .control-icon:hover img:last-child,
	#csm #asus-control-center .mini_icon .control-icon.active img:last-child{
		display: block;
	}

	#csm #asus-control-center a {
		display: inline-block;
		font-size: inherit;
		text-decoration: underline;
		color: #ff7b00;
	}

	#csm #asus-control-center a.button {
		text-decoration: none;
		display: inline-block;
		vertical-align: top;
		width: 36%;
		font-family: "MyriadPro",sans-serif;
		text-transform: uppercase;
		font-size: 1.5rem;
		background: #FFF;
		border: 3px solid #014161;
		color: #014161;
		padding: 2% 4%;
		border-radius: 40px;
		outline: none;
		position: relative;
		cursor: pointer;
		margin: 4% 2%;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
	}

	#csm #asus-control-center a.button:hover {
		background: #ff7b00;
		border: 3px solid #ff7b00;
		color: #FFF;
		opacity: 1;
	}
	#csm #asus-control-center a.button .download_ver{
		position: absolute;
		width:100%;
		left:0;
		right:0;
		bottom:-30px;
		font-size:14px;
		color:#014161;
		text-transform: none;
	}

	#csm #asus-control-center .slide-ui {
		padding: 5%;
		position: relative;
	}

	#csm #asus-control-center p {
		line-height: 1.5rem;
	}
	#csm #asus-control-center .content-w1200 p{
		font-size: 16px;
		line-height: 1.2rem;
	}

	#csm #asus-control-center .bg-gray-area{
		background-color: #EBF0F4;
	}
	#csm #asus-control-center .slider{
		width: 75%;
		margin: auto;
	}
	#csm #asus-control-center .slider img{
		max-width: 100%;
		margin: auto;
	}

	/*
	#csm #asus-control-center img.slide-ui {
		width: 75%;
		margin: 0 auto;
	}
	*/

	#csm #asus-control-center .slide-arrow:before {
		content:url('../img/arrow-l.png');
		position:absolute;
		z-index:100000;
		left:-50px;
		top:40%;
		cursor: pointer;
	}
	#csm #asus-control-center .slide-arrow:after {
		content:url('../img/arrow-r.png');
		position:absolute;
		z-index:100000;
		right:-50px;
		top:40%;
		cursor: pointer;
	}
/*-------------section-faster-install-----------------*/
	#csm #faster-install{
		background: #25425c url(../img/bg-faster.jpg) center center no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	#csm #faster-install .content-w1400{
		width: 90%;
		max-width: 1400px;
		margin:0 auto;
		padding:100px 0;
	}
	#csm #faster-install ul{
		width: 110%;
		margin-left:-10%;
		margin-bottom: 80px;
	}
	#csm #faster-install .col-33{
		width: 33.3333%;
		padding:0 40px;
		vertical-align: middle;
		position: relative;
	}
	#csm #faster-install .col-33 img{
		width: 100%;
		box-shadow: 0 0 20px rgba(0,0,0,.4);
	}
	#csm #faster-install .col-33{perspective: 500px;}
	#csm #faster-install .col-33:first-child img{
		width: 75%;
		margin-left: auto;
		transform-origin: right center;
		-webkit-transform: rotateY(15deg);
		   -moz-transform: rotateY(15deg);
		    -ms-transform: rotateY(15deg);
		     -o-transform: rotateY(15deg);
		        transform: rotateY(15deg);
	}
	#csm #faster-install .col-33:last-child{perspective: 400px;}
	#csm #faster-install .col-33:last-child img{
		transform-origin: left center;
		-webkit-transform: rotateY(-15deg);
		   -moz-transform: rotateY(-15deg);
		    -ms-transform: rotateY(-15deg);
		     -o-transform: rotateY(-15deg);
		        transform: rotateY(-15deg);
	}
	#csm #faster-install .col-33:after{
		content:'';
		display: block;
		width: 20px;
		height: 100px;
		background: url(../img/arrow-r.png) 0 0 no-repeat;
		background-size: contain;
		position: absolute;
		top: 0;bottom: 0;
		right: -10px;
		margin:auto 0;
		filter: grayscale(100) brightness(1000%);
	}
	#csm #faster-install .col-33:last-child:after{display: none;}
/*-------------section-stable-supply------------------*/
	#csm #stable-supply {
		position: relative;
		background-image: url('../img/stable-supply/bg.jpg');
		background-size: cover;
		min-height: 100vh;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding:8% 0;
		text-align: center;
	}

	#csm #stable-supply .content-w1200 {
		max-width: 1200px;
		margin: 0 auto;
		text-align: center;
		display: inline-block;
		vertical-align: middle;
	}

	#csm #stable-supply h1 {
		font-family: "MyriadPro",sans-serif;
		text-align: center;
		color: #FFF;
		font-size: 2rem;
		line-height: 2rem;
		min-height: 4rem;
		margin: 20px 0;
	}

	#csm #stable-supply p {
		font-family: "MyriadPro",sans-serif;
		color: #FFF;
	}

	#csm #stable-supply .col-33 img {
		max-width: 150px;
		display: inline-block;
		margin-bottom: 20px;
	}
/*-------------section-more-packaging-options---------*/
	#csm #more-packaging-options {
		position: relative;
		text-align: center;
		background-color: #ecf2f4;
	}

	#csm #more-packaging-options .content-w1200 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 100px 70px;
		text-align: center;
	}

	#csm #more-packaging-options h3 {
		margin-bottom: 60px;
	}


	#csm #more-packaging-options h1 {
		font-weight: 400;
		text-align: center;
		font-size: 2rem;
		line-height: 2rem;
		margin: 20px 0;
	}

	#csm #more-packaging-options p {
		line-height: 1.5rem;
	}

	#csm #more-packaging-options .col-50 {
		background-color: rgba(255,255,255,.8);
		padding: 5%;
		margin: 2%;
		border-radius: 10px;
		width: 45%;
		min-height: 580px;
	}

	#csm #more-packaging-options .col-50 img {
		max-width: 110px;
		display: inline-block;
		margin-bottom: 20px;
	}
/*-------------section-comprehensive-product-line-up--*/
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		border-radius: 0;
	}

	#csm #comprehensive-product-line-up {
		background-color: #FFF;
	}
	#csm #comprehensive-product-line-up .content-w1200 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 100px 70px;
	}
	#csm #comprehensive-product-line-up {
		text-align: center;
	}

	#csm #comprehensive-product-line-up .features-table {
		width: 100%;
		/*border: 2px solid #eaeaea;*/
		border-top: none;
		border-collapse: collapse;
	}

	#csm #comprehensive-product-line-up table {
		border-collapse: collapse;
		width: 100%;
	}

	#csm #comprehensive-product-line-up .features-table.border-none {
		border: none;
	}

	#csm #comprehensive-product-line-up th {
		background-color: #00b2dc;
		color: #FFF;
		padding: 1%;
	}

	#csm #comprehensive-product-line-up .features-table tr {
	   background-color: #FFF;
	}

	#csm #comprehensive-product-line-up .features-table tr:nth-child(odd) {
	   background-color: #f9f9f9;
	}

	#csm #comprehensive-product-line-up .features-table td {
		padding: 1%;
		width: 14.5%;
		word-break: normal;
	}
	#csm #comprehensive-product-line-up .minipc table th:nth-child(-n+3),
	#csm #comprehensive-product-line-up .minipc table td:nth-child(-n+3) {
		width: 7%;
		min-width: 80px;
	}

	#csm #comprehensive-product-line-up .features-table {
		display: block;
		height: 300px;
	}
	#csm #comprehensive-product-line-up .minipc .features-table{
		height: 200px;
	}
/*-------------section-whql-reseller-program----------*/
	#csm #whql-reseller-program {
		position: relative;
		text-align: center;
		background-image: url('../img/whql-reseller-program/bg.jpg');
		background-size: cover;
	}

	#csm #whql-reseller-program .whql_steps{
		margin-top: 80px;
	}

	#csm #whql-reseller-program img.arrow {
		display: inline-block;
		width: 20px;
		height: 100px;
		margin: 0 10px 0 12px;
		vertical-align: middle;
	}

	#csm #whql-reseller-program .content-w1200 {
		max-width: 1200px;
		margin: 0 auto;
		padding: 100px 70px;
		text-align: center;
	}

	#csm #whql-reseller-program h1 {
		font-family: "MyriadPro",sans-serif;
		color: #FFF;
		text-align: center;
		font-size: 2rem;
		line-height: 2rem;
		margin: 20px 0;
	}

	#csm #whql-reseller-program p {
		font-family: "MyriadPro",sans-serif;
		color: #d8d8d8;
		margin:0 auto 20px;
		max-width: 950px;
	}

	#csm #whql-reseller-program .col-30 {
		width: 27%;
		background-color: rgba(16, 20, 20, 0.7);
		padding: 5%;
		border-radius: 10px;
		min-height: 450px;
		vertical-align: middle;
	}
	#csm #whql-reseller-program .col-30 p{
		margin-bottom: 0;
	}

	#csm #whql-reseller-program .col-30 img {
		max-width: 110px;
		display: inline-block;
		margin-bottom: 20px;
	}
/*-------------section-intel-technology---------------*/
	#csm #intel-technology {
		position: relative;
	}

	#csm #intel-technology.full-width .row {
		margin: 0;
	}

	#csm #intel-technology.full-width .col-50 {
		padding: 0;
		margin-left: 0;
		margin-right: -5px;
		vertical-align: bottom;
	}
	#csm #intel-technology .col-50.col-l {
		vertical-align: top;
		padding:5% 5% 5% 10%;
		background-color: #26acd3;
		padding-bottom: 100%;
		margin-bottom: -100%;
	}

	#csm #intel-technology h1 {
		text-align: center;
		color: #fff;
		font-size: 1.4rem;
		line-height: 1.5rem;
		margin: 20px 0;
	}

	#csm #intel-technology p {
		color: #fff;
	}

	#csm #intel-technology p.intel-tip {
		color: #a8deed;
		text-decoration: underline;
	}

	#csm #intel-technology a {
		font-family: 'MyriadPro', sans-serif;
		/*font-size: 1.2rem;*/
		/*font-weight: 300;*/
		/*letter-spacing: 1px;*/
		/*line-height: 1.5rem;*/
		font-size: inherit;
		margin: 0;
		color: #a8deed;
		display: inline-block;
		text-decoration: underline;
	}
/*-------------section-footer-------------------------*/
	#csm #footer {
		position: relative;
		background-color: #252831;
	}

	#csm #footer img.arrow {
		display: inline-block;
		width: 4%;
		padding: 0 15px;
		vertical-align: middle;
	}

	#csm #footer .content-w1200 {
		padding: 70px 0px 70px 70px;
	}

	#csm #footer h3 {
		color: #FFF;
		font-size: 3.75rem;
		line-height: 4.25rem;
		margin-bottom: 30px;
	}


	#csm #footer h1 {
		color: #FFF;
		text-align: center;
		font-size: 2rem;
		line-height: 2rem;
		margin: 20px 0;
	}

	#csm #footer p {
		color: #d8d8d8;
		margin-bottom:40px;
	}

	#csm #footer .col-40,
	#csm #footer .col-60{
		padding: 5% 5% 0 5%;
		position: relative;
	}
	#csm #footer .col-40{
		padding-left: 0;
	}
	#csm #footer .col-60{
		padding-right: 0;
	}
	#csm #footer .col-60:before{
		content:'';
		display: block;
		width: 1px;
		height: 50%;
		background-color: #6989ae;
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin:auto 0;

	}

	#csm #footer .sub-title {
		display: block;
		color: #00b2dc;
	}

	#csm #footer a.footer-button {
		text-transform: uppercase;
		display: inline-block;
		font-size: 1.5rem;
		background: #ff7b00;
		border: none;
		color: #FFF;
		letter-spacing: 3px;
		padding: 3% 8%;
		border-radius: 40px;
		outline: none;
		cursor: pointer;
		margin:0;
		margin-top: 20px;
		transition: all 0.2s ease 0s;
		-webkit-transition: all 0.2s ease 0s;
		-moz-transition: all 0.2s ease 0s;
		-ms-transition: all 0.2s ease 0s;
		-o-transition: all 0.2s ease 0s;
	}

	#csm #footer a.footer-button:hover {
		opacity: .7;
	}