#sp-main-body > .container {
    width: 100%;
    padding: 0px;
}

.xt-pagecontent{
    width: 100%;
}

.xt-pageheader{
    background-image: url('/images/articles/digital-signage.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
	height:350px;
}

.xt-pageheader > .container{
    height: 350px;
    position: relative;
}

.xt-pagetitle{
    position: absolute;
	top:50%;
	display: table;
	text-align:left;
	-webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
	color:#FFF;
}

.xt-pagetitlecnt{
    vertical-align:middle;
	display: table-cell;
}

.xt-pagetitle h1{
    margin:0px;
	padding:0px;
}

.xt-pageicon{
    background-image: url('/images/articles/banner_screens_digital.png');
    width: 400px;
    height: 310px;
    display: block;
    top: 50%;
    right: 15px;
    position: absolute;
    margin-top: -155px;
}

.xt-block{
    margin: 0px -15px;
    margin-top: 50px;
    display: flex;
	padding-bottom: 30px;
}

.xt-left{
    width: 33.33%;
    float: left;
	padding: 0px 15px;
    display: flex;
}

.xt-left .xt-content{
    background-color: #eee;
    padding: 20px;
}

.xt-right{
    width: 66.66%;
    float: left;
    text-align: center;
	padding: 0px 15px;
}

.xt-right .xt-content{
    background-color: #fff;
    padding: 20px 0px;
    border: 20px solid #eee;
}

.xt-content img{
    max-width: 100%;
    margin: 0px auto;
}

article.item {
    margin-bottom: 0px !important;
}

.containerColored {
    background-color: #ECECEC;
    padding: 30px 0px;
}

#txtStart {
    font-size: 18px;
    color: #A2A2A2;
    line-height: 38px;
}

.cols-6 {
    width: 60%;
    float: left;
    padding-right: 30px;
}

.cols-4 {
    width: 40%;
    float: left;
}

#btnStart {
    float: right;
    border: 2px solid #01AB8E;
    padding: 5px 20px;
    background: #01ab8e;
    color: #fff;
    display: inline-block;
}

#btnStart:hover {
    color: #01AB8E;
    background-color: #fff;
    border: 2px solid #01AB8E;
}
#btnStart i{
	margin-right: 10px;
}
@media (max-width: 767px){
.xt-pagetitle {
    text-align: center;
	left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.xt-pageicon {
    display: none !important;
}

.xt-block{
    display:block;
}

.xt-left, .xt-right{
    width:100%;
	display:block;
}

#txtStart {
    line-height: normal;
    margin-bottom: 15px;
}

.cols-4, .cols-6 {
    width: 100%;
    float: none;
}

#btnStart {
    float: none;
}

}
