/**** CUSTOM RESPONSIVE *****/
@media (min-width: 980px) and (max-width: 1199px) {
    .sp-megamenu-parent > li > a {
        letter-spacing: 0!important;
        padding: 0 5px!important;
        font-size: 10px!important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 48%!important;
    }
    .sp-megamenu-parent > li > a {
        font-size: 10px!important;
        letter-spacing: 0!important;
        padding: 0 7px!important;
    }
  	#sp-logo img {
      	width: 100%;
    }
    #sp-bottom2 {
        padding-bottom: 20px;
    }
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #sp-bottom3 {
        clear: left;
    }
    #lt-k2-blog a.moduleItemImage img {
        width: 100%!important;
    }
    #lt-k2-blog .moduleItemIntrotext p {
        width: 100%!important;
    }
    .sp-megamenu-parent {
        display: none!important;
    }
}
@media (min-width: 980px) and (max-width: 1024px) {
    #sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
        padding-top: 20px;
        padding-bottom: 20px;
        width: 50%;
    }
    #sp-bottom3 {
        clear: left;
    }
    .sp-megamenu-parent {
        display: none!important;
    }
}
@media (max-width: 767px) {
    .projects-filter {
        display: inline-block;
    }
    .projects-filter ul li {
        display: block;
        float: left;
        margin: 10px 0;
    }
    #lt-k2-blog div.k2ItemsBlock ul li {
        width: 100%!important;
    }
    #sp-footer2 {
        text-align: left!important;
    }
    .sp-contact-info {
        float: left!important;
    }
    .sticky-wrapper.is-sticky {
        position: relative!important;
    }
    #sp-menu {
        position: absolute!important;
        right: 0;
        top: 35px;
    }
    .sticky-wrapper.is-sticky #sp-menu {
      	top: 0;
  	}
    #offcanvas-toggler {
        line-height: 0!important;
    }
    #offcanvas-toggler > i {
        margin: 0;
    }
    .sub-clients img {
        display: inline!important;
    }
    .lt-team-member {
        margin: 20px 0;
    }
  	#lt-k2-blog a.moduleItemImage img {
        width: 100%!important;
    }
    #lt-k2-blog .moduleItemIntrotext p {
        width: 100%!important;
    }
    .lt-client-sub,
    .lt-pricing-sub {
        margin: 10px 0;
    }
}
@media (max-width: 480px) {
    .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
        margin: 5px!important;
    }
  .lt-works-content a {
    	padding: 15px 10px!important;
  }
}
/***** GENERAL *****/
.sppb-section-title h3 {
    background: rgba(0, 0, 0, 0) url("../images/border_title.png") no-repeat scroll center bottom;
    padding: 20px 0;
    text-transform: uppercase;
}
.sppb-section-title p {
    color: #666;
}
.lt-button {
    padding: 8px 30px;
    border: 2px solid #e1e1e1;
    color: #3f3f3f;
    text-transform: uppercase;
}
.lt-button:hover {
    color: #fff;
}
.btn {
    border-radius: 0!important;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    text-shadow: none;
    text-transform: uppercase;
    border: none!important;
}
/**** HEADER ****/
#sp-main-body,
#sp-page-title,
#sp-header,
#sp-header .logo,
#offcanvas-toggler,
.sticky-wrapper.is-sticky,
.sp-megamenu-parent >li >a {
	-webkit-transition: .6s ease-in-out;
	-moz-transition:    .6s ease-in-out;
	-ms-transition:     .6s ease-in-out;
	-o-transition:      .6s ease-in-out;
	transition:         .6s ease-in-out;
}
.sticky-wrapper.is-sticky #sp-header,
.sticky-wrapper.is-sticky #sp-header .logo
 {
	height: 70px!important;
}

.sticky-wrapper.is-sticky #sp-header .logo,
.sticky-wrapper.is-sticky #sp-header .logo img
 {
	height: 70px!important;
	padding: 0!important;
}

.sticky-wrapper.is-sticky #offcanvas-toggler,
.sticky-wrapper.is-sticky .sp-megamenu-parent >li >a {
	line-height: 70px!important;
}
#sp-logo .logo {
	padding: 5px 0;
}
.sticky-wrapper.is-sticky #sp-logo .logo {
	padding: 8px 0;
}
/***** SLIDER *****/
#lt-slider {
    
}
/***** INTRODUCTION *****/
.lt-introduction .lt-intro-sub {
    cursor: pointer;
}
.lt-introduction .lt-intro-sub i {
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub:hover i {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}
.lt-introduction .lt-intro-sub h3 {
    padding: 20px 0;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.lt-introduction .lt-intro-sub h3:hover {
    opacity: .8;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
/***** PORTFOLIO *****/
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
    text-transform: uppercase;
    padding: 8px 15px;
    font-weight: 500;
    border-radius: 0!important;
}
.sp-simpleportfolio.layout-gallery-nospace .sp-simpleportfolio-item {
    padding: 10px!important;
}
/***** ABOUT *****/
.lt-about-us-content h3,
.lt-about-us-content a {
    text-transform: uppercase;
}
.lt-about-us-content p {
    font-size: 13px;
}
/***** TEAM MEMBER *****/
.lt-team-member:hover {
    background: #000 none repeat scroll 0 0;
    cursor: pointer;
    padding: 15px 0;
    transition: all 400ms ease 0s;
}
.lt-team-member img {
    width: 100%;
}
.lt-team-member:hover img {
    opacity: 0;
    width: 50%;
}
.lt-team-member:hover h4 {
    color: #fff;
    transition: all 400ms ease 0s;
}
.lt-team-member:hover h5 {
    color: #fff;
    transition: all 400ms ease 0s;
}
.lt-team-member:hover p {
    color: #fff;
    display: block;
    transition: all 400ms ease 0s;
}
.lt-team-member:hover ul {
    display: block;
    padding-left: 0;
    transition: all 400ms ease 0s;
}
.lt-team-member ul {
    display: none;
    margin: 0;
    padding: 0;
}
.lt-team-member h4 {
    font-weight: 700;
    transition: all 400ms ease 0s;
}
.lt-team-member h5 {
    transition: all 400ms ease 0s;
}
.lt-team-member p {
    display: none;
}
.lt-team-member ul li {
    display: inline-block;
    padding-right: 10px;
}
.lt-team-member ul li em {
    color: #fff;
    font-size: 20px;
}
/***** WORKS *****/
.lt-works h1 {
    text-transform: uppercase;
}
.lt-works p {
    color: #fff;
}
.lt-works-content a {
    border: 6px solid #fff;
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    padding: 15px 60px;
    text-transform: uppercase;
}
/***** BLOG *****/
#lt-k2-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
#lt-k2-blog div.k2ItemsBlock ul li {
    width: 49%;
    margin-right: 2%;
    float: left;
    background: #f5f5f5;
    padding: 10px
}
#lt-k2-blog div.k2ItemsBlock ul li:nth-child(2n+2) {
    margin-right: 0;
}
#lt-k2-blog div.k2ItemsBlock ul li a {
    font-size: 18px;
}
#lt-k2-blog a.moduleItemImage img {
    width: 45%;
}
#lt-k2-blog .moduleItemIntrotext p {
    margin-top: 10px;
    float: left;
    width: 45%;
}
#lt-k2-blog .media-body {
    padding-top: 10px;
}
#lt-k2-blog .moduleItemReadMore {
    float: left;
    border: 1px solid #999;
    color: #999;
    padding: 6px 15px 8px;
    margin-top: 20px;
}
#lt-k2-blog .moduleItemReadMore:hover {
    color: #fff;
}
#sp-left .search form input,
#sp-right .search form input {
  	width: 100%!important;
}
/***** STATISTIC *****/
.lt-statistic p {
    color: #fff;
}
.lt-statistic-sub h2 {
    font-size: 20px;
    color: #fff;
}
.lt-statistic-sub h1 {
    font-size: 100px;
    color: #fff;
    font-weight: 700;
}
/***** CLIENTS *****/
.lt-client-sub img {
    opacity: 0.7;
    transition: all 400ms ease-in-out;
}
.lt-client-sub img:hover {
    cursor: pointer;
    opacity: 1;
    transition: all 400ms ease-in-out;
}
/***** PRICING *****/
.lt-pricing-sub {
    border: 2px solid #e8e8e8;
    border-radius: 2px;
    text-align: center;
    transition: all 400ms ease 0s;
}
.lt-pricing-sub:hover {
    cursor: pointer;
    transition: all 400ms ease 0s;
}
.lt-pricing-sub h3 {
    background: #f2f2f2 none repeat scroll 0 0;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
    transition: all 400ms ease 0s;
}
.lt-pricing-sub:hover h3 {
    background: #111 none repeat scroll 0 0;
    color: #fff;
    transition: all 400ms ease 0s;
}
.lt-pricing-sub h5 {
    background: #dedede none repeat scroll 0 0;
    font-weight: 700;
    margin: 0;
    padding: 10px 0;
    transition: all 400ms ease 0s;
}
.lt-pricing-sub:hover h5 {
    background: #000 none repeat scroll 0 0;
    color: #fff;
    transition: all 400ms ease 0s;
}
.lt-pricing-sub ul {
    margin: 0;
    padding-bottom: 20px;
    padding-left: 0;
}
.lt-pricing-sub ul li {
    list-style: outside none none;
    padding: 10px 0;
}
.lt-pricing-sub a {
    color: #000;
    text-transform: uppercase;
    transition: all 400ms ease 0s;
}
.lt-pricing-sub p {
    background: #dedede none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 10px 0;
    transition: all 400ms ease 0s;
}
.lt-pricing-sub:hover p {
    background: #000 none repeat scroll 0 0;
    transition: all 400ms ease 0s;
}
.lt-pricing-sub:hover p a {
    color: #fff;
    transition: all 400ms ease 0s;
}
/***** SOCIAL COMPANY *****/
#sp-right h3.sp-module-title {
    border-bottom: 2px solid #e6e6e6;
    color: #333;
    font-size: 20px;
    margin-top: 10px;
    text-transform: none;
    padding-bottom: 10px;
}
#sp-right .sp-module {
    border: 1px solid #f1f1f1;
    padding: 10px;
}
/***** FOOTER *****/
#sp-bottom a {
    color: #fff;
}
#sp-footer {
    border-top: 1px solid #555555;
}
/***** K2 *****/
div.itemContainer {
    width: 100%!important;
}
#sp-right .k2ItemsBlock ul li img {
  width: 100%;
}
div.k2ItemsBlock ul {
    padding-left: 0;
}
/* Refine Page Builder */
#sp-page-builder .sppb-section-title.sppb-text-center .sppb-title-subheading {
    margin: 0 auto;
}
.lt-page-service i {
  margin-top: 10px;
}
.sp-simpleportfolio-img {
    width: 100%;
}
/* Banner */
.get-quickstart {
    bottom: 0;
    position: fixed;
    z-index: 999;
}
.pro-edition-banner {
    margin-bottom: 0;
    margin-left: 0;
}
.download-quickstart-banner {
    margin-bottom: -25px;
    opacity: 0;
    padding-left: 75px;
    position: relative;
    transition: all 200ms ease 0s;
}
.download-quickstart:hover .download-quickstart-banner {
    opacity: 1;
    transition: all 200ms ease 0s;
}
.pro-edition-banner img {
    width: 60%;
}
.get-unlimited {
    bottom: 0;
    margin-top: 20px;
    position: fixed;
    right: 280px;
}
.get-unlimited-link {
    margin-bottom: 5px;
}
.get-unlimited {
    z-index: 999;
}
.get-unlimited-list {
    display: none;
    margin-left: 0;
}
.get-unlimited-list li {
    color: #fff;
    list-style: outside none none;
}
.get-unlimited:hover .get-unlimited-list {
    display: block;
    transition: all 200ms ease 0s;
}
.get-unlimited-list img {
}
.get-unlimited-link a {
    background: #5ba0d0 none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 8px 140px 8px 10px;
}
.get-unlimited-link a:hover {
    color: #fff;
}
#sp-user1 .sp-module {
    margin-top: 0;
}
#sp-user1 {
  	min-height: 0;
}
@media (max-width: 767px) {
    #sp-user1 {
        display: none;
    }
}
/* Portfolio */
.projects-filter a {
    padding: 8px 15px;
    font-size: 1em;
    border-radius: 0;
    text-transform: uppercase;
}
.projects-filter a {
    color: #fff;
    background: #2d2d2d;
}
.projects-filter ul li {
    background: none;
}
.projects-filter ul {
    text-align: center;
}
.projects-filter {
    border-bottom: none;
}
.projects-wrapper .project-img img {
    width: 100%;
}
.projects-wrapper .project-img .project-img-extra h5 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}
.projects-wrapper .project-img .project-img-extra h4 {
    color: #fff;
}
/* Canvas Menu */
.offcanvas-menu .menu .nav-child.small {
    padding-left: 15px;
}
/* Refine Layout */
body.com-k2 #sp-right .sp-module .sp-module-title {
    border-bottom: 5px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 20px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
#sp-right .sp-module .sp-module-title {
    border-bottom: 5px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.projects-wrapper .project-img .project-img-extra h5 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
}

.camera_caption > div {
	
	background: none!important;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	text-align: center;
	
}

.camera_caption > div h3{
	
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 1.2em;
	text-align: center;
	letter-spacing: -2px;
	
}

.camera_caption .subtitle {
	
	font-weight: bold;
	
}

.cameraContent {
	bottom: 50%!important;
}

.formulario .asterix-ancor{
	
	width: 5%;
	margin: 2px 0;
}

.formulario .visCSSinput {
	
	width: 95%;
	display: inline-block;
}

.formulario input[type="file"]{
	
	width: 70%;
	font-size: 0.8em;
	overflow: visible;
	padding: 2px 7px;
	height: auto;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formulario .visCSSlabel {
	
	margin-top: 14px;
}

.formulario .etiqueta-archivo {
	
	margin: 10px 0 0 0;
}

.formulario .etiqueta-archivo:after {
	
	content: none!important;
}

.formulario .etiqueta-archivo:before {

	content: "*";
	color: red;
	display: inline-block;
	margin: 2px 24px 2px 0;
}

.formulario .visBtnCon input[type="submit"] {
	
	/**padding: 4px 8px;**/
	color: #fff;
	text-shadow: 0 1px rgba(0, 0, 0, 0.08);
	background-color: #3b8023;
	border: 0;
	height: 42px;
	line-height: 1;
	font-size: 15px;
	cursor: pointer;
	padding: 0 50px;
	text-align: center;
	vertical-align: top;
	display: inline-block;
}

.formulario .visCustomText {
	
	text-align: justify;
}

.formulario .etiqueta-privacidad {
	
	width: 84%;
	margin: 10px 0 0 0;
}

.formulario .etiqueta-privacidad:after {
	
	content: none!important;
}

.formulario .etiqueta-privacidad:before {

	content: "*";
	color: red;
	display: inline-block;
	margin: 2px 24px 2px 0;
}

.formulario .control-privacidad {
	
	width: 15%;
	display: inline-block;
	margin-top: 16px;
	height: 18px;
	line-height: 20px;
	
}

.visforms-form .category-desc {
	
	color: #727272;
	font-weight: 700;
}