/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.shadow-effect6 {
  position: relative;
  display: block;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow-effect6:before,
.shadow-effect6:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 50%;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 10px;
}
.shadow-effect7 {
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow-effect7:before,
.shadow-effect7:after {
  content: "";
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 10px;
}
.shadow-effect7:after {
  right: 10px;
  left: auto;
  transform: skew(8deg) rotate(3deg);
}
.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loading.gif) center no-repeat #000;
}
/*header{
	position: relative;
	overflow: hidden;
	#header-bg{
		position: absolute;
		background-size: cover;
		-webkit-background-size: cover;
		background-repeat: no-repeat;
		top: -50px;
		left: -50px;
		right: -50px;
		bottom: -50px;
		z-index: -1;
		transition: background .5s ease-in-out;
		-moz-transition: background .5s ease-in-out;
		-webkit-transition: background .5s ease-in-out;
	}
	}*/
body {
  background: url(../images/page-bg.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /*&:not(.home){
		background: url(../images/page-bg.jpg) center center no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}
	&.home{
		background-image: url(../images/main-bg.jpg);
		}*/
  font-family: "DIN Pro Light", sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 16px;
  /*h2{ font-size: 85px }
	h3{ font-size: 80px }
	h4{ font-size: 75px }
	h5{ font-size: 70px }
	h6{ font-size: 65px }*/
}
body a,
body a:hover,
body a:focus,
body a:visited,
body a:active {
  color: #fff;
}
body .mtop-10 {
  margin-top: 10px;
}
body h1 {
  font-family: 'Lobster', cursive;
  text-align: center;
}
body h1 {
  font-size: 50px;
}
body:not(.home) header {
  position: unset;
}
body:not(.home) header .navbar,
body:not(.home) header .navbar-header {
  position: unset;
}
body .row.no-gutter {
  margin-right: -15px;
  margin-left: -15px;
}
body .row.no-gutter > [class^="col-"],
body .row.no-gutter > [class*=" col-"] {
  padding-right: 0px;
  padding-left: 0px;
}
body .slogan {
  font-size: 24px;
  padding: 0 3px;
  text-align: center;
  font-family: "DIN Pro Light", sans-serif;
}
body .slogan:before {
  content: '"';
  font-family: "DIN Pro Light", sans-serif;
  color: #7faeea;
  padding-right: 5px;
  font-size: 35px;
}
body .slogan:after {
  content: '"';
  font-family: "DIN Pro Light", sans-serif;
  color: #7faeea;
  padding-left: 5px;
  font-size: 35px;
}
body .dark-border {
  border: 5px solid rgba(254, 254, 254, 0.2);
}
body .alpha-border {
  border: 5px solid rgba(254, 254, 254, 0.2);
}
body .readmore:link,
body .readmore:focus,
body .readmore:active,
body .readmore:visited {
  color: #4f93c2;
  font-size: 20px;
  text-align: right;
}
body .img-responsive.img-center {
  margin-left: auto;
  margin-right: auto;
}
body ul:not(.nav):not(.scene) {
  list-style: none;
  padding: 0;
  margin: 0;
}
body ul:not(.nav):not(.scene) li {
  padding-left: 1em;
  text-indent: -0.7em;
}
body ul:not(.nav):not(.scene) li:before {
  color: #7faeea;
  content: "\2022";
  font-size: 2em;
  line-height: .9em;
  padding-right: .25em;
  position: relative;
  top: .2em;
}
body .navbar-nav {
  min-height: 55px;
  /*li+li{ margin-left: 15px }*/
}
body .navbar-nav * {
  color: #fff !important;
}
body .navbar-nav li.active,
body .navbar-nav li:hover {
  border-bottom: 4px solid #3d84df;
}
body .navbar-nav > li > a,
body .navbar-nav > .active > a {
  margin-bottom: 1px;
  background-color: transparent !important;
}
body .navbar-nav .active > a,
body .navbar-nav .hvr-sweep-to-top:before {
  background: rgba(127, 174, 234, 0);
  background: -moz-linear-gradient(top, rgba(127, 174, 234, 0) 0%, rgba(127, 174, 234, 0) 46%, rgba(127, 174, 234, 0.54) 75%, #7faeea 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(127, 174, 234, 0)), color-stop(46%, rgba(127, 174, 234, 0)), color-stop(75%, rgba(127, 174, 234, 0.54)), color-stop(100%, #7faeea));
  background: -webkit-linear-gradient(top, rgba(127, 174, 234, 0) 0%, rgba(127, 174, 234, 0) 46%, rgba(127, 174, 234, 0.54) 75%, #7faeea 100%);
  background: -o-linear-gradient(top, rgba(127, 174, 234, 0) 0%, rgba(127, 174, 234, 0) 46%, rgba(127, 174, 234, 0.54) 75%, #7faeea 100%);
  background: -ms-linear-gradient(top, rgba(127, 174, 234, 0) 0%, rgba(127, 174, 234, 0) 46%, rgba(127, 174, 234, 0.54) 75%, #7faeea 100%);
  background: linear-gradient(to bottom, rgba(127, 174, 234, 0) 0%, rgba(127, 174, 234, 0) 46%, rgba(127, 174, 234, 0.54) 75%, #7faeea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7faeea', endColorstr='#7faeea', GradientType=0);
}
body strong {
  color: #7faeea;
}
body header,
body footer,
body .container-fluid,
body .grid,
body #project-details {
  max-width: 2500px;
  margin-left: auto;
  margin-right: auto;
}
body .a-left {
  text-align: left;
}
body .a-right {
  text-align: right;
}
/*.parallax{
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height: 450px;
	position: relative;
}*/
header {
  position: relative;
  /*padding-bottom: 20px;*/
  overflow: hidden;
  /*.navbar-default{

		}
		a.hvr-sweep-to-top:active:before{ background: none !important }*/
}
header * {
  text-align: left;
}
header .top-border {
  display: block;
  height: 6px;
  background: #7faeea;
}
header .navbar-brand {
  /*height: 110px;*/
  padding: 0 0 5px;
  z-index: 99;
  position: absolute;
  width: 115px;
  margin-top: -15px;
}
header .navbar-toggle {
  border: none;
  background-color: #7faeea;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 8px;
  padding: 10px 5px;
}
header .navbar-toggle .icon-bar {
  background-color: #222;
}
header .navbar-toggle:hover,
header .navbar-toggle:focus {
  background-color: #7faeea;
}
header .mobile-menu-label {
  text-transform: uppercase;
  font-size: 24px;
}
header .navbar-default {
  background: none;
  border: none;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle:focus {
  background-color: #7faeea;
}
header .navbar {
  margin: 15px 0;
  min-height: 55px;
}
header .hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
header .menu-social {
  float: right;
  margin-left: 30px;
  margin-right: 16px;
}
header .menu-social.share a i {
  font-size: 25px;
  line-height: 50px;
}
header ul.nav.languages {
  line-height: 48px;
  float: right;
  margin: 0px;
}
header ul.nav.languages > li {
  display: inline-block;
}
header ul.nav.languages > li a {
  padding-left: 4px;
  padding-right: 4px;
}
header ul.nav.languages > li a:hover,
header ul.nav.languages > li a:focus {
  background: none;
}
header ul.nav.languages > li + li {
  margin-left: 5px;
}
header ul.nav.languages-xs {
  line-height: inherit;
  margin: 0px;
}
header ul.nav.languages-xs > li {
  display: inline-block;
}
header ul.nav.languages-xs > li.active,
header ul.nav.languages-xs > li:hover {
  border-bottom: 4px solid #c45016;
}
header ul.nav.languages-xs > li a {
  padding: 0;
  padding-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
}
header ul.nav.languages-xs > li a:hover,
header ul.nav.languages-xs > li a:focus {
  background: none;
}
header ul.nav.languages-xs > li + li {
  margin-left: 5px;
}
section {
  padding-bottom: 0px;
}
section#main-banner {
  position: relative;
  /*margin-bottom: 0px;*/
}
section#main-banner .see-video {
  text-align: center;
}
section#main-banner .see-video a {
  font-size: 38px;
  text-decoration: none;
}
section#main-banner .see-video a i {
  color: #7faeea;
}
section#main-banner #main-carousel .transition-timer-carousel-progress-bar {
  height: 5px;
  background-color: #7faeea;
  width: 0%;
  margin: -5px 0px 0px 0px;
  border: none;
  z-index: 11;
  position: relative;
}
section#main-banner #main-carousel .transition-timer-carousel-progress-bar.animate {
  -webkit-transition: width 4.25s linear;
  -moz-transition: width 4.25s linear;
  -o-transition: width 4.25s linear;
  transition: width 4.25s linear;
}
section#main-banner .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  /*padding: 5px;*/
  left: 0;
  right: 0;
  bottom: 20px;
  padding: 10px;
  z-index: 999;
}
section#main-banner .carousel-caption p {
  text-align: center;
  font-size: 24px;
  padding: 0;
  margin: 0;
}
section#main #aboutme,
section#main #latest_works,
section#main #clients {
  /*background: url(../images/page-bg.jpg) center center no-repeat;*/
  background-size: cover;
  background-attachment: fixed;
}
section#main #works h1 {
  line-height: 1.1em;
  margin-bottom: 0;
  margin-top: 15px;
}
section#main #works h1 + p {
  text-align: center;
  font-family: "DIN Pro Light", sans-serif;
  font-size: 16px;
}
section#main #works #services-list .work {
  margin-bottom: 30px;
}
section#main #works #services-list .work a {
  position: relative;
  display: block;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
section#main #works #services-list .work a .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 45px;
  text-align: center;
  font-family: "DIN Pro Light", sans-serif;
  text-transform: uppercase;
  background-color: rgba(36, 68, 114, 0.65);
  transition: all 1s ease-in-out;
}
section#main #works #services-list .work a:hover,
section#main #works #services-list .work a.active {
  border-color: rgba(127, 174, 234, 0.75);
  transition: all 1s ease-in-out;
}
section#main #works #services-list .work a:hover .caption,
section#main #works #services-list .work a.active .caption {
  color: #74c3fb;
  background-color: rgba(36, 68, 114, 0.8);
  transition: all 1s ease-in-out;
}
section#main #works #services-list .work a img {
  transition: all 1s ease-in-out;
}
section#main #works #services-list .work a:hover img {
  -webkit-transform: scale(1.2);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: scale(1.2);
  /* Fx 3.5-15 */
  -ms-transform: scale(1.2);
  /* IE 9 */
  -o-transform: scale(1.2);
  /* Op 10.5-12 */
  transform: scale(1.2);
  /* Fx 16+, IE 10+ */
  transition: all 1s ease-in-out;
}
section#main #works .services-content p,
section#main #works .services-content li {
  font-size: 20px;
  line-height: 22px;
  text-align: justify;
}
section#main #works .services-content ul li {
  display: inline-block;
}
section#main #works .services-content .read-more {
  display: none;
}
section#main #aboutme h1 {
  color: #7faeea;
}
section#main #aboutme .dark-blue-border {
  border: 5px solid #2a3a43;
}
section#main #aboutme .content-block {
  margin-bottom: 15px;
}
section#main #aboutme .content-block img {
  margin: 0 auto;
}
section#main #aboutme .content-block p {
  text-align: center;
  color: #7faeea;
  font-family: "DIN Pro Light", sans-serif;
  font-size: 18px;
  padding: 0;
  margin: 0;
}
section#main #aboutme p {
  text-align: left;
}
section#main #aboutme p.slogan {
  text-align: center;
  font-size: 26px;
  line-height: 26px;
  margin-bottom: 15px;
}
section#main #aboutme .about-block h4 {
  font-family: "DIN Pro Light", sans-serif;
  font-weight: normal;
  font-size: 33px;
  margin: 0;
}
section#main #aboutme .about-block p {
  font-family: "DIN Pro Light", sans-serif;
  font-size: 22px;
  line-height: 22px;
}

section#main #aboutme .titles-sobre-mi {
  color: #7faeea;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

section#main #news {
  padding-bottom: 30px;
}
section#main #news h2 {
  margin-top: 0;
  text-align: left;
  font-family: "DIN Pro Light", sans-serif;
  font-size: 35px;
  margin: 0;
  font-weight: normal;
}
section#main #news p {
  line-height: 25px;
  font-size: 25px;
  margin: 0;
}
section#main #latest_works h1,
section#main #clients h1,
section#main #clients h1 {
  line-height: 1.1em;
  margin-bottom: 0;
  margin-top: 30px;
  color: #7faeea;
}
section#main #latest_works h1 + p,
section#main #clients h1 + p,
section#main #clients h1 + p {
  text-align: center;
  font-family: "DIN Pro Light", sans-serif;
  font-size: 16px;
  margin-bottom: 35px;
}
section#main #clients {
  padding-bottom: 0px;
}
section#main #clients p {
  text-align: center;
}
section#main #clients #clients-carousel {
  margin-top: 25px;
}
section#main h1,
section#main h2,
section#main h3,
section#main h4,
section#main h5,
section#main h6 {
  font-family: 'Lobster', cursive;
}
section#main h1 {
  font-size: 50px;
  text-align: center;
}
section#main h2 {
  font-size: 35px;
  text-align: center;
}
section#main h3 {
  font-size: 30px;
}
section#main h4 {
  font-size: 25px;
}
section#main h5 {
  font-size: 20px;
}
section#main h6 {
  font-size: 15px;
}
section#main .section-img {
  margin-bottom: 50px;
}
section#main.aboutme {
  padding-bottom: 0;
}
section#main.aboutme > div.container:first-child p {
  font-size: 18px;
  line-height: 18px;
}
section#main.aboutme > div.container:first-child p.big-text {
  color: #7faeea;
  font-size: 24px;
}
section#main.aboutme > div.container:first-child img.dark-blue-border {
  border: 5px solid #2a3a43;
}
section#main.aboutme h3 {
  line-height: 60px;
  margin-bottom: 0;
  margin-top: 40px;
}
section#main.aboutme h2 + h3 {
  margin-top: 0;
}
section#main.aboutme h4 {
  margin-top: 40px;
}
section#main.aboutme #works {
  margin-top: 30px;
}
section#main.aboutme .career {
  margin-top: 30px;
  margin-bottom: 30px;
}
section#main.aboutme .section-img {
  margin-bottom: 0px;
}
section#main.aboutme ul.list-education li > big {
  color: #7faeea;
}
section#main.aboutme .latest_works {
  padding-bottom: 0;
}
section#main.works {
  margin-top: 0px;
}
section#main #latest_works *,
section#main.works *,
section#main.works-detail * {
  box-sizing: border-box;
}
section#main #latest_works .category-menu,
section#main.works .category-menu,
section#main.works-detail .category-menu {
  display: inline-block;
  margin-bottom: 40px;
  margin-top: 40px;
}
section#main #latest_works .category-menu ul > li > a,
section#main.works .category-menu ul > li > a,
section#main.works-detail .category-menu ul > li > a {
  text-transform: uppercase;
}
section#main #latest_works .grid,
section#main.works .grid,
section#main.works-detail .grid {
  margin: 0 auto;
}
section#main #latest_works .grid:after,
section#main.works .grid:after,
section#main.works-detail .grid:after {
  content: '';
  display: block;
  clear: both;
}
section#main #latest_works .grid .grid-item,
section#main.works .grid .grid-item,
section#main.works-detail .grid .grid-item {
  float: left;
}
section#main #latest_works .grid .grid-item:hover,
section#main.works .grid .grid-item:hover,
section#main.works-detail .grid .grid-item:hover {
  z-index: 99;
}
section#main #latest_works .grid .grid-item:hover a:after,
section#main.works .grid .grid-item:hover a:after,
section#main.works-detail .grid .grid-item:hover a:after {
  /*border: 4px solid @blue;
								outline: 4px solid @blue;*/
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #7faeea;
}
section#main #latest_works .grid .grid-item a,
section#main.works .grid .grid-item a,
section#main.works-detail .grid .grid-item a {
  position: relative;
  display: block;
}
section#main #latest_works .grid .grid-item a img,
section#main.works .grid .grid-item a img,
section#main.works-detail .grid .grid-item a img {
  display: block;
  max-width: 100%;
}
section#main #latest_works .grid .grid-item a .caption,
section#main.works .grid .grid-item a .caption,
section#main.works-detail .grid .grid-item a .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 18px;
  padding: 15px 0;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.55);
}
section#main #latest_works .grid .grid-item a:hover .caption,
section#main.works .grid .grid-item a:hover .caption,
section#main.works-detail .grid .grid-item a:hover .caption {
  color: #7faeea;
}
section#main #latest_works .grid .grid-item.grow a,
section#main.works .grid .grid-item.grow a,
section#main.works-detail .grid .grid-item.grow a {
  overflow: hidden;
}
section#main #latest_works .grid .grid-item.grow a img,
section#main.works .grid .grid-item.grow a img,
section#main.works-detail .grid .grid-item.grow a img {
  transition: all 0.3s ease-in-out;
}
section#main #latest_works .grid .grid-item.grow:hover a img,
section#main.works .grid .grid-item.grow:hover a img,
section#main.works-detail .grid .grid-item.grow:hover a img {
  -webkit-transform: rotate(20deg) scale(1.5);
  /* Chrome 4+, Op 15+, Saf 3.1, iOS Saf 3.2+ */
  -moz-transform: rotate(20deg) scale(1.5);
  /* Fx 3.5-15 */
  -ms-transform: rotate(20deg) scale(1.5);
  /* IE 9 */
  -o-transform: rotate(20deg) scale(1.5);
  /* Op 10.5-12 */
  transform: rotate(20deg) scale(1.5);
  /* Fx 16+, IE 10+ */
  transition: all 0.3s ease-in-out;
}
section#main #latest_works #project-details,
section#main.works #project-details,
section#main.works-detail #project-details {
  background-image: url(../images/works-bg.png);
  /*background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0,0,0,0.4)),url(../images/works-bg.png);*/
  padding-bottom: 40px;
  padding-top: 10px;
  /*&.parallax {
						background-attachment: fixed;
						background-position: 50% 0;
						background-repeat: no-repeat;
						position: relative;
					}*/
}
section#main #latest_works #project-details h1,
section#main.works #project-details h1,
section#main.works-detail #project-details h1 {
  font-size: 35px;
}
section#main #latest_works #project-details #project-carousel,
section#main.works #project-details #project-carousel,
section#main.works-detail #project-details #project-carousel {
  margin-bottom: 20px;
}
section#main #latest_works #project-details .gallery-description p,
section#main.works #project-details .gallery-description p,
section#main.works-detail #project-details .gallery-description p {
  font-size: 20px;
  line-height: 22px;
}
section#main #latest_works #project-details .gallery-description a,
section#main.works #project-details .gallery-description a,
section#main.works-detail #project-details .gallery-description a {
  color: #7faeea;
}
section#main.news .list .post {
  margin-bottom: 45px;
}
section#main.news .list .post h1 {
  text-align: left !important;
  margin: 0px 0 5px;
  line-height: 45px;
  font-size: 35px;
}
section#main.news .list .post .date {
  color: #7faeea;
  font-weight: bold;
}
section#main.news .list .post .image {
  box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
  margin: 5px 0 20px;
}
section#main.news .list .post .image img {
  position: relative;
  z-index: -2;
}
section#main.news .list .post .entry-content,
section#main.news .list .post .more {
  text-align: justify;
}
section#main.news .sidebar {
  border-top: 5px solid #7faeea;
  margin-top: 25px;
}
section#main.news .sidebar .title {
  margin-bottom: 36px;
}
section#main.news .sidebar .title .icon,
section#main.news .sidebar .title .text {
  float: left;
}
section#main.news .sidebar .title .icon {
  font-size: 50px;
  padding-right: 10px;
}
section#main.news .sidebar .title .text h2 {
  margin: 13px 0 0;
  line-height: 30px;
  color: #7faeea;
}
section#main.news .sidebar .post {
  margin-bottom: 25px;
}
section#main.news .sidebar .post h4 {
  color: #7faeea;
}
section#main.news .sidebar .post .image {
  box-shadow: inset 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
section#main.news .sidebar .post .image img {
  position: relative;
  z-index: -2;
}
section#main.news .sidebar .post .text {
  line-height: 17px;
}
section#main.news .sidebar .post .text .title {
  color: #7faeea;
  text-transform: uppercase;
}
section #e404 {
  margin-top: 40px;
  text-align: center;
}
section #e404 h1,
section #e404 h2 {
  line-height: 1.1em;
  margin-bottom: 0;
  margin-top: 30px;
  color: #7faeea;
}
section #e404 h1 {
  font-size: 60px;
}
section #e404 h2 {
  font-size: 50px;
}
section #e404 p {
  font-size: 24px;
}
section #e404 p.mtop-40 {
  margin-top: 40px;
}
footer h1.small-title {
  font-size: 35px;
}
.carousel-control {
  width: 1%;
  opacity: .2;
}
.carousel-control:hover {
  opacity: .5;
}
.carousel-control:focus {
  opacity: .2;
}
.carousel-control .myicon-next,
.carousel-control .myicon-prev {
  width: 20px;
  height: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  /*margin-top: -10px;*/
  margin-top: 0px;
  transform: translateY(-50%);
}
.carousel-control .myicon-next {
  /*right: 50%;
			margin-right: -10px;*/
  right: 0;
  margin-right: 0 !important;
  text-shadow: 0px 5px 1px #000000;
}
.carousel-control .myicon-prev {
  /*left: 50%;
			margin-left: -10px;*/
  text-align: right;
  left: 0;
  margin-left: 0 !important;
  text-shadow: 0px 5px 1px #000000;
}
.share-text {
  line-height: 40px;
  vertical-align: super;
  padding-right: 10px;
}
.share-text i {
  font-size: 30px;
  padding-right: 10px;
}
.share a {
  text-decoration: none !important;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}
.share a i {
  font-size: 40px;
  line-height: 40px;
}
.share a + a {
  padding-left: 10px;
}
.share a:hover {
  text-shadow: 4px 8px 8px rgba(0, 0, 0, 0.5);
  color: #7faeea;
}
.contact-popup.modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.contact-popup .modal-dialog {
  background-color: rgba(27, 30, 29, 0.9);
  /*border: 1px solid @blue;*/
  border-bottom: none;
  height: auto;
  position: fixed;
  left: 50px;
  bottom: 0;
  width: 300px;
  font-family: "DIN Pro Light", sans-serif;
  padding: 16px;
  margin: 0;
}
.contact-popup .modal-dialog .popup-contact-content {
  background: none;
  overflow: auto;
  box-shadow: none;
  border: none;
}
.contact-popup .modal-dialog .popup-contact-content input,
.contact-popup .modal-dialog .popup-contact-content textarea {
  border-color: #7faeea;
  color: #7faeea;
  border-radius: 0;
  width: 100%;
  background: transparent;
  padding-left: 5px;
}
.contact-popup .modal-dialog .popup-contact-content #alert_wrapper {
  display: none;
  text-align: center;
  color: #7faeea;
}
.contact-popup .modal-dialog .popup-contact-footer {
  float: right;
}
.contact-popup .modal-dialog .popup-contact-footer .bg_none {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #7faeea;
}
.contact-popup .modal-dialog .popup-contact-footer .bg_none i {
  padding-left: 5px;
}
.contact-popup .modal-dialog .popup-contact-footer .bg_none:hover {
  opacity: .8;
}
.modal-backdrop {
  background: none;
}
.parallax {
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .carousel-control .myicon-next {
    margin-right: -10px;
  }
  .carousel-control .myicon-next,
  .carousel-control .myicon-prev {
    width: 80px;
    height: 100px;
    /*margin-top: -10px;*/
    font-size: 100px;
    text-align: center;
  }
}
footer {
  background: url(../images/footer-bg.jpg) center top no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -12px 20px 0px rgba(0, 0, 0, 0.75);
}
footer p {
  margin: 0;
  text-align: center;
}
footer p a {
  text-decoration: none !important;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}
footer p a i {
  font-size: 50px;
}
footer p a + a {
  padding-left: 5px;
}
footer p a:hover {
  text-shadow: 4px 8px 8px rgba(0, 0, 0, 0.5);
  color: #7faeea;
}
footer p.phone {
  font-size: 32px;
  margin-top: 0px;
}
footer img {
  margin: 0 auto;
}
@media (max-width: 767px) {
  body {
      background: #333;
    /*background: url(../images/mv-bg.jpg) center center no-repeat;*/
    /*background-attachment: scroll;*/
    /*background-repeat: repeat-y;*/
    /*!*background-size: contain;*!*/
    /*background-size: cover;*/
  }
  header .navbar-brand {
    float: none;
    display: block;
    height: inherit;
    position: relative;
    width: 100%;
    padding: 0;
    margin-top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  header .navbar-brand img {
    margin: 0 auto;
  }
  header .navbar-toggle {
    float: left;
  }
  header .navbar-default .navbar-collapse {
    border-color: #7faeea;
    margin-top: 15px;
  }
  header .navbar-default .navbar-collapse .navbar-nav a {
    font-size: 18px;
  }
  section#main-banner .videoWrapper iframe {
    margin: 0 auto;
    display: inherit;
  }
  section#main-banner .vmore {
    display: none;
  }
  section #aboutme .text-right {
    text-align: center;
  }
  section#main.news .post .share {
    display: block;
    text-align: center;
  }
  section#main.news .sidebar img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  section#main.aboutme .mb10 {
    margin-bottom: 10px;
  }
  section#main.aboutme div.container:first-child p {
    line-height: 26px;
  }
  section#main.works .category-menu,
  section#main.works-detail .category-menu {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  header .navbar-brand {
    width: 125px;
  }
  header .menu-social.share a i {
    font-size: 35px;
  }
  #aboutme .text {
    text-align: right;
  }
  .navbar-default .navbar-nav li + li {
    margin-left: 15px;
  }
  section:not(#main) {
    padding-bottom: 50px;
  }
  section #works,
  section #news {
    padding-bottom: 20px;
    background-image: url(../images/works-bg.png);
    /*background: linear-gradient(rgba(0, 0, 0, 0.4),rgba(0,0,0,0.4)),url(../images/works-bg.png);*/
  }
  section#main-banner {
    padding-bottom: 0;
  }
  section#main-banner #main-carousel .carousel-caption {
    left: 0;
    right: 0;
  }
  section#main-banner #main-carousel .carousel-caption p {
    font-size: 24px;
  }
  section#main #works h1 + p,
  section#main #latest_works h1 + p,
  section#main #clients h1 + p {
    font-size: 20px;
  }
  section#main #latest_works .category-menu,
  section#main.works .category-menu,
  section#main.works-detail .category-menu {
    margin-top: 0px;
  }
  section#main #latest_works .category-menu .navbar-nav li + li,
  section#main.works .category-menu .navbar-nav li + li,
  section#main.works-detail .category-menu .navbar-nav li + li {
    margin-left: 15px;
  }
  section#main #latest_works .grid-sizer,
  section#main.works .grid-sizer,
  section#main.works-detail .grid-sizer,
  section#main #latest_works .grid-item,
  section#main.works .grid-item,
  section#main.works-detail .grid-item {
    width: 50%;
  }
  section#main .aboutme div.container:first-child {
    padding-top: 70px;
  }
  section#main.news .list .post {
    margin-bottom: 0px;
  }
  section#main.news .list .post:first-child {
    padding-top: 40px;
  }
  section#main.news .list .post h1 {
    margin-top: 45px;
  }
  section#main.works {
    margin-top: 60px;
  }
  section #aboutme .img-about {
    padding-left: 20px;
  }
  footer p a i {
    font-size: 60px;
  }
  footer p a + a {
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  header .navbar-brand {
    width: 200px;
  }
  section #main-carousel .carousel-caption p {
    font-size: 28px;
  }
  section#main #works h1 + p,
  section#main #latest_works h1 + p,
  section#main #clients h1 + p {
    font-size: 22px;
  }
  section#main #latest_works .grid-sizer,
  section#main.works .grid-sizer,
  section#main.works-detail .grid-sizer,
  section#main #latest_works .grid-item,
  section#main.works .grid-item,
  section#main.works-detail .grid-item {
    width: 33.333333333%;
  }
  section#main.news .sidebar .post .text {
    padding-left: 0;
    padding-right: 0;
  }
  section#main.aboutme {
    padding-top: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  section#main #works #services-list .work a .caption {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) and (max-width: 1389px) {
  section#main #works #services-list .work a .caption {
    font-size: 14px;
    line-height: 16px;
    padding: 5px 0;
  }
}
@media (min-width: 1200px) {
  header .navbar-brand {
    width: 200px;
  }
  section#main #works h1 + p,
  section#main #latest_works h1 + p,
  section#main #clients h1 + p {
    font-size: 24px;
  }
  section#main #latest_works .grid-sizer,
  section#main.works .grid-sizer,
  section#main.works-detail .grid-sizer,
  section#main #latest_works .grid-item,
  section#main.works .grid-item,
  section#main.works-detail .grid-item {
    width: 25%;
  }
}
@media (min-width: 1285px) {
  header .navbar-brand {
    margin-left: -115px !important;
  }
}
@media (min-width: 1359px) {
  header .navbar-brand {
    margin-left: -80px !important;
  }
  /*section{
		&#main{
			#main-carousel {
				.carousel-caption {
					p {
						font-size: 36px;
					}
				}
			}
		}
		}*/
}
@media (min-width: 480px) and (max-width: 767px) {
  section#main #works .work {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1284px) {
  #navbar {
    clear: both;
  }
  #navbar .navbar-nav li + li {
    margin-left: 10px;
  }
}
