/*General*/
body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #868dff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}
a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none;
}
img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  outline: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}
img {
  border: none;
  max-width: 100%;
}
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both;
}

p {
  color: #666666;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 15px;
}
h1, h2, h3, h4, h5, h6 {
  color: #fff;
  margin: 0 0 17px;
  font-family: "Raleway", sans-serif;
}
h1 {
  font-size: 72px;
  line-height: 60px;
}
h2 {
  font-size: 36px;
  line-height: 48px; }

h3 {
  font-size: 24px;
  line-height: 28px; }

h4 {
  font-size: 22px;
  line-height: 28px; }

h5 {
  font-size: 20px;
  line-height: 28px;
}
h6 {
  font-size: 18px;
  line-height: 26px;
}
.btn {
	font-size: 14px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	height: 48px;
	padding: 0 30px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	display: inline-block;
}
.btn-primary {
	background-color:#FF6633;
	border: none;
	outline: none;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.btn-primary:hover {
	background-color:#9A3232;
    color: #fff;
}
.section-padding {
	padding: 100px 0;
}
.section-title-item {
	text-align: center;
	margin-bottom: 45px;
}
.section-title-item .section-title {
	font-size: 36px;
	color:#000000;
	line-height:1.2;
	font-weight:900;
}
.section-title-item span{
	display:block;
	text-align:center;
	margin:auto;
	margin-top:5px;
}
.section-title-item span img{
	height:18px;
}

.header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0;
  z-index: 111;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.header .navigation {
    background: transparent;
}
.xs-menu ul.nav-menu > li > a {
	color: #FF6633;
	font-weight: 700;
	text-transform: uppercase;
	padding: 26px 17px;
}
.xs-menu ul.nav-menu > li > a:hover {
    color: #222;
}
.header-right{
	padding-left:30px;
}

.header-right li {
	display: inline-block;
}
.header-right li a {
	padding: 15px 3px;
	display: block;
}
.header-right li a img{
	height:32px;
	width:32px;
}
.header.fixed-header {
	background:#fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
	left: 0;
	right: 0;
	padding: 0;
}
.fixed-header .nav-brand > img {
    height: 45px;
}

.navigation {
	width: 100%;
	height: 70px;
	display: table;
	position: relative;
	font-family: inherit;
	background-color: #ffffff;
}
.navigation * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}
.navigation-portrait {
	height: 48px;
}
.navigation-fixed-wrapper {
	width: 100%;
	left: 0;
	z-index: 19998;
	will-change: opacity;
}
.navigation-fixed-wrapper.fixed {
	position: fixed !important;
	-webkit-animation: fade .50s;
	animation: fade .50s;
}

@keyframes fade {
  from {
    opacity: 0.999;
  }
  to {
    opacity: 1;
  }
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}
.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.align-to-right {
	float: right;
}
.mx-auto{
	margin:auto;
}
.nav-header {
	float: left;
}
.navigation-hidden .nav-header {
	display: none;
}
.nav-brand {
  line-height: 70px;
  padding: 0 15px;
  color: #70798b;
  font-size: 24px;
  text-decoration: none !important;
}
.nav-brand:hover, .nav-brand:focus {
  color: #70798b;
}
.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}
.nav-brand > img {
  height: 68px;
}
.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}
.nav-menu > li > a {
  height: 70px;
  padding: 26px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 14px;
  color: #70798b;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #967ADC;
}
.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}
.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.BackTo {
	background: #fff none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 35px;
	color: #979797;
	cursor: pointer;
	font-size: 20px;
	height: 44px;
	position: fixed;
	right: 14px;
	text-align: center;
	width: 44px;
	z-index: 9;
	-webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
	  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.15);
}
.BackTo a {
	color: #DE7471;
	font-size: 20px;
	font-weight: 700;
	margin-top: 11px;
}
.BackTo a:hover {
	color: #1bd1ea;
}
.preloader {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	-webkit-transition: all 1s ease-in;
	transition: all 1s ease-in;
}
.preloader.loaded {
  top: -150%;
}
.preloader .logo-preload{
    width: 200px;
    position: absolute;
    margin: auto;
    top: 50%;
    margin-top: -115px;
    left: 50%;
    margin-left: -100px;
}
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes rotate {
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg);
		transform: rotate3d(0, 0, 1, 360deg);
	}
}
.xs-preload {
	-webkit-transform: rotate3d(0, 0, 1, -90deg);
	transform: rotate3d(0, 0, 1, -90deg);
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
	left: 0;
}
.xs-preload circle {
	fill: none;
	stroke: #444;
	stroke-width: 2px;
	will-change: transform;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-animation-name: rotate;
	animation-name: rotate;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.xs-preload .inner {
	stroke: #FF6633;
	stroke-dasharray: 200.96;
	stroke-dashoffset: 160.96;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.xs-preload .middle {
	stroke: #FF6633;
	stroke-dasharray: 238.64;
	stroke-dashoffset: 178.64;
	-webkit-animation-delay: 100ms;
	animation-delay: 100ms;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
.xs-preload .outer {
	stroke: #FF6633;
	stroke-dasharray: 276.32;
	stroke-dashoffset: 176.32;
	-webkit-animation-delay: 300ms;
	animation-delay: 300ms;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

/*Slider section*/	
.main-slider.owl-carousel{
	position:relative;
}
.main-slider.owl-carousel .item {
	text-align:center;
	padding:0;
	height: 85vh;
    background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;
	position:relative;
}
.main-slider.owl-carousel .item .container{
	position:relative;
	height: 100%;
}
.main-slider.owl-carousel .item .caption{
    top: 58vh;
    width: auto;
    right: 0;
    text-align:center;
    padding:5px;
}
.main-slider.owl-carousel .item .caption h2{
	position:relative;
	color:#FFFFFF;
	font-size:30px;
	line-height:1.1;
	font-weight:900;
	margin-bottom:5px;
	padding-top: 450px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.main-slider.owl-carousel .item .caption h1{
	color:#FFFFFF;
	font-size:38px;
	line-height:1.0;
	font-weight:300;
	margin-bottom:5px;
}
.main-slider.owl-carousel .item .caption p{
	position:relative;
	color:#4D4D4D;
	font-size:18px;
	margin-bottom:0;
	line-height:1.2;
	font-weight:400;
}
.main-slider.owl-carousel .item .caption p:before{
	content:" ";
	position:absolute;
	width:15px;
	height:60px;
	left:0;
	bottom:-70px;
	background:#C44747;
}
.main-slider.owl-carousel .owl-nav {
	position:absolute;
	left:0;
	right:0;
	top:50%;
	margin-top:-28px;
}
.main-slider.owl-carousel .owl-nav .owl-next,
.main-slider.owl-carousel .owl-nav .owl-prev {
	position:absolute;
	width:55px;
	height:55px;
	opacity: 0.9;
	text-indent:-9999px;
	z-index:999;
    background-position: center center;
    background-size: cover,100%;
    background-repeat: no-repeat;
	line-height:1;
	transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	-webkit-transition: all .2s ease-out;
}
.main-slider.owl-carousel .owl-nav .owl-next {
	right:0;
	background-image:url(../images/arrow-right.png);
}
.main-slider.owl-carousel .owl-nav .owl-prev {
	left:0;
	background-image:url(../images/arrow-left.png);
}
.main-slider.owl-carousel .owl-dots {
	display:none;
}

/*Presentation*/
.presentation {
	text-align:center;
}
.features{
	margin-top:60px;
	text-align:center;
}
.features li{
	vertical-align:top;
	width:24%;
	display:inline-block;
	padding:0px;
}
.features li img{
	width:135px;
	height:135px;
	margin-bottom:15px;
}
.features li p{
	font-weight:900;
	line-height:1.2;
	color:#666;
}

/*Backgrounds*/
.bgfront{
	background-image: url(../images/bg_front.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:420px;
}

/*Products*/
.products{
	background-image: url(../images/bg_brick.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
}
.products-list {
	text-align:center;
}
.products-list li{
	margin-bottom:30px;
	max-width: 180px;
}
.products-list li a{
	display:block;
	position:relative;
	overflow:hidden;
}
.products-list li a .mask {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 100%;
    display: inline-block;
    height: 100%;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: visible;
    -moz-transform: scale(4);
    -webkit-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(2);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.products-list li a:hover .mask {
   opacity: 0;
   border:0px solid rgba(0,0,0,0.7);
   visibility:hidden;
}

.products-list li a img{
	width:100%;
}
.products-list li a .caption{
	position:absolute;
	bottom:0;
	z-index:9;
	padding:10px;
	min-height:60px;
	width:100%;
	line-height:1.3;
    font-size: 18px;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 35px;
}
.products-list li a .caption:after{
	content:"";
	position:absolute;
    bottom: 12px;
    height: 3px;
    left: 10px;
    width: 60px;
    background-color: #C44747;
}

/*News*/
.news {
	background-color:#EDE0E3;
}
.news article {
	position:relative;
	text-align:center;
}
.news article .image{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:240px;
}
.news article .date{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#fff;
	padding:8px 12px;
	color:#666;
	font-size:18px;
	font-weight:400;
}
.news article p{
	margin:25px 0;
	font-size:22px;
	font-weight:700;
	color:#082938;
}

.page-news{
	padding:60px 0;
}
.page-news .news-title{
	color:#C44747;
	font-size:30px;
	margin-bottom:20px;
}
.page-news .gallery{
	position:relative;
}
.page-news .date{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#fff;
	padding:8px 12px;
	color:#666;
	font-size:18px;
	font-weight:400;
}
.page-news .news-content p{
	font-size:16px;
}
.page-news .ms-thumb-list {
	background-color:#f6f6f6;
}

/*Obras*/
.obras {
	background-color:#FFFFFF;
}
.obras article {
	position:relative;
	text-align:center;
}
.obras article .image{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:240px;
}
.obras article .date{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#fff;
	padding:8px 12px;
	color:#666;
	font-size:18px;
	font-weight:400;
}
.obras article p{
	margin:25px 0;
	font-size:22px;
	font-weight:700;
	color:#082938;
}

.page-obras{
	padding:60px 0;
}
.page-obras .obras-title{
	color:#C44747;
	font-size:30px;
	margin-bottom:20px;
}
.page-obras .gallery{
	position:relative;
}
.page-obras .date{
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	background:#fff;
	padding:8px 12px;
	color:#666;
	font-size:18px;
	font-weight:400;
}
.page-obras .obras-content p{
	font-size:16px;
}
.page-obras .ms-thumb-list {
	background-color:#f6f6f6;
}

/*Contact clientes*/
.contact-form1 {
	background-image:;
	background-repeat:no-repeat;
	background-color:#333;
	background-size:cover;
	background-position:center top;
	position:relative;
}
.contact-form1:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:;
}
.contact-form1 .section-title-item {
	margin-bottom:30px;
	position:relative;
	z-index:1;
}
.contact-form1 .section-title-item .section-title {
	color:#fff;
}
.contact-form1 .section-title-text {
	margin-bottom:70px;
	text-align:center;
	position:relative;
	z-index:1;
}
.contact-form1 .section-title-text p{
	color:#fff;
	font-weight:700;
	font-size:24px;
}
.contact-form1 .section-title-text p span{
	font-weight:400;
	display:block;
	margin:15px 0;
	font-size:34px;
	line-height:1;
}

/*Contact form*/
.contact-form {
	background-image: url(../images/bg_front2.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	background-size:cover;
	background-position:center top;
	position:relative;
}
.contact-form:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.2);
}
.contact-form .section-title-item {
	margin-bottom:30px;
	position:relative;
	z-index:1;
}
.contact-form .section-title-item .section-title {
	color:#fff;
}
.contact-form .section-title-text {
	margin-bottom:70px;
	text-align:center;
	position:relative;
	z-index:1;
}
.contact-form .section-title-text p{
	color:#fff;
	font-weight:700;
	font-size:24px;
}
.contact-form .section-title-text p span{
	font-weight:400;
	display:block;
	margin:15px 0;
	font-size:34px;
	line-height:1;
}
.form {
	position:relative;
	z-index:2;
}
.form input,
.form select{
	height:52px;
	padding:8px 15px;
	font-size:18px;
	color:#333;
	font-weight:400;
}
.form input,
.form select,
.form textarea{
	border-radius:0;
	box-shadow:none;
	border:1px solid #fff;
	background:#fff;
}
.form textarea{
	font-size:18px;
	color:#333;
	padding:15px;
	font-weight:400;
}
.form input:focus,
.form select:focus,
.form textarea:focus,
.form input:active,
.form select:active,
.form textarea:active{
	box-shadow:none;
	border-color:#F0292B;
}
.form .label-form{
	position:relative;
}
.form .form-group {
	margin-bottom:15px;
	position:relative;
}
.form .form-action {
	margin-top:10px;
	text-align:center;
}
/*Validacion de formularios*/
.form input:required,
.form textarea:required {
	background: #fff;
}
.form input:required:valid, .form textarea:required:valid {
	background: url(../images/valid.png) no-repeat 98% center;
	background-color: #fff;
}
.form input:focus:invalid,
.form textarea:focus:invalid {
	background: url(../images/invalid.png) no-repeat 98% center;
	background-color: #fff;
}
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	margin-left:8px;
	padding: 1px 6px;
	z-index: 999;
	position: absolute;
	display: none;
}
.form_hint::before {
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.form input:focus + .form_hint {
	display: inline;
}
.form input:required:valid + .form_hint {
	background: #28921f;
}
.form input:required:valid + .form_hint::before {
	color:#28921f;
}
#mensajes .thanks {
	font-size:18px;
	padding:10px;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 600;
	background-color: #89C04A;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
#mensajes .thanks_error {
	font-size: 14px;
    padding: 6px;
    line-height: 120%;
	text-align:center;
	border-radius:4px;
	color:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	font-weight: 700;
	background-color:#C35F63;
	text-shadow:0 -1px 0 rgba(0,0,0,0.2);
}
.working {
	margin-bottom:20px;
	font-size: 18px;
	padding: 10px;
	text-align: center;
	border-radius: 4px;
	color: #999;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
	background-color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.2);
}
label.error {
	font-size: 13px;
	color: red;
	font-weight:300;
	position: absolute;
    right: 5px;
    top: 13px;
	padding:2px 0;
	background:transparent;
}
.form input.error, .form  textarea.error {
	color:#e9322d;	
	border-color:#e9322d;
	background-color:#F5E0E0;
}
.form input.valid, .form  textarea.valid {
	border-color:#85B200;
}
.map {
    width: 100%;
    height: 400px;
}

/*Footer*/
footer{
	padding:40px 0;
	text-align:center;
}
footer .f-social ul {
	margin-bottom:30px;
}
footer .f-social ul li{
	display:inline-block;
	vertical-align:top;
	width:48px;
	padding:5px;
}
footer .f-social ul li img{
	width:100%;
}
footer .footer-copyright p{
	font-size:14px;
	color:#999;
}
footer .footer-agency img{
	height:12px;
}

/*Responsive*/
@media (min-width: 992px) and (max-width: 1199px) {
	.nav-brand > img {
		height: 52px;
	}
	.header-right {
		padding-left:0;
	}
	.main-slider.owl-carousel .item .caption {
    	top: 50vh;
	}
	.bgfront {
		height: 320px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header {
		padding: 15px 0;
	}
	.nav-brand > img {
		height: 50px;
	}
	.header-right.align-to-right {
		float: left;
	}
	.header-right {
		padding-left: 17px;
	}
	.navigation-portrait .nav-menus-wrapper {
		background-color: #fff;
	}
	.navigation-portrait .nav-menu > li{
		border-color: #eee;
	}
	.main-slider.owl-carousel .item .caption {
    	top: 50vh;
	}
	.bgfront {
		height: 300px;
	}
	.features li img {
		width: 100px;
		height: 100px;
	}
	.features li p{
		font-weight:700;
		font-size:14px;
	}
}

@media only screen and (max-width: 767px) {
	.header {
		padding: 10px 0;
	}
	.header-right.align-to-right {
		float: left;
	}
	.header-right {
		padding-left: 17px;
	}
	.nav-brand > img {
		height: 50px;
	}
	.section-padding {
		padding: 60px 0 0;
	}
	.section-title-item .section-title {
		font-size: 26px;
		margin-bottom: 20px;
		line-height: 30px;
	}
	.navigation-portrait .nav-menus-wrapper {
		background-color: #fff;
	}
	.navigation-portrait .nav-menu > li {
		border-color: #eee;
	}
	.main-slider.owl-carousel .item .caption {
		position: relative;
		top: 58%;
		width: 90%;
		margin: auto;
		right: auto;
	}
	.main-slider.owl-carousel .item .caption p br{
		display:none;
	}
	.main-slider.owl-carousel .item .caption h2:before {
		width: 50px;
		left: -50px;
	}
	.main-slider.owl-carousel .item .caption p:before {
		height: 40px;
		bottom: -40px;
	}
	.presentation p{
		font-size:14px;
		margin-bottom:0;
	}
	.features {
		margin-bottom:60px;
	}
	.features li {
		width: 48%;
    }
	.features li img {
		width: 100px;
		height: 100px;
	}
	.features li p{
		font-weight:800;
		font-size:16px;
	}
	.bgfront {
		height: 260px;
	}
	.news article {
		margin-bottom: 40px;
	}
	.form{
		margin-bottom:60px;
	}
}
@media only screen and (max-width: 567px) {
	.main-slider.owl-carousel .item .caption {
		padding:20px;
		text-align:center;
	}
	.main-slider.owl-carousel .item .caption h2 {
		font-size: 20px;
		margin-bottom: 12px;
	}
	.main-slider.owl-carousel .item .caption h1 {
		font-size: 24px;
	}
	.main-slider.owl-carousel .item .caption p {
		position: relative;
		color: #4D4D4D;
		font-size: 14px;
	}
	.products-list li a .caption {
		font-size: 16px;
		padding-bottom: 24px;
	}
	.features li img {
		width: 80px;
		height: 80px;
	}
	.features li p{
		font-weight:700;
		font-size:14px;
	}
	.bgfront {
		height: 200px;
	}
	.contact-form .section-title-text p {
		font-size: 20px;
	}
	.contact-form .section-title-text p span {
		font-size: 28px;
    }
}