/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

[hidden] {
    display: none;
}


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: Georgia, sans-serif;
    font-weight: normal;
    color: #777777;
}

body {
    margin: 0;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #00e;
}

a:visited {
    color: #551a8b;
}

a:hover {
    color: #06e;
}

a:focus {
    outline: thin dotted;
}

/*
 * Improve readability when focused and hovered in all browsers: h5bp.com/h
 */

a:hover,
a:active {
    outline: 0;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

/*
 * Redeclare monospace font family: h5bp.com/j
 */

pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/*
 * Improve readability of pre-formatted text
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: "";
    content: none;
}

small {
    font-size: 85%;
}

/*
 * Position subscript and superscript content without affecting line-height: h5bp.com/k
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img {
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */

form {
    margin: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Indicate that 'label' will shift focus to the associated form element
 */

label {
    cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */

button,
input {
    line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */

button[disabled],
input[disabled] {
    cursor: default;
}

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *width: 13px;
    *height: 13px;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}


/* =============================================================================
   Tables
   ========================================================================== */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}


/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==|== primary styles =====================================================
   Author:
   ========================================================================== */
/*@font-face{ 
	font-family: 'reklame-script';
	src: url('bellopro-webfont.eot');
	src: url('bellopro-webfont.eot?#iefix') format('embedded-opentype'),
	     url('bellopro-webfont.woff') format('woff'),
	     url('bellopro-webfont.ttf') format('truetype'),
	     url('bellopro-webfont.svg#webfont') format('svg');
}*/
/*@font-face {
    font-family: 'reklame-script';
    src: url('reklame-scriptboldcondensedregular-webfont.eot');
    src: url('reklame-scriptboldcondensedregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('reklame-scriptboldcondensedregular-webfont.woff') format('woff'),
         url('reklame-scriptboldcondensedregular-webfont.ttf') format('truetype'),
         url('reklame-scriptboldcondensedregular-webfont.svg#reklame-script-BoldCondensedRg') format('svg');
    font-weight: normal;
    font-style: normal;
}*/

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.fl { float: left;}
.fr { float: right;}
.cl { clear: left;}
.cr { clear: right;}
h1, h2 { font-weight: 500}

html { background-color: #3d3d3d; font-family: Georgia, sans-serif; color: #777777;}
body { padding: 34px 0px 0px; text-align: center; min-width: 1020px;}
header { background-color: #FFF; padding: 6px 0 4px 0; border-bottom: 1px solid #8b8b8b;}
.sprite-bg { background: url('../img/sprite.png')}
header>hgroup { background: #e5e5e5 url('../img/header-bg.png') 0 0 repeat-x; height:98px; width:100%; padding: 12px 0 19px 0;}
.logo { width: 225px; height: 46px; margin: 0 auto;}
header>hgroup>h2 { font-size: 1em; margin-top: 1px; color: #929191;}
.h-line { width: 38px; height:2px; border-top: 1px solid #929191; border-bottom: 1px solid #929191; display: inline-block; vertical-align: middle;}
header>header>p { color: #a2a1a1; font-size: 0.875em; margin-top: 15px;}

.products { width: 965px; margin:12px auto 0; position: relative;}
.products-list { position: relative; background: url('../img/products-bg.png') top center no-repeat; height: 710px; list-style: none; padding: 0 70px; margin:0; overflow: hidden;}
.products-list>li { height: 710px; position: absolute; width: 882px; display: none;}
.products-list img { filter: inherit;}
.products-list p { filter: inherit;}
.products-list h1 { margin: 0; font-size: 4.4375em; color: #6c6969; width: 483px; line-height: 0.9; font-family:"reklame-script"; padding: 80px 0 0; position: relative; z-index: 100; filter: inherit;}
.products-list h1+p { background: url('../img/horizontal-decor.png') top center no-repeat; width: 483px; padding-top: 35px; margin-top: 25px; margin-left: -5px; color: #8d8d8d; font-size: 1em; line-height: 1.2; position: relative; z-index:200;}
.logo-product {position: absolute; right: 28px; top: 0px;}
.logo-unopan {position: absolute; left: 106px; top: 345px;}
.quantity { font-family: "reklame-script"; font-size: 2em; color:#e5e5e5; width: 67px; height: 67px; /*background-position: -585px -46px;*/ position: absolute; top: 305px; left: 392px; line-height: 67px;}
.products>a { position: absolute; top:35%; left:0; background-position: 0 -143px; width: 56px; height: 56px;}
.products>a:hover { background-position: -112px -143px;}
.products>a:active { background-position: -224px -143px;}
.products>a.arrow-right { right:0; left: auto; background-position: -56px -143px;}
.products>a.arrow-right:hover { background-position: -168px -143px;}
.products>a.arrow-right:active { background-position: -280px -143px;}


.about { width: 1014px; margin: 80px auto -320px;}
.about>h2 { font-size: 1.8125em; font-style:italic; color: #8e8e8e; font-weight: normal; width: 89%; margin: 0 auto; line-height: 1.3;}
.more-info-list { background: url('../img/horizontal-decor.png') top center no-repeat; padding: 135px 0 0; margin-top: 92px}
.more-info-list>li { background: url('../img/info-bg.jpg') 0 0 no-repeat; width: 302px; height: 301px; display: inline-block; vertical-align: top; font-size: 0.9375em; color: #777777; text-align:left; line-height:1; position: relative;}
.more-info-list>li>p { line-height: 1.1;}
.more-info-list>li>article { display: none;}
.more-info-list>li>a { position: absolute; font-family: "reklame-script"; font-size: 1.3em; color: #777777; text-decoration: none; display: block; width: 120px; height:120px; background-position: 0 -199px; padding: 44px 0 0 38px;}
.more-info-list>li>a:hover { color: #ffffff;}
.more-info-list>li>a:active { color: #e5e5e5;}
li.info-1 { padding-right: 22px; margin-right: 20px;}
li.info-1>p { margin: 80px 0 0 35px;}
li.info-1>a { top: 188px; left:-10px}
li.info-1>a:hover { background-position: 0 -319px;}
li.info-1>a:active { background-position: 0 -439px;}
li.info-2 { background-position: -302px 0; padding-right: 20px; margin-right: 20px;}
li.info-2>p { margin: 160px 0 0 45px;} 
li.info-2>a { top: -40px; left:95px; background-position: -120px -199px; padding: 49px 0 0 32px;}
li.info-2>a:hover { background-position: -120px -319px;}
li.info-2>a:active { background-position: -120px -439px;}
li.info-3 { background-position: -604px 0; padding-right: 20px;}
li.info-3>p { margin: 75px 0 0 40px;} 
li.info-3>a { top: 188px; left:196px; background-position: -240px -199px; padding-left: 25px;}
li.info-3>a:hover { background-position: -240px -319px;}
li.info-3>a:active { background-position: -240px -439px;}

.about-pictures { position: relative;  background: url('../img/horizontal-decor.png') top center no-repeat; padding: 112px 0 0; margin-top: 101px;}
.gallery-list { padding: 0; margin:0; list-style: none; text-align: left; width: 908px; height: 952px; margin:0 auto; overflow: hidden; position: relative;}
.gallery-list>li { margin-top:54px; opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); position: absolute;}
#mask-about-pictures { background: url('../img/mask-about-pictures.png') 0 0 no-repeat; width: 908px; height: 952px; position: absolute; top:112px; left:48px}
.about-pictures>a { position: absolute; top:50%; left:0; background-position: 0 -46px; width: 97px; height: 97px;}
.about-pictures>a:hover { background-position: -194px -46px;}
.about-pictures>a:active { background-position: -388px -46px;}
.about-pictures>a.arrow-right { right:0; left: auto; background-position: -97px -46px;}
.about-pictures>a.arrow-right:hover { background-position: -291px -46px;}
.about-pictures>a.arrow-right:active { background-position: -485px -46px;}
.about-pictures>p { color: #e1e1e1; font-size: 2em; position: absolute; top:86px; left:485px; font-family:"reklame-script"; font-weight: 500;}

.contact { background: url('../img/contact-bg.png') bottom center repeat-x; height: 682px; padding-top: 320px;}
#contact-form { position: relative; /*width: 1235px;*/ margin:0 auto;}
#contact-form>fieldset { background: url('../img/contact-form-bg.png') top center no-repeat; position: absolute; width: 100%; height:476px; left:0; top:-320px; padding-top:45px;}
input[type="text"], textarea { width: 428px; border:1px solid #f2f2f2;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; behavior: url(css/PIE.htc); background-color: #f2f2f2; font-size: 1.125em; padding: 12px 23px; position: relative; outline:0;}
input[type="text"]:focus, textarea:focus { border:1px solid #d7d7d7; background-color: #d7d7d7; color: #4e4e4e;}
input[type="text"].error, textarea.error { border:1px solid #d60000; background-color: #f3d9d9; color: #d60000;}
textarea { padding: 16px 23px; resize: none; vertical-align: top; overflow: auto;}
input[type="submit"] { width: 120px; height: 123px; background-position: -360px -199px; border: 0; color: #777777; font-size: 1.5625em; font-family:"reklame-script"; padding-bottom: 13px;}
input[type="submit"]:hover { background-position: -360px -322px; color: #ffffff;}
input[type="submit"]:active { background-position: -360px -445px; color: #e5e5e5;}
#contact-form p:last-child { margin-top: 15px;}
.no-margin-bottom { margin-bottom: 0;}
.response-msg-from { font-size: 1.5em; color: #2fa600;}
.response-msg-from.error { color: #d60000}
a.form-back-btn { color: #626262; font-size: 0.875em; text-decoration: none; position: relative; margin-left: 44px; margin-top: 5px;}
a.form-back-btn>span { background-position: -657px 0; width: 36px; height: 36px; display: inline-block; vertical-align: middle; margin-right: 12px; position: absolute; top:-9px; left: -50px;}
a.form-back-btn:hover { color: #3d3d3d}
a.form-back-btn:hover>span { background-position: -693px 0;}
a.form-back-btn:active { color: #242424}
a.form-back-btn:active>span { background-position: -729px 0;}

.contact-info { width: 880px; margin: 0 auto; padding-top: 200px; text-align: left; font-size: 0.875em; color: #696969;}
.contact-info>p { margin:0 0 0 50px; position: relative;}
.contact-info span { width: 36px; height:36px; display: inline-block; vertical-align: middle; margin-right: 12px; position: absolute; top:0; left: -50px;}
.contact-info>a { color: #696969; text-decoration: none; position: relative; display:block; margin-left: 50px; line-height:36px;}
.contact-info>a:hover {color:#3d3d3d;}
.contact-info>a:active {color:#242424;}
.phone>span { background-position: -225px 0;}
p.address { margin-left: 635px;}
.address>span { background-position: -441px 0;}
a.map-btn { margin: 35px 0 0 635px;}
a.map-btn>span { background-position: -549px 0;}
a.map-btn:hover>span { background-position: -585px 0;}
a.map-btn:active>span { background-position: -621px 0;}
a.email { margin-top: 35px;}
a.email>span { background-position: -333px 0;}
a.email:hover>span {background-position: -369px 0;}
a.email:active>span {background-position: -405px 0;}


footer { background: #fff; padding: 45px 0}
footer h2 { margin: 0; font-size: 2.5625em; font-family:"reklame-script";}
footer h2:last-child { margin-right: 120px;}
footer a {display: inline-block;}
footer>ul { list-style: none; width: 930px; margin:0 auto; padding: 0; text-align: left;}
footer li { display: inline-block; margin-right: 30px;}
footer li.last-child {margin-right:0;}
footer>hgroup { width: 930px; margin:0 auto;}
a.rompan { background-position: 0 -584px; width: 128px; height: 133px;}
a.rompan:hover { background-position: 0 -718px;}
a.rompan:active { background-position: 0 -852px;}
a.asmp { background-position: -128px -584px; width: 131px; height: 122px;}
a.asmp:hover { background-position: -128px -707px}
a.asmp:active { background-position: -128px -830px}
a.remp { background-position: -258px -584px; width: 124px; height: 133px;}
a.remp:hover { background-position: -258px -716px}
a.remp:active { background-position: -258px -848px}
a.iba { background-position: -383px -584px; width: 120px; height: 126px;}
a.iba:hover { background-position: -383px -711px}
a.iba:active { background-position: -383px -838px}
a.esyd { background-position: -503px -584px; width: 129px; height: 125px;}
a.esyd:hover { background-position: -503px -710px}
a.esyd:active { background-position: -503px -836px}
a.certind { background-position: -632px -584px; width: 124px; height: 125px;}
a.certind:hover { background-position: -632px -710px}
a.certind:active { background-position: -632px -836px}

.copyright { background:url('../img/horizontal-decor.png') top center no-repeat; padding-top: 35px; margin: 45px 0 0; font-size: 0.6875em; color: #b3b3b3;}

.modal-container { background-color: rgba(20,20,20,.7); position: absolute; top:0; left:0; width:100%; height:100%; z-index:1000; padding-top: 50px} 
.lt-ie9 .modal-container{background:url(../img/fundal-modal.png)}
.modal-container { color: #777777;}
.modal-container h1 { color: #5e5d5d; font-family:"reklame-script"; font-size: 4.625em; background: url('../img/horizontal-decor-modals.png') center bottom no-repeat; padding-bottom: 30px; text-align: center; margin-bottom: 20px; line-height:1; margin-top:0;}
.modal-container>div { background: url('../img/modals-bg.png') 0 0 no-repeat; width: 961px; height: 961px; margin: 0 auto; padding: 30px 130px; text-align: left;}
.modal-container article { position: relative; height: 1000px; margin-top: 60px;}
.modal-container article.istoric { background: url('../img/istoric-bg.png') 135px 671px no-repeat; }
.modal-container article.misiune { background: url('../img/misiune-bg.png') 156px 662px no-repeat;}
.modal-container article.distinctii { background: url('../img/distinctii-bg.png') 191px 656px no-repeat;}
.modal-container article>a { background-position: -480px -167px; width:141px; height:139px; display: block; font-family:"reklame-script"; font-size: 1.5265em; color: #e4e4e4; text-decoration: none; text-align:center; line-height: 139px; position: absolute; right:-100px; top:-5px; padding-left:20px;}
.modal-container article>a:hover { background-position: -480px -306px; color: #ffffff;}
.modal-container article>a:active { background-position: -480px -445px; color: #636262;}

#scrollbar1 { width: 770px; clear: both; margin: 20px 0 10px; }
#scrollbar1 .viewport { width: 730px; height: 497px; overflow: hidden; position: relative; }
.distinctii #scrollbar1 .viewport {height: 455px;} 
#scrollbar1 .overview { list-style: none; position: absolute; left: 0; top: 0; }
#scrollbar1 .thumb .end, #scrollbar1 .thumb { background-color: #4e4e4e; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; behavior: url(css/PIE.htc);}
#scrollbar1 .scrollbar { position: relative; float: right; width: 15px; margin-top: 73px;}
.distinctii #scrollbar1 .scrollbar { margin-top: 23px;}
#scrollbar1 .track { background-color: #b7b7b7; height: 100%; width:10px; position: relative; padding: 0; -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; behavior: url(css/PIE.htc);}
#scrollbar1 .thumb { height: 20px; width: 10px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
#scrollbar1 .thumb .end { overflow: hidden; height: 5px; width: 10px; display: none}
#scrollbar1 .disable{ display: none; }

/*.istoric { background: url('../img/istoric-bg.png') center bottom no-repeat;}*/

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    border: 0;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-color: transparent;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Contain floats: h5bp.com/q
 */

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
