﻿h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
html, body{
  font-family: 'Sintony', sans-serif;
   font-size: 100%;
   background:#27ADAD; 
}
a {
  text-decoration: none;
}
a:hover {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
   text-decoration: none;
}
/*--mother-grid start here--*/
.mother-grid{
  width: 80%;
  margin: 0em auto 0em;
  padding: 2em 0em;
}
.logo-name h3 {
    font-size: 2.5em;
    color:#FFFFFF;
    text-align: center;
    margin-bottom: 1em;
}
span.log-clr {
    color: #B369C3;
    font-size: 1.2em;
}
/*--top nav strat here--*/
/*--- Navigation---*/
.top-navg {
    position: relative;
}
.nav1 {
	float: left;
	width: 5%;    
}
span.menu{
	display: block;
	cursor: pointer;
	text-align: center;
    background: #FC7FA3;
    padding:1.13em 0em;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
}
.nav1 ul {
    display:none;
    position: absolute;
    z-index: 9999;
    margin: 0em 0em 0;
    background: #fc7fa3;
    padding: 0;
    left:0%;
    top:123%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.nav1 ul li{
	list-style:none;	
}
li.hover-border a {
    border-radius: 4px 4px 0px 0px;
}
li.hover-border1 a {
    border-radius: 0px 0px 4px 4px;
}
.nav1 ul li a{
	display: block;
	color: #fff;
	text-decoration: none;		
  	font-size: 0.9em;
  	text-align: left;
  	padding:1em 1.2em;
  	vertical-align: sub;
}
.nav1 ul li  a:hover{
	background:#393f48;
}
.header-top {
    float: right;
    width: 95%;
}
span.menu1 {
    display: none;
}
.top-menu {
    float: left;
    width: 70%;
}
.notch1 {
    position: relative;
}
.notch1:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #FC7FA3;
    border-left: 15px solid rgba(0, 0, 0, 0);
    bottom:0px;
    left: 30px;
}
.notch2 {
    position: relative;
}
.notch2:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0;
    border-right: 15px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #B369C3;
    border-left: 15px solid rgba(0, 0, 0, 0);
    bottom:0px;
    left: 50px;
}
nav.navbar.navbar-inverse.navbar-static-top {
    margin: 0px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none !important;
    background:#FFFFFF !important;
}
div#bs-example-navbar-collapse-2 li a {
    color: #999;
}
ul.nav.navbar-nav li a.vilot-clr {
    background: #B369C3 !important;
}
ul.nav.navbar-nav li a.vilot-clr:hover,ul.nav.navbar-nav li a.vilot-clr:focus{
    background: #FC7FA3 !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background: none !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    padding: 1.2em 0em;
    border-right: 1px solid #a249b5;
}
.navbar-inverse {
    border:none;
}
.navbar-nav {
    width: 100% !important;
    margin: 0px;
    text-align: center;
}
.navbar-nav > li {
    width: 20%;
}
.caret {
    border-right:none; 
    border-left: none; 
}
.dropdown-menu {
    position: absolute;
    top: 133%;
    left:24%;
    width: 125%;
    display: none;
    padding: 10px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    border: none;
    background-color: #fff;
}
.navbar-nav > li > .dropdown-menu {
    background: #B369C3;
    padding: 0em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.navbar-nav ul li a i{
    background: url(../images/tnav-dp.png)no-repeat;
    width: 23px;
    height: 17px;
    vertical-align: text-bottom;
    display: inline-block;
}
.navbar-nav ul li a i.disk {
    background-position: -23px 0px;
}
.navbar-nav ul li a i.cards {
    background-position: -47px 0px;
}
.navbar-nav ul li a i.learn {
    background-position: -72px 0px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background: #393f48;
}
.navbar-nav ul li a i.movie-rel {
    background-position: -1px 0px;
}
.dropdown-menu > li > a {
    padding: 1em 1em;
    font-size: 1em;
    color: #fff;
}
/*--search start here--*/
.search-block1 {
    float: right;
    width: 30%;
    padding:0.75em 1em;
    background: #B369C3;
    border-radius: 0px 5px 5px 0px;
}
.serch1 {
    background: #f0f2f5;
    width: 66%;
    margin: 0em 0em 0em 7em;
    padding:0.5em 1em 0.2em 1em;
    border-radius: 5px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    -o-border-radius:5px;
}
.serch1 input[type="text"] {
    font-size: 0.8em;
    color: #000;
    border: none;
    width: 85%;
    background: #f0f2f5;
    outline: none;
    display: inline-block;
    vertical-align: text-top;
}
.serch1 input[type="submit"] {
    background: url(../images/search1.png)no-repeat;
    width: 22px;
    height: 23px;
    display: inline-block;
    border: none;
    outline: none;
    vertical-align: middle;
}
/*--bottom nav start here--*/
.bottom-navg {
    margin-top:3em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    position: relative;
    z-index: 0;
}
.rc-block {
    float: left;
    width: 7%;
    padding: 0.96em 0em;
    background: #FC7FA3;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    -o-border-radius: 4px 0px 0px 4px;
}
.nav-drop li a {
    color: #fff !important;
}
span.rc {
    cursor: pointer;
    font-size: 1.25em;
    color: #fff;
    display: block;
}
.rc-block ul {
    display:none;
    position: absolute;
    z-index: 9999;
    margin: 0em 0em 0;
    background: #fc7fa3;
    padding:0em;
    left:0%;
    top: 130%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.rc-block ul li {
    list-style: none;
    padding:1em 2em;
    background: #FC7FA3;
    border-bottom: 1px solid #da4453;
}
li.hover-border {
    border-radius: 4px 4px 0px 0px;
}
li.hover-border1 {
    border-radius: 0px 0px 4px 4px;
}
.rc-block ul li:hover{
    background:#B369C3;
}
.rc-block ul li.no-bar {
    border-bottom: none;
}
.rc-block ul li a span{
    background: url(../images/rc-icons.png)no-repeat;
    width:33px;
    height:33px;
    display: block;
}
.rc-block ul li a span.setting {
    background-position: 0px 0px;
}
.rc-block ul li a span.email {
    background-position: -50px 0px;
}
.rc-block ul li a span.blub {
    background-position: -100px 0px;
}
.rc-block ul li a span.location {
    background-position: -150px 0px;
}
.header-bottom {
    float: right;
    width: 93%;
}
.bottom-menu {
    float: left;
    width: 70%;
}
div#navbar.chang-clr,div#navbar.change-other {
    background: #fff !important;
}
div#navbar.chang-clr a:hover,div#navbar.chang-clr a:active,div#navbar.chang-clr a:focus {
	 background: #fff !important;
}
div#navbar.change-other ul li a.main-bar-clr {
    color: #a6aaae !important;
    border-right: 1px solid #a6aaae !important;
}
a.dropdown-toggle.no-need-eff-clr:hover {
    
}
a.dropdown-toggle.no-need-eff-clr:hover {
    background: none !important;
    color: #999;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
   
    background:none !important;
}
.navg-drop-main {
    padding: 2em 0em;
}
.nav-drop {
    padding: 0px;
}
ul.dropdown-menu.chang-drp-clr {
    background: #FC7FA3;
    width: 810px;
}
ul.dropdown-menu.chang-drp-clr li a{
	color:#fff !important;
}
ul.dropdown-menu.chang-drp-clr li a {
    color: #fff !important;
    padding:0.4em 2em;
    display: block;
}
ul.dropdown-menu.chang-drp-clr li a:hover{
    color:#DBD5D7 !important
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.nav-drop li h6 {
    font-size: 1em;
    color: #fff;
    padding: 0em 0em 1em 2em;
    margin-bottom: 0.2em;
    border-bottom: 1px solid #da4453;
}
.search-block2 {
    float: right;
    width: 30%;
    padding:0.8em 1em;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
}
.serch2 {
   background: #f0f2f5;
    width:66%;
    margin: 0em 0em 0em 7em;
    padding:0.5em 1em 0.2em 1em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
.serch2 input[type="text"] {
    font-size: 0.8em;
    color: #000;
    border: none;
    width: 85%;
    background: #f0f2f5;
    outline: none;
    display: inline-block;
    vertical-align: text-top;
}
.serch2 input[type="submit"] {
    background: url(../images/search1.png)no-repeat;
    width: 22px;
    height: 23px;
    display: inline-block;
    border: none;
    outline: none;
    vertical-align: middle;
}
.notch3 {
    position: relative;
}
.notch3:after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0;
    border-top: 11px solid rgba(0, 0, 0, 0);
    border-right: 10px solid #B369C3;
    border-bottom: 11px solid rgba(0, 0, 0, 0);
    bottom: -40px;
    left: -10px;
}
/*--block3 strat here--*/
.block-3 {
    margin-top:20px;
}
.block-3-left {
    float: left;
    width: 63%;
    max-height: 662px;
    overflow: hidden;
}
.wine-img1 h3 {
    font-size: 1.5em;
    color:#59AB02;
    border-bottom: 2px solid #000;
    width: 40%;
    margin: 0 auto 0.5em;
    padding-bottom: 0.5em;
}
.wine-img1 p {
    font-size: 0.9em;
    color: #848383;
    line-height: 1.9em;
}
.block-rit-btn a {
    background:#a249b5;
    font-size: 0.95em;
    color: #fff;
    padding: 0.5em 1em;
    display: inline-block;
    border-radius: 5px;
    margin-top: 0.5em;
}
.block-rit-btn a:hover {
	background:#fc7fa3;
}
.block-3-right {
    float: right;
    width: 35%;
    text-align: center;
    padding: 3.15em 2em;
    background:#FFFFFF;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
    max-height: 662px;
    overflow: hidden;
}
.wine-img {
    background: url(../images/gls.jpg)no-repeat center;
    background-size: cover;
    min-height: 360px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px ;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}
.wine-text h1 {
    font-size: 1.4em;
    color:#59AB02;
    line-height: 1.5em;
    margin-bottom: 0.5em;
}
.wine-text {
    background: #fff;
    padding: 2em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius:0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-bottom: 3px solid #e3e4e8;
}
.wine-text p {
    font-size: 0.85em;
    color:#999;
    line-height: 2.5em;
}

.wine-left {
    float: left;
    width: 50%;
}
.wine-right {
    float: right;
    width: 50%;
    text-align: right;
}
.wine-left ul {
    padding: 0px;
}
.wine-left li {
    list-style: none;
    display: inline-block;
    margin-right: 1em;
}
.wine-left li a {
	font-size:0.9em;
	color: #000;
}
.wine-left li a:hover{
	color:#B369C3;
}
.wine-left ul li a i.heart {
    background: url(../images/heart.png)no-repeat;
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: text-bottom;
}
.wine-left ul li a i.cmnt{
	background: url(../images/comment.png)no-repeat;
    width: 20px;
    height: 17px;
    display: inline-block;
    vertical-align: text-bottom;
}
.wine-right a {
    font-size: 0.9em;
    color: #fc7fa3;
    font-weight: 700;
}
.wine-right a:hover {
	color: #a249b5;
}
.order-popup-main {
    padding: 1em 2em;
}
.order-popup-main h3 {
    font-size: 1.7em;
    margin-bottom: 1em;
    color: #59AB02;
}
.order-popup-main input[type="text"] {
    font-size: 1em;
    color: #616161;
    padding: 0.7em 1em;
    display: block;
    width: 100%;
    margin-bottom:1em;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
}
.order-popup-main input[type="submit"] {
    font-size: 1em;
    color: #FFFFFF;
    padding: 0.8em 1em;
    display: inline-block;
    width: 30%;
    margin: 0 auto;
    background: #FC7FA3;
    border: none;
    border-radius: 3px;
    outline: none;
}
.order-popup-main input[type="submit"]:hover{
	background:#A249B5;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--block-4 strat here--*/
/*--- slider-css --*/
.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
    border-radius: 5px 5px 0px 0px;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 92%;
    left: 1%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 24px;
    width: 24px;
    background: url("../images/arrows-icons.png") no-repeat -20px -17px;
}
.callbacks_nav.next {
    left: auto;
    background-position: -68px -17px;
    right: 95%;
}
/*--*/
.block-4 {
    margin: 2.5em 0em;
}
.block-4-bottom {
    background: #fff;
    padding: 2em 2em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius:0px 0px 5px 5px;
    -moz-border-radius:0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-bottom: 3px solid #e3e4e8;
}
.block-4-bottom h2 {
    font-size: 1.9em;
    color:#FC7FA3;
    margin-bottom:0.5em;
}
.block-4-bottom p {
    font-size: 0.95em;
    color: #999;
    line-height: 1.8em;
}
.slid-img-1{
    background: url(../images/s1.jpg)no-repeat;
    background-size: cover;
    min-height: 400px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}
.slid-img-2 {
    background: url(../images/s2.jpg)no-repeat;
    background-size: cover;
    min-height: 400px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius:5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}
.slid-img-3{
    background: url(../images/s3.jpg)no-repeat;
    background-size: cover;
    min-height: 400px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}
/*--restaurent strat here--*/
.chicken {
    padding: 0px 20px 0px 0px;
}
.chicken-imgtop {
    background: url(../images/chick.jpg)no-repeat center;
    background-size: cover;
    min-height: 270px;
    border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}
.chicken-text {
    background: #fff;
    padding: 2em 2em;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-bottom: 3px solid #e3e4e8;
    position: relative;
}
.chicken-text p {
	color: #999;
    font-size: 0.85em;
    line-height: 1.9em;
}
.beer {
    background: url(../images/bar.jpg)no-repeat;
    background-size: cover;
    min-height: 435px;
    padding: 20em 0em 0em 0em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}
.chicken-text span.dimond-heart {
    background:url(../images/arrows-icons.png)no-repeat -193px -57px;
    width: 42px;
    height:42px;
    display: block;
    position: absolute;
    top: -12%;
    left: 45%;
}
.beer-main {
    padding: 0em 0em 0em 1em;
}
.beer h4 {
    font-size: 0.9em;
    color: #fff;
    background: #FC7FA3;
    padding: 1em 1.5em;
    width: 80%;
    margin: 0em auto 0em;
    line-height: 1.8em;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
}
/*--part-2 strta here--*/
.part-2 {
    margin: 3em 0em;
}
/*--block-5 strat here--*/
/*--forms start here--*/
.farm {
    width: 50%;
    margin: 0 auto;
}
.farm input.disc {
    background: #f0f2f5;
    margin-bottom: 1em;
}
.farm input[type="text"] {
    font-size: 0.85em;
    color: #abadb3;
    padding: 0.9em 1em;
    border: 2px solid #e3e4e8;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    outline: none;
}
.error {
    background: #fff;
    width: 100%;
    margin: 1em 0em;
    display: inline-block;
    border: 2px solid #ed5565;
    border-radius: 5px;
}
.error span.red-rong {
    background: url(../images/arrows-icons.png)no-repeat -162px -18px;
    width: 25px;
    height: 25px;
    display:inline-block;
    vertical-align: text-top;
}
.farm input.error-in {
    border: none;
    width: 90%;
    display: inline-block;
}
.succes {
    background: #fff;
    width: 100%;
    display: inline-block;
    border: 2px solid #8cc152;
    border-radius: 5px;
}
.succes span.gen-tic {
    background: url(../images/arrows-icons.png)no-repeat -136px -18px;
    width: 25px;
    height: 25px;
    display:inline-block;
    vertical-align: text-top;
}
.farm input.succes-in {
    border: none;
    width: 90%;
    display: inline-block;
}
input.form-user {
    background: url(../images/user.png)no-repeat 13px 14px #fff;
    margin: 1em 0em;
    padding-left: 3em !important;
}
.last-form {
    width: 100%;
    background: #fff;
    border: 2px solid #e3e4e8;
    border-radius: 5px;
}
.last-form input.btn-user {
    width: 84%;
    background: url(../images/user.png)no-repeat 13px 14px;
    padding-left: 3em;
    border: none;
}
.last-form input[type="submit"] {
    background: url(../images/arrows-icons.png)no-repeat -137px -58px #FC7FA3;
    width: 47px;
    height: 47px;
    border: none;
    display: inline-block;
    float: right;
    outline:none;
    border-radius: 0px 4px 4px 0px;
}
.last-form input[type="submit"]:hover {
    background: url(../images/arrows-icons.png)no-repeat -137px -58px #a249b5;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*--audio-1-back---*/
.audio-1-img {
    background: url(../images/street.jpg)no-repeat;
    background-size: cover;
    min-height: 300px;
    border-radius: 5px 5px 0px 0px;
}
.opacity-pink {
    float: left;
    width: 40%;
    margin-top: 15.65em;
    min-height: 50px;
    background:rgba(252, 139, 171, 0.68);
}
.opacity-blue{
	 float: left;
    width: 60%;
    margin-top: 15.65em;
    min-height: 50px;
    background:rgba(162, 73, 181, 0.69);
}
.opacity-pink p {
    font-size: 0.9em;
    color: #fff;
    padding: 1.1em 0em 0em 1em;
}
.opacity-blue p {
    font-size: 0.9em;
    color: #fff;
    text-align: right;
    padding: 1em 1em 0em 0em;
}
/*--audio--*/
.audio-top{
	background:#fff;
	padding:1em;
	text-align:center;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-o-border-bottom-right-radius:5px;
	-ms-border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-o-border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-ms-border-bottom-left-radius:5px;
}
.next-top{
	position: relative;
	z-index:0;
}
.next-top li{
	display:inline-block;	
}
.next-top li i {
    background: url(../images/audio.png)no-repeat -9px -2px;
    width: 25px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: -10px;
    left: 4%;
}
.next-top li i.next {
    background-position: -32px -3px;
    left: 15%;
}
.audio-grid h5{
	color:#000;
	font-size:1.5em;
	padding:0.3em 0 0 ;
	font-weight: 500;
}
.audio-grid p{
	color:#878787;
	font-size:1em;
}
.top-audio img{
	border-top-right-radius:3px;
	-webkit-border-top-right-radius:3px;
	-o-border-top-right-radius:3px;
	-moz-border-top-right-radius:3px;
	-ms-border-top-right-radius:3px;
	border-top-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-o-border-top-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-ms-border-top-left-radius:3px;
}
.top-audio{
	box-shadow:0px 0px 12px #b0cae7;	
}
.audio-plat-back {
    margin: 3em 0em 0em 0em;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
    border-radius: 5px;
}
/*----*/
/*--block-5 right--*/
.block-5-right {
    padding: 0em 0em 0em 1em;
}
.block-5-left {
    padding: 0em 1em 0em 0em;
}
/*--selfie start here--*/
.selfie-img {
    background: url(../images/selfie.jpg)no-repeat center;
    background-size: cover;
    min-height: 260px;
    border-radius: 5px 5px 0px 0px;
}
.selfie-img ul li {
    display: inline-block;
    text-align: right;
}
.selfie-img ul li a span {
    background: url(../images/selfy-icons.png)no-repeat;
    width: 52px;
    height: 52px;
    display: inline-block;
    text-align: right;
}
.selfie-img ul li a span.arr-pink {
    background-position: 0px 0px;
}
.selfie-img ul li a span.coins {
    background-position: -55px 0px;
}
.selfie-img ul li a span.heart-selft {
    background-position: -110px 0px;
}
.selfie-img ul li a span.arr-pink:hover {
    background-position: 0px -52px;
}
.selfie-img ul li a span.coins:hover {
    background-position: -55px -52px;
}
.selfie-img ul li a span.heart-selft:hover {
    background-position: -110px -52px;
}
.selfie-img ul {
    padding: 12em 1em 0em 0em;
    text-align: right;
}
.selfie {
    margin-top: 2em;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
    border-radius: 5px;
}
.selfie-bottom {
    background: #fff;
    padding: 2em 1.5em;
    border-radius: 0px 0px 5px 5px;
}
.selfie-bottom h5 {
    font-size: 1.1em;
    color:#B369C3;
    font-weight: 700;
    margin-bottom: 1em;
}
.selfie-bottom p {
    font-size: 0.9em;
    line-height: 1.9em;
    color: #999;
}
span.selfy-icon {
    float: right;
    margin: 13em 0.5em 0em 0em;
}
/*--slider-images start here--*/
.slid-images {
    background: #fff;
    padding: 2em 2em;
    margin-top: 1em;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
/*--flexisel--*/
.project-grids img {
    border-radius: 5px;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*--Navigation--*/
.nbs-flexisel-nav-left{
    width: 29px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    left: 1%;
    top: 45% !important;
    background: url(../images/arrows-icons.png)no-repeat -20px -69px;
}
.nbs-flexisel-nav-right {
 	
 }
 .nbs-flexisel-nav-right {
    width: 29px;
    height: 29px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    right:1%;
    top:45% !important;
    background:url(../images/arrows-icons.png)no-repeat -71px -68px;
}
/*--//flexisel--*/
/*--anky-law strat her--*/
.anky-law {
    width: 60%;
    margin:2em auto 2em;
}
.anky-law-left {
    float: left;
    width: 48%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
.any-law-right {
    float: right;
    width: 48%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
.anky-top {
    background: #cac99b;
    padding: 1em 1em;
    text-align:center;
    border-radius: 5px 5px 0px 0px;
}
.anky-top h6.anky-top-pink {
    font-size: 0.9em;
    color: #fff;
    margin: 0.4em 0em;
}
.anky-top p {
    font-size: 0.82em;
    color: #000;
}
.anky-middle {
    background: #fff;
    position:relative;
}
.anky-middle ul {
    padding: 0px;
    list-style: none;
}
.anky-middle ul li {
    display: inline-block;
    padding: 1em 0em;
    border-top:3px solid #FC7FA3;
    width: 32.3%;
}
.anky-middle ul li.anky-clr {
    border-top: 3px solid #a249b5;
}
.anky-middle span.anky-bar-1 {
    background: #ccc;
    width: 1px;
    height: 51px;
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 125px;
}
.anky-middle span.anky-bar-2 {
    background: #ccc;
    width: 1px;
    height: 51px;
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 128px;
}
.anky-middle ul li h5 {
    font-size: 1em;
    color:#171616;
    font-weight: 700;
    text-align: center;
    line-height: 1.8em;
}
.anky-middle ul li h4 {
    font-size: 0.9em;
    color: #676767;
    text-align: center;
}
.anky-middle h3 {
    font-size: 1em;
    color: #B369C3;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.anky-middle p {
    font-size:0.8em;
    color: #999;
    line-height: 1.8em;
}
.anky-bottom {
    background: #f6f8fa;
    padding: 0.6em 0em;
    border-radius: 0px 0px 5px 5px;
}
.anky-bottom  ul.img-sprit {
    list-style: none;
    padding: 0px;
    text-align: center;
}
.anky-bottom  ul.img-sprit li {
	display:inline-block;
	 margin-right: 1em;
}
.anky-bottom ul.img-sprit li a span {
    background: url(../images/img-sit.png)no-repeat;
    width: 25px;
    height: 18px;
    display: inline-block;
}
.anky-bottom ul.img-sprit li a span.tw{
	background-position: 0px 0px;
}
.anky-bottom ul.img-sprit li a span.dri {
    background-position: -54px 1px;
}
.anky-bottom ul.img-sprit li a span.vi {
	background-position: -104px 1px;
}
.anky-bottom ul.img-sprit li a span.fa {
	background-position: -152px 1px;
}
.anky-con {
    padding: 0.5em 1.5em 1em 1.5em;
}
.anky-bottom ul.img-sprit li a span.tw:hover{
	background-position:0px -31px;
}
.anky-bottom ul.img-sprit li a span.dri:hover {
    background-position:-54px -30px;
}
.anky-bottom ul.img-sprit li a span.vi:hover {
	background-position: -104px -30px;
}
.anky-bottom ul.img-sprit li a span.fa:hover {
	background-position:-152px -30px;
}
.anky-con {
    padding: 0.5em 1.5em 1em 1.5em;
}
textarea.anky-contact {
    font-size: 0.75em;
    color: #000;
    font-style: italic;
    padding: 0.7em;
    border: 1px solid #ccc;
    width: 100%;
    height: 63px;
    outline: none;
    resize: none;
}
/*--block-6 strat here--*/
.block-6-top {
    background: url(../images/i2.jpg)no-repeat;
    background-size: cover;
    min-height: 180px;
    text-align: center;
    padding: 1em 1em;
    border-radius: 5px 5px 0px 0px;
}
.block-6-top h6 {
    text-align: right;
    font-size: 0.9em;
    padding-top: 1em;
}
.block-6-top h6 a{
	 color: #fff;
}
.block-6-top h6 a:hover{
	 color:#FC7FA3;
}
.block-6-top h3 {
    font-size: 2em;
    color: #fff;
    margin-top: 1em;
}
.block-6-bottom {
    padding: 2em 2em;
    background: #f2f5f8;
    border-radius: 0px 0px 5px 5px;
}
.block-6-bottom input[type="text"] {
    font-size: 0.95em;
    color: #C1C1C1;
    padding: 0.7em 1em 0.7em 2.7em;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
}
.block-6-bottom input.email {
    background: url(../images/email.png)no-repeat 8px 14px #fff;
    display: inline-block;
}
.block-6-bottom input.lock {
    background: url(../images/lock.png)no-repeat #fff 11px 10px;
}
.block-6-bottom input[type="password"] {
	font-size: 0.95em;
    color: #C1C1C1;
    padding: 0.7em 1em 0.7em 2.7em;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 4px;
    outline: none;
    margin: 1.6em 0em;
}
.block-6-bottom h6 {
    font-size: 1em;
    text-align: center;
}
.block-6-bottom h6 a{
	color: #999;
}
.block-6-bottom h6 a:hover{
	color: #A249B5;
}
.block-6-bottom input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #FC7FA3;
    border: none;
    padding: 0.7em 1em;
    width: 100%;
    border-radius: 4px;
    margin: 1.6em auto 1.6em;
    outline: none;
}
.block-6-bottom input[type="submit"]:hover {
	 background: #a249b5;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.block-6-bottom h4 {
    font-size: 1em;
    color: #5B5B5B;
    text-align: center;
    display: inline-block;
    margin: 0em 0.9em ;
}
.block-6-bottom span.sign-1-or-bar {
    background: url(../images/divider.png)repeat;
    width: 262px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
}
.block-6-bottom span.sign-1-or-bar1 {
    background: url(../images/divider.png)repeat;
    width: 262px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
}
.sign-i-1-btn ul {
    padding: 0em;
    list-style: none;
}
.sign-i-1-btn ul li{
    display: inline-block;
    margin-right: 0.5em;
    width: 48.8%;
}
.sign-i-1-btn ul li.no-margin {
    margin: 0em;
}
.sign-i-1-btn ul li a {
    font-size: 1em;
    color: #fff;
    padding: 0.7em 1em;
    border-radius: 4px;
    display:block;
    text-align: center;
}
.sign-i-1-btn {
    margin-top: 1.6em;
}
.sign-i-1-btn ul li a.face-clr {
    background: #3162a2;
}
.sign-i-1-btn ul li a.face-clr:hover {
    background:#65abd0;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.sign-i-1-btn ul li a.twit-clr{
	background: #65abd0;
}
.sign-i-1-btn ul li a.twit-clr:hover{
	background: #3162a2;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.block-6-top-right {
    background: url(../images/i1.jpg)no-repeat;
    background-size: cover;
    min-height: 180px;
    text-align: center;
    padding: 1em 1em;
    border-radius: 5px 5px 0px 0px;
}
.block-6-top-right h6 {
    text-align: right;
    font-size: 0.9em;
    color: #fff;
    padding-top: 1em;
}
.block-6-top-right h6 a{
	color: #fff;
}
.block-6-top-right h6 a:hover{
	color:#FC7FA3;
}
.block-6-top-right h3 {
    font-size: 2em;
    color: #fff;
    margin-top: 1em;
}
.block-6-bottom h5 {
    font-size: 1.5em;
    color: #999;
    text-align: center;
    margin: 1em 0em 1.6em 0em;
}
.block-6-left {
    float: left;
    width: 49%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
.block-right {
    float: right;
    width: 49%;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
.check-tick {
    margin-bottom: 1.5em;
}
/*----*/
.col_checkbox input[type="checkbox"] {
    display: none;
}
input[type=checkbox].css-checkbox1:checked + label.css-label1 {
   background: url(../images/tick.png) no-repeat 4px 5px #FC7FA3 ;    
}
input[type=checkbox].css-checkbox1 + label.css-label1 {
    height:17px;
    width: 17px;
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
    margin: 0px;
     background:#FC7FA3 ;
     border-radius: 5px;
}
/*----*/
input[type=checkbox].css-checkbox2:checked + label.css-label2{
    background: url(../images/tick.png) no-repeat #FC7FA3 4px 5px;
}
input[type=checkbox].css-checkbox2 + label.css-label2 {
    height: 17px;
    width: 17px;
    display: inline-block;
    line-height: 18px;
    cursor: pointer;
    background:#FC7FA3;
    border-radius: 5px;
}
i.chk-text {
    padding: 0em 0em 0em 2em;
    font-size: 0.75em;
    color: #757575;
    display: block;
    width: 250px;
    font-style: normal;
}
.sign-in-2-bottom input.email {
    background:url(../images/email.png)no-repeat 10px 15px #fff;
}
/*----*/
/*--block-7 strat here--*/
.block-7 {
    margin: 2em 0em;
}
.sign-in-2 {
    padding:0em 1.8em 0em 0em;
    border-radius: 5px 5px;
}
.sign-in-2-top {
    padding:1.5em 1.2em 0em 1.2em;
    text-align: center;
    background: #f2f5f8;
    border-radius: 5px 5px 0px 0px;
}
.sign-in-2-top-left {
    float: left;
    width: 50%;
    text-align: left;
}
.sign-in-2-top-left h3 {
    font-size: 1.1em;
    color: #000;
    font-weight: 700;
}
.sign-in-2-top-right {
    float: right;
    width: 50%;
    text-align: right;
}
.sign-in-2-top-right h4 {
    font-size: 0.9em;
    font-weight: 700;
}
.sign-in-2-top-right h4 a{
	 color: #FC7FA3;
}
.sign-in-2-top-right h4 a:hover{
	 color:#A249B5;
}
.sign-in-2-bottom {
    padding: 1.5em 2em;
    text-align: center;
    background: #f2f5f8;
    border-radius: 0px 0px 5px 5px;
}
.sign-in-2-bottom h5 {
    font-size: 0.9em;
}
.sign-in-2-bottom h5 a{
	 color: #696969;
}
.sign-in-2-bottom h5 a:hover{
    color: #A249B5
}
.sign-in-2-bottom input[type="text"] {
    font-size: 0.9em;
    color:#C1C1C1;
    padding:0.85em 1em 0.85em 3em;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    outline: none;
}
.sign-in-2-bottom input[type="password"]{
	font-size: 0.9em;
    color: #C1C1C1;
    padding:0.85em 1em 0.85em 3em;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    outline: none;
    margin: 1.3em 0em;
}
.sign-in-2-bottom input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background:#bb84be;
    border: none;
    padding: 0.7em 1em;
    width: 100%;
    border-radius: 4px;
    margin: 1.5em auto 1.5em;
    outline: none;
}
.sign-in-2-bottom input.sub-pink {
    background:#BB84BE;
}
.sign-in-2-bottom input.sub-pink:hover {
    background: #bb84be;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.sign-in-2-bottom input[type="submit"]:hover{
	 background:#FC7FA3;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.sign-in-2-bottom h4 {
    font-size: 1em;
    color: #848484;
    margin: 0em 0.5em;
    display: inline-block;
}
.sign-in-2-bottom span.sign-1-or-bar {
    background: url(../images/divider.png)repeat;
    width: 139px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
}
.sign-in-2-bottom span.sign-1-or-bar1{
   background: url(../images/divider.png)repeat;
    width: 139px;
    height: 2px;
    display: inline-block;
    vertical-align: middle;	
}
.sign-i-2-btn ul {
    padding: 0px;
    list-style: none;
}
.sign-i-2-btn ul li {
    display: inline-block;
        width: 48.8%;
}
.sign-i-2-btn ul li a {
    font-size: 0.9em;
    color: #fff;
    display: block;
    padding: 0.7em 1em ;
    border-radius: 5px;
}
.sign-i-2-btn {
    margin-top: 1.3em;
}
.sign-in-2-bottom input.lock {
    background: url(../images/lock.png)no-repeat 15px 11px #fff;
}
.sign-i-2-btn ul li a.face-clr {
    background:url(../images/fa.png)no-repeat #3162A2 28px 13px;
}
.sign-i-2-btn ul li a.face-clr:hover{
    background:url(../images/fa.png)no-repeat #65ABD0 28px 13px;
}
.sign-i-2-btn a.twit-clr {
    background: url(../images/tw.png)no-repeat #65ABD0 30px 14px;
}
.sign-i-2-btn a.twit-clr:hover {
    background: url(../images/tw.png)no-repeat #3162A2 30px 14px;
}
.sign-in-2.sign-in-2-mar-last {
    padding: 0em 0em;
    margin: 0em;
    box-shadow: none;
}
.sign-in-2{
    float: left;
    width: 32%;
    padding: 0px;
    margin: 0% 2% 0% 0%;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
.check-tick-2 {
    text-align: left;
}
.reset-pass {
    background: #F2F5F8;
    padding: 1em 1em;
    margin-bottom: 1.5em;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
.reset-pass-top-left h3 {
    font-size: 1.05em;
    color: #000;
    font-weight: 700;
}
.reset-pass-top-left {
    float: left;
    width: 50%;
}
.reset-pass-top-right {
    float: right;
    width: 50%;
    text-align: right;
}
.reset-pass-top {
    margin-bottom: 1em;
}
.reset-pass-top-right h4 {
    font-size: 0.9em;
    font-weight: 700;
}
.reset-pass-top-right h4 a{
	  color: #FC7FA3;
}
.reset-pass-top-right h4 a:hover{
	  color:#A249B5;
}
.reset-pass input[type="text"] {
    font-size: 0.9em;
    color: #999;
    padding: 0.85em 1em 0.85em 3em;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    outline: none;
}
.reset-pass-top {
    margin: 0.6em 0em 1.5em 0em;
}
.reset-pass input.email {
    background: url(../images/email.png)no-repeat 11px 15px #fff;
}
.reset-pass input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #FC7FA3;
    border: none;
    padding: 0.7em 1em;
    width: 100%;
    border-radius: 4px;
    margin: 1.5em auto 0.8em;
    outline: none;
}
.reset-pass input[type="submit"]:hover {
    background:#a249b5;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
.subscribe-con {
    padding:1.35em 1em;
    background: #F2F5F8;
    border-radius: 5px;
    box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
.subscribe-con h3 {
    font-size: 1.05em;
    color:#FC7FA3;
    font-weight: 700;
    margin-bottom: 0.6em;
}
.subscribe-con p {
    font-size: 0.9em;
    color: #656363;
    margin-bottom: 1em;
    line-height: 1.8em;
}
.subscribe-con input[type="text"] {
    font-size: 0.9em;
    color: #C1C1C1;
    padding: 0.85em 1em 0.85em 3em;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 85%;
    outline: none;
}
.subscribe-con input.email {
    background: url(../images/email.png)no-repeat 11px 15px #fff;
}
.subscribe-con input[type="submit"] {
    background: url(../images/sub-arr.png)no-repeat #BB84BE 21px 16px;
    border: none;
    padding: 0.7em 1.5em;
    vertical-align: sub;
    border-radius: 5px;
    outline:none;
}
/*--block-8 strat here--*/
.block-8 {
    background: #F2F5F8;
    padding: 1.5em 1em;
    border-radius: 5px;
    box-shadow:1px 1px 3px 1px rgba(0,0,0,0.15);
}
.shipping h4 {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    margin: 0em 0em 1em 0.7em;
}
ul.menu p {
    font-size: 1em;
    color: #8F8F8F;
    margin:0.5em 0em 1.4em 0em;
}
.ship-1 p {
    color: #8F8F8F;
    margin: 1em 0em;
    font-size: 1em;
}
.ship-1 input[type="text"] {
    font-size: 0.9em;
    color: #C1C1C1;
    padding: 1em;
    border: 2px solid #ccc;
    border-radius: 5px;
    width: 100%;
    outline: none;
}
select.citys, select.country {
	background: url(../images/drop-1.png)no-repeat 94% 50% #A249B5;
    width: 100%;
    padding: 1em;
    border: none;
    border-radius: 3px;
    outline: none;
    font-size: 15px;
    font-weight: 300;
    color: #FFFFFF;
    cursor: pointer;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}
/*--contact info start here--*/
.contact-info {
    margin-top: 2.5em;
}
.contact-info-main {
    padding:1em 0em;
}
.contact-info h3 {
    font-size: 1.2em;
    color: #000;
    font-weight: 700;
    margin-left: 0.6em;
}
.contact-info1 p {
    font-size: 1em;
    color: #8f8f8f;
    margin: 0.5em 0em;
}
.contact-info1 input[type="text"] {
    font-size: 0.85em;
    color: #C1C1C1;    
    padding: 1em 1em;
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
}
/*--payment method--*/
.end-kit-right {
    float: right;
    margin: 1em 1em 0em 0em;
}
.end-kit-right a {
    font-size: 0.9em;
    color: #fff;
    padding: 0.8em 1em;
    background: #FC7FA3;
    display: block;
    border-radius: 5px;
}
.end-kit-right a:hover{
	background:#a249b5;
}
div#small-dialog2 {
    padding: 3.3em 3em;
}
div#small-dialog2 h3 {
    font-size: 2.3em;
    color: #59AB02;
    margin-bottom: 0.8em;
}
div#small-dialog2 p {
    font-size: 0.9em;
    color: #000;
    line-height:2.1em;
}
div#small-dialog2 {
    padding: 3em 3em;
    min-height: 440px !important;
}
/*----*/
a.popup-with-zoom-anim {
    outline: none;
    border: none;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px 16px;
    color: #fff;
    font-size: 0.9em;
    background: #B369C3;
}
a.popup-with-zoom-anim.no-bagr {
    background: none;
    color: #B369C3;
}
a.popup-with-zoom-anim.no-bagr:hover {
	color:#B369C3;
	background:none;
}
a.popup-with-zoom-anim:hover{
	background-color:#A249B5;
	transition: all 0.5s ease-in-out;
	color:#fff;
}
.pricetag:hover .content1 {
    background: #538BC3;
	border-right: none;
}
.pricetag:hover .content1 h3 {
   color:#fff;
}
.pricetag:hover a.popup-with-zoom-anim {
   background-color:#538BC3;
	transition: all 0.5s ease-in-out;
	color:#fff;
}
.content4{
    background: #538BC3;
	border-right: none;
}
.content4 h3{
    color:#fff;
}
 a.sign1 {
   background-color:#538BC3;
	color:#fff;
}
.pricetag:hover .content2 h4 ,.content5 h4{
    background-color: #88CCFA;
}
/*--pricing-grids--*/

#small-dialog h4 {
	margin: 10px 0;
	font-family: 'Quicksand', sans-serif;
}

#small-dialog,#small-dialog1,#small-dialog2,#small-dialog3,#small-dialog4,#small-dialog5,#small-dialog6{
	background: white;
    padding: 10px 0 10px 0;
	text-align: left;
	max-width: 629px;
	margin: 40px auto;
	position: relative;
	text-align: center;
	border: 8px solid #B369C3;
    /*height:475px;*/
    border-radius: 5px;
}
/*---start-pricing-tabels-----*/
.payment-online-form-left{
}
form li {
	list-style: none;
}
form ul {
	padding:0;
}
h4.payment-head{
	font-size: 1.9em;
	color: #222222;
	padding: 0.5em 0;
	text-align: left;
    float: left;	
}
.payment-online-form-left span{
    vertical-align: sub;
	margin-right:7px;
}
.payment-online-form-left form{
	padding:0 3%;
}
.payment-online-form-left input[type="text"] {
    padding: 0.7em 1em;
    color: #A249B5;
    width: 47%;
    margin: 0.5em 0;
    border: 1px solid;
    outline: none;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    float: left;
    font-size: 0.9em;
    border-color: #FDBDD0;
    -webkit-appearance: none;
}
input#datepicker {
    padding: 1em 1em 1em 1em;
}
.payment-online-form-left input[type="text"]:hover{
	border-color:#fa6e6f;
}
.text-box-dark{
}
.text-box-light{
	background: url(../images/calender.png) no-repeat 95% 50%;
	cursor:pointer;
	position: relative;
}
.payment-online-form-left ul li:first-child input[type="text"]{
	margin-right: 5%;
}
.payment-online-form-left input[type="text"]:active, .payment-online-form-left input[type="text"]:hover {
    border-color: #FC7FA3;
    color: #A249B5;
}
.shoppong-pay-1{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -111px -26px;
}
.payment{
	width: 32px;
	height: 32px;
	display: inline-block;
	background: url(../images/icon.png) no-repeat -154px -23px;
}
.payment-date-section{
	background: url(../images/calender.png) no-repeat #fff 50%;
}
.payment-sendbtns{
	float:right;
	margin: 1.2em 0 1em;
}
.payment-sendbtns input[type="reset"]{
	background:#A249B5;
	padding:10px 25px;
	border: none;
	color: #FFF;
	cursor: pointer;
	font-size:0.95em;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	outline:none;
	border-radius: 3px;
}
.payment-sendbtns input[type="reset"]:hover{
	color:#FFF;
	background:#FC7FA3;
}
a.order {
	background:#FC7FA3;
	padding: 10px 25px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size:0.95em;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-appearance: none;
	outline: none;
    text-decoration: none;
    border-radius: 3px;
}
a.order:hover{
	color:#fff;
	background:#A249B5;
}
.payment-sendbtns li{
	display:inline-block;
}
.payment-type li{
	display:inline-block;
}
.payment-online-form-right{
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
}
/*-----*/
.get-started{
	background:url(../images/get.jpg) no-repeat 0px 0px;
	min-height:400px;
	padding:8% 0 0 0;
	color:#fff;
	background-size:cover;
	text-align:center;
}
.get-started h4{
	font-size:1.5em;
	margin-bottom:1em;
	font-weight:400;
	padding:0;
}
.get-started h3{
	font-size:2.8em;
	font-weight:400;
	margin-bottom:1em;
	padding:0;
}
.get-started a{
	padding: 12px 18px;
	border: 1px solid #FF0426;
	font-size: 1.2em;
	color: #fff;
	outline: none;
	font-weight: 400;
	text-decoration:none;
	background: #f94877;
}
.get-started a:hover{
	background:transparent;
	border: 1px solid #f94877;
}
/*-----*/
.visa{
	display: inline-block;
	width: 32px;
	height: 32px;
	background:url(../images/icon.png) no-repeat -32px -28px;
}
.paypal{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../images/icon.png) no-repeat -71px -26px;
}
.payment-online-form-right{
	float: right;
	width: 30%;
	background: #2B2937;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-bottom: 4px solid #1A1822;
	padding-bottom: 2em;
}
.payment-online-form-right a:hover{
	color:#1ABC9C;
}
.payment-online-form-right ul li{
	display:block;
	padding: 0.5em;
}
.payment-online-form-right ul li a{
	color:#9095AA;
}
.payment-online-form-right h4{
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(144, 149, 170, 0.22);
	padding: 0.8em;
}
.payment-online-form-right ul {
	padding: 0px 1em;
}
.payment-online-form-right h5{
	color: #FFF;
	padding: 0.5em 0.8em 0.4em;
	font-size: 1em;
}
.payment-type {
	margin-top: 3%;
	text-align: left;
}
input[type=checkbox].css-checkbox3,input[type=checkbox].css-checkbox4,input[type=checkbox].css-checkbox5,input[type=checkbox].css-checkbox6{
	display: none;
}
input[type=checkbox].css-checkbox3 + label.css-label3 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox3:checked + label.css-label3 {
	background-position: 0px 0px;
}
input[type=checkbox].css-checkbox4 + label.css-label4 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox4:checked + label.css-label4 {
	background-position: 0px -38px;
}
input[type=checkbox].css-checkbox5 + label.css-label5 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 -38px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox5:checked + label.css-label5 {
	background-position: 0px 0px;
}
input[type=checkbox].css-checkbox6 + label.css-label6 {
	height: 22px;
	width: 21px;
	display: inline-block;
	line-height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0px;
	vertical-align: middle;
	cursor: pointer;
	background-image: url(../images/filter-bg.png);
}
input[type=checkbox].css-checkbox6:checked + label.css-label6 {
	background-position: 0px -38px;
}

/* start state */
.my-mfp-zoom-in #small-dialog {
	opacity: 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;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing #small-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
/**
/* Magnific Popup CSS */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #698FA7;
	opacity: 0.8;
	filter: alpha(opacity=80); }
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden; }
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle; }
.mfp-align-top .mfp-container:before {
	display: none; }
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto; }
.mfp-ajax-cur {
	cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out; }
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in; 
}
.mfp-auto-cursor .mfp-content {
	cursor: auto; }
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none; 
}
.mfp-loading.mfp-figure {
	display: none; }
.mfp-hide {
  display: none !important; 
}
.mfp-content iframe{
	width:100%;
	min-height:500px;
}
.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044; 
}
.mfp-preloader a {
	color: #cccccc; 
}
.mfp-preloader a:hover {
	color: white; 
}
.mfp-s-ready .mfp-preloader {
	display: none; 
}
.mfp-s-error .mfp-content {
	display: none; 
}
button.mfp-close,button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	border: 0;
	background:#B369C3;
	-webkit-appearance: none;
	display: block;
	padding: 0;
	z-index: 1046; 
}
button::-moz-focus-inner {
	padding: 0;
	border: 0; 
}
.mfp-close {
    width: 35px;
    height: 35px;
    line-height: 17px;
    position: absolute;
    right: 0%;
    top:0%;
    text-decoration: none;
    text-align: center;
    color: white;
    font-style: normal;
    font-size: 28px;
    outline: none;
    padding: 0 !important;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1; 
}
.mfp-close-btn-in .mfp-close {
	color:#FFFFFF;
    padding: 0 0 7px 0px;
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
	color: white;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%; 
}
.image-top img{
	width:100%;
}
.image-top p{
	text-align: justify;
	padding:2% 0;
	font-size:15px;
}
.image-top h3 {
	font-size: 1.5em;
	font-weight: 500;
	margin: 16px 0px 0px 0px;
	color:#3F4244;
}
p.bottom {
	text-align: center;
	width: 70%;
	margin: 0 auto;
	padding: 15px 0;
	color: #999;
	font-size: 14px;
}
/*---copyrights--*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 25px;
    right: 10px;
    overflow: hidden;
    width: 52px;
    height: 52px;
    border: none;
    text-indent: 100%;
    background: url('../images/up.png') no-repeat 0px 0px;
}
.copy-right {
    margin: 2em 0em 2em 0em;
}
.copy-right p {
    text-align: center;
    font-size:1em;
    color: #FFFFFF;
}
.copy-right p a{
  color:#fff;
}



.copy-right p a:hover{
	 color:#B369C3;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}



@media(max-width:768px){
    .caroufredsel_wrapper{
        height: 420px;
    }
    #caroufredsel-portfolio-container{
        height: 420px;
    }
}

@media(min-width:1280px){
    /*20230619wwn*/
    .block-3{height: 662px;}
    .block-3-left{height: 662px;}
    .wine-text{height: 302px;}
    .block-3-right{height: 662px;}
    .block-3-left > div{height: 360px;}
}



/*--media quores strat here--*/
@media(max-width:1600px){

.anky-middle span.anky-bar-1 {
    left: 119px;
}
.anky-middle span.anky-bar-2 {
    right: 120px;
}
.block-6-bottom span.sign-1-or-bar {
    width: 245px;
}
.block-6-bottom span.sign-1-or-bar1 {
    width: 245px;
}
@media(max-width:1440px){

.serch1 {
    width: 78%;
    margin: 0em 0em 0em 4em;
}
.serch2 {
    width: 77%;
    margin: 0em 0em 0em 4em;
}
.project-grids img {
    width: 98%;
}
.farm {
    width: 60%;
}
.mejs-controls .mejs-play button, .mejs-controls .mejs-pause button {
    left: 50px;
}
.anky-middle span.anky-bar-1 {
    left: 103px;
}
.anky-middle span.anky-bar-2 {
    right: 103px;
}
.block-6-bottom span.sign-1-or-bar1 {
    width: 210px;
}
.block-6-bottom span.sign-1-or-bar {
    width: 210px;
}
.sign-i-1-btn ul li {
    width: 48.5%;
}
.sign-in-2-bottom span.sign-1-or-bar {
    width: 115px;
}
.sign-in-2-bottom span.sign-1-or-bar1 {
    width: 115px;
}
.chicken-text p {
    font-size: 0.8em;
}
.subscribe-con input[type="text"] {
    width: 80%;
}
ul.dropdown-menu.chang-drp-clr {
    width: 727px;
}
.wine-img1 h3 {
    width: 45%;
}
.wine-text p {
    font-size: 0.8em;
}
.anky-law {
    width: 57%;
}
.selfie-bottom p {
    font-size: 0.86em;
}
.selfie-bottom h5 {
    margin-bottom: 0.3em;
}
ul.dropdown-menu.adjast-drp-wid {
    width: 225px;
}
}
@media(max-width:1366px){

.serch2 {
    width: 82%;
    margin: 0em 0em 0em 3em;
}
.notch1:after {
    left: 20px;
}	
ul.dropdown-menu.chang-drp-clr {
    width:695px;
}
.block-6-bottom span.sign-1-or-bar {
    width: 200px;
}
.block-6-bottom span.sign-1-or-bar1 {
    width: 200px;
}
.anky-law {
    width: 60%;
}
.selfie-bottom h5 {
    margin-bottom: 0.4em;
}
.selfie-bottom p {
    font-size: 0.81em;
}
.wine-img1 h3 {
    width: 50%;
}
.sign-i-2-btn ul li a.face-clr {
    background: url(../images/fa.png)no-repeat #3162A2 20px 13px;
}
.sign-i-2-btn ul li a.face-clr:hover {
    background: url(../images/fa.png)no-repeat #65ABD0 20px 13px;
}
.sign-i-2-btn a.twit-clr {
    background: url(../images/tw.png)no-repeat #65ABD0 20px 14px;
}
.sign-i-2-btn a.twit-clr:hover {
    background: url(../images/tw.png)no-repeat #3162A2 20px 14px;
}
}
@media(max-width:1280px){

.serch1 {
    width: 87%;
    margin: 0em 0em 0em 2em;
}
.serch2 {
    width: 87%;
    margin: 0em 0em 0em 2em;
}
.wine-text h1 {
    font-size: 1.25em;	
}
.block-3-right {
    padding: 3em 2em;
}
.farm {
    width: 65%;
}
.farm input[type="text"] {
    padding: 0.7em 1em;
}
.last-form input.btn-user {
    padding-left:3em;
}
.last-form input[type="submit"] {
    background: url(../images/arrows-icons.png)no-repeat -138px -61px #FC7FA3;
    height: 41px;
}
.last-form input[type="submit"]:hover {
    background: url(../images/arrows-icons.png)no-repeat -138px -61px #a249b5;
}
.chicken-imgtop {
    min-height: 248px;
}
.selfie-img ul {
    padding: 10em 1em 0em 0em;
}
.selfie-img {
    min-height: 225px;
}
.anky-law {
    width: 65%;
}
.block-6-bottom span.sign-1-or-bar {
    width: 180px;
}
.block-6-bottom span.sign-1-or-bar1 {
    width: 180px;
}
.sign-in-2-bottom span.sign-1-or-bar1 {
    width: 105px;
}
.sign-in-2-bottom span.sign-1-or-bar {
    width: 105px;
}
ul.dropdown-menu.chang-drp-clr {
    width: 645px;
}
}
@media(max-width:1024px){

.mother-grid {
    width: 90%;	
}
.serch1 {
    width: 100%;
    margin: 0em 0em 0em 0em;
}
.serch2 {
    width: 100%;
    margin: 0em 0em 0em 0em;
}
.wine-img1 h3 {
    width: 60%;
}
.wine-img1 p {
    font-size: 0.8em;
}
.wine-text h1 {
    font-size: 1.2em;
}
.wine-img {
    min-height: 330px;
}
.beer h4 {
    font-size: 0.8em;
}
.farm {
    width: 70%;
}
.block-4-bottom p {
    font-size: 0.85em;
}
.selfie-bottom {
    padding: 1.75em 1.5em;
}
.anky-law {
    width: 72%;
}
.nav1 {
    width: 7%;
}
.header-top {
    width: 93%;
}
.block-6-bottom span.sign-1-or-bar1 {
    width: 155px;
}
.block-6-bottom span.sign-1-or-bar {
    width: 155px;
}
.sign-i-1-btn ul li {
    width: 48%;
}
.reset-pass-top-left h3 {
    font-size: 0.9em;
}
.sign-in-2-top-left h3 {
    font-size: 1em;
}
.sign-in-2-top-right h4 {
    font-size: 0.8em;
}
.subscribe-con input[type="text"] {
    width: 78%;
}
.sign-in-2-bottom span.sign-1-or-bar {
    width: 85px;
}
.sign-in-2-bottom span.sign-1-or-bar1 {
    width: 85px;
}
.subscribe-con p {
    font-size: 0.8em;
    margin-bottom: 1.3em;
}
.sign-i-2-btn ul li a.face-clr {
    background: url(../images/fa.png)no-repeat #3162A2 11px 13px;
}
.sign-i-2-btn ul li a.face-clr:hover {
    background: url(../images/fa.png)no-repeat #65ABD0 11px 13px;
}
.sign-i-2-btn a.twit-clr {
    background: url(../images/tw.png)no-repeat #65ABD0 11px 14px;
}
.sign-i-2-btn a.twit-clr:hover {
    background: url(../images/tw.png)no-repeat #3162A2 11px 14px;
}
ul.dropdown-menu.chang-drp-clr {
    width: 590px;
}
}
@media(max-width:768px){
.wine-img1 img {
    width: 100%;
}
.wine-img1 img {
    width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 0.8em;	
}
span.menu img {
    width: 50%;
}
.nav1 {
    width: 8%;
}
.header-top {
    width: 92%;
}
.top-menu {
    width: 61%;
}
.search-block1 {
    width: 39%;
}
.search-block1 {
    padding: 0.53em 1em;
}
span.menu {
    padding: 0.9em 0em;
}
.header-bottom {
    width: 92%;
}
.rc-block {
    float: left;
    width: 8%;
    padding: 0.8em 0em;
}
span.rc {
    font-size: 1.1em;
}
.bottom-menu {
    width: 61%;
}
.search-block2 {
    width: 39%;
    padding: 0.53em 1em;
}
.block-3-right {
    float: none;
    width: 100%;
}
.block-3-left {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
    height: 662px;
}
.block-3 {
    margin-top: 0.5em;
}
.bottom-navg {
    margin-top: 1.5em;
}
/*.wine-img1 img {
    width: 35%;
}*/
.wine-img1 h3 {
    width: 30%;
}
.callbacks_nav.next {
    left: auto;
    background-position: -68px -17px;
    right: 92%;
}
.block-4 {
    margin: 1.5em 0em;
}
.chicken {
    padding: 0px 0px 0px 0px;
}
.beer-main {
    padding: 1.5em 0em 0em 0em;
}
.part-2 {
    margin: 2.5em 0em;
}
.audio-plat-back {
    margin: 2.5em 0em 1.5em 0em;
}
.block-5-left {
    padding: 0em 0em 0em 0em;
}
.block-5-right {
    padding: 0em 0em 0em 0em;
}
.selfie {
    margin-top: 1.5em;
}
.slid-images {
    margin-top: 1.5em;
}
.anky-law {
    width: 100%;
    margin: 1.5em auto 1.5em;
}
.block-6-left {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
}
.block-right {
    float: none;
    width: 100%;
}
.block-7 {
    margin: 1.5em 0em;
}
.sign-in-2 {
    float: none;
    width: 100%;
    margin: 0% 2% 4% 0%;
}
.block-6-bottom span.sign-1-or-bar {
    width: 270px;
}
.block-6-bottom span.sign-1-or-bar1 {
    width: 270px;
}
.ship-1 {
    padding-bottom: 2.5em;
}
.contact-info {
    margin-top: 0em;
}
.copy-right {
    margin: 0em 0em 2em 0em;
}
.serch1 input[type="text"] {
    font-size: 0.72em;
    width: 84%;
}
.serch2 input[type="text"] {
    font-size: 0.72em;
    width: 84%;
}
.sign-i-2-btn ul li a.face-clr {
    background: url(../images/fa.png)no-repeat #3162A2 92px 13px;
}
.sign-i-2-btn ul li a.face-clr:hover {
    background: url(../images/fa.png)no-repeat #65ABD0 92px 13px;
}
.sign-i-2-btn a.twit-clr {
    background: url(../images/tw.png)no-repeat #65ABD0 92px 14px;
}
.sign-i-2-btn a.twit-clr:hover {
    background: url(../images/tw.png)no-repeat #3162A2 92px 14px;
}
ul.dropdown-menu.chang-drp-clr {
    width: 453px;
}
.nav-drop {
    float: left;
    width: 25%;
}
ul.dropdown-menu.chang-drp-clr li a {
    padding: 0.4em 1em;
}
.dropdown-menu {
    font-size: 13px;
}
.anky-middle span.anky-bar-1 {
    left: 106px;
}
.anky-middle span.anky-bar-2 {
    right: 107px;
}
.block-6-bottom span.sign-1-or-bar {
    width: 210px;
}
.block-6-bottom span.sign-1-or-bar1 {
    width: 210px;
}
}
@media(max-width:766px){
.navbar-inverse {
    background: none;
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #FC7FA3;
    border:1px solid #FC7FA3;
}	
button.navbar-toggle.collapsed,.navbar-inverse .navbar-toggle:focus {
    background-color: #FC7FA3;
    border: 1px solid #FC7FA3;
}
.navbar-inverse .navbar-toggle {
     background-color: #FC7FA3;
    border: 1px solid #FC7FA3;
}
.navbar-toggle {
    float: none;
    margin-right: 0px;
}
nav.navbar.navbar-inverse.navbar-static-top {
    text-align: center;
}
.navbar-nav > li {
    width: 100%;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    border-right: none;
}
.navbar-nav > li > .dropdown-menu {
    background: #000 !important;
}
.search-block2 {
    width: 50%;
    padding: 0.48em 1em;
}
.bottom-menu {
    width: 50%;
    background:#fff;
}
.top-menu {
	background:#B369C3;
    width: 50%;
}
.search-block1 {
    width: 50%;
    padding: 0.5em 1em;
}
span.menu {
    padding: 0.89em 0em;
}	
.nav-drop {
    float:none;
    width:100%;
}
}
@media(max-width:667px){
.anky-middle ul li {
    width: 32.2%;
}
.anky-middle span.anky-bar-1 {
    left: 92px;
}
.anky-middle span.anky-bar-2 {
    right: 92px;
}
}
@media(max-width:640px){
.navbar-inverse {
    background: none;
    border: none;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #FC7FA3;
    border:1px solid #FC7FA3;
}	
button.navbar-toggle.collapsed,.navbar-inverse .navbar-toggle:focus {
    background-color: #FC7FA3;
    border: 1px solid #FC7FA3;
}
.navbar-inverse .navbar-toggle {
     background-color: #FC7FA3;
    border: 1px solid #FC7FA3;
}
.navbar-toggle {
    float: none;
    margin-right: 0px;
}
nav.navbar.navbar-inverse.navbar-static-top {
    text-align: center;
}
.navbar-nav > li {
    width: 100%;
}
.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    border-right: none;
}
.navbar-nav > li > .dropdown-menu {
    background: #000 !important;
}
.search-block2 {
    width: 50%;
    padding: 0.48em 1em;
}
.bottom-menu {
    width: 50%;
    background:#fff;
}
.top-menu {
	background:#B369C3;
    width: 50%;
}
.search-block1 {
    width: 50%;
    padding: 0.5em 1em;
}
span.menu {
    padding: 0.89em 0em;
}
.rc-block {
    padding: 0.78em 0em;
}
.anky-law-left {
    float: none;
    width: 100%;
    margin-bottom: 1.5em;
}
.any-law-right {
    float: none;
    width: 100%;
}
.anky-middle span.anky-bar-1 {
    left: 183px;
}
.anky-middle span.anky-bar-2 {
    right: 191px;
}
.sign-i-2-btn ul li a.face-clr {
    background: url(../images/fa.png)no-repeat #3162A2 65px 13px;
}
.sign-i-2-btn ul li a.face-clr:hover {
    background: url(../images/fa.png)no-repeat #65ABD0 65px 13px;
}
.sign-i-2-btn a.twit-clr {
    background: url(../images/tw.png)no-repeat #65ABD0 65px 14px;
}
.sign-i-2-btn a.twit-clr:hover {
    background: url(../images/tw.png)no-repeat #3162A2 65px 14px;
}
.nav-drop {
    float:none;
    width: 100%;
}
.nav-drop li h6 {
    padding: 0em 0em 1em 1em;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 10px 15px 10px 25px;
}
}
@media(max-width:568px){
.serch1 input[type="text"] {
    width: 83%;
}
.serch2 input[type="text"] {
    width: 83%;
}	
}
@media(max-width:480px){
.wine-img {
    min-height: 215px;
}
.nav1 {
    width: 11%;
}
.header-top {
    width: 89%;
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 8px 5px 8px;
    font-size: 0.81em;
}
.serch1 {
    padding: 0.5em 0.5em 0.2em 0.5em;
}
.serch1 input[type="text"] {
    font-size: 0.7em;
    width:75%;
}
.search-block2 {
    width: 50%;
}
.search-block1 {
    width: 50%;
}
.serch2 input[type="text"] {
    font-size: 0.7em;
    width: 75%;
}
.serch2 {
    padding: 0.5em 0.5em 0.2em 0.5em;
}
.header-bottom {
    width: 89%;
}
.rc-block {
    width: 11%;
}
.wine-text {
    padding: 1em;
}
.wine-text h1 {
    font-size: 1em;
}
.wine-comments {
    margin-top: 1em;
}
.wine-img1 h3 {
    width: 44%;
}
.block-3-right {
    padding: 2em 2em;
}
.callbacks_nav.next {
    right: 88%;
}
.callbacks_nav {
    top: 85%;
}
.block-4-bottom {
    padding: 1em 1em;
}
.block-4-bottom h2 {
    font-size: 1.3em;
    margin-bottom: 0.2em;
}
.chicken-text {
    padding: 1em 1em;
}
.beer {
    padding: 12em 0em 0em 0em;
    min-height: 295px;
}
.farm {
    width: 73%;
}
.slid-images {
    padding: 1em 1em;
}
.anky-middle span.anky-bar-1 {
    left: 137px;
}
.anky-middle span.anky-bar-2 {
    right: 140px;
}
.block-6-bottom span.sign-1-or-bar {
    width: 140px;
}
.block-6-bottom span.sign-1-or-bar1 {
    width: 140px;
}
.sign-i-1-btn ul li a {
    font-size: 0.9em;
}
.logo-name h3 {
    font-size: 2em;
    margin-bottom: 0.8em;
}
.order-popup-main input[type="text"] {
    font-size: 0.8em;
    padding: 0.6em 0.5em;
    margin-bottom: 1.5em;
}
#small-dialog, #small-dialog1, #small-dialog2, #small-dialog3, #small-dialog4, #small-dialog5, #small-dialog6 {
    height: 100%;
}
.payment-online-form-left input[type="text"] {
    padding: 0.6em 0.6em;
}  
.order-popup-main input[type="submit"] {
    font-size: 0.8em;
    padding: 0.8em 0.6em;
}
.payment-sendbtns input[type="reset"] {
    padding: 8px 15px;
    font-size: 0.8em;
}
a.order {
    padding: 8px 20px;
    font-size: 0.8em;
}
div#small-dialog2 {
    padding: 2em 2em;
}
div#small-dialog2 h3 {
    font-size: 1.5em;
}
div#small-dialog2 p {
    font-size: 0.85em;
}
.sign-i-2-btn ul li a.face-clr {
    background: url(../images/fa.png)no-repeat #3162A2 35px 13px;
}
.sign-i-2-btn ul li a.face-clr:hover {
    background: url(../images/fa.png)no-repeat #65ABD0 35px 13px;
}
.sign-i-2-btn a.twit-clr {
    background: url(../images/tw.png)no-repeat #65ABD0 35px 14px;
}
.sign-i-2-btn a.twit-clr:hover {
    background: url(../images/tw.png)no-repeat #3162A2 35px 14px;
}
}
@media(max-width:414px){
.sign-i-1-btn ul li {
    width: 47%;
}	
.sign-i-1-btn ul li a {
    font-size: 0.7em;
}
.farm {
    width: 86%;
}
}
@media(max-width:384px){
.serch1 input[type="text"] {
    width: 73%;
}	
.serch2 input[type="text"] {
    width: 73%;
}
div#small-dialog2 {
    padding: 1em 1em;
}
div#small-dialog2 h3 {
    font-size: 1.2em;
        margin-bottom: 0.3em;
}
div#small-dialog2 p {
    font-size: 0.75em;
}
}
@media(max-width:375px){
.nav1 {
    width: 12%;
}	
.header-top {
    width: 88%;
}
.serch1 input[type="text"] {
    width: 66%;
}
.serch1 input[type="submit"] {
    width: 18px;
    height: 21px;
}
.serch2 input[type="text"] {
    width: 65%;
}
.search-block1 {
	width: 45%;
    padding:0.54em 0.5em;
}
.search-block2 {
	width: 45%;
    padding: 0.48em 0.5em;
}
.top-menu {
    width: 55%;
}
.bottom-menu {
    width: 55%;
}
.wine-right a {
    font-size: 0.7em;
}
.wine-left {
    width: 55%;
}
.wine-right {
    width: 45%;
}
.wine-img1 h3 {
    width: 57%;
}
.farm {
    width: 95%;
}
.anky-middle span.anky-bar-1 {
    left: 106px;
}
.anky-middle span.anky-bar-2 {
    right: 107px;
}
.block-6-bottom span.sign-1-or-bar {
    width: 95px;
}
.block-6-bottom span.sign-1-or-bar1 {
    width: 95px;
}
.sign-i-1-btn ul li {
    width: 47%;
}
.sign-i-1-btn ul li a {
    font-size: 0.67em;
}
.sign-i-1-btn {
    margin-top: 1em;
}
.sign-i-2-btn ul li a {
    font-size: 0.7em;
}
.sign-i-2-btn ul li a.face-clr {
    background: url(../images/fa.png)no-repeat #3162A2 20px 8px;
}
.sign-i-2-btn ul li a.face-clr:hover {
    background: url(../images/fa.png)no-repeat #65ABD0 20px 8px;
}
.sign-i-2-btn a.twit-clr {
    background: url(../images/tw.png)no-repeat #65ABD0 20px 8px;
}
.sign-i-2-btn a.twit-clr:hover {
    background: url(../images/tw.png)no-repeat #3162A2 20px 8px;
}
.payment-right a {
    font-size: 0.75em;
}
.ship-1 {
    padding-bottom: 1.5em;
}
}
@media(max-width:320px){
.mother-grid {
    width: 95%;
    padding: 1em 0em;
}
div#small-dialog2 p {
    line-height: 2em;
}
a.popup-with-zoom-anim {
    outline: none;
    padding: 10px 7px;
}
.logo-name h3 {
    font-size: 1.7em;
    margin-bottom: 0.5em;
}
.header-top {
    width: 85%;
}
.nav1 {
    width: 15%;
}
.rc-block {
    width: 15%;
}
.header-bottom {
    width: 85%;
}
.serch2 input[type="text"] {
    width: 63%;
}
.navbar-nav ul li a i {
    width: 17px;	
}
.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 5px 5px 3px;
    font-size: 0.7em;
}
.navbar-inverse .navbar-nav > li > a {
    padding: 0.3em 0em;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 0.7em;
}
.wine-img {
    min-height: 150px;
}
.wine-text p {
    font-size: 0.72em;
}
.wine-text h1 {
    font-size: 0.9em;
    margin-bottom: 0.2em;
}
.bottom-navg {
    margin-top: 1em;
}
.block-3 {
    margin-top: 1em;
}
.wine-left li {
    margin-right: 0.5em;
}
.wine-left li a {
    font-size: 0.7em;
}
.block-3-left {
    margin-bottom: 1em;
}
.wine-img1 h3 {
    width: 63%;
    font-size: 1.3em;
}
.block-3-right {
    padding: 1em 1em;
}
.block-rit-btn a {
    font-size: 0.75em;
    margin-top: 1.5em;
}
.wine-img1 p {
    margin-bottom: 1em;
}
.block-4-bottom p {
    font-size: 0.72em;
}
.block-4-bottom h2 {
    font-size: 1.2em;
}
.callbacks_nav.next {
    right: 84%;
}
.block-4 {
    margin: 1em 0em;
}
.chicken-imgtop {
    min-height: 140px;
}
.beer {
    padding: 4em 0em 0em 0em;
    min-height: 160px;
}
.beer h4 {
    font-size: 0.7em;
    width: 92%;
}
.beer-main {
    padding: 1em 0em 0em 0em;
}
.part-2 {
    margin: 1.5em 0em;
}
.farm input.error-in {
    width: 88%;
}
.farm input.succes-in {
    width: 88%;
}
.last-form input.btn-user {
    width: 82%;
}
.audio-1-img {
    min-height: 150px;
}
.opacity-pink {
    margin-top: 7.45em;
    min-height: 30px;
}
.opacity-blue {
    margin-top: 7.45em;
    min-height: 30px;
}
.opacity-pink p {
    font-size: 0.75em;
    padding:0.65em 0em 0em 1em;
}
.opacity-blue p {
    font-size: 0.75em;
    padding: 0.6em 1em 0em 0em;
}
.audio-top {
    padding: 0.5em;
}
.heart {
    top: -10%;
    left: 42%;
}
.selfie-img {
    min-height: 125px;
}
.selfie-img ul {
    padding: 5.5em 1em 0em 0em;
}
.selfie-img ul li a span {
    width: 30px;
    height:27px;
    background-size: 300%;
}
.selfie-img ul li a span.arr-pink:hover {
    background-position: 0px -29px;
}
.selfie-img ul li a span.coins {
    background-position: -30px 0px;
}
.selfie-img ul li a span.coins:hover {
    background-position: -30px -29px;
}
.selfie-img ul li a span.heart-selft {
    background-position: -60px 0px;
}
.selfie-img ul li a span.heart-selft:hover {
    background-position: -60px -29px;
}
.selfie-bottom {
    padding: 1em 1em;
}
.selfie-bottom p {
    font-size: 0.75em;
}
.selfie-bottom h5 {
    font-size: 1em;
}
.anky-middle ul li {
    width: 32.2%;
}
.anky-middle span.anky-bar-1 {
    left: 94px;
}
.anky-middle span.anky-bar-2 {
    right: 95px;
}
.anky-middle ul li {
    padding: 0.7em 0em;
}
.anky-bottom ul.img-sprit li {
    margin-right: 1.5em;
}
.anky-middle ul li h5 {
    font-size: 0.85em;
}
.anky-middle p {
    font-size: 0.72em;
}
.anky-con {
    padding: 0.5em 1.3em 1em 1.3em;
}
.block-6-top {
    min-height: 120px;
}
.block-6-top h6 {
    padding-top: 0em;
}
.block-6-top h3 {
    font-size: 1.5em;
    margin-top: 0.8em;
}
.block-6-bottom {
    padding: 1.1em 1em;
}
.block-6-bottom input.email {
    background: url(../images/email.png)no-repeat 8px 10px #fff;
}
.block-6-bottom input.lock {
    background: url(../images/lock.png)no-repeat #fff 8px 4px;
}
.block-6-bottom input[type="text"] {
    font-size: 0.72em;
    padding: 0.6em 1em 0.6em 2.7em;
}
.block-6-bottom input[type="password"] {
    font-size: 0.72em;
    margin: 1em 0em;
    padding: 0.6em 1em 0.6em 2.7em;
}
.block-6-bottom h6 {
    font-size: 0.8em;
}
.block-6-bottom input[type="submit"] {
    font-size: 0.8em;
    padding: 0.5em 1em;
    margin: 1em auto 1em;
}
.block-6-bottom input.email {
    background: url(../images/email.png)no-repeat 7px 8px #fff;
}
.anky-middle ul li {
    padding: 0.5em 0em;
}
.block-6-bottom h4 {
    font-size: 0.8em;
}
.sign-i-1-btn ul li {
    width: 48%;
    margin-right: 0.2em;
}
.block-6-top h6 {
    font-size: 0.72em;
}
.sign-i-1-btn {
    margin-top: 0.6em;
}
.audio-plat-back {
    margin: 1.5em 0em 1em 0em;
}
.selfie {
    margin-top: 1em;
}
.slid-images {
    margin-top: 1em;
}
.anky-law {
    margin: 1em auto 1em;
}
.anky-law-left {
    margin-bottom: 1em;
}
.block-6-top-right {
    min-height: 120px;
}
.block-6-top-right h6 {
    font-size: 0.8em;
    padding-top: 0em;
}
.block-6-top-right h3 {
    font-size: 1.5em;
    margin-top: 0.8em;
}
.check-tick {
    margin-bottom: 0.5em;
}
.block-6-bottom h5 {
    font-size: 1em;
    margin: 0.5em 0em 0.7em 0em;
}
.sign-in-2-bottom {
    padding: 1.5em 1.5em;
}
.sign-in-2-bottom input[type="text"] {
    font-size: 0.75em;
    padding: 0.6em 1em 0.6em 3em;
}
.sign-in-2-bottom input.email {
    background: url(../images/email.png)no-repeat 10px 8px #fff;
}
.sign-in-2-bottom input[type="password"] {
    font-size: 0.75em;
    margin: 0.8em 0em;
    padding: 0.6em 1em 0.6em 3em;
}
.sign-in-2-bottom input.lock {
    background: url(../images/lock.png)no-repeat 9px 6px #fff;
}
.sign-in-2-bottom input[type="submit"] {
    font-size: 0.8em;
    padding: 0.5em 1em;
    margin: 1em auto 1em;
}
.sign-in-2-bottom h4 {
    font-size: 0.8em;
}
.sign-i-2-btn {
    margin-top: 0.8em;
}
.block-6-left {
    margin-bottom: 1em;
}
.block-7 {
    margin: 1em 0em;
}
.reset-pass input[type="text"] {
    font-size: 0.75em;
    padding: 0.6em 1em 0.6em 3em;
}
.reset-pass input.email {
    background: url(../images/email.png)no-repeat 9px 9px #fff;
}
.reset-pass-top {
    margin: 0.6em 0em 1em 0em;
}
.reset-pass input[type="submit"] {
    font-size: 0.8em;
    padding: 0.5em 1em;
    margin: 1em auto 0.5em;
}
.reset-pass {
    margin-bottom: 1em;
}
.subscribe-con p {
    margin-bottom: 1em;
}
.subscribe-con input[type="text"] {
    font-size: 0.8em;
    padding: 0.7em 1em 0.7em 3em;
}
.subscribe-con input.email {
    background: url(../images/email.png)no-repeat 11px 10px #fff;
}
.subscribe-con input[type="submit"] {
    background: url(../images/sub-arr.png)no-repeat #BB84BE 21px 10px;
    padding: 0.4em 1.5em;
    vertical-align: top;
}
.shipping h4 {
    font-size: 1em;
    margin: 0em 0em 0.6em 0em;
}
.ship-1 p {
    margin: 0.6em 0em;
    font-size: 0.8em;
}
.ship-1 {
    padding: 0em 0em 1em 0em;
}
select.citys, select.country {
    background: url(../images/drop-1.png)no-repeat 94% 50% #A249B5;
    padding: 0.5em;
    font-size: 13px;
}
.ship-1 input[type="text"] {
    font-size: 0.75em;
    padding: 0.5em;
}
.contact-info1 {
    padding: 0px;
}
.contact-info h3 {
    font-size: 1.1em;
    margin-left: 0em;
}
.contact-info1 p {
    font-size: 0.85em;
}
.contact-info1 input[type="text"] {
    font-size: 0.75em;
    padding: 0.6em 1em;
}
.payment-right a {
    font-size: 0.7em;
    padding: 0.8em 0.7em;
}
.payment-right {
    margin: 0em 0em 0em 0em;
}
.payment-left p {
    font-size: 0.8em;
    margin: 0.7em 0em 0em 1em;
}
.copy-right p {
    font-size: 0.79em;
    padding: 0em 0.5em;
    line-height: 1.7em;
}
.navg-drop-main {
    padding: 1em 0em;
}
.nav1 ul li a {
    font-size: 0.72em;
    padding: 0.5em 1.2em;
}
.nbs-flexisel-nav-left {
    top: 33% !important;
}
.nbs-flexisel-nav-right {
    top: 33% !important;
}
]