/**
*
*
* Thanks to Meyer Web <http://meyerweb.com/eric/tools/css/reset/>
* Thanks to Kube CSS <http://imperavi.com/kube/>
*
*/


/* base, reset
----------------------------------------*/
html,
body,
div,
span,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
input,
textarea,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style: none;
  background: transparent;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
  resize: none;
}

/* structure tags */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* responsive images and other embedded objects */
img {
  width: auto;
  max-width: 100%;
}

/* responsive images aspect ratio */
img {
  height: auto;
}

/* to prevent some browsers from inserting quotes on q and p */
blockquote,
q {
  quotes: none;
}

blockquote p:before,
blockquote p:after,
q:before,
q:after {
  content: '';
  content: none;
}

/* table reset */
table {
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
  vertical-align: top;
  font-weight: normal;
}

thead th,
thead td {
  font-weight: bold;
  vertical-align: bottom;
}

/* image inside */
a img,
th img,
td img {
  vertical-align: top;
}

/* webkit browsers reset margin */
button,
input,
select,
textarea {
  margin: 0;
}

textarea {
  overflow: auto;
}

/* normalize buttons in IE */
button {
  width: auto;
  overflow: visible;
}

/* hand cursor on clickable controls */
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}

/* trick with vertical align for radio and checkbox */
input[type="radio"],
input[type="checkbox"] {
  font-size: 110%;
}

/* horizontal rule reset */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}
a {
	text-decoration:none!important;
}

.container {
	color: black;
}

.image-item {
    position: absolute;
    top: 40%;
    transform: translate(-50%,-50%);
}

.min-image-item {
    min-height: 96px;
}

.new-button {
    overflow: hidden;
    display: inline-block;
    margin-top: 15px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    background: -webkit-linear-gradient(#3b9e99, #2c8780);
    background: -moz-linear-gradient(#3b9e99, #2c8780);
    background: linear-gradient(#3b9e99, #2c8780);
    border: solid 1px #6fb6b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
}

.hidden {
    display: none !important;
}