.pagecontent {
	padding: 0 20px 0 20px;
	max-width:1400px;
	margin: 0 auto 0 auto;
}

span {
 font-weight:bold;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 15px 5px 15px 10px;
	color: #727070;
	background: linear-gradient(to bottom, #f7f7f7, #e2e0e0);
	border: 1px solid #fff;
}
p {
	color: #504e4e;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
}

.textcontent {
	position: absolute;
	padding:10px 0 0 85px;
}
.vtextcontent {
	position: absolute;
	padding:10px 35px 0 45px;
}
.dtextcontent {
	position: absolute;
	padding:0 50px 10px 45px;
}
p.ptext {
	color: #676565;
	font-size: 12px;
    line-height: 13px
}

h3.title {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	
}
.tlink{
	color: #a01b2a;
	text-decoration:none;
}
h3.dtitle{
	color: #a01b2a;
	font-size:18px;
	font-weight:normal;
}
.vtlink {
	color: #000;
	text-decoration:none;
}
.vtlink:hover{
	color: #a01b2a;
	
}


.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;
}
.downloads {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.manuals, .git{
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.manuals > .title{
	padding-right: 25px;
	padding-left: 35px;
}
.git> .title {
	padding-right: 15px;
	padding-left: 45px;
}
.git {
	padding-left: 40px;
}
.manuals li, .git li{
	color: #454343;
	font-size: 14px;
	font-weight: normal;
	line-height:14px;
}
.wrapper {
	display: box;
	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;
	width: 67%; /* Necessary to define for IE11 and Edge */
	min-width: 0;
}
.aside {
	padding: 0 0 0 14px;
	width: 33%; /* Necessary to define for IE11 and Edge */
}
.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;-webkit-align-items: center;
	align-items: center;}
.main {-webkit-flex-flow: column; flex-flow: column; order: 1; width: 100%;}
.aside {order: 2; padding: 0; width: 100%; max-width:314px;}
#box1 {order:1;}
#box2 {order:2;}
#box3 {order:3;}
#box4 {order:4;}
#box5 {order:5;}
#box6 {order:6;}
.downloads {-webkit-flex-flow: column; flex-flow: column;
           order: 7;
		   -webkit-justify-content: center;
		   justify-content: center;
		   padding-top:20px; 
		   padding-bottom:30px;
}
.manuals {order:1; padding-left:0; padding-right:0;}
.git {order:2; padding-left: 0; padding-top:20px; padding-bottom:30px;}

.box, .downloads, .aside{
	margin: auto;
}
.manuals > .title{
	padding-right: 10;
	padding-left: 0;
}
.git> .title {
	padding-right: 20;
	padding-left: 0;
	
}
.vtextcontent {
	position: absolute;
	padding:10px 30px 0 30px;
}
.dtextcontent {
	position: absolute;
	padding:0 20px 10px 40px;
}

   
}