@import url('reset.css');
@import url('static.css');
@import url('elements.css');
@import url('preloader.css');
body{
	font-family: 'Roboto', sans-serif;
}
/* width */
::-webkit-scrollbar {
	width: 10px;
  }
  
  /* Track
  ::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px rgb(253, 0, 0); 
	border-radius: 10px;
  } */
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
	background: #e7e7e7; 
	border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
	background: #cecece; 
  }
  
#fb5-ajax{
  	margin-bottom:30px;
	position:relative;
}


#fb5-ajax a {
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;	
}

#fb5-ajax.fb5-fullbrowser{
	position:fixed;
	left:0px;
	top:220px;
	right:0px;
	bottom:0px;
   	margin-bottom:0;  	
}

#fb5-ajax.fullScreen,#fb5-ajax[data-template="true"] {
    margin-bottom:0;   
  
    position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;	
}


#fb5-ajax .fb5-bcg-book{
	opacity:1;
	position:absolute;
	top:0;
	left:0;
    background: none no-repeat center center;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
    width:100%;
	height:100%;
}


#fb5{
   font-family:'Roboto', sans-serif;	
   font-size:19px;	
   -webkit-text-size-adjust:none;
   position:absolute;
   overflow:hidden;
   top:0;
   left:0;
   display:block;
   width:100%;
   height:100%;
   opacity:0;
   
}

/* begin lightbox /*/
#fb5-ajax.fb5-lightbox {  
    position:fixed !important; 	
  	left:0px !important;
	top:0px !important;
	right:0px !important;
	bottom:0px !important;
	z-index:99999 !important;
}

#fb5-ajax #fb5-close-lightbox{
	display:none;
}


#fb5-ajax.fb5-lightbox #fb5-close-lightbox{
	display:block;
	position:absolute;
	top:55px;
	right:1%;
	font-size:40px;
	color:white;
	cursor:pointer;
	opacity:1;
}

#fb5-ajax.fb5-lightbox #fb5-close-lightbox i{
   line-height:.65 !important;
  
}

/* end lightbox /*/



/* =  Gradient ( for right page )
--------------------------*/

.fb5-gradient-page{

width:100%;
height:100%;
position:absolute;	
top:0;
left:0;

	
}

/* =  Gradient ( for left page )
--------------------------*/

#fb5 .turn-page.odd .fb5-cont-page-book > .fb5-gradient-page {
	

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+97,cccccc+100&0+97,0.22+100 */
background: -moz-linear-gradient(left, rgba(255,255,255,0) 97%, rgba(204,204,204,0.22) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 97%,rgba(204,204,204,0.22) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(255,255,255,0) 97%,rgba(204,204,204,0.22) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#38cccccc',GradientType=1 ); /* IE6-9 */
}




#fb5 .turn-page.even .fb5-cont-page-book > .fb5-gradient-page {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cccccc+0,ffffff+10&0.41+0,0+9 */
background: -moz-linear-gradient(left, rgba(204,204,204,0.41) 0%, rgba(250,250,250,0) 3%, rgba(255,255,255,0) 10%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(204,204,204,0.41) 0%,rgba(250,250,250,0) 3%,rgba(255,255,255,0) 10%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(204,204,204,0.41) 0%,rgba(250,250,250,0) 3%,rgba(255,255,255,0) 10%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69cccccc', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}



#fb5 #fb5-container-book {
	position: absolute;
	z-index: 5;
	display: none;
	width: 1100px; height: 715px;
}

.remove_scroll{
  overflow: hidden;	
}


#fb5 fieldset{
	
	
}


#fb5 #fb5-deeplinking{
  display:none;	
}



#test{
   margin:0 auto;
   width:100%;
}

#fb5 #page.mobile {
		width: 550px; height: 358px;
		margin: -210px 0 0 -275px;
	}
	
#fb5 #page .padding { /*padding: 0 34px;*/ }



#fb5 .cursor-grab {
	cursor: -webkit-grab;
	cursor: -moz-grab;
}


#fb5 .fb5-overlay {
	position: absolute; left: -10000px; top: 0; z-index: 20;
	
	/*background: url(../img/bg-overlay.png);/*/
	background:rgba(0,0,0,0);
	
	width: 100%; height: 100%;
	display:none;
}

#fb5 .fb5-overlay.active { left: 0; display:block; }


/* = Back button
-------------------------------------------------------------- */
   #fb5 #fb5-button-back{
	color:#FFFFFF;
	position:absolute;
	left:-5px;
	bottom:45px;
	background-color:#64C8D3;
	border-radius: 4px 4px 4px 4px;
	padding:5px;
	padding-left:15px;
	padding-right:10px;
	font-size:12px;
	font-weight:bold;
	margin-top:-45px;
  }
  #fb5 #fb5-button-back:hover{
	color:#64C8D3;  
	background-color:#FFFFFF
  }


/* = About
-------------------------------------------------------------- */

	#fb5 #fb5-about {
		position: absolute; z-index: 5;
		width: 45%; display: none;
		/*padding-top: 6%;/*/
	}

	#fb5 #fb5-about h1,
	#fb5 #fb5-about h2,
	#fb5 #fb5-about h3,
	#fb5 #fb5-about h4,
	#fb5 #fb5-about h5,
	#fb5 #fb5-about h6 {
		margin: 0 0 .5em 0;
		padding:0px;
		font-size: 1.375em;
		color: #64c8d3;
		-webkit-font-smoothing: antialiased;
		text-transform:none;
	}
	
	#fb5 #fb5-about h3{
		background: url(../img/arrow-right.html) no-repeat 0 50%;	
		padding: 0 0 0 25px;	
	}
	
	#fb5 #fb5-about ul,#fb5-about ol {
		list-style:disc;
		margin: 0;
		padding-left:10px;
		padding-top:0%;
		padding-bottom:2%;
	}
	
	#fb5 #fb5-about li {
		color: #cfeaee;
		margin-bottom:4px;
	}
		
	
	#fb5 #fb5-about p {
		/*font-size: 0.688em;/*/
		color: #cfeaee;
		margin-bottom:4%;
	}
	
	#fb5 #fb5-about a {
		color:#ffffff;	
		text-decoration:underline;
	}
	
	#fb5 #fb5-about a:hover {
		/*color:#ffffff;/*/	
		text-decoration:none;
	}



/* = Book
-------------------------------------------------------------- */

#fb5 #fb5-book {
	position: relative; z-index: 10;
	width: 100%; height:100%;
}

#fb5 #fb5-book .turn-page {
	background-color:#FFF;
	background-size: 100% 100%;
}

#fb5 .fb5-double {
	background-size: 200% 100% !important;
}

#fb5 .fb5-double.fb5-first {
	background-position: 0% 0%;
}

#fb5 .fb5-double.fb5-second {
	background-position: -100% 0%;
}







	/* = Nav Arrows
	---------------------------------------- */
	
	#fb5 .fb5-nav-arrow {
		position: absolute; top: 50%; z-index: 15;
		background: url(../img/arrow-navpage.png);
		width: 34px; height: 136px;
		margin-top: -68px;
	}
		
	#fb5 .fb5-nav-arrow.next			{ right: -34px; background-position: 0 0; }
	#fb5 .fb5-nav-arrow.next:hover	{ background-position: 0 -186px; }
	
	#fb5 .fb5-nav-arrow.prev			{ left: -34px; background-position: 0 -372px; display: none; }
	#fb5 .fb5-nav-arrow.prev:hover	{ background-position: 0 -558px; }
	
	#fb5 .fb5-nav-arrow.next{
		transform-origin:0 center;
		-ms-transform-origin:0 center;
		-webkit-transform-origin:0 center;		 
    }
	
	#fb5 .fb5-nav-arrow.prev{
		transform-origin:right center;
		-ms-transform-origin:right center;
		-webkit-transform-origin:right center;		 
    }
	
		/*#page.mobile .fb5-nav-arrow.next { right: -24px; }*/



	/* = Cover
	---------------------------------------- */

	#fb5 #fb5-logo-cover {
		position: absolute; right: 10px; bottom: 10px; z-index: 5;
	}	

	#fb5 #fb5-cover ul {
		position:absolute;
		top:50%;
		-webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
		-moz-transform: translate(0,-50%);
		-o-transform: translate(0,-50%);
        transform: translate(0,-50%);
		clear: both;
		width: 100%;
		list-style: none;
		padding: 20px 0;
		border-top: 1px solid #e2e2e2;
		border-bottom: 1px solid #e2e2e2;
	}
	
	#fb5 #fb5-cover ul:after { clear: both; content: ''; display: block; }
	
	#fb5 #fb5-cover li {
		float: left;
		width: 28.3%;
		margin: 0 2.5%;
		list-style:none;
	}
		
	#fb5 #fb5-cover li,
	#fb5 #fb5-cover img {
		-moz-user-select: -moz-none;
		-khtml-user-select: none;
		-webkit-user-select: none;
		user-select: none;
		box-shadow:none;
	}
		
	#fb5 #fb5-cover li:last-child {
		margin-right: 0;
	}

	#fb5 #fb5-cover li img {
		float: left;
		width: 100%;
	}
	
	#fb5 a img {		
	     -moz-transition-duration: .5s;	
		 -webkit-transition-duration: .5s;
		 -ms-transition-duration: .5s;	
		 background-color: rgba(255,255,255,.01);	
	}
			
	#fb5 a img:hover {
		opacity: 0.5;		
	}
			


	/* = End
	---------------------------------------- */

	#fb5 #end { text-align: center; }
	
	#fb5 #end p { padding-top: 60%; }



	/* = Meta data
	---------------------------------------- */

	#fb5 #fb5-book .fb5-meta {
		position: absolute; bottom: 1%;
	}

	#fb5 .fb5-meta .fb5-num {
			font-weight: bold;
			font-size: 12px;
			color: #666;
	}
		
	#fb5 .fb5-meta .fb5-description {
			font-size: 11px;
			color: #666;
	        font-family:Arial,sans-serif;
	}

	#fb5 .fb5-meta.fb5-left { 
			left:3%;
			text-align: left;
	}
	
	#fb5 .fb5-meta.fb5-left .fb5-num {
		    padding-right: 10px;
	}
		
	#fb5 .fb5-meta.fb5-right {
			right:3%;
			text-align: right;
	}
		
	#fb5 .fb5-meta.fb5-right .fb5-num {
				padding-left: 10px;
	}
			
			
			
			
	/*= Video in lightbox
	----------------------------*/

	#v5_lightbox {
		width:100%;
		height:100%;
		z-index:555789;
		position:fixed;	
		display:block;	
		top:0px;
	}

	#v5_lightbox .bcg{
		width:100%;
		height:100%;
		background-color:#000;
		opacity:.7;	
		position:absolute;	
		cursor:pointer;
	}
    
	
	/* --------------------------*/
	
	.fb5-cont-page-book{
		position:absolute;		
	}
	
	#fb5 .fb5-page-book {
		
		position:absolute;
	    -webkit-hyphens:none;
        -moz-hyphens:auto;
        -ms-hyphens:auto;
        hyphens:auto;	
		overflow-y: auto;
		width: 100% !important;
    left: 0 !important;
	padding: 10px;
	}
	
	
	#fb5 .fb5-page-book .center {
		/*text-align:center;
		padding-top:65%;/*/
	}
	
	#fb5 .fb5-page-book img {
		border:none;
		padding:0;
	}
	
	#fb5 .fb5-page-book p {
		margin-bottom:20px;
		line-height:1.5;
	}
	
	#fb5 .fb5-page-book a {
		color:#333;

	}
	
	#fb5 .fb5-page-book p a:hover {
		text-decoration:none;
	}
	
	#fb5 .fb5-page-book h1,
	#fb5 .fb5-page-book h2,
	#fb5 .fb5-page-book h3,
	#fb5 .fb5-page-book h4,
	#fb5 .fb5-page-book h5,
	#fb5 .fb5-page-book h6 {
	   font-family:'Oswald', sans-serif;

	   
	}	
	
	#fb5 .fb5-page-book ul {

		margin-bottom:3% !important;
	}
	
	#fb5 .fb5-page-book ul li {
	   margin-bottom:2px;
	}
	
	#fb5 .fb5-page-book ul li a, #fb5 .fb5-page-book ol li a {
	   color:#77797F;
	   font-weight:normal;	
	   text-decoration:none;
	}
	
	#fb5 .fb5-page-book ul li a:hover, #fb5 .fb5-page-book ol li a:hover {
	   text-decoration:underline;
	}
	
	#fb5 .fb5-page-book a:hover img {
      /* opacity:0.8;  /*/	  
	}
	
	
	/* =WordPress Core
-------------------------------------------------------------- */
#fb5 .fb5-page-book .alignnone,.#fb5-about .alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book.aligncenter,.fb5-page-book div.aligncenter,#fb5-about.aligncenter,#fb5-about div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book .alignright,#fb5-about .alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

#fb5 .fb5-page-book .alignleft,#fb5-about .alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .aligncenter,#fb5-about .aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

#fb5 .fb5-page-book a img.alignright,#fb5-about a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

#fb5 #fb5 .fb5-page-book a img.alignnone,#fb5-about a img.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.alignleft,#fb5-about a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book a img.aligncenter,#fb5-about a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

#fb5 .fb5-page-book .wp-caption,#fb5-about .wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

#fb5 .fb5-page-book .wp-caption.alignnone,#fb5-about .wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignleft,#fb5-about .wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

#fb5 .fb5-page-book .wp-caption.alignright,#fb5-about .wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.fb5-page-book .wp-caption img,#fb5-about .wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

#fb5 .fb5-page-book .wp-caption p.wp-caption-text,#fb5-about .wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



/* = important style FlipBook
-------------------------------------------------------------- */


	    /* tools bar*/
		#fb5-ajax .fb5-bcg-book{				
		   opacity:1;						
		   background-image:url(../img/bg.jpg);
		}
		
		#fb5-ajax.fb5-lightbox .fb5-bcg-book{				
		   opacity:.4;				
		   background-image:none;		
		   background-color:#000000;
		}
		
		/*  icon   */
		#fb5 .fb5-menu li a {
			color:#FFFFFF;
			opacity:.8;
        }
		
		/* icon - over  */
		#fb5 .fb5-menu li a:hover {
         	color:#FFFFFF;
			opacity:1;
        }
		
		
		#fb5-ajax.fb5-lightbox #fb5-close-lightbox{
			color:#FFFFFF;			
		}
				
		
		#fb5 #fb5-footer .fb5-bcg-tools { 
		  background-color: #000000;
		  opacity: 0.4;
		}
		
		#fb5 .fb5-tooltip{
			 background:#FFFFFF !important; 
			 color:#666666;
		}
		#fb5 .fb5-tooltip b { border-top: 10px solid #FFFFFF }
		
		
		#fb5 .fb5-menu li.fb5-goto #fb5-label-page-number {
    		color: #4BD1C8;
		}
		#fb5 .fb5-menu li.fb5-goto button {
   		    color: #5F6F7B;
			background: linear-gradient(to bottom, #2B3E4D 0px, #1F303D 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   		}
		
		#fb5 .fb5-menu li.fb5-goto input[type="text"] {   			
			background:rgba(255,255,255,0.15);
			border-color:#FF0000; 
			border: 0px solid;
			color: #BABABA;
		}
		
		#fb5 .fb5-menu li.fb5-goto input[type="text"]:focus {
            background:rgba(255,255,255,.4);
			border-color:; 
			border: 0px solid;
			color: #000000;
        } 
		
		#fb5 .fb5-menu li.fb5-goto #fb5-page-number-two {
			color: #BABABA;			
		}
		
		
		/* book /*/		
		#fb5 #fb5-book .turn-page {
	       background-color:#FFFFFF;
        }
		#fb5 .fb5-meta .fb5-num {
		    color: #666666;
		}
		#fb5 .fb5-meta .fb5-description {
    		color: #666666;
		}
			
		
		/* list thumbs /*/
		#fb5 #fb5-all-pages .fb5-container-pages {
		    background: none repeat scroll 0 0 #000000;
						box-shadow: 0 0 40px rgba(102,102, 102, 0.8);
		}
		
		/* form /*/
		#fb5 #fb5-contact form {
   			 background: none repeat scroll 0 0 #161616;
			 			 box-shadow: 0 0 60px rgba(100,200,211, 0.7);
		}
		#fb5 #fb5-contact form h3 {
		    color: #FFFFFF !important;
		}
		#fb5 #fb5-contact button {
			    background: none repeat scroll 0 0 #64C8D3;
				color: #FFFFFF;
		}
		#fb5 #fb5-contact form input, #fb5-contact form textarea {
           color: #737373;
		}
		#fb5 #fb5-contact .fb5-close {
		  color: #000000;	
          background: none repeat scroll 0 0 #64C8D3;
		}
		
		#fb5 #fb5-contact .fb5-thanks p{
		  color:#444444 !important;			
		}
		#fb5 #fb5-contact .fb5-thanks h1{
		  color:#FFFFFF !important;			
		}
				
		
		/* preloader /*/
		#fb5 .fb5-preloader {
	    	background-image:url("../img/loader.gif");
	        background-color:#FFFFFF;			
        }			
		
		/* arrow gif /*/
		#fb5 .fb5-nav-arrow {
   			
		}			
		
		/* formatt page for flipbook  /*/
		#fb5 .fb5-page-book p {
		   color:#77797F;
		   font-family:Arial;
		   font-size:18px;
	    }
		#fb5 .fb5-page-book a {
		   color:#333;
		 }
		#fb5 .fb5-page-book h1 {
		   font-size:32px !important;
	    }
		#fb5 .fb5-page-book h2 {
		   font-size:35px !important;
		   color: #333;
	    }
		#fb5 .fb5-page-book h3 {
		   font-size:24px !important;
	    }
		#fb5 .fb5-page-book h4 {
		   font-size:20px !important;
	    }
		#fb5 .fb5-page-book h5 {
		   font-size:20px !important;
	    }
		#fb5 .fb5-page-book h6 {
		   font-size:18px !important;
	    }
		#fb5 .fb5-page-book li {
		   font-size: 23px;	
		}
		#fb5 .fb5-page-book ul li a,#fb5 .fb5-page-book ol li a {
	        color:#77797F;
		}

        
		/*  about style  /*/
		#fb5 #fb5-about p,#fb5 #fb5-about li {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:11px;
	    }  
		#fb5 #fb5-about a {
		  color:#FFFFFF	
		}
		#fb5 #fb5-about h1 {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:26px;
	    }  
		#fb5 #fb5-about h2 {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:24px;
	    }  
		#fb5 #fb5-about h3 {
		   color: #FFFFFF !important;
		   font-family:Arial !important;
		   font-size:22px !important;
	    }  
		#fb5 #fb5-about h4 {
		   color: #FFFFFF;
		   font-family:Arial;
	    }  
		#fb5 #fb5-about h5 {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:18px;
	    }  
		#fb5 #fb5-about h6 {
		   color: #FFFFFF;
		   font-family:Arial;
		   font-size:16px;
	    }  
		/* back  button  /*/
		#fb5 #fb5-button-back {
			     		background:rgba(0,0,0,0.6);
   			color: #D1D1D1;
		}
		#fb5 #fb5-button-back:hover{
			color:#000000;  
	        background:rgba(209,209,209,0.6);
			
			
 		}
		
		/*  Other style   /*/
		#fb5 .fb5-overlay {
			background:rgba(0,0,0,0.6);
        }
		
		
		
		/* LINKS /*/
		
		/* section links /*/
		#fb5 #links{
			 display:none;
		}
		
		
	    /* container /*/
	    #fb5 .links{
		 display:none;  
		 transform-origin:0 0;
		 -ms-transform-origin:0 0;
		 -webkit-transform-origin:0 0;
        		 
	   }
	   
	   /* link /*/
	   #fb5 .link{
		 background-color:#FCA910; 
		 opacity:0.2;
		 position:absolute;		
		 cursor:pointer;  
	   }
	   
	   #fb5 .link:hover{	
		  opacity:0.4;  
	   }

       
	 
	   .row{
		width: 100%;
	}
	.item{
		width:32%;
		float: left;
		height: 370px;
		box-sizing: border-box !important;
		margin: 4px !important;
	}
	.thumb{
		width: 100%;
	}
	.thumb .photo{
		width: 100%;
		height: 260px;
	}
	.photo img{
		width: 100%;
		height: 260px;
	}

	.item .text h3 a{
		font-size: 20px !important;
		font-weight: 500;
		font-family: 'Roboto', sans-serif;
	}
	.item h3, .item h4, .item p{
		text-align: left !important;
	}

		.item h4{
		font-family: 'Oswald', sans-serif !important;
	}
	.item a {
		text-decoration: none !important;
	}
	.item h4{
		font-size: 27px !important;
	}

	.marg-1{
		margin: 5px !important;
	}
	.dropbtn {
		background-color: #eceaea;
		color: rgb(0, 0, 0);
		padding: 14px;
		font-size: 11px;
		border: none;
		cursor: pointer;
		left:10px;
	  }
	  
	  .dropbtn:hover, .dropbtn:focus {
		background-color: #dddddd;
	  }
	  
	  .dropdown {
		position: relative;
		display: inline-block;
		display: none;
		z-index: 16;
	  }
	  
	  .dropdown-content {
		display: none;
		position: absolute;
		background-color: #f1f1f1;
		min-width: 310px;
		overflow: auto;
		box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
		z-index: 1;
		font-size: 14px;
	  }
	  
	  .dropdown-content ul li {
		color: black;
		padding: 12px 16px;
		text-decoration: none;
		display: block;
	  }
	.dropdown-content a {
		color: black;
	
	  }
	  
	  .dropdown a:hover {background-color: #ddd;}
	  
.show {display: block;}

	  .line-togle{
		width:20px;
		height: 2px;
		background-color: #272727;
		margin:4px 0px;
	  }
.m-auto{
margin: 0 auto !important;
}
.diplay-n{
display: none;
}
.display-none{
	display: none;
	}
.display_block{
	display: block;
}
.cart-buttons ul { width: 100%;}
.top ul li a {
display: initial;
}
.cart-buttons ul li { float:left;}
.cart-buttons ul li a, .user-sidebar ul li a {
color: #fff !important;
}
.p-price {
font-size: 20px;
}
.p-price .p-name{
color: #333333;
}
.bg-secondary{
background-color: #f5f5f5;
}
.border-no{
border: none !important;
}
.blog .image-holder img{
width: 285px;
}
.blog p.button a {
color: #fff !important;
}
.text h4{
background-color: #e7e7e7;
padding: 3px;
padding-right: 30px;
border-radius: 0px 20px 20px 0px;
color: #3a3a3a !important;
}
s, del{
float: right;
color: #5f5f5f;
text-decoration: line-through !important;
}
.b-radius50{
border-radius: 50%;
}
.b-radius10{
border-radius: 10%;
}
.mb-5{
margin-bottom: 5px;
}
.pd-5{
padding: 5px;
}

.border-bottom{
border-bottom: #cccbcb solid 1px;
}
.f-nunetro{
	font-family: 'Roboto', sans-serif !important;
}
.headline h3 {
    font-family: 'Oswald', sans-serif !important;
}
.widget h4{
	font-family: 'Roboto', sans-serif !important;
}
.no-border{
	border: none !important;
}
.top ul li{
	font-size: 14px;
}

.mt1{
margin-top: 10px;
}
.ml5{
	margin-left: 50px;
}
.ml2{
	margin-left: 20px;
}
.font30{
	font-size: 23px !important;
}
.f-bold1{
	font-weight: 600 !important;
}
.right{
	float: right !important;
}
.border-dot{
	border-bottom: dotted;
}
.w-full{
	width: 100%;
}
.btn-dark{
	background-color: #000000;
	color: #fff;
	border:  solid 1px #000;
	padding: 10px;
}
.k-scroll{
	z-index: 99999;
	position: fixed;
	top: 10px;
	right: 20px;
	color:#fff;
	font-family: monospace;
}
.k-scroll span{
background-color: #eceaea;
border: none;
padding: 5px 8px;
color: #303030;
margin: 5px;
text-align: center;
width: 30px;
}
.btn-dark:hover{
	background-color: #fafafa;
	border:  solid 1px #000;
	color: #353535;
}
.content-table{
	background-color: #000;
    padding: 11px;
    color: #fff;
    text-align: center;
}
#left-content{
	padding: 53px;
}
.content-cate{
	display: block;
    /* background-color: #000; */
    color: #fff;
    padding: 5px;
    border-bottom: dotted 1px #000;
}
.wid-hei{
	width: 100px;
	height: 100px;
}
.resposive-display{
display: none;
}
.cart_page_login {
    max-width: 450px;
    margin: 0 auto;
    background-color: #faebd73d;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0px 7px 9px #01010169;
}
.cart_page_login input.btn-dark.w-full{
	background-color: #000;
	color: #fff;
	box-shadow: 0px 7px 9px #01010169;
}
.cart_page_login input.btn-dark.w-full:hover{
	background-color: #ffffff;
	color: #000000;
}

.cart_page_login input, .cart_page_login select, .cart_page_login textarea{
	background: none;
    border: solid 1px #4d4d4d !important;
    height: 50px !important;
    border-radius: 20px !important;
	background-color: #e2f7fd;
	box-shadow: 0px 7px 9px #01010169;
}
input, select {
    background: none;
    border: solid 1px #4d4d4d !important;
    height: 50px !important;
    border-radius: 20px !important;
}
textarea {
    border: solid 1px #4d4d4d !important;
    border-radius: 20px !important;
}
.footer_mobile {
	display: none;
	background-color: #f1f1f1;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;

  }
  .footer_mobile ul li{
	padding: 3px 9px;
    text-decoration: none;
	display: inline-block;
	color: #00000069;  
	text-transform: uppercase;
	border-right: solid 1px #00000069 ;
	margin: 5px;
  }
  .footer_mobile ul {
	margin-bottom: 0;
	display: inline-block;
  text-align: left;
	
  }
  .footer_mobile ul li a{
	color: inherit;
text-align: center;
display: inline block;
margin: 0 auto;
font-weight: 600;
}
.footer_mobile ul li:last-child{
	border-right: none ;
  }
  .m_0_auto{
   margin: 0 auto;
  }
    .modal-dialog {
    margin-top: 65px;
}
@media only screen and (max-width: 1028px) {
	.top {
		display: none;
	  }
	.dropdown {
		display: inline-block;

	  }
	.resposive-display{
		display: inline;
		}
	.footer_mobile {
			display: inline-block;
	
		  }
}