/**
  * 
  * Aziz Arslan <mail@azizarslan.com.tr>
  *
  * 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,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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,
object,
embed,
video,
iframe {
    width: auto;
    max-width: 100%;
}

/* Responsive images aspect ratio */
img,
video,
iframe {
    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;
    border-spacing: 0;
}

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;
}
 
 
/* Typography
-----------------------------------------------------------------------------*/
.clear {
    clear: both !important;
}

.hide {
    display: none !important;
}

/* Float attributes */
.left {
    float: left !important;
}

.right {
    float: right !important;
}

/* Position attributes */
.absolute {
    position: absolute !important;
}

.relative {
    position: relative !important;
}

.fixed {
    position: fixed !important;
}

/* Element attributes is zero */
.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: 0 !important;
    outline: 0 !important;
}