.pagecontent {
	padding: 0 20px 0 20px;
	max-width:1024px;
	margin: 0 auto 0 auto;
	display:block;
	background: url('../img/background2.png');
    background-size:contain;
	background-repeat: no-repeat;
	background-position:center-top;'
	z-index:1;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 15px 0 0 0;
	color: #000;
	margin-bottom: 0.1em;
	
}
p {
	color: #000;
	font-size: 18px;
	font-weight: normal;
	line-height: 24px;
}
span {
	color:#120dc4;
}

.top {
	margin-bottom:1em;
}
	
.row {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: row;
	flex-flow: row;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin: 2em 0.6em;
}
.t-textcontent {
	padding: 0 0.6em 0.6em 0.6em;
}

.simage{
	max-width:600px;
	width:100%;
	height:auto;
	
	
    margin: auto;
    
}


.undertitle {
	color: #000;
	font-size: 18px;
	margin-top: 3em;
	margin-bottom:2em;
	text-align: center;
	line-height:30px;
}


.tlink{
	color: #120dc4;
	text-decoration:none;
}

.feature{
	width:auto;
	margin-top:0.5em; 
	margin-left:0; 
	margin-bottom:0.5em;
	margin-right:0em;
}

.IE11-fix{
	max-width: 583.5px;
}

.wrapper{
	padding-top:4em;
}




.title{
	
	margin: auto;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: column ;
	flex-flow: column ;
	-webkit-justify-content: center;
	justify-content: center;
	max-width:460px;           /* this is necessary for IE11 */
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { .title{margin:0 281px 0 281px;}}/* fix for IE11 - this detect IE which doesn't like 
                                                                                                                         margin:auto and justify-content:center in same time */

.indent{
	padding-left: 2.6em;
	
}

.title-title {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: row ;
	-webkit-justify-content: center;
	justify-content: center;
	
}


.main {
	
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-flex-flow: column ;
	flex-flow: column ;
	-webkit-justify-content: center;
	justify-content: center;
	padding-top: 1.5em;
	
	
}





 

@media screen and (min-width: 1279px){





.main{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
}


  
@media all and (max-width : 768px) {



.wrapper {-webkit-flex-flow: column; flex-flow: column; padding-top:0.5em;
 }
.main {-webkit-flex-flow: column; flex-flow: column; order: 1; width: 100%;}
.row {-webkit-flex-flow: column; flex-flow: column; box-sizing: border-box;}

img {
    max-width: 100%;
	
    height: auto;
    }

h1 {
	font-size: 1.4em;
}
#im{order:1;}
#tex{order:2;}
 

br.br{
	display:none;
}
.feature{
	width:auto;
	
	margin-top:0.5em; 
	margin-left:0; 
	margin-bottom:0.5em;
	margin-right:0em;
}   



}



