@charset "UTF-8";
a,
a *,
a img,
a:active,
a:focus,
a:hover,
button {
    outline: 0
}

#intro h1,
#intro p {
    letter-spacing: 1px
}

#intro p,
p {
    line-height: 1.5
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/nj47mAZe0mYUIySgfn0wpQ.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype')
}

@font-face {
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/DvlFBScY1r-FMtZSYIYoYw.ttf) format('truetype')
}

@font-face {
    font-family: Oswald;
    font-style: normal;
    font-weight: 700;
    src: local('Oswald Bold'), local('Oswald-Bold'), url(https://fonts.gstatic.com/s/oswald/v15/bH7276GfdCjMjApa_dkG6aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype')
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    src: local('Playfair Display Bold'), local('PlayfairDisplay-Bold'), url(https://fonts.gstatic.com/s/playfairdisplay/v12/UC3ZEjagJi85gF9qFaBgIETamuWRjOQSPxoOXgdYd7c.ttf) format('truetype')
}

#status,
.spinner {
    height: 60px;
    width: 60px
}

a,
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none
}

a,
a *,
a:focus {
    box-shadow: none;
    color: inherit
}

a,
a *,
a:active,
a:focus,
a:hover,
tr a {
    text-decoration: none
}

*,
.no-padding,
body {
    padding: 0
}

.action p,
a,
a * {
    -webkit-font-smoothing: initial
}

.disp-table,
.form-control,
img {
    max-width: 100%
}

#intro h1 span,
body {
    font-family: Lato, sans-serif
}

.intro-content,
svg:not(:root) {
    overflow: hidden
}

#intro *,
#intro p,
.nav>li>a {
    text-transform: uppercase
}

.disp-cell,
.social-footer li,
input,
select,
tr a {
    vertical-align: middle
}

.owl-item,
.team-info>div {
    -webkit-backface-visibility: hidden
}

.container {
    padding: 0 30px;
    width: 90%;
    max-width: 1170px
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0)
    }
    to {
        -moz-transform: rotate(359deg)
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0)
    }
    to {
        -o-transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000a19;
    z-index: 9999999
}

#status {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0 0 -30px
}

*,
.no-margin,
body,
input[type=checkbox],
input[type=radio] {
    margin: 0
}

.spinner {
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 4px solid rgba(0, 186, 224, .15);
    border-right: 4px solid rgba(0, 186, 224, .15);
    border-bottom: 4px solid rgba(0, 186, 224, .15);
    border-top: 4px solid rgba(0, 186, 224, .8);
    border-radius: 100%
}

a,
a img,
button {
    border: 0
}

img,
video {
    border: 0;
    width: 100%;
    height: auto
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:focus {
    outline: transparent 0
}

body {
    text-rendering: optimizeLegibility;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 300;
    color: #5d666d;
    background: #000a19
}

.nav>li>a,
a.navbar-brand,
h1,
h2 {
    font-weight: 700
}

ol,
ul {
    list-style: none
}

.btn,
.filter,
a,
button {
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

a,
a * {
    background: 0 0
}

a,
button {
    -webkit-tap-highlight-color: transparent
}

.ie7 img,
.iem7 img,
img {
    -ms-interpolation-mode: bicubic
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: -webkit-focus-ring-color auto 0
}

textarea {
    resize: none
}

figure {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

.list-inline {
    margin-left: 0
}

.gray-scale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.anchor {
    position: absolute
}

#intro,
#menu-toggle,
.sr-only,
section {
    position: relative
}

section {
    background: #fff;
    padding: 50px 0;
    z-index: 11
}

.first-child {
    top: 100vh!important;
    margin-bottom: 100vh;
    box-shadow: 0 -6px 10px -1px rgba(0, 0, 0, .5)
}

.first-child,
.main-wrap {
    -webkit-box-shadow: 0 -6px 10px -1px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 -6px 10px -1px rgba(0, 0, 0, .5)
}

.main-wrap {
    background: #fff;
    z-index: 7;
    box-shadow: 0 -6px 10px -1px rgba(0, 0, 0, .5)
}

.gray {
    background: #f6f6f6;
    z-index: 11
}

.shadow {
    z-index: 10;
    -webkit-box-shadow: 0 0 14px 4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 14px 4px rgba(0, 0, 0, .5);
    box-shadow: 0 0 14px 4px rgba(0, 0, 0, .5)
}

.shadow-top {
    -webkit-box-shadow: 0 -10px 13px -1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 -10px 13px -1px rgba(0, 0, 0, .4);
    box-shadow: 0 -10px 13px -1px rgba(0, 0, 0, .4)
}

.shadow-bottom {
    -webkit-box-shadow: 0 7px 13px -1px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 7px 13px -1px rgba(0, 0, 0, .4);
    box-shadow: 0 7px 13px -1px rgba(0, 0, 0, .4)
}

hr {
    width: 70%;
    margin: 15px auto;
    border-top: 1px solid #dcdcdc
}

hr+p {
    padding-top: 15px
}

.action {
    text-align: center;
    margin-top: 40px
}

.action p {
    color: #464646;
    font-size: 1.5em;
    margin-bottom: 20px;
    text-align: center!important;
    font-weight: 500
}

#intro p,
.separator .action p {
    color: #fff
}

#intro *,
#intro p,
.blockquote *,
.btn,
.btn-holder,
.btn-warning,
.call-to-us,
.intro-line,
.navbar,
.owl-theme .owl-controls .owl-nav [class*=owl-],
.quotes-mark::after,
.separator,
h1,
h2,
h3 {
    text-align: center
}

.btn,
.btn-warning,
.nav>li>a {
    -webkit-font-smoothing: antialiased
}

.separator .action {
    margin: 0
}

.disp-table {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 100%
}

.disp-cell {
    display: table-cell
}

.author,
.headline-lines {
    display: inline-block;
    padding: 8px 0
}

#intro {
    background-color: #161616;
    z-index: 1
}

.logo-turimag {
    max-width: 175px;
    margin: 0 auto 18px
}

#intro h1 {
    color: rgba(255, 255, 255, .95);
    font-size: 7em;
    margin: 0;
    opacity: .75;
    line-height: 1;
    font-family: Oswald, sans-serif
}

#intro h1 span {
    display: block;
    color: inherit;
    font-size: .35em;
    margin: 0;
    letter-spacing: 2px;
    line-height: 1.25
}

#intro p {
    font-size: 13px;
    display: block;
    text-rendering: optimizelegibility;
    margin-bottom: 15px
}

.intro-line {
    border-bottom: 2px solid rgba(255, 255, 255, .35);
    width: 86%;
    max-width: 540px;
    margin: 20px auto
}

.intro-content {
    width: 98%;
    padding: 0;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    margin: 0 auto
}

.btn-holder {
    display: block;
    margin-top: 18px
}

.header {
    right: 0;
    background: #000a19;
    padding: 10px 15px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
    width: 100%;
    left: 0
}

.navbar-fixed-top {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: solid 1px rgba(255, 255, 255, .1)
}

.curtain {
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(0, 10, 25, 1);
    z-index: 0;
    width: 100%;
    height: 80px;
    left: 0;
    -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
    box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
    opacity: 0
}

.curtain.drop {
    -webkit-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
    opacity: 1
}

.navbar-header {
    margin: 0!important
}

.nav li,
.navbar,
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand,
.sr-only {
    margin: 0
}

.navbar {
    border-radius: 0;
    border: 0;
    width: 100%
}

a.navbar-brand {
    display: block;
    font-size: 26px;
    letter-spacing: -1px;
    color: #00bae0;
    padding: 0;
    height: 48px
}

.navbar-brand>img {
    height: initial;
    width: initial
}

.nav li {
    padding: 5px 2px
}

.nav>li>a {
    color: #ddd;
    font-size: 13px;
    transition: all .3s;
    -webkit-transtion: all .3s;
    padding: 10px 20px;
    border-bottom: solid 3px rgba(0, 186, 224, 0)
}

h3,
h4 {
    font-weight: 300
}

.nav>li>a:focus,
.nav>li>a:hover {
    border-bottom: solid 3px #ffc815;
    color: #fff;
    background: 0 0
}

.navbar-toggle {
    margin-right: 0;
    padding-right: 0
}

.sr-only {
    float: right;
    color: #fff
}

h1,
h2,
h3,
h4 {
    color: #222;
    text-transform: uppercase
}

.icon-bar {
    background: #f6f6f6
}

#menu-toggle {
    top: 11px;
    right: 0;
    cursor: pointer;
    padding: 2px 30px 16px 0
}

#menu-toggle span,
#menu-toggle span:after,
#menu-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    height: 3px;
    width: 28px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.btn,
.btn-warning,
.call-to-us .phone-banner {
    text-transform: uppercase;
    display: inline-block
}

.item,
.separator {
    position: relative
}

#menu-toggle span:before {
    top: -8px
}

#menu-toggle span:after {
    bottom: -8px
}

#menu-toggle.x-close span {
    background-color: transparent
}

#menu-toggle.x-close span:after,
#menu-toggle.x-close span:before {
    top: 0
}

#menu-toggle.x-close span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#menu-toggle.x-close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

h1,
h2,
h3 {
    font-family: 'Playfair Display', serif;
    margin-top: 0
}

.call-to-us h2,
h4 {
    font-family: Lato, sans-serif
}

h1 {
    font-size: 6.25em
}

h2 {
    font-size: 3.25em;
    margin-bottom: 40px
}

h3 {
    font-size: 2.125em;
    margin: 0 0 40px
}

h4 {
    font-size: 1.25em
}

p {
    font-size: 16px;
    margin: 0 0 20px
}

.btn,
.btn-warning {
    border-radius: 0;
    box-shadow: none;
    outline: 0;
    background: #000a19;
    color: #fff;
    padding: 0 20px;
    font-size: 14px;
    cursor: pointer;
    border: 2px solid rgba(0, 204, 255, 0);
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 40px;
    min-width: 140px
}

.btn-warning:hover,
.btn:focus,
.btn:hover {
    background: #00bae0;
    color: #fff;
    border: 2px solid transparent;
    box-shadow: none
}

.btn-warning.active:focus,
.btn-warning:active,
.btn-warning:focus,
.btn.active,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active,
.btn:active.focus,
.btn:active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.intro-btn {
    background: #00fcff;
    color: #222;
    border: 2px solid #00fcff
}

.intro-btn:focus,
.intro-btn:hover {
    background: rgba(0, 0, 0, .05);
    color: #00fcff;
    border: 2px solid #00fcff;
    cursor: pointer
}

.yellow {
    background: #ffc815;
    color: #222;
    border: 2px solid #ffc815
}

.yellow:focus,
.yellow:hover {
    background: rgba(0, 0, 0, .05);
    color: #ffc815;
    border: 2px solid #ffc815;
    cursor: pointer
}

#google-map,
.separator {
    overflow: hidden;
    z-index: 9;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: #383838;
    padding: 80px 0
}

.separator.dos,
.separator.uno {
    background-image: url(../images/young-freelance-woman-working-remotely-from-cafe-picjumbo-com.jpg)
}

.call-to-us {
    -moz-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(-5deg);
    -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(-5deg);
    -o-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(-5deg);
    -ms-transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(-5deg);
    transform: scale(1) rotate(0) translateX(0) translateY(0) skewX(0) skewY(-5deg);
    letter-spacing: 1px;
    margin-top: 10px
}

.call-to-us * {
    margin: 0 auto 15px;
    color: #fff
}

.call-to-us h2 {
    font-size: 1.875em
}

.call-to-us .phone-banner {
    color: #090005;
    padding: 20px 30px;
    font-size: 2.55em;
    font-weight: 700;
    background-color: #ffc815;
    letter-spacing: 2px;
    font-family: Oswald, sans-serif
}

.call-to-us .phone-banner a {
    color: #333;
    display: inline
}

.call-to-us .support {
    font-size: 1.125em;
    text-transform: uppercase;
    font-weight: 400
}

.owl-item {
    -webkit-transform: translateZ(0) scale(1, 1)
}

.owl-carousel .owl-stage {
    margin: 0 auto
}

.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    margin: -18px 0 0;
    height: 38px
}

.quotes-mark,
.to-top {
    height: 60px;
    overflow: hidden
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #fff;
    text-rendering: auto;
    background: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    opacity: .5;
    -moz-opacity: .5;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 40px
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:before {
    font: normal normal normal 21px/30px FontAwesome
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    background: #000;
    color: #00bae0;
    opacity: 1;
    -moz-opacity: 1
}

.owl-prev {
    float: left
}

.owl-prev:before {
    content: "\f104"
}

.owl-next {
    float: right
}

.owl-next:before {
    content: "\f105"
}

.owl-dots {
    margin-top: 20px
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, .75)
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgba(255, 255, 255, .5)
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #15ffd7
}

.blockquote {
    margin: 0 auto;
    border: 0;
    max-width: 700px;
    position: relative;
    padding: 0 30px
}

.blockquote * {
    color: #fff;
    text-transform: none
}

.modal h6,
.team-info h4,
.team-info p a,
.title-underline h4,
li.filter {
    text-transform: uppercase
}

.modal-body ol,
.modal-body ul {
    margin-left: 30px;
    margin-top: 5px;
    margin-bottom: 25px
}

.modal-body ol {
    list-style-type: decimal
}

.modal-body ul {
    list-style-type: initial
}

.modal-body ul li {
    padding-left: 0
}

,
.modal-body ol>li>ol,
.modal-body ol>li>ul,
.modal-body ul>li>ol,
.modal-body ul>li>ul {
    margin-left: 15px
}

.modal-body li {
    margin-bottom: 5px
}

.blockquote h4 {
    line-height: 1.5;
    font-size: 22px;
    font-weight: 300;
    margin: 15px auto 3px
}

.blockquote p {
    margin: 0
}

.blockquote .author,
.owl-carousel .owl-item.active .blockquote .author {
    color: #15ffd7!important;
    font-family: Lato, sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-color: #d0d0d0;
    margin: 10px auto
}

.quotes-mark {
    margin: 0 auto;
    width: 60px
}

.quotes-mark::after {
    content: ' “ ';
    font-size: 120px;
    font-family: Georgia, Times New Roman, Times, serif;
    font-weight: 400;
    color: #15ffd7;
    line-height: 1
}

.carousel-control.left::before,
.carousel-control.right::before,
.carousel-control::before,
.title-underline h4:before {
    content: ''
}

.modal h6,
li.filter {
    font-size: 13px;
    font-weight: 400
}

.carousel-control {
    opacity: 0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 96px
}

.carousel-control.right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .4) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .4) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .4)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .4) 100%)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .4) 0, rgba(0, 0, 0, .0001) 100%)
}

.carousel-control:focus {
    opacity: 0
}

.carousel-control:hover {
    opacity: .7
}

.carousel-control::before {
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%
}

.carousel-control.right::before {
    background-image: url(../images/arrow-right.png);
    background-position: 43px center
}

.carousel-control.left::before {
    background-image: url(../images/arrow-left.png);
    background-position: 25px center
}

.carousel-indicators li {
    border: 0;
    background: rgba(204, 204, 204, .6);
    vertical-align: middle;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.carousel-indicators .active {
    background: #00bae0;
    width: 14px;
    height: 14px
}

.modal .carousel-caption {
    left: 0;
    right: 0;
    top: 0;
    bottom: initial;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    text-shadow: none
}

.contact-icons,
.data-contact,
.data-contact [class*=col-],
.filter-list,
.modal .small-text span,
.social-footer li a span,
.team,
.team .row,
.team-name,
.team-wrapper,
.to-top,
.work-caption .plus-icon {
    text-align: center
}

.modal h6 {
    display: inline-block;
    margin: 0;
    background: rgba(13, 13, 13, .5);
    color: #fff;
    padding: 12px 20px;
    border-left: 3px solid #00bae0;
    border-top: 0;
    min-height: 29px;
    line-height: 1;
    letter-spacing: 1px
}

.filter-list {
    margin: 40px 15px 40px 0;
    padding: 0
}

li.filter {
    padding: 12px 20px;
    margin: 0 -2px
}

.modal .row,
.work .row {
    margin: 0
}

li.filter:hover {
    background: #00bae0;
    color: #fff;
    cursor: pointer
}

li.filter.on {
    background: #000a19;
    color: #fff
}

#work-container .mix {
    display: none
}

.work .container {
    padding: 0 0 0 20px
}

.title-underline,
.title-underline h4 {
    padding-left: 0;
    padding-right: 0
}

.title-underline h4 {
    position: relative;
    margin: 20px 0;
    padding-bottom: 10px;
    line-height: 1.25;
    border-bottom: solid 1px #ddd;
    letter-spacing: 2px;
    font-size: 1.5em
}

.team-info h4,
.team-info p a {
    letter-spacing: 1px;
    color: #fff
}

.title-underline h4:before {
    height: 0;
    display: block;
    position: absolute;
    border-bottom: 3px solid #00bae0;
    bottom: -2px;
    left: 0;
    width: 65px
}

.work-item {
    overflow: hidden;
    padding: 0 15px 15px 0
}

.work-caption {
    width: 100%;
    height: 100%;
    display: block;
    z-index: 25;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    background: #000a19
}

.work-caption img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    transition: all .3s ease-out;
    margin: 0 auto
}

.work-caption figure h4,
.work-caption img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out
}

.work-caption:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .9;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.work-caption figure {
    width: 100%;
    position: absolute;
    z-index: 19;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0
}

.work-caption figure * {
    line-height: 1;
    font-size: 13px;
    display: inline-block;
    margin: 0 -2px;
    padding: 8px 10px 8px 25px;
    min-height: 29px;
    position: relative;
    left: -100%
}

.work-caption:hover figure * {
    left: 0
}

.work-caption figure h4 {
    background: #000a19;
    color: #00bae0;
    letter-spacing: 1px;
    transition: all .3s ease-out
}

.work-caption figure .work-category {
    background: #fff;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.work-caption .plus-icon {
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    font-size: 36px;
    z-index: 20;
    top: -37px;
    right: -41px;
    background: #fff;
    color: #222;
    overflow: hidden;
    font-weight: 200;
    line-height: 33px;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all
}

.work-caption:hover .plus-icon {
    top: -2px;
    right: -2px;
    height: 37px;
    width: 41px
}

.fade {
    background: #fff
}

body.modal-open {
    overflow: hidden!important
}

.modal,
.modal-open {
    padding-right: 0!important
}

.modal .container-fluid {
    background: #f6f6f6;
    margin: 0 auto;
    padding: 0
}

.modal [class*=col-] {
    padding: 0
}

.modal .btn {
    min-width: initial;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 800;
    line-height: 32px
}

.copyright,
.modal .small-text {
    font-size: 14px
}

.dal-backdrop.fade,
.modal-backdrop,
.modal-backdrop.in {
    opacity: 1;
    background-color: #fff;
    padding: 0
}

.modal strong {
    color: #222
}

.modal hr {
    width: 100%;
    margin: 20px auto 10px
}

.modal hr+p {
    padding: 0;
    margin-bottom: 20px
}

.modal .small-text span {
    color: #222;
    padding: 0 10px
}

.modal-content {
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.modal-body {
    padding: 10px 45px 15px 30px;
    position: static;
    clear: both
}

.close,
button.close {
    width: 40px;
    height: 40px;
    opacity: 1;
    color: #fff;
    box-shadow: none;
    background: url(../images/button-close.png) center center no-repeat #000a19
}

.close:focus,
.close:hover,
button.close:focus,
button.close:hover {
    color: #fff;
    background-color: #00bae0;
    box-shadow: none;
    text-shadow: none;
    opacity: 1
}

.hidden-pic {
    visibility: hidden;
    width: 100%;
    height: auto
}

.web-block {
    padding: 0;
    position: relative
}

.web-block .image-shop-scroll {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: block;
    -webkit-transition: background 4s ease;
    -moz-transition: background 4s ease;
    -ms-transition: background 4s ease;
    -o-transition: background 4s ease;
    transition: background 4s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.web-block .image-shop-scroll:hover {
    background-position: center 100%;
    -webkit-transition: background .3s out;
    -moz-transition: background .3s out;
    -ms-transition: background .3s out;
    -o-transition: background .3s out;
    transition: background .3s out
}

.web-block:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    cursor: pointer
}

footer {
    background: #000a19;
    padding: 10px 0 20px;
    z-index: 11;
    position: relative;
    overflow: hidden
}

.copyright {
    margin: 5px;
    color: rgba(0, 186, 224, .5);
    font-weight: 400
}

.social-footer {
    margin: 0
}

.social-footer li {
    display: inline-block;
    margin: 10px 10px 10px 0
}

.social-footer li:last-child {
    margin-right: 0;
    display: block
}

.social-footer li a {
    display: block
}

.social-footer li a span {
    font-size: 42px;
    color: rgba(0, 186, 224, .5);
    display: block
}

.social-footer a:hover span {
    color: #00bae0
}

.social-footer a span.icon-instagram {
    opacity: .5;
    width: 42px;
    height: 42px;
    overflow: hidden;
    font-size: initial;
    line-height: 1
}

.social-footer a:hover span.icon-instagram {
    opacity: 1
}

.to-top {
    cursor: pointer;
    width: 44px;
    color: #fff;
    background: #00bae0;
    position: absolute;
    z-index: 21;
    top: 0;
    right: 5%;
    display: block;
    line-height: 8px;
    padding-top: 20px;
    font-size: 18px
}

.team-info>div,
.team-item {
    background-size: 160px;
    border-radius: 50%
}

.services-block,
.team-wrapper .block {
    vertical-align: top;
    display: inline-block
}

.to-top .glyphicon {
    line-height: 6px
}

.to-top:focus *,
.to-top:hover * {
    color: #fff
}

.services-block {
    text-align: center;
    float: none;
    margin: 0 -2px;
    padding: 0 15px 15px;
    overflow: hidden
}

a.services-block:hover * {
    color: #00bae0!important
}

.iconos,
.services-block img {
    width: auto;
    max-width: 100%;
    height: 75px
}

.team-wrapper {
    float: none;
    margin: 0 auto;
    line-height: 1
}

.team-wrapper .block {
    margin: 0 -2px;
    padding: 0 20px
}

.team-grid {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    border: 0
}

.team-item {
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    cursor: pointer
}

.team-info-wrap {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    transition: all .4s ease-in-out;
    top: 10px;
    left: 10px;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2), inset 0 0 3px rgba(115, 114, 23, .8)
}

.team-info,
.team-info-wrap {
    position: absolute;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out
}

.team-info {
    transition: all .4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.team-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.team-info .team-info-back {
    -webkit-transform: rotate3d(0, 1, 0, 180deg);
    -moz-transform: rotate3d(0, 1, 0, 180deg);
    -o-transform: rotate3d(0, 1, 0, 180deg);
    -ms-transform: rotate3d(0, 1, 0, 180deg);
    transform: rotate3d(0, 1, 0, 180deg);
    background: #000a19
}

.team-info-back {
    position: relative
}

.team-info h4 {
    font-weight: 400;
    font-size: 13px;
    margin: 0 auto;
    line-height: 19px;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 10px
}

.team-info p {
    color: #fff;
    font-style: italic;
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    line-height: 1
}

.team-info p a {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif
}

.team-info p a:hover {
    color: #fff222;
    color: rgba(255, 242, 34, .8)
}

.team-item:hover .team-info-wrap {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .8), inset 0 0 3px rgba(115, 114, 23, .8)
}

.team-item:hover .team-info {
    -webkit-transform: rotate3d(0, 1, 0, -180deg);
    -moz-transform: rotate3d(0, 1, 0, -180deg);
    -o-transform: rotate3d(0, 1, 0, -180deg);
    -ms-transform: rotate3d(0, 1, 0, -180deg);
    transform: rotate3d(0, 1, 0, -180deg)
}

.team-name {
    color: #222;
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 30px;
    text-transform: none
}

.team-img-1 {
    background-image: url(../images/team/Airon-Veras.jpg)
}

.team-img-2 {
    background-image: url(../images/team/Rafis-saldana.jpg)
}

.team-img-3 {
    background-image: url(../images/team/Laura-Toribio.jpg)
}

.team-img-4 {
    background-image: url(../images/team/Evelyn-Medina.jpg)
}

.team-img-5 {
    background-image: url(../images/team/Starlin.jpg)
}

.team-img-6 {
    background-image: url(../images/team/Walkiria-Suero.jpg)
}

.team-img-7 {
    background-image: url(../images/team/domingo.jpg)
}

#google-map {
    width: 100%;
    height: 45vh;
    background-image: url(../images/googlemap.jpg);
    padding: 0;
}

.contact {
    padding-top: 50px
}

.contact h2 {
    margin: 30px auto;
    font-size: 2.75em
}

.contact hr {
    width: 100%
}

.data-contact {
    vertical-align: top
}

.data-contact [class*=col-] {
    float: none;
    margin-left: -2px;
    margin-right: -2px;
    display: inline-block;
    vertical-align: top
}

.contact-icons {
    color: #000a19;
    font-size: 32px;
    margin: 0 auto 15px;
    display: block
}

.form-control,
.help-block {
    text-align: left!important
}

.form-group {
    position: relative;
    margin: 10px 0 20px
}

.form-group label {
    position: absolute;
    top: -6px;
    left: 25px;
    padding-right: 2px;
    padding-left: 5px;
    background-color: #fff;
    line-height: 1;
    display: block;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #222;
    font-weight: 400
}

.form-control {
    padding: 9px 10px 7px;
    border: 1px solid #000a19;
    background-color: transparent;
    outline: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
    -webkit-appearance: none;
    color: #555;
    font-weight: 300;
    line-height: 1
}

input.form-control {
    height: 44px;
    line-height: 44px
}

.form-control:focus {
    border-color: #000a19;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

input.empty {
    border-color: red!important
}

textarea.form-control {
    padding-top: 10px;
    line-height: 1.25;
    height: 118px;
    width: 100%
}

.has-error .form-control,
.has-error .form-control:focus,
.has-success .form-control,
.has-success .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control-feedback {
    top: 0!important;
    right: 22px;
    text-align: right;
    line-height: 26px;
    width: 26px;
    height: 26px;
    font-size: 12px!important
}

.has-error .form-control-feedback {
    color: #ee1b2e!important
}

.has-success .form-control-feedback {
    color: #32c334!important
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label,
.text-danger {
    color: #f36!important;
    font-weight: 400;
    line-height: 1;
    font-size: 13px;
    margin: 0;
    padding: 5px 1px;
    display: block
}

.has-error .form-control,
.has-error .form-control:focus {
    border-color: #f36!important
}

.has-success .form-control,
.has-success .form-control:focus {
    border-color: #000a19!important
}

.btn-warning.active,
.btn-warning.active:focus,
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.btn-warning:focus,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
.open>.dropdown-toggle.btn-warning,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #888;
    border-color: #888;
    box-shadow: none
}

.clients h2,
.clients h3 {
    margin-bottom: 30px
}

@media (min-width:1281px) {
    .modal .container-fluid {
        max-width: 1281px
    }
    #google-map,
    .spearator {
        height: 400px
    }
}

@media (min-width:768px) {
    .modal-body {
        max-height: 410px;
        overflow-x: auto;
        margin-bottom: 20px
    }
    .services-block {
        width: 33.333333%
    }
    .nav li {
        padding: 0
    }
    .nav>li>a {
        padding: 0 20px;
        line-height: 80px
    }
    .anchor {
        top: -79px
    }
    a.navbar-brand {
        line-height: 78px
    }
    .navbar-brand>img {
        display: inline-block;
        vertical-align: middle
    }
    .header {
        background: rgba(19, 23, 32, .65);
        padding: 0 5%;
        box-shadow: none
    }
    .team [class*=col-] {
        display: inline-block;
        margin: 0 -2px;
        text-align: center;
        float: none;
        vertical-align: top
    }
}

@media screen and (min-width:600px) {
    .social-footer li:last-child {
        display: inline-block
    }
    .copyright {
        line-height: 40px;
        padding-left: 20px;
        border-left: 1px solid rgba(0, 186, 224, .5);
        margin-left: 12px
    }
}

@media (max-width:919px) {
    .services-block {
        text-align: left;
        width: 100%
    }
    .services-block img {
        float: left;
        width: 75px;
        height: auto
    }
    .services-block .textos {
        text-align: left;
        padding-left: 90px
    }
}

@media screen and (max-width:767px) {
    .nav li {
        padding: 5px 2px
    }
    .anchor {
        top: -70px
    }
    .header {
        -webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
        -moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4);
        box-shadow: 0 0 8px 4px rgba(0, 0, 0, .4)
    }
    .curtain {
        height: 70px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
    h2 {
        font-size: 3em;
        margin-bottom: 40px;
        margin-top: 0
    }
    section {
        padding: 65px 0;
        overflow: hidden
    }
    #intro h1 {
        font-size: 4.5em
    }
    .navbar-nav {
        display: inline-block;
        float: none
    }
    .services-list h4 {
        margin-top: 40px
    }
    hr {
        margin: 10px auto
    }
    hr+p {
        padding-top: 10px
    }
    .action {
        margin-top: 20px
    }
    .action p {
        line-height: 1.5;
        font-size: 1.35em
    }
    .to-top {
        right: 20px
    }
    .team-wrapper .block {
        padding: 0 20px
    }
    .fade,
    .modal-content {
        background: #f6f6f6
    }
    .modal .disp-cell {
        vertical-align: top
    }
    #google-map {
        background-image: url(../images/s-googlemap.jpg)
    }
}

@media screen and (max-width:480px) {
    .logo-turimag {
        max-width: 140px
    }
    #intro h1 {
        font-size: 4em
    }
    .separator {
        padding: 40px 0 30px
    }
    .call-to-us {
        font-size: 12px
    }
    .call-to-us .phone-banner {
        padding: 15px
    }
    .blockquote h4 {
        font-size: 18px
    }
    .work-gallery [class*=col-] {
        width: 100%
    }
    li.filter {
        width: 33.3333333333%;
        text-align: center
    }
    .iconos,
    .services-block img {
        width: 50px;
        height: auto
    }
    .services-block .textos {
        padding-left: 70px
    }
}

@media screen and (max-width:420px) {
    [class*=col-] {
        width: 100%;
        float: none
    }
    #intro h1 {
        font-size: 3em
    }
    .call-to-us {
        font-size: 10px
    }
    .call-to-us .phone-banner {
        font-size: 2.125em
    }
    .container {
        width: 100%
    }
}

@media screen and (max-width:320px) {
    .logo-turimag {
        display: none
    }
    li.filter {
        width: 50%;
        text-align: center
    }
    h2 {
        font-size: 1.65em!important
    }
}

@media print {
    .container {
        width: auto
    }
}