/*Other_Style_css*/
@import url("social.css");
@import url("top.css");
@import url("font-awesome.min.css");
@import url("left_menu.css");
@import url("owl.carousel.css");
@import url("owl.theme.css");
@import url("../source/jquery.fancybox.css");

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Regular.eot');
	src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Montserrat-Regular.woff') format('woff'),
		url('../fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 
body{
    background-color: #ccc;
}

.header_bg{
    background-color: #fff;
    padding: 10px 0px 10px 0px;
	}

.logo{}

.logo>a>img{
    margin-left: auto;
    margin-right: auto;
}


.text1{
    font-family: 'Montserrat';
}

.text1>i{
    font-size: 50px;
    color: #cfb53c;
    float: left;
}

.text1>span{
    margin: 5px 0px 0px 15px;
    color: #444;
    display: inline-block;
}

.text1>strong{
    margin: 5px 0px 0px 15px;
    color: #000;
    letter-spacing: 1px;
}

.text1>strong>a{
    text-decoration: none;
    color: #000;
}

.border{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #cfb53c;
}

.navbar{
    margin:0px;
    border: none;
    min-height:inherit;
}

.navbar-brand{
    display: none;
}

.navbar-default{
    background-color: #cfb53c;
    border-color: #cfb53c;
}

.navbar-nav>li>a{
    font-family: 'Montserrat';
    color: #fff !important;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
    padding: 10px 15px;
}

.navbar-nav>li>a:hover{
    background-color: #ffffff !important;
    color: #000 !important;
}

.Search {
    background: #cfb53c;
    clear: both;
    height: 40px;
    border-left: 1px solid #fff;
}

.SearchInput {
    background: none;
    height: 40px;
    padding: 0px 5px;
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat';
    float: left;
    width: 90%;
    box-shadow: none;
    border: none;
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.SearchBtn {
    background: url(../images/search.png) center no-repeat;
    width: 35px;
    height: 40px;
    float: right;
    border: none;
    opacity: 0.5;
    transition: all 0.5s ease-in-out 0s;
}

.SearchBtn:hover {
    cursor: pointer;
    opacity: 1;
}

.bgcolor1{
    background-color: #fff;
}

.h_text{
    font-family: 'Montserrat';
    color: #000;
    text-align: center;
}

.text2{
    font-family: 'Montserrat';
    color: #000;
}

.owl-item .item{
    margin: 0px 5px;
}

.c_img{
    overflow: hidden;
	}
	
.c_img>a>img{
	margin-left:auto;
	margin-right:auto;
	}
	

	
.c_name{
        background: #484848;
	text-align:center;
	color:#fff;
	font-family: 'Montserrat';
	font-size:20px;
	padding:5px;
        box-shadow: inset 0 0 0 0 #cfb53c;
    -webkit-transition: all ease 0.8s;
    -moz-transition: all ease 0.8s;
    transition: all ease 0.8s;
    display: block;
	}

.c_img:hover .c_name{
    color:#fff;
        background-color: #cfb53c !important;
    text-decoration: none;
    box-shadow: inset 0 -100px 0 0 #cfb53c;
}


.p_box{
    background-color: #fff;
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
}

.p_box>a>img{
    margin-left: auto;
    margin-right: auto;
}

.p_box>h5{
    font-family: 'Montserrat';
    color: #000;
    text-align: center;
}

.footer_bg{
    background-color: #fff;
}

.h_text2{
    font-family: 'Montserrat';
    color: #fff;
}

.f_menu{
    padding: 0px;
    margin: 0px;
}

.f_menu>li{
    list-style: none;
}

.f_menu>li>a{
    font-family: 'Montserrat';
    text-decoration: none;
    color: #fff;
}

.marquee{
    font-family: 'Montserrat';
    color: #000;
}

#imaginary_container{
        margin-top: 7px; /* Don't copy this */
}
.stylish-input-group .input-group-addon{
    background: white !important; 
}
.stylish-input-group .form-control{
	border-right:0; 
	box-shadow:0 0 0; 
	border-color:#ccc;
}
.stylish-input-group button{
    border:0;
    background:transparent;
}

.fbg{
    background-color: #cfb53c;
}

.btm_f{
    background-color: #cfb53c;
    padding:10px 0px;
    border-top: 1px solid #fff;
}

.link_l{
    text-align: left;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #fff;
}

.link_l>a{
    text-decoration: none;
    color: #fff;
}

.link_r{
    text-align: right;
    font-family: 'Montserrat';
    text-transform: capitalize;
    color: #fff;
}

.link_r>a{
    text-decoration: none;
    color: #fff;
}
	

.box3{}

.box3>a>img{
    margin-right: auto;
    margin-left: auto;
}
/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination {
    clear: both;
    margin-bottom: 10px;
}

.Pagination a {
    background: #f3f3f3;
    padding: 3px 6px;
    font-size: 14px;
    font-family: 'Montserrat';
    text-decoration: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    color: #000 !important;
}

.Pagination a:hover,
.Pagination a.paging_act {
    background: #2B1C13;
    color: #fff !important;
}

.ProDetailsCon {
    float: left;
    padding: 15px;
    margin-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.detail_page_border {
    border-bottom: 1px solid #ddd;
}

.ProDetailsCon h1 {
    color: #000;
    font-size: 32px;
    margin: 0 0 2px;
    text-align: left;
    line-height: 1.2em;
    padding-bottom: 12px;
    letter-spacing: -1px;
    font-family: 'Montserrat';
}

.DetailArt {
    padding: 7px 5px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-size: 25px;
    color: #cfb53c;
    font-weight: bold;
    font-family: 'Montserrat';
}

.DetailArt span {
    color: #cfb53c;
}

.DetailsCon {
    padding: 4px 5px;
    min-height: 100px;
    border-bottom: 1px solid #ddd;
    color: #333;
    font-family: 'oswaldmedium';
}

.large_des {
    font-family: 'Montserrat';
    font-size: 11px;
    color: #333;
    text-align: justify;
    line-height: 17px;
    margin-bottom: 5px;
    font-weight: bold;
}

.DetailsCon span {
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
}

.ProdOpt {
    padding: 7px 5px;
    border-bottom: 1px solid #ddd;
}

.ProdOpt span {
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 5px;
    font-weight: bold;
}

.ProdOpt select {
    border: 1px solid #ccc;
    padding: 2px;
    color: #666;
    background: #f7f7f7;
}

.ProdOpt input {
    border: 1px solid #ccc;
    width: 50px;
    padding: 9px;
    color: #666;
    background: #f7f7f7;
}

.Button {
    background: #222 !important;
    color: #fff !important;
    font-size: 16px;
    text-shadow: none;
    width: 200px !important;
    padding: 10px 20px;
    margin-top: 0px;
    font-weight: normal;
    font-family: 'Montserrat';
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    margin-left: 10px;
    border: none;
}

.Button:hover {
    background: #cfb53c !important;
    cursor: pointer;
    color: #fff;
}	
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/


@media only screen and (max-width: 480px) {
	
	
	
	}				

					