@import url(../fonts);
@import url(fonts/fonts-css.css);

body {
    background: #f3f3f8;
    font-family: 'Stolzl';
    line-height: normal;
    font-size: 13px;
    color: #1e232c;
}

p, h1, h2, h3, h4, h5, h6, ul, li {
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}

ul, li {
    list-style: none;
}

/*H-GROUPS*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Stolzl Medium';
    transition: all 0.64s cubic-bezier(0.62, 0.02, 0.34, 1) 0.23s;
    -webkit-transition: all 0.64s cubic-bezier(0.62, 0.02, 0.34, 1) 0.23s;
}

.mac h1, .mac h2, .mac h3, .mac h4, .mac h6 {
    font-family: 'Stolzl';
}

h1 {
    font-size: 39px;
    letter-spacing: 0.5px;
    line-height: 42px;
    text-transform: uppercase;
}

h2 {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
    font-family: 'Georgia';
    font-style: italic;
}

h6 {
    font-size: 15px;
}

/*H-GROUPS*/

a {
    color: #4D68F0;
}

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

.btn {
    border: 2px solid #323435;
    background: #4a5162;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    padding: 10px 20px;
    text-align: center;
    font-family: 'Stolzl Medium';
    height: 45px;
    width: 220px;
    line-height: 22px;
    border-radius: 0px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn:hover {
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-primary {
    background: #4878f0;
    background: -moz-linear-gradient(left, #4878f0 0%, #8561d7 50%, #9f35ea 100%);
    background: -webkit-linear-gradient(left, #4878f0 0%, #8561d7 50%, #9f35ea 100%);
    background: linear-gradient(to right, #4878f0 0%, #8561d7 50%, #9f35ea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4878f0', endColorstr='#9f35ea', GradientType=1);

    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #7829b9;
    background: -moz-linear-gradient(left, #7829b9 0%, #7829b9 50%, #7829b9 100%);
    background: -webkit-linear-gradient(left, #7829b9 0%, #7829b9 50%, #7829b9 100%);
    background: linear-gradient(to right, #7829b9 0%, #7829b9 50%, #7829b9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7829b9', endColorstr='#7829b9', GradientType=1);

    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

ul.bullet-txt li::before {
    background: #587ef2 none repeat scroll 0 0;
    border-radius: 50px;
    color: #fff;
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
    left: 0;
    padding: 1px 3px;
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    line-height: 12px;
}

ul.bullet-txt li {
    font-family: "open_sanssemibold";
    font-size: 14px;
    padding: 5px 0 5px 24px;
    position: relative;
    color: #4b5163;
}

input[type="text"], input[type="password"], input[type="text"]:focus, select, textarea, li, a {
    /*transition: all 0.3s ease;*/
    /*-o-transition: all 0.3s ease;*/
    /*-moz-transition: all 0.3s ease;*/
    /*-webkit-transition: all 0.3s ease;*/
}

input[type="text"], input[type="password"], select, input[type="date"], textarea {
    /*border: 1px solid #dadada;*/
    /*height: 45px;*/
    /*padding: 10px;*/
    /*width: 100%;*/
}

input[type="text"]:focus {
    /*border-color: #02b1eb !important;*/
}

select {
    line-height: 40px;
}

.clearfix {
    clear: both;
}

address {
    font-style: normal;
}

strong {
    font-weight: normal;
    font-family: 'open_sansbold';
}

input[type="radio"], input[type="checkbox"] {
    margin: 0px;
    vertical-align: middle;
}

.align-center {
    text-align: center;
}

.top-btm-spacing {
    padding: 80px 0px;
}

.txt-18px {
    font-size: 18px;
    line-height: 30px;
}