* {
    margin: 0;
    padding: 0;
    outline: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-rendering: optimizelegibility;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}
html {
    font-size: 100%;
}
body {
    font-family: "Source Sans Pro", arial, sans-serif;
    color: #777;
    font-weight: 300;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}
p {
    font-size: 1rem;
    line-height: 1.71;
    margin-bottom: 1.25rem;
    text-rendering: auto;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.th {
    padding: 25px;
    /*display: table-cell;*/
}
.logo {
    background: #fff url(/assets/images/smilelogo.svg) no-repeat center left;
    background-size: 132px;
    width: 130px;
    height: 40px;
    display: inline-block;
    float: left;
}
.s-img {
    height: 500px;
    background: #fff url(../images/bg_slide.jpg) no-repeat center;
    background-size: cover
}
.s-about {
    background: #fbfbfb;
    /*border-bottom: 1px solid #ddd;*/
}
.nav {
    float: right;
    margin-top: 3px;
}
.nav ul li {
    display: inline-block;
    text-align: center;
}
.nav ul li:first-child a {
    margin: 0;
}
.nav ul li a {
    color: #888;
    font-size: 0.8rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
    padding: 10px 0;
    /*border-bottom: 1px solid #f0f0f0;*/
    margin: 0 0 0 80px;
    font-family: "Open Sans", sans-serif;
}
.nav ul li a.signin {
    background: #2cc16a;
    padding: 8px 14px;
    border-radius: 2px;
    /*border: 1px solid #fff;*/
    color: #fff;
}
.nav ul li a.signin:hover {
    background: #2ecc71;
}
.content {
    padding: 50px 25px;
}

/* Auxiliary */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}

/* Hides from IE-mac \*/

.clearfix {
    display: block;
}
.hidden {
    display: none;
}
.line-break {
    margin: 20px 0;
    border: 0;
}
.s-features h4 {
    /*text-align: center;*/
    font-weight: 600;
}
.s-features ul li {
    list-style: inside;
    padding: 8px 0;
    /*text-align: center;*/
}
.s-features .p-box {
    padding: 0 60px;
}
.s-price {
    background: #fafafa;
}
.s-contact {
    background: #fff;
}

/*   tittle  */

h1, h2, h3, h4, h5, h6 {
    color: #3c3c3c;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    text-rendering: auto;
    margin-top: 0;
    margin-bottom: .75rem;
    line-height: 1.15;
}
h3 {
    font-size: 1.9375rem;
    font-weight: 300;
}
.tc {
    text-align: center;
}






[class*='col-'] {
    float: left;
}
.col-10 {
    width: 10%;
}
.col-25 {
    width: 25%;
}
.col-33 {
    width: 33%;
}
.col-40 {
    width: 40%;
}
.col-50 {
    width: 50%;
}
.col-60 {
    width: 60%;
}
.col-10 {
    width: 10%;
}
.col-10 {
    width: 10%;
}
.col-10 {
    width: 10%;
}
.col-100 {
    width: 100%;
}
