@charset "UTF-8";

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/subset-Roboto-Light.eot');
    src: url('../fonts/subset-Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Roboto-Light.woff2') format('woff2'),
        url('../fonts/subset-Roboto-Light.woff') format('woff'),
        url('../fonts/subset-Roboto-Light.ttf') format('truetype'),
        url('../fonts/subset-Roboto-Light.svg#Roboto-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/subset-Roboto-Medium.eot');
    src: url('../fonts/subset-Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Roboto-Medium.woff2') format('woff2'),
        url('../fonts/subset-Roboto-Medium.woff') format('woff'),
        url('../fonts/subset-Roboto-Medium.ttf') format('truetype'),
        url('../fonts/subset-Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto';
    src: url('../fonts/subset-Roboto-Bold.eot');
    src: url('../fonts/subset-Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Roboto-Bold.woff2') format('woff2'),
        url('../fonts/subset-Roboto-Bold.woff') format('woff'),
        url('../fonts/subset-Roboto-Bold.ttf') format('truetype'),
        url('../fonts/subset-Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/subset-Roboto-Black.eot');
    src: url('../fonts/subset-Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Roboto-Black.woff2') format('woff2'),
        url('../fonts/subset-Roboto-Black.woff') format('woff'),
        url('../fonts/subset-Roboto-Black.ttf') format('truetype'),
        url('../fonts/subset-Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	color: #080909;
	line-height: 1.438;
	background: #000;
}

/* Section */

.section {
	position: relative;
	max-width: 1250px;
	margin: 0 auto;
}


/* Miscelleneous */

p {
	margin: 0 0 19px;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0 0 19px;
	padding: 0;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #eb0913;
}

.title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 0.1em;
	color: #eb0913;
	margin: 0 0 27px;
}

ul {
	margin-bottom: 19px;
}

a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

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

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

::-webkit-input-placeholder {
	opacity: 1;
	color: inherit;
}

:-moz-placeholder {
	opacity: 1;
	color: inherit;
}

::-moz-placeholder {
	opacity: 1;
	color: inherit;
}

:-ms-input-placeholder {  
	opacity: 1;
	color: inherit;
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;	
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}


.owl-carousel .owl-item { 
	-webkit-transform: translateZ(0);
}

table.tbsrv {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: #F1F1F1;
}
table.tbsrv th{
	border-bottom: 1px solid #ccc;
	padding: 5px 5px;
}
.tdtbemb {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-width: 200px; 
	padding: 5px 5px;
}
.tdtbemb2 {
	min-width: 200px; 
	padding: 5px 5px;
	border-bottom: 1px solid #ccc;
	
}
.tdtbesb {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	min-width: 100px; 
	padding: 5px 5px;
}
.tdtbesb2 {
	min-width: 100px; 
	padding: 5px 5px;
	border-bottom: 1px solid #ccc;
	
}
.sub {
	padding: 5px 5px;
	border-bottom: 1px solid #ccc;
}
.SideBySide {
	float: left;
}