
/*==== 'BODY - COMMON' ========================================================*/

body{
	font-family: 'Open Sans', sans-serif;
	border-top: 3px solid #FACC2E;
}

body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a:hover{
 	text-decoration:3px solid #FACC2E;
	font-family: 'Open Sans', sans-serif;
}

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;
}

a1{
	margin:1;
	font-family: 'Arabic Typesetting';
	font-size:33px; 
	font-weight:600;
	color: #FACC2E; 
	height:33px;
}

 ul{
	padding: 0;
	margin: 0;
	    list-style: none;
}



h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}

h1{
    font-size: 3em;
    color: #FACC2E;
    text-align: center;
    margin-bottom: 0.5em;
    text-transform:uppercase;
}

h2{
    font-size: 2em;
    color: #FACC2E;
    text-align: center;
    margin-bottom: 0.2em;
    text-transform:uppercase;
}

h3{
    font-size: 1.5em;
    color: #FACC2E;
    text-align: center;
    margin-bottom: 0.8em;
    text-transform:uppercase;
}

p{
	margin:0;
	padding:0;
	color: #777;
}


label{
	margin:0;
}


hr{
	padding: 0;
	margin: 0;
	list-style: none;
	color: #FACC2E;
	border-width: .1px;
}






/*==== 'BANNER' ========================================================*/



/*==== Start - 'LOGO' ===========*/

	.logo-nav {
		margin-top: 0em;
		padding:0em 0;
	}

	.logo-nav ul li {
		display: inline-block;
		margin: 0 0em;
		color: #FACC2E;
	}

	.logo-nav ul li a.log {
		background-position: 0px 0px;
	}

	.logo-nav ul {
		color: #000000;
	}

	.logo-nav ul li a {
		background: url(../images/important/Lo-AllinOnePointSolution.jpg)repeat 0px 0px;
		display: block;
		height: 67px;
		width: 90px;	
		-webkit-transition: 10s all;
		transition: 10s all;
		-moz-transition: 10s all;
	}


	.logo-nav ul li a:hover,
	.logo-nav ul li a.active{
    	color:#FACC2E !important;
	background: #fff;
		-webkit-transform:rotateY(1440deg);
		transform:rotateY(1440deg);
		-moz-transform:rotateY(1440deg);
		-o-transform:rotateY(1440deg);
		-ms-transform:rotateY(1440deg);
	}


	/*-- //End - Logo --*/



	/*==== Start - 'NAV' ========================================*/

ul.multi-column-dropdown li {
    list-style-type: none;
    line-height: 2.5em;
}

ul.multi-column-dropdown li a {
	text-decoration:none;
	font-size:14px;
	color: #8E8E8E;	
}

ul.multi-column-dropdown li a:hover{
	color: #FACC2E;
}

.col-sm-3.multi-gd-img {
	padding: 0;
}

.col-sm-6.multi-gd-img1 {
	padding-right:0px;
	padding-left:0px;
}

.multi-gd-img img,
.multi-gd-img1 img {
	box-shadow: 0px 0px 3px 0px #AFAFAF;
}


.multi-gd-text a {
	display: block;
	position: relative;
}

.multi-gd-text a:hover::before {
	width: 100%;
	height: 100%;
}

.multi-gd-text a::before {
    background: rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}

.multi-gd-text img {
    height: auto;
    width: 100%;
}

.multi-gd-text a:hover::after {
    width: 100%;
    height: 100%;
}

.multi-gd-text a::after {
    background: rgba(0,0,0,0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}

	nav a {
		position: relative;
		display: inline-block;
		outline: none;
		text-decoration: none;
	}

	nav a:hover,
	nav a:focus {
		outline: none;
	}


	.header-bottom {
	    padding: 0em 0em;
	}

	.navbar-nav {
	    float: left;
	    margin: 0;
	}

	.navbar-default {
	    background:#fff;
	    border: none!important;
	}

	.navbar-default .navbar-nav > li > a {
	    color: #555;
	    font-size: 1.3em;
		font-family: 'Josefin Sans', sans-serif;
		font-weight: 900;
	}

	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	    color: #fff;
	    background-color: #FACC2E;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	    color: #000;
	    background-color: #fff;
	}

	.navbar {
	    position: relative;
	    min-height: 50px;
	    margin-bottom: 0;
	    border: 1px solid transparent;
	}

	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	    color: #fff;
	    background-color: #FACC2E;
	}



	.ban-top{
		background:#fff;
	   	color: #000;
		padding: 0px 0;
	}

	.dropdown-menu.columns-2 {
		min-width: 150px;
		padding: 30px 30px;
	}

	.dropdown-menu.columns-3 {
		min-width: 700px;
		padding: 30px 30px;
	}

	.multi-gd-img img{
		width:100%;
	}


	/*==== 'HEADER' =======================*/

.header {
    background: #fff;
}

.header-top {
     padding: 1em 0em;
    background: #FACC2E;
}

.header-bottom {
    padding: .1em 0em;
}


.header-grid-left{
	float:left;
}

.header-grid-left ul li{
	display:inline-block;
	font-size:14px;
	color:#999;
	margin: 0 1em;
}

.header-grid-left ul li i{
	left:-.5em;
}

.header-grid-left ul li a{
	text-decoration:none;
	color:#999;
}

.header-grid-left ul li a:hover{
	color:#FFC229;
}

.header-grid-right{
	float:right;
}


.header ul li {
    display: inline-block;
    width: 33%;
    text-align: center;
	color:#848484;
	font-size:16px;
    padding: 12px 0;
}

.header ul li:nth-child(2) {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;	
}

.header ul li a {
	color:#848484;
	text-decoration:none;
}

.header ul li span {
    margin-right: 12px;
    top: 2px;
    color: #fda30e;
}

.header ul li:nth-child(3) {
    text-align: right;
}

.header ul li:nth-child(1) {
    text-align: left;
}

.header-right {
    text-align: right;
}

.header-left{
    text-align: left;	
}

.header-left img {
    width: 73%;
}

.header-middle {
    margin-top: 11px;
}

.header-bot {
    padding: 25px 0;
}

.header-right ul li{
	display:inline-block;
	margin:0 3px;
}

.header-right ul li a{
	width:32px;
	height:32px;
	display:block;
}

.header-right ul li a.use1{
	background:url(../images/img-sp.jpg) no-repeat -133px -1px;
}

.header-right ul li a.use1:hover {
    transform: inherit;
}

.header-right ul li a.fb{
	background:url(../images/img-sp.jpg) no-repeat 0px 0px;
}

.header-right ul li a.twi{
	background:url(../images/img-sp.jpg) no-repeat -33px 0px;
}

.header-right ul li a.insta{
	background:url(../images/img-sp.jpg) no-repeat -100px 0px;
}

.header-right ul li a.you{
	background:url(../images/img-sp.jpg) no-repeat -66px 0px;
}

.header-middle input[type="search"] {
    outline: none;
    border: none;
    width: 100%;
    padding: 14px 10px;
    color: #848484;
    font-size: 16px;
    border-right: 1px solid #eee;
}

.section_room select {
    padding: 13px 10px;
    width: 100%;
    font-weight: normal;
    background: none;
    border: none;
    color: #848484;
    outline: none;
    font-size: 16px;
    margin-bottom: 0;
    background: url(../images/arrow.jpg) no-repeat 92% center #ffffff;
    background-size: 5% !important;
    -webkit-appearance: none;
}

.header-middle form input[type="submit"]{
    background: url(../images/search.jpg) no-repeat 4px 0px #fda30e;
    width: 100%;
    height: 50px;
    border: none;
    padding: 0;
    border:none;
	outline:none;
}

.search {
    float: left;
    width: 57%;
}

.section_room{
    float: left;
    width: 33%;	
}

.sear-sub{
    float: right;
    width: 10%;		
}

.header-middle {
    border: 1px solid #eee;
	padding:0;
}

.header-right ul {
    margin-top: 20px;
}

.section_room select option {
    line-height: 1.8em;
}




.indicate {
    float: left;
}

.deatils{
	  float: right;
}

.indicate a{
	font-size: 1.1em;
	color: #fff;
	text-decoration: none;
	outline: none;
	vertical-align: middle;
}

.indicate i{
	font-size: 1.2em;
	vertical-align: middle;
	margin-right: 0.5em;
	color: #fff;
}

.deatils ul li {
    display: inline-block;
	margin: 0 5px;
}

.deatils ul li i {
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em;
    color: #fff;
}

.deatils ul li a {
    font-size: 1.1em;
    color: #fff;
    text-decoration: none;
    outline: none;
	vertical-align: middle;
}


/*==== SOCIAL' ==============*/

.social-icons {
    float: right;
    margin-top: 0.7em;
}

.social-icons a i {
    width: 32px;
    height: 32px;
    background:#FACC2E   url(../images/important/social-icons.jpg) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	    border-radius: 16px;
}

.social-icons i.icon:hover {
  background: #34495e   url(../images/important/social-icons.jpg) no-repeat 0px 0px;
      transform: rotateY(360deg);
}

.social-icons i.icon {
    background-position: 0px 0px;
}

.social-icons i.icon1 {
    background-position: -32px 0px;
}

.social-icons i.icon1:hover {
  background: #34495e    url(../images/social-img.jpg) no-repeat -32px 0px;
      transform: rotateY(360deg);
}

.social-icons i.icon2 {
    background-position: -64px 0px;
}

.social-icons i.icon2:hover {
  background: #34495e    url(../images/social-img.jpg) no-repeat -64px 0px;
      transform: rotateY(360deg);
}

.social-icons i.icon3 {
    background-position: -95.5px 0px;
}

.social-icons i.icon3:hover {
  background: #34495e    url(../images/social-img.jpg) no-repeat -95.5px 0px;
      transform: rotateY(360deg);
}

.social-icons i.icon4 {
    background-position: -132px 0px;
}

.social-icons i.icon4:hover {
  background: #34495e    url(../images/social-img.jpg) no-repeat -132px 0px;
      transform: rotateY(360deg);
}

.social-icon {
    margin-top: 1.8em;
}

.social-icon a i {
    width: 32px;
    height: 32px;
    background:#FACC2E url(../images/social-img.jpg) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	    border-radius: 16px;
}

.social-icon i.icon:hover {
  background: #34495e   url(../images/social-img.jpg) no-repeat 0px 0px;
}

.social-icon i.icon {
    background-position: 0px 0px;
}

.social-icon i.icon1 {
    background-position: -32px 0px;
}

.social-icon i.icon1:hover {
  background: #34495e   url(../images/social-img.jpg) no-repeat -32px 0px;
}

.social-icon i.icon2 {
    background-position: -64px 0px;
}

.social-icon i.icon2:hover {
  background: #34495e   url(../images/social-img.jpg) no-repeat -64px 0px;
}

.social-icon i.icon3 {
    background-position: -95.5px 0px;
}

.social-icon i.icon3:hover {
  background: #34495e   url(../images/social-img.jpg) no-repeat -95.5px 0px;
}

.social-icon i.icon4 {
    background-position: -132px 0px;
}

.social-icon i.icon4:hover {
  background: #34495e   url(../images/social-img.jpg) no-repeat -132px 0px;
}




	/*==== Start - 'MENU LIST' ============*/

	.menu__list {
		position: relative;
	    -webkit-flex-wrap: inherit;
	    flex-wrap: inherit;
	    list-style: none;
	}

	.menu__item {
		display: block;
		margin: 1em 0;
	}

	.menu__link {
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-touch-callout: none;
		-khtml-user-select: none;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	.menu__link:hover,
	.menu__link:focus {
		outline: none;
	}





	




	/*==== Start - 'MENU FRANCISCO' ===============*/

	.menu--francisco .menu__item {
		margin: 0 1.5em;
	}

	.menu--francisco .menu__link {
	    position: relative;
	    overflow: hidden;
	    height: 3em;
	    padding: 1em 0 1em;
	    text-align: center;
	    color: #b5b5b5;
		-webkit-transition: color 0.3s;
	    transition: color 0.3s;
	}

	.menu--francisco .menu__link:hover,
	.menu--francisco .menu__link:focus {
		color: #929292;
	}

	.menu--francisco .menu__item--current .menu__link{
		color: #FACC2E;
	}

	.menu--francisco .menu__link::before{
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 3px;
	    opacity: 0;
	    background: #FACC2E;
		-webkit-transform: translate3d(0, -3em, 0);
		transform: translate3d(0, -3em, 0);
		-webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
		transition: transform 0s 0.3s, opacity 0.2s;
	}

	.menu--francisco .menu__item--current .menu__link::before,.menu--francisco .menu__link:hover::before {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
		transition: transform 0.5s, opacity 0.1s;
		-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
		transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	}

	.menu--francisco .menu__helper {
		display: block;
		pointer-events: none;
	}

	.menu--francisco .menu__item--current .menu__helper,.menu__link:hover  .menu__helper{
		-webkit-animation: anim-francisco 0.3s forwards;
		animation: anim-francisco 0.3s forwards;
	}

	@-webkit-keyframes anim-francisco {
		50% {
		opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	}

	@keyframes anim-francisco {
		50% {
		opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
		}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	}

	/*-- //End - 'Francisco' --*/




	/*==== Start - 'SIGN IN' ===============*/


	.modal-header {
	    border-bottom: none;
	    }

	.modal-dialog {
	    width: 400px;
	    margin: 12em auto 0 auto;
	    }

	.modal-body {
	    padding: 2em 4em 4em;
	    }

	.login-right h3{
	    font-size: 2.5em;
	    text-transform: capitalize;
	    text-align: center;
	    font-family: 'Josefin Sans', sans-serif;
 	    color: #FACC2E;
	    }

	.login-right h4{
		font-size:12px;
		margin:5px 0;
		}

	.login-right h4 a{
		color:#FACC2E;
		text-decoration:none;
		}

	.login-right h4 a:hover{
		color:#000000;
		}

	.login-right input[type="text"],
	.login-right input[type="password"] {
	    width: 100%;
	    padding: 10px;
	    font-weight: normal;
	    background: none;
	    border: 1px solid #FACC2E;
	    color: #555;
	    outline: none;
	    font-size: 14px;
	    margin-top: 20px;
		}

	.login-right input[type="submit"] {
		  background:#FACC2E;
		  color: #fff;
		  font-size: 1.5em;
		  border: none;
		  width: 100%;
		  outline: none;
		  -webkit-appearance:none;
		      padding: .5em 0;
		  transition: 0.5s all;
		  -webkit-transition: 0.5s all;
		  -moz-transition: 0.5s all;
		  -o-transition: 0.5s all;
		    margin-top: .5em;
		    font-family: 'Josefin Sans', sans-serif;
		}

	.login-right input[type="submit"]:hover {
		  background:#555;
		}

	.login-grids p {
	    font-size: 12px;
	    margin-top: 25px;
		color:#555;
		}

	.login-grids p a{
		color:#FACC2E;
		text-decoration:none;	
		}

	.login-grids p a:hover{
		color:#000000;
		text-decoration:none;	
		}

	.modal-header .close {
	    outline: none;
	    }

/*--End - 'Signin' --*/






/*==== Start - 'SLIDER' ================================================================*/

.slider {
	position: relative;

}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.caption{
	width: 60%;
	position: absolute;
	top: 44%;
	left: 20%;
	text-align:center;
}

.caption h3{
	color: #FACC2E;
	font-size: 3.5em;
	text-transform: capitalize;
}

.caption p{
	line-height: 1.8em;
	font-size: 1.2em;
	text-align: center;
	font-weight: 400;
	width: 81%;
	margin: 5px auto 0px;
	color:#eee;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;

	/*-- agileits --*/

	height: 15px;
	width: 15px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:#506a85;
}

.callbacks_here a:after{
	background:rgb(23, 167, 139);
}

.callbacks_tabs a{
	visibility:hidden;
}

.callbacks_tabs li{
	display:inline-block;
	display:none;
}

ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: -2px;
	z-index: 999;
	left: 46%;
	background:#fff;
}

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 44%;
  left: 14%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: none;
  margin-top: -45px;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 14%;
 }

/*-- //End - 'Slider' --*/

/*-- //End - 'Banner' -------------------*/






/*==== Start - '1. SEARCH PROPERTIES' ================================================================*/

.serach-w3agile {
    background: #FACC2E;
    padding: 3em 0;
}

.place-grid h5 {
    font-size: 1.5em;
    color: #fff;
}

.sel {
    width: 100%;
    padding: .3em 1em;
    font-size: 1em;
    margin-top: 1em;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #BBBBBB;
}

.place-grid input[type="submit"] {
    width: 100%;
    background: #FACC2E;
    border: none;
    outline: none;
    color: #fff;
    padding: .4em;
	font-size:1em;
}

.place-grid:nth-child(6) {
    margin-top: 2.7em;
}

.popular-w3,.testimonials-w3l,.about-w3ls,.company-w3,.services-w3l,.special-w3,.why-w3,.projects-agile,.page-w3,.contact-w3l {
    padding: 5em 0;
}

h2.tittle {
    font-size: 3.5em;
    text-align: center;
	    color: #fff;
}

.place-grids,.popular-grids,.feature-grids,.testimonial-grids,.about-grids,.company-grids,.count-grids,.agent-grids,.service-grids,.special-grids,.map,.contact-grids,.contact-form {
    margin-top: 4em;
}

/*-- //End - '1. Search Properties' --*/





/*==== Start - '2. CATEGORIES' ======================================================*/

.filter-price h3 {
    color: #FACC2E;
    text-align: center;
    text-transform: uppercase;
	font-size:25px;
}

.men-wear-left{
	padding-left:0;
}

.men-wear-bottom {
    margin: 10px 0;
}

.men-wear-right h4 {
    color: #FACC2E;
    font-size: 27px;
    margin: 0px 0 24px;
}

.men-wear-right p {
    font-size: 15px;
    color: #999;
    line-height: 2.2em;
}

.men-wear{
	padding:90px 0;
}

.men-pro-item {
    position: relative;
    box-shadow: 0px 0px 10px 0px #555;
    padding-bottom: 20px;
}

.men-thumb-item {
    position: relative;
}

.item-info-product {
    text-align: center;
    margin: 20px 0 0;
}

.men-thumb-item::before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    z-index: 9;
    visibility: hidden;
    transition: all 0.5s ease-out 0s;
}

.men-thumb-item .pro-image-front {
    opacity: 1;
    visibility: visible;
}

.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}

.pro-image-back {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
}

.men-cart-pro {
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-out 0s;
    visibility: hidden;
    z-index: 10;
}

.product-new-top {
    background: yellow none repeat scroll 0 0;
    color: #000000;
    display: inline-block;
    right: 0;
    padding: 0 10px 1px;
    position: absolute;
    top: 0;
    z-index: 10;
}

.inner-men-cart-pro {
    height: 50%;
    position: relative;
    width: 50%;
    transition: all 0.5s ease-out 0s;
}

.inner-men-cart-pro ul {
    left: 0;
    margin: -60px 0 0;
    padding: 0;
    position: absolute;
    top: 45%;
    width: 100%;
    transition: all 0.5s ease-out 0s;
}

.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    bottom: -40px;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}

.link-product-add-cart {
    background:#FACC2E none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: nine;
    transition: all 0.5s ease-out 0s;
}

.inner-men-cart-pro > ul > li {
    display: inline-block;
}

.inner-men-cart-pro ul li a {
    color: #fff;
    transition: all 0.5s ease-out 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
}

.men-thumb-item:hover {
    cursor: pointer;
}

.men-thumb-item:hover::before {
    opacity: 1;
    visibility: visible;
}

.men-thumb-item:hover .pro-image-front {
    transform: rotateY(180deg);
    opacity: 0;
    visibility: hidden;
}

.men-thumb-item:hover .pro-image-back {
    transform: rotateY(0deg);
    opacity: 1;
    visibility: visible;
    background: #f7f7f7;
}

.men-thumb-item img {
    transition: all 0.5s ease-out 0s;
    padding: 52px 50px 20px;
}

.men-thumb-item:hover .men-cart-pro {
    opacity: 1;
    visibility: visible;
}

.men-thumb-item:hover .inner-men-cart-pro ul {
    margin: 20px 0 0;
}

.inner-men-cart-pro ul li a:hover {
    background: #ffc229 none repeat scroll 0 0;
}

.inner-men-cart-pro .link-product-add-cart {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    transition: all 0.5s ease-out 0s;
}

.men-thumb-item:hover .inner-men-cart-pro .link-product-add-cart {
    top: 83.5%;
}

.link-product-add-cart:hover {
    background: #555 none repeat scroll 0 0;
    color: #fff;
}

/*-- Slider range --*/

ul.dropdown-menu6 ,ul.dropdown-menu5{
margin:0;
position:relative;
}

ul.dropdown-menu6 li {
list-style:none;
}

ul.dropdown-menu6 li p{
width:100%;
}

span.amount{
color: #ffffff;
font-size:16px;
}

input#amount,input#amount1 {
    font-size: 18px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: 30px;
    text-align: center;
    width: 100%;
    border: 1px solid #D2D2D2 !important;
    padding: 2px 0;
}

ul.dropdown-menu6 li a {
text-decoration: none;
}

.range,.range-two{
padding: 15px 0 22px 0;
border-bottom: 1px solid #e5e3db; 
}

/*-- //Slider range --*/

.products-right {
    padding-right: 0;
}

.no-pad-men {
    padding: 0 25px 0 0 !important;
}

.products-right h5 {
    color: #FACC2E;
    font-size: 25px;
    text-transform: uppercase;
}

.sort-grid {
    padding: 11px 0;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    margin: 35px 0;
}

.sorting {
    float: left;
    width: 46%;
}

.sorting h6 {
    float: left;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    margin:7px 40px 0 0;
}

.sorting select {
    float: left;
    padding: 6px 13px;
    font-size: 14px;
    color: #999;
}

.single-pro {
    margin-top: 30px;
}

.pagination {
    margin: 34px 15px 0 0;
}



/*-- treeview --*/

.css-treeview{
	font: normal 11px "Segoe UI", Arial, Sans-serif;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.css-treeview label {
    padding: 5px;
    border-radius: 3px;
    margin: 2px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #999;
    background-position: 18px 0;
}

.css-treeview label,
.css-treeview label::before{
	cursor: pointer;
	background: no-repeat 0px 7px !important;
}

.css-treeview a{
    background: no-repeat 0px 9px !important;
    padding: 7px 0 0 31px;
    border-radius: 3px;
    margin: 2px;
    font-size: 15px;
    color: #999;
    text-decoration: none;
}

.css-treeview ul,
.css-treeview li{
	list-style: none;
}

.css-treeview input{
	position: absolute;
	opacity: 0;
}

.css-treeview a:hover{
	color: #FACC2E;
}

.css-treeview input + label + ul{
	margin: 0 0 0 22px;
	display: none;
}

.css-treeview input:disabled + label{
	cursor: default;
	opacity: .6;
}

.css-treeview input:checked:not(:disabled) + label + ul{
	display: block;
}


.css-treeview label,
.css-treeview a,
.css-treeview label::before{
	display: inline-block;
	vertical-align: middle;
}

.css-treeview label::before{
	content: "";
	width: 16px;
	margin: 0 22px 0 0;
	vertical-align: middle;
	background-position: 0 -32px;
}

.css-treeview input:checked + label::before{
	background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
	.css-treeview 
	{
		-webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
	}
	
	@-webkit-keyframes webkit-adjacent-element-selector-bugfix 
	{
		from 
		{ 
			padding: 0;
		} 
		to 
		{ 
			padding: 0;
		}
	}
}



.css-treeview {
    border: 1px solid #d2d2d2;
}

.css-treeview h4 {
    color: #FACC2E;
    text-align: center;
    background: #f7f7f7;
    padding: 17px 0;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #d2d2d2;
}

.tree-list-pad{
	padding:30px 30px;
}

.community-poll {
    border: 1px solid #d2d2d2;
    margin-top: 30px;
}

.radio {
	position: relative;
	display:inline-block;
	margin-left:15px;
}

.radio:first-child {
	margin-left: 0;
	margin: 0;
}

.radio {
	padding-left:22px;
	line-height: 28px;
	color: #404040;
	cursor: pointer;
}

.radio  input[type="radio"]{
	position: absolute;
	left: -9999px;
}

.radio-btns label {
  font-size: 14px;
  color: #000;
  padding: 0px 0 0 10px;
  font-weight:600;
  }

.radio i {
	position: absolute;
	top:5px;
	left: 0;
	display: block;
    width: 18px;
    height: 18px;
	outline: none;
  border:3px solid #FACC2E;
  background: #fff;
	cursor:pointer;
}

.radio i {
	border-radius: 50%;
}

.radio input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}

 .radio input + i:after {
	content: '';
	top: 6px;
	left: 7px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
}

.radio input:checked + i:after{
	opacity: 1;
}

label.checkbox {
	width: 28%;
	floaT: left;
}



/*** normal state ***/

.radio i {
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}


/*** checked state ***/
.radio input + i:after {
  content: '';
  background: url("../images/tick-mark1.jpg") no-repeat center;
  top: 1px;
  left: 1px;
  width: 9px;
  height: 9px;
  text-align: center;
}

.radio input:checked + i {
  border:3px solid #FACC2E;
  background: #fff;
}

.swit {
    padding: 30px 30px;
}

.check_box {
    margin-bottom: 5px;
}

.community-poll h4 {
    color: #FACC2E;
    text-align: center;
    background: #f7f7f7;
    padding: 17px 0;
    font-size: 26px;
    font-weight: 100;
    border-bottom: 1px solid #d2d2d2;
}

.swit label {
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #999;
}

.swit input[type="submit"] {
    background: #FACC2E;
    color: #fff;
    font-size: 15px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    padding: 7px 24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    margin: 19px 0 0;
}

.swit input[type="submit"]:hover{
background:#7B7B7B;	
}

/*-- // End - 2. Categories --*/





/*==== Start - '3. MOST POPULAR' ================================================================*/

.popular-grid h4 {
    font-size: 2em;
    text-align: center;
    background: #FACC2E;
    padding: 0.5em;
    color: #fff;
}

.popular-text {
    text-align: center;
    border-left: 3px double #E8EBEF;
    border-right: 3px double #E8EBEF;
    border-bottom: 3px double #E8EBEF;
}

.popular-grid:hover img {
    webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.popular-grid img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}

.detail-bottom ul {
    border-top: 1px solid #eee;
    padding: .5em 0;
}

.detail-bottom ul li.text-info {
    width: 53%;
    color: #777;
    font-size: 1em;
    font-weight: 400;
    float: left;
    text-align: left;
    margin-left: 0.8em;
    line-height: 2em;
}

.detail-bottom ul li.text-info1 {
    width: 20%;
    color: #777;
    font-size: 1em;
    font-weight: 400;
    float: right;
    text-align: right;
    margin-right: 0.8em;
    line-height: 2em;
}

.popular-grid h5 {
    font-size: 1.8em;
    color: #222;
    padding: 0.5em;
}

a.button {
    background: #FACC2E;
    width: 100%;
    display: block;
    padding: .5em;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}

.popular-grid p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 1em 1em;
}

h3.tittle{
	font-size: 3.5em;
    text-align: center;
	color: #fff;
}

.item img {
    width: 100%;
}

/*-- //End - '3. Most Popular' --*/





/*==== Start - '4. REAL ESTATES' ==========================================================*/

.company-grid h4 {
    font-size: 2em;
    color: #FACC2E;
    margin: 0.5em 0 0.4em;
}

.company-grid p {
    font-size: 1em;
    line-height: 1.8em;
}

/*--// End - '4. Real Estates' ---------*/






/*==== Start - '5. OUR AGENTS' ==========================================================*/

.agent-w3l {
    padding: 5em 0;
    background: #E6E6E6;
}

.agent-right ul {
    padding-top: 1em;
}

.agent-left {
    float: left;
    width: 50%;
}

.agent-right {
    float: left;
    width: 50%;
    background: #fff;
    padding: 2em 2em 1em;
}

.agent-right h4 {
    font-size: 2em;
    color: #FACC2E;
}

.agent-right ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 1em;
    color: #777;
}


	/*==== Start - 'SOCIAL' ==============*/

	.social-icon {
	    margin-top: 1.8em;
	}

	.social-icon a i {
	    width: 32px;
	    height: 32px;
	    background:#fff url(../images/social-img.jpg) no-repeat 0px 0px;
	    display: inline-block;
		margin:0 0.2em;
		transition: 0.5s all;
	    -webkit-transition: 0.5s all;
	    -moz-transition: 0.5s all;
 	    -o-transition: 0.5s all;
	    -ms-transition: 0.5s all;
		    border-radius: 16px;
	}

	.social-icon i.icon:hover {
	  background: #FACC2E   url(../images/social-img.jpg) no-repeat 0px 0px;
	}

	.social-icon i.icon {
	    background-position: 0px 0px;
	}

	.social-icon i.icon1 {
	    background-position: -33px 0px;
	}

	.social-icon i.icon1:hover {
	  background: #FACC2E   url(../images/social-img.jpg) no-repeat -33px 0px;
	}

	.social-icon i.icon2 {
	    background-position: -66px 0px;
	}

	.social-icon i.icon2:hover {
	  background: #FACC2E   url(../images/social-img.jpg) no-repeat -66px 0px;
	}

	.social-icon i.icon3 {
	    background-position: -100px 0px;
	}

	.social-icon i.icon3:hover {
	  background: #FACC2E   url(../images/social-img.jpg) no-repeat -100px 0px;
	}


	/*--// End - 'Social-Icons' ---------*/

/*--// End - '5. Our Agents' ---------*/





/*--- Start - '6. OUR PROJECTS & PORTFOLIO' ============================================================ */

.portfolio_grid_w3lss:nth-child(3){
	margin:2em 0;
}

.portfolio_grid_w3lss:nth-child(2){
	margin-top:4em;
}

.w3agile_Projects_grid figure {
    margin: 0;
    padding: 0;
    height:232.5px;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}

.w3agile_Projects_grid figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}

.w3agile_Projects_grid figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
	top: -100%;
    background: rgba(0,0,0,.6);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.w3agile_Projects_grid figcaption h4 {
    color: #FACC2E;
    padding: 0px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
    font-size: 2em;
    margin: 2em 0 .5em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
    text-align: center;
    text-transform: capitalize;
}

.w3agile_Projects_grid figcaption p {
    font-family: 'Open sans';
    line-height: 1.8em;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
	color: #eee;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.w3agile_Projects_grid figure:hover h4,.w3agile_Projects_grid figure:hover p {
    left: 0;
}

/*-- //End - '6. Our Projects & Portfolio' --*/




/*==== Start - '7. OUR SERVICES' ================================================================*/

.fer-grid:hover .icons i{
   background-image: -webkit-linear-gradient(90deg,#05222A 0%,#555 100%);
    background-image: -webkit-linear-gradient(90deg,#05222A 0%,#555 100%);
    background-image: -ms-linear-gradient(90deg,#05222A 0%,#555 100%);
    color: #FACC2E;
    box-shadow: inset 0 0 0 5px rgba(252,43,200,0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(252,43,200,0.8);
}

h3.tittle1{
    font-size: 3.5em;
    text-align: center;
    color: #FACC2E;
}

.featured-w3l {
    text-align: center;
    padding: 5em 0;
	background: #F3FCFF;
}

.fer-grid h4 {
    font-size: 2em;
    color: #FACC2E;
    padding: 0.5em 0;
}

.fer-grid p {
    font-size: 1em;
    line-height: 1.8em;
}

/*-- //End - '7. Our Services' --*/




/*==== Start - '8. TESTIMONIALS' ================================================================*/

.properties-w3ls{
	padding:5em 0 4em;
	background:#FACC2E;
}

.properties-grid1 p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 1em 1em;
	color: #eee;
}

.left-grid {
    float: left;
    width: 14%;
    margin-right: 2%;
}

.right-grid {
    float: left;
    width: 84%;
}

.left-grid p {
    color: #fff;
    background: #FACC2E;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.6em;
}

.right-grid p {
    font-size: 1em;
    padding: .5em 0 0;
}

.properties-grid1 h4 {
    font-size: 1.8em;
    color: #fff;
}

.care {
    margin-top: 3em;
}

.icons i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #fff;
    box-shadow: inset 0 0 0 1px #FACC2E;
	-webkit-box-shadow: inset 0 0 0 1px #05222A;
   background-image:
	-webkit-linear-gradient(90deg,#05222A 0%,#FACC2E 100%);
    transition: background-color 400ms,background-color 400ms;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.test-right {
    background: #FACC2E;
    padding: 1.5em;
    border: 3px double #05222A;
    box-shadow: 0 0 8px #05222A;
}

.test-grid p {
    font-size: 1em;
    line-height: 1.8em;
	    color: #eee;
}

.test-grid h5 {
    font-size: 1.5em;
    color: #fff;
    text-align: right;
	    margin-top: 1em;
}

.test-left img {
    border: 3px double #FACC2E;
    box-shadow: 0 0 8px #FACC2E;
    padding: 0.2em;
}

/*-- //End - '8. Testimonials' --*/




/*=== Start - '9. NEW ARRIVALS ================================================================*/

.new_arrivals{
	padding:90px 0;
}
.new_arrivals h3{
	color: #000;
	font-size:36px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:30px;
}
.new_arrivals h3 span{
	color: #FACC2E;
}
.new_arrivals p{
	color: #848484;
	font-size:16px;
	text-align:center;
}
.new-gd-left{
position:relative;
}
.new-gd-left img{
	width:100%;
}
.new_grids{
	margin-top:55px;
}
.wed-brand h5 {
    margin: 20px 0;
    color: #000;
    font-size: 23px;
    text-align: center;
}
.wed-brand h4{
	font-size:23px;
	text-align:center;
	color: #000;
	text-transform:uppercase;

}

.wed-brand {
    position: absolute;
    top: 28%;
    left: 12%;
}


	/* Outline Out */

.hvr-outline-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #FACC2E;
}

.hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #FACC2E solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top, right, bottom, left;
  transition-property: top, right, bottom, left;
}

.hvr-outline-out:hover:before,.hvr-outline-out:focus:before,.hvr-outline-out:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.wed-brand p i {
    text-decoration: line-through;
}

.wed-brand p {
    font-size: 21px;
    color: #000;
    text-align: center;
}

.wed-brand p a{
    color: #fff;
    padding: 9px 0px;
    display: block;
    text-transform: uppercase;
    margin: 25px auto 0;
    font-size: 16px;
    width: 50%;
	text-decoration:none;
}

.wed-brandtwo h4{
    font-size: 20px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.wed-brandtwo {
    position: absolute;
    top: 36%;
    left: 20%;
}

.wed-brandtwo p {
    font-size: 45px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.new-gd-middle img {
    width: 100%;
}

.new-levis {
    border: 1px solid #D2D2D2;
    background: #fff;
    padding: 45px 28px;
}

.mid-text {
    float: left;
    width: 48%;
    margin: 0 5%;
}

.mid-text h4 {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.5em;
	margin-bottom:15px;
}

.mid-text h4 span{
	display:block;
}

.mid-img {
    float: left;
    width: 35%;
    margin: 13% 3% 0;
}

.mid-text a {
    font-size: 16px;
    color: #fff;
    padding: 8px 18px;
}

.new-levis:nth-child(2) {
    margin-top: 35px;
}


/*-- electronics --*/

.electronics{
	padding:90px 0;
}

.electro-img-btm-left{
float:left;
width:48%;
}

.electro-img-btm-right{
float:right;
width:48%;
}

.electro-text h4 {
    font-size: 24px !important;
}

.electro-text a {
    padding: 5px 11px !important;
    font-size: 14px !important;
}

.electro-img-left{
	margin-bottom:30px;
}

.ele-bottom-grid {
    margin-top: 90px;
}

.ele-bottom-grid h3 span {
    color: #FACC2E;
}

.ele-bottom-grid h3 {
    color: #000;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.ele-bottom-grid p {
    color: #848484;
    font-size: 16px;
    text-align: center;
	margin-bottom:60px;
}

/*-- //electronics --*/




/*-- content --*/
.content-lgrid,.content-img-left,.content-rgrid{
	padding:0;
}
.content-lgrid{
	width:66.66%;
}
.content-rgrid {
    width: 33.334%;
}
.content-img-right {
    padding: 104px 50px 0px;
    background: #f7f7f7;
    text-transform: uppercase;
	min-height:343px;
}
/* CSS3 Hover Effects */
.img-box, .info-box {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.img-box img, .info-box img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.img-box {
  position: relative;
}

.info-box {
  top: 0;
  left: 0;
  position: absolute;
}
.info-box .info-content {
  display: block;
  position: relative;
  padding: 0%;
  float: left;
  left: 50%;
  top: 50%;
  position: relative;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.separator {
    display: block;
    position: relative;
    height: 1px;
    width: 100%;
    margin: 20px auto;
    background: rgba(255, 255, 255, 0.5);
    clear: both;
}

.content-grid-effect {
  display: block;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}

.content-grid-effect .info-content {
  z-index: 2 !important;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.content-grid-effect .img-box:after, .content-grid-effect .img-box:before, .content-grid-effect .info-box:after, .content-grid-effect .info-box:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -ms-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  filter: alpha(opacity=0);
  -wekbit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}

.content-grid-effect.horizontal .img-box:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.content-grid-effect.horizontal .img-box:after {
  top: 25%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.content-grid-effect.horizontal .info-box:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 25%;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.content-grid-effect.horizontal .info-box:before {
  top: 75%;
  left: 0;
  width: 100%;
  height: calc(25% + 1px);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
}

.content-grid-effect.vertical .img-box:before {
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.content-grid-effect.vertical .img-box:after {
  top: 0;
  left: 25%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.content-grid-effect.vertical .info-box:after {
  top: 0;
  left: 50%;
  width: 25%;
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.content-grid-effect.vertical .info-box:before {
  top: 0;
  left: 75%;
  width: calc(25% + 1px);
  height: 100%;
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.content-grid-effect:hover .img-box:after, .content-grid-effect:hover .img-box:before, .content-grid-effect:hover .info-box:after, .content-grid-effect:hover .info-box:before {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.content-grid-effect:hover .info-content {
  filter: alpha(opacity=100);
  -wekbit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}

.slow-zoom .img-box {
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.2s ease-in-out;
  -moz-transition: all 2.2s ease-in-out;
  -ms-transition: all 2.2s ease-in-out;
  -o-transition: all 2.2s ease-in-out;
  transition: all 2.2s ease-in-out;
}

.slow-zoom:hover .img-box {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}

.slow-zoom {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.content-img-right h3 {
    color: #000;
    font-size: 24px;
}

.content-img-right h3 span {
    color: #FACC2E;
    display: block;
    font-size: 51px;
    margin:15px 0;
}

.info-content h4 {
    font-size: 35px;
    color: #FACC2E;
    text-transform: uppercase;
}

.info-content p {
    color: #fff;
    text-align: center;
    font-size: 26px;
}

.info-content a {
    text-align: center;
    padding: 10px 22px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}

/*-- //End - 'Content' --*/

/*-- //End - '9. New Arrivals' --*/




/*-- 10. Start - 'RRR' ================================================================*/

.sap_tabs{
	clear:both;
	padding: 0em 0 0em;
}

.top1{
	margin-top: 2%;
}

.resp-tabs-list {
text-align:center;
  list-style: none;
    margin: 0 0 3em 0;
    padding: 0;
}

.resp-tab-item{
    margin: 0 25px;
    padding: 0 35px 25px 35px;
    text-decoration: none;
    color: #ccc;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid #ccc;
    display: inline-block;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: Capitalize;
    font-weight: 600;
}

.resp-tab-active,.resp-tab-item:hover{
	color: #333;
    border-bottom:2px solid #FACC2E;
}

.resp-tabs-container {
	padding: 0px;
	clear: left;
	
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
}

.resp-content-active, .resp-accordion-active {
   display: block;
}

.product-men img {
    width: 100%;
}

.product-easy {
    padding: 90px 0;
}




.item-info-product h4 a {
    font-size: 18px;
    color: #FACC2E;
	text-decoration:none;
}

.info-product-price {
    margin: 15px 0;
}

.info-product-price span {
    color: #000;
    font-size: 23px;
}

.info-product-price del {
    color: #A7A7A7;
    margin-left: 10px;
}

.yes-marg{
	margin-top:30px;
}

a.single-item{
	color: #fff;
    font-size: 16px;
    padding: 3px 14px;
	text-decoration:none;
}

/*-- //End - '10. RRR' --*/






/*==== Start - '10. RRR - LATEST DESIGNS' ======================================================*/

.mb-60 {
    padding-left: 0;
}

.mb-60 h4 {
    margin: 36px 0 38px;
    font-size: 24px;
}

.tab-content {
	padding: 15px;
	padding-top: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px;
	border-top: none;
}

.nav-tabs {
	border: none;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	background: #f8f8f8;
	margin-right: 3px;
	border: none;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #555;
	padding: 12px 20px;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.nav-tabs > li > a .fa {
	margin-right: 10px;
}

.nav-tabs > li.active > a{
	border: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #fff;
	background-color: #FACC2E;
	border: none;
	border-radius: 0;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	color: #fff;
	background-color: #FACC2E;
}

.nav-tabs > li > a i {
	font-size: 32px;
	margin-right: 20px;
	vertical-align: middle;
}

.tab-content p {
    line-height: 2.2em;
    font-size: 14px;
}

.grid_4{
	background:#fff;
	padding:0em 0em 0em 0em;
}  

.grid_5{
	background:#fff;
	padding:1em 0 2em 0;
}

.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.8em;
  color: #999;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}

.tab-content > .active {
  display: block;
  visibility: visible;
}

.label {
  font-weight: 300 !important;
}

.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}

h4.typ1{
	margin-bottom:15px;
}

h5.typ1{
	margin-bottom:15px;
}

.progress {
  height: 8px;
  box-shadow: none;
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 2px;
  -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);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #03a9f4;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar {
  box-shadow: none;
}

.progress-bar-primary {
  background-color: #03a9f4;
}

.progress-bar-info {
  background-color: #00bcd4;
}

.progress-bar-success {
  background-color: #8bc34a;
}

.progress-bar-warning {
  background-color: #ffc107;
}

.progress-bar-danger {
  background-color: #e51c23;
}

.progress-bar-inverse {
  background-color: #757575;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #FACC2E !important;
  border-color: #FACC2E !important;
}

.grid_3 p,.page-header p {
  color: #888;
  font-size: 14px;
  line-height:2em;
  margin: 1em 0 2em;
}

.bs-docs-example {
  margin: 1em 0;
}

section#tables  p {
 margin-top: 1em;
}

.breadcrumb li{
	font-size:0.85em;
}

.badge-primary {
  background-color: #03a9f4;
}

.badge-success {
  background-color: #8bc34a;
}

.badge-warning {
  background-color: #ffc107;
}


.badge-danger {
  background-color: #e51c23;
}

.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}

.nav-tabs {
  margin-bottom: 1em;
}

.alert {
  font-size: 0.85em;
}

h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}

.bars {
  margin-bottom: 0.8em;
    color: #FACC2E;
}

li.list-group-item1 {
  line-height: 2.5em;
}

ol {
  margin-bottom: 44px;
}

.list-group {
  margin-bottom: 48px;
}

.input-group {
  margin-bottom: 20px;
}

.breadcrumb {
    background-color: #2D2D2D;
}

.breadcrumb li a {
    font-size: 16px;
    color: #FACC2E;
}

.breadcrumb > .active {
    color: #fff;
}

.breadcrumb li a span {
    margin-right: 6px;
}

/*-- // End - '10. RRR - Latest Design' --*/





/*==== Start - '11. SINGLE' ======================================================*/

/*-- single-page --*/
.single {
    padding: 90px 0;
}

.single-right-left h3 {
    text-transform: capitalize;
    font-size: 24px;
    color: #FACC2E;
    margin: 0;
}

.single-right-left p{
    color: #000;
    font-size: 23px;
	margin:.5em 0 1em;
}

.single-right-left del {
    color: #A7A7A7;
    margin-left: 10px;
}

.description{
	margin:1.5em 0;
}

.description h5 {
    color: #989898;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
	margin-bottom:12px;
}

.description p{
	font-size:14px;
	color: #999;
	line-height:1.8em;
	margin:0.5em 0 0;
}

.occasional{
	margin:2em 0;
}

.color-quality-right h5,.occasional h5 {
    color: #000;
    font-size: 18px;
    margin: 0 0 12px;
}

.color-quality-right select {
    padding: 5px 21px;
}

.colr {
    width: 33.333%;
    float: left;
}

.description input[type="text"]{
	padding:8px 8px;
	color: #ccc;
	font-size:13px;
	width:45%;
	outline:none;	
}

.description input[type="submit"]{
    color: #fff;
    font-size: 16px;
    background: #FACC2E;
    border: none;
    outline: none;
    padding: 7px 17px 9px;	
}

.description input[type="submit"]:hover{
	background:#000;
}

.occasion-cart a{
	padding:8px 15px;
	text-decoration:none;
	color: #fff;
	font-size:16px;
}

.bootstrap-tab {
    margin: 5em 0 0;
}

.bootstrap-tab-text p{
	font-size:14px;
	color: #999;
	line-height:1.8em;
}

.bootstrap-tab-text h5,.add-review h4{
	text-transform:uppercase;
	font-size:1.2em;
	color: #212121;
	margin:2em 0;
}

.bootstrap-tab-text p span{
	display:block;
	margin:2em 0 0;
}

.bootstrap-tab ul li a {
    font-size: 1em;
    color: #999;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #FACC2E;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFFFFF !important;
}

.bootstrap-tab-text-grid-left{
	float:left;
	width:14%;
}

.bootstrap-tab-text-grid-right{
	float:right;
	width:83%;
}

.bootstrap-tab-text-grid-right ul li{
	display:inline-block;
}

.bootstrap-tab-text-grid-right ul li:nth-child(2){
	float:right;
}

.bootstrap-tab-text-grid-right ul li a{
	font-size:1em;
	color: #FACC2E;
	text-transform:uppercase;
	text-decoration:none;
}

.bootstrap-tab-text-grid-right ul li a:hover{
	color: #212121;
}

.bootstrap-tab-text-grid-right ul li a span{
	left:-1em;
}

.bootstrap-tab-text-grids{
	margin:3em 0 0 0em;
}

.bootstrap-tab-text-grid-right p{
	margin:2em 0 0;
	color: #999;
	font-size:15px;
	line-height:2em;
}

.bootstrap-tab-text-grid-left img {
    border: 2px solid #000;
    border-left: 2px solid #FACC2E;
    border-bottom: 2px solid #FACC2E;
    border-radius: 100%;
    padding: 8px 8px;
    width: 86%;
}

.bootstrap-tab-text-grid:nth-child(2){
	margin:3em 0 0;
}

.add-review form{
	margin:2em 0 0;
}

.add-review input[type="text"],.add-review input[type="email"],.add-review textarea{
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    width: 49.35%;
    font-size: 15px;
    color: #FACC2E;
}

.add-review input[type="email"]{
	margin-left:1%;
}

.add-review textarea{
	width:100% !important;
	min-height:150px;
	margin:1em 0;
	resize:none;
}

.add-review input[type="text"]:nth-child(3){
	width:100%;
	margin:1em 0;
}

.add-review input[type="submit"]{
	outline:none;
	padding:10px 0;
	background:#FACC2E;
	border:none;
	width:30%;
	font-size:1em;
	color: #fff;
}

.add-review input[type="submit"]:hover{
    background: #000;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #FACC2E;
	color: #fff;
}




.page-head {
    background: url(../images/ba2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 217px;
    padding-top: 85px;
}

.page-head h3 {
    color: #FACC2E;
    text-align: center;
    text-transform: uppercase;
    font-size: 48px;
}

h3.tittle {
    color: #fff;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin: 0px 0 50px;
}

.contact-form2 input[type="text"],.contact-form2 input[type="email"],.contact-form2 textarea{
    outline: none;
    padding: 10px;
    border: 1px solid #DFDFDF;
    background: none;
    font-size: 14px;
    color: #999;
    resize: none;
}

.contact-form2 input[type="text"],.contact-form2 input[type="email"]{
    width: 49%;	
}

.contact-form2 input[type="email"]{
	margin-left:1.5%;
}

.contact-form2 input[type="text"]:hover,.contact-form2 input[type="email"]:hover,.contact-form2 textarea:hover{
    border: 1px solid #FACC2E;	
}

.contact-form2 textarea{
	min-height:220px;
    width: 100%;
	margin:25px 0;
}

.contact-form2 input[type="submit"]{
    outline: none;
    padding: 10px 0;
    border: none;
    background: #FACC2E;
    font-size: 1em;
    color: #fff;
    width: 16%;
    margin: 0em 0 0 0em;
	text-transform:uppercase;
}

.contact-form2 input[type="submit"]:hover{
	background:#000;
	    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.map iframe{
	width:100%;
	min-height:400px;
}

.map{
	margin:50px 0;
}

.contact-grid i {
    color: #fff;
    font-size: 33px;
}

.contact-grid2,.contact-grid1,.contact-grid3{
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    min-height: 256px;
    padding-top: 45px;
}

.contact-grid2{
	background: url(../images/Contact_Details.jpg) no-repeat center;		
}

.contact-grid1{
	background: url(../images/Contact_Details.jpg) no-repeat center;
}

.contact-grid3{
	background: url(../images/Contact_Details.jpg) no-repeat center;
}

.contact-grid h4 {
    color: #FACC2E;
    font-size: 35px;
    margin: 20px 0;
}

.contact-grid p {
    color: #fff;
    font-size: 14px;
    line-height: 2em;
}

.contact-grid p a{
    color: #fff;
	text-decoration:none;
}

.contact-grid p span {
display:block;	
}
.contact,.typrography{
	padding:90px 0;
}

/*-- //Typrography --*/


/*-- Ratings --*/

.rating1 {
    direction:ltr;
}
.starRating:not(old) {
    display: inline-block;
    height: 18px;
    width:100px;
    overflow: hidden;
}

.starRating:not(old) > input{
  margin-right :-26%;
  opacity      : 0;
}

.starRating:not(old) > label {
    float: right;
    background: url(../images/1.jpg);
    background-size: contain;
    margin-right: 2px;
}

.starRating:not(old) > label:before{
  content         : '';
  display         : block;
  width           : 18px;
  height          : 18px;
  background      : url(../images/2.jpg);
  background-size : contain;
  opacity         : 0;
  transition      : opacity 0.2s linear;
}

.starRating:not(old) > label:hover:before,
.starRating:not(old) > label:hover ~ label:before,
.starRating:not(:hover) > :checked ~ label:before{
  opacity : 1;
}

/*-- //End - 'Ratings' --*/

/*-- // End - '11. Single' --*/






/*==== Start - '12. MY SHOPPING BAG' ======================================================*/

.checkout{
	padding:90px 0;
}

.checkout h3 {
    color: #000;
    text-align: center;
    font-size: 26px;
	margin:0 0 3em;
	text-transform:uppercase;
}

.checkout h3 span{
	color: #d8703f;
}

table.timetable_sub {
	width:100%;
	margin:0 auto;
}

.timetable_sub thead {
    background: #004284;
}

.timetable_sub th{
    background: #FACC2E;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 13px;
    border-right: 1px solid #CDCDCD;
}

.timetable_sub th {
    text-align: center;
    padding: 7px;
    font-size: 17px;
    color: #212121;
}

 .timetable_sub td {
    text-align: center;
    padding: 7px;
    font-size: 14px;
    color: #000;
}

.timetable_sub td {
	border:1px solid #CDCDCD;
}

td.invert-image a img {
    width:30%;
    margin: 0 auto;
}

.rem{
	position:relative;
}

.close1,.close2,.close3,.close4 {
    background: url('../images/close_1.jpg') no-repeat 0px 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 42px;
    top: -13px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}


.value-minus,
.value-plus{
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
	border:1px solid #b2b2b2;
	vertical-align: bottom;
}

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before{
	content: ""; 
	width: 13px;
	height: 2px; 
	background: #FACC2E;
	left: 50%;
	margin-left: -7px; 
	top: 50%;
	margin-top: -0.5px;
	position: absolute;
}

.quantity-select .entry.value-plus:after{
	content: "";
	height: 13px;
	width: 2px; 
	background: #FACC2E;
	left: 50%; 
	margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
	position: absolute;
}

.value  {
	cursor: default;
    width: 40px;
    height: 40px;
    padding: 8px 0px;
    color: #000000;
    line-height: 24px;
    border: 1px solid #B2B2B2;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}

.quantity-select .entry.value-minus:hover,
 .quantity-select .entry.value-plus:hover{
	background: #E5E5E5;
}

.quantity-select .entry.value-minus{
    margin-left: 0;
}


.checkout-left-basket h4{
	padding: 1em;
    background:#FACC2E;
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 1em;
}

.checkout-left {
    margin: 2em 0 0;
}

.checkout-left-basket ul li{
	list-style-type:none;
	margin-bottom:1em;
	font-size:14px;
	color: #999;
}

.checkout-left-basket {
    float: right;
    width: 25%;
    border: 1px solid #ccc;
}

.checkout-right-basket{
	float: left;
    margin: 8em 0 0 0em;
}

.checkout-left-basket ul li span {
    float: right;
}

.checkout-left-basket ul {
    padding: 4px 25px;
}

.checkout-left-basket ul li:nth-child(5) {
    border-top: 1px solid #ccc;
    padding: 20px 0 0;
}

.checkout-right-basket a{
	padding:10px 30px;
	color: #fff;
	font-size:1em;
	background:#212121;
	text-decoration:none;
}

.checkout-right-basket a:hover{
	background:#FACC2E;
}

.checkout-right-basket a span {
    left: -.5em;
    top: 0.1em;
}

/*-- // End - '12. My Shopping Bag' ---------*/





/*==== Start - '13. ABOUT' ======================================================*/

.banner1 {
    background: url(../images/banner.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: 190px;
    padding: 6em 0 0;
    text-align: center;
}

.banner1 h3 a {
    color: #fff;
    text-decoration: none;
}

.banner1 h3 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 2em;
}

.banner1 h3 span {
    color: #FACC2E;
}

.multi-gd-text a {
    display: block;
    position: relative;
}

.multi-gd-text a:hover::before {
    width: 100%;
    height: 100%;
}

.multi-gd-text a::before {
    background: rgba(0,0,0,0.34);
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}

.multi-gd-text img {
    height: auto;
    width: 100%;
}

.multi-gd-text a:hover::after {
    width: 100%;
    height: 100%;
}

.multi-gd-text a::after {
    background:rgba(5, 34, 42, 0.49);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}

.about-grid h4 {
    font-size: 2em;
    color: #FACC2E;
}
.about-grid p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 1em;
}

/*-- // End - '13. About' ---------*/






/*--- Start - '14. FEATURES (Why to Choose Us) & OUR SERVICES ' ====================================== */

	#features	{	padding: 40px 0;}
		.feature-image{	position: relative;}
		.feature-image:after
			{
			content: '';
			width: 120px;
			right:24px;
			top: 49.2%;
			margin-top: 8px;
			height: 1px;
			background: #cecece;
			position: absolute;
			z-index: -1;
			}

		.feature-wrapper{	position: relative;}
		.feature-wrapper:before
			{
			content: '';
			width: 1px;
			top: 0;
			bottom: 0;
			height: 100%;
			background: #cecece;
			position: absolute;
			left: -50px;
			z-index: 1;
			}

		.feature-wrapper:after
		{
			content: "";
			background: #FACC2E;
			width: 8px;
			height: 8px;
			position: absolute;
			top: 51%;
			left: -53.5px;
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;	border-radius: 100%;
			-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
			-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);	box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);	z-index: 3;	
		}

		.feature-content-wrapper{	position: relative;	padding: 10px 0;}
		.feature-content-wrapper h2{	font-size: 28px;	font-weight: 400;	margin-top: 0;}
		.feature-content-wrapper:before
			{	content: "";
			background: #FACC2E;
			width: 8px;
			height: 8px;
			position: absolute;
			top: 0;
			left: -53.5px;
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;	border-radius: 100%;
			-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
			-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
			box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
			z-index: 3;	
			}

		.feature-content-wrapper:after
		{
			content: "";
			background: #FACC2E;
			width: 8px;
			height: 8px;
			position: absolute;
			bottom: 0;
			left: -53.5px;
			-webkit-border-radius: 100%;
			-moz-border-radius: 100%;	border-radius: 100%;
			-webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
			-moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
			box-shadow: 0 0 0 3px rgba(0, 0, 0, .09);
			z-index: 3;	
		}

		.feature-box .feature-icon{	text-align: center !important;	padding: 20px 0 0;	font-size: 18px;}
		.feature-box .feature-icon i{	color: #FACC2E;font-size: 36px;}
		.feature-box .feature-icon i.fa-mobile-phone{	font-size: 48px;}
		.feature-box h3{	font-size: 16px;	font-weight: 700;}
		.feature-box .feature-box-content{	margin-left: 60px;}




	/*-- Featured Tab --*/

	.featured-tab{	background: #f2f2f2;	border: 1px solid #d7d7d7;	padding: 40px 30px;	border-radius: 2px;}
	.featured-tab .nav-tabs{	border-bottom: 0;}
	.featured-tab .nav-tabs>li.active>a{	color: #fff;	background: #FACC2E;	}
	.featured-tab .nav-tabs>li.active>a:after
	{
		left: 100%;
		border: transparent solid;
		content: " ";
		position: absolute;
		border-width: 40px;
		top: 50%;
		border-left-color: #FACC2E;
		margin-top: -40px;
	}

	.featured-tab .nav-tabs>li>
	a{
		border-radius: 4px 0 0 4px;
		padding: 20px 15px 8px;
		color: #858585;
		position: relative;
		border: 0 !important;
	}

	.featured-tab .nav-tabs>li.active>a{	color: #fff !important;}
	.featured-tab .tab-icon{	font-size: 34px;}
	.featured-tab .tab-info{	margin-left: 50px;}
	.featured-tab .tab-info h3{	font-size: 20px;	line-height: normal;	margin: 0;}
	.featured-tab .tab-pane img.pull-left{	margin: 0 25px 10px 0;}
	.featured-tab .tab-pane img.pull-right{	margin: 0 0 10px 25px;}
	.featured-tab .tab-pane h3{	margin: 0;	line-height: normal;	color: #FACC2E;	}
	.featured-tab .tab-pane h4{	line-height: normal;	margin: 0 0 20px;	font-weight: 300}
	.featured-tab .tab-pane{	padding-left: 25px;}
	.featured-tab .tab-pane a.read-more{	color: #FACC2E;}



/*--//End - '14. Feature' --*/




/*--- Start	- '15. CONTACT' 
===================================================================================================== --*/

.map iframe {
    width: 100%;
    min-height: 400px;
}

.contact-right ul li i {
    font-size: 1.2em;
    margin-right: 7px;
    color: #777;
}

.contact-right ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 1em;
    color: #777;
}

.contact-right h4 {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #FACC2E;
}

.contact-right {
    margin-top: 3em;
}

.contact-w3l p {
    font-size: 1em;
    line-height: 1.8em;
    padding-top: 1em;
}

.contact-right ul li a {
    color: #777;
    text-decoration: none;
}

.contact-form input[type="text"],
.contact-form input[type="mail"],
.contact-form textarea{
	background:none;
	border: 1px solid #D9D9D9;
    color: #A3A3A3;
    padding: 13px 10px;
	font-size: 14px;
	outline: none;
}

.contact-form input[type="text"],
.contact-form input[type="mail"]{
	width: 32.98%;
	float: left;
}

.contact-form input[type="mail"]{
	margin:0 6px;
}

.contact-form textarea{
	min-height: 200px;
	resize: none;
	width: 100%;
	margin:1em 0;
}

.contact-form input[type="submit"]{
	outline: none;
    color: #fff;
    font-size: 1em;
    padding: 13px 0;
	width: 12%;
    background:#008000;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.contact-form input[type="submit"]:hover{
	background:#555;
}

.contact-form input[type="reset"]{
	outline: none;
    color: #fff;
    font-size: 1em;
    padding: 13px 0;
	width: 12%;
    background:#ff0000;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.contact-form input[type="reset"]:hover{
	background:#555;
}

.contact-form h4{
	font-size: 2em;
    margin: 0 0 1em;
}

/*-- //End - '15. Contact' --*/







/*==== Start - 'FOOTER' =============================================================================*/





	/*-- Start - SOCIAL-ICONS -------------------------------*/

	.social-icons {
		margin-top: 2em;
	}

	.social-icons ul li {
		display: inline-block;
		margin: 0 0.8em;
		color: #008000;
	}


	.social-icons ul li a {
		background: url(../images/important/social-icons.jpg)no-repeat 0px 0px;
		display: block;
		height: 36px;
		width: 28px;
   		border-radius: 100%;
	}


	.social-icons ul li a.twi {
		background-position: 0px 0px;
	}

	.social-icons ul li a.fb {
		background-position: 0px -38px;
	}

	.social-icons ul li a.gplus {
		background-position: 0px -76px;
	}

	.social-icons ul li a.you {
		background-position: 0px -114px;
	}

	.social-icons ul li a.in {
		background-position: 0px -152px;
	}

	.social-icons ul li a.pin {
		background-position: 0px -192px;
	}

	.social-icons ul li a.tum {
		background-position: 0px -230px;
	}

	.social-icons ul li a.blo {
		background-position: 0px -268px;
	}

	.social-icons ul li a:hover{
		-webkit-transform:rotateY(360deg);
		transform:rotateY(360deg);
		-moz-transform:rotateY(360deg);
		-o-transform:rotateY(360deg);
		-ms-transform:rotateY(360deg);
	}

	/*--// End Social-Icons ---------*/



.footer{
	background:#2E2E2E;
	padding:3em 0;
}

.footer-grid h2{
	font-size:2em;
	color: #FACC2E;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.2em;
}

.footer-grid h2:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:55%;
    height: 1px;
    background: #828282;
    content: '';
}

.footer-grid h3{
	font-size:2em;
	color: #FACC2E;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.2em;
}

.footer-grid h3:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:74%;
    height: 1px;
    background: #828282;
    content: '';
}

.footer-grid h4{
	font-size:2em;
	color: #FACC2E;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.2em;
}

.footer-grid h4:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:64%;
    height: 1px;
    background: #828282;
    content: '';
}

.footer-grid h5{
	font-size:2em;
	color: #FACC2E;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.2em;
}

.footer-grid h5:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:89%;
    height: 1px;
    background: #828282;
    content: '';
}

.footer-grid p{
	font-size:14px;
	color: #999;
	line-height:1.8em;
	margin:0;
}

.footer-grid p span{
	display:block;
	margin:1em 0 0;
}

.footer-grid ul li{
	list-style-type:none;
	margin-bottom:1em;
	color: #999;
	font-size:14px;
}

.footer-grid ul li i{
	color: #FACC2E;
    border: 1px solid #999;
    padding:.5em;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	    margin-right: 1em;
}

.footer-grid ul li span{
	display:block;
	margin-left: 3em;
}

.footer-grid ul li a{
	color: #FACC2E;
	text-decoration:none;
}

.footer-grid ul li a:hover{
	color: #fff;
}




.footer-grid1 h2{
	font-size:2em;
	color:#008000;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.2em;
}

.footer-grid1 h2:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:55%;
    height: 1px;
    background: #828282;
    content: '';
}

.footer-grid1 h3{
	font-size:2em;
	color:#008000;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.2em;
}

.footer-grid1 h3:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:74%;
    height: 1px;
    background: #828282;
    content: '';
}

.footer-grid1 h4{
	font-size:2em;
	color:#008000;
	margin:0 0 1em;
	position:relative;
	padding-bottom:.2em;
}

.footer-grid1 h4:before{
	position: absolute;
    bottom: 0%;
    left: 0%;
    width:99%;
    height: 1px;
    background: #828282;
    content: '';
}

.footer-grid1 p{
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin:0;
}

.footer-grid1 p span{
	display:block;
	margin:1em 0 0;
}

.footer-grid1 ul li{
	list-style-type:none;
	margin-bottom:1em;
	color:#999;
	font-size:14px;
}

.footer-grid1 ul li i{
	color: #008000;
    border: 1px solid #999;
    padding:.5em;
    border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	    margin-right: 1em;
}
.footer-grid1 ul li span{
	display:block;
	margin-left: 3em;
}

.footer-grid1 ul li a{
	color:#008000;
	text-decoration:none;
}

.footer-grid1 ul li a:hover{
	color:#000000;
}




.footer-grid-left{
	float:left;
	width:33.33%;
	padding:.3em;
}

.footer-grid-sub-grid-left{
	float:left;
	width:30%;
}

.footer-grid-sub-grid-right{
	float:right;
	width:62%;
}

.footer-grid-sub-grid-right h4 a{
	text-transform: capitalize;
    font-size: 1em;
    line-height: 1.5em;
    color: #999;
    text-decoration: none;
}

.footer-grid-sub-grid-right h4 a:hover{
	color: #fff;
}

.footer-grid-sub-grid-right p{
	margin:.5em 0 0;
	color: #999;
	font-size:14px;
	line-height:1.8em;
}

.footer-grid-sub-grids:nth-child(3){
	margin:1em 0 0;
}


.footer-logo{
	text-align:center;
	margin:2em 0;
}

.footer-logo h2 a{
	font-size: 2em;
	line-height:.8em;
    color: #FACC2E;
    text-decoration: none;
    position: relative;
}

.footer-logo h2{
	position:relative;
}

.footer-logo h2 a span{
	display:block;
	font-size:.3em;
	letter-spacing:5px;
}

.footer-logo h2:before,
.footer-logo h2:after{
	content: '';
    width: 43%;
    height: 5px;
    border-top: 1px solid #575757;
    border-bottom: 1px solid #575757;
    position: absolute;
    top: 50%;
}

.footer-logo h2:before{
    left: 0%;
}

.footer-logo h2:after{
    right: 0%;
}


	/*==== Start - 'COPY-RIGHT' ==========================*/

	.copy-section{
		padding:2em 0;
		text-align:center;
		background: #FACC2E;
		}

	.copy-section p {
		font-size: 0.9em;
		color: #fff;
		font-weight: 400;
		}

	.copy-section  a {
		font-size: 1em;
		color: #fff;
		font-weight: 400;
		line-height: 1.8em;
		}

	.copy-section a:hover {
		color: #000000;
		}

	.copy-section a {
		margin: 0 0.3em
		}


/*--// End - 'Copy-Right' ---------*/

/*--// End - 'Footer' ---------------------------------------------------------*/




/*==== Start - 'RESPONSIVE' ==============================================================================*/

/*==== Start - 'MEDIA - 1440 | 1366 | 1280 | 1080' ==================*/

@media(max-width:1440px){
.caption {
    top: 40%;
}	
}

@media(max-width:1366px){
	
}

@media(max-width:1280px){
}



@media(max-width:1080px){
.caption {
    top: 37%;
    left: 10%;
    width: 75%;
}

.caption h3 {
    font-size: 3em;
}

.caption p {
    font-size: 1.1em;
}

h3.tittle,h3.tittle1,h3.tittle2 {
    font-size: 3.2em;	
}

h2.tittle {
    font-size: 3.2em;
}

.detail-bottom ul li.text-info1 {
    width: 26%;
}

.popular-w3,.featured-w3l,.testimonials-w3l, .about-w3ls, .company-w3,.count-agileits, .services-w3l, .special-w3, .why-w3, .projects-agile, .page-w3, .contact-w3l,.footer-section,.agent-w3l {
    padding: 4em 0;
}

.properties-w3ls {
    padding: 4em 0 4em;
}

.popular-grid h4,.fer-grid h4,.about-grid h4,.company-grid h4,.serce-grid h4,.special-grid h4,.contact-right h4{
    font-size: 1.8em;
}

.popular-grid p {
    font-size: 0.965em;
    padding: 1em 0.8em;
}

.right-grid p,.fer-grid p,.test-grid p,.about-grid p,.company-grid p,.serce-grid p,.special-grid p,.why-grid p,.contact-w3l p{
	font-size: 0.965em;
}

.agent-right {
    padding: 1em 1em 1em;
}

.w3agile_Projects_grid figure {
    height: 188.5px;
}

.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.9%;
}
}





/*==== Start - 'MEDIA - 991' ==================*/

@media(max-width:991px){
.menu--francisco .menu__item {
    margin: 0 1em;
}

.place-grid {
    float: left;
    width: 33.3%;
}

.place-grid:nth-child(4),.place-grid:nth-child(5) {
    margin-top: 2em;
}

.place-grid:nth-child(6) {
    margin-top: 4.7em;
}

.popular-grid {
    float: left;
    width: 33.3%;
}

.place-grids, .popular-grids, .feature-grids, .testimonial-grids, .about-grids, .company-grids, .count-grids, .agent-grids, .service-grids, .special-grids, .map, .contact-grids, .contact-form {
    margin-top: 3em;
}

.detail-bottom ul li.text-info1 {
    width: 33%;
}

.popular-grid h5 {
    font-size: 1.5em;	
}

h3.tittle,h3.tittle1,h3.tittle2 {
    font-size: 3em;	
}

h2.tittle {
    font-size: 3em;
}

.caption {
    top: 39%;
    left: 10%;
    width: 75%;
}

.caption p {
    font-size: 1em;
}

.properties-grid {
    float: left;
    width: 50%;
}

.properties-grid1 {
    float: left;
    width: 50%;
}

.left-grid {
    float: left;
    width: 21%;
}

.right-grid {
    float: left;
    width: 77%;
}

.fer-grid {
    float: left;
    width: 33.3%;
}

.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4,.agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4,.footer-grid h4,.w3agile_Projects_grid figcaption h4  {
    font-size: 1.6em;
}

.test-grid {
    float: left;
    width: 50%;
}

.test-left {
    float: left;
    width: 40%;
}

.test-right {
    float: left;
    width: 60%;
}

.test-right {
    padding: 1em;
}

.footer-grid {
    float: left;
    width: 25%;
}

.footer-grid:nth-child(2),.footer-grid:nth-child(4) {
    padding: 0;
}

.about-grid1 {
    float: left;
    width: 50%;
}

.company-grid {
    float: left;
    width: 33.3%;
}

.count-grid {
    float: left;
    width: 25%;
}

.agent-left {
    float: left;
    width: 37%;
}

.agent-right {
    float: left;
    width: 63%;
    padding: 1.1em 3em 1em;
}

.agent-grid:nth-child(2) {
    margin-top: 3em;
}

.serce-grid {
    float: left;
    width: 50%;
}

.service-left {
    float: left;
    width: 50%;
}

.service-right {
    float: left;
    width: 50%;
}

.special-grid {
    float: left;
    width: 33.3%;
}

.special-icon {
    left: 31%;
	bottom: -26%;
}

.why-grid {
    float: left;
    width: 50%;
}

.w3agile_Projects_grid {
    float: left;
    width: 33.3%;
}

.w3agile_Projects_grid figure {
    height: 140.5px;
}

.w3agile_Projects_grid figcaption h4 {
    margin: 0.5em 0 .5em;
}

.map iframe {
    width: 100%;
    min-height: 300px;
}

.contact-left {
    float: left;
    width: 50%;
}

.contact-right {
    float: left;
    width: 50%;
}

.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.75%;
}
}




/*==== Start - 'MEDIA - 800 | 768 | 736' ==================*/

@media(max-width:800px){
}

@media(max-width:768px){
}

@media(max-width:736px){
.navbar-toggle {
    float: none;
    text-align: center;
    margin-right: 0px;	
}

.navbar-nav {
    float: none;
    margin: 0;
}

.navbar-header {
    text-align: center;
}

.navbar-toggle {
    background:#FACC2E;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #FACC2E;
}

.social-icons {
    float: none;
    margin-top: 0.7em;
    text-align: center;
}

.caption h3 {
    font-size: 2.8em;
}

.caption p {
    font-size: 0.96em;
}

.popular-grid p {
    font-size: 0.96em;
    padding: 1em 0.5em;
}

.caption {
    top: 32%;
	width: 80%;
}

.place-grid:nth-child(6) {
    margin-top: 4.4em;
}

h3.tittle, h3.tittle1, h3.tittle2 {
    font-size: 2.8em;
}

h2.tittle {
    font-size: 2.8em;
}

.properties-grid {
    width: 100%;
}

.properties-grid1 {
   
    width: 100%;
}

.left-grid {
    float: left;
    width: 11%;
}

.place-grid h5 {
    font-size: 1.3em;
}

.serce-grid {
    float: left;
    width: 50%;
    padding: 0;
}

.special-icon {
    bottom: -31%;
}

.w3agile_Projects_grid figure {
    height: 133.5px;
}
}




/*==== Start - 'MEDIA - 667' ==================*/

@media(max-width:667px){
.logo h1 a {
    font-size: 1.2em;
}

.indicate a,.deatils ul li a {
    font-size: 1em;	
}

.caption h3 {
    font-size: 2.6em;
}

.popular-grid {
    width: 69%;
    margin: 0 auto;
	float: none;
}

.popular-grid:nth-child(2) {
    margin: 2em auto 2em;
}

.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4,.properties-grid1 h4 {
    font-size: 1.5em;
}

.banner1 {
    min-height: 155px;
    padding: 5em 0 0;
}

.test-left {
    width: 100%;
}

.test-right {
    width: 100%;
}

.footer-grid {
    float: left;
    width: 50%;
}

.footer-grid:nth-child(3),.footer-grid:nth-child(4) {
    margin-top: 2em;
}

.serce-grid {
    width: 100%;
}

.serce-grid:nth-child(2) {
    margin-top: 2em;
}

.service-img img {
    margin: 0 auto;
}

.special-icon {
    width: 70px;
    height: 70px;
}

.special-icon i {
    top: 1em;
}

ul.place li {
    font-size: 1em;
}

.w3agile_Projects_grid {
    width: 65%;
    margin: 0 auto;
	float: none;
}

.w3agile_Projects_grid figure {
    height: 247.5px;
}

.w3agile_Projects_grid figcaption h4 {
    margin: 4em 0 .5em;
}

.w3agile_Projects_grid:nth-child(2) {
    margin: 2em auto;
}

.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.65%;
}

.contact-right {
    margin-top: 0em;
}

.contact-right ul li {
    font-size: 0.965em;
}

.map iframe {
    width: 100%;
    min-height: 250px;
}
}




/*==== Start - 'SLIDER UP ARROW' =======================================*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/important/move-up.jpg") no-repeat 0px 0px;
	z-index:999;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//End - 'Slider-up-arrow' -------------*/









/*==== Start - 'MEDIA - 640' ==================*/

@media(max-width:640px){
.popular-grid {
    width: 72%;
    margin: 0 auto;	
}

.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.42em;
}

.popular-w3, .featured-w3l, .testimonials-w3l, .about-w3ls, .company-w3, .count-agileits, .services-w3l, .special-w3, .why-w3, .projects-agile, .page-w3, .contact-w3l, .footer-section,.agent-w3l {
    padding: 3em 0;
}

.caption {
    top: 30%;
    width: 80%;
}

.w3agile_Projects_grid {
    width: 68%;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 13px;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 56%;
}
}




/*==== Start - 'MEDIA - 600' ==================*/

@media(max-width:600px){
.caption {
    top: 26%;
    width: 86%;
    left: 7%;
}

.popular-grid {
    width: 77%;
    margin: 0 auto;
}

.fer-grid {
    width: 100%;
}

.fer-grid:nth-child(2) {
    margin: 2em 0;
}

.left-grid {
    float: left;
    width: 15%;
}

.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.6em;
}

.company-grid {
    width: 100%;
}

.company-grid:nth-child(2) {
    margin: 2em 0;
}

.count-grid {
    float: left;
    width: 50%;
}

.count-grid:nth-child(3),.count-grid:nth-child(4) {
    margin-top: 2em;
}

.special-grid {
    float: left;
    width: 50%;
}

.special-grid:nth-child(3) {
    margin-top: 2em;
}

.why-grid {
    width: 100%;
}

.why-grid:nth-child(2) {
    margin-top: 2em;
}

.special-icon {
    bottom: -23%;
    left: 37%;
}
.w3agile_Projects_grid {
    width: 73%;
}

.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.6%;
}	
}



/*==== Start - 'MEDIA - 568' ==================*/

@media(max-width:568px){
.caption p {
    width: 98%;	
}

.caption h3 {
    font-size: 2.5em;
}

h3.tittle, h3.tittle1, h3.tittle2 {
    font-size: 2.5em;
}

.popular-grid {
    width: 82%;
    margin: 0 auto;
}

.agent-right ul li {
    font-size: 0.96em;
}

.w3agile_Projects_grid {
    width: 77%;
}

.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.5%;
}

.modal-dialog {
    width: 400px !important;
}

.login-right input[type="submit"] {
    font-size: 1.2em;
}
}




/*==== Start - 'MEDIA - 480' ==================*/

@media(max-width:480px){
.indicate {
    float: none;
    text-align: center;
}

.deatils {
    float: none;
    text-align: center;
    margin-top: 1em;
}

.caption h3 {
    font-size: 2.5em;
}

.caption {
    top: 20%;
    width: 90%;
    left: 5%;
}

.navbar-default .navbar-nav > li > a {
    font-size: 1.2em;
}

.place-grid {
    float: left;
    width: 100%;
}

.modal-dialog {
    width: 345px !important;
}

.login-right h3 {
    font-size: 2em;
}

.login-right input[type="submit"] {
    font-size: 1.1em;
}

.place-grid:nth-child(2) {
    margin: 1em 0;
}

.place-grid:nth-child(4), .place-grid:nth-child(5) {
    margin-top: 1em;
}

.place-grid:nth-child(6) {
    margin-top: 2em;
}

.popular-grid {
    width: 99%;
    margin: 0 auto;
}

.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.8em;
}

.right-grid p, .fer-grid p, .test-grid p, .about-grid p, .company-grid p, .serce-grid p, .special-grid p, .why-grid p, .contact-w3l p {
    font-size: 0.95em;
}

.test-grid {
    float: left;
    width: 100%;
}
.test-left img {
    margin: 0 auto;
}

.test-grid:nth-child(2) {
    margin-top: 2em;
}

.about-grid1 {
    width: 100%;
}

.about-grid {
    width: 100%;
	margin-top: 2em;
}

.special-icon {
    bottom: -25%;
    left: 32%;
}

.portfolio_grid_w3lss:nth-child(2) {
    margin-top: 3em;
}

.w3agile_Projects_grid {
    width: 94%;
}

.w3agile_Projects_grid figcaption h4 {
    margin: 3.2em 0 .5em;
}

.banner1 {
    min-height: 141px;
    padding: 4em 0 0;
}

.contact-left {
    float: left;
    width: 100%;
}

.contact-right {
    margin-top: 2em;
    width: 100%;
}

.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 100%;
}

.contact-form input[type="email"] {
    margin: 13px 0px;
}

.contact-form textarea {
    min-height: 150px;
}

.contact-form input[type="submit"], .contact-form input[type="reset"] {
    width: 20%;	
}

.page-header h3 {
    font-size: 1.8em;
}

h1#h1-bootstrap-heading {
    font-size: 1.6em;
}

h2#h2-bootstrap-heading {
    font-size: 1.5em;
}

h3#h3-bootstrap-heading {
    font-size: 1.4em;
}

button.btn.btn-lg {
    font-size: 0.9em;
    margin: 0 0 0.5em 0px;
    padding: 9px;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
	display: inline;
    padding: .2em .6em .3em;
    font-size: 52%;
}

.page-header {
    padding-bottom: 9px;
    margin: 24px 0 20px;
}
	
.contact-right ul li {
    font-size: 0.95em;
}
}




/*==== Start - 'MEDIA - 414' ==================*/

@media(max-width:414px){
.header-bottom {
    padding: 0;
}

.company-w3, .count-agileits, .services-w3l, .special-w3, .why-w3, .projects-agile, .page-w3, .contact-w3l, .footer-section {
    padding: 2em 0;
}

.place-grids, .popular-grids, .feature-grids, .testimonial-grids, .about-grids, .company-grids, .count-grids, .agent-grids, .service-grids, .special-grids, .map, .contact-grids, .contact-form {
    margin-top: 2em;
}

.portfolio_grid_w3lss:nth-child(2) {
    margin-top: 2em;
}

.logo h1 a {
    font-size: 1em;
}

.popular-w3, .featured-w3l, .testimonials-w3l, .about-w3ls, .company-w3, .count-agileits, .services-w3l, .special-w3, .why-w3, .projects-agile, .page-w3, .contact-w3l, .footer-section ,.agent-w3l{
    padding: 2em 0px;
}

.caption h3 {
    font-size: 2em;
}

.caption p {
    font-size: 0.92em;
    line-height: 1.5em;
	width: 100%;
}

.modal-body {
    padding: 1em 2em 2em;
}

.modal-dialog {
    width: 330px !important;
}

.serach-w3agile {
    padding: 2em 0;
}

.popular-grid {
    width: 100%	
}

.left-grid {
    float: left;
    width: 21%;
}

.banner1 {
    min-height: 98px;
    padding: 4em 0 0;
}

.agent-right {
    float: left;
    width: 63%;
    padding: 1.1em 1em 1em;
}

.special-grid {
    width: 100%;
}
.special-icon {
    bottom: -14%;
    left: 39%;
}

.special-grid:nth-child(2) {
    margin: 2em 0;
}

.special-grid:nth-child(3) {
    margin-top: 0em;
}

.footer-grid {
    padding: 0;
    width: 100%;
}

.footer-grid:nth-child(2) {
    margin-top: 2em ;
}

.w3agile_Projects_grid {
    width: 100%;
}

.w3agile_Projects_grid figure {
    height: 223.5px;
}

.w3agile_Projects_grid figcaption h4 {
    margin: 3em 0 .5em;
}

.map iframe {
    min-height: 195px;
}

.contact-form input[type="submit"], .contact-form input[type="reset"] {
    width: 27%;
}
}



/*==== Start - 'MEDIA - 384' ==================*/

@media(max-width:384px){
h2.tittle {
    font-size: 2.5em;
}

.numscroller {
    font-size: 2em;	
}

.caption {
    top: 14%;
}

.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.6em;
}

.w3agile_Projects_grid figure {
    height: 204.5px;
}

.special-bottom {
    padding: 3em 1em 2em;
}

.copy-section {
    padding: 1em 0;
}
}



/*==== Start - 'MEDIA - 375' ==================*/

@media(max-width:375px){
.caption {
    top: 14%;
}

.logo h1 a {
    font-size: 0.95em;
}

h2.tittle {
    font-size: 2em;
}

h3.tittle, h3.tittle1, h3.tittle2 {
    font-size: 2em;
}

.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.4em;
}

.caption h3 {
    font-size: 1.85em;
}

.banner1 h3 {
    font-size: 1.8em;
}

.left-grid {
    width: 100%;
}

.right-grid {
    width: 100%;
}

.left-grid p {
    color: #fff;
    background: #FACC2E;
    width: 50px;
    height: 50px;
    font-size: 1.2em;
	margin: 0 auto 1em;	
}

.care {
    margin-top: 2em;
    text-align: center;
}

.agent-left {
    width: 100%;
}

.agent-right {
    width: 100%;
	padding: 1em 0em 1em 2em;
}

.agent-grid img {
    width: 100%;
}

.w3agile_Projects_grid figure {
    height: 197.5px;
}

.w3agile_Projects_grid figcaption h4 {
    margin: 2.5em 0 .5em;
}
}



/*==== Start - 'MEDIA - 320' ==================*/

@media(max-width:320px){
.indicate a, .deatils ul li a {
    font-size: .93em;
}

.caption h3 {
    font-size: 1.8em;
}

.caption {
    top: 9%;
    width: 95%;
    left: 2%;
}

.place-grid:nth-child(6) {
    margin-top: 1em;
}

.modal-dialog {
    width: 270px !important;
	margin: 8em auto 0 auto;
}

.popular-grid p {
    padding: 1em 0em;
}

.serach-w3agile {
    padding: 1em 0;
}

.place-grids, .popular-grids, .feature-grids, .testimonial-grids, .about-grids, .company-grids, .count-grids, .agent-grids, .service-grids, .special-grids, .map, .contact-grids, .contact-form {
    margin-top: 1em;
}

.place-grid,.popular-grid,.properties-grid,.properties-grid1,.fer-grid,.test-grid,.about-grid1,.about-grid,.company-grid,.count-grid,.agent-grid,.special-grid,.why-grid,.w3agile_Projects_grid,.contact-left,.contact-right{
	padding:0;
}

.properties-w3ls {
    padding: 2em 0 2em;
}

.service-left {
    width: 100%;
    padding: 0;
}

.service-right {
    width: 100%;
    padding: 0;
	margin-top:1em;
}

.footer-grid:nth-child(2).footer-grid:nth-child(3), .footer-grid:nth-child(4) {
    margin-top: 1em;
}

.special-icon {
    bottom: -18%;
    left: 37%;
}

.fer-grid:nth-child(2) {
    margin: 1em 0;
}

.w3agile_Projects_grid figure {
    height: 163.5px;
}

.w3agile_Projects_grid figcaption h4 {
    margin: 1.8em 0 .5em;
}

.contact-form input[type="submit"], .contact-form input[type="reset"] {
    width: 28%;
    padding: 7px 0;
}

.contact-form textarea {
    min-height: 120px;
}	
}






/*==== // END - 'RESPONSIVE ' ==========================================================================================================================================================================================================================================================================================================*/





