body {
	font-size:14px;
	line-height:normal;
	font-weight:400;
	margin:0px;
	padding:0px;
	font-family: 'Montserrat', sans-serif;
	
}


.form-control3 {
    display: block;
    width: 55%;
 
    padding: 5px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
	margin-bottom:10px;
    background-color: #fff;
    background-image: none;
   
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.right-size-name{
	    margin: 0px;
    width: 24%;
    float: left;
    padding-top: 5px;
    font-size: 16px;
	font-weight: 600;
}
.item{
      
        
    }
    .item li{
        display: inline-block;
        position: relative;
        
        text-align: left;
    }
    .item li a{
        display: block;
        padding: 12px 50px;
        color: #fff;
        text-decoration: none;
		margin-left:0px;
		    text-transform: uppercase;
    font-size: 15px;
    
   
    }
    .item li a:hover{
        color: #000;
           }
    .item li ul.dropdown{
        min-width:420px; /* Set width of the dropdown */
        background: #f30000;
        display: none;
        position: absolute;
        z-index: 999;
        left: 0;
		padding:0px;
		}
    .item li:hover ul.dropdown{
        display: block; /* Display the dropdown */
    }
    .item li ul.dropdown li{
        display: block;
		float:left;
		width:205px;
    }
	
	.item li ul.dropdown li a{
        display: block;
        padding:8px 15px;
        color: #fff;
        text-decoration: none;
		margin-left:0px;
		    
    font-size: 15px;
    
   
    }
	
.header{
	padding-top:23px;
	background-color:#fff;
	width:100%;
	float:left;
	display:table;
}
.menuheader{
	width: 100%;
    float: left;
    display: table;
    position: absolute;
    top: 137px;
    z-index: 101;
}
.container-fluid {
    padding-right:15px;
    padding-left:15px;
    margin-right: auto;
    margin-left: auto;
}

.logo{
	width:60%;
	float:left;
}
.add{
	margin-top:12px;
}

.category-qty{
	
	padding-left:13px;
	float:left;
	width:100%;
}

.col-md-2{
	width:17%;
	float:left;
}
.col-md-4{
	width:32%;
	float:left;
}
.add-to-basket{
	float: left;
    width: 100%;
	margin: 10px 26px;
}

.line{
	width:100%;
	float:left;
}
.btn-basket{
	padding: 11px;
    background-color: #01bbd4;
    color: #fff;
    box-shadow: none;
    border: none;
}
.qtym{
	width:40%;
	float:left;
	    margin-top: 6px;height: 25px;
}
.category-qty1{
	margin-bottom: 10px;
	padding:4px;
	float:left;
}
.category-qty span {
    float: left;
 width:40%;
	padding: 8px;

}

.category-qty1 span {
    float: left;
    background-color: #fff;
	padding-left:6px;
	font-size:17px;
	
}
.top-bar {
background-color:#dc0101;
    float: left;
    width: 100%;
	height:36px;
}

.top-bar {
    border-bottom: 1px solid #ebebeb;
    float: left;
    width: 100%;
}

.carousel-inner img{
	width:100%;
}

.detail-bar ul {
	
	padding:0px;
	list-style:none;
	}
.detail-bar ul li {
	float:left;
	display:inline;
}

.head-bar ul li {
	float:left;
	display:inline;
}
.detail-bar ul li i { 
	color:#000;
	
}
.detail-bar ul li a {
	font-size:14px;
	font-weight:300;
	color:#292929;
	
}
.detail-bar ul li a {
	text-decoration:none;
}
.detail-bar .social {
	float:right;
}
.detail-bar .social ul {
    margin: 0;
}
.detail-bar .social ul li {padding-left: 8px;}

.detail-bar .social ul li:first-child a {
    
}


.navbar-nav > li > a {
    padding: 13px;
}

.detail-bar .social ul li a {
    
    padding: 12px 0;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    float: left;
    font-family: "FontAwesome";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    height: 39px;
	border-radius:4px;
    text-decoration: none;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    width: 35px;
    text-align: center;
}

.large-page .social ul li a {
    
    padding:5px;
    background-color: transparent;
    color: #ccc;
    display: inline-block;
    float: left;
    font-family: "FontAwesome";
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
   
	border-radius:4px;
    text-decoration: none;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    
    text-align: center;
}
    

	.form-control2{
       padding: 14px 12px;
    font-size: 14px;
    float:left;
	width:100%;
    color: #fff;
	border:1px transparent;
    background-color: #ca0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    
}

.sumbit-btn{
	width:100%;
	float:left;
}

.btn.btn-Submit {
    background: #01bbd4;

    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin: 20px 0 10px 15px;
    padding: 8px ;
 
}
.form-control{
       padding: 14px 12px;
    font-size: 14px;
    float:left;
	width:100%;
    color: #000;
	    margin-bottom: 13px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    
}


.detail-bar .social ul li a.fa-facebook {background-color:#3b5998;}
.detail-bar .social ul li a.fa-twitter{  background-color:#00acee;}
.detail-bar .social ul li a.fa-google-plus {  background-color:#dd4b39;}
.detail-bar .social ul li a.fa-linkedin {  background-color:#007fb1;}

.large-page .social ul li a.fa-facebook {background-color:#3b5998;}
.large-page .social ul li a.fa-twitter{  background-color:#00acee;}
.large-page .social ul li a.fa-google-plus {  background-color:#dd4b39;}
.large-page .social ul li a.fa-linkedin {  background-color:#007fb1;}


.head-bar ul li {
	display: inline;
    margin-left: 5px;
    padding:7px 0px 7px 7px;
    
}

.large-page ul li {
	display: inline;
    margin-left: 5px;
    padding: 10px;
    border: 2px solid #e6e6e6;
	float:left;
}
.head-bar ul li i { 
	color:#ccc;
	padding:0px 8px;
}
.head-bar ul li a {
	font-size:15px;
	
	color:#9fa0a1;
	
	font-family: 'Montserrat', sans-serif;
}
.head-bar ul li a {
	text-decoration:none;
}
.top-right-search{
	width:40%;
	float:left;
}
.cart{
	float: left;
    margin-top: 8px;
}
.search {
    float: left;
    margin-top: 20px;
}
.search input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    color: #000;
    padding: 13px 35px 13px 13px;
    width: 275px;
	border-radius: 25px;
    background: #e6e6e6;
}
.search i {
     color: #cdcdcd;
    font-size: 24px;
    margin-right: -22px;
    position: relative;
    right: 40px;
    top: 3px;

}
.search img {
    bottom: 1px;
    height: 45px;
    position: relative;
}
.navbar-nav > li {
    
    float: left;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
	    font-weight: 600;
}
.navbar-inverse .navbar-nav > li > a:hover, 
.navbar-inverse .navbar-nav > li > a:focus, 
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus { 
    background-color: #ca0000; color:#000;}

	.navbar{
		min-height:0px;
	}
.menu-block{
display:block;

border-radius:25px;
margin-top:0px;
float:left;
width:100%;
    background-image: url('../img/menubg.png');
    margin-bottom: 19px;
    background-size: 100%;
    padding-bottom: 57px;
    background-repeat: no-repeat;




}

.menuitems > a{
display:inline-block;

margin:4ps;
font-size:13px;
float:left;
color: #000;
   font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    
}

.menuitems > a:hover{

color: #f30000;

}

.menuitems{
display:inline-block;
padding:4px;
margin:4ps;
font-size:13px;
float:left;
}


.carousel {
    position: relative;
    float: left;
    width: 100%;
}

.top-bar-right{
	margin-top:25px;
	padding:0px;
}

.navbar{
margin:0px;}
.banner {
   
	float:left;
	width:100%;
	position: relative;
    margin-top:42px;
	background-color:#f6f6f6;
}
.center-img{
	float:left;
	width:100%;
	background-color:#f6f6f6;
}

.featurebg{
	float:left;
	width:100%;
	background-color:#f6f6f6;
display:table;
}

.aboutus{
	float:left;
	width:100%;
	background-color:#f6f6f6;
display:table;
}
.small-banner img { 
	width:100%;
}
.marque {
   
    color: #888888;
    height: 193px;
    margin-top: 20px;
    
}

.topheading{
	color:#575757;
	    font-size: 12px;
    font-weight: 800;

}
.heading {
    font-size: 30px;
    text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	color:#01bbd4;
	margin-bottom:8px;
}
.para {
    color: #4e4e4e;
    text-align: center;
	margin-bottom:15px;
}


.f-box3{
	    width: 22%;
    float: left;
    padding: 12px;
}
.right{
	width:70%;
	float:right;
}
.left{
	width:28%;
	float:left;
}
.wrapper {
    margin: 0px auto;
    width: 1170px;
}

input:focus{
    outline: none;
}
input::-webkit-input-placeholder {
color: #a1a1a1 ;
font-size:12px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #474747;
    content: "/\00a0";
}
.breadcrumb {
    padding: 8px 0px;
    margin:0px;
    list-style: none;
  
    border-radius: 4px;
}

.breadcrumb li {
    display:inline-block;
	font-style:italic;
}

.breadcrumb li a{
    color:#000;
}


.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #474747;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dddfde;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 15px 0;
    border-radius: 4px;
    float: right;
}
.pagination-block{
	width:100%;
	float:right;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}



.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.manicure{
	margin-top:23px;
	width:31%;
	padding: 0px 9px;
	float:left;
	    margin-bottom: 23px;
		
}

.right-box{
	background-color:#fff;
	float:left;
	width:48%;
}

.left-box{
	background-color:#fff;
	float:left;
	width:52%;
}
.left-box h3{
	padding-left: 27px;
    margin-top: 27px;
    font-size: 24px;
    color: #01BBD4;
    margin-bottom: 0px;
}

.left-box h2{
	    padding-left: 27px;
    margin-top: 0px;
    font-size: 16px;
    color: #515252;
  
    font-weight: 600;
}
.left-box p{
	padding-left: 26px;
    font-size: 13px;
    color: #525252;
    line-height: 1.6;
}

.manicure1{
	margin-top:23px;
	width:33%;
	float:left;
}

.product-box{
	    width: 23%;
    float: left;
    padding: 9px;
}

.product-box2{
	    width:30%;
    float: left;
    padding: 9px;
}

.box {
    width: 100%;
    float: left;
   text-align:center;
    
    
	background-color:#fff;
	
}
.box h3 a{
color:black;
font-size: 17px;
    font-weight: 400;}




.box:hover .thumbs_link  a.basket{ 
display:block !important;
background-color:#01bbd4;
color:#fff;
 }

.box img {
    padding:10px;
	height:260px;
}

.product-box2 .box img {
    padding:10px;
	height:230px;
}
.thumbs_link {
    background: #fff none repeat scroll 0 0;
   
	float: left;
    text-align: center;
    width: 100%;
	
}
.thumbs_link h3 {
    color: #000;
    width:100%;
	float:left;
    font-size: 17px;
    margin: 10px 0 0px;
    text-align:center;
	    height: 40px;
    
}
.thumbs_link .art  a{
    color: #01bbd4;
    height:30px;
	background-color:transparent;
    width:100%;
	float:left;
    text-align:center;
	margin-top:0px;
}
.thumbs_link .art  {
    color: #01bbd4;
    height:30px;
	background-color:transparent;
    width:100%;
	float:left;
    text-align:center;
	margin-top:6px;
}

.thumbs_link p.bask {
    color: #474747;
    height:30px;
	background-color:#F6F6F6;
    width:100%;
	float:left;
    text-align:center;
	height:48px;
	margin:0px;
}



.box:hover .thumbs_link p.bask {
    color: #474747;
    height:30px;
	background-color:#fff;
    width:50%;
	float:left;
    text-align:center;
	border-radius: 0px;
    margin: 0px 63px;
	    padding-bottom: 18px;
}

 .thumbs_link  a.basket{ 
 color:#000;

 padding:6px;}


.thumbs_link .d-link {
    border-left: 1px solid #ececec;
    color: #ececec;
    padding: 20px 15px;
    position: relative;
    top: 15px;
}
.thumbs_link .d-link i {
    font-size: 20px;
}

.map{
display:block;
float:left;
width:100%;
padding:0px;}
.content-title {
    color: #01bbd4;
    font-size: 30px;
    line-height: 30px;
    margin-top:20px;
	margin-bottom:15px;
    
}

.content-title span{
    color: #808181;
    font-size: 30px;
    line-height: 30px;
    margin-top:30px;
	margin-bottom:15px;
    
}
.content-des {
    color: #888888;
    font-size: 14px;
    
    line-height: 30px;
   
    
}
.footer {
    background: #fff;
    padding: 30px 0;

	display: table;
    width: 100%;
    float: left;
	color:#989898;
	margin-top:15px;

}
.f-title {
    color: #01bbd4;
    font-size:20px;
    padding-bottom: 20px;
	margin:0px;
	border-bottom:1px solid #01bbd4;
}

.news-title {
    color: #01bbd4;
    font-size:26px;
    padding-bottom: 20px;
	margin:0px;
	
}

.news-block{
	    background-color: #fff;
    padding-left: 28px;
    float: left;
}

.f-border{
    border-bottom:1px solid #888888;
    margin-top: 20px;
padding-bottom: 19px;}
.adres  {
   
    padding-bottom: 7px;
}
.adres a{
    color: #989898;
}

.adres i {
	color:#01bbd4;
}




.social-bottom {
    list-style: outside none none;
    margin-top: 20px;
    padding: 0;
}
.social-bottom > li {
    border: 1px solid #383838;
    display: inline-block;
	margin-right:3px;
}
.social-bottom li a {
    color: #797878;
    height: 40px;
    padding: 14px;
    text-align: center;
    width: 40px;
}
.social-bottom li a:hover { color:#000; text-decoration:none;}

.fmenu > ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.fmenu ul li {
    
    padding-bottom: 10px;
}
.fmenu ul li a {
    color: #888888;
}
.fmenu ul li a i {
	padding-right:10px;
	font-size:11px;
}

.fmenu ul li a:hover {
	color:#000;
}


.name {
    background: #202020 none repeat scroll 0 0;
    border: 1px solid #3c3c3c;
    border-radius: 4px;
    box-shadow: none;
    color: #9a9a9a;
    margin-bottom: 10px;
    margin-right: 1%;
    padding: 10px 15px;
    width: 49%;
}
.last-name {
    background: #202020 none repeat scroll 0 0;
    border: 1px solid #3c3c3c;
    border-radius: 4px;
    box-shadow: none;
    color: #9a9a9a;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 49%;
}
.address td {
	
   text-align:center;
    box-shadow: none;
    color: #9a9a9a;
    margin-bottom: 10px;
    padding: 10px 15px;
    width: 100%;
}
.submit {
    background: #35d058 none repeat scroll 0 0;
   
    border-radius: 5px;
    color: #fff;
    float: right;
    font-size: 15px;
    padding: 8px 20px;
    text-transform: capitalize;
	width:100%;
}
.copyright {
	display:table;
	width:100%;
	float:left;
	background-color:#fff;
	border-top:1px solid #efefef;
}
.copy {  
    color: #c2c2c2;
    padding: 25px 0 20px 0px;
    text-align: center;
}
.copy a{  
    color: #c2c2c2;
    
}
.col-5{
	width:38%;
	float:right;
}

.col-7{
	
	width:60%;
	float:left;
	
}


.small-banner { margin-bottom:20px;}

.thumbs_link .p-link {
    border-left: 1px solid #ececec;
    color: #ececec;
    padding: 20px 15px;
    position: relative;
    top: 18px;
}
.thumbs_link .p-link i {
    font-size: 24px;
}
.p_heading {
  
    color: #000;
    font-size: 24px;
    padding-left:15px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.detail-social{
	
    float: left;
    background-color: #fff;
    margin-top: 10px;
    padding: 6px 0px;
}

.detail-social img{
	padding:0px 2px;
}

.c_heading {
  
    color: #000;
    font-size: 24px;
   
    padding-bottom: 10px;
    text-transform: uppercase;
}


.txt_id{ margin-top:10px;}
.top-line{
	padding-left:15px;
}





.head{
text-align: center;
    padding: 10px;
    font-size: 20px;
    border-bottom: 1px solid #dddfde;
    margin-top: 0px;
}



a:hover{
text-decoration:none;}


.left-menu > ul > li > a:hover{
color:#000;
}
.pagination > ul > li > a:hover{
color:#000;
background-color:transparent;}

.paginati{
margin-top: 10px;
    float: right;}

.paginati > ul > li > a:hover{
color:#000;
}
.left-menu ul li:hover{color:#000;}
.right-title{
font-size: 17px;
    font-weight: 600;
    color:#525252;
	    padding:23px 0px 0px 3px;
		width:100%;
	float:left;
	}
	
	.right-code{
font-size: 15px;
        padding: 10px 00px 0px 3px;
    color:#01bbd4;
	width:100%;
	float:left;
	}

.right-des1{
    font-size: 17px;
    font-weight:600;
    color: #525252;
    padding: 22px 0px 10px 3px;
    width: 100%;
    float: left;
 
}

.right-des{
	width:100%;
	float:left;
	margin-top:0px;
	color:#525252;
}


.right-des p{
	float: left;
    font-size: 14px;
    color: #525252;
    margin-top: 0px;
}

.related{
    font-size: 20px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #01bbd4;
    margin-bottom: 8px;
	width:100%;
	float:left;
	
	}


.centerbg2{
margin-top:15px;}

.qty{
	width:100%;
padding:0px;
color:#01bbd4;
}

.col-3{
	width:25%;
	float:left;
}
.inquiry-basket{
	width:100%;
	float:left;
}

.row-fluid{
	float:left;
	width:100%;
}

.bask{
	float:left;
	width:100%;
}

.form-box{
	width:100%;
	float:left;
}
.for1{
	width:100%;
	float:left;
}
.btn-delete1{
	float:left;
	    padding: 9px 25px;
    margin: 10px 4px 10px 4px;
    font-size: 21px;
    background-color: #00B6C5;
    border: none;
}
.for{
	width:100%;
}
.category-view{
	width:100%;
	
}
.pad-l{
	padding-left:6px;
}
.size-bar{

margin-bottom: 20px;
padding:0px;
}

.head-bar{
padding:0px;

}
	
.qtyf{
width:60px;
color:#000;
height:35px;
}
.img{
display:inline-block;}

.navbar-inverse{
background-color:#f30000;
display:block;
color:#fff;
}

.share-text{
font-size:14px;
font-family: 'Montserrat', sans-serif;}
 .pad0{
 padding:0px;}
 
 .thumbnailbg{

 margin-bottom:17px;}
 
 .thumbnail-img{
 margin-bottom:10px;}
 
 .description-bar{
 width:100%;
 text-align:left;
 float:left;
 background-color:#eeeeee;
 display:block;
 font-size:15px;
 font-family: 'Montserrat', sans-serif;
 padding:15px;
 border-bottom:1px solid #000;
 margin-bottom:10px;
 }

.item img{
	width:100%;
}
 
 
 
 
 em{
 font-style:normal;
 }
 
 .contact-bar{
 background-color:#2e2e2e;
 width:100%;
 float:left;
 
 
 }
 



.dropdown-menu > li > a{
font-family: 'Montserrat', sans-serif;
color:#000;
}

.dropdown-menu > li > a:hover{
    color:black;
	background-color:#fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover{
    color: #000;
}


.txt_id{ margin-top:10px;}
.our{  float:left; width:100%; background-color:#fff;  }

#masterdiv{
	
	float:left;
    display: block;
	width:100%;}

.pad0{
	padding:0px;
}
.main-title{ margin:0; padding:0; padding-bottom:2px; font-style:Abel; font-size:18px; font-weight:500; }


.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
    background-image: url('../img/li-bg.png');
    background-size: 100% 100%;
    margin-bottom: 2px;
    border-top: 1px solid #fff;
}
.main-title a{color:#030303; text-decoration:none;  padding:10px; }



.side-menu ul{
padding-left:10px;
}


.cathead{
	
    font-size: 27px;
    border-bottom:1px solid #e2e2e2;
    
    margin: 9px 15px;
	padding-bottom:10px;
	color:#01bbd4;
}
.left-menu {padding:0; margin: 9px 13px; list-style-position:inside; }
.left-menu  li { padding: 8px 0px 7px 10px; color:#000; background-color:#fff; list-style:none; margin-top:7px; position:relative;
   
    }
.left-menu  li:hover {   
	color:#fff;
	background-color:#01bbd4;
    text-decoration:none;}
	
	.left-menu  li:hover a{   
	color:#fff;
    background-color:#01bbd4;}
.left-menu  li a {   
	color:#000;
    text-decoration:none;}
	

.main-title{    padding: 13px 0px 13px 10px; color:#000; background-color:#fff; list-style:none; margin-top:7px; position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);}
.main-title:hover {   
	color:#fff;
	background-color:#01bbd4;
    text-decoration:none;}
	
	.main-title:hover  a{   
	color:#fff;
    background-color:#01bbd4;}
.main-title a {   
	color:#000;
    text-decoration:none;}
	
	
	.btn-default {
    color: #d9edf7;
    background-color:#f30000;
    border-color: #f30000;
    font-size: 15px;
}

.btn-default:hover{
    color: #d9edf7;
    background-color:#f30000;
    border-color: #f30000;
    font-size: 15px;
}


a{
	text-decoration:none;
}


.effect6
{
  	position:relative;       
        box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    box-shadow:0 0 6px rgba(0,0,0,0.6);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    border-radius:100px / 10px;
}

.qt{
	  height: 33px;
    width: 55%;
	border: 1px solid black;
    padding-left: 13px;
}

.pagination-box{
	width:100%;
	float:left;
}

.about-des h1{

    margin: 0px;
    font-size: 18px;
    background-color: #04B9D4;
    padding: 9px 12px;
    color: #fff;

}

.about-des p a{
    color: #666;
}

.about-des p a:hover{
color:#04B9D4;
}
.btm-social {
	float:left;
}
.btm-social ul {
    margin: 0;
	padding:0px;
}
.btm-social ul li {
	display:inline-block;
	width:40px;
	height:40px;
	border-radius:4px;
	    margin-right: 4px;
}

.btm-social ul li a {
   border:1px solid #01bbd4;
  width:40px;
  border-radius:4px;
  text-align:center;
	background-color: transparent;
    color: #000;
    display: inline-block;
    float: left;
   font-family: "FontAwesome";
    line-height:44px;
    font-style: normal;
    font-weight: normal;
        padding:0px;
    font-size: 20px;
    text-decoration: none;
    transition: background-color 0.2s linear 0s, color 0.2s linear 0s;
    
}
.btm-social ul li a.fa-facebook:hover { border:1px solid transparent; background-color:#3b5998; color:#fff;}
.btm-social ul li a.fa-twitter:hover {  border:1px solid transparent; background-color:#00acee; color:#fff;}
.btm-social ul li a.fa-google-plus:hover {  border:1px solid transparent; background-color:#dd4b39; color:#fff;}
.btm-social ul li a.fa-linkedin:hover {  border:1px solid transparent; background-color:#007fb1; color:#fff;}
.btm-social ul li a.fa-vimeo-square:hover {  border:1px solid transparent; background-color:#8bb225; color:#fff;}
.btm-social ul li a.fa-pinterest-p:hover {  border:1px solid transparent; background-color:#c32524; color:#fff;}
.btm-social ul li a.fa-rss:hover {  border:1px solid transparent; background-color:#e97633; color:#fff;}
.btm-social ul li a.fa-youtube-square:hover { border:1px solid transparent;  background-color:#cb322c; color:#fff;}
