/*@import 'https://fonts.googleapis.com/css?family=Open+Sans:300';
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,700';*/

/* poppins-300 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-300.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-regular - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-regular.svg#Poppins') format('svg'); /* Legacy iOS */
}
/* poppins-700 - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/poppins-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/poppins-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/poppins-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/poppins-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/poppins-v20-latin-700.svg#Poppins') format('svg'); /* Legacy iOS */
}

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
	font: 400 13px / 19px 'Poppins', Arial, sans-serif;
	color: #1E2E51;
	background-color: #fff;
}

body {
    /*background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;*/
    /*min-width: 0;
    margin: 12px 0 0 0;
    border-top: 1px solid #fff;*/
    margin: 0;
}

body, #bg{
  /*background: none no-repeat center center fixed;
  background-size:cover;*/
	background-color: #eee;
}

/*#bg{
  position:absolute;
  width:100%;
  height:100%;
}*/

h2 {
	margin: 0 15px 10px 0;	
	text-transform: uppercase;
	/*font-family: 'Poppins';*/
	font-weight: 600;
	color: #e11f24;
	font-size: 18px;
	letter-spacing: -0.5px;
}
h3 {
	margin: 20px 15px 0;		
	text-transform: uppercase;
	/*font-family: 'Poppins';*/
	font-weight: 600;
	color: #e2a2e5a;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -0.5px;
}
 
h4 {
	margin: 25px 15px 0;		
	text-transform: uppercase;
	/*font-family: 'Poppins';*/
	font-weight: 600;
	color: #EB6624;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: -0.5px;
}

strong {
	font-weight: 600;
}

p {
	margin: 5px 15px;
}

a {
	color: #1e2e51;
	text-decoration: none;
}

a:hover {
	color: #EB6624;
}

hr {
	height: 1px;
	line-height: 1px;
	border: 0;
	border-top: 1px dashed #e2a2e5a;
	background: #fff;
	margin: 18px 0 0;
}

p.link {
	margin: 24px 0;
	
}
a.link {
	color: #EB6624;
	text-decoration: underline;
	font-weight: 600;
	
}

#border_top {
	width: 100%;
	height: 24px;
	display: block;
	position: absolute;
	top: 0;
	z-index: 101;
	background: #e11f24;
	border-bottom: 1px solid #fff;
}

#border_top_right {
	width: 200px;
	height: 24px;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 102;
	background: #e2a2e5a;
	border-left: 1px solid #fff;
}

div#wrapper {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 100;
   /* bottom: 0;*/
    right: 0;
    /*height: 600px;*/
    width: 600px;
    max-width: 100%;
    padding: 0;
    margin: auto;
    text-align: center;
    border-top: 12px solid #dedede;
}

div#wrapper-ds {
    background: #fff;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 100;
   /* bottom: 0;*/
    right: 0;
    /*height: 600px;*/
    width: 600px;
    max-width: 100%;
    padding: 0;
    margin: auto;
    text-align: left;
    border-top: 12px solid #dedede;
}
div#wrapper-ds h2 {
	margin: 0 15px 5px;
}
div#wrapper-ds p {
	margin: 15px 15px;
}
div#wrapper-ds p strong {
	font-weight: 600;
}
div#wrapper-ds div#footer {
	text-align: center;
}

#footer {
	width: 100%;
	display: block;
	/*position: absolute;
	top: 0;
	z-index: 99;*/
	background: #2a2e5a;
	font-size: 11px;
	border-radius: 0 0 8px 8px;
	padding: 5px 0 5px;
	margin-top: 30px;
	background: #e2a2e5a;
	color: #fff;
	border-top: 12px solid #dedede;
}

.a_logo {
	text-align: center;
	display: inline-block;
	margin: 30px 0 30px 0;
	width: 100%;
}

.a_logo img {
	width: 177px;
    max-width: 100%;
}

/*#border_bottom {
	width: 100%;
	height: 24px;
	display: block;
	position: fixed;
	bottom: 0;
	z-index: 99;
	background: #e2a2e5a;
	border-top: 1px solid #fff;
}*/

a.teamviewer {
	color: #fafafa;
	position: absolute;
	top: 3px;
	right: 11px;
	z-index: 199;
}

a.teamviewer:hover {
	color: #ffffff;
}
