/* --------- reset css --------- */

 /* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
 u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	font-size: 100%;
   font: inherit; 
}


h1,h2,h3,h4,h5,h6 {font-weight:normal;}

strong {
	font-family: "Circe-Bold";
}

 input {
	padding:0;
}
input[type="button"],  input[type="submit"] {
	cursor:pointer;
}

textarea {overflow: auto !important; resize:none;} 

p, li, span, input, div, a, h1, h2, h3, h4, h5, h6, label {
	font-family:inherit; 
}

.check {
	cursor: pointer;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

input, textarea {outline:none; border:0;}

input[type="text"]::-ms-clear, input[type="tel"]::-ms-clear{
	display:none;
}

.clear {
	clear:both;
}


img {
	max-width:100%;
}
a {
	color:inherit;
	text-decoration:none;
}

[type='submit'], button {
	cursor:pointer;
}

input, textarea {
	font-size:inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input:not([type='submit']):focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
input:not([type='submit']):focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
input:not([type='submit']):focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
input:not([type='submit']):focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}
input:not([type='submit']):focus:placeholder  {opacity: 0; transition: opacity 0.3s ease;}

textarea:focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus::-moz-placeholder   {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-moz-placeholder  {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:-ms-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
textarea:focus:placeholder  {opacity: 0; transition: opacity 0.3s ease;}
