/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Exo', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- Header Part Starts Here --*/
.header {
	padding: 1.8em 0;
	position: relative;
	text-align: center;
	background: url(../images/header-banner.jpg) no-repeat;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.logo {
  position: absolute;
  top: 80px;
  left: 43%;
  text-align: center;
  z-index: 999;
}
ul.navig{
	padding:0;
}
ul.navig li{
	display: inline-block;
	margin: 0 12px;
	position:relative;
}
ul.navig li:nth-of-type(3) {
	margin: 0 25em 0 20px;
}
ul.navig li:nth-of-type(4){
	margin:0 20px 0 4em;
}
ul.navig li a{
	font-size:1em;
	color:#fff;
	font-weight:600;
	text-decoration: none;
}
.dropdown-menu > li{
	display:block !important;
}
.dropdown-menu > li:nth-of-type(3), .dropdown-menu > li:nth-of-type(4){
	margin:0 0 0 12px !important;
}
.dropdown-menu > li > a{
	color:#333 !important;
}
ul.navig li a:hover ,ul.navig li a.active{
	color: rgba(253, 253, 253, 0.43);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
ul.navig li a:after{
	width:15px;
	height:15px;
	background:red;
	display: none;
	content:"";
	position:absolute;
	top:0;
	
}
.head_grid{
	text-align:center;
	width: 26.3%;
}
.head_grid_center{
	margin: 0 7em;
}
.grid_ba{
	width:100%;
	background:#dfdfdf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
	padding: 5em 1em;
	margin:0 auto;
}
.grid_ba p{
	margin:1em 0 0 0;
	font-size:1em;
	font-weight:600;
	color: #4c4a5a;
}
.stars {
	margin: 7em 0 2em 0;
	text-align: center;
	position: relative;
}
.stars:before {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	left: 9%;
}
.stars:after {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	right: 9%;
}
@media (max-width: 768px){
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;	
	height:32px;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
ul.navig{
	display:none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
	padding: 7px;
	font-size: 14px;
	width: 100%;
	font-weight:600;
	display:block;
	color: #fff;
}
ul.navig li a:hover{
	color:rgba(158, 48, 155, 0.88);
}
 span.menu{
	display:block;
	float:right;
	margin: 20px 15px 0 0;
}
ul.navig{
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 96%;
	text-align: center;
	top: 100%;
	left: 2%;
	padding: 10px 0px;
	background: rgba(95, 53, 95, 1);
}
.navigation {
	height: 60px;
	padding: 0px 16px 0em;
	margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
	margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
	margin: 0 0em 0 0px;
}
.logo {
	left: 33.5%;
}
}
/*--Header-Part-Ends-Here --*/
/*--banner-Part-starts-Here --*/
/*--banner-starts--*/
.banner{
	background:url(../images/bnr.jpg) no-repeat;
	min-height:700px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner1{
	background:url(../images/bnr-6.jpg) no-repeat;
	min-height:700px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
/*------------------ Slider Part starts Here----------*/
.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%;
  left: 0;
  top: 0;
}
.callbacks_nav {
  	position: absolute;
  	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 85%;
	left: 80%;
  	opacity: 0.7;
  	z-index: 3;
  	text-indent: -9999px;
  	overflow: hidden;
  	text-decoration: none;
  	height: 30px;
  	width: 30px;
  	background: transparent url("../images/arrow.png") no-repeat left top;
}
.callbacks_nav:active {
  	opacity: 1.0;
}
.callbacks_nav.next {
	left: auto;
	background-position: right top;
	right: 16.4%;
}
.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 img {
  height: auto;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 120%;
	z-index: 999;
	left: 0%;
	width: 100%;
	text-align: center;
	margin: 0;
	display: block;
}
.callbacks_tabs li{
	display:inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 12px;
	width: 12px;
	display: inline-block;
	border:none;
	background:#EA4C89;
}
.callbacks_here a:after{
	background:#444;
}
ul.callbacks_tabs.callbacks2_tabs {
	display: block;
}
/*--Slider-Part-Ends-Here--*/	
.banner-text h1 {
  color: #fff;
  background: rgba(94, 52, 94, 0.9);
  font-size: 2.3em;
  font-weight: 700;
  margin: 0;
  padding: 21px 12px;
  text-transform: uppercase;
  width: 100%;
  float: right;
}
.banner-text {
  padding-top: 20%;
  text-align: right;
  width: 40%;
  float: right;
}
.banner-text p {
  background: rgba(94, 52, 94, 0.9);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding: 11px 18px;
  line-height: 1.6em;
  margin-top: 17.5%;
  font-family: 'Lato', sans-serif;
}
.banner-top {
	margin-top: 21.19%;
	text-align: center;
}
/*--banner-Part-Ends-Here --*/
/*--welcome-Part-ends-Here --*/
.welcome{
	padding:6em 0px;
}
.welcome-left {
	margin-bottom:25px;
}
.welcome-left img{
	width:100%;
	border-radius:30px;
	height:175px;
}
.welcome-left p{
	text-align: center;
    margin-top: 20px;
    font-size: 16px;
}
.welcome-bottom {
	margin-top:5%;
}
.welcome-bottom h3, .welcome-top h3, .bridal h3 {
	color: #5e345e;
	font-size: 2em;
	font-weight: 700;
	margin-top: 23px;
	text-align:center;
	margin-bottom:50px;
}
.welcome-bottom p{
	color:#827c7c;
	font-size:16px;
	font-family: 'Lato', sans-serif;
	line-height:1.6em;
	text-align:justify;
	margin-bottom:15px;
}
.welcome-bottom-right {
  width: 84%;
  float: right;
}
.welcome-bottom-left {
  width: 16%;
  float: left;
}
/*--welcome-Part-Ends-Here --*/
/*--custom-Part-Starts-Here --*/
.custom{
	background:url(../images/custom.jpg) no-repeat;
	min-height:450px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
}
.custom-top {
	margin-top: 8.5%;
}
.custom-one h3 {
	color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
}
.custome-one .glyphicon{
	color:#FFF !important;
}
.custom-one {
	border: 1px solid #fff;
	padding: 2em 1em 2em 1.5em;
}
.custom-one p {
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 1.4em;
	margin-top: 5%;
}
.c-btn{
	margin-top:7%;
}
.c-btn a{
	font-size:1em;
	font-weight:600;
	color:#fff;
}
.c-btn a:hover{
	color:#5e345e;
	margin-left:10px;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*--custom-Part-Ends-Here --*/
/*--bridal-Part-starts-Here --*/
.best-selling{
	border-bottom: 3px solid #e3e3e3;
	background-color: #fff !important;
}

.bridal{
	padding:6em 0px;
	background-color: #f5f5f5;
}
.bridal-top-left img{
	width:100%;
}
.bridal-top-left{
	position:relative;
}
.b-1 {
	position: absolute;
	top: 45%;
	left: 25%;
}
.b-1 h3,.b-2 h3 {
	color: #5e345e;
	font-size: 2em;
	font-weight: 700;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.83);
	text-transform: uppercase;
	text-align: center;
	line-height:1.2em;
}
.bridal-bottom {
  margin-top: 2.7%;
}
.bridal-bottom-left img{
	width:100%;
}
.bridal-bottom-left{
	position:relative;
}
.b-2 {
	position: absolute;
	top: 38%;
	left: 29%;
}
.b-2 h3 {
  width: 65%;
}
/*--bridal-Part-Ends-Here --*/
/*--footer-Part-starts-Here --*/
.footer{
	background:url(../images/footer-banner.jpg) no-repeat;
	background-size:cover;
	min-height:500px;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.footer-top {
  margin-top: 11%;
  text-align: center;
}
.footer-top ul{
	padding:0;
}
.footer-top ul li{
	list-style:none;
	display:inline-block;
	margin:0 15px;
}
.footer-top ul li a span{
	background:url(../images/social-icons.png) no-repeat;
	width:35px;
	height:35px;
	display:inline-block;
}
.footer-top ul li a span:hover{
	transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-top ul li a span.fb{
	background-position:0px 0px;
}
.footer-top ul li a span.twit{
	background-position:-35px 0px;
}
.footer-top ul li a span.google{
	background-position:-70px 0px;
}
.footer-top ul li a span.pin{
	background-position:-105px 0px;
}
.footer-top ul li a span.dribble{
	background-position:-140px 0px;
}
.newsletter {
  margin-top: 8%;
  text-align: center;
}
.newsletter ul li input[type="text"] {
	width: 100%;
	color: #fff;
	background: none;
	outline: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: 1px solid #fff;
	padding: 10px 1.3em;
	-webkit-appearance: none;
}
.newsletter ul li form input[type="submit"] {
	border: none;
	outline: none;
	color: #fff;
	background: rgba(94, 52, 94, 0.7);
	padding: 10px 27px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	-webkit-appearance: none;
}
.newsletter ul li form input[type="submit"]:hover {
  background: #fff;
  color: #5e345e;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.newsletter ul{
	padding:0;
}
.newsletter ul li {
  list-style: none;
  display: inline-block;
  margin: 0 2%;
  width: 29%;
}
.newsletter ul li:nth-child(1){
	text-align:right;
}
.newsletter ul li:nth-child(3){
	text-align:left;
}
.newsletter ul li h6{
	color: #fff;
	font-size: 1.7em;
	font-weight: 600;
}
.footer-text {
  margin-top: 8%;
  text-align: center;
}
.footer-text p {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}
.footer-text p a:hover,.address p a:hover {
	color: #5e345e;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-text p a {
	color: #fff;
}
/*--footer-Part-Ends-Here --*/
/*--testimonials-Part-starts-Here --*/
.testimonials{
	padding-bottom:6em;
}
.testimonials-top{
	text-align:center;
}
.testimonials-top h3 {
	color: #5e345e;
	font-size: 2em;
	font-weight: 700;
}
.testimonials-bottom{
	margin-top:5%;
}
.testimonials-left img {
	display: inline-block;
	vertical-align: middle;
	border: 3px solid #5e345e;
	border-radius: 50%;
}
.testimonials-left h5{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	font-weight:700;
	color: #5e345e;
	margin-left:10%;
}
.testimonials-left p{
	color: #999;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 1.6em;
	margin-top:3%;
}
/*--testimonials-Part-Ends-Here --*/
/*--about-Part-starts-Here --*/
.about{
	padding:6em 0px;
}
.about-bottom{
	margin-top:4%;
	text-align:center;
}
.about-top{
	text-align:center;
}
.about-bottom p{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin:15px auto 0;
	line-height: 1.6em;
	color: #999;
	width:90%
}
.why{
	padding-bottom:6em;
}
.why-top{
	text-align:center;
}
.why-bottom {
	margin-top:4%;
}
.why-one-left img{
	width:100%;
}
.why-one-left h4 {
	color: #5e345e;
	font-size: 19px;
	font-weight: 700;
}
.why-one-left p{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-top: 10px;
	line-height: 1.6em;
	color: #999;
}
.why-one{
	margin-top:2.5%;
}
.why-one:nth-child(1){
	margin-top:0;
}
.team{
	padding-bottom:6em;
}
.team-top{
	text-align:center;
}
.team-bottom{
	margin-top:4%;
}
.team-left img{
	width:100%;
}
.team-left{
	text-align:center;
}
.team-left h4{
	color: #5e345e;
	font-size: 19px;
	font-weight: 700;
	margin-top:15px;
}
.team-left p{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-top: 3px;
	line-height: 1.6em;
	color: #999;
}
/*--about-Part-Ends-Here --*/
/*--404-Part-starts-Here --*/
.error-btn{
	margin-top:4%;
	text-align:center;
}
.error-btn a {
	color: #5e345e;
	border: 3px solid #5e345e;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Lato', sans-serif;
	padding: 11px 25px;
}
.error-btn a:hover,.b-btn a:hover{
	background:#5e345e;
	color:#fff;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.error {
	padding: 8em 0px;
	text-align: center;
}
.error-top p {
	color: #999;
	font-size: 2em;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	margin-bottom: 1%;
}
.error-top h3{
	color:#5e345e;
	font-weight:700;
	font-size:12em;
}
/*--404-Part-Ends-Here --*/
/*--blog-Part-starts-Here --*/
.blog{
	padding:6em 0px;
}
.blog-top{
	margin-top:4%;
}
.blog-top a img{
	width:100%;
}
.blog-head{
	text-align:center;
}
.blog-left {
	width: 7%;
	float: left;
	border-right: 1px solid #5e345e;
}
.blog-right {
	width: 93%;
	float: right;
	padding-left: 3%;
}
p.admin{
	margin-top:5px !important;
}
p.admin a{
	color: #5e345e;
}
p.admin a:hover{
	color: #999;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.blog-right p{
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-top:10px;
	line-height:1.6em;
	color:#999;
}
.blog-one {
  margin-top: 2%;
}
.b1{
	margin-top:5%;
}
.b1:nth-child(1){
	margin-top:0;
}
.b-btn{
	margin-top:30px;
}
.b-btn a {
  color: #5e345e;
  border: 3px solid #5e345e;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Lato', sans-serif;
  padding: 7px 16px;
}
.blog-left h5 {
	font-size: 2.3em;
	color: #5e345e;
	font-weight: 900;
}
.blog-left h6{
	color: #5e345e;
	font-size:20px;
	font-weight:700;
}
.blog-right h3 a{
	color: #5e345e;
	font-size:20px;
	font-weight:700;
}
.blog-right h3 a:hover{
	text-decaration:none;
	color:#999;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.page{
	text-align:center;
	margin-top:5%;
}
.pagination{
	margin:0;
}
.pagination > li > a, .pagination > li > span {
	color: #5e345e;
}
.pagination > li > a:hover ,.pagination > .active > a{
	color: #FFFFFF;
	border-color: #5e345e;
	background: #5e345e;
}
.blog-right h5{
	color: #5e345e;
	font-size: 17px;
	font-weight: 700;
	margin-top:16px;
}
.blog-right ul{
	padding:0;
	margin-top: 2.5%;
}
.blog-right ul li{
	list-style: none;
	display: inline-block;
	margin-right: 20px;
}

span.glyphicon.glyphicon-calendar, .glyphicon-user, .glyphicon-thumbs-up {
  display: inline-block;
  vertical-align: middle;
}
.blog-right ul li p {
  margin-top: 0 !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.blog-right ul li p a{
	color:#999;
}
.comments{
	margin-top:5%;
}
.comments-top{
	text-laing:center;
}
.comments-bottom{
	margin-top:3%;
}
h4.media-heading a{
  color: #5e345e;
  text-decoration: none;
}
.media-body p {
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	margin-top: 10px;
	line-height: 1.6em;
	color: #999;
}
.media {
  margin-top: 24px;
}
.reply{
	margin-top:4%;
}
.reply input[type="text"] {
  width: 32.5%;
  color: #5E345E;
  outline: none;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  padding: 10px 10px;
  margin: 4% 0px 15px 0px;
  border: solid 1px #5E345E;
  -webkit-appearance: none;
}
.reply input[type="text"]:nth-child(3){
   margin:0 10px;
}
.reply textarea {
  resize: none;
  width: 100%;
  color: #5E345E;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  outline: none;
  padding: 10px 10px;
  border: solid 1px #5E345E;
  min-height: 12em;
  -webkit-appearance: none;
}
.reply input[type="submit"] {
  color: #5e345e;
  padding: 9px 42px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  margin: 20px 0 0 0px;
  border: 3px solid #5e345e;
  background: none;
  font-family: 'Lato', sans-serif;
  outline: none;
}
/*--blog-Part-Ends-Here --*/
/*--gallery-Part-starts-Here --*/
.gallery{
	padding:6em 0px;
}
.heading h3{
	color: #5e345e;
	font-size: 2em;
	font-weight: 700;
}
.gallery-top{
	text-align:center;
}
/*--gallery-Part-Ends-Here --*/
/*--contact-Part-starts-Here --*/
.contact{
		padding:6em 0px;
}
.contact-top{
	text-align:center;
}
.contact-bottom{
	margin-top:4%;
}
.contact-bottom iframe{
	width:100%;
	height:400px;
}
.contact-text{
	margin-top:4%;
}
.contact-left input[type="text"] {
	width: 32.51%;
	margin: 0px;
	color: #5e345e;
	background: none;
	padding: 15px 10px;
	outline: none;
	border: 1px solid #5e345e;
	font-family: 'Lato', sans-serif;
}
.contact-left textarea {
	width: 100%;
	color: #5e345e;
	resize: none;
	background: none;
	height: 12.7em;
	padding: 15px;
	outline: none;
	border: 1px solid #5e345e;
	margin-top: 1.4%;
	font-family: 'Lato', sans-serif;
}
.submit-btn input[type=submit] {
	color: #5e345e;
	padding: 9px 42px;
	font-size: 15px;
	cursor: pointer;
	font-weight: 500;
	margin: 20px 0 0 0px;
	border: 3px solid #5e345e;
	background: none;
	font-family: 'Lato', sans-serif;
	outline: none;
}
.submit-btn input[type=submit]:hover,.reply input[type="submit"]:hover {
	background: #5e345e;
	color:#fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.address h5{
	color:#5e345e;
	font-size:1.2em;
	font-weight:700;
}
.contact-left input[type="text"]:nth-child(2) {
	margin: 0 6px;
}
.address p{
	color: #999;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	line-height: 1.6em;
	margin-top: 1em;
}
.address p span{
	display:block;
}
.address p a{
	color: #999;
}
.address:nth-child(1){
	margin-bottom:2em;
}
/*--contact-Part-Ends-Here --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 45px;
	height: 23px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat;
}
/*---- responsive-design -----*/
@media(max-width:1440px){
.banner-text {
	padding-top: 23%;
	width: 45%;
}
.banner,.banner1 {
	min-height: 680px;
}
.callbacks_nav {
	left: 79.4%;
}
.logo {
  left: 42.5%;
}
}
@media(max-width:1366px){
.banner-text {
	  width: 43%;
}
.error {
  padding: 7em 0px;
}
.error-top h3 {
  font-size: 11em;
}
.about,.gallery,.blog,.contact {
  padding:0em 0em 2em 0em;
}
.why,.team {
  padding-bottom: 5em;
}
.banner-text h1 {
	font-size: 2.1em;
}
.logo {
	left: 35%;
}
.welcome {
  padding: 5em 0px;
}
.custom-top {
  margin-top: 3.5%;
}
.custom-top h4{
	color:#FFF;
	margin-bottom:50px;
	font-size:38px;
}
.custom {
  min-height: 315px;
}
.bridal {
  padding: 5em 0px;
}
.testimonials {
  padding-bottom: 5em;
}
.footer-top {
  margin-top: 4.5%;
}
.footer {
  min-height:250px;
}
}
@media(max-width:1280px){
.welcome-bottom {
  margin-top: 4%;
}
.comments {
  margin-top: 4%;
}
.reply input[type="text"] {
  margin: 3% 0px 15px 0px;
}
.banner-text {
  width: 44%;
}
.banner-text h1 {
  font-size: 2em;
}
.banner-text p {
  font-size: 18px;
}
.banner, .banner1 {
  min-height: 600px;
}
.callbacks_nav {
  left: 79%;
}
.testimonials-bottom {
  margin-top: 4%;
}
.b-1 {
  left: 21%;
}
.about-bottom {
  margin-top: 3%;
}
.why-bottom {
  margin-top: 3%;
}
.team-bottom {
  margin-top: 3%;
}
.contact-bottom {
  margin-top: 3%;
}
.contact-bottom iframe {
  height: 350px;
}
.blog-top {
  margin-top: 3%;
}
}
@media(max-width:1024px){
.header {
  padding: 1.5em 0;
}
.reply input[type="text"]:nth-child(3) {
  margin: 0 7px;
}
.error-top h3 {
  font-size: 9em;
}
.contact-bottom iframe {
  height: 300px;
}
.contact-text {
  margin-top: 3%;
}
.contact-left input[type="text"]:nth-child(2) {
  margin: 0 4px;
}
.contact-left input[type="text"] {
  padding: 11px 10px;
  font-size: 14px;
}
.contact-left textarea {
  height: 12em;
  font-size: 14px;
}
.og-details h3 {
  font-size: 37px;
}
.address:nth-child(1) {
  margin-bottom: 1.5em;
}
.address p {
  margin-top: 6px;
}
.error-btn a {
  font-size: 16px;
}
.about,.gallery,.blog,.contact {
  padding: 4em 0px;
}
.about-bottom {
  margin-top: 2%;
}
.why, .team {
  padding-bottom: 4em;
}
.why-one-left h4 {
  font-size: 18px;
}
.why-one-left p {
  font-size: 14px;
  color: #999;
}
.col-md-7.why-one-left {
  padding: 0;
}
.team-left h4 {
  font-size: 18px;
}
.logo a img {
  width: 90%;
}
.about-bottom p {
  font-size: 15px;
  margin: 15px auto 0;
  width: 86%;
}
.team-left p {
  font-size: 15px;
}
.logo {
  left: 38.5%;
  top: 70px;
}
ul.navig li:nth-of-type(3) {
  margin: 0 20em 0 20px;
}
ul.navig li:nth-of-type(4) {
  margin: 0 20px 0 3em;
}
.banner-text h1 {
  font-size: 1.75em;
}
.banner-text {
  width: 49%;
}
.banner-text p {
  font-size: 17px;
}
.banner, .banner1 {
  min-height: 520px;
}
.callbacks_nav {
  top: 94.2%;
}
.callbacks_nav.next {
  right: 15.2%;
}
.welcome-bottom h3 {
  font-size: 1.85em;
  margin-top: 36px;
}
.heading h3{
	font-size: 1.85em;
}
.welcome {
  padding: 4em 0px;
}
.custom-one h3 {
  font-size: 1.6em;
}
.b-1 h3, .b-2 h3 {
  font-size: 1.8em;
}
.b-2 {
  top: 34%;
  left: 27%;
}
.bridal {
  padding: 4em 0px;
}
.welcome-bottom-left {
	width: 16%;
	float: left;
}
.welcome-bottom-right {
  width: 84%;
  float: right;
}
.testimonials-left img {
  width: 45%;
}
.testimonials-left h5 {
  font-size: 20px;
  margin-left: 5%;
}
.testimonials {
  padding-bottom: 4em;
}
.footer-top {
  margin-top: 9%;
}
.newsletter {
  margin-top: 6%;
}
.footer-text {
  margin-top: 6%;
}
.footer {
  min-height: 370px;
}
.testimonials-top h3 {
  font-size: 1.85em;
}
.newsletter ul li {
  margin: 0 1.5%;
  width: 30%;
}
}
@media(max-width:768px){
.header {
  padding: 0em 0;
}
.reply input[type="text"]:nth-child(3) {
  margin: 0 5px;
}
.blog-top {
  margin-top: 2%;
}
.blog-left h5 {
  font-size: 2.1em;
}
.blog-right p {
  font-size: 15px;
  margin-top: 7px;
}
.b-btn a {
  font-size: 13px;
  padding: 6px 14px;
}
.blog-right h3 a {
  font-size: 19px;
}
.b-btn {
  margin-top: 26px;
}
.error-top h3 {
  font-size: 8em;
}
.submit-btn {
  text-align: center;
}
.submit-btn input[type=submit] {
  padding: 7px 39px;
}
.col-md-3.contact-right {
  margin-top: 5%;
  text-align: center;
}
.address p {

  font-size: 15px;
}
.contact-bottom {
  margin-top: 2%;
}
.contact-bottom iframe {
  height: 250px;
}
.error-top p {
  font-size: 1.7em;
}
.error-btn a {
  padding: 10px 20px;
}
.error {
  padding: 6em 0px;
}
.about,.gallery,.blog,.contact {
  padding: 3em 0px;
}
.why, .team {
  padding-bottom: 3em;
}
.col-md-5.why-one-left {
  width: 35%;
  float: left;
}
.col-md-7.why-one-left {
  width: 50%;
  float: left;
  padding: 0 15px;
}
.col-md-6.why-left:nth-child(1){
	margin-bottom:15px;
}
.why-one {
  margin-top: 15px;
}
.team-left {
  width: 25%;
  float: left;
}
.logo a img {
  width: 80%;
}
.logo {
  left: 35%;
  top: 60px;
}
ul.navig li:nth-of-type(3) {
  margin: 0 0em 0 0px;
}
ul.navig li:nth-of-type(4) {
  margin: 0;
}
span.menu {
  margin: 19px 0px 0 0;
}
.banner-text h1 {
  font-size: 1.45em;
}
.banner-text {
  width: 59%;
}
.banner-text h1 {
  font-size: 1.45em;
  padding: 16px 12px;
  width: 91%;
}
.banner-text p {
  font-size: 15px;
  padding: 9px 18px;
}
.banner, .banner1 {
  min-height: 400px;
}
.callbacks_nav {
  top: 92.4%;
  left: 77%;
}

.welcome-bottom-left,.welcome-bottom-right {
  width: 100%;
  float: none;
  text-align: center;
}
.welcome-bottom h3 {
  font-size: 1.7em;
  margin-top: 0;
}
.heading h3{
	font-size: 1.7em;
}
.welcome-bottom-right {
  margin-top: 5px;
}
.welcome {
  padding: 3em 0px;
}
.custom-left {
  width: 33.3%;
  float: left;
  padding: 0 7px;
}
.custom-one {
  padding: 1em 10px 1em 1em;
}
.custom-one h3 {
  font-size: 1.4em;
}
.welcome-bottom-right p {
  font-size: 15px;
}
.c-btn a {
  font-size: 14px;
}
.c-btn {
  margin-top: 4%;
}
.custom {
  min-height: 400px;
}
.custom-top {
  margin-top: 7.1%;
}
.bridal-top-left {
  width: 50%;
  float: left;
  padding: 0 8px;
}
.b-1 h3, .b-2 h3 {
  font-size: 1.5em;
}
.b-1 {
  left: 18.5%;
}
.bridal-bottom-left {
  width: 33.3%;
  float: left;
  padding: 0 8px;
}
.bridal-bottom {
  margin-top: 2.1%;
}
.testimonials-left {
  width: 33.3%;
  float: left;
}
.testimonials-top h3 {
  font-size: 1.7em;
}
.bridal {
  padding: 3em 0px;
}
.testimonials {
  padding-bottom: 3em;
}
.testimonials-left h5 {
  font-size: 17px;
  margin-left: 10px;
}
.testimonials-left img {
  width: 42%;
}
.testimonials-left p {
  font-size: 15px;
  margin-top: 3%;
}
.newsletter ul li {
  margin: 0 1%;
  width: 30.9%;
}
.newsletter ul li h6 {
  font-size: 1.5em;
}
.newsletter ul li input[type="text"] {
  font-size: 13px;
}
.newsletter ul li form input[type="submit"] {
  padding: 10px 27px;
  font-size: 16px;
}
.footer-text p {
  font-size: 15px;
}
.footer-top {
  margin-top: 8%;
}
.footer {
  min-height: 300px;
}
.custom-one p {
  font-size: 15px;
}
.media-body p {
  font-size: 15px;
  margin-top: 6px;
}
}
@media(max-width:640px){
.navigation {
  height: 55px;
}
.reply input[type="text"]:nth-child(3) {
  margin: 0 3px;
}
.media {
  margin-top: 19px;
}
.contact-left input[type="text"]:nth-child(2) {
  margin: 0 2px;
}
.contact-bottom iframe {
  height: 220px;
}
.submit-btn input[type=submit] {
  padding: 6px 34px;
}
.error-top p {
  font-size: 1.6em;
}
.error-btn a {
  padding: 9px 14px;
}
.about,.gallery,.blog,.contact  {
  padding: 2.5em 0px;
}
.about-bottom img {
  width: 76%;
}
.about-bottom p {
  font-size: 14px;
  margin: 11px auto 0;
  width: 92%;
}
.col-md-7.why-one-left {
  padding: 0;
}
.why, .team {
  padding-bottom: 2.5em;
}
.team-left h4 {
  font-size: 16px;
}
.why-one-left h4 {
  font-size: 16px;
}
.team-left p {
  font-size: 14px;
}
.team-left {
  padding:0 6px;
}
span.menu {
  margin: 17px 0px 0 0;
}
.logo a img {
  width: 70%;
}
.logo {
  left: 32.5%;
  top: 55px;
}
.banner-text {
  width: 59%;
}
.banner-text h1 {
  font-size: 1.25em;
  padding: 12px 12px;
  width: 96%;
}
.banner, .banner1 {
  min-height: 350px;
}
.callbacks_nav {
  top: 91.3%;
  left: 75.1%;
}
.welcome {
  padding: 2.5em 0px;
}
.welcome-bottom h3,.testimonials-top h3,.heading h3{
  font-size: 1.5em;
  margin-top: 0;
}
.custom-left {
  width: 75%;
  float: none;
  margin: 27px auto 0;
}
.custom {
  min-height: 700px;
}
.custom-one h3 {
  font-size: 1.3em;
}
.custom-one p {
  margin-top: 3%;
}
.testimonials-left {
  text-align: center;
}
.testimonials-left h5 {
  font-size: 16px;
  margin: 14px 0 0 0;
  display: block;
}
.testimonials-left img {
  width: 65%;
  display: block;
  margin: 0 auto;
}
.testimonials {
  padding-bottom: 2.5em;
}
.testimonials-bottom {
  margin-top: 3%;
}
.footer-top ul li a span {
  width: 30px;
  height: 30px;
  background-size: 500%;
}
.footer-top ul li a span.twit {
  background-position: -30px 0px;
}
.footer-top ul li a span.google {
  background-position: -60px 0px;
}
.footer-top ul li a span.pin {
  background-position: -90px 0px;
}
.footer-top ul li a span.dribble {
  background-position: -120px 0px;
}
.newsletter ul li h6 {
  font-size: 1.35em;
}
.newsletter ul li form input[type="submit"] {
  padding: 8px 19px;
  font-size: 15px;
}
.newsletter ul li:nth-child(1),.newsletter ul li:nth-child(3){
	width:25%;
}
.newsletter ul li:nth-child(2){
	width:42%;
}
.newsletter ul li input[type="text"] {
  padding: 9px 1.3em;
}
.c-btn {
  margin-top: 3%;
}
.bridal {
  padding: 2.5em 0px;
}
.b-1 h3, .b-2 h3 {
  font-size: 1.3em;
}
.b-1 {
  left: 16%;
}
.footer {
  min-height: 255px;
}
.error-top h3 {
  font-size: 7.5em;
}
.b1 {
  margin-top: 4%;
}
.blog-left {
  width: 9%;
}
.blog-right {
  width: 90%;
  padding-left: 2%;
}
}
@media(max-width:480px){
.logo a img {
  width: 60%;
}
.blog-right h5 {
  font-size: 17px;
  margin-top: 12px;
  line-height: 1.4em;
}
.media-body p {
  font-size: 14px;
  margin-top: 4px;
}
.comments {
  margin-top: 5%;
}
.reply input[type="text"]:nth-child(3) {
  margin: 0 1px;
}
.reply input[type="text"] {
  margin: 3% 0px 9px 0px;
  font-size: 13px;
  padding: 8px 10px;
}
.reply textarea {
  font-size: 13px;
  padding: 10px 10px;
  min-height: 11em;
}
.reply input[type="submit"] {
  padding: 7px 32px;
  font-size: 15px;
  margin: 11px 0 0 0px;
}
.blog-left {
  width: 11%;
}
.blog-left h5 {
  font-size: 1.8em;
}
.blog-left h6 {
  font-size: 17px;
}
.blog-right {
  width: 87.5%;
}
.blog-right h3 a {
  font-size: 16px;
}
.blog-right p {
  font-size: 14px;
  margin-top: 4px;
}
.b-btn {
  margin-top: 19px;
}
.b-btn a {
  font-size: 12px;
  padding: 5px 9px;
}
.b1 {
  margin-top: 6%;
}
.contact-bottom iframe {
  height: 190px;
}
.col-md-9.contact-left {
  padding: 0;
}
.contact-left input[type="text"] {
  padding: 8px 10px;
  font-size: 13px;
  width: 32.4%;
}
.contact-left textarea {
  height: 11em;
  font-size: 13px;
}
.submit-btn input[type=submit] {
  padding: 6px 32px;
  margin: 13px 0 0 0px;
  font-size: 14px;
}
.address p {
  font-size: 14px;
  margin-top: 6px;
}
.error-top h3 {
  font-size: 7em;
}
.error-top p {
  font-size: 1.5em;
}
.error-btn a {
  padding: 8px 10px;
  font-size: 15px;
}
.col-md-6.why-left{
  padding: 0;
}
.col-md-5.why-one-left {
  width: 38%;
}
.team-left {
  padding: 0 10px;
  width: 50%;
}
.team-left:nth-child(1),.team-left:nth-child(2){
	margin-bottom:15px;
}
.about,.gallery,.blog,.contact  {
  padding: 2em 0px;
}
.why, .team {
  padding-bottom: 2em;
}
.col-md-7.why-one-left {
  width: 62%;
}
.why-one-left p {
  font-size: 13px;
  margin-top: 4px;
}
.logo {
  left: 25.1%;
  top: 45px;
}
.navigation {
  height: 45px;
  padding: 0px 0px 0em;
}
span.menu {
  margin: 11px 0px 0 0;
}
.banner-text h1 {
  font-size: 1.07em;
  width: 100%;
    padding: 10px 12px;
}
.banner-text {
  width: 66%;
}
.banner-text p {
  font-size: 14px;
  padding: 7px 17px;
  margin-top: 15%;
}
.banner, .banner1 {
  min-height: 275px;
}
.callbacks_nav {
  top: 90.8%;
  left: 74.1%;
  height: 25px;
  width: 25px;
  background: transparent url("../images/arrow.png") no-repeat left top;
  background-size: 200%;
}
.welcome-left {
  padding: 0 5px;
}
.welcome-bottom h3, .testimonials-top h3,.heading h3{
  font-size: 1.35em;
}
.welcome-bottom-right p {
  font-size: 14px;
}
.welcome-bottom-right {
  margin-top: 1px;
}
.welcome {
  padding: 2em 0px;
}
.custom-one h3 {
  font-size: 1.2em;
}
.custom-one p {
  margin-top: 2%;
  font-size: 14px;
}
.custom-left {
  margin: 20px auto 0;
}
.c-btn a {
  font-size: 13px;
}
.custom-top {
  margin-top: 8%;
}
.custom {
  min-height: 670px;
}
.bridal-top-left {
  width: 100%;
  float: none;
}
.bridal-top-left:nth-child(1){
	margin-bottom:15px;
}
.b-1 {
  left: 27%;
}
.bridal-bottom-left {
  width: 100%;
  float: none;
}
.bridal-bottom-left:nth-child(1),.bridal-bottom-left:nth-child(2){
	margin-bottom:15px;
}
.bridal-bottom {
  margin-top: 15px;
}
.b-1 h3, .b-2 h3 {
  width: 100%;
}
.b-2 {
  top: 50%;
  left: 30%;
}
.testimonials-left {
  width: 100%;
  float: none;
}
.testimonials-left p {
  font-size: 14px;
  margin-top: 1%;
}
.testimonials-left img {
  width: 32%;
}
.testimonials-left:nth-child(1),.testimonials-left:nth-child(2){
	margin-bottom:15px;
}
.testimonials {
  padding-bottom: 2em;
}
.bridal {
  padding: 2em 0px;
}
.newsletter ul li h6 {
  font-size: 1.2em;
}
.newsletter ul li:nth-child(1){
	width:100%;
	float:none;
	text-align: center;
	margin-bottom:15px;
}
}
@media(max-width:320px){
.logo a img {
  width: 50%;
}
.logo {
  left: 11%;
  top: 40px;
}
span.menu {
  margin: 8px 0px 0 0;
}
.navigation {
  height: 40px;
}
.banner-text h1 {
  font-size: 14px;
  width: 98%;
  padding: 10px 8px;
}
.banner-text {
  width: 82.5%;
  padding-top: 26%;
}
.banner-text p {
  font-size: 12px;
  padding: 5px 17px;
  margin-top: 17%;
}
.banner, .banner1 {
  min-height: 230px;
}
.callbacks_nav {
  top: 89%;
  left: 68.2%;
}
.welcome-left {
  padding: 0 3px;
}
.welcome {
  padding: 1.5em 0px;
}
.welcome-bottom h3, .testimonials-top h3,.heading h3{
  font-size: 1.2em;
}
.welcome-bottom {
  margin-top: 6%;
}
ul.navig li a {
    padding: 5px;
  font-size: 13px;
}
.welcome-bottom-right p {
  font-size: 13px;
}
.custom-one h3 {
  font-size: 1.1em;
}
.custom-one p {
  font-size: 13px;
}
.custom-left {
  width: 92%;
}
.custom-left {
  margin: 17px auto 0;
}
.c-btn {
  margin-top: 2%;
}
.custom-top {
  margin-top: 11%;
}
.c-btn a {
  font-size: 12px;
}
.bridal {
  padding: 1.5em 0px;
}
.b-1 h3, .b-2 h3 {
  font-size: 1.1em;
}
.b-1 {
  left: 19%;
}
.bridal-top-left:nth-child(1) {
  margin-bottom: 10px;
}
.bridal-bottom {
  margin-top: 10px;
}
.bridal-bottom-left:nth-child(1), .bridal-bottom-left:nth-child(2) {
  margin-bottom: 10px;
}
.b-2 {
  top: 44%;
  left: 26%;
}
.testimonials-left h5 {
  font-size: 15px;
  margin: 12px 0 0 0;
}
.testimonials-left p {
  font-size: 13px;
}
.testimonials-left:nth-child(1), .testimonials-left:nth-child(2) {
  margin-bottom: 10px;
}
.footer-top ul li a span {
  width: 25px;
  height: 25px;
}
.footer-top ul li {
  margin: 0 10px;
}
.footer-top ul li a span.twit {
  background-position: -25px 0px;
}
.footer-top ul li a span.google {
  background-position: -50px 0px;
}
.footer-top ul li a span.pin {
  background-position: -75px 0px;
}
.footer-top ul li a span.dribble {
  background-position: -100px 0px;
}
.newsletter ul li h6 {
  font-size: 1.15em;
}
.newsletter ul li:nth-child(1) {
  margin: 0 0 15px 0;
}
.newsletter ul li:nth-child(2) {
  margin-bottom: 12px;
  width: 90%;
}
.newsletter ul li:nth-child(3) {
  width: 100%;
  text-align: center;
}
.footer-text p {
  font-size: 13px;
}
.newsletter ul li form input[type="submit"] {
  padding: 6px 14px;
  font-size: 13px;
}
.footer-top {
  margin-top: 11%;
}
.about,.gallery,.blog,.contact  {
  padding: 1.5em 0px;
}
.about-bottom img {
  width: 95%;
}
.about-bottom p {
  font-size: 13px;
  margin: 8px auto 0;
  width: 100%;
}
.col-md-5.why-one-left,.col-md-7.why-one-left {
  width: 100%;
  text-align: center;
}
.col-md-7.why-one-left {
  margin-top: 10px;
}
.team-left {
  padding: 0 15px;
  width: 100%;
}
.team-left p {
  font-size: 13px;
}
.team-left h4 {
  font-size: 15px;
  margin-top: 10px;
}
.why, .team {
  padding-bottom: 1.5em;
}
.error-top h3 {
  font-size: 5em;
}
.error-top p {
  font-size: 1.3em;
}
.error-btn {
  margin-top: 9%;
}
.error-btn a {
  padding: 6px 10px;
  font-size: 13px;
}
.error {
  padding: 4em 0px;
}
.contact-bottom iframe {
  height: 150px;
}
.contact-left input[type="text"]:nth-child(2) {
  margin: 0 0 10px 0;
}
.contact-left input[type="text"] {
  padding: 8px 10px;
  font-size: 13px;
  width: 100%;
  margin-bottom: 10px;
}
.submit-btn input[type=submit] {
  padding: 5px 30px;
  margin: 8px 0 0 0px;
  font-size: 13px;
}
.col-md-3.contact-right {
  margin-top: 7%;
}
.address h5 {
  font-size: 1.1em;
}
.address p {
  font-size: 13px;
  margin-top: 2px;
}
.blog-right p {
  font-size: 13px;
  margin-top: 6px;
}
.blog-right h3 a {
  font-size: 14px;
}
.blog-left h5 {
  font-size: 1.4em;
}
.blog-left h6 {
  font-size: 13px;
}
.blog-left {
  width: 12%;
}
.page {
  margin-top: 8%;
}
.pagination > li > a, .pagination > li > span {
  font-size: 13px;
}
span.glyphicon {
  font-size: 12px;
}
.blog-right ul {
  margin-top: 3.5%;
}
.blog-right ul li {
  display: block;
}
h4.media-heading a {
  font-size: 17px;
}
.reply input[type="text"]:nth-child(3) {
  margin: 0 0 8px 0;
}
.reply input[type="text"] {
  margin: 3% 0px 8px 0px;
  width: 100%;
}
.reply input[type="submit"] {
  padding: 5px 27px;
  margin: 5px 0 0 0px;
}
}
/*---- responsive-design -----*/

/*-------------------------------*/
/*      Code snippet by          */
/*      @maridlcrmn              */
/*-------------------------------*/


section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.quote {
	font-size:30px;
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}

.product{
	border:1px solid #E5E5E5;
	padding:5px;
	background-color: #fff;
	margin-bottom: 1%;
}
.product:hover{
	border-color: #d5d5d5;
    box-shadow: 0 0 5px 4px #ddd;
}
.product img{
	border-radius:14px;
	margin: 0px auto;
    height: 200px;
    margin-bottom: 1%;
}
.product h4, .product a{
	margin:10px 0px;
	font-size: 14px;
}

.contact-area {
    padding: 25px 0 60px;
}
.sidebar-form {
    background: #f6f6f6;
    padding: 7px;
}
.style {
    font-style: italic;
}
.contact-address p{
	font-size:17px;
}
.contact-address.style1 i {
    float: left;
    margin-top: 3px;
}
.contact-address i {
    font-size: 1.1667em;
    background: #9e100e;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50% 50% 50% 50%;
    color: #fff;
    text-align: center;
}
.contact-address .style1 .details {
    border-bottom: 1px solid #edf6ff;
    margin-left: 50px;
    padding-bottom: 15px;
}
.contact-address li{
	list-style:none;
}
.details {
    padding-left: 15px !important;
}
.details h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.details p {
    margin: 0 0 10px;
}

.steps {
    margin-top: -41px;
    display: inline-block;
    float: right;
    font-size: 16px
}
.step {
    float: left;
    background: white;
    padding: 7px 13px;
    border-radius: 1px;
    text-align: center;
    width: 100px;
    position: relative
}
.step_line {
    margin: 0;
    width: 0;
    height: 0;
    border-left: 16px solid #fff;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    z-index: 1008;
    position: absolute;
    left: 99px;
    top: 1px
}
.step_line.backline {
    border-left: 20px solid #f7f7f7;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    z-index: 1006;
    position: absolute;
    left: 99px;
    top: -3px
}
.step_complete {
    background: #357ebd
}
.step_complete a.check-bc, .step_complete a.check-bc:hover,.afix-1,.afix-1:hover{
    color: #eee;
}
.step_line.step_complete {
    background: 0;
    border-left: 16px solid #357ebd
}
.step_thankyou {
    float: left;
    background: white;
    padding: 7px 13px;
    border-radius: 1px;
    text-align: center;
    width: 100px;
}
.step.check_step {
    margin-left: 5px;
}
.ch_pp {
    text-decoration: underline;
}
.ch_pp.sip {
    margin-left: 10px;
}
.check-bc,
.check-bc:hover {
    color: #222;
}
.SuccessField {
    border-color: #458845 !important;
    -webkit-box-shadow: 0 0 7px #9acc9a !important;
    -moz-box-shadow: 0 0 7px #9acc9a !important;
    box-shadow: 0 0 7px #9acc9a !important;
    background: #f9f9f9 url(../images/valid.png) no-repeat 98% center !important
}

.btn-xs{
    line-height: 28px;
}

/*login form*/
.login-container{
    margin-top:30px ;
}
.login-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login-container-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #357ebd;/*#4d90fe;*/
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.login-container-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.login-help{
  font-size: 12px;
}

.asterix{
    background:#f9f9f9 url(../images/red_asterisk.png) no-repeat 98% center !important;
}

/* images*/
ol, ul {
  list-style: none;
}
.hand {
  cursor: pointer;
  cursor: pointer;
}
.cards{
    padding-left:0;
}
.cards li {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url('//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg');
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards .mastercard {
  background-position: -51px 0;
}
.cards li {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url('//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg');
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards .amex {
  background-position: -102px 0;
}
.cards li {
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  background-image: url('//c2.staticflickr.com/4/3713/20116660060_f1e51a5248_m.jpg');
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards li:last-child {
  margin-right: 0;
}
/* images end */



/*
 * BOOTSTRAP
 */
.container{
    border: none;
}
.panel-footer{
    background:#fff;
}
.btn{
    border-radius: 1px;
}
.btn-sm, .btn-group-sm > .btn{
    border-radius: 1px;
}
.input-sm, .form-horizontal .form-group-sm .form-control{
    border-radius: 1px;
}

.panel-info {
    border-color: #999;
}

.panel-heading {
    border-top-left-radius: 1px;
    border-top-right-radius: 1px;
}
.panel {
    border-radius: 1px;
}
.panel-info > .panel-heading {
    color: #eee;
    border-color: #999;
}
.panel-info > .panel-heading {
    background-image: linear-gradient(to bottom, #555 0px, #888 100%);
}

hr {
    border-color: #999 -moz-use-text-color -moz-use-text-color;
}

.panel-footer {
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top: 1px solid #999;
}

.btn-link {
    color: #888;
}

hr{
    margin-bottom: 10px;
    margin-top: 10px;
}

/** MEDIA QUERIES **/
@media only screen and (max-width: 989px){
    .span1{
        margin-bottom: 15px;
        clear:both;
    }
}

@media only screen and (max-width: 764px){
    .inverse-1{
        float:right;
    }
}

@media only screen and (max-width: 586px){
    .cart-titles{
        display:none;
    }
    .panel {
        margin-bottom: 1px;
    }
}

.form-control {
    border-radius: 1px;
}

@media only screen and (max-width: 486px){
    .col-xss-12{
        width:100%;
    }
    .cart-img-show{
        display: none;
    }
    .btn-submit-fix{
        width:100%;
    }
    
}


.content-title{background-color:#fff;font-size:17px !important;margin:15px !important;padding-bottom:15px;}
.content-title h3 a{color:#34495E;text-decoration:none; transition: 0.5s;}
.content-title h3 a:hover{color:#F39C12; }
.content-footer{background-color:#16A085;padding:10px;position: relative;}
.content-footer span a {
    color: #fff;
    display: inline-block;
    padding: 6px 5px;
    text-decoration: none;
    transition: 0.5s;
}
.content-footer span a:hover{     
    color:#F39C12;   
}
aside{
    margin-top: 30px;
    -webkit-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
-moz-box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);
box-shadow: 1px 4px 16px 3px rgba(199,197,199,1);}
aside .content-footer>img {
    width: 33px;
    height: 33px;
    border-radius: 100%;
    margin-right: 10px;
    border: 2px solid #fff;
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; 
	  height: 70px;
    margin: 0px auto;
	}
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
	    height: 400px;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; 
  margin-bottom:50px;
 }



.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #2e6da4; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
			
			
.panel-info .col-md-12{
	margin-bottom:5px;
	margin-top:5px;
}

.welcome-bottom aside img{
    height: 250px;
    margin: 0px auto;
}

#profile img{
	height:300px;
	margin:0px auto;
}