/*reset start*/
/* common css*/

.clearfix {
    content: "";
    display: block;
    clear: both
}


/* common css*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    color: #434343;
    font-size: 16px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
   font-family: 'gotham_bookregular' !important
    
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

img {
    border: none;
    outline: none;
    -moz-user-select: none;
    user-select: none;
    max-width: 100%;
}

.content__main img{max-width: none}

img {
    display: block;
}

a {
    color: #30363e;
    text-decoration: none;
    outline: none;
    background: transparent;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:hover {
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
}
:focus {
    outline: none;
}
input:focus,
.input {
    outline: 0;
}

b,
strong {
    font-family: 'gotham_boldregular';
}

hr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-family: 'gotham_bookregular';
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
select,
textarea {
    font-size: 16px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.inptxt::-webkit-input-placeholder {
    color: #999999;
}

.inptxt::-moz-placeholder {
    color: #999999;
}

.inptxt:-ms-input-placeholder {
    color: #999999;
}

.inptxt:-moz-placeholder {
    color: #999999;
}

::-webkit-input-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999
}

:-moz-placeholder {
    color: #999999
}

:-ms-input-placeholder {
    color: #999999
}

input:-moz-placeholder {
    box-shadow: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'gotham_boldregular';
    font-weight: normal;
    line-height: 1.2;
}

p {
    font-size: 18px;
    line-height: 1.5;
    color: #262626;
    letter-spacing: 0.1px;
	font-family: 'gotham_bookregular' !important;
}

main,
section,
header,
nav,
footer,
aside,
figure,
figcaption,
article,
hgroup {
    display: block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

textarea {
    resize: none;
    outline: none;
}

select {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

p:empty {
    display: none;
}

::-moz-selection {
    background: #fdbc23 !important;
    color: #000;
    text-shadow: none;
    padding: 1em 0;
}

::selection {
    background:#fdbc23 !important;
    color: #000;
    text-shadow: none;
}

input:-webkit-autofill {
    background: #fdbc23 !important;
    color: #000;
}

a:focus {
    outline: none;
}


/*===============================================================
reset ends
=================================================================*/