/*
----------------------------------------------------------
INDEX
#Normalize
#Type
#btn
#Lists
#separate
#button
#detail
#pagination
#colors
#fonts
#navbar-brand
#menu
#MOBILE MENU
#SLIDE - TYPOGRAPHY
#TEXT PARALLAX
#services
#about
#info-contact
#page404
#pie-chart
#contact
#background
#clients
#portfolio-int
#portfolio-single
#team
#text-desc
#half
#portfolio
#news
#single
#single-comments
#footer
#counter
#carousel
#animations
----------------------------------------------------------
*/
/*
----------------------------------------------------------
#Normalize
----------------------------------------------------------
*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-weight: 400;
    font-family: Hind;
    color: #777777;
}
header {
    position: relative;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
header:hover {
    background: rgba(255, 255, 255, 1)
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*
----------------------------------------------------------
#Type
----------------------------------------------------------
*/

b,
strong {
    font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    color: #434447;
}
h1,
.h1 {
    font-size: 35px;
    line-height: 1.2;
    margin: 27px 0 0;
}
@media (max-width: 339px) {
    h1,
    .h1 {
        font-size: 28px;
    }
}
h2,
.h2 {
    font-size: 29px;
    line-height: 1.2;
    margin: 27px 0 0;
}
h3,
.h3 {
    font-size: 24px;
    line-height: 1.2;
    margin: 27px 0 0;
}
h4,
.h4 {
    font-size: 20px;
    line-height: 1.2;
    margin: 27px 0 0;
}
h5,
.h5 {
    font-size: 17px;
    line-height: 1.2;
    margin: 27px 0 0;
}
h6,
.h6 {
    font-size: 14px;
    line-height: 1.2;
    margin: 27px 0 0;
}
p,
li,
dt,
dd,
dl,
address,
label,
small,
pre,
code {
    font-size: 15px;
    line-height: 1.75;
    margin: 18px 0 0;
}
.site-footer p,
.site-footer li,
.site-footer dt,
.site-footer dd,
.site-footer dl,
.site-footer address,
.site-footer label,
.site-footer small,
.site-footer pre,
.site-footer code,
aside p,
aside li,
aside dt,
aside dd,
aside dl,
aside address,
aside label,
aside small,
aside pre,
aside code {
    font-size: 14px;
}
p.text-top-reduced {
    margin-top: 9px;
}
div.text-top-reduced > *:first-child {
    margin-top: 9px;
}
small,
figcaption {
    font-size: 12px;
}
figcaption {
    margin: 9px 0px 0px 0px;
}
ul,
ol {
    margin: 18px 0px 0px 0px;
    padding-left: 18px;
}
ul,
ol {
    padding: 0;
}
ul i,
ol i {
    margin-right: 18px;
}
ul {
    list-style: none;
}
ol {
    margin-left: 18px;
}
ul li,
ol li {
    margin-top: 0;
}
ul > li > ul,
ol > li > ol {
    margin-left: 9px;
    padding-left: 0;
    margin-top: 0;
}
dl {
    margin: 18px 18px 0px 18px;
}
dl dt {
    font-weight: 600;
}
dd {
    margin-top: 0;
}
dl dd {
    margin-bottom: 0px;
}
dl dt:first-child {
    margin-top: 0px;
}
blockquote {
    margin: 27px 0px 27px 0px;
    padding: 0px 0px 0px 27px;
    border-left: 2px solid #ff8f1c;
}
blockquote p {
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 0;
}
blockquote p:first-child {
    margin-top: 0px;
}
blockquote small {
    font-size: 13px;
    margin: 9px 0px 0px 0px;
    margin-bottom: 0;
    display: inline;
}
blockquote small:before {
    content: "-";
    margin: 0px 9px 0px 0px;
}
blockquote.pullquote > p:first-of-type {
    quotes: "\201C" "\201D";
}
blockquote.pullquote > p:first-of-type:before {
    font-family: Georgia, serif;
    content: open-quote;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: -0.25em;
    margin-right: .2em;
}
blockquote.pullquote > p:first-of-type:after {
    font-family: Georgia, serif;
    content: close-quote;
    font-size: 1.5em;
    line-height: 0;
    vertical-align: -0.25em;
    margin-left: .1em;
}
cite {
    font-style: normal;
}
mark {
    color: #fff;
    padding: 1px 4px;
    border-radius: 2px;
    font-weight: 600;
}
.title-section {
    position: relative
}
.messagebox_text {
    color: #fff;
    padding: 18px;
    border-radius: 4px;
    font-weight: 600;
}
.messagebox_text > * {
    margin-top: 0;
}

.title-bg{padding:1px 0 30px 0}

.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-lowercase {
    text-transform: lowercase;
}
.center {
    text-align: center;
}

.alert{padding:10px 15px;}

.text-lead,
.text-lead > * {
    font-size: 18px;
    line-height: 1.75;
    margin: 18px 0 0;
    margin: 36px 0px 0px 0px;
}
.text-lead.text-top-reduced {
    margin: 9px 0px 0px 0px;
}
.text-bold {
    font-weight: 600;
}
.font-weight-100,
.font-weight-100 *:not(strong):not(b) {
    font-weight: 100 !important;
}
.font-weight-200,
.font-weight-200 *:not(strong):not(b) {
    font-weight: 200 !important;
}
.font-weight-300,
.font-weight-300 *:not(strong):not(b) {
    font-weight: 300 !important;
}
.font-weight-400,
.font-weight-400 *:not(strong):not(b) {
    font-weight: 400 !important;
}
.font-weight-500,
.font-weight-500 *:not(strong):not(b) {
    font-weight: 500 !important;
}
.font-weight-600,
.font-weight-600 *:not(strong):not(b) {
    font-weight: 600 !important;
}
.font-weight-700,
.font-weight-700 *:not(strong):not(b) {
    font-weight: 700 !important;
}
.font-weight-800,
.font-weight-800 *:not(strong):not(b) {
    font-weight: 800 !important;
}
.font-weight-900,
.font-weight-900 *:not(strong):not(b) {
    font-weight: 900 !important;
}
.no-padding {
    padding: 0 !important
}
.clear {
    clear: both
}
/*
----------------------------------------------------------
#btn
----------------------------------------------------------
*/

.btn-1 {
    color: #ff8f1c;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    margin: 0 auto 2em;
    max-width: 160px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    @media(min-width: 400px) {
        display: inline-block;
        margin-right: 2.5em;
        &:nth-of-type(even) {
            margin-right: 0;
        }
    }
    @media(min-width: 600px) {
        &:nth-of-type(even) {
            margin-right: 2.5em;
        }
        &:nth-of-type(5) {
            margin-right: 0;
        }
    }
    &:hover {
        text-decoration: none;
    }
}
.btn-effect {
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 143, 18, 0);
    outline: 1px solid;
    outline-color: rgba(255, 143, 18, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-effect:hover {
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 143, 18, .2);
    outline-color: rgba(255, 143, 18, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #ff8f1c;
}
/*
----------------------------------------------------------
#Lists
----------------------------------------------------------
*/

.icons-list i{display:block; font-size:32px; margin-bottom:10px; margin-right:0}
.icons-list li{text-align:center; margin-bottom:20px; font-size:12px;}

ul.icons {
    margin: 0;
    padding: 0 !important;
}
ul.icons li {
    list-style: none;
    margin: 5px 0px 0px 0px;
    vertical-align: top;
}
ul.icons li .fa {
    margin-right: 13.5px;
    font-size: 1em;
    line-height: .7em;
    position: relative;
    top: 3px;
}
.uncode-list ul.text-large li {
    font-size: 1.2em;
}
/*
----------------------------------------------------------
#separate
----------------------------------------------------------
*/

.sep-line-dashed2{border-top:2px dashed rgba(0,0,0,0.1); margin-top:40px; margin-bottom:20px; clear:both}
.sep-line-dashed1{border-top:1px dashed rgba(0,0,0,0.1); margin-top:40px; margin-bottom:20px; clear:both}

.sep-line{border-top:1px solid rgba(0,0,0,0.1); margin-top:40px; margin-bottom:20px; clear:both}

.sep10 {
    margin-bottom: 10px;
    clear: both
}
.sep20 {
    margin-bottom: 20px;
    clear: both
}
.sep30 {
    margin-bottom: 30px;
    clear: both
}
.sep40 {
    margin-bottom: 40px;
    clear: both
}
.sep50 {
    margin-bottom: 50px;
    clear: both
}
.sep60 {
    margin-bottom: 60px;
    clear: both
}
.sep70 {
    margin-bottom: 70px;
    clear: both
}
.sep80 {
    margin-bottom: 80px;
    clear: both
}
.sep90 {
    margin-bottom: 90px;
    clear: both
}
.sep100 {
    margin-bottom: 100px;
    clear: both
}


/*
----------------------------------------------------------
#video
----------------------------------------------------------
*/

#video-section {
		padding: 0;
		height: 635px;
		overflow:hidden;
		position:relative;
		left:0;
		width:100%;
		top:0;
		vertical-align:top;
	}
	
#video-section .detail{
	background:transparent url("../images/video/detail.png") no-repeat center center;
	position:absolute;
	top:0;
	left:0; 
	width:100%;
	height:100%;
	z-index:999;
	opacity:0.3;
	 -webkit-animation:spin 200s linear infinite;
    -moz-animation:spin 200s linear infinite;
    animation:spin 200s linear infinite;
	}	

#video-section:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(27, 30, 34, 0.7) url("../images/backgrounds/raster.png") repeat 0 0;
	z-index:99;
	}	


#video-section .full-section-container{
	position:relative;
	z-index:999;
	display:table;
	height:100%;
	width:100%;
	
	}
	
#video-section .full-section-container .container{
	display:table-cell;
	vertical-align:middle;
	text-align:center; 
	color: rgba(255,255,255,0.8);
	width:100%;
	}	


#video-section .full-section-container .container .headline h3{
	color:#fff;
	font-size:50px;
	line-height:48px;
	text-transform:uppercase;
	opacity:0.8;
	}

.video{
	position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	}
	
.home-video{
	margin-top:-84px !important;
	}	


.spinner {
    height: 85px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    bottom: 0;
    width: 3px;
	z-index:999;
}
.spinner > div {
    height: 8px;
    width: 1px;
    display: block;
    margin-bottom: 9px;
    -webkit-animation: sk-stretchdelay 1.5s infinite ease-in-out;
    animation: sk-stretchdelay 1.5s infinite ease-in-out;
}
.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
    background: #e9ebf2;
}
.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
    background: #d1d6e5;
}
.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
    background: #bbc2d9;
}
.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
    background: #7684b2;
}
.spinner .rect6 {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
    background: #7684b2;
}
.spinner .rect7 {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
    background: #6070a4;
}
.spinner .rect8 {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    background: #495b97;
}
.spinner .rect9 {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
    background: #32478a;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        background: #fff;
    }  
    20% { 
        background: #32478a;
    }
}
@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        background: #fff;
    }  20% { 
        background: #32478a;
    }
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }


/*
----------------------------------------------------------
#button
----------------------------------------------------------
*/

.button,
[class*="button-"] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 30px 1em 1em 0;
    padding: 0 4em;
    height: 3.5em;
    line-height: 3.5em;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    letter-spacing: .08em;
    font-weight: bold;
    color: #fff;
    background: #ff8f1c;
    border: solid 1px #fff;
    border-radius: 2px;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
    text-decoration: none !important;
}

.button-md.grey{background:#f7f7f7; color:#ff8f1c; text-shadow: none; border:1px solid #ddd}
.button-sm.grey{background:#f7f7f7; color:#ff8f1c; text-shadow: none; border:1px solid #ddd}


.button-md {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 30px 1em 1em 0;
    padding: 0 3em;
    height: 3em;
    line-height: 3em;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    letter-spacing: .08em;
    font-weight: bold;
    color: #fff;
    background: #ff8f1c;
    border: solid 1px #fff;
    border-radius: 2px;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
    text-decoration: none !important;
}

.button-md:hover{color:#fff !important;}

.button-sm {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 30px 1em 1em 0;
    padding: 0 2em;
    height: 2em;
    line-height: 2em;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    letter-spacing: .08em;
    font-weight: bold;
    color: #fff;
    background: #ff8f1c;
    border: solid 1px #fff;
    border-radius: 2px;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
    text-decoration: none !important;
}

.button-sm:hover{color:#fff !important;}


.rev_slider .button,
.rev_slider [class*="button-"] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin: 30px 1em 1em 0;
    padding: 0 4em;
    height: 3.5em;
    line-height: 3.5em;
    text-decoration: none;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
    letter-spacing: .08em;
    font-weight: bold;
    color: #fff;
    background: #ff8f1c;
    border: none;
    border-radius: 2px;
    -moz-transition: ease 0.35s all;
    -o-transition: ease 0.35s all;
    -webkit-transition: ease 0.35s all;
    transition: ease 0.35s all;
    text-decoration: none !important;
}
.button-hover:hover {
    line-height: 9em;
    color: #fff;
}
.button:hover,
[class*="button-"]:hover {
    background: #8F7763;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}
.button-hover:before {
    content: attr(data-text);
    color: #fff;
    position: absolute;
    top: -2.75em;
}
/*
----------------------------------------------------------
#detail
----------------------------------------------------------
*/

.detail {
    font-size: 70px;
    font-weight: bold;
    line-height: 70px;
    color: rgba(0, 0, 0, 0.035);
    position: absolute;
    z-index: 0
}
.detail.big {
    font-size: 9em;
    left: 0;
    bottom: 50px;
}
/*
----------------------------------------------------------
#pagination
----------------------------------------------------------
*/

.pagination ul {
    margin: 0;
    padding: 0 50px;
    display: inline-block;
    margin: auto;
    position: relative
}
.pagination ul li {
    display: inline-block
}
.pagination ul li a {
    background: #fff;
    display: block;
    line-height: 44px;
    text-align: center;
    height: 40px;
    width: 40px;
    font-size: 18px;
    text-decoration: none;
}
.pagination ul li.arrow a {
    font-size: 24px;
    text-align: center;
    line-height: 50px;
}
.pagination ul li a:hover {
    background: #ff8f1c !important;
    color: #fff !important
}
.pagination ul li.arrow a i {
    display: inline-block;
    margin: auto
}
.pagination ul li.arrow {
    position: absolute;
    top: 0;
}
.pagination ul li.arrow.left {
    left: 0;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(180deg);
}
.pagination ul li.arrow.right {
    right: 0;
}
/*
----------------------------------------------------------
#colors
----------------------------------------------------------
*/

.color-1 {
    color: #777777 !important;
}
.color-2 {
    color: #434447 !important;
}
.color-3 {
    color: #ff8f1c !important;
}
/*diego*/
.color-3-lau {
    color: #ffb973 !important;
}
.color-4 {
    color: #C8C8C8 !important;
}
.color-white {
    color: #fff !important;
}
.bg-grey {
    background: #f7f7f7
}
.bg-3 {
    background: #ff8f1c
}
/*
----------------------------------------------------------
#fonts
----------------------------------------------------------
*/

.font-1 {
    font-family: Poppins !important;
}
.font-2 {
    font-family: Hind !important;
}
/*
----------------------------------------------------------
#navbar-brand
----------------------------------------------------------
*/

.navbar-brand {
    height: auto;
    font-size: 30px;
    padding: 0;
    font-weight: bold;
    line-height: normal;
    margin-top: 17px;
    letter-spacing: 1px
}
/*
----------------------------------------------------------
#menu
----------------------------------------------------------
*/

.menu,
.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu {
    float: right;
}
#header.header-dark .menu {
    float: none;
    margin-top: 15px;
}
.menu > li {
    float: left;
}
.menu li a {
    display: block;
    padding: 5px 25px;
    color: #22272c;
    font-size: 13px;
    line-height: 24px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menu > li > a {
    position: relative;
    margin-right: 10px;
    padding: 30px 15px 30px 15px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
#header.header-dark .menu > li > a {
    padding: 10px 15px 25px 15px;
    color: #fff;
}
#header.header-dark .menu > li:first-child > a {
    padding-left: 0;
}
.menu > li:last-child > a {
    margin-right: 0;
}
.menu li.dropdown ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 2000;
    width: 200px;
    padding: 10px 0;
    border: 1px solid #ecf2f8;
    border-top: 3px solid #ff8f1c;
    background-color: #fff;
}
.menu li.dropdown ul ul {
    top: -13px;
    left: 100%;
}
.menu li.dropdown:hover > ul {
    display: block;
}
.menu li.megamenu .megamenu-container {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 2000;
    padding: 10px 0;
    width: 100%;
    border: 1px solid #ecf2f8;
    border-top: 3px solid #ff8f1c;
    background-color: #fff;
}
.megamenu-container .section {
    float: left;
    width: 25%;
}
.megamenu-container.col-2 .section {
    width: 50%;
}
.megamenu-container.col-3 .section {
    width: 33.33333333%;
}
.megamenu-container.col-4 .section {
    width: 25%;
}
.megamenu-container.col-5 .section {
    width: 20%;
}
.menu li.megamenu:hover > .megamenu-container {
    display: block;
}
.sf-arrows .sf-with-ul:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: none;
    width: 0;
    height: 0;
    margin-top: -17px;
    border: 5px solid transparent;
    border-top-color: #22272c;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > li.active > .sf-with-ul:after {
    border-top-color: #ff8f1c;
}
.sf-arrows ul .sf-with-ul:after {
    display: block;
    margin-top: -5px;
    margin-right: 10px;
    border-color: transparent;
    border-left-color: #22272c;
}
.sf-arrows ul li:hover > .sf-with-ul:after {
    border-left-color: #ff8f1c;
}
.menu li a:hover,
.menu li.active > a,
.menu li.sfHover > a,
#header.header-dark .menu li a:hover,
#header.header-dark .menu li.active > a,
#header.header-dark .menu li.sfHover > a {
    text-decoration: none;
    color: #ff8f1c;
}
.menu ul li > a:hover,
.menu ul li.sfHover > a {
    background-color: rgba(0, 0, 0, 0.035);
}
@media (min-width: 768px) and (max-width: 991px) {
    .menu {
        display: none;
    }
}
@media (max-width: 767px) {
    .menu {
        display: none;
    }
}
/***********************************************************************************
#MOBILE MENU
 ***********************************************************************************/

#mobile-menu-button {
    float: right;
    display: none;
    width: 42px;
    height: 38px;
    background-color: #ff8f1c;
    color: #fff;
    font-size: 29px;
    line-height: 51px;
    text-align: center;
    text-decoration: none;
}
#header.header-dark #mobile-menu-button {
    float: none;
}
#mobile-menu,
#mobile-menu ul {
    list-style: none;
    display: none;
    margin: 0;
}
#mobile-menu {
    border-bottom: 1px solid #fff;
    background-color: #ff8f1c;
}
#mobile-menu li a {
    display: block;
    padding: 10px 20px;
    border-top: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}
#mobile-menu > li > a {
    text-transform: uppercase;
    font-weight: 600;
}
#mobile-menu ul a {
    padding-left: 40px;
}
#mobile-menu ul ul a {
    padding-left: 60px;
}
#mobile-menu .megamenu-container {
    display: none;
    margin-left: 0;
    border-top: 1px solid #fff;
}
#mobile-menu .megamenu-container .section {
    float: none;
    width: 100%;
    margin-bottom: -1px;
    padding: 0 20px 20px 20px;
}
#mobile-menu .megamenu-container .section ul {
    display: block;
    margin: 0 -25px -20px;
}
#mobile-menu .megamenu-container .section ul a {
    padding-left: 40px;
    border-bottom: 1px solid #fff;
    border-top: none;
}
#mobile-menu .megamenu-container .section ul li:last-child a {
    border-bottom: 1px solid #fff;
}
#mobile-menu li.dropdown > a,
#mobile-menu li.megamenu > a {
    position: relative;
}
#mobile-menu li.dropdown > a:after,
#mobile-menu li.megamenu > a:after {
    position: absolute;
    top: 14px;
    right: 25px;
    font-family: "FontAwesome";
    font-size: 16px;
    line-height: 16px;
    content: "\f107";
}
#mobile-menu li.dropdown > a.open:after,
#mobile-menu li.megamenu > a.open:after {
    content: "\f106";
}
@media (min-width: 768px) and (max-width: 991px) {
    #mobile-menu-button {
        display: block;
        margin-top: 12px;
    }
    #header.header-dark #mobile-menu-button {
        margin: 18px 0;
    }
}
@media (max-width: 767px) {
    #mobile-menu-button {
        position: absolute;
        top: 12px;
        right: 15px;
        display: block;
    }
    #header.header-dark #mobile-menu-button {
        top: 17px;
        left: 15px;
    }
}
/***********************************************************************************
 #SLIDE - TYPOGRAPHY
 ***********************************************************************************/

.rev_slider_wrapper {
    margin-top: -84px
}
.tp-caption.text {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 700;
}
.tp-caption.big-text {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    font-weight: 800;
}
.tp-caption.big-text-rotate {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 800;
    -webkit-transform: rotate(-90deg) !important;
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}
.tp-caption.title {
    color: #ffa64c;
    font-size: 50px;
    line-height: 54px;
    font-weight: 700; 
}
/*diego*/
.tp-caption.title span {
	font-size:20px;
	line-height:40px;
	color:#ffffff;  
}

.tp-caption.big-title {
    color: #ff8f1c;
    font-size: 72px;
    line-height: 72px;
    font-weight: 700;
    text-transform: uppercase;
}

.tp-caption .text-parallax-content {
    background: #ff8f1c;
    font-size: 48px;
    line-height: 48px;
}


@media (max-width: 767px) {
	
	.tp-caption.big-text{
		font-size:16px !important;
		left: 30px !important;
		}
	.tp-caption.title{left:30px !important; margin-top:20px;}	
	
	.tp-caption.text.text-large{font-size:11px !important; line-height:14px !important; left: 30px !important;}
	.tp-caption.text{left: 30px !important; font-size:12px !important}
	.tp-caption.big-title{margin-left:-40px !important; margin-top:-10px !important}
	.tp-caption.big-text-rotate{display:none !important}
	.tp-caption.text.part2{margin-left:-67px !important; width:250px; white-space:normal !important; margin-top:-10px !important; font-size:11px !important; line-height:14px !important}
	.rev_slider .button, .rev_slider [class*="button-"]{padding:0 3em !important; height:2.5em !important; line-height:2.5em !important}
}

@media (max-width: 480px) {
	
	.tp-caption.text-large{display:none !important}
	.tp-caption.text{display:none !important}
	.tp-caption.big-text-rotate{display:none;}
}





/***********************************************************************************
 #TEXT PARALLAX
 ***********************************************************************************/

.text-parallax {
    background: repeat top left;
}
.text-parallax-content {
    overflow: hidden;
    background: #fff;
    color: #3a3a3a;
    font-size: 86px;
    line-height: 86px;
    font-weight: 700;
    text-transform: uppercase;
    mix-blend-mode: lighten;
}
h1.text-parallax-content {
    font-size: 86px;
    line-height: 86px;
}
h2.text-parallax-content {
    font-size: 62px;
    line-height: 62px;
}
@media (max-width: 767px) {
    h1.text-parallax-content {
        font-size: 54px;
        line-height: 48px;
    }
    h2.text-parallax-content {
        font-size: 42px;
        line-height: 38px;
    }
}
/*
----------------------------------------------------------
#services
----------------------------------------------------------
*/

.services .service {
    padding-left: 55px;
}
.services .service-cp {
    padding-left: 55px;
}
.services .service i {
    position: absolute;
    left: 0;
    top: -8px;
    font-size: 44px;
}
.services .service h3 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 1.5em;
    font-weight: 600
}

.services .service h3 a{
	color:#434447;
	text-decoration:none;
	}

.services .service h3 a:hover{
	color:#ff8f1c
	}

.services .service p {
    margin-top: 0;
}
.services .cont {
    position: relative;
    z-index: 1
}
.services .title-section {
    padding: 70px 40px 70px 60px;
    background: rgba(0, 0, 0, 0.035);
	/*diego*/
	margin-left: 0px;
}
.services .title-section h2 {
    margin: 0;
    padding: 0;
    font-size: 30px;
    color: rgba(0, 0, 0, 0.5)
}
.services .detail {
    left: -136px;
    top: 110px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8) !important;
}
/*
----------------------------------------------------------
#about
----------------------------------------------------------
*/

.about {
    padding: 80px 0;
    position: relative
}
.about.part2 {
    padding-top: 60px
}
.about h2 {
    margin-top: 60px;
}

.about.cases h2{
	margin-top:44px;
	}

.about.part2 h2 {
    margin-top: 0
}
.about h2 span {
    display: block;
    font-size: 40px;
    text-transform: uppercase
}
.about .two-images {
    text-align: right;
    position: relative;
}
.about .two-images img {
    max-width: 70%
}
.about .two-images img + img {
    position: absolute;
    top: 70px;
    right: 100px;
    -webkit-box-shadow: 5px -5px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px -5px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px -5px 0px 0px rgba(0, 0, 0, 0.1);
}
/*
----------------------------------------------------------
#info-contact
----------------------------------------------------------
*/

.info-contact {
    text-align: center;
    padding: 50px 0 80px 0
}
.info-contact i {
    font-size: 80px
}
.info-contact h2 {
    margin-top: 0;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative
}
.info-contact h2:after {
    content: "";
    position: absolute;
    width: 40px;
    border-bottom: 3px solid #ff8f1c;
    bottom: 0;
    left: 50%;
    margin-left: -20px;
}
.info-contact p {
    line-height: 24px;
    margin-top: 8px;
}
.info-contact .info-btn {
    text-transform: uppercase;
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
}
/*
----------------------------------------------------------
#page404
----------------------------------------------------------
*/

.page404 {
    padding: 80px 0;
    position: relative
}
.page404.part2 {
    padding-top: 60px
}
.page404 h2 {
    margin-top: 30px;
}
.page404.part2 h2 {
    margin-top: 0
}
.page404 h2 span {
    display: block;
    font-size: 40px;
    text-transform: uppercase
}
.page404 .two-images {
    text-align: right;
    position: relative;
}
.page404 .two-images img {
    max-width: 70%
}
.page404 .two-images img + img {
    position: absolute;
    top: 70px;
    right: 100px;
    -webkit-box-shadow: 5px -5px 0px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px -5px 0px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px -5px 0px 0px rgba(0, 0, 0, 0.1);
}
/*
----------------------------------------------------------
#pie-chart
----------------------------------------------------------
*/

.pie-chart-container {
    text-align: center;
}
.pie-chart {
    position: relative;
    margin-bottom: 10px;
}
.pie-chart-container h4 {
    margin-top: 0
}
.pie-chart-container .pie-chart-details p {
    margin-top: 0
}
.pie-chart-container .pie-chart-percent {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pie-chart-container .pie-chart-percent h4 {
    font-size: 30px;
}
/*
----------------------------------------------------------
#contact
----------------------------------------------------------
*/

.form {
    margin-top: 20px;
}
.form input[type="text"],
.form input[type="email"],
.form textarea {
    padding: 5px 10px;
    font-size: 16px;
    border: none;
    margin-bottom: 10px;
    float: none;
}
.form #submit {
    border-radius: 0;
    background: #ff8f1c;
    color: #fff;
    padding: 10px 40px 7px 40px;
    text-transform: uppercase;
    float: none;
}
.form #submit:hover {
    background: #b35900;
}
.map {
    height: 500px
}
.error {
    margin-top: 0;
    color: #f00;
    font-weight: 100;
    margin-bottom: 20px;
    font-size: 14px;
    display: block
}

/*
----------------------------------------------------------
#download
----------------------------------------------------------
*/

.downloads li{margin-bottom:10px;}
.downloads li a{
	display:block;
	padding:10px 20px;
	background:#f2f2f2;
	font-size:16px;
	text-decoration:none;
	position:relative;
	padding-left:70px;
	border-bottom:2px solid #E1E1E1;
	}
	
.downloads li a:hover{text-decoration:none;}	
	
.downloads li a span{
	display:block;
	font-size:12px;
	text-transform:uppercase;
	margin-top:-5px;
	font-weight:100 !important;
	}	

.downloads li a i{
	position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -21px;
    font-size: 40px;
    border: 1px solid #E3E3E3;
    background: #fff;
    color: #ff8f1c !important;
	}
	
.downloads li a:hover{
	border-bottom:2px solid #ff8f1c;
	}	

/*
----------------------------------------------------------
#background
----------------------------------------------------------
*/

.sup-header.background {
    padding: 20px 0 140px 0;
}
.sup-header.background .big-size {
    font-size: 150px;
    top: inherit;
    bottom: 0;
    margin-top: 0;
    line-height: 70px
}
.background {
    padding: 200px 0;
    background: #ffffff;
    background-image: url("../images/backgrounds/bg-parallax.jpg");
    position: relative;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}
.background2 {
    padding: 30px 0;
    background: #ffffff;
    background-image: url("../images/backgrounds/bg-parallax.jpg");
    position: relative;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.background_call {
    padding: 30px 0;
    background: #ffffff;
    background-image: url("../images/backgrounds/call-to-action-1.jpg");
    position: relative;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}


.background.testimonials{
	padding:40px 0
	}
.background.testimonials h2{
	color:#fff;
	position:relative;
	z-index:100
	}

.background.image2 {
    background-image: url("../images/backgrounds/bg-parallax2.jpg");
}
.background.image3 {
    background-image: url("../images/backgrounds/bg-parallax3.jpg");
}
.background.image4 {
    background-image: url("../images/backgrounds/bg-parallax4.jpg");
}
.background.image5 {
    background-image: url("../images/backgrounds/bg-parallax5.jpg");
}
.background.image6 {
    background-image: url("../images/backgrounds/bg-parallax6.jpg");
}
.background.image7 {
    background-image: url("../images/backgrounds/bg-parallax7.jpg");
}

.background.bgclientes {
    background-image: url("../images/backgrounds/clientes.jpg");
}
.background.bgcontacto {
    background-image: url("../images/backgrounds/contacto.jpg");
}
.background.bgelestudio {
    background-image: url("../images/backgrounds/el-estudio.jpg");
}
.background.bgservicios {
    background-image: url("../images/backgrounds/servicios.jpg");
}

.background.margin-neg {
    margin-top: -50px;
}
.background:before {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.background .big-size {
    font-size: 300px;
    line-height: normal;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 50%;
    margin-top: -200px;
    width: 100%;
    text-align: center;
    left: 0
}
.background .years .text {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 100;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 28px;
    text-transform: none
}
.background .years .text span {
    display: block;
    font-size: 30px;
    font-weight: 600 !important;
    text-transform: uppercase
}
/*
----------------------------------------------------------
#clients
----------------------------------------------------------
*/

.line {
    border-top: 1px solid #DBDBDB;
    top: 50%;
    left: 0;
    position: absolute;
    width: 100%
}
.clients {
    padding: 0;
    position: relative;
    z-index: 10
}
.clients.cont {
    margin: 10px 0;
    background: #DBDBDB;
}
.clients .container {
    border: 1px solid #DBDBDB;
    position: relative;
    background: #DBDBDB
}
.clients .t-entry-text {
    text-align: center
}
.clients .t-entry-text img {
    width: 100%;
    max-width: 130px
}
.clients .tmb div {
    background: #fff;
    height: 100px;
}
/***********************************************************************************
 #portfolio-int
 ***********************************************************************************/

.portfolio-int {
    padding: 50px 0
}
.portfolio-int.no-text .isotope-item {
    margin-bottom: 40px;
}
.portfolio-int a {
    text-decoration: none;
}
.portfolio-int .filter {
    text-align: center;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 13px
}
.portfolio-int .filter li {
    display: inline-block;
    margin: 0 2px;
}
.portfolio-int .filter li a {
    color: #434447;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.035);
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.03em;
}
.portfolio-int .filter li a:hover {
    background: #ff8f1c;
    color: #fff;
}
.portfolio-int .filter li a.active {
    background: #ff8f1c;
    color: #fff;
}
.portfolio-item img {
    width: 100%
}
.portfolio-int .portfolio-item-details h4 {
    margin-top: 10px;
    margin-bottom: 0
}
.portfolio-int .portfolio-item-details h4 a:hover {
    color: #ff8f1c !important
}
.portfolio-int .portfolio-item-details h6 {
    margin-top: 0;
    margin-bottom: 40px;
}
.portfolio-item-thumbnail > a {
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-item-thumbnail > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-item-thumbnail > a i {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
    opacity: 0;
    z-index: 99;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.portfolio-item-thumbnail > a:hover::after {
    opacity: 1
}
.portfolio-item-thumbnail > a:hover i {
    opacity: 1;
}
/*
----------------------------------------------------------
#portfolio-single
----------------------------------------------------------
*/

.content-single p.features {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.content-single .detail-container {
    display: table;
}
.content-single .detail-container span {
    display: table-cell
}
.content-single .detail-container span.detail-label {
    min-width: 88px
}
.gallery {
    padding: 0px 0 0px 0;
    position: relative;
    text-align: center;
}
.gallery h2 {
    text-transform: uppercase;
    padding-top: 0px;
    position: relative;
    z-index: 1;
    padding-bottom: 20px
}
.gallery .desc {
    padding: 0px 40px 20px 40px;
    position: relative;
    z-index: 1;
    margin-top: 0
}
.gallery .desc span {
    display: block;
}
.gallery .contador {
    position: absolute;
    font-size: 40px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 0;
    top: 25px;
}
/*
----------------------------------------------------------
#team
----------------------------------------------------------
*/

.team {
    padding: 80px 0 0px 0;
    position: relative;
    text-align: center;
}
.team_call {
    padding: 0px 0 0px 0;
    position: relative;
    text-align: center;
}
.team_call h2 {
    text-transform: uppercase;
    padding-top: 0px;
    position: relative;
    z-index: 1
}
.team_call .desc {
    padding: 0px 40px 20px 0px;
    position: relative;
    z-index: 1;
    margin-top: 0
}
.team_call .desc span {
    display: block;
}
.team h2 {
    text-transform: uppercase;
    padding-top: 0px;
    position: relative;
    z-index: 1
}
.btns-slide {
    text-align: center;
    line-height: 0
}
.btns-slide a {
    display: inline-block;
    background: #F7F7F7;
    font-size: 25px;
    padding: 5px 50px;
    text-align: center;
    line-height: 60px;
}
.btns-slide a.next {
    background: #E3F4D6;
    color: #8dc63f;
}
.btns-slide a:hover {
    background: #8dc63f;
    color: #fff;
    cursor: pointer
}
.team .desc {
    padding: 0px 40px 20px 40px;
    position: relative;
    z-index: 1;
    margin-top: 0
}
.team .desc span {
    display: block;
}
.team .contador {
    position: absolute;
    font-size: 40px;
    width: 100%;
    text-align: center;
    left: 0;
    z-index: 0;
    top: 25px;
}
.grid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    margin: 0;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
	width:100%;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.grid figure figcaption span {
    display: block;
    font-size: 0.7em;
    letter-spacing: 0.03em
}
.grid figure figcaption p {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    margin-top: -40px
}
.grid figure figcaption p a{
	color:#fff;
	text-decoration:none;
	}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
}
figure.effect-jazz {
    background: #000;
}
figure.effect-jazz img {
    opacity: 0.9;
}
figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
figure.effect-jazz h2,
figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
}
figure.effect-jazz h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}
figure.effect-jazz:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}
figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
    transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}
figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
/*
----------------------------------------------------------
#text-desc
----------------------------------------------------------
*/

.text-desc {
    padding: 30px 0 28px 0
}
.text-desc p {
    text-align: center;
    margin: 0;
    font-size: 20px;
}
/*
----------------------------------------------------------
#half
----------------------------------------------------------
*/

.half {
    position: relative;
    padding: 100px 0;
}
.half.padding-half {
    padding: 0
}
.half .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: url("../images/index/halfbg.jpg") no-repeat bottom left;
    background-size: cover
}
.half .bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5)
}
.half .service h3 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 1.5em;
    font-weight: 600;
}
.half .service p {
    margin-top: 0
}
.half .service i {
    font-size: 40px;
    margin-left: -5px;
}
.half .counter-position {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    margin-top: -40px;
}
.half .counter-position .counter p {
    font-size: 170px;
    position: absolute;
    width: 100%;
    margin-top: -95px;
    text-align: center;
    color: rgba(255, 255, 255, 0.3)
}
.half .counter-position p.text {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}
/*
----------------------------------------------------------
#portfolio
----------------------------------------------------------
*/

.portfolio {
    padding: 50px 0;
    text-align: center
}
.portfolio p {
    padding: 0 100px
}
.portfolio .item {
    position: relative
}
.portfolio .item img {
    width: 100% auto;
}
.portfolio .item img {
    -webkit-filter: grayscale(1);
    -webkit-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url("/css/desaturate.svg#greyscale");
}
.portfolio .item div {
    display: block;
    opacity: 0;
    position: absolute;
    margin: 20px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    background: rgba(198, 170, 146, 0.8);
    -webkit-transition: all 0.5s;
    transition: all 0.5
}
.portfolio .item div a {
    position: absolute;
    bottom: 30px;
    left: -30px;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
}
.portfolio .item div a i {
    display: block;
    font-size: 40px;
    text-align: left;
    margin-left: -5px;
}
.portfolio .item div a span {
    display: block;
    text-align: left;
    text-transform: none;
    font-size: 18px;
    margin-top: -5px;
}
.portfolio .item div a:hover {
    color: #434447 !important
}
.portfolio .item:hover div {
    opacity: 1;
}
.portfolio .item:hover div a {
    left: 30px
}
/*
----------------------------------------------------------
#news
----------------------------------------------------------
*/

.testimonials .news{
	padding-top:20px
	}

.news {
    padding: 50px 0;
    text-align: center
}
.news .item {
    position: relative;
    text-align: left;
    margin: 10px;
    padding: 40px;
    background: #fff;
}
.news .item h2 {
    font-size: 20px;
    margin: 0;
    padding: 0 0 5px 0;
    line-height: 1.5em;
    font-weight: 600;
}
.news .item h2 i {
    display: block;
    font-size: 40px;
    margin-left: -5px;
    margin-bottom: 0px;
}
.news .item h2 a {
    text-decoration: none;
}
.news .item h2 a:hover {
    color: #ff8f1c !important
}
.news .item p {
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #E1E1E1;
    margin-bottom: 10px;
}
.news .item .info span {
    display: block;
}
.news .item .info span.date {
    font-style: italic
}
.news .item span.image {
    display: block;
    margin-bottom: -20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}
.news .item span.image img {
    width: 100%
}
.background .years .text.date {
    font-size: 17px;
}
/*
----------------------------------------------------------
#single
----------------------------------------------------------
*/

.content-single {
    padding: 50px 0 60px 0
}
.content-single h3 {
    margin-top: 40px;
}
.content-single blockquote {
    font-size: 20px;
    padding-left: 30px;
    border-left: 3px solid #ff8f1c
}
.content-single .social li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}
.content-single .social li a {
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: inline-block;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
}
.content-single .social li a i {
    margin: 0;
    font-size: 14px;
}
.content-single .social li a:hover {
    border: 1px solid #ff8f1c;
    color: #ff8f1c
}
/*
----------------------------------------------------------
#single-comments
----------------------------------------------------------
*/

.comments {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.comments .comment {
    padding-left: 80px;
    position: relative
}
.comments .comment img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.comments .comment p {
    font-size: 14px;
    padding: 15px;
}
.comments .comment p span {
    display: block;
}
.comments .comment p span.italic {
    font-style: italic
}
.comments .comment.right {
    padding-right: 80px;
    padding-left: 0;
    position: relative
}
.comments .comment.right img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.comments .comment.right p {
    text-align: right
}
.comments #comment-form input,
.comments #comment-form textarea {
    width: 100%;
    padding: 6px 10px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}
.comments #comment-form textarea {
    margin-bottom: 20px;
}
/*
----------------------------------------------------------
#footer
----------------------------------------------------------
*/

.footer {
    padding: 20px 0 0 0;
    background: #401000;
}
.footer h4 {
    text-transform: uppercase;
    font-size: 14px;
}
.footer p {
    margin-top: 20px;
    opacity: 0.6;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
    letter-spacing: 0.035em
}
.footer ul.links li a {
    opacity: 0.6;
    text-decoration: none;
    position: relative;
    display: block;
    padding-left: 30px;
    padding-top: 4px;
    padding-bottom: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}
.footer ul.links li a:hover {
    opacity: 1;
}
.footer ul.links li a i {
    margin-right: 5px;
    font-size: 24px;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 0
}
.footer ul.social li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}
.footer ul.social li a {
    height: 50px;
    width: 50px;
    line-height: 60px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}
.footer ul.social li a i {
    margin: 0;
    font-size: 24px;
}
.footer ul.social li a:hover {
    border: 1px solid #ff8f1c;
    color: #ff8f1c
}
.footer ul.tags li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px;
}
.footer ul.tags li a {
    padding: 3px 5px 2px 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-decoration: none;
}
.footer ul.tags li a:hover {
    border: 1px solid #ff8f1c;
    color: #ff8f1c
}
.footer .cont-footer-down {
    text-align: center;
    background: #231F1A;
    margin-top: 50px;
    padding-bottom: 15px;
}
/*
----------------------------------------------------------
#counter
----------------------------------------------------------
*/

.counter {
    position: relative;
    z-index: 99
}
/*
----------------------------------------------------------
#carousel
----------------------------------------------------------
*/

.carousel {
    position: relative;
    background: #DBDBDB
}
.carousel a.btn-slide {
    position: absolute;
    top: 50%;
    font-size: 30px;
    color: #fff;
    padding: 15px;
    display: inline-block;
    background: rgba(255, 143, 18, 0.5);
    line-height: 0;
    text-decoration: none;
    cursor: pointer;
    margin-top: -35px;
}
.carousel a.btn-slide.prev {
    left: 0;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    
    transform: rotate(180deg);
}
.carousel a.btn-slide.next {
    right: 0;
}
.carousel a.btn-slide:hover {
    background: rgba(255, 143, 18, 1);
}

.testimonials .owl-controls .owl-page, .owl-controls .owl-buttons div{height:10px; width:10px; background:#fff; display:inline-block; margin:0 5px}
.testimonials .owl-controls .owl-page.active{background:#ff8f1c}

/*
----------------------------------------------------------
#animations
----------------------------------------------------------
*/

html:not(.no-cssanimations) .blocks-animation .header-title > *,
html:not(.no-cssanimations) .blocks-animation .post-info {
    opacity: 0;
}
html:not(.no-cssanimations) .animate_when_almost_visible {
    opacity: 0;
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
html:not(.no-cssanimations) .uncode-pricing.animate_when_almost_visible {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-animation-delay: 0.1s;
    -moz-animation-delay: 0.1s;
    -o-animation-delay: 0.1s;
    animation-delay: 0.1s;
    -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
    animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).top-t-bottom {
    -webkit-animation-name: anim_ttb;
    -moz-animation-name: anim_ttb;
    -o-animation-name: anim_ttb;
    animation-name: anim_ttb;
    opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).bottom-t-top {
    -webkit-animation-name: anim_btt;
    -moz-animation-name: anim_btt;
    -o-animation-name: anim_btt;
    animation-name: anim_btt;
    opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).left-t-right {
    -webkit-animation-name: anim_ltr;
    -moz-animation-name: anim_ltr;
    -o-animation-name: anim_ltr;
    animation-name: anim_ltr;
    opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).right-t-left {
    -webkit-animation-name: anim_rtl;
    -moz-animation-name: anim_rtl;
    -o-animation-name: anim_rtl;
    animation-name: anim_rtl;
    opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-in {
    -webkit-animation-name: zoom-in;
    -moz-animation-name: zoom-in;
    -o-animation-name: zoom-in;
    animation-name: zoom-in;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).zoom-out {
    -webkit-animation-name: zoom-out;
    -moz-animation-name: zoom-out;
    -o-animation-name: zoom-out;
    animation-name: zoom-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible.zoom-reverse {
    -webkit-animation-name: zoom-reverse;
    -moz-animation-name: zoom-reverse;
    -o-animation-name: zoom-reverse;
    animation-name: zoom-reverse;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
}
html:not(.no-cssanimations) .animate_when_almost_visible.start_animation:not(.zoom-reverse).alpha-anim {
    -webkit-animation-name: alpha-in;
    -moz-animation-name: alpha-in;
    -o-animation-name: alpha-in;
    animation-name: alpha-in;
    opacity: 1;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="100"] {
    -webkit-animation-duration: 0.1s;
    -moz-animation-duration: 0.1s;
    -o-animation-duration: 0.1s;
    animation-duration: 0.1s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="200"] {
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    -o-animation-duration: 0.2s;
    animation-duration: 0.2s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="300"] {
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
    -o-animation-duration: 0.3s;
    animation-duration: 0.3s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="500"] {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="600"] {
    -webkit-animation-duration: 0.6s;
    -moz-animation-duration: 0.6s;
    -o-animation-duration: 0.6s;
    animation-duration: 0.6s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="700"] {
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="800"] {
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    animation-duration: 0.8s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="900"] {
    -webkit-animation-duration: 0.9s;
    -moz-animation-duration: 0.9s;
    -o-animation-duration: 0.9s;
    animation-duration: 0.9s;
}
html:not(.no-cssanimations) .animate_when_almost_visible[data-speed="1000"] {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}
/* Top to bottom keyframes */

@-webkit-keyframes anim_ttb {
    0% {
        -webkit-transform: translate3d(0, -100px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-moz-keyframes anim_ttb {
    0% {
        -moz-transform: translate3d(0, -100px, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-o-keyframes anim_ttb {
    0% {
        -o-transform: translate3d(0, -100px, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes anim_ttb {
    0% {
        transform: translate3d(0, -100px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
/* Bottom to top keyframes */

@-webkit-keyframes anim_btt {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-moz-keyframes anim_btt {
    0% {
        -moz-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-o-keyframes anim_btt {
    0% {
        -o-transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes anim_btt {
    0% {
        transform: translate3d(0, 100px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
/* Left to right keyframes */

@-webkit-keyframes anim_ltr {
    0% {
        -webkit-transform: translate3d(-100px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-moz-keyframes anim_ltr {
    0% {
        -moz-transform: translate3d(-100px, 0, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate3d(0, 0);
        opacity: 1;
    }
}
@-o-keyframes anim_ltr {
    0% {
        -o-transform: translate3d(-100px, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes anim_ltr {
    0% {
        transform: translate3d(-100px, 0, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
/* Right to left keyframes */

@-webkit-keyframes anim_rtl {
    0% {
        -webkit-transform: translate3d(100px, 0, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-moz-keyframes anim_rtl {
    0% {
        -moz-transform: translate3d(100px, 0, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-o-keyframes anim_rtl {
    0% {
        -o-transform: translate3d(100px, 0, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes anim_rtl {
    0% {
        transform: translate3d(100px, 0, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
/* Appear from center in keyframes */

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes zoom-in {
    0% {
        -moz-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes zoom-in {
    0% {
        -o-transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes zoom-in {
    0% {
        transform: scale(0.5);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* Appear from center out keyframes */

@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 0.1;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}
@-moz-keyframes zoom-out {
    0% {
        -moz-transform: scale(1.5);
        opacity: 0.1;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 1;
    }
}
@-o-keyframes zoom-out {
    0% {
        -o-transform: scale(1.5);
        opacity: 0.1;
    }
    100% {
        -o-transform: scale(1);
        opacity: 1;
    }
}
@keyframes zoom-out {
    0% {
        transform: scale(1.5);
        opacity: 0.1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
/* Disappear from center keyframes */

@-webkit-keyframes zoom-reverse {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
}
@-moz-keyframes zoom-reverse {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
    }
    100% {
        -moz-transform: scale(0.5);
        opacity: 0;
    }
}
@-o-keyframes zoom-reverse {
    0% {
        -o-transform: scale(1);
        opacity: 1;
    }
    100% {
        -o-transform: scale(0.5);
        opacity: 0;
    }
}
@keyframes zoom-reverse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}
/* Alpha keyframes */

@-webkit-keyframes alpha-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-moz-keyframes alpha-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-o-keyframes alpha-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes alpha-in {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@media (max-width: 1200px) {
    .services .service {
        margin-bottom: 20px
    }
    .sep10 {
        margin-bottom: 10px;
        clear: both
    }
    .sep20 {
        margin-bottom: 10px;
        clear: both
    }
    .sep30 {
        margin-bottom: 20px;
        clear: both
    }
    .sep40 {
        margin-bottom: 30px;
        clear: both
    }
    .sep50 {
        margin-bottom: 40px;
        clear: both
    }
    .sep60 {
        margin-bottom: 50px;
        clear: both
    }
    .sep70 {
        margin-bottom: 30px;
        clear: both
    }
    .sep80 {
        margin-bottom: 70px;
        clear: both
    }
    .sep90 {
        margin-bottom: 80px;
        clear: both
    }
    .sep100 {
        margin-bottom: 50px;
        clear: both
    }
}
@media (max-width: 992px) {
    .clients .t-entry-text img {
        margin-top: 8px;
    }
    .services .title-section {
        margin-bottom: 30px;
    }
    .sep10 {
        margin-bottom: 10px;
        clear: both
    }
    .sep20 {
        margin-bottom: 10px;
        clear: both
    }
    .sep30 {
        margin-bottom: 20px;
        clear: both
    }
    .sep40 {
        margin-bottom: 30px;
        clear: both
    }
    .sep50 {
        margin-bottom: 40px;
        clear: both
    }
    .sep60 {
        margin-bottom: 50px;
        clear: both
    }
    .sep70 {
        margin-bottom: 30px;
        clear: both
    }
    .sep80 {
        margin-bottom: 70px;
        clear: both
    }
    .sep90 {
        margin-bottom: 80px;
        clear: both
    }
    .sep100 {
        margin-bottom: 50px;
        clear: both
    }
    .about {
        padding-top: 20px
    }
    .about .two-images {
        text-align: center;
        margin-top: 20px;
    }
    .about.part2 {
        padding-top: 0
    }
    .about.part2.bg-grey {
        padding-top: 40px
    }
    .about.part2 .container > div {
        margin-bottom: 20px
    }
    .content-single {
        padding-top: 30px
    }
    .sup-header.background.portfolio3 .big-size {
        font-size: 110px;
        line-height: 50px;
    }
    .info-contact .row > div {
        margin-bottom: 30px
    }
    .form {
        margin-bottom: 40px;
    }
    .about h2 {
        margin-top: 20px
    }
    .services.bg-grey .container .sep70 {
        clear: none;
        margin: 0
    }
    .services .service {
        margin-bottom: 40px
    }
    .page404 {
        padding-top: 20px;
        padding-bottom: 20px
    }
}
@media (max-width: 768px) {
    .services .title-section {
        margin-bottom: 30px;
		/*diego*/
		margin-left: 0px;
    }
    .rev_slider_wrapper {
        margin-top: 0
    }
    .sep10 {
        margin-bottom: 10px;
        clear: both
    }
    .sep20 {
        margin-bottom: 10px;
        clear: both
    }
    .sep30 {
        margin-bottom: 20px;
        clear: both
    }
    .sep40 {
        margin-bottom: 30px;
        clear: both
    }
    .sep50 {
        margin-bottom: 40px;
        clear: both
    }
    .sep60 {
        margin-bottom: 50px;
        clear: both
    }
    .sep70 {
        margin-bottom: 30px;
        clear: both
    }
    .sep80 {
        margin-bottom: 70px;
        clear: both
    }
    .sep90 {
        margin-bottom: 80px;
        clear: both
    }
    .sep100 {
        margin-bottom: 50px;
        clear: both
    }
    .half .bg {
        display: none
    }
    .half {
        padding: 50px 0
    }
    .detail.big {
        font-size: 6em;
    }
    .team {
        padding-top: 20px
    }
    .sup-header.background.portfolio3 .big-size {
        font-size: 90px;
        line-height: 50px;
    }
    .background .big-size {
        font-size: 180px;
        margin-top: -110px
    }
}
@media (max-width: 544px) {
    .background .big-size {
        font-size: 200px;
        margin-top: -120px;
    }
    .services .title-section {
        margin-bottom: 30px;
		/*diego*/
		margin-left: 0px;
    }
	.telefono .numero-tel{
		font-size: 18px;
	}
	.telefono .numero-tel i{
		display:none;
	}
	.telefono .boton-acceso{
		
	}
	.telefono .boton-acceso i{
		display:none;
	}
	
    .rev_slider_wrapper {
        margin-top: 0
    }
    .services .service {
        margin-bottom: 20px;
    }
	.services .service-cp {
        padding-left: 0px;
    }
    .detail.big {
        font-size: 4em;
    }
    .sup-header.background .big-size {
        font-size: 90px;
        line-height: 40px;
    }
    .sup-header.background.portfolio3 .big-size {
        font-size: 60px;
        line-height: 30px;
    }
    .background .big-size {
        font-size: 130px;
        margin-top: -70px
    }
}
