@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700');
@import url("top.css");
@import url("font-awesome.min.css");
@import url("left_menu.css");
@import url("webslidemenu.css");
@import url("../source/jquery.fancybox.css");

body{
    font-family: 'PT Sans Narrow', sans-serif;
}

.bgcolor1{
    background: #e9f5ef;
    box-shadow: 0px 0px 300px 0px rgba(184,222,202,0.5);
    padding: 10px 0px;
}

.logo{
    margin-top: 10px;
}

.logo>a>img{
    margin-left: auto;
    margin-right: auto;
}

.lang{
    float: right;
    margin-top: 34px;
}

.phone{
    margin-top: 30px;
}

.phone>.fa-phone {
    font-size: 20px;
    line-height: 37px;
    font-weight: 700;
    color: #00bcd4;
    text-decoration: none;
}

.phone>.fa-phone:before {
    font-size: 20px;
/*    line-height: 45px;*/
    width: 45px;
    height: 45px;
/*    background: #fff;*/
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.email{
    margin-top: 0px;
}

.email>.fa-envelope-o {
    float: right;
    font-size: 20px;
    line-height: 37px;
    font-weight: 700;
    color: #00bcd4;
    text-decoration: none;
}

.email>.fa-envelope-o:before {
    font-size: 20px;
    line-height: 45px;
    width: 35px;
    height: 35px;
/*    background: #fff;*/
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.phone>.fa-phone:hover{
    text-decoration: none;
    color: #00bcd4;
}

.bgcolor2{
  background-image: -webkit-linear-gradient(top,#00bcd4 0%,#00bcd4 100%);
    background-image: linear-gradient(to bottom,#00bcd4 0%,#00bcd4 100%);
    background-repeat: repeat-x;
}

.navbar{
    margin:0px;
    border: none;
    min-height:inherit;
}

.navbar-brand{
    display: none;
}

.navbar-default{
    background-color: transparent;
    border-color: transparent;
}

.navbar-nav>li>a{
    color: #fff !important;
    font-size: 18px;
    transition: all 0.5s ease-in-out 0s; 
    padding: 15px 20px;
    font-weight: 700;
}

.navbar-nav>li>a:hover{
    background-color: #000 !important;
    color: #fff !important;
}

.navbar-default .navbar-toggle {
    border-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #00bcd4;
}

.search { 
background:#fff; 
clear:both; 
height:30px;
border-radius:4px;
        margin-top: 10px;
}
.searchInput { 
background:none; 
height:30px; 
padding:0px 5px;
font-size:12px;
color:#333; 
float:left;
width:200px;
box-shadow:none;
border:none;
outline:none;
}
.searchBtn {
background:url(../images/search.png) center no-repeat;
width:35px;
height:30px;
float:right;
border:none;
opacity:0.5; 
transition: all 0.5s ease-in-out 0s;
}
.searchBtn:hover { 
cursor:pointer;
opacity:1;
}

.cart-icon {
    text-align: center;
    margin-top: 14px;
}	
	
.cart-icon > a {
  display: block;
  position: relative;
}
.cart-icon a i {
  color: #fff;
  font-size: 24px;
}
.cart-icon span {
  background: #fff none repeat scroll 0 0;
  border-radius: 90%;
  color: #000;
  padding: 0 7px;
  position: absolute;
  top: -11px;
}


.BtmImg {
	 background:url(../images/btm_img.jpg) no-repeat center; 
	   background-attachment:fixed; 
	   padding:30px 0px; 
	   }
.BtmImg .BtmInner {
	 background-attachment:scroll;
	  background-position:center bottom;
	   background-repeat:no-repeat;
	   }


.h_text{
    text-align: center;
    color: #000;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px 0 25px;
    position: relative;
}

.h_text:before {
    background: #00bcd4 none repeat scroll 0 0;
    border: 5px solid #fff;
    bottom: 5px;
    content: " ";
    height: 13px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 50px;
    z-index: 1;
}

.text1{
    text-align: left;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 25px;
}

.text1>a{
    text-align: center;
    text-decoration: underline;
    color: #000;
}

.p_box{
    border: 1px solid #ccc;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-bottom: 10px;
    transition: 0.6s;
    padding: 10px 0px 0px;
        height: 370px;
        text-align: center;
        overflow: hidden;
}
.p_box a{
	display: block;
	height: 287px;
	position: relative !important;
	overflow: hidden !important;
}

.p_box:hover{
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid #00bcd4;
    box-shadow: 0px 5px 10px #ccc;
}

.p_box>a>img{
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    overflow: hidden !important;
}

.p_box>h5{
    text-align: center;
        font-size: 16px;
}

.bg_color3{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00bcd4+1,00bcd4+30,e9f5ef+30,e9f5ef+100 */
background: #00bcd4; /* Old browsers */
background: -moz-linear-gradient(-45deg, #00bcd4 1%, #00bcd4 30%, #e9f5ef 30%, #e9f5ef 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, #00bcd4 1%,#00bcd4 30%,#e9f5ef 30%,#e9f5ef 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, #00bcd4 1%,#00bcd4 30%,#e9f5ef 30%,#e9f5ef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bcd4', endColorstr='#e9f5ef',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	}

.nh_text{}

.nh_text>h3{
    margin-top: 15px;
    color: #fff;
}

footer{
    background: #e9f5ef;
    border-top: 2px solid #00bcd4;
    padding: 10px 0px 0px;
} 

.h_text2{
color: #000;
    font-weight: 700;
    margin: 0 auto;
    padding: 10px 0 20px;
    position: relative;
}

.h_text2:before {
background: #00bcd4 none repeat scroll 0 0;
    border-top: 5px solid #e9f5ef;
    border-bottom: 5px solid #e9f5ef;
    bottom: 5px;
    content: " ";
    height: 12px;
    left: 0;
    /* margin: 0 auto; */
    position: absolute;
    right: 0;
    width: 50px;
    z-index: 1;
}

.contact_text{
    line-height: 25px;
}

.contact_text>i{
    color: #00bcd4;
    font-size: 18px;
}

.contact_text>i>span{
    font-family: 'PT Sans Narrow', sans-serif;
    padding-left: 15px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
}

.contact_text>i>a{
    font-family: 'PT Sans Narrow', sans-serif;
    padding-left: 7px;
    font-size: 16px;
    text-decoration: none;
    color: #000;
    letter-spacing: 1px;
}

.social{
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.social>li{
    display: inline-block;
    margin: 0px 5px;
}

.social>li>a {
    text-decoration: none;
    font-size: 20px;
    line-height: 43px;
    width: 43px;
    height: 43px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    color: #00bcd4;
}

.social>li>a:hover {
    background: #00bcd4;
    color: #fff;
}

.f_menu{}

.f_menu>ul{
    padding: 0px;
    margin: 0px;
}

.f_menu>ul>li{
    list-style: none;
}

.f_menu>ul>li>a{
    text-decoration: none;
    font-size: 16px;
    color: #000;
    letter-spacing: 0.8px;
}

.marquee{
    color: #000;
    font-size: 16px;
}

.f_link{
    border-top: 1px solid #cce7d9;
    text-align: center;
    padding: 10px 0px 2px;
    margin: 5px 0px;
}

.box3{
    border: 1px solid #ccc;
   border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.box3>a>img{
    margin-left: auto;
    margin-right: auto;
}
				
/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination { 
	clear:both; 
	margin-bottom:10px;
	}
	
	.Pagination a {
	background:#f3f3f3; 
	padding:3px 6px; 
	font-size:14px; 
	font-family: 'PT Sans Narrow', sans-serif; 
	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:#00bcd4;
	color:#fff !important;
	}

	.ProDetailsCon { 
	float:left; 
	padding:15px; 
	margin-left:0px; 
	padding-right:0px;
	width:100%;
	}
	
	.ProDetailsCon h1 { 
	color:#000; 
	font-size:18px;
	font-family: 'PT Sans Narrow', sans-serif; 
	font-weight:normal; 
	text-transform:uppercase;
	}
	
	.DetailArt {
	border:1px solid #fff;
	padding:7px 5px; 
	font-size:12px; 
	color:#000;
	font-size:14px; 
	font-family: 'PT Sans Narrow', sans-serif;
	margin:8px 0 10px; 
	box-shadow:0px 0px 2px #000; 
	}
	
	.DetailArt span { 
	color:#000;
	}
	
	.DetailsCon {
	border:1px solid #fff; 
	padding:7px 5px; 
	min-height:100px;
	margin-bottom:10px; 
	color:#333;
	box-shadow:0px 0px 2px #000;
	font-family: 'PT Sans Narrow', sans-serif;
	}
	
	.DetailsCon span {
	color:#000; 
	font-size:16px; 
	font-family: 'PT Sans Narrow', sans-serif;
	}
	
	
	.ProdOpt { 
	border:1px solid #fff;
	padding:7px 5px;
	margin-bottom:8px; 
	box-shadow:0px 0px 2px #000;
	}
	
	.ProdOpt span {
	width:100px; 
	font-size:14px; 
	font-family: 'PT Sans Narrow', sans-serif; 
	color:#000; 
	display:inline-block;
	}
	
	.ProdOpt select {
	border:1px solid #ccc;
	padding:2px; 
	color:#666;
	background:#f7f7f7;
	}
	
	.ProdOpt input {
	border:1px solid #ccc;
	width:50px; 
	padding:2px;
	color:#666;
	background:#f7f7f7;
	}
	
	.Button { 
	background:#fff; 
	padding:8px 10px; 
	color:#000; 
	transition: 
	all 0.5s ease-in-out 0s; 
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:14px; 
	text-transform:uppercase;  
	margin:8px 0 10px 0px;
	box-shadow:0px 0px 2px #000;
	border: 1px solid;
	}
	
	.Button:hover { 
	background:#00bcd4; 
	cursor:pointer; 
	color:#fff; 
	}
	
		
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/


@media only screen and (max-width: 480px) {
	
    .navbar-brand{
        color: #fff !important;
    display: block;
        font-weight: 700;
}
    
	.phone>.fa-phone {
    float: none;
    }
	
	}				

					













			