/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	/*font-family: 'Roboto', sans-serif;
	*/
    font-weight: 400;
	background:url(../images/bg.jpg)repeat 0px 0px;
	background-size:cover;
} 
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
	margin:0; 
	font-family: 'Abel', sans-serif;
}
p{
	margin:0;
}

ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
img{
	width:100%;
}

.bg{
	background: #fff;
}
/*-- main --*/
.main-row{
	height: 100%;
	padding: 5px;
	margin: 2em auto; 
	text-align:center;
}

.othercategory{
	
	background: #686868;
	color: #FFF;
	text-align: center;
}

.othercatcontent{
		
	background: #D1D3D4;
	width: 100%;
	text-align: center;
	color: #000;
	
}

.othercatcontent a{
	
	color: #000;
}
.frame-border {
    width: 370px;
    height: 690px;
    outline: none;
    border-color: #000;
    border-width: 50px 15px;
    border-style: solid;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    margin: 10px auto; 
    background-size: cover;
}
.main-row h1 {
    text-align: center;
    font-size: 3.5em;
	color: #fff;
    margin-bottom:0.4em;
}

.special_links_gp{
	background-color: #D1D3D4;
	color: #000;
    font-size: 1.1em;
    font-weight: 300;
	
}
.downloadButton img{
	width: 60% !important;
	
}
.copy-right {
    text-align: center;
	margin: 2em 0;
}
.copy-right p {
    color: #fff;
    font-size: 1.1em;
    font-weight: 300;
}
.copy-right p a {
    color: #1dd2c8;
    font-weight: 500;
	text-decoration:none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.copy-right p a:hover{
    color: #fff; 
}
/*-- //main --*/ 
/*-- home-page --*/
.main {
    margin: 3em auto;
    width: 24%;
}
.header {
    background: #8b008b;
    padding: 1.2em 3em;
}
.menu-icon{
	float: left;
	color: #FFF;
	background: #FFF;
	position: fixed;
	z-index: 999;
	top: 1%;
	left: 2%;
	border-radius: 30px;
	padding: .5%;
}
.logo,.login{
	float: right;
	position: absolute;
	z-index: 999;
	top: 2%;
	right: 2%;
}
.logo img{
    text-align: center;
	width: 95px !important;
}
.logo,.login img{
    text-align: center;
}
.logo h2 {
    font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
}
.logo h2 a { 
    color: #8b008b;
    background: #fff; 
    font-weight: 300;
    padding: 8px;
    display: inline-block;
	text-decoration:none;
}
.login {
    text-align: right;
}
.login a.sign-in {
    outline: none;
    display: inline-block;
}
.login a.sign-in span {
    font-size: 1.2em;
    color: white;
    margin: 0.6em 0.4em;
}
.top-nav li {
	display:block;
	border-bottom:  2px solid;
}
.top-nav li>li:first {
		border:none;
	}
.top-nav li.menu-title {
    font-size: 1.5em;
    padding: 1em 0.8em;
    text-align: left;
    color: #fff;
    border-bottom: 1px solid #FFF;
    text-transform: none;
    background: #6b046b;
    font-family: 'Abel', sans-serif;
	-webkit-transform: translate3d(0,500px,0);
    -moz-transform: translate3d(0,500px,0);
    -o-transform: translate3d(0,500px,0);
    -ms-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
}
.show-menu li.menu-title {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.top-nav li a {
    font-size: 1.1em;
    color: #fff;
    font-weight: BOLD;
    -webkit-transition:.5s all;
    -moz-transition:.5s all;
    transition:.5s all;
    outline: none;
    text-decoration: none;
} 
ul.nav-sub li a {
    font-size: 1em;
    padding-left: 3.5em;
}
.top-nav li a:hover,.top-nav li a.active { 
    background: #40AB82;
}
.top-nav i.glyphicon {
    margin-right: 0px;
    font-size: .9em;
    color: #F00;
}
.top-nav a.menu span.glyphicon {
    font-size: .8em;
    margin-left: 1.5em;
    top: 2px;
}
.container, 
.content-wrap {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
 
.content {
	position: relative; 
}

.content::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	-moz-transform: translate3d(100%,0,0);
	-o-transform: translate3d(100%,0,0);
	-ms-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
	-moz-transition: opacity 0.4s, -moz-transform 0s 0.4s; 
	transition: opacity 0.4s, transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

/*-- Menu Button --*/
.menu-button {
    position: relative;
    z-index: 1000;
    padding: 0;
    width: 2.5em;
    height: 2.2em;
    border: none;
    text-indent: 2.8em;
    font-size: 0.8em;
    color: transparent;
    background: transparent;
    outline: none;
    margin: .7em .6em;
}
.menu-button::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(#F00 20%, transparent 20%, transparent 40%, #F00 40%, #F00 60%, transparent 60%, transparent 80%, #F00 80%);
    background: linear-gradient(#F00 20%, transparent 20%, transparent 40%, #F00 40%, #F00 60%, transparent 60%, transparent 80%, #F00 80%);
    content: '';
} 

/*-- Close Button --*/
.close-button {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 1em;
    top: 0.5em;
    overflow: hidden;
    text-indent: 1em;
    font-size: 1.1em;
    border: none;
    background: transparent;
    color: transparent;
    outline: none;
	z-index: 999;
}
.close-button::before, .close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left:7px;
    background: #fff;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
ul.nav-sub {
    display: none; 
} 
/*-- start scroll pane --*/
.nicescroll-cursors {
    background-color: #6b046b !important;
    border: 1px solid #b3b3b3;
}

#style-1::-webkit-scrollbar-track
{ 
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #40AB82;
    border: 1px solid rgba(255, 255, 255, 0.7) !important;
}
/*-- //start scroll pane --*/
/*-- Menu --*/
.menu-wrap {
	padding:2%;
    position: fixed;
    z-index: 1001;
    width: 320px !important;
    height: 100% !important; 
    background: #000; 
    -webkit-transform: translate3d(-320px,0,0);
	-moz-transform: translate3d(-320px,0,0);
	-o-transform: translate3d(-320px,0,0);
	-ms-transform: translate3d(-320px,0,0);
    transform: translate3d(-320px,0,0);
    -webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s; 
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
    transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	overflow-y:auto !important;
}
.icon-list {
	-webkit-transform: translate3d(0,100%,0);
	-moz-transform: translate3d(0,100%,0);
	-o-transform: translate3d(0,100%,0);
	-ms-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	margin-bottom: 1.5em;
}

.icon-list a {
    display: block;
    padding: 0.8em 0em;
    -webkit-transform: translate3d(0,500px,0);
	-moz-transform: translate3d(0,500px,0);
	-o-transform: translate3d(0,500px,0);
	-ms-transform: translate3d(0,500px,0);
    transform: translate3d(0,500px,0);
} 
.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0,1000px,0);
	-moz-transform: translate3d(0,1000px,0);
	-o-transform: translate3d(0,1000px,0);
	-ms-transform: translate3d(0,1000px,0);
	transform: translate3d(0,1000px,0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0,1500px,0);
	-moz-transform: translate3d(0,1500px,0);
	-o-transform: translate3d(0,1500px,0);
	-ms-transform: translate3d(0,1500px,0);
	transform: translate3d(0,1500px,0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0,2000px,0);
	-moz-transform: translate3d(0,2000px,0);
	-o-transform: translate3d(0,2000px,0);
	-ms-transform: translate3d(0,2000px,0);
	transform: translate3d(0,2000px,0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0,2500px,0);
	-moz-transform: translate3d(0,2500px,0);
	-o-transform: translate3d(0,2500px,0);
	-ms-transform: translate3d(0,2500px,0);
	transform: translate3d(0,2500px,0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0,3000px,0);
	-moz-transform: translate3d(0,3000px,0);
	-o-transform: translate3d(0,3000px,0);
	-ms-transform: translate3d(0,3000px,0);
	transform: translate3d(0,3000px,0);
}
 
/*-- Shown menu --*/
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: -moz-transform 0.8s; 
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .menu-wrap img{
    
    width:96px;
    height: 128px;
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: -webkit-transform 0.8s;
	-moz-transition: transform 0.8s; 
	transition: transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	-moz-transition-duration: 0.9s; 
	transition-duration: 0.9s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s; 
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1); 
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*-- banner--*/
.banner-img {
    background: url(../images/1.jpg)no-repeat center;
    background-size: cover;
    min-height: 370px;
}
.banner-img1{
	background-image: url(../images/2.jpg);
}
.banner-img2{
	background-image: url(../images/3.jpg);
}
.banner .carousel-control span.glyphicon {
    font-size: 1.5em;
    text-shadow: none;
}
/*-- //banner--*/
/*-- welcome --*/
.welcome{
	padding: 3.5em 5em 0; 
}
.welcome-grids {
    float: left;
    width: 33.33%;
    text-align: center;
    margin: 0.7em 0;
}
.welcome-info {
    text-align: center;
}
.welcome .bs-example.bs-example-tabs .nav-tabs {
    border: none;
    margin: 2em 0 .5em; 
}
.welcome .bs-example-tabs ul.nav-tabs li {
    display: inline-block;
    float: none;
}
.welcome .bs-example-tabs ul.nav-tabs li:nth-child(2) {
    margin: 0 2.2em;
}
.welcome .bs-example-tabs ul.nav-tabs li a {
    display: block; 
    outline: none;
    border: none;
	margin: 0;
}
.welcome .bs-example-tabs ul.nav-tabs li a:focus{
	text-decoration: none;
} 
.welcome .tabcontent-grids ul li {
    display: block;
    color: #999;
    margin-top: 1em;
	font-size: 1em;
}
.nav-tabs li a span.glyphicon {
    font-size: 1.1em;
    color: #fff;
    background: #8b008b;
    padding: 0.9em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%; 
    border-radius: 50%;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.nav-tabs li a h5 {
    font-size: 1.3em;
    color: #1e9c95;
    margin-top: 0.5em;
}
.welcome h4 {
    font-size: 1em;
    color: #000;
    text-align: center;
    margin: 0.5em 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.welcome form {
    position: relative;
}
.welcome input[type="search"] {
    width: 100%;
    padding: 0.5em 3.5em .5em .8em;
    font-size: 1em;
    color: #555;
    outline: none;
    border: 1px solid #ccc;
    background: none;
    -webkit-appearance: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
.welcome button.btn.btn-default {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 36px;
    outline: none;
    box-shadow: none;
    background: #1e9c95;
    padding: 0;
    border-radius: inherit; 
	-webkit-appearance: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
}
.welcome button.btn.btn-default:hover {
    background: #8b008b;
}
.welcome span.glyphicon {
    font-size: 1em;
    color: #fff;
    padding: 3px;
}
.nav-tabs > li.active >a h5 {
    color: #8b008b;
}
.nav-tabs > li.active a span.glyphicon {
    background: #1e9c95;
}
a.w3-search {
    color: #fff;
    display: inline-block;
    padding: .5em 1em;
    background: #8b008b;
    text-align: center;
    margin-top: 1em;
    text-decoration: none;
    font-weight: 300;
	outline: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
} 
a.w3-search:hover {
    background: #1e9c95;
}
.w3ls-search .booking-info h3 {
    font-size: 2.3em;
    margin-bottom: 0.8em;
}
.w3ls-search .login-form input[type="text"] {
    border: 1px solid #999;
    margin-bottom: 0.8em;
}
.w3ls-search .login-form input[type="number"]{
    font-size: 1em;
    color: #555;
    padding: 0.5em 1em; 
    width: 100%;
    border: 1px solid #999;
    background: none;
    -webkit-appearance: none;
	margin-bottom: 0.8em;
}
.price {
    position: relative;
    float: left;
    width: 49%;
}
.price.price-right {
    float: right;
}
.w3ls-search .price span.glyphicon {
    color: #fff;
    position: absolute;
    z-index: 999;
    top: 0px;
    left: 0px;
    font-size: 0.9em;
    background: #1e9c95;
    padding: 0.85em;
}
.w3ls-search .price input[type="text"] {
    padding: .4em 0.4em .4em 2.8em;
}
.w3ls-search .login-form input[type="text"]:focus ,.w3ls-search .login-form input[type="number"]:focus{
    border-color: #1e9c95;
    outline: none;
}
.w3ls-search select {
    color: #999!important;
    font-size: 1em;
    padding: 7px 33px 7px 10px;
    outline: none;
    border: 1px solid #999;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    outline: none;
    background: transparent;
	margin-bottom: 0.8em;
}
.w3ls-search select.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #1e9c95;
}
/*-- //welcome --*/
/*-- properties --*/
.w3agile,.services,.about{
    padding: 3.5em 2em;
	background:#fff;
}
h3.w3ls-title {
    font-size: 3.1em;
    color: #1e9c95;
    margin-bottom: .2em;
    text-align: center;
}
.properties-bottom {
    margin-top: 1.6em;
    float: left;
    width: 33.33%;
    padding: 0 .5em;
}
.properties-bottom img {
    width: 100%;
}
p {
    font-size: 0.9em;
    line-height: 1.8em;
    color: #555;
    font-weight: 400;  
}
.w3title-text{
	text-align: center;
}
.w3ls-text {
    padding: 1em;
    border: 1px solid #ccc; 
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.w3ls-text h5 {
    font-size: 1.4em;
    color: #000; 
}
.w3ls-text h5 a {
    color: #000;
    text-decoration: none;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
.w3ls-text h5 a:hover{
    color: #8b008b; 
}
.w3ls-text h6 {
    font-size: 1em;
    color: red;
    margin-top: 0.8em; 
}
.w3ls-text p {
    margin-top: .5em;
}
/*-- //properties--*/ 
/*-- image-transition--*/
.properties-img {
    background-color: #FFF;
    display: block;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 0 0 #555;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    height: 181px;
    width: 100%;
}
.properties-img img {
	height: 100%;
	width: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.properties-img:before {
	content: '';
	background-color: rgba(0, 0, 0, 0);
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.properties-img:hover:before {
  background-color: rgba(0, 0, 0, 0.12);
}
.properties-img:hover .view-caption { 
  border-radius: 0;
}
.properties-img:hover .w3ls-buy {
	bottom: 13%; 
}
.properties-img:hover .w3ls-buy a {
	-webkit-animation-name: translate-transition;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: translate-transition; 
	-moz-animation-duration: 0.8s; 
	-moz-animation-timing-function: liner;
	-moz-animation-iteration-count: 1; 
	animation-name: translate-transition;
	animation-duration: 0.8s;
	animation-timing-function: linear;
	animation-iteration-count: 1;
}
.properties-img .view-caption {
	background-color: #8b008b;
	-webkit-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
	-moz-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
	-ms-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
	-o-transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
	transition: all cubic-bezier(0.27, 0.89, 0.95, 0.59) 0.5s;
	padding: 10px 15px;
	text-align: left;
	position: relative;
	z-index: 99;
	border-radius: 25px 0 0 0;
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}
.properties-img .view-caption.rent-caption {
    background-color: #09cbce;
}
.properties-img .view-caption h4 {
    color: #fff;
    font-size: 1em;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.properties-img .view-caption p {
  font-size: 1em;
}
.properties-img .w3ls-buy {
	bottom: 0;
	padding: 10px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: left;
	overflow: hidden;
	z-index: 9;
	-webkit-transition: all 0.5s cubic-bezier(0.27, 0.89, 0.95, 0.59);
	-moz-transition: all 0.5s cubic-bezier(0.27, 0.89, 0.95, 0.59);
	-ms-transition: all 0.5s cubic-bezier(0.27, 0.89, 0.95, 0.59);
	-o-transition: all 0.5s cubic-bezier(0.27, 0.89, 0.95, 0.59);
	transition: all 0.5s cubic-bezier(0.27, 0.89, 0.95, 0.59); 
	-moz-transform: translateY(-80%);
	-o-transform: translateY(-80%);
	-ms-transform: translateY(-80%);
	-webkit-transform: translateY(-80%);
	transform: translateY(-80%);
}
.properties-img .w3ls-buy a.rent {
    background-color: #09cbce;
}
.properties-img .w3ls-buy a {
    background-color: #8b008b;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    margin: 0 1em;
    height: 45px;
    text-align: center;
    line-height: 46px;
    width: 45px;
}
.properties-bottom:hover .w3ls-text {
	-webkit-box-shadow: 0px 3px 6px 0px #ccc;
	-moz-box-shadow: 0px 3px 6px 0px #ccc; 
    box-shadow: 0px 3px 6px 0px #ccc;
}
/*-- //image-transition --*/
/*-- brands --*/
.w3agile.brands,.services {
    background: #ffe4c4;
}
.brand-grids {
    float: left;
    width: 15.4%;
    margin: .5em .3em 0;
}
.brand-grids a{
   display:block;
}
.brand-grids img {
    width: 100%;
	border: 1px solid rgba(139, 0, 139, 0.19);
}
/*-- //brands --*/
/*-- footer --*/
.w3agile.footer {
    background: #FFF;
	text-align: center;
}
/*-- social-icons --*/
.social-icons div{
	display:inline-block;
	padding: 15px;
}
.social-icons div {
    position: inherit;
    display: inline-block;
}
.social-icons div:nth-child(2) {
    margin: 0em;
}
.social-icons div:nth-child(3) {
    margin-right: 0em;
}
.social-icons div a {
    display: block;
    height: 35px;
    width: 35px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: auto;
}
.social-icons div a:hover {
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
    transform: translateY(-10px); 
}
.social-icons div a.fb {
    background-position: 3px -32px;
	background-color:#3b5998;
}
.social-icons div a.gp {
    background-position: 5px -67px;
	background-color:#dc4e41;
}
.social-icons div a.drb {
    background-position: 3px -102px;
	background-color:#ea4c89;
}
/*--//social-icons--*/
.col-xs-footer {
    padding-bottom: 4px;
    padding-right: 0;
    padding-left: 0;
}
.thumbp {
    color: #000 !impotant;
}
.col-xs-footer-social {
	text-align:center;
	height:85px;
	padding-right:0;
	padding-left:0;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.rights{
	/*font-family: cursive;
	font-family: 'Roboto', sans-serif;*/
    font-size: 12px;
    margin-top: 0px;
    letter-spacing: 2px;
    line-height: 20px;
    background: #000;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #F00;
}

.rightsfooter{
	/*font-family: cursive;
	font-family: 'Roboto', sans-serif;*/
    font-size: 12px;
    margin-top: -10px;
    letter-spacing: 2px;
    line-height: 20px;
    background: #000;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid #F00;
}

.rights a {
    color: #ff6000;
}
.footer-nav {
    padding: 1em 0;
    margin: 1em 0;
    border-top: 1px dashed #ffe4c4;
    border-bottom: 1px dashed #ffe4c4;
}
.footer-nav ul li {
    display: inline-block;
    font-size: 1em;
    margin-left: 2em;
}
.footer-nav ul li:nth-child(1) {
    margin: 0;
}
.footer-nav ul li a {
    color: #fff;
    font-weight: 300;
}
.footer-nav ul li a:hover {
    color: #27d2c8;
}
.footer-text p {
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.footer-text p a{
    color: #27d2c8;
}
.footer-text p a:hover{
    color: #fff;
}
/*-- //footer --*/
/*-- Magnific Popup CSS --*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
    text-align: center;
    position: fixed;
    width: 100%;
    height: inherit;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/bg1.png)repeat 0px 0px;
    background-size: cover;
    padding: 0 !important;
    overflow-y: scroll;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 80%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none; 
}

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 1046;
 }

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0px;
    text-decoration: none;
    text-align: center;
    padding: 0 0 18px 10px;
    color: #8b008b;
    font-style: normal;
    font-size: 35px;
    outline: none;
}
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }

.mfp-close-btn-in .mfp-close {
	    background: none;
  } 
/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in #small-dialog,.my-mfp-zoom-in #small-dialog1,.my-mfp-zoom-in #small-dialog2{
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	transform: translateY(-100px);
	padding:6em 0;
} 
/* animate in */
.my-mfp-zoom-in.mfp-ready #small-dialog,.my-mfp-zoom-in.mfp-ready #small-dialog1,.my-mfp-zoom-in.mfp-ready #small-dialog2 {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
    transform: translateY(0);
}
/*-- //Magnific Popup CSS --*/
/*-- modal-login-form --*/
 
.booking-info h3 {
    font-size: 2.1em;
    color: #8b008b;
    text-align: center;
}
.booking-info h3 a{ 
    color: #8b008b; 
	text-decoration:none;
}
.booking-info h3 a:hover{ 
    color: #1e9c95; 
}
.login-form input[type="text"], .login-form input[type="password"] {
    font-size: 1em;
    color: #555;
    padding: 0.5em 1em;
    border: 0;
    width: 100%;
    border-bottom: 1px solid #999;
    background: none;
    -webkit-appearance: none;
}
/*-- input-effect --*/
.styled-input input:focus ~ label, .styled-input input:valid ~ label {
    font-size: 1.1em;
    color: #1e9c95;
    top: -1.3em;
    -webkit-transition: all 0.125s ease;
	-moz-transition: all 0.125s ease; 
    transition: all 0.125s ease;
}
.styled-input {
	width:100%;
	margin: 2em 0 1em;
	position: relative;
}
.styled-input label {
    color: #555;
    padding: 0.5em .9em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-weight: 400;
    font-size: 1em;
    display: block;
    line-height: 1em;
}
.styled-input input ~ span {
	display: block;
	width: 0;
	height:2px;
	background:#1e9c95;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all 0.125s;
	-moz-transition: all 0.125s; 
	transition: all 0.125s; 
}
.styled-input input:focus { outline: 0; }

.styled-input input:focus ~ span {
	width: 100%;
	-webkit-transition: all 0.075s;
	-moz-transition: all 0.075s;  
	transition: all 0.075s; 
} 
/*-- //input-effect --*/
.login-form p {
    font-size: 1em;
    margin: 1em 0 0;
    text-align: center;
}
.login-form p a {
    color: #8b008b;
    margin-left: 5px;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	transition:.5s all;
	text-decoration:none;
}
.login-form p a:hover{
    color: #555; 
}
/*-- checkbox --*/
.wthree-text input[type="checkbox"] {
    display: none;
}
.wthree-text input[type="checkbox"]+label {
    position: relative;
    padding-left: 1.8em;
    border: none;
    outline: none;
    font-size: 1em;
    color: #555;
    cursor: pointer;
    display: block;
    font-weight: 400;
}
.wthree-text input[type="checkbox"]+label span:first-child {
    width: 16px;
    height: 16px;
    border: 2px solid #8b008b;
    position: absolute;
    left: 0;
    top: 1px;
}
.wthree-text input[type="checkbox"]:checked+label span:first-child:before {
    content: "";
    background: url(../images/tick.png)no-repeat;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
}
/*-- //checkbox --*/
.wthree-text {
    margin: 2em 0;
	text-align: right;
}
.wthree-text ul li {
    display: inline-block; 
} 
.wthree-text ul li:nth-child(2) {
    margin-top: 1em;
    display: block;
}
.wthree-text ul li a{
	font-size:1em;
    color: #555;
}
.wthree-text ul li a:hover{
    color: #1e9c95;
}
.login-form input[type="submit"] {
    text-transform: capitalize;
    background: #1e9c95;
    color: #FFFFFF;
    padding: .7em 2em;
    border: none;
    font-size: 1em;
    outline: none;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    -webkit-appearance: none;
}
.login-form input[type="submit"]:hover {
    background: #8b008b;
}
.login-form.signup-form label {
    text-align: left;
}
/*-- //modal-login-form --*/
/*-- //home-page --*/
/*-- about-page --*/
.banner.about-banner .banner-img {
    min-height: 125px;
}
.banner.about-banner h3 {
    font-size: 2.5em;
    color: #fff;
    padding: 1.2em;
}
/*-- services --*/
.w3services-bottom {
    background: #f6f8f8;
}
.services-grid {
    text-align: center;
    margin-top: 1.3em;
	float: left;
    width: 25%;
} 
/*-- Effect 1 --*/
.services-grid span {
    font-size: 1.2em;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-decoration: none;
    z-index: 1;
    padding: 0.8em;
}
.services-grid span:after { 
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.effect-1 {
  background: #1ABC9C;
  -webkit-transition: background 0.5s, color 0.2s;
  -moz-transition: background 0.5s, color 0.2s;
  transition: background 0.5s, color 0.2s;
}
.effect-1:after {
    top: -5px;
    left: -5px;
    padding: 5px;
    box-shadow: 0 0 10px 3px #1ABC9C;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.2s;
    -webkit-transform: scale(0.8);
    -moz-transition: -moz-transform 0.5s, opacity 0.2s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transition: transform 0.5s, opacity 0.2s;
    transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
    opacity: 0;
}
.services-grid:hover span:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  opacity: 1;
}
/*-- //Effect1 --*/
.services-grid h5 {
    font-size: 1.2em;
    margin: 0.8em 0 0;
    color: #8b008b;
}
/*-- //services --*/
.about ul li {
    display: block;
    margin-top: 0.8em;
    font-size: 0.9em;
    color: #555;
}
.about ul li span.glyphicon {
    font-size: .85em;
    margin-right: 5px;
}
p.w3-text{
    width: 65%;
    text-align: center;
    margin: 0 auto;
}
/*-- //about-page --*/
/*-- property-page --*/
.properties-w3lsrow .w3ls-text p {
    display: inline-block;
    margin-right: 12px;
}
.properties-w3lsrow .w3ls-text h6 {
    margin: 0 0 0 12px;
	display: inline-block;
}
.properties-w3lsrow .w3ls-text h5 { 
    display: inline-block;
}

.latest-w3lsrow {
    margin-top: 4em;
}
.latest-grids {
    position: relative;
    padding: 5px;
    background: #ffe4c4;
    margin-top: 1.5em;
	float: left;
    width: 31.3%;
}
.latest-grids.latest-grids-mdl {
    margin: 1.5em 1.5em 0;
}
.latest-grids-image {
	position: relative;
    overflow: hidden;
}
.latest-grids-image img {
    display: block;
    width: 100%;
}
.latest-grids h6 {
    position: absolute;
    left: -10px;
    top: 30px;
    background: #8b008b;
    line-height: 1.5em;
    font-weight: normal;
    padding: .3em 0.8em;
    color: #FFFFFF;
    font-size: 1.1em;
    letter-spacing: 2px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all; 
    transition: .5s all;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s; 
    transition-delay: .2s;
} 
.latest-grids h4 {
    font-size: 1.1em;
    color: #fff;
    margin: 1em 0;
} 
.latest-grids:hover h6 {
    left: -260%;
}
.latest-grids-description {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px; 
	background: rgba(0,0,0,0.6);
	color: #fff;
	top: 100%;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s; 
	transition: all 0.5s;
	text-align: center;
}
.latest-grids-description h5 {
    font-size: 1em;
    color: #fff;
    background: #09cbce;
    display: inline-block;
    padding: .6em 1.2em;
    border-radius: 3px;
}
.latest-grids:hover .latest-grids-description {
	top: 0;
} 
.latest-grids-text {
    padding: 10px;
}
.latest-grids-text h5 {
    font-size: 1.2em; 
}
.latest-grids-text h5 a {
    color: #8b008b;
	text-decoration:none;
}
.latest-grids-text h5 a:hover{
    color: #333; 
}
.latest-grids-text p {
    margin-top: 0.6em;
}
/*-- //property-page --*/
/*-- agents --*/
/*-- img-hovers --*/
.stack img { 
	width: 100%; height: auto; vertical-align: bottom; border: 7px solid #c766c7; 
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px; 
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
 

/* Third stack example (One stack element rotated in the opposite direction) */
.stack.twisted:before {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
}	
.stack.twisted:after {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
}	
/* Reset all rotations on hover */
.stack:hover:before, .stack:hover:after,.team-grid:hover .stack:before,.team-grid:hover .stack:after{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
/* Stacks creted by the use of generated content */
.stack:before, .stack:after { 
	content: ""; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	width: 100%; height: 100%; position: absolute; border: 7px solid #c766c7; left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: 0.3s all ease-out;
	-moz-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	-o-transition: 0.3s all ease-out;
	-ms-transition: 0.3s all ease-out;
}
.stack:before { top: 4px; z-index: -10; } /* 1st element in stack (behind image) */	
.stack:after { top: 8px; z-index: -20; } /* 2nd element in stack (behind image) */
.stack {
    width: 85%;
    margin: 0 auto;
    position: relative;
    z-index: 998;
}
/*-- //img-hovers --*/
.w3agent-grid {
    border: 1px solid #cacaca;
    padding: 1.8em;
    -webkit-box-shadow: 0px 0px 6px 1px #ccc;
    -moz-box-shadow: 0px 0px 6px 1px #ccc;
    box-shadow: 0px 0px 6px 1px #ccc;
    margin: 1em;
    float: left;
    width: 45.3%;
}
.agents h4 {
    font-size: 1.7em;
    color: #333;
}
.agents p {
    margin-top: 0.8em;
}
.agents p a {
    display: inline-block;
    color: #1e9c95;
	text-decoration:none;
}
.agents p a:hover{
	color: #333;
}
.agents i.glyphicon {
    margin-right: 8px;
}
.w3agent-text {
    margin-top: 2em;
}
/*-- //agents --*/
/*-- gallery --*/ 
.gallery-grids {
    margin: 0.5em;
    float: left;
    width: 30.9%;
}
.w3ls-hover {
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.w3ls-hover img { 
	width: 100%;
}
.w3ls-hover .view-caption {
	background-color: rgba(34, 167, 240, 0.8);
	border: 5px solid #fff;
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 10px;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	right: 0;
	text-align: center;
	top: 0;
	z-index: 99;
	-webkit-transition: all 0.75s ease-in-out 0s;
	-moz-transition: all 0.75s ease-in-out 0s;
	-ms-transition: all 0.75s ease-in-out 0s;
	-o-transition: all 0.75s ease-in-out 0s;
	transition: all 0.75s ease-in-out 0s;
}
.w3ls-hover .view-caption h5 {
	color: #fff;
	font-size: 1.5em;
	padding-top: 25.5%;
	-webkit-transition: all 0.75s ease-in-out 0s;
	-moz-transition: all 0.75s ease-in-out 0s;
	-ms-transition: all 0.75s ease-in-out 0s;
	-o-transition: all 0.75s ease-in-out 0s;
	transition: all 0.75s ease-in-out 0s;
}
.w3ls-hover:hover .view-caption {
	opacity: 1;
	filter: alpha(opacity=100);
	border: 10px solid #fff;
}
.w3ls-hover:hover .view-caption h5 {
    padding-top: 30%;
}
/*-- //gallery --*/
/*-- contact --*/ 
.contact h3.w3ls-title {
    margin-bottom: 0.6em;
}
.contact-form input[type="text"] {
    width: 100%;
    color: #999;
    background: none;
    outline: none;
    font-size: 0.9em;
    padding:.8em;
    margin-bottom: 1em;
    border: solid 1px #ccc;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.contact-form textarea {
    resize: none;
    width: 100%;
    background: none;
    color: #999;
    font-size: .9em;
    outline: none;
    padding: .8em;
    border: solid 1px #ccc;
    min-height: 10em;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px; 
}
.contact-form input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    padding: 0.8em 3em;
    font-size: 0.9em;
    margin: 0.5em 0 0 0;
    -webkit-appearance: none;
    background: #1e9c95;
    border: solid 1px #1e9c95;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
    background: none;
    color: #1e9c95;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -o-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(1.2);
    margin-left: 1em;
}
.map iframe {
    width: 100%;
    min-height: 15em;
    border: none;
}
.map {
    margin: 2.5em 0;
}
.contact-form p {
    margin-top: 0.5em;
}
.contact-form p a {
    color: #1e9c95;
}
.contact-form p a:hover{
    color: #555;
}
/*-- //contact --*/
/*-- details --*/
.properties-img.properties-img-single {
    height: 380px;
}
.w3ls-related {
    margin-top: 2.5em;
}
.w3ls-details {
    margin: 2.5em 0;
}
.w3ls-details h4 {
    font-size: 1.8em;
    color: #1e9c95; 
}
.w3ls-details p.agile-text{
    margin: 0.5em 0 2em;
}
.w3ls-details .w3ls-text p {
    margin-top: 0.8em;
}
.w3ls-related h3.w3ls-title,.w3ls-features h3.w3ls-title{ 
    margin-bottom: 0.5em;
    text-align: left;
}
.w3ls-features ul li {
    display: block;
    font-size: .9em;
    color: #555;
    margin-bottom: 1em;
}
.w3ls-features ul li span.glyphicon {
    color: #8b008b;
    font-size: .8em;
    margin: 0 10px;
}
.w3ls-related .w3agent-grid {
    margin: 0;
}
.w3ls-related .agents.w3agent-grid {
    width: 40%;
	float: none;
}
.carousel-control.left,.carousel-control.right {
    background: none;
}
.w3ls-related .carousel {
    width: 60%;
}
.w3ls-related .properties-img {
    height: 280px;
}
.w3ls-related h3.w3ls-title,.w3ls-features h3.w3ls-title {
    font-size: 2.5em;
}
/*-- //details --*/
/*-- short-codes --*/
h3.hdg {
    font-size: 1.6em;
    color: #8b008b !important;
    font-weight: 300;
}
.show-grid [class^=col-] {
	background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #555;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:30px;
}
.label {
	font-weight: 300 !important;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
} 
.input-group {
    margin-bottom: 20px;
} 
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
    margin-bottom: 0.5em;
    color: #333;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
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;
}
li.list-group-item1 {
  line-height: 2.5em;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:991px){
.list-group {
    margin-bottom: 25px;
}
.grid_3 {
    margin-bottom: 0em;
}
.grid_5 {
    padding: 1em 0;
}
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.label {
    font-size: 53%;
	} 
	h2.typoh2 {
		font-size: 1.5em;
	}
	.grid_4 {
		margin-top: 30px;
	}
	.progress {
		height: 10px;
		margin-bottom: 14px; 
	}
	.grid_3 p { 
		font-size: 0.9em;
		margin-bottom: 0.3em; 
	}
}
@media (max-width:480px){ 
	.codes .alert {
		font-size: 0.9em;
		padding: 10px;
	} 
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	} 
	 
	.codes .row {
		margin: 0;
	}
}
/*-- //Short-codes --*/
/*-- responsive-design --*/ 
@media(max-width:736px){
.properties-img .view-caption h4 { 
    letter-spacing: 0;
}
.w3agile, .services, .about {
    padding: 3.5em 1.8em; 
}
.properties-w3lsrow .w3ls-text h6 {
    margin: 0 0 0 4px; 
}
.latest-w3lsrow {
    margin-top: 3em;
}
h3.w3ls-title {
    font-size: 3em; 
}
.latest-grids { 
    width: 31%;
}
}
@media(max-width:667px){
.brand-grids { 
    width: 15.3%; 
}
p.w3-text {
    width: 72%; 
}
.properties-w3lsrow .w3ls-text h6 {
    margin: 0.5em 0 0;
    display: block;
}
.w3ls-details {
    margin: 1.5em 0;
}
.w3ls-details p.agile-text {
    margin: 0.5em 0 1.2em;
}
.w3ls-related h3.w3ls-title, .w3ls-features h3.w3ls-title {
    font-size: 2.3em;
}
.w3ls-related {
    margin-top: 2em;
}
.gallery-grids { 
    width: 30.7%;
}
.w3agile, .services, .about {
    padding: 3em 1.8em;
} 
}
@media(max-width:640px){
.banner-img { 
    min-height: 310px;
}
.welcome {
    padding: 3em 5em 0;
}
h3.w3ls-title {
    font-size: 2.8em;
}
.w3agile, .services, .about {
    padding: 3em 1.5em;
}
.properties-img .view-caption { 
    padding: 10px 12px; 
}
.brand-grids {
    width: 15%;
}
.banner.about-banner .banner-img {
    min-height: 100px;
}
.banner.about-banner h3 { 
    padding: 0.9em 1.2em;
}
.latest-grids {
    width: 30.9%;
}
.w3ls-related .carousel {
    width: 75%;
}
.w3ls-related .properties-img {
    height: 250px;
}
.services-grid { 
    width: 50%;
    padding: 0 3em;
}
.latest-grids {
    width: 70%;
    float: none;
    margin: 1.5em auto 0;
}
.latest-grids.latest-grids-mdl {
    margin: 1.5em auto;
}
.latest-grids h4 { 
    margin: 3em 0 1em;
}
.properties-img.properties-img-single {
    height: 315px;
}
.w3ls-details h4 {
    font-size: 1.6em; 
}
.w3ls-related h3.w3ls-title, .w3ls-features h3.w3ls-title {
    font-size: 2.2em;
}
}
@media(max-width:600px){
.banner-img {
    min-height: 270px;
}
.logo h2 {
    font-size: 1.2em; 
}
h3.w3ls-title {
    font-size: 2.6em;
}
.properties-bottom {
    margin: 1.6em auto 0;
    float: none;
    width: 70%;
    padding: 0;
}
.properties-img { 
    height: 247px; 
}
p.w3-text {
    width: 80%;
}
.w3agent-grid { 
    padding: 1.5em; 
    width: 44.4%;
}
}
@media(max-width:568px){
.services-grid { 
    padding: 0 2em;
}
p.w3-text {
    width: 90%;
}
.agents h4 {
    font-size: 1.6em; 
}
.w3agent-grid {
    padding: 1.5em;
    width: 46.5%;
    margin: 0.5em;
}
.gallery-grids {
    width: 30.6%;
}
.w3ls-hover .view-caption h5 { 
    padding-top: 12%; 
}
.w3ls-hover:hover .view-caption h5 {
    padding-top: 23%;
}
}
@media(max-width:480px){
.logo h2 {
    font-size: 1.1em;
}
.menu-button {
    position: relative;
    z-index: 1000;
    width: 3em;
    height: 2.2em;
    text-indent: 2.8em;
    font-size: 0.4em;
    color: transparent;
    padding: 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: transparent;
    outline: none;
}
.login a.sign-in span { 
    margin: 0.4em;
}
.header { 
    padding: 1em 2em;
}
.banner-img {
    min-height: 240px;
}
.welcome {
    padding: 2.5em 5em 0;
}
.w3agile, .services, .about {
    padding: 2.5em 1.5em;
}
.properties-bottom { 
    width: 80%; 
}
.properties-img {
    height: 225px;
}
.brand-grids {
    width: 31%;
}
p.w3-text {
    width: 100%;
}
.services-grid {
    padding: 0 1em;
}
.properties-w3lsrow .w3ls-text h6 {
    margin: 0 0 0 5em;
    display: inline-block;
}
.w3agent-grid {
    padding: 1.5em;
    width: 60%;
    margin: 0.8em auto;
    float: none;
}
.gallery-grids {
    width: 46.8%;
}
.w3ls-hover:hover .view-caption h5 {
    padding-top: 28%;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 85%; 
}
.map {
    margin: 2em 0;
}
.contact-form input[type="submit"] { 
    padding: 0.7em 2.5em; 
}
.properties-img.properties-img-single {
    height: 280px;
}
.w3ls-related .agents.w3agent-grid {
    width: 60%; 
}
}
@media(max-width:414px){
.header {
    padding: 1em 1.5em;
}
.welcome {
    padding: 2.5em 3em 0;
}
h3.w3ls-title {
    font-size: 2.5em;
}
.properties-bottom {
    width: 90%;
    margin: 1.5em auto 0;
}
.properties-img {
    height: 210px;
}
.w3ls-related .agents.w3agent-grid {
    width: 75%;
}
.w3ls-related .carousel {
    width: 100%;
}
.w3ls-related .properties-img {
    height: 240px;
}
.properties-img.properties-img-single {
    height: 250px;
}
.w3ls-related h3.w3ls-title, .w3ls-features h3.w3ls-title {
    font-size: 2em;
}
.latest-grids {
    width: 90%; 
}
.w3agent-grid {
    padding: 2em;
    width: 90%;  
}
.gallery-grids {
    width: 46.1%;
}
.w3ls-hover:hover .view-caption h5 {
    padding-top: 24%;
}
.contact-form input[type="text"] { 
    padding: .7em; 
}
.contact-form textarea { 
    padding: .7em; 
    min-height: 8em; 
} 
}
@media(max-width:384px){
.brand-grids {
    width: 30.5%;
}
.footer-nav ul li { 
    margin-left: 1.2em;
}
.gallery-grids {
    width: 46%;
    margin: 0.3em;
}
h3.w3ls-title {
    font-size: 2.2em;
}
.properties-img {
    height: 190px;
}
.properties-img.properties-img-single {
    height: 190px;
}
.w3ls-related .properties-img {
    height: 200px;
}
.w3ls-related h3.w3ls-title, .w3ls-features h3.w3ls-title {
    font-size: 1.8em;
}
.w3ls-details h4 {
    font-size: 1.4em;
}
.latest-grids h4 {
    margin: 1.8em 0 1em;
    font-size: 1em;
}
}
@media(max-width:375px){
.welcome {
    padding: 2em 2em 0;
}
.properties-bottom {
    width: 100%; 
}
.footer-nav ul li { 
    font-size: 0.9em; 
}
.w3ls-related .agents.w3agent-grid {
    width: 82%;
}
}
@media(max-width:320px){
.header {
    padding: 1em;
}
.banner-img {
    min-height: 220px;
}
.banner.about-banner .banner-img {
    min-height: 80px;
}
.banner.about-banner h3 {
    font-size: 2.2em; 
}
.kb_caption h3 { 
    font-size: 1.3em; 
}
.nav-tabs li a h5 {
    font-size: 1.2em; 
}
h3.w3ls-title {
    font-size: 2em;
}
.w3agile, .services, .about {
    padding: 2em 1.2em;
}
.brand-grids {
    width: 30.4%;
} 
.footer-nav ul li {
    margin-left: 0.8em;
}
.properties-img {
    height: 200px;
}
.services-grid {
    width: 100%;
    padding: 0 2em;
    float: none;
}
.w3ls-hover .view-caption { 
    border: 2px solid #fff; 
}
.w3ls-hover:hover .view-caption { 
    border: 5px solid #fff;
}
.w3ls-hover .view-caption h5 { 
    font-size: 1.3em;
}
.login-form input[type="submit"] { 
    padding: .5em 2em; 
}
}
/*-- //responsive-design --*/ 

.container-fluid{
		padding: 0;
	}
    /* Remove the navbar's default margin-bottom and rounded borders */ 
    .navbar {
      margin-bottom: 0;
      border-radius: 0;
    }
    
    /* Add a gray background color and some padding to the footer */
    footer {
      background-color: #f2f2f2;
      padding: 25px;
    }
    
  .carousel-inner img {
      width: 100%; /* Set width to 100% */
      margin: auto;
      min-height:100px;
  }

    .carousel-caption {
      display: none; 
    }
  /* Hide the carousel text when the screen is less than 600 pixels wide */
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; 
    }
  }
	.subscribe-border2 {
		margin: 2%;
		padding: 1% 2%;
		border-radius:15px;
	}
	.subscribe-border1 {
		padding: 1% 2%;
		border-radius:15px;
		background: #B80407; /* Old browsers */
	}
	.subscribebar {
		text-align:center;
		padding: .2% 0%;
		background: -moz-linear-gradient(45deg, rgba(130,0,31,1) 0%, rgba(255,0,0,1) 50%, rgba(130,0,31,1) 100%); /* ff3.6+ */
		background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(130,0,31,1)), color-stop(50%, rgba(255,0,0,1)), color-stop(100%, rgba(130,0,31,1))); /* safari4+,chrome */
		background: -webkit-linear-gradient(45deg, rgba(130,0,31,1) 0%, rgba(255,0,0,1) 50%, rgba(130,0,31,1) 100%); /* safari5.1+,chrome10+ */
		background: -o-linear-gradient(45deg, rgba(130,0,31,1) 0%, rgba(255,0,0,1) 50%, rgba(130,0,31,1) 100%); /* opera 11.10+ */
		background: -ms-linear-gradient(45deg, rgba(130,0,31,1) 0%, rgba(255,0,0,1) 50%, rgba(130,0,31,1) 100%); /* ie10+ */
		background: linear-gradient(45deg, rgba(130,0,31,1) 0%, rgba(255,0,0,1) 50%, rgba(130,0,31,1) 100%); /* w3c */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82001F', endColorstr='#82001F',GradientType=1 ); /* ie6-9 */
	}
	.subscribebar img{
		width: 210px;
	}
	
	.subscribebutton {
		text-align:center;
		background: #7F001D;
		color: #FFF;
		font-weight: bold;
		text-transform: uppercase;
		border-radius:15px;
	}
	
	.navbar {
		min-height: 26px;
		margin-top: 1px;
		color: #FFF;
		padding: 0% 0%;
	}
  
	.navbar-collapse.collapse {
		display: block!important;
		background: #231F20;
		margin: -2px;
	}
	
	.navbar-nav>li:nth-child(2) {
		border-right:1px solid #FFF;
	}

	.navbar-nav>li, .navbar-nav {
		border-right:1px solid #FFF;
		float: left !important;
	}

	
	@font-face {
		font-family: PassionOne;
		src: url(fonts/PassionOne-Black.ttf), url(fonts/PassionOne-Bold.ttf), url(fonts/PassionOne-Regular.ttf), url(fonts/PassionOne-Black.ttf) ;
	}

	@font-face {
		font-family: Roboto;
		src: url(fonts/Roboto-Black.ttf), url(fonts/Roboto-Bold.ttf), url(fonts/Roboto-Regular.ttf), url(fonts/Roboto-Black.ttf), url(fonts/Roboto-Light.ttf), url(fonts/Roboto-BlackItalic.ttf) ;
	}

	@font-face {
		font-family: PassionOne;
		src: url(fonts/PassionOne-Black.ttf);
		font-weight: bold;
	}

	p {
		font-family: PassionOne;
	}

	
	.navbar-nav>li:first-child, .navbar-nav>li:first-child a {
		font-family: 'Roboto';
		font-weight: bold;
		font-size: 14px;
		color: #F00 !important;
		border-right: 0px solid #FFF;
		padding-left: 7px;
	}
	
	.navbar-nav>li:first-child img {
		width: 17px;
		height: 23px;
		margin-top: -4px;
		margin-left: 10px;
	}
	
	.navbar-nav>li:last-child {
		border-right:none !important;
	}


	.navbar-nav.navbar-right:last-child {
		border-right:none !important;
		margin-right: -15px !important;
	}

	.navbar-right {
		float: left!important;
	}
	.navbar-nav>li>a{
		padding-top: 0px;
		padding-bottom: 0px;
		line-height: 20px;
		font-weight:none !important;
		font-family; 'sans-serif';
	}
	.navbar-default .navbar-nav>li>a {
		color: #FFF;
	}
	.content-responsive{
		border: 0px solid #FFF;
		height:100%;
	}
	
	.content-titlebar {
		width:100%;
		position: absolute;
		bottom: 0;
		background: -moz-linear-gradient(left, rgba(0,0,0,0.65) -1%, rgba(0,0,0,0.65) 0%, rgba(2,2,2,1) 1%, rgba(7,7,7,1) 4%, rgba(82,82,82,0.64) 49%, rgba(104,104,104,0.65) 62%, rgba(168,168,168,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) -1%,rgba(0,0,0,0.65) 0%,rgba(2,2,2,1) 1%,rgba(7,7,7,1) 4%,rgba(82,82,82,0.64) 49%,rgba(104,104,104,0.65) 62%,rgba(168,168,168,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(0,0,0,0.65) -1%,rgba(0,0,0,0.65) 0%,rgba(2,2,2,1) 1%,rgba(7,7,7,1) 4%,rgba(82,82,82,0.64) 49%,rgba(104,104,104,0.65) 62%,rgba(168,168,168,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00a8a8a8',GradientType=1 ); /* IE6-9 */
		/*padding: 1%;*/
		color: #FFF;
		text-align: left;
	}
	.content-titlebar p{
    text-align: left;
    font-size: 14px;
    color: #ff6000;
    letter-spacing: 2px;
	}
	

	
		.content-downloadbar {
		width:100%;
		position: absolute;
		bottom: 0;
		background: #B20D0D;
		
		color: #FFF;
		text-align: center;
	}
	.nav>li>a {
		position: relative;
		display: block;
		padding: 2px 5px;
	}
	.nopadding-left{
	padding-bottom: 6px;
    padding-left: 0;
    font-size: 12px;
	}
	.nopadding-right{
		padding-right:0;
	}
	
	.category-titlebar{
		background:#fff;
		color:#FFF;
		height: 20px;
		font-size: 12px;
	}
	.category-title{
		width: 100;
		height: 0;
		border-bottom: 30px solid #ff6000;
		border-right: 30px solid transparent;
		text-transform:uppercase;
		font-family: 'Roboto', sans-serif;
		/*! font-weight: bold; */
		font-size: 12px;
	}
	.category-title-green{
		margin-left: -36px;
		width: 4px;
		height: 20px;
		-webkit-transform: skew(45deg);
		-moz-transform: skew(50deg);
		-o-transform: skew(45deg);
		background: green;
	}
	.category-title-white{
		margin-left: -24px;
		width: 2px;
		height: 35px;
		-webkit-transform: skew(45deg);
		-moz-transform: skew(50deg);
		-o-transform: skew(45deg);
		background: white;
	}
	.category-more{
		color:#FFF;
		font-weight:bold;
	}
	
	.more img{
		width: 26px;
		padding: 1px 2px;
	}
	.rectangle {
		float: left;
		position: relative;
		height: 28px;
		width: 60px;
		border: solid 1px #ccc;
		border-right: none;
		background: #eee linear-gradient(white, #f1f1f1 37%, #e1e1e1 57%, #f6f6f6);
		cursor: pointer;
		color: #F00;
		font-weight:bold;
		z-index: 999;
		padding-top: 4px;
		margin-top: 4px;
	}
	.rectangle:before {
		position: absolute;
		top: 4px;
		right: -8px;
		width: 17px;
		height: 17px;
		border-left: solid 1px #ccc;
		border-top: solid 1px #ccc;
		transform: rotate(134deg) skewX(-10deg) skewY(-10deg);
		background: #eee linear-gradient(45deg, white, #f1f1f1 37%, #e1e1e1 57%, #f6f6f6);
		content: '';
	}
	
	
.topnav .search-container {
  float: left;
}

.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav .search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 0;
  background: #133A05;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav .search-container button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav .search-container {
    float: none;
  }
  .topnav a, .topnav input[type=text], .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
    font-size: 17px;
  }
  .topnav input[type=text] {
    border: 1px solid #ccc;  
    font-size: 16px;
  }
}

.menu-tab img{
	width:100%;
}

.col-xs-6-menu-tab{
	width:50%;
	border:4px solid #170505;
	float:left;
}
.col-xs-6-menu-tab li{
	list-style:none;
}
.menu-tab-wallpaper{
	background:#53780F;
	color:#FFF;
	font-weight:bold;
	text-align: center;
}
.menu-tab-video{
	background:#D66509;
	color:#FFF;
	font-weight:bold;
	text-align: center;
}
.menu-tab-natok{
	background:#710C84;
	color:#FFF;
	font-weight:bold;
	text-align: center;
}
.menu-tab-games{
	background:#0040F9;
	color:#FFF;
	font-weight:bold;
	text-align: center;
}
.menu-tab-animation{
	background:#0040F9;
	color:#FFF;
	font-weight:bold;
	text-align: center;
}
.menu-tab-games{
	background:#4F908A;
	color:#FFF;
	font-weight:bold;
	text-align: center;
}

.menu-tab-mp3{
	background:#5A2C08;
	color:#FFF;
	font-weight:bold;
	text-align: center;
}

.tab-title{
	padding-top: 5%;
	font-size: 9px;
}
.tab-title a{
	font-size: 12px;
	color:#FFF;
	font-weight:bold;
	text-align: center;
	padding:1%;
}
.col-xs-6-menu-tab li img{
	width:100%;
	padding: 1%;
}

.glyphicon {
    font-size: 12px;
}
.glyphicon-download{
	color:#F00;
}
.glyphicon-stop{
	color:#F00;
}

.other-category-bar{
	background: #D2D3D5;
	margin: 0.5% 0%;	
}
.other-category-bar-title{
	background: #686868;
	text-transform: uppercase;
	text-align:center;
	color:#FFF;
}
.other-category-bar ul{
	padding:0% 6%;
}
.other-category-bar ul li{
	padding:1% 0%;
	float:left;
	list-style: none;
	font-size: 12px;
}

.content-heading-bar{
	font-size: 12px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin-top: 2%;
}

.content-details-image{
	border:1px solid #F00;
	padding:1%;
}

.content-details-titlebar{
	background: #F00;
	color: #FFF;
	font-weight: bold;
	text-align:center;
}

.content-details-download{
	text-align:center;	
	border-radius:15px;
	color:#FFF;
	font-weight:bold;
}

.content-details-download button, .content-details-download glyphicon-download button {
	text-align:center;	
	text-transform:uppercase;
	border-radius:15px;
	color:#FFF;
	font-weight:bold;
	background: rgb(237,0,3); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,0,3,1) 1%, rgba(241,111,92,1) 50%, rgba(237,0,3,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(237,0,3,1) 1%,rgba(241,111,92,1) 50%,rgba(237,0,3,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(237,0,3,1) 1%,rgba(241,111,92,1) 50%,rgba(237,0,3,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed0003', endColorstr='#ed0003',GradientType=0 ); /* IE6-9 */
}

.cat_bg{
	border-bottom:2px solid #FFF;
	background-image:url("../images/cat_bg.png");
	background-size:100%;
}