.iframe-loading { 
	transition: background-image 1s ease-in-out;
    background:url(../img/status.gif) center center no-repeat; 
	width:100%;
	height:100%
}
.iframe-Noloading { 
	transition: background-image 1s ease-in-out;
	background:none; 
	width:100%;
	height:100%
}

.customClass .ui-dialog-buttonset{
	visibility:hidden;
}


.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  font-size: 62.5%; }

body {
     background: #f2f2f2;
  color: #444;
  transition: all .4s .3s ease-in; }

body, html {
  min-height: 100vh; }

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {

  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }
.interGlob{margin-bottom:10px;}
.interGlob h2{
    
    font-weight:bold;
    color: #F16A21;
    margin: 15px 0 15px;
}
#inter10 a.interA, #inter11 a.interA{background:#28a700; color:#fff;}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }
 .suForm {
    margin-top: 20px;
}
.suForm label{
	font-size:14px;
	font-weight:bold;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }
/** UI button text**/
	.customClass .ui-dialog-titlebar-close{
		float:right;
		width:35px;
		height:35px;
		background: transparent url(../img/close2.png);
		background-repeat: no-repeat;
		margin-top:-30px;
		margin-right:-30px;
		cursor:pointer;
		outline: none;
        border: none;
        box-shadow: none;
	}		
		
	

	/*.customClass .ui-dialog-titlebar-close span.ui-button-text:before{
		content: url(../img/cancel2.png); 
		position: absolute;
		left: 7px;
		top: 8px;
	}*/
h3{
    font-family: Champagne\&Limousines;
    font-size: 22px;
    font-weight: bold;
}
	.customClass .ui-dialog-buttonset button{
	/*-moz-box-shadow: 0px 10px 14px -7px #3e7327;
	-webkit-box-shadow: 0px 10px 14px -7px #3e7327;
	box-shadow: 0px 10px 14px -7px #3e7327;*/
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #4b8f29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	margin:20px 0 0 0;
	font-size:13px;
	font-weight:bold;
	padding:6px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #5b8a3c;
	
	
	}
	
	.customClass .ui-dialog-buttonset button:hover{
		background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
		background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
		background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
		background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
		background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
		background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
		background-color:#72b352;
	}
/** END UI button text**/
header:after {
  content: '';
  clear: both;
  display: table; }

header .logo {
  width: 25%;
  float: left;
  padding: 15px; }
  header .logo img {
    width: 100%;
    height: auto;
    display: block; }

header nav {
  width: 75%;
  float: left;
  padding: 15px; }
  header nav > ul {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
    text-align: right; }
    header nav > ul > li {
      list-style: none;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      header nav > ul > li > a {
        font-family: 'AvenirLTStd-Light';
        color: #F16A21;
        font-size: 20px;
        padding: 10px 15px;
        text-decoration: none;
        cursor: pointer; }
      header nav > ul > li ul.subnav {
        display: none;
        position: absolute;
        top: 35px;
        left: 15px;
        background: #F3F5F4;
        padding: 15px;
        width: 250px;
        border-radius: 3px;
        z-index: 5;
        box-shadow: 1px 1px 20px rgba(45, 45, 45, 0.2); }
        header nav > ul > li ul.subnav:after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 7.5px 10px 7.5px;
          border-color: transparent transparent #F3F5F4 transparent;
          position: absolute;
          top: -10px;
          left: 30px; }
li.products a{color: #f16A21 !important;}
        header nav > ul > li ul.subnav li {
          list-style: none;
          padding: 5px; }
          header nav > ul > li ul.subnav li a {
            font-size: 16px;
            color: #F16A21;
            font-family: 'AvenirLTStd-Light'; }
          header nav > ul > li ul.subnav li:hover a {
            color: #333; }
      header nav > ul > li:hover a {
        color: #333;
        text-decoration: none; }
      header nav > ul > li.nav-button a {
        padding: 6px 18px;
        background: #F16A21;
        color: #FFF;
        border-radius: 5px; }
      header nav > ul > li.nav-button:hover a {
        background: #EC8823; }
  header nav .easy-autocomplete-container ul {
    border: none; }
  header nav .easy-autocomplete-container ul li {
    border: none !important;
    padding: 0px 0px;
    width: 100%;
    font-size: 13px; }
    header nav .easy-autocomplete-container ul li a {
      font-size: 13px; }

header.small-header .logo {
  width: 100%;
  padding: 15px 15px 20px; }
  header.small-header .logo img {
    max-width: 220px;
    margin: 0 auto;
    display: block; }
.wrap{max-width: 1024px; margin:0 auto;}
.currentPage {
    padding: 4px;
    background: url(../img/current.png) no-repeat;
    padding-left: 40px;
    min-height: 20px;
    margin: 10px 0px;
}

input{
    border:1px solid gray;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 0.4em;
}

		
.sideTitle{color:#f16a21;}

.headtext{
    margin:10px 0;
}

.headtext span{
    font-size:14px;
}

.topPad {
    padding-top: 15px;
}
.topPad label{
    font-size:16px;
    font-weight:bold;
}

.topPad input{
    margin-bottom:10px;
}
input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.suNext{padding:0 20px;}

.stepPad {
    font-family: Champagne\&Limousines;
    font-size: 1.4em;
    line-height: 1.5em;
    padding-left: 40px;
}
.stepPad span{
    font-size: 18px;
}

b#firstPart, b#lastPart{
    font-size:16px;
    font-weight:bold;
}

.packWrap {
    cursor: pointer;
    padding: 21px 38px;
    margin-bottom: 10px;
    border: #EEE solid 2px;
    margin: 3px 3px 6px 12px;
    padding-left: 30px;
}

.payment {
    color: #e50000;
    font-weight: bold;
    font-size: 1.3em;
}

.packWrap:hover, .pwActive {
    border: #f16a21 solid 2px;
    border-left: #f16a21 solid 12px;
    color: #000;
    padding-left: 20px;
}

.leftA {
    background-color: #ffffff;
    border: 1px solid #C8C8C8;
    height: 310px;
    width: 244px;
    margin: 10px 0px;
	/*Adding position relative to center the canbas*/
	position:relative;
} 

.leftB {
    background-color: #ffffff;
    border: 1px solid #C8C8C8;
    width: 244px;
    /* height: 133px; */
}

.sideTitle {
    font-family: Champagne\&Limousines;
    font-weight:bold;
    text-align: center;
    margin-top: 30px;
}

.suButton {
    background: #F16A21 !important;
    border: 1px solid transparent;
    padding: 4px 15px 4px 15px;
    background-size: 17px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    border-radius: 4px;

}
.suButton:hover {
       background: #606060;
}

.suBack{margin-right:5px;}
.errorBlack{font-size:16px;}
#aceptCond {
    text-align: left;
    padding: 11px;
    border: 2px solid #ee7a22;
    background-color: #ffae294a;
    margin-bottom: 15px;
}
#aceptCond label p {
    font-weight: normal;
	vertical-align:top;
	 word-wrap: break-word;
    display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px;
}
.suReviewItem {
    margin-top: 7px;
	font-size: 14px;
}
#progres {
    position: absolute;
    /*left: 23px;
    top: 86px;*/
	/*New features to position the progress bar*/
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#investTotal {
    margin-top: 27px;
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 20px;
}

.red, .red a {
    color: #f16a21;
}
.big {
    font-size: 180%;
}
.perhead__slider .carousel-inner img {
  width: 100%;
  height: auto;
  display: block; }

.perhead__slider .carousel-indicators li {
  background: #FFF;
  border-color: #FFF; }
  .perhead__slider .carousel-indicators li.active {
    background: #F16A21;
    border-color: #F16A21; }

.perhead__slider .carousel-fade .carousel-inner .item {
  transition-property: opacity; }

.perhead__slider .carousel-fade .carousel-inner .item,
.perhead__slider .carousel-fade .carousel-inner .active.left,
.perhead__slider .carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.perhead__slider .carousel-fade .carousel-inner .active,
.perhead__slider .carousel-fade .carousel-inner .next.left,
.perhead__slider .carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.perhead__slider .carousel-fade .carousel-inner .next,
.perhead__slider .carousel-fade .carousel-inner .prev,
.perhead__slider .carousel-fade .carousel-inner .active.left,
.perhead__slider .carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0); }

.perhead__slider .carousel-fade .carousel-control {
  z-index: 2; }

.full__title {
  padding: 15px 15px;
  background: #F16A21; }
  .full__title h2 {
    font-family: 'Champagne&Limousines';
    color: #FFF;
    margin: 0;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 46px;
    letter-spacing: 0.3em; }

.about__perhead .top__part {
  background: url(../img/about-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 25px 0; }
  .about__perhead .top__part p {
    color: #FFF;
    font-size: 24px;
    text-align: justify;
    font-family: 'Champagne&Limousines'; }
    .about__perhead .top__part p strong {
      font-family: 'Champagne&LimousinesBold'; }
  .about__perhead .top__part h3 {
    color: #FFF;
    font-size: 40px;
    font-family: 'Corbel-Bold';
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px; }
    .about__perhead .top__part h3:after {
      content: '';
      width: 3px;
      position: absolute;
      height: 100%;
      left: 0;
      top: 0;
      background: #FFF; }

.about__perhead .bottom_part {
  padding: 25px 0; }
  .about__perhead .bottom_part p {
    color: #606060;
    font-size: 24px;
    text-align: justify;
    font-family: 'Champagne&Limousines'; }
    .about__perhead .bottom_part p strong {
      font-family: 'Champagne&LimousinesBold'; }

.faq__perhead {
  padding: 25px 0; }
  .faq__perhead .faq-list ul {
    padding: 0;
    margin: 0; }
    .faq__perhead .faq-list ul li {
      list-style: none;
      font-family: 'Champagne&Limousines';
      font-size: 20px;
      margin-bottom: 30px;
      position: relative;
      padding-left: 25px;
      color: #606060; }
      .faq__perhead .faq-list ul li:after {
        content: '';
        width: 3px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        background: #F16A21; }
      .faq__perhead .faq-list ul li p {
        font-family: 'Champagne&Limousines';
        color: #606060; }
      .faq__perhead .faq-list ul li strong {
        font-family: 'Champagne&LimousinesBold';
        color: #606060; }
      .faq__perhead .faq-list ul li:nth-child(even):after {
        background: #606060; }
  .faq__perhead .faq-list .faq__separator {
    background: #F16A21;
    color: #FFF;
    display: inline-block;
    padding: 15px 35px 15px 35px;
    margin-bottom: 30px; }
    .faq__perhead .faq-list .faq__separator h3 {
      font-family: 'Champagne&LimousinesBold';
      color: #FFF;
      margin: 0;
      line-height: 1;
      letter-spacing: 0.12em;
      font-size: 36px; }

.fdemo__perhead .subheading {
  text-align: center;
  padding: 30px 0; }
  .fdemo__perhead .subheading h2 {
    text-transform: uppercase;
    font-family: 'Champagne&Limousines';
    font-size: 40px;
    letter-spacing: 0.15em;
    margin: 0;
    line-height: 1; }
    .fdemo__perhead .subheading h2 strong {
      font-family: 'Champagne&LimousinesBold'; }

.fdemo__perhead iframe {
  width: 100%; }

.fdemo__perhead .full-demo-button {
  padding: 15px 0 20px;
  text-align: center; }
  .fdemo__perhead .full-demo-button a {
    background: #F16A21;
    padding: 8px 25px;
    border-radius: 8px;
    color: #FFF;
    font-family: 'Champagne&Limousines';
    font-size: 36px;
    letter-spacing: 0.15em;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer; }

footer.content-info {
  background: #D8D8D8;
  padding: 15px 0;
  position: relative; }

footer.content-info .left-col h3 {
  color: #606060;
  font-size: 40px;
  font-family: 'Corbel-Bold';
  position: relative;
  padding-left: 25px;
  margin-bottom: 25px; }
  footer.content-info .left-col h3:after {
    content: '';
    width: 3px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: #606060; }

footer.content-info .left-col .contact-form {
  margin: 0 -8px; }

footer.content-info .left-col .contact-form:after {
  content: '';
  clear: both;
  display: table; }

footer.content-info .left-col .contact-form .form-row {
  float: left;
  padding: 8px; }

footer.content-info .left-col .contact-form .form-row.full-size {
  width: 100%; }

footer.content-info .left-col .contact-form .form-row.half-size {
  width: 50%; }

footer.content-info .left-col .contact-form .form-row input[type="text"],
footer.content-info .left-col .contact-form .form-row input[type="email"],
footer.content-info .left-col .contact-form .form-row textarea {
  width: 100%;
  border: 1px solid #FFF;
  border-radius: 4px;
  padding: 0 10px;
  outline: 0; }

footer.content-info .left-col .contact-form .form-row input[type="text"],
footer.content-info .left-col .contact-form .form-row input[type="email"] {
  height: 40px; }

footer.content-info .left-col .contact-form .form-row input[type="text"]:focus,
footer.content-info .left-col .contact-form .form-row input[type="email"]:focus,
footer.content-info .left-col .contact-form .form-row textarea:focus {
  border-color: #606060; }

footer.content-info .left-col .contact-form .form-row textarea {
  padding: 10px; }

footer.content-info .left-col .contact-form .submit-row input[type="submit"] {
  background: #F16A21 url(../img/enviar.png) no-repeat 90% center;
  border: 1px solid transparent;
  padding: 4px 35px 4px 15px;
  background-size: 17px;
  color: #FFF;
  font-size: 18px;
  border-radius: 4px; }

footer.content-info .left-col .contact-form .submit-row input[type="reset"] {
  background: #606060 url(../img/basura.png) no-repeat 90% center;
  border: 1px solid transparent;
  padding: 4px 35px 4px 15px;
  background-size: 17px;
  color: #FFF;
  font-size: 18px;
  border-radius: 4px;
  margin-right: 15px;
  appearance: none;
  margin-left: 15px; }

footer.content-info .right-col {
  padding-top: 60px; }

footer.content-info .right-col ul {
  padding: 0;
  margin: 0; }

footer.content-info .right-col ul li {
  list-style: none;
  line-height: 1.4;
  margin: 15px 0;
  position: relative;
  padding-left: 5px;
  font-size: 18px;
  min-height: 40px;
  display: flex;
  align-content: center;
  align-items: center;
  color: #606060; }

footer.content-info .right-col ul li a {
  text-decoration: none;
  color: #606060; }

footer.content-info .right-col ul li i {
  color: #F16A21;
  font-size: 26px;
  margin-right: 12px; }

footer.content-info .widget h3 {
  color: #690409;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-size: 30px;
  margin-bottom: 25px;
  letter-spacing: 3px; }

footer.content-info .widget h3:after {
  content: '';
  width: 100%;
  left: 0;
  height: 3px;
  background: #690409;
  display: block;
  position: absolute;
  bottom: -5px; }

footer.content-info .copyright {
  padding-top: 15px;
  text-align: center; }

footer.content-info .copyright p {
  line-height: 1;
  margin: 0; }

/**/
footer.small-footer {
  padding: 30px 0;
  background: #2B2B2B; }
  footer.small-footer ul {
    margin: 0;
    padding: 0;
    text-align: center; }
    footer.small-footer ul li {
      list-style: none;
      vertical-align: middle;
      display: inline-block;
      width: 25%;
      margin: 0 -2px;
      color: #FFF;
      font-size: 18px; }
      footer.small-footer ul li i {
        color: #F16A21;
        margin-right: 5px;
        font-size: 24px; }
      footer.small-footer ul li a {
        color: #FFF;
        font-size: 18px;
        text-decoration: none; }

@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url("../fonts/AvenirLTStd-Light.eot");
  src: url("../fonts/AvenirLTStd-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light") format("svg"), url("../fonts/AvenirLTStd-Light.ttf") format("truetype"), url("../fonts/AvenirLTStd-Light.woff") format("woff"), url("../fonts/AvenirLTStd-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Champagne&Limousines';
  src: url("../fonts/Champagne&Limousines.eot");
  src: url("../fonts/Champagne&Limousines.eot?#iefix") format("embedded-opentype"), url("../fonts/Champagne&Limousines.svg#Champagne&Limousines") format("svg"), url("../fonts/Champagne&Limousines.ttf") format("truetype"), url("../fonts/Champagne&Limousines.woff") format("woff"), url("../fonts/Champagne&Limousines.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Champagne&LimousinesBold';
  src: url("../fonts/Champagne&LimousinesBold.eot");
  src: url("../fonts/Champagne&LimousinesBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Champagne&LimousinesBold.woff2") format("woff2");
  src: url("../fonts/Champagne&Limousines-Bold.svg#Champagne&Limousines-Bold") format("svg"), url("../fonts/Champagne&Limousines-Bold.ttf") format("truetype"), url("../fonts/Champagne&Limousines-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Corbel-Bold';
  src: url("../fonts/Corbel-Bold.eot");
  src: url("../fonts/Corbel-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Corbel-Bold.svg#Corbel-Bold") format("svg"), url("../fonts/Corbel-Bold.ttf") format("truetype"), url("../fonts/Corbel-Bold.woff") format("woff"), url("../fonts/Corbel-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

::selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none; }
/*@media (min-width: 1281px) {
  
  	.customClass .ui-dialog-titlebar-close {
		position: absolute;
		right: -16px;
		top: -20px;
		width: 35px;
		height: 35px;
		padding-bottom: 2%;

	}
	.customClass .ui-dialog-titlebar-close span.ui-button-text:before {
		position: absolute;
		left: 8px;
		top: 8px;
	}
  
}
@media (min-width: 1025px) and (max-width: 1280px) {
  
 	.customClass .ui-dialog-titlebar-close span.ui-button-text:before {
		position: absolute;
		left: 7px;
		top: 8px;
	}
  
}

@media (min-width: 768px) and (max-width: 1024px) {
  
  	.customClass .ui-dialog-titlebar-close {
		position: absolute;
		right: -16px;
		top: -20px;
		width: 35px;
		height: 35px;
		padding-bottom: 5%;

	}
	.customClass .ui-dialog-titlebar-close span.ui-button-text:before {
		position: absolute;
		left: 8px;
		top: 8px;
	}
  
  
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .customClass .ui-dialog-titlebar-close {
		position: absolute;
		right: -16px;
		top: -20px;
		width: 35px;
		height: 35px;
		padding-bottom: 5%;

	}
	.customClass .ui-dialog-titlebar-close span.ui-button-text:before {
		position: absolute;
		left: 8px;
		top: 8px;
	}
  
}*/


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

/*@media (min-width: 320px) and (max-width: 480px) {
  

  
  
}*/


@media only screen and (max-width: 1199px) and (min-width: 992px) {
  header nav > ul > li > a {
    font-family: AvenirLTStd-Light;
    color: #f16a21;
    font-size: 16px;
    padding: 10px 10px; } 

}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  header nav > ul {
    padding-top: 5px; }
    header nav > ul > li > a {
      font-family: AvenirLTStd-Light;
      color: #f16a21;
      font-size: 13px;
      padding: 10px 6px; }
  .header .nav ul li input[type=search] {
    min-width: 80px;
    width: 150px; }
  footer.small-footer ul li {
    width: 50%;
    padding: 15px 0; }
  .product__text p {
    color: #606060;
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
    font-family: Champagne\&Limousines; }

}




@media only screen and (min-width: 768px) {
  .toggle-submenu,
  .toggle {
    display: none; }
  .header .nav ul {
    display: block !important; }
  header nav > ul li:hover ul.subnav {
    display: block; }

}

@media only screen and (max-width: 767px) {
    
  header {
    height: 50px;
    background: #FFF;
    z-index: 50; }
    header .logo {
      padding: 13px 15px;
      width: 50%; }
      header .logo img {
        max-width: 140px; }
    header nav {
      width: 50%;
      padding: 0; }
  .toggle {
    display: block;
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 24px;
    cursor: pointer; }
  header nav > ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    background: #FFF;
    z-index: 5;
    text-align: center;
    box-shadow: 3px 3px 3px rgba(50, 50, 50, 0.2);
    }
    header nav > ul > li {
      width: 100%;
      position: relative;
      margin: 10px 0; }
      header nav > ul > li form {
        width: 200px;
        position: relative;
        margin: 0 auto; }
      header nav > ul > li a {
        font-size: 20px; }
      header nav > ul > li ul.subnav {
        position: relative;
        background: transparent;
        box-shadow: none;
        width: 100%;
        top: 0;
        left: 0; }
      header nav > ul > li .toggle-submenu {
        width: 20px;
        height: 30px;
        line-height: 30px;
        font-size: 22px;
        display: inline-block;
        vertical-align: middle;
        color: #f16a21; }
  footer.small-footer ul li {
    width: 100%;
    padding: 15px 0; }
  .easy-autocomplete-container {
    min-width: 250px;
    top: 0; }
    .easy-autocomplete-container ul {
      padding: 0 !important;
      top: auto; }
      .easy-autocomplete-container ul li {
        margin: 0 !important; } 

}
		

@media only screen and (max-width: 480px) {
  .full__title h2 {
    font-size: 28px; }
  footer.content-info .left-col h3,
  .about__perhead .top__part h3 {
    font-size: 30px; }
  .about__perhead .bottom_part p,
  .about__perhead .top__part p {
    font-size: 18px; }
  footer.content-info .left-col .contact-form .form-row.half-size {
    width: 100%; }
  .perhead__slider .carousel-inner img {
    min-height: 110px;
    object-fit: cover; }
  .faq__perhead .faq-list ul li {
    font-size: 16px; }
  .faq__perhead .faq-list .faq__separator h3 {
    font-size: 20px; }
  .fdemo__perhead .subheading h2 {
    font-size: 20px; }
  .fdemo__perhead .full-demo-button a {
    font-size: 24px; } 

}



/*Iphone 5*/
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation:portrait){
	.customClass .ui-dialog-titlebar-close {
		position: absolute;
		right: -16px;
		top: -20px;
		width: 35px;
		height: 35px;
		padding-bottom: 10%;

	}
	.customClass .ui-dialog-titlebar-close span.ui-button-text:before {
		position: absolute;
		left: 8px;
		top: 8px;
	}
	
}

@media only screen and (min-width: 320px) and (max-width: 568px) and (orientation:landscape)
{
   	.customClass .ui-dialog-titlebar-close {
		position: absolute;
		right: -16px;
		top: -20px;
		width: 35px;
		height: 35px;
		padding-bottom: 5%;
	}
	.customClass .ui-dialog-titlebar-close span.ui-button-text:before {

		left: 8px;
		top: 8px;
	}
}*/

/*Iphone 6 / 7 / 8 */
/*@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation:portrait){
	.customClass .ui-dialog-titlebar-close {
		position: absolute;
		right: -16px;
		top: -20px;
		width: 35px;
		height: 35px;
		padding-bottom: 9%;

	}
	.customClass .ui-dialog-titlebar-close span.ui-button-text:before {
		position: absolute;
		left: 8px;
		top: 8px;
	}
}
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation:landscape){

	.customClass .ui-dialog-titlebar-close {
		position: absolute;
		right: -16px;
		top: -20px;
		width: 35px;
		height: 35px;
		padding-bottom: 5%;

	}
	.customClass .ui-dialog-titlebar-close span.ui-button-text:before {
		position: absolute;
		left: 8px;
		top: 8px;
	}
}*/


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px) 
and (orientation : landscape) {
	/*.leftA, .leftB{display:none};*/
	/*.leftA, .leftB{display:none};*/
	
	.pieCol{display:none !important;}
	.signCol{max-width: 100% !important;}
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }
