﻿@import url(bootstrap.min.css);
@import url(animate.css);
@import url(fonts.css);
/*@import url("https://fonts.googleapis.com/css?family=Domine:400,700|Poppins:300,400,500,600");*/
/*@import url("https://fonts.googleapis.com/css?family=Domine:400,700|Poppins:300,400,500,600");*/
.bg-white {
    background: white !important
}

.bg-primary {
    background: #13e7ac !important;
    background: -webkit-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -moz-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -o-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: linear-gradient(250deg, #13e7ac, #00bf84) !important
}

.bg-primary.lighten-1 {
    background: #31ffca !important
}

.bg-primary.lighten-2 {
    background: #4fffe8 !important
}

.bg-primary.lighten-3 {
    background: #6dffff !important
}

.bg-primary.lighten-4 {
    background: #8bffff !important
}

.bg-primary.lighten-5 {
    background: #a9ffff !important
}

.bg-primary.darken-1 {
    background: #00c98e !important
}

.bg-primary.darken-2 {
    background: #00ab70 !important
}

.bg-primary.darken-3 {
    background: #008d52 !important
}

.bg-primary.darken-4 {
    background: #006f34 !important
}

.bg-primary.darken-5 {
    background: #005116 !important
}

.bg-grey {
    background: #9e9e9e !important
}

.bg-grey.lighten-1 {
    background: #bcbcbc !important
}

.bg-grey.lighten-2 {
    background: #dadada !important
}

.bg-grey.lighten-3 {
    background: #f8f8f8 !important
}

.bg-grey.lighten-4 {
    background: white !important
}

.bg-grey.lighten-5 {
    background: white !important
}

.bg-grey.darken-1 {
    background: #d62518 !important
}

.bg-grey.darken-2 {
    background: #b80700 !important
}

.bg-grey.darken-3 {
    background: #9a0000 !important
}

.bg-grey.darken-4 {
    background: #7c0000 !important
}

.bg-grey.darken-5 {
    background: #5e0000 !important
}

.bg-blue {
    background: #03a9f4
}

.bg-blue.lighten-1 {
    background: #21c7ff !important
}

.bg-blue.lighten-2 {
    background: #3fe5ff !important
}

.bg-blue.lighten-3 {
    background: #5dffff !important
}

.bg-blue.lighten-4 {
    background: #7bffff !important
}

.bg-blue.lighten-5 {
    background: #9ff !important
}

.bg-blue.darken-1 {
    background: #008bd6 !important
}

.bg-blue.darken-2 {
    background: #006db8 !important
}

.bg-blue.darken-3 {
    background: #004f9a !important
}

.bg-blue.darken-4 {
    background: #00317c !important
}

.bg-blue.darken-5 {
    background: #00135e !important
}

.bg-green {
    background: #4caf50 !important
}

.bg-green.lighten-1 {
    background: #6acd6e !important
}

.bg-green.lighten-2 {
    background: #88eb8c !important
}

.bg-green.lighten-3 {
    background: #a6ffaa !important
}

.bg-green.lighten-4 {
    background: #c4ffc8 !important
}

.bg-green.lighten-5 {
    background: #e2ffe6 !important
}

.bg-green.darken-1 {
    background: #2e9132 !important
}

.bg-green.darken-2 {
    background: #107314 !important
}

.bg-green.darken-3 {
    background: #050 !important
}

.bg-green.darken-4 {
    background: #003700 !important
}

.bg-green.darken-5 {
    background: #001900 !important
}

.bg-orange {
    background: #ff9800 !important
}

.bg-orange.lighten-1 {
    background: #ffb61e !important
}

.bg-orange.lighten-2 {
    background: #ffd43c !important
}

.bg-orange.lighten-3 {
    background: #fff25a !important
}

.bg-orange.lighten-4 {
    background: #ffff78 !important
}

.bg-orange.lighten-5 {
    background: #ffff96 !important
}

.bg-orange.darken-1 {
    background: #e17a00 !important
}

.bg-orange.darken-2 {
    background: #c35c00 !important
}

.bg-orange.darken-3 {
    background: #a53e00 !important
}

.bg-orange.darken-4 {
    background: #872000 !important
}

.bg-orange.darken-5 {
    background: #690200 !important
}

.bg-red {
    background: #f44336 !important
}

.bg-red.lighten-1 {
    background: #ff6154 !important
}

.bg-red.lighten-2 {
    background: #ff7f72 !important
}

.bg-red.lighten-3 {
    background: #ff9d90 !important
}

.bg-red.lighten-4 {
    background: #ffbbae !important
}

.bg-red.lighten-5 {
    background: #ffd9cc !important
}

.bg-red.darken-1 {
    background: #d62518 !important
}

.bg-red.darken-2 {
    background: #b80700 !important
}

.bg-red.darken-3 {
    background: #9a0000 !important
}

.bg-red.darken-4 {
    background: #7c0000 !important
}

.bg-red.darken-5 {
    background: #5e0000 !important
}

.text-white {
    color: white !important
}

.text-primary {
    color: #13e7ac
}

.text-primary.lighten-1 {
    color: #31ffca !important
}

.text-primary.lighten-2 {
    color: #4fffe8 !important
}

.text-primary.lighten-3 {
    color: #6dffff !important
}

.text-primary.lighten-4 {
    color: #8bffff !important
}

.text-primary.lighten-5 {
    color: #a9ffff !important
}

.text-primary.darken-1 {
    color: #00c98e !important
}

.text-primary.darken-2 {
    color: #00ab70 !important
}

.text-primary.darken-3 {
    color: #008d52 !important
}

.text-primary.darken-4 {
    color: #006f34 !important
}

.text-primary.darken-5 {
    color: #005116 !important
}

.text-blue {
    color: #03a9f4 !important
}

.text-grey {
    color: #9e9e9e !important
}

.text-red {
    color: #f44336 !important
}

.text-green {
    color: #4caf50 !important
}

.text-orange {
    color: #ff9800 !important
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-35 {
    margin: 35px !important
}

.m-40 {
    margin: 40px !important
}

.m-45 {
    margin: 45px !important
}

.m-50 {
    margin: 50px !important
}

.m-55 {
    margin: 55px !important
}

.m-60 {
    margin: 60px !important
}

.m-65 {
    margin: 65px !important
}

.m-70 {
    margin: 70px !important
}

.m-75 {
    margin: 75px !important
}

.m-80 {
    margin: 80px !important
}

.m-85 {
    margin: 85px !important
}

.m-90 {
    margin: 90px !important
}

.m-95 {
    margin: 95px !important
}

.m-100 {
    margin: 100px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-55 {
    margin-top: 55px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-t-65 {
    margin-top: 65px !important
}

.m-t-70 {
    margin-top: 70px !important
}

.m-t-75 {
    margin-top: 75px !important
}

.m-t-80 {
    margin-top: 80px !important
}

.m-t-85 {
    margin-top: 85px !important
}

.m-t-90 {
    margin-top: 90px !important
}

.m-t-95 {
    margin-top: 95px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-b-55 {
    margin-bottom: 55px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-b-65 {
    margin-bottom: 65px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-b-75 {
    margin-bottom: 75px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-b-85 {
    margin-bottom: 85px !important
}

.m-b-90 {
    margin-bottom: 90px !important
}

.m-b-95 {
    margin-bottom: 95px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-45 {
    margin-left: 45px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-l-55 {
    margin-left: 55px !important
}

.m-l-60 {
    margin-left: 60px !important
}

.m-l-65 {
    margin-left: 65px !important
}

.m-l-70 {
    margin-left: 70px !important
}

.m-l-75 {
    margin-left: 75px !important
}

.m-l-80 {
    margin-left: 80px !important
}

.m-l-85 {
    margin-left: 85px !important
}

.m-l-90 {
    margin-left: 90px !important
}

.m-l-95 {
    margin-left: 95px !important
}

.m-l-100 {
    margin-left: 100px !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-35 {
    margin-right: 35px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-r-45 {
    margin-right: 45px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.m-r-55 {
    margin-right: 55px !important
}

.m-r-60 {
    margin-right: 60px !important
}

.m-r-65 {
    margin-right: 65px !important
}

.m-r-70 {
    margin-right: 70px !important
}

.m-r-75 {
    margin-right: 75px !important
}

.m-r-80 {
    margin-right: 80px !important
}

.m-r-85 {
    margin-right: 85px !important
}

.m-r-90 {
    margin-right: 90px !important
}

.m-r-95 {
    margin-right: 95px !important
}

.m-r-100 {
    margin-right: 100px !important
}

.m-t-b-0 {
    margin: 0 0 !important
}

.m-t-b-5 {
    margin: 5px 0 !important
}

.m-t-b-10 {
    margin: 10px 0 !important
}

.m-t-b-15 {
    margin: 15px 0 !important
}

.m-t-b-20 {
    margin: 20px 0 !important
}

.m-t-b-25 {
    margin: 25px 0 !important
}

.m-t-b-30 {
    margin: 30px 0 !important
}

.m-t-b-35 {
    margin: 35px 0 !important
}

.m-t-b-40 {
    margin: 40px 0 !important
}

.m-t-b-45 {
    margin: 45px 0 !important
}

.m-t-b-50 {
    margin: 50px 0 !important
}

.m-t-b-55 {
    margin: 55px 0 !important
}

.m-t-b-60 {
    margin: 60px 0 !important
}

.m-t-b-65 {
    margin: 65px 0 !important
}

.m-t-b-70 {
    margin: 70px 0 !important
}

.m-t-b-75 {
    margin: 75px 0 !important
}

.m-t-b-80 {
    margin: 80px 0 !important
}

.m-t-b-85 {
    margin: 85px 0 !important
}

.m-t-b-90 {
    margin: 90px 0 !important
}

.m-t-b-95 {
    margin: 95px 0 !important
}

.m-t-b-100 {
    margin: 100px 0 !important
}

.m-l-r-0 {
    margin: 0 0 !important
}

.m-l-r-5 {
    margin: 0 5px !important
}

.m-l-r-10 {
    margin: 0 10px !important
}

.m-l-r-15 {
    margin: 0 15px !important
}

.m-l-r-20 {
    margin: 0 20px !important
}

.m-l-r-25 {
    margin: 0 25px !important
}

.m-l-r-30 {
    margin: 0 30px !important
}

.m-l-r-35 {
    margin: 0 35px !important
}

.m-l-r-40 {
    margin: 0 40px !important
}

.m-l-r-45 {
    margin: 0 45px !important
}

.m-l-r-50 {
    margin: 0 50px !important
}

.m-l-r-55 {
    margin: 0 55px !important
}

.m-l-r-60 {
    margin: 0 60px !important
}

.m-l-r-65 {
    margin: 0 65px !important
}

.m-l-r-70 {
    margin: 0 70px !important
}

.m-l-r-75 {
    margin: 0 75px !important
}

.m-l-r-80 {
    margin: 0 80px !important
}

.m-l-r-85 {
    margin: 0 85px !important
}

.m-l-r-90 {
    margin: 0 90px !important
}

.m-l-r-95 {
    margin: 0 95px !important
}

.m-l-r-100 {
    margin: 0 100px !important
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-25 {
    padding: 25px !important
}

.p-30 {
    padding: 30px !important
}

.p-35 {
    padding: 35px !important
}

.p-40 {
    padding: 40px !important
}

.p-45 {
    padding: 45px !important
}

.p-50 {
    padding: 50px !important
}

.p-55 {
    padding: 55px !important
}

.p-60 {
    padding: 60px !important
}

.p-65 {
    padding: 65px !important
}

.p-70 {
    padding: 70px !important
}

.p-75 {
    padding: 75px !important
}

.p-80 {
    padding: 80px !important
}

.p-85 {
    padding: 85px !important
}

.p-90 {
    padding: 90px !important
}

.p-95 {
    padding: 95px !important
}

.p-100 {
    padding: 100px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-t-35 {
    padding-top: 35px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-t-55 {
    padding-top: 55px !important
}

.p-t-60 {
    padding-top: 60px !important
}

.p-t-65 {
    padding-top: 65px !important
}

.p-t-70 {
    padding-top: 70px !important
}

.p-t-75 {
    padding-top: 75px !important
}

.p-t-80 {
    padding-top: 80px !important
}

.p-t-85 {
    padding-top: 85px !important
}

.p-t-90 {
    padding-top: 90px !important
}

.p-t-95 {
    padding-top: 95px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-b-55 {
    padding-bottom: 55px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.p-b-65 {
    padding-bottom: 65px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.p-b-75 {
    padding-bottom: 75px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

.p-b-85 {
    padding-bottom: 85px !important
}

.p-b-90 {
    padding-bottom: 90px !important
}

.p-b-95 {
    padding-bottom: 95px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-l-45 {
    padding-left: 45px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-l-55 {
    padding-left: 55px !important
}

.p-l-60 {
    padding-left: 60px !important
}

.p-l-65 {
    padding-left: 65px !important
}

.p-l-70 {
    padding-left: 70px !important
}

.p-l-75 {
    padding-left: 75px !important
}

.p-l-80 {
    padding-left: 80px !important
}

.p-l-85 {
    padding-left: 85px !important
}

.p-l-90 {
    padding-left: 90px !important
}

.p-l-95 {
    padding-left: 95px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-r-45 {
    padding-right: 45px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-r-55 {
    padding-right: 55px !important
}

.p-r-60 {
    padding-right: 60px !important
}

.p-r-65 {
    padding-right: 65px !important
}

.p-r-70 {
    padding-right: 70px !important
}

.p-r-75 {
    padding-right: 75px !important
}

.p-r-80 {
    padding-right: 80px !important
}

.p-r-85 {
    padding-right: 85px !important
}

.p-r-90 {
    padding-right: 90px !important
}

.p-r-95 {
    padding-right: 95px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.p-t-b-0 {
    padding: 0 0 !important
}

.p-t-b-5 {
    padding: 5px 0 !important
}

.p-t-b-10 {
    padding: 10px 0 !important
}

.p-t-b-15 {
    padding: 15px 0 !important
}

.p-t-b-20 {
    padding: 20px 0 !important
}

.p-t-b-25 {
    padding: 25px 0 !important
}

.p-t-b-30 {
    padding: 30px 0 !important
}

.p-t-b-35 {
    padding: 35px 0 !important
}

.p-t-b-40 {
    padding: 40px 0 !important
}

.p-t-b-45 {
    padding: 45px 0 !important
}

.p-t-b-50 {
    padding: 50px 0 !important
}

.p-t-b-55 {
    padding: 55px 0 !important
}

.p-t-b-60 {
    padding: 60px 0 !important
}

.p-t-b-65 {
    padding: 65px 0 !important
}

.p-t-b-70 {
    padding: 70px 0 !important
}

.p-t-b-75 {
    padding: 75px 0 !important
}

.p-t-b-80 {
    padding: 80px 0 !important
}

.p-t-b-85 {
    padding: 85px 0 !important
}

.p-t-b-90 {
    padding: 90px 0 !important
}

.p-t-b-95 {
    padding: 95px 0 !important
}

.p-t-b-100 {
    padding: 100px 0 !important
}

.p-l-r-0 {
    padding: 0 0 !important
}

.p-l-r-5 {
    padding: 0 5px !important
}

.p-l-r-10 {
    padding: 0 10px !important
}

.p-l-r-15 {
    padding: 0 15px !important
}

.p-l-r-20 {
    padding: 0 20px !important
}

.p-l-r-25 {
    padding: 0 25px !important
}

.p-l-r-30 {
    padding: 0 30px !important
}

.p-l-r-35 {
    padding: 0 35px !important
}

.p-l-r-40 {
    padding: 0 40px !important
}

.p-l-r-45 {
    padding: 0 45px !important
}

.p-l-r-50 {
    padding: 0 50px !important
}

.p-l-r-55 {
    padding: 0 55px !important
}

.p-l-r-60 {
    padding: 0 60px !important
}

.p-l-r-65 {
    padding: 0 65px !important
}

.p-l-r-70 {
    padding: 0 70px !important
}

.p-l-r-75 {
    padding: 0 75px !important
}

.p-l-r-80 {
    padding: 0 80px !important
}

.p-l-r-85 {
    padding: 0 85px !important
}

.p-l-r-90 {
    padding: 0 90px !important
}

.p-l-r-95 {
    padding: 0 95px !important
}

.p-l-r-100 {
    padding: 0 100px !important
}

.h-50 {
    height: 50px !important
}

.h-100 {
    height: 100px !important
}

.h-150 {
    height: 150px !important
}

.h-200 {
    height: 200px !important
}

.h-250 {
    height: 250px !important
}

.h-300 {
    height: 300px !important
}

.h-350 {
    height: 350px !important
}

.h-400 {
    height: 400px !important
}

.h-450 {
    height: 450px !important
}

.h-500 {
    height: 500px !important
}

.w-20 {
    width: 20px !important;
    display: inline-block
}

.w-40 {
    width: 40px !important;
    display: inline-block
}

.w-60 {
    width: 60px !important;
    display: inline-block
}

.w-80 {
    width: 80px !important;
    display: inline-block
}

.w-100 {
    width: 100px !important;
    display: inline-block
}

.f-s-10 {
    font-size: 10px !important
}

.f-s-11 {
    font-size: 11px !important
}

.f-s-12 {
    font-size: 12px !important
}

.f-s-13 {
    font-size: 13px !important
}

.f-s-14 {
    font-size: 14px !important
}

.f-s-15 {
    font-size: 15px !important
}

.f-s-16 {
    font-size: 16px !important
}

.f-s-17 {
    font-size: 17px !important
}

.f-s-18 {
    font-size: 18px !important
}

.f-s-19 {
    font-size: 19px !important
}

.f-s-20 {
    font-size: 20px !important
}

.f-s-21 {
    font-size: 21px !important
}

.f-s-22 {
    font-size: 22px !important
}

.f-s-23 {
    font-size: 23px !important
}

.f-s-24 {
    font-size: 24px !important
}

.f-s-25 {
    font-size: 25px !important
}

.f-s-26 {
    font-size: 26px !important
}

.f-s-27 {
    font-size: 27px !important
}

.f-s-28 {
    font-size: 28px !important
}

.f-s-29 {
    font-size: 29px !important
}

.f-s-30 {
    font-size: 30px !important
}

.f-s-31 {
    font-size: 31px !important
}

.f-s-32 {
    font-size: 32px !important
}

.f-s-33 {
    font-size: 33px !important
}

.f-s-34 {
    font-size: 34px !important
}

.f-s-35 {
    font-size: 35px !important
}

.f-s-36 {
    font-size: 36px !important
}

.f-s-37 {
    font-size: 37px !important
}

.f-s-38 {
    font-size: 38px !important
}

.f-s-39 {
    font-size: 39px !important
}

.f-s-40 {
    font-size: 40px !important
}

.f-s-41 {
    font-size: 41px !important
}

.f-s-42 {
    font-size: 42px !important
}

.f-s-43 {
    font-size: 43px !important
}

.f-s-44 {
    font-size: 44px !important
}

.f-s-45 {
    font-size: 45px !important
}

.f-s-46 {
    font-size: 46px !important
}

.f-s-47 {
    font-size: 47px !important
}

.f-s-48 {
    font-size: 48px !important
}

.f-s-49 {
    font-size: 49px !important
}

.f-s-50 {
    font-size: 50px !important
}

.hover-effect {
    position: relative;
    overflow: hidden
}

.hover-effect .hover-effect-item {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding: 40px;
    color: #a9ffff
}

.hover-effect .hover-effect-item h5 {
    margin: 0;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase
}

.hover-effect:hover .hover-effect-item {
    bottom: 0;
    opacity: 1
}

.hover-effect:hover:before {
    -webkit-transform: scale(100, 100);
    -moz-transform: scale(100, 100);
    -ms-transform: scale(100, 100);
    -o-transform: scale(100, 100);
    transform: scale(100, 100);
    left: 50%;
    top: 50%
}

.hover-effect:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    left: -10px;
    background: #13e7ac !important;
    background: rgba(19, 231, 172, 0.9) !important;
    position: absolute;
    top: -10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    -o-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@-o-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.effectHidden {
    visibility: hidden
}

body.left-sidebar {
    padding-top: 0;
    padding-left: 250px
}

body.left-sidebar nav.navbar {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 250px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    overflow: auto
}

body.left-sidebar nav.navbar .container {
    display: block;
    width: 100%
}

body.left-sidebar nav.navbar .navbar-brand {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px !important
}

body.left-sidebar nav.navbar ul.nav.navbar-nav {
    margin: 0;
    padding: 15px 0;
    float: none
}

body.left-sidebar nav.navbar ul.nav.navbar-nav li {
    display: inherit
}

body.left-sidebar nav.navbar ul.nav.navbar-nav li a {
    height: auto;
    line-height: inherit;
    padding: 10px 30px;
    text-align: center
}

body.left-sidebar nav.navbar.open {
    left: 0
}

body.right-sidebar {
    padding-top: 0;
    padding-right: 250px
}

body.right-sidebar nav.navbar {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 250px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    overflow: auto
}

body.right-sidebar nav.navbar .container {
    display: block;
    width: 100%
}

body.right-sidebar nav.navbar .navbar-brand {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px !important
}

body.right-sidebar nav.navbar ul.nav.navbar-nav {
    margin: 0;
    padding: 15px 0;
    float: none
}

body.right-sidebar nav.navbar ul.nav.navbar-nav li {
    display: inherit
}

body.right-sidebar nav.navbar ul.nav.navbar-nav li a {
    height: auto;
    line-height: inherit;
    padding: 10px 30px;
    text-align: center
}

body.right-sidebar nav.navbar.open {
    right: 0
}

body.right-sidebar a.responsive-button {
    left: 30px
}

.loader {
    background: white;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0
}

.loader .loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader .loader__figure {
    height: 0;
    width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #13e7ac;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background: #13e7ac
    }

    29% {
        background: #13e7ac
    }

    30% {
        height: 2em;
        width: 2em;
        background: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background: transparent
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background: #13e7ac
    }

    29% {
        background: #13e7ac
    }

    30% {
        height: 2em;
        width: 2em;
        background: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background: transparent
    }
}

@-o-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background: #13e7ac
    }

    29% {
        background: #13e7ac
    }

    30% {
        height: 2em;
        width: 2em;
        background: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background: transparent
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background: #13e7ac
    }

    29% {
        background: #13e7ac
    }

    30% {
        height: 2em;
        width: 2em;
        background: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background: transparent
    }
}

html,
body {
    height: 100% !important
}

body {
    background: #ebebeb;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    overflow-x: hidden;
    color: #555;
    font-size: 14px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #999;
    font-weight: 400;
    cursor: pointer
}

.form-group .form-control {
    font-size: 14px;
    border: 0;
    background: 0;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid #ddd;
    height: 45px;
    padding-left: 0;
    padding-top: 0
}

.form-group .form-control:focus {
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    border-color: #13e7ac
}

textarea.form-control {
    resize: none;
    overflow: hidden;
    min-height: 80px
}

a {
    color: #13e7ac;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #00bf84;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 300
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 34px
}

h4 {
    font-size: 26px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px
}

blockquote {
    border: 0;
    margin: 0;
    padding-bottom: 0;
    color: #414141
}

blockquote:before {
    content: '\201C';
    margin-right: 8px
}

blockquote:after {
    content: '\201D';
    margin-left: 8px
}

blockquote:before,
blockquote:after {
    color: #13e7ac;
    font-size: 30px;
    vertical-align: top;
    font-family: monospace
}

.icon {
    font-size: 35px;
    margin-bottom: 20px
}

.icon.lg {
    font-size: 45px
}

.icon.sm {
    font-size: 25px
}

.icon.circle-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center
}

.icon.circle-icon.lg {
    width: 100px;
    height: 100px;
    line-height: 100px
}

.icon.circle-icon img {
    padding-bottom: 20px
}

.icon.circle-icon.sm {
    width: 40px;
    height: 40px;
    line-height: 40px
}

ul.simple,
ul.table,
.post-sidebar ul {
    padding: 0
}

ul.simple li,
ul.table li,
.post-sidebar ul li {
    padding: 1px 0;
    list-style-type: none
}

ul.table {
    margin-bottom: 20px !important
}

ul.table li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ebebeb
}

ul.table li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

ul.table li span {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -ms-flex: 6;
    flex: 6
}

ul.table li span:last-child {
    color: #878787
}

ul.table:after {
    content: '';
    display: block;
    clear: both
}

ul.star {
    margin: 0;
    margin-bottom: 10px;
    padding: 0
}

ul.star li {
    display: inline-block;
    padding: 0 5px;
    color: #ff9800
}

ul.star li:first-child {
    padding-left: 0
}

ul.star li:last-child {
    padding-right: 0
}

ul.check-list {
    padding: 0
}

ul.check-list li {
    list-style-type: none;
    padding: 1px 0
}

ul.check-list li:before {
    content: '\f26b';
    margin-right: 8px;
    font-family: Material-Design-Iconic-Font
}

ul.pagination {
    border: 0
}

ul.pagination li a {
    margin: 0 2px;
    border: 0;
    background: 0;
    color: #555;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px
}

ul.pagination li a:hover,
ul.pagination li a:focus {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

ul.pagination li.active a {
    background: #ddd;
    color: #555;
    font-weight: 500
}

ul.pagination li.active a:hover,
ul.pagination li.active a:focus {
    background: #ddd;
    color: #555
}

.italic {
    font-style: italic
}

img:not(.media-object) {
    max-width: 100%
}

.media .media-left {
    padding-right: 20px
}

.media .media-left img.media-object {
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.btn {
    border: 0
}

.slick-slide:focus {
    outline: 0
}

span[data-effect] {
    display: inline-block
}

figure {
    margin-bottom: 30px
}

.content-row {
    margin-bottom: 30px
}

ul.nav.nav-tabs li {
    float: none;
    display: inline-block
}

ul.nav.nav-tabs li.active a {
    color: #13e7ac;
    border-bottom: 1px solid #13e7ac
}

ul.nav.nav-tabs li.active a:hover {
    background: 0;
    border: 0;
    border-bottom: 1px solid #13e7ac
}

ul.nav.nav-tabs li.active a:focus {
    border-bottom: 1px solid #13e7ac
}

ul.nav.nav-tabs li a {
    background: 0;
    border: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #555;
    padding: 15px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin: 0
}

ul.nav.nav-tabs li a:hover {
    color: #13e7ac;
    border-bottom-color: #13e7ac
}

ul.nav.nav-tabs li a:focus {
    background: 0;
    border: 0;
    color: #13e7ac;
    border-bottom: 1px solid #13e7ac
}

.tab-content {
    padding: 10px 0
}

.accordion-group {
    border: 1px solid #eee;
    border-bottom: 0
}

.accordion-group .accordion {
    background: white
}

.accordion-group .accordion.active a.accordion-title:before {
    content: '\f273';
    font-family: Material-Design-Iconic-Font
}

.accordion-group .accordion.active .accordion-body {
    display: inherit
}

.accordion-group .accordion:last-child:not(.active) .accordion-body {
    border: 0
}

.accordion-group .accordion a.accordion-title {
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    color: #777
}

.accordion-group .accordion a.accordion-title:hover {
    color: #333
}

.accordion-group .accordion a.accordion-title:before {
    content: '\f278';
    font-family: Material-Design-Iconic-Font;
    margin-right: 10px
}

.accordion-group .accordion .accordion-body {
    border-bottom: 1px solid #eee;
    display: none;
    padding: 15px 20px
}

.btn {
    background: #13e7ac;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    color: white;
    outline: none !important
}

.btn:hover {
    color: white;
    background: #31ffca
}

.btn.btn-sm {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px
}

.btn.btn-lg {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 25px
}

.btn.btn-outline {
    background: 0;
    border: 1px solid #13e7ac;
    color: #13e7ac
}

.btn.btn-outline:hover,
.btn.btn-outline:active {
    background: #13e7ac;
    color: white
}

ul.social-buttons {
    margin: 0;
    padding: 0
}

ul.social-buttons li {
    list-style-type: none;
    text-align: center;
    display: inline-block;
    margin: 0 5px
}

ul.social-buttons li:last-child {
    margin-right: 0
}

ul.social-buttons li:first-child {
    margin-left: 0
}

ul.social-buttons li a {
    color: white;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: -webkit-border-radius .3s;
    transition: -webkit-border-radius .3s;
    -o-transition: border-radius .3s;
    -moz-transition: border-radius .3s, -moz-border-radius .3s;
    transition: border-radius .3s;
    transition: border-radius .3s, -webkit-border-radius .3s, -moz-border-radius .3s;
    font-size: 16px
}

ul.social-buttons li a.facebook {
    background: #3b5999;
    color: white
}

ul.social-buttons li a.twitter {
    background: #55acee;
    color: white
}

ul.social-buttons li a.google {
    background: #dd4b39;
    color: white
}

ul.social-buttons li a.skype {
    background: #00aff0;
    color: white
}

ul.social-buttons li a.youtube {
    background: #cd201f;
    color: white
}

ul.social-buttons li a.flickr {
    background: #ff0084;
    color: white
}

ul.social-buttons li a.linkedin {
    background: #0077b5;
    color: white
}

ul.social-buttons li a.whatsapp {
    background: #25d366;
    color: white
}

ul.social-buttons.sm li {
    margin: 0 3px
}

ul.social-buttons.sm li:last-child {
    margin-right: 0
}

ul.social-buttons.sm li:first-child {
    margin-left: 0
}

ul.social-buttons.sm li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px
}

.responsive-button,
.scrollTop-button {
    cursor: pointer;
    position: fixed;
    display: inline-block;
    background: #13e7ac;
    color: white;
    width: 50px;
    height: 50px;
    display: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    right: 30px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0
}

.responsive-button:before,
.scrollTop-button:before {
    font-family: Material-Design-Iconic-Font
}

.responsive-button:hover,
.responsive-button:focus,
.scrollTop-button:hover,
.scrollTop-button:focus {
    color: white;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    background: #00d398
}

.responsive-button {
    top: 30px
}

.responsive-button:before {
    content: '\f197'
}

.scrollTop-button {
    bottom: -30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.scrollTop-button:before {
    content: '\f303'
}

.scrollTop-button.visible {
    visibility: visible;
    opacity: 1;
    bottom: 30px
}

.counter {
    text-align: center
}

.counter h3 {
    margin-bottom: 10px;
    font-weight: 500
}

.counter .counter-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px
}

.counter .counter-title:after {
    content: '';
    border-bottom: 1px solid #cdcdcd;
    display: table;
    margin: auto;
    width: 50px;
    margin-top: 15px;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s
}

.counter.text-white .counter-title:after {
    border-color: white
}

.counter.text-center .counter-title:after {
    margin-right: auto;
    margin-left: auto
}

.counter.text-right .counter-title:after {
    margin-left: auto
}

.counter:hover .counter-title::after {
    width: 80%;
    border-bottom-color: #13e7ac
}

.portfolio nav.portfolio-filter {
    margin-bottom: 50px;
    text-align: center
}

.portfolio nav.portfolio-filter ul {
    padding: 0;
    margin: 0
}

.portfolio nav.portfolio-filter ul li {
    list-style-type: none;
    display: inline-block
}

.portfolio nav.portfolio-filter ul li a {
    padding: 5px 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    font-size: 13px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.portfolio nav.portfolio-filter ul li a:hover,
.portfolio nav.portfolio-filter ul li a:active,
.portfolio nav.portfolio-filter ul li a:focus {
    color: #13e7ac;
    outline: 0;
    text-decoration: none
}

.portfolio .portfolio-gallery .portfolio-item {
    width: 33.33333%
}

.portfolio .portfolio-gallery .portfolio-item-width-2 {
    width: 50%
}

.references {
    text-align: center
}

.references .references-img {
    width: 100px;
    display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px
}

a .post {
    color: #555
}

a .post h5,
a .post h6 {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #232323
}

a .post:hover {
    text-decoration: none !important
}

.post h5,
.post h6 {
    margin: 0;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #232323
}

.post h5 {
    line-height: 28px;
    font-weight: 500
}

.post img {
    width: 100%
}

.post.card .post-body,
article.post-detail .post.post-content.card .post-body,
section.section-price .post.price-box .post-body {
    padding: 20px
}

.post .post-body {
    padding: 20px 0
}

.post-sidebar ul {
    margin: 0
}

.post-sidebar ul.tag-list li {
    float: left;
    padding: 0;
    margin-right: 5px;
    margin-bottom: 5px
}

.post-sidebar ul.tag-list li a {
    border: 1px solid #ccc;
    padding: 5px 8px
}

.post-sidebar ul.tag-list:after {
    content: '';
    display: block;
    clear: both
}

.post-sidebar a {
    color: #555
}

.post-sidebar a:hover {
    text-decoration: underline
}

article.post-detail header {
    margin-bottom: 10px
}

article.post-detail header h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px
}

article.post-detail header ul {
    margin: 0;
    color: #9b9b9b
}

article.post-detail .post-autor img {
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px
}

article.post-detail .post-autor a {
    display: block
}

article.post-detail .post-autor h5 {
    margin: 0
}

article.post-detail .media.post-autor p {
    margin-bottom: 0;
    line-height: 22px
}

article.post-detail .post-content.card,
article.post-detail section.section-price .post-content.price-box,
section.section-price article.post-detail .post-content.price-box {
    padding: 30px
}

article.post-detail .post-content.card h1,
article.post-detail section.section-price .post-content.price-box h1,
section.section-price article.post-detail .post-content.price-box h1,
article.post-detail .post-content.card h2,
article.post-detail section.section-price .post-content.price-box h2,
section.section-price article.post-detail .post-content.price-box h2,
article.post-detail .post-content.card h3,
article.post-detail section.section-price .post-content.price-box h3,
section.section-price article.post-detail .post-content.price-box h3,
article.post-detail .post-content.card h4,
article.post-detail section.section-price .post-content.price-box h4,
section.section-price article.post-detail .post-content.price-box h4,
article.post-detail .post-content.card h5,
article.post-detail section.section-price .post-content.price-box h5,
section.section-price article.post-detail .post-content.price-box h5 {
    margin-top: 20px;
    margin-bottom: 10px
}

.comments {
    margin: 30px 0 50px
}

.comments .comment-reply {
    margin-left: 120px
}

.timeline {
    position: relative
}

.timeline .timeline-item {
    width: 46.5%;
    position: relative
}

.timeline .timeline-item:last-child .timeline-item-body {
    margin-bottom: 0
}

.timeline .timeline-item .timeline-item-body {
    border: 1px solid #ddd;
    padding: 20px;
    background: white
}

.timeline .timeline-item .timeline-item-body .timeline-item-date,
.timeline .timeline-item .timeline-item-body .timeline-item-title {
    margin-bottom: 10px
}

.timeline .timeline-item .timeline-item-body .timeline-item-date:before {
    content: '\f332';
    font-family: Material-Design-Iconic-Font;
    margin-right: 10px;
    color: #999
}

.timeline .timeline-item .timeline-item-body .timeline-item-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500
}

.timeline .timeline-item .timeline-item-body p {
    margin-bottom: 0
}

.timeline .timeline-item .timeline-item-body:before {
    content: '';
    display: inline-block;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    top: 4px;
    right: -10px;
    background: white;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.timeline .timeline-item .timeline-item-body.card,
.timeline .timeline-item section.section-price .timeline-item-body.price-box,
section.section-price .timeline .timeline-item .timeline-item-body.price-box {
    border: 0
}

.timeline .timeline-item .timeline-item-body.card::before,
.timeline .timeline-item section.section-price .timeline-item-body.price-box::before,
section.section-price .timeline .timeline-item .timeline-item-body.price-box::before {
    border: 0
}

.timeline .timeline-item:nth-child(even) {
    float: right;
    clear: right
}

.timeline .timeline-item:nth-child(even) .timeline-item-body:before {
    left: -10px;
    border-right: 0;
    border-bottom: 0
}

.timeline .timeline-item:nth-child(even):before {
    left: -45px
}

.timeline .timeline-item:nth-child(odd) {
    float: left;
    clear: left
}

.timeline .timeline-item:nth-child(odd) .timeline-item-body:before {
    border-left: none;
    border-top: 0
}

.timeline .timeline-item:nth-child(odd):before {
    right: -47px
}

.timeline .timeline-item:nth-child(2) {
    margin-top: 7em
}

.timeline .timeline-item:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #13e7ac;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 0
}

.timeline:before {
    content: '';
    width: 3px;
    background: #13e7ac;
    position: absolute;
    bottom: 30px;
    top: 8px;
    left: 50%;
    margin-left: -1px
}

.timeline:after {
    content: '';
    display: block;
    clear: both
}

section.section-price .price-box {
    text-align: center;
    margin-bottom: 0
}

section.section-price .price-box header.price-box-header {
    background: #22f6bb;
    color: white
}

section.section-price .price-box header.price-box-header .title {
    padding: 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
    position: relative;
    background: white;
    color: #646464
}

section.section-price .price-box header.price-box-header .price {
    padding: 30px;
    background: #13e7ac;
    background: -webkit-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -moz-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -o-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: linear-gradient(250deg, #13e7ac, #00bf84) !important
}

section.section-price .price-box header.price-box-header .price span {
    display: block;
    font-size: 35px;
    font-weight: 600
}

section.section-price .price-box header.price-box-header .price span sup {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle
}

section.section-price .price-box header.price-box-header .price p:last-child {
    margin-bottom: 0
}

section.section-price .price-box .price-box-body {
    padding: 30px
}

section.section-price .price-box .price-box-body ul {
    margin-bottom: 20px;
    padding: 0
}

section.section-price .price-box .price-box-body ul li {
    list-style-type: none;
    padding: 5px 0
}

section.section-price .price-box .price-box-body ul li del {
    color: #999
}

section.section-price .price-box .price-box-body ul li:first-child {
    padding-top: 0
}

section.section-price .price-box .price-box-body ul li:last-child {
    padding-bottom: 0
}

section.section-price .price-box.price-box-2 {
    background: none !important;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white
}

section.section-price .price-box.price-box-2 .price-box-header {
    border-right: 1px solid #eee;
    min-height: 170px;
    background: 0;
    color: #333
}

section.section-price .price-box.price-box-2 .price-box-header .title {
    color: #999;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    background: none !important
}

section.section-price .price-box.price-box-2 .price-box-header .price {
    background: none !important
}

section.section-price .price-box.price-box-2 .price-box-body {
    padding: 0;
    padding-bottom: 20px
}

section.section-price .price-box.price-box-2 ul li {
    padding: 15px 0 !important;
    margin: 0
}

section.section-price .price-box.price-box-2 ul li p {
    margin: 0
}

section.section-price .price-box.price-box-2 ul li:nth-child(odd) {
    background: #eee
}

.cross-mark,
.check-mark {
    color: white;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.cross-mark {
    background: #ff7f72;
    text-align: center
}

.cross-mark:before {
    content: '\f136';
    font-family: Material-Design-Iconic-Font
}

.check-mark {
    background: #88eb8c;
    text-align: center
}

.check-mark:before {
    content: '\f26b';
    font-family: Material-Design-Iconic-Font
}

.service {
    text-align: center;
    margin-bottom: 30px
}

.service h5 {
    font-weight: 500
}

.service p {
    margin-bottom: 0
}

.service p+a.btn {
    margin-top: 20px
}

.progress-col-2 .progress {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    float: left
}

.progress-col-2 .progress:nth-child(odd) {
    margin-right: 15px
}

.progress-col-2 .progress:nth-child(even) {
    margin-left: 15px
}

.progress-col-2:after {
    content: '';
    display: block;
    clear: both
}

.progress-col-3 .progress {
    width: -webkit-calc(33.3% - 20px);
    width: -moz-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
    float: left;
    margin-left: 15px;
    margin-right: 15px
}

.progress-col-3 .progress:first-child {
    margin-left: 0
}

.progress-col-3 .progress:last-child {
    margin-right: 0
}

.progress-col-3 .progress:nth-child(3n) {
    margin-right: 0
}

.progress-col-3 .progress:nth-child(3n+1) {
    margin-left: 0
}

.progress-col-3:after {
    content: '';
    display: block;
    clear: both
}

.progress {
    background: 0;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 30px
}

.progress .progress-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.progress .progress-text span {
    padding-left: 15px
}

.progress .progress-item {
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #eee;
    overflow: hidden
}

.progress .progress-item .progress-bar {
    height: 100%;
    background: -webkit-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -moz-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -o-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: linear-gradient(250deg, #13e7ac, #00bf84) !important;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    -webkit-transition: width 1.5s;
    -o-transition: width 1.5s;
    -moz-transition: width 1.5s;
    transition: width 1.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.progress.progress-vertical {
    height: 300px;
    display: inline-block;
    padding: 0 30px;
    position: relative
}

.progress.progress-vertical .progress-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: absolute;
    bottom: 0;
    left: 30px;
    margin-bottom: 0;
    width: 100vh
}

.progress.progress-vertical .progress-item {
    height: 100%;
    width: 5px;
    position: relative
}

.progress.progress-vertical .progress-item .progress-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 1.5s;
    -o-transition: height 1.5s;
    -moz-transition: height 1.5s;
    transition: height 1.5s
}

nav.navbar {
    border: 0;
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    z-index: 998;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5)
}

nav.navbar .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

nav.navbar .navbar-brand {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    color: #7e7e7e;
    text-align: center
}

nav.navbar .navbar-brand img {
    display: inline;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

nav.navbar .navbar-brand:hover img {
    opacity: .8
}

nav.navbar ul.navbar-nav.nav {
    margin-left: auto
}

nav.navbar ul.navbar-nav.nav li {
    display: inline-block;
    float: none;
    position: relative
}

nav.navbar ul.navbar-nav.nav li.active a {
    color: #09dda2;
    font-weight: 600
}

nav.navbar ul.navbar-nav.nav li a {
    color: #555;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase
}

nav.navbar ul.navbar-nav.nav li a:hover,
nav.navbar ul.navbar-nav.nav li a:active,
nav.navbar ul.navbar-nav.nav li a:focus {
    color: #09dda2;
    background: 0;
    outline: 0
}

.card,
.post.card,
article.post-detail .post-content.card,
section.section-price .price-box,
.about.card {
    background: white;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s, -moz-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s, -moz-box-shadow .5s
}

.card .card-title,
article.post-detail .post-content.card .card-title,
section.section-price .price-box .card-title {
    padding: 15px 25px 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black
}

.card .card-body,
article.post-detail .post-content.card .card-body,
section.section-price .price-box .card-body {
    padding: 25px
}

.card:hover,
article.post-detail .post-content.card:hover,
section.section-price .price-box:hover,
.card:focus,
article.post-detail .post-content.card:focus,
section.section-price .price-box:focus {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2)
}

.about {
    margin: 0
}

article.post-detail .about.post-content.card,
section.section-price .about.price-box,
.about.card {
    padding: 15px
}

.about .about-photo {
    padding: 0
}

.about .about-photo img {
    width: 100%
}

.about .about-body {
    padding: 10px 30px
}

section {
    padding: 90px 0
}

section.hero {
    height: 60%;
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

section.hero.hero-full-height {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.hero div[class^="container"] {
    text-align: center;
    color: white
}

section.hero div[class^="container"] h1,
section.hero div[class^="container"] h2,
section.hero div[class^="container"] h3,
section.hero div[class^="container"] h4,
section.hero div[class^="container"] h4,
section.hero div[class^="container"] h5 {
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px
}

section.hero div[class^="container"] p {
    font-size: 16px;
    margin-bottom: 40px
}

section.hero div[class^="container"] img {
    width: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px
}

section.hero div[class^="container"] ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

section.hero div[class^="container"] ul li {
    padding: 0 10px;
    list-style-type: none
}

section.hero .hero-video {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

section.hero .hero-video iframe {
    width: 100%;
    height: 100%
}

section.hero .hero-slide {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%
}

section.hero .hero-slide .item {
    height: 100vh;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important
}

section header.section-header {
    text-align: center;
    margin-bottom: 90px;
    letter-spacing: 1px
}

section header.section-header h4 {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 700;
    color: #646464
}

section header.section-header h4+p {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #828282
}

section header.section-header h6 {
    color: #777
}

section[data-image-src] {
    background-repeat: no-repeat !important;
    background-position: center 50% !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2)
}

section[data-image-src] .btn {
    text-shadow: inherit;
    -webkit-box-shadow: 0 0 25px -10px black;
    -moz-box-shadow: 0 0 25px -10px black;
    box-shadow: 0 0 25px -10px black
}

section[data-image-src].image-fixed {
    background-attachment: fixed !important
}

section.overlay {
    position: relative
}

section.overlay>[class^="container"] {
    position: relative;
    z-index: 1
}

section.overlay:after {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%
}

section.overlay.darken-1:after {
    background: black !important;
    background: rgba(0, 0, 0, 0.2) !important
}

section.overlay.darken-2:after {
    background: black !important;
    background: rgba(0, 0, 0, 0.4) !important
}

section.overlay.darken-3:after {
    background: black !important;
    background: rgba(0, 0, 0, 0.6) !important
}

section.overlay.darken-4:after {
    background: black !important;
    background: rgba(0, 0, 0, 0.8) !important
}

section.section-map {
    position: relative;
    overflow: hidden;
    padding: 0;
    height: 200px;
}

section.section-map #map {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0
}

section.section-map .card,
section.section-map article.post-detail .post-content.card,
article.post-detail section.section-map .post-content.card,
section.section-map section.section-price .price-box,
section.section-price section.section-map .price-box {
    margin-bottom: 0
}

section.help-block {
    margin-top: 0;
    margin-bottom: 0;
    background: -webkit-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -moz-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -o-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: linear-gradient(250deg, #13e7ac, #00bf84) !important;
    color: white
}

section.help-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.help-block .container>*:last-child {
    margin-left: auto;
    text-align: right
}

section.help-block .help-block-body .help-block-title {
    font-weight: 600
}

section.help-block .help-block-body p {
    margin-bottom: 0
}

section.map-contact {
    background: white;
    padding: 0;
    margin-top: -131.5px
}

section.map-contact .card,
section.map-contact article.post-detail .post-content.card,
article.post-detail section.map-contact .post-content.card,
section.map-contact section.section-price .price-box,
section.section-price section.map-contact .price-box {
    margin-bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

section.section-about .about-photo {
    height: 420px;
    background-repeat: no-repeat !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

section.section-about .about-photo img {
    display: none;
    width: 100%
}

footer {
    padding: 40px 0;
    color: #878787;
    text-align: center;
    font-size: 13px;
    background: #e1e1e1
}

footer a.footer-logo {
    display: table;
    margin: auto;
    color: #5a5a5a;
    font-size: 35px;
    margin-bottom: 15px
}

footer a.footer-logo:hover {
    color: #323232
}

footer p {
    margin-bottom: 10px
}

footer ul.social-buttons {
    margin-bottom: 10px
}

@media(min-width:768px) and (max-width:992px) {
    .timeline .timeline-item {
        width: 43%
    }

    .timeline .timeline-item:nth-child(odd):before {
        right: -57px
    }

    .timeline .timeline-item:nth-child(even):before {
        left: -56px
    }

    .hero-caption .hero-text h2.hero-main-title {
        font-size: 30px !important
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .timeline .timeline-item {
        width: 45%
    }

    .timeline .timeline-item:nth-child(odd):before {
        right: -54px
    }

    .timeline .timeline-item:nth-child(even):before {
        left: -53px
    }

    .hero-caption .hero-text h2.hero-main-title {
        font-size: 40px !important
    }
}

@media(max-width:1440px) {
    body.right-sidebar {
        padding: 0
    }

    body.right-sidebar nav.navbar {
        right: -250px
    }

    body.right-sidebar.open {
        right: 250px
    }

    body.left-sidebar {
        padding: 0
    }

    body.left-sidebar nav.navbar {
        left: -250px
    }

    body.left-sidebar.open {
        left: 250px
    }

    body a.responsive-button {
        visibility: visible;
        opacity: 1
    }

    body:not(.right-sidebar):not(left-sidebar) {
        padding-top: 0
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar {
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        position: fixed;
        left: -250px;
        bottom: 0;
        top: 0;
        width: 250px;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        overflow: auto;
        padding: 10px 0
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar .container {
        display: block;
        width: 100%;
        padding: 0
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar .navbar-brand {
        float: none;
        display: block;
        text-align: center;
        margin: 0
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar ul.nav.navbar-nav {
        margin: 0;
        padding: 15px 0;
        float: none
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar ul.nav.navbar-nav li {
        display: inherit
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar ul.nav.navbar-nav li a {
        height: auto;
        line-height: inherit;
        padding: 10px 30px;
        text-align: center
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar.open {
        left: 0
    }
}

@media(max-width:1200px) {

    .service,
    .counter {
        margin-bottom: 30px
    }

    .portfolio-gallery .portfolio-item {
        width: 50% !important
    }
}

@media(max-width:992px) {
    .hero-caption .hero-text {
        text-align: center !important
    }

    .hero-caption .hero-text img {
        float: none !important;
        margin-bottom: 30px;
        width: 150px !important
    }

    .counter {
        text-align: center
    }

    .counter .counter-title:after {
        margin-right: auto;
        margin-left: auto
    }

    section.map-contact {
        margin-top: -50px
    }

    section.help-block {
        text-align: center
    }

    section.help-block .container {
        display: block
    }

    section.help-block .container>*:last-child {
        margin-top: 20px
    }

    section.help-block .help-block-body {
        text-align: center !important
    }

    section.hero div[class^="container"] {
        display: block;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    section.hero div[class^="container"] h1,
    section.hero div[class^="container"] h2,
    section.hero div[class^="container"] h3,
    section.hero div[class^="container"] h4,
    section.hero div[class^="container"] h5,
    section.hero div[class^="container"] h6 {
        font-size: 40px;
        margin-bottom: 10px
    }

    section.hero div[class^="container"] img {
        width: 150px;
        margin-bottom: 20px
    }

    section.hero div[class^="container"]>*:last-child {
        padding: 0
    }

    section.hero div[class^="container"]>*:last-child ul {
        margin-top: 20px;
        display: block
    }

    section.hero div[class^="container"]>*:last-child ul li {
        margin: 0;
        margin-bottom: 10px
    }

    section.hero div[class^="container"]>*:last-child ul li a {
        width: 100%
    }

    .progress-col-2 .progress,
    .progress-col-3 .progress {
        width: 100%;
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media(max-width:768px) {
    .about {
        padding: 0 !important
    }

    .about .about-photo img {
        width: 100% !important
    }

    .portfolio-gallery .portfolio-item {
        width: 100% !important
    }

    .timeline .timeline-item {
        width: 100%;
        margin-top: 0 !important;
        text-align: center
    }

    .timeline .timeline-item .timeline-item-body:before {
        display: none
    }

    .timeline .timeline-item:before {
        display: none
    }

    .timeline .timeline-item:last-child .card,
    .timeline .timeline-item:last-child section.section-price .price-box,
    section.section-price .timeline .timeline-item:last-child .price-box {
        margin-bottom: 0
    }

    .hover-effect .hover-effect-item {
        text-align: center
    }

    section {
        padding: 50px 0
    }

    section header.section-header {
        margin-bottom: 50px
    }

    section header.section-header h4 {
        font-size: 30px;
        line-height: 40px
    }

    section header.section-header h4+p {
        margin-top: 10px
    }

    section.hero div[class^="container"] h2 {
        font-size: 30px !important
    }

    .post {
        text-align: center
    }

    .price-box {
        border-bottom: 1px solid gainsboro;
        padding-bottom: 30px !important
    }

    .price-box.price-box-2 .price-box-header {
        border: none !important;
        min-height: 120px !important
    }

    .price-box.price-box-2 .price-box-header .price {
        padding: 0 !important
    }
}

@media(max-width:640px) {
    .about {
        padding: 0 !important
    }

    .about .about-body {
        text-align: center
    }

    .about .about-body ul.table li {
        display: block;
        padding: 15px 0;
        margin: 0
    }

    .about .about-body ul.table li span {
        display: block;
        padding: 0 10px
    }

    .about ul.social-buttons li {
        margin: 0 10px;
        margin-bottom: 20px
    }

    form .form-control {
        text-align: center
    }

    form button {
        width: 100%
    }

    article.post-detail header h2 {
        font-size: 30px;
        line-height: 40px
    }

    .comments .media .media-left img.media-object {
        width: 50px
    }

    .comments .comment-reply {
        margin-left: 0
    }

    section.page-detail {
        padding: 15px 0
    }

    section.page-detail .card,
    section.page-detail article.post-detail .post-content.card,
    article.post-detail section.page-detail .post-content.card,
    section.page-detail section.section-price .price-box,
    section.section-price section.page-detail .price-box {
        margin-bottom: 15px
    }
}

@media(max-width:320px) {
    section.hero p {
        padding: 0 20px
    }

    section.hero ul {
        display: block !important
    }

    section.hero ul li {
        margin-bottom: 20px;
        padding: 0 !important
    }

    section.hero ul li a {
        width: 100%
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.design-editor {
    position: fixed;
    background: #2c2c2c;
    top: 35%;
    left: -220px;
    width: 220px;
    z-index: 999;
    color: silver;
    transition: left .5s
}

.design-editor.open {
    left: 0
}

.design-editor .design-editor-body {
    padding: 15px 30px;
    position: relative
}

.design-editor .design-editor-body a.btn {
    background: white;
    color: black;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    margin: 10px 0
}

.design-editor .design-editor-body .checkbox label,
.design-editor .design-editor-body .radio label {
    display: flex;
    align-items: center
}

.design-editor .design-editor-body .checkbox input[type=checkbox],
.design-editor .design-editor-body .radio input[type=radio] {
    margin: 0;
    margin-top: 2px;
    margin-left: -22px
}

.design-editor .design-editor-body a.design-editor-btn {
    position: absolute;
    display: block;
    background: #000;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    right: -50px;
    top: 0;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.20);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.20)
}

.design-editor .design-editor-body a.design-editor-btn:before {
    content: '\f1c6';
    font-family: Material-Design-Iconic-Font;
    display: inline-block;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

#Skills {
    padding: 0
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg)
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@media(max-width:1440px) {
    .design-editor {
        display: none
    }
}

.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
    visibility: hidden !important;
    display: none !important
}

.tp-caption {
    z-index: 1;
    white-space: nowrap
}

.tp-caption-demo .tp-caption {
    position: relative !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px !important
}

.tp-caption.whitedivider3px {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    min-width: 408px;
    min-height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_large_white {
    color: #fff;
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.whitedivider3px {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    min-width: 468px;
    min-height: 3px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_medium_white {
    color: #fff;
    text-shadow: none;
    font-size: 37px;
    line-height: 37px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.boldwide_small_white {
    font-size: 25px;
    line-height: 25px;
    font-weight: 800;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.whitedivider3px_vertical {
    color: #000;
    text-shadow: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    min-width: 3px;
    min-height: 130px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_small_white {
    color: #fff;
    text-shadow: none;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_verysmall_white_mw {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    max-width: 470px;
    white-space: normal !important;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: #ebebeb;
    background-color: rgba(235, 235, 235, 1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.finewide_large_white {
    color: #FFF;
    text-shadow: none;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 8px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.finewide_medium_white {
    color: #FFF;
    text-shadow: none;
    font-size: 34px;
    line-height: 34px;
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 5px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.huge_red {
    position: absolute;
    color: #df4b6b;
    font-weight: 400;
    font-size: 150px;
    line-height: 130px;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    background-color: #2d3136;
    padding: 0
}

.tp-caption.middle_yellow {
    position: absolute;
    color: #fbd572;
    font-weight: 600;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.huge_thin_yellow {
    position: absolute;
    color: #fbd572;
    font-weight: 300;
    font-size: 90px;
    line-height: 90px;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    letter-spacing: 20px;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.big_dark {
    position: absolute;
    color: #333;
    font-weight: 700;
    font-size: 70px;
    line-height: 70px;
    font-family: "Open Sans";
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_dark {
    position: absolute;
    color: #333;
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    font-family: "Open Sans";
    margin: 0;
    letter-spacing: 5px;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_grey {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    padding: 2px 4px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #888;
    white-space: nowrap
}

.tp-caption.small_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 50px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.large_bold_white_25 {
    font-size: 55px;
    line-height: 65px;
    font-weight: 700;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.medium_text_shadow {
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    text-align: center;
    text-shadow: #000 0 5px 10px;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.medium_bold_grey {
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.very_large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -2px
}

.tp-caption.very_big_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 0 4px;
    padding-top: 1px;
    background-color: #000
}

.tp-caption.very_big_black {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap;
    padding: 0 4px;
    padding-top: 1px;
    background-color: #fff
}

.tp-caption.modern_medium_fat {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_fat_white {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_medium_light {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 24px;
    line-height: 20px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.modern_big_bluebg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #4e5b6c;
    letter-spacing: 0
}

.tp-caption.modern_big_redbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    font-family: "Open Sans", sans-serif;
    padding: 3px 10px;
    padding-top: 1px;
    margin: 0;
    border-width: 0;
    border-style: none;
    background-color: #de543e;
    letter-spacing: 0
}

.tp-caption.modern_small_text_dark {
    position: absolute;
    color: #555;
    text-shadow: none;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    margin: 0;
    border-width: 0;
    border-style: none;
    white-space: nowrap
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp-caption a {
    color: #ff7302;
    text-shadow: none;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-caption a:hover {
    color: #ffa902
}

.tp-caption.thinheadline_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.thintext_dark {
    position: absolute;
    color: rgba(0, 0, 0, 0.85);
    text-shadow: none;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-family: "Open Sans";
    background-color: transparent
}

.tp-caption.medium_bg_red a {
    color: #fff;
    text-decoration: none
}

.tp-caption.medium_bg_red a:hover {
    color: #fff;
    text-decoration: underline
}

.tp-caption.smoothcircle {
    font-size: 30px;
    line-height: 75px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.498039);
    padding: 50px 25px;
    text-align: center;
    border-radius: 500px 500px 500px 500px;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.largeblackbg {
    font-size: 50px;
    line-height: 70px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 0 20px 5px;
    text-shadow: none;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.largepinkbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #db4360;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.largewhitebg {
    position: absolute;
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #fff;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.largegreenbg {
    position: absolute;
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    font-size: 50px;
    line-height: 70px;
    font-family: "Open Sans";
    background-color: #67ae73;
    padding: 0 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.tp-caption.excerpt {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    font-family: Arial;
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 1);
    text-shadow: none;
    margin: 0;
    letter-spacing: -1.5px;
    padding: 1px 4px 0 4px;
    width: 150px;
    white-space: normal !important;
    height: auto;
    border-width: 0;
    border-color: #fff;
    border-style: none
}

.tp-caption.large_bold_grey {
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    margin: 0;
    padding: 1px 4px 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_thin_grey {
    font-size: 34px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #666;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_thin_grey {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #757575;
    text-decoration: none;
    background-color: transparent;
    padding: 1px 4px 0;
    text-shadow: none;
    margin: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.lightgrey_divider {
    text-decoration: none;
    background-color: rgba(235, 235, 235, 1);
    width: 370px;
    height: 3px;
    background-position: initial initial;
    background-repeat: initial initial;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_darkblue {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_darkblue {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #34495e;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_red {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_red {
    font-size: 21px;
    line-height: 26px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #e33a0c;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_red {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #e33a0c;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bold_orange {
    font-size: 24px;
    line-height: 30px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #f39c12;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_orange {
    font-size: 50px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    padding: 10px;
    border-width: 0;
    border-style: none
}

.tp-caption.grassfloor {
    text-decoration: none;
    background-color: rgba(160, 179, 151, 1);
    width: 4000px;
    height: 150px;
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bold_white {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_white {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_white_center {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    text-align: center;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_bg_asbestos {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #7f8c8d;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.medium_light_black {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.large_bold_black {
    font-size: 58px;
    line-height: 60px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: transparent;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumlarge_light_darkblue {
    font-size: 34px;
    line-height: 40px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #34495e;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.small_light_white {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: transparent;
    padding: 0;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.roundedimage {
    border-width: 0;
    border-color: #222;
    border-style: none
}

.tp-caption.large_bg_black {
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #000;
    padding: 10px 20px 15px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.mediumwhitebg {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    font-family: "Open Sans";
    color: #000;
    text-decoration: none;
    background-color: #fff;
    padding: 5px 15px 10px;
    text-shadow: none;
    border-width: 0;
    border-color: #000;
    border-style: none
}

.tp-caption.medium_bg_orange_new1 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 800;
    font-family: "Open Sans";
    color: #fff;
    text-decoration: none;
    background-color: #f39c12;
    padding: 10px;
    border-width: 0;
    border-color: #ffd658;
    border-style: none
}

.tp-caption.boxshadow {
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5)
}

.tp-caption.black {
    color: #000;
    text-shadow: none;
    font-weight: 300;
    font-size: 19px;
    line-height: 19px;
    font-family: 'Open Sans', sans
}

.tp-caption.noshadow {
    text-shadow: none
}

.tp_inner_padding {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-height: none !important
}

.tp-caption .frontcorner {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcorner {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-caption .frontcornertop {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    left: -40px;
    top: 0
}

.tp-caption .backcornertop {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 0;
    top: 0
}

.tp-simpleresponsive .button {
    padding: 6px 13px 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 30px;
    cursor: pointer;
    color: #fff !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6) !important;
    font-size: 15px;
    line-height: 45px !important;
    background: url(../images/gradient/g30.png) repeat-x top;
    font-family: arial, sans-serif;
    font-weight: bold;
    letter-spacing: -1px
}

.tp-simpleresponsive .button.big {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-weight: bold;
    padding: 9px 20px;
    font-size: 19px;
    line-height: 57px !important;
    background: url(../images/gradient/g40.png) repeat-x top
}

.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
    background-position: bottom, 15px 11px
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .tp-simpleresponsive .button {
        padding: 4px 8px 3px;
        line-height: 25px !important;
        font-size: 11px !important;
        font-weight: normal
    }

    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

@media only screen and (min-width:0) and (max-width:479px) {
    .tp-simpleresponsive .button {
        padding: 2px 5px 2px;
        line-height: 20px !important;
        font-size: 10px !important
    }

    .tp-simpleresponsive a.button {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        -ms-transition: none
    }
}

.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
    background-color: #21a117;
    -webkit-box-shadow: 0 3px 0 0 #104d0b;
    -moz-box-shadow: 0 3px 0 0 #104d0b;
    box-shadow: 0 3px 0 0 #104d0b
}

.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
    background-color: #1d78cb;
    -webkit-box-shadow: 0 3px 0 0 #0f3e68;
    -moz-box-shadow: 0 3px 0 0 #0f3e68;
    box-shadow: 0 3px 0 0 #0f3e68
}

.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
    background-color: #cb1d1d;
    -webkit-box-shadow: 0 3px 0 0 #7c1212;
    -moz-box-shadow: 0 3px 0 0 #7c1212;
    box-shadow: 0 3px 0 0 #7c1212
}

.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
    background-color: #f70;
    -webkit-box-shadow: 0 3px 0 0 #a34c00;
    -moz-box-shadow: 0 3px 0 0 #a34c00;
    box-shadow: 0 3px 0 0 #a34c00
}

.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
    background-color: #555;
    -webkit-box-shadow: 0 3px 0 0 #222;
    -moz-box-shadow: 0 3px 0 0 #222;
    box-shadow: 0 3px 0 0 #222
}

.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
    background-color: #888;
    -webkit-box-shadow: 0 3px 0 0 #555;
    -moz-box-shadow: 0 3px 0 0 #555;
    box-shadow: 0 3px 0 0 #555
}

.fullscreen-container {
    width: 100%;
    position: relative;
    padding: 0
}

.fullwidthbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden
}

.fullwidthbanner-container .fullwidthbanner {
    width: 100%;
    position: relative
}

.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
    position: absolute;
    visibility: hidden;
    -webkit-font-smoothing: antialiased !important
}

.tp-simpleresponsive img {
    max-width: none
}

.noFilterClass {
    filter: none !important
}

.tp-bannershadow {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-bannershadow.tp-shadow1 {
    background: url(../assets/shadow1.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow2 {
    background: url(../assets/shadow2.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.tp-bannershadow.tp-shadow3 {
    background: url(../assets/shadow3.png) no-repeat;
    background-size: 100% 100%;
    width: 890px;
    height: 60px;
    bottom: -60px
}

.caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.tp-caption.fullscreenvideo {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
    width: 100% !important;
    height: 100% !important;
    display: none
}

.fullcoveredvideo video,
.fullscreenvideo video {
    background: #000
}

.fullcoveredvideo .tp-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.html5vid.videoisplaying .tp-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, 0.3);
    padding: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: #FFF;
    z-index: 3;
    margin-top: -27px;
    margin-left: -28px;
    text-align: center;
    cursor: pointer
}

.html5vid .tp-revstop {
    width: 6px;
    height: 20px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    position: relative;
    margin: 10px 20px
}

.html5vid .tp-revstop {
    display: none
}

.html5vid.videoisplaying .revicon-right-dir {
    display: none
}

.html5vid.videoisplaying .tp-revstop {
    display: block
}

.html5vid.videoisplaying .tp-video-play-button {
    display: none
}

.html5vid:hover .tp-video-play-button {
    display: block
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.tp-dottedoverlay {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.tp-dottedoverlay.twoxtwo {
    background: url(../assets/gridtile.png)
}

.tp-dottedoverlay.twoxtwowhite {
    background: url(../assets/gridtile_white.png)
}

.tp-dottedoverlay.threexthree {
    background: url(../assets/gridtile_3x3.png)
}

.tp-dottedoverlay.threexthreewhite {
    background: url(../assets/gridtile_3x3_white.png)
}

.tpclear {
    clear: both
}

.tp-bullets {
    z-index: 1000;
    position: absolute;
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5px)
}

.tp-bullets.hidebullets {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-bullets.simplebullets.navbar {
    border: 1px solid #666;
    border-bottom: 1px solid #444;
    background: url(../assets/boxed_bgtile.png);
    height: 40px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.navbar-old {
    background: url(../assets/navigdots_bgtile.png);
    height: 35px;
    padding: 0 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.tp-bullets.simplebullets.round .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet.png) no-Repeat top left;
    width: 20px;
    height: 20px;
    margin-right: 0;
    float: left;
    margin-top: 0;
    margin-left: 3px
}

.tp-bullets.simplebullets.round .bullet.last {
    margin-right: 3px
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets.png) no-Repeat bottom left;
    width: 23px;
    height: 23px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.round-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.square-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullets2.png) no-Repeat bottom left;
    width: 19px;
    height: 19px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.square-old .bullet.last {
    margin-right: 0
}

.tp-bullets.simplebullets.navbar .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/bullet_boxed.png) no-Repeat top left;
    width: 18px;
    height: 19px;
    margin-right: 5px;
    float: left;
    margin-top: 0
}

.tp-bullets.simplebullets.navbar .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet {
    cursor: pointer;
    position: relative;
    background: url(../assets/navigdots.png) no-Repeat bottom left;
    width: 15px;
    height: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    float: left;
    margin-top: 10px
}

.tp-bullets.simplebullets.navbar-old .bullet.first {
    margin-left: 0 !important
}

.tp-bullets.simplebullets.navbar-old .bullet.last {
    margin-right: 0 !important
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
    background-position: top left
}

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
    background-position: bottom left
}

.tparrows {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -webkit-transform: translateZ(5000px);
    -webkit-transform-style: flat;
    -webkit-backface-visibility: hidden;
    z-index: 600;
    position: relative
}

.tparrows.hidearrows {
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.tp-leftarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_left.png) no-Repeat top left;
    width: 40px;
    height: 40px
}

.tp-rightarrow {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_right.png) no-Repeat top left;
    width: 40px;
    height: 40px
}

.tp-leftarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left.png) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right.png) no-Repeat top left;
    width: 19px;
    height: 14px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left.png) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-rightarrow.round-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right.png) no-Repeat top left;
    width: 26px;
    height: 26px;
    margin-right: 0;
    float: left;
    margin-top: 0
}

.tp-leftarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_left_boxed.png) no-Repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-right: 6px;
    margin-top: 12px
}

.tp-rightarrow.navbar {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/small_right_boxed.png) no-Repeat top left;
    width: 20px;
    height: 15px;
    float: left;
    margin-left: 6px;
    margin-top: 12px
}

.tp-leftarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowleft.png) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 10px
}

.tp-rightarrow.navbar-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrowright.png) no-Repeat top left;
    width: 9px;
    height: 16px;
    float: left;
    margin-left: 6px;
    margin-top: 10px
}

.tp-leftarrow.navbar-old.thumbswitharrow {
    margin-right: 10px
}

.tp-rightarrow.navbar-old.thumbswitharrow {
    margin-left: 0
}

.tp-leftarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_left2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-right: 0;
    margin-top: 0
}

.tp-rightarrow.square-old {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/arrow_right2.png) no-Repeat top left;
    width: 12px;
    height: 17px;
    float: left;
    margin-left: 0;
    margin-top: 0
}

.tp-leftarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_left.png) no-Repeat 0 0;
    width: 40px;
    height: 40px
}

.tp-rightarrow.default {
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: url(../assets/large_right.png) no-Repeat 0 0;
    width: 40px;
    height: 40px
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-position: bottom left
}

.tp-bullets.tp-thumbs {
    z-index: 1000;
    position: absolute;
    padding: 3px;
    background-color: #fff;
    width: 500px;
    height: 50px;
    margin-top: -50px
}

.fullwidthbanner-container .tp-thumbs {
    padding: 3px
}

.tp-bullets.tp-thumbs .tp-mask {
    width: 500px;
    height: 50px;
    overflow: hidden;
    position: relative
}

.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
    width: 5000px;
    position: absolute
}

.tp-bullets.tp-thumbs .bullet {
    width: 100px;
    height: 50px;
    cursor: pointer;
    overflow: hidden;
    background: 0;
    margin: 0;
    float: left;
    -ms-filter: "alpha(opacity=50)";
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out
}

.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1
}

.tp-thumbs img {
    width: 100%
}

.tp-bannertimer {
    width: 100%;
    height: 10px;
    background: url(../assets/timer.png);
    position: absolute;
    z-index: 200;
    top: 0
}

.tp-bannertimer.tp-bottom {
    bottom: 0;
    height: 5px;
    top: auto
}

@media only screen and (min-width:0) and (max-width:479px) {
    .responsive .tp-bullets {
        display: none
    }

    .responsive .tparrows {
        display: none
    }
}

.tp-simpleresponsive img {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.tp-simpleresponsive a {
    text-decoration: none
}

.tp-simpleresponsive ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.tp-simpleresponsive>ul>li {
    list-stye: none;
    position: absolute;
    visibility: hidden
}

.caption.slidelink a div,
.tp-caption.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../assets/coloredbg.png) repeat
}

.tp-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

.tp-loader.spinner0 {
    width: 40px;
    height: 40px;
    background: url(../assets/loader.gif) no-repeat center center;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    margin-top: -20px;
    margin-left: -20px;
    -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.tp-loader.spinner5 {
    background: url(../assets/loader.gif) no-repeat 10px 10px;
    background-color: #fff;
    margin: -22px -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

@-webkit-keyframes tp-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

.tp-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: #f00;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    -webkit-animation: tp-scaleout 1.0s infinite ease-in-out;
    animation: tp-scaleout 1.0s infinite ease-in-out
}

@-webkit-keyframes tp-scaleout {
    0% {
        -webkit-transform: scale(0.0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }

    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0
    }
}

.tp-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.tp-loader.spinner3 .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.tp-loader.spinner3 .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0.0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

.tp-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-animation: tp-rotate 2.0s infinite linear;
    animation: tp-rotate 2.0s infinite linear
}

.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: tp-bounce 2.0s infinite ease-in-out;
    animation: tp-bounce 2.0s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15)
}

.tp-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s
}

@-webkit-keyframes tp-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes tp-bounce {

    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

.tp-transparentimg {
    content: "url(../assets/transparent.png)"
}

.tp-3d {
    -webkit-transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%
}

.tp-caption img {
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
    zoom: 1
}

@font-face {
    font-family: 'revicons';
    src: url('../font/revicons.eot?5510888');
    src: url('../font/revicons.eot?5510888#iefix') format('embedded-opentype'), url('../font/revicons.woff?5510888') format('woff'), url('../font/revicons.ttf?5510888') format('truetype'), url('../font/revicons.svg?5510888#revicons') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="revicon-"]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

@import url(bootstrap.min.css);
@import url(animate.css);

.bg-white {
    background: white !important
}

.bg-primary {
    background: #13e7ac !important;
    background: -webkit-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -moz-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -o-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: linear-gradient(250deg, #13e7ac, #00bf84) !important
}

.bg-primary.lighten-1 {
    background: #31ffca !important
}

.bg-primary.lighten-2 {
    background: #4fffe8 !important
}

.bg-primary.lighten-3 {
    background: #6dffff !important
}

.bg-primary.lighten-4 {
    background: #8bffff !important
}

.bg-primary.lighten-5 {
    background: #a9ffff !important
}

.bg-primary.darken-1 {
    background: #00c98e !important
}

.bg-primary.darken-2 {
    background: #00ab70 !important
}

.bg-primary.darken-3 {
    background: #008d52 !important
}

.bg-primary.darken-4 {
    background: #006f34 !important
}

.bg-primary.darken-5 {
    background: #005116 !important
}

.bg-grey {
    background: #9e9e9e !important
}

.bg-grey.lighten-1 {
    background: #bcbcbc !important
}

.bg-grey.lighten-2 {
    background: #dadada !important
}

.bg-grey.lighten-3 {
    background: #f8f8f8 !important
}

.bg-grey.lighten-4 {
    background: white !important
}

.bg-grey.lighten-5 {
    background: white !important
}

.bg-grey.darken-1 {
    background: #d62518 !important
}

.bg-grey.darken-2 {
    background: #b80700 !important
}

.bg-grey.darken-3 {
    background: #9a0000 !important
}

.bg-grey.darken-4 {
    background: #7c0000 !important
}

.bg-grey.darken-5 {
    background: #5e0000 !important
}

.bg-blue {
    background: #03a9f4
}

.bg-blue.lighten-1 {
    background: #21c7ff !important
}

.bg-blue.lighten-2 {
    background: #3fe5ff !important
}

.bg-blue.lighten-3 {
    background: #5dffff !important
}

.bg-blue.lighten-4 {
    background: #7bffff !important
}

.bg-blue.lighten-5 {
    background: #9ff !important
}

.bg-blue.darken-1 {
    background: #008bd6 !important
}

.bg-blue.darken-2 {
    background: #006db8 !important
}

.bg-blue.darken-3 {
    background: #004f9a !important
}

.bg-blue.darken-4 {
    background: #00317c !important
}

.bg-blue.darken-5 {
    background: #00135e !important
}

.bg-green {
    background: #4caf50 !important
}

.bg-green.lighten-1 {
    background: #6acd6e !important
}

.bg-green.lighten-2 {
    background: #88eb8c !important
}

.bg-green.lighten-3 {
    background: #a6ffaa !important
}

.bg-green.lighten-4 {
    background: #c4ffc8 !important
}

.bg-green.lighten-5 {
    background: #e2ffe6 !important
}

.bg-green.darken-1 {
    background: #2e9132 !important
}

.bg-green.darken-2 {
    background: #107314 !important
}

.bg-green.darken-3 {
    background: #050 !important
}

.bg-green.darken-4 {
    background: #003700 !important
}

.bg-green.darken-5 {
    background: #001900 !important
}

.bg-orange {
    background: #ff9800 !important
}

.bg-orange.lighten-1 {
    background: #ffb61e !important
}

.bg-orange.lighten-2 {
    background: #ffd43c !important
}

.bg-orange.lighten-3 {
    background: #fff25a !important
}

.bg-orange.lighten-4 {
    background: #ffff78 !important
}

.bg-orange.lighten-5 {
    background: #ffff96 !important
}

.bg-orange.darken-1 {
    background: #e17a00 !important
}

.bg-orange.darken-2 {
    background: #c35c00 !important
}

.bg-orange.darken-3 {
    background: #a53e00 !important
}

.bg-orange.darken-4 {
    background: #872000 !important
}

.bg-orange.darken-5 {
    background: #690200 !important
}

.bg-red {
    background: #f44336 !important
}

.bg-red.lighten-1 {
    background: #ff6154 !important
}

.bg-red.lighten-2 {
    background: #ff7f72 !important
}

.bg-red.lighten-3 {
    background: #ff9d90 !important
}

.bg-red.lighten-4 {
    background: #ffbbae !important
}

.bg-red.lighten-5 {
    background: #ffd9cc !important
}

.bg-red.darken-1 {
    background: #d62518 !important
}

.bg-red.darken-2 {
    background: #b80700 !important
}

.bg-red.darken-3 {
    background: #9a0000 !important
}

.bg-red.darken-4 {
    background: #7c0000 !important
}

.bg-red.darken-5 {
    background: #5e0000 !important
}

.text-white {
    color: white !important
}

.text-primary {
    color: #13e7ac
}

.text-primary.lighten-1 {
    color: #31ffca !important
}

.text-primary.lighten-2 {
    color: #4fffe8 !important
}

.text-primary.lighten-3 {
    color: #6dffff !important
}

.text-primary.lighten-4 {
    color: #8bffff !important
}

.text-primary.lighten-5 {
    color: #a9ffff !important
}

.text-primary.darken-1 {
    color: #00c98e !important
}

.text-primary.darken-2 {
    color: #00ab70 !important
}

.text-primary.darken-3 {
    color: #008d52 !important
}

.text-primary.darken-4 {
    color: #006f34 !important
}

.text-primary.darken-5 {
    color: #005116 !important
}

.text-blue {
    color: #03a9f4 !important
}

.text-grey {
    color: #9e9e9e !important
}

.text-red {
    color: #f44336 !important
}

.text-green {
    color: #4caf50 !important
}

.text-orange {
    color: #ff9800 !important
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}

.m-10 {
    margin: 10px !important
}

.m-15 {
    margin: 15px !important
}

.m-20 {
    margin: 20px !important
}

.m-25 {
    margin: 25px !important
}

.m-30 {
    margin: 30px !important
}

.m-35 {
    margin: 35px !important
}

.m-40 {
    margin: 40px !important
}

.m-45 {
    margin: 45px !important
}

.m-50 {
    margin: 50px !important
}

.m-55 {
    margin: 55px !important
}

.m-60 {
    margin: 60px !important
}

.m-65 {
    margin: 65px !important
}

.m-70 {
    margin: 70px !important
}

.m-75 {
    margin: 75px !important
}

.m-80 {
    margin: 80px !important
}

.m-85 {
    margin: 85px !important
}

.m-90 {
    margin: 90px !important
}

.m-95 {
    margin: 95px !important
}

.m-100 {
    margin: 100px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px !important
}

.m-t-25 {
    margin-top: 25px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-35 {
    margin-top: 35px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-55 {
    margin-top: 55px !important
}

.m-t-60 {
    margin-top: 60px !important
}

.m-t-65 {
    margin-top: 65px !important
}

.m-t-70 {
    margin-top: 70px !important
}

.m-t-75 {
    margin-top: 75px !important
}

.m-t-80 {
    margin-top: 80px !important
}

.m-t-85 {
    margin-top: 85px !important
}

.m-t-90 {
    margin-top: 90px !important
}

.m-t-95 {
    margin-top: 95px !important
}

.m-t-100 {
    margin-top: 100px !important
}

.m-b-0 {
    margin-bottom: 0 !important
}

.m-b-5 {
    margin-bottom: 5px !important
}

.m-b-10 {
    margin-bottom: 10px !important
}

.m-b-15 {
    margin-bottom: 15px !important
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px !important
}

.m-b-30 {
    margin-bottom: 30px !important
}

.m-b-35 {
    margin-bottom: 35px !important
}

.m-b-40 {
    margin-bottom: 40px !important
}

.m-b-45 {
    margin-bottom: 45px !important
}

.m-b-50 {
    margin-bottom: 50px !important
}

.m-b-55 {
    margin-bottom: 55px !important
}

.m-b-60 {
    margin-bottom: 60px !important
}

.m-b-65 {
    margin-bottom: 65px !important
}

.m-b-70 {
    margin-bottom: 70px !important
}

.m-b-75 {
    margin-bottom: 75px !important
}

.m-b-80 {
    margin-bottom: 80px !important
}

.m-b-85 {
    margin-bottom: 85px !important
}

.m-b-90 {
    margin-bottom: 90px !important
}

.m-b-95 {
    margin-bottom: 95px !important
}

.m-b-100 {
    margin-bottom: 100px !important
}

.m-l-0 {
    margin-left: 0 !important
}

.m-l-5 {
    margin-left: 5px !important
}

.m-l-10 {
    margin-left: 10px !important
}

.m-l-15 {
    margin-left: 15px !important
}

.m-l-20 {
    margin-left: 20px !important
}

.m-l-25 {
    margin-left: 25px !important
}

.m-l-30 {
    margin-left: 30px !important
}

.m-l-35 {
    margin-left: 35px !important
}

.m-l-40 {
    margin-left: 40px !important
}

.m-l-45 {
    margin-left: 45px !important
}

.m-l-50 {
    margin-left: 50px !important
}

.m-l-55 {
    margin-left: 55px !important
}

.m-l-60 {
    margin-left: 60px !important
}

.m-l-65 {
    margin-left: 65px !important
}

.m-l-70 {
    margin-left: 70px !important
}

.m-l-75 {
    margin-left: 75px !important
}

.m-l-80 {
    margin-left: 80px !important
}

.m-l-85 {
    margin-left: 85px !important
}

.m-l-90 {
    margin-left: 90px !important
}

.m-l-95 {
    margin-left: 95px !important
}

.m-l-100 {
    margin-left: 100px !important
}

.m-r-0 {
    margin-right: 0 !important
}

.m-r-5 {
    margin-right: 5px !important
}

.m-r-10 {
    margin-right: 10px !important
}

.m-r-15 {
    margin-right: 15px !important
}

.m-r-20 {
    margin-right: 20px !important
}

.m-r-25 {
    margin-right: 25px !important
}

.m-r-30 {
    margin-right: 30px !important
}

.m-r-35 {
    margin-right: 35px !important
}

.m-r-40 {
    margin-right: 40px !important
}

.m-r-45 {
    margin-right: 45px !important
}

.m-r-50 {
    margin-right: 50px !important
}

.m-r-55 {
    margin-right: 55px !important
}

.m-r-60 {
    margin-right: 60px !important
}

.m-r-65 {
    margin-right: 65px !important
}

.m-r-70 {
    margin-right: 70px !important
}

.m-r-75 {
    margin-right: 75px !important
}

.m-r-80 {
    margin-right: 80px !important
}

.m-r-85 {
    margin-right: 85px !important
}

.m-r-90 {
    margin-right: 90px !important
}

.m-r-95 {
    margin-right: 95px !important
}

.m-r-100 {
    margin-right: 100px !important
}

.m-t-b-0 {
    margin: 0 0 !important
}

.m-t-b-5 {
    margin: 5px 0 !important
}

.m-t-b-10 {
    margin: 10px 0 !important
}

.m-t-b-15 {
    margin: 15px 0 !important
}

.m-t-b-20 {
    margin: 20px 0 !important
}

.m-t-b-25 {
    margin: 25px 0 !important
}

.m-t-b-30 {
    margin: 30px 0 !important
}

.m-t-b-35 {
    margin: 35px 0 !important
}

.m-t-b-40 {
    margin: 40px 0 !important
}

.m-t-b-45 {
    margin: 45px 0 !important
}

.m-t-b-50 {
    margin: 50px 0 !important
}

.m-t-b-55 {
    margin: 55px 0 !important
}

.m-t-b-60 {
    margin: 60px 0 !important
}

.m-t-b-65 {
    margin: 65px 0 !important
}

.m-t-b-70 {
    margin: 70px 0 !important
}

.m-t-b-75 {
    margin: 75px 0 !important
}

.m-t-b-80 {
    margin: 80px 0 !important
}

.m-t-b-85 {
    margin: 85px 0 !important
}

.m-t-b-90 {
    margin: 90px 0 !important
}

.m-t-b-95 {
    margin: 95px 0 !important
}

.m-t-b-100 {
    margin: 100px 0 !important
}

.m-l-r-0 {
    margin: 0 0 !important
}

.m-l-r-5 {
    margin: 0 5px !important
}

.m-l-r-10 {
    margin: 0 10px !important
}

.m-l-r-15 {
    margin: 0 15px !important
}

.m-l-r-20 {
    margin: 0 20px !important
}

.m-l-r-25 {
    margin: 0 25px !important
}

.m-l-r-30 {
    margin: 0 30px !important
}

.m-l-r-35 {
    margin: 0 35px !important
}

.m-l-r-40 {
    margin: 0 40px !important
}

.m-l-r-45 {
    margin: 0 45px !important
}

.m-l-r-50 {
    margin: 0 50px !important
}

.m-l-r-55 {
    margin: 0 55px !important
}

.m-l-r-60 {
    margin: 0 60px !important
}

.m-l-r-65 {
    margin: 0 65px !important
}

.m-l-r-70 {
    margin: 0 70px !important
}

.m-l-r-75 {
    margin: 0 75px !important
}

.m-l-r-80 {
    margin: 0 80px !important
}

.m-l-r-85 {
    margin: 0 85px !important
}

.m-l-r-90 {
    margin: 0 90px !important
}

.m-l-r-95 {
    margin: 0 95px !important
}

.m-l-r-100 {
    margin: 0 100px !important
}

.p-0 {
    padding: 0 !important
}

.p-5 {
    padding: 5px !important
}

.p-10 {
    padding: 10px !important
}

.p-15 {
    padding: 15px !important
}

.p-20 {
    padding: 20px !important
}

.p-25 {
    padding: 25px !important
}

.p-30 {
    padding: 30px !important
}

.p-35 {
    padding: 35px !important
}

.p-40 {
    padding: 40px !important
}

.p-45 {
    padding: 45px !important
}

.p-50 {
    padding: 50px !important
}

.p-55 {
    padding: 55px !important
}

.p-60 {
    padding: 60px !important
}

.p-65 {
    padding: 65px !important
}

.p-70 {
    padding: 70px !important
}

.p-75 {
    padding: 75px !important
}

.p-80 {
    padding: 80px !important
}

.p-85 {
    padding: 85px !important
}

.p-90 {
    padding: 90px !important
}

.p-95 {
    padding: 95px !important
}

.p-100 {
    padding: 100px !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-5 {
    padding-top: 5px !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-t-15 {
    padding-top: 15px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-t-25 {
    padding-top: 25px !important
}

.p-t-30 {
    padding-top: 30px !important
}

.p-t-35 {
    padding-top: 35px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-t-45 {
    padding-top: 45px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.p-t-55 {
    padding-top: 55px !important
}

.p-t-60 {
    padding-top: 60px !important
}

.p-t-65 {
    padding-top: 65px !important
}

.p-t-70 {
    padding-top: 70px !important
}

.p-t-75 {
    padding-top: 75px !important
}

.p-t-80 {
    padding-top: 80px !important
}

.p-t-85 {
    padding-top: 85px !important
}

.p-t-90 {
    padding-top: 90px !important
}

.p-t-95 {
    padding-top: 95px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.p-b-0 {
    padding-bottom: 0 !important
}

.p-b-5 {
    padding-bottom: 5px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-b-15 {
    padding-bottom: 15px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-b-25 {
    padding-bottom: 25px !important
}

.p-b-30 {
    padding-bottom: 30px !important
}

.p-b-35 {
    padding-bottom: 35px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-b-45 {
    padding-bottom: 45px !important
}

.p-b-50 {
    padding-bottom: 50px !important
}

.p-b-55 {
    padding-bottom: 55px !important
}

.p-b-60 {
    padding-bottom: 60px !important
}

.p-b-65 {
    padding-bottom: 65px !important
}

.p-b-70 {
    padding-bottom: 70px !important
}

.p-b-75 {
    padding-bottom: 75px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

.p-b-85 {
    padding-bottom: 85px !important
}

.p-b-90 {
    padding-bottom: 90px !important
}

.p-b-95 {
    padding-bottom: 95px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.p-l-0 {
    padding-left: 0 !important
}

.p-l-5 {
    padding-left: 5px !important
}

.p-l-10 {
    padding-left: 10px !important
}

.p-l-15 {
    padding-left: 15px !important
}

.p-l-20 {
    padding-left: 20px !important
}

.p-l-25 {
    padding-left: 25px !important
}

.p-l-30 {
    padding-left: 30px !important
}

.p-l-35 {
    padding-left: 35px !important
}

.p-l-40 {
    padding-left: 40px !important
}

.p-l-45 {
    padding-left: 45px !important
}

.p-l-50 {
    padding-left: 50px !important
}

.p-l-55 {
    padding-left: 55px !important
}

.p-l-60 {
    padding-left: 60px !important
}

.p-l-65 {
    padding-left: 65px !important
}

.p-l-70 {
    padding-left: 70px !important
}

.p-l-75 {
    padding-left: 75px !important
}

.p-l-80 {
    padding-left: 80px !important
}

.p-l-85 {
    padding-left: 85px !important
}

.p-l-90 {
    padding-left: 90px !important
}

.p-l-95 {
    padding-left: 95px !important
}

.p-l-100 {
    padding-left: 100px !important
}

.p-r-0 {
    padding-right: 0 !important
}

.p-r-5 {
    padding-right: 5px !important
}

.p-r-10 {
    padding-right: 10px !important
}

.p-r-15 {
    padding-right: 15px !important
}

.p-r-20 {
    padding-right: 20px !important
}

.p-r-25 {
    padding-right: 25px !important
}

.p-r-30 {
    padding-right: 30px !important
}

.p-r-35 {
    padding-right: 35px !important
}

.p-r-40 {
    padding-right: 40px !important
}

.p-r-45 {
    padding-right: 45px !important
}

.p-r-50 {
    padding-right: 50px !important
}

.p-r-55 {
    padding-right: 55px !important
}

.p-r-60 {
    padding-right: 60px !important
}

.p-r-65 {
    padding-right: 65px !important
}

.p-r-70 {
    padding-right: 70px !important
}

.p-r-75 {
    padding-right: 75px !important
}

.p-r-80 {
    padding-right: 80px !important
}

.p-r-85 {
    padding-right: 85px !important
}

.p-r-90 {
    padding-right: 90px !important
}

.p-r-95 {
    padding-right: 95px !important
}

.p-r-100 {
    padding-right: 100px !important
}

.p-t-b-0 {
    padding: 0 0 !important
}

.p-t-b-5 {
    padding: 5px 0 !important
}

.p-t-b-10 {
    padding: 10px 0 !important
}

.p-t-b-15 {
    padding: 15px 0 !important
}

.p-t-b-20 {
    padding: 20px 0 !important
}

.p-t-b-25 {
    padding: 25px 0 !important
}

.p-t-b-30 {
    padding: 30px 0 !important
}

.p-t-b-35 {
    padding: 35px 0 !important
}

.p-t-b-40 {
    padding: 40px 0 !important
}

.p-t-b-45 {
    padding: 45px 0 !important
}

.p-t-b-50 {
    padding: 50px 0 !important
}

.p-t-b-55 {
    padding: 55px 0 !important
}

.p-t-b-60 {
    padding: 60px 0 !important
}

.p-t-b-65 {
    padding: 65px 0 !important
}

.p-t-b-70 {
    padding: 70px 0 !important
}

.p-t-b-75 {
    padding: 75px 0 !important
}

.p-t-b-80 {
    padding: 80px 0 !important
}

.p-t-b-85 {
    padding: 85px 0 !important
}

.p-t-b-90 {
    padding: 90px 0 !important
}

.p-t-b-95 {
    padding: 95px 0 !important
}

.p-t-b-100 {
    padding: 100px 0 !important
}

.p-l-r-0 {
    padding: 0 0 !important
}

.p-l-r-5 {
    padding: 0 5px !important
}

.p-l-r-10 {
    padding: 0 10px !important
}

.p-l-r-15 {
    padding: 0 15px !important
}

.p-l-r-20 {
    padding: 0 20px !important
}

.p-l-r-25 {
    padding: 0 25px !important
}

.p-l-r-30 {
    padding: 0 30px !important
}

.p-l-r-35 {
    padding: 0 35px !important
}

.p-l-r-40 {
    padding: 0 40px !important
}

.p-l-r-45 {
    padding: 0 45px !important
}

.p-l-r-50 {
    padding: 0 50px !important
}

.p-l-r-55 {
    padding: 0 55px !important
}

.p-l-r-60 {
    padding: 0 60px !important
}

.p-l-r-65 {
    padding: 0 65px !important
}

.p-l-r-70 {
    padding: 0 70px !important
}

.p-l-r-75 {
    padding: 0 75px !important
}

.p-l-r-80 {
    padding: 0 80px !important
}

.p-l-r-85 {
    padding: 0 85px !important
}

.p-l-r-90 {
    padding: 0 90px !important
}

.p-l-r-95 {
    padding: 0 95px !important
}

.p-l-r-100 {
    padding: 0 100px !important
}

.h-50 {
    height: 50px !important
}

.h-100 {
    height: 100px !important
}

.h-150 {
    height: 150px !important
}

.h-200 {
    height: 200px !important
}

.h-250 {
    height: 250px !important
}

.h-300 {
    height: 300px !important
}

.h-350 {
    height: 350px !important
}

.h-400 {
    height: 400px !important
}

.h-450 {
    height: 450px !important
}

.h-500 {
    height: 500px !important
}

.w-20 {
    width: 20px !important;
    display: inline-block
}

.w-40 {
    width: 40px !important;
    display: inline-block
}

.w-60 {
    width: 60px !important;
    display: inline-block
}

.w-80 {
    width: 80px !important;
    display: inline-block
}

.w-100 {
    width: 100px !important;
    display: inline-block
}

.f-s-10 {
    font-size: 10px !important
}

.f-s-11 {
    font-size: 11px !important
}

.f-s-12 {
    font-size: 12px !important
}

.f-s-13 {
    font-size: 13px !important
}

.f-s-14 {
    font-size: 14px !important
}

.f-s-15 {
    font-size: 15px !important
}

.f-s-16 {
    font-size: 16px !important
}

.f-s-17 {
    font-size: 17px !important
}

.f-s-18 {
    font-size: 18px !important
}

.f-s-19 {
    font-size: 19px !important
}

.f-s-20 {
    font-size: 20px !important
}

.f-s-21 {
    font-size: 21px !important
}

.f-s-22 {
    font-size: 22px !important
}

.f-s-23 {
    font-size: 23px !important
}

.f-s-24 {
    font-size: 24px !important
}

.f-s-25 {
    font-size: 25px !important
}

.f-s-26 {
    font-size: 26px !important
}

.f-s-27 {
    font-size: 27px !important
}

.f-s-28 {
    font-size: 28px !important
}

.f-s-29 {
    font-size: 29px !important
}

.f-s-30 {
    font-size: 30px !important
}

.f-s-31 {
    font-size: 31px !important
}

.f-s-32 {
    font-size: 32px !important
}

.f-s-33 {
    font-size: 33px !important
}

.f-s-34 {
    font-size: 34px !important
}

.f-s-35 {
    font-size: 35px !important
}

.f-s-36 {
    font-size: 36px !important
}

.f-s-37 {
    font-size: 37px !important
}

.f-s-38 {
    font-size: 38px !important
}

.f-s-39 {
    font-size: 39px !important
}

.f-s-40 {
    font-size: 40px !important
}

.f-s-41 {
    font-size: 41px !important
}

.f-s-42 {
    font-size: 42px !important
}

.f-s-43 {
    font-size: 43px !important
}

.f-s-44 {
    font-size: 44px !important
}

.f-s-45 {
    font-size: 45px !important
}

.f-s-46 {
    font-size: 46px !important
}

.f-s-47 {
    font-size: 47px !important
}

.f-s-48 {
    font-size: 48px !important
}

.f-s-49 {
    font-size: 49px !important
}

.f-s-50 {
    font-size: 50px !important
}

.hover-effect {
    position: relative;
    overflow: hidden
}

.hover-effect .hover-effect-item {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    padding: 40px;
    color: #a9ffff
}

.hover-effect .hover-effect-item h5 {
    margin: 0;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase
}

.hover-effect:hover .hover-effect-item {
    bottom: 0;
    opacity: 1
}

.hover-effect:hover:before {
    -webkit-transform: scale(100, 100);
    -moz-transform: scale(100, 100);
    -ms-transform: scale(100, 100);
    -o-transform: scale(100, 100);
    transform: scale(100, 100);
    left: 50%;
    top: 50%
}

.hover-effect:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    left: -10px;
    background: #13e7ac !important;
    background: rgba(19, 231, 172, 0.9) !important;
    position: absolute;
    top: -10px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    -o-animation: blink .7s infinite;
    animation: blink .7s infinite
}

@-o-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.effectHidden {
    visibility: hidden
}

body.left-sidebar {
    padding-top: 0;
    padding-left: 250px
}

body.left-sidebar nav.navbar {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    width: 250px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    overflow: auto
}

body.left-sidebar nav.navbar .container {
    display: block;
    width: 100%
}

body.left-sidebar nav.navbar .navbar-brand {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px !important
}

body.left-sidebar nav.navbar ul.nav.navbar-nav {
    margin: 0;
    padding: 15px 0;
    float: none
}

body.left-sidebar nav.navbar ul.nav.navbar-nav li {
    display: inherit
}

body.left-sidebar nav.navbar ul.nav.navbar-nav li a {
    height: auto;
    line-height: inherit;
    padding: 10px 30px;
    text-align: center
}

body.left-sidebar nav.navbar.open {
    left: 0
}

body.right-sidebar {
    padding-top: 0;
    padding-right: 250px
}

body.right-sidebar nav.navbar {
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    width: 250px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    overflow: auto
}

body.right-sidebar nav.navbar .container {
    display: block;
    width: 100%
}

body.right-sidebar nav.navbar .navbar-brand {
    float: none;
    display: block;
    text-align: center;
    margin-top: 20px !important
}

body.right-sidebar nav.navbar ul.nav.navbar-nav {
    margin: 0;
    padding: 15px 0;
    float: none
}

body.right-sidebar nav.navbar ul.nav.navbar-nav li {
    display: inherit
}

body.right-sidebar nav.navbar ul.nav.navbar-nav li a {
    height: auto;
    line-height: inherit;
    padding: 10px 30px;
    text-align: center
}

body.right-sidebar nav.navbar.open {
    right: 0
}

body.right-sidebar a.responsive-button {
    left: 30px
}

.loader {
    background: white;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 999;
    left: 0;
    top: 0
}

.loader .loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.loader .loader__figure {
    height: 0;
    width: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 solid #13e7ac;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}

@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background: #13e7ac
    }

    29% {
        background: #13e7ac
    }

    30% {
        height: 2em;
        width: 2em;
        background: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background: transparent
    }
}

@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background: #13e7ac
    }

    29% {
        background: #13e7ac
    }

    30% {
        height: 2em;
        width: 2em;
        background: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background: transparent
    }
}

@-o-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background: #13e7ac
    }

    29% {
        background: #13e7ac
    }

    30% {
        height: 2em;
        width: 2em;
        background: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background: transparent
    }
}

@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background: #13e7ac
    }

    29% {
        background: #13e7ac
    }

    30% {
        height: 2em;
        width: 2em;
        background: transparent;
        border-width: 1em;
        opacity: 1
    }

    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background: transparent
    }
}

html,
body {
    height: 100% !important
}

body {
    background: #ebebeb;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    overflow-x: hidden;
    color: #555;
    font-size: 14px
}

.form-group {
    margin-bottom: 20px
}

.form-group label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    color: #999;
    font-weight: 400;
    cursor: pointer
}

.form-group .form-control {
    font-size: 14px;
    border: 0;
    background: 0;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-bottom: 2px solid #ddd;
    height: 45px;
    padding-left: 0;
    padding-top: 0
}

.form-group .form-control:focus {
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    border-color: #13e7ac
}

textarea.form-control {
    resize: none;
    overflow: hidden;
    min-height: 80px
}

a {
    color: #13e7ac;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #00bf84;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 20px;
    font-weight: 300
}

h1 {
    font-size: 50px
}

h2 {
    font-size: 42px
}

h3 {
    font-size: 34px
}

h4 {
    font-size: 26px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px
}

blockquote {
    border: 0;
    margin: 0;
    padding-bottom: 0;
    color: #414141
}

blockquote:before {
    content: '\201C';
    margin-right: 8px
}

blockquote:after {
    content: '\201D';
    margin-left: 8px
}

blockquote:before,
blockquote:after {
    color: #13e7ac;
    font-size: 30px;
    vertical-align: top;
    font-family: monospace
}

.icon {
    font-size: 35px;
    margin-bottom: 20px
}

.icon.lg {
    font-size: 45px
}

.icon.sm {
    font-size: 25px
}

.icon.circle-icon {
    width: 70px;
    height: 88px;
    display: block;
    margin: 0 auto;
    line-height: 88px;
    text-align: center
}

.icon.circle-icon.lg {
    width: 100px;
    height: 100px;
    line-height: 100px
}

.icon.circle-icon img {
    padding-bottom: 20px
}

.icon.circle-icon.sm {
    width: 40px;
    height: 40px;
    line-height: 40px
}

ul.simple,
ul.table,
.post-sidebar ul {
    padding: 0
}

ul.simple li,
ul.table li,
.post-sidebar ul li {
    padding: 1px 0;
    list-style-type: none
}

ul.table {
    margin-bottom: 20px !important
}

ul.table li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #ebebeb
}

ul.table li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

ul.table li span {
    -webkit-box-flex: 6;
    -webkit-flex: 6;
    -moz-box-flex: 6;
    -ms-flex: 6;
    flex: 6
}

ul.table li span:last-child {
    color: #878787
}

ul.table:after {
    content: '';
    display: block;
    clear: both
}

ul.star {
    margin: 0;
    margin-bottom: 10px;
    padding: 0
}

ul.star li {
    display: inline-block;
    padding: 0 5px;
    color: #ff9800
}

ul.star li:first-child {
    padding-left: 0
}

ul.star li:last-child {
    padding-right: 0
}

ul.check-list {
    padding: 0
}

ul.check-list li {
    list-style-type: none;
    padding: 1px 0
}

ul.check-list li:before {
    content: '\f26b';
    margin-right: 8px;
    font-family: Material-Design-Iconic-Font
}

ul.pagination {
    border: 0
}

ul.pagination li a {
    margin: 0 2px;
    border: 0;
    background: 0;
    color: #555;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px
}

ul.pagination li a:hover,
ul.pagination li a:focus {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

ul.pagination li.active a {
    background: #ddd;
    color: #555;
    font-weight: 500
}

ul.pagination li.active a:hover,
ul.pagination li.active a:focus {
    background: #ddd;
    color: #555
}

.italic {
    font-style: italic
}

img:not(.media-object) {
    max-width: 100%
}

.media .media-left {
    padding-right: 20px
}

.media .media-left img.media-object {
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.btn {
    border: 0
}

.slick-slide:focus {
    outline: 0
}

span[data-effect] {
    display: inline-block
}

figure {
    margin-bottom: 30px
}

.content-row {
    margin-bottom: 30px
}

ul.nav.nav-tabs li {
    float: none;
    display: inline-block
}

ul.nav.nav-tabs li.active a {
    color: #13e7ac;
    border-bottom: 1px solid #13e7ac
}

ul.nav.nav-tabs li.active a:hover {
    background: 0;
    border: 0;
    border-bottom: 1px solid #13e7ac
}

ul.nav.nav-tabs li.active a:focus {
    border-bottom: 1px solid #13e7ac
}

ul.nav.nav-tabs li a {
    background: 0;
    border: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 13px;
    color: #555;
    padding: 15px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    margin: 0
}

ul.nav.nav-tabs li a:hover {
    color: #13e7ac;
    border-bottom-color: #13e7ac
}

ul.nav.nav-tabs li a:focus {
    background: 0;
    border: 0;
    color: #13e7ac;
    border-bottom: 1px solid #13e7ac
}

.tab-content {
    padding: 10px 0
}

.accordion-group {
    border: 1px solid #eee;
    border-bottom: 0
}

.accordion-group .accordion {
    background: white
}

.accordion-group .accordion.active a.accordion-title:before {
    content: '\f273';
    font-family: Material-Design-Iconic-Font
}

.accordion-group .accordion.active .accordion-body {
    display: inherit
}

.accordion-group .accordion:last-child:not(.active) .accordion-body {
    border: 0
}

.accordion-group .accordion a.accordion-title {
    font-size: 16px;
    line-height: 22px;
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    color: #777
}

.accordion-group .accordion a.accordion-title:hover {
    color: #333
}

.accordion-group .accordion a.accordion-title:before {
    content: '\f278';
    font-family: Material-Design-Iconic-Font;
    margin-right: 10px
}

.accordion-group .accordion .accordion-body {
    border-bottom: 1px solid #eee;
    display: none;
    padding: 15px 20px
}

.btn {
    background: #13e7ac;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.btn:focus {
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    color: white;
    outline: none !important
}

.btn:hover {
    color: white;
    background: #31ffca
}

.btn.btn-sm {
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px
}

.btn.btn-lg {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 25px
}

.btn.btn-outline {
    background: 0;
    border: 1px solid #13e7ac;
    color: #13e7ac
}

.btn.btn-outline:hover,
.btn.btn-outline:active {
    background: #13e7ac;
    color: white
}

ul.social-buttons {
    margin: 0;
    padding: 0
}

ul.social-buttons li {
    list-style-type: none;
    text-align: center;
    display: inline-block;
    margin: 0 5px
}

ul.social-buttons li:last-child {
    margin-right: 0
}

ul.social-buttons li:first-child {
    margin-left: 0
}

ul.social-buttons li a {
    color: white;
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: -webkit-border-radius .3s;
    transition: -webkit-border-radius .3s;
    -o-transition: border-radius .3s;
    -moz-transition: border-radius .3s, -moz-border-radius .3s;
    transition: border-radius .3s;
    transition: border-radius .3s, -webkit-border-radius .3s, -moz-border-radius .3s;
    font-size: 16px
}

ul.social-buttons li a.facebook {
    background: #3b5999;
    color: white
}

ul.social-buttons li a.twitter {
    background: #55acee;
    color: white
}

ul.social-buttons li a.google {
    background: #dd4b39;
    color: white
}

ul.social-buttons li a.skype {
    background: #00aff0;
    color: white
}

ul.social-buttons li a.youtube {
    background: #cd201f;
    color: white
}

ul.social-buttons li a.flickr {
    background: #ff0084;
    color: white
}

ul.social-buttons li a.linkedin {
    background: #0077b5;
    color: white
}

ul.social-buttons li a.whatsapp {
    background: #25d366;
    color: white
}

ul.social-buttons.sm li {
    margin: 0 3px
}

ul.social-buttons.sm li:last-child {
    margin-right: 0
}

ul.social-buttons.sm li:first-child {
    margin-left: 0
}

ul.social-buttons.sm li a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px
}

.responsive-button,
.scrollTop-button {
    cursor: pointer;
    position: fixed;
    display: inline-block;
    background: #13e7ac;
    color: white;
    width: 50px;
    height: 50px;
    display: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    right: 30px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    visibility: hidden;
    opacity: 0
}

.responsive-button:before,
.scrollTop-button:before {
    font-family: Material-Design-Iconic-Font
}

.responsive-button:hover,
.responsive-button:focus,
.scrollTop-button:hover,
.scrollTop-button:focus {
    color: white;
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    background: #00d398
}

.responsive-button {
    top: 30px
}

.responsive-button:before {
    content: '\f197'
}

.scrollTop-button {
    bottom: -30px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.scrollTop-button:before {
    content: '\f303'
}

.scrollTop-button.visible {
    visibility: visible;
    opacity: 1;
    bottom: 30px
}

.counter {
    text-align: center
}

.counter h3 {
    margin-bottom: 10px;
    font-weight: 500
}

.counter .counter-title {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px
}

.counter .counter-title:after {
    content: '';
    border-bottom: 1px solid #cdcdcd;
    display: table;
    margin: auto;
    width: 50px;
    margin-top: 15px;
    -webkit-transition: width .5s;
    -o-transition: width .5s;
    -moz-transition: width .5s;
    transition: width .5s
}

.counter.text-white .counter-title:after {
    border-color: white
}

.counter.text-center .counter-title:after {
    margin-right: auto;
    margin-left: auto
}

.counter.text-right .counter-title:after {
    margin-left: auto
}

.counter:hover .counter-title::after {
    width: 80%;
    border-bottom-color: #13e7ac
}

.portfolio nav.portfolio-filter {
    margin-bottom: 50px;
    text-align: center
}

.portfolio nav.portfolio-filter ul {
    padding: 0;
    margin: 0
}

.portfolio nav.portfolio-filter ul li {
    list-style-type: none;
    display: inline-block
}

.portfolio nav.portfolio-filter ul li a {
    padding: 5px 15px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #555;
    font-size: 13px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.portfolio nav.portfolio-filter ul li a:hover,
.portfolio nav.portfolio-filter ul li a:active,
.portfolio nav.portfolio-filter ul li a:focus {
    color: #13e7ac;
    outline: 0;
    text-decoration: none
}

.portfolio .portfolio-gallery .portfolio-item {
    width: 33.33333%
}

.portfolio .portfolio-gallery .portfolio-item-width-2 {
    width: 50%
}

.references {
    text-align: center
}

.references .references-img {
    width: 100px;
    display: inline;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px
}

a .post {
    color: #555
}

a .post h5,
a .post h6 {
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #232323
}

a .post:hover {
    text-decoration: none !important
}

.post h5,
.post h6 {
    margin: 0;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
    color: #232323
}

.post h5 {
    line-height: 28px;
    font-weight: 500
}

.post img {
    width: 100%
}

.post.card .post-body,
article.post-detail .post.post-content.card .post-body,
section.section-price .post.price-box .post-body {
    padding: 20px
}

.post .post-body {
    padding: 20px 0
}

.post-sidebar ul {
    margin: 0
}

.post-sidebar ul.tag-list li {
    float: left;
    padding: 0;
    margin-right: 5px;
    margin-bottom: 5px
}

.post-sidebar ul.tag-list li a {
    border: 1px solid #ccc;
    padding: 5px 8px
}

.post-sidebar ul.tag-list:after {
    content: '';
    display: block;
    clear: both
}

.post-sidebar a {
    color: #555
}

.post-sidebar a:hover {
    text-decoration: underline
}

article.post-detail header {
    margin-bottom: 10px
}

article.post-detail header h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px
}

article.post-detail header ul {
    margin: 0;
    color: #9b9b9b
}

article.post-detail .post-autor img {
    width: 150px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px
}

article.post-detail .post-autor a {
    display: block
}

article.post-detail .post-autor h5 {
    margin: 0
}

article.post-detail .media.post-autor p {
    margin-bottom: 0;
    line-height: 22px
}

article.post-detail .post-content.card,
article.post-detail section.section-price .post-content.price-box,
section.section-price article.post-detail .post-content.price-box {
    padding: 30px
}

article.post-detail .post-content.card h1,
article.post-detail section.section-price .post-content.price-box h1,
section.section-price article.post-detail .post-content.price-box h1,
article.post-detail .post-content.card h2,
article.post-detail section.section-price .post-content.price-box h2,
section.section-price article.post-detail .post-content.price-box h2,
article.post-detail .post-content.card h3,
article.post-detail section.section-price .post-content.price-box h3,
section.section-price article.post-detail .post-content.price-box h3,
article.post-detail .post-content.card h4,
article.post-detail section.section-price .post-content.price-box h4,
section.section-price article.post-detail .post-content.price-box h4,
article.post-detail .post-content.card h5,
article.post-detail section.section-price .post-content.price-box h5,
section.section-price article.post-detail .post-content.price-box h5 {
    margin-top: 20px;
    margin-bottom: 10px
}

.comments {
    margin: 30px 0 50px
}

.comments .comment-reply {
    margin-left: 120px
}

.timeline {
    position: relative
}

.timeline .timeline-item {
    width: 46.5%;
    position: relative
}

.timeline .timeline-item:last-child .timeline-item-body {
    margin-bottom: 0
}

.timeline .timeline-item .timeline-item-body {
    border: 1px solid #ddd;
    padding: 20px;
    background: white
}

.timeline .timeline-item .timeline-item-body .timeline-item-date,
.timeline .timeline-item .timeline-item-body .timeline-item-title {
    margin-bottom: 10px
}

.timeline .timeline-item .timeline-item-body .timeline-item-date:before {
    content: '\f332';
    font-family: Material-Design-Iconic-Font;
    margin-right: 10px;
    color: #999
}

.timeline .timeline-item .timeline-item-body .timeline-item-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500
}

.timeline .timeline-item .timeline-item-body p {
    margin-bottom: 0
}

.timeline .timeline-item .timeline-item-body:before {
    content: '';
    display: inline-block;
    border: 1px solid #ddd;
    width: 20px;
    height: 20px;
    top: 4px;
    right: -10px;
    background: white;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.timeline .timeline-item .timeline-item-body.card,
.timeline .timeline-item section.section-price .timeline-item-body.price-box,
section.section-price .timeline .timeline-item .timeline-item-body.price-box {
    border: 0
}

.timeline .timeline-item .timeline-item-body.card::before,
.timeline .timeline-item section.section-price .timeline-item-body.price-box::before,
section.section-price .timeline .timeline-item .timeline-item-body.price-box::before {
    border: 0
}

.timeline .timeline-item:nth-child(even) {
    float: right;
    clear: right
}

.timeline .timeline-item:nth-child(even) .timeline-item-body:before {
    left: -10px;
    border-right: 0;
    border-bottom: 0
}

.timeline .timeline-item:nth-child(even):before {
    left: -45px
}

.timeline .timeline-item:nth-child(odd) {
    float: left;
    clear: left
}

.timeline .timeline-item:nth-child(odd) .timeline-item-body:before {
    border-left: none;
    border-top: 0
}

.timeline .timeline-item:nth-child(odd):before {
    right: -47px
}

.timeline .timeline-item:nth-child(2) {
    margin-top: 7em
}

.timeline .timeline-item:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #13e7ac;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    right: 0
}

.timeline:before {
    content: '';
    width: 3px;
    background: #13e7ac;
    position: absolute;
    bottom: 30px;
    top: 8px;
    left: 50%;
    margin-left: -1px
}

.timeline:after {
    content: '';
    display: block;
    clear: both
}

section.section-price .price-box {
    text-align: center;
    margin-bottom: 0
}

section.section-price .price-box header.price-box-header {
    background: #22f6bb;
    color: white
}

section.section-price .price-box header.price-box-header .title {
    padding: 15px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.25);
    position: relative;
    background: white;
    color: #646464
}

section.section-price .price-box header.price-box-header .price {
    padding: 30px;
    background: #13e7ac;
    background: -webkit-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -moz-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -o-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: linear-gradient(250deg, #13e7ac, #00bf84) !important
}

section.section-price .price-box header.price-box-header .price span {
    display: block;
    font-size: 35px;
    font-weight: 600
}

section.section-price .price-box header.price-box-header .price span sup {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: middle
}

section.section-price .price-box header.price-box-header .price p:last-child {
    margin-bottom: 0
}

section.section-price .price-box .price-box-body {
    padding: 30px
}

section.section-price .price-box .price-box-body ul {
    margin-bottom: 20px;
    padding: 0
}

section.section-price .price-box .price-box-body ul li {
    list-style-type: none;
    padding: 5px 0
}

section.section-price .price-box .price-box-body ul li del {
    color: #999
}

section.section-price .price-box .price-box-body ul li:first-child {
    padding-top: 0
}

section.section-price .price-box .price-box-body ul li:last-child {
    padding-bottom: 0
}

section.section-price .price-box.price-box-2 {
    background: none !important;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white
}

section.section-price .price-box.price-box-2 .price-box-header {
    border-right: 1px solid #eee;
    min-height: 170px;
    background: 0;
    color: #333
}

section.section-price .price-box.price-box-2 .price-box-header .title {
    color: #999;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    background: none !important
}

section.section-price .price-box.price-box-2 .price-box-header .price {
    background: none !important
}

section.section-price .price-box.price-box-2 .price-box-body {
    padding: 0;
    padding-bottom: 20px
}

section.section-price .price-box.price-box-2 ul li {
    padding: 15px 0 !important;
    margin: 0
}

section.section-price .price-box.price-box-2 ul li p {
    margin: 0
}

section.section-price .price-box.price-box-2 ul li:nth-child(odd) {
    background: #eee
}

.cross-mark,
.check-mark {
    color: white;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.cross-mark {
    background: #ff7f72;
    text-align: center
}

.cross-mark:before {
    content: '\f136';
    font-family: Material-Design-Iconic-Font
}

.check-mark {
    background: #88eb8c;
    text-align: center
}

.check-mark:before {
    content: '\f26b';
    font-family: Material-Design-Iconic-Font
}

.service {
    text-align: center;
    margin-bottom: 30px
}

.service h5 {
    font-weight: 500
}

.service p {
    margin-bottom: 0
}

.service p+a.btn {
    margin-top: 20px
}

.progress-col-2 .progress {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px);
    float: left
}

.progress-col-2 .progress:nth-child(odd) {
    margin-right: 15px
}

.progress-col-2 .progress:nth-child(even) {
    margin-left: 15px
}

.progress-col-2:after {
    content: '';
    display: block;
    clear: both
}

.progress-col-3 .progress {
    width: -webkit-calc(33.3% - 20px);
    width: -moz-calc(33.3% - 20px);
    width: calc(33.3% - 20px);
    float: left;
    margin-left: 15px;
    margin-right: 15px
}

.progress-col-3 .progress:first-child {
    margin-left: 0
}

.progress-col-3 .progress:last-child {
    margin-right: 0
}

.progress-col-3 .progress:nth-child(3n) {
    margin-right: 0
}

.progress-col-3 .progress:nth-child(3n+1) {
    margin-left: 0
}

.progress-col-3:after {
    content: '';
    display: block;
    clear: both
}

.progress {
    background: 0;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    height: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 30px
}

.progress .progress-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px
}

.progress .progress-text span {
    padding-left: 15px
}

.progress .progress-item {
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #eee;
    overflow: hidden
}

.progress .progress-item .progress-bar {
    height: 100%;
    background: -webkit-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -moz-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -o-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: linear-gradient(250deg, #13e7ac, #00bf84) !important;
    -webkit-box-shadow: 0 0 0 0 white;
    -moz-box-shadow: 0 0 0 0 white;
    box-shadow: 0 0 0 0 white;
    -webkit-transition: width 1.5s;
    -o-transition: width 1.5s;
    -moz-transition: width 1.5s;
    transition: width 1.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.progress.progress-vertical {
    height: 300px;
    display: inline-block;
    padding: 0 30px;
    position: relative
}

.progress.progress-vertical .progress-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    position: absolute;
    bottom: 0;
    left: 30px;
    margin-bottom: 0;
    width: 100vh
}

.progress.progress-vertical .progress-item {
    height: 100%;
    width: 5px;
    position: relative
}

.progress.progress-vertical .progress-item .progress-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    -webkit-transition: height 1.5s;
    -o-transition: height 1.5s;
    -moz-transition: height 1.5s;
    transition: height 1.5s
}

nav.navbar {
    border: 0;
    position: fixed;
    width: 100%;
    top: 0;
    background: white;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    z-index: 998;
    -webkit-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5)
}

nav.navbar .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

nav.navbar .navbar-brand {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 35px;
    color: #7e7e7e;
    text-align: center
}

nav.navbar .navbar-brand img {
    display: inline;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

nav.navbar .navbar-brand:hover img {
    opacity: .8
}

nav.navbar ul.navbar-nav.nav {
    margin-left: auto
}

nav.navbar ul.navbar-nav.nav li {
    display: inline-block;
    float: none;
    position: relative
}

nav.navbar ul.navbar-nav.nav li.active a {
    color: #09dda2;
    font-weight: 600
}

nav.navbar ul.navbar-nav.nav li a {
    color: #555;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    letter-spacing: 1px;
    font-size: 13px;
    text-transform: uppercase
}

nav.navbar ul.navbar-nav.nav li a:hover,
nav.navbar ul.navbar-nav.nav li a:active,
nav.navbar ul.navbar-nav.nav li a:focus {
    color: #09dda2;
    background: 0;
    outline: 0
}

.card,
.post.card,
article.post-detail .post-content.card,
section.section-price .price-box,
.about.card {
    background: white;
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    -o-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s, -moz-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s, -webkit-box-shadow .5s, -moz-box-shadow .5s
}

.card .card-title,
article.post-detail .post-content.card .card-title,
section.section-price .price-box .card-title {
    padding: 15px 25px 0;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: black
}

.card .card-body,
article.post-detail .post-content.card .card-body,
section.section-price .price-box .card-body {
    padding: 25px
}

.card:hover,
article.post-detail .post-content.card:hover,
section.section-price .price-box:hover,
.card:focus,
article.post-detail .post-content.card:focus,
section.section-price .price-box:focus {
    -webkit-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 40px 0 rgba(0, 0, 0, 0.2)
}

.about {
    margin: 0
}

article.post-detail .about.post-content.card,
section.section-price .about.price-box,
.about.card {
    padding: 15px
}

.about .about-photo {
    padding: 0
}

.about .about-photo img {
    width: 100%
}

.about .about-body {
    padding: 10px 30px
}

section {
    padding: 90px 0
}

section.hero {
    height: 60%;
    position: relative;
    overflow: hidden;
    padding: 20px 0
}

section.hero.hero-full-height {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

section.hero div[class^="container"] {
    text-align: center;
    color: white
}

section.hero div[class^="container"] h1,
section.hero div[class^="container"] h2,
section.hero div[class^="container"] h3,
section.hero div[class^="container"] h4,
section.hero div[class^="container"] h4,
section.hero div[class^="container"] h5 {
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 10px
}

section.hero div[class^="container"] p {
    font-size: 16px;
    margin-bottom: 40px
}

section.hero div[class^="container"] img {
    width: 160px;
    border-radius: 0 !important;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px
}

section.hero div[class^="container"] ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

section.hero div[class^="container"] ul li {
    padding: 0 10px;
    list-style-type: none
}

section.hero .hero-video {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

section.hero .hero-video iframe {
    width: 100%;
    height: 100%
}

section.hero .hero-slide {
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%
}

section.hero .hero-slide .item {
    height: 100vh;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-position: center !important
}

section header.section-header {
    text-align: center;
    margin-bottom: 90px;
    letter-spacing: 1px
}

section header.section-header h4 {
    font-size: 35px;
    margin-bottom: 0;
    font-weight: 700;
    color: #646464
}

section header.section-header h4+p {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 0;
    color: #828282
}

section header.section-header h6 {
    color: #777
}

section[data-image-src] {
    background-repeat: no-repeat !important;
    background-position: center 50% !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2)
}

section[data-image-src] .btn {
    text-shadow: inherit;
    -webkit-box-shadow: 0 0 25px -10px black;
    -moz-box-shadow: 0 0 25px -10px black;
    box-shadow: 0 0 25px -10px black
}

section[data-image-src].image-fixed {
    background-attachment: fixed !important
}

section.overlay {
    position: relative
}

section.overlay>[class^="container"] {
    position: relative;
    z-index: 1
}

section.overlay:after {
    content: '';
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%
}

section.overlay.darken-1:after {
    background: black !important;
    background: rgba(0, 0, 0, 0.2) !important
}

section.overlay.darken-2:after {
    background: black !important;
    background: rgba(0, 0, 0, 0.4) !important
}

section.overlay.darken-3:after {
    background: black !important;
    background: rgba(0, 0, 0, 0.6) !important
}

section.overlay.darken-4:after {
    background: black !important;
    background: rgba(0, 0, 0, 0.8) !important
}

section.section-map {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 0;
    padding-top: 90px;
    height: 600px;
}

section.section-map #map {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0
}

section.section-map .card,
section.section-map article.post-detail .post-content.card,
article.post-detail section.section-map .post-content.card,
section.section-map section.section-price .price-box,
section.section-price section.section-map .price-box {
    margin-bottom: 0
}

section.help-block {
    margin-top: 0;
    margin-bottom: 0;
    background: -webkit-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -moz-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: -o-linear-gradient(200deg, #13e7ac, #00bf84) !important;
    background: linear-gradient(250deg, #13e7ac, #00bf84) !important;
    color: white
}

section.help-block .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

section.help-block .container>*:last-child {
    margin-left: auto;
    text-align: right
}

section.help-block .help-block-body .help-block-title {
    font-weight: 600
}

section.help-block .help-block-body p {
    margin-bottom: 0
}

section.map-contact {
    background: white;
    padding: 0;
    margin-top: -131.5px
}

section.map-contact .card,
section.map-contact article.post-detail .post-content.card,
article.post-detail section.map-contact .post-content.card,
section.map-contact section.section-price .price-box,
section.section-price section.map-contact .price-box {
    margin-bottom: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

section.section-about .about-photo {
    height: 420px;
    background-repeat: no-repeat !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

section.section-about .about-photo img {
    display: none;
    width: 100%
}

footer {
    padding: 40px 0;
    color: #878787;
    text-align: center;
    font-size: 13px;
    background: #e1e1e1
}

footer a.footer-logo {
    display: table;
    margin: auto;
    color: #5a5a5a;
    font-size: 35px;
    margin-bottom: 15px
}

footer a.footer-logo:hover {
    color: #323232
}

footer p {
    margin-bottom: 10px
}

footer ul.social-buttons {
    margin-bottom: 10px
}

@media(min-width:768px) and (max-width:992px) {
    .timeline .timeline-item {
        width: 43%
    }

    .timeline .timeline-item:nth-child(odd):before {
        right: -57px
    }

    .timeline .timeline-item:nth-child(even):before {
        left: -56px
    }

    .hero-caption .hero-text h2.hero-main-title {
        font-size: 30px !important
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .timeline .timeline-item {
        width: 45%
    }

    .timeline .timeline-item:nth-child(odd):before {
        right: -54px
    }

    .timeline .timeline-item:nth-child(even):before {
        left: -53px
    }

    .hero-caption .hero-text h2.hero-main-title {
        font-size: 40px !important
    }
}

@media(max-width:1440px) {
    body.right-sidebar {
        padding: 0
    }

    body.right-sidebar nav.navbar {
        right: -250px
    }

    body.right-sidebar.open {
        right: 250px
    }

    body.left-sidebar {
        padding: 0
    }

    body.left-sidebar nav.navbar {
        left: -250px
    }

    body.left-sidebar.open {
        left: 250px
    }

    body a.responsive-button {
        visibility: visible;
        opacity: 1
    }

    body:not(.right-sidebar):not(left-sidebar) {
        padding-top: 0
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar {
        -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
        position: fixed;
        left: -250px;
        bottom: 0;
        top: 0;
        width: 250px;
        -webkit-transition-duration: .3s;
        -moz-transition-duration: .3s;
        -o-transition-duration: .3s;
        transition-duration: .3s;
        overflow: auto;
        padding: 10px 0
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar .container {
        display: block;
        width: 100%;
        padding: 0
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar .navbar-brand {
        float: none;
        display: block;
        text-align: center;
        margin: 0
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar ul.nav.navbar-nav {
        margin: 0;
        padding: 15px 0;
        float: none
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar ul.nav.navbar-nav li {
        display: inherit
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar ul.nav.navbar-nav li a {
        height: auto;
        line-height: inherit;
        padding: 10px 30px;
        text-align: center
    }

    body:not(.right-sidebar):not(left-sidebar) nav.navbar.open {
        left: 0
    }
}

@media(max-width:1200px) {

    .service,
    .counter {
        margin-bottom: 30px
    }

    .portfolio-gallery .portfolio-item {
        width: 50% !important
    }
}

@media(max-width:992px) {
    .hero-caption .hero-text {
        text-align: center !important
    }

    .hero-caption .hero-text img {
        float: none !important;
        margin-bottom: 30px;
        width: 150px !important
    }

    .counter {
        text-align: center
    }

    .counter .counter-title:after {
        margin-right: auto;
        margin-left: auto
    }

    section.map-contact {
        margin-top: -50px
    }

    section.help-block {
        text-align: center
    }

    section.help-block .container {
        display: block
    }

    section.help-block .container>*:last-child {
        margin-top: 20px
    }

    section.help-block .help-block-body {
        text-align: center !important
    }

    section.hero div[class^="container"] {
        display: block;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    section.hero div[class^="container"] h1,
    section.hero div[class^="container"] h2,
    section.hero div[class^="container"] h3,
    section.hero div[class^="container"] h4,
    section.hero div[class^="container"] h5,
    section.hero div[class^="container"] h6 {
        font-size: 40px;
        margin-bottom: 10px
    }

    section.hero div[class^="container"] img {
        width: 150px;
        margin-bottom: 20px
    }

    section.hero div[class^="container"]>*:last-child {
        padding: 0
    }

    section.hero div[class^="container"]>*:last-child ul {
        margin-top: 20px;
        display: block
    }

    section.hero div[class^="container"]>*:last-child ul li {
        margin: 0;
        margin-bottom: 10px
    }

    section.hero div[class^="container"]>*:last-child ul li a {
        width: 100%
    }

    .progress-col-2 .progress,
    .progress-col-3 .progress {
        width: 100%;
        float: none;
        margin-right: 0 !important;
        margin-left: 0 !important
    }
}

@media(max-width:768px) {
    .about {
        padding: 0 !important
    }

    .about .about-photo img {
        width: 100% !important
    }

    .portfolio-gallery .portfolio-item {
        width: 100% !important
    }

    .timeline .timeline-item {
        width: 100%;
        margin-top: 0 !important;
        text-align: center
    }

    .timeline .timeline-item .timeline-item-body:before {
        display: none
    }

    .timeline .timeline-item:before {
        display: none
    }

    .timeline .timeline-item:last-child .card,
    .timeline .timeline-item:last-child section.section-price .price-box,
    section.section-price .timeline .timeline-item:last-child .price-box {
        margin-bottom: 0
    }

    .hover-effect .hover-effect-item {
        text-align: center
    }

    section {
        padding: 50px 0
    }

    section header.section-header {
        margin-bottom: 50px
    }

    section header.section-header h4 {
        font-size: 30px;
        line-height: 40px
    }

    section header.section-header h4+p {
        margin-top: 10px
    }

    section.hero div[class^="container"] h2 {
        font-size: 30px !important
    }

    .post {
        text-align: center
    }

    .price-box {
        border-bottom: 1px solid gainsboro;
        padding-bottom: 30px !important
    }

    .price-box.price-box-2 .price-box-header {
        border: none !important;
        min-height: 120px !important
    }

    .price-box.price-box-2 .price-box-header .price {
        padding: 0 !important
    }
}

@media(max-width:640px) {
    .about {
        padding: 0 !important
    }

    .about .about-body {
        text-align: center
    }

    .about .about-body ul.table li {
        display: block;
        padding: 15px 0;
        margin: 0
    }

    .about .about-body ul.table li span {
        display: block;
        padding: 0 10px
    }

    .about ul.social-buttons li {
        margin: 0 10px;
        margin-bottom: 20px
    }

    form .form-control {
        text-align: center
    }

    form button {
        width: 100%
    }

    article.post-detail header h2 {
        font-size: 30px;
        line-height: 40px
    }

    .comments .media .media-left img.media-object {
        width: 50px
    }

    .comments .comment-reply {
        margin-left: 0
    }

    section.page-detail {
        padding: 15px 0
    }

    section.page-detail .card,
    section.page-detail article.post-detail .post-content.card,
    article.post-detail section.page-detail .post-content.card,
    section.page-detail section.section-price .price-box,
    section.section-price section.page-detail .price-box {
        margin-bottom: 15px
    }
}

@media(max-width:320px) {
    section.hero p {
        padding: 0 20px
    }

    section.hero ul {
        display: block !important
    }

    section.hero ul li {
        margin-bottom: 20px;
        padding: 0 !important
    }

    section.hero ul li a {
        width: 100%
    }
}
.responsive-button{
	display: block;
}
.scrollTop-button{
	display: block;
}
#map {
    width: 100%;
    height: 400px;
}