@charset "utf-8";

/*---reset---*/
::-webkit-selection {
	background: #FDCFA2;
	text-shadow: none;
}
::-moz-selection {
	background: #FDCFA2;
	text-shadow: none;
}
::selection {
	background: #FDCFA2;
	text-shadow: none;
}
::-webkit-input-placeholder {
	color: #333;
}
:-moz-placeholder {
	color: #333;  
}
::-moz-placeholder {
	color: #333;  
}
:-ms-input-placeholder {  
	color: #333;  
}
html, body, article, aside, details, figcaption, figure, footer, header, menu, nav, section, table, tr, td, th, ol, ul, li, img, p, a, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
html {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 14px;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
audio, canvas, progress, video {
	vertical-align: baseline;
}
img, iframe, svg {
	vertical-align: middle;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
svg:not(:root) {
	overflow: hidden;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
mark {
	background: #ff0;
	color: #000;
}
img {
	border: 0px;
	outline: 0px;
	max-width: 100%;
}
ol, ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
	text-align: left;
	font-weight: normal;
}
a {
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p {
	display: block;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
input:active, 
input:focus, 
select:active, 
select:focus, 
textarea:active, 
textarea:focus{
	outline: 0px;
}
select option {
	padding: 5px 0px 5px 6px;
}
.clear {
	clear: both;
}

/*---theme-css---*/
.full-content-index{
	display: block;
	padding: 35px 35px 20px;
	border:1px solid #dbdbdb;
	margin-bottom: 30px;
}
.full-content-index p{
	display: block;
	width: 100%;
	margin-bottom: 15px;
	line-height: 23px;
}
.header-line{
	display: block;
	width: 100%;
	height: 6px;
	background: #ff9d1f;
}
.main-cover{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content:center;
	margin: 0 auto;
	padding: 0px 10px;
	max-width: 1470px;
	box-sizing: border-box; 
}
.header{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	width: 100%;
}
.header{
	position: relative;
}
.main-logo{
	position: absolute;
	width: 132px;
	left:0px;
	top: 15px;
	margin-top: 0px !important;
	margin-left: 0px !important;
}
@media(max-width:1390px){ .main-logo{width: 110px;top: 6px;}}
.main-logo img{
	float: left;
	width: 100%;
}
.header h1{
	position: relative;
	top: 3%;
	left:0px;
}
.header h1 a{
	margin-top: 35px;
	float: left;
	margin-left: 140px;
}
@media(max-width:1390px){.header h1 a{margin-left: 100px;margin-top: 45px;}}
.register-section{
	float: right;
    margin: 35px 0;
    text-align: right;
}
.register-section p{
	margin:5px 0;
}
.register-section p, .register-section p a{
	color: #1d1d1d;
	font-size: 14px;
}
.member_login{
	margin-bottom: 15px !important;
}
.member_login a{
	font-size: 16px !important;
}
.member_login a:first-child{
	margin-right: 6px;
}
.member_login a:last-child{
	margin-left: 6px;
}
.nav{
	float: left;
	width: 100%;
	background: #9b9d22;
	margin-bottom: 20px;
}
nav{
	float:left;	
	width: 100%;
}
nav input[type="checkbox"]{display:none;}
.main-nav-mob{display:none;}
nav ul{
	float:left;	
	width: 84%;
	margin-left: 10%;
}
nav ul > li{
	float: left;
	position: relative;
}
nav ul li > label{
	display: none;
}
nav ul li > a{
	padding: 18px 24px;
	font-size: 16px;
	display: block;
	color: #fff;
	border-right: 1px solid #7d7f0b;
	box-shadow: -1px 0px 0px #b9bc20 inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
nav ul li > a > p{
	margin: 0px;
	padding: 0px;
	color: #fff;
	display: block;
}
nav ul li:last-child a{
	border-right: 0px solid #7d7f0b;
	box-shadow: 0px 0px 0px #b9bc20 inset;
}
nav ul li a:hover{
	background: #753a0f;
	box-shadow: -1px 0 0 #52271F inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
nav ul li:hover .sub-nav{
	visibility: visible;
	opacity: 1;
	z-index: 9;
	left: 0px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
nav ul li .sub-nav{
	visibility: hidden;
	opacity: 0;
	z-index: -3;
	position: absolute;
	top: 100%;
	left: 100px;
	width: 240px;
	padding-top: 1px;
	margin-left: 0px;
}
nav ul li .sub-nav li{
	float: left;
	width: 100%;
	background: #9B9D22;
	position: relative;
}
nav ul li .nav-desk, nav ul li .sub-nav li .nav-desk{display:inline-block;}
nav ul li .nav-mob, nav ul li .sub-nav li .nav-mob{display:none;}
nav ul li input[type="checkbox"], nav ul li .sub-nav li input[type="checkbox"]{display:none;}
nav ul li .sub-nav li a{
	background: #753a0f;
	padding: 12px 14px;	
	font-size: 14px;
	width: 100%; 
	box-sizing: border-box;
	border-right: 0px solid #753a0f !important;
	box-shadow: 0px 0px 0px #b9bc20 inset !important;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
nav ul li .sub-nav li a:hover{
	border-right: 0px solid #9B9D22 !important;
	background: #9B9D22;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
nav ul li .sub-nav li .sub-sub-nav{
	position: absolute;
	top: 0px;
	left: 110%;
	width: 100%;
	margin-left: 0px;
	padding-left: 1px;
	float: none;
	visibility: hidden;
	opacity: 0;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
nav ul li .sub-nav li:hover .sub-sub-nav{
	visibility: visible;
	opacity: 1;
	z-index: 9;
	left: 100%;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.new-heightlight{
	border: 1px solid #753a0f !important;
}
.new-heightlight h3{
	background: #753a0f;
	color: #fff !important;
}
.index-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	
	flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	width: 100%;
	margin-bottom: 30px;
}
.index-half{
	width: 49%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	
	flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	
	align-items:flex-start;
	-o-align-items:flex-start;
	-ms-align-items:flex-start;
	-moz-align-items:flex-start;
	-webkit-align-items:flex-start;
	
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}
.index-full-new{
	width: 49%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	
	align-items:flex-start;
	-o-align-items:flex-start;
	-ms-align-items:flex-start;
	-moz-align-items:flex-start;
	-webkit-align-items:flex-start;
	
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}
.index-full-new .index-half{ width: 100% !important;}
.index-half-sec{
	width: 24%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	
	flex-wrap:wrap;
	-o-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	
	align-items:flex-start;
	-o-align-items:flex-start;
	-ms-align-items:flex-start;
	-moz-align-items:flex-start;
	-webkit-align-items:flex-start;
	
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
}
.slider, .slider img{
	float: left;
	width: 100%;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}


.slider-text{
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #dbdbdb;
	border-left: 1px solid #dbdbdb;
	border-right: 1px solid #dbdbdb;
}
.slider-text p{
	font-size: 15px;
	font-weight: 300;
	width: 92%;
	display: inline-block;
}
.slider-text a{
	float: right;
	padding: 5px 0 0;
	display: inline-block;
}
.text-cont{
	border: 1px solid #dbdbdb;
}
.text-cont h3{
	padding: 0px 15px;
	height: 55px;
	line-height: 55px;
	display: block;
	border-bottom: 1px solid #dbdbdb;
	font-size: 28px;
	font-weight: 300;
	width: 100%;
	color: #5d2903;
	background-position: 96% center;
	background-repeat: no-repeat;
}
.book{
	background-image: url("../img/book.png") !important;
}
.cloud{
	background-image: url("../img/cloud.png");
}
.man{
	background-image: url("../img/man.png");
}
.alert{
	background-image: url("../img/alert.png");
}
.text-cont ul{
	display: block;
	width: 100%;
}
.text-cont ul li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:flex-start;
	-o-align-items:flex-start;
	-ms-align-items:flex-start;
	-moz-align-items:flex-start;
	-webkit-align-items:flex-start;
	
	padding: 15px 15px;
	border-bottom: 1px dashed #ccc;
}
.text-cont ul li:last-child{
	border-bottom: 0px dashed #ccc;
}
.text-cont ul li p{
	font-size: 13px;
	color: #c06d02;
	margin-bottom: 5px;
}
.text-cont ul li a{
	font-size: 14px;
	color: #2c2c2c;
}
.text-cont ul li a:hover{
	color: #c06d02;
}
.new-text ul li{
	padding: 20px 15px;
}
.new-text ul li a{
	font-size: 16px;
}
.new-text ul li a:hover{
	color: #c06d02;
}
.extra-styl li p, .extra-styl li p a{
	font-size: 14px !important;
	line-height: 23px;
}
.vk-details{
	display:block;
	width: 100%;
}
.vk-details span{
	display: block;
	width: 100%;
	text-align: center;
}
.vk-details span img{
	margin-bottom: 30px;
}
.vk-details p{
	font-size: 18px;
	padding: 0 18px;
	line-height: 30px;
}
.name-nk{
	color: #753a0f;
	text-align: right;
	margin-top: 10px;
}
.rmic-dp li{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: column;
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	align-items:flex-start;
	-o-align-items:flex-start;
	-ms-align-items:flex-start;
	-moz-align-items:flex-start;
	-webkit-align-items:flex-start;
	
	padding: 15px 15px;
	border-bottom: 1px dashed #ccc;
	background-image: url("../img/sm-arrow.png");
	background-position: 97% center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.rmic-dp li:hover{
	background-image: url("../img/sm-arrow-h.png");
}
.rmic-dp li:last-child{
	border-bottom: 0px dashed #ccc;
}
.rmic-dp li a{
	width: 94%;
}
.rmic-dp li:hover a{
	color:#c06d02;
}
.heilight{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	
	align-items:center;
	-o-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	-webkit-align-items:center;
	
	width: 100%;
	margin-bottom: 30px;
}
.heilight-item{
	width: 20%;
	text-align: center;
	height:75px;
	line-height: 75px;
}
.drk-brwn{
	background: #753a0f;
	color: #fff;
	width: 30% !important;
}
.heilight-item h2{
	font-size: 24px;
	font-weight: 300;
}
.heilight-item p img{
	margin-right: 6px;
}
.gray{
	background: #ececec;
	font-size: 15px;
	font-weight: 300;
}
.spl-links{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	align-items:center;
	-o-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	-webkit-align-items:center;
	
	width: 100%;
	margin-bottom: 50px;
	margin-top: 30px;
}
.spl-link-item{
	width: 24%;
	text-align: center;
	border: 1px solid #dbdbdb;
}
.spl-link-item span, .spl-link-item span img{
	display: block;
	width: 100%;
}
.spl-link-item a{
	display: block;
	padding: 10px 15px;
	text-align: left;
	color: #2c2c2c;
	font-size: 14px;
	position: relative;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.spl-link-item:hover a{
	background: #9B9D22;
	color: #fff;
	
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.spl-link-item a b{
	float: right;
	background-image: url("../img/arrow.png");
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.spl-link-item:hover a b{
	background-image: url("../img/arrow-h.png");
}
.spl-link-item span{position: relative; overflow: hidden;}
.spl-link-item span p{
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	width: 92.5%;
	height: 100%;
	top: 100%;
	left: 0px;
	padding:5% 4%; 
	text-align: left;
	transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
}
.spl-link-item:hover span p{
	top: 0%;
	transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
}



.scroller-details{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	width: 100%;
	margin-bottom: 50px;
	margin-top: 30px;
}
.scroller-list{
	width: 49.3%;
	border: 1px solid #dbdbdb;
}
.scroller-list h3{
	display: block;
	font-size: 25px;
	font-weight: normal;
	border-bottom: 1px solid #dbdbdb;
	padding: 10px 20px;
}
.scroller-list h3 a{
	color: #753a0f;
	font-size: 16px;
}
.main-scroller-area{
	display: block;
	padding: 20px;
}
.footer-cover{
	display: block;
	background: #753a0f;
	width: 100%;
}
.footer-wrapper{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items:flex-start;
	-o-align-items:flex-start;
	-ms-align-items:flex-start;
	-moz-align-items:flex-start;
	-webkit-align-items:flex-start;
	margin: 0 auto;
	padding: 30px 15px;
	max-width: 1470px;
	box-sizing: border-box;
}
.footer-item{
	width: 21%;
	display: block;
	border-right: 1px dashed #fff;
	height: 412px;
}
@media(max-width:1040px){
	.footer-item{height: 460px;}
}
@media(max-width:900px){
	.footer-item{height: auto;}
}
.footer-item:last-child{
	border-right: 0px dashed #fff;
}
.footer-item h4{
	font-size: 18px;
	color: #fff;
	padding-left: 0px;
	padding-bottom: 15px;
}
.footer-item:first-child h4{
	padding-left: 0px;
}
.footer-item ul{
	display: block;
	width: 100%;
}
.footer-item ul li{
	display: block;
	padding-left: 0px;
}
.footer-item:first-child ul li{
	padding-left: 0px;
}
.footer-item ul li a{
	font-size: 13px;
	color: #fff;
	padding: 5px 0;
	display: inline-block;
}
.footer-item ul li a:hover{
	color: #E08004;
}
.footer-item p{
	font-size: 13px;
	color: #fff;
	display: block;
	padding-left: 0px;
	line-height: 28px;
}
.footer-item p a{
	color: #fff;
}
.footer-item p a:hover{
	color: #E08004;
}
.bottom-footer{
	display: block;
	background: #361803;
	width: 100%;
}
.footer-bottom-cover{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	flex-direction: row;
	-o-flex-direction: row;
	-ms-flex-direction: row;
	-moz-flex-direction: row;
	-webkit-flex-direction: row;
	
	justify-content: space-between;
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	
	align-items:center;
	-o-align-items:center;
	-ms-align-items:center;
	-moz-align-items:center;
	-webkit-align-items:center;
	
	width: 100%;
	height: 80px;
}
.footer-bottom-cover p{
	color: #fff;
}
.footer-bottom-cover span{
	float: right;
	display: inline-block;
}
.footer-bottom-cover span h2{
	display: inline-block;
	color: #fff;
	background: #6e2e00;
	padding: 23px 35px;
	font-size: 24px;
}
.footer-bottom-cover span p{
	display: inline-block;
	padding-left: 35px;
}
.footer-bottom-cover span p a{
	color: #fff;
}
.footer-bottom-cover span p a:hover{
	color: #E08004;
}
.responsive{
	float: left;
	width: 98%;
	background: #fff;
	margin-left: 2%;
	margin-bottom: 3%;
}
.responsive .slick-list{
	display: inline-block;
	width: 100%;
}
.responsive .slick-slide{
	/*border: 1px solid #dbdbdb;*/
	margin-right: 18px;
}
.responsive .slick-slide p{
	margin: 10px 0 0;
}

/*----------Inner-page-css-----------*/
.inner-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	margin: 10px auto 30px;	
	padding: 0px 10px;
	max-width: 1470px;
	box-sizing: border-box; 
}
.content-left{
	display: block;
	width: 71%;
	margin-right: 2%;
}
.content-right{
	display: block;
	width: 25%;
	float: right;
}
.breadcum, .page-heading, .contact-us{
	display: block;
	width: 100%;
}
.breadcum ul{
	display: block;
	width: 100%;
}
.breadcum ul li{
	display: inline-block;
}
.breadcum ul li a{
	color: #4b4b4b;
}
.breadcum ul li.active a{
	color: #944206;
}
.page-heading h3, .contact-us h3{
	color: #5d2903;
	font-size: 28px;
	border-bottom: 1px dashed #999999;
	padding-bottom: 10px;
	margin: 25px 0;
}
.contact-us p{
	font-size: 14px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 26px;
	display: block;
}
.programe{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	
	width: 100%;
}
.contact-frm-page{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	
	width: 100%;
}
.contact-frm-lft, .contact-frm-rgt{
	display: block;
	width:55%;
}
.contact-frm-rgt{
	padding: 0 0 0 35px;
	width:45%;
}
.frm-right-cover{
	display: block;
	background: #eeeeee;
	padding: 5% 4%;
	width: 92%;
	position: relative;
	margin-top: 40px;
}
.frm-right-cover span{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
.frm-right-cover span input, .frm-right-cover span textarea{
	border: 1px solid #fff;
	background: #fff;
	padding: 10px 15px;
	font-size: 15px;
	width:92.3%;
}
.frm-right-cover span textarea{
	height: 90px;
	resize: none;
}
.frm-right-cover span input[type="submit"]{
	border: 1px solid #fff;
	background: #753a0f;
	color: #fff;
	padding: 12px 30px;
	font-size: 15px;
	width:auto;
	position: absolute;
	bottom: -25px;
	left: 20px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.frm-right-cover span input[type="submit"]:hover{
	background: #E08004;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.google-mp{
	display: block;
	width: 100%;
	margin: 50px 0;
}
.google-mp iframe{
	display: block;
	width: 100%;
}
.programe-list{
	display: block;
	width: 48%;
	border: 1px solid #ddd;
	margin-right: 3%;
	margin-bottom: 50px;
}
.programe-list:last-child{
	margin-right: 0px;
}
.programe-list h3{
	display: block;
	padding: 10px 0 10px 15px;
	margin: 0px;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	border-bottom: none;
}
.programe-list span{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	
	padding: 20px 20px 0 20px;
}
.programe-list span img{
	display: block;
	width: 48%;
	margin-right: 4%;
}
.programe-list span img:last-child{
	margin-right: 0px;
}
.programe-list p{
	font-size: 14px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 26px;
	display: block;
	padding: 20px;
}
.simple-text{
	width: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.simple-text span{
	display: block;
	margin-right: 3.5%;
	margin-bottom: 30px;
	width: 35%;
}
.cult-pro span{
	width: 30.5%;
}
.simple-text span img{
	display: block;
	border: 2px solid #fff;
	box-shadow: 7px 7px 0 #ccc;
}
.simple-text p{
	font-size: 14px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 26px;
	display: block;
	width: 61%;
}
.simple-text h6{
	font-size: 16px;
	font-weight: normal;
	color: #753a0f;
	line-height: 26px;
	display: block;
	margin-bottom: 20px;
}
.simple-text-full{
	display:block;
	width: 100%;
}
.simple-text-full p{
	font-size: 14px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 26px;
	display: block;
	margin-bottom: 20px;
	text-align: justify;
	width:100%;
	float: left;
}
.simple-text-full h6{
	font-size: 16px;
	font-weight: bold;
	color: #753a0f;
	line-height: 26px;
	display: block;
	margin-bottom: 10px;
}
.simple-text-full ul{
	float: left;
	padding-left: 30px;
	width: 100%;
	margin-bottom: 10px;
}
.simple-text-full ul li{
	list-style: disc;
	line-height: 21px;
	margin-bottom: 10px;
}
.simple-gallery, .spl-gallery{
	width: 100%;
	margin-bottom: 80px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.spl-gallery span{
	display: block;
	width: 47%;
	margin-right: 1%;
	margin-bottom: 50px;
}
.spl-gallery span img{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 7px 7px 0 #ccc;
}
.spl-gallery span iframe{
	display: block;
	width: 100% !important;
	border: 2px solid #fff;
	box-shadow: 7px 7px 0 #ccc;
}
.spl-gallery h5{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	display: block;
	width: 100%;
	margin: 10px 0 0;
}
.spl-gallery ul{
	width: 100%;
	padding-left: 0px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
.spl-gallery ul li {
	width: 30%;
	display: block;
	margin-bottom: 40px;
	margin-right: 3.3%;
}
.spl-gallery ul li a{
	width: 100%;
	display: block;
}
.download-btn{
	width:96px !important;
	padding: 10px 0 10px 55px;
	background: #9B9D22;
	text-align: center;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-top: 15px;
	margin-left: 3px;
	box-shadow: 0 0 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.download-btn:hover{
	box-shadow: 0 -44px 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.download-btn:after, .download-btn:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 100%;
	z-index: 1;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.download-btn:before{
	top: -100%;
	background-color: #9B9D22;
	background-image: url("../img/download.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.download-btn:hover:before{
	top: 0px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.download-btn:after{
	background-color: #ff9d1f;
	background-image: url("../img/download.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.download-btn:hover:after{
	top: 100%;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.spl-gallery ul li a img{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 7px 7px 0 #ccc;
}
.spl-gallery ul li a h5{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	display: block;
	width: 100%;
	margin: 10px 0 0;
}
.simple-gallery span{
	display: block;
	width: 23%;
	margin-right: 2%;
}
.simple-gallery span img{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	box-shadow: 7px 7px 0 #ccc;
}
.simple-gallery h5{
	font-size: 18px;
	font-weight: normal;
	color: #000;
	display: block;
	width: 100%;
	margin: 20px 0 0;
}
.online-book, .donet-frm{
	display: block;
	width: 100%;
}
.donet-frm p{
	margin-top: 20px;
	font-weight: normal;
	color: #4d4d4d;
	line-height: 26px;
}
.donet-frm p a{
	color: #a40505;
}
.donet-frm p a:hover{
	color: #184874;
}
.donet-frm ul{
	display: block;
	width:100%;
	margin-top: 0px;
	border: 1px solid #ededed;
}
.donet-frm ul li{
	border-bottom: 1px solid #ededed;
    color: #4d4d4d;
    display: block;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    padding: 15px 18px;
}
.donet-frm ul li:last-child{
	border-bottom: 0px solid #ddd;
}
.donet-frm ul li span{
	float: right;
	font-weight: normal;
	color: #4d4d4d;
	font-weight: 14px;
}
.donet-frm ul li span input[type="text"]{
	width: 40px;
	padding: 8px 10px;
	font-weight: normal;
	color: #4d4d4d;
	font-weight: 14px;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #ccc;
}
.new-dont{
	margin-top: 0px !important;
	background: #5C7C39;
	box-shadow: none !important;
	border: 1px solid #5C7C39 !important;
	margin-bottom: 20px;
}
.new-dont li, .new-dont li span{
	color: #fff !important;
}
.new-dont-top{
	margin-top: 40px !important;
	background-color: #612210;
	box-shadow: none !important;
	background-image: url("../img/sv.png");
	background-repeat: no-repeat;
	background-position: top center;
	border: 1px solid #550D06 !important;
}
.new-dont-top li{
	height: 100px !important;
    line-height: 100px !important;
}
.new-dont-top li, .new-dont-top li span{
	color: #fff !important;
	font-size: 18px;
}
.online-book span{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	
	width: 100%;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 22px;
	padding-bottom: 20px;
}
.online-book span .book-cover{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	width: 33.3%;
	margin-bottom: 30px;
}
.online-book span .book-cover .book-img{
	display: inline-block;
	width: 30%;
}
.online-book span .book-cover .book-img img{
	display: block;
	width: 100%;
}
.online-book span .book-cover .book-content{
	display: inline-block;
	width: 60%;
	margin-left: 4%;
	margin-right: 6%;
}
.book-content h5{
	color: #753a0f;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 15px;
}
.book-content p{
    display: block;
    width: 100%;
    color: #777;
    font-size: 13px;
}
.book-content p i{
	color: #000;
}
.book-content p b{
	background: #9B9D22;
	color: #fff;
	font-size: 15px;
	margin-top: 10px;
	float: left;
	padding: 3px 8px;
	margin-right: 5px;
}
.book-content p a{
	background: #FF9D1F;
	color: #fff;
	font-size: 12px;
	margin-top: 10px;
	float: left;
	padding: 4px 8px 5px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.book-content p a:hover{
	background: #184874;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.loader-book-picker{
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
	border-bottom: 0px solid !important;
}
.search-area{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	
	width: 100%;
	margin-bottom: 0px;
	box-sizing: border-box;
	background: #f8f8f8;
	padding: 16px 20px;
}
.search-area:first-child{
	border-bottom: 1px solid #efefef;
	margin-top: 1px;
}
.search-area:nth-child(2){
	margin-bottom: 40px;
}
.search-area span{
	display: inline-block;
	margin-bottom: 0px;
	width: auto;
	padding-bottom: 0px;
	border-bottom: 0px dashed #ccc;
}
.search-area p{
	font-weight: bold;
	margin-right: 26px;
}
.search-area span label{
	float: left;
	margin-right: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	align-items:center;
	-o-align-items:center;
	-moz-align-items:center;
	-webkit-align-items:center;
}
.search-area span label input[type="radio"]{
	margin-right: 4px;
}
.search-area span input[type="text"]{
	padding: 0px;
	width: 158px;
	padding: 0 0 0 14px;
	margin-left: 8px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	background: #fff;
}
.search-area span select{
	padding: 0px;
	width: 170px;
	padding: 0 0 0 14px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ccc;
	background: #fff;
	margin-right: 0px;
}
.search-area span select:first-child{
	margin-right: 20px;
}




.online-search label{
	padding: 7px 0;
	display: block;
	font-size: 13px;
}
.online-search input[type="text"]{
	width: 150px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #ccc;
	padding: 0 0 0 8px;
	background: #fff;
}
.online-search select{
	padding: 0px;
	width: 158px;
	padding: 0 0 0 8px;
	height: 36px;
	line-height: 36px;
	border: 1px solid #ccc;
	background: #fff;
}
.book-details{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
	
	width: 100%;
	margin-top: 40px;
}
.book-img-det{
	display: block;
	width: 20%;
	margin-right: 40px;
}
.book-img-det span, .book-img-det span img{
	display: block;
	width: 100%;
}
.book-cont-det{
	display: block;
	width: calc(100% - 20% - 40px);
}
.book-cont-det h4{
	color: #753a0f;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 24px;
}
.book-cont-det span{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.book-cont-det span b{
	display: inline-block;
	width: 150px;
	color: #5D565E;
}
.book-cont-det span p{
	display: inline-block;
	width: auto;
	color: #5D565E;
}
.prices-det{
	font-size: 24px;
	margin-top: 24px;
}
.prices-det b{
	float: left;
	font-weight: normal;
	color: #753A0F !important;
	margin-top: 3px;
}
.prices-det p{
	float: left;
	font-weight: bold;
	color: #184874 !important;
	margin-top: 3px;
}
.place-ord-btn{
	float: left;
	width:150px !important;
	display: inline-block;
	padding: 10px 0 10px 55px;
	background: #9B9D22;
	text-align: center;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-top: 0px;
	margin-left: 50px;
	box-shadow: 0 0 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.place-ord-btn:hover{
	box-shadow: 0 -44px 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.place-ord-btn:after, .place-ord-btn:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 100%;
	z-index: 1;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.place-ord-btn:before{
	top: -100%;
	background-color: #9B9D22;
	background-image: url("../img/order.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.place-ord-btn:hover:before{
	top: 0px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.place-ord-btn:after{
	background-color: #ff9d1f;
	background-image: url("../img/order.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.place-ord-btn:hover:after{
	top: 100%;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.other-links{
	display: block;
	width: 100%;
	margin-top: 30px;
}
.other-links a{
	display: inline-block;
	width:auto;
	color: #5D565E;
	font-size: 14px;
}
.other-links a:hover{
	color: #FF9D1F;
}


/*-- all-table-css --*/

.grid-listing {
    float: left;
    width: 99.8%;
    border: 1px solid #D9D9D9;
    margin-top: 15px;
    position: relative;
    min-height: .01%;
    overflow-x: auto;
}
.grid-listing table {
    float: left;
    font-size: 14px;
    color: #393939;
    max-width: 100%;
    width: 100%;
    display: table;
}
.grid-listing table tr th {
    background: #F8F8F8;
    padding: 14px 8px;
    display: table-cell;
    vertical-align: middle;
    border-right: 1px solid #D9D9D9;
}
.grid-listing table tr td{
    padding: 14px 8px;
    border-right: 1px solid #efefef;
    display: table-cell;
    vertical-align: middle;
}
.grid-listing table tr td input[type="text"]{
	border: 1px solid #ccc;
	padding: 8px;
	background: #fff;
	width: 20px;
	text-align: center;
}
.grid-listing table tr th a.img-td, .grid-listing table tr td a.img-td{
	text-align: center;
	display: block;
	width: 100%;
}
.grid-listing table tr th:last-child, .grid-listing table tr td:last-child{
	border-right:0px solid;
}
.grid-listing table tr:first-child {
    border-bottom: 1px solid #D9D9D9!important;
    background: #F8F8F8;
}
.grid-listing table tr:nth-child(even) {
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.grid-listing table tr:nth-child(odd) {
    border-bottom: 1px solid #efefef;
}
.grid-listing table tr:last-child {
    border-bottom: none;
}
.grid-listing table tr:hover {
    background: #fcfcfc;
}
.grid-listing table tr .table-1 {
    width: 60px;
}
.grid-listing table tr .table-1 img{
	display: block;
	width: 100%;
}
.grid-listing table tr p,
.grid-listing table tr a,
.grid-listing table tr p a {
    color: #393939;
    font-size: 14px;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.grid-listing table tr a:hover,
.grid-listing table tr p a:hover {
    color: #00ADC2;
    font-size: 14px;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.grid-listing table tr .table-end {
    display: flex;
    display: -o-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    padding: 14px 0;
}
.grid-listing table tr .table-end ul {
    border-bottom: none;
}
.grid-listing table tr .table-end ul li {
    float: left;
    padding: 0;
    margin-right: 10px;
}
.grid-listing table tr .table-end ul li:last-child {
    margin-right: 0;
}
.grid-listing table tr .table-end ul li a {
    float: left;
    padding: 0;
    margin: 0;
}
.grid-listing table tr .table-end ul li a img {
    margin: 0;
}
.main-cont .grid-listing table tr .tbl-2 {
    width: 46.85%;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.main-cont .grid-listing table tr .tbl-3 {
    width: 26%;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}


.shipping-btn{
	display: block;
	width: 100%;
	margin-top: 25px;
	float: left;
}
.shipping-btn span{
	float: right;
	width: auto;
	display: inline-block;
}
.shop-ord-btn{
	float: left;
	width:170px !important;
	display: inline-block;
	padding: 10px 0 10px 55px;
	background: #9B9D22;
	text-align: center;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-top: 0px;
	margin-left: 10px;
	box-shadow: 0 0 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btn:hover{
	box-shadow: 0 -44px 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btn:after, .shop-ord-btn:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 100%;
	z-index: 1;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btn:before{
	top: -100%;
	background-color: #9B9D22;
	background-image: url("../img/l-ar.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.shop-ord-btn:hover:before{
	top: 0px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btn:after{
	background-color: #ff9d1f;
	background-image: url("../img/l-ar.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.shop-ord-btn:hover:after{
	top: 100%;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop1-ord-btn{
	float: left;
	width:120px !important;
	display: inline-block;
	padding: 10px 0 10px 55px;
	background: #9B9D22;
	text-align: center;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-top: 0px;
	margin-left: 15px;
	box-shadow: 0 0 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop1-ord-btn:hover{
	box-shadow: 0 -44px 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop1-ord-btn:after, .shop1-ord-btn:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 100%;
	z-index: 1;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop1-ord-btn:before{
	top: -100%;
	background-color: #9B9D22;
	background-image: url("../img/r-ar.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.shop1-ord-btn:hover:before{
	top: 0px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop1-ord-btn:after{
	background-color: #ff9d1f;
	background-image: url("../img/r-ar.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.shop1-ord-btn:hover:after{
	top: 100%;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btnd{
	float: left;
	width:160px !important;
	display: inline-block;
	padding: 10px 0 10px 55px;
	background: #9B9D22;
	text-align: center;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-top: 0px;
	margin-left: 15px;
	box-shadow: 0 0 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btnd:hover{
	box-shadow: 0 -44px 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btnd:after, .shop-ord-btnd:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 100%;
	z-index: 1;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btnd:before{
	top: -100%;
	background-color: #9B9D22;
	background-image: url("../img/dont.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.shop-ord-btnd:hover:before{
	top: 0px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btnd:after{
	background-color: #ff9d1f;
	background-image: url("../img/dont.png");
	background-position: 11px center;
	background-repeat: no-repeat;
}
.shop-ord-btnd:hover:after{
	top: 100%;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}






.shop-ord-btnd-btn{
	float: left;
	width:200px !important;
	display: inline-block;
	padding: 15px 0;
	border: none;
	background: #9B9D22;
	text-align: center;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	color: #fff;
	margin-top: 0px;
	margin-left: 15px;
	box-shadow: 0 0 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.shop-ord-btnd-btn:hover{
	box-shadow: 0 -64px 0 #ff9d1f inset;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.thanku-pay{
	display:flex !important;-moz-display:flex !important;-webkit-display:flex !important;
	flex-direction:column;-moz-flex-direction:column;-webkit-flex-direction:column;
	justify-content:center;-moz-justify-content:center;-webkit-justify-content:center;
	align-items:center;-moz-align-items:center;-webkit-align-items:center;
	background: #f8f8f8 !important; padding: 0px 20px; box-sizing: border-box; margin-bottom:20px !important;
}
.thanku-pay, .alt-cancl{
	height: 250px !important;
	width: 100% !important;
	text-align: center;
	background: rgba(155, 157, 34, 0.25);
}
.alt-cancl{background: rgba(155, 157, 34, 0.25);}
.thanku-pay h3, .alt-cancl h3{
	border-bottom:0px solid !important;
	width: auto !important;
	padding: 0px !important;
}
.shipping-info{
	display: block;
	width: 99.8%;
	border: 1px solid #ccc;
	float: left;
	margin-top: 40px;
	margin-bottom: 50px;
}
.shipping-info h3{
	border-bottom: 1px solid #ddd;
    color: #5d2903;
    font-size: 20px;
    margin: 0;
    padding: 10px 0 10px 15px;
    background: #f8f8f8;
}
.shipping-info form{
	display: block;
	padding: 25px 20px;
}
.field-frm{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-betweent;
	-o-justify-content: space-between;
	justify-content: space-between;
	
	width: 100%;
}
.field-frm span{
	display: block;
	width: 49%;
	margin-bottom: 15px;
}
.field-frm span p{
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.field-frm span p b{
	font-weight: normal;
	color: #a00;
}
.field-frm span input[type="text"], .field-frm span input[type="email"], .field-frm span select, .field-frm span textarea{
	border: 1px solid #ccc;
	padding: 10px 3%;
	width: 94%;
	background: #fff;
	font-size: 14px;
	font-family: "Open Sans",sans-serif;
}
.field-frm span select{
	padding: 0px 2%;
	width: 100%;
	height: 41px;
}
.field-frm span .radio-btn{
	display: block;
}
.field-frm span .radio-btn input[type="radio"], .field-frm span .radio-btn input[type="checkbox"]{
	margin-top: 6px;
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.field-frm span .radio-btn img{
	display: inline-block;
    height: 30px;
    margin: -23px 0 0 0;
    padding: 0px;
}
.field-frm span textarea{
	height: 150px;
	resize: none;
}
.field-frm span a{
	float: right;
	padding: 10px 35px;
	color: #fff;
	background: #184874;
	margin-left: 10px;
	cursor: pointer;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.field-frm span input[type="submit"]{
	float: right;
	border: 0px solid #ccc;
	padding: 9px 25px;
	color: #fff;
	background: #9B9D22;
	font-size: 14px;
	font-family: "Open Sans",sans-serif;
	margin-left: 15px;
	text-transform: uppercase;
	cursor: pointer;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.field-frm span a:hover, .field-frm span input[type="submit"]:hover{
	background: #E08004;
	transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.gallery-content{
	width: 100%;
	display: block;
	margin-bottom: 35px;
}
.gallery-content span{
	background: #FF9D1F;
	color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 0;
    padding: 4px 12px;
    position: relative;
    top: -3px;
    width: auto;
}

.gallery-content h5{
	width: auto;
	font-size: 23px;
	color: #753A0F;
	margin-bottom: 15px;
	margin-top: 15px;
	display: inline-block;
	margin-left: 0px;
}
.gallery-content p{
	color: #666;
	font-style: italic;
}
.gallery-content p b{
	font-style: normal;
	margin-bottom: 15px;
	color: #000;
	font-weight: normal;
	font-size: 15px;
	float: left;
	margin-right: 25px;

}
.gallery-content ul{
	display: block;
	width: 100%;
	margin-top: 25px;
}
.gallery-content ul li{
	display: inline-block;
	width: 100%;
	margin-bottom: 5px;
	margin-right: 0px;
	font-style: italic;
}
.gallery-content ul li a{
	color: #184874;
}
.gallery-content ul li a:hover{
	color: #9B9D22;
}
.new-dp-btn-ico ul li a{
	padding: 10px 20px;
	width: auto;
	float: left;
	background: #184874;
	color: #fff;
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
}
.new-dp-btn-ico ul li a:hover{
	background: #9B9D22;
	color: #fff;
	transition:0.5s;
	-o-transition:0.5s;
	-moz-transition:0.5s;
	-webkit-transition:0.5s;
}


.accordition{
	display: block;
	width: 100%;
	float: left;
}
.accordition h4{
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	line-height: 21px;
	background: #e6e6e6;
	padding: 16px 2%;
	color: #5d2903;
	border-bottom: 1px solid #c5c5c5;
	border-top: 1px solid #fff;
	float: left;
	width: 96%;
}
.accordition h4:first-child{
	border-top:0px solid;
}
.acc-description{
	padding: 14px 16px;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 20px;
	float: left;
}
.acc-hide{
	display:none ;
}
.acc-description p{
	line-height: 24px;
	font-size: 15px;
	margin-bottom: 15px;
}
.acc-description p a{
	color: #184874;
}
.acc-description ul{
	display: block;
	margin-bottom: 16px;
	margin-left: 16px;
	margin-top: 16px;
}
.acc-description ul li{
	display: block;
	padding-left: 20px;
	font-size: 15px;
	margin-bottom: 6px;
	position: relative;
}
.acc-description ul li:after{
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #555;
	left: 0px;
	top: 6px;
	border-radius: 50%;
}

/*----------scroller-css-----------*/
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
    /*width: 206px !important;*/
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: -64px;
    display: block;
    width: 20px;
    height: 30px;
    margin-top: 0px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    text-align: center;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before, .slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev, .slick-prev:hover {
    right: 22px;
    background-image: url('../img/scl-prev.png');
}
.slick-next, .slick-next:hover {
    right: 0px;
    background-image: url('../img/scl-next.png');
}
.slick-sliderm {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
/*----------end-scroller-css-----------*/



/*-----------My Css--------------*/
.enrolment_figure {
    width: 620px;
    height: auto;
    margin: 0 auto;
}
.enrolment_figure_heading {
    width: 620px;
    height: 40px;
    background-color: #adb03a;
}
.enrolment_figure_row {
    width: 155px;
    float: left;
    height: auto;
    text-align: center;
    line-height: 35px;
}
.enrolment_figure_details {
    width: 620px;
    height: 30px;
    border-bottom: #666 1px dotted;
    color: #000;
}
/*-----------My Css--------------*/
.error{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	
	-webkit-align-items:center;
	-moz-align-items:center;
	-ms-align-items:center;
	-o-align-items:center;
	align-items:center;
		
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	
	width: 100%;
	height: 500px;
}
.error h4{
	font-size: 100px;
	color: #9B9D22;
	font-weight: bold;
	text-shadow: 3px 3px 0 #000;
}
.error p{
	font-size: 20px;
}
/*Pagination*/
.pagination{
	display:inline-block;padding-left:0;margin:20px 0;border-radius:4px;
}
.pagination>li{
	display:inline;
}
.pagination>li>a,.pagination>li>span{
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#9b9d22;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd;
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	width: 10px;
}
.pagination>li:last-child>a,.pagination>li:last-child>span{
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	z-index:3;color:#23527c;background-color:#eee;border-color:#ddd;
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	z-index:2;
	color:#fff;
	cursor:default;
	background-color:#9b9d22;
	border-color:#9b9d22;
}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd;
}
.pagination-lg>li>a,.pagination-lg>li>span{
	padding:10px 16px;font-size:18px;line-height:1.3333333;
}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{
	border-top-left-radius:6px;border-bottom-left-radius:6px;
}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{
	border-top-right-radius:6px;border-bottom-right-radius:6px;
}
.pagination-sm>li>a,.pagination-sm>li>span{
	padding:5px 10px;font-size:12px;line-height:1.5;
}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{
	border-top-left-radius:3px;border-bottom-left-radius:3px;
}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{
	border-top-right-radius:3px;border-bottom-right-radius:3px;
	}
.cart_icon{
	float: right;
	display:inline-block;
	position: relative;
}
.cart_icon img{width: 54px; margin-top: 2px;}
.cart_icon span{
	position: absolute;
	top: 26px;
	right: 15px;
	height: 23px;
	width: 23px;
	text-align: center;
	line-height: 21px;
	background: #E08004;
	border-radius: 50%;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.donate_listing{
	display: block;
	width: 100%;
	box-shadow: 1px 1px 4px #ccc;
	float: left;
}
.donate_listing ul, .donate_listing ul li{
	display: block;
	padding-left: 0px;
	width: 100%;
	float: left;
}
.list_donet{
	display: block;
	float: left;
	width: 100%;
	box-sizing: border-box;
	/*display: -o-flex;display: -moz-flex;display: -webkit-flex;
	flex-direction:row;-o-flex-direction:row;-moz-flex-direction:row;-webkit-flex-direction:row;
	/*flex-wrap:wrap;-o-flex-wrap:wrap;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;*/
	padding: 10px;
	border-bottom: 1px solid #eee;
}
.list_donet span{
	float: left;
	display: inline-block;
	width: 200px; margin-right: 16px;
	/*display: flex;display: -o-flex;display: -moz-flex;display: -webkit-flex;
	flex-direction:column;-o-flex-direction:column;-moz-flex-direction:column;-webkit-flex-direction:column;*/
}
.list_donet span .mnt_donet, .list_donet span .day_donet{
	display: inline-block;
	padding: 16px 0;
	background: #ebebeb;
	text-align: center;
	color: #184874;
	font-size: 17px;
	font-weight: bold;
	width: 100%;
}
.list_donet span .day_donet{
	background: #e38c24 !important;
	color: #fff !important;
	font-weight: normal !important;
	padding: 10px 0;
	font-size: 14px;
}
.det_donet{
	display: inline-block;
	float: left;
	width: calc(100% - 220px);
}
.det_donet h5{
	color: #753a0f;
    display: inline-block;
    font-size: 20px;
    margin:0 0 5px 0;
    width: auto;
}
.det_donet p{
	line-height: 22px;
	font-size: 14px;
	font-style: italic;
	margin-top: 6px;
	text-overflow: ellipsis;
	width: 100%;
	height: 42px;
}
.det_donet p a{
	color: #7D7F0B;
	float: right;
	margin-right: 6px;
}
.det_donet p a:hover{
	color: #AA0000;
}
.pagination_donet{
	display: block;
	width: 100%;
	margin-top: 70px;
}
.pagination_donet ul{
	float: right;
	border:1px solid #ddd;
	display: block;
	height: 32px;
	border-radius: 3px;
}
.pagination_donet ul li{
	float: left;
	cursor: pointer;
	border-right:1px solid #ddd;
}
.pagination_donet ul li:last-child{
	border-right:0px solid #ddd;
}
.pagination_donet ul li a{
	text-align: center;
	padding: 6px 16px;
	color: #555;
	font-size: 14px;
	font-weight: bold;
	float: left;
}
.pagination_donet ul li:hover{
	background: #eee;
}
.activee{
	background: #E08004;
	color: #fff !important;
}

.topscroll{position:fixed; bottom: 30px; right:-80px; width: 40px; height: 40px; border-radius: 50%; background: #fff;transition:0.5s;-o-transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
.topscroll.scrlltpadd{right: 20px;transition:0.5s;-o-transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
.simple-cover-helf{width: 70%;}
.simple-cover-helf p{    width: 100%;
    text-align: justify;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;}

.even-phn p br{display:none;}
.even-phn p:nth-child(2){margin-bottom:0px;}
.donet-frm ul{
	margin-top:20px;
}
.register-section p br{ display:none; }


/*Pagination*/
@media (max-width:1520px){
	/*.main-cover, .footer-wrapper, .inner-content{
		max-width: 1350px;
	}*/
	.footer-wrapper{
		padding:30px 10px;
	}
	nav ul li a{
		padding: 18px;
	}
	.slider-text p{
		font-size: 20px;
		width: 88%;
	}
}
@media (max-width:1430px){
	.contact-frm-page {flex-direction:column;-moz-flex-direction:column;-webkit-flex-direction:column;}
	.contact-frm-lft, .contact-frm-rgt{ display: block; width:100%; }
	.contact-frm-rgt{ padding: 0px; width:100%; padding-left:0px !important; margin-left:0px !important; border-left:0px solid !important; }
}
@media (max-width:1390px){
	/*.main-cover, .footer-wrapper, .inner-content{
		max-width: 1150px;
	}*/
	.footer-wrapper{
		padding:20px 10px !important;
	}
	.header h1 a img{
		max-width: 100%;
		width: 80%;
	}
	nav ul {
	    margin-left: 0%;
	    width: 92%;
	}
	nav ul li a {
	    font-size: 14px;
	    padding: 18px 12px;
	}
	/*nav ul li .sub-nav{
		top: 56px;
	}*/
	.text-cont .lnksdwd{
		max-height: 462px !important;
	}
	.text-cont .res-height{
		max-height: 191px !important;
	}
	.text-cont h3{
		font-size: 23px;
	}
	.index-half{
		width:49.5%;
	}
	.text-cont{
		width: 49%;
	}
	.slider-text p{
		font-size: 16px;
		width: 90%;
	}
	.heilight-item{
		width:33%;
	}
	.res-section .index-half-sec{
		margin-bottom:20px;
	}
	.res-section .text-cont{
		width: 24%;
	}
	.res-section .text-cont h3{
		font-size: 19px;
	}
	.footer-bottom-cover p {
	    color: #fff;
	    width: 50%;
	}
	.footer-bottom-cover span{
		width:50%;
	}
	.footer-bottom-cover span h2{
		font-size:18px;
		padding: 27px 30px;
	}
	.footer-item:last-child{
		width: 35% !important;
	}
	.footer-item h4{
		font-size: 16px;
	}
	.footer-item p{
		line-height:18px;
	}
	.footer-item ul li a{
		padding: 2px 0;
	}
	.footer-item h4, .footer-item p, .footer-item ul li{
		padding-left: 15px;
	}
	.online-search{ width:30% !important; }
	.online-search label{ width:100% !important; }
	.det_donet h5{ color: #753a0f; display: inline-block; font-size: 18px; }
	.list_donet {padding:20px;}
	.det_donet p a {margin-top: 16px;}
	.search-area{flex-wrap:wrap;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap;}
	.search-area span{ margin:6px 0; }
}
@media (max-width:1280px){
	.footer-bottom-cover p {
	    color: #fff;
	    width: 60%;
	}
	.footer-bottom-cover span {
	    width: 40%;
	    text-align: right;
	}
	.footer-bottom-cover p {
	    width: auto;
	    display: inline-block;
	    padding-left: 0px;
	    margin-right: 60px;
	}
}
@media (max-width:1190px){
	/*.main-cover, .footer-wrapper, .inner-content{
		max-width: 980px;
	}*/
	.register-section{
		width:50%;
	}
	.main-logo{
		width:110px;
	}
	.header h1 a{
		margin-left: 115px;
	}
	.header h1 a img{
		max-width: 100%;
		width: 80%;
	}
	.text-cont h3{
		font-size: 18px;
		height: 48px;
    	line-height: 48px;
	}
	nav ul li a {
	    font-size: 13px;
	    padding: 15px 8px;
	}
	.new-text ul li {
	    padding: 10px 15px;
	}
	.new-text ul li a {
	    font-size: 14px;
	}
	.text-cont .lnksdwd{
		max-height: 378px !important;
	}
	.text-cont .res-height{
		max-height: 154px !important;
	}
	.text-cont .higlgt{
		max-height: 154px !important;
	}
	.heilight-item h2 {
	    font-size: 14px;
	    font-weight: 300;
	}
	.heilight-item p{
		font-size: 13px;
	}
	.footer-bottom-cover span h2{
		font-size:18px;
		padding: 27px 15px;
	}
	.footer-bottom-cover span p {
	    padding-left: 16px;
	}
}
@media (max-width:1060px){
	.online-search:nth-child(1){ width:110px !important; }
	.online-search:nth-child(2){ width:200px !important; }
	.online-search:nth-child(3){ width:240px !important; }
	.new-dont{float:left;}
	.new-dont li{height: auto !important;line-height: normal !important; float:left;}
	.new-dont li span:nth-child(2){float:left; width:100%;}
	.online-book span .book-cover{width:49%;}
}
@media (max-width:1024px){
	.index-full-new .index-half {margin-bottom: 6px !important;}
	.text-cont .lnksdwd{
		max-height: 330px !important;
	}
	.text-cont .res-height{
		max-height: 137px !important;
	}
	.text-cont .higlgt{
		max-height: 136px !important;
	}
}
@media (max-width:1000px){
	.simple-text{flex-direction: column; -o-flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column;}
	.simple-text span, .simple-text p{width: 100%;}
	.simple-text p{margin-bottom: 25px;}
	.simple-cover-helf {width: 100% !important;}
	.simple-text-full ul{width: 97%; padding-left:3%;}
	.footer-content-div{width: 93.6% !important;}
}
@media (max-width:910px){.place-ord-btn{margin-left: 0px; clear:both; margin-top:16px;}.other-links {margin-top: 20px;}}

@media (max-width:900px){
	.dp-new-width{ width:100% !important;flex-direction: row; -o-flex-direction: row; -ms-flex-direction: row; -moz-flex-direction: row;  -webkit-flex-direction: row;}
	.dp-new-width .index-half{width:49% !important;}
	nav{background: #9b9d22; position: relative;}
	nav ul li a, nav ul li .sub-nav li a {padding: 15px 20px; font-size:13px;}
	nav ul li .nav-desk, nav ul li .sub-nav li .nav-desk{display:none;}
	nav ul li .nav-mob, nav ul li .sub-nav li .nav-mob{display:block;padding: 15px 20px;font-size: 13px;display: block;color: #fff;border-right: 0px solid #7d7f0b;box-shadow: 0px 0px 0px #b9bc20 inset;}
	nav ul li{float: left; width:100%;border-bottom: 1px solid #7d7f0b;}
	nav ul li .sub-nav li {border-bottom: 1px solid #612d07;}
	nav ul li .sub-nav li .sub-sub-nav li{border-bottom: 1px solid #562a08;}
	nav ul li .sub-nav li .sub-sub-nav li a br{display:none;}
	nav ul li a, nav ul li .sub-nav li a, nav ul li .sub-nav li .sub-sub-nav li a {border-right: 0px solid #753a0f !important; box-shadow: 0px 0px 0px #b9bc20 inset !important;}
	nav ul li a:hover, nav ul li label:hover{background:rgba(255, 255, 255, 0.1) !important;border-right: 0px solid #753a0f !important; box-shadow: 0px 0px 0px #b9bc20 inset !important;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
	nav ul li .sub-nav li label:hover, nav ul li .sub-nav li a:hover{background:#864211 !important;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
	nav ul li .sub-nav li .sub-nav li label:hover, nav ul li .sub-nav li .sub-sub-nav li a:hover{background:#5d2b06 !important;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
	
	/*--------------------main-nav---------------------*/
	.main-nav-mob{ padding: 15px 20px; cursor: pointer; box-sizing:border-box; font-size: 15px; display: block; float:left; width:100%; color: #fff; border-bottom: 1px solid #7d7f0b; box-shadow: 0px 1px 0 #b9bc20;}
	.main-nav-mob span{float:right; width:26px; height: 2px; background: #fff;position: relative;margin-top:10px;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
	.main-nav-mob span:before{content:"";position:absolute; top:-6px; left: 0px;width:26px; height: 2px;background: #fff;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
	.main-nav-mob span:after{content:"";position:absolute; bottom:-6px; left: 0px;width:26px; height: 2px;background: #fff;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
	[id^=mainlist]:checked + label + ul{display:block;float:left;background: #9b9d22; }
	[id^=mainlist]:checked + label span{background:transparent;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;}
	[id^=mainlist]:checked + label span:before{ transform: rotate(-45deg);top:0px;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s; }
	[id^=mainlist]:checked + label span:after{ transform: rotate(45deg);top:0px;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s; }
	nav ul{	position: absolute; z-index:99; top: 100%; left: 0px;width: 100%;display:none;}	
	
	/*------------------inner_nav---------------------*/
	[id^=list]:checked + label + ul.sub-nav{display:block;float:left;background: #9b9d22;}
	nav ul > li > ul.sub-nav{position: relative !important; visibility: visible; display:none; opacity:1; left:0px; z-index:999;width: 100% !important;}
	
	/*------------------inner_inner_nav---------------------*/
	[id^=inlist]:checked + label + ul.sub-sub-nav{display:block; float:left;background: #653009;}
	nav ul > li > ul.sub-nav > li > ul.sub-sub-nav{position: relative !important; visibility: visible; display:none;padding-left:0px !important; opacity:1; left:0px; z-index:999;width: 100% !important;}
	nav ul > li:hover > ul.sub-nav{visibility: visible !important; opacity:1 !important; }
	nav ul li .sub-nav li:hover .sub-sub-nav{left:0px !important;}
	nav ul li .sub-nav li label{background: #753a0f;}
	nav ul li .sub-nav li .sub-sub-nav li, nav ul li .sub-nav li .sub-sub-nav li a{background: transparent !important;}
	.cart_icon {float: none;display: inline-block;position: absolute;width: 54px;height: 54px;right: 0;background: #c5c7c3;top: -100px;border-radius: 50%;}
	.cart_icon img {margin-top: 2px;margin-left: 3px;width: 48px;}
	.cart_icon span {top: 22px; right: 16px;}
	.index-full-new .index-half {margin-bottom: 20px !important;}
	.text-cont .lnksdwd{
		max-height: 378px !important;
	}
	.text-cont .res-height{
		max-height: 154px !important;
	}
	.text-cont .higlgt{
		max-height: 154px !important;
	}
	.donate_listing {margin-bottom:40px;}
	
	.simple-text span img{float: left !important;}
	.nav{background: transparent;}
	.header, .scroller-details{flex-direction: column; -o-flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column;}
	.header h1 a{margin-left: 0px;float:none !important;margin-top: 10px; text-align: center;}
	.header h1 a img{width: auto !important; float: none;}
	.header h1{display:flex;display:-o-flex;display:-moz-flex;display:-webkit-flex;flex-direction: column; -o-flex-direction: column; -moz-flex-direction: column; -webkit-flex-direction: column; width: 100%; top: 8px;margin-bottom: 10px;}
	.mob-nav{display:block; padding: 18px 3%; width: 94%; color: #fff; font-size: 15px;border-top: 1px solid #7d7f0b;}
	.main-logo { top: 0px; position: relative; float:none !important; width:100px !important; text-align: center; left:50%; margin-left: -50px !important;}
	.main-logo img{width:100% !important;}
	.sub-logo{float: left; margin: 16px 0 !important; margin-left:-250px !important; display: inline-block; width: 500px; position: relative; left: 50%;}
	.sub-logo img{width:98% !important;}
	.register-section { width: 100%; text-align: center; margin: 8px 0; padding-top: 5px; border-top: 1px solid #eee;}
	.register-section p{display: inline-block; margin-right: 40px; text-align: center;}
	.main-mnu{display: block; opacity: 0; border-top: 1px solid #7d7f0b;box-shadow: 0px -1px 0 #b9bc20; margin-left: 0px; width: 100%; position: absolute; top: 100%; background: #9b9d22; z-index: 999; transform: scale(0); -o-transform: scale(0); -moz-transform: scale(0); -webkit-transform: scale(0); transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s;-webkit-transition:0.5s;}
	.main-mnu.open-mnu{ opacity: 1; transform: scale(1); -o-transform: scale(1); -moz-transform: scale(1); -webkit-transform: scale(1); transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s;-webkit-transition:0.5s;}
	.tgl-nav{float: right; width: 30px;margin-top: 2px;}
	.tgl-nav span{float: left; width: 30px; height: 3px; background: #fff; margin-bottom: 4px;}
	.tgl-nav .span-1-nav{ -webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg); transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s;-webkit-transition:0.5s;}
	.tgl-nav .span-1-nav.nav-1{ -webkit-transform: rotate(42deg);-moz-transform: rotate(42deg);-ms-transform: rotate(42deg);-o-transform: rotate(42deg);transform: rotate(42deg); transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s;-webkit-transition:0.5s; position:relative; top: 7px;}
	.tgl-nav .span-2-nav{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s;-webkit-transition:0.5s;}
	.tgl-nav .span-2-nav.nav-2{-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s;-webkit-transition:0.5s;}
	.tgl-nav .span-3-nav{ -webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg); transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s;-webkit-transition:0.5s;}
	.tgl-nav .span-3-nav.nav-3{ -webkit-transform: rotate(-42deg);-moz-transform: rotate(-42deg);-ms-transform: rotate(-42deg);-o-transform: rotate(-42deg);transform: rotate(-42deg); transition:0.5s; -o-transition:0.5s; -moz-transition:0.5s;-webkit-transition:0.5s; position:relative; top: -7px;}
	.index-half, .scroller-list{width: 100%; margin-bottom: 15px;}
	.text-cont{width: 100% !important; margin-bottom: 0px;}
	.all-new-cont{ margin-bottom: 0px;}
	.scroller-details{margin-top: 0px;}
	.spl-links{flex-wrap:wrap;-o-flex-wrap:wrap;-moz-flex-wrap:wrap;-webkit-flex-wrap:wrap; margin-top: 0px;}
	.spl-link-item{width:49%; margin-bottom: 15px;}
	.slick-dots{display:none !important;}
	.gray{width: 72% !important; padding: 0 2%;}
	.drk-brwn{width: 28% !important;}
	.footer-wrapper{flex-wrap:wrap; -o-flex-wrap:wrap; -moz-flex-wrap:wrap; -webkit-flex-wrap:wrap;}
	.footer-item{padding-bottom: 45px;}
	.footer-item, .footer-item:last-child{width: 49% !important;}
	.footer-item:nth-child(2){border-right: 0px solid;}
	.footer-item:nth-child(3), .footer-item:nth-child(4){padding-bottom: 0px;}
	.footer-item:first-child h4, .footer-item:first-child p, .footer-item:first-child ul li{padding-left: 15px;}

	.footer-bottom-cover{flex-direction:column;-moz-flex-direction:column;-webkit-flex-direction:column;}
	.footer-bottom-cover p {width:100%;margin-right: 0px;margin-top: 16px;}
	.footer-bottom-cover span{width:100%;margin-right: 0px;text-align: left;}
	.footer-bottom-cover span p {padding-left: 0px;width: 100%; margin-top:0px; margin-bottom: 16px;}
}
@media (max-width:840px){
	.content-left{width: 100%;}
	.content-right{ width:100%;}
	.full-content-index { padding: 10px 14px; }
	.gray{width: 72% !important; padding: 0 2%;}
	.drk-brwn{width: 28% !important;}
	.content-left{margin-right:0px;}
	.simple-cover-helf p{padding-right:0px;}
	.simple-text p{text-align:justify;}
	.simple-text span img{float: left !important;}
	.other-links {margin-bottom: 40px;}
}
@media (max-width:660px){
	.dp-new-width{ width:100% !important;flex-direction: column; -o-flex-direction: column; -ms-flex-direction: column; -moz-flex-direction: column;  -webkit-flex-direction: column;}
	.dp-new-width .index-half{width:100% !important;}
	.donet-frm ul{float:left;}
	.donet-frm ul li {float: left; height: auto !important; line-height: normal !important; width:100%; box-sizing: border-box; }
	.book-img-det {width:30%;margin-right: 20px;}
	.book-cont-det{ width:calc(100% - 30% - 20px); }
}
@media (max-width:600px){
	.search-area{ flex-direction:column;-moz-flex-direction:column;-webkit-flex-direction:column; }
	.online-search{ width:100% !important; padding-left: 0px !important; }
	.search-area span label {-webkit-justify-content: flex-start; -moz-justify-content: flex-start; -ms-justify-content: flex-start;-o-justify-content: flex-start; justify-content: flex-start;}
	.list_donet { padding: 10px; }
	.det_donet{ width:100%; margin-top:20px; }
	.even-phn p br{display:block;}
	.donet-frm ul li{padding: 10px 14px;}
	.donet-frm ul li span{float:left; width:100%; margin-top:6px;}
	.dont-rviwe ul li span:nth-child(1){width:auto !important;}
	.dont-rviwe ul li span:nth-child(2){margin-left:0px !important;width:auto !important;}
	.dont-rviwe ul li span:nth-child(3){font-weight:bold !important;width:auto !important; float: right !important;}
	.don-confm .field-frm span {width:100%; margin-bottom: 6px;}
	.cart_icon {top: -70px;}
}
@media (max-width:560px){
	.sub-logo{position: relative; left: 0px; margin-left: 0px !important; width: 100%;}
	.sub-logo img{width: 100%;}
	.register-section p{margin-right: 0px; width: 100%;}
	.text-cont{width: 100% !important; margin-bottom: 0px;}
	.text-cont:first-child{margin-bottom: 15px;}
	.drk-brwn{line-height: normal;}
	.drk-brwn h2{font-size: 15px; font-weight: 400; margin-top: 15px;}
	.spl-link-item{width:100%; margin-bottom: 15px;}
	.scroller-details { margin-top: 0; margin-bottom: 10px;}
	.footer-wrapper, .footer-bottom-cover, .heilight{flex-direction:column; -o-flex-direction:column;-moz-flex-direction:column;-webkit-flex-direction:column;}
	.footer-item{border-right: 0px solid; width: 100% !important; margin-bottom: 20px !important; padding-bottom: 15px !important; border-bottom: 1px solid #642900;box-shadow: 0 -1px 0 #83481d inset;}
	.footer-item:last-child, .heilight-item{ width: 100% !important; }
	.footer-item:first-child h4, .footer-item:first-child p, .footer-item:first-child ul li{padding-left: 15px;}
	.footer-bottom-cover{height: auto;}
	.footer-bottom-cover p{width: 100%; text-align: left; margin: 20px 0 8px;}
	.footer-bottom-cover span{width: 100%; text-align: left; margin: 8px 0 20px;}
	.footer-bottom-cover span p{padding-left: 0px; margin-top: 0px;}
	.gray{ padding: 0%;}
	.drk-brwn{height: auto; padding-bottom: 15px;}
	.index-full-new {width:99.9%;}
	.heilight-item {width:100% !important; box-sizing:border-box;}
	.footer-item:first-child h4, .footer-item:first-child p, .footer-item:first-child ul li, .footer-item h4, .footer-item p, .footer-item ul li{padding-left:0px !important;}
	.ul-bistr{width:calc(100% - 10px) !important; margin-left: 10px;box-sizing: border-box; margin-right: 0px;}
	.shop-ord-btnd-btn {width: 130px !important;padding: 10px 0;}
	.search-area span select{width: 100%;}
	.search-area span label{width:100%;}
	.search-area span input[type="text"]{width:80%;}
	.online-book span .book-cover{width:100%;}
}
@media (max-width:500px){
	.field-frm{flex-direction:column; -o-flex-direction:column;-moz-flex-direction:column;-webkit-flex-direction:column;}
	.field-frm span, .shipping-info{width:100% !important;}
	.shipping-info{margin-right: 0px !important;margin-bottom: 20px !important;}
	.book-img-det {width:100%;margin-right: 0px;}
	.book-img-det span img{max-width:100%; margin-bottom:20px;}
	.book-cont-det{ width:100%; }
}
@media (max-width:460px){
	.contact-frm-rgt p span{ font-weight:bold; text-align: left !important;width:100% !important; line-height:20px !important;}
	.contact-frm-rgt p a{ margin-bottom:20px !important; float: left; width:100% !important;}
	.contact-frm-rgt p a.fst-link {margin-bottom:0px !important; }
	.contect-space{display:none !important;}
	.odd-phnno p span{width:100% !important;}
	.register-section p br{ display:block; }
}
@media (max-width:430px){
	.list_donet span {width:100%;}
	.topscroll.scrlltpadd{right: 8px;}
	.dont-rviwe ul li span:nth-child(1){width:auto !important;}
	.dont-rviwe ul li span:nth-child(2){margin-left:0px !important;width:auto !important;}
	.dont-rviwe ul li span:nth-child(3){font-weight:bold !important;width:100% !important; float: left !important;}
	.shop-ord-btnd-btn {width: 110px !important;padding: 10px 0;}
	.spl-gallery ul li{ width:100%; }
	.gallery-content h5 {font-size:18px;}
	.gallery-content p b{ width:100%; }
}
.brochure-lightbox {
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    bottom: 0; height: 100%;
    display: flex;-o-display: flex;-moz-display: flex;-webkit-display: flex;
    align-items: center;-o-align-items: center;-moz-align-items: center;-webkit-align-items: center;
    justify-content: center;-o-justify-content: center;-moz-justify-content: center;-webkit-justify-content: center;
    flex-direction: column;-o-flex-direction: column;-mo-flex-direction: column;-webkit-flex-direction: column;
    left: 0; opacity: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: -99999;
}
.brochure-lightbox.opec {
    background: rgba(31, 15, 4, 0.96) none repeat scroll 0 0;
    opacity: 1;z-index: 999999;
}
.brochure-lightbox-container {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    display: block;
    overflow: hidden;
    padding: 0px;
    position: relative;
    transform: scale(0, 0);-o-transform: scale(0, 0);-moz-transform: scale(0, 0);-webkit-transform: scale(0, 0);
    transition: transform 0.6s ease-in-out 0s;-o-transition: transform 0.6s ease-in-out 0s;-moz-transition: transform 0.6s ease-in-out 0s;-webkit-transition: transform 0.6s ease-in-out 0s;
    width: 700px;
}
@media(max-width:740px){.brochure-lightbox-container {width:500px;}}
@media(max-width:530px){.brochure-lightbox-container {width:300px;}}
.brochure-lightbox-container.slid-lft {
    transform: scale(1, 1);-o-transform: scale(1, 1);-moz-transform: scale(1, 1);-webkit-transform: scale(1, 1);
    transition: transform 0.6s ease-in-out 0s;-o-transition: transform 0.6s ease-in-out 0s;-moz-transition: transform 0.6s ease-in-out 0s;-webkit-transition: transform 0.6s ease-in-out 0s;
}
.close-lightbox {
    color: #000;
    display: block;
    float: right;
    font-family: "ubunturegular";
    font-size: 20px;
    height: 16px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 16px;
    z-index: 999;
}
.close-lightbox:before {
    right: 0;top: 6px;transform: rotate(45deg);-o-transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);
}
.close-lightbox:after, .close-lightbox:before {
    background: #fff none repeat scroll 0 0; content: ""; display: block; height: 2px; position: absolute; width: 16px;
}
.close-lightbox:after {
    right: 0;top: 6px;transform: rotate(-45deg);-o-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);
}
.close-lightbox:after, .close-lightbox:before {
    background: #fff none repeat scroll 0 0; content: ""; display: block; height: 2px; position: absolute; width: 16px;
}

.inner-lightbox-area{
	float: left;
	width: 100%;
}
.inner-lightbox-area h3{
	background: #dd841e;
	padding: 12px 20px;
	color: #fff;
	font-size: 30px;
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin: 0px;
	border-bottom: 1px dashed #4d2c06;
}	
@media(max-width:740px){.inner-lightbox-area h3{padding: 6px 10px;font-size: 16px;}}
.inner-content-rkm{
	float: left;
	width: 100%;
	padding: 50px 30px;
	box-sizing: border-box;
}
@media(max-width:740px){.inner-content-rkm{padding: 10px;}}
@media(max-width:740px){.inner-content-rkm{ height: 400px; overflow: auto;}}
.inner-content-rkm span{
	float: left;
	width: 208px;
	margin-right: 20px;
}
@media(max-width:740px){.inner-content-rkm span{width:140px;}}
@media(max-width:530px){.inner-content-rkm span{width:180px;}}
.inner-content-text{
	float: left;
	width: 64%;
}
@media(max-width:530px){.inner-content-text{width:100%;}}
.inner-content-text h4{
	color: #764711;
	font-size: 22px;
	float: left;
	width: 100%;
}
@media(max-width:740px){.inner-content-text h4{font-size: 18px;}}
.inner-content-text .det-rkm{
	float: left;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 20px;
}
@media(max-width:740px){.inner-content-text .det-rkm{margin-bottom: 6px;margin-top: 6px;}}
.inner-content-text .det-rkm li{
	float: left;
	width: 100%;
	padding: 6px 0;
}
@media(max-width:740px){.inner-content-text .det-rkm li{padding: 1px 0;}}
.inner-content-text .det-rkm li span{
	float: left;
	font-size: 15px;
	margin-right: 0px;
}
.inner-content-text .det-rkm li span:first-child{
	width: 150px;
}
@media(max-width:740px){.inner-content-text .det-rkm li span:first-child{width:120px;}}
@media(max-width:530px){.inner-content-text .det-rkm li span:first-child{width:102px;font-size: 13px;}}
.inner-content-text .det-rkm li span:last-child{
	width: 258px;
}
@media(max-width:740px){.inner-content-text .det-rkm li span:last-child{width:180px;}}
@media(max-width:740px){.inner-content-text .det-rkm li span:last-child{font-size: 14px; font-weight:bold; margin-bottom:6px;}}
.price-inner{
	float: left;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 20px;
}
@media(max-width:740px){.price-inner{margin-bottom: 6px;margin-top: 6px;}}
.price-inner li{
	float: left;
	width: auto;
}
.price-inner li a{
	padding: 8px 20px;
	color: #fff;
	font-size:20px;
}
@media(max-width:740px){.price-inner li a{padding: 5px 14px;font-size: 14px;float: left;}}
.price-inner li:first-child a{
	background: #dd841e;
	margin-right: 20px;
	border-bottom: 2px solid #4d2c06;
}
@media(max-width:740px){.price-inner li:first-child a{margin-right: 10px;}}
.price-inner li:last-child a{
	background: #9b9d22;
	border-bottom: 2px solid #323306;
}
.prs-inner{
	float: left;
	width: 100%;
	margin-top: 16px;
	margin-bottom: 20px;
}
@media(max-width:740px){.prs-inner{margin-bottom: 6px;margin-top: 6px;}}
.prs-inner li{
	float: left;
	width: 100%;
}
.prs-inner li span{
	padding: 8px 0px;
	color: #000;
	font-size:14px;
	float: left;
	width: auto;
}
@media(max-width:740px){.prs-inner li span{padding: 1px 0px;}}
.prs-inner li a{
	padding: 4px 8px;
	color: #000;
	font-size:14px;
	float: left;
	width: auto;
	margin-top: 3px;
	margin-bottom: 6px;
}
@media(max-width:740px){.prs-inner li a{font-size:12px;}}
.prs-inner li:last-child a{
	border: 1px solid #dd841e;
	color: #dd841e;
}
.prs-inner li:first-child a{
	border: 1px solid #9b9d22;
	color: #9b9d22;
}









