@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400italic);

.rmm {
    display:block;
    position:relative;
    width:100%;
    padding:0;
    margin:0 auto !important;
    text-align: center;
    line-height:19px !important;
}
.rmm * {
    -webkit-tap-highlight-color:transparent !important;
    font-family:Arial;
}
.rmm a {
    color:#ebebeb;
    text-decoration:none;
}
.rmm .rmm-main-list, .rmm .rmm-main-list li {
    margin:0;
    padding:0;
}
.rmm ul {
    display:block;
    width:auto !important;
    margin:0 auto !important;
    overflow:hidden;
    list-style:none;
}



/* sublevel menu - in construction */
.rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
    display:none !important;
    height:0 !important;
    width:0 !important;
}
/* */


.rmm .rmm-main-list li {
    display:inline;
    padding:0;
    margin:0 !important;
}
.rmm-toggled {
    display:none;
    width:100%;
    position:relative;
    overflow:hidden;
    margin:0 auto !important;
}
.rmm-button:hover {
    cursor:pointer;
}
.rmm .rmm-toggled ul {
    display:none;
    margin:0 !important;
    padding:0 !important;
}
.rmm .rmm-toggled ul li {
    display:block;
    margin:0 auto !important;
}

.award {
    float: left;
    padding-right: 10px;
    padding-top: 10px;
}


/* MINIMAL STYLE */

.rmm.minimal a {
    color:#333333;
}
.rmm.minimal a:hover {
    color: #98159c!important;
}

.rmm.minimal a.active {
    color: #98159c!important;
}

.rmm.minimal .rmm-main-list li a {
    display:inline-block;
    padding:8px 19px 8px 19px;
    margin:0 -3px 0 -3px;
    font-size:15px;
}
.rmm.minimal .rmm-toggled {
    width:95%;
    min-height:36px;
}
.rmm.minimal .rmm-toggled-controls {
    display:block;
    height:36px;
    color:#333333;
    text-align:left;
    position:relative;
}
.rmm.minimal .rmm-toggled-title {
    position:relative;
    top:9px;
    left:9px;
    font-size:16px;
    color:#333;
}
.rmm.minimal .rmm-button {
    display:block;
    position:absolute;
    right:9px;
    top:7px;
}

.rmm.minimal .rmm-button span {
    display:block;
    margin:4px 0 4px 0;
    height:2px;
    background:#333;
    width:25px;
}
.rmm.minimal .rmm-toggled ul li a {
    display:block;
    width:100%;
    text-align:center;
    padding:10px 0 10px 0;
    border-bottom:1px solid #dedede;
    color:#333;
}
.rmm.minimal .rmm-toggled ul li:first-child a {
    border-top:1px solid #dedede;
}

/* END MENU */

* {
    margin: 0;
}

html, body {
    height: 100%;
}

.top{
max-width:1162px;
margin: 0 auto;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 16px;
	 color: #000;
	 height:50px;
	 padding-top:20px;
	 padding-bottom:15px;
    padding-left: 10px;
    text-transform: uppercase;
    font-weight: 300;
}

.description{
max-width:1162px;
margin: 0 auto;
}

.description {
    color: #666;
    font-family: arial,sans-serif;
    font-size: 12px;
    line-height: 1.8em;
    padding-bottom: 20px;
    text-align: justify;
	padding-top:40px;
    padding-left: 10px;
    padding-right: 10px;
}

.intro {
    color: #666;
    font-family: arial,sans-serif;
    font-size: 12px;
    line-height: 1.8em;
    padding-bottom: 13px;
    text-align: justify;
    padding-top:0px;
    padding-left: 10px;
    padding-right: 10px;
    max-width:100%;
    margin: 0 auto;
    background-image: linear-gradient(to top, #fff 0%, #e3fbca 50%);
    -webkit-box-shadow: 0 8px 6px -6px #999; z-index: 100000;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

#ei-slider{max-width:1162px;}

.product{
float: left;
width: 420px;
}

@media screen and (max-width : 560px)
{.product{clear: both; width: 100%;}}

@media screen and (max-width : 560px)
{#zoom_01{clear: both; width: 250px;}}

.parallax-container{
height: 445px;
}

@media screen and (max-width : 560px)
{.parallax-container{
height: 345px;
}}

.description strong {
    background-repeat: no-repeat;
    padding-left: 25px;
    text-transform: uppercase;
}

.description strong {
    color: #98159c;
    font-size: 14px;
}

.wbg{
background-color: #fff;
}

.out {
    list-style-type: square;
    padding-left: 2px;
    display: inline-block;
	}
.desauf {
    list-style-position: inside;
}

p.flip
{
margin:0;
padding:10px;
border:solid 1px #c3c3c3;
cursor: pointer;
}

.flip{
float: left; margin-right:10px; margin-top:5px; cursor: pointer;}

div.panel
{
display:none;
}

.form-control {
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    height: 18px;
    padding: 3px 11px 5px;
    transition: all 0.1s ease-in-out 0s;
	background: none repeat scroll 0 0 #eee;
	width: 280px;
	margin-bottom:5px;
}

.pull{width: 305px; height:28px;}

.form-control:hover {
    background: none repeat scroll 0 0 #fbfcfc;
    border-color: #dde1e1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
    color: #afb8bb;
}

textarea {
    min-height: 94px;
    resize: vertical;
	font-family: arial,sans-serif;
}




.button:hover {
	background: none repeat scroll 0 0 #fbfcfc;
	border-color: #dde1e1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) inset;
}

@media screen and (min-width : 1020px)
{
.rmm-main-list{display: block!important;}
.rmm-toggled-controls{display: none!important;}
.rmm-closed{display: none!important;}
}

footer{
max-width:1162px;
margin: 0 auto;
border-top: 1px solid #e3e3e3;
font-family: arial,sans-serif;
font-size: 11px;
padding-top:10px;
color: #666;
}

@media screen and (max-width : 560px)
{.copy A:link {font-size: 18px; padding-bottom:60px; margin-bottom: 60px; line-height:3.5em;}}

@media screen and (max-width : 560px)
{.credits A:link {font-size: 18px; padding-bottom:60px; margin-bottom: 60px; line-height:3.5em;}}

.demo_container { margin:10px auto; padding-top:8px;}
#demo_top_wrapper { margin:0 0 20px 0; }
#demo_top { height:100px; padding:20px 0 0 0; }
#my_logo { font:70px Georgia, serif; }

/* our menu styles */
#sticky_navigation_wrapper { width:100%; height:50px; }
#sticky_navigation { width:100%; height:50px;  background:url(trans-black-60.png);  -webkit-box-shadow: 0 8px 6px -6px #999; z-index: 100000;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999; }

.rmm{background:url(trans-black-60.png);}

.scrollup{
    width:40px;
    height:40px;
    text-indent:-9999px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:50px;
    display:none;
    background: url('../img/icon_top.png') no-repeat;
}

@media screen and (min-width : 1020px)  and (max-width : 1190px)  {
    .rmm.minimal .rmm-main-list li a {
        display: inline-block;
        font-size: 15px;
        margin: 0 -3px;
        padding: 8px 11px;
    }
}

@media screen and (min-width : 600px)  and (max-width : 1020px)  {
    .rmm.minimal .rmm-main-list li a {
        display: inline-block;
        font-size: 15px;
        margin: 0 -3px;
        padding: 8px 10px;
    }
}

.sellang {
    background-color: #fff;
    border: 1px solid #b9b9b9;
    color: #737373;
    font-size: 12px;
    width: 110px;
}

.lang {
    position: absolute;
    right: 0;
    top: 15px;
}

/* Footer */
footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding-bottom: 20px;
}
footer li{list-style-type: none; display: inline-block; margin-right: 20px;}

footer a:visited:hover {
    color:#98159c;
    text-decoration:none;
}

footer A:link,footer A:visited {
    color:#666;
    text-decoration:none;
}

footer A:hover,footer A.active,footer A:active {
    color:#98159c;
    text-decoration:none;
}

@media screen and (max-width : 560px)
{footer li{list-style-type: none; display: block; line-height: 2.5em; font-size: 16px; padding-left:15px;}}


/* product range */
.pr{max-width: 1162px; margin: 0 auto;}

.tile img {
    border: 1px solid #e3e3e3;
    box-shadow: 0 8px 6px -6px #999;
}

.zoomContainer{
    border: 1px solid #e3e3e3;
    box-shadow: 0 8px 6px -6px #999;
}

/*
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
/*.grabbing {
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.item img {
    border: 1px solid #e3e3e3;
    box-shadow: 0 8px 6px -6px #999;
}



/* preloading images */
.owl-item.loading{
    min-height: 150px;
}

#owl-demo .item{
    margin: 0;
}
#owl-demo .item img{
    display: block;
    width: 120px;
    height: auto;
}

#container {
    max-width:1162px;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1162px;
    margin: 0 auto;
    text-align: center;
}

.container img {
    height: auto;
    max-width: 340px;
    width: 100%;
}

.start a:link {
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 24px;
}


.start {
    color: #666;
    display: inline-block;
    font-family: arial,sans-serif;
    font-size: 11px;
    line-height: 1.8em;
    margin-bottom: 10px;
    max-width: 287px;
    text-align: left;
}

.breakpoint { /* One column for smartphones */
    max-width: 100%;
    display: inline-block;
}
@media (min-width: 320px) { /* Two columns for tablets */
    .breakpoint {
        max-width: 48%;
    }
}
@media (min-width: 760px) { /* Four columns for large devices */
    .breakpoint {
        max-width: 24.4%;
    }
}

/* Top slider */
.ei-slider{
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 500px;
    margin: 0 auto;
}

.ei-slider-loading{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:999;
    background: rgba(0,0,0,0.9);
    color: #fff;
    text-align: center;
    line-height: 400px;
}
.ei-slider-large{
    height: 100%;
    width: 100%;
    position:relative;
    overflow: hidden;
}
.ei-slider-large li{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ei-slider-large li img{
    width: 100%;
       }
.ei-title{
    position: absolute;
    right: 50%;
    margin-right: 13%;
    top: 30%;
}
.ei-title h2, .ei-title h3{
    text-align: right;
}
.ei-title h2{
    font-size: 40px;
    line-height: 50px;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #fff;
    text-shadow: 1px 1px #000;
}
.ei-title h3{
    font-size: 70px;
    line-height: 70px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    color: #000;
    text-shadow: 1px 1px #fff;
}
.ei-slider-thumbs{
    height: 13px;
    margin: 0 auto;
    position: relative;
}
.ei-slider-thumbs li{
    position: relative;
    float: left;
    height: 100%;
}
.ei-slider-thumbs li.ei-slider-element{
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 10;
    text-indent: -9000px;
    background: #98159c;

}
.ei-slider-thumbs li a{
    display: block;
    text-indent: -9000px;
    background: #999 ;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-box-shadow:
    0 1px 1px 0 rgba(0,0,0,0.3),
    0 1px 0 1px rgba(255,255,255,0.5);
    -moz-box-shadow:
    0 1px 1px 0 rgba(0,0,0,0.3),
    0 1px 0 1px rgba(255,255,255,0.5);
    box-shadow:
    0 1px 1px 0 rgba(0,0,0,0.3),
    0 1px 0 1px rgba(255,255,255,0.5);
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    transition: background 0.2s ease;
}
.ei-slider-thumbs li a:hover{
    background-color: #f0f0f0;
}
.ei-slider-thumbs li img{
    position: absolute;
    bottom: 50px;
    opacity: 0;
    z-index: 999;
    max-width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-box-reflect:
    below 0px -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(transparent),
            color-stop(50%, transparent),
            to(rgba(255,255,255,0.3))
    );
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.ei-slider-thumbs li:hover img{
    opacity: 1;
    bottom: 13px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
@media screen and (max-width: 830px) {
    .ei-title{
        position: absolute;
        right: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
        top: auto;
        bottom: 10px;
        background: #fff;
        background: rgba(255,255,255,0.9);
        padding: 5px 0;
    }
    .ei-title h2, .ei-title h3{
        text-align: center;
    }
    .ei-title h2{
        font-size: 20px;
        line-height: 24px;
    }
    .ei-title h3{
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 630px) {
    .ei-slider{
        position: relative;
        width: 100%;
        max-width: 1920px;
        height: 220px;
        margin: 0 auto;
    }
    .ei-title{
        position: absolute;
        right: 0;
        margin-right: 0;
        width: 100%;
        text-align: center;
        top: auto;
        bottom: 0px;
        background: #fff;
        background: rgba(255,255,255,0.9);
        padding: 2px 0;
    }
	
	
	#owl-demo .item img {
    display: block;
    height: auto;
    width: 95px;
}
	
	}

.description h1 {font-family: 'Open Sans Condensed', sans-serif; text-align: left; padding-left: 0; padding-top: 0; line-height: 1.2em; text-transform:uppercase}
.product h1 { text-transform:none}

.tile{display: inline-block; padding: 12px; }
.tile img{}
.norm strong{

    color: #666;
    font-family: arial,sans-serif;
    font-size: 12px;
    text-transform: none;
    background-image: none;
    padding-left: 0px;
}

.contact form{
    border: none;
}

:invalid {
    border: 1px solid red;
}
:valid {
    border: 1px solid #98159c;
}

.product h1 {font-family: arial,sans-serif;
    font-size: 22px; line-height:1.2em; padding-bottom:2px;}

.formcont{float: left; width: 400px}

#SubmitButton{margin-top:10px; margin-bottom:10px;}

input {
    color: #000!important;
}

.button{
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    padding: 8px 11px 9px;
    transition: all 0.1s ease-in-out 0s;
    background: none repeat scroll 0 0 #eee;
    width: 303px;
}


.item a {
    color: #555;
    text-decoration: none; 
}

.item a:hover {
    color: #000;
    text-decoration: none;
}


.tile a:visited {color: #98159c;}
.desauf a:visited {color: #98159c;}
.item a:visited {color: #98159c;}

.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
th {font-weight: bold!important;}

.description h3 {text-align: left;}




.zam{ display:table;}











/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}
html,body {
    margin:0;
    padding:0;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img {
    border:0;
}
input{
    border:1px solid #b0b0b0;
    padding:3px 5px 4px;
    color:#979797;
    width:190px;
}
address,caption,cite,code,dfn,th,var {
    font-style:normal;
    font-weight:normal;
}
ol,ul {
    list-style:none;
}
caption,th {
    text-align:left;
}
h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}









/* General Demo Style */
.ei-slider-large{
    background: #fff;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 13px;
}
a{
    color: #555;
    text-decoration: none;
}
a:hover{
    color: #000;
}
.clr{
    clear: both;
}
.wrapper{
    position: relative;
    width: 100%;
}
.wrapper p{
    clear: both;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}
.reference{
    padding-top: 40px;
}
h1{
    font-size: 34px;
    position:relative;
    color: #000;
    font-weight: 400;
    text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    padding: 20px;
    z-index:1000;
    text-transform: normal;
    text-align: center;
}
h1 span{
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: none;
    font-size: 20px;
}
/* Header Style */
.header{
    font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 10px;
    padding: 3px 5px;
    background: #000;
    opacity: 0.9;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
    box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}
.header a{
    line-height: 18px;
    padding: 0 4px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 1px #000;
    color: #ddd;
}
.header a:hover{
    color: #fff;
}
.header a span{
    font-weight: bold;
}
.header span.right{
    float: right;
}

.on img{box-shadow: 0 8px 8px -6px #98159c; border: 1px solid #bdbcbc;}




@media screen and (max-width: 860px) {
    .header a{
        display: block;
        text-align: center;
        font-size: 10px;
        text-shadow: none;
    }
    .header span.right{
        float: none;
    }
}



.item{line-height: 1.6em!important;}


/*- FILTER OPTIONS -*/
ul#filterOptions {
	width: 100%;
	height: auto;
	margin: 10px 0;
	overflow: hidden;
}
ul#filterOptions li { height: 34px; margin-right: 2px; float: left; }
ul#filterOptions li a {
	height: 30px;
	width:85px;
	padding: 0;
	border: 1px solid #e3e3e3;
	background: #eee;
	color: #333;
	font-weight: 300;
	line-height: 30px;
	text-decoration: none;
	display: block;
	text-align:center;
	font-family: "Open Sans Condensed",sans-serif;
	font-size:16px;
	transition: all 0.2s ease-out 0s;
}
ul#filterOptions li a:hover { background: #878787; color: #fff;}
ul#filterOptions li.active a { background: #98159c; }


/*- -*/