html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
}

body {
    overflow: auto;
}

h1,
h2,
h4,
h6 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: bold;
    color: #5696AD;
}

h5 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    color: #5696AD;
    font-size: 1.2em;
}

h3 {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    color: #5696AD;
    font-size: 1.5em;
}

ul {
    list-style-type: none !important;
    margin: 0px !important;
    padding: 0px !important;
}

.row-fluid {
    height: auto;
}
/* =============================================================------Start first page-----================================================================= */
/*------Header----- */

.header {
    position: fixed;
    z-index: 9;
    display: table;
    table-layout: fixed;
    width: 100%;
    top: 0px;
    background: rgba(255, 255, 255, 0.85);
    background: #EFF8FC;
}

.header > div.content-row {
    display: table-row;
}

.header > div.content-row > div {
    display: table-cell;
    padding-left: 60px;
    padding-right: 60px;
}

.header .row {
    margin: 0px;
}

.logo {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 150px;
    height: 70px;
    z-index: 99;
    background: url(../img/despre/certificari/kaiser.png) no-repeat center;
    background-size: 96% 85%;
}

.motto {
    background: #4B94B0;
    height: 35px;
    font-family: 'Marck Script', cursive;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 3px;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 69px;
    width: 100%;
}

.location {
    position: absolute;
    top: 4px;
    background: rgb(237, 247, 250);
    padding: 3px 10px;
    left: -300px;
    color: rgb(25, 85, 104);
    z-index: 2;
}
/*------Footer----- */

.footer {
    height: 40px;
    background: #D6E4EA;
    text-align: center;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    line-height: 40px;
}

.footer ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.footer ul li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.footer ul li a {
    display: block;
    line-height: 17px;
    padding: 11px 10px;
    color: #2A5C6D;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}

.footer ul li a:hover {
    color: #2A5C6D;
    text-decoration: none;
    background: white;
    padding-top: 11px;
    padding-bottom: 11px;
}
/*------Body----- */
/*------Carousel----- */

.bar-top {
    min-height: 200px;
    background: #FFFFFF;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 auto;
}

.carusel-interior {
    background: #EFF8FC;
}

.bar-top > div {
    display: table-cell;
    vertical-align: middle;
}

.bar-top .arrows {
    width: 48px;
    background: #EFF8FC;
    text-align: center;
}

.top-scroller {
    background: #EFF8FC;
}

.bar-top .arrows .fa {
    color: #5C9DB8;
    font-size: 48px;
    cursor: pointer;
    position: absolute;
    top: 37%;
}

.scroll-left {
    left: -43px;
}

.scroll-right {
    right: -43px;
}

.scroller {
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
}

ul.year {
    list-style-type: none;
    padding: 0px 5px 0px 5px;
    margin: 0px;
}

.navitem {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.navitem a {
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.navitem a.time {
    background: #FEFEFE;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.navitem span.time-info {
    position: absolute;
    left: 0px;
    top: -20px;
    right: 0px;
    height: 25px;
    line-height: 25px;
    color: white;
    transition: all 0.4s ease-in-out;
}

.time img {
    width: inherit;
}

.border-image {
    border: 17px solid black;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2;
}

.border-image:hover {
    background: grey;
    opacity: 0.7;
}

.disabled {
    visibility: hidden;
}

.watermark {
    position: absolute;
    bottom: 1px;
    z-index: 0;
    left: 0px;
    color: #428BCA;
}
/*------ / Carousel----- */

.transition {
    transition: all 0.6s ease-in-out;
}

.contents {
    width: 100%;
    padding-top: 68px;
    height: 100%;
    display: table;
}

.contents .menu {
    height: 40px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #459DC3;
    border-bottom: 3px solid #4698B8;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    position: relative;
    z-index: 9999 !important;
    padding-left: 120px !important;
    padding-right: 120px !important;
}

.contents .menu * {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.content-row {
    display: table-row;
}

.contents .page {
    /* padding-top: 40px; */
    
    padding-bottom: 35px;
    display: table-cell;
    vertical-align: bottom;
}

.menu-left {}

.menu-right {}

nav {
    border-radius: 0px !important;
    background: transparent !important;
    border: 0px !important;
    margin: 0px !important;
    min-height: auto !important;
}

div[class*="col-"],
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

div.col-sm-4 {
    padding: 10px;
    box-sizing: border-box;
}

.navbar {
    height: auto !important;
    min-height: 100% !important;
    box-shadow: none !important;
}

.navbar-nav > li > a {
    padding-top: 9px;
    padding-bottom: 8px;
}

.navbar-nav {
    text-transform: uppercase;
    font-size: 16px;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: #4698B8;
    box-shadow: none;
    color: #FFFFFF;
}

.navbar-default .navbar-nav > li > a {
    color: #459DC3
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background: #FFFFFF;
    color: #459DC3;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 999 !important;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0px;
    margin: 2px 0px 0px;
    font-size: 16px;
    text-align: left;
    list-style: none outside none;
    background-color: #FFF;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #CCE1EA;
    border-top: 0px;
    text-transform: capitalize;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #459DC3;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover {
    background: #EFF8FC;
    color: #459DC3;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 0px;
    overflow: hidden;
    background-color: #CCE1EA;
}

li.dropdown-submenu ul {
    padding: 0px;
    margin: 0px;
}

li.dropdown-submenu ul li {
    list-style-type: none
}

li.dropdown-submenu ul li a {
    text-decoration: none;
    padding: 1px 20px;
    display: block;
    padding-left: 40px;
}

li.dropdown-submenu ul li a {
    text-decoration: none;
    padding: 3px 20px;
    display: block;
    padding-left: 30px;
    color: #459DC3;
}

li.dropdown-submenu ul li a:before {
    content: "\e080  ";
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
}

li.dropdown-submenu ul li:hover {
    background: #EFF8FC
}

.menu-intermediate {
    display: none;
}

.navbar-toggle,
.navbar-toggle:hover,
.navbar-toggle:focus {
    border: 0px;
    border-radius: 0px;
    background: #FFFFFF !important;
}

.navbar-toggle *,
.navbar-toggle:hover *,
.navbar-toggle:focus * {
    color: #FFFFFF !important;
}

.menu-left .navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
}

.hover-drop {
    display: block;
}

#backgrounds,
#backgrounds div {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    right;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: -1;
}

.fb-icon {
    border-right: 0px;
    padding-right: 0px;
}
/*-----content home news---- */

.widget {
    padding: 20px 20px 45px 20px;
}

.aw-widget-current .bg-su {
    background: #FFF !important;
    opacity: 0.8;
    border: none !important;
}

.hovered {
    background-color: #268FBD;
}

.custom {
    padding: 10px !important;
    box-sizing: border-box;
}

.bottom {
    margin-bottom: 10px;
}

.box-wrapper {
    padding: 10px;
    box-sizing: border-box;
}

.body-content {
    height: 65px;
    overflow: hidden;
}

.text-container {
    height: auto;
}

.hiddenContent {
    display: none;
    overflow: hidden;
}

.hide-menu {
    display: none;
}

.show-menu {
    display: block;
    height: 100%;
}

.box1 {
    overflow: hidden;
    height: auto !important;
    max-height: none !important;
}

.innerBox1 {
    height: auto !important;
    max-height: none !important;
    min-height: 50px;
}

.dots {
    margin: 0px;
    padding: 0px;
}

.right {
    text-align: right;
}

.dots li {
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #268FBD;
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    margin-right: 1px;
}

.table-custom {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-bottom: 3px;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px;
}

.table-custom > div {
    display: table-cell;
    vertical-align: middle;
}

.table-custom > div h3 {
    margin: 0px;
    padding: 0px;
}

.custom-height {
    background: rgba(255, 255, 255, 0.85);
    padding: 5px 10px;
    overflow: hidden;
}

#content-box {
    height: 150px;
}

#content-box-content li {
    margin: 0px;
    padding: 0px;
}

#content-box-controller li {
    display: inline-block;
    border-radius: 100%;
    border: 1px solid #268FBD;
    width: 13px;
    height: 13px;
    display: inline-block;
    cursor: pointer;
    margin-right: 1px;
}

.body-content.middle {
    line-height: 52px;
}

.bluebackground {
    background-color: #268FBD;
}

.btn {
    border-radius: 0px !important;
    background-color: rgba(38, 143, 189, 0.7) !important;
    background-image: none;
    border: none;
    color: white;
    text-shadow: none;
    width: 115px;
    font-weight: bold;
    border: 2px solid rgba(38, 143, 189, 0.5);
    transition: all 0.5s ease-in-out;
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.lastPost-margin {
    margin-bottom: 40px;
}
/* =============================================================------Second page - Despre noi-----================================================================= */

.contents .page2 {
    /* padding-top: 40px; */
    
    padding-bottom: 35px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

body {
    /*background: url(../img/despre/bg.jpg) no-repeat center fixed; */
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container-fluid {
    padding-left: 0px;
}

.col-md-9 {
    width: 79%;
}

.fixed {
    position: fixed;
    width: 21%;
    top: 100px;
}

.d-table {
    display: table !important;
    table-layout: fixed;
    height: 90%;
}

.t-row {
    display: table-row;
}

.t-cell {
    display: table-cell;
}

.t-cell-fixed {
    display: table-cell;
    /*    vertical-align: middle !important;*/
    
    height: 100%;
}

.sidebar {
    background: url(../img/despre/bruno.png) no-repeat center;
    padding: 0 15px;
    text-align: center;
}

.sidebar-content {
    background: white;
    padding: 20px 10px;
}

.sidebar-content h1 {
    font-style: italic;
    font-size: 30px;
}

.sidebar-content p {
    font-size: 18px;
    color: black;
    font-weight: bold;
    font-style: italic;
}

.articles.about {
    padding-top: 70px;
}

.posts {
    padding: 10px 30px 10px 50px;
    overflow: auto;
}

.posts p {
    margin-left: 10px;
}

.posts.slider {
    padding-left: 65px;
}

.partOfMotto {
    font-weight: normal;
    color: #5696AD;
    font-size: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.salamanderLogo {
    margin: 15px 15px 10px 30px;
    width: 14%;
}

.logosAbout {
    margin: 10px;
}
/* ribbon style */

.ribbon-wrapper {
    position: relative;
}

.ribbon-front {
    background-color: #5C9DB8;
    height: 40px;
    position: relative;
    left: -42px;
    z-index: 0;
    display: inline-block;
    margin-bottom: 10px;
}

.rib-h {
    color: #5C9DB8;
    padding: 10px 10px 10px 0;
    border-top: 2px solid #E9ECED;
    border-bottom: 2px solid #E9ECED;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    margin-left: 13px;
}

.ribbon-front,
.ribbon-back-left,
.ribbon-back-right {
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -khtml-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.55);
}

.ribbon-edge-topleft,
.ribbon-edge-topright,
.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    position: absolute;
    z-index: -1;
    border-style: solid;
    height: 0px;
    width: 0px;
}

.ribbon-edge-topleft,
.ribbon-edge-topright {}

.ribbon-edge-bottomleft,
.ribbon-edge-bottomright {
    bottom: -126px;
}

.ribbon-edge-topleft,
.ribbon-edge-bottomleft {
    left: -41px;
    border-color: transparent #26424D transparent transparent;
}

.ribbon-edge-topleft {
    top: -5px;
    border-width: 5px 10px 0 0;
}

.ribbon-edge-bottomleft {
    border-width: 0 10px 0px 0;
}

.ribbon-edge-topright,
.ribbon-edge-bottomright {
    right: -38px;
    border-color: transparent transparent transparent #26424D;
}

.ribbon-edge-topright {
    border-width: 0px 0 0 10px;
}

.ribbon-edge-bottomright {
    border-width: 0 0 5px 10px;
    bottom: -126px;
}

.ribbon-back-left {
    position: absolute;
    top: -5px;
    left: -70px;
    width: 39px;
    height: 40px;
    background-color: #5C9DB8;
    z-index: -2;
}

.ribbon-back-right {
    position: absolute;
    bottom: -123px;
    right: -37px;
    width: 147px;
    height: 40px;
    background-color: #5C9DB8;
    z-index: 0;
}

.border {
    border-right: 5px solid #F1F4F9;
}

.margins {
    margin: 10px 15px;
}

.margins p {
    overflow: hidden;
    padding: 0px 5px 0px 5px;
}

.margins.d-table {
    height: 50%;
}

.margins .t-row:last-child {
    height: 32px;
}

.margins .t-row {
    height: 107px;
}

.btn a {
    color: white;
    text-decoration: none;
}

.btn a:hover {
    color: black;
    text-decoration: none;
}

.image {
    border: 3px solid #F1F4F9;
    width: 200px;
    height: 200px;
}

.imageException {
    border: 3px solid #F1F4F9;
    margin: 9px;
}

.center {
    text-align: center;
}

.last-posts-content p {
    padding: 5px 0px 5px 10px;
}

.image-border {
    border: 3px solid #F1F4F9;
}

.last-posts-content img {
    margin-right: 10px;
    margin-top: 8px;
    margin-left: 10px;
}
/*=========================================================================Third page - Istoric ========================================*/

.sidebar-content span {
    font-family: 'Marck Script', cursive;
    font-size: 18px;
    color: #4B94B0;
}

.posts h1 .fa {
    background: #EFF8FC;
    color: #4B94B0;
    padding: 10px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 42px;
}

.sidebar.istoric {
    background: url(../img/istoric/bg_istoric3.png) no-repeat center;
    /*background-size: 150% 100%;*/
}
/*=========================================================================Fifth page - Sfaturi utile ========================================*/

.contents .page4 {
    /* padding-top: 90px; */
    
    padding-bottom: 35px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
}

.sidebar.sfaturi {
    background: url(../img/sfaturi/bg_sfaturi.png) no-repeat center;
    background-size: 150% 100%;
}
/*=========================================================================sixth page - Produse ========================================*/

.sidebar.produse {
    background: url(../img/pagini_produse/bg_produse.png) no-repeat center;
    background-size: 150% 100%;
}

.picture,
.picture img {
    width: 300px;
    height: 225px;
    margin: 0 auto;
    position: relative;
}

.picture img {
    border: 5px solid #F1F4F9;
}

.picture span {
    display: block;
    position: absolute;
    top: 7%;
    left: 7%;
    padding: 85px 10px;
    width: 256px;
    text-align: center;
    transition: all 0.5s ease-in-out 0s;
    color: white;
    /*color: #544545;*/
    
    font-size: 17px;
    font-weight: 700;
}

.picture span:hover {
    background: rgba(253, 247, 248, 0.7);
    /*color: #519FC1;*/
    
    color: black;
}

a.a-ribbon:hover {
    text-decoration: none;
}

.rib-hover {
    white-space: nowrap;
    color: #5C9DB8;
    padding: 10px 10px;
    border-top: 2px solid #E9ECED;
    border-bottom: 2px solid #E9ECED;
    display: inline-block;
    transition: all 0.5s ease-in-out 0.2s;
}

.rib-hover:hover {
    color: black;
    transform: scale(1.2);
}
/*========================================================================= seventh page - Tamplarie pvc ========================================*/

.sidebar.tamplarie {
    background: url(../img/pagini_produse/bg_tamplarie.png) no-repeat center;
    background-size: 150% 100%;
}

.sidebar.accesorii {
    background: url(../img/pagini_produse/bg_accesorii.png) no-repeat center;
    background-size: 150% 100%;
}

.pvc {
    margin-top: 60px;
}

.different-p {
    color: #5291AA;
}
/*========================================================================= commun styles = produse  ========================================*/

td,
th {
    padding: 5px;
}

.formater-big {
    height: 375px;
}

.section-profile {}

.profile {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    border: 5px solid #F1F4F9;
}

.leftTitle {
    margin-right: 96px;
    margin-left: 25px;
}

.formater {
    height: 210px;
}

.section-wrapper {
    width: 400px;
    min-height: 200px;
    border: 1px solid red;
}

.image-like {
    width: 400px;
    height: 200px;
    display: inline-block;
}

.new-product {
    width: 70px;
    height: 35px;
}

.info.nou {
    background: url(../img/produse/streamline/new.png);
    position: absolute;
    left: 10px;
    width: 100px;
    height: 53px;
}

.table-rol {
    margin: 0 auto;
    text-align: center;
}
/*========================================================================= eight page - bluEvolution 92 ========================================*/

.leftTitle.b92 {
    margin-right: 60px;
    margin-left: 35px;
}

.section-wrapper.b92 {
    position: absolute;
    right: 90px;
}

.buttons-group {
    opacity: 0.8;
}

.buttons-group.sidebar-content {
    margin-right: 120px;
    margin-top: 65px;
}

.menu-buttons {
    display: block;
    margin-bottom: 0;
    font-size: 17px;
    white-space: nowrap;
    background: #4B94B0;
    width: 95%;
    margin: 5px;
    padding: 6px 12px;
    color: #EFF8FC;
    font-weight: bold;
}

.menu-buttons:hover {
    text-decoration: none;
}

.sub-group-title {
    font-size: 17;
    font-weight: bold;
    opacity: 0.5;
}

.active-a {
    background: rgba(201, 224, 234, 0.8);
    color: #4B94B0;
}

.images-pres,
.image-presentation {
    border: 5px solid #F1F4F9;
}

#advantages ul {
    display: block;
    margin-left: 0;
    text-align: center;
}

#advantages ul li {
    width: 11.5%;
    height: 90px;
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: rgba(201, 224, 234, 0.8) !important;
    display: inline-block;
    text-align: center;
}

#advantages ul li p {
    background: #519FC1;
    color: #fff;
    font-size: 11px;
    margin-top: 70px;
}

#advantages ul li.last {
    margin-right: 0;
}
/*=========================================================================  page - Servicii ========================================*/

.sidebar.servicii {
    background: url(../img/tehnologii/bg_servicii.png) no-repeat center;
    background-size: 150% 100%;
}

.forcePadding {
    padding-left: 50px !important;
}

.posts .circle-list,
.last-posts-content .circle-list {
    margin-left: 15px !important;
}

.circle-list li {
    color: #6CA7BF;
    font-size: 20px;
    list-style-type: disc !important;
    list-style-position: inside;
}

.circle-list li span {
    color: black;
    font-size: 16px;
    margin: 0px !important;
    padding: 0px !important;
}
/*=========================================================================  page - Tehnologii Culori ========================================*/

.lastPost-margin .rib-h {
    /*margin-left: 45px;*/
}

.sidebar.tehnologii {
    background: url(../img/tehnologii/bg_tehnologii.png) no-repeat center;
    background-size: 150% 100%;
}

#colors {
    float: left;
    clear: both;
}

#colors h4 {
    float: left;
    clear: both;
    color: #268FBD;
    font-size: 30px;
    width: 100%;
}

#colors img {
    display: inline-block;
    width: 76px;
    height: 53px;
    border: 1px solid #58595B;
    margin-right: 8px;
    margin-bottom: 9px;
    cursor: pointer;
}

#colors span {
    display: none;
}

.color-number {
    color: #B4B4B4;
    font-size: 16px;
    font-weight: bolder;
    margin: 17px 0 0 8px;
}

#selected-color {
    height: 504px;
    background-image: url(../colors/color1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 0 0 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#number-color-selected {
    color: white;
    font-size: 30px;
    width: 100%;
    position: absolute;
    left: 10%;
    bottom: 4%;
    margin: 0;
    padding: 10px;
    background-color: #268FBD;
}

#number-color-selected:first-letter {
    text-transform: uppercase;
}

#window-type-select {
    margin-top: 50px;
}

#window-type-select ul li p {
    color: #268FBD;
}

#window-type-select ul li img {
    float: left;
    clear: both;
}

#window-preview {
    overflow: hidden;
    height: 550px;
    text-align: center;
    background-image: url('../img/window-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 5;
    background-size: 100%
}

#blue,
#brown,
#gray,
#red {
    display: none;
    top: 12%;
}

svg {
    cursor: pointer;
}

.sidebar.sticla {
    background: url(../img/tehnologii/bg_feronerie.png) no-repeat center;
    background-size: 150% 100%;
}

.sidebar.feronerie {
    background: url(../img/tehnologii/bg_sticla.png) no-repeat center;
    background-size: 150% 100%;
}

.sidebar.parteneri {
    background: url(../img/parteneri/bg_parteneri.png) no-repeat center;
    background-size: 150% 100%;
}

.align-the-picture-title {
    padding-left: 20px;
}

.align-the-picture-title a img {
    margin-left: 0px;
}
/*=========================================================================  page - Garantii ========================================*/

.sidebar.garantii {
    background: url(../img/parteneri/bg_garantii.png) no-repeat center;
    background-size: 150% 100%;
}

.posts h2 .fa {
    background: #EFF8FC;
    color: #4B94B0;
    padding: 10px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    line-height: 42px;
}

.pointer {
    cursor: pointer;
}

.kaiserLogo {
    width: 172px;
}

.iso {
    width: 100px;
}

.download a {
    display: inline-block;
    width: 225px;
}

.download a:hover {
    text-decoration: none;
    color: black;
    opacity: 1;
}

.modal-content {
    padding: 20px;
}
/*=========================================================================  page - Contact ========================================*/

.sidebar.contact {
    background: url(../img/parteneri/bg_contact.png) no-repeat center;
    background-size: 150% 100%;
}

.posts.contact {
    overflow: hidden;
}

.map {
    width: 98%;
    margin: 0 auto;
}

.large {
    display: inline-block;
    width: auto;
    margin-top: 10px;
    border: none;
    padding: 10px;
    transition: all 0.5s ease-in-out;
}

.large:hover {
    background: white;
    color: rgba(38, 143, 189, 0.8);
}

#send-mail-form input,
#send-mail-form textarea {
    background: #EFF8FC;
    border: 1px solid lightblue;
    resize: vertical;
    margin-bottom: 10px;
}

#send-mail-form label {
    display: block;
}

#send-mail-form input[type=text],
#send-mail-form textarea,
#send-mail-form input[type=email] {
    width: 100%;
    padding: 5px;
}

#button {
    display: block;
    margin-top: 5px;
}

iframe {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 270px;
}

.map-container {
    width: 100%;
    margin-top: 30px;
}

.address,
.formContact {
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.right-sidebar {
    background: url(../img/parteneri/bg-contact2.png) no-repeat center;
    width: 100%;
    height: 900px;
}

.required {
    background: #CB5A5E !important;
    color: #FFFFFF !important;
}

hr {
    margin: 10px 0px;
}
/*================----Ajax loading arrow-----======== */

.ajax-load {
    position: fixed;
    background: #000000;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 9998;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.ajax-load-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.preloader {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 9999;
    background: url(../img/preloader.gif) no-repeat center center;
}
/*=========================================================================----Responsive design-----=========================================================== */

@media all and (max-width: 1919px) {
    #middle {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 4%;
    }
    .margins .t-row {
        height: 115px;
    }
    .margins-istoricpage {
        margin-left: 250px;
        margin-right: 250px;
    }
}

@media all and (max-width: 1500px) {
    .margins .t-row {
        height: 200px;
    }
    .margins img.pull-left {
        float: none !important;
    }
    .margins h4 {
        text-align: center;
    }
    .margins-istoricpage {
        margin-left: 150px;
        margin-right: 150px;
    }
}

@media all and (max-width: 1400px) {
    #middle {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 1%;
    }
    .margins .t-row {
        height: 200px;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-3.fixed {
        width: 27%;
    }
    .sidebar h1 {
        font-size: 30px;
    }
    .sidebar p {
        font-size: 18px;
    }
    .paragraf-exception1 {
        width: 92%;
        float: right;
    }
    .paragraf-exception2 {
        width: 96%;
        float: right;
    }
    .menu-buttons {
        padding: 2px 8px;
        margin: 4px;
        font-size: 14px;
    }
    #advantages ul li {
        width: 11%;
    }
    .articles {
        padding-top: 13px;
    }
}

@media all and (max-width: 1280px) {
    .picture,
    .picture img {
        width: 245px;
        height: 215px;
    }
    .picture span {
        padding: 80px 10px;
        width: 210px;
    }
}

@media all and (max-width: 1270px) {
    .images-pres {
        width: inherit;
    }
    .dropdown-menu {
        top: 92%;
    }
    .picture,
    .picture img {
        width: 245px;
        height: 215px;
    }
    
}

@media all and (max-width: 1230px) {
    .contents .menu {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }
    .navbar-nav>li>a {
        font-size: 14px;
    }
    .nav>li>a {
        position: relative;
        display: block;
        padding: 10px 7px;
    }
    #middle {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        margin-top: 2%;
    }
    .footer ul li a {
        line-height: 15px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }
    .widget {
        padding: 20px 20px 45px 20px;
    }
    .margins .t-row {
        height: 215px;
    }
    .margins {
        margin: 0px 15px 10px 15px;
    }
    h4.long-title {
        overflow: hidden;
    }
    .col-sm-4.blu {
        width: 49%;
    }
    #advantages ul li {
        width: 23%;
    }
}

@media all and (max-width: 1050px) {
    .contents .menu {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .section-wrapper.b92,
    .section-wrapper {
        position: static;
        margin: 0 auto;
    }
    .footer {
        height: 60px;
    }
    .footer ul li a {
        line-height: 15px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }
    .btn {
        width: 42%;
        margin-top: 5px;
    }
    .margins .t-row {
        height: 260px;
    }
    .margins .btn {
        width: 115px;
    }
    .margins img.pull-right {
        float: none !important;
    }
    .margins p {
        margin: 20px 20px 0px 0px;
    }
    .footer {
        height: auto;
    }
    .paragraf-exception1 {
        width: 90%;
        float: right;
    }
    .paragraf-exception2 {
        width: 91%;
        float: right;
    }
    .images-pres {
        border: 5px solid #F1F4F9;
        width: 55%;
    }
    #advantages ul li {
        width: 23%;
    }
    .buttons-group.sidebar-content {
        margin-right: 0px;
    }
    .menu-buttons {
        padding: 6px 12px;
        margin: 4px 0px 4px 20px;
        width: 80%;
    }

    .toRight {
        text-align:right;
    }
    .toLeft {
        text-align:left;
    }
}

@media all and (max-width: 1023px) {
    .sidebar.contact,
    .sidebar.garantii,
    .sidebar.parteneri,
    .sidebar.tehnologii,
    .sidebar.sticla,
    .sidebar.servicii,
    .sidebar.produse,
    .sidebar.tamplarie,
    .sidebar.accesorii,
    .sidebar,
    .sidebar.istoric,
    .sidebar.sfaturi {
        background: white;
    }


}

@media all and (max-width: 1007px) {
    .custom-height {
        margin-bottom: 15px;
    }
    .col-md-3.fixed {
        position: static;
        width: 100%;
    }
    .col-md-9.pull-right {
        width: 100%;
        float: none !important;
    }
    .margins .t-row {
        height: 210px;
        vertical-align: middle;
    }
    .margins p {
        margin: 20px -4px 0px 0px;
        ;
    }
    .border {
        border-right: none;
        border-bottom: 1px solid #F1F4F9;
    }
    .sidebar-content {
        margin-bottom: 20px;
    }
    .margins-istoricpage {
        margin-top: 30px;
    }
    /* } */
    /* @media all and (max-width: 991px) { */
    
    .logo {
        width: 10%;
        height: 70px;
        left: -15px;
        background: url(../img/logo-mobil.png) no-repeat center;
        box-shadow: none;
    }
    .header > div.content-row > div {
        padding-left: 10px;
        padding-right: 10px;
    }
    .navbar {
        width: 100%;
    }
    .navbar .pull-left {
        width: 100%
    }
    .navbar .pull-left:after {
        clear: both;
    }
    .navbar-nav {
        margin: auto
    }
    .navbar-default .navbar-nav .active a,
    .navbar-default .navbar-nav .active a,
    .navbar-default .navbar-nav .active a:hover,
    .navbar-default .navbar-nav .active a:focus {
        box-shadow: none;
    }
    .dropdown-menu a,
    .dropdown-submenu a {
        color: #459DC3 !important;
        padding-left: 30px !important;
    }
    .dropdown-menu li {}
    .dropdown-menu a:hover,
    .dropdown-menu a:focus {
        background: #D8E5EA !important
    }
    .navbar-default .navbar-nav li a:hover,
    .navbar-default .navbar-nav li a:focus {
        background: #D8E5EA
    }
    .menu-intermediate {
        width: 100%;
    }
    .footer ul li a {
        line-height: 15px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px;
    }
    .btn {
        width: 100%;
        margin-top: 5px;
    }
    .weather {
        margin-top: 10px;
    }
    .margins h4 {
        text-align: center;
    }
    .paragraf-exception2 {
        width: 92%;
        float: right;
    }
    .images-pres {
        border: 5px solid #F1F4F9;
        width: 55%;
    }
    #advantages ul li {
        width: 11%;
    }
    .buttons-group.sidebar-content {
        margin-right: 0px;
    }
    .menu-buttons {
        padding: 6px 12px;
        margin: 4px 0px 4px 33px;
        width: 90%;
    }
}

@media all and (max-width: 882px) {
    .logo {
        width: 10%;
        height: 70px;
        left: -22px;
        background: url(../img/logo-mobil.png) no-repeat center;
        box-shadow: none;
    }
    .header > div.content-row > div {
        padding-left: 0px;
        padding-right: 0px;
    }
    .navbar {
        width: 100%;
    }
    .navbar .pull-left {
        width: 100%
    }
    .navbar .pull-left:after {
        clear: both;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
    }
    .navbar-nav {
        margin: auto
    }
    .navbar-default .navbar-nav .active a,
    .navbar-default .navbar-nav .active a,
    .navbar-default .navbar-nav .active a:hover,
    .navbar-default .navbar-nav .active a:focus {
        box-shadow: none;
    }
    .dropdown-menu a,
    .dropdown-submenu a {
        color: #459DC3 !important;
        padding-left: 30px !important;
    }
    .dropdown-menu li {
        font-size: 12px;
    }
    .dropdown-menu a:hover,
    .dropdown-menu a:focus {
        background: #D8E5EA !important
    }
    .navbar-default .navbar-nav li a:hover,
    .navbar-default .navbar-nav li a:focus {
        background: #D8E5EA
    }
    .menu-intermediate {
        width: 100%;
    }
    .span-hide {
        display: none;
    }
    .footer ul li a {
        line-height: 14px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
    .btn {
        width: 100%;
        margin-top: 5px;
    }
    .box-wrapper {
        margin-bottom: 20px;
    }
    .margins .t-row {
        height: 230px;
    }
    .margins-istoricpage {
        margin-left: 70px;
        margin-right: 70px;
        margin-top: 50px;
    }
    .images-pres {
        border: 5px solid #F1F4F9;
        width: 55%;
    }
    #advantages ul li {
        width: 23%;
    }
    .buttons-group.sidebar-content {
        margin-right: 0px;
    }
    .menu-buttons {
        margin: 4px 0px 4px 33px;
        width: 90%;
    }
}

@media all and (max-width: 800px) {
    .paragraf-exception {
        width: 98%;
    }
    .body-content.middle {
        line-height: 20px;
        font-size: 0.8em;
    }
    .body-content p,
    .innerBox1 {
        font-size: 0.8em;
    }
    .body-content h4 {
        font-size: 0.9em;
    }
    #content-box-content {
        font-size: 0.8em;
    }
}

@media all and (max-width: 768px) {
    .logo {
        height: 75px;
    }
    .menu-left .navbar-toggle {
        margin-bottom: 0px;
        margin-top: 73px;
    }
    .navbar-toggle {
        margin-right: 7px !important;
    }
    .menu-right > div.pull-right {
        float: none !important;
    }
    .header > div.content-row > div {
        padding-left: 8px;
        padding-right: 0px;
    }
    .motto {
        font-size: 20px;
        white-space: nowrap;
        line-height: 35px;
    }
    .btn {
        width: 100%;
        margin-top: 5px;
    }
    .footer ul li a {
        line-height: 14px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
    }
    .widget {
        margin-top: 75px;
    }
    .sidebar {
        padding-top: 50px;
    }
    .articles {
        margin: 10px 20px 50px 20px;
        padding-top: 20px;
    }
    .margins .t-row {
        height: 165px;
    }
    div.posts:last-child {
        margin-bottom: 50px;
    }
    .location {
        padding: 3px 10px;
    }
    .col-sm-4.blu {
        width: 100%;
    }
    .images-pres {
        border: 5px solid #F1F4F9;
        width: 55%;
    }
    #advantages ul li {
        width: 23%;
    }
    .buttons-group.sidebar-content {
        margin-right: 0px;
    }
    .menu-buttons {
        margin: 4px 0px 4px 33px;
        width: 90%;
    }
   
}

@media all and (min-width: 795px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media all and (max-width: 535px) {
    .widget {
        display: none;
    }
    #middle {
        margin: 10% auto auto;
    }
}

@media all and (max-width: 500px) {


    .logo {
        width: 10%;
        height: 75px;
        left: -22px;
        background: url(../img/logo-mobil.png) no-repeat center;
        box-shadow: none;
    }
    .menu-right > div.pull-right {
        float: none !important;
    }
    .menu-left .navbar-toggle {
        margin-bottom: 0px;
        margin-top: 73px;
    }
    .header > div.content-row > div {
        padding-left: 0px;
        padding-right: 0px;
    }
    .motto {
        font-size: 16px;
        white-space: nowrap;
        line-height: 35px;
        z-index: -9;
    }
    .widget {
        margin-top: 10px;
    }
    .box-wrapper.ex-home {
        margin-top: 30px;
    }
    #content-box-content h5 {
        font-size: 1em;
    }
    #content-box-content p {
        font-size: 0.8em;
    }
    .btn {
        width: 100%;
        margin-top: 5px;
    }
    .footer {
        position: relative;
        height: 100%;
    }
    .articles {
        margin: 10px 20px 50px 20px;
    }
    .margins-istoricpage {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 50px;
    }
    .location {
        display: none;
    }
    .images-pres {
        border: 5px solid #F1F4F9;
        width: 90%;
    }
    #advantages ul li {
        width: 45%;
    }
    .buttons-group.sidebar-content {
        margin-right: 0px;
    }
    .menu-buttons {
        margin: 4px 0px 4px 25px;
        width: 85%;
    }
    /*de avut in calcul - am trecut asa, din cauza paginii acces*/
    
    .content-row {
        display: block;
    }
    .picture,
    .picture img {
        width: 220px;
        height: 190px;
    }
    .picture span {
        width: 180px;
    }
    .posts {
        padding: 10px 15px;
    }
    .bar-top .arrows {
        width: 25px;
    }
    .bar-top .arrows .fa {
        font-size: 35px;
    }
    #send-mail-form {
        padding-left: 13px;
    }
    /* Force table to not be like tables anymore */
   /* table , tbody{
        border-color: white;
    }*/

    table.glass-table,
    .glass-table thead,
    .glass-table tbody,
    .glass-table th,
    .glass-table td,
    .glass-table tr {
        display: block;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    
    .glass-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .glass-table tr {
        border: 1px solid #ccc;
    }
    .glass-table td {
        /* Behave  like a "row" */
        
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }
    .glass-table td:before {
        /* Now like a table header */
        
        position: absolute;
        /* Top/left values mimic padding */
        
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
    
    

    .forcePadding {
        padding-left: 10px !important;
    }
    .posts.slider {
        padding-left: 30px;
    }
    .col-md-4.extra-padding {
        padding: 0px 20px;
    }
    .different-p {
        margin-left: 0px !important;
    }
    .last-posts-content .different-p {
        padding: 10px 0px;
    }
    .iso {
        margin: 5px;
    }
    .iso[alt="ift"] {
        margin-left: -1px;
    }
    .image {
        margin-left: 17px !important;
    }
}

@media all and (max-width: 320px) {
    .rib-h {
        white-space: normal;
        color: #5C9DB8;
        padding: 10px 0px;
        font-weight: normal;
        font-size: 15px;
    }
    .ribbon-front {
        height: 45px;
    }
    .image {
        width: 100px;
        height: 100px;
    }
}
