@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;400;700&display=swap');/*Fuente del sitio*/
@import url('https://fonts.googleapis.com/css2?family=Adamina&display=swap'); /*Fuente para encabezados*/
/*font-family: 'Adamina', serif; Mandar llamar la fuente*/
.ins-name p,
body {
   /* font-family: 'Roboto Condensed', sans-serif*/
   font-family: "Oswald", sans-serif;
}
#form-submit,
.logo h1 a,
.welcome-top h5,
.welcome_head h2 {
    text-transform: uppercase
}
.blog-list1 li,
.tssl-blog-list li,
ul.grid-part li {
    list-style: none
}
body {
    padding: 0;
    margin: 0;
    background: #fff
}
hr {
    opacity: .3;
    border-color: #000
}
#terms {
    max-height: calc(100vh - 400px);
    overflow-y: auto
}
#css-only-modals {
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 10000000;
    text-align: center;
    white-space: nowrap;
    height: 100%
}
#form-submit {
    font-size: 18px;
    letter-spacing: 2px;
    background: #232323;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
#form-submit:hover {
    background: #00917c;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
.footer-form-submit{
    font-size: 12px;
    line-height: 18px;
    height: auto;
    padding: 14px 22px;
    margin: 0 10px 20px 0;
transition: all .3s ease-out;
    border: 0;
    position: relative;
    overflow: hidden;
    outline: none;
    text-shadow: none;
    text-decoration: none;
background-color: #2ba79b;
}
.footer-form-submit:hover{
    background: #77c9c0;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all   
}
#terminos {
    color: #fff
}
#terminos:hover {
    color: #00917c
}
#css-only-modals:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em
}
#bodyCell,
#bodyTable {
    height: 100%!important;
    margin: 0;
    padding: 0;
    width: 100%!important;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif
}
table {
    border-collapse: collapse
}
table[id=bodyTable] {
    width: 100%!important;
    margin: auto;
    max-width: 500px!important;
    color: #7A7A7A;
    font-weight: 400
}
a img,
img {
    border: 0;
    outline: 0;
    text-decoration: none;
    height: auto;
    line-height: 100%
}
#bodyTable,
#emailFooter,
#emailHeader {
    background-color: #E1E1E1
}
#emailBody {
    background-color: #FFF
}
.nestedContainer {
    background-color: #F8F8F8;
    border: 1px solid #CCC
}
.emailButton {
    background-color: #205478;
    border-collapse: separate
}
.buttonContent {
    color: #FFF;
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    padding: 15px;
    text-align: center
}
.emailCalendarDay,
.emailCalendarMonth {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-align: center
}
.buttonContent a {
    color: #FFF;
    display: block;
    text-decoration: none!important;
    border: 0!important
}
.emailCalendar {
    background-color: #FFF;
    border: 1px solid #CCC
}
.emailCalendarMonth {
    background-color: #205478;
    color: #FFF;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px
}
.emailCalendarDay {
    color: #205478;
    font-size: 60px;
    line-height: 100%;
    padding-top: 20px;
    padding-bottom: 20px
}
.imageContentText {
    margin-top: 10px;
    line-height: 0
}
.imageContentText a {
    line-height: 0
}
#invisibleIntroduction {
    display: none!important
}
span[class=ios-color-hack] a {
    color: #275100!important;
    text-decoration: none!important
}
span[class=ios-color-hack2] a {
    color: #205478!important;
    text-decoration: none!important
}
span[class=ios-color-hack3] a {
    color: #8B8B8B!important;
    text-decoration: none!important
}
.a[href^=tel],
a[href^=sms] {
    text-decoration: none!important;
    color: #606060!important;
    pointer-events: none!important;
    cursor: default!important
}
.mobile_link a[href^=tel],
.mobile_link a[href^=sms] {
    text-decoration: none!important;
    color: #606060!important;
    pointer-events: auto!important;
    cursor: default!important
}
.css-only-modal-check {
    pointer-events: auto
}
.css-only-modal-check:checked~.css-only-modal {
    opacity: 1;
    pointer-events: auto
}
.css-only-modal {
    width: 40%;
    background: #FFF;
    z-index: 1;
    position: relative;
    padding: 25px;
    text-align: right;
    border-radius: 4px;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    pointer-events: none
}
.css-only-modal h2 {
    text-align: center
}
.css-only-modal p {
    text-align: left
}
.css-only-modal-close {
    position: absolute;
    top: 25px;
    right: 25px
}
.css-only-modal-check {
    display: none
}
.css-only-modal-check:checked~#screen-shade {
    opacity: .5;
    pointer-events: auto
}
#screen-shade {
    opacity: 0;
    background: #000;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    transition: opacity .8s
}
.stripe>.container>p,
.stripe>.container>ul {
    text-align: left;
    padding: 35px;
    margin: 0
}
.stripe>.container>hr {
    margin: 50px 0
}
label,
p,
ul {
    margin: 0
}
#nav-spacer {
    display: block;
    height: 50px
}
.oculto {
    display: none
}
.stripe {
    width: 100%;
    text-align: center;
    overflow: hidden
}
.default {
    color: #fff;
    background: #008b8b
}
.inverse {
    color: #008b8b;
    background: #fff
}
.grey {
    color: #fff;
    background: #696969
}
.grey-light {
    color: #696969;
    background: #fff
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
ul.nav.navbar-nav li a:hover {
   /* background-color: #286090*/
}
.color {
    color: #ff8c00
}
#animation-property {
    opacity: 100;
    -webkit-animation-name: property;
    -webkit-animation-duration: 1s;
    animation-name: property;
    animation-duration: 1s
}
@keyframes property {
    from {
        transform: translateY(10%);
        opacity: 0
    }
    to {
        transform: translateY(0)
    }
}
#animacion-banner {
    -webkit-animation-name: banner;
    -webkit-animation-duration: 1.5s;
    animation-name: banner;
    animation-duration: 1.5s
}
#animacion1,
#animacion2 {
    opacity: 100;
    -webkit-animation-name: example
}
@keyframes banner {
    from {
        transform: translateY(50%)
    }
    to {
        transform: translateY(0)
    }
}
#animacion1 {
    -webkit-animation-duration: 1s;
    animation-name: example;
    animation-duration: 1s
}
#animacion2 {
    -webkit-animation-duration: 1.5s;
    animation-name: example;
    animation-duration: 1.5s
}
#animacion3,
#animacion4 {
    -webkit-animation-name: example;
    opacity: 100
}
#animacion3 {
    -webkit-animation-duration: 2s;
    animation-name: example;
    animation-duration: 2s
}
#animacion4 {
    -webkit-animation-duration: 2.5s;
    animation-name: example;
    animation-duration: 2.5s
}
#animacion5 {
    opacity: 100;
    -webkit-animation-name: example;
    -webkit-animation-duration: 3s;
    animation-name: example;
    animation-duration: 3s
}
@keyframes example {
    from {
        transform: translateX(50%);
        opacity: 0
    }
    to {
        transform: translateX(0)
    }
}
body a {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    font-weight: 400
}
input[type=button],
input[type=submit] {
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 200;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
p {
    font-family: 'Adamina', serif;
}
ul {
    padding: 0
}
header {
    padding: 10px 0;
    border-top: 2px solid #2c333d
}
.logo {
    float: left;
    margin-top: 2px
}
.logo h1 a {
    text-decoration: none;
    font-size: 35px;
    color: #00917c
}
.navbar {
    margin-bottom: 0;
    min-height: 30px
}
.navbar-nav>li {
    margin: 0 3px
}
.navbar-nav {
    float: right
}
.nav>li>a {
    padding: 10px 20px
}
.navbar-nav>li>a {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px
}
.dropdown-menu>li>a:hover {
    color: #fff
}
.navbar-inverse .navbar-nav>li>a:focus {
    color: #2c333d;
    background-color: transparent
}
.navbar-inverse .navbar-nav>li>a {
    color: #2c333d
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    padding: 0
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
   /* background-color: #286090*/
}
.navbar-inverse {
    background-color: transparent;
    border-color: transparent
}
.carousel-caption {
    position: inherit;
    padding: 100px
}
.carousel-control {
    width: 5%
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 35px;
    height: 35px;
    margin-top: -15px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    display: block;
    text-decoration: none;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    padding: 4px
}
.carousel .item {
    background: url(../images/law-7.jpg) center no-repeat;
    background-size: cover;
    background-position: top top;
    height: 500px;
    background-repeat: no-repeat;
}

.carousel .item2 {
    background: url(../images/2.jpg) center no-repeat;
    background-size: cover;
    height: 500px
}
.carousel .item3 {
    background: url(../images/3.jpg) center no-repeat;
    background-size: cover;
    height: 500px
}
.carousel-caption h3,
.texto-banner-right,.texto-banner-left {
    color: #fff;
   /* background-color: rgba(0, 0, 0, .54);*/
    text-shadow: 0 1px 1px #000;
    letter-spacing: 5px;
    padding: 70px; 
    font-size: 82px;

}
.texto-banner-right{
    text-align: right;
}
.texto-banner-left{
    text-align: left;
}
.carousel-caption h3 {
    font-weight: 100px;
    font-size: 60px
}
.texto-banner {
    margin-top: 10%;
    margin-bottom: 10%;
    font-size: 60px
}
.welcome-top {
    background-color: #fff;
    padding: 70px 0;
    position: relative
}
.contenedor-interno{
    max-width: 1000px;
    margin:0 auto;
    margin-bottom: 2rem;
}
.espacio-parrafo{
    margin-top: 5rem;
}
.location_img {
    float: left;
    width: 85%;
    margin-right: 5%;
    margin-top: .5em
}
.location_img img {
    width: 100%
}
.location {
    float: left;
    width: 70%
}
.welcome-top p, .welcome-top ul{
    font-size: 16px;
line-height: 24px;;
    color: #444;
    font-weight: 400
}
.welcome-top ul{
    font-family: 'Open Sans', sans-serif;
    list-style: none;
}
.welcome-top h3, .welcome-top-left h3 {
    font-size: 1.9em;
    color: #035956;
    font-weight: 400;
   
}

.welcome-top-left h3{
    font-size: 2.5rem;
    text-align: left;
    padding-bottom: 1rem;
   
}
.welcome-top-strong h3, .welcome-top-strong-left h3{
    font-weight: 400;
    letter-spacing: 0;
    color:#035956;
    text-transform: capitalize;
}
.welcome-top-strong-left h3{
    text-align: left;
    font-size: 2.1rem;
}
.welcome-top h5 {
    font-family: "Oswald", sans-serif;
font-weight: 400;
font-style: normal;
color: #035956;
font-size: 18px;
line-height: 1.4;

}
p.location_text {
    margin: 1em 0 0;
    display: BLOCK;
    font-size: .98em
}
span.glyphicon.glyphicon-dashboard,
span.glyphicon.glyphicon-map-marker {
    font-size: 25px;
    color: #035956;
    margin-right: 6px
}
.welcome_bottom {
    padding: 8em 0 6em
}
.welcome_head h2 {
    font-size: 1.9em;
    color: #000;
    font-weight: 400;
    letter-spacing: 1px
}
.welcome_head p {
    font-size: 1.05em;
    line-height: 1.6em;
    color: #BBB;
    font-weight: 400;
    margin-top: .5em
}
.welcome_head {
    margin-bottom: 4em
}
.welcome_bottom_right h3 {
    font-size: 1.7em;
    color: #000;
    font-weight: 400;
    margin-bottom: .4em
}
.welcome_bottom_right p {
    font-size: 1.05em;
    line-height: 2.3em;
    color: #BBB;
    font-weight: 400;
    margin-top: .8em
}
.welcome_bottom_left img {
    width: 100%
}
.properties {
    background: #00917c;
    padding: 70px 0
}
.pro-details-tsslayouts {
    background: #fff;
    padding: 27px 27px 0;
    min-height: 435px
}
.pro-details-tsslayouts h3 {
    text-align: left;
    font-size: 24px;
    color: #000
}
p.location,
p.location strong {
    color: #00917c
}
.pro-details-tsslayouts label {
    width: 100px;
    height: 1px;
    background: #00917c;
    display: block;
    margin: 15px 0 20px
}
.Pro-img-tssls img {
    width: 100%
}
p.location {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px
}
ol.agileits-prolist li {
    display: block;
    width: 100%;
    text-align: left;
    color: #525252;
    line-height: 40px;
    font-size: 14px;
    list-style-type: decimal
}
ol.agileits-prolist {
    padding-left: 10px;
    list-style-type: decimal
}
ol li i.fa.fa-long-arrow-right {
    margin-right: 5px;
    color: #000;
    font-size: 11px;
    vertical-align: middle
}
.features-tssl h3,
.properties-list h2 {
    font-size: 33px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: 400
}
.flex-slider {
    background: #242a2c;
    padding: 100px 0
}
#flexiselDemo1 {
    display: none
}
.nbs-flexisel-container {
    position: relative;
    max-width: 100%
}
.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0 auto
}
.nbs-flexisel-item {
    float: left;
    margin: 0;
    padding: 0;
    position: relative
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 20px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100
}
.nbs-flexisel-nav-left {
    left: -45px;
    top: 45%!important;
    background: url(../images/themes1.png) 1px 3px no-repeat
}
.nbs-flexisel-nav-left:hover {
    left: -45px;
    top: 45%!important;
    background: url(../images/themes2.png) 1px 3px no-repeat
}
.nbs-flexisel-nav-right {
    right: -45px;
    top: 45%!important;
    background: url(../images/themes1.png) -23px 3px no-repeat
}
.nbs-flexisel-nav-right:hover {
    right: -45px;
    top: 45%!important;
    background: url(../images/themes2.png) -23px 3px no-repeat
}
ul#flexiselDemo3.nbs-flexisel-nav-left,
ul#flexiselDemo3.nbs-flexisel-nav-right {
    width: 26px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    display: none
}
.features-tssl h3,
.stats h3 {
    position: relative;
    text-transform: uppercase
}
.properties-list {
    width: 90%;
    margin: 0 auto
}
.properties-list h2 {
    margin-bottom: 50px;
    color: #fff;
    text-transform: uppercase
}
.features-tssl {
    padding: 70px 0
}
.features-tssl h3 {
    color: #00917c;
    margin-bottom: 40px
}
.wthree_tssl_grid-left1 i {
    font-size: 36px;
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    padding: 23px 0;
    background: #00917c;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out
}
.wthree_tssl_grids:nth-child(3) {
    margin: 3em 0
}
.wthree_tssl_grid-right p {
    font-size: 13px;
    line-height: 28px;
    color: #7b7b7b;
    font-weight: 400
}
.wthree_tssl_grid-right {
    padding-left: 20
}
.wthree_tssl_grid-right h4 {
    font-size: 19px;
    color: #000;
    font-weight: 300;
    margin: 2px 0 15px;
    text-transform: uppercase
}
.wthree_tssl_grid:hover .wthree_tssl_grid-left1 i {
    background: #00917c
}
.wthree_tssl_grid:hover .wthree_tssl_grid-right h4 {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out
}
.wthree_tssl_grid {
    margin-top: 20px
}
.numscroller {
    text-align: center;
   
}
.stats,
.stats h3 {
    text-align: center
}
.stats {
    background: url(../images/2.jpg) center no-repeat fixed;
    background-size: cover;
    height: 370px;
    padding-top: 70px
}
.stats h3 {
    color: #fff;
    margin: 75px 0;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    
}
.stats p {
    color: #eaeaea;
    font-size: 16px;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: left;
    margin-left: 110px
}
.stats-info {
    margin-top: 60px
}
.stats-grid i {
    margin-bottom: 35px;
   margin-left:2rem;
    padding: 21px 0 0;
   
   /* float: left;*/
    width: 85px;
    height: 85px;
    font-size: 40px;
    color: #fff;
    background-image: url('../images/icons/bac-icons.jpg');
}

.stats-grid-contact p, .stats-grid-contact ul{
    text-align: center;
    color:#121213;
    font-family: 'Adamina', serif; 
}
.stats-grid-contact ul{
    height:150px;
    background: #ffffffad;
    padding: 2rem;
    box-shadow: 14px 11px 23px -7px rgba(0,0,0,0.75);
    -webkit-box-shadow: 14px 11px 23px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 14px 11px 23px -7px rgba(0,0,0,0.75);
}
.stats-grid-contact ul li{
   margin-left: 0;
    font-size: 1.6rem;
    font-weight: 200;
    list-style: none;
}
.stats-grid-contact ul li span{
    font-size: 1.8rem;
    font-weight: 600;
}
.subscribe,
.tss-our-clients {
    padding: 70px 0
}
.stats-grid {
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px
}
.subscribe h3,
.tss-our-clients h3 {
    font-size: 33px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    text-transform: uppercase
}
p.stats-info {
    margin-top: 0
}
.tss-our-clients h3 {
    color: #00917c;
    margin-bottom: 40px;
    font-weight: 400
}
a.client-logo {
    display: block
}
a.client-logo img {
    width: 90%;
    border: 1px solid #eee;
    margin-left: 5%
}
.clients {
    margin-top: 55px
}
.subscribe {
    background: #00917c
}
.subscribe h3 {
    color: #fff;
    font-weight: 400
}
.subscribe p {
    width: 80%;
    margin: 20px auto 30px;
    font-size: 13px;
    line-height: 27px;
    color: #e0e0e0;
    font-weight: 400
}
.subscribe form input.user {
    width: 42%;
    padding: 11px;
    outline: 0;
    font-size: 14px;
    border: 1px solid #E3EDF0;
    margin-right: 20px;
    color: #000;
    font-weight: 600;
    letter-spacing: 2px
}
.subscribe form input[type=submit] {
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 40px;
    color: #fff;
    background: #121213;
    border: 1px solid #121213;
    letter-spacing: 3px;
    font-weight: 600;
    outline: 0
}
.subscribe form input[type=submit]:hover {
    background: #00917c;
    border: 1px solid #fff
}

.form-footer .tsslayouts-contact-grid, strong{
color:#fff;
font-size: 16px;
}
p.spam {
    margin-top: 30px;
    margin-bottom: 0;
    letter-spacing: 1px;
    font-size: 13px;
    color: #dae6f3
}
.fb_icons2 li {
    list-style-type: none;
    display: inline-block;
    margin: 0 2px;
    overflow: hidden
}
.fb_icons2 a i {
    font-size: 14px;
    color: #fff;
    border: 1px solid #eee;
    padding: 10px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all
}
.fb_icons2 a i:hover {
    background: #00917c;
    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all
}
.footer-top {
    padding: 50px 0;
    background: #252525;
    font-family: 'Adamina', serif;
    font-size:15px;
    color:#ccc;

    
}
.footer-top-left p {
    color: grey;
    font-size: 14px;
    margin: 10px 0;
    width: 90%
}
.footer-top-left h3 a {
    color: #00917c;
    text-decoration: none;
    font-size: 32px
}
.adress-agile h3,
.footer-top-mid h3,
.footer-top h3 {
    color:#ccc;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    margin: 0 0 25px;
    font-weight: bold;
}
.footer-top-mid ul li, .adress-agile ul li, .footer-top ul li{
    list-style-type: none
}
.footer-top-mid ul li a, .adress-agile ul li a, .footer-top ul li a,.footer-top-mid ul li, .adress-agile ul li, .footer-top ul li{
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    
}
footer .adress-agile h4{
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin:20px 0;
}

.footer-top-mid ul li a {
   
    text-decoration: none
}
.banner-info ul li a:hover,
.col-bottom ul li a:hover,
.footer-top-mid ul li a:hover {
    color: #00917c
}
.footer-top-mid ul li a i {
    margin-right: 22px;
    font-size: 11px;
    color: #00917c
}
.adress-agile address ul li {
    color: grey;
    font-size: 15px;
    list-style-type: none
}
.adress-agile address ul li a {
    color: #00917c
}
p.footer {
    text-align: left;
    color: #838282;
    font-size: 12px;
    margin-left: 3rem;
    font-family: "Adamina", sans-serif;
}
.tsslayouts-copyright {
    background: #252525;
    padding: 20px 0
}
p.footer a {
    text-decoration: none;
    color: #00917c
}
p.footer a:hover {
    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
.hovereffect .overlay,
.hovereffect h4 {
    -webkit-transition: opacity .35s, -webkit-transform .35s
}
.tssls-inner-banner {
    background: url(../images/header-01.png) no-repeat;
    background-size: cover;
    min-height: 200px
}
.tssls-inner-banner h2 {
    font-size: 40px;
font-family: "Adamina", sans-serif;
color: #035956;
    padding-top: 100px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
}
.tssls-inner-banner label {
    width: 100px;
    height: 2px;
    background: #fff;
    display: block;
    float: right;
    margin-top: 8px
}
section.team-tssls {
    padding: 60px 0
}
.agileits-team h3 {
    color: #00917c;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
    font-size: 33px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}
.agileits-team p {
    margin: 0 auto 20px;
    font-size: 15px;
    line-height: 27px;
    color: #5a5a5a;
    font-weight: 400
}
.tss-agent {
    margin-top: 30px
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default
}
.hovereffect .overlay {
    position: absolute;
    overflow: hidden;
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border-bottom: 1px solid #FFF;
    border-top: 1px solid #FFF;
    transition: opacity .35s, transform .35s;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}
.hovereffect:hover .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: all .35s;
    transition: all .35s;
    border: 1px solid #d2d2d2;
    padding: 3px;
    width: 100%
}
.hovereffect:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.tss.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(.6);
    -webkit-filter: brightness(.6)
}
.hovereffect h4 {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 20px;
    background-color: transparent;
    color: #FFF;
    padding: 1em 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}
.hovereffect a,
.hovereffect p {
    color: #FFF;
    margin: 30px 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: capitalize
}
.ins-name h3,
.item-desc,
.jm-item-button a,
select {
    text-transform: uppercase
}
.hovereffect:hover a,
.hovereffect:hover h4,
.hovereffect:hover p {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.tsslayouts-about h3 {
    font-size: 28px;
    color: #000
}
.tsslayouts-about h3 span {
    color: #00917c
}
.about-right.wthree h4 {
    color: #afafaf;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 16px;
    letter-spacing: 1px
}
.modal-content {
    padding: 5px 30px 30px
}
.modal-dialog {
    width: 700px;
    margin: 90px auto
}
h4.modal-title {
    font-size: 35px;
    color: #000;
    text-align: center
}
.about-left img {
    border: 2px solid #cacbcc;
    padding: 4px
}
ul.address li {
    list-style-type: none
}
ul.address li ul.agileits-address-text li:nth-child(1) {
    width: 20%
}
ul.address li ul.agileits-address-text li {
    display: inline-block;
    color: #000;
    font-weight: 100
}
.tsslayouts-about {
    margin-top: 20px
}
.item-desc {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    position: absolute;
    text-align: center;
    padding: 1em;
    z-index: 1;
    bottom: 1em;
    left: 1em;
    right: 1em
}
.multifilter li,
.simplefilter li,
.sortandshuffle li {
    color: #1d1b1b;
    cursor: pointer;
    display: inline-block;
    padding: 0 23px 9px;
    font-size: 18px;
    margin: 0 .4em;
    letter-spacing: 1px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all
}
.simplefilter li.active,
.simplefilter li:hover {
    color: #00917c;
    border-bottom: 2px solid #00917c
}
.simplefilter li:hover {
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all
}
.span1,
ul.simplefilter {
    border-bottom: 1px solid #eee
}
.filtr-item img {
    width: 100%
}
select {
    padding: 1rem
}
.sortandshuffle .shuffle-btn {
    background-color: #dec800
}
.sortandshuffle .sort-btn {
    background-color: #de0000
}
.sortandshuffle .sort-btn.active {
    background-color: #9d0000
}
ul.simplefilter {
    text-align: center;
    margin-bottom: 15px
}
.item-info {
    padding-top: 70px
}
.item-type-double .item-hover {
    z-index: 5;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center
}
.item-type-double .item-info {
    color: #fff;
    vertical-align: middle;
    position: relative;
    z-index: 5;
    text-align: center;
    width: 100%
}
.item-type-double .item-info .headline {
    font-size: 15px;
    width: 90%;
    margin: 0 auto
}
.item-type-double .item-info .line {
    height: 2px;
    width: 0%;
    margin: 15px auto;
    background-color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.filtr-item {
    padding-top: 30px
}
.gallery {
    padding: 70px 0
}
.jm-item {
    padding: 15px;
    display: inline-block;
    text-align: left
}
.jm-item-wrapper {
    position: relative;
    padding: 7px;
    background: #FFF;
    border: 1px solid #eee
}
.jm-item-image {
    position: relative;
    overflow: hidden
}
.jm-item-image img {
    display: block;
    width: 100%
}
.jm-item-title {
    position: absolute;
    left: -10px;
    top: 17px;
    background: rgba(0, 0, 0, .49);
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    padding: 5px 12px 6px;
    letter-spacing: 3px
}
.jm-item-overlay {
    background: #000;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: opacity .5s ease-in 0s;
    -moz-transition: opacity .5s ease-in 0s;
    -o-transition: opacity .5s ease-in 0s;
    transition: opacity .5s ease-in 0s
}
.jm-item-wrapper:hover .jm-item-overlay {
    opacity: .3
}
.jm-item-button {
    text-align: center;
    position: absolute;
    left: 36%;
    margin-left: -25px
}
.jm-item-button a {
    background: rgba(0, 197, 181, .64);
    color: #FFF;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 10px 15px;
    -webkit-transition: all .2s ease-in 0s;
    -moz-transition: all .2s ease-in 0s;
    -o-transition: all .2s ease-in 0s;
    transition: all .2s ease-in 0s;
    text-decoration: none!important;
    display: block
}
#toTop,
.blog-text p a,
.media-body h4 a,
.top-blog a.fast,
.top-blog p a,
.tss-related-property a,
.tssl-blog-list li a,
a.agile-its-property-title,
a.more,
ul.grid-part li a {
    text-decoration: none
}
.jm-item-button a:hover {
    background: rgba(0, 0, 0, .61)
}
a.agile-its-property-title {
    font-size: 22px;
    display: block;
    margin: 15px 0 0;
    color: #00917c;
    text-transform: uppercase;
    text-align: center
}
p.tssls-p-text {
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    width: 85%;
    margin: 9px auto
}
.first .jm-item-button {
    -webkit-transition: all .5s ease-in .5s;
    -moz-transition: all .5s ease-in .5s;
    -o-transition: all .5s ease-in .5s;
    transition: all .5s ease-in .5s;
    top: -100px
}
.first .jm-item-wrapper:hover .jm-item-button {
    top: 45%
}
.agileits-property-details {
    padding: 60px 0
}
.instrument {
    padding: 70px 0
}
.ins-name {
    margin: 0 0 35px
}
.ins-name h3 {
    font-size: 25px;
    color: #00917c;
    font-weight: 600;
    letter-spacing: 3px
}
.ins-name h6 {
    font-size: 25px;
    font-weight: 400;
    color: #ff3411;
    margin-top: 15px
}
.ins-name p {
    font-size: 14.5px;
    line-height: 28px;
    color: #A2A1A2;
    font-weight: 300;
    margin: 20px 0
}
p.left,
p.right {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    float: left
}
p.left {
    color: #000;
    letter-spacing: 3px;
    margin-right: 5%;
    width: 55%;
    font-weight: 600
}
p.right {
    color: #949494;
    letter-spacing: 2px
}
.codes .glyphicon,
.icons-page .glyphicon {
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.span1 {
    margin: 18px 0;
    padding: 15px 0;
    border-top: 1px solid #eee
}
.span4 {
    border-bottom: 1px solid #Eee;
    padding-bottom: 18px
}
.ins-image {
    margin-top: 30px
}
.ins-image img {
    width: 100%;
    border: 1px solid #eee;
    padding: 6px
}
.typo-1 {
    padding: 16px
}
.grid_3 {
    background-color: #fff;
    padding: 1.8em;
    border: 1px solid #ebeff6;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}
h3.head-top {
    font-size: 2em;
    margin-bottom: 1em;
    color: #00917c
}
.but_list h1,
.but_list h2,
.but_list h3,
.but_list h4,
.but_list h5,
.but_list h6 {
    margin-bottom: .7em
}
a#home-tab,
a#myTabDrop1,
a#profile-tab {
    padding: .8em
}
div#home {
    padding: 1em 0 0
}
.table td,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 15px!important;
    font-size: .85em;
    color: #999;
    border-top: none!important
}
.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    outline: 0
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
    outline: 0!important
}
.form-control1,
.form-control_2.input-sm {
    border: 1px solid #e0e0e0;
    padding: 5px 18px;
    color: #616161;
    background: #fff;
    box-shadow: none!important;
    width: 100%;
    font-size: .85em;
    font-weight: 300;
    height: 40px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-appearance: none;
    outline: 0
}
.control3 {
    margin: 0 0 1em
}
.btn-warning {
    color: #fff;
    background-color: #06d995;
    border-color: #06d995;
    padding: 8.5px 12px
}
.tag_01 {
    margin-right: 5px
}
.tag_02 {
    margin-right: 3px
}
.btn-warning:hover {
    background-color: #03c587;
    border-color: #03c587
}
.btn-success:hover {
    border-color: #8BC34A!important;
    background: #8BC34A!important
}
.control2 {
    height: 253px
}
.alert-info {
    color: #31708f;
    background-color: #f0fdf9;
    border-color: #c9f7e8
}
.bs-example4 {
    background: #fff;
    padding: 2em
}
button.note-color-btn {
    width: 20px!important;
    height: 20px!important;
    border: none!important
}
.form-control1:focus {
    border: 1px solid #03a9f4;
    background: #fff;
    box-shadow: none
}
.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0
}
.show-grid [class*=col-]:hover {
    background: #e0e0e0
}
.grid_3 {
    margin-bottom: 2em
}
.grid_3 p,
.widget_head,
.xs h3 {
    margin-bottom: 1em;
    font-weight: 300
}
.widget_head,
.xs h3 {
    color: #000;
    font-size: 1.7em
}
.codes a,
.grid_3 p {
    color: #999
}
.grid_3 p {
    font-size: .85em
}
label {
    font-weight: 500
}
.badge-primary {
    background-color: #03a9f4
}
.badge-success {
    background-color: #8bc34a
}
.badge-warning {
    background-color: #ffc107
}
.badge-danger {
    background-color: #e51c23
}
.icons-page,
.typography {
    padding: 60px 0
}
.icon-box {
    padding: 8px 15px;
    background: rgba(40, 96, 157, .11);
    margin: 1em 0;
    border: 5px solid #fff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all;
    cursor: pointer
}
.icon-box:hover {
    background: #000;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    -moz-transition: .5s all
}
.icon-box:hover a.agile-icon,
.icon-box:hover i.fa {
    color: #fff
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px
}
.codes .glyphicon {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    color: #777
}
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}
h3.icon-subheading {
    font-size: 26px;
    color: #00917c!important;
    font-weight: 300;
    margin: 30px 0 15px
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 36px;
    color: #000
}
.icons a {
    color: #999
}
.icon-box i {
    margin-right: 10px;
    font-size: 20px;
    color: #282a2b
}
.icons-page .bs-glyphicons li {
    display: inline-block;
    width: 22%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background: rgba(40, 96, 157, .11);
    margin: 1%
}
.icons-page .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
    color: #282a2b
}
.icons-page .glyphicon {
    display: inline-block;
    font-weight: 400;
    line-height: 1;
    color: #777
}
.icons-page .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word
}
.agileits-blog-posts {
    padding: 60px 0
}
.tsslayouts-blog-to {
    width: 48%;
    float: left;
    margin-right: 2%
}
.blog-left {
    float: left;
    border-right: 1px solid #B6B3B3;
    padding-right: 15px
}
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>li>a:hover {
    border-color: #00917c;
    background: #00917c
}
.blog-top {
    padding: 10px 0 40px
}
.blog-to {
    margin-top: 3em
}
.top-blog {
    float: left;
    margin: 5px 0 0 15px;
    width: 80%
}
.blog-left b {
    font-size: 40px;
    color: #00917c;
    display: block;
    height: 50px
}
.blog-left span {
    font-size: 1.5em;
    color: #00917c;
    text-align: center;
    display: block;
    padding-top: 4px
}
a.more,
ul.men-grid li {
    display: inline-block
}
.top-blog p {
    font-size: .95em;
    color: #A09F9F;
    line-height: 2em;
    padding-top: 4px
}
.top-blog p a {
    color: #00917c
}
.top-blog a.fast {
    font-size: 24px;
    color: #2c333d
}
.top-blog a.fast:hover,
.top-blog p a:hover,
a.more-dummy:hover,
ul.popular li a:hover {
    color: #00917c
}
.pagination {
    margin: 0;
    padding-top: 3em
}
.agileinfo-blog-pagination {
    text-align: center;
    padding-left: 25px
}
.pagination>li>a:hover {
    color: #FFF
}
a.more {
    color: #fff;
    background: #00917c;
    padding: .5em 1em
}
a.more:hover {
    background: #00917c
}
p.sed {
    margin: .5em 0 1em
}
.blog-list1 h4,
.blog-list2 h4,
.tssl-blog-list h4 {
    font-size: 22px;
    color: #00917c;
    margin-bottom: 10px;
    letter-spacing: 2px
}
.tssl-blog-list li a {
    color: #a3a3a3;
    font-size: 13.5px;
    display: block;
    margin: 12px 0
}
.tssl-blog-list li a:hover {
    color: #000
}
.blog-img {
    float: left;
    width: 40%
}
.blog-text {
    float: right;
    width: 55%
}
.blog-text p {
    font-size: 13px
}
.blog-text span {
    font-size: 12px;
    color: #989898;
    margin-top: 6px;
    display: block
}
.blog-list2 ul li a {
    text-decoration: none;
    color: #fff;
    background: #232323;
    font-size: 13px;
    padding: 10px;
    display: block;
    margin: 0 0 5px
}
.blog-list2 ul li {
    display: inline-block
}
.blog-list2 ul {
    padding: .5em 0 0
}
.blog-list2 ul li a:hover {
    background: #00917c
}
.blog-list1,
.tssl-blog-list {
    margin: 0 0 40px
}
.blog-text p a {
    color: #000
}
.blog-text p a:hover {
    color: #00917c
}
.blog-list-top {
    padding: 10px 0 25px
}
.tssl-blog-list li i {
    font-size: 10px;
    margin-right: 12px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
.tssl-blog-list li a:hover i.fa-long-arrow-right {
    margin-right: 8px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
.single-middle {
    margin-top: 3em
}
.single-middle h3 {
    font-size: 2.5em;
    color: #2d2d2d;
    text-align: center;
    margin: 0 0 .5em
}
.single-bottom input[type=text],
.single-bottom textarea,
input[type=email] {
    width: 100%;
    padding: 12px;
    background: 0 0;
    outline: 0;
    border: 1px solid #A09F9F;
    font-size: 15px;
    color: #A09F9F;
    -webkit-appearance: none
}
#modal-boton,
.single-bottom input[type=submit] {
    border: none;
    text-transform: uppercase;
    text-align: center;
    outline: 0;
    -webkit-appearance: none;
    letter-spacing: 2px
}
.single-bottom input[type=submit] {
    width: 15%;
    font-size: 18px;
    background: #232323;
    padding: .4em .8em;
    color: #fff;
    margin: 0 .8em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
.single-bottom input[type=submit]:hover {
    background: #00917c;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
.single-bottom textarea {
    resize: none;
    min-height: 180px;
    margin: 15px;
    width: 96.3%
}
.media-body h4 {
    font-size: 1.3em
}
.media-body h4 a {
    color: #00917c
}
.media-body p {
    margin: .7em 0 0;
    font-size: .95em;
    color: #A09F9F;
    line-height: 1.9em
}
.media {
    margin: 0 0 3em
}
.single-bottom h3 {
    font-size: 2.5em;
    color: #2d2d2d;
    text-align: center;
    margin: 1em 0 .6em
}
.md-in {
    padding: 0;
    margin-top: 1em
}
.in-media {
    padding: 0 0 0 5em
}
ul.grid-part li a {
    color: #a3a3a3;
    font-size: 13.5px;
    display: block;
    margin: 15px 0
}
ul.grid-part li a i {
    font-size: 10px;
    margin-right: 12px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
ul.grid-part li a:hover {
    color: #000
}
ul.grid-part li a:hover i.fa-long-arrow-right {
    margin-right: 8px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    color: #000
}
ul.grid-part {
    margin: 8px 0 0
}
#modal-boton {
    font-size: 18px;
    background: #232323;
    padding: 10px 30px;
    color: #fff;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
#modal-boton:hover {
    background: #00917c;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
.contact {
    padding: 0 0 1em
}
.tsslayouts-contact-section {
    padding: 60px 0
}
.agileits-contact-main {
    margin: 0 0 60px
}
.contact-form {
    margin-bottom: 50px;
    margin-top: 15px
}
p.your-para {
    color: #888;
    font-size: .9em;
    margin: 0 0 5px
}
p.loc,
p.sed-para {
    color: #00917c;
    font-weight: 400
}
.tsslayouts-contact-grid input[type=text],
.tsslayouts-contact-grid textarea,
input[type=email] {
    width: 100%;
    padding: .8em;
    margin: 0 0 1.8em;
    background: #fff;
    outline: 0;
    border: 1px solid #DADADA;
    -webkit-appearance: none
}
.tsslayouts-contact-grid textarea {
    resize: none;
    min-height: 230px
}
p.sed-para {
    font-size: 18px;
    margin: 25px 0 5px
}
p.loc {
    font-size: 1.3em;
    margin: 0 0 10px
}
address,
p.para1 {
    font-size: .9em;
    color: #767676
}
p.para1 {
    line-height: 2.2em
}
address {
    width: 100%;
    line-height: 2em
}
.tsslayouts-contact-grid {
    margin-top: 0
}
address a {
    font-size: 1em;
    line-height: 1.8em;
    color: #767676
}
address a:hover {
    color: #00917c
}
.tss-address b,
strong {
    color: #00917c!important;
    font-size: 18px;
    font-weight: 400
}
.tss-address {
    padding: 1.8em 0 1em
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: none!important;
    color: silver
}
.tssls-map iframe {
    width: 100%;
    min-height: 300px;
    border: none;
    -webkit-box-shadow: 0 1px 16px 0 rgba(209, 255, 244, 1);
    -moz-box-shadow: 0 2px 25px 0 rgba(209, 255, 244, 1);
    box-shadow: 0 1px 16px 0 #d2f1c9
}
#toTop,
#toTopHover {
    width: 32px;
    height: 32px;
    overflow: hidden
}
.send input[type=submit] {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #232323;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    border: none;
    outline: 0;
    -webkit-appearance: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
.send input[type=submit]:hover {
    background: #00917c;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all
}
p.contactpara1.text-center {
    color: #767676;
    font-size: .9em;
    line-height: 2.2em;
    margin-bottom: 3em
}
h3.text-center.find {
    font-size: 2.5em;
    margin-bottom: .3em;
    color: #2C333D
}
h3.tssl-heading {
    margin-bottom: 25px;
    color: #2e6090;
    font-size: 30px;
    letter-spacing: 2px
}
.wthree-related-properties {
    padding: 10px 0 60px
}
.tss-related-property a {
    margin-top: 10px;
    font-size: 19px;
    color: #000;
    display: block
}
.tss-related-property a:hover {
    color: #00917c
}
figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden
}
.tss-related-property a img {
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .7s ease-in-out;
    -webkit-transition: all .7s ease-in-out;
    -moz-transform: all .7s ease-in-out;
    -o-transform: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out
}
.tss-related-property a img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}
#toTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 2%;
    z-index: 999;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat
}
#toTopHover {
    display: block;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0)
}
@media (max-width: 1366px) {
    #slides {
        height: 580px!important
    }
    .carousel-caption h3 {
        font-size: 48px
    }
    .carousel-caption {
        padding: 17em 0!important
    }
}
@media (max-width: 1280px) {
    #slides p {
        font-size: 16px
    }
    .pagination {
        padding-top: 1em
    }
    .carousel-caption {
        padding: 15em 0!important
    }
}
@media (max-width: 1080px) {
    .carousel-caption {
        padding: 14em 0!important
    }
    #slides {
        height: 500px!important
    }
    .carousel-caption h3 {
        margin: 0 0 25px;
        font-size: 45px
    }
    #slides p {
        font-size: 15px;
        line-height: 28px
    }
    .agileits-blog-posts,
    .agileits-property-details,
    .features-tssl,
    .footer-top,
    .gallery,
    .icons-page,
    .properties,
    .subscribe,
    .tss-our-clients,
    .tsslayouts-contact-section,
    .typography,
    .welcome-top,
    section.team-tssls {
        padding: 50px 0
    }
    .location_img {
        margin-right: 3%
    }
    .location {
        width: 72%
    }
    .blog,
    .subscribe p {
        width: 100%
    }
    p.location_text {
        font-size: .9em;
        margin: .5em 0 0
    }
    .welcome-top h5 {
        font-size: 1.2em;
        margin: .6em 0 1.1em
    }
    .pro-details-tsslayouts {
        padding: 15px 10px 0;
        min-height: 350px
    }
    .pro-details-tsslayouts label {
        margin: 10px 0
    }
    .wthree_tssl_grid-right h4 {
        margin: 2px 0 8px
    }
    .wthree_tssl_grids:nth-child(3) {
        margin: 2em 0
    }
    .stats {
        height: 340px;
        padding-top: 55px
    }
    .adress-agile h3,
    .footer-top-mid h3 {
        font-size: 28px;
        margin: 0 0 15px
    }
    p.footer {
        font-size: 13px
    }
    .tssls-inner-banner {
        min-height: 180px
    }
    .tssls-inner-banner h2 {
        font-size: 33px;
        padding-top: 85px
    }
    .tsslayouts-blog-to:nth-child(even) {
        margin-right: 0
    }
    .tsslayouts-blog-to {
        width: 49%
    }
    .agile-blog-sidebar {
        margin-top: 6%;
        width: 32%
    }
    .blog-list1,
    .tssl-blog-list {
        margin: 0 0 20px
    }
    p.left {
        width: 65%
    }
    .ins-name p {
        margin: 10px 0 0
    }
    .ins-name {
        margin: 0 0 20px
    }
    .span1 {
        margin: 16px 0;
        padding: 12px 0
    }
}
@media (max-width: 1024px) {
    .nbs-flexisel-nav-right {
        right: -30px
    }
    .nbs-flexisel-nav-left {
        left: -20px
    }
    .pro-details-tsslayouts {
        padding: 18px 10px 0 12px;
        min-height: 353px
    }
    .modal-content {
        padding: 5px 10px 25px
    }
}
@media (max-width: 991px) {
    .carousel-caption {
        padding: 12em 0!important
    }
    .navbar-nav>li {
        margin: 0
    }
    .logo h1 a {
        font-size: 30px
    }
    .navbar-nav>li>a {
        padding-top: 8px;
        padding-bottom: 8Px
    }
    .nav>li>a {
        padding: 8px 17px
    }
    #slides {
        height: 450px!important
    }
    .carousel-caption h3 {
        margin: 0 0 25px;
        font-size: 40px
    }
    #slides p {
        font-size: 14px;
        line-height: 27px;
        width: 100%;
        letter-spacing: 2px
    }
    .welcome-top h5 {
        margin: .6em 0 .7em
    }
    .welcome-top p {
        line-height: 25px
    }
    .welcome_top_right {
        MARGIN-TOP: 38PX
    }
    p.location_text {
        font-size: .98em;
        margin: .9em 0 0
    }
    .location_img {
        width: 19%;
        margin-right: 2%
    }
    .agileits {
        WIDTH: 70%;
        MARGIN: 0 AUTO;
        PADDING: 0
    }
    .pro-details-tsslayouts {
        WIDTH: 70%;
        MARGIN: 0 AUTO;
        padding: 20px 10px 0 18px
    }
    .wthree_tssl_grid {
        margin-top: 45px
    }
    .stats h3 {
        margin-bottom: 50px
    }
    .stats-grid i {
        FLOAT: NONE;
        MARGIN-BOTTOM: 10PX
    }
    .numscroller,
    .stats p {
        margin-left: 0;
        TEXT-ALIGN: CENTER
    }
    .stats {
        height: 380px
    }
    .adress-agile h3,
    .footer-top-mid h3 {
        margin: 35px 0 10px
    }
    .footer-top-left p {
        margin: 10px 0 25px;
        width: 100%
    }
    .subscribe form input.user {
        width: 60%
    }
    .wthree_tssl_grid-left {
        width: 18%
    }
    .wthree_tssl_grid-right {
        width: 82%
    }
    .logo {
        margin-top: 0
    }
    header {
        padding: 10px 0 7px
    }
    address {
        margin-bottom: 0
    }
    .about-left {
        width: 33.333%;
        float: left
    }
    .about-right.wthree {
        margin-top: 0;
        float: left;
        padding-right: 0;
        width: 66%
    }
    .tssls-inner-banner {
        min-height: 160px
    }
    .tssls-inner-banner h2 {
        font-size: 32px;
        padding-top: 75px
    }
    .tssls-inner-banner label {
        width: 90px
    }
    .modal-body {
        padding: 5px
    }
    .tss-agent {
        margin-top: 30px;
        width: 33.333%
    }
    .agile-blog-sidebar {
        width: 38%
    }
    .tsslayouts-blog-to {
        width: 48%;
        margin-right: 4%
    }
    .blog-left b {
        font-size: 38px;
        height: 47px
    }
    .blog-left {
        padding-right: 10px
    }
    .top-blog p {
        font-size: .9em
    }
    .single-bottom input[type=text],
    .single-bottom textarea,
    input[type=email] {
        margin-top: 10px
    }
    .md-in {
        float: left;
        width: 50%
    }
    .single-bottom textarea {
        width: 95.7%
    }
    h3.agileits-icons-title {
        font-size: 30px
    }
    h3.icon-subheading {
        font-size: 26px
    }
    .icons-page .bs-glyphicons li {
        width: 31%
    }
    .tss-related-property {
        width: 50%;
        float: left;
        margin-top: 2%
    }
    h3.tssl-heading {
        margin-bottom: 15px;
        font-size: 28px
    }
    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        width: 100%
    }
    .ins-details {
        margin-top: 5%
    }
    .filtr-item {
        width: 50%;
        float: left
    }
    a.agile-its-property-title {
        font-size: 20px;
        margin: 12px 0 0
    }
    p.tssls-p-text {
        line-height: 22px;
        margin: 5px auto 10px
    }
    .nbs-flexisel-nav-right {
        right: -20px
    }
}
@media (max-width: 900px) {
    .carousel-caption h3 {
        margin: 0 0 20px;
        font-size: 36px
    }
    .footer-top-left p {
        margin: 7px 0 25px;
        width: 100%;
        font-size: 13.5px
    }
    .stats-grid i {
        padding: 16px 0 0;
        width: 70px;
        height: 70px;
        font-size: 35px
    }
    .stats {
        height: 365px
    }
    .clients {
        margin-top: 40px
    }
    .welcome-top h3 {
        font-size: 1.7em
    }
    .welcome-top p {
        font-size: 13.5px;
        margin-top: 10px
    }
    .tsslayouts-contact-grid input[type=text],
    .tsslayouts-contact-grid textarea {
        margin: 0 0 1.2em
    }
    .agileinfo-blog-pagination {
        padding-left: 0
    }
}
@media (max-width: 800px) {
    .carousel-caption {
        padding: 12em 0!important
    }
    .carousel-caption h3 {
        margin: 0 0 20px
    }
    #slides p {
        font-size: 13.5px;
        line-height: 25px;
        width: 85%;
        letter-spacing: 1px
    }
    .slides-pagination a {
        width: 13px;
        height: 13px;
        margin: 5px 4px
    }
    h3.text-center.find {
        font-size: 2.2em;
        margin-bottom: .2em
    }
    .agileits-contact-main {
        margin: 0 0 40px
    }
}
@media (max-width: 768px) {
    #slides {
        height: 425px!important
    }
    #slides p {
        font-size: 13px;
        line-height: 25px;
        width: 85%;
        letter-spacing: 1px
    }
    .carousel-caption h3 {
        margin: 0 0 25px;
        font-size: 35px
    }
    .slides-pagination a {
        width: 12px;
        height: 12px;
        margin: 5px
    }
    .welcome-top h3 {
        font-size: 1.7em
    }
    .agileits-team h3,
    .features-tssl h3,
    .properties-list h2,
    .stats h3,
    .subscribe h3,
    .tss-our-clients h3 {
        margin-bottom: 35px;
        font-size: 30px
    }
    .wthree_tssl_grid-right h4 {
        font-size: 18px
    }
    .stats-grid i {
        margin-bottom: 20px
    }
    .stats-grid {
        font-size: 30px
    }
    .clients {
        margin-top: 40px
    }
    .agileits-team h3 {
        margin-bottom: 0
    }
}
@media (max-width: 736px) {
    .navbar,
    .navbar-inverse {
        width: 100%
    }
    .dropdown-menu,
    .navbar,
    .navbar-nav>li {
        text-align: center
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #000;
        background-color: transparent
    }
    .logo h1 a {
        font-size: 35px
    }
    .navbar-nav {
        margin: 7px 70px;
        width: 100%
    }
    .nav>li>a {
        padding: 10px 20px;
        font-size: 16px
    }
    .navbar-inverse .navbar-toggle {
        border-color: transparent
    }
    .navbar-toggle {
        padding: 9px 10px;
        margin-top: 0;
        margin-right: 5px;
        margin-bottom: 0;
        background-color: #2c6392;
        border-radius: 0
    }
    .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px
    }
    .navbar {
        float: none
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        margin-top: 0
    }
    .carousel-caption h3 {
        margin: 0 0 20px;
        font-size: 33px
    }
    #slides {
        height: 350px!important
    }
    .stats-grid {
        font-size: 28px;
        width: 33.333%;
        float: left
    }
    .stats p {
        font-size: 15px
    }
    .agileits-team h3,
    .features-tssl h3,
    .properties-list h2,
    .stats h3,
    .subscribe h3,
    .tss-our-clients h3 {
        margin-bottom: 24px;
        font-size: 30px
    }
    .dropdown-menu {
        width: 100%;
        float: none;
        font-size: 15px
    }
    p.spam {
        margin-top: 25px
    }
    .tssls-inner-banner h2 {
        font-size: 30px;
        padding-top: 70px
    }
    .tssls-inner-banner label {
        width: 85px
    }
    .tssls-inner-banner {
        min-height: 150px
    }
    .modal-dialog {
        margin: 50px auto
    }
    .agile-blog-sidebar {
        width: 42%
    }
    .tsslayouts-blog-to {
        width: 49%;
        margin-right: 2%
    }
    .blog-left span {
        font-size: 1.2em
    }
    .top-blog a.fast {
        font-size: 22px
    }
    .blog-left b {
        font-size: 35px;
        height: 45px
    }
    .single-bottom textarea {
        width: 95.5%
    }
    .multifilter li,
    .simplefilter li,
    .sortandshuffle li {
        padding: 0 18px 7px;
        font-size: 17px
    }
}
@media (max-width: 667px) {
    .carousel-caption {
        padding: 11em 0!important
    }
    #slides {
        height: 310px!important
    }
    .carousel-caption h3 {
        margin: 0 0 15px;
        font-size: 30px
    }
    .footer-top-left p,
    .welcome-top p {
        font-size: 13px
    }
    #slides p {
        line-height: 23px
    }
    .agileits,
    .pro-details-tsslayouts {
        WIDTH: 80%
    }
    .wthree_tssl_grid-left {
        width: 21%
    }
    .wthree_tssl_grid-right {
        width: 79%
    }
    .stats-info {
        margin-top: 40px
    }
    .stats {
        height: 330px;
        padding-top: 50px
    }
    .location {
        width: 74%;
        margin-left: 2%
    }
    .welcome-top p {
        margin-top: 8px
    }
    ul.address li ul.agileits-address-text li {
        font-size: 1.1em;
        margin-top: .8em
    }
    .modal-dialog {
        width: 620px
    }
    h4.modal-title {
        font-size: 30px
    }
    .modal-header {
        padding: 5px
    }
    .tsslayouts-about h3 {
        font-size: 26px
    }
    .agileits-team h3 {
        margin-bottom: 0
    }
    .agileits-team p {
        margin: 5px auto 10px;
        font-size: 14px
    }
    .tsslayouts-blog-to {
        width: 100%;
        margin-right: 0
    }
    .top-blog {
        width: 88%
    }
    .single-bottom textarea {
        width: 94.9%
    }
    .icons-page .bs-glyphicons li {
        width: 30%
    }
    p.left {
        width: 60%
    }
    p.tssls-p-text {
        width: 90%
    }
}
@media (max-width: 640px) {
    .logo h1 a {
        font-size: 33px
    }
    .agileits,
    .pro-details-tsslayouts {
        WIDTH: 90%
    }
    .footer-top-left h3 a {
        font-size: 30px
    }
    .adress-agile h3,
    .footer-top-mid h3 {
        font-size: 26px
    }
    p.footer {
        letter-spacing: 1px
    }
    .agileits-team h3,
    .features-tssl h3,
    .properties-list h2,
    .stats h3,
    .subscribe h3,
    .tss-our-clients h3 {
        margin-bottom: 22px;
        font-size: 28px
    }
    .agileits-blog-posts,
    .agileits-property-details,
    .features-tssl,
    .footer-top,
    .gallery,
    .icons-page,
    .properties,
    .subscribe,
    .tss-our-clients,
    .tsslayouts-contact-section,
    .typography,
    .welcome-top,
    section.team-tssls {
        padding: 45px 0
    }
    .welcome-top h3 {
        font-size: 1.6em
    }
    .welcome-top h5 {
        font-size: 1.1em
    }
    .welcome_top_right {
        MARGIN-TOP: 33PX
    }
    .subscribe form input.user {
        margin-right: 10px
    }
    .agileits-team h3 {
        margin-bottom: 0
    }
    .tssls-inner-banner h2 {
        font-size: 28px;
        padding-top: 60px
    }
    .tssls-inner-banner {
        min-height: 130px
    }
    .tssls-inner-banner label {
        width: 75px
    }
    .agile-blog-sidebar {
        width: 50%
    }
    .single-bottom textarea {
        width: 94.6%
    }
}
@media (max-width: 600px) {
    .carousel-caption {
        padding: 10em 0!important
    }
    #slides p {
        width: 95%
    }
    .welcome-top p {
        margin-top: 6px
    }
    .wthree_tssl_grid-right p {
        line-height: 26px
    }
    .stats p {
        font-size: 14px;
        line-height: 30px;
        letter-spacing: 1px
    }
    .stats-grid i {
        margin-bottom: 15px;
        padding: 15px 0 0;
        width: 60px;
        height: 60px;
        font-size: 28px
    }
    .stats-grid {
        font-size: 26px
    }
    .stats {
        height: 300px;
        padding-top: 45px
    }
    .modal-dialog {
        width: 590px
    }
    .tss-agent {
        margin-top: 12px;
        padding: 0 5px
    }
    .agile-blog-sidebar {
        width: 53%
    }
    .single-bottom textarea {
        width: 94.2%
    }
}
@media (max-width: 568px) {
    #slides {
        height: 260px!important
    }
    .carousel-caption h3 {
        margin: 0 0 10px;
        font-size: 29px;
        letter-spacing: 5px
    }
    #slides p {
        line-height: 22px;
        font-size: 12.5px
    }
    .location_img {
        width: 21%
    }
    .pro-details-tsslayouts {
        min-height: 400px
    }
    .wthree_tssl_grid-left1 i {
        font-size: 33px;
        width: 70px;
        height: 70px;
        padding: 19px 0;
        text-decoration: underline
    }
    .wthree_tssl_grid-right h4 {
        margin: 2px 0 5px
    }
    .subscribe form input[type=submit] {
        padding: 12px 35px
    }
    .modal-dialog {
        width: 550px
    }
    .tsslayouts-about h3 {
        font-size: 24px
    }
    .about-right.wthree h4 {
        margin: 8px 0;
        padding-bottom: 8px
    }
    ul.address li ul.agileits-address-text li {
        font-size: 1em;
        margin-top: .6em
    }
    .ins-name h3,
    .ins-name h6 {
        font-size: 23px
    }
    .top-blog {
        width: 86%
    }
    .single-bottom textarea {
        width: 93.8%
    }
    .ins-name h3 {
        letter-spacing: 2px
    }
    .multifilter li,
    .simplefilter li,
    .sortandshuffle li {
        padding: 0 15px 6px;
        font-size: 16px
    }
    .filtr-item {
        width: 80%;
        margin-left: 10%
    }
}
@media (max-width: 480px) {
    .carousel-caption {
        padding: 8em 0!important
    }
    .carousel-caption h3 {
        margin: 0 0 10px;
        font-size: 28px;
        letter-spacing: 4px
    }
    #slides p {
        line-height: 21px;
        font-size: 12px
    }
    .welcome-top p {
        margin-top: 4px;
        font-size: 12px
    }
    .location {
        width: 75%;
        margin-left: 2%
    }
    .pro-details-tsslayouts {
        min-height: 430px
    }
    .agileits,
    .pro-details-tsslayouts {
        WIDTH: 100%
    }
    .wthree_tssl_grid-right {
        width: 75%;
        padding-right: 0
    }
    .wthree_tssl_grid-left {
        width: 25%
    }
    .wthree_tssl_grid {
        margin-top: 40px
    }
    .subscribe form input[type=submit] {
        padding: 12px 30px
    }
    .wthree_tssl_grid-right p {
        line-height: 25px;
        font-size: 12.5px
    }
    .subscribe form input.user {
        margin-right: 5px;
        width: 62%
    }
    p.footer {
        letter-spacing: 0
    }
    .tsslayouts-copyright {
        padding: 15px 0
    }
    .agileits-team h3,
    .features-tssl h3,
    .properties-list h2,
    .stats h3,
    .subscribe h3,
    .tss-our-clients h3 {
        margin-bottom: 20px;
        font-size: 26px
    }
    .footer-top-left h3 a {
        font-size: 26px
    }
    .adress-agile h3,
    .footer-top-mid h3 {
        font-size: 22px
    }
    .stats-grid i {
        margin-bottom: 12px;
        width: 55px;
        height: 55px;
        font-size: 25px
    }
    .stats-grid {
        font-size: 24px;
        padding: 0 4px
    }
    .stats p {
        font-size: 13px;
        line-height: 28px;
        letter-spacing: .5px
    }
    .stats {
        height: 270px;
        padding-top: 40px
    }
    .tss-agent {
        width: 50%
    }
    .agileits-team h3 {
        margin-bottom: 0
    }
    .modal-dialog {
        width: 470px
    }
    h4.modal-title {
        font-size: 28px
    }
    .about-right.wthree {
        margin-top: 20px;
        width: 100%
    }
    .about-left {
        width: 45%
    }
    ul.address li ul.agileits-address-text li {
        font-size: 1.1em;
        margin-top: .8em
    }
    p.contactpara1.text-center {
        font-size: .875em;
        margin-bottom: 2em
    }
    .tssls-map iframe {
        min-height: 250px
    }
    p.para1 {
        font-size: .875em;
        line-height: 2em
    }
    .tsslayouts-contact-grid input[type=text],
    .tsslayouts-contact-grid textarea,
    input[type=email] {
        padding: .6em
    }
    .tsslayouts-contact-grid textarea {
        min-height: 200px
    }
    .top-blog {
        width: 84%
    }
    .agile-blog-sidebar {
        width: 70%
    }
    .md-in {
        width: 100%
    }
    .single-bottom h3,
    .single-middle h3 {
        font-size: 2.2em
    }
    .single-bottom textarea {
        width: 92.7%
    }
    .single-bottom input[type=submit] {
        width: 25%
    }
    h3.agileits-icons-title {
        font-size: 25px
    }
    h3.icon-subheading {
        font-size: 20px
    }
    p.left {
        width: 66%
    }
    h3.tssl-heading {
        margin-bottom: 5px;
        font-size: 26px
    }
    .ins-name h3 {
        font-size: 22px;
        letter-spacing: 1px
    }
    .ins-name h6 {
        font-size: 22px;
        margin-top: 12px
    }
    .multifilter li,
    .simplefilter li,
    .sortandshuffle li {
        padding: 0 12px 6px;
        font-size: 15px
    }
    .filtr-item {
        width: 90%;
        margin-left: 5%
    }
    .nbs-flexisel-nav-right {
        right: -30px
    }
    .nbs-flexisel-nav-left {
        left: -30px
    }
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        top: 42%!important
    }
}
@media (max-width: 414px) {
    .carousel-caption {
        padding: 7em 0!important
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 25px;
        height: 25px;
        font-size: 15px;
        padding: 3px
    }
    #slides p,
    .location {
        width: 100%
    }
    .tsslayouts-copyright {
        padding: 15px
    }
    .location {
        margin-left: 0
    }
    .location_img {
        width: 25%;
        margin-bottom: 2%
    }
    .welcome-top p {
        font-size: 13px
    }
    .pro-details-tsslayouts {
        min-height: 450px
    }
    .wthree_tssl_grid-left1 i {
        font-size: 24px;
        width: 55px;
        height: 55px;
        padding: 15px 0
    }
    .wthree_tssl_grid {
        margin-top: 30px;
        padding: 0
    }
    .stats-grid {
        width: 100%;
        margin-bottom: 25px
    }
    .stats {
        height: 590px;
        padding-top: 35px
    }
    .stats-grid i {
        margin-bottom: 10px;
        width: 65px;
        height: 65px;
        font-size: 30px
    }
    .subscribe form input[type=submit] {
        padding: 12px 18px
    }
    p.spam {
        margin-top: 20px;
        letter-spacing: 0
    }
    .modal-dialog {
        width: 410px
    }
    .tsslayouts-contact-grid textarea {
        min-height: 180px
    }
    .agile-blog-sidebar {
        width: 90%
    }
    .top-blog a.fast {
        font-size: 21px
    }
    .blog-left b {
        font-size: 33px;
        height: 42px
    }
    .top-blog {
        width: 81%
    }
    .single-middle {
        margin-top: 0
    }
    .single-bottom h3,
    .single-middle h3 {
        font-size: 2em
    }
    .single-bottom textarea {
        width: 91%
    }
    .single-bottom input[type=submit] {
        width: 30%
    }
    .grid_3 {
        padding: 1em
    }
    .typo-1 {
        padding: 0
    }
    .icons-page .bs-glyphicons li {
        width: 47%
    }
    h3.tssl-heading {
        font-size: 24px
    }
    .ins-name h3,
    .ins-name h6 {
        font-size: 21px
    }
    .tss-related-property a {
        margin-top: 5px;
        font-size: 17px
    }
    .tss-related-property {
        margin-top: 5%
    }
    .multifilter li,
    .simplefilter li,
    .sortandshuffle li {
        padding: 0 10px 4px
    }
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        top: 37%!important
    }
    .nbs-flexisel-nav-right {
        right: -25px
    }
    .nbs-flexisel-nav-left {
        left: -25px
    }
}
@media (max-width: 384px) {
    .carousel-caption {
        padding: 6em 0!important
    }
    .carousel-control {
        width: 7%
    }
    .carousel-caption h3 {
        margin: 0 0 10px
    }
    .welcome_top_left,
    .welcome_top_right {
        padding: 0
    }
    .properties-list {
        width: 100%
    }
    .wthree_tssl_grid-left {
        width: 21%;
        padding-left: 0
    }
    .wthree_tssl_grid-right {
        width: 79%
    }
    .stats p {
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 2px
    }
    .subscribe form input[type=submit] {
        padding: 12px 13px;
        font-size: 13px
    }
    .adress-agile,
    .footer-top-left,
    .footer-top-mid,
    .tsslayouts-contact-grid,
    .tssls-map,
    .wthree-contact-in {
        padding: 0
    }
    .modal-dialog {
        width: 380px
    }
    .about-right.wthree {
        padding-left: 0
    }
    .tsslayouts-contact-grid textarea {
        min-height: 150px
    }
    h3.text-center.find {
        font-size: 2em;
        margin-bottom: .1em
    }
    .tssls-inner-banner h2 {
        font-size: 25px;
        padding-top: 55px
    }
    .tssls-inner-banner {
        min-height: 120px
    }
    .agile-blog-sidebar {
        width: 92%
    }
    .pagination {
        padding-top: 0;
        padding-bottom: 20px
    }
    .blog-left {
        padding-right: 8px
    }
    .agile-blog-sidebar,
    .blog,
    .comment,
    .ins-details,
    .tssls-property-images {
        padding: 0
    }
    .single-bottom textarea {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }
    .single-bottom input[type=submit] {
        width: 35%;
        margin: 0
    }
    .icon-box {
        height: 50px;
        width: 100%;
        margin: .5em 0
    }
    .filtr-item {
        width: 100%;
        margin-left: 0;
        padding: 5px
    }
    .multifilter li,
    .simplefilter li,
    .sortandshuffle li {
        padding: 0 5px 4px
    }
    a.agile-its-property-title {
        font-size: 18px;
        margin: 10px 0 0
    }
    p.tssls-p-text {
        line-height: 21px
    }
    .nbs-flexisel-nav-left,
    .nbs-flexisel-nav-right {
        top: -7%!important
    }
    .nbs-flexisel-nav-right {
        right: 1px
    }
    .nbs-flexisel-nav-left {
        left: 1px
    }
}
@media (max-width: 375px) {
    p.spam {
        font-size: 12.5px
    }
    .footer-top-mid ul li a i {
        margin-right: 12px;
        font-size: 11px;
        vertical-align: middle
    }
    .modal-dialog {
        width: 372px
    }
    .icons-page .bs-glyphicons li {
        width: 80%
    }
}
@media (max-width: 320px) {
    .logo h1 a {
        font-size: 30px
    }
    .navbar-toggle {
        padding: 7px 8px;
        margin-right: 0;
        margin-top: 5px
    }
    .carousel-caption h3 {
        margin: 0 0 10px;
        font-size: 27px;
        letter-spacing: 3px
    }
    .location_img {
        width: 35%
    }
    .pro-details-tsslayouts {
        min-height: 480px;
        padding: 20px 10px 0 12px
    }
    .wthree_tssl_grid-right {
        width: 75%;
        margin-left: 4%
    }
    .agileits-team h3,
    .features-tssl h3,
    .properties-list h2,
    .stats h3,
    .subscribe h3,
    .tss-our-clients h3 {
        margin-bottom: 15px;
        font-size: 24px
    }
    .subscribe form input[type=submit] {
        padding: 12px 13px;
        font-size: 13px;
        letter-spacing: 1px
    }
    .subscribe form input.user {
        margin-right: 1px;
        width: 63%
    }
    .agileits-blog-posts,
    .agileits-property-details,
    .features-tssl,
    .footer-top,
    .gallery,
    .icons-page,
    .properties,
    .subscribe,
    .tss-our-clients,
    .tsslayouts-contact-section,
    .typography,
    .welcome-top,
    section.team-tssls {
        padding: 40px 0
    }
    .tss-agent {
        width: 100%
    }
    .modal-dialog {
        width: 312px
    }
    ul.address li ul.agileits-address-text li:nth-child(1) {
        width: 26%
    }
    .tssls-inner-banner h2 {
        font-size: 24px;
        padding-top: 45px
    }
    .tssls-inner-banner {
        min-height: 100px
    }
    .blog-left b {
        font-size: 31px;
        height: 40px
    }
    .blog-left span {
        font-size: 1.1em
    }
    .top-blog p {
        padding-top: 2px
    }
    .blog-left {
        padding-right: 6px
    }
    .top-blog {
        width: 80%
    }
    .tss-related-property,
    p.left {
        width: 100%
    }
    .ins-name h3 {
        font-size: 20px
    }
    p.tssls-p-text {
        width: 95%
    }
    .multifilter li,
    .simplefilter li,
    .sortandshuffle li {
        padding: 0 2px 4px;
        margin: 0 .2em
    }
}


/*Modificaciones **/
.encabezado{
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 0px;
}

.sub-encabezado{
    white-space: nowrap;
font-size: 29px;
line-height: 24px;
font-weight: 500;
color: rgb(255, 255, 255);
letter-spacing: 0px;
font-family: Adamina, Georgia, sans-serif;
text-align: right;
}


/*Menu desplegable*/

.desplegable {
    float: left;
    overflow: hidden;
  }
.desplegable a{
    color:#2c2c2c;
}
  .desplegable .btndesplegable {
    font-size: 16px;  
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }

  .desplegable:hover .btndesplegable , .desplegable a:hover{
    color:#a5f0c6d5;
  }

  .desplegable-content {
    display: none;
    position: absolute;
    background-color: #00917c;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .desplegable-content a {
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }

  .desplegable-content a:hover {
    background-color: #035956;
  }
  
  .desplegable:hover .desplegable-content {
    display: block;
  }
  
  .espaciado-icons{
    margin-bottom: 3rem;
  }

  .encabezado-pages p{
    float: right;
  }

  .parrafo-justificado p{
    text-align: justify;
  }
  .sangria-lista{
    margin-left: 2rem;
  }
  .lista-about li{
    list-style-type:disc;
    margin-left: 2rem;
}
  .menu-aside{
    padding-right: 5rem;
  }
  .menu-aside li{
    padding: 1rem;
    border-bottom: 1px solid #d6dfe4;
    text-align: left;
  }
  .menu-aside li a{
    font-family: 'Adamina', serif;
    text-decoration: none;
    color:#2ba79b
  }


  /******************Icons box**********************/

  .container-image-slide {
    position: relative;
    max-width:100%;
    background-color:#f7f7f7;
    border:1px solid #e4e4e4;
    height:auto;
    padding:5rem 0;
  }
  container a{
    color:#035956
  }
  .container a:focus{
    color:#00917c;
  }
  .container a:hover{
    color:#00917c;
  }
  .rounded-slide{
    background-color: #fff;
    padding: 0;
    border:none;
  }
 
  .container-image-slide h3,.problem-description h3,.rounded-slide-text h3{
    font-weight: 400;
    color:#3d3d3d;
    font-size: 2.2rem;
    text-align: center;
  }
  .container-rounded{
    align-items: center;
  }
  .container-problem{
    padding: 0;
    background-color: none;
    border:1px solid #fff;
  }
  .image-slide, .image-rounded {
    display: block;
    width: 28%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .image-rounded{
    width:50%;
    margin: 3.5rem 3rem;
    color:#2ba79b;
    
  }
  .image-rounded i{
    font-size: 4rem;
  }
  .image-rounded-border{
    border:5px solid #035956;
    border-radius: 100%; 
    height: 170px;
    width: 170px;
    margin: 0 auto;
  }
  
  .image-problem{
    width:100%
  }
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #035956;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .2s ease;
  }
  .overlay-problem{
    background-color: #06b9b3;
    height:93%;
    margin-bottom: 2rem;
    padding: 0;
  }
  
  .container-image-slide:hover .overlay {
    width: 100%;
  }
  .text-slide{
    padding: 5rem 1rem;
  }
  .text-slide h3{
    margin-top: 1rem;
  }
  .text-slide p, .text-slide ul li{
   color:#fff;
font-size: 1.5rem;   
  }
  .text-slide .lista-about li{
    margin-left: none;
    list-style: none;
  }
.stats-contact{
    height:620px;
}
.form-ck label{
font-size: 2rem;
float: left;
color:#035956
}

