/**** Global settings ******/

* {
    padding: 0px;
    margin: 0px;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*,
:after,
 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix {
    clear: both
}

.clearfix::before {
    content: " ";
    display: table;
}

.clearfix::after {
    content: " ";
    display: block;
    clear: both;
}

body,
img {
    max-width: 100%
}

a,
a:focus,
a:hover,
a:visited {
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all .45s ease-in-out;
    -o-transition: all .45s ease-in-out;
    -ms-transition: all .45s ease-in-out;
    text-decoration: none
}

body,
em,
p {
    font-size: 16px;
    line-height: 1.8em;
    font-family: Roboto, sans-serif;
    color: #777
}

body {
    background: #fff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

a {
    cursor: pointer;
    color: inherit;
    transition: all .45s ease-in-out
}

ul {
    list-style: none
}

a:focus,
a:hover,
a:visited {
    outline: 0;
    transition: all .45s ease-in-out
}

.itg-button,
.mini-card-section {
    -webkit-transition: all .45s ease-in-out
}

ins {
    text-decoration: none;
}

em,
p {
    text-align: initial;
    font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
    float: left;
    width: 100%;
    position: relative;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin: 0;
    background: 0 0;
    line-height: 1.6em
}

input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
select {
    font-family: Raleway, sans-serif;
    width: 100%;
    padding: 14px 10px;
    float: left;
    position: relative;
    outline: 0;
    height: 33px;
    font-size: 14px;
    color: #777;
    background-color: #fff;
    border: none;
    font-weight: 500;
    border-bottom: 1px solid #fff
}

a:focus {
    outline: 0 solid
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

#full-container {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.inner-container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1140px;
    padding: 0 10px;
}

.wrapper {
    float: left;
    width: 100%;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-wrap: wrap;
}

.limit {
    float: left;
    width: 100%;
}

.col {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.row {
    -webkit-flex-direction: row;
    flex-direction: row;
}

.flex {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-wrap: wrap;
}

.mb10 {
    margin-bottom: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mt40 {
    margin-top: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.mt50 {
    margin-top: 50px;
}

.mb60 {
    margin-bottom: 60px;
}

.mt60 {
    margin-top: 60px;
}

.mb70 {
    margin-bottom: 70px;
}

.mt70 {
    margin-top: 70px;
}

.mb80 {
    margin-bottom: 80px;
}

.mt80 {
    margin-top: 80px;
}

.mb90 {
    margin-bottom: 90px;
}

.mt90 {
    margin-top: 90px;
}

.mb100 {
    margin-bottom: 100px;
}

.mt100 {
    margin-top: 100px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ads-left-body,
.ads-right-body {
    display: none;
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}


/**** Responsive settings ******/

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 990px) {
    .inner-container {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 800px) {}

@media only screen and (min-width: 800px) and (max-width: 939px) {}

@media only screen and (min-width: 768px) and (max-width: 799px) {}

@media only screen and (max-width: 768px) {
    .pd15 {
        padding: 0 15px !important;
    }
    .mt80,
    .mt50 {
        margin-top: 20px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {}

@media only screen and (min-width:480px) and (max-width: 599px) {}

@media only screen and (min-width:320px) and (max-width: 479px) {}

@media only screen and (max-width:320px) {}