/*---------------------------------------------------------------------------------

Master Stylesheet

	Template:	 Unika - Responsive One Page HTML5 Template
	Author:		 imransdesign.com
	URL:		 http://imransdesign.com/
    Designed By: https://www.behance.net/poljakova
	Version:	1.0	

---------------------------------------------------------------------------------*/
.text-picturebox{
    padding:5%;
    padding-top:10px; 
    margin-left: 5%;
    height:100%;
}

#wrapper {
    /*z-index: 98;*/
    position: relative;
    overflow: hidden;
    min-height: 550px;
}

#PageFooter{
    background-color:#191919;
    color:#e5e5e5;
    font-size:1rem;
    line-height:1.6;
    padding:1rem 0;
    text-align:center
}

#PageFooter h5{
    font-size:1rem;
    color:#fff;
    text-align:left
}

#PageFooter p{
    margin-bottom:.5rem;
    text-align:left
}

/*.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}*/
.col-height {
  height: 500px;
}

@media (min-width: 768px) {
    .contact-info {
        padding-left: 30px;
    }
}

@media (min-width: 1201px) {
    .sortiment img {
        width: 260px;
        height: 278px;
    }
}
@media (max-width: 1200px) {
    .sortiment img {
        width: 173px;
        height: 185px;
    }
}
@media (max-width: 768px) {
    .sortiment img {
        width: 130px;
        height: 139px;
    }
}

.sortiment h4{
    margin-top:5px;
    margin-bottom:5px;
    color:black;
}

.sortiment h5{
    margin-top:2px;
    margin-bottom:2px;
    font-size:14px;
}
.sortiment .preis{
    margin-top:2px;
    margin-bottom:2px;
    font-weight:700;
    color:#363940; 
    font-weight:900;
}
.sortiment .beschreibung{
    text-align: justify;
}
.sortiment .angebotszeit{
    color:red;
    margin-top:5px;
    margin-bottom:5px;
    font-weight:700;
}

html {
    height: 100% !important;
}

body {
    position: relative;
    height: 100%;
    font-size: 14px;
    color: #363940;
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
}

    body .body {
        height: 100%;
    }

.orchard-layouts-root {
	/*text-align:center;*/
    padding-right: 0;
}

.fourcolumn{
        -moz-column-count:    4;
        -webkit-column-count: 4;
        column-count:         4;
        padding-right: 10px;
 }

.cover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 46, 82, 0.15);
    padding: 20px;
}

.paddy{
    padding: 60px;
}

.center {
    text-align: center;
    vertical-align: middle;
    padding: 5%;
}

.owl-item-textbox{
    display: inline-block;
    /*width: 49%;*/
    vertical-align: top;
    height: 390px;
}

@media (max-width: 750px) {
    .owl-item-textbox {
	/* width:585px; */
    }
}

.owl-item-text
{
    height: 270px;
    /*Scrollbars (auto)*/
    overflow-y:hidden;
    padding-right: 5px;
}

.owl-item-text a {
    color:white;
    padding: 5px 5px !important;
    white-space:nowrap;
    overflow:hidden  
}

.owl-item-text a:hover{
    color:black;
}
.owl-item-text small {
    font-size:smaller;
    margin-left: 25px; 
}
.owl-item-text h5 {
    display:inline-block;
    margin-bottom: 1px;
    margin-top: 1px;
}

.owl-item-text ul {
    list-style: disc;
    padding-left: 15px;
}

.owl-green{
    color:white;
    background-color:#819306;
}

.owl-brown{
    color:white;
    background-color:#6b5d58;
}

.owl-blue{
    color:white;
    background-color:#5b7bbe;
}

.owl-orange{
    color:white;
    background-color:orange;
}
.owl-cherry{
    color:white;
    background-color:#8e1829;
}
.owl-slate{
    color:white;
    background-color:#363940;
}

.owl-item-img
{
    display: inline-block;
    /*width: 50%; */
    float: left;
}
@media (max-width: 750px) {
	.owl-item-img img{
		width:100%;
	}
	.owl-item-img {
		width:100%;
	}
}
@media (min-width: 751px) {
	.owl-item-img {
		width:50%;
	}
}

.owl-rightText{
    float: right;
    margin-top: -390px;
}

.owl-leftText{
    float: left;
    margin-top: -390px;
}

.owl-button {
    background: rgba(8, 8, 8, 0.32);
    background-color: rgba(8, 8, 8, 0.12);
    color: white;
    cursor: pointer;
    display: inline-block;
    font: 12px Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    margin-top: 5px;
    width:100%
}

.owl-button:hover,
.owl-button:focus{
    background: rgba(8, 8, 8, 0.32); 
    background-color: rgba(8, 8, 8, 0.32);
    color: unset;
    text-decoration: none; 
}



/*owl-item-text scrollbar ________________________________*/

.owl-item-text::-webkit-scrollbar{
    width: 5px;
    background-color:#cccccc;
}
.owl-item-text::-webkit-scrollbar-thumb{
    background-color:#999999;
}
.owl-item-text::-webkit-scrollbar-thumb:hover{
    background-color: #ff0000; /*#505050;*/
    border: 0 solid #333333;
    cursor: pointer;
}
.owl-item-text::-webkit-scrollbar-thumb:active{
    background-color: #ff0000; /*#666666;*/
    border: 0 solid #333333;
    cursor: pointer;
}
.owl-item-text::-webkit-scrollbar-track {
    border: 0 gray solid;
    -webkit-box-shadow: 0 0 0 gray inset;
    box-shadow: 0 0 0 gray inset;
    cursor: pointer;
}

/*display-text ___________________________________________*/
.display-text-orange { 
	background-color: rgba(255, 165, 0, 0.83);
	color: white;
	padding: 15px;
	padding-left: 80px;
	margin-top: 30%; 
}

.display-text-orange h1,
.display-text-orange h2,
.display-text-orange h3,
.display-text-orange h4
{ 
	margin-top: 0; 
}
.display-text-grey-right h1,
.display-text-grey-right h2,
.display-text-grey-right h3,
.display-text-grey-right h4
{ 
	margin-top: 0; 
}

.display-text-grey-right { 
	background-color: rgba(54, 57, 64, 0.8);
	color: white;
	padding: 15px;
	padding-left: 30px;
	margin-top: 50px; 
    float:right;
}
/*_______________________________________________________*/

 .twocolumn{
        -moz-column-count:    2;
        -webkit-column-count: 2;
        column-count:         2;
        padding-right: 20px;
 }

.table{
    margin-bottom: 0;
}

.nogap{
    padding: 0;
}

.anchor {
    display: block;
    height: 100px; /*same height as header + some margin (12px)*/
    margin-top: -88px; /*same height as header*/
    visibility: hidden;
}

/*
* {
	border-radius: 2 !important;
	-webkit-border-radius: 2 !important;
	-moz-border-radius: 2 !important;
}

*:focus { 
	outline: none !important;
	box-shadow: none !important;
}
*/

.Areamenu {
    background-color: rgba(255, 255, 255, 1.0);
    /*overflow: hidden;*/
    height: auto;
}

.Areamenu h1 {
    font-weight: 400;
    font-size: 26px;
    margin: 10px;
}

.menu-profil-menu {
    float: right;
    margin-top: -34px;
}

@media (max-width: 750px) {
    .CarouselOverlay{
	display: none;
    }
}
.CarouselOverlay {
    position: relative;
    margin-top: 55px;
    /*background-color: rgba(255,255,255,0.0);*/
    text-align: center; 
    color: #fff;  
    overflow: hidden;
    z-index: 2;
}

.CarouselOverlay a{
    color: #fff;
    font-weight:700;
    font-size:x-large;
    letter-spacing:15px;  
}


@media (max-width: 750px) {
	.CarouselBanner {
        /*margin-top: -100px;*/
		margin-top: 0;    
        padding: 5px;
	}
}

@media (min-width: 751px) {
	.CarouselBanner {
		/*margin-top: -190px;*/
        margin-top: -83px;
         padding: 25px;
	}
}


.CarouselBanner {
    position: relative;  
    background-color: rgba(255,255,255,0.7);
    text-align: center; 
    text-transform: uppercase;   
    z-index: 2;
}

.CarouselBanner h1,
.CarouselBanner h2, 
.CarouselBanner h3{
    font-weight: 700;
    margin: 0;
    padding: 0;
}

/* Tripel Zones*/
#layout-tripel > div {
    float: left;
    width: 1170px;
    margin: 20px;
}

/*2 zones on */
.tripel-12 #layout-tripel > div {
    width: 520px;
}
/* If zones 1, 2 are on */
.tripel-23 #layout-tripel > div {
    width: 520px;
}
/* If zones 2, 3 are on */
.tripel-13 #layout-tripel > div {
    width: 520px;
}
/* If zones 1, 3 are on */

/*3 zones on */
.tripel-123 #layout-tripel > div {
    width: 340px;
}
/* If zones 1, 2, 3 are on */

/* Begin Fonts */

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content h1,
.content h2, 
.content h3
{
    /*margin-bottom: 25px;
    margin-top: 0;*/
}

.item h2 {
    /*padding: 30px;*/
    font-weight: 700;
    text-transform: uppercase;
}

.item img {
    vertical-align: middle;
}

h1 {
    font-size: 36px;
}

@media (max-width: 750px) {
	h2 {
		font-size: 20px;
	}
}

@media (min-width: 751px) {
	h2 {
		font-size: 30px;
	}
}

h3 {
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

/*p {
    font: 14px/1.2em "Arial";
}*/

/* End Fonts */


section {
    position: relative;
}

.page-loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #FFF url(../../Content/Images/features/page-loader.gif) center center no-repeat;
}

.devider {
    width: 100%;
    height: 23px;
    background: url('../../Content/Images/features/devider.png') no-repeat center center;
    margin: 5px 0 10px;
}

.thumbnail {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #FFF;
    border: 1px solid #DDD;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.parallax {
    position: relative;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.container {
    padding-right: 0; 
    padding-left: 0; 
    /*width: 85vw;*/
}
 
.ui--blog-media {
    text-align: center;
}

/* ===== Begin text colors ===== */
.text-main {
    color: #363940;
}
/* Theme main color */
.text-white {
    text-shadow: none;
    color: black;
}

.text-off-white {
    color: #e7e7e7;
}

.text-off-grey {
    color: black;
}

.text-dark {
    color: #000;
}


/* ===== Begin navbar ===== */
.active {
    background-color: white !important;
}

.navbar {
    margin: 0;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    /*position: relative;
       Transparent Header:
        position: absolute;
        background-color: rgba(255, 255, 255, 0.71);
    */
}

.navbar .container {
        padding-left: 45px;
        padding-right: 45px;
    }

.page-header-wrapper .container {
        padding-left: 0;
        padding-right: 0;
}

.navbar-right {
    float: right!important;
    margin-right: 0;
}

/* Navbar brand (logo) */
.navbar-header{
    margin-bottom:10px;
}

.navbar-transparent .navbar-brand, .navbar-transparent .navbar-brand:focus {
    color: #FFF;
}

.navbar-brand {
    background-repeat: no-repeat;
    background-position: left center;
    width: 150px;
    height: auto;
   
    text-indent: -99999px;
    font-size: 24px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar-nav{
		float: right;
	}

.navbar-shrink {
    height: 60px;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}


.navbar-shrink .navbar-brand
 {
     background-image: url('../../Content/Images/h_kl.png') !important;
     padding: 20px 0 !important;
     margin:0!important;
 }

.navbar-shrink-li > li > a {
        margin-left: 25px; 
        /*padding: 25px 0 0 0 !important;*/
    }


@media (min-width: 1201px) {
    .navbar-default .navbar-brand,
    .page-scroll .navbar-brand
     {
        background-image: url('../../Content/Images/logo.png');
        padding: 34px 0;
    }
     .navbar-nav > li > a {
        margin-left: 25px; 
        padding: 64px 0 0 0;
    }
     .copyright i {
        margin-left: 12px;
        margin-right: 12px;
    }
}
@media (max-width: 1200px) {
    .navbar-default .navbar-brand,
    .page-scroll .navbar-brand,
    .navbar-shrink .navbar-brand
     {
        background-image: url('../../Content/Images/logo_kl.png');
        width:60px;
        padding: 30px 0 0;
        margin:18px 0 0 ;
    }
    .navbar-nav
    {
		font-size: x-small;
	
    }
    .navbar-nav > li > a {
        padding: 50px 0 0 0;
        margin-left: 15px;
    }
    .copyright i {
        margin-left: 10px;
        margin-right: 10px;
    }
    
}
@media (max-width: 999px) {
    .copyright {
        font-size: small;
        height: 300px;
        padding: 25px;
        float:left;
    }
    .copyright_kl{
         height: 200px !important;
    }
    .copyright a {
        /*font-weight:700;*/
        line-height:1.5; 
    }
	
	.copyright i {
        margin-left: 12px;
        margin-right: 12px;
    }
}

@media (min-width: 1000px) {
    .copyright {
	height: 190px;
	padding-top:15px;
	padding-left:60px;
	padding-right:60px;
    }

     .copyright_kl{
         height: 70px !important;
    }

}

/*Copyright - Footer*/
.copyright {
	bottom: 0;
	width: 100%;
	position:relative;
	border-top:3px solid;
	margin-top:0;
}



.copyright ul, .copyright ol, .copyright li{
	list-style:unset;
}

.copyright a {
    /*font-weight:700;*/
    line-height:1.5;    
}
/*Footer End*/

/* Navbar links */
.navbar-nav > li > a {
    text-transform: uppercase;
    /*font-size: 17px;*/
    font-weight: 600;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

/*scrolled*/
.navbar-default.navbar-fixed-top.navbar-shrink .navbar-nav > li > a {
    
    text-transform: uppercase;
    /*font-size: 17px;*/
    font-weight: 600;
    font-family: "Lato", Helvetica, Arial, sans-serif;

}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}

/* Navbar dropdown */
.dropdown-left {
    left: 0 !important;
    right: auto !important;
}

.dropdown-right {
    right: 0 !important;
    left: auto !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.navbar-default .dropdown-menu {
    padding: 10px 0;
}

.dropdown-menu > li > a {
    padding: 4px 20px;
    /*text-transform: uppercase;*/
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > li > a.active, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

/* Navbar inverse dropdown */
.navbar-inverse .dropdown-menu {
    padding: 10px 0;
}

/* Navbar fixed */
.navbar-fixed-top .container {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.navbar-default.navbar-fixed-top.navbar-shrink .container {
}

.navbar-fixed-top.navbar-shrink .container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* Navbar transparent */
.navbar-transparent {
    background-color: rgba(0, 0, 0, 0);
}

.navbar-fixed-top.navbar-transparent .container {
    padding-top: 30px;
    padding-bottom: 0;
}

.navbar-fixed-bottom.navbar-transparent .container {
    padding-top: 0;
    padding-bottom: 30px;
}

.navbar-transparent .navbar-nav > li > a {
    color: #FFF;
}

/* ===== End navbar ===== */


/* ===== Begin intro ===== */
/* Begin text carousel intro */

#text-carousel-intro-section .caption {
    position: relative;
    top: 50%;
    margin-top: -170px;
}

#text-carousel-intro-section .caption h1 {
    margin-top: 0;
    margin-bottom: 5px;
    /*font-size: 60px;*/
    text-transform: uppercase;
    /*text-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
}
#text-carousel-intro-section .banner{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,.7);
}
#text-carousel-intro-section .caption p {
    letter-spacing: 2px;
    font-size: 16px;
}


/* End text carousel intro */
/* ===== End intro ===== */


/* ===== Begin roatet boxes ===== */
/* Begin rotate box-1 */
.rotate-box-1, .rotate-box-2 {
    display: inline-block;
    margin: 30px 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a.rotate-box-1, a.rotate-box-2 {
    text-decoration: none;
    color: #363940;
}

    a.rotate-box-1:hover, a.rotate-box-2:hover {
        color: #676D75;
    }

.rotate-box-1 .rotate-box-icon {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    margin-right: 25px;
    margin-top: 10px;
    float: left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rotate-box-1.square-icon .rotate-box-icon, .rotate-box-2.square-icon .rotate-box-icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: #FFF !important;
    font-size: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .rotate-box-1.square-icon .rotate-box-icon:after, .rotate-box-2.square-icon .rotate-box-icon:after {
        content: "";
        position: absolute;
        top: 3px;
        right: 3px;
        bottom: 3px;
        left: 3px;
        border: 2px solid #FFF;
    }

.rotate-box-1:hover.square-icon .rotate-box-icon, .rotate-box-2:hover.square-icon .rotate-box-icon {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.rotate-box-1.square-icon .rotate-box-icon .fa, .rotate-box-2.square-icon .rotate-box-icon .fa {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotate-box-1:hover.square-icon .rotate-box-icon .fa, .rotate-box-2:hover.square-icon .rotate-box-icon .fa {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.rotate-box-1 .rotate-box-info a, .rotate-box-2 .rotate-box-info a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rotate-box-1 h4, .rotate-box-2 h4 {
    font-weight: 400;
}

.rotate-box-1 p {
    padding: 0 10px;
}

.rotate-box-1 .rotate-box-info {
    padding-left: 60px;
}

/* End rotate box-1 */


/* Begin rotate box-2 */
.rotate-box-2 .rotate-box-icon {
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.rotate-box-2.square-icon .rotate-box-icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    font-size: 36px;
}

.rotate-box-2.square-icon .rotate-box-info {
    margin-top: 30px;
}
/* End rotate box-2 */
/* ===== End rotate boxes ===== */


/* ===== Begin progress bar ===== */
.skill-bar {
}

.progress {
    overflow: visible;
    height: 25px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .progress .percent {
        position: relative;
        background-color: #222;
        padding: 7px;
        color: #FFF;
        top: -23px;
    }

        .progress .percent:after {
            content: "";
            position: absolute;
            left: 50%;
            margin-left: -4px;
            bottom: -4px;
            width: 0;
            height: 0;
            border-left: 4px solid rgba(0, 0, 0, 0);
            border-right: 4px solid rgba(0, 0, 0, 0);
            border-top: 4px solid #222;
        }

.progress-bar {
    font-size: 10px;
    line-height: 7px;
    text-align: right;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-lebel h6 {
    margin-bottom: 10px;
    letter-spacing: 2px;
}
/* ===== End progress bar ===== */


/* Begin cta section */
#cta-section {
    padding: 70px 0 80px;
}

.cta-btn {
    margin-top: 30px;
}
/* End cta section */


/* ===== Begin testimonial ===== */
.testimonial {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

    .testimonial .cover {
        background-color: rgba(0, 7, 11, 0.87);
    }

.testimonial-inner {
    position: relative;
    max-width: 800px;
    z-index: 9;
}

    .testimonial-inner .heading {
        margin-bottom: 20px;
    }

    .testimonial-inner blockquote {
        border: none;
    }

        .testimonial-inner blockquote p {
            letter-spacing: 2px;
            padding-bottom: 20px;
        }

        .testimonial-inner blockquote cite {
            font-style: normal;
            color: #fff;
            font-size: 1.5em;
        }
/* ===== End testimonial ===== */


/* ===== Begin Portfolio===== */
.portfolio_area {
}

.portfolio {
}

.portfoloi_top {
}

.portfoloi_content_area {
}

.portfolio_menu {
    text-align: center;
    overflow: hidden;
    margin-top: 22px;
    margin-bottom: 48px;
}

    .portfolio_menu ul {
        list-style: none outside none;
        text-align: center;
    }

        .portfolio_menu ul li {
            display: inline-block;
        }

            .portfolio_menu ul li a {
                color: #363940;
                background: transparent;
                display: inline-block;
                margin: 4px;
                padding: 8px 10px;
                text-decoration: none;
                text-transform: uppercase;
            }

.portfolio_content {
    margin-top: 36px;
    overflow: hidden;
}

.portfolio_single_content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    margin-bottom: 30px;
    overflow: hidden;
}

    .portfolio_single_content:hover img {
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    .portfolio_single_content img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 6;
        cursor: pointer;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .portfolio_single_content .canv {
        width: 100% !important;
        height: 100% !important;
    }

    .portfolio_single_content div + div {
        background: none repeat scroll 0 0 rgba(255,255,255,.9);
        bottom: -100%;
        color: #FFC000;
        font-weight: bold;
        left: 0;
        margin: 0;
        min-height: 90px;
        padding: 31px 5px 0 10px;
        position: absolute;
        width: 100%;
        z-index: 12;
        border-top: 0;
    }
    /*.portfolio_single_content:hover div+div{bottom: 0;}*/
    .portfolio_single_content div {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        text-align: center;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -moz-transition: all .6s;
        -o-transition: all .6s;
        -webkit-transition: all .6s;
        transition: all .6s;
        opacity: 0;
    }

    .portfolio_single_content:hover div {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .portfolio_single_content div a {
        color: #FFFFFF;
        display: block;
        font-size: 18px;
        font-weight: bold;
        margin-top: 40%;
        padding-bottom: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .portfolio_single_content div span {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

/* ===== End Portfolio===== */

/* ===== Begin Intranet===== */
.intranet_content {
    margin-top: 36px;
    overflow: hidden;
}

.intranet_single_content {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    margin-bottom: 30px;
    overflow: hidden;
}

    .intranet_single_content:hover img {
        -o-transform: scale(2);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
    }

    .intranet_single_content img {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        z-index: 6;
        cursor: pointer;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }

    .intranet_single_content .canv {
        width: 100% !important;
        height: 100% !important;
    }

    .intranet_single_content div + div {
        background: none repeat scroll 0 0 rgba(255,255,255,.9);
        bottom: -100%;
        color: #FFC000;
        font-weight: bold;
        left: 0;
        margin: 0;
        min-height: 90px;
        padding: 31px 5px 0 10px;
        position: absolute;
        width: 100%;
        z-index: 12;
        border-top: 0;
    }
    /*.intranet_single_content:hover div+div{bottom: 0;}*/
    .intranet_single_content div {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        text-align: left;
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        -moz-transition: all .6s;
        -o-transition: all .6s;
        -webkit-transition: all .6s;
        transition: all .6s;
        opacity: 0;
        padding-left: 5%;
        padding-top: 5%;
    }

    .intranet_single_content:hover div {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    .intranet_single_content div a {
        color: #FFFFFF;
        display: block;
        font-size: 14px;
        font-weight: bold;
        margin-top: 5%;
        padding-bottom: 1px;
        text-decoration: none;
        /*text-transform: uppercase;*/
    }

    .intranet_single_content div span {
        color: #FFFFFF;
        font-size: 10px;
        font-weight: normal;
        /*margin: 0;*/
        padding: 0;
        /*text-transform: uppercase;*/
    }

    .intranet_single_content h3 {
        text-align: center;
        margin-top:25px;
    }


/* ===== End Intranet===== */

/* ===== Begin Counter-Up ===== */
.counter-up {
    position: relative;
    background-color: #171717;
    padding: 10px 0 10px 0;
}

    .counter-up .cover {
        background-color: rgba(0, 7, 11, 0.8);
    }

    .counter-up .fact {
    }

        .counter-up .fact.last {
            border-right: none;
        }

    .counter-up .fact-inner {
        padding-bottom: 10px;
    }

        .counter-up .fact-inner .counter {
            font-size: 40px;
        }
/* ===== End Counter-Up ===== */


/* ===== Begin team ===== */
.team-item {
    height: 120px;
}

    .team-item .team-triangle {
        width: 120px;
        height: 120px;
        background: transparent;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 0 auto;
        position: relative;
        top: 25px;
        box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
        overflow: hidden;
    }

.team-item img {
    max-width: 100%;
}

.team-items {
    margin-bottom: 50px;
    padding-top: 10px;
    margin-top: 0;
}

.team-triangle .content {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -35px;
    position: absolute;
    left: -37px;
    width: 190px;
    height: 190px;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba( 103, 109, 117, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in; /* For Safari 3.1 to 6.0 */
    -moz-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.team-item .team-triangle:hover .team-hover {
    opacity: 1;
}

.team-hover i {
    color: rgba(255, 255, 255,.75);
    font-size: 28px;
    margin-top: 57px;
    position: relative;
}

.team-hover p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
}

.team-items .col-md-2:nth-child(7n+5) {
    clear: left;
    margin-left: 24.9999999%;
}

.team-items .col-md-2:nth-child(7n+1) {
    clear: left;
    margin-left: 16.6666666%;
}
/* ===== End team ===== */


/* ===== Begin partners ===== */
#partners-section {
    padding: 80px 0;
}

.partners {
    background-color: #252320;
}

    .partners img {
        max-width: 100%;
        padding: 0 15px;
    }
/* ===== End partners ===== */


/* ===== Begin panels ===== */
.panel, .panel-heading, .panel-footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
/* ===== End panels ===== */

/* ===== Begin prices ===== */
.prices .panel {
    position: relative;
    overflow: hidden;
    border: none;
}

.prices .panel-body .lead {
    margin: 0;
    font-size: 48px;
}

.prices .panel-footer {
    padding: 25px 15px;
}

/* panel-default */
.prices .panel-default .panel-heading {
    padding-top: 25px;
    border: none;
}

.prices .panel-default .panel-body {
    background-color: #EEE;
}

.prices .panel-default .list-group-item {
    color: #222;
    border: none;
}

.prices .panel-default .panel-footer {
    background-color: #EEE;
}

/* price-box-featured */
.price-box-featured {
    z-index: 9;
}

    .price-box-featured .panel {
        box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.21);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

.prices .price-box-featured .price-box-ribbon {
    position: absolute;
    width: 150px;
    top: 25px;
    right: -35px;
    text-align: center;
    padding: 5px 20px;
    background: #FFF;
    color: #E83F33;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* ===== End prices ===== */


/* ===== Begin social ===== */
#social-section {
    padding: 80px 0;
}

ul.social-list {
    text-align: center;
    margin: 0 auto;
}

    ul.social-list li {
        display: inline-block;
        margin-right: 20px;
    }

        ul.social-list li .rotate-box-1 {
            margin: 0;
        }

        ul.social-list li a i {
            color: #fff;
            font-size: 20px;
        }
/* ===== End social ===== */


/* ===== Begin contact ===== */
#contact-section {
    position: relative;
}

    #contact-section .cover {
        background-color: rgba(5, 8, 11, 0.93);
    }

    #contact-section .contact .contact-form {
        margin-bottom: 40px;
    }

    #contact-section .contact .contact-form h4 {
        margin-bottom: 25px;
    }

    #contact-section .contact .contact-form .input-lg {
        font-size: 14px;
        height: 34px;
    }

    #contact-section .contact .contact-form button {
        width: 100%;
        height: 40px;
        margin-top: 10px;
    }

    #contact-section .contact .contact-form button:hover {
        color: #fff;
    }
    .contact-form a {
        margin-bottom: 5px;
    }
    #contact-section .contact .form-control {
        background-color: rgba(255, 255, 255, 0.06);
        border-color: #2A2A2A;
        color: white;
    }

    #contact-section .contact .form-control:focus {
        background-color: #171717;
        box-shadow: none;
        color: white;
    }


ul.contact-address {
    float: left;
    width: 100%;
    padding: 0;
    margin: 15px 0;
}

    ul.contact-address li {
        padding: 0 0 20px;
        margin: 0;
        list-style: none;
    }

        ul.contact-address li:last-child {
            padding-bottom: 0;
        }

        ul.contact-address li i {
            margin-right: 10px;
        }
/* ===== End contact ===== */


/* ===== Begin footer ===== */
.footer-top {
    /*padding: 60px 0 35px;*/
    height: 40px;
    text-align:right;
    padding:3px;
    padding-right: 60px;
    vertical-align:middle;  
    text-transform:uppercase;
    font-weight: 600;
}

    .footer-top .col-md-4 {
        margin-bottom: 25px;
    }

.footer {
    padding: 10px 0;
}

    .footer a {
        text-decoration: none;
    }

/*Widget1: Useful Links*/
ul.imp-links {
    margin-top: 15px;
}

    ul.imp-links li {
        padding: 5px 0;
    }

        ul.imp-links li a {
            text-decoration: none;
            color: #fff;
        }

/*Widget2: subscribe form*/
#subscribe #result {
    display: block;
    width: 100% !important;
}

#footer_signup {
    margin: 20px 0;
}

#subscribe > input[type="text"] {
    border: 0 none;
    color: #99abb7;
    font-style: italic;
    font-size: 0.9em;
    padding: 7px 10px;
    width: 170px;
    height: 30px;
}

#subscribe > button[type="submit"] {
    background: none repeat scroll 0 0 #21c2f8;
    border: 0 none;
    color: #ffffff;
    font-style: normal;
    font-weight: 300;
    padding: 7px 20px;
    height: 30px;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

/*Widget3: twitter*/
.single-tweet {
    overflow: hidden;
    padding-bottom: 15px;
    padding-top: 10px;
    word-spacing: 2px;
}

.tweet-content {
    padding-bottom: 10px;
    line-height: 1.5em;
}
/* ===== End footer ===== */


/* ===== Begin page header ===== */
.page-header {
    margin: 0 0 60px 0;
    padding: 0;
    border: none;
}

    .page-header h2 {
        text-transform: uppercase;
    }

p.subtitle {
    letter-spacing: 2px;
    margin-top: 10px;
}
/* ===== End page header ===== */


/* ===== Begin extra-space ===== */
.extra-space-m {
    width: 100%;
    height: 20px;
}

.extra-space-ml {
    width: 100%;
    height: 25px;
}

.extra-space-l {
    width: 100%;
    height: 40px;
}

.extra-space-xl {
    width: 100%;
    height: 60px;
}

.extra-space-xxl {
    width: 100%;
    height: 88px;
}
/* ===== End more-space ===== */


/* ===== Begin OWL carousel ===== */
.owl-carousel {
    /* cursor: e-resize; */
}

.owl-theme .owl-controls {
    /*margin-top: 30px;*/
}

    .owl-theme .owl-controls .owl-page span {
        background: rgba(0, 0, 0, 0);
        width: 14px;
        height: 14px;
        border: 3px solid #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
        background: rgba(0, 0, 0, 0);
        border: 3px solid #fff;
    }

.owl-buttons {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    width: 55px;
    height: 100px;
    line-height: 100px;
    margin: 0;
    text-align: center;
    background: transparent;
    opacity: 1;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: .5;
}

@media (max-width: 600px) {
    #owl-intro-text .item img {
        display: block;
        width: 100%;
        height: auto;
    }
}

.owl-next {
    background-image: url(../../Content/Images/features/arrow-right.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: 0;
}

.owl-prev {
    background-image: url(../../Content/Images/features/arrow-left.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    left: 0;
}

/* ===== End OWL carousel ===== */


/* ===== Begin buttons ===== */

.btn {
	text-decoration: none !important;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	background-clip: border-box;

	-o-transition:color 0.1s ease-out, background-position 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in !important;
	-moz-transition:color 0.1s ease-out, background-position 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in !important;
	-webkit-transition:color 0.1s ease-out, background-position 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in !important;
	transition:color 0.1s ease-out, background-position 0.1s ease-in, background-color 0.1s ease-in, border-color 0.1s ease-in !important;

	
	font-size: 12px;
	margin-right: 5px;
	margin-bottom: 18px;

	white-space: nowrap;

    position: relative;
    letter-spacing: 1px;
    border: none;
    padding: 1px 6px;
}


.btn:active {
        top: 2px;
    }

/* Button default */
.btn-default, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

/* Button blank */
.btn-blank {
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 12px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

    .btn-blank:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        -ms-transform: scaleY(0);
        -o-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-transition-property: transform;
        -moz-transition-property: transform;
        -o-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .btn-blank:hover, .btn-blank:focus, .btn-blank:active {
        color: #333;
    }

        .btn-blank:hover:before, .btn-blank:focus:before, .btn-blank:active:before {
            -webkit-transform: scaleY(1);
            -moz-transform: scaleY(1);
            -ms-transform: scaleY(1);
            -o-transform: scaleY(1);
            transform: scaleY(1);
        }

/* Button active */
.btn:active, .btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.16);
}

/* Button large */
.btn-lg {
    font-size: 1.3em;
    padding: 10px 40px;
}

.btn-lg-xl {
    font-size: 1.4em;
    padding: 10px 80px;
}


/* Scroll to top button */
.scrolltotop {
    position: fixed;
    display: none;
    bottom: 20px;
    right: 30px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    text-decoration: none;
    z-index: 9999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .scrolltotop .fa {
        padding-left: 4px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
/* ===== End buttons ===== */

/* ===== Begin Stylesheet Switcher (for demo only). Remove if you do not need it. ===== */
.switcher-wrapper {
    display: inline-block;
    position: fixed;
    top: 20%;
    left: -160px;
    z-index: 99999;
}

.switcher {
    width: 158px;
    background-color: #FFF;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    color: #222;
    border: 1px solid #DDD;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px 0rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.switcher-box {
    float: left;
    width: 20px;
    height: 20px;
    margin: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .switcher-box:hover {
        border: 1px solid #fff;
    }

.switcher-btn {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
    color: #222;
    background-color: #FFF;
    border: 1px solid #DDD;
    border-left: 0;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.switcher-box.default {
    background-color: #363940;
}

.switcher-box.gray {
    background-color: #363940;
}

.switcher-box.blue {
    background-color: #4E7AC7;
}

.switcher-box.lime {
    background-color: #72A603;
}

.switcher-box.orange {
    background-color: #F26B1D;
}

.switcher-box.purple {
    background-color: #51497F;
}
/* ===== End Stylesheet Switcher (for demo only). Remove if you do not need it. ===== */

.copyright-right{
	position: relative;
	float: right;
	margin-top: -28px;
	padding-right: 60px;
}

@media (max-width: 750px) {
	.scrolltotop{
	right: unset;
	bottom: 48px;
	}
	
	.footer-top{
	padding-right: 5px;
	font-size: x-small;
	}
}

@media (max-width: 1040px) {
	.paddy {
    padding: 45px;
	}
}

@media (max-width: 751px) {
	.copyright-right {
	margin-top: -28px;
	padding-right: 5px;
	font-size: x-small
	}
}

.validation-summary-errors {
    padding: 10px;
    background-color: bisque;
	line-height: 1.3em;
}

/*---------------------------*/
/*  UI Gradient Colors
/*---------------------------*/
.lt-ie8 [class^="ui--gradient-"],
.lt-ie8 [class*=" ui--gradient-"] {
	zoom: 1;
}

.modern-browser [class^="ui--gradient-"].on--hover,
.modern-browser [class*=" ui--gradient-"].on--hover {
	filter: none !important;
}

.modern-browser [class^="ui--gradient-"],
.modern-browser [class*=" ui--gradient-"] {
	filter: none !important;
}

.ui--gradient.on--hover {
	-webkit-transition: background-position 0.1s linear;
		 -moz-transition: background-position 0.1s linear;
			 -o-transition: background-position 0.1s linear;
					transition: background-position 0.1s linear;
}

.ui--gradient.on--hover:hover {
	background-position: 0 -15px;
}

.ui--gradient-grey {
	background-color: #f1f1f1;
	*background-color: #f1f1f1;
	background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc2ODkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGRkZGRkYiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGMUYxRjEiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c2ODkpIiAvPgo8L3N2Zz4=');
	background-image: -moz-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: -o-linear-gradient(top, #ffffff, #f1f1f1);
	background-image: linear-gradient(to bottom, #ffffff, #f1f1f1);
	background-repeat: repeat-x;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#f1f1f1')";
}

.ui--gradient-grey.on--hover:hover {
	background-color: #f1f1f1 !important;
}

.ui--gradient-grey,
.ui--gradient-grey a {
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.ui--gradient-grey-border-bottom {
	border-bottom: 1px solid #dfdfdf;
}

.ui--gradient-primary {
	background-color: #0e7add;
	*background-color: #0e7add;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPg0KICAgIDxkZWZzPg0KICAgICAgICA8bGluZWFyR3JhZGllbnQgaWQ9ImxpbmVhci1ncmFkaWVudCIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiIHNwcmVhZE1ldGhvZD0icGFkIj4NCiAgICAgICAgICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMxZmM0ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPg0KICAgICAgICAgICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMGU3YWRkIiBzdG9wLW9wYWNpdHk9IjEiLz4NCiAgICAgICAgPC9saW5lYXJHcmFkaWVudD4NCiAgICA8L2RlZnM+DQogICAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgc3R5bGU9ImZpbGw6IHVybCgjbGluZWFyLWdyYWRpZW50KTsiLz4NCjwvc3ZnPg==');
	background-image: -moz-linear-gradient(top, #1fc4f0, #0e7add);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1fc4f0), to(#0e7add));
	background-image: -webkit-linear-gradient(top, #1fc4f0, #0e7add);
	background-image: -o-linear-gradient(top, #1fc4f0, #0e7add);
	background-image: linear-gradient(to bottom, #1fc4f0, #0e7add);
	background-repeat: repeat-x;
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1fc4f0', endColorstr='#0e7add');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1fc4f0', endColorstr='#0e7add')";
}

.ui--gradient-primary,
.ui--gradient-primary a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.50);
	color: #ffffff !important;
}

.ui--gradient-primary.on--hover:hover {
}
/*---------------------------*/
/*  UI Box
/*---------------------------*/
.ui--box,
.ui--box-alias,
.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	border: 1px solid #ebebeb;
	border-bottom: 1px solid rgba(0,0,0,.22);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 3px 0px rgba(0,0,0, 0.03), 0 1px 0 rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 3px 0px rgba(0,0,0, 0.03), 0 1px 0 rgba(0, 0, 0, .07);
	box-shadow: 0 3px 0px rgba(0,0,0, 0.03), 0 1px 0 rgba(0, 0, 0, .07);
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	background-clip: border-box;
	background-color: #fff;
}

a.comment-reply-link {
    color:#363940;
}

.description {
    margin-bottom: 18px;
}

.ui--blog-link {
    color: #5f5d5d;
}

.ui--blog-content {
    padding: 15px;
}

/*---------------------------*/
/* Product Elements
/*---------------------------*/

.row.angebotszeit {
    color:red;
    font-weight:700;

}

.row.textblock {
    text-align: center;
}

.imagediv {
    display:inline-block;
}

.imagediv img{
    /*width:300px; picture size set owl-carousel*/
}

.row.beschreibung{
    /*text-align:justify;  layout set the backend editor*/
    padding:2%;
}

.linktooffer {
    margin-bottom:5px !important;
}

/* CHANGE from reset.css */
.header-main ul{
    list-style: none;
}

/* =============================================
    Bootstrap cards on page and in workflows
==================================================*/

card > img {  /*IE bug 100% width scales vertical too*/
  min-height: 1px;
}


 .security-questions hr:last-of-type{
 display:none;
 }