/* @override 
	http://somenightowls.com/MDA/css/main.css */



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/


@font-face {
    font-family: "proxima-nova",sans-serif;
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: sans-serif;
}

/* ------------------------------------ */
a {
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 50px 0px 10px;
color: white;
}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
	padding-left: 5px;
}


/* ------------------------------------ */
input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}








/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: -webkit-linear-gradient(45deg, #f30000 0%, #ffbd0f 50.7%, #e50000 100%) red;
	background: -moz-linear-gradient(45deg, #f30000 0%, #ffbd0f 50.7%, #e50000 100%) red;
  background: -o-linear-gradient(45deg, #f30000 0%, #ffbd0f 50.7%, #e50000 100%) red;
  background: linear-gradient(45deg, #f30000 0%, #ffbd0f 50.7%, #e50000 100%) red;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px 66px;
}

.wrap-table100 {
  width: 1170px;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 60px;
  background: gray;
}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
  text-align: left;
}
table td.l, table th.l {
  text-align: right;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}


.table100-head th{
  background: #fb2727;
	font: 18px "proxima-nova",sans-serif;
  color: white;
  line-height: 1.2;
}

tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}

tbody tr {
  font-family: "proxima-nova",sans-serif;
  font-size: 16px;
  color: #808080;
  line-height: 1.2;
  font-weight: unset;
    vertical-align: text-bottom !important;
}

tbody tr:hover {
  
}

.column1 {
  vertical-align: text-top;
  width: 15px;
  padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 25px;
  margin-bottom: 10px;
  font: italic 14px Georgia, "Times New Roman", Times, serif;
  text-transform: capitalize;
  color: #414141;
}


.column1 img {
	margin-top: 5px;
}

.column2 {
  vertical-align: text-top;
  width: 260px;
  padding: 15px 15px 25px 20px;
  line-height: 1.4em;
  font-size: 19px;
  color: #ff3030;
  word-spacing: -1px;
  font-weight: bold;
}

.column3 {
  vertical-align: text-top;
  width: 170px;
  padding-left: 20px;
	padding-top: 8px;
  padding-bottom: 10px;
   line-height: 1.5em;
  
}

.column4 {
  vertical-align: text-top;
  width: 110px;
   padding-left: 20px;
	padding-top: 8px;
  padding-bottom: 10px;
    line-height: 1.5em;
  
}

.column5 {
  vertical-align: text-top;
  width: 170px;
  padding-right: 15px;
	padding-top: 8px;
  padding-bottom: 10px;
    line-height: 1.5em;
  
}



@media screen and (max-width: 992px) {
  
  
  .column1 {
  	padding-bottom: 5px;
  	opacity: 1;
  	font: italic 14px Georgia, "Times New Roman", Times, serif;
  	color: #414141;
  	text-transform: capitalize;
  }
  
  .column2 {
  	padding-bottom: 15px;
  	opacity: 1;
  	padding-top: 6px;
  	word-spacing: -1px;
  	font-size: 20px;
  }
  
  .container-table100 {
    padding: 33px 10px 66px;
  }
  
  
  table {
    display: block;
	border-radius: 0px;
  }
  table > *, table tr, table td, table th {
    display: block;
	margin-bottom: 0 !important;
  }
  table thead {
    display: none;
	
  }
  table tbody tr {
    height: auto;
    padding: 20px 0 10px;
  }
  table tbody tr td {
    padding-left: 21% !important;
    margin-bottom: 10px;
	padding-right: 10px;
	line-height: 1.5em;
  }
  table tbody tr td:last-child {
    margin-bottom: 0;
  }
  table tbody tr td:before {
  	font-size: 13px;
  	line-height: 1.2 em;
  	color: #7f7f7f;
  	position: absolute;
  	left: 10px;
    top: 0;
  	text-align: left;
  	width: 15%;
  	font-weight: normal !important;
  	padding-top: 9px;
  }
  table tbody tr td:nth-child(1):before {
    content: " ";
  }
  table tbody tr td:nth-child(2):before {
    content: "Title";
  }
  table tbody tr td:nth-child(3):before {
    content: "Company";
  }
  table tbody tr td:nth-child(4):before {
    content: "Brand";
  }
  table tbody tr td:nth-child(5):before {
    content: "Client";
  }
  table tbody tr td:nth-child(6):before {
    content: " ";
  }

  .column4,
  .column5,
  .column6 {
    text-align: left;
	
  }
  
  

  .column4,
  .column5,
  .column6,
  .column1,
  .column2,
  .column3 {
    width: 100%;
  }
  
  .column1 img{
display: none !important;
   
  	{
  
  .column2 {
   font-size: 18px;
    color: #4b4b4b;
   
 	{
  tbody tr {
  }
}

@media (max-width: 576px) {
  .container-table100 {
    padding-left: 15px;
    padding-right: 15px;
  }
}