@charset "UTF-8";
/*
Theme Name: Asympto
 */

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,300,500,700);
* {
    margin: 0;
    padding: 0; }

:focus {
    outline: 0 none; }

a, a:visited {
    -webkit-transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    transition: color 0.1s linear;
    text-decoration: none;
    color: #454545;
    cursor: pointer;
    text-decoration: none !important; }

a:hover {
    color: #65c1b2; }

ul, ol, li {
    list-style-type: none;
    padding: 0;
    margin: 0; }

html, body {
    margin: 0;
    padding: 0;
    height: 100%; }

html {
    font-size: 1rem;
    line-height: 1.63; }

body {
    font: 16px "Ubuntu";
    padding: 0;
    background-color: #fff;
    color: #222;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6; }

h1, h2, h3, h4, h5, h6 {
    line-height: normal;
    font-weight: bold; }

h1 {
    font-size: 2rem; }

h2 {
    font-size: 1.8rem; }

h3 {
    font-size: 1.675rem; }

h4 {
    font-size: 1.4rem; }

h5 {
    font-size: 1.25rem; }

h6 {
    font-size: 1rem; }

img{
    max-width: 100%;
    height: auto;
}

.alignleft{
    margin-right: 1em;
    margin-bottom: 1em;
    float: left;
}

.alignright{
    margin-left: 1em;
    margin-bottom: 1em;
    float:right;
}

.left {
    float: left; }

.right {
    float: right; }

.clear {
    clear: both; }

.wrapper {
    margin: 0 auto;
    width: 62.5rem; }

.r-menu {
    width: 100%;
    background: #454545;
    z-index: 99999;
    position: absolute;
    padding: 0 15px 0 0;
    top: 0;
    min-height: 100%;
    display: none; }
.r-menu .glyphicon-remove {
    font-size: 1.15rem;
    color: #fff;
    float: right;
    margin: 2rem;
    cursor: pointer;
    display: inline-block; }
.r-menu ul li {
    text-align: center;
    padding: 2.5rem 0 2.5rem;
    border-bottom: 1px solid #555; }
.r-menu ul li ul {
    display: none; }
.r-menu ul li a {
    color: #fff; }

/**** Main Style ****/
#nav {
    line-height: 4.5rem;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 999;
    background: #fff; }
#nav .menu-btn {
    display: none; }
#nav .menu {
    text-align: right;
    height: 4rem;
    float: right; }
#nav ul li {
    display: inline;
    position: relative; }
#nav ul li.current_page_item a, #nav ul li.current-page-ancestor a {
    color: #65c1b2; }
#nav ul li ul {
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #65c1b2;
    width: 300px;
    z-index: 999;
    height: auto;
    text-align: left;
    display: none; }
#nav ul li ul li {
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px solid #46ad9c; }
#nav ul li ul li:hover {
    color: #fff;
    background-color: #46ad9c; }
#nav ul li ul li a {
    display: block;
    margin: 0 1rem;
    font-size: .925rem;
    color: #fff; }
#nav ul li ul li a:hover {
    color: #fff; }
#nav ul li ul li:first-child a {
    margin-left: 1rem; }
#nav ul li ul li:last-child a {
    margin-right: 1rem; }
#nav ul li a {
    display: inline-block;
    margin: 0 1.75rem;
    font-size: 1rem; }
#nav ul li:first-child a {
    margin-left: 0; }
#nav ul li:last-child a {
    margin-right: 0; }
#nav #search-bar {
    background-color: #454545;
    height: 4rem;
    margin-top: -10px; }
#nav #search-bar .s-container {
    width: 200px;
    padding: 0 8px;
    height: 30px;
    line-height: 30px;
    background-color: #fff;
    float: right;
    border-radius: 30px;
    margin-top: 15px; }
#nav #search-bar input[type="text"] {
    height: 26px;
    float: left;
    width: 150px;
    border: none;
    font-size: 12px;
    margin-top: 2px; }
#nav #search-bar input[type="submit"] {
    height: 27px;
    width: 26px;
    float: right;
    background-color: transparent;
    border: none;
    background-image: url("images/search-btn.png");
    text-indent: 999px;
    margin-top: 1px; }

body > header {
    color: #fff; }
body > header:before {
    content: '';
    height: 126px;
    display: block; }
body > header .slider-wrapper .slider {
    background-image: url("images/banner-asympto.jpg");
    background-color: transparent;
    background-position: center center;
    background-size: cover;
    width: 100%;
    text-align: center;
    display: inline-block;
    position: relative;
    height: 85vh; }
body > header .slider-wrapper .slider h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    font-size: 3.2rem;
    /* text-shadow: 0 0 15px #5f5f5f; */
    text-shadow: 1px 5px 30px #555;
    margin-top: -10rem; }
body > header .slider-wrapper .slider h1 span {
    color: #ff9933; }

.services {
    padding-top: 4rem; }
.services .col-md-4 {
    margin-bottom: 2.5rem; }
.services .col-md-4 .inner { height: auto; }
.services .col-md-4 .inner header {
    width: 100%;
    position: relative;
    border: 1px solid #545454; }
.services .col-md-4 .inner header a {
    display: block; }
.services .col-md-4 .inner header img {
    width: 100%; }
.services .col-md-4 .inner header .icon {
    position: absolute;
    width: 50px !important;
    height: auto !important;
    bottom: 10px;
    left: 1rem; }
.services .col-md-4 .inner header aside {
    /* width: 125px; */
    /* width: 145px; */
    width: 42%;
    padding: 0 .8rem;
    background-color: #65c1b2;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
.services .col-md-4 .inner header aside h3 {
    margin-top: 1.0rem;
    /* font-size: 23px; */
    font-size: 22px;
    color: #fff; }
.services .col-md-4 .inner > div {
    font-size: 13px;
    margin-top: .5rem;
    text-align: justify;
    line-height: 1.45; }

footer {
    color: #fff; }
footer #about {
    background-color: #454545;
    color: #fff;
    padding: 5rem 0;
    font-size: 14px;
    text-align: justify; }
footer #copyright {
    background-color: #65c1b2;
    height: auto;
    line-height: 60px;
    font-size: 15px; }
footer #copyright ul {
    text-align: right; }
footer #copyright ul li {
    display: inline-block; }
footer #copyright ul li:last-child a {
    padding-right: 0; }
footer #copyright ul li a {
    padding: 0 1rem;
    color: #fff;
    font-size: 12px; }
footer #copyright ul li a:hover {
    color: #ccc; }

#inner-content {
    min-height: 100%;
    margin-bottom: 1rem; }
#inner-content:before {
    content: '';
    height: 126px;
    display: block; }
#inner-content .container {
    margin-top: 1rem;
    text-align: justify;
}

.clr {
    clear: both; }

.inner-header {
    text-align: center;
    height: 400px;
    display: inline-block;
    width: 100%;
    position: relative;
    background-color: #65c1b2;
    background-position: center center;
    background-size: cover; }
.inner-header h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
    text-shadow: 0 0 15px #5f5f5f; }

a.more {
    color: #65c1b2; }

/**** Responsive *****/
@media (max-width: 769px) {
    #nav ul {
        display: none; }
    #nav #search-bar .s-container {
        float: none !important;
        margin: 15px auto !important; }
    #nav .menu-btn {
        display: block; }

    .menu-btn {
        margin-top: 15px; }

    .services .col-md-4 {
        width: 50%;
        float: left; }

    #inner-content {
        height: auto;
        margin-bottom: 0; }

    footer #copyright {
        text-align: center; }
    footer #copyright ul {
        text-align: center; } }
#contact i {
    margin-right: .5rem; }
#contact form.contact {
    margin-bottom: 1rem;
    float: left;
    width: 100%; }
#contact .btn {
    background-color: #454545;
    border-color: #454545;}
#contact .btn:active {
    background-color: #65c1b2 !important;
    border-color: #65c1b2 !important; }

@media (max-width: 736px) {
    .services .col-md-4 {
        width: 100% !important;
        float: left; }

    body > header .slider-wrapper .slider {
        height: 65vh; }
    body > header .slider-wrapper .slider h1 {
        margin-top: -1rem;
        font-size: 2.5rem; } }
@media (max-width: 320px) {
    #contact form.contact {
        border-bottom: 1px solid #ccc;
        margin-bottom: 2rem; }

    #nav aside img {
        width: 220px;
        height: auto; }

    .services .col-md-4 {
        width: 100% !important;
        float: left; }

    body > header .slider-wrapper .slider {
        height: 55vh; }
    body > header .slider-wrapper .slider h1 {
        margin-top: -1rem;
        font-size: 2.5rem; }}
ul.service-list li{
    margin-bottom: 6px;
}
ul.service-list li:before {
    content: "•"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #65c1b2;}

body.admin-bar > #nav{
    margin-top:32px;
}

#content{
    padding-top: 2em;
}

#content p{
    margin-bottom: 1em;
}

.post{
    margin-bottom: 2em;
}

.post-title h3{
    margin-top: 0;
}

.post-thumb{
    margin-bottom: 1em;
}

.single-post .post-title{
    margin-bottom: 2em;
}

.results-count{
    margin-bottom:1em;
}

.navigation.pagination{
    display: block;
    text-align: center;
}
.navigation.pagination > h2 { display:none; }
.navigation.pagination .page-numbers {
    display:inline-block;
    padding:1em;
}

#services{
    padding-top: 0;
}

.wpcf7-form .wpcf7-submit{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #454545;
    border-radius: 4px;
    color: #fff;
    background-color: #454545;
}