/**
 * Theme Name: Dusadoor
 * Theme URI: http://www.dusadoor.ro
 * Description: Dusadoor website template.
 * Author: Mircea
 * Version: 1.0
 */
/*	General	*/
#bx-home-pager {
	display: none;
}
/* fonts.less */
@font-face {
  font-family: 'Montserrat';
  src: url('font/montserrat-regular-webfont.eot');
  src: url('font/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/montserrat-regular-webfont.woff') format('woff'), url('font/montserrat-regular-webfont.ttf') format('truetype'), url('font/montserrat-regular-webfont.svg#montserratregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('font/OpenSans-Regular-webfont.eot');
  src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/OpenSans-Regular-webfont.woff') format('woff'), url('font/OpenSans-Regular-webfont.ttf') format('truetype'), url('font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('font/OpenSans-Italic-webfont.eot');
  src: url('font/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('font/OpenSans-Italic-webfont.woff') format('woff'), url('font/OpenSans-Italic-webfont.ttf') format('truetype'), url('font/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
/**
 * Elements area
 */
.un-button {
    background: #f7434b !important;
}
 
 
 
.itm-page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(img/pre-loader.gif) center no-repeat #fff;
}
.font1 {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
.font2 {
  font-family: "Montserrat", Verdana, Helvetica, sans-serif;
}
.font3 {
  font-family: "Open Sans", Verdana, Helvetica, sans-serif;
}

.sprite {
  background: url("img/sprite.png") no-repeat;
}
h1,
h2 {
  margin: 0;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #000;
}
a {
  color: #ff0a14;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
ul.fancy {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 16px;
}
ul.fancy li:before {
  float: left;
  color: #ff0a14;
  content: "•";
  font-size: 16px;
  /* or whatever */
  line-height: 16px;
  padding-right: 12px;
}
.btn,
#submitForm {
  font-family: Montserrat;
  padding: 11px 32px;
}
.btn,
#submitForm,
.btn:hover,
#submitForm:hover,
.btn:focus,
#submitForm:focus {
  color: #ed1c24;
}
.form-control {
  height: 44px;
  padding: 11px 15px;
  margin-bottom: 30px;
}
.form-controltextarea {
  resize: vertical;
}
.form-control.error {
  border-color: #ed1c24;
}
.nav-tabs {
  font-family: "Montserrat", Verdana, Helvetica, sans-serif;
  font-size: 14px;
}
.theBackBtn {
  position: relative;
  display: inline-block;
  line-height: 35px;
  font-size: 14px;
  color: #777;
  padding-left: 45px;
}
.theBackBtn:hover {
  color: #777;
}
.theBackBtn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 35px;
  height: 35px;
  background: url("img/sprite.png") no-repeat;
  background-position: -262px 0;
}
label {
  cursor: pointer;
  font-weight: normal;
}
#header-container {
    position: fixed;
    z-index: 99;
    background-color: #FFFFFF;
    width: 100%;
    box-shadow: 0 1px 0 #E3454F;
    top: 0;
}
label,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  vertical-align: middle;
}
/* hide the checkboxes and radios */
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  position: static\9;
  opacity: 0;
}
/* we use generated content to create a placeholder for the checkbox and the radio */
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  margin: -2px 6px 0 0;
  vertical-align: middle;
  background: url(img/sprite.png) no-repeat -234px 0;
}
input[type="checkbox"] + label::before {
  background-position: -248px 0;
}
/* disabled checkbox or radio */
input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  opacity: .5;
  cursor: default;
  /* or cursor: no-drop */
}
/* selected checkbox */
input[type="checkbox"]:checked + label::before {
  background-position: -248px -14px;
}
/* selected radio */
input[type="radio"]:checked + label::before {
  background-position: -234px -14px;
}
/* focused checkbox or radio */
input[type="checkbox"]:focus + label,
input[type="radio"]:focus + label {
  outline: none;
  /* by not adding color to the value we force the use of system's default focus color "invert" */
}
/* older versions of internet explorer do not support either generated content,
   so we display the system checkboxes and radio buttons */
/**
 *	Basic Layout
 */
html,
body {
  height: 100%;
}
body {
  background: #fff;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.625em;
  color: #777;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
/* Header */
#header {
  position: relative;
  height: 120px;
  padding: 0;
}
#header #header-logo {
  float: left;
  width:93px;
  margin-top: 16px;
  margin-left: 15px;
}
#header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #menu-main-menu {
  float: left;
  font-size: 14px;
  list-style: none;
  margin: 60px 0 0;
  padding: 0 0 0 34px;
  white-space: nowrap;
}
#header #menu-main-menu > li {
  position: relative;
  float: left;
  padding-right: 18px;
}
#header #menu-main-menu > li a {
  outline: none;
}
#header #menu-main-menu > li a:hover {
  text-decoration: none;
  color: #ff0a14;
}
#header #menu-main-menu > li > a {
  position: relative;
  display: block;
  font-family: Montserrat;
  color: #777;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 20px;
  padding-bottom: 40px;
  /*font-size: 14px;*/
}
#header #menu-main-menu > li.menu-item-has-children > a::after {
  display: none;
  content: "";
  position: absolute;
  z-index: 99;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  width: 13px;
  height: 8px;
  background: url("img/sprite.png") -5px -40px;
}
#header #menu-main-menu > li.menu-item-has-children:hover > a::after {
  display: block;
}
#header #menu-main-menu > li:hover > .sub-menu {
  display: block;
}
#header #menu-main-menu > li.current_page_item > a {
  color: #ff0a14;
}
#header #menu-main-menu > li > .sub-menu {
  display: none;
  position: absolute;
  z-index: 98;
  background: #f6f6f6;
  border-radius: 0 0 3px 3px;
  padding: 17px 0 22px;
  left: -16px;
  border-top: 1px solid #dfdfdf;
}
#header #menu-main-menu > li > .sub-menu::before {
  content: "";
}
#header #menu-main-menu > li > .sub-menu > li {
  padding: 0 30px;
}
#header #menu-main-menu > li > .sub-menu > .menu-item-has-children {
  display: table-cell;
}
#header #menu-main-menu > li > .sub-menu a {
  color: #999;
}
#header #menu-main-menu > li > .sub-menu a:hover {
  color: #ff0a14;
}
#header #menu-main-menu > li > .sub-menu > .menu-item-has-children > a {
  display: block;
  padding-bottom: 7px;
  font-family: Montserrat;
  color: #777;
}
#header #menu-main-menu > li > .sub-menu > .menu-item-has-children > a:hover {
  color: #ff0a14;
}
#header #lang-menu {
  position: absolute;
  right: 0;
  margin: 54px -30px 0 0;
  padding: 8px 8px 0;
  width: 97px;
  color: #777;
  cursor: pointer;
  height: 30px;
  overflow: hidden;
}
#header #lang-menu:hover {
  height: auto;
  overflow: visible;
}
#header #lang-menu:after {
  position: absolute;
  z-index: 991;
  right: 20px;
  top: 14px;
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #b3b3b3;
  border-bottom: none;
}
#header #lang-menu:hover:after {
  top: 13px;
  border-top: none;
  border-bottom: 4px solid #b3b3b3;
}
#header #lang-menu ul {
  position: relative;
  z-index: 98;
  background: #f6f6f6;
  border-radius: 0 0 3px 3px;
  border-top: 1px solid #dfdfdf;
  margin: 0;
  padding: 8px;
  width: 97px;
  top: 58px;
  left: -8px;
  list-style: none;
}
#header #lang-menu ul::before {
  content: "";
  position: absolute;
  z-index: 99;
  top: -8px;
  left: 50%;
  margin-left: -6px;
  width: 13px;
  height: 8px;
  background: url("img/sprite.png") -5px -40px;
}
#header #lang-menu ul li {
  padding: 12px 0 12px 12px;
  margin: 0;
}
#header #lang-menu ul li:before,
#header #lang-menu ul li:after {
  content: " ";
  display: table;
}
#header #lang-menu ul li:after {
  clear: both;
}
#header #lang-menu ul li.current {
  position: absolute;
  top: -72px;
}
#header #lang-menu ul li a {
  color: #777;
}
#header #lang-menu ul li a:hover .abbrev {
  color: #ff0a14;
}
#header #lang-menu .abbrev {
  float: left;
  width: 30px;
  height: 16px;
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
}
#header #lang-menu .flag {
  float: left;
  width: 18px;
  height: 16px;
  margin-right: 9px;
}
#header #lang-menu .flag.ro {
  background-position: -48px -32px;
}
#header #lang-menu .flag.en {
  background-position: -66px -32px;
}
#header #lang-menu .flag.at {
  background-position: -84px -32px;
}
#header #lang-menu .flag.fr {
  background-position: -102px -32px;
}
#header #lang-menu .flag.it {
  background-position: -120px -32px;
}

#header #lang-menu .flag.de {
  background-position: -138px -32px;
}
/*	Header Menu Version	*/
#header-container .navbar-collapse.collapse {
	display: none;
}
#header-menu li {
	display: none;
}
.navbar-default {
	background-color: transparent;
	border: 0;
}
.navbar-toggle {
	top: 45px;
	background-color: #ED1C24;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #2f358f;
}
.sub-menu-mobile {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    cursor: pointer;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: transparent;
}
.navbar-toggle {
	z-index: 9999;
}
.sub-menu-mobile {
    top: -15px !important;
    right: -20px !important;
}
#header #header-menu > li.menu-item-has-children:hover > a::after {
  display: block;
}
#header #header-menu > li.current_page_item > a {
  color: #2f358f;
}
#header #header-menu > li > .sub-menu {
  display: none;
  position: absolute;
  z-index: 98;
  background: #f6f6f6;
  border-radius: 0 0 3px 3px;
  padding: 17px 0 22px;
  left: -16px;
  border-top: 1px solid #dfdfdf;
}
#header #header-menu > li > .sub-menu::before {
  content: "";
}
#header #header-menu > li > .sub-menu > li {
  padding: 0 30px;
}
#header #header-menu > li > .sub-menu > .menu-item-has-children {
  display: table-cell;
}
#header #header-menu > li > .sub-menu a {
  color: #999;
}
#header #header-menu > li > .sub-menu a:hover {
  color: #2f358f;
}
#header #header-menu > li > .sub-menu > .menu-item-has-children > a {
  display: block;
  padding-bottom: 7px;
  font-family: Montserrat;
  color: #777;
}
#header #header-menu > li > .sub-menu > .menu-item-has-children > a:hover {
  color: #2f358f;
}
/* Hero header/slider HOME */
#hero-headerh,
#hero-headerh li {
  background-color: #b7b7b7;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero-headerh {
  position: relative;
  width: 100%;
  height: 600px;
  margin-top: 120px;
}
#hero-headerh::before,
#hero-headerh::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  overflow: hidden;
}
#hero-headerh::before {
  top: 0;
  -webkit-box-shadow: 0 2px 5px -5px #000000 inset;
  box-shadow: 0 2px 5px -5px #000000 inset;
}
#hero-headerh::after {
  bottom: 0;
  -webkit-box-shadow: 0 -2px 5px -5px #000000 inset;
  box-shadow: 0 -2px 5px -5px #000000 inset;
}
#hero-headerh ul {
  height: 600px;
  padding: 0;
  margin: 0;
}
#hero-headerh ul li {
  height: 600px;
}
#hero-headerh ul li a {
  display: block;
  text-decoration: none;
}
#hero-headerh ul li a:hover {
  text-decoration: none;
}
#hero-headerh .container > div {
  width: 100%;
  height: 600px;
  padding-top: 310px;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#hero-headerh .container strong {
  font-weight: bold;
  font-size: 34px;
}


/* Hero header/PAGES */
#hero-header,
#hero-header li {
  background-color: #b7b7b7;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero-header {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 120px;
  background-blend-mode: multiply;
}
#hero-header::before,
#hero-header::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 3px;
  left: 0;
  overflow: hidden;
}
#hero-header::before {
  top: 0;
  -webkit-box-shadow: 0 2px 5px -5px #000000 inset;
  box-shadow: 0 2px 5px -5px #000000 inset;
}
#hero-header::after {
  bottom: 0;
  -webkit-box-shadow: 0 -2px 5px -5px #000000 inset;
  box-shadow: 0 -2px 5px -5px #000000 inset;
}
#hero-header ul {
  height: 300px;
  padding: 0;
  margin: 0;
}
#hero-header ul li {
  height: 300px;
}
#hero-header ul li a {
  display: block;
  text-decoration: none;
}
#hero-header ul li a:hover {
  text-decoration: none;
}
#hero-header .container > div {
  width: 100%;
  height: 300px;
  padding-top: 110px;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}
#hero-header .container strong {
  font-weight: normal;
  font-size: 42px;
}

/* Hero Hedaer End Pages */

/* Breadcrumb */
#breadcrumb {
  padding: 62px 0 48px;
}
#breadcrumb a {
  color: #777;
}
#breadcrumb .sel {
  color: #ff0a14;
}
/* Footer */
#footer {
  background: #f6f6f6;
  border-top: 1px solid #e0e0e0;
  padding: 55px 0;
  font-family: 'Open Sans';
  font-size: 14px;
  line-height: 25px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul.sub-menu  {
  display: none;
}
#footer ul li {
  float: left;
}
#footer ul a {
  display: block;
  margin-right: 25px;
  color: #000;
  line-height: normal;
  text-decoration: none;
}
#footer ul a:hover {
  color: #ff0a14;
}
#footer .copyright {
  position: relative;
}
#footer .copyright .logo {
  position: absolute;
  display: block;
  top: -12px;
  left: -68px;
  width: 48px;
  height: 40px;
  background-position: 0 0;
}
#footer .social {
  height: 20px;
  line-height: 13px;
  padding-top: 7px;
}
#footer .social .fb-like {
  margin-right: 15px;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  /*background: url(img/bx_loader.gif) center center no-repeat #fff;*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 89;
}
/* PAGER */
#bx-pager {
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  #bx-pager {
    display: none;
  }
}
#bx-home-pager {
  position: relative;
  margin-top: -40px;
  z-index: 90;
}
#bx-home-pager a {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #fff;
  outline: none;
  margin: 0 5px;
}
#bx-home-pager a:hover,
#bx-home-pager a.active {
  text-decoration: none;
  background: #ff0a14;
}
#bx-pager a {
  display: inline-block;
  color: #004f77;
  padding: 0 5px;
  outline: 0;
  line-height: 2em;
}
#bx-pager a:hover {
  text-decoration: none;
}
#bx-pager a.active {
  background: #00405e;
  border-radius: 1.4em;
  color: #007fbd;
  font-size: 1.4em;
  line-height: 1.4em;
  width: 1.4em;
  height: 1.4em;
  text-decoration: none;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 30px;
  background: url(img/sprite.png) no-repeat -289px 0;
}
.bx-wrapper .bx-next {
  right: 30px;
  background: url(img/sprite.png) no-repeat -329px 0;
}
.bx-wrapper .bx-prev:hover {
  background-position: -289px -40px;
}
.bx-wrapper .bx-next:hover {
  background-position: -329px -40px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  outline: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  z-index: 91;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
@media (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -40px;
    margin-top: 0;
  }
  .bx-wrapper .bx-prev {
    margin-left: -60px;
  }
  .bx-wrapper .bx-next {
    margin-right: -60px;
  }
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/bx_controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/bx_controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
/**** Isotope styles :: News Feed ****/
#news-feed {
  margin: 0 -5px 30px;
}
#news-feed .element {
  width: 100%;
  margin: 0 0 10px 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
  cursor: default;
  padding-bottom: 15px;
}
#news-feed .element a {
  color: #000;
  cursor: pointer;
}
#news-feed .element:hover a,
#news-feed .element:hover .a a,
#news-feed .element a:hover {
  color: #f26527;
  text-decoration: none;
}
#news-feed .element.width2 span,
#news-feed .element.height2 span,
#news-feed .element.large span {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#news-feed .element.facebook {
  background: #3b5998;
}
#news-feed .element.twitter {
  background: #00acee;
}
#news-feed .element.linkedin {
  background: #0e76a8;
}
#news-feed .element.google {
  background: #dd4b39;
}
#news-feed .element.youtube {
  background: #c4302b;
}
#news-feed .element.social,
#news-feed .element.social a,
#news-feed .element.social:hover a {
  color: #fff;
}
#news-feed .element span {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #444;
  padding: 2px 17px;
  font-size: 0.85em;
}
#news-feed .element.large span,
#news-feed .element.width2 span,
#news-feed .element.height2 span {
  height: 130px;
}
#news-feed .element.social span {
  font-size: 0.7em;
  padding: 0px 13px;
}
#news-feed .element span font {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
#news-feed .element span .ico {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
  color: #cbcfd4;
  font-size: 2.3em;
}
#news-feed .element.large span {
  font-size: 1em;
}
#news-feed .element.large span .ico {
  font-size: 2.4em;
}
#news-feed .element.height2 span,
#news-feed .element.height2 span font,
#news-feed .element.width2 span,
#news-feed .element.width2 span font,
#news-feed .element.large span,
#news-feed .element.large span font,
#news-feed .element.social span,
#news-feed .element.social span font {
  color: #fff;
}
#news-feed .element div {
  padding: 0 17px;
  min-height: 67px;
}
#news-feed .element.width2 div,
#news-feed .element.height2 div,
#news-feed .element.large div {
  padding: 18px 17px 12px;
  min-height: 75px;
}
#news-feed .element.social div {
  padding: 5px 12px 0;
}
#news-feed .element strong {
  display: block;
  font-weight: 700;
  font-size: 1.26em;
  line-height: 1.3em;
}
#news-feed .element.social strong {
  font-weight: 300;
  font-size: 1.65em;
}
#news-feed .element p {
  color: #444;
  font-size: 0.85em;
  margin: 0;
  padding: 10px 0 0;
}
#news-feed .element.large p {
  padding-top: 5px;
}
#news-feed .element .a {
  display: block;
  padding: 0 17px;
  font-size: 0.85em;
  font-weight: 200;
}
#news-feed .element .a,
#news-feed .element .a a {
  color: #0080bd;
}
@media (min-width: 768px) {
  #news-feed {
    margin: 0 -20px 30px 0;
  }
  #news-feed .element {
    width: 220px;
    height: 160px;
    margin: 0 20px 20px 0;
    float: left;
    padding-bottom: 0;
  }
  #news-feed .element.width2 {
    width: 460px;
  }
  #news-feed .element.height2 {
    height: 340px;
  }
  #news-feed .element.large {
    width: 460px;
    height: 340px;
  }
  #news-feed .element div {
    height: 90px;
    overflow: hidden;
  }
  #news-feed .element.width2 div {
    height: 130px;
  }
  #news-feed .element.height2 div {
    height: 150px;
  }
  #news-feed .element.large div {
    height: 100px;
  }
  #news-feed .element.width2 span {
    float: left;
    width: 240px;
    height: 160px;
    margin-right: 18px;
  }
  #news-feed .element.height2 span {
    height: 160px;
  }
  #news-feed .element.large span {
    height: 200px;
    padding: 7px 19px;
  }
  #news-feed .element.large strong {
    font-size: 1.9em;
    height: 1.3em;
    overflow: hidden;
  }
  #news-feed .element.large p {
    font-size: 1.1em;
  }
}
/**** Isotope styles :: Careers ****/
#careers-feed {
  margin: 0 -25px 30px -5px;
}
@media (min-width: 768px) {
  #careers-feed {
    margin: 0 -20px 30px 0;
  }
}
#careers-feed .element {
  width: 140px;
  height: 120px;
  overflow: hidden;
  margin: 0 20px 20px 0;
  padding: 10px 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.34);
  color: #fff;
  cursor: default;
  text-align: left;
}
#careers-feed .element.width2 {
  width: 300px;
}
#careers-feed .element.height2 {
  height: 260px;
}
#careers-feed strong {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1.1em;
}
#careers-feed .ico {
  font-size: 5em;
}
#careers-feed p {
  letter-spacing: 0.5px;
  line-height: 1.2em;
  font-weight: 200;
  padding: 10px 0;
}
#careers-feed .element.white {
  background: #edf0f1;
  color: #000;
}
#careers-feed .element.gray {
  background: #6c8195;
}
#careers-feed .element.green {
  background: #59b200;
}
#careers-feed .element.blue {
  background: #0080bd;
}
#careers-feed .element.orange {
  background: #f26527;
}
#careers-feed .element.red {
  background: #d90000;
}
#careers-feed .element .green {
  color: #59b200;
}
#careers-feed .element .blue {
  color: #0080bd;
}
#careers-feed .element .orange {
  color: #f26527;
}
#careers-feed .element .red {
  color: #d90000;
}
#careers-feed .sprite {
  background: url("img/sprite.png");
}
#careers-feed .certification {
  background-position: -369px 0;
  width: 100px;
  height: 128px;
  margin: 22px auto 7px;
}
#careers-feed .bike {
  background-position: -469px -71px;
  float: right;
  width: 50px;
  height: 46px;
  margin-top: 35px;
}
#careers-feed .house {
  background-position: -571px 0px;
  float: right;
  width: 66px;
  height: 66px;
}
#careers-feed .oxfordcap {
  background-position: -469px 0px;
  float: right;
  width: 102px;
  height: 71px;
  margin-top: 4px;
}
#careers-feed .fruit1,
#careers-feed .fruit2,
#careers-feed .fruit3 {
  margin: 20px 9px 2px 6px;
}
#careers-feed .fruit1 {
  background-position: -551px -71px;
  float: left;
  width: 32px;
  height: 32px;
}
#careers-feed .fruit2 {
  background-position: -583px -71px;
  float: left;
  width: 25px;
  height: 32px;
}
#careers-feed .fruit3 {
  background-position: -519px -71px;
  float: left;
  width: 32px;
  height: 30px;
}
/**
 *  Homepage styles
 */
.home-brief {
  padding-top: 60px;
  padding-bottom: 70px;
  text-align: center;
}
.home-brief h1 {
  margin-bottom: 44px;
}
.home-brief .home-ico-personal {
  display: block;
  width: 262px;
  height: 125px;
  margin: 0 auto 30px;
  background-position: 0 -48px;
}
.home-brief .home-ico-business {
  display: block;
  width: 262px;
  height: 122px;
  margin: 3px auto 30px;
  background-position: 0 -173px;
}
.home-brief b {
  display: block;
  font-family: Montserrat;
  font-weight: normal;
  font-size: 28px;
  color: #ff0a14;
  margin-bottom: 15px;
}
.home-brief .section-brief {
  font-size: 14px;
  color: #999;
  padding: 0 0 15px;
}
.home-brief h3 {
  font-size: 16px;
  text-align: left;
  margin: 0 0 10px;
  padding: 0 0 0 20px;
}
.home-brief h3 a {
  color: #777;
}
.home-brief .sep {
  border-bottom: 1px solid #dbdbdb;
  height: 60px;
  margin-bottom: 60px;
}
.home-brief .about-brief {
  padding: 30px;
}
#testimonials {
  position: relative;
  background: #f7f7f7;
  border-bottom: 1px solid #e1e1e1;
  padding-top: 55px;
  text-align: center;
}
#testimonials .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 310px;
  background-image: url("img/bg-home-testimonials.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#testimonials .container {
  position: relative;
  z-index: 1;
}
#testimonials .ico {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 37px;
  margin: 0 auto 10px;
  overflow: hidden;
}
#testimonials .name {
  font-size: 22px;
  color: #fff;
}
#testimonials .company {
  font-size: 16px;
  color: #fff;
}
#testimonials .text {
  background: #fff;
  width: 100%;
  margin: 25px auto 0;
  padding: 40px 74px;
  font-style: italic;
  line-height: 32px;
  border-radius: 3px;
  border: 1px solid #dadada;
}
#testimonials .catalog {
  padding: 60px 0;
  font-size: 22px;
}
#testimonials .catalog a {
  margin-left: 25px;
}
#recent-posts {
  padding-top: 70px;
}
#recent-posts .date {
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  border: 1px solid #d5d5d5;
  font-style: italic;
  text-align: center;
  padding-top: 13px;
  line-height: 18px;
}
#recent-posts .title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
  height: 60px;
  line-height: 24px;
  font-size: 22px;
  font-weight: normal;
  color: #000;
}
#recent-posts .excerpt {
  clear: both;
  margin: 25px 9px 0;
}
#recent-posts .sep {
  border-bottom: 1px solid #dbdbdb;
  height: 65px;
}
#home-services {
  padding-top: 65px;
  font-size: 14px;
  line-height: 26px;
  color: #999;
}
#home-services h2 {
  font-weight: normal;
  font-size: 22px;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  padding-top: 5px;
}
#home-services .box1,
#home-services .box2,
#home-services .box3 {
  padding: 0 0 0 45px;
  position: relative;
}
#home-services .box1 .sprite,
#home-services .box2 .sprite,
#home-services .box3 .sprite {
  position: absolute;
  left: 0;
  top: 0;
}
#home-services .box1 .sprite {
  width: 32px;
  height: 30px;
  background-position: -48px 0;
}
#home-services .box2 .sprite {
  width: 26px;
  height: 32px;
  background-position: -80px 0;
}
#home-services .box3 .sprite {
  width: 32px;
  height: 32px;
  background-position: -106px 0;
}
#home-clients {
  padding-top: 45px;
  padding-bottom: 60px;
  text-align: center;
}
#home-clients table {
  width: 100%;
  border: none;
}
#home-clients table td {
  width: 25%;
  height: 80px;
  vertical-align: middle;
}
#home-clients img {
  vertical-align: middle;
  max-height: 80px;
  max-width: 200px;
}
/**
 *  About Us & Services Pages
 */
#page-about,
#page-services {
  padding-bottom: 85px;
}
#page-about h1,
#page-services h1 {
  margin-bottom: 40px;
}
#page-about .box1,
#page-services .box1,
#page-about .box2,
#page-services .box2 {
  background-repeat: no-repeat;
  min-height: 200px;
}
#page-about .box1 h1,
#page-services .box1 h1,
#page-about .box2 h1,
#page-services .box2 h1,
#page-about .box1 h2,
#page-services .box1 h2,
#page-about .box2 h2,
#page-services .box2 h2 {
  margin-bottom: 35px;
}
#page-about .box1 .note,
#page-services .box1 .note,
#page-about .box2 .note,
#page-services .box2 .note {
  font-size: 14px;
  color: #999;
}
#page-about .box1 ol,
#page-services .box1 ol,
#page-about .box2 ol,
#page-services .box2 ol {
  margin: 0;
  padding: 10px 0 0 60px;
}
#page-about .box1,
#page-services .box1 {
  margin-left: 30px;
  padding-left: 350px;
  background-position: left;
}
#page-about .box2,
#page-services .box2 {
  margin-right: 30px;
  padding-right: 350px;
  background-position: right;
}
#page-about .sep,
#page-services .sep {
  border-bottom: 1px solid #dbdbdb;
  height: 60px;
  margin-bottom: 60px;
}
/**
 * Contact page
 */
#map-info {
  font-size: 12px;
  line-height: 20px;
}
#map-info strong {
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
}
#map-info span {
  color: #999;
}
#page-contact {
  padding-bottom: 90px;
}
#page-contact h1 {
  text-align: center;
  padding: 0 0 40px;
}
#page-contact #contact-form {
  position: relative;
}
#page-contact #contact-form #formErr {
  padding: 9px 0 9px 18px;
}
#page-contact #contact-form #formOverlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#page-contact #contact-form #formOverlay.loading {
  background: url("img/bx_loader.gif") no-repeat center rgba(255, 255, 255, 0.8);
}
#page-contact #contact-form #formOverlay div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 50px;
}
.wrapcont{
  margin-left: 100px;
  margin-bottom: 10px;


}
#page-contact .box5 {
	/*margin-left: 0 !important;*/
}

#page-contact .box1,
#page-contact .box2,
#page-contact .box3,
#page-contact .box4,
#page-contact .box5,
#page-contact .box7{   
  color: #999;
  font-size: 14px;
  
  /*margin-left: 50px; */
  position: relative;
}
#page-contact .box1 .sprite,
#page-contact .box2 .sprite,
#page-contact .box3 .sprite,
#page-contact .box4 .sprite,
#page-contact .box5 .sprite,
#page-contact .box7 .sprite
 {
  
  width: 87px;
  height: 87px;
  float: left;
   
   
}
#page-contact .box1 strong,
#page-contact .box2 strong,
#page-contact .box3 strong,
#page-contact .box4 strong,
#page-contact .box5 strong,
#page-contact .box7 strong{
  font-size: 18px;
  font-weight: normal;
  display: block;
  color: #000;
  padding-bottom: 12px;
}
#page-contact .box1 b,
#page-contact .box2 b,
#page-contact .box3 b,
#page-contact .box4 b,
#page-contact .box5 b,
#page-contact .box7 b{
  font-size: 16px;
  font-weight: bold;
  color: #777;
}
#page-contact .box1 .sprite {
  background:url(img/1.jpg);
  background-repeat: no-repeat;
}
#page-contact .box2 .sprite {
   background:url(img/2.jpg);
   background-repeat: no-repeat;
}
#page-contact .box3 .sprite {
   background:url(img/3.jpg);
   background-repeat: no-repeat;
}
#page-contact .box4 .sprite {
   background:url(img/4.jpg);
   background-repeat: no-repeat;
}
#page-contact .box5 .sprite {
   background:url(img/5.jpg);
   background-repeat: no-repeat;
}

#page-contact .box7 .sprite {
   background:url(img/ceo_01.png);
   background-repeat: no-repeat;
}
/**
 *  Blog Styles
 */
#page-blog {
  padding: 0 80px 100px;
}
#page-blog img {
  border-radius: 55px;
  float: left;
}
#page-blog .excerpt {
  margin-left: 180px;
}
#page-blog h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 25px;
}
#page-blog h2 a {
  color: #000;
}
#page-blog h2 a:hover {
  text-decoration: none;
}
#page-blog .sep {
  border-bottom: 1px solid #dbdbdb;
  height: 70px;
  margin-bottom: 70px;
}
#page-article {
  padding: 0 80px 100px;
}
#page-article h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 30px;
}
#page-article .feature-img {
  margin-bottom: 30px;
}
#page-article .post {
  margin-bottom: 30px;
}
#page-article .social {
  height: 20px;
  line-height: 13px;
  margin-top: 30px;
}
#page-article .social .fb-like {
  margin-right: 15px;
}
#page-article .post-navigation {
  margin-bottom: 30px;
}
#page-article .sep {
  border-bottom: 1px solid #dbdbdb;
  height: 35px;
  margin-bottom: 40px;
}
#page-article #comments {
  padding: 0 30px;
}
#page-article #comments .avatar {
  border-radius: 31px;
  float: left;
}
#page-article #comments .comment-content {
  margin-left: 85px;
  padding-top: 3px;
  font-size: 14px;
  color: #999;
}
#page-article #comments .comment-content .comment-author {
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
#page-article #comments .comment-content .comment-awaiting-moderation {
  color: #ff0a14;
}
#page-article #comments .comment-content p {
  margin: 10px 0 0;
}
#page-article #comments h3 {
  font-size: 18px;
  color: #000;
  margin: 60px 0 40px;
}
#page-article #comments #formErr {
  padding: 9px 0 9px 18px;
}
/**
 * Products pages
 */
#page-products-list {
  padding-bottom: 90px;
}
#page-products-list h1 {
  margin-bottom: 40px;
}
#page-products-list .subsection {
  display: block;
  font-weight: normal;
  color: #000;
  font-size: 22px;
  padding-bottom: 15px;
}
#page-products-list .col-xs-3 {
  padding-top: 40px;
}
#page-products-list h2 {
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  margin: 10px 0;
}
#page-products-list h2 a {
  color: #000;
}
#page-products-list p {
  font-size: 14px;
  color: #999;
  line-height: 1.4em;
}
#page-products-list .sep {
  border-bottom: 1px solid #dbdbdb;
  height: 60px;
  margin-bottom: 62px;
}
#page-product {
  padding-bottom: 90px;
}
#page-product #related-products {
  margin: 0 120px 60px;
  text-align: center;
}
#page-product #related-products.four {
  margin: 0 0 60px;
}
#page-product #related-products a {
  display: block;
  text-decoration: none;
}
#page-product #related-products a span {
  display: block;
  color: #777;
  font-weight: 500;
}
#page-product #related-products a img {
  margin-bottom: 7px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#page-product #related-products a.sel span,
#page-product #related-products a:hover span {
  color: #000;
  font-weight: 500;
}
#page-product #related-products a.sel img,
#page-product #related-products a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
#page-product h1 {
  padding-left: 380px;
  margin-bottom: 45px;
}
#page-product .content-main {
  position: relative;
}
#page-product #content-left-side {
  position: absolute;
  overflow: visible;
  top: 0;
  width: 300px;
  min-height: 300px;
  text-align: center;
}
#page-product #content-left-side.fixed {
  position: fixed;
  top: 20px;
}
#page-product #content-left-side.fixed-bottom {
  position: absolute;
  top: auto;
  bottom: 0;
}
#page-product #content-left-side .main-pic {
  width: 350px; /*460px; */
  /* margin-left: -80px;*/
  overflow: hidden;
}
#page-product #content-left-side .main-pic img {
  max-width: 100%;
}
#page-product #content-left-side .mini-pics {
  margin: 0;
  margin-top: 10px;
}
#page-product #content-left-side .mini-pics .mini-pic {
  margin: 0 -20px;
}
#page-product #content-left-side .mini-pics .mini-pic img {
  max-width: 100%;
}
#page-product #content-left-side .theBackBtn {
  margin-top: 45px;
  float: left;
}
#page-product #content-right-side {
  padding-left: 380px;
  min-height: 500px;
}


/**
 * BEGIN Products sisteme de umbrire
 */

#page-product #content-right-side .tit {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
}

#page-product #content-right-side .item-cota {
	display: block;
	position: relative;
	margin-top: 10px;
	
}

#page-product #content-right-side .item-cota .linea {
	display: block;
	position: relative;
	margin-top: 10px;
	
}

#page-product #content-right-side .item-cota > .linea, 
#page-product #content-right-side .item-cota > .salida, 
#page-product #content-right-side .item-cota > .altura {display: inline-block;}
#page-product #content-right-side .item-cota > .linea, 
#page-product #content-right-side .item-cota > .salida { margin-right: 5px; }
#page-product #content-right-side .item-cota > .linea:before,
#page-product #content-right-side .item-cota > .salida:before,
#page-product #content-right-side .item-cota > .altura:before {
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 23px;
	height: 44px;
	margin-right: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

#page-product #content-right-side .item-cota > .linea:before { background-image: url("img/product/svg/linea.svg"); }
#page-product #content-right-side .item-cota > .salida:before { background-image: url("img/product/svg/salida.svg"); background-size: 13px; }
#page-product #content-right-side .item-cota > .altura:before { background-image: url("img/product/svg/altura.svg"); }



#page-product #content-right-side .producto-instalacion > .item-insta,
#page-product #content-right-side .producto-sujeccion > .item-suj {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    margin-top: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 55px;
}
#page-product #content-right-side .producto-instalacion > .item-insta {
	width: 55px;
    height: 55px;
    margin-right: 12px;
}
#page-product #content-right-side .producto-instalacion > .item-insta:before,
#page-product #content-right-side .producto-sujeccion > .item-suj:before {
    content: attr(data-name);
    display: block;
    position: absolute;
    color: #000;
    background-color: #fff;
    padding: 2px 5px 0;
    text-transform: uppercase;
    line-height: 20px;
	font-family: "din-2014-n4","din-2014",sans-serif;
    font-weight: 400;
	white-space: nowrap;
    z-index: 9999;
    bottom: -30px;
    left: 50%;
	opacity: 0;
    transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
#page-product #content-right-side .producto-sujeccion > .item-suj.ent_paredes { background-image: url("img/product/svg/suj_ent_paredes.svg"); }
#page-product #content-right-side .producto-sujeccion > .item-suj.ent_paredes_2 { background-image: url("img/product/svg/suj_ent_paredes_2.svg"); }
#page-product #content-right-side .producto-sujeccion > .item-suj.ent_paredes_3 { background-image: url("img/product/svg/suj_ent_paredes_3.svg"); }
#page-product #content-right-side .producto-sujeccion > .item-suj.ent_paredes_techo { background-image: url("img/product/svg/suj_ent_paredes_techo.svg"); }
#page-product #content-right-side .producto-sujeccion > .item-suj.ent_paredes_techo_suelo { background-image: url("img/product/svg/suj_ent_paredes_techo_suelo.svg"); }
#page-product #content-right-side .producto-sujeccion > .item-suj.suelo_techo { background-image: url("img/product/svg/suj_suelo_techo.svg"); }
#page-product #content-right-side .producto-sujeccion > .item-suj.pared { background-image: url("img/product/svg/suj_pared.svg"); }
#page-product #content-right-side .producto-sujeccion > .item-suj.pared_porteria { background-image: url("img/product/svg/suj_pared_porteria.svg"); }
#page-product #content-right-side .producto-sujeccion > .item-suj.suelo { background-image: url("img/product/svg/suj_suelo.svg"); }
#page-product #content-right-side .producto-sujeccion > .item-suj.techo { background-image: url("img/product/svg/suj_techo.svg"); }
#page-product #content-right-side .producto-instalacion > .item-insta:hover:before,
#page-product #content-right-side .producto-sujeccion > .item-suj:hover:before { opacity: 1; }
#page-product #content-right-side .producto-sujeccion > .item-suj {  background-color: transparent; }
#page-product #content-right-side .producto-instalacion > .item-insta.barandillas { background-image: url("img/product/svg/inst_barandillas.svg"); }
#page-product #content-right-side .producto-instalacion > .item-insta.estructuras {
	background-image: url("img/product/svg/inst_estructuras.svg");
	width: 45px;
}
#page-product #content-right-side .producto-instalacion > .item-insta.jardines {
	background-image: url("img/product/svg/inst_jardines.svg");
	background-size: auto 50px;
}
#page-product #content-right-side .producto-instalacion > .item-insta.terrazas { background-image: url("img/product/svg/inst_terrazas.svg"); }
#page-product #content-right-side .producto-instalacion > .item-insta.ventanas {
	background-image: url("img/product/svg/inst_ventanas.svg");
	background-size: auto 34px;
}






#page-product #content-right-side .producto-cotas-maxima {
    display: block;
    position: relative;
    margin-top: 100px;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}
#page-product #content-right-side  .producto-cotas-maxima > .tit {
	font-family: "din-2014-n7","din-2014",sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 18px;
}
#page-product #content-right-side  .producto-cotas-maxima > .big-list { column-count: 2; }
.page-producto .intro-page > .tit > .producto-cotas-maxima .item-cota {
	display: inline-block;
    position: relative;
    margin-top: 10px;
}
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .linea, 
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .salida, 
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .altura { display: inline-block; }
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .linea, 
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .salida { margin-right: 5px; }
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .linea:before,
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .salida:before,
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .altura:before {
	content: '';
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .linea:before { background-image: url("images/linea.svg"); }
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .salida:before { background-image: url("images/salida.svg"); background-size: 13px; }
#page-product #content-right-side  .producto-cotas-maxima .item-cota > .altura:before { background-image: url("images/altura.svg"); }



/**
 * END sisteme de umbrire
 */


#page-product #content-right-side .nav-tabs {
  margin-bottom: 32px;
}
#page-product #content-right-side #referinte a {
  color: #000;
}
.config-options {
  /*
  .colors-mini {
    .clearfix();

    img {
      float: left;
      margin: 4px 20px 4px 0;
      width: 25px;
      height: 25px;
      cursor: pointer;

      &.sel {
        width: 33px;
        height: 33px;
        margin: 0 20px 0 0;
      }
    }
  }
  */
}
.config-options h4 {
  position: relative;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 10px;
}
.config-options h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("img/sprite.png") no-repeat;
  background-position: -262px -70px;
}
.config-options p {
  color: #999;
  font-size: 14px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.config-options .options:before,
.config-options .options:after {
  content: " ";
  display: table;
}
.config-options .options:after {
  clear: both;
}
.config-options .options > div {
  float: left;
  width: 85px;
  margin: 0 25px 15px 0;
  font-size: 14px;
  line-height: 1.42857;
  color: #777;
}
.config-options .options > div img {
  margin-bottom: 0px;
}
/**
 *  Portfolio Styles
 */
#page-portfolio {
  padding-bottom: 25px;
}
#page-portfolio h1 {
  margin-bottom: 40px;
}
#page-portfolio h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 25px;
}
#page-portfolio h2 a {
  color: #000;
}
#page-portfolio h2 a:hover {
  text-decoration: none;
}
#page-portfolio .sep {
  border-bottom: 1px solid #dbdbdb;
  height: 70px;
  margin-bottom: 70px;
}
#page-portfolio #filters-section {
  padding: 35px 0 40px;
}
#page-portfolio #filters-section h4 {
  color: #000;
  line-height: 45px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}
#page-portfolio #filters-section h4 a {
  float: right;
}
#page-portfolio #filters-section label {
  color: #777;
  font-size: 14px;
}
#page-portfolio #projects-list {
  margin: 0 -75px 0 0;
}
#page-portfolio #projects-list .item {
  float: left;
  width: 270px;
  height: 329px;
  overflow: hidden;
  margin: 0 75px 75px 0;
  border-bottom: 1px solid #dbdbdb;
  line-height: 40px;
  text-align: right;
}
#page-portfolio #projects-list .item img {
  margin-bottom: 18px;
}
#page-portfolio #projects-list .item h2 {
  float: left;
  font-size: 18px;
  color: #000;
  text-align: left;
  margin: 0;
  padding: 0 10px 0 0;
  line-height: 40px;
  white-space: normal;
  font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
}
#page-portfolio #projects-list .item span {
  font-size: 14px;
  white-space: nowrap;
}
#page-portfolio .link-formular {
  border-top: 1px solid #dbdbdb;
  padding: 30px 40px;
  margin: 30px auto;
  display: inline-block;
}
#page-portfolio .link-formular p {
  margin: 0;
  padding: 0 0 30px;
}
#page-portfolio #project-gallery {
  margin: 20px -15px 100px 0;
}
#page-portfolio #project-gallery div {
  float: left;
}
#page-portfolio #project-gallery a {
  outline: none;
}
#page-portfolio #project-gallery img {
  display: inline-block;
  margin: 0 15px 15px 0;
}
#page-portfolio #related-products h4 {
  position: relative;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  padding-left: 30px;
  margin-bottom: 30px;
}
#page-portfolio #related-products h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 20px;
  height: 20px;
  background: url("img/sprite.png") no-repeat;
  background-position: -262px -70px;
}
#page-portfolio #related-products a {
  float: left;
  width: 80px;
  margin: 0 30px 30px 0;
  font-size: 14px;
  color: #777;
  line-height: 1.2em;
}
#page-portfolio #related-products a img {
  margin-bottom: 10px;
}
/**
 * Forms page
 */
#page-forms {
  padding-bottom: 90px;
}
#page-forms .content-main {
  padding: 50px 100px 0;
}
#page-forms h4 {
  position: relative;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
#page-forms #theOutputZone {
  display: none;
  width: 100%;
  min-height: 300px;
  border-top: 1px solid #dbdbdb;
  text-align: center;
}
#page-forms #theOutputZone.loading {
  background: url("img/bx_loader.gif") no-repeat center rgba(255, 255, 255, 0.8);
}
#page-forms #theOutputZone div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 50px;
  color: #ff0a14;
  height: 300px;
  width: 960px;
}
.config-sizes {
  line-height: 30px;
}
.config-sizes .ico {
  margin-left: -25px;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 9px;
  background: #f6f6f6;
  width: 19px;
  height: 19px;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
}
.config-sizes .btn {
  position: relative;
  width: 30px;
  height: 36px;
  padding: 0;
  background: #f6f6f6;
  outline: none;
}
.config-sizes .btn:before {
  position: absolute;
  top: 12px;
  left: 11px;
  content: "";
  display: inline-block;
  width: 7px;
  height: 11px;
  background: url("img/sprite.png") no-repeat;
}
.config-sizes .btn.decr:before {
  background-position: -248px -28px;
}
.config-sizes .btn.incr:before {
  background-position: -255px -28px;
}
.config-sizes .form-control {
  height: 36px;
  padding: 7px;
  text-align: center;
}
#sociallink{
  
  padding: 5px;
  position: absolute;
  top: 47px;
  right: 47px;
 
}
#sociallink .facebook{
  background: url(img/facebookr.svg) no-repeat;
  float: left;
  width: 32px;
  height: 32px;
  margin: 0 5px;
  opacity: 0.8;
}
#sociallink .facebook:hover, #sociallink .youtube:hover, #sociallink .pintereset:hover {
  opacity: 1;



}
#sociallink .youtube{
  background: url(img/youtuber.svg) no-repeat;
  float: left;
  width: 32px;
  height: 32px;
   margin: 0 5px;
   opacity: 0.8;
}

#sociallink .pintereset{
  background: url(img/pinterestr.svg) no-repeat;
  float: left;
  width: 32px;
  height: 32px;
   margin: 0 5px;
   opacity: 0.8;
}

#sociallink .instagram{
  background: url(img/instagramr.svg) no-repeat;
  float: left;
  width: 32px;
  height: 32px;
   margin: 0 5px;
   opacity: 0.8;
}