

.top-nav {
	background-color: #ddd;
	padding: 5px;
}
@font-face{
	font-family: TimesNormal;
	src: url(../fonts/tnr/times.ttf);
}

@font-face{
	font-family: TimesBold;
	src: url(../fonts/tnr/timesbd.ttf);
}
.intro{font-weight:600;}
@font-face{
	font-family: TimesBItalic;
	src: url(../fonts/tnr/timesbi.ttf);

}
.sp-contact-email form {
    margin-top: 12%;}

@font-face{
  font-family: TimesItalic;
  src: url(../fonts/tnr/timesi.ttf);

}

@font-face{
    font-family: lato-light;
    src: url(../fonts/Lato-Light.ttf);
}
i.fa.fa-map-marker {
	color: #ff8500;
}

.top-nav2 p {
	font-family: Montserrat ExtraLight;
	font-size: 12px;
	color: #ccc;
	letter-spacing: 0.8px;
	margin-top: 9px;
}
.top-nav3 {
	float: right;
}
ul.social-icons {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ul.social-icons > li {
	display: inline-block;
	margin: 0 1.5px;
}
ul.social-icons > li a {
	background-color: #f5dd25;
	border: 2px solid #f5dd25;
}

ul.social-icons > li a {
       border: #4b4b4d;
    border-radius: 50%;
    color: #797979;
    display: block;
    font-size: 15px;
    line-height: 28px;
    padding: 0 6px;
    text-align: center;
    background: transparent;
    transition: all ease 1s;
}
ul.social-icons > li a:hover{
    color: #000 !important;
}
.image-top img {
    
    margin-top: 7px;
    margin-bottom: 6px;
}
.sp-contact-info {
     float: left;
    list-style: outside none none;
    margin: 0 -10px;
    padding: 7px 0;
}

.sp-contact-info li {
    float: left;
    font-size: 90%;
  
}
a .calendarlink1 {
        display: inline-block;
    color: #fff;
    padding: 7px 10px;
    border-radius: 21px;
    font-family: TimesBold;
    text-transform: uppercase;
    font-size: 13px;
    /* background: linear-gradient(to bottom, rgba(19, 19, 19, 0.99), rgb(148, 149, 153)); */
    background-color: #000;
    font-family: Lato,Helvetica,Arial,sans-serif;
  
    }
    a .calendarlink1:hover {
    background: #fff !IMPORTANT;
    color: #000;
}
.sp-contact-info li i {
     color: #d2272e;
    display: block;
    float: left;
    font-size: 35px;
    line-height: 38px;
    margin-bottom: 3px;
    margin-right: 5px;
    text-align: center;
}
.sp-contact-info li p.contact-content {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    margin-left: 40px;
}
.sp-contact-info li p.contact-content span {
       display: block;
    letter-spacing: 0.5px;
    line-height: 100%;
    margin: 2px 0 8px 5px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    color: #000;
    }
.sp-contact-info li p.contact-content span:last-child {
    color: #000;
    margin-bottom: 0;
        font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 13px;
}

span.time {
 
    color: #9a8e8e !IMPORTANT;
}
i.fa.fa-clock-o {
    color: #000;
}
i.fa.fa-envelope-o {
    margin-top: 0px;
    font-size: 29px;
}
.fa-clock-o:before {
    content: "\f017";
    margin-left: 10px;
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b";
    margin-left: 22px;
font-size: 20px;
}
.fa-envelope-o:before {
    content: "\f003";
    margin-left: 14px;
}

input.search2 {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    background-color: white;
    background-image: url(../image/search2.jpg);
    background-position: 196px 9px;
    background-repeat: no-repeat;
    padding: 9px 10px 7px 14px;
    transition: width 0.4s ease-in-out;
    border: solid 1px #000;
    outline: none;
    margin-left: 3px;
    margin-top: 6px;
}
.cart  {
        text-transform: uppercase;
    padding: 8px 9px 8px 5px;
    margin-top: 29px;
    margin-left: 11px;
	font-size: 22px;
}
.cart a {
 color: gray;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 12px;
}




i.fa.fa-shopping-cart {
    font-size: 20px;
    margin-top: -11px;
    padding-left: 1px;
    padding-right: 7px;
    transition: all ease 1s;
}

.cart a{text-decoration:none!important;}
.cart a i{
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
          transition:         transform .8s ease-in-out;
}
.cart a:hover i{
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

/*------------------------------------ dropdown cssssssssssssssss*/


.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
 i.fa.fa-caret-right.right2 {
    position: absolute;
    right: 4px;
    top: 8px;
    padding: 0px;
    font-size: 13px;
    color: #000;
}
  
/*.dropdown-submenu > a:after {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
    display: block;
    height: 0;
    margin-right: 0px;
    margin-top: 5px;
    width: 0;
    position: absolute;
    right: 6px;
    top: 2px;
}*/
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: none;
}  
  
@media (max-width: 767px) {
    .top-nav3 {
        float: inherit; 
}



  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav > .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

/*----------------------------------*/


.link-head {
    background-color: #fff;
    margin: 0px;
    min-height: 0px;
    text-align: center;
    padding: 4px;
    z-index: 123;
}
.nav-head li a {
    color: #fff !important;
    font-size: 12px;
    padding: 3px 7px 3px 6px;
    font-family: TimesBold;
    
     font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 14px;
	margin-right: 20px;
	margin-left: 20px;
}
.nav-head2 li a {
        color: #666 !IMPORTANT;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-right: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.nav-head2 {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: -15px;
}
.navbar-nav>li {
     float: inherit; 
    display: inline-block;
}
.navbar-nav {
   float: inherit;
    margin: 0;
}
.contact-spanus a{font-family: Lato,Helvetica,Arial,sans-serif;    transition: all ease 1s;}
span.contact-spanus {
    position: absolute;
    right: 12px;
    top: 5px!important;}
span.signbut a {
    float: right;
    margin-top: 0px;
    margin-right: 1%;
    background-color: #000;
    padding: 9px 11px 7px 10px;
    font-size: 12px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    color: #fff;
    border-radius: 16px;
    transition: all ease 1s;
white-space:nowrap;
}
span.signbut a:hover {
    background: #fff;
    color: #000;
    text-decoration: none;
}
.welcome-guest {
    line-height: 26px;

    /*  float: left;*/
    /*position: absolute;*/
    /*left: 170px;*/
    /*top: 7px;*/
    /*color: #797979;*/
    /*text-transform: uppercase;*/
    /*width: auto;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*font-family: Lato,Helvetica,Arial,sans-serif;*/
    /*font-size: 15px;*/
}

.nav-head2 li a:hover {
    color: #9d9d9d!important;
    display: block;
}
.navbar-inverse {
    margin: 0px;
    text-align: center;
}


/*-------------------main menus-----------------------*/

.main-nav {
    background-color: #000;
    text-align: center;
    padding: 10px 0;
}
.main-nav ul li {
    display: inline-block;
    position: static;
    margin-right: 7px;
}

.main-nav li a {
 color: #fff;
    margin-right: 0px;
    font-size: 11px;
    font-family: TimesBold;
    text-transform: uppercase;
font-family: Lato,Helvetica,Arial,sans-serif;
}
.main-nav li a:hover {
    text-decoration: none;
}

.dropdown-new {
    position: relative;
    display: inline-block;
}

.dropdown-content-new {
  
       position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;
    left: 70px;
    padding: 12px 0;
    margin: -11px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    width: 90%;
    /*height: 294px;*/
    overflow-y: auto;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.dropdown-content-new a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content-new a:hover {
  color: red;
}

.dropdown-new:hover .dropdown-content-new {
    display: block;
}
li.dropdown-header {
       font-family: lato-light;
    padding: 7px 7px 7px 10px;
    font-size: 13px;
    background-color: #000;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 4px;
}
.menu-navigation li a {
          font-family: Lato,Helvetica,Arial,sans-serif;
    color: #333!important;
    text-transform: capitalize;
    display: block;
    line-height: 18px;
    padding: 0 0 6px 0;
    font-size: 12px;
transition:all ease 1s;
}
.menu-navigation li a:hover{color:#9d9d9d!important;}
.menu-navigation h1 a {
   padding: 1px 2px 6px 1px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    color: #333!important;
    font-weight: 600;
    font-size: 11px;
}

.menu-navigation {
    border-bottom: 1px solid #cccc;
    padding: 3px;
}
.menu-navigation ul li {
    display: block;
}

/*---------------------footer css-----------------------*/

.footerbacend {
      background-color: #f0f0f0;
    padding: 55px 0 30px;
    clear: both;
}
.footdet1 h2 {
       font-family: 'Cormorant Garamond', serif;
    color: #666;
    font-size: 17px;
    text-align: left;
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 600;
}
.hozz-img img {
    height: 20px;
    width: 23px;
   margin-bottom: 0px;
}
.footdet1 p {
    color: #666;
    font-size: 14px;
    font-family: lato-light;
    margin-top: 20px;
    text-align: left;
    line-height: 22px;
}
.footer-span {
       color: #333;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 11px;
}

ul.cms-socials {
    padding-left: 0px;
    margin-top: 30px;
    text-align: left;

}
.cms-socials li {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 9px;
}
.cms-socials li a {
       display: block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 16.3px;
    text-align: center;
    color: #666;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #666;
}

.cms-socials .fb-social{
     display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    font-size: 16.3px;
    text-align: center;
    color: #666;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #666;
}
ul.product-list {
    list-style-type: none;
    padding-left: 0px;
    text-align: left;
}
.product-list li {
    margin-bottom: 14px;
}
.product-list li a {
       color: #333;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: lato-light;
}
i.fa.fa-cog {
    color: #3f3e40;
    font-size: 15px;
    margin-right: 9px;
}
.footdet2 {
    background: linear-gradient(to bottom, rgb(75, 75, 77), rgb(232, 228, 228));
       padding: 30px 5px 30px 5px;
    text-align: center;
}
.footdet2 h2 {
       color: #fbf9f9;
    font-size: 25px;
    font-family: lato-light;
}

.footdet2 p {
        line-height: 21px;
    margin-top: 11px;
    color: #fbf9f9;
    margin-bottom: 11px;
    font-family: lato-light;
    font-size: 14px;
}

input.newstext {
     padding: 10px 7px;
    border: none;
    margin-bottom: 8px;
    border-radius: 4px;
    font-family: lato-light;
    font-size: 14px;
    width: 69%
}

input.newsbutton {
    
    padding: 11px 19%;
    border: 0px;
    background-color: #4b4b4d;
    font-family: lato-light;
    color: #fff;
    margin-top: 9px;
    font-size: 14px;
    width: 70%;
    border-radius: 5px;
}