@font-face {
  font-family: 'Taagid_OE Bold';

  src: url('../fonts/taagid_oebold-webfont.eot');
  src: url('../fonts/taagid_oebold-webfont.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/taagid_oebold-webfont.woff') format('woff'), 
	   url('../fonts/taagid_oebold-webfont.ttf') format('truetype'), 
	   url('../fonts/taagid_oebold-webfont.svg#taagid_oebold_webfont') format('svg');
}

@font-face {
  font-family: 'Taagid_OE Regular';

  src: url('../fonts/taagid_oeregular-webfont.eot');
  src: url('../fonts/taagid_oeregular-webfont.eot?#iefix') format('embedded-opentype'),
	   url('../fonts/taagid_oeregular-webfont.woff') format('woff'), 
	   url('../fonts/taagid_oeregular-webfont.ttf') format('truetype'), 
	   url('../fonts/taagid_oeregular-webfont.svg#taagid_oeregular_webfont') format('svg');
}

body {
	font-family: 'Taagid_OE Regular', sans-serif;
	font-size: 16px;
	color:#333;
	overflow-x:hidden;
}
@media (max-width: 767px) { 
	body {
		padding-top:70px;
	}
}
@media (min-width: 768px) {  
	body {
		padding-top:91px;
	}
}
.modal-open nav.navbar-inverse.navbar-fixed-top {
	padding-right:17px;
}
a {
	color:#00a9a7;
}
a:hover {
	color:#4dbfbe;
}
a:active, a:focus {
	color:#007572;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 5px 45px;
}

.btn-primary {
  background-color: #008d8a; 
}
.btn-primary:hover {
  background-color: #4dbfbe;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #007572;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #007572;
}
.btn-primary:active {
  background-color: #008d8a;
  background-image: -webkit-radial-gradient(circle, #008d8a 10%, #4dbfbe 11%);
  background-image: -o-radial-gradient(circle, #008d8a 10%, #4dbfbe 11%);
  background-image: radial-gradient(circle, #008d8a 10%, #4dbfbe 11%);
  background-repeat: no-repeat;
  -webkit-background-size: 1000% 1000%;
          background-size: 1000%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio input[type=radio], 
.radio-inline input[type=radio], 
.checkbox input[type=checkbox], 
.checkbox-inline input[type=checkbox] {
  margin-right: -10px;
}

input[type="checkbox"]:after, 
.checkbox input[type="checkbox"]:after, 
.checkbox-inline input[type="checkbox"]:after {
  border: 1px solid #555;
  border-radius:4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(82%, rgba(237,237,237,1)), color-stop(100%, rgba(217,217,217,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0 );
  background-repeat: repeat-x;
}

input[type="checkbox"]:checked:after, 
.checkbox input[type="checkbox"]:checked:after, 
.checkbox-inline input[type="checkbox"]:checked:after {
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(82%, rgba(237,237,237,1)), color-stop(100%, rgba(217,217,217,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0 );
  background-repeat: repeat-x;
  border: 1px solid #555;
  margin-top: 0;
}

input[type="checkbox"]:checked:before, 
.checkbox input[type="checkbox"]:checked:before, 
.checkbox-inline input[type="checkbox"]:checked:before {
  border: 2px solid #333;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.latin {
	font-family: sans-serif;
	font-size:0.9em;
	direction:ltr;
}

.no-shadow {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.push-down {
	margin-bottom:40px !important;
}

.form-control::-moz-placeholder {
  color: #929091;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
   color:#929091;
}
.form-control::-webkit-input-placeholder {
  color: #929091;
}
.navbar-inverse .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:#929091;
   opacity:  1;
}
.navbar-inverse .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:#929091;
}
.navbar-inverse .form-control::-webkit-input-placeholder { /* WebKit browsers */
   color:#929091;
}

/* THE CAROUSEL
======================= */
.carousel {
  /*height: 494px;*/
  margin-bottom: 60px;
}
.carousel.slide.product {
	height:350px;
	margin-bottom:0;
}
@media (max-width: 767px) { 
	.carousel {
		display:none;
	}
	.carousel.slide.product {
		display:block;
	}
	.carousel-indicators {
		display:none;
	}
}
@media (max-width: 767px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio:3) { 
	.carousel.slide.product,
	.carousel.slide.product .item {
		height: 250px;
	}
}
@media (min-width: 1200px) {
	.carousel.slide {
	  width:1280px;
	  margin-left:auto;
	  margin-right:auto;
	}
	.carousel.slide.product {
		width: 496px;
	}
}

.carousel-caption {
  z-index: 10;
  color:#333;
  text-align: right;
  text-shadow: none;
}
.carousel-caption  h1{
	font-size: 32px;
	margin-bottom: 10px;
}
.carousel-caption  p{
	font-size: 18px;
	line-height:1.3;
}

@media screen and (max-width: 1200px) {
    .carousel-caption  p{
	font-size: 18px;
	line-height:1.2;
}
}

@media screen and (max-width: 1000px) {
    .carousel-caption  p{
	font-size: 16px;
	line-height:1.2;
}
}

@media screen and (min-width: 768px) {
	.carousel-caption {
	    left: 47%;
	    right: 5%;
	}
	.carousel-caption.wide {
		left: 11%;
	}
	.carousel-caption.wide .btn {
		float:left;
		margin-top:-75px;
	}
	.carousel-caption  h1{
		font-size: 28px;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.carousel-caption {
	  left: 42%;
	  right:4%;
	}
}
@media (min-width: 768px) and (max-width: 991px) and (orientation:portrait) { 
	.carousel-caption {
	  left: 50%;
	  right:4%;
	  bottom: 60px;
	}
	.carousel-caption.wide .btn {
		margin-top:-120px;
	}
	.carousel-caption.wide p:not(:last-child) {
		padding-left:240px;
	}
}
@media screen and (min-width: 1200px) {
	.carousel-caption {
		right: 11%;
		left: 50%;
		bottom:0;
	}
	.carousel-caption  h1{
		font-size: 32px;
	}
	.carousel-caption.wide {
		bottom:-45px;
	}
}

/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 494px;*/
  background-color: #fff;
}
.carousel.product .item {
  height: 350px;
}
.carousel-inner > .item > img {
  display: block;
  margin: 0 auto;
  top: 0;
  left: 0;
}

/*@media (min-width: 768px) {
	.carousel-indicators {
	  margin-right: -34%;
	}
}
@media (min-width: 768px) and (orientation:landscape) {
	.carousel-indicators {
		bottom: -5%;
	}
}*/
@media (min-width: 1024px) { 
	.carousel-indicators  {
		bottom: -12%;
	}
}/*
@media (min-width: 1200px) { 
	.carousel-indicators  {
		margin-right: -31.6%;
	}
}*/

.carousel-indicators li {
  background-color: #000 \9;
  background-color: rgba(1, 1, 1, .3);
  border: 1px solid #ccc;
  width:14px;
  height:14px;
  margin:3px;
}

.carousel-indicators .active {
  background-color: #008b95;
  border: 1px solid #008b95;
  width:14px;
  height:14px;
  margin:3px;
}
/* caroucel-about */
@media (min-width: 768px) {
	#aboutCarousel {
		max-width:1024px;
	}
}

#aboutCarousel  {
	height:324px;
	border:2px solid #c9cacc;
	border-radius:20px;
	margin-bottom:220px;
}
@media (max-width: 1024px) {
	#aboutCarousel {
		margin-bottom:310px;
	}
}
#aboutCarousel .carousel-inner {
	width:96%;
	margin:0 20px;
}
#aboutCarousel .item {
	height:320px;
}
#aboutCarousel .carousel-control.left, 
#aboutCarousel .carousel-control.right {
	background:transparent;
	color:#ccc;
	top:140px;
	text-shadow:none;
}
#aboutCarousel .carousel-control.right {
	right:-100px;
}
#aboutCarousel .carousel-control.left {
	left:-100px;
}
@media (min-width: 768px) and (max-width: 1023px) {
	#aboutCarousel .carousel-control.right {
	  right: -70px;
	}
	#aboutCarousel .carousel-control.left {
	  left: -70px;
	}
}
#aboutCarousel .carousel-control .glyphicon {
	font-size: 21px;
	-ms-transform: scale(1.5,3); /* IE 9 */
    -webkit-transform: scale(1.5,3); /* Safari */
    transform: scale(1.5,3);
	text-shadow: none;
}
#aboutCarousel .carousel-caption {
	right: 2%;
	left: 40%;
	top:0;
}
#aboutCarousel .carousel-caption  h2{
	font-size: 32px;
	font-weight:bold;
	margin-bottom:0;
        margin-top: 5px;
}

@media (max-width: 767px) {
	#aboutCarousel .img-slide,
	#aboutCarousel .carousel-control {
		display:none;
	}
}

@media (max-width: 767px) {
	#aboutCarousel {
		display:block;
		height:auto;
		border:0;
	}
	#aboutCarousel .item {
		position:static;
		display:block;
		height:auto;
		min-height:300px;
		overflow:hidden;
		border:2px solid #c9cacc;
		border-radius:20px;
		margin-bottom:20px;
		-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
		box-shadow: 3px 3px 6px rgba(0,0,0,0.1);
	}
	#aboutCarousel .img-slide,
	#aboutCarousel .carousel-control {
		display:none;
	}
	#aboutCarousel,
	#aboutCarousel .carousel-inner {
		position:static;
		margin:0 0 30px;
		width:100%;
	}
	#aboutCarousel .carousel-caption {
		position:static;
		margin:0 20px;
	}
	#aboutCarousel .carousel-caption  h2 {
		float:right;
	}
	#aboutCarousel .carousel-caption p.lead {
		clear:both;
		width:100%;
	}
	#aboutCarousel .tehno  h2, #aboutCarousel .tehno p.lead { color:#1badde;}
	#aboutCarousel .quality  h2, #aboutCarousel .quality p.lead { color:#a778b5;}
	#aboutCarousel .service  h2, #aboutCarousel .service p.lead { color:#8abe40;}
	#aboutCarousel .warranty  h2, #aboutCarousel .warranty p.lead { color:#fbad1e;}
}
@media (max-width: 1023px) {
	#aboutCarousel .carousel-caption  h2 {
		margin-top:0;
	}
}
#aboutCarousel .carousel-inner > .item > img {
	top:40px;
	left:40px;
        position: absolute;
}
#aboutCarousel .carousel-caption  .lead {
	color:#00a9a7;
	font-size:21px;
	width:65%;
}
#aboutCarousel .carousel-indicators {
	position:static !important;
	width:100%;
	margin-right:0;
	overflow:hidden;
}
#aboutCarousel .carousel-indicators .active {
	background-color: transparent; 
    width:25%;
    height: 0; 
    margin: 0; 
	border: 0; 
}

#aboutAfterCarousel {
    font-size: 20px; 
    line-height: 25px;
}
/* MAIN CONTENT
======================= */
@media screen and (min-width: 1200px) {
	.container {
	  width:1048px;
	}
}

.main-types {
	margin-bottom:30px;
}
.main-types h2,
.main-sections h2 {
  font-weight: normal;
}
.main-types .col-lg-3 {
  margin-bottom: 20px;
  text-align: center;
}
.main-types .col-lg-3 p {
  margin-right: 10px;
  margin-left: 10px;
}
.main-sections {
	margin-bottom:20px;
}
.main-sections .col-lg-4 {
  min-height:380px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 15px;
  background: rgba(255,255,255,1);
  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(82%, rgba(237,237,237,1)), color-stop(100%, rgba(217,217,217,1)));
  background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 82%, rgba(217,217,217,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9d9d9', GradientType=0 );
  background-repeat: repeat-x;
}
@media (max-width: 767px) { 
	.main-sections {
		margin-left:15px;
		margin-right:15px;
	}
	.main-sections .col-xs-12 {
		float:none;
	}
	.main-sections .col-xs-12 .inner .col-xs-6:first-child  {
		padding-left:0;
	}
}
@media (min-width: 768px) and (max-width: 991px) { 
	.main-sections .col-sm-4 {
		width:30%;
		margin-right: 2.3%;
	}
	.main-types .img-responsive {
		zoom:110%;
	}
}
@media (min-width: 768px) and (max-width: 991px) and (orientation:landscape) { 
	.main-types .img-responsive {
		zoom:100%;
	}
}
@media (min-width: 992px) { 
	.main-sections .col-md-4 {
		width:30%;
		margin-right: 2.3%;
	}
	.main-types .img-responsive {
		zoom:120%;
	}
}
@media (min-width: 1200px) { 
	.main-sections .col-lg-4 {
		width:30%;
		margin-right: 2.3%;
	}
	.main-types .img-responsive {
		zoom:100%;
	}
}
.main-sections .col-lg-4 .inner {
  min-height:inherit;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid transparent;
  border-radius: 15px;
  background-image: url("../images/grad-mask.png");
  background-position: left top;
  background-repeat: no-repeat;
}
.main-sections .col-lg-4 .inner h3 {
	font-weight:bold;
	margin-bottom:3px;
	font-size: 31px;
}
.main-sections .col-lg-4 .inner .h5 {
	margin-top:0;
	margin-bottom:0;
}
.main-sections .col-lg-4 .inner a:hover,
.main-sections .col-lg-4 .inner a:active,
.main-sections .col-lg-4 .inner a:focus {
	text-decoration:none;
}
.main-sections .col-lg-4 .inner a:hover h3,
.main-sections .col-lg-4 .inner a:active h3,
.main-sections .col-lg-4 .inner a:focus h3,
.main-sections .col-lg-4 .inner a:hover .h5,
.main-sections .col-lg-4 .inner a:active .h5,
.main-sections .col-lg-4 .inner a:focus .h5  {
	color:#00a9a7;
}

@media (max-width: 767px) { 
	.main-sections .col-lg-4 .inner {
		background-image: none;
		padding:0;
		overflow: hidden;
	}
	.main-sections .col-lg-4 .inner h3{
		margin-top:15px;
		font-size:24px;
	}
	.main-sections .col-lg-4 {
		min-height: 160px;
	}
	.main-sections .col-lg-4 .inner .size-selector {
		float:left;
		margin-top: -10px;
		margin-left: 10px;
		margin-bottom:15px;
		zoom: 90%;
	}
}
@media (max-width: 767px) and (orientation:landscape) { 
	.main-sections .col-lg-4 .inner {
		overflow:hidden;
	}
	.main-sections .col-lg-4 .inner .size-selector {
		zoom: 90%;
		margin-left: 111px;
		margin-bottom:15px;
	}
}

.main-sections .col-lg-4:not(:first-child):not(:last-child) .inner {
  padding-left: 0;
  padding-right: 0;
}
.main-sections .col-lg-4:not(:first-child):not(:last-child) img {
	width:100%;
}
.main-sections .col-lg-4:not(:first-child):not(:last-child) h3,
.main-sections .col-lg-4:not(:first-child):not(:last-child) .h5 {
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 767px) { 
	.main-sections .col-lg-4:not(:first-child):not(:last-child) img {
		width:40%;
	}
	.main-sections .col-lg-4:not(:first-child):not(:last-child) h3,
	.main-sections .col-lg-4:not(:first-child):not(:last-child) .h5 {
	  margin-left: 0;
	  margin-right: 15px;
	  clear:both;
	  float:right;
	  width:45%;
	}
}
.main-types .col-lg-3 img,
.main-sections .col-lg-4 img {
  display:block;
  margin: 25px auto;
}
.main-sections .col-lg-4 img {
	margin: 20px auto;
}
.main-types .col-lg-3 img.symbol {
	width:169px;
}
.main-sections-inner {
	margin:0 auto;
}
@media (max-width:767px) {
	.main-types .col-lg-3 img:not(.symbol) {
		zoom:120%;
	}
}
.btn-warranty {
	max-width: 740px;
    margin: 40px auto;
	background:transparent;
}
.btn-warranty p {
	font-size:15px;
	padding: 2px 30px;
	text-align: right;
}
.btn-warranty .btn-lg {
	padding: 11px 55px;
	font-size: 30px;
	border-radius:6px;
	white-space:normal;
	letter-spacing: 1px;
        text-transform: none;
}
@media (max-width:767px) {
	.btn-warranty .btn-lg {
		padding: 11px 25px;
		font-size: 25px;
	}
}
@media (max-width: 1024px) {
	.btn-warranty .btn-lg {
		width:100%;
	}
	.btn-warranty p {
		text-align: center;
	}
}
@media (max-width: 1024px) and (orientation:portrait) {
	.btn-warranty .btn-lg {
		font-size: 25px;
	}
}

.size-selector .btn-group .btn {
	line-height:1;
	font-size:1.4em;
	padding:6px 3px;
	border-radius:5px !important;
	color:#fff;
	direction:ltr;
	background: rgba(191,191,191,1);
	background: -moz-linear-gradient(left, rgba(191,191,191,1) 0%, rgba(120,120,120,1) 2%, rgba(224,224,224,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(191,191,191,1)), color-stop(2%, rgba(120,120,120,1)), color-stop(100%, rgba(224,224,224,1)));
	background: -webkit-linear-gradient(left, rgba(191,191,191,1) 0%, rgba(120,120,120,1) 2%, rgba(224,224,224,1) 100%);
	background: -o-linear-gradient(left, rgba(191,191,191,1) 0%, rgba(120,120,120,1) 2%, rgba(224,224,224,1) 100%);
	background: -ms-linear-gradient(left, rgba(191,191,191,1) 0%, rgba(120,120,120,1) 2%, rgba(224,224,224,1) 100%);
	background: linear-gradient(to right, rgba(191,191,191,1) 0%, rgba(120,120,120,1) 2%, rgba(224,224,224,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#e0e0e0', GradientType=1 );
}
.size-selector .btn-group>.btn:not(:first-child) {
    margin-right:5px;
}

/* TOP Slide 
======================= */
@media (max-width: 1200px) {  
	.container.slide {
		width:100%;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (min-width: 1280px) {  
	.container.slide {
		width:1280px;
		padding-left: 0;
		padding-right: 0;
	}
}
.container.slide .great-devider {
	margin-bottom:30px;
}
.slide-caption {
	margin: 0 15px;
}
@media (min-width: 768px) and (max-width:1024px) {
	.slide-caption {
		margin: 0 30px;
	}
}
@media (min-width: 1025px) {
	.slide-caption {
		margin: 0 135px;
	}
}
.slide-caption h1 {
	margin-bottom:0;
}
.slide-caption .lead {
	margin-top:-5px;
	font-size:1.5em;
	font-weight:bold;
}

/* TV filter */
.row.filter {
	margin-bottom:20px;
}
.row.filter h5 {
	background-color: #eee;
	padding:10px 20px;
}
.row.filter h4{
	padding:8px;
}
@media (max-width:1024px) {
	.row.filter h4{
		padding:0 15px 5px;
	}
}
.filter .radio+.radio, 
.filter .checkbox+.checkbox {
  margin-top: 10px;
}

/* TV Legend */
[class^="leg-"]{
	width:41px;
	height:41px;
	margin:0;
	background-image:url("../images/legend.png");
	background-repeat:no-repeat;
}

.leg-4 {background-position: 0 0;}
.leg-3 {background-position: -40px 0;}
.leg-2 {background-position: -82px 0;}
.leg-1 {background-position: -124px 0;}
.leg-5 {background-position: -168px 0;}
.leg-6 {background-position: -208px 0;}
.leg-7 {background-position: -250px 0;}
.leg-8 {background-position: -292px 0;}
.leg-9 {background-position: -334px 0;}
.leg-10 {background-position: -376px 0;}
.leg-11 {background-position: -418px 0;}
.leg-12 {background-position: -460px 0;}
.leg-13 {background-position: -502px 0;}
.leg-14 {background-position: -544px 0;}
.leg-15 {background-position: -586px 0;}
.leg-16 {background-position: -628px 0;}
.leg-17 {background-position: -670px 0;}
.leg-18 {background-position: -712px 0;}
.leg-19 {background-position: -754px 0;}
.leg-20 {background-position: -796px 0;}
.leg-21 {background-position: -838px 0;}
.leg-22 {background-position: -880px 0;}
.leg-23 {background-position: -922px 0;}
.leg-24 {background-position: -964px 0;}
.leg-25 {background-position: -1006px 0;}
.leg-26 {background-position: -1048px 0;}
.leg-27 {background-position: -1090px 0;}
.leg-28 {background-position: -1132px 0;}
.leg-29 {background-position: -1174px 0;}
.leg-30 {background-position: -1216px 0;}
.leg-31 {background-position: -1258px 0;}
.leg-32 {background-position: -1300px 0;}
.leg-33 {background-position: -1342px 0;}
.leg-34 {background-position: -1384px 0;}
.leg-35 {background-position: -1426px 0;}

/* Breadcrumb */
.breadcrumb-wrap {
	background:#333;
	padding:0;
	margin-bottom: 23px;
}
.breadcrumb {
	background:#333;
	padding:4px 0;
	width:100%;
	margin-bottom: 0;
}
.breadcrumb li {
	color:#fff;
	font-size:1.5em;
}
.breadcrumb>li+li:before {
  content: "\0003E";
  padding: 0 5px;
  color: #fff;
}
.breadcrumb a {
	color:#fff;
}
.breadcrumb .active {
	color:#00a9a7;
}
@media (min-width: 768px) {  
	.breadcrumb {
		padding:8px 0;
	}
}
@media (max-width: 1200px) {  
	.breadcrumb {
		padding:8px 0;
	}
}
@media (min-width: 1280px) {  
	.breadcrumb {
		width: 1048px;
		padding:8px 0;
		margin-left:auto;
		margin-right:auto;
	}
}

/* Product */
.short-description h2 {
	direction:ltr;
	text-align:right;
	font-family: sans-serif;
	font-weight:bold;
	font-size:1.4em;
	line-height: 1.3;
	margin-bottom:5px;
	width: 100%;
}
.short-description p.h4	{
	font-size:19px;
	line-height:1.2;
}
.short-description p.lead {
	color:#00a9a7;
	font-weight:bold;
	font-size: 1.1em;
	font-family:sans-serif;
	margin-bottom: 5px;
}
.symbol-wrap {
	margin-top: 20px;
	margin-bottom: 10px;
}
.symbol-wrap .symbol {
	margin:0 auto;
}
@media (max-width:768px) {
	.symbol-wrap {
		margin-top: 50px;
		margin-bottom: 0;
	}
}

@media (max-width:480px) {
	.symbol-wrap {
		margin-top: 10px;
		margin-bottom: 0;
	}
        .carousel.product .item,
        .carousel.slide.product {
            height: 300px;
        }
}


@media (min-width:768px) {
	.symbol-wrap {
		margin-top: -120px;
		margin-bottom: 20px;
	}
	.symbol-wrap .symbol {
		margin:0;
	}
}
@media (min-width: 768px) {  
	.short-description h2 {
		font-size:1.4em;
		width: 69%;
	}
	.short-description p.h4	{
		font-size:19px;
		line-height:1.2;
	}
	.short-description p {
		width:80%;
	}
}
@media (min-width: 1024px) {  
	.short-description h2 {
		font-size:1.7em;
		line-height: 1.3;
	}
	.short-description p.h4	{
		font-size:21px;
		line-height:1.2;
	}
	.short-description p {
		width:80%;
	}
}
@media (min-width: 1280px) {  
	.short-description h2 {
		font-size:1.7em;
		line-height: 1.3;
		width: 59%;
	}
	.short-description p.h4	{
		font-size: 24px;
		line-height:1.3;
	}
	.short-description p {
		width:80%;
	}
}

.nav-tabs-wrapper {
	position:relative;
	top:2px;
}
.nav-tabs {
  margin-bottom: 0;
}
.nav-tabs>li {
	font-size:21px;
	font-weight:bold;
	margin:0 5px;
	margin-bottom: 0;
	height:45px;
        text-align: center;
}
.nav-tabs>li>a, 
.nav-tabs>li>a:hover, 
.nav-tabs>li>a:active,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:focus:hover  {
	color: #333;
	padding: 3px 15px;
	margin-right:0;
	background:#efefef;
	border: 1px solid #a7a8ac;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	border-bottom:transparent;
	-webkit-box-shadow: inset 0px 12px 30px -13px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 12px 30px -13px rgba(0,0,0,0.1);
	box-shadow: inset 0px 12px 30px -13px rgba(0,0,0,0.1);
	outline: none;
}
.nav-tabs>li>a {
	color: #a2a3a7;
	line-height:1.7;
	height:44px;
}
.nav-tabs>li>a:hover {
	color: #6d6d6f;
}
.nav-tabs>li.active>a, 
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:active,
.nav-tabs>li.active>a:focus:hover,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.selected>a, 
.nav-tabs>li.selected>a:hover,
.nav-tabs>li.selected>a:focus:hover,
.nav-tabs>li.selected>a:active,
.nav-tabs>li.selected>a:focus {
	color: #333;
	background:#ededed;
	border: 1px solid #939498;
	border-bottom-color: transparent;
	-webkit-box-shadow: inset 0px 12px 30px -13px rgba(0,0,0,0.12);
	-moz-box-shadow: inset 0px 12px 30px -13px rgba(0,0,0,0.12);
	box-shadow: inset 0px 12px 30px -13px rgba(0,0,0,0.12);
	outline: none;
}
.nav-tabs>li.selected>a, 
.nav-tabs>li.selected>a:hover,
.nav-tabs>li.selected>a:focus:hover,
.nav-tabs>li.selected>a:active,
.nav-tabs>li.selected>a:focus {
	height:45px;
}
.nav-tabs>li.spec,
.nav-tabs>li.review {
	float:left;
	font-size: 18px;
	padding-top:8px;
}
.nav-tabs>li.spec  a, 
.nav-tabs>li.spec  a:hover, 
.nav-tabs>li.spec  a:focus,
.nav-tabs>li.spec  a:active, 
.nav-tabs>li.spec.active a, 
.nav-tabs>li.spec.active a:hover,
.nav-tabs>li.spec.active a:focus, 
.nav-tabs>li.spec.active a:active, 
.nav-tabs>li.review a, 
.nav-tabs>li.review a:hover,
.nav-tabs>li.review a:focus,
.nav-tabs>li.review a:active,
.nav-tabs>li.review.active a, 
.nav-tabs>li.review.active a:hover,
.nav-tabs>li.review.active a:focus, 
.nav-tabs>li.review.active a:active {
	padding: 3px 11px 0 !important;
    line-height: 1.8;
	height:36px;
}
.nav-tabs>li.review.active a, 
.nav-tabs>li.review.active a:hover,
.nav-tabs>li.review.active a:focus, 
.nav-tabs>li.review.active a:active,
.nav-tabs>li.spec.active a, 
.nav-tabs>li.spec.active a:hover,
.nav-tabs>li.spec.active a:focus, 
.nav-tabs>li.spec.active a:active {
	height:37px;
}
@media (max-width: 767px) {
	.nav-tabs > li.transformer {
		position:absolute;
		left:15px;
		width:120px;
		height:36px;
		padding-top:0;
		font-size:16px;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		border: 1px solid #ddd;
		border-radius: 3px !important;
		white-space: nowrap;
		text-transform: uppercase;
		-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
		box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
		color: #666;
		background-color: #eee;
		-webkit-background-size: 200% 200%;
		background-size: 200%;
		background-position: 50%;
	}
	.transformer.spec {
		top:105px;
	}
	.transformer.review {
		top:60px;
	}
	.nav-tabs > li.transformer a,
	.nav-tabs > li.transformer a:hover,
	.nav-tabs > li.transformer a:active,
	.nav-tabs > li.transformer a:focus{
		border-radius: 3px !important;
		border-color:#ccc;
		color: #a7a8ac;
		margin-top: 0;
		height:35px;
	}
	.nav-tabs > li.transformer.active>a, 
	.nav-tabs > li.transformer.active>a:active, 
	.nav-tabs > li.transformer.active>a:focus,
	.nav-tabs > li.transformer.review.active>a, 
	.nav-tabs > li.transformer.review.active>a:active, 
	.nav-tabs > li.transformer.review.active>a:focus,
	.nav-tabs > li.transformer.spec.active>a, 
	.nav-tabs > li.transformer.spec.active>a:active, 
	.nav-tabs > li.transformer.spec.active>a:focus  	{
		color:#333;
		box-shadow:inset 0px 4px 60px -20px rgba(0,0,0,0.4);
		border-color:#ccc;
		margin-top: 0;
	}
}
@media (max-width: 767px) and (orientation:portrait) { 
	.nav-tabs > li {
		width:50px;
		height:44px;
		overflow: hidden;
	}
	.nav-tabs > li.selected > a {
		height:44px;
	}
	.nav-tabs > li > a {
		height:43px;
		overflow: hidden;
	}
	.nav-tabs > li > a:not([aria-controls="review"]):not([aria-controls="spec"]):before {
		content:"'' ";
		position: absolute;
		right: 4px;
	}
}

.tab-pane h3,
.tab-pane .h3 {
	margin-top: 30px;
	margin-bottom:28px;
}
.tab-pane p {
	font-size: 1.2em;
    line-height: 1.4;
}
.tab-pane p.lead {
	color:#00a9a7;
	font-weight:bold;
	font-size:24px;
	margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width:1024px) {
	.tab-pane p {
		font-size: 1.3em;
		line-height: 1.5;
	}
}
@media (min-width: 1025px) {
	.tab-pane p {
		font-size: 1.4em;
		line-height: 1.5;
	}

}
.tab-pane .col-lg-6, 
.tab-pane .col-sm-6, 
.tab-pane .col-xs-12 {
	padding-left: 30px;
    padding-right: 30px;
}

.tab-content {
	border-top: 1px solid #939498;
	min-hight:100px;
	margin-bottom:100px;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(245,245,245,1)), color-stop(0%, rgba(235,235,235,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,245,245,1) 0%, rgba(235,235,235,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
	-webkit-box-shadow: 0px -10px 10px -3px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px -10px 10px -3px rgba(0,0,0,0.14);
	box-shadow: 0px -10px 10px -3px rgba(0,0,0,0.14);
}
@media print {
	.tab-content {
		border-top: 0;
	}
}
.tab-content .tab-pane {
	display: none;
	min-height:200px;
}
.tab-content .tab-pane.active {
	display: block;
}
.border-r {
	border-right: 1px solid #ccc;
}
@media (min-width: 768px) { 
	.border-r  p:not(:first-child):not(.lead):not(:last-child) {
		padding-bottom:20px;
		border-bottom:1px solid #ccc;
	}
}
@media print {
	.border-r {
		border-right: 0;
	}
}
.print-page {
	font-size:19px;
	font-weight:bold;
	cursor:pointer;
	color:#6d6d6f;
}
.glyphicon-print {
	margin: 0 10px 0 0;
}
@media (max-width: 767px) { 
	.print-page {
		display:none;
	}
}
/* Resellers */
.resellers .col-xs-6 {
	/*display:table-row;
	margin-bottom:10px;
	display: flex;
	justify-content: center;
	align-items: center;*/
}
.resellers .thumbnail {
	/*display:table-cell;
	width:220px;
	height:auto;
	max-height:180px;
	vertical-align:middle;*/
	border-color:#939598 !important;
	border-radius:8px;
        margin-bottom: 45px;
}
@media (max-width: 768px) {
	.resellers h3 {
		font-size:28px;
	}
}
.resellers .thumbnail.dark {
	background-color:#231f20;
}

/* About */
.whytable {
	top: 370px;
    position: absolute;
    z-index: 1000;
	display:table; 
	margin-bottom:140px;
}
@media (max-width: 767px) {
	.whytable {
		display:none;
	}
}
.whytable .row .col-sm-3 {
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
}
.whybox {
	display:table-cell;
	vertical-align:middle;
	line-height:1.3;
	position:relative;
	color:#fff;
	padding:12px 25px;
	text-align:center;
	border-bottom-width:5px; 
	border-bottom-style:solid;
	margin-right:13px;
}
.whybox:first-child {
	margin-right:0;
}
.whybox .inner {
	float:right;
	width:128px;
	text-align:right;
}
.whybox h4 {
	color:#fff; 
	margin-bottom:5px;
}

@media (max-width: 1200px) {
.whybox .inner {
	width:106px;
        height:110px;
        }

}
        
@media (max-width: 1024px) and (orientation:landscape) {
	.whybox .inner { width:auto; margin-left:5px; margin-right:5px;}
	.whybox .inner h4 { font-size:26px;}
	.whybox .inner p { font-size:18px; line-height:1.2;}
	.whybox .why-icon { zoom:110%; }
}
.whybox:hover,
.whytable .active .whybox {
	border-bottom-color:#58585a !important;
}

.whybox:after, 
.whybox:before {
	content: "";
	position:absolute;
	top: 41%;
	width:10px;
	height:10px;
	border:10px solid transparent;
}
.whybox:after {
	left: -20px;
}
.whybox:before {
	right: 0px;
	border-right-color:#fff;
}
.whybox.tehno:before {
	border-right-color:transparent;
}

.whybox.tehno       {background-color:#1badde; border-bottom-color:#6ccbee;}
.whybox.tehno:after {border-right-color:#1badde;}
.whybox.quality   {background-color:#a778b5; border-bottom-color:#cd99dd;}
.whybox.quality:after {border-right-color:#a778b5;}
.whybox.service   {background-color:#8abe40; border-bottom-color:#b6d54e;}
.whybox.service:after {border-right-color:#8abe40;}
.whybox.warranty {background-color:#fbad1e; border-bottom-color:#ffd161;}

/* Sprite Icons */
.why-icon {
	display:inline-block;
	float:right;
	width: 70px; 
	height: 70px;
	margin-top:15px;
}
@media (max-width:1024px) {
	.why-icon {
		float:none;
		margin-top:0;
	}
}
.why-icon-carousel {
	display:inline-block;
	width: 60px; 
	height: 60px;
	float:left;
}

[class^="why-"] { 
	background: url("../images/csg-55b36540ecc42.png") no-repeat top left; 
}
.why-quality-60x60{ background-position: 0 0; } 
.why-quality{ background-position: 0 -110px; } 
.why-service-60x60{ background-position: 0 -230px; } 
.why-service{ background-position: 0 -340px; } 
.why-tehno-60x60{ background-position: 0 -460px; } 
.why-tehno{ background-position: 0 -570px; } 
.why-warranty-60x60{ background-position: 0 -690px; } 
.why-warranty{ background-position: 0 -800px; }
 
.logo-icon {
	display:inline-block;
	width: 80px; 
	height: 42px;
	float:right;
	margin-left: 15px;
}
.logo-icon + h4 small {
	display:block;
	font-size:14px;
	color:#333;
}
[class^="logo-"] { 
	background: url("../images/learning/logos/csg-55b3670c8ae90.png") no-repeat top left; 
}
.logo-3d{ background-position: 0 0;  } 
.logo-4k{ background-position: 0 -91px;  } 
.logo-any{ background-position: 0 -183px;  } 
.logo-app{ background-position: 0 -274px;  } 
.logo-complex{ background-position: 0 -366px;  } 
.logo-dimming{ background-position: 0 -458px;  } 
.logo-dolby{ background-position: 0 -550px;  } 
.logo-full-hd{ background-position: 0 -642px;  } 
.logo-share{ background-position: 0 -734px;  } 
.logo-narrow{ background-position: 0 -831px;  } 
.logo-slim{ background-position: 0 -925px;  }
.logo-stand{ background-position: 0 -1015px;  }
.logo-social{ background-position: 0 -1102px;  }
.logo-wi-fi{ background-position: 0 -1194px;  }
.logo-smr120{ background-position: 0 -1282px;  }
.logo-eco{ background-position: 0 -1372px;  }
.logo-dlna{ background-position: 0 -1459px;  }
.logo-curved { background-position: 0 -1548px;  }

.text-succes, .text-succes .small {
	color:#00a9a7;
}
h1.text-succes {
	font-size:45px; 
	margin-bottom:20px;
}
h1.text-succes:not(.small) {
	font-weight:bold;
}
@media (max-width: 768px) {
	h1.text-succes {
		font-size:36px; 
	}
	h1.text-succes .small {
		display:block;
		margin-top:5px;
	}
}

.learning .row {
	padding-bottom:40px;
}
.learning .row:not(:last-child) {
	border-bottom:1px dashed #333;
}
.learning .row [class^="col-"] {
	padding-bottom:40px;
	padding-left:25px;
	padding-right:25px;
}
.learning .row [class^="col-"]:first-child {
	padding-right:15px;
}
.learning .row [class^="col-"]:last-child {
	padding-left:15px;
}
.learning  h1 + .row [class^="col-"] p {
	min-height:120px;
}
.learning h4 {
	font-weight:bold;
	margin-top: 9px;
    margin-bottom: 20px;
}
.learning p {
	font-size: 1.2em;
	line-height: 1.4;
	min-height:180px;
	text-align:justify;
}
@media (max-width: 767px) {
	.learning .row.push-down {
		padding-bottom: 0;
		margin-bottom:0 !important;
	}
	.learning .row:not(:last-child),
	.learning .row:last-child [class^="col-"]:last-child{
		border-bottom:transparent;
	}
	.learning .row [class^="col-"] {
		padding-left:40px;
		padding-right:40px;
		padding-bottom:40px;
		margin-bottom:40px;
		border-bottom:1px dashed #333;
	}
	.learning  h1 + .row [class^="col-"] p {
		min-height:0;
	}
	.learning p {
		font-size: 1.2em;
		line-height: 1.4;
		min-height:0;
	}
	.learning img {
		margin: 0 auto;
	}
}

/* Modal */
.modal-dialog {
	width:96%;
}
@media (min-width:768px) {
	.modal-dialog {
		width:700px;
	}
}
.modal-content {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #f3f3f4;
}
.modal-header {
	background-color:#00a9a7;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.modal-title {
	color:#fff;
	font-size:28px;
	padding:0 30px;
	margin:0;
	line-height: 1;
}
.modal-header button.close {
  border-radius: 50%;
  border: 1px solid #fff;
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 1;
  color:#00a9a7;
  opacity: 0.9;
}
.modal-header button.close:hover {
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.modal-body {
	padding: 15px 44px;
}
.modal-body .form-inline {
	margin-top:35px;
	margin-bottom:30px;
	overflow:hidden;
}
.modal-body .form-group {
	background-color:#939598;
	border-radius: 8px;
	float:right;
}
.modal-body .input-group .form-control {
	background: #fff;
    border: 2px solid #939598;
	padding: 0 10px;
	height: 30px;
	width:100%;
	border-radius: 8px;
	text-align: left;
	direction:ltr;
        font-family: Arial;
}
@media (min-width:768px) {
	.modal-body .form-group {
		margin-left:70px;
	}
	.modal-body .input-group .form-control {
		width:260px;
	}
}
.modal-body .input-group .form-control:focus, 
.modal-body .input-group .form-control:active {
	border-bottom-color:#939598;
	box-shadow:none;
	transition:border-bottom-color .1s, box-shadow ease-in-out .15s;
}
.modal-body .input-group-addon {
	background-color:#939598;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	color:#fff;
	font-size:21px;
	text-align:right;
	padding:0 25px 0 35px;
}
@media (max-width:767px) and (orientation:portrait) {
	.modal-body .input-group-addon {
		padding: 0 20px 0 11px;
	}
}
.modal-body .input-group-addon label {
	margin-bottom:0;
}
.modal-body hr { border-top: 1px solid #777; }
.modal-body .info {
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(68%, rgba(232,232,223,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0 );
	border:3px solid #d6d2ca;
	border-radius:20px;
	min-height:80px;
	margin-bottom: 20px;
}
.modal-body .info h4 {font-weight:bold;}
.modal-body .latin {font-size:1em;}
.modal-body .note {text-align:justify; line-height: 18px;}
.modal-body .lead {
	color:#00a9a7;
	font-size:18px;
	margin:0;
}
.modal-body .lead + p {
	font-size:21px;
	line-height:1.3;
}
.modal-body .col-sm-4 {
	margin-right:16px;
}
.btn-detect {
	background-image:url("../images/btn-detect.png");
	float:left;
}
.btn-upload {
	background-image:url("../images/btn-upload.png");
}
.btn-login {
	background-image:url("../images/btn-login.png");
}
.btn-detect, .btn-upload, .btn-login {
	background-position: 0 0;
	background-repeat: no-repeat;
	border:0;
	height:29px;
	width:121px;
}
.btn-detect:hover, .btn-upload:hover, .btn-login:hover  {
	background-position: 0 -66px;
}
.btn-detect:active , .btn-upload:active, .btn-login:active {
	background-position: 0 -33px;
}
.btn-detect:after {
	content:"";
	clear:both;
}
@media (min-width:768px) {
	.btn-detect {
		float:none;
	}
}
.modal-footer {
    padding:0 15px;
}
/* alert */
.alert {
	max-width:500px;
	padding:7px 25px;
	font-size:18px;
	margin:20px auto;
	border-radius:6px;
}
.alert .close {
    color: #333;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #f9edbe;
	border:1px solid #f0c36d;
}
.alert-dismissable .close, .alert-dismissible .close {
	left:-18px;
}
/* login */
.hisense-panel {
	width:760px;
	height:182px;
	margin: 100px auto 20px;
	border:3px solid #d6d2ca;
	border-radius:20px;
	background: rgba(254,254,254,1);
	background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(68%, rgba(232,232,223,1)), color-stop(100%, rgba(219,219,219,1)));
	background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(232,232,223,1) 68%, rgba(219,219,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0 );
}
.hisense-panel .panel-slogan {
	float:left;
	height:178px;
	width:250px;
	border-top-left-radius: 18px;
	border-bottom-left-radius: 18px;
	border-right:3px solid #d6d2ca;
	padding-top:60px;
	text-align:center;
	background: rgba(4,199,183,1);
	background: -moz-linear-gradient(top, rgba(4,199,183,1) 0%, rgba(0,139,135,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(4,199,183,1)), color-stop(100%, rgba(0,139,135,1)));
	background: -webkit-linear-gradient(top, rgba(4,199,183,1) 0%, rgba(0,139,135,1) 100%);
	background: -o-linear-gradient(top, rgba(4,199,183,1) 0%, rgba(0,139,135,1) 100%);
	background: -ms-linear-gradient(top, rgba(4,199,183,1) 0%, rgba(0,139,135,1) 100%);
	background: linear-gradient(to bottom, rgba(4,199,183,1) 0%, rgba(0,139,135,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04c7b7', endColorstr='#008b87', GradientType=0 );
}
.hisense-panel .panel-slogan img {
	margin-right: -10px;
}
.hisense-panel .panel-body {
	min-height:inherit;
	padding:15px 25px;
	width:503px;
}
.hisense-panel .panel-body h5 {
	font-weight:bold;
	margin-top:0;
}
.hisense-panel .panel-body label {
	display:block;
	margin-bottom:0;
}
.hisense-panel .panel-body button {
	margin-top:20px;
	float:left;
}
.hisense-panel .form-control {
	background: #fff;
	border: 2px solid #939598;
	padding: 0 10px;
	border-radius: 6px !important;
	text-align: right;
	direction:ltr;
}
.hisense-panel .panel-body .input-group .form-control {
	width:180px;
	height: 30px;
}
.hisense-panel  textarea.form-control {
	width:300px;
	height:60px;
	margin-top:20px;
	resize: none;
}
.panel-upload {
	height:214px;
}
.panel-upload .panel-slogan {
	height:210px;
}
.panel-upload .panel-body .input-group .form-control {
	width:360px;
	direction:rtl;
	padding-top: 3px;
    padding-right: 5px;
}
.hisense-panel .form-control:focus, 
.hisense-panel .form-control:active {
	border-bottom-color:#939598;
	box-shadow:none;
	transition:border-bottom-color .1s, box-shadow ease-in-out .15s;
}
.hisense-panel .panel-body .input-group {
	background-color:#939598;
	border-radius: 8px;
}
.panel-login .panel-body .form-group {
	margin-left:15px;
}
.panel-login .panel-body .form-group.pull-left {
	margin-left:0;
}
.panel-login .panel-body .input-group-addon {
	background-color:#939598;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	color:#fff;
	font-size:21px;
	text-align:right;
	padding:0 5px 0 5px;
}
.icon-form {
	display: inline-block;
    width: 22px;
    height: 22px;
	position: relative;
    top: 3px;
}
.icon-form.i-user {
	background:url("../images/i-user.png") 0 0 no-repeat;
}
.icon-form.i-pass {
	background:url("../images/i-pass.png") 0 0 no-repeat;
}
.btn-browse, .btn-browse:hover  {
	background-color:#939598;
	text-transform:uppercase;
	font-family: sans-serif;
	font-weight:bold;
	color:#fff;
	padding: 4px 16px;
}
.file-upload {
	float:right;
    position: relative;
    overflow: hidden;
    margin: 0;
	line-height: 1.8;
}
.file-upload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.search-page {
    font-family: Arial;
}

.search-page h1.text-succes.push-down {
    font-family:Taagid_OE Regular,sans-serif;
    padding-bottom: 0px;
}

.search-page h2 {
    font-size: 30px;
}

.search-page div.section__text p {
    font-size: 20px;
}

.search-page div.section {
    border-top: 1px dashed #00a9a7;
    padding-bottom: 5px;
    padding-top: 5px;
}

.search-page .section__image {
    float: right;
}

.search-page .section__image img {
    margin-left: 50px;
    margin-top: 20px;
    width: 150px;
}

@media (max-width:768px) {
 .search-page .section__image {
    float: none;
}

.search-page .section__image img {
    margin: 20px auto 0;
    width: 220px;
}

.search-page div.section {
    text-align: center;
}
    
}


.promo div.row.push-down div.col-xs-12.col-sm-6.col-md-4 div.promo-border a h4.text-succes {
    padding:  0 20px;
}

.promo div.row.push-down div.col-xs-12.col-sm-6.col-md-4 div.promo-border a img.img-responsive {
    width: 90%;
    margin: 0 auto;
}

.promo div.row.push-down div.col-xs-12.col-sm-6.col-md-4 a:hover,
.promo div.row.push-down div.col-xs-12.col-sm-6.col-md-4 a:active
{
    text-decoration: none;
}

.promo div.row.push-down div.col-xs-12.col-sm-6.col-md-4 a p {
    color: #fff;
    background-color: #00a9a7;
    padding: 10px 20px;
    margin-bottom: 0px;
    font-size: 1.2em;
    line-height: 1.4;
    text-align: justify;
    height: 175px;
}

@media (max-width:990px) {
    .promo div.row.push-down div.col-xs-12.col-sm-6.col-md-4 a p {
        height: 150px;
    }
}

@media (max-width:767px) {
    .promo div.row.push-down div.col-xs-12.col-sm-6.col-md-4 a p {
        height: auto;
    }
}

.promo div.row.push-down div.col-xs-12.col-sm-6.col-md-4 div.promo-border {
    border: #00a9a7 solid 2px;
    margin: 5px 0px;
    padding: 0;
}

.promo div.row.push-down div.col-xs-12.col-sm-6.col-md-4 div.promo-border a h4.text-succes {
    font-weight: bold;
}

.article {
    padding: 0 50px;
    text-align: justify;
}
    
@media (max-width:1024px) {
 .article  {
    padding: 0 10px;
}
}

@media (max-width:800px) {
 .article  {
    text-align: right;
    }
}

.article p {
    font-size: 18px;
    font-family: Arial;
    line-height: 30px;
}

.article p img {
    width: 100%;
}


.article h2 {
    font-size: 32px;
}

.article p.article-left {
    float: left;
    margin-top: -15px;
    padding-right: 10px;
}

.nav > li > a {
    padding-left: 20px;
    padding-right: 7px;
}

@media (max-width:768px) {
    .nav > li > a {
    padding-right: 15px;
}
}
.iframe {
    text-align: center;
}


@media (max-width:480px) {
.iframe {
    width: 100%;
}
}

/*slider start*/
div.iframe div.slider-item1, div.slider-item2, div.slider-item3 {
    display: none;
}
div.iframe div.slider-item1.active, div.slider-item2.active, div.slider-item3.active {
    display: block;
}
div.iframe div ul li {
    float: left;
    list-style: none;
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: center 0px;
    width: 50px;
    height: 60px;
    margin: 20px 5px -45px;
    text-align: center;
    line-height: 105px;
}
div.iframe div ul li.slider-img {
    background-image: url("../image/img.png");
}
div.iframe div ul li.slider-three-d {
    background-image: url("../image/3d.png");
    width: 70px;
}
div.iframe div ul li.slider-youtube {
    background-image: url("../image/video.png");
}

div.iframe div.slider-item1.active div.slider-item1-fix {
    height: 10px;
}
div.iframe div.slider-item3.active div.slider-item3-fix {
    height: 45px;
}
div.iframe div.icons {
    display: inline-block;
    text-align: left;
}

@media (max-width:500px) {
    div.iframe div.icons {
        display: none;
    }
}

div.iframe div.icons ul, div#product-view.carousel.slide.product ol.carousel-indicators {
    padding:   0;
}
@media (max-width:480px) {
	div.iframe div ul li {
		margin: 2px 5px;
	}
}
/*end slider*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: normal;
}

/* Modal warranty form */
#modalWarranty .modal-header {
    background-color: #008d8a;
}
#modalWarranty .modal-body .form-group {
    background-color: inherit;
}
#modalWarranty input[name="newsletter"] {
    float: left;
    margin-top: 12px;
}
#modalWarranty label[for="newsletter"] {
    text-align: right;
}
#modalWarranty .bootstrap-filestyle .form-control {
    border: 0px none;
    background: inherit;
    box-shadow: 0px -1px 0px #ddd inset;
    border-radius: 0px;    
    margin-right: 1em;
    text-align: right;
}

#modalWarranty .alert.alert-success {
    background-color: #008d8a;
}

@media (max-width: 350px) {
.navbar-header a.navbar-brand img {
    width: 150px;
    }
}

.resellers .shops-list
{
    color: #333;
    cursor: pointer;
    text-align: center;
    /*line-height: 15px;
    margin-top: -42px;*/
    font-size: 20px;
    position: absolute;
    bottom: 10px;
}

@media (max-width: 600px) { 
    .resellers .shops-list {
        font-size: 15px;
        bottom: 15px;
/*        line-height: 12px;*/
    }
}

@media (max-width: 420px) { 
    .resellers .shops-list {
        font-size: 10px;
        bottom: 18px;
    }
}