.pagecontent {
	padding: 0 20px 0 20px;
	max-width:1024px;
	margin: 0 auto 0 auto;
	display:block;
	
}
h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 15px 5px 0 0;
	color: #000;
	margin-bottom: 0.1em;
	
}
p {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}
span {
	color:#120dc4;
}

.top {
	margin-bottom:1em;
}
.group {
	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: space-around;
	justify-content: space-around;
	margin: 1em 0.6em;
}	
.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: 0.2em 0em 2em 0em;
}
.t-textcontent {
	padding: 0 1em 0 1em;
	background: #ebebeb;
	box-sizing: border-box;
        max-width:672px;
	
}
.head1{
	background: #52b5d5;
}
.head2{
	background: #3491ca;
}
.head3{
	background: #216892;
}
.head4{
	background: #183e7d;
}
.name{
	color: #fff;
	font-size: 18px;
	padding-left:3em;
}
.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;
	background:#e3e3e3;
}

.IE11-fix{
	max-width: 680px;
}

.t-textcontent p{
	
	margin: 1em 0 1em 0;
	
	
}




.title-main{
	
	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-main{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: 4em;
	
}

.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;
	
	
	
}





 

@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;}
.main {-webkit-flex-flow: column; flex-flow: column; order: 1; width: 100%;}
.row {-webkit-flex-flow: column; flex-flow: column; box-sizing: border-box; margin:0;}

img {
    max-width: 100%;
	
    height: auto;
    }

h1 {
	font-size: 1.4em;
}

br.br{
	display:none;
} 


.feature{
	width:auto;
	
	margin-top:0.5em; 
	margin-left:0; 
	margin-bottom:0.5em;
	margin-right:0em;
}   

.title {
	padding-top:0.5em !important;
}


}



