.feedback-index-index .page-title-wrapper h1.page-title
{
	display:block;
	font-size:24px;
	line-height:normal;
	padding:0 0 15px 0;
	margin:0 0 30px 0;
	border-bottom:3px solid #8f8f8f;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.feedback-form .form.feedback
{
	display:block;
	border:1px solid #eaeaea;
}
.over-hidden{overflow:hidden;}
.feedback-form .a-left{float:left;}
.feedback-form .a-right{float:right;}
.feedback-form .frm-note-typ1
{
	padding:15px;
	border-bottom:1px solid #eaeaea;
}
.feedback-form .frm-note-typ1 .a-left
{
	font-size:16px;
	font-weight:bold;
}
.feedback-form .frm-note-typ1 .a-right span
{
	color:#F00;
	margin-right:3px;
}
.feedback-form .note  
{
	/* background:url(../../frontend/Infortis/ultimo_child/en_US/Gs_WebsiteFeedback/image/lock.png) 10px center no-repeat #f6ffec ;  */
	padding:15px 15px 15px 16px; 
	border-bottom:1px solid #eaeaea;
	font-size:14px;
}
.feedback-form .fieldset
{
	margin:0;
	
}
.feedback-form .frm-data
{
	padding:15px;
	background:#f3f3f3;	
}
.feedback-form .frm-data .required label span
{
	position:relative;
	padding:3px 0 0 0;
	display:block;
}
.feedback-form .frm-data .required label span:after
{
	content:"*";
	color:#F00;
	font-size:14px;
	margin:0 0 0 3px;
}
.feedback-form .frm-data .control
{
	padding:0;
}
.feedback-form .frm-data .over-hidden{padding:0 0 15px 0;}
.feedback-form .frm-data .field  > label
{
	width:25%;
	padding:0 15px 0 0;
	text-align:right; 
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	line-height:normal;
	float:left;
	display:block;
}
.feedback-form .frm-data .field  > .control
{
	float:none;
	overflow:hidden;	
	max-width:500px;
}
.feedback-form .frm-data .field > .control input,
.feedback-form .frm-data .field > .control textarea
{
	border-radius:0;
	-webkit-border-radius:0;
	border:1px solid #d5d5d5;
	color:#666666;	
	background:#ffffff; 
	font-size:12px;
	line-height:normal;
	box-shadow:none;
	-webkit-box-shadow:none;
	vertical-align:middle;
	transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.feedback-form .frm-data .field > .control input
{
	
	height:40px;
	padding:0 10px;
}
.feedback-form .frm-data .field > .control input.ip-radio
{
	height:auto;
	float:left;
	margin:2px 5px 0 0;
}
.feedback-form .frm-data .field > .control textarea
{
	height:auto;
	padding:10px;
	max-height:125px;
}
.feedback-form .frm-data .field > .control input:focus,
.feedback-form .frm-data .field > .control textarea:focus,
.feedback-form .frm-data .field > .control input:hover,
.feedback-form .frm-data .field > .control textarea:hover
{
	background:#f9f9f9;
	border:1px solid #1979c3;
}

.feedback-form .frm-data .field{padding:0 0 15px 0;}
.field.rating ol.rating{overflow:hidden;margin:0;padding:0;}
.field.rating ol.rating li
{
	float:none;
	margin:0;
	padding:0 0px 10px 0;
}
.field.rating ol.rating li span{display:block;padding:0;}
.field.rating ol.rating li label
{
	display:block;
}	
.field.rating ol.rating li .ip-radio
{
	display:block;
	margin:0;

}	
.feedback-form .frm-data .g-recaptcha,
.feedback-form .frm-data .actions-toolbar
{
	margin:0 0 0 25%;
}
.feedback-form .frm-data .g-recaptcha{padding-bottom:15px;}
.feedback-index-index .page.messages
{
	margin-bottom:25px;
}
.feedback-form .frm-data .nested .field
{
	padding:0;
}
.feedback-form .frm-data .nested .control.captcha-image
{
	margin:0;
	padding:15px 0 0 0;
}	
.feedback-form .frm-data .nested .control.captcha-image .captcha-img{margin:0 5px 0 0;float:left;}
.feedback-form .frm-data .field > .control .captcha-reload
{
	border-radius:0;
	-webkit-border-radius:0;
	background:url(../../frontend/Infortis/ultimo_child/en_US/Gs_WebsiteFeedback/image/btnimg1.png) left top no-repeat;
	padding:0;
	height:47px;
	width:47px;
	border:none;
	font-size:0;
	float:left;
}
.feedback-form .frm-data .field > .control .captcha-reload:hover
{
	background:url(../../frontend/Infortis/ultimo_child/en_US/Gs_WebsiteFeedback/image/btnimg1.png) right top no-repeat;
}
.feedback-form .frm-data .actions-toolbar > .primary{text-align:left;}
.feedback-form .frm-data .actions-toolbar button
{
	background:#1979c3;	
	border:none;
	padding:10px;
	border-radius:0;
	-webkit-border-radius:0;
	font-size:14px;
	min-width:100px;
	text-transform:uppercase;
	transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	width:auto;
}
.feedback-form .frm-data .actions-toolbar button:hover
{
	border:none;
	background:#000;
}
.feedback-form-comments
{
	margin:30px 0 0 0;	
}
.feedback-form-comments h2
{
	padding: 0 0 10px 0;
	margin:0 0 10px 0;
	font-size:16px;
	display:block;
	font-weight:bold;
	border-bottom:1px solid #eaeaea;
}
.feedback-form-comments .columns
{
	padding:0px;	
}
.feedback-form-comments .columns ul{overflow:hidden;margin:0 -5px;padding:0;}
.feedback-form-comments .columns ul li
{
	width:33.33%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
	margin:0;
}
.feedback-form-comments .columns ul li .comments-inner
{
	padding:30px;
	box-shadow:0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-box-shadow:0 1px 2px rgba(34, 25, 25, 0.4);
	margin:5px;
	border:1px solid #dfdfdf;
	position:relative;
	background:#fff;
	transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.feedback-form-comments .columns ul li .comments-inner:hover
{
	background:#f6ffec;
}
.feedback-form-comments .columns ul li span
{
	display:block;
}
.feedback-form-comments .columns ul li .comments-inner:before
{
	background:url(../../frontend/Infortis/ultimo_child/en_US/Gs_WebsiteFeedback/image/quote_open.png) left top no-repeat;
	height:30px;
	width:30px;
	content:"";
	position:absolute;
	left:5px;
	top:5px;
}
.feedback-form-comments .columns ul li .comments-inner:after
{
	background:url(../../frontend/Infortis/ultimo_child/en_US/Gs_WebsiteFeedback/image/quote_close.png) right top no-repeat;
	height:30px;
	width:30px;
	content:"";
	position:absolute;
	right:5px;
	bottom:5px;
}
.feedback-form-comments .columns ul li span.fdbck_comments 
{
	font-size:12px;	
	padding:0 0 5px 0;
	line-height:1.5em;
	color:#333333;
}
span.fdbck_rating
{
	background:url(../../frontend/Infortis/ultimo_child/en_US/Gs_WebsiteFeedback/image/star-rating.png) 0 0 no-repeat;
	height:16px;
	width:101px;
	line-height:0;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 auto;
}
span.fdbck_rating.rat-Poor{background-position:0 -168px;}
span.fdbck_rating.rat-Okay{background-position:0 -126px;}
span.fdbck_rating.rat-Good{background-position:0 -84px;}
span.fdbck_rating.rat-Very{background-position:0 -42px;}
span.fdbck_rating.rat-Excellent{background-position:0 0;}
.feedback-form-comments .columns ul li span.fdbck_name 
{
	font-weight:bold;
	font-size:15px;
	padding:5px 0;
}
.no-rating{display:block;font-weight:bold;}
.no-comments
{
	padding:10px 0 0 0;
	font-weight:bold;
}
/* ****************** */
/** Feedback list   ***/
/* ****************** */

/* ****************** */
/** Feedback Slider  **/
/* ****************** */
.feedback-slider ol li .comments-inner
{
	padding:0 40px;
}
.feedback-slider ol li span
{
	display:block;
	text-align:center;
}
.feedback-slider ol li span.fdbck_comments 
{
	font-size:12px;	
	padding:0 0 7px 0;
	line-height:1.5em;
	color:#333333;
}
.feedback-slider ol li span.fdbck_name 
{
	font-weight:bold;
	font-size:15px;
	padding:10px 0 0 0;
}
.feedback-slider .owl-theme .owl-nav
{
	margin:0;
	position:absolute;
	right:0;
	top:-40px;
}
.feedback-slider .owl-theme .owl-nav [class*="owl-"]
{
	margin:0 0 0 5px;
	padding:0;
	height:24px;
	width:24px;
	text-align:center;
	line-height:24px;
	border-radius:0px;
	-webkit-border-radius:0px;
	cursor:pointer;
	background:#a0a0a0;
	color:#FFF;
	transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.feedback-slider .owl-theme .owl-nav [class*="owl-"]:hover
{
	background:#1979c3;
}
.feedback-slider .columns ol{margin:0;padding:15px 0 0 0;}
.feedback-slider .columns ol .owl-stage-outer:before  
{
	background:url(../../frontend/Infortis/ultimo_child/en_US/Gs_WebsiteFeedback/image/quote_open.png) left top no-repeat;
	height:30px;
	width:30px;
	content:"";
	position:absolute;
	left:0px;
	top:0px;
}
.feedback-slider .columns ol .owl-stage-outer:after 
{
	background:url(../../frontend/Infortis/ultimo_child/en_US/Gs_WebsiteFeedback/image/quote_close.png) right top no-repeat;
	height:30px;
	width:30px;
	content:"";
	position:absolute;
	right:0px;
	bottom:0px;
}
.feedback-slider .owl-theme .owl-dots .owl-dot span
{
	margin:0 3px;
	background:#a0a0a0;
	transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.feedback-slider .owl-theme .owl-dots .owl-dot span:hover,
.feedback-slider .owl-theme .owl-dots .owl-dot.active span
{
	background:#1979c3;
}

/* ****************** */
/***  Responsive 	***/
/* ****************** */
@media screen and (min-width:1200px){
	.frm-data-inner {display: block;margin: 0 auto;max-width: 1000px;}
	.feedback-form .frm-data .frm-data-inner .field > label {width: 40%;}
}
@media screen and (max-width:1150px){
	.feedback-form .frm-data .field > label{width:35%;}	
	.feedback-form .frm-data .g-recaptcha, .feedback-form .frm-data .actions-toolbar{margin:0 0 0 35%;}	
}
@media screen and (max-width:850px)
{
	.feedback-form-comments .columns ul li{width:50%;}	
}
@media screen and (max-width:767px)
{
	.feedback-form .frm-data .field > label{width:40%;}	
	.feedback-form .frm-data .g-recaptcha, .feedback-form .frm-data .actions-toolbar{margin:0 0 0 40%;}	
	.feedback-form .frm-data .field > .control{max-width:400px;}	
}
@media screen and (max-width:480px)
{
	.feedback-form .frm-data .field > label{width:auto;text-align:left;float:none;padding:0 0 10px 0;}	
	.feedback-form .frm-data .g-recaptcha, .feedback-form .frm-data .actions-toolbar{margin:0;}
	.feedback-form .frm-note-typ1{padding:10px;}
	.feedback-form .frm-note-typ1 .a-left{font-size:15px;}
	.feedback-form .frm-note-typ1 .a-right{font-size:11px;}
	.feedback-form .note{font-size:13px;}
	.feedback-form-comments .columns ul li{width:100%;float:none;}	
}
@media screen and (max-width:320px)
{
	.feedback-form #g-recaptcha > div
	{
		max-width:250px !important;
		overflow-y:hidden;
		overflow-x:scroll;
	}
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;

  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;

    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Infortis/ultimo_child/en_US/Gs_WebsiteFeedback/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
