/* basics */
* { margin: 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; -ms-box-sizing: border-box; outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { font-family: sans-serif; line-height: 100%; margin: 0; padding: 0; }
a { color: #000; text-decoration: none; transition: 0.3s; }
a:focus, a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: 700; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
mark { background: #ff0; color: #000; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ''; content: none; }
small { font-size: 75%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { list-style: none; display: block; }
ul.list li { display: list-item; list-style: inside; list-style-type: disc; }
ol.list li { display: list-item; list-style: inside; list-style-type: decimal; }
dd { margin: 0 0 0 40px; }
img { display: block; border: 0; -ms-interpolation-mode: bicubic; max-width: 100%; max-height: 100%; height: auto; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
.clr { clear: both; display: block; }
.cf:after, .wrap:after, .clear { clear: both; content: ''; display: block; width: 100%; }

/* FORM */
button, input, select, textarea { border-radius: 0px; -webkit-border-radius: 0px; border: 0px; background: none; font-size: 100%; color: #000; 
	display: block; padding: 0 10px; text-transform: none; width: 100%; }
select { box-shadow: none; -webkit-appearance:none; -moz-appearance:none; -ms-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
input[type=button], input[type=submit], button { cursor: pointer; -webkit-appearance:none; -moz-appearance:none; 
	-ms-appearance: none; appearance: none; transition: 0.3s; }
textarea { resize: none; padding: 10px; overflow: auto; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: 40px; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
/**/
input[type=checkbox], input[type=radio] { width: auto; display:none; }
input[type="checkbox"] + label { display: flex; align-items: center; }
input[type="checkbox"] + label span { width: 20px; height: 20px; margin-right: 10px; background: #fff; border: 1px solid #6D6E71; border-radius: 3px; text-align: center; cursor: pointer; 
	font-size: 14px; font-weight: bold; line-height: 18px; }
input[type="checkbox"]:checked + label span:before { content: "\2713"; }
input[type="radio"] + label span {display:inline-block; width:16px; height:16px; margin-left: 4px; position: relative; top: -1px; background: #fff; border: 1px solid #a0a0a0; vertical-align: middle; border-radius: 50%; -webkit-border-radius: 50%; cursor: pointer; }
input[type="radio"]:checked + label span:before { content: "\2022"; }
/**/
::-webkit-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; opacity: 1; }
::-moz-placeholder { color: #000; opacity: 1;}
:-ms-input-placeholder { color: #000; }
/**/
::-moz-selection { color: #fff; background: #000; }
::selection { color: #fff; background: #000; }
/**/
.tbl { border-collapse: collapse; display: table; width: 100%; }
.tblrow { display: table-row; }
.cell { display: table-cell; vertical-align: middle; }

/* TYPOGRAPHY */
h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1.1; margin-bottom: 10px; }
h1, h2, h3 { font-size: 2.75em; }
h4, h5, h6 { font-size: 1.5em; }
p { line-height: 1.5; margin-bottom: 20px; } 
p:last-child { margin-bottom: 0px; }

/* DEFAULT */
body { background: #fff; color: #000; font-size: 16px; font-family: sans-serif; font-weight: 400; }
button, input, select, textarea { font-weight: 400; font-family: sans-serif; color: #171A36; }
#wrapper { width: 100%; max-width: 100%; margin: 0 auto; position: relative; overflow: hidden; }
.wrap { width: 100%; max-width: 1600px; margin: 0 auto; position: relative; }
.flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
.flex-center { align-items: center; justify-content: center; }
.flexv-center { align-items: center; }
.flexh-center { justify-content: center; }
.flex-reverse { flex-direction: row-reverse; }
.flex-top { align-items: flex-start; }
.flex-bottom { align-items: flex-end; }
.flex-left { justify-content: flex-start; }
.flex-right { justify-content: flex-end; }
.spacebtwen { justify-content: space-between; }

.flexrow { margin: 0 -15px; display: flex; flex-wrap: wrap; position: relative; }
.flexrow > div { padding: 0 15px; }
[class*='w-'] {  }

.w-1 { width: 1%; } .w-2 { width: 2%; } .w-3 { width: 3%; }.w-4 { width: 4%; }.w-5 { width: 5%; }.w-6 { width: 6%; }.w-7 { width: 7%; }.w-8 { width: 8%; }.w-9 { width: 9%; }.w-10 { width: 10%; }.w-11 { width: 11%; }.w-12 { width: 12%; }.w-13 { width: 13%; }.w-14 { width: 14%; }.w-15 { width: 15%; }.w-16 { width: 16%; }.w-17 { width: 17%; }.w-18 { width: 18%; }.w-19 { width: 19%; }.w-20 { width: 20%; }.w-21 { width: 21%; }.w-22 { width: 22%; }.w-23 { width: 23%; }.w-24 { width: 24%; }.w-25 { width: 25%; }.w-26 { width: 26%; }.w-27 { width: 27%; }.w-28 { width: 28%; }.w-29 { width: 29%; }.w-30 { width: 30%; }.w-31 { width: 31%; }.w-32 { width: 32%; }.w-33 { width: 33.33%; }.w-34 { width: 34%; }.w-35 { width: 35%; }.w-36 { width: 36%; }.w-37 { width: 37%; }.w-38 { width: 38%; }.w-39 { width: 39%; }.w-40 { width: 40%; }.w-41 { width: 41%; }.w-42 { width: 42%; }.w-43 { width: 43%; }.w-44 { width: 44%; }.w-45 { width: 45%; }.w-46 { width: 46%; }.w-47 { width: 47%; }.w-48 { width: 48%; }.w-49 { width: 49%; }.w-50 { width: 50%; }.w-51 { width: 51%; }.w-52 { width: 52%; }.w-53 { width: 53%; }.w-54 { width: 54%; }.w-55 { width: 55%; }.w-56 { width: 56%; }.w-57 { width: 57%; }.w-58 { width: 58%; }.w-59 { width: 59%; }.w-60 { width: 60%; }.w-61 { width: 61%; }.w-62 { width: 62%; }.w-63 { width: 63%; }.w-64 { width: 64%; }.w-65 { width: 65%; }.w-66 { width: 66.66%; }.w-67 { width: 67%; }.w-68 { width: 68%; }.w-69 { width: 69%; }.w-70 { width: 70%; }.w-71 { width: 71%; }.w-72 { width: 72%; }.w-73 { width: 73%; }.w-74 { width: 74%; }.w-75 { width: 75%; }.w-76 { width: 76%; }.w-77 { width: 77%; }.w-78 { width: 78%; }.w-79 { width: 79%; }.w-80 { width: 80%; }.w-81 { width: 81%; }.w-82 { width: 82%; }.w-83 { width: 83%; }.w-84 { width: 84%; }.w-85 { width: 85%; }.w-86 { width: 86%; }.w-87 { width: 87%; }.w-88 { width: 88%; }.w-89 { width: 89%; }.w-90 { width: 90%; }.w-91 { width: 91%; }.w-92 { width: 92%; }.w-93 { width: 93%; }.w-94 { width: 94%; }.w-95 { width: 95%; }.w-96 { width: 96%; }.w-97 { width: 97%; }.w-98 { width: 98%; }.w-99 { width: 99%; }.w-100 { width: 100%; }

.mb0 { margin-bottom: 0px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }

@media screen and (max-width:768px) { 
[class*='w-'] { width: 100%; margin-bottom: 30px; }
[class*='w-']:last-child { margin-bottom: 0px; }
.wm-1 { width: 1%; } .wm-2 { width: 2%; } .wm-3 { width: 3%; }.wm-4 { width: 4%; }.wm-5 { width: 5%; }.wm-6 { width: 6%; }.wm-7 { width: 7%; }.wm-8 { width: 8%; }.wm-9 { width: 9%; }.wm-10 { width: 10%; }.wm-11 { width: 11%; }.wm-12 { width: 12%; }.wm-13 { width: 13%; }.wm-14 { width: 14%; }.wm-15 { width: 15%; }.wm-16 { width: 16%; }.wm-17 { width: 17%; }.wm-18 { width: 18%; }.wm-19 { width: 19%; }.wm-20 { width: 20%; }.wm-21 { width: 21%; }.wm-22 { width: 22%; }.wm-23 { width: 23%; }.wm-24 { width: 24%; }.wm-25 { width: 25%; }.wm-26 { width: 26%; }.wm-27 { width: 27%; }.wm-28 { width: 28%; }.wm-29 { width: 29%; }.wm-30 { width: 30%; }.wm-31 { width: 31%; }.wm-32 { width: 32%; }.wm-33 { width: 33%; }.wm-34 { width: 34%; }.wm-35 { width: 35%; }.wm-36 { width: 36%; }.wm-37 { width: 37%; }.wm-38 { width: 38%; }.wm-39 { width: 39%; }.wm-40 { width: 40%; }.wm-41 { width: 41%; }.wm-42 { width: 42%; }.wm-43 { width: 43%; }.wm-44 { width: 44%; }.wm-45 { width: 45%; }.wm-46 { width: 46%; }.wm-47 { width: 47%; }.wm-48 { width: 48%; }.wm-49 { width: 49%; }.wm-50 { width: 50%; }.wm-51 { width: 51%; }.wm-52 { width: 52%; }.wm-53 { width: 53%; }.wm-54 { width: 54%; }.wm-55 { width: 55%; }.wm-56 { width: 56%; }.wm-57 { width: 57%; }.wm-58 { width: 58%; }.wm-59 { width: 59%; }.wm-60 { width: 60%; }.wm-61 { width: 61%; }.wm-62 { width: 62%; }.wm-63 { width: 63%; }.wm-64 { width: 64%; }.wm-65 { width: 65%; }.wm-66 { width: 66%; }.wm-67 { width: 67%; }.wm-68 { width: 68%; }.wm-69 { width: 69%; }.wm-70 { width: 70%; }.wm-71 { width: 71%; }.wm-72 { width: 72%; }.wm-73 { width: 73%; }.wm-74 { width: 74%; }.wm-75 { width: 75%; }.wm-76 { width: 76%; }.wm-77 { width: 77%; }.wm-78 { width: 78%; }.wm-79 { width: 79%; }.wm-80 { width: 80%; }.wm-81 { width: 81%; }.wm-82 { width: 82%; }.wm-83 { width: 83%; }.wm-84 { width: 84%; }.wm-85 { width: 85%; }.wm-86 { width: 86%; }.wm-87 { width: 87%; }.wm-88 { width: 88%; }.wm-89 { width: 89%; }.wm-90 { width: 90%; }.wm-91 { width: 91%; }.wm-92 { width: 92%; }.wm-93 { width: 93%; }.wm-94 { width: 94%; }.wm-95 { width: 95%; }.wm-96 { width: 96%; }.wm-97 { width: 97%; }.wm-98 { width: 98%; }.wm-99 { width: 99%; }.wm-100 { width: 100%; }
}