html,body,div,span,
h1,h2,h3,h4,h5,h6,
p,blockquote,q,em,img,small,strong,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend{border:0;outline:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
:focus{outline:0}
input,textarea{margin:0;outline:0;}
textarea{overflow:auto; resize:none;}
table{border-collapse:collapse;border-spacing:0}
/* End Reset */

/* html5 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }


/* Default Font Styles
______________________*/
body, input, select, textarea{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 1.5;
}
*,
*:before,
*:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Headings
______________________*/
h1{
	font-size: 56px;
	line-height: 0.9;
	text-transform: uppercase;
	font-weight: 900;
}
h2{
	font-size: 28px;
	color: #000;
	margin-bottom: 20px;
	font-weight: 900;
}
h3{
	font-size: 24px;
	color: #000;
	line-height: 1;
}
h4{
	font-size: 21px;
	margin-bottom: 10px;
	color: #ed1f24;
	font-weight: 900;
}
h5{
	font-size: 15px;
	margin-bottom: 10px;
	color: #ed1f24;
}
h6 {
	font-size: 11px;
	margin-bottom: 10px;
	color: #000;
}

/* Links
______________________*/
a{
	text-decoration: none;
}

/*a:active {
	color: blue;
}*/

a:link, a:visited, a:hover, a:active {
	color: red;
}

/* p, blockquote, address
______________________*/
p{	
	margin-bottom: 10px;
}
img {
	max-width: 100%;
	height: auto;
}
/* Lists
______________________*/
ul{
}
ul li{
	list-style-type: disc;
}
ol{

}
ol li{

}
address{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 900;
	margin-bottom: 20px;
}
address span{
	display: block;
}

/* Layout 
______________________*/
.content-width{
	width:880px;
	margin:0 auto;
}

/* Header
______________________*/
#header-wrap{

}
#header{

}
#header-top{
	text-align: center;
	margin: 18px 0 15px;
}
#header-top li,
#footer-wrap li{
	display: inline-block;
	margin: 0 8px;
}
#header-top li:first-child,
#footer-wrap li:first-child{
	margin-left: 0;
}
#header-top a,
#footer-wrap li a{
	display: block;
	font-size: 14px;
	color: #939597;
	text-transform: uppercase;
	margin-bottom: 10px;
	/*letter-spacing: 2px;*/
	word-spacing: 1px;
	font-weight: 300;
}
#header-top a:hover,
#footer-wrap li a:hover{
	color: #000;
}
#header-bottom{
	margin-bottom: 20px;
}
.left-links{
	float: left;
	margin-top: 40px;
}
.left-links a,
#header-bottom input,
#footer-right input{
	font-family: 'Roboto Condensed', sans-serif;
	display: inline-block;
	margin: 0 5px;
	background: #c6c8ca;
	color: #fff;
	font-size: 11px;
	border-radius: 4px;
	padding: 8px 5px;
	letter-spacing: 2px;
	font-weight: 600;
}
.left-links a:first-child{
	margin-left: 0;
}
#header-bottom input,
#footer-right input{
	margin: 0;
	border: none;
	width: 220px;
	float: right;
	margin-top: 40px;
}
.left-links a:hover {
	background: #000;
	color: #ed1f24;
}
#header-bottom .social-icon a,
#footer .social-icon a{
	font-family: 'FontAwesome';
	margin: 0;
}
#header-bottom .logo{
	background: none;
	float: right;
	display: inline-block;
	width: 300px;
	text-align: center;
}
#header-bottom .logo img{
	display: inline-block;
}
#header-bottom .logo:hover {
	background: none;	
}
#header-top .toggle-btn{
	position: absolute;
	top: 20px;
	right: 20px;
	border: 2px solid #ed1f24;
	padding: 5px 10px 10px;
	border-radius: 4px;
	display: none;
}
#header-top .toggle-btn span{
	border: 1px solid #000;
	display: block;
	width: 30px;
	margin-top: 5px;
}
#header-top .toggle-btn:hover{
	border-color: #000;	
}
#header-top .toggle-btn:hover span{
	border-color: #ed1f24;
}
.letf-sec{
	float: left;
	width: 600px;
}
/*  Main Area
-------------------------------------- */
.slider-sec{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	width: 250px;
	text-align: center;
}
.slider-sec h2{
	text-transform: capitalize;
	margin-bottom: 0;
	line-height: 1.2;
}
.slider-sec h2 span{
	font-family: "Roboto Condensed",sans-serif;
	display: block;
	color: #ed1f24;
}
.slider-sec h5{
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 400;
	margin-bottom: 2px !important;
}
.slider-sec h6{
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	right: 10px;
	left: 10px;
	letter-spacing: 3px;
	margin-bottom: 0;
	font-weight: 900;
}
.slide-img{
	float: right;
}
.slide-img img{
	width: 100%;
	display: block;
}
.bx-wrapper .bx-pager {
	display: none;
}
.bx-wrapper {
	margin: 0;
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
}
#contents{
	float: left;
	width: 630px;
	margin-top: 24px;
}

.main-slider .bx-wrapper .bx-prev {
	background: url(../images/slide-prev.jpg) no-repeat left top;
	left: 0;
}
.main-slider .bx-wrapper .bx-controls-direction .bx-next {
	background: url(../images/slide-next.jpg) no-repeat right bottom;
	right: 0;
	top: auto;
	bottom: 0; 

}
.winner-sec{
	margin-bottom: 30px;
}
.news-img{
	display: block;
}
.news-img img{
	float: right;
	margin-right: 20px;
}
.winner-sec h2 {
	margin: 22px 0 0;
	font-size: 27px;
}
.winner-info{
	background: #626366;
	color: #fff;
}
.winner-img {
	float: left;
	position: relative;
}
.winner-img img {
	display: block;
}
.winner-img h2 {
	font-size: 27px;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	line-height: 0.9;
	letter-spacing: 3px;
}
.winner-para{
	float: left;
	width: 190px;
	padding: 10px;
}
.winner-para p{
	margin-bottom: 0;
	font-weight: 600;
}
.block-sec {
	margin-bottom: 35px;
} 
.block-info{
	font-family: 'Roboto Condensed', sans-serif;
	width: 225px;
	float: left;
	margin-right: 25px;
}
.block-info h3 {
	text-transform: capitalize;
}
.block-info h4{
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.block-info h6{
	font-size: 12px;
	letter-spacing: 1px;
}
.block-info h6 span{
	display: block;
	font-style: italic;
}
.block-info h5{
	margin-bottom: 0;
	color: #000;
	letter-spacing: 1px;
	font-size: 12px;
}
.block-info a{
	display: block;
	color: #000;
}
.block-info a:hover{
	color: #ed1f24;
}
.img-sec{
	float: right;
}
.img-sec img{
	display: block;
}
.img-gallery{
	float: left;
}
.witness1{
	margin-bottom: 2px;
}
.book-store{
	background: #626366;
	float: left;
	width: 50%;
	min-height: 255px;
	text-align: left;
}
.book-store h4{
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.book-store img {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.digital-store{
	background: #000;
	text-align: right;
	margin: 0 -10px;
}
.book-store span {
	display: block;
}
.digital-store img {
	padding: 0 10px;
}
.gallery{
	position: relative;
}
.gallery h4 {
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	letter-spacing: 3px;
	word-spacing: 2px;
}
#sidebar{
	width: 220px;
	float: right;
	margin-top: 110px;
}
.slider-info{
	width: 165px;
}
.slider-info p span{
	display: block;
}
#sidebar .bx-wrapper{
	position: static;
}
#slider-1,
#slider-2{
	position: relative;
}
#slider-2{
	margin-bottom: 72px;
}
#sidebar .bx-wrapper .bx-viewport{
	margin-bottom: 31px;
}
#sidebar h5{
	color: #000;
	letter-spacing: 3px;
	font-weight: 400;
}
#sidebar h5 span{
	display: block;
	color: #ed1f24;
	font-weight: 900;
}
.bxslider a {
	text-decoration: none !important;
	color: #000 !important;
}
.bxslider-right p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: block;
}
.bx-wrapper .bx-controls-direction a {
	top: 0;
	margin-top: 0;
	width: 20px;
	height: 21px;
}
#sidebar .bx-wrapper .bx-prev {
	background: url(../images/prev.jpg) no-repeat right top;
	left: inherit;	
	right: 0;
}
#sidebar .bx-wrapper .bx-controls-direction .bx-next {
	background: url(../images/next.jpg) no-repeat right bottom;
	right: 0;
	bottom: 0;
	top: auto ; 
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{
	background-position: 0 0;
}
.bxslider-right h6 {
	text-transform: uppercase;
	margin-bottom: 5px;
}
.inner-ul {
	padding-left: 15px;
}
.inner-ul li{
	margin-bottom: 5px;
	text-transform: capitalize;
}
.right-side-img img{
	display: inline-block;
}
.last-iteam{
	margin-top: 68px;
}
/*inner-page
--------------------*/
.sidebar-info{
	position: static;
	text-align: left;
	float: left;
	width: 200px;
	word-wrap: break-word;
}
.sidebar-info h5 span{
	display: block;
}
.widget{
	margin: 30px 0;
}
.widget h3{
	font-weight: 900;
}
.widget h4{
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 1px;
}
.widget h4 span{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	text-transform: none;
	font-weight: 300;
	letter-spacing: 1px;
}
.widget h5{
	margin-bottom: 5px;
}
.widget-info{
	margin-top: 20px;
}
.section-right{
	margin: 35px 0 0 270px;
}
.section-right h5{
	color: #000;
	font-weight: 900;
}
.section-right p{
	font-size: 14px;
}
.section-right p span{
	font-weight: 900;
}
.section-right h6{
	font-size: 14px;
	margin-top: 30px;
	font-weight: 300;
}
.section-right a{
	font-size: 14px;
	color: #000;
}
.section-right a:hover{
	color: #ed1f24;
}
.section-right li{
	margin-bottom: 10px;
	list-style-position: inside;
}
.section-info{
	margin-top: 30px;
}
.singal-page .section-right .section-info a{
    all: unset;
    color: blue;
    cursor: pointer;
}
.singal-page .section-right .section-info a:hover{
    color: blue;
    background: white;
    text-decoration: none;
}
.inside-ul{
	padding-left: 30px;
}
.inside-ul li{ 
	list-style-type: none;
}
.galler-section{
	margin-bottom: 50px;
}
.galler-section h5{
	font-size: 18px;
	color: #ed1f24;
	text-transform: uppercase;
	margin-bottom: 0;
	letter-spacing: 2px;
	word-spacing: 2px;
	font-weight: 400;
}
.galler-section h2{
	font-size: 27px;
	line-height: 1.1;
	letter-spacing: 2px;
	word-spacing: 2px;
}
.galler-section h2 span{
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	font-weight: 400;
}
.galler-info{
	margin-top: 30px;
}
.galler-info p{
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	margin-top: 15px;
}
.galler-info p span{
	text-transform: uppercase;
	font-weight: 300;
}
/*about-landing
------------------------*/
.library-sec .slider-sec{
	width: 200px;
}
.library-sec .section-right{
	margin-left: 230px;
}
.sidebar-gallery h5,
.who-vr h5{
	font-size: 17px;
	margin-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 900;
}
.sidebar-gallery img{
	display: block;
	margin-bottom: 40px;
}
.who-vr{
	margin: 30px 0 50px;
}
.who-vr p{
	font-family: 'Roboto Condensed', sans-serif;
}
.who-vr h5,
.contact-sec h5{
	margin-bottom: 30px;
	color: #ed1f24;
}
.img-block{
	width: 150px;
	float: left;
}
.info-sec{
	margin: 0 0 40px 150px;	
}
.who-vr .info-sec h5{
	color: #000;
	margin-bottom: 0;
}
.info-sec h6{
	margin: 0;
	text-transform: capitalize;
}
.contact-sec{
	margin-bottom: 50px;
}
.contact-sec p{
	margin-bottom: 30px;
}
.contact-sec h6{
	margin: 0;
	font-weight: 300;
}
.contact-sec a{
	margin-bottom: 30px;
	color: #ed1f24;
	display: inline-block;
}
.contact-sec a:hover{
	color: #000;
	text-decoration: underline;
}
/*Hardcover books start
---------------------------------*/
#book-wrap .section-right{
	margin: 0;
	float: right;
	width: 520px;
}
#hard-cover{
	background: #231f20;
}
#digital-book{
	background: #636467;
	display: none;
}
.books-gallery{
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.book-wrap{
	margin: 40px 40px 0;
	background: #fff;
	padding: 30px;
}
.books-info{
	cursor: pointer;
}
.books-info h2{
	color: #fff;
	font-size: 30px;
	margin-bottom: 0;
	padding: 0 10px;
}
.hard-cover{
	float: left;
	width: 440px;
}
#hard-cover .hard-cover{
	background: #636467;
}
#hard-cover .hard-cover h2{
	color: #939598;
}
.digital{
	float: right;
	width: 440px;
	text-align: right;
}
#digital-book .digital{
	background: #000;
}
#digital-book .digital h2{
	color: #939598;
}
.hard-cover:hover,
#hard-cover .hard-cover:hover,
.digital:hover,
#digital-book .digital:hover{
	background: #ED1F24;
}
#hard-cover .hard-cover:hover h2,
#digital-book .digital:hover h2{
	color: #fff;
}

.book-sidebar{
	font-family: 'Roboto Condensed', sans-serif;
	float: left;
}
.book-sidebar p span{
	display: block;
}
.book-sidebar .widget h4{
	font-size: 13px;
	margin-bottom: 20px;
}
.book-sidebar .widget h5{
	margin-bottom: 15px;
}
.book-sidebar .widget{
	margin-top: 20px;
}
.book-sidebar .widget h4 span{
	text-transform: capitalize;
}
.book-banner{
	margin-bottom: 20px;
}
.book-banner img{
	display: block;
	margin-bottom: 10px;
}
.book-banner h4{ 
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	word-spacing: 2px;
}
.book-banner h4 span{
	font-weight: 300;
	text-transform: capitalize;
}
.book-slide{
	float: left;
	width: 230px;
	margin-left: 30px;
}
.book-right{
	float: right;
}
/*Hardcover books end
---------------------------------*/

/*singal-page start
---------------------------------*/
.singal-page{
	text-align: center;
}
.singal-page .section-right{
	margin-left: 460px;
	text-align: left;
}
.singal-page .section-right p{
	font-size: 12px;
	margin-bottom: 20px;
}
.singal-page .section-right a{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	background: #c6c8ca;
	letter-spacing: 6px;
	padding: 5px 30px;
	text-align: center;
	border-radius: 6px;
	display: inline-block;
	font-weight: 900;
	margin-top: 20px;
}
.singal-page .section-right a:hover{
	background: #000;
	color: red;
}
.singal-page h4{
	color: #000;
	line-height: 1.2;
}
.singal-page h4 span{
	display: block;
	text-transform: none;
	font-weight: 300;
}
.singal-left-img{
	width: 420px;
	float: left;
}	
.singal-left-img img{
	display: block;
}
.singal-page ul{
	margin: 50px 0;
}
.singal-page li{
	display: inline-block;
	list-style: none;
}
.singal-page li a{
	font-size: 12px;
	color: #939597;
	text-transform: uppercase;
	display: block;
	margin: 0 25px;
	font-weight: 300;
}
.singal-page li a:hover{
	color: #000;
}
/*singal-page end
---------------------------------*/

/*  interviews start 
-------------------------------------- */
.intro-left h4,
.intro-right h4{
	font-size: 16px;
	font-weight: 900;
	color: #000;
}
.intro-left h4 span,
.intro-right h4 span{
	font-weight: 300;
	display: inline-block;
}
.intro-left h5{
	color: #000;
	font-size: 13px;
	font-weight: normal !important;
}
.intro-right h2{
	font-size: 30px;
	text-transform: uppercase;
	margin: 20px 0 10px;
}
/*.intro-by img{
	float: left;
	margin-right: 20px;
	display: block;
}*/
.intro-by p{
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	font-style: normal;
}
.intro-by p span{
	font-weight: 900;
}
.intro-bottom img{
	float: left;
	margin-right: 20px;
}
.intro-bottom h6{
	font-size: 12px;
	font-weight: 900;
	margin-top: 0;
}
/*  interviews end 
-------------------------------------- */


/* gallery page here
---------------------------------------*/
.gallery-header .left-links,
.gallery-header #header-bottom input{
	margin-top: 0;
}
.landing-gallery .sidebar-info p{
	margin-bottom: 25px;
}
.landing-gallery .sidebar-info h2{
	font-weight: 900;
	font-size: 17px;
	margin-bottom: 20px;
}
.landing-gallery .sidebar-info h2 span{
	color: #000;
}
.landing-gallery .sidebar-info h3{
	color: #ed1f24;
	font-weight: 900;
	font-size: 18px;
	margin-bottom: 20px;
}
.landing-gallery .sidebar-info li{
	list-style-type: none;
	margin-bottom: 15px;
}
.landing-gallery .sidebar-info a{
	font-size: 12px;
	color: #000;
	font-weight: 900;
	display: inline-block;
}
.landing-gallery .sidebar-info a:hover{
	color: #ed1f24;
}
.left-gallery{
	float: left;
	width: 33%;
	padding: 0 20px;
}
.gallery-box{
	margin-bottom: 40px;
}
.gallery-box img{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	border: 3px solid #0c0c0c;
}
.gallery-box p{
	font-size: 13px;
	font-weight: 900;
}
.landing-gallery .galler-section{
	margin: 0 -20px;
}
.post-links{
	margin-bottom: 30px;
}
.post-links li{
	display: inline-block;
	list-style-type: none;
	margin-left: 50px;
}
.post-links li:first-child{
	margin-left: 0;
}
.post-links a{
	color: #939597;
}
.single-post{
	max-width: 760px;
	margin: 70px auto 0;
}
.landing-gallery .single-post h2{
	margin-bottom: 0;
}
.landing-gallery .single-post p{
	font-size: 13px;
}
.landing-gallery .single-post p span{
	display: block;
}
.single-post .section-right{
	margin: 0;
	float: left;
	width: 510px;
	margin-right: 30px;
}
.single-post .section-right img{
	width: 100%;
	display: block;
}
.single-post .sidebar-info{
	float: right;
	width: 220px;
}
.landing-gallery .single-post li{
	margin-bottom: 5px;
}
.single-post .post-links{
	text-align: right;
	margin-top: 30px;
}
.single-post .sidebar-info a{
	color: #ed1f24;
}
.single-post .sidebar-info a:hover{
	color: #939597;
}

/*  Footer 
-------------------------------------- */
#footer-left{
/*	margin: 0 88px; */
	text-align:center;
	width:300px;
	float: right;
}
#footer-left a{
	display: inline-block;
}
#footer-left a img{
	display: inline-block;
	width: 100%;
}
#footer-center{
	float: left;
}
#footer-center.left-links{
	margin-top: 4px;
}
#footer-right{
	float: right;
}
#footer-right input {
	float: none;
	margin-top: 4px;
}
#footer-wrap ul{
	text-align: center;
	margin: 20px 0;
}

.fl{ float:left}
.fr{ float:right}
.cl{ clear:both; font-size:0; height:0; }
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* Alignments */
.center { text-align:center }
.right { text-align:right }
.top {vertical-align:top }
.middle { vertical-align:middle }

@media (max-width: 920px) {
    .content-width{
    	width: 730px;
    }
    #header-top li,
    #footer-wrap li {
    	margin: 0 8px;
    }
    .letf-sec{
    	width: 500px;
    }
    #header-bottom .logo{
    	width: 220px;
    	margin-right: 10px;
    }
    .left-links,
    #header-bottom input{
    	margin-top: 30px;
    }
    .left-links a{
    	padding: 5px 8px;
    }
    #header-bottom input,
    #footer-right input {
		padding: 5px 10px;
    }
    #contents {
    	width: 540px;
    }
    #sidebar {
    	width: 160px;
    }
	.inside-ul{
		padding-right: 30px;	
	}
	#sidebar h5{
		padding-right: 5px;
	}
    .winner-sec h2 {
    	font-size: 23px;
    }
    .winner-info img {
    	width: 350px;
    }
    .winner-para {
    	padding: 1px 6px;
    }
    p{
    	font-size: 11px;
    }
    .img-sec {
    	width: 300px;
    }
    h3 {
    	font-size: 20px;
    }
    h4 {
    	font-size: 18px;
    	margin-bottom: 5px;
    }
    .block-info {
	    width: 220px;
	    margin-right: 20px;
	}
	#footer-left.left-links,
	#footer-right input {
		margin-top: 10px;
	}
	.bxslider-right .slider-info {
		width: 155px !important;
	}
	#sidebar .bx-wrapper .bx-viewport {
	    margin-bottom: 30px;
	}
	.slider-sec{
		padding-top: 27px;
	}
	#footer-left {
/*	    margin: 0px 30px; */
		width:210px;
		margin-right: 15px;
	}
	#footer-center.left-links, 
	#footer-right input {
	    margin-top: 10px;
	}
	/*landing-1
	-----------------------*/
	.slider-sec{
		width: 220px;
	}
	.section-right{
		margin-left: 235px;
	}
	/*book-gallery
	--------------------------------*/
	#hard-cover .hard-cover,
	.digital{
		width: 360px;
	}
	#book-wrap .section-right{
		width: 390px;
	}
	.book-slide{
		width: 180px;
		margin-left: 10px;
	}
	/*interview
	-----------------*/
	.intro-bottom img{
		width: 350px;
	}
}
@media (min-width: 768px) {
	#header-top ul{
		display: block !important;
	}
}
@media (max-width: 767px) {
	#header-top ul{
		display: none;
		margin-bottom: 20px;
	}
	#header-top .toggle-btn{
		display: block;
	}
	#header-top{
		margin: 70px 0 0;
		text-align: left;
	}
	#header-top li{
		display: block;
	}
	#header-top li:first-child{
		margin-left: 8px;
	}
	#header-top li a{
		display: inline-block;
	}
    .content-width {
    	width: auto;
    	padding: 0 15px;
    }
    #header-bottom{
    	text-align: center;
    }
    .slider-sec{
    	padding-top: 0;
    }
    #footer {
		margin-top: 30px;
		text-align: center;
    }
    .left-links,
    #header-bottom input{
    	margin-top: 10px;
    }
    #header-bottom input, 
    #footer-right input{
    	width: 250px;
    }
    .news-img img {
	    float: none;
	    margin-right: 0;
	}
	.slider-sec{
		position: static;
		width: auto;
	}
	.award-winner-info{
		float: left;
		width: 200px;
	}
	.award-winner-img{
		float: right;
		position: relative;
		width: 200px;
	}
	.slider-sec h6{
		font-size: 13px;
		margin-bottom: 0;
		right:5px;
		left: 5px;
	}
	h1{
		font-size: 45px;
	}
	.slide-img{
		float: none;
	}
	.book-store{
		min-height: 230px;
	}
    /*width auto*/
    #contents,
    #sidebar,
    .winner-para,
	#footer-left,
	.letf-sec,
	#book-wrap .section-right{
    	width: auto;
    }
    /*float none*/
    #header-bottom input,
    .left-links,
    #contents,
    #sidebar,
    .winner-para,
    #footer-center,
    #footer-right,
    .letf-sec,
    #header-bottom .logo,
    #footer-left,
    .winner-img,
    #book-wrap .section-right{
    	float: none;
    }
    .winner-info img {
    	width: 100%;
    	float: none;
    }
    .winner-para {
    	padding: 15px;
    }
    .block-info {
	    width: auto;
	    margin-right: 0;
	    float: none;
	}
	.block-sec {
	   margin-bottom: 20px;
	}
    .img-sec{
	    width: 265px;
	    margin: 0 0 15px 15px;
	}
	#sidebar {
		margin-top: 0;
	}
	.bxslider-right .slider-info {
		width: auto !important;
	}
	.right-side-img{
		text-align: center;
	}
	.last-iteam {
		margin: 0 0 0 7px;
	}
	p{
		font-size: 12px;
	}
	.bxslider-right p {
		font-size: 11px;
	}
	/*landing-pages
	-----------------*/
	.sidebar-info{
		width: 250px;
	}
	.galler-info img{
		width: 100%;
	}
	.section-right{
		margin-left: 250px;
	}
	/*about-landing
	-------------------------*/
	.library-sec .slider-sec{
		width: 180px;
	}
	.library-sec .section-right{
		margin-left: 200px;
	}
	.img-block{
		width: 90px;
	}
	.info-sec{
		margin-left: 110px;
	}
	#footer-left{
		margin-right: 0;
	}
	/*book-gallery
	--------------------------------*/
	#hard-cover .hard-cover,
	.digital{
		width: 360px;
	}
	.book-slide{
		width: 230px;
		float: right;
	}
	#hard-cover .hard-cover, .digital{
		width: 225px;
	}
	.books-info h2{
		font-size: 20px;
	}
	.book-wrap{
		margin-right: 15px;
		margin-left: 15px;
		padding: 15px;
	}
	/*singal-page
	------------------------*/
	.singal-left-img{
		margin: 0 20px 10px 0;
	}
	.singal-page .section-right{
		margin-left: 0;
		margin-top: 20px;
	}
	.singal-page .section-info{
		margin-top: 20px;
	}
	.singal-page .section-right a{
		margin-top: 10px;
	}
	.singal-page ul{
		margin: 30px 0;
	}
	.singal-page li a{
		margin: 0 20px;
	}
	/*interview
	-----------------*/
	.intro-bottom img{
		float: none;
		width: auto;
	}
	.intro-by img{
		width: auto;
		margin-right: 15px;
	}
}
@media (max-width: 599px){
	.section-right{
		margin-left: 210px;
	}
	.sidebar-info{
		width: 200px;
	}
	.book-slide{
		width: 170px;
	}
	/*singal-page
	--------------------*/
	.singal-left-img{
		float: none;
		width: auto;
		margin-right: 0;
	}
	.singal-left-img img{
		width: 100%;
	}
	.singal-page .section-right p{
		text-align: justify;
	}
	/*interview
	-----------------*/
	.intro-right h2{
		font-size: 24px;
	}
	.intro-right h4{
		font-size: 15px;
	}
	.intro-by img{
		width: 100%;
		margin: 0 0 20px;
	}
}
@media (max-width: 479px) {
	.right-side-img img,
	.img-sec img {
		width: 100%;
	}
	.block-info,
	.img-sec,
	.award-winner-img,
	.award-winner-info,
	.library-sec .slider-sec{
		width: auto;
		float: none;
	}
	.slider-sec{
		width: 250px;
		margin: 0 auto;
	}
	.block-info {
		margin: 0 0 20px;
	}
	.last-iteam {
		margin: 10px 0 0;
	}
	.book-store{
		min-height: 250px;
	}
	/*index-page
	-------------------*/
	.img-sec,
	.section-right,
	.library-sec .section-right{
		margin-left: 0;
	}
	.sidebar-info{
		width: auto;
		float: none;
	}
	/*about-landing
	---------------------*/
	.sidebar-gallery img{
		width: 100%;
	}
	/*book-gallery
	----------------------*/
	.book-sidebar,
	.intro-by img{
		float: none;
	}
	.books-info h2{
		text-align: center;
	}
	.book-slide,
	#hard-cover .hard-cover, 
	.digital,
	.hard-cover{
		width: auto;
		float: none;
		margin-left: 0;
	}
	.book-banner img{
		width: 100%;
	}
	.book-wrap {
	    margin: 25px 25px 0;
	    padding: 20px;
	}
	.books-gallery{
		padding-bottom: 25px;
	}
	/*singal-page
	-------------------*/
	.singal-page li a{
		margin: 0 10px;
	}
	/*landing-page-here
	========================*/
	.landing-gallery .galler-section{
		margin: 0 -15px;
	}
	.gallery-box{
		margin-bottom: 25px;
	}
	.post-links li{
		margin-left: 20px;
	}
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.modal {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}
