@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic);
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* e: clearfix */

html, body{
	margin: 0px;
	padding: 0px;
	font-family: 'Ubuntu', Arial, Verdana, sans-serif;
	background-color: #10202f;
}

strong{
	font-weight: 600;
}

.wrapper{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	/*background-color: #95a5a6;*/
	background-color: #bdc3c7;
}

.wrapper .header{
	width: 100%;
	background-color: #1F55FF;
}

.wrapper .header p.format_name{
	margin: 0px;
	padding: 30px 0px 30px 0px;
	
	color: #FFFFFF;
	font-size: 28px;
	font-weight: 300;
	
	text-align:center;
	text-transform: uppercase;
}

.format_name img {
	position: relative;
    top: 25px!important;
    padding: 5px;
    display: inline-block;
}



.wrapper .deco{
	width: 100%;
	height: 40px;
	background-color: #001968;
}

.deco2 {
	background-color: #1F55FF!important;
	width: 100%;
	height: 40px;
	padding-bottom: 5px;
}

.article-title-big {
	margin: 20px 20px 5px 20px;
    font-size: 18px;
    font-weight: 500;
}

.paragraph-content {
	font-size: 14px;
    font-weight: 300;
    margin: 20px 20px 5px 20px;
}


.wrapper .description{
	width: 1000px;
	margin: 0px auto;
}

.wrapper .description .flashHolder{
	width: 1000px;
	height: 2800px;	
	
	position: relative;
	
	background-color: #FFFFFF;
}

.wrapper .description .flashHolder .banner{
	width: 100%;
	height: 100%;
}

.wrapper .description .flashHolder a.repeta{
	bottom: -30px;
    height: 22px;
    position: absolute;
    right: -20px;
    width: 90px;
	text-decoration: none;
}

.wrapper .tech_specs{
	width: 100%;
    background-color: #1F55FF!important;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.wrapper .tech_specs ul{
	width: 1200px;
	display: block;
	
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	list-style-image: none;
	list-style-type: none;	
}

.wrapper .tech_specs ul li{
	width: 1000px;
    margin: 0px 10px;
    /* padding: 0px 0px 20px 0px; */
    /* float: left; */
    color: #dfdfdf;
    font-size: 14px;
    font-weight: 300;
    /* text-align: left; */
}

.wrapper .tech_specs .midpoint{
	width: 378px;
	border-left: 1px solid ##34495e;
	border-right: 1px solid ##34495e;
}

.wrapper .tech_specs ul li p.title{
	padding: 20px 0px;
	margin: 0px;
	
	color: #efefef;
	font-size: 18px;
	font-weight: 500;
	
	/* text-align:center; */
}

p.copyright{
	margin: 0px;
	padding: 20px 0px 20px 0px;
	color: #fff;
	font-size: 12px;
	font-weight:  400;
	text-align: center;
	z-index: 100;
	position: relative;
	background-color: #001968;
}

/* bootstrap */
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}

.btn-primary {
	color: #ffffff;
	background-color: #20A4F3;
	border-color: #001968;
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
/* e: bootstrap */