
.containerpage
{
    /* Set the width of the main container
    width: 100%;
             */
    background-color: #fbfbfb;
/*    border-style: solid;
    border-right: 3px solid #fff;
    border-left: 3px solid #fff;
*/
    margin: 0 auto;
}


.navbar-default, .jumbotron {
  background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  -webkit-filter: none;
          filter: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color:#fff;
}

.featured {
  background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  -webkit-filter: none;
          filter: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 6px 6px 0px 0px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color:#fff;
  height:50px;
}

.rowitems
{

    border-bottom: 1px solid #222;
    margin-left: 2px;
    margin-right: 2px;
}

.rownames
{
    height: 60px;
    border-radius: 14px 14px 41px 14px;
    margin: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

p
{
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
}
.vcenter {
    margin-top:10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
    font-weight: 600;
    font-family: 'Oxygen', sans-serif;
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
  font-family: 'Oxygen', sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

.price
{
    font-family: 'Oxygen', sans-serif;
    color: #13782a;
    float: right;
    margin-right: 10px;
    font-size: 22px;
}

.priceold
{
    font-family: 'Oxygen', sans-serif;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    text-decoration: line-through;
    color: #f90000;
}

.priced
{
    font-family: 'Oxygen', sans-serif;
    color: #13782a;
    margin-right: 10px;
    font-size: 18px;
}

.pricedold
{
    font-family: 'Oxygen', sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    text-decoration: line-through;
    color: #f90000;
}

.h1
{
    font-family: 'Oxygen', sans-serif;
    margin-top: 40px;
    margin-left: 20px;
    float: left;
    font-size: 22px;
}

.pfooter
{
    color: #88c3cf;
}

.img
{
    padding-left: 15px;
}

.rowlist
{
    border: 1px solid #333;
    border-radius: 4px 4px 4px 4px;
    padding-right: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

/* Flexible iFrame */

.Flexible-container
{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.row_level
{
    margin-top: 35px;
}

.row-top
{
    background-image: url('../../assets/images/bg.png');
  /*  background-color: #AEAEAE; */
    min-height: 100px;
    border-bottom: 2px solid #fff;
}

.description
{
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
}

.table
{
    border-bottom: 1px solid #000;
}
.carousel
{
    position: relative;
    overflow:hidden;
/*    border:1px;
    border-color:#fff;
    border-style:solid;
*/
}

.carousel-inner
{
    position: relative;
    width: 100%;
    max-height: 380px; !important   /* Set slide height here */
    overflow: hidden;
}

.carousel-inner > .item
{
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img
{
    line-height: 1;
    display: block;
    max-width: 100%;
  /*   max-height: 350px; !important   Set slide height here */

}


@media all and (transform-3d), (-webkit-transform-3d)
{
    .carousel-inner > .item
    {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }
   .carousel-inner > .item.next,
  .carousel-inner > .item.active.right
    {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left
    {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active
    {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev
{
    display: block;
}

.carousel-inner > .active
{
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev
{
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next
{
    left: 100%;

}

.carousel-inner > .prev
{
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right
{
    left: 0;
}

.carousel-inner > .active.left
{
    left: -100%;
}

.carousel-inner > .active.right
{
    left: 100%;
}

.carousel-control
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5;
}

.carousel-control.left {
/*  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;*/
  background-image:none;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image:none;
/*  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;  */

}

.carousel-control:hover,
.carousel-control:focus
{
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right
{
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left
{
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right
{
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next
{
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1;
}

.carousel-control .icon-prev:before
{
    content: '\2039';
}

.carousel-control .icon-next:before
{
    content: '\203a';
}

.carousel-indicators
{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active
{
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
}

.carousel-caption
{
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn
{
    text-shadow: none;
}

@media screen and (min-width: 768px)
{
    .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next
    {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }
    .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev
    {
        margin-left: -10px;
    }
    .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next
    {
        margin-right: -10px;
    }
    .carousel-caption
    {
        right: 20%;
        left: 20%;
        padding-bottom: 30px;
    }
    .carousel-indicators
    {
        bottom: 20px;
    }
}
.box
{
  background-image: -webkit-linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-image: -o-linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3a3f44), to(#313539));
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff484e55', endColorstr='#ff313539', GradientType=0);
  -webkit-filter: none;
          filter: none;
  border: 1px solid rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color:#333;
   border-radius: 6px 6px 6px 6px;
}

.searchinput
{
    min-height: 40px;
    padding: 10px;
    left: 10px;
    right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.row_container
{
    border: 1px solid #000;
    border-radius: 4px 4px 4px 4px;
    margin-right: 5px;
}

.manufacturer_listing
{
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Ribbons for images */
.ribbon {
   position: absolute;
   right: -5px; top: -5px;
   z-index: 1;
   overflow: hidden; 
   width: 75px; height: 75px;
   text-align: right;
}
.ribbon span {
   font-size: 10px;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   width: 100px; display: block;
   background: #79A70A;
   background: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
}
.ribbon span::before {
   content: '';
   position: absolute;
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon span::after {
   content: '';
   position: absolute;
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.Red span {background: linear-gradient(#F70505 0%, #8F0808 100%);}
.Red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.Red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.Blue span {background: linear-gradient(#2989d8 0%, #1e5799 100%);}
.Blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.Blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}

.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    z-index: auto;
}
a.back-to-top {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #27AE61 url('../../assets/images/up-arrow.png')  no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
a:hover.back-to-top {
	background-color: #000;
}
.show_box
{
    border: 4px solid #222;
    border-radius: 0px 0px 4px 4px;
}
@media (min-width: 400px)
{
	.video-container
  {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
 }

.video-container iframe, .video-container object, .video-container embed
 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:90%;
 }
}

@media (min-width: 768px)
{
	.video-container
  {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
 }

.video-container iframe, .video-container object, .video-container embed
 {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:90%;
 }
}

@media (min-width: 1200px){
.video-container 
  {
    overflow:hidden;
	width:100%;
	height:90%;
    padding-bottom:56.25%;
    position:relative;
    height:0;
  }

.video-container iframe, .video-container object, .video-container embed 
  {
    left:0;
    top:0;
    height:90%;
    width:100%;
    position:absolute;
    z-index: auto;
	overflow:hidden;
  }
}


.containerpages
{
    padding-top:12px;
    background-color: #fbfbfb;
    border: 0;
    margin: 0 auto;
}

.youtube
{
    background-color: #fbfbfb;
}
.ytube{
	  width: 100%    !important;
      height: 90%   !important;
}

.row-tops {
    background-color: #4c4b51;   
    height: 40px;
}

.white
{
padding-top:10px;
    vertical-align: middle;
	font-family: 'Oxygen', sans-serif;
	color: #fff;
	padding-left: 50px;
	font-size: 12px;
}

video#video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
	
}


