@import url('https://fonts.googleapis.com/css?family=Montserrat');

/*html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "Montserrat",sans-serif;
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	border: none;
	color:#747474;
	position: relative; 
}*/


html {
    box-sizing: border-box
}
*,
:after,
:before {
    box-sizing: inherit
}
:focus {
    outline: 0
}
* {
    outline: 0!important;
    -webkit-tap-highlight-color: transparent!important
}
::selection {
    color: #fff;
    background: #f9283a
}
::-moz-selection {
    color: #fff;
    background: #f9283a
}

ul{
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}


body,
html {
    font-family: "Montserrat",sans-serif;
    height: 100%
}
body {
    font-size: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background-color: #fff;
    text-rendering: optimizeLegibility!important
}


.left-bg-triangle,
.right-bg-triangle{
    border: 1px solid #f7941d;
    background-color: #f7941d
}


#page {
position: relative;
    min-height: 100vh;
   /* margin: 0 auto -336px;*/
}
#page #push {
    height: 336px
}
#page-wrapper {
    overflow: hidden;
    min-height: 100vh
}
img.hide-background {
    display: none
}
@media (max-width:768px) {
    body {
        min-width: 0
    }
    #page {
        margin: 0 auto
    }
    #page #push,
    .mobile-wrapped br {
        display: none
    }
}.left-bg-triangle,
.right-bg-triangle {
    position: absolute;
    z-index: -1;
    display: block
}
@media (min-width:769px) {
    .hover-zoom {
        transition: background-size .3s ease;
        background-size: 100%!important
    }
    .hover-zoom:hover {
        background-size: 110%!important
    }
}
.left-bg-triangle {
       bottom: -20vw;
    width: 100vw;
    height: 200vh;
    min-height: 200vw;
    -webkit-transform: rotate(15deg);
    transform: rotate(-15deg);
    -webkit-transform-origin: 100% 0;
    transform-origin: 80% 0;
    position: fixed;
}
@media (min-width:1440px) {
    .left-bg-triangle {
        left: 15%
    }
}
@media all and (max-width:1440px) {
    .left-bg-triangle {
        right: auto;
        left: 15%;
    }
}
@media all and (max-width:1200px) {
    .left-bg-triangle {
        left: 15%;
    }
}
@media all and (max-width:1050px) {
    .left-bg-triangle {
        left:15%;
    }
}
@media all and (max-width:950px) {
    .left-bg-triangle {
            left: 30%;
    }
}
@media all and (max-width:900px) {
    .left-bg-triangle {
            left: 30%;
    }
}
@media all and (max-width:800px) {
    .left-bg-triangle {
            left: 30%;
    }
}
@media (max-width:768px) {
    .left-bg-triangle {
        top: -1000px;
        right: auto;
        left: 50%;
        width: 2000px;
        height: 1000px;
        min-height: 0;
        -webkit-transform: translate3d(-1000px, 80vw, 0) rotate(-15deg);
        transform: translate3d(-1000px, 80vw, 0) rotate(-15deg);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }
    
}
#home {
    position: relative;
    padding-bottom: 5.20833vw;
}

h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	 font-family: "Montserrat",sans-serif;
	color:#332F2F;
	margin-top:0;
}

p {
	font-size: 15px;
	font-weight:400;
	line-height: 24px;
	 font-family: "Montserrat",sans-serif;
	color:#6B767D;
	letter-spacing: 0.4px;
}

a{
	color:#f7941d;
	background:none;
	text-decoration: none;
	outline: none;
}

a:hover,  a:active,  a:focus {
	color:#f7941d;
	text-decoration: none;
	outline: none !important;
}

a, a:focus, a:visited {
    outline: none!important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
::selection {
	background:#f7941d;
	color:#FFF;
}

::-moz-selection{
	background:#f7941d;
	color:#FFF;
}

img{
	max-width:100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin-bottom:20px;
    font-size: 15px;
    line-height: 25px;
    height:46px;
	width:100%;
    vertical-align: middle;
	box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background:transparent;
	border: 2px solid rgba(193, 195, 195, 0.9);
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	border-color:#f7941d;
}


/*-----------------------------------------------------------------*/
/* Common Elements
/*-----------------------------------------------------------------*/

.btn-default {
	background:#f7941d;
	border: 1px solid #f7941d;
	padding:6px 14px;
	box-shadow:none;
	color: #FFF;
	font-size:13px;
	letter-spacing:2px;
	font-weight:700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius: 0px;
	transition: all 700ms;
}

.btn-default:hover,.btn-default:active,.btn-default:focus{
	background:#FFF;
	border-color:#FFF;
	color:#656060;
	outline:none;
	box-shadow:none;
}

.btn-primary {
	background: transparent;
	border: 1px solid #DCE4E6;
	padding:6px 14px;
	box-shadow:none;
	color: #656060;
	font-size:13px;
	letter-spacing:2px;
	font-weight:700;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius: 0px;
	transition: all 700ms;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus{
	background:#f7941d;
	border-color:#f7941d;
	color:#FFF;
	outline:none;
	box-shadow:none;
}

.btn-lg {
    padding: 10px 10px;
    font-size: 13px;
}

.btn-sm {
	padding: 4px 10px 2px;
	font-size: 13px;
}

.btn-color-white{
	color:#FFF;
}

::-webkit-input-placeholder {
	color:#FFF !important;
	font-weight: 500;
	letter-spacing:1px;
}

:-moz-placeholder {
	color:#FFF !important;
	font-weight: 500;
	letter-spacing:1px;
}

::-moz-placeholder {
	color:#FFF !important;
	font-weight: 500;
	letter-spacing:1px;
}

:-ms-input-placeholder {
	color:#FFF !important;
	font-weight: 500;
	letter-spacing:1px;
}

.clear{
	clear:both;
}

.scrollup {
    width:35px;
    height:35px;
    position:fixed;
    bottom:18px;
    right:15px;
    display:none;
	background-color: #f7941d;
	text-align: center;
	z-index:200;
}

.scrollup i{
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}

.scrollup:hover{
	background: rgba(252,54,44,0.6);

}

.section{
	padding:50px 0 50px;
	position:relative;
}

.section .container{
	position:relative;
	z-index:100;
}

.heading {
    margin-bottom: 30px;
}

.section-header {
	text-align: center;
	margin: 0 0 50px;
}

.section-header .smt {
	display: table;
	position: relative;
	margin: 0 auto;
	font-size:30px;
	padding: 0 42px;
	text-transform: uppercase;
}

.section-header .smt:before, .section-header .smt:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #AF99C1;
	position: absolute;
	left: 0;
	top: 50%;
	width: 42px;
	margin-top: -1px;
}

.section-header .smt > span {
	display: block;
	padding: 0 30px;
}

.section-header .smt:before, .section-header .smt:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #1D1C1C;
	position: absolute;
	left: 0;
	top: 50%;
	width: 42px;
	margin-top: -1px;
}

.section-header .smt:after {
	left: auto;
	right: 0;
}

.section-white .section-header h2{
	color:#FFF;
}

.section-white .section-header .smt:before, .section-white .section-header .smt:after {
	border-bottom: 1px solid #FFF;
}

.color-white{
	color:#fff !important;
}

#pageloader {
	width: 100%;
    height: 100%;
    position: fixed;
	background-color:#FFF;
    z-index: 999999;
}

.loader {
	position: absolute;
	width: auto;
	height:auto;
	margin: -25px 0 0 -25px;
	top:50%;
	left:50%;
	text-align:center;
}

.overlay {
	/*background: url('../images/pattern.png') repeat rgba(0, 0, 0, .4);*/
	z-index:1;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.parallax {
	position:relative;
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat  !important;
	background-size: cover;
}


/*========================================================================*/
/*  Flexslider
/*========================================================================*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} 

.flexslider .slides img {
	width: 100%; 
	display: block; 
	height:630px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {display: block;}

.flex-control-nav {
	position:absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
}

 .flex-control-nav li{
 	margin: 0 3px;
 	display: inline-block;
 }
 .flex-control-nav li a{
 	width: 30px;
 	height: 5px;
 	background: #FFF;
 	text-indent:-9999px;
 	display:block;
 	opacity: 0.4;
 }

 .flex-control-nav li a.flex-active{
 opacity: 1;
 }
 
 
 .flex-direction-nav .flex-prev:hover,
 .flex-direction-nav .flex-next:hover{
 	opacity: 1;
 } 
 


/*-----------------------------------------------------------------*/
/* Navigation
/*-----------------------------------------------------------------*/


#header {
	z-index: 999;
	width: 100%;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	/*background: #FFF;
	border-bottom: 1px solid #EEE;*/
}

#main-menu {
	z-index: 300; 
	visibility:visible;
	visibility:visible;
     font-family: "Montserrat",sans-serif;
    font-weight: bold;
}

#main-menu ul { 
	display: block;
	width: 100%;
	text-align: center;
}

#main-menu ul li {
	display: inline-block;
	position: relative;
}

#main-menu ul li a {
	display: inline-block;
	padding: 25px 17px;
	line-height: 25px;
	color:#fff;
	font-weight: 500; 
	font-size: 15px;
	text-transform: uppercase; 
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease; 
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

#main-menu ul li a:hover {
	color: #fff;
}

#main-menu ul li.active > a, #main-menu ul li.active.has-child > a {
	color: #fff;
	box-shadow: inset 0 -2px 0 #fff;
}

#main-menu ul.nav>li>a:hover, #main-menu ul.nav>li>a:focus {
	background: none;
}

.clear-toggle{
	display:none;
	clear:both;
}

.navbar-toggle {
	color:#FFF;
	margin-top: 30px;
	padding:0px;
	font-size:35px;
}

.logo {
	width: 100% !important;
	height: 100% !important;
}

.logo-nav { 
	float: left; 
	padding: 30px 0px;
}




/*-----------------------------------------------------------------*/
/* Modalidades
/*-----------------------------------------------------------------*/



.list-quotes-personalizado {
    cursor: pointer;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom: 4px solid #231f20;
    background: #231f20;
    
}
.list-quotes-personalizado img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.9;
    filter: alpha(opacity=90);
    
}

.list-quotes {
    cursor: pointer;
    height: auto;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    display: block;
    border-bottom: 4px solid #f7941d;
    background: #231f20;
    
}
.list-quotes img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.3;
    filter: alpha(opacity=30);
    
}


.list-quotes h4{
    padding:70px 10px 10px 10px;
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-weight: normal;
       background: #f7941d;
    background: -webkit-linear-gradient(to top,#f7941d 0%,transparent 70%);
    background: linear-gradient(to top,#f7941d 0%,transparent 70%);
    width: 100%;
    color: #fff;
        font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.2;
    font-family: Montserrat,sans-serif;
    letter-spacing: 0px;
    text-align: inherit;
 
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease;
     opacity: 0.7;
    filter: alpha(opacity=70);
    
}
.list-quotes:hover{
    box-shadow: 0 0 5px 2px rgba(35,31,32, 0.2);
}

.list-quotes:hover h4 {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*-----------------------------------------------------------------*/
/* Call to Action
/*-----------------------------------------------------------------*/


#cta{
	background:url(../images/parallax/cta.jpg);
}

.call-to-action{
	text-align:left;
	margin-bottom: 30px;
}

.call-to-action h3 {
    margin-bottom: 25px;
    font-weight: 500;
    color: #231f20;
    font-size: 38px;
    letter-spacing: 1px;
}

.call-to-action p{
	font-size: 16px;
	margin-bottom: 30px;
	color:#231f20;
}

.call-to-action a{
	margin-right:10px;
	margin-bottom:10px;
}

.call-to-action a:last-child{
	margin-right:0px;
}

 
/*-----------------------------------------------------------------*/
/* Features
/*-----------------------------------------------------------------*/

#features{
	background:#FFF;
	padding-bottom:100px;
}

.features-intro{
	max-width: 800px;
	margin: 0px auto 50px;
	text-align: center;
	padding:0px 10px;
}

.features-intro h3{
	font-size: 20px;
	font-weight: 500;
	opacity: 0.9;
}

.features-intro p{
	font-size: 16px;
}

.features-main {
    margin-top: 20px;
    display: inline-block;
}

.features-left,.features-right {
    padding-top: 20px;
}

.features-left .features-item, .features-right .features-item {
    margin-bottom: 40px;
}

.features-left .features-icon, .features-right .features-icon{
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #515456;
	font-size: 22px;
	font-weight: 600;
	border: 1px solid #515456;
	position: relative;
	border-radius: 28px;
	transition: all 0.5s ease-in-out 0s;
}

.features-left .features-icon{
	float:right;
}

.features-right .features-icon{
	float:left;
}

.features-left .features-info {
    text-align: right;
    margin-right: 90px;
}

.features-right .features-info {
    text-align: left;
	margin-left: 90px;
}

.features-item:hover .features-icon{
	background:#f7941d;
	border-color:#f7941d;
	color:#FFF;
}

/*-----------------------------------------------------------------*/
/* Facts
/*-----------------------------------------------------------------*/




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

.facts-detail i {
	font-size: 35px;
	color:#f7941d;
	display: inline-block;
	margin-bottom: 25px;
	width: 80px;
	height: 80px;
	background:#FFF;
	line-height: 80px;
	border-radius: 50%;
	border: 1px solid #f7941d;
}

.facts-detail span {
    display: block;
    margin-bottom: 15px;
    font-size: 36px;
	font-weight:500;
	color:#f7941d;
}

.facts-detail p {
	margin-bottom: 0px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight:500;
	color:#231f20;
}


/*-----------------------------------------------------------------*/
/* Pricing Page
/*-----------------------------------------------------------------*/


#pricing{
	padding-top:100px;
	background:url(../images/parallax/pricing.jpg);
}

.pricing-table {
    text-align: center;
	margin-bottom:30px;
	background:#FFF;
}	

.pricing-table h1 {
	padding: 25px 0;
	margin: 0;
	font-size:20px;
}

.pricing-table h2 {
	margin: 0;
	padding: 25px;
	color: #FFF;
	font-size: 4em;
	background:#1B1C1F;
}

.pricing-table h2 small {
	font-size: 14px;
	font-weight:700;
	color: #FFF;
}

.pricing-table .feature-list {
	padding: 15px 0;
}

.pricing-table .feature-list ul {
    list-style: none outside none;
    padding: 0px;
}

.pricing-table .feature-list ul li {
    padding: 13px 0px;
    border-bottom: 1px solid #E5E5E5;
    margin: 0px 40px;
}


.pricing-table .price-signup {
	padding: 10px 0 30px;
}



/*-----------------------------------------------------------------*/
/* Client
/*-----------------------------------------------------------------*/


#clients{
	/*background:#FFF;*/
	text-align:left;
}

.clients-carousel  figure{
	margin: 5px;
	background:#fff ;
	padding:20px 10px;
	margin-bottom:30px;
	
}

.clients-carousel  figure img{
	display: block;
	margin: 0 auto;
}



/*-----------------------------------------------------------------*/
/* Contact
/*-----------------------------------------------------------------*/


.contact-form{
	margin-bottom:30px;
	padding-right:30px;
}

.contact-address{
	margin-bottom:30px;
}

.contact-address p {
    margin-bottom: 23px;
    font-size: 15px;
    letter-spacing: 0.9px;
    line-height: 35px;
}

.contact-address p span {
    display: inline-block;
    margin-left: 70px;
}

.contact-address i {
    font-size: 14px;
    line-height: 35px;
    width: 40px;
    border-radius: 51%;
    text-align: center;
    margin-right: 20px;
    border: 2px solid #787878;
    height: 40px;
    position: absolute;
    color: #787878;
}


/*=================================================
 contact-form
=================================================*/

.container-contact-details {
  padding: 88px 0 20px 0; 
}
.container-contact-form {
  padding:40px 0 50px 0; 
}

.contact-form {
  padding-top: 4px;
}

.contact-form input[type="text"], .contact-form textarea, .contact-form input[type="email"], {
  width: 100%;
  display: block;
  margin-bottom: 21px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #ddd;
  height: 52px;
  padding: 13px;
  font-family: inherit;
  font-size: inherit;
  color: #787878;
    
}

.contact-form .button {
  padding: 10px 35px; 
}
  
.contact-form textarea {
  margin-bottom: 22px;
  height: 193px;
  max-width: 100%;
}

.contact-form textarea:focus {
  outline: none;
}

/*-----------------------------------------------------------------*/
/* Portfolio Single Page
/*-----------------------------------------------------------------*/

.full-section{
	width:100%;
	padding:80px 0px 50px;
	position:relative;
}

.banner{
	background:url(../images/home_subheader.png);
    background-repeat: no-repeat;
    background-position: bottom center;
	padding:70px 0px 50px;
	position:relative;
    
}

.banner .container{
	position:relative;
	z-index:100;
}

.banner h4 {
    font-size: 34px;
    color: #FFF;
    font-weight: 700;
    margin: 0px;
    float: left;
}

.banner h3 {
    color: white; font-weight: bold;
  
}

.banner h3 small {
    color: white;
      font-size: 10px;
   
}

.site_map {
    font-size: 16px;
    float: right;
    color: #FFF;
    padding-top: 8px;
    text-align: right;
    text-transform: uppercase;
}

.site_map a {
    color: #FFF;
}

.work-detail .btn{
	margin-top:30px;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list li{
	padding: 5px 0;
	line-height:22px;
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.9px;
}

.work-detail-list  li span{
	font-weight:600;
	padding-right:15px;	
	text-transform: uppercase;
	font-size: 14px;
}

.single-work-slider {
    margin-bottom: 30px;
}

.single-work-slider .owl-controls{
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
}

.single-work-slider .owl-prev, .single-work-slider .owl-next{
	display: block !important;
	width: 30px !important;
	height: 30px !important;
	line-height:20px !important;
	font-size:20px !important;
	border-radius:0 !important;
	opacity:1 !important;
	background:#f7941d !important;
	position: absolute !important;
}

.single-work-slider .owl-prev{
    left: 0;
    margin-right: 10px;
}

.single-work-slider .owl-next{
    right: 0;
    margin-left: 10px;
}

.single-work-slider .owl-prev:hover, .single-work-slider .owl-next:hover{
	background:#4F3B3B !important;
}

.single-work-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

.related-project .image-wrapper{
	margin-bottom:20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #a0a0a0;
}

/*------------Related Project Carousel------------*/

.featured-works{
	background:#F5F5F5;
	padding:50px 0px;
}

.featured-work-carousel{
	display:inline-block;
	width: 100%;
}

.featured-works .item{
	height: auto;
	z-index: 300;
	cursor: pointer;
}

.featured-works .item .fworks-image{
	overflow: hidden;
	width: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
}

.featured-works .item .fworks-image img{
	width:100%;
	height: auto;
}

.featured-works .item .featured-caption{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	opacity: 0;
	background:rgba(0,0,0,.5);
}

.featured-works .item .featured-caption h4{
	font-size:18px;
	color:#FFF;
	margin: 30px 0px 0px 30px;
}

.featured-works .item .featured-caption p {
    font-size: 14px;
    color: #FFF;
    margin: 5px 0px 0px 30px;
    text-transform: uppercase;
}

.featured-works .item .hover-link {
	left:30px;
	position: absolute;
	bottom: 15px;
	opacity:0;
	z-index:200;
}

.featured-works .item .hover-link a {
    position: relative;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    background:#F0353A;
    color: #F9F6F6;
    width: 35px;
    height: 35px;
    margin: 0px;
    border-radius: 100%;
}

.featured-works .item:hover .hover-link,.featured-works .item:hover .featured-caption{
	opacity:1;
}

.featured-works .owl-controls{
	margin-top:30px;
	margin-bottom: 100px;
}

.featured-works .owl-controls{
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0;
}

.featured-works .owl-prev, .featured-works .owl-next{
	display: block !important;
	width: 30px !important;
	height: 30px !important;
	line-height:20px !important;
	font-size:20px !important;
	border-radius:0 !important;
	opacity:1 !important;
	background:#f7941d !important;
	position: absolute !important;
}

.featured-works .owl-prev{
    left: 0;
}

.featured-works .owl-next{
    right: 0;
}


/* --------- Footer Style ---------- */
footer{
	background-color: #232323;
	padding: 20px 15px;
	overflow: hidden;
}

footer .uens-footer-content{
	text-align: center;
}

footer .uens-footer-logo{
	text-align: center;
	margin-bottom: 20px;
}

footer p{
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
}

footer ul {
	display: inline-block;
}

footer ul li{
	float: left;
	margin-right: 15px;
}

footer ul li:last-child{
	margin-right: 0;
}

footer ul li a{
	font-size: 21px;
}

footer ul li a i{
	font-size: 21px;
	color: #ffffff;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}
.footer-con {
	background-color: #292929;
	padding: 60px 30px;
}
.footer-content {
	background-color: #292929;
}
.footer-con a {
	color: #eeeeee;
}
.footer-con a:hover {
	opacity: 0.6;
}
.footer-con ul li {
	color: #eeeeee;
	padding-top: 8px;
}

.footer-con ul li i{
	margin-right: 10px;
	font-size: 20px;
}
.uens-footer-social-info li {
	width: 40px;
	height: 40px;
	margin: 0px 15px 0px auto;
	text-align: center;
	float: left;
	background-color: rgba(255, 255, 255, 0.25);
	padding: 5px;
}


/*-----------------------------------------------------------------*/
/*  Media queries
/*-----------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1024px) {

.navbar-right{
	float:none !important;
}

}


@media (min-width: 992px) {
	
#main-menu.collapse { 
	display: block !important;
}

} 



@media (max-width: 992px) {

.navbar-right{
	float:none !important;
	margin-right:0px !important;
}

.clear-toggle{
	display:block;
}

.navbar-toggle {
	display: block !important;
}

#main-menu ul li { 
	display: block;
	text-align: left;
	background:#f7941d;
	border-bottom:none;
}

#main-menu ul li:last-child {
	border-bottom:none;
}

#main-menu ul li a {
	line-height: 35px;
	padding: 5px 10px;
}

#main-menu ul li.active > a {
	box-shadow: none !important;
}

#main-menu ul li:hover ul {
	border-top: none; 
	top: 40px;
}

#main-menu ul li ul li a {
	padding: 10px 30px; 
	background: none !important;
}


}

@media (max-width: 560px) {

#home h1 {
	font-size: 30px;
}


}


@media (max-width: 500px) {

.header-info h1 {
	font-size: 27px;
	line-height: 37px;
}

.header-info {
	padding: 0px 30px;
}


}


@media (max-width: 479px) {
	
.section-header .smt {
	font-size: 26px;
	padding: 0;
}

.section-header .smt:before,
.section-header .smt:after {
	width: 18px;
}

img.align-left,
img.align-right {
	display: block;
	float: none;
	margin: 0 auto 20px;
}


}



@media (max-width: 330px) {

.header-info h1 {
	font-size: 18px !important;
	line-height: 22px;
}

.header-info {
	padding: 0px 10px;
}


}


/* TABS DESPORTOS */

.tab-content {
margin-top: 30px;}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.1;
}