/*--- fonts ---
=======================================*/
@font-face {
    font-family: 'titillium_weblight';
    src: url('../fonts/titilliumweb-light-webfont.eot');
    src: url('../fonts/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/titilliumweb-light-webfont.woff2') format('woff2'),
         url('../fonts/titilliumweb-light-webfont.woff') format('woff'),
         url('../fonts/titilliumweb-light-webfont.ttf') format('truetype'),
         url('../fonts/titilliumweb-light-webfont.svg#titillium_weblight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AzoSans';
    src:url(../fonts/Rui%20Abreu%20-%20AzoSans-Regular.otf);
}
@font-face {
    font-family: 'Ezo-head';
    src:url(../fonts/Exo-Medium.ttf);
}
@font-face {
    font-family: 'khula';
    src:url(../fonts/Khula-Regular.ttf);
}
@font-face {
    font-family:'didat';
    src:url(../fonts/DidactGothic.ttf);
}

/*--- Common 
==================== ---*/
body {
    font-family:'khula';
}

img {
	max-width:100%;
}

a, a:hover, a:focus {
	outline:none;
}

.m-t-50 {
	margin-top:50px;
}

.m-b-119 {
	margin-bottom:57px;
}

.padd0,
.padd0.modal-open {
	padding-right:0px !important;
}

.container {
	max-width:980px;
	width:auto;
}

.custom-btn1 {
	background:#f47513;
	font:400 17px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
	border:none;
	box-shadow:none;
	line-height:inherit;
	min-width:182px;
	padding:5px 15px;
}

.search-plan .btn {
	font-family:'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
	line-height:inherit;
	font-size:17px;
}
.type-title {
    font-size: 16px;
    font-weight: 900 !important;
}

.sub-title {
    background-color: #ffeea6;
}

.sub-title:hover {
	background-color: #ffd23b !important;
}
.warehouse {
    margin-bottom: 20px;
}
.align-gallery {
	width: 29% !important;
}
/*--- Header 
==================== ---*/
header.navbar {
	height:auto !important;
	padding:18px 0px;
	
}

header.navbar,
.navbar-collapse.collapse.in {
	background-color:#fff;
}

header.navbar {
	margin:0;
}

ul.navbar-nav > li > a {
	height:44px;
}

header nav .navbar-right li a {
	font:600 16px 'titillium_weblight', Helvetica, Arial, sans-serif;
	padding-top:10px;
	padding-bottom:10px;
	color:#2f2f2f;
}

header nav .navbar-right .dropdown-menu > li > a {
	padding-top:5px;
	padding-bottom:5px;
}

.top-content {
	background-color:#f5f5f5;
	padding-bottom:20px;
}

.foot-content {
	background:#22a993 url(../images/bg-review.png) no-repeat right bottom;
	min-height:300px;
	padding:20px 0px 50px;
}

.top-content h2,
.foot-content h2 {
	background:url(../images/title-border1.png) no-repeat center bottom;
	font:400 28px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
	margin:90px 0 28px;
	padding-bottom:26px;
	line-height:inherit;
	text-align:center;
	color:#2c4d8d;
}

.foot-content h2 {
	background:url(../images/title-border2.png) no-repeat center bottom;
	text-shadow:1px 1px 0 #616161;
	margin-top:20px;
	color:#fff;
}

.in-search {
	margin-left:30px;
	margin-top:8px;
}

.in-search {
	background-color:#000;
	border-radius:3px;
	color:#fff;
	width:100%;
	border:3px solid #999;
	opacity:0.8;
	

}

.in-search input {
	background-color:#000;
	margin:4px 18px;
	border:none;
	line-height:1.4;
}
.in-search i {
	margin:8px;
}
.flag-drop {
	background-color:#e0e0e0;
	border:1px solid #d4d1d1;
	border-radius:3px;
	padding:2px 5px 4px;
	margin:9px 0 0 15px;
	position:relative;
}

.flag-drop .fla-fi {
	margin:2px 5px 0 0;
	float:left;
}

.flag-drop .caret {
	float:left;
	margin-top:8px;
}

.flag-drop .dropdown-menu > li > a {
	padding:3px 12px 5px;
}

.flag-drop .dropdown-menu {
	min-width:95px;
	right:-5%;
	top:90%;
}

/*--- Banner Page 
==================== ---*/


.banner-head {
}

.banner-head .carousel {
	max-width:100%;
	margin:auto;
	overflow:hidden;
}

.banner-head .carousel-inner {
	width:100%;
}

.banner-head .carousel-inner img {
	display:inline-block;
	max-width:100%;
}

.banner-head .carousel-caption {
	top:18%;
}

.banner-head .container-left {
    color:#fff;
	position:absolute;
	top:27%;
	z-index:99999999;
}

.banner-head .banner-desp {
	 text-align:left;
	 padding:0;
}

.banner-head .banner-desp h1 {
	font:300 36px/43px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
	max-width:380px;
}

.banner-head .banner-desp h3 {
	font:400 18px/24px "Kozuka Gothic Pr6N",Arial,Helvetica,sans-serif;
    max-width:535px;
	margin:5px 0;
}

.plan-list{
	background:#323232;
	border:1px solid #f6f6f6;
	position:relative;
	margin-right:10px;
	width:245px;
	height:220px;
	padding:0;
	left:250px;
	opacity:0.5;
	
}

.plan-list li:last-child {
	margin-right:0;
}

.plan-list li:hover img {
	 -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    transform:scale(1.1, 1.1)
}

.plan-list li p {
	min-height:180px;
	padding:24px 18px;
	margin-bottom:0;
}

.plan-list li span a {
	font-family:'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
	background-color:#2c4d8d;
	font-size:15px;
	text-align:right;
	display:block;
	padding:8px 10px;
	color:#fff;
	width:60%;
	float:right;
}

.plan-list li span a:before {
	content:url('../images/plan-arrow.png');
	position:absolute;
	display:block;
	bottom:-5px;
}

.plan-list li span a:hover {
	text-decoration:none;
}

.copy-right{
	/*border-top:1px solid #b8defe;*/
	padding:30px 0;
}

.soci {
	-position:relative;
}

.soci ul {
	-position:fixed;
	-margin-top:-57px;
	-top:50%;
	-right:-14px;
	-z-index:999;
}

.soci ul li {
	-margin-bottom: 4px;
	display: inline-block;
	list-style: none;
	margin-right: 5px;	
}

.soci ul li a {
	border: 1px solid #333333;
}

.soci ul li:hover a {
	background: none repeat scroll 0 0 #d74516;
	text-decoration: none;
}

.soci ul li a {
	-max-width:80%;
	background: none repeat scroll 0 0 #6d738f;
	border-radius: 100px;
	-color: #2e375f;
	display: inline-block;
	font-size: 14px;
	height: 27px;
	line-height: 18px;
	padding: 7px;
	width: 27px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.key-section{margin-top:10px; margin-left:2%;}  
.key-section-one{background:#f5f5f5; border:1px solid #999; padding:18px 10px; color:#333; font-size:12px; width:24%; margin:1px;}
.key-section-one h3{ color:#333; font-size:20px; margin-bottom:5px;}
.key-section-one h3 a{ color: #333; font-size:16px; font-weight:bold; text-decoration:none;}
.key-section-one p{ color:#333; font-size:13px; line-height:1.5;}

/*--- Inspire Me 
==================== ---*/
.inspire-me {
	max-width:485px;
	margin-right:75px;
}

.inspire-content {
	border:1px solid #ddd;
	padding:62px 20px 30px;
	min-height:430px;
}

.select-model {
	max-width:165px;
	text-align:center;
}

.search-plan {
	min-width:220px;
}

.search-plan p {
	font-size:17px;
	color:#404040;
	margin-bottom:12px;
}

.search-plan li {
	margin-bottom:22px;
}

.plan-slider,
.slider-bg {
	background:#dadada;
	border-bottom:1px solid #b1b1b1;
	position:relative;
	border-radius:3px;
	width:100%;
	height:9px;
}

.slider-bg {
	background:#bcbcbc;
}

.slider-lower,
.slider-lower1 {
	background:#3a3a3a;
    border-radius: 40px;
    box-shadow:0 0 0 0 #cdcdcd, 0 0 0 3px #fff, 0 0 0 4px rgba(0, 0, 0, 0.1);
	position:absolute;
    cursor:pointer;
    height:21px;
    left:65px;
    top:-7px;
    width:21px;
}

.slider-lower1 {
	left:130px;
}

.best-plans {
	background:url(../images/separator.png) no-repeat left center;
	padding-left:110px;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left:-0.1em;
}

/*--- Best Plans 
==================== ---*/
.best-plans li {
	margin:0 43px 20px 0;
}

.best-plans li:nth-child(2n+2) {
	margin-right:0;
}

.best-plans p {
	font:400 15px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
	line-height:inherit;
	margin-bottom:7px;
	color:#525252;
}

.best-plans img {
	border:2px solid #355390;
	max-width:100%;
}

.best-plans img:hover {
	border:2px solid #638adb;
}

/*--- fifa 
==================== ---*/

.fifa-main{
margin-top:20px;
margin-bottom:20px;
}

.fifa-box{
	margin-bottom:10px;
}
.fifa-box-one{
	border-radius:5px solid #ccc;
}
.fifa-box-one img{
	width:100%;
	border-radius:5px solid #ccc;
	background:#f5f5f5;
	padding:3px;
}
.fifa-menu{ margin-bottom:10px; margin-top:10px; color:#000; padding-left:15px;}
.fifa-menu a{color:#000; font-size:14px; margin-right:6px; margin-left:6px; text-decoration:none; }
.fifa-menu a:hover{color:#333; font-size:14px; text-decoration:none; }

.fifa-box-two{
	margin-top:18px;
	text-align:center;
	padding-top:10px;
}
.fifa-box-two a{
    color:#000;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}
.fifa-box-two a:hover{
    color:#333;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
}


/*--- Explainer Video 
==================== ---*/
.video-cont {
	max-width:484px;
	margin:auto;
}

.video-inn {
	border:2px solid #fff;
}

/*--- Reviews 
==================== ---*/
.review-cont {
	width:55%;
}

.review-cont .carousel {
	margin:45px 0 30px 90px;
}

.review-cont .carousel .media-left img {
	border:1px solid #fff;
}

.carousel-inner p {
	font:normal 16px/25px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 0 #616161;
	margin-bottom:15px;
	max-width:435px;
	color:#fff;
	text-align:left;
}

.carousel-control.right,
.carousel-control.left {
	background:none;
	top:25px;
	left:-28px;
	width:35px;
	height:35px;
}

.carousel-control.right {
	left:inherit;
	right:-28px;
}

.custom-carsoual .media {
	margin:0 16px;
}

.custom-carsoual .media-body {
	max-width:75%;
	display:inline-block;
}

.custom-carsoual .media-body span {
	padding-left:12px;
}

.custom-carsoual .media-left, 
.custom-carsoual .media > .pull-left {
	padding-right:18px;
	display:inline-block;
}

.copy-right {
	background-color:#060606;
	padding:15px 0 12px;
	color:#fff;
	line-height:0.89;
	font:400 13px 'khula',Helvetica, sans-serif;
}
.copy-right a{
	text-decoration:none;
	color:#ccc;
	font:400 13px 'khula',Helvetica, sans-serif;
}
.copy-right a:hover {
	text-decoration:none;
	color:#b88b23;
	font:400 13px 'khula',Helvetica, sans-serif;	
}

.social-ic {
	margin:10px 0 15px;
}

.foot-mob {
	margin-bottom:15px;
}

.social-ic li a:hover {
	opacity:0.4;
}

.pad-sub {
	padding:30px;
}

/*--- modal ---
=======================================*/
.modal-content {
	background:#ececec;
}

.modal-content a {
	color:#000;
}

.modal-content a:hover {
	color:#2d7aaf;
	text-decoration:none;
}

.modal-content .modal-header h4 {
	font-size:24px;
	font-weight:900;
	margin-top:20px;
	margin-bottom:5px;
}

.modal-content .modal-header p {
	font-size:20px;
	margin:0;
}

.modal-content .modal-header {
	border-bottom:0;
}

.modal-content .thumbnail img {
	max-width:120px;
	max-height:150px;
	margin-bottom:11px;
}

.modal-content .modal-body ul {
	border-bottom:1px solid #bababa;
	text-align:center;
	margin:0 18px 10px;
}

.modal-content .modal-footer {
	border-top:1px solid #bababa;
	margin:0 30px;
}

.modal-content .nav-tabs > li {
	float:none;
	display:inline-block;
	margin:0 0 -1px;
}

.modal-content .nav-tabs > li > a {
	padding:4px 8px;
	font-size:13px;
	border-width:0;
	border-color:#ececec;
	margin:0;
}

.modal-content .nav-tabs > li.active > a, 
.modal-content .nav-tabs > li.active > a:focus, 
.modal-content .nav-tabs > li.active > a:hover, 
.modal-content .nav-tabs > li > a:focus, 
.modal-content .nav-tabs > li > a:hover {
	background:none;
	border-width:0 1px;
	border-color:#bababa;
	border-radius:0;
	font-size:13px;
	padding:4px 8px;
}

.modal-content .nav-tabs > li > a:focus, 
.modal-content .nav-tabs > li > a:hover {
	border-width:0;
	padding:4px 8px;
	border-width:0;
	border-color:#ececec;
	margin:0;
}

.modal-content .tab-cust .col-lg-2.col-md-3.col-xs-4 {
	width:160px;
	height:213px;
	padding-right:0;
	text-align:center;
	margin-bottom:10px;
}

.modal-content .tab-cust a.thumbnail {
	padding:15px 10px;
	border-radius:0;
}

#mobile-model .modal-dialog {
	width:75%;
}

#mobile-model .modal-header {
	text-align: center;
}

#mobile-model-detail .modal-dialog {
	width:70%;
}

#mobile-model-detail .modal-header {
	text-align: center;
	border-bottom:1px solid #bababa;
}

#mobile-model-detail fieldset {
	margin:0 15px;
}

#mobile-model-detail h2,
#mobile-model-detail .col-lg-8.col-md-8.col-xs-12 .row {
	border-bottom:1px solid #dedede;
	padding-bottom:10px;
	margin-bottom:12px;
}

#mobile-model-detail .col-lg-8.col-md-8.col-xs-12 .row {
	padding-bottom:0px;
}

#mobile-model-detail a.thumbnail {
	height:300px;
	line-height:300px;
	text-align:center;
}

#mobile-model-detail a.thumbnail img {
	display:inline-block;
}

.thumb {
    margin-top: 10px;
}

/*--- Details-page ---
=======================================*/

.search-result-box{
	margin-top:10px;
	padding-bottom:10px;
	padding-top:40px;
    padding-left:250px
}

.search-result-box h1
{
   font: 500 24px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    line-height: inherit;
    text-align: left;
    color: #2c4d8d;
	font-weight:bold;
}
.search-content-box{
	padding-top:10px;
	padding-left:10px;
	background:#FFF;
	border:1px solid #d6d6d6;
	border-radius:4px;
}
.mob-box{
}
.mob-box p{
	font-family:normal 12px/24px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif; color:#464646; line-height:0.2; padding-top:8px;
}
.mob-box h3{
	font-family:normal 16px/18px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif; color:#000000; line-height:0.2;
}
.mob-box img{
	margin-top:10px;
	padding-left:10px;
	padding-bottom:10px;

}
.mob-box-button{ 	
    background: #f47513;
    border-radius: 4px;
    padding: 3px 5px;
	max-width:90px;
	color:#FFF;
	margin-top:17px;
}
.mob-box-button a{ 	
    background: #f47513;
    border-radius: 4px;
    padding: 3px 5px;
	text-decoration:none;
	color:#FFF;
	max-width:70px;
	margin-top:10px;
	cursor:pointer;
}
.mob-box-button a:hover{ 	
    background: #f47513;
    border-radius: 4px;
    padding: 3px 5px
	text-decoration:none;
	color:#FFF;
	max-width:70px;
     margin-top:10px;
	cursor:pointer;
}
.items-cont{
	margin-top:60px;
}
.result-box{
	background-color:#FFF;
	border-bottom:1px solid #dedede;
	border-top:1px solid #dedede;
	padding-top:10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	min-height:180px;
}
.button-box{
	margin-right:10px;
	width:17%;
	float:left;
}
.button-box-one{
	margin-right:10px;
	width:12%;
	float:left;
}
.button-box-two{
	margin-right:10px;
	width:17%;
	float:left;
}
.btn-one{
	 background: #1cac95;
    font: 400 11px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    line-height: inherit;
    padding: 7px 12px;
	color:#FFF;
	border-radius:3px;

}
.btn-one a{
	 background: #1cac95;
    font: 400 11px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    line-height: inherit;
    padding: 5px 10px;
	color:#FFF;
	text-decoration:none;

}
.btn-one a:hover{
	 background: #1cac95;
    font: 400 11px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    line-height: inherit;
    padding: 5px 10px;
	color:#FFF;
	text-decoration:none;

}


.btn-two{
	 background: #f77713;
    font: 400 11px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    line-height: inherit;
    padding: 7px 12px;
	color:#FFF;
	border-radius:3px;

}
.btn-two a{
	 background: #f77713;
    font: 400 11px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    line-height: inherit;
    padding: 5px 10px;
    color:#FFF;
	text-decoration:none;
}
.btn-two a:hover{
	 background:#f77713;
    font: 400 11px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    line-height: inherit;
    padding: 5px 10px;
	color:#FFF;
	text-decoration:none;
}

.left-mob-box{
}
.left-mob{
	padding:10px 10px 2px;
	float:left;
	
}
.right-mob-box-text{
	border-right:1px solid #dedede;
	padding-left:10px;
}
.right-mob-text p{
	font-family:normal 9px/9px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif; 
	color:#464646;
	line-height:1.3;
	padding-left:10px;
	padding-top:40px;
}
.right-mob-text img{
	float:right;
}
.image-box{
	width:33%;
	border-right:1px solid #dedede;
}
.style-one{
    font-family:normal 14px/14px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif; 
	color:#000;
	font-weight:bold;
}
.style-two{
    font-family:normal 12px/12px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif; 
	color:#454545;
}
.style-three{
    font-family:normal 12px/12px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif; 
	color:#f77713;
}
.min-box{
	width:18%;
	border-right:1px solid #dedede;
	padding:6% 1%;

}
.mb-box{
	width:8%;
	border-right:1px solid #dedede;
	padding:7% 1%;


}
.reacharge-box{
	width:22%;
	border-right:1px solid #dedede;
	padding:7% 1%;
}
.button-box-s{
	width:15%;
	padding:7% 0% 7% 2%;
}
.btn-three{
	 background: #f77713;
    font: 400 11px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    line-height: inherit;
    padding: 5px 10px;
    color:#FFF;
	text-decoration:none;
	border-radius:4px;
}
.btn-three a{
	 background: #f77713;
    font: 400 11px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    line-height: inherit;
    padding: 5px 10px;
    color:#FFF;
	text-decoration:none;
}
.btn-three a:hover{
	 background: #f77713;
    font: 400 11px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    line-height: inherit;
    padding: 5px 10px;
    color:#FFF;
	text-decoration:none;
}

.button-container{
	left:0;
}

.left-s-container{
	margin-bottom:10px;
}

/*--Franchise--*/


.franchise{
	background-color:#fff;
	padding-top:0px;
	padding-bottom:0px;
}
.franchise-contain{
	margin-bottom:20px;
}

.franchise h2{
    color:#000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 13px;
    padding: 4px 0px;
    font:400 19px 'Ezo-head' Arial, Helvetica, sans-serif;
	
}
.franchise-box{
	background-color:#fefefe;
	border:1px solid #ececec;
	width:23%;
	margin:1%;
}

.franch-image-box{
	width:100%;
}
/*--exe--*/

.franchise-box-exe{
	background-color:#999;
	border:1px solid #ececec;
	margin-bottom:0;
	background:url(../images/franchise09.png) #e4e4e4 center bottom no-repeat;
	 display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	 -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
} 
.franchise-box-exe a{
	cursor:pointer;
	background:#666;
}
.franchise-box-exe a:hover{
	cursor:pointer;
	background:#666;
}



/*--exe-end--*/

/*--kid--*/

.franchise-box-kid{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
	background:url(../images/franchise08.png) center bottom no-repeat;
}
.franchise-box-kid a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-kid a:hover{
	width:100%;
	height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}

/*--kid-end--*/


/*--women--*/

.franchise-box-women{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-women a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	background:url(../images/franchise04.png) center bottom no-repeat; 
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-women a:hover{
   width:100%;
   background:url(../images/franchise04.png) center bottom no-repeat;
   height:245px;
  -webkit-transform: scale(0.97);
   transform: scale(0.97);

}

/*--women-end--*/





/*--forth-col--*/

.franchise-box-forth{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-forth a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	background:url(../images/franchise12.png) center bottom no-repeat;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-forth a:hover{
	width:100%;
  background:url(../images/franchise12.png) center bottom no-repeat;
	height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);

}

/*--forth-col-end--*/


/*--fifth-col--*/

.franchise-box-fifth{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-fifth a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	background:url(../images/franchise07.png) center bottom no-repeat;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-fifth a:hover{
	width:100%;
  background:url(../images/franchise07.png) center bottom no-repeat;
	height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);

}

/*--fifth-col-end--*/


/*--sixth-col--*/

.franchise-box-sixth{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-sixth a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	background:url(../images/franch01.png) center bottom no-repeat;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-sixth a:hover{
	width:100%;
 background:url(../images/franch01.png) center bottom no-repeat;
	height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);

}

/*--sixth-col-end--*/

/*--seventh-col--*/

.franchise-box-seventh{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-seventh a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	 background:url(../images/franchise05.png) center bottom no-repeat;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-seventh a:hover{
	width:100%;
  background:url(../images/franchise05.png) center bottom no-repeat;
	height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);

}

/*--seventh-col-end--*/


/*--eightth-col--*/

.franchise-box-eighth{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-eighth a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	background:url(../images/franchise02.png) center bottom no-repeat;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-eighth a:hover{
	width:100%;
  background:url(../images/franchise02.png) center bottom no-repeat;
	height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);

}



/*--nine-col--*/

.franchise-box-nine{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-nine a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	background:url(../images/franchise11.png) center bottom no-repeat;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-nine a:hover{
	width:100%;
  background:url(../images/franchise11.png) center bottom no-repeat;
	height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);

}


/*--ten-col--*/

.franchise-box-ten{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-ten a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	background:url(../images/franchise10.png) center bottom no-repeat;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
   -moz-transition: 0.4s ease;
}
.franchise-box-ten a:hover{
	width:100%;
  background:url(../images/franchise10.png) center bottom no-repeat;
	height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);

}


/*--eleven-col--*/

.franchise-box-eleven{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-eleven a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	 background:url(../images/franchise06.png) center bottom no-repeat;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-eleven a:hover{
	width:100%;
  background:url(../images/franchise06.png) center bottom no-repeat;
	height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);
}


/*--twelve-col--*/

.franchise-box-twelve{
	background-color:#e4e4e4;
	border:1px solid #ececec;
	margin-bottom:0;
}
.franchise-box-twelve a{
  display: block;
	width:100%;
	height:245px;
	padding:0;
    margin:0;
	background:url(../images/franchise03.png) center bottom no-repeat;
   -webkit-transition: 0.4s ease;
   transition: 0.4s ease;
}
.franchise-box-twelve a:hover{
 width:100%;
  background:url(../images/franchise03.png) center bottom no-repeat;
  height:245px;
  -webkit-transform: scale(0.97);
  transform: scale(0.97);

}

/*--eightth-col-end--*/


.franchise-btn1 {
    font: 400 14px 'AzoSans', Arial, Helvetica, sans-serif;
    border: none;
    box-shadow: none;
    color: #000;
    padding:7px 8px;
    left: 0;
    opacity: 0.89;
    text-align: center;
    bottom: 0px;
    width: 100%;
	text-transform:uppercase;
}
.franchise-btn1 a {
    font: 400 14px 'AzoSans', Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	 width: 250px;
	 background:#666;
	 position:hidden;
	   width: 100%;
	}
.franchise-btn1 a:hover {
	font: 400 14px 'AzoSans', Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration:none;
	 width: 100%;
	}


/*--Brands--*/

.brands{
	background:#fff;
	padding:0px 0 20px 0px !important;

}
ul.brand-list{
	margin:-11px 17px 0px 17px;
	padding:0px;
}
ul.brand-list li{
	margin:5px;
	text-decoration:none;
	list-style:none;
	float:left;
    width: 120px;
	border:1px solid #eaeaea;
	}
ul.brand-list li a{

}
ul.brand-list li a:hover{
}
.brands h2{
    color: #000;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 13px;
    background-color:#fbf2dc;
    padding: 4px 0px;
    font:400 15px 'Ezo-head' Arial, Helvetica, sans-serif;
    border-bottom: 1px dotted #cecece;
    border-top: 1px dotted #cecece;

}
.brand-logo{
	border:1px solid #e1e1e1;
	text-align:center;
	width:23%;
	margin:1%;
	min-height:120px;
	padding-top:20px;
}
.top-right-box{
	float:right;
	padding-top:20px;
}
.top-right-nav{
	float:right;
}
.top-right-nav li {
	display: inline-block;
	
}

.top-right-nav li a:before {
	position: relative;
	content: "|";
	font-size: 14px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
}

.top-right-nav li a:before {
	color: #666;
}

.top-right-nav li:first-child a:before {
	display: none;
}

.top-right-nav li a {
	font-size: 14px;
	display: block;
	line-height: 32px;
	color:#000;
	text-decoration:none;
	font:400 12px 'AzoSans';
}
.top-right-search{
	float:left;
	margin-right:10px;
}
.menu-bg{
	background-image:url(file:///D|/Project/yellow-flower/html02/images/menu-bg.jpg);
}


/*--first-part--*/

.first-bg{
	background:#fff6f3;
	border:1px solid #f5f5f5;
	padding-bottom:16px;
}
.first-part
 {
	padding:2px 0px;
	margin:0px;
 }
.first-part img{
}
.first-part h3
{
    padding: 8px 0px;
    font: 400 20px 'didat' Arial, Helvetica, sans-serif;
	color:#000;
	border-bottom:1px dotted #f5f5f5;
	}
ul.chair-box{
}
.first-part p
   {
	font:400 13px 'khula',Helvetica, sans-serif;
    padding-left: 18px;
    line-height: 1.4;
    padding-right: 15px;
	font-size:12px;
	text-align:justify;
	float:right;
	color:#f5f5f5;
   }
ul.key-group {
	margin:0px;
	padding:0px;
}
ul.key-group li{
	font:400 14px 'khula',Helvetica, sans-serif;
    padding-left: 18px;
	list-style:none;
	color:#000;
	display:block;
	line-height:1.9;
	font-size:12px;
	background:url(../images/arrow-brand.png)2px 5px no-repeat
	;
}
ul.presence{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul .presence li{
	display:inline-block;
}
ul.presence li a{
	cursor:pointer;
}
ul.presence li a:hover{
	cursor:pointer;	
}
ul.presence li.img{
	width:200px;
}
.first-image-box{
	width:40%;
	float:left;
	padding-left:15px;
}
.first-image-content{
	width:58%;
	float:right;
	color:#fff;
	font:400 12px 'khula',Helvetica, sans-serif;
}
.first-image-content p{
	padding:6px;
	color:#000;
	line-height:1.4;
}
.read-more-ch{
	background-color:#333;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	 margin-top:1px;
	 padding:2px 7px;
	 margin-left:8px;
	 
	}
.read-more-ch:hover{
	background-color:#616161;
	color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	 margin-top:5px;
	}



/*--foot-banner--*/

.footer-banner{
	background-color:#191919;
	padding-top:15px;
	padding-bottom:15px;
	margin-top: 0px;
	border-top:1px solid #f7f7f7;
}
.footer-banner h2{
	font:400 14px 'khula',Helvetica, sans-serif;
	padding-bottom:0px;
	line-height:inherit;
	text-align:left;
	color:#fff;
	text-transform:uppercase;
	line-height:0.89;
}
.footer-banner p{
	font:400 12px 'khula',Helvetica, sans-serif;
	color:#c2c2c2;
	line-height:1.4;
	text-align:justify;
}	
.foot-btn1 {
	background:#fff;
	font:400 12px 'AzoSans',Helvetica, sans-serif;
	border:none;
	box-shadow:none;
	line-height:inherit;
	min-width:182px;
	padding:5px 15px;
	color:#222;
	border-radius:3px;
	line-height:1.2;
}
.foot-btn1 a{
	color:#000;
	text-decoration:none;
}
.foot-btn1 a:hover{
	color:#000!important;
	text-decoration:none;
}
.foot-ab{
	height:110px;
}
	


/*--- Footer Menu 
==================== ---*/
.footer-menu {
	list-style:none;
	margin-top:5px !important;
}
.footer-menu h2 {
	font: 400 14px 'khula',Helvetica, sans-serif;
    line-height: inherit;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
	margin-top:15px;
	margin-bottom:10px;
	text-align:left;
	margin-left:-36px;
}
.footer-menu ul {
	list-style:none;
}
.footer-menu ul li {
	list-style:none;
}

.footer-menu li {
	font-size:12px;
	color:#c2c2c2;
	padding-left:14px;
	margin-left:-50px;
	margin-right:4px;
	font-family:'khula'sans-serif;
	line-height:1.6;
}

.footer-menu li a,
.foot-mob li a {
	font-size:12px;
	color:#c2c2c2;
	padding-left:14px;
	margin-left:-50px;
	margin-right:4px;
	font-family:'khula'sans-serif;
	line-height:1.6;
}

.footer-menu li a {
	margin-left:-14px;
}
.footer-menu li a:hover{
	font-size:12px;
	color:#c2c2c2;
}

.subscribe {
}
.col-top,
.col-bottom {
	margin:6px 0px 0 4px;
}
.subscribe h3 {
	font-size:18px;
	margin-bottom:3px;
	margin-top:0;
}

.subscribe p {
	line-height:18px;
	margin-bottom:5px;
	font:400 12px 'khula',Helvetica, sans-serif;
	line-height:1.4;
}
.subs-input {
    padding: 4px 10px;
    margin-bottom: 7px;
    background:#717171;
    color: #fff;
    width: 100%;
    border: 1px solid #8a8a8a;
}
.subs-input i {
	margin:3px;
	color:#fff;
}
.subs-input input {
	background:none;
	border:none;
	max-width:87% !important;
	height:24px;
	color:#fff;
	line-height:1.1;
	position:static !important;	
}
.subscribe .btn {
	background:#fff;
	padding:3px 16px;
	font-size:12px;
	border:none;
	color:#222;
	font-family:'AzoSans';
}
.nav-bar{
}
.header-content{
	background:#fff;
	min-height:78px;
	
}
.category-list {
    background: #000;
    border: 1px solid #f6f6f6;
    position: relative;
    margin-right: 10px;
    width: 245px;
    height: 220px;
    padding: 0;
    left: 192px;
    margin-top: -93px;
}
.category-nav{
	width:100px;
	padding-top:49px;
	margin-right:10px;
	float:left;
}
.category-nav li {
	display:block;

	
}
.category-nav li a:before {
	position: relative;
	content: "----------";
	font-size: 14px;
	margin: 0 3px;
	top: -1px;
	color: #fff;
	line-height:30px;
	text-transform:uppercase;
}
.category-nav li a:before {
	color: #666;
}
.category-nav li:first-child a:before {
	display: none;
}
.category-nav li a {
	font-size: 14px;
	display: block;
	line-height:1em;
	color:#ffffff;
	text-decoration:none;
	font:400 14px 'AzoSans';
	float:left;
	text-transform:uppercase;
}
.category-nav li a:hover {
	font-size: 14px;
	display: block;
	line-height:1em;
	color:#fdbc24;
	text-decoration:none;
	font:400 14px 'AzoSans';
	float:left;
	text-transform:uppercase;
}
.menu-bar{
	background:#000;
	display:inline-block;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.2);

}


/*--about-us---*/

.about-container{
	padding:15px;
}
.about-content{
    margin-top: 10px;
    margin-bottom: 10px;
    height: auto;
    padding:0px 0 10px 0;
}
.about-content h4{
	color:#000000;
	font-size:14px;
	font-family:'AzoSans';
	padding-left:18px;
	padding-top:10px;
	text-transform:uppercase;
}
.about-content h3{
	color:#000000;
	font-size:15px;
	font-family:'AzoSans';
	padding-left:18px;
	text-transform:uppercase;
	margin-bottom:10px;
}
.about-content p{
	font-size:14px;
	padding-left:18px;
	line-height:1.5;
	padding-right:15px;
	padding-bottom:8px;
	color:#000;
}
.about-btn1 {
	background:#333;
	font:400 13px 'Kozuka Gothic Pr6N', Arial, Helvetica, sans-serif;
	border:none;
	box-shadow:none;
	line-height:inherit;
	padding:5px 15px;
	margin-left:17px;
	color:#FFF;
}

.list2 {
	margin-left:30px;
	padding: 0;
	list-style: none;
	padding-top: 7px;
}
.list2 li {
	font-size: 13px;
	line-height:14px;
	padding-left:7px;
	margin-top:15px;
	margin-left:1px;
	color:#cceeff;
	margin-bottom: 6px;
	font-family:'AzoSans';
	background:url(../images/arrow-sub.png) no-repeat;
	padding-left:18px;
	margin-left:-13px;

}
.list2 li a {
	color:#000;
	font:14px/14px text;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-family:'AzoSans';
}
.list2 li a:hover {
	color:#f1b40c;
	-webkit-transition: all 0.25s ease;
	font-family:'AzoSans';
	transition: all 0.25s ease;
}
.about-secon-banner{
	margin-bottom:20px;
}
.about-secon-banner h2{
	color:#000000;
	font-size:18px;
	font-family:'AzoSans';
	background:url(../images/underline.png )bottom left no-repeat;
	background-position:3px 18px;
	min-height:40px;
	text-transform:uppercase;
}
.about-secon-banner p{
	font-size:13px;
	font-family:'AzoSans';
	padding-left:18px;
	line-height:1.5;
	padding-right:15px;
}
.coming-arrivals{
	
}
.news-events{
}

/*--Contact-us---*/

.contact-details{
	margin-top:15px;
}
.contact-details h3{
	color:#000000;
	font:400 17px 'khula',Helvetica, sans-serif;
	background:url(../images/underline.png )bottom left no-repeat;
	background-position:10px 21px;
	min-height:24px;
	text-transform:uppercase;
	padding-left:10px;
}
.contact-box{
	background:#f3f3f3;
	padding:12px;
	font-size:13px;
	font-family:'AzoSans';
	line-height:1.4;
	margin-bottom:10px;
	border:1px solid #e0e0e0;
	margin-right:10px;
	min-width:555px;
}
.contact-box-two{
	background:#f3f3f3;
	padding:12px;
	font-size:13px;
	font-family:'AzoSans';
	line-height:1.4;
	margin-bottom:10px;
	border:1px solid #e0e0e0;
	margin-right:10px;
	min-height:248px;
	width:340px;
	float:left;
}
.list3 {
	margin-left:30px;
	padding: 0;
	list-style: none;
	padding-top:0px;
}
.list3 li {
	font-size: 13px;
	line-height:9px;
	padding-left:5px;
	margin-top:3px;
	margin-left:-20px;
	color:#000;
	margin-bottom: 6px;
    font: 400 13px 'khula',Helvetica, sans-serif;
	padding-left:0px;
}

.list3 li a {
	color:#000 !important;
}

.list3 li a:hover {
	color:#2e2e2e !important;
}

.contact-form{
	background:#f7f7f7;
	padding:20px 14px;
	margin-bottom:20px;	
}
.contact-form h4{
	color:#000000;
	font-size:17px;
	font: 400 17px 'khula',Helvetica, sans-serif;
	padding-left:18px;
	text-transform:uppercase;
	line-height:0.24;
}
label {
	font-size: 13px;
	color: #666;
	font-weight: 300;
	cursor: pointer;
}

label .required {
	color: #ED2C3A;
	margin-left: 2px;
}

input[type="submit"] {
    outline: none;
}

.widget-search input[type="search"],
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea,
#respond input[type="text"],
#respond textarea, .email {
    color: #333;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
	font-weight:bold;
    border: 1px solid #eee;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    outline: none;
    width: 100%;
    padding: 7px 14px;
    display: block;
    margin-bottom: 10px;  
	transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	line-height:1.4;
}

.widget-search input[type="search"]:focus,
#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form textarea:focus,
#respond input[type="text"]:focus,
#respond textarea:focus {
	border-color: #ddd;
	box-shadow: 0 0 3px #eee;
	-o-box-shadow: 0 0 3px #eee;
	-moz-box-shadow: 0 0 3px #eee;
  	-webkit-box-shadow: 0 0 3px #eee;
}

.mail_response {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.name-missing, .email-missing, .message-missing {
    opacity: 0;
    color: #ED2C3A;
    margin-left: 10px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
#submit{
	background:#333;
	line-height:1.4;
	color:#FFF;
	border:none;
	padding:5px 19px;
}
.address-box{
	margin-bottom:10px;
	width:300px;
	float:left;
}
.address-box-right{
	margin-bottom:10px;
	width:300px;
	float:right;
}
.contact-box-s{
	background:#f3f3f3;
	padding:12px;
	font-size:13px;
	font-family:'AzoSans';
	line-height:1.4;
	border:1px solid #e0e0e0;
	min-height:242px;
}
.map {
    background: #f3f3f3;
    padding: 12px;
    font-size: 13px;
    font-family: 'AzoSans';
    line-height: 1.4;
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    min-width: 100%;
}	
	

/*--listing---*/

.listing{
	margin-top:25px;
	margin-bottom:15px;
}


.listing-header{
	padding-bottom:0px;
	border-bottom:1px dotted #aeaeae;
}

.listing-head-nav ul {
    position: relative;
    font-size: 13px;
    margin: 0 -4px 0 -40px;
}

.listing-head-nav ul li  {
	position: relative;
	content: ">>";
	font-size: 13px;
	font-weight: bold;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
	display:inline-block;
	padding-top:10px;
}
.listing-head-nav li a:before {
	position: relative;
	/*content: ">>";*/
	font-size: 14px;
	margin: 0 3px;
	top: -1px;
	color: #ddd;
	display:inline-block;
}

.listing-head-nav li a:before {
	color: #666;
}

.listing-head-nav li:first-child a:before {
	display: none;
		display:inline-block;
}

.listing-head-nav li a {
	font-size: 14px;
	line-height: 32px;
	color:#000;
	text-decoration:none;
	font:400 13px 'khula',Helvetica, sans-serif;
	display:inline-block;
}
.listing-head-nav li a:hover {
	font-size: 14px;
	line-height: 32px;
	color:#2e2e2e;
	text-decoration:none;
	font:400 13px 'khula',Helvetica, sans-serif;
	display:inline-block;
}

.button-back{
	padding:3px 12px;
	line-height:1.2;
	text-decoration:none;
	cursor:pointer;
	float:left;
	color:#333;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #CCC;
	margin-top:6px;
}
.button-back:hover{
	color:#333;
	background-color:#333;
	color:#fff;
	border:none;
	padding:3px 12px;
}
	
.mens-first-banner {
}
.mens-first-banner h2 {
	color:#000000;
	font-size:18px;
	font-family:'AzoSans';
	text-transform:uppercase;
}
.mens-first-banner p{
	color:#393636;
	font-size:14px;
	font-family:'AzoSans';
	line-height:1.4;
	text-align:justify;
}

.mens-cat{
	margin-top:10px;
	margin-bottom:10px;
}
.mens-cat-box{
	border:1px solid #dfdfdf;
	margin:2px;
	padding:2px;
	width:270px;
}
.mens-cat-box-in{
	background:#dfdfdf;
	margin:1px;
	padding:20px 0 0 20px;
}
.image-left-box{
	float:left;
	margin-right:15px;
	width:296px;
	z-index:999;
	border:2px solid #dddddd;
}
.image-left-box-inn{
	width:288px;
	background-image:url(../images/image-men01.jpg);
	margin:2px;
	padding-top:96%;
}
.image-left-box-inn-two{
	width:288px;
	background-image:url(../images/image-men02.jpg);
	margin:2px;
	padding-top:96%;
}
.image-left-box-inn-three{
	width:288px;
	background-image:url(../images/image-men03.jpg);
	margin:2px;
	padding-top:96%;
}
.caption-box{
	margin:1px;
	background:url(../images/bg-caption.png) bottom left repeat repeat;
	height:60px;
}

.caption-left{
    padding-top: 32px;
    padding-left: 7px;
    color: #000000;
    font-family: 'AzoSans';
    font-size: 12px;
    text-transform: uppercase;
    float: left;
}
.caption-right{
	padding-top:33px;
	padding-right:15px;
	color:#000000;
	font-family:'AzoSans';
	font-size:12px;
	text-transform:uppercase;
	float:left;
	padding-left:8%;
}
.cap-button{
	float:right;
	padding-top:18px;
	padding-right:5px;
	width:40px;
	height:50px;
}
.cap-button a{
	float:right;
	padding-top:18px;
	padding-right:5px;
	background:url(../images/arrow-button.png) no-repeat;
	width:40px;
	height:50px;
	background-position:0px 1px;
	cursor:pointer;
}
.cap-button a:hover{
	float:right;
	padding-top:18px;
	padding-right:5px;
	background:url(../images/arrow-button-hover.png) no-repeat ;
	width:40px;
	height:50px;
	background-position:0px 1px;
	cursor:pointer;
}
.right-sp-box{
	margin-top:25px;
	float:right;
}
.list-image-one{
	background-color:#fefefe;
	border:1px solid #ececec;
	background:url(../images/pic01.png)center bottom no-repeat;
	margin-bottom:0;
}
.list-image-one a{
  display: block;
	width:100%;
	height:367px;
	padding:0;
    margin:0;
}
.list-image-one a:hover{
   width:100%;
   background:#333;
   height:367px;
   box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity:0.1;

}


.list-image-two{
	background-color:#fefefe;
	border:1px solid #ececec;
	background:url(../images/pic02.png)center bottom no-repeat;
	margin-bottom:0;
}
.list-image-two a{
  display: block;
	width:100%;
	height:367px;
	padding:0;
    margin:0;
}
.list-image-two a:hover{
  width:100%;
  background:#333;
  height:367px;
  box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity:0.1;

}

.list-image-three{
	background-color:#fefefe;
	border:1px solid #ececec;
	background:url(../images/pic03.png) center bottom no-repeat;
	margin-bottom:0;
}
.list-image-three a{
  display: block;
	width:100%;
	height:367px;
	padding:0;
    margin:0;
}
.list-image-three a:hover{
  width:100%;
  background:#333;
  height:367px;
  box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity:0.1;
  font-family:400 12px 'khula',Helvetica, sans-serif;
  
  

}

.list-image-for{
	background-color:#fefefe;
	border:1px solid #ececec;
	background:url(../images/pic04.png) center bottom no-repeat;
	margin-bottom:0;
}
.list-image-for a{
  display: block;
	width:100%;
	height:367px;
	padding:0;
    margin:0;
}
.list-image-for a:hover{
	width:100%;
  background:#333;
  height:367px;
  box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  opacity:0.1;

}
.icon-tops {
    height:20px;
    width: 20px;
	z-index:99999;
	background:url(../images/men-icon.png) no-repeat;
	color:#aeaeae;
	background-position:-2px 3px;
}
.icon {
    display: inline-block;
}
.icon-women {
    height:20px;
    width: 20px;
	z-index:99999;
	background:url(../images/women-icon.png) no-repeat;
	background-position:-2px 3px;
	color:#aeaeae;

}
.icon {
    display: inline-block;
}
.icon-kid{
    height:20px;
    width: 20px;
	z-index:99999;
	background:url(../images/kids.png) no-repeat;
	background-position:-2px 3px;
	color:#aeaeae;

}
.icon {
    display: inline-block;
}


/*--cottny---*/

.cottny{
	margin-bottom:10px;
	}
.cottny-banner{
	}
.cottny-content{
	margin-top:10px;
	margin-bottom:10px;
	height:auto;
	padding:10px 0 10px 0;
}
.cottny-content h2{
	color:#000000;
	font-size:18px;
	font-family:'AzoSans';
	background:url(../images/underline.png )bottom left no-repeat;
	background-position:1px 18px;
	min-height:40px;
	text-transform:uppercase;
}
.cottny-content p{
	font-size:13px;
	font-family:'AzoSans';
	line-height:1.5;
	padding-right:15px;
}
.cottny-image{
	margin-bottom:40px;
	}
	
.item-box{
	margin-bottom:40px;
	margin-top:20px;
	}	
.icon-bar{
}
.home-icon{

}
.home-icon a{
	width:35px;
	height:35px;
	border-radius:15px;
	float:left;
	background:url(../images/icons.png) no-repeat;
	cursor:pointer;
	background-position:-1px -1px;
}
.home-icon a:hover{
	width:35px;
	height:35px;
	border-radius:15px;
	float:left;
	background:url(../images/icons.png) no-repeat;
	cursor:pointer;
	background-position:-1px -43px;
}
.about-icon{
}
.about-icon a{
	width:35px;
	height:35px;
	border-radius:15px;
	float:left;
	background:url(../images/icons.png) no-repeat;
	cursor:pointer;
	background-position:-44px -2px;
	margin-left:3px;
}
.about-icon a:hover{
	width:35px;
	height:35px;
	border-radius:15px;
	float:left;
	background:url(../images/icons.png) no-repeat;
	cursor:pointer;
	background-position:-44px -43px;
	margin-left:3px;
}

.contact-icon{
}
.contact-icon a{
	width:35px;
	height:35px;
	border-radius:15px;
	float:left;
	background:url(../images/icons.png) no-repeat;
	cursor:pointer;
	background-position:-88px -2px;
	margin-left:3px;
}
.contact-icon a:hover{
	width:35px;
	height:35px;
	border-radius:15px;
	float:left;
	background:url(../images/icons.png) no-repeat;
	cursor:pointer;
	background-position:-88px -44px;
	margin-left:3px;

}

/*--search-icon--*/

.sb-search {
	position: relative;
	margin-top: 10px;
	width: 0%;
	min-width: 60px;
	height: 60px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 60px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 20px;
	color: #2c3e50;
}

.sb-search-input::-webkit-input-placeholder {
	color: #efb480;
}

.sb-search-input:-moz-placeholder {
	color: #efb480;
}

.sb-search-input::-moz-placeholder {
	color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width: 60px;
	height: 60px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #e67e22;
	z-index: 90;
	font-size: 22px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #da6d0d;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

@media screen and (max-width: 360px){
	.key-section{margin-top:5px;}  
	.key-section-one{background:#f5f5f5;  border:1px solid #999; padding:18px 10px; color:#333; font-size:12px; width:99% !important; margin:1px;}
	.key-section-one h3{ color:#333; font-size:20px; margin-bottom:5px;}
	.key-section-one p{ color:#333; font-size:13px; line-height:1.5;}
}

@media screen and (max-width: 480px){
	.key-section{margin-top:5px;}  
	.key-section-one{background:#f5f5f5;  border:1px solid #999; padding:18px 10px; color:#333; font-size:12px; width:99% !important; margin:1px;}
	.key-section-one h3{ color:#333; font-size:20px; margin-bottom:5px;}
	.key-section-one p{ color:#333; font-size:13px; line-height:1.5;}
}

@media screen and (max-width: 767px){
	.key-section{margin-top:5px;}  
	.key-section-one{background:#f5f5f5;  border:1px solid #999; padding:18px 10px; color:#333; font-size:12px; width:99% !important; margin:1px;}
	.key-section-one h3{ color:#333; font-size:20px; margin-bottom:5px;}
	.key-section-one p{ color:#333; font-size:13px; line-height:1.5;}
	.fashion-box {
		border: 1px solid #ccc;
		margin-bottom: 1px;
		width: 48%;
		float: left;
		margin-left: 1%;
	}
	.gallery-grid-category {
		height: 114px;
		width: 29%;
		display: inline-block;
		border: 1px solid #ccc;
		margin: 4px;
		padding-left: 2px;
		padding-right: 2px;
	}
	.brand-expand-normal {
		display: none;
	}
	.brand-button-new {
		width: 100% !important;
		border-radius: 0px !important;
		margin-bottom: 10px;
		background-color: #000000;
		color: #fff;
	}
	.caret.caret-icon-dropdown {
		float: right;
		margin-top: 7px;
	}
}

@media (min-width: 768px){
.main-content .block-images-3 div a div.shopnow-onhover {
    position: absolute;
    text-align: center;
    color: #000;
    background-color: #fff;
    font: 16px / 15px Swiss721CondensedBold,"Helvetica Neue",Arial,sans-serif;
    width: 100%;
    height: 46px;
    padding: 15px;
    top: auto;
    bottom: 0;
    opacity: 0;
    transform: translateY(100%);
    transition: transform .4s,opacity .1s .3s;
}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheetdiv {
    display: block;
}
	.brand-expand-mob {
		display: none;
	}	
}

.logo-left{
	min-width:200px;
	float:left;
	
}
.top-right-box{
	float:right;
}
.search{
	margin-right:10px;
	float:left;
}
.special-icons{
	float:left;	
}
	


/*search-start-here--*/

/*#search-wrap {
  display: inline-block;
  position: relative;
  height: 40px;
  float: right;
  padding-top:5px;
}*/
#search-wrap {
    display: inline-block;
    position: relative;
    height: 40px;
    float: right;
    padding-top: 10px;
}

input[name="search"] {
  height:32px;
  font-size: 13px;
  display: inline-block;
  font: 400 12px 'khula',Helvetica, sans-serif;
  font-weight: 100;
  border: none;
  outline: none;
  color:#000;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute !important;
  right: 0;
  background: none;
  z-index: 3;
  cursor: pointer;
  padding-top:5px;
  padding-left:9px;
}

input[type="text"]:focus:hover {
}

input[type="text"]:focus {
  width:170px;
  z-index: 1;
  border: 1px solid #BBB;
  cursor: text;
}

input[type="submit"] {
    height: 56px;
    width: 63px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../images/search-icon-s.png) center center no-repeat;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    cursor: pointer;
    padding-top: 29px;
}
input[type="submit"]:hover {
	    padding-top:5px;

}
/*--category-icon---*/



.icon-home-two{
	background:url(../images/home-two.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;

}
.icon-about{
	background:url(../images/about-two.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;

}
.icon-category{
	background:url(../images/category.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;

}
.icon-brand{
	background:url(../images/brand.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;

}
.icon-franchise{
	background:url(../images/suitcase.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;

}
.icon-contact{
	background:url(../images/contact.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-male{
	background:url(../images/men.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;

}
.icon-female{
	background:url(../images/women.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-kid-mob{
	background:url(../images/kid-02.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-shirt{
	background:url(../images/shirt.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-t-shirt{
	background:url(../images/t-shirt.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-fashion{
	background:url(../images/fashion.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-beauty{
	background:url(../images/health-beauty.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}

.icon-polo{
	background:url(../images/polo.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-trouser{
	background:url(../images/trouser.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-long-wear{
	background:url(../images/long-wear.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-socks{
	background:url(../images/socks.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-3px 5px;
}
.icon-undergarments{
	background:url(../images/undergarments.png);
	width:18px;
	height:18px;
	background-position:-2px 3px;
}
.icon-jeans{
	background:url(../images/jeans-icon.png) no-repeat;
	width:18px;
	height:18px;
	background-position:-2px 3px;
}

/*--Product---*/


.product{
	margin-top:15px;
	margin-bottom:15px;
}
.product-left{
	margin-bottom:34px;
}
.product-right{
}
.product{
	margin:6px;
}
.product h2{
	font-size:24px;
	font-weight:bold;
}
ul.size h3{
	font-size:13px;
	text-transform:uppercase;
	color:#333;
    font-family: 'AzoSans';
	border-top:1px dashed #aeaeae;
	border-bottom:1px dashed #aeaeae;
	padding:6px 0;
}
ul.size{
	margin-top:5px;
	list-style:none;
	min-height:80px;
	margin-left:-35px;

}
ul.size li{
	display:inline;
	background:#000;
	padding:13px 8px;
	margin-right:2px;
	float:left;
	display:block;
	margin-bottom:2px;
	list-style:circle;
	font-size:10px;
}
ul.size li a{
	background:#000;
	color:#fff;
	text-decoration:none;
	list-style:circle;
}
ul.size li a:hover{
	color:#fff;
	text-decoration:none;
	opacity:0.5;

}

ul.brand-main h3{
	font-size:13px;
	text-transform:uppercase;
	color:#333;
    font-family: 'AzoSans';
	border-top:1px dashed #aeaeae;
	border-bottom:1px dashed #aeaeae;
	padding:6px 0;
}
ul.brand-main{
	margin-top:5px;
	list-style:none;
	min-height:250px;
	margin-left:-35px;
}
ul.brand-main li{
	padding:13px 8px;
	display:block;
	margin-bottom:2px;
	color:#000;
	background:url(../images/arrow-brand.png) no-repeat;
	background-position:5px 5px;
	padding-left:20px;
	font-size:12px;
}
ul.brand-main li a{
	display:block;
	margin-bottom:2px;
	color:#000;
	list-style:circle;
}
ul.brand-main li a:hover{
	color:#000;
	list-style:circle;
}
.color{
	margin-left:35px;
	height:40px;
	margin-bottom:41px;
	margin-left:0px;
}
.color h3{
	font-size:13px;
	text-transform:uppercase;
	color:#333;
    font-family: 'AzoSans';
    padding:6px 0;
   	border-top:1px dashed #aeaeae;
	border-bottom:1px dashed #aeaeae;

}

.yellow{
	width:25px;
	height:25px;
	float:left;
	margin-right:3px;
	background-color:#f49b00;


}
.orange{
	width:25px;
	height:25px;
	float:left;
	margin-right:3px;
	background:#d24304;
}
.green{
	width:25px;
	height:25px;
	float:left;
	margin-right:3px;
	background:#058f29;
}
.yellow{
	width:25px;
	height:25px;
	float:left;
	margin-right:3px;
	background:#eea70f;
}
.red{
	width:25px;
	height:25px;
	float:left;
	margin-right:3px;
	background:#e50808;
}
.blue{
	width:25px;
	height:25px;
	float:left;
	margin-right:3px;
	background:#0638f1;
}
.product-banner{
}

.gallery-bottom{ margin:20px 0;}
.gallery-bottom p{ margin-top:18px; text-align:center; line-height:1.1;}

.view-product{
	 margin:20px 0;
	 margin-top:50px; margin-bottom:40px;}
}

.gallery-left h2{ color: #000; font-size: 24px; margin-top:50px; margin-bottom:50px; }
	
/*--brands--*/

.brand-first-section{
	background:#f5f5f5;
	padding-top:15px;
}
.brand-first-section h2{
	color:#000000;
	font-size:22px;
	font-family:'AzoSans';
	background-position:3px 18px;
	min-height:40px;
	text-transform:uppercase;
	text-align:center;
}
.brand-banner{
}

/*--listing-retail--*/

.listing-retail{
	padding-top:15px;
	padding-bottom:0px;
	background:#fff;
}

ul.listing-retail-list{
	margin-bottom:15px;
	padding:0px;
}
ul.listing-retail-list li{
	display:block;
	list-style:none;
	text-decoration:none;
	line-height:1.9;
	font: 400 13px 'khula',Helvetica, sans-serif;
	color:#fff;
    background:#f5f5f5;
	padding:9px 0 0 18px;
	border-bottom:1px solid #ccc;
}
ul.listing-retail-list li a{
	font-size:14px;
	text-decoration:none;
	color:#000;
}
ul.listing-retail-list li a:hover{
	font-size:14px;
	text-decoration:none;
	color:#000;
}
.cottny-banner-sec{
	padding-top:2px;
	padding-bottom:2px;
}
.cottny-banner-sec h3{
	color:#f0a703;
	font-size:18px;
	font-family:'AzoSans';
	text-transform:uppercase;
	text-align:left;
	line-height:0.5;
	margin-top:1px;
}
.cottny-banner-sec img{
	padding-top:0px;
}
.cottny-banner-map{
	padding-top:2px;
	padding-bottom:2px;
}
.cottny-banner-map h3{
	color:#00003e;
	font-size:18px;
	font:600 17px 'khula',Helvetica, sans-serif;
	text-transform:uppercase;
	text-align:left;
	line-height:0.5;
	margin-bottom:10px;
}
.view-website{
	color:#fff;
	font-size:11px;
	font: 400 13px 'khula',Helvetica, sans-serif;
	text-align:left;
	line-height:4;
	background:#000;
	padding:4px 12px;
	text-decoration:none;
	margin-top:15px;
	border-radius:4px;
	}
.view-website:hover{
	color:#fff;
	font-size:11px;
	font: 400 13px 'khula',Helvetica, sans-serif;
	text-align:left;
	line-height:4;
	background:#333;
	padding:4px 12px;
	text-decoration:none;
	margin-top:15px;
	border-radius:4px;
	}	

ul.side-image{
	margin:0px;
	padding:0px;
}
ul.side-image li{
	display:block;
	margin-bottom:10px;
	text-decoration:none;
}
ul.side-image li a{
	color:#333;
	text-decoration:none;
}
ul.side-image li a:hover{
	color:#000;
	text-decoration:none;
}
.category-mid-box{
}
.category-mid-box h3{
	color:#00003e;
	font-size:17px;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:bold;
}
.category-mid-box p{
	color:#000;
	text-align:left;
	line-height:1.2;
	text-align:justify;
	font: 400 13px 'khula',Helvetica, sans-serif;
}
.category-gallery{
}
.category-gallery h2{
}
ul.category-gallery-list{
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.category-gallery-list li{
	display:inline-block;
	margin-left:5px;
	border:1px solid #333;
	float:left;
	width:35px;
	height:35px;
	margin-top:5px;
}
ul.category-gallery-list li a{
	display:inline-block;

}
ul.gallery-list{padding: 0px; margin-left: 0px;}
ul.gallery-list li{display: inline-block;margin: 5px 0px; border-radius: 3px; border:1px solid #fff; overflow: hidden;}
ul.gallery-list li  div{position: relative;overflow: hidden;}

ul.gallery-list li  div img{transition: all 0.5s ease 0s, visibility 0s ease 0s;
  -ms-transition: all 0.5s ease 0s, visibility 0s ease 0s;
  -webkit-transition: all 0.5s ease 0s, visibility 0s ease 0s;
  -moz-transition: all 0.5s ease 0s, visibility 0s ease 0s;}
ul.gallery-list li  div img:hover{transform: scale(1.8); cursor: pointer;}



ul.category-gallery-list li a:hover{
	display:inline-block;
}
.brand-button{
	width:200px;
	background:#000;
	color:#fff;
	padding-left:15px;
	margin-bottom:3px;
}
.color-button{
	width:200px;
	background:#000;
	color:#fff;
	padding-left:15px;
	margin-bottom:3px;
}
.use-button{
	width:200px;
	background:#000;
	color:#fff;
	padding-left:15px;
}
.size-button{
	width:200px;
	background:#000;
	color:#fff;
	padding-left:15px;
	margin-bottom:3px;
}


/*--allen-solly--*/

ul.allen-solly{
	margin:0px;
	padding:0px;
}
ul.allen-solly li{
	display:block;
	padding-left:22px;
	margin-left:-2px;
	line-height:1.4;
	margin-bottom:10px;
	font-size:14px;
	background:url(../images/icon-jv.png) 1px 2px no-repeat;
}


  .sidebar-nav{
        position:fixed; 
        width:100%;
  }
  .affix-sidebar{
    padding-right:0; 
    font-size:small;
    padding-left: 0;
  }  
  .affix-row, .affix-container, .affix-content{
    height: 100%;
    margin-left: 0;
    margin-right: 0;    
  } 
  .affix-content{
    background-color:white; 
  } 
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar{
    border-radius:0; 
    margin-bottom:0; 
    border:0;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }  
  
 /*--brand-inner--*/
 
.brand-inner{
	 margin-top:40px;
	 margin-bottom:30px;
 }
.brand-inner-box{
 }
 .brand-inner-box a{
 transition: all 0.5s ease 0s, visibility 0s ease 0s;
  -ms-transition: all 0.5s ease 0s, visibility 0s ease 0s;
  -webkit-transition: all 0.5s ease 0s, visibility 0s ease 0s;
  -moz-transition: all 0.5s ease 0s, visibility 0s ease 0s;
 }
 .brand-inner-box a:hover{
	 transform: scale(1.1); cursor: pointer;
 }
 .brand-sub-box{
	 margin-bottom:2px;
	 width:240px;
 }
 
/*--fashion--*/ 
 
.fashion{
	 margin-top:40px;
	 margin-bottom:30px;
 }
.fashion-box{
	 border:1px solid #ccc;
	 margin-bottom:8px;
 }
.fashion h2{
	font-size:24px;
	color:#000;
	margin-left:14px;
	margin-bottom:7px;
 }
 .fashion-box a{
 }
 .fashion-box a:hover{
 }
 
  .affix-content{
    overflow: auto;
  }
  .affix-content .container .page-header{
    margin-top: 0;
  }
  .affix-content{
    padding-right: 30px;
    padding-left: 30px;
  }  
  .affix-title{
    border-bottom: 1px solid #ecf0f1; 
    padding-bottom:10px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse{
    padding: 0;
  }
  .sidebar-nav .navbar li a:hover {
    background-color: #428bca;
    color: white;
  }
  .sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
  }  
}

///////////////////////////////

.key-image-box{ margin-top:14px;}
.key-image-box img{ width:100%;}

.key-part-two{ padding:50px 0;}
.key-banner{}
.key-banner img{ width:100%;}
.key-group-facts{}
.key-group-facts h3{font-size:18px; color:#222; text-transform:uppercase; font-weight:bold;background-color: rgba(255, 210, 58, 0.83);padding: 7px 4px 3px 4px;}
.key-group-facts p{font-size:13px; color:#222; line-height:1.5;}
.home-head {background-color: rgba(255, 210, 58, 0.83);padding: 5px 2px 2px 2px;}

ul.key-listing{ margin:0px; padding:0px; list-style:none;}
ul.key-listing li{ padding-left:15px; line-height:1.4; font-size:13px; color:#333; background:url(../images/list-dott.png) no-repeat;}

@media screen and (max-width:320px) {

.key-banner{ margin-bottom:33px !important;}
.key-banner img{ width:100%;}

}

@media screen and (max-width:360px) {

.key-banner{ margin-bottom:33px !important;}
.key-banner img{ width:100%;}

}


@media screen and (min-width:479px) and (max-width:480px){

.key-banner{ margin-bottom:33px !important;}
.key-banner img{ width:100%;}

}
.cat-image {
    margin-left: 17px;
    margin-top: 5px;
	margin-right: 21px;
}
.award-details {
    font-weight: bold;
    padding-top: 15px;
	letter-spacing: 1px;
}
.key-group-facts-index {
	color: #333;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}
