
html, body{
 font-size: 100%;
 background: #fff;
    font-family: 'Lato', sans-serif;
}
body a,.menu ul li a,.album  {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:hover{
 text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
@font-face {
   font-family: 'Arizonia-Regular';
   src: url(../fonts/Arizonia-Regular.ttf)format('truetype');
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
  font-family: 'Cabin', sans-serif;
  
}	
p{
	margin:0;
	font-family: 'Lato', sans-serif;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*--header--*/
.header-top {
  background-color: #FBD92B;
  padding:1em 0;
}
.logo {
    text-align: center;
    margin-top: 7px;
}
.logo  a h1{
  font-size:4em;
  font-weight:400;
  color:#000000;
      margin-bottom: 8px;
}
/*-- data-hover --*/
/* Effect 14: border switch */
.cl-effect-14 a {
	padding: 0 20px;
	    height: 46px;
}

.cl-effect-14 a::before,
.cl-effect-14 a::after {
	position: absolute;
	width: 44px;
	height: 2px;
	background:#d18c8c;
	content: '';
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	pointer-events: none;
}

.cl-effect-14 a::before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	transform-origin: 0 0;
}

.cl-effect-14 a::after {
	right: 0;
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::before,
.cl-effect-14 a:focus::after {
	opacity: 1;
}

.cl-effect-14 a:hover::before,
.cl-effect-14 a:focus::before {
	left: 50%;
	-webkit-transform: rotate(0deg) translateX(-50%);
	-moz-transform: rotate(0deg) translateX(-50%);
	transform: rotate(0deg) translateX(-50%);
}

.cl-effect-14 a:hover::after,
.cl-effect-14 a:focus::after {
	right: 50%;
	-webkit-transform: rotate(0deg) translateX(50%);
	-moz-transform: rotate(0deg) translateX(50%);
	transform: rotate(0deg) translateX(50%);
}

/*-- //data-hover --*/
/*-- header --*/
.navbar-brand {
    display: block;
    padding: 0.35em 0 0em 0em;
    color: #d18c8c !important;
    font-size:2em;
    text-decoration: none;
   font-family: 'Prata', serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#5C5858;
    background:none;
}
.navbar-brand span {
    color: #d75252;
    font-family: 'Prata', serif;
    font-size: 0.6em;
    border-top:5px solid #d18c8c;
}
.navbar-nav {
    float: right;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: none;
	    padding: 1.2em 0;
}
.navbar-default {
    border: none;
    background: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color:#fff;
	background:#d18c8c;
}
.navbar-default .navbar-nav > li > a {
    color: #333;
	font-size:1em;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
}
.navbar {
    margin-bottom: 0;
}
.nav > li > a {
}
.navbar-nav > li > a {
}
.navbar-nav > li {
    float: left;
    margin-right:0.6em;
}
/*-- //header --*/
#home {
    padding: 1em 0;
    background-color: #000;
}
.email i, .phone i, .email em, .phone em,.email em a,.location i,.location em {
    font-style: normal;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle;
	color:#fff;
}
.email, .phone {
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
}
span.email a:hover{
  color: #d18c8c;
}
.head-right {
    float: right;
}
ul.top-icons {
    float: right;
}
ul.top-icons li{
list-style-type:none;
display:inline-block;
margin-right:15px;
}
ul.top-icons li a{
width:24px;
height:24px;
display:block;
}
ul.top-icons li a:hover{
 opacity:0.4;
}
ul.top-icons li a.fb{
 background:url('../images/icons.png') no-repeat 0px 0px;
}
ul.top-icons li a.twitt{
 background:url('../images/icons.png') no-repeat -26px 0px;
}
ul.top-icons li a.goog{
 background:url('../images/icons.png') no-repeat -52px 0px;
}
ul.top-icons li a.drib{
 background:url('../images/icons.png') no-repeat -78px 0px;
}
/*----*/
/*--slider--*/
.banner {
    background: url(../images/banner03.jpg) no-repeat 0px 0px;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    min-height:700px;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top:76%;
    left: 0;
    opacity: 0.6;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width: 36px;
    height: 93px;
    background: transparent url("../images/arrows.png") no-repeat left top;
    margin-top: -3%;
    display: block;
}
 .callbacks_nav:hover{
  	opacity: 0.3;
  }
.callbacks_nav.next {
    left: auto;
    background-position: right top;
    left: 85%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	left:10%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs {
       list-style: none;
    position: absolute;
    bottom: 10%;
    z-index: 999;
    left: 63%;
    padding: 0;
    margin: 0;
    display: block;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .3em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
    .gallery-section{
    margin-bottom: 830%
  }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
  font-size: 0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  height:7px;
  width: 40px;
  display: inline-block;
   background: #fff;
    transform: rotate(120deg);
	-webkit-transform: rotate(120deg);
	-o-transform: rotate(120deg);
	-moz-transform: rotate(120deg);
}
.callbacks_here a:after{
  background:#FBD92B;
}
/*.banner-info {
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    width: 54%;
    margin: 0 auto;
       padding: 16.5em 0;
}*/
.banner-info h3 {
    font-size: 3.5em;
    font-weight: 400;
    color: #ffebeb;
    margin-top: 200px;
    text-align: center;

}
.banner-info p {
    font-size: 1.1em;
    color: #FBD92B;
    line-height: 1.9em;
    margin: 3% auto 0;
    width: 54%;
}

/*pro*/

.main-container {
  margin: 1.6rem 0.8rem;
}

.grid-container {
  margin: auto;
  display: grid;
  grid-gap: 1.1312rem;
  grid-template-columns: repeat(auto-fit, 12.8rem);
  grid-auto-rows: 12.8rem;
  grid-auto-flow: dense;
  justify-content: center;
  max-width: 75em;
}

.card {
  grid-row: auto/span 1;
  grid-column: auto/span 1;
  background-color: white;
  box-shadow: 1px 3px 3px rgba(0, 10, 20, 0.06);
}
.card h1,
.card h2,
.card h3,
.card h4,
.card p {
  margin-top: 0;
  font-weight: normal;
}
.card__image {
  height: 100%;
  max-height: 100%;
  width: 100%;
  display: flex;
}
.card__image img {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__side-by-side {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
}
.card__side-by-side--m {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.card__side-by-side--m img {
  min-height: auto;
}
.card__content {
  padding: 1.6rem;
}
.card__button {
  margin: 1.6rem 0;
  text-align: center;
  padding: 0.8rem 1.6rem;
  background: none;
  border: 0.5px solid #777;
  border-radius: 2px;
}
.card__button:hover {
  border-color: #d099a0;
}
.card--featured {
  grid-row: auto/span 3;
  grid-column: auto/span 2;
}
.card--2x {
  grid-row: auto/span 2;
  grid-column: auto/span 2;
}
.card--vertical {
  grid-row: auto/span 2;
}
.card--horizontal {
  grid-column: auto/span 2;
}
.card--frameless {
  background-color: transparent;
  box-shadow: none;
}

.padding-large {
  padding: 3.2rem;
}
.padding-large--l {
  padding: 1.6rem;
}

.big-script {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  font-family: "Sacramento", sans-serif;
  font-size: 4.3em;
  line-height: 1.15em;
  text-align: center;
}
.big-script p {
  margin: 0;
}

.card__content .btn{
  width: 23vw;
}

.card__content .btn {
  background: #00acd0;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
}
.card__content .btn a{
  color: #fff; 
}

@media (max-width: 413px) {
  .grid-container {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
  }

  .card {
    min-height: 12.8rem;
  }
  .gallery-section{
    margin-bottom: 830%
  }

}
@media (min-width: 627px) {
  .grid-container {
    grid-gap: 1.6rem;
  }

  .card__side-by-side--m {
    flex-flow: row nowrap;
  }
  .card__side-by-side--m img {
    min-height: 100%;
  }
  .card--featured {
    grid-row: auto/span 2;
    grid-column: 1/-1;
  }

}
@media (min-width: 836px) {
  .padding-large--l {
    padding: 3.2rem;
  }

  .gallery-section{
    margin-bottom: 830%
  }
}

@media (min-width: 465px){
  .gallery-section{
    margin-bottom: 830%
  }
}


/*//pro*/


/*--albums--*/
.albums {
    padding: 5em 0;
}
.fashion-grids p {
   font-size: 0.8em;
  color: #fff;
  line-height: 1.7em;
  font-weight: 300;
}
.fashion-info{
  margin-top:2.5em;
}
.fashion-grids{
  padding:0;
}
/*--Common-style--*/
.fashion-grids figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	width:100%;
}
.fashion-grids figure img {
	position: relative;
	display: block;
	width:100%;
}

.fashion-grids figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.fashion-grids figure figcaption::before,
.fashion-grids figure figcaption::after {
	pointer-events: none;
}

.fashion-grids figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-bubba {
	    background-color: #0A0000;
}
figure.effect-bubba img {
	opacity: 0.3;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h4 {
	padding-top: 16%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
	    font-size: 1.6em;
}
figcaption.one h4 {
    padding-top:4%;
}
figcaption.two h4 {
    padding-top:56%;
}
figure.effect-bubba p {
	padding: 2px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}
figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba h4,
figure.effect-bubba p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*--walks--*/
.walks {
  padding:5em 0;
  background-color: #f4f4f4;
}
.walks iframe {
  width: 100%;
  height: 387px;
  border:none;
 }
.cam-top {
  padding-left: 0;
}
.sub-img {
  float: left;
}
.sub-img img{
 width:100%;
}
.sub-text {
 float:right;
}
.cam-top-top {
  margin-top: 2em;
}
.sub-text a {
      padding: 0.5em;
    background-color: #fff;
    line-height: 1.6em;
    text-decoration: none;
    display: block;
    color:#000;
    font-size: 1.2em;
    font-weight: 400;
}
.sub-text p {
      font-size: 1em;
    line-height: 1.8em;
    color: #777;
    font-weight: 400;
    margin-top: 0.5em;
}
.sub-cam-top {
    margin-bottom: 0.6em;
}
.events-gr {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
/*---*/
.events-section {
    padding: 6em 0;
}
.event-text {
    margin-bottom: 4em;
}
.events-grid {
    position: absolute;
    top: 0;
	text-align: center;
    width: 100%;
	z-index: 999;
		transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.events-top1{
	position:relative;
}
.events-grid h6 {
        color: #fff;
    font-size: 0.9em;
    background-color: #111;
    display: inline-block;
    padding: 1em;
    text-align: center;
}
.events-grid span {
    color: #FFF;
    display: block;
   padding: 2.5em 0 0em;
    text-align: center;
    font-size: 2em;

}
.events-grid h4 {
    color: #d99090;
    display: block;
    padding: 3.3em 1em 1em;
    text-align: center;
    font-size: 2.3em;
    font-weight:600;
}
.events-grid ul li {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 1em;
	    margin: 0 0.5em;
}
.events-grid ul li  i{
	padding-right:0.3em;
}
/*--content--*/
.ev-wrap {
    position: relative;
		transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
 .ev-wrap:hover .grid-ev {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
    position: absolute;
    width: 100%;
    height: 100%;
    background:rgba(230, 198, 30, 0.87);
    left: 0;
    top: 0;
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    z-index: 1;
}

/*--content--*/
h3.tittle,h2.tittle-one,h2.tittle-one {
   font-size: 3.5em;
    font-weight: 400;
        color: #111;
	text-align:center;
}
.service-slide {
    background: url(../images/serve.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 649px;
	float:left;
}
.serve-grids-top {
    text-align: center;
}
.ser-info {
    margin: 33% auto 0;
    border: 3px solid #fff;
    padding: 2em;
    width: 70%;
    text-align: center;
}
h3.tittle,h2.tittle-one.ser {
        margin-bottom: 0.5em;
}
.ser-info h3 {
    font-size: 2.4em;
    font-weight: 400;
    color: #fff;
}
.ser-info p {
    font-size: 1.1em;
    color: #FBD92B;
    line-height: 1.8em;
    margin:2% auto 0;
}
.service-box h5 {
    color: #875937;
    font-size: 1.7em;
    font-weight: 400;
    margin: 0.5em 0 0 0;
}
.service-box p {
    color: #777;
    font-size: 0.9em;
    margin: 0 auto;
    line-height: 1.8em;
    font-weight: 400;
    width: 82%;
    text-align: center;
}
.icon i {
    font-size: 3em;
    color: #222;
}
.serve-grids-top:nth-child(1){
     margin-top: 2.5em;
}
.serve-grids-top.second{
	margin-top:2em;
}
.service {
    background-color: #F1EFEF;
}
/*--about--*/
.banner.two {
    background: url(../images/about1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 300px;
}
h2.tittle {
    font-size: 4em;
    font-weight: 400;
    color: #fff;
    padding-top: 2em;
    text-align: center;
}
.about,.team{
padding:5em 0 4em;
}
.box_1 {
    margin-bottom: 2em;
}
.box_3 p{
	color: #777;
	font-size:1em;
	line-height:1.9em;
}
.about_banner{
	margin-bottom:2em;
}
/*--team--*/
/*.team {
  background: #f4f4f4;
  padding:6em 0;
}
.main {
    margin-top: 2.5em;
}*/
/* FIFTH EFFECTS */
.fifth-effect img {
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}
.fifth-effect .mask {
   cursor:pointer;
   opacity:1;
   visibility:visible;
   border:40px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask {
	border:0px double rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}
.fifth-effect:hover img {
	opacity:1;
}
/* CSS3 STYLE GENERIC */
.view {
     width:270px;
   height:270px;
    margin: 0 7px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask, .view .content {
 width: 270px;
  height: 270px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0px
}
.view img {
   display: block;
   position: relative;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.view.fifth-effect {
  padding-left: 0;
}
/*.team-grid {
    margin: 1em 0 0 0;
}
.team-grid h4 {
       color: #FBD92B;
    font-size: 1.8em;
    font-weight: 400;
    text-align: center;
    padding: 0;
}
.team-grid p {
    color: #777;
    font-size: 0.9em;
    margin: 0 auto;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
	width: 85%;
}
ul.top-icons.team-icon {
    text-align: center;
    float: none;
    margin-top: 1em;
}*/

/*about cart*/

.loveshe {
  width: 200px;
  height: 200px;
  /* center content using flex box */
  display: flex;
  justify-content: center;
  align-items: center;
  /* overlay */
  box-shadow: 0 0 0 100px inset, 0 0 5px grey;
  /* hover out transition */
  transition: box-shadow 1s;
  float: left;
  margin: 10px;
}

/* pokemone names */

.loveshe::after {
  width: 80%;
  height: 80%;
  display: block;
  white-space: pre;
  font: 15pt "sigmar one";
  color: white;
  border: 2px solid;
  text-align: center;
  /* center content using flex box */
  display: flex;
  justify-content: center;
  align-items: center;
  /* hover out transition */
  transition: opacity 1s 0.5s;
}

/* reveal pokemone picture on hover */

.loveshe:hover {
  box-shadow: 0 0 0 5px inset, 0 0 5px grey, 0 0 10px grey inset;
  transition: box-shadow 1s;
}

/* hide pokemone name on hover */

.loveshe:hover::after {
  opacity: 0;
  transition: opacity 0.5s;
}

#dress {
  background-image: url(../images/about2.jpg);
  color: rgba(71, 121, 94, 0.9);
}

#dress::after {
  content: "Dress";
}

#kurti {
  background-image: url(../images/about3.jpg);
  color: rgba(221, 86, 63, 0.9);
}

#kurti::after {
  content: "Kurti";
}

#toy {
  background-image: url(../images/about4.jpg);
  color: rgba(65, 102, 114, 0.9);
}

#toy::after {
  content: "Toys";
}

#casual {
  background-image: url(../images/about5.jpg);
  color: rgba(179, 152, 98, 0.9);
}

#casual::after {
  content: "Casual";
}

#wrapper {
  width: 450px;
  height: 440px;
  margin: auto;
}

/*//about cart*/

/*services men section*/

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
 .content + .content {
  margin-top: 100px;
}
.services .content h3 {
  font-weight: 700;
  font-size: 35px;
  color: #213b52;
  text-align: center;
  margin-top: 120px;
}
.services .content ul {
  list-style: none;
  padding: 0;
}
.services .content ul li {
  padding-bottom: 10px;
}
.services .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #fdc134;
}
.services .content p:last-child {
  margin-bottom: 0;
}

.section-bg {
  background: linear-gradient(180deg, #f2f6fa 0%, #fff 100%);
}

.content img{
  border-radius: 10px;
}

.content button{
  color: #fff;
  background: #00acd0;
  border: 2px solid #00acd0;
  border-radius: 5px;
  margin-top: 20px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  position: relative;
  width: 18vw;
  margin-left: 210px;
}
/*//services*/

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 12px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f2;
}
/*.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #e96b56;
  color: #fff;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(84, 84, 84, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(84, 84, 84, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}*/
/*.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}*/
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
#portfolio .portfolio-info h4{
  text-transform: uppercase;
  color: #24106d;
  font-weight: bold;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

.portfolio-container img{
  width: 97%;
}


/*//services men section*/


/*--product--*/

figure.snip1033 {
  font-family: "Raleway", Arial, sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 220px;
  max-width: 310px;
  max-height: 220px;
  width: 100%;
  background: #000000;
}
figure.snip1033 img {
  opacity: 1;
  width: 100%;
  position: relative;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1033 .center {
  border-radius: 5px;
  display: block;
  content: "";
  position: absolute;
  background-color: #000;
  top: 50%;
  left: 50%;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.85);
  opacity: 0;
  text-align: center;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
figure.snip1033 .center i {
  font-size: 38px;
  padding: 6px;
  color: #ffffff;
  line-height: 70px;
  opacity: 0.3;
}
figure.snip1033 figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: left;
}
figure.snip1033 figcaption > div {
  float: left;
  height: 100%;
  overflow: hidden;
  width: 50%;
  position: relative;
}
figure.snip1033 figcaption a {
  opacity: 0.7;
}
figure.snip1033 figcaption a:hover {
  opacity: 1;
}
figure.snip1033 figcaption h3 {
  background-color: #222;
  word-spacing: -0.1em;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1em;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
  transition: opacity 0.45s, -webkit-transform 0.45s, -moz-transform 0.45s,
    -o-transform 0.45s, transform 0.45s;
}
figure.snip1033 figcaption .left h3 {
  border-radius: 5px 0 0 5px;
  top: 50%;
  padding: 4px 35px 4px 10px;
  right: 0;
  -webkit-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}
figure.snip1033 figcaption .right h3 {
  border-radius: 0 5px 5px 0;
  bottom: 50%;
  padding: 4px 10px 4px 35px;
  padding-left: 30px;
  -webkit-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}
figure.snip1033 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1033 .red {
  background-color: #8c212a;
}
figure.snip1033 .yellow {
  background-color: #945600;
}
figure.snip1033 .white {
  background-color: #ffffff;
  color: #444444;
}
figure.snip1033:hover img,
figure.snip1033.hover img {
  opacity: 0.5;
}
figure.snip1033:hover figcaption .left h3,
figure.snip1033.hover figcaption .left h3 {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
figure.snip1033:hover figcaption .right h3,
figure.snip1033.hover figcaption .right h3 {
  opacity: 1;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px);
}
figure.snip1033:hover .center,
figure.snip1033.hover .center {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
figure.snip1033:hover .center i,
figure.snip1033.hover .center i {
  -webkit-transform: translate(0%, -10px);
  transform: translate(0%, -10px);
}

/* Demo purposes only */
html .product_on{
  height: 100%;
}
body .product_on{
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
  margin-top: 50px;
}


/*//product*/

/*gallery*/
.banner.three {
  background: url(../images/gallery/gl01.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px; 
}
.banner.three h2 {
    font-size: 4em;
    font-weight: 400;
    color: #c17777;
    padding-top: 2em;
    text-align: center;
}

#gallery {
  display: grid;
  height: calc(100vh - 10px);
  grid-template: repeat(6, 1fr)/repeat(6, 1fr);
  grid-gap: 0.5em;
}
@media (max-width: 800px) {
  #gallery {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
  }
  #gallery > div {
    width: 48%;
    margin: 1%;
  }
}
@media (max-width: 800px) and (max-width: 350px) {
  #gallery > div {
    width: 98%;
  }
}
#gallery > div:nth-child(6n+1) {
  grid-column: span 2;
  grid-row: span 2;
}
#gallery > div:nth-child(2) {
  grid-column: span 3;
  grid-row: span 3;
}
#gallery > div:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}
#gallery > div > a {
  opacity: 0;
  position: absolute;
  color: #000;
  background-color: #000;
  font: bold 4em "Helvetica";
  text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
  padding: 2rem;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  transition: all ease 1s;
}
#gallery > div > img {
  width: 100%;
  min-height: 100%;
  transition: all ease 1s;
}
#gallery > div:hover img {
  filter: blur(4px);
}
#gallery > div:hover a {
  opacity: 1;
}
#gallery > div {
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}
#gallery div,
#gallery a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

[id^=lightbox-] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  transition: opacity 450ms ease-in-out;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 99;
}
[id^=lightbox-]:target {
  opacity: 1;
  pointer-events: inherit;
}
[id^=lightbox-]:target img {
  filter: blur(0);
}
[id^=lightbox-] .content {
  max-width: 90%;
  position: relative;
  color: #fff;
}
[id^=lightbox-] .content:hover > a.close {
  opacity: 1;
  transform: scale(1, 1);
}
[id^=lightbox-] .content:hover > .title {
  opacity: 1;
  transform: translateY(-3px);
}
[id^=lightbox-] .content:hover > .title::after {
  opacity: 1;
}
[id^=lightbox-] .content > * {
  transition: all 450ms ease-in-out;
}
[id^=lightbox-] .title {
  display: block;
  margin: 0;
  padding: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  font-size: 1.5em;
  opacity: 0;
}
[id^=lightbox-] .title::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 350ms ease-in-out 250ms;
  opacity: 0;
  transform-origin: bottom;
  mix-blend-mode: soft-light;
}
[id^=lightbox-] img {
  max-height: 90vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  filter: blur(50px);
}
[id^=lightbox-] a.close {
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0, 0);
  opacity: 0;
  transform-origin: right top;
  text-decoration: none;
  color: #fff;
}
[id^=lightbox-] a.close::after {
  content: "X";
}
.gallery-section{
  margin-top: 5%;
  margin-bottom: 5%;
}

.gallery-section h3{
  color: #d18c8c; 
  font-weight: bold;
  text-align: center;
  font-size: 45px;
  margin-bottom: 40px;
}

/*// gallery*/
/* --walk-- */	
.padding-upcoming span{
	color:red;
}			
.trailer iframe {
	width: 100%;
	height:440px;
}
.trailer {
		padding-left: 0;
}

.sub-img {
	width:34%;
	float: left;
}

.sub-img img{
	width:82%;
}

.sub-text {
    float: right;
    width: 66%;
    margin: 0px;
}

.sub-text h4 {
    text-align: left;
    padding: 0.5em;
    background-color: #fff;
    line-height: 1.6em;
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 1.4em;
    font-weight: 400;
}

.sub-text p {
    font-size: 1em;
    line-height: 1.9em;
    color: #888;
    margin-top: 8px;
}
/* --walk-- */

/*--blog--*/
.blog {
    padding: 5em 0;
}
.blog-text a h4,.single-text a h4,.single-text  h4{
    color:#333;
    font-size: 2.3em;
    font-weight: 400;
    text-decoration: none;
	  transition: 0.5s all;
	  -webkit-transition: 0.5s all;
	  -moz-transition: 0.5s all;
	  -o-transition: 0.5s all;
	  -ms-transition: 0.5s all;
}
.blog-text a h4:hover,.single-text a h4:hover{
color:#FBD92B;
}
.item_info ul li {
    display: inline-block;
    font-size: 0.9em;
    margin-right: 10px;
    vertical-align: middle;
    color: #777;
	list-style:none;
}
.item_info ul li a{
color: #777;
}
.item_info ul li a:hover,.item_info ul li i:hover{
  color:#d18c8c;
  transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.item_info ul li i {
    color: #000;
    margin-right: 10px;
}
.blog-text p,.single-text p {
    font-size: 0.875em;
    color: #777;
    line-height: 1.9em;
}
.item_info {
    border: 1px solid #ddd;
    padding: 0.5em 2em;
    margin: 1em 0;
}
a.sing{
    color: #fff;
    font-size: 1em;
    padding: 0.6em 1em;
    background:#222;
    margin: 1em 0;
    display: inline-block;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
a.sing:hover {
    background: #FBD92B;
	}
	.blog-grid.two {
    margin: 2em 0;
}
a.mask {
	text-decoration: none;
	overflow: hidden;
	display: block;
}
img.zoom-img:hover {
	-webkit-transform: scale(1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 750ms;
	-moz-transform: scale(1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 750ms;
	overflow: hidden;
}
img.zoom-img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 250ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 250ms;
}
.blog-pagenat {
    text-align: center;
    margin-top:2em;
}
.blog-text img{
  width:100%;
}
.blog-pagenat ul li a {
    display: block;
    background: #fff;
    padding: 8px 1.1em;
    font-size: 0.9em;
    text-transform: uppercase;
    color: #222;
    font-weight: 400;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
    border: 1px solid #ddd;
}
.blog-pagenat ul li {
    display: inline-block;
    list-style: none;
}
.blog-pagenat ul li a:hover {
    background: #29292A;
    color: #fff;
    border: 1px solid #29292A;
}
/*--single--*/
.single-img p {
    color: #777;
    line-height: 1.9em;
	font-size:1em;
}
.blog-poast-info {
   background: #ea4c89;
  padding: 0.8em 1em;
  text-align: center;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}
.blog-poast-info ul li{
	color: #FFF;
	font-size:0.8125em;
}
.blog-poast-info ul li a {
	color: #FFF;
	text-transform: uppercase;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover{
	text-decoration:none;
}
.blog-poast-info ul li a:hover {
	text-decoration:underline;
}
.single {
  text-align: left;
}
.leave h4,h4.tz-title-4.tzcolor-blue {
        color: #111;
    font-size: 2.5em;
    font-weight: 400;
    margin-top: 0.5em;
}
.comment-box {
  padding: 2em 2em;
  border: 1px dashed #E64B50;
  text-align: center;
  margin-top:3em;
 }
 .comment-box h5 { 
   color:#E64B50;
    font-size: 1.3em;
 }
.single form label {
   display: block;
  font-size: 1em;
  color: #777;
  font-weight: 400;
  margin: 0.5em 0
}
.single form input[type="text"] {
  padding: 14px 15px;
  width: 100%;
  color: #555;
  font-size: 1em;
  border: 1px solid #eee;
  outline: none;
  display: block;
 
}
.send.single{
 margin-top:1em;
}
.single form textarea {
	  padding: 13px 20px;
  width: 100%;
  color: #444;
  font-size: 0.85em;
  outline: none;
  height: 150px;
  display: block;
  resize: none;
  font-weight: 400;
  border: 1px solid #eee;
  background: #fff;
}
p.form-submit {
  margin: 2em 0;
}
.single form input[type="submit"] {
  padding: 0.8em 3em;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-appearance: none;
  background:#d18c8c;
  outline: none;
  border: none;
}
.single form input[type="submit"]:hover{
    background: #000;
}
span.m_14 {
     color: #222;
    font-weight: 400;
    text-transform: capitalize;
    font-size:0.9em;
}
.single_grid2 p {
	  color: #777;
	  font-size:0.9em;
	  line-height: 1.9em;    
	  margin-top: 0.5em;
  }
.title a{
          color: #d18c8c;
    font-size: 1.8em;
    font-weight: 400;
 }
 ul.list li {
  list-style: none;
}
ul.list {
  padding-top: 2em;
}
.preview img {
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 80%;
}
 h5.m_26 a{
     float: right;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0.7em 1em;
    display: inline-block;
    background: #000;
    margin: 0 auto;
    margin-top: 1em;
	    font-family: 'Lato', sans-serif;
}
h5.m_26 a:hover{
  background:#d18c8c;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.single-us input[type="text"],.leave textarea,.leave input[type="submit"]{
	font-size: 1em;
	  width: 100%;
	padding: 0.8em 1em;
	margin: 0.5em 0;
	background: #fff;
	outline:none;
	border: 1px solid #362f2f;
	color: #362f2f;
	-webkit-appearance: none;
}
.leave textarea{
	resize:none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;	
}
.leave input[type="submit"]{
	  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 2px 0 0 1px;
  width: 120px;
  height: 45px;
  display: inline-block;
  background: #333;
  margin: 0 auto;
  margin:1em 0 2em 0;
  -webkit-appearance: none;
}
.leave input[type="submit"]:hover{
	  background:#D00030;
}
.leave p{
  width: 80%;
  line-height: 1.8em;
  color: #333;
  font-size: 0.9em;
}
.text-in{
	padding:0;
}
.single-grid {
	padding: 0.7em 0;
	  text-align: left;
}
.text-top{
	padding:0.5em 0;
}
.leave {
  padding: 2em 0 0em;
}
.top-comments {
	padding: 5em 0 0;
}
.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}
.md-col-in ul li{
	list-style:none;
}
.md-col-in ul{
	padding:1.8em 0 0;
}
.md-col-in ul li a{
	text-decoration:none;
	color:#362f2f;
	font-size:1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover{
	color:#c3a000;
}
.md-col-in ul li i{
	background: url(../images/img-sprite.png)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}
.single-img img {
    margin-bottom: 1em;
}
/*--contact--*/
.banner.four {
  background: url(../images/banner03.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px; 
}
.banner.four h2 {
    font-size: 4em;
    font-weight: 400;
    color: #c17777;
    padding-top: 2em;
    text-align: center;
}


.contact {
  padding:5em 0;
  text-align: left;
}
.contact-text-inner {
    float: left;
    width: 48%;
    margin-right:2%;
	margin-top: 2em;
}
.contact-text-inner img{
	width:100%;
	border:4px solid #ddd;
}
.lost-para {
    margin-top: 1em;
}
.contact-text {
    padding-left: 0;
}
.contact-text-inner b, strong {
     color: #c18080 !important;
}
address,.contact-text-inner a,p.your-para,.lost-para p {
    width: 100%;
    color:#777;
    font-weight: bold;
    font-size: 0.9em;
    line-height: 1.9em;
}
.contact-text-inner a{
	color:#c18080;
    font-size:1em;
}
.contact-text-inner:hover{
	color:#fff;
}
.con-form input[type="text"],.con-form textarea {
  width: 100%;
  padding:0.8em;
  margin:0.6em 0;
  background:#fff;
  outline: none;
  border: 1px solid #DADADA;
  -webkit-appearance: none;
}
.con-form textarea {
  resize: none;
  min-height:180px;
}
.send input[type="submit"] {
  font-size: 1.1em;
      background: #000;
    padding: 0.6em 2em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-appearance: none;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.send input[type="submit"]:hover {
  background:#FBD92B;
}
h3.tittle,h2.tittle-one.con {
	text-align:left;
}
h3.tittle.ser {
    text-align: center;
}
.map{
  margin-top:3em;
}
.map iframe{
 border:none;
 width:100%;
 min-height:400px;
}
/*--footer--*/
.footer {
   background: #111;
    padding: 2em 0 1em;
  text-align:left;
}
.footer-grids h3{
 color:#6fccdfe0;
   font-size:2.5em;
 font-weight: 400;
  text-decoration: none;
  line-height: 1.4em;
  margin:0.6em 0;
}
.footer-grids p {
  font-size: 0.9em;
  color:#fff;
  line-height: 1.8em;
}
.footer-text {
  float: left;
}
.footer-text ul li a{
  color: #fff;
}
.footer-text ul li{
  text-decoration: none;
  list-style: none;
}
.footer-info {
  float: right;
}
a.read {
  color: #fff;
  font-size:1em;
  padding: 0.7em 2em;
  background:rgba(83, 83, 84, 0.52);
  margin: 1em 0;
  display: inline-block;
  -webkit-appearance: none;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
a.read:hover{
 background:#FBD92B;
}
.support input[type="text"] {
  width: 77%;
  padding: 12px;
  font-size: 15px;
  text-align: left;
  font-weight: 400;
  border: 1px solid #fff;
  outline: none;
  margin: 0px 0px 0 0;
  webkit-appearance:none;
}
.support input[type="submit"]{
   background:#FBD92B;
  cursor: pointer;
   border: 0;
color: #111;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0.88em;
  text-align: center;
  webkit-appearance:none;
  outline:none;
}
.support input[type="submit"]:hover{
       background: #111111;
	       color: #FBD92B;
}
.support {
    margin: 1em 0em;
    background-color: rgba(83, 83, 84, 0.52);
    padding: 2em 2em;
}
/*-----*/
.copy {
  text-align:center;
    border-top: 1px ridge rgba(50, 50, 50, 0.92);
	  padding-top: 1em;
  }
.copy p {
  color: #fff;
  font-size: 0.9em;
}
.copy p a {
   color:#57d9f5;
}
.copy p a:hover{
	 text-decoration: underline;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 19px;
  right: 45px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}
/*--responsive--*/

@media (max-width:1366px){
	.banner {
		min-height: 661px;
	}
	.ser-info {
		margin: 33% auto 0;
		border: 3px solid #fff;
		padding: 1em;
		width: 75%;
		text-align: center;
	}
	.blog-single img {
		width: 100%;
	}
/*	.banner-info {
		text-align: center;
		background: rgba(0, 0, 0, 0.38);
		width: 54%;
		margin: 0 auto;
		padding: 15.36em 0;
	}*/
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		left: 87%;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: 7%;
	}
}
@media (max-width:1280px){
	.banner {
		min-height: 661px;
	}
/*	.banner-info {
		text-align: center;
		background: rgba(0, 0, 0, 0.38);
		width: 54%;
		margin: 0 auto;
		padding: 15.4em 0;
	}*/
	.callbacks_tabs {
		position: absolute;
		bottom: 12%;
		left: 60%;
	}
}
@media (max-width:1024px){	
  .banner {
		min-height: 585px;
	}  
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: 1%;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		left: 92%;
	}
	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 71%;
	}
/*	.banner-info {
		text-align: center;
		background: rgba(0, 0, 0, 0.38);
		width: 64%;
		margin: 0 auto;
		padding: 13.35em 0;
	}
*/	.banner-info p {
		font-size: 1.1em;
		margin: 3% auto 0;
		width: 74%;
	}
	.events-grid h4 {
		padding: 0.3em 1em 1em;
		font-size: 2em;
	}
	/*.events-grid span {
		padding: 1.7em 0 0em;
		font-size: 1.8em;
	}*/
	.fashion-grids p {
      font-size: 0.7em;
	}
	.ser-info {
		margin: 39% auto 0;
		padding: 1em;
		width: 84%;
	}
	.banner-info h3 {
		font-size: 3em;
	}
	 .serve-grids-top.second {
		margin-top: 1em;
	}
	.service-box p {
		font-size: 0.9em;
		width: 99%;
	}
	.ser-info h3 {
    font-size: 2.4em;
	
	}
	.service-slide {
		min-height: 600px;
		float: left;
	}
    .service-box h5 {
		    font-size: 1.8em;
    margin: 0.5em 0 0 0;
	}
	.support input[type="text"] {
		width: 71%;
		padding: 12px;
		font-size: 15px;
	}
	.walks,.about,.typography,.blog,.gallery,.contact,.albums {
       padding: 4em 0;
	}
	.view {
		width: 227px;
		height: 227px;
		margin: 0 4px;
	}
	.fifth-effect .mask {
		border: 30px solid rgba(0,0,0,0.7);
	}
	.view .mask, .view .content {
		width: 227px;
		height: 227px;
	}
	.team {
		padding: 5em 0;
	}
	.box_3 p {
      font-size: 0.9em;
	}
	.banner.two {
		min-height: 190px;
	}
	h2.tittle {
    font-size:2.5em;
    padding-top: 1.7em;
	}
	.sub-text a {
		padding: 0.5em;
		font-size: 1.1em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
      font-size: 2.3em;
	}
	h3.tittle, h2.tittle-one.con {
		text-align: left;
		font-size: 3em;
	}
	h3.tittle.ser {
		text-align: center;
	}
	.sub-text h4 {
		font-size: 1.2em;
	}
	.da-thumbs li a div h5 {
       font-size: 2em;
	}
}
@media (max-width:991px){
	figure.effect-bubba p {
		padding: 2px 1em;
	}
	.sub-text a {
		padding: 0.5em;
		line-height: 1.6em;
		font-size: 1.1em;
	}
	.navbar-nav > li {
		float: left;
		margin-right: 0.3em;
	}
	.navbar-default .navbar-nav > li > a {
      font-size: 0.9em;
	}
	.navbar-brand {
		display: block;
		padding: 0.4em 0 0em 0em;
		color: #d18c8c !important;
		font-size: 3.5em;
	}
	.email, .phone {
      margin: 0 0px 0 0;
	}
	.banner-info p {
		font-size: 1em;
		margin: 1% auto 0;
	}
	.banner {
		min-height: 490px;
	}
	.banner-info h3 {
		font-size: 2.3em;
	}
	.email i, .phone i, .email em, .phone em, .email em a, .location i, .location em {
		font-style: normal;
		margin: 0 10px 0 0;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 0.9em;
	}
	.top-left {
		float: left;
	}
	.fashion-grids {
		padding: 0;
		float: left;
		width: 46%;
	}
	.fashion-grids.lost {
		width: 92%;
	}
	h3.tittle,h2.tittle-one{
	      font-size: 2.5em;
		font-weight: 400;
		color: #111;
		text-align: center;
	}
	.fashion-grids.one img {
		height: 476px;
	}
	.cam-top-text {
		padding: 0;
	}
	.sub-img {
		float: left;
		padding: 0;
	}
		.fashion-grids.one img {
		height: 542px;
	}
	.sub-text {
		float: right;
		width: 70%;
	}
	.cam-top {
		padding-left: 0;
		padding: 0;
		margin-bottom: 2em;
	}
    .service-slide {
		min-height: 478px;
		float: left;
		width: 100%;
	}
	.service-slide {
		min-height: 478px;
		float: left;
		width: 100%;
	}
	.service-text {
		float: left;
		padding:4em 0;
	}
	.serve-grids-top:nth-child(1) {
		margin-top: 0;
	}
	.service-box {
		float: left;
		width: 50%;
	}
	.footer-text {
		float: left;
		padding: 0;
	}
	.footer-info {
		float: none;
		padding: 0;
	}
	.banner.two {
		min-height: 190px;
	}
	h2.tittle {
		font-size: 3em;
		padding-top: 1.5em;
	}
	.view {
		width:250px;
		height:250px;
		margin:10px 10px;
	}
	.view .mask, .view .content {
		width:250px;
		height:250px;
	}
	.main {
		margin-top: 2em;
		margin: 1em 5em;
	}
	.team {
		padding: 4em 0;
	}
	.ser-info {
		margin: 21% auto 0;
		padding: 1em;
		width: 84%;
	}
	.da-thumbs li a div h5 {
		color: #FFF;
		font-size: 1.6em;
		margin: 1.3em 0 0 0;
	}
	.da-thumbs li a div p {
		display: block;
		padding: 0 0;
		margin: 0px 0px 10px 0px;
		    font-size: 0.9em;
	}
	.blog-pic {
		padding: 0;
		float: left;
	    width: 40%;
	}
	.blog-text {
		float: right;
		width: 60%;
	}
	.blog-text a h4, .single-text a h4 {
      font-size: 2.5em;
	      padding: 0;
		     padding-right: 0;
	}
	.item_info {
		border: 1px solid #ddd;
		padding: 0.5em 1em;
		margin: 0.5em 0;
		
	}
	.blog-single img {
		margin-bottom: 1em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
      font-size: 3em;
	}
	.preview {
		padding: 0;
		float:left;
	}
	.data {
		float: right;
		width: 80%;
	}
	.contact-text {
		padding-left: 0;
		padding: 0;
	}
	.con-form {
		padding: 0;
		margin-top: 2em;
	}
	.map iframe {
		border: none;
		width: 100%;
		min-height: 300px;
	}
	.top-left {
		float: left;
	}
	.footer-grids h3 {
		font-size: 2.5em;
		margin: 0;
	}
	.navbar-brand {
		display: block;
		padding: 0.5em 0 0em 0em;
		color: #d18c8c !important;
		font-size: 1.2em;
	}
	.team-sec {
		float: left;
		width: 50%;
	}
	.team-sec:nth-child(3),.team-sec:nth-child(4) {
		margin-top: 1em;
	}
	.support input[type="text"] {
		width: 83%;
		padding: 12px;
		font-size: 15px;
	}
/*	.banner-info {
		text-align: center;
		background: rgba(0, 0, 0, 0.38);
		width: 64%;
		margin: 0 auto;
		padding: 11.15em 0;
	}*/
	.trailer-text {
		float: left;
		padding: 0;
		margin-top: 2em;
	}
	.sub-text {
		float: right;
		width: 64%;
	}
	.ev-wrapper {
		width: 54%;
		margin: 0 auto 1.5em;
	}
	.events-section {
		padding: 4em 0;
	}
	.callbacks_tabs {
		position: absolute;
		bottom: 16%;
		left: 55%;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: 4%;
	}
	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 78%;
	}
}
@media (max-width:800px){
	.navbar-brand {
		display: block;
		padding: 0.5em 0 0em 0em;
		color: #d18c8c !important;
		font-size: 1.2em;
	}
/*	.banner-info {
		text-align: center;
		background: rgba(0, 0, 0, 0.38);
		width: 64%;
		margin: 0 auto;
		padding: 11.37em 0;
	}*/
	.sub-text {
		float: right;
		width: 66%;
	}
	.sub-img img {
		width: 57%;
	}
	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 71%;
	}
}
@media (max-width:768px){
	.sub-text a {
		padding: 0.5em;
		line-height: 1.6em;
		font-size: 1.4em;
	}
	.support input[type="submit"] {
		font-size: 15px;
		padding: 0.88em;
		width: 26%;
	}
	.walks, .about, .typography, .blog, .gallery,.contact,.albums,.events-section {
		padding: 3em 0;
	}
	.sub-text {
		float: right;
		width: 66%;
	}
	.sub-img img {
		width: 57%;
	}
	.serve-grids-top.second {
		margin-top: 1.7em;
	}
	.footer-grids h3 {
		font-size: 2.3em;
		margin: 0;
	}
	.support input[type="text"] {
		width: 73%;
		padding: 12px;
		font-size: 15px;
	}
	.ev-wrapper {
		width: 53%;
		margin: 0 auto 1.5em;
	}
}
@media (max-width: 767px){
	.navbar-brand {
		height: 79px;
	}
	.navbar-toggle {
		margin-top: 30px;
		margin-right: 0;
		margin-bottom: 0;
	}
	.navbar-default .navbar-toggle {
		border: none;
		background-color: #000000;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #000000;
	}
	.navbar-nav {
		float: none;
		text-align: center;
		background-color: #eee;
	}
	.nav > li > a {
		padding: 15px 0px;
	}
	.navbar-nav > li {
		float: none;
		margin-right: 0;
	}
	.nav > li > a {
		padding: 12px 9px!important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: none;
		padding: 0.5em 0 0 0;
	}
	.navbar-nav {
		float: none;
		text-align: center;
		background-color: #eee;
		width: 100%;
		margin: 0;
		    margin-bottom: .5em;
	}

}

@media (max-width: 557px){
  .navbar-brand {
    height: 79px;
  }
  .navbar-toggle {
    margin-top: 30px;
    margin-right: 0;
    margin-bottom: 0;
  }
  .navbar-default .navbar-toggle {
    border: none;
    background-color: #000000;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #000000;
  }
  .navbar-nav {
    float: none;
    text-align: center;
    background-color: #eee;
  }
  .nav > li > a {
    padding: 15px 0px;
  }
  .navbar-nav > li {
    float: none;
    margin-right: 0;
  }
  .nav > li > a {
    padding: 12px 9px!important;
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    background: none;
    padding: 0.5em 0 0 0;
  }
  .navbar-nav {
    float: none;
    text-align: center;
    background-color: #eee;
    width: 100%;
    margin: 0;
        margin-bottom: .5em;
  }

  .gallery-section{
  margin-top: 5%;
  margin-bottom: 830%;
  }
}

@media (max-width:667px){
	.banner {
		min-height: 364px;
	}
	.fashion-grids.one img {
		height: 438px;
	}
	figure.effect-bubba p {
		padding: 2px 0.3em;
	}
	figure.effect-bubba h4 {
		padding-top: 20%;
		font-size: 1.4em;
		padding: 0;
		margin-top: 0.7em;
	}
	figcaption.two h4 {
		padding-top:54%;
	}
	.sub-text {
		float: right;
		width: 65%;
	}
	.service-slide {
		min-height: 380px;
		float: left;
		width: 100%;
	}
	.top-left {
		float: none;
		text-align: center;
	}
	.head-right {
		float: none;
		text-align: center;
		margin-top: 13px;
	}
	ul.top-icons {
		float: none;
	}
	.banner.two {
		min-height: 137px;
	}
	.main {
		margin-top: 2em;
		margin: 1em 1em;
	}
	.da-thumbs li {
		float: left;
		margin: 0.4%;
		padding: 3px;
		position: relative;
		width: 48.4%;
	}
	.blog-pic {
		padding: 0;
		float: left;
		width: 100%;
	}
	.blog-text {
		float: right;
		width: 100%;
		padding: 0;
		margin-top: 1em;
	}
	.preview img {
		width: 100%;
	}
	.single-text h4{
	   font-size:2.2em;
	}
	.single form input[type="submit"] {
       padding: 0.6em 2em;
	   font-size: 0.9em;
	}
	.single form input[type="text"] {
      padding: 6px 10px;
	}
	.single form textarea {
    padding: 12px 20px;
    font-size: 0.85em;
    outline: none;
    height: 116px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		background: none;
		padding:0em 0 0 0;
	}
  .gallery-section{
  margin-top: 5%;
  margin-bottom: 830%;
  }
}

@media (max-width:640px){
	.fashion-grids.one img {
		height: 438px;
	}
	figure.effect-bubba p {
		padding: 2px 0.3em;
	}
	.main {
		margin-top: 2em;
		margin: 1em 1em;
	}
	.da-thumbs li {
		float: left;
		margin: 0.4%;
		padding: 3px;
		position: relative;
		width: 48.4%;
	}
	.navbar-brand {
		display: block;
		padding: 0.5em 0 0em 0em;
		color: #d18c8c !important;
		font-size: 1.5em;
	}
	.team-sec {
		float: left;
		width: 49%;
		margin: 0 9em;
	}
	.team-sec {
		margin: 0;
	}
	.team-sec:nth-child(3), .team-sec:nth-child(4), .team-sec:nth-child(2) {
		margin-top:1em;
	}
	.banner-info h3 {
		font-size: 2em;
	}
	.banner-info p {
		font-size: 1em;
		margin: 1% auto 0;
		width: 90%;
	}
	/*.banner-info {
		text-align: center;
		background: rgba(0, 0, 0, 0.38);
		width: 64%;
		margin: 0 auto;
		padding: 7.67em 0;
	}*/
	.callbacks_tabs li {
		display: inline-block;
		margin: 0 .1em;
	}
	.fashion-grids {
		padding: 0;
		float: left;
		width: 45.3%;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: 2%;
	}
	.nav > li > a {
		padding: 8px 8px!important;
	}
  .gallery-section{
  margin-top: 5%;
  margin-bottom: 830%;
  }
}
@media (max-width: 600px){
	.email i, .phone i, .email em, .phone em, .email em a, .location i, .location em, .albums {
		font-style: normal;
		margin: 0 4px 0 0;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 0.9em;
	}
	.footer {
      padding: 1em 0 1em;
	}
	.sub-text {
		float: right;
		width: 77%;
	}
	.single-text h4{
	   font-size:2em;
	}
}
@media (max-width:568px){
	.banner-info h3 {
		font-size: 1.8em;
	}
	/*.banner-info {
		text-align: center;
		background: rgba(0, 0, 0, 0.38);
		width: 67%;
		margin: 0 auto;
		padding: 7.77em 0;
	}*/
	.fashion-grids {
		padding: 0;
		float: left;
		width: 100%;
	}
	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 61%;
	}
	.con-form input[type="text"], .con-form textarea {
		width: 100%;
		padding: 0.5em;
	}
	.con-form textarea {
		resize: none;
		min-height: 148px;
	}
	.team-grid h4 {
      font-size: 1.4em;
	}
}
@media (max-width:480px){
	.email i, .phone i, .email em, .phone em, .email em a, .location i, .location em, .albums {
		font-style: normal;
		margin: 0 2px 0 0;
		display: inline-block;
		vertical-align: middle;
		color: #fff;
		font-size: 0.9em;
	}
	h3.tittle,h2.tittle-one.con {
		text-align: left;
		font-size: 3em;
		padding: 0;
	}
	.main {
		margin-top: 2em;
		margin: 1em 3em;
	}
	.ser-info h3 {
		font-size: 2em;
	}
	.service-slide {
		min-height: 330px;
		float: left;
		width: 100%;
	}
	.support input[type="submit"] {
		font-size: 15px;
		padding: 0.88em;
		width: 28%;
	}
	.item_info {
		padding: 0.3em 0.3em;
		margin: 0.5em 0;
	}
	.fashion-grids {
		padding: 0;
		float: left;
		width: 85%;
		margin: 0 2em;
	}
	.fashion-grids.one img {
		height: 525px;
	}
	.fashion-grids.lost {
		width: 85%;
	}
	figure.effect-bubba h4 {
    padding-top:15%;
	}
	figcaption.two h4 {
		padding-top:40%;
	}
	figcaption.one h4 {
		padding-top:0%;
	}
	figcaption.one h4 {
		padding-top: 0%;
		margin-top: 0%;
	}
	.sub-text {
		float: right;
		width: 64%;
	}
	.walks iframe {
		width: 100%;
		height: 264px;
		border: none;
	}
	h3.tittle, h2.tittle-one {
      font-size: 2.3em;
   }
	.banner-info h3 {
		font-size: 1.5em;
	}
	.banner-info p {
		font-size:0.9em;
		margin: 1% auto 0;
		width:100%;
	}
	.banner {
		min-height: 314px;
	}
	.da-thumbs li {
		float: left;
		margin: 0.4% 5%;
		padding: 3px;
		position: relative;
		width: 89.4%;
	}
	.da-thumbs li a div h5 {
		font-size: 3em;
		margin-top: 1.5em;
	}
	.fashion-grids.lost img {
		height: 167px;
	}
	.support input[type="text"] {
		width: 71%;
		padding: 12px;
		font-size: 15px;
	}
/*	.banner-info {
		text-align: center;
		background: rgba(0, 0, 0, 0.38);
		width: 67%;
		margin: 0 auto;
		padding: 6.57em 0;
	}*/
	.callbacks_tabs a:after {
    height: 5px;
    width: 27px;
	}
	.sub-img img {
		width: 95%;
	}
	.ev-wrapper {
		width: 80%;
		margin: 0 auto 1.5em;
	}
	.footer-grids h3 {
		font-size: 1.8em;
		margin: 0;
	}
	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 61%;
	}
	.box_3 p {
		font-size: 0.875em;
	}
  .gallery-section{
  margin-top: 5%;
  margin-bottom: 830%;
  }
}
@media (max-width:414px){
	.fashion-grids.one img {
		height: 392px;
	}
	figure.effect-bubba h4 {
		padding-top: 4%;
	}
	.sub-text a {
		padding: 0.5em;
		line-height: 1.6em;
		font-size: 1.1em;
	}
	.sub-text {
		float: right;
		width: 64%;
	}
	.service-box {
		float: left;
		width: 100%;
		padding: 0;
		margin-bottom: 1em;
	}
	.support {
		margin: 1em 0em;
		background-color: rgba(83, 83, 84, 0.52);
		padding: 1em 1em;
	}
	.support input[type="text"] {
		width: 65%;
		padding: 12px;
		font-size: 15px;
	}
	.support input[type="submit"] {
		font-size: 15px;
		padding: 0.88em;
		width: 35%;
	}
	.ser-info {
		margin: 21% auto 0;
		padding: 0.5em;
		width: 96%;
	}
	.service-slide {
		min-height: 251px;
		float: left;
		width: 100%;
	}
	.service-text {
		padding: 3em 0;
	}
	.support input[type="text"] {
		width: 62%;
		padding: 12px;
		font-size: 15px;
	}
	.copy p {
		font-size: 0.9em;
		line-height: 1.9em;
	}
	.cam-top-top {
		margin-top: 1em;
		text-align: center;
	}
	figcaption.two h4 {
		padding-top: 48%;
	}
	.blog-pagenat ul li a {
		display: block;
		background: #fff;
		padding: 8px 9px;
		font-size: 0.7em;
	}
	.team-sec {
		float: left;
		width: 86%;
		margin: 0 2em;
	}
	.sub-img img {
		width: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.sub-img {
		float: none;
		padding: 0;
		text-align: center;
		margin: 0 auto;
	}
	.sub-text {
		float: right;
		width: 100%;
		margin-top: 1em;
	}
	.banner-info h3 {
		font-size: 1.3em;
	}
	.banner-info {
		width: 67%;
		margin: 0 auto;
		padding: 6.67em 0;
	}
	.events-grid h4 {
		padding: 0.3em 1em 1em;
		font-size: 1.4em;
	}
	.service-box h5 {
		font-size: 1.6em;
		margin: 0.5em 0 0 0;
	}
		.callbacks_nav.next {
		left: auto;
		background-position: right top;
		left: 97%;
		width: 21px;
		height: 40px;
		background-size: 187%;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left:-4%;
		width: 21px;
		height: 40px;
		background-size: 187%;
	}
	.single_grid2 p {
		font-size: 0.875em;
	}
  .gallery-section{
  margin-top: 5%;
  margin-bottom: 830%;
  }
}
@media (max-width:384px){
	.sub-text {
		float: right;
		width: 100%;
		padding: 0;
		margin-top: 1em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size:1.5em;
	}
	.navbar-brand {
		display: block;
		padding: 0.5em 0 0em 0em;
		color: #d18c8c !important;
		font-size: 1.2em;
	}
	h3.tittle.ser {
		text-align: center;
		 font-size:1.8em;
	}
	.main {
		margin-top: 2em;
		margin: 1em 1em;
	}
	.banner {
		min-height: 250px;
	}
	.banner-info {
		width: 67%;
		margin: 0 auto;
		padding: 3.87em 0;
	}
	.callbacks_tabs {
		position: absolute;
		bottom: 13%;
		left: 48%;
	}
	.sub-img img {
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.ser-info h3 {
		font-size: 1.5em;
	}
	.ser-info p {
		font-size: 1em;
		color: #FBD92B;
		line-height: 1.8em;
		margin: 0% auto 2%;
	}
	.callbacks_nav.next {
		left: auto;
		background-position: right top;
		left: 97%;
		width: 21px;
		height: 40px;
		background-size: 187%;
	}
	.callbacks_nav.prev {
		right: auto;
		background-position: left top;
		left: -4%;
		width: 21px;
		height: 40px;
		background-size: 187%;
	}
	h2.tittle {
		font-size: 1.7em;
		padding-top: 1em;
	}
  .gallery-section{
  margin-top: 5%;
  margin-bottom: 830%;
  }
}
@media (max-width:375px){
	.banner-info p {
		font-size: 0.9em;
		margin: 1% auto 0;
		width: 85%;
	}
	.banner {
		min-height: 231px;
	}
	.banner-info {
		width: 67%;
		margin: 0 auto;
		padding: 3.87em 0;
	}
	.walks iframe {
		width: 100%;
		height: 163px;
		border: none;
	}
	.walks iframe {
		width: 100%;
		height: 143px;
		border: none;
	}
	.ser-info p {
      font-size: 0.9em;
	}
	.banner.two {
		min-height: 74px;
	}
	h2.tittle {
		font-size: 1.7em;
		padding-top: 0.8em;
	}
	.view {
		width: 250px;
		height: 250px;
		margin: 10px 10px;
	}
	.view .mask, .view .content {
		width: 250px;
		height: 250px;
	}
	.main {
		margin-top: 2em;
		margin: 1em 0em;
	}
	.team {
		padding: 2em 0;
	}
	.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
		border: 1px solid #ddd;
		padding: 0 5px;
	}
	.da-thumbs li a div h5 {
		font-size: 1.3em;
		margin-top: 1.5em;
	}
	.da-thumbs li a div p {
		display: block;
		padding: 0 0;
		margin: 0px 0px 10px 0px;
		font-size: 0.85em;
	}
	.blog-text a h4, .single-text a h4,.single-text h4 {
		font-size: 1.5em;
		padding: 0;
		padding-right: 0;
	}
	.sub-text {
		float: right;
		width: 100%;
		padding: 0;
		margin-top: 1em;
	}
	.box_1 {
		margin-bottom: 0em;
	}
	.about_banner {
		margin-bottom: 1em;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
	    font-size:1.5em;
	}
	#commentform input[type="submit"] {
		padding: 0.7em 2em;
		font-size: 0.9em;
	}
	.preview {
		padding: 0;
		float: left;
		width: 15%;
	}
	.title a {
          font-size: 1.4em;
	}
	ul.list {
		padding-top: 1em;
	}
	h3.tittle,h2.tittle-one.con {
		text-align: left;
		font-size:1.8em;
		padding: 0;
	}
	.contact-text-inner {
		float: left;
		width: 100%;
		margin-right: 0;
		margin-top: 1em;
	}
	.contact-text-inner a {
		font-size: 1.05em;
	}
	.send input[type="submit"] {
		font-size: 1em;
		padding: 0.6em 2em;
	}
	.map {
		margin-top: 1.5em;
	}
	.map iframe {
		border: none;
		width: 100%;
		min-height: 213px;
	}
	.support input[type="text"] {
		width:100%;
		padding: 12px;
		font-size: 15px;
	}
	.support input[type="submit"] {
		font-size: 14px;
		padding: 0.88em;
		width: 43%;
		float: none;
		text-align: center;
		margin: 1em 5em 0;
	}
		
	.team-sec {
		float: left;
		width: 86%;
		margin: 0 2em;
	}
	.banner-info {
		width: 81%;
		margin: 0 auto;
		padding: 3.25em 0;
	}
	h3.tittle.ser {
		text-align: center;
		font-size: 1.9em;
	}
	.service-box h5 {
		font-size: 1.3em;
		margin: 0.5em 0 0 0;
	}
	.events-grid span {
		padding: 1.7em 0 0em;
		font-size: 1.4em;
	}
	.callbacks_nav {
		position: absolute;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		top: 65%;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 0.8em;
	}
	.cl-effect-14 a::after {
		right: 0;
		bottom: 9px;
	}
	.trailer {
		padding-left: 0;
		padding: 0;
	}
	.sub-text p {
       font-size: 0.875em;
	}
	.sub-text h4 {
		font-size: 1.1em;
		padding: 0.4em 0.2em;
	}
}
@media (max-width:320px){
	.banner {
		min-height:199px;
	}
	.navbar-brand {
		display: block;
		padding: 0.3em 0 0em 0em;
		color: #d18c8c !important;
		font-size: 1.2em;
	}
	.navbar-brand {
		height: 61px;
	}
	.navbar-toggle {
		margin-top: 18px;
		margin-right: 0;
		margin-bottom: 0;
	}
	.banner-info h3 {
		font-size: 1.3em;
	}
	.banner-info p {
		font-size: 0.8em;
		margin: 1% auto 0;
		width: 93%;
	}
	.callbacks_tabs li {
		display: inline-block;
		margin: 0 .0em;
	}
	.callbacks_tabs a:after {
		height: 4px;
		width: 20px;
	}
	.fashion-info {
		margin-top: 1em;
	}
	.walks, .about, .typography, .blog, .gallery, .contact, .albums,.events-section {
		padding: 2em 0;
	}
	.fashion-grids {
		padding: 0;
		float: left;
		width: 100%;
		margin: 0 0em;
	}
	h3.tittle,h2.tittle-one {
		font-size: 2.2em;
	}
	h2.tittle-one {
		    font-size: 1.6em;
		line-height: 1.4em;
	}
	.fashion-grids.lost {
		width: 100%;
	}
	figure.effect-bubba h4 {
		padding-top: 1%;
	}
	figcaption.two h4 {
		padding-top: 48%;
	}
	.walks iframe {
		width: 100%;
		height: 143px;
		border: none;
	}
	.ser-info h3 {
		font-size: 1.7em;
	}
	.service-text {
		padding: 2em 0;
	}
	.service-box p {
		font-size: 0.9em;
		width: 99%;
		padding: 0 1em;
	}
	.support input[type="text"] {
		width: 100%;
		padding: 12px;
		font-size: 13px;
	}
	#home {
		padding: 0.5em 0;
	}
	.service-slide {
		min-height: 210px;
		float: left;
		width: 100%;
	}
	.ser-info h3 {
		font-size: 1.4em;
	}
	.footer-grids p {
      font-size: 0.85em;
	}
	a.read {
		font-size: 0.9em;
		padding: 0.67em 1em;
	}
	.copy p {
      font-size: 0.85em
	}
	.main {
		margin-top: 1em;
		margin: 0em 0em;
	}
	a.sing {
		font-size: 0.9em;
		padding: 0.5em 1em;
		margin: 1em 0 0;
	}
	.data {
		float: right;
		width: 78%;
		padding: 0;
	}
	h5.m_26 a {
		float: right;
		font-size: 0.9em;
		padding: 0.6em 1.2em;
	}
	h3.tittle, h2.tittle-one.con {
		text-align: center;
		font-size: 1.7em;
		padding: 0;
	}
	.events-grid span {
		padding: 1.4em 0 0em;
		font-size: 1em;
	}
	.events-grid h4 {
		padding: 0.3em 1em 1em;
		font-size: 1.2em;
	}
	h3.tittle.ser {
		text-align: center;
		    font-size: 1.8em;
   }
   .footer-grids h3 {
		font-size: 1.6em;
		margin: 0;
	}
		.view {
		width: 235px;
		height: 235px;
		margin: 10px 10px;
	}
	.view .mask, .view .content {
		width: 235px;
		height: 235px;
	}
	.team-sec {
		float: left;
		width: 90%;
		margin: 0 0.5em;
	}
	.banner-info {
		width: 81%;
		margin: 0 auto;
		padding: 2.53em 0;
	}
	.callbacks_tabs {
		position: absolute;
		bottom: 13%;
		left: 60%;
	}
}

