@font-face {
    font-family: 'josefin_sansregular';
    src: url('../fonts/josefinsans-regular-webfont.eot');
    src: url('../fonts/josefinsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/josefinsans-regular-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-regular-webfont.woff') format('woff'),
         url('../fonts/josefinsans-regular-webfont.ttf') format('truetype'),
         url('../fonts/josefinsans-regular-webfont.svg#josefin_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'josefin_sansbold';
    src: url('../fonts/josefinsans-bold-webfont.eot');
    src: url('../fonts/josefinsans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/josefinsans-bold-webfont.woff2') format('woff2'),
         url('../fonts/josefinsans-bold-webfont.woff') format('woff'),
         url('../fonts/josefinsans-bold-webfont.ttf') format('truetype'),
         url('../fonts/josefinsans-bold-webfont.svg#josefin_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@charset "utf-8";
/* CSS Document */
body {
	font-family: 'Lato', sans-serif;
}
.menu {
	width: 100%;
	/*	background: #ffd800;
*/	text-align: left;
}
#menu {
	display: inline-block;
}
ul#menu {
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
}
.menu li {
	list-style: none;
	float: left;
	background-image: url(../images/right_strip.png);
	background-repeat: no-repeat;
	background-position: right;
}
.menu li:last-child {
	background-image: none;
}
.menu li a {
	display: block;
	color: #fff;
	font: 13px/50px 'josefin_sansregular';
	padding: 0px 18.1px;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	text-transform: capitalize;
	font-weight: 400;
	text-decoration: none;
	text-transform: uppercase;
}
.menu li a:hover, .menu li.active a {
	text-decoration: none;color:#d43525;
}
/************mobile-menu***********/
#mobile-menu {
	display: none;
	cursor: pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font: 19px/32px 'josefin_sansregular';
	color: #333333;
	margin: 6px auto;
	width: 100%;
	font-weight: 600;
}
.mobile-menu {
	display: block;
}
#menu li a:hover, #menu li.active a {/*background:#a6ce39;*/
}
/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
	display: none;
	position: absolute;
	/*	background: #c82527;
*/	padding-left: 0px;
	z-index: 999;
	color: #000 !important;
}
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display: inherit;
	list-style: none;
}
nav ul ul li {
	min-width: 150px;
	display: list-item;    /* background: #c82527; */
	position: relative;
	float: initial !important;
	margin-top: 1px;
	text-align: left;
}
nav ul ul li:last-child {
	border: none;
}
nav ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	min-width: 200px;
}

ul.submenu li a {
	text-align: left;
	display: block;
	font-family: 'josefin_sansregular', sans-serif;
	line-height: 35px !important;
	color: #fff !important;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}

li > a:only-child:after {
	content: '';
}
/*.menu li.active a {
	background: url(../images/menubottom_strip.png);
	background-repeat: no-repeat;
	background-position: center 40px;
}*/
ul.submenu li.active {
	background: #ffb400 !important;
	color: #000;
}
ul.submenu li.active > a {
	color: #fff !important;
	background: #d43525 !important;
}
ul.submenu li:hover > a {
	background: #d43525 !important;
	color: #fff !important;
}
/*li.active a {
    color: #ff000d !important;
}*/
ul.submenu li {
	list-style: none;
	padding: 0 0px 0 0;
	float: left;
	background: #222222;
	background-image: none;
}
.slider1 > .slide img {
	width: 100%;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fffbfb;
	text-indent: -9999px;
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #f6d84e;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    display: none;
}
.about-us-content {
	float: right;
	text-align: right;
	margin-top: 50px;
	color: #fff;
	padding-left: 10%;
}
.about-us-content h5 {
	font: 17px/24px 'josefin_sansregular';
	color: #ffffff;
}
.about-us-content p {
	font: 13px/24px 'josefin_sansregular';
	color: #ffffff;
}
.about-us-content a:before {
	content: url(../images/readmore-before.png);
	display: block;
}
.about-us-content a:after {
	content: url(../images/readmore-after.png);
	display: block;
}
.about-us-content a {
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	width: 100px;
	float: right;
	padding-right: 14px;
	font: 13px/18px 'josefin_sansregular';
	margin-top: 10px;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	display: none;
}
.about-us-content h4 {
	text-transform: uppercase;
	font: 27px/24px 'josefin_sansregular';
	color: #3f3f3f;
}
.frame-bgcolor {
	background: #333333;
	background-repeat: no-repeat;
	padding: 50px 0px 50px 0px;
}
.nav-tabs {
	border-bottom: 0px solid transparent;
}
.tab-content {
	color: #fff;
	margin-top: 30px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #000000;
	background-color: #f6d84e;
	border: 0px solid transparent;
	cursor: pointer;
	border-bottom-color: transparent;
	border-radius: 0px;
	z-index: 999;
}
.nav-tabs > li a {
	outline: 0;
}
.nav > li > a {
	color: #f6d84e;
	border: 0px solid transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	cursor: pointer;
	color: #000000;
	background-color: #f6d84e;
	border: 0px solid transparent;
	border-bottom-color: transparent;
	border-radius: 0px;
}
.nav-tabs > li.active:before {
	content: url(../images/active-before.png);
	position: absolute;
	margin-left: -4px;
	margin-top: -3px;
}
.nav-tabs > li.active:after {
	content: url(../images/active-after.png);
	position: absolute;
	top: -3px;
	right: 30px;
	z-index: 1;
}
.portfolio-frame {
	color: #fff;
	float: right;
	text-align: right;
}
.portfolio-frame h4 {
	font: 17px/12px 'josefin_sansregular';
	color: #ffffff;
}
.portfolio-frame h3 {
	text-transform: uppercase;
	font: 22px/24px 'josefin_sansregular';
	color: #3f3f3f;
}
.metal-photo-frame {
	border: solid 1px #4c4c4c;
	padding: 0px 5px 20px 5px;
	margin-bottom: 40px;background: #fff;
    height: 300px;
    width: 86%;
}
.metal-photo-frame img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	position: relative;
}
.description {
	font: 13px/24px 'josefin_sansregular';
	font-weight: 400;
	text-align: center;
	color: #000;
}
.price {
	font: 17px/24px 'josefin_sansregular';
	color: #f05123;
	font-weight: bold;
}
.price:before {
	content: url(../images/indian-rupee.png);
	padding-right: 5px;
}
.image-height-frame {
 height: 165px;
    margin-top: 20px;
}
.desire-collections-frame-bg {
	background: url(../images/desire-collections-frame-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	padding: 100px 0px 100px 0px;
}
.desire-collection-cont {
	text-align: center;
}
.desire-collection-cont h1 {
	font: 36px/36px 'josefin_sansregular';
	color: #ffffff;
	font-weight: 300;
	margin-top: 35px;
}
.desire-collection-cont h1 span {
	color: #f6d84e;
}
.desire-collection-cont h6 {
	font: 16px/24px 'josefin_sansregular';
	color: #f6d84e;
	font-weight: 300;
}
.desire-collection-cont p {
	color: #fff;
	font: 13px/24px 'josefin_sansregular';
}
.desire-collection-cont h1:before {
	content: url(../images/desir-welcome-before.png);
	position: absolute;
	margin-top: -15px;
	margin-left: -20px;
}
.desire-collection-cont h1:after {
	content: url(../images/desir-welcome-after.png);
	position: absolute;
	margin-top: 15px;
	margin-left: -27px;
}
.contact-us-banner {
	background: url(../images/contact-us-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px 0px 23px 0px;
	background-position: center;
}
.contactus_enqu {
	width: 100%;
	height: 260px;
}
input.form-control1 {
	width: 100%;
	border-radius: 7px;
	font: 13px/24px 'josefin_sansregular';
	color: #cacaca;
	border: none;
	height: 40px;
	text-indent: 10px;
	border: solid 1px #c2c2c2;
	background: rgba(66,72,78,0.4);
}
select.form-control1 {
	width: 100%;
	height: 40px;
	text-indent: 10px;
	border-radius: 7px;
	font: 13px/24px 'josefin_sansregular';
	color: #cacaca;
	border: solid 1px #c2c2c2;
	background: rgba(66,72,78,0.4);
}
textarea.form-control1.txt_area {
	width: 100%;
	text-indent: 10px;
	font: 13px/24px 'josefin_sansregular';
	color: #cacaca;
	border-radius: 7px;
	border: solid 1px #c2c2c2;
	background: rgba(66,72,78,0.4);
}
.form-group1 {
	margin-bottom: 15px;
}
input.form-control2.submit {
	width: 100px;
	height: 40px;
	border-radius: 5px;
	border: none;
	font: 13px/24px 'josefin_sansregular';
	color: #000000;
	text-align: center;
	background: #f6d84e;
}
.submit-cent {
	text-align: left;
}
.contact-head h3 {
	text-align: center;
	font: 95px/95px 'josefin_sansregular';
	font-weight: bold;
	color: #111111;
	margin-bottom: 50px;
	font-weight: bold;
}
.address-contact h6 {
	font: 15px/24px 'josefin_sansregular';
	color: #ff5a00;
}
.address-contact {
	color: #fff;
}
.call-contact h6 {
	font: 15px/24px 'josefin_sansregular';
	color: #f6d84e;
}
.email-contact h6 {
	font: 15px/24px 'josefin_sansregular';
	color: #22b2e1;
}
.address-icon {
	color: #fff;
	font: 13px/24px 'josefin_sansregular';
}
.callus-icon {
	color: #fff;
	font: 13px/24px 'josefin_sansregular';
}
.email-icon a {
	color: #fff;
	text-decoration: none;
	font: 13px/24px 'josefin_sansregular';
}
.address-icon:before {
	content: url(../images/location-images.png);
	padding-right: 10px;
	float: left;
}
.callus-icon:before {
	content: url(../images/phone-icon.png);
	padding-right: 10px;
	float: left;
}
.email-icon:before {
	content: url(../images/inbox-icon.png);
	padding-right: 10px;
	float: left;
}
.line-hr {
	height: 10px;
	border-top: solid 1px #272727;
	margin-top: 50px;
}
.social-icon {
	text-align: center;
}
.social-icon img {
	background: #101010;
	padding: 5px;
	position: relative;
	margin-top: -40px;
}
.web-designed {
	text-decoration: none;
	text-align: right;
	float: right;
	color: #fff;
}
.web-designed a {
	text-decoration: none;
	color: #fff;
}
.copy-right {
	color: #fff;
	font: 13px/8px 'josefin_sansregular';
}
.photo-frames h4 {
	font: 17px/24px 'josefin_sansregular';
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}
.photo-frames {
	margin-top: 80px;
}
.photo-frames-views img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.photo-frames-views {
	font: 13px/24px 'josefin_sansregular';
	text-align: center;
	color: #fff;
	background: url(../images/frames-aboutus-view-bg.png);
	background-position: right;
	background-repeat: no-repeat;
}
.no-img {
	background: none;
}
.frame-descri a {
	font: 15px/24px 'josefin_sansregular';
	color: #f6d84e;
	text-decoration: none;
	outline: 0;
}
.frame-heading h4 {
	font: 17px/24px 'josefin_sansregular';
	color: #fff;
	margin-top: 50px;
	text-align: right;
	padding-right: 15px;
}
.category-div h3 {
	font: 15px/24px 'josefin_sansregular';
	color: #666;
	border-bottom: solid 1px #8b8b8b;text-transform:uppercase;
	padding-bottom: 5px;
}
.inner-tabs > li.active > a, .inner-tabs > li.active > a:hover, .inner-tabs > li.active > a:focus {
	color: #f05123;
	background-color: transparent;
	border: 0px solid transparent;
	cursor: pointer;
	border-bottom-color: transparent;
	border-radius: 0px;
	z-index: 999;
}
.inner-tabs > li {
	float: none;
}
.inner-tabs > li a {
	outline: 0;
}
.inner-tabs > li > a {
	padding: 5px 0px;
	color: #8b8b8b;
	border: 0px solid transparent;
	font: 15px/24px 'josefin_sansregular';
}
.inner-tabs > li > a:hover, .inner-tabs > li > a:focus {
	text-decoration: none;
	cursor: pointer;
	color: #f05123;
	background-color: transparent;
	border: 0px solid transparent;
	border-bottom-color: transparent;
	border-radius: 0px;
}
.inner-tabs > li.active:before {
	content: '';
}
.inner-tabs > li.active:after {
	content: url(../images/inner-tap-right.png);
	margin-top: 10px;
}
.frame-size img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #e5e5e5;
	}
.frame-size {
	background:none;background-repeat:no-repeat;background-position:bottom center;
	padding-bottom: 0px;margin-bottom: 50px;
}
.border-tap{background:url(../images/5x7-frames/tab-inner-strip.jpg);background-repeat:no-repeat;background-position:top right;
}
.border-right-none{background:none;}
.address-contact-infor{margin-top:100px;color:#fff;font: 13px/24px 'josefin_sansregular';}
.address-contact-infor h5{text-align:center;}
.email-address a{text-decoration:none;color:#fff;}
.conta-address:before{content:url(../images/address-before.png);float:left;padding-right:10px;}
.phone-address:before{content:url(../images/phone-address.png);float:left;padding-right:10px;}
.email-address:before{content:url(../images/email-address.png);float:left;padding-right:10px;}
select option{color:#000;background: #f6d84e;line-height:30px;}
.description p{font-size:11px;margin:0px;}

.category-div {
    background: #fff;
    padding: 1px 0px 20px 15px;
}