.pagecontent {
	padding: 0 20px 0 20px;
	max-width:1024px;
	margin: 0 auto 0 auto;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 15px 5px 0 0;
	color: #000;
	margin-bottom: 0.1em;
	
}
p {
	color: #504e4e;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
}
span {
	color:#120dc4;
}

#biglogo {
	position: relative;
	text-align: center;
    color: white;
}

.hero-text {
    position: absolute;
    bottom: 4em;
    left: 3em;
	font-size: 48px;
	font-weight: normal;
	line-height: 60px;
}



.textcontent {
	
	padding:10px 0 20px 5px;
	margin: 0 0 20px 0;
	
	display: block;
}
.vtextcontent {
	position: absolute;
	padding:10px 35px 0 45px;
}
.dtextcontent {
	position: absolute;
	padding:0 50px 10px 45px;
}
p.ptext {
	color: #000;
	font-size: 18px;
}

h3.title {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	
}
.tlink{
	color: #120dc4;
	text-decoration:none;
}
h3.dtitle{
	color: #a01b2a;
	font-size:18px;
	font-weight:normal;
}
.vtlink {
	color: #000;
	text-decoration:none;
}
.vtlink:hover{
	color: #a01b2a;
	
}

.box{
	max-width: 480px;
	width:480px;
}

#box1, #box2 {
	background: #f7f6fb;
	border: 1px solid #f7f6fb;
	
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.image {
	width:100%;
	margin:auto;
	padding: 0.6em 0;
}

.vimage{
	padding-bottom: 20px;
}

.dimage {
	padding-left: 70px;
}
.dtitle{
	padding-left: 5px;
	
}
.downloads, .manuals, .git {
	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;
}
}
.wrapper {
	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-between;
	justify-content: space-between;
	
	
}
.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: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	
}

.image-d {
    content:url("../img/video-background2.png");
  }

.image-d::after {  /*this for firefox browser*/
    content: url('../img/video-background2.png');
} 


 

@media screen and (min-width: 1279px){





.main{
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
}


  
@media all and (max-width : 768px) {


.image-d::after {  /*this for firefox browser*/
    content: url('../img/video-background2-s.png');
}

.image-d {
    content:url("../img/video-background2-s.png");
  }
.wrapper {-webkit-flex-flow: column; flex-flow: column;}
.main {-webkit-flex-flow: column; flex-flow: column; order: 1; width: 100%;}

#box1 {order:2;}
#box2 {order:1;}

img {
    max-width: 100%;
    height: auto;
    }

h1 {
	font-size: 1.6em;
}
.hero-text {
   
	font-size: 1.2em;
	bottom: 1em;
    left: 1em;
	line-height: 1.4em;
}
p.ptext {
	font-size: 1em;
	line-height: 1.3em;
} 

br.br{
	display:none;
}
   
.box{
	margin: auto;
	width:auto;
}

.vtextcontent {
	position: absolute;
	padding:10px 30px 0 30px;
}
.dtextcontent {
	position: absolute;
	padding:0 20px 10px 40px;
}
}



