@font-face {
    font-family: 'Michroma' ;
    src:url(../fonts/Michroma.ttf) format('truetype');
}
@font-face {
	font-family: 'Asap-Regular';
    src:url(../fonts/Asap-Regular.ttf) format('truetype');
}
body{
	font-family:'Microsoft JhengHei',SimHei,'Microsoft YaHei';
    font-size: 16px;
	background:url("../images/top-x.png") repeat-x;
}
.topbg{
    background:white url("../images/top-bg.png") no-repeat 50% 0;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
	
}
h1,h2,h3,h4,h5,h6,p,label{
	margin:0;
}
.header-top {
	padding: 5px 0;
}
.header-search{
    margin:2px 5px 15px 0 ;
}

.top-nav{
    margin-bottom:10px ;
}

.language{
    color:white;
}
.language a{
    color:white;
}
.logo{
	width:270px;
    margin: 0 auto;
}
.top-nav ul li{
	display: inline-block;
    padding: 0;
}


.top-nav>ul>li>a{
    margin-right: 20px;
	font-size: 18px;
    text-align: center;
	text-decoration: none;
    border-top: 1px solid #7e308e;
    border-bottom: 1px solid #7e308e;
	color: #7e308e;
	padding:5px 0;
	display:block;
	font-family: 'Microsoft JhengHei',SimHei,'Microsoft YaHei';
}

.top-nav>ul>li>ul>li>a{
    margin-right:20px;
	font-size: 18px;
    text-align: center;
	text-decoration: none;	
	padding:5px 0;
	display:block;
	font-family: 'Microsoft JhengHei',SimHei,'Microsoft YaHei';
    border-bottom:0;
    border-top: 1px solid white;
    background:gainsboro ;
    color: #7e308e;
}

.top-nav ul li:first-child a{
    margin-left: 0;
}
.top-nav .sublist .sublist{
    display:none;
}

.top-nav .sublist .sublist li {   
    width:100%;    
}
.top-nav .sublist .sublist li a{
    margin-right:20px;
	font-size: 18px;
    text-align: center;
	text-decoration: none;	
	padding:5px 0;
	display:block;
	font-family: 'Microsoft JhengHei',SimHei,'Microsoft YaHei';
    border-bottom:0;
    border-top: 1px solid white;
    border-left: 1px solid rgba(0,0,0,0);
    background:gainsboro ;
    color: #7e308e;
}
.top-nav .sublist>li:hover .sublist{
    display:block;
}

.top-nav .sublist .sublist li:hover a{
   color: white;
    background: #7e308e;
}

.top-nav ul li:hover>a,.top-nav ul li.active>a{
	color: white;
    background: #7e308e;
}
.top-nav ul li:hover,.top-nav ul li.active {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.top-nav ul li:hover ul{
    display:block;
}

.top-nav ul li ul{
     position: absolute;
    display: none;
     z-index: 9999;
    width: 100%;
 }

.top-nav>ul>li>ul>li{
    padding: 0;    
    width: 100%;
}

.top-nav>ul>li>ul>li>ul{
    position: absolute;
    padding: 0;    
    width: 100%;
    left:100%;
    top:0;  
    margin-left:-19px;  
}

.admin-header-links{
    float:right;
}

.group-top{
    color:#3b0272;
    font-size:18px;
    font-weight:bold;
    font-family:FangSong;
    border-bottom:1px solid #d2d2d2;
}

.group-title{
    color:#cca966;
    padding:5px 0;
    font-size:18px;
    font-weight:bold;
}

.group-content{    
    padding:0 0 10px;
}

.group-content a{   
    color:black;
    text-decoration:none;
    cursor:pointer;
    padding-right:3px;
}

.group-content a:hover{   
    text-decoration:underline;
    color:red;
}

.article{padding:0 20px;}
.article-title{font-size:18px;font-weight:bold;color:#673ab7; }
.article blockquote {margin:10px 40px; border:0;}
.article-content{padding:0 20px; }
.article h3{color:#673ab7;padding:10px 0; }

.words-search {
    border: 1px solid #cecece;
    background: #fff;    
    border-radius: 12px;
    display:block;
    clear:both;
    width:90%;
    margin:10px auto; 
    height:26px;
}
.words-search .search-icon{
    width: 20px;
    height: 20px;
    background: url(../images/img-sprite.png)no-repeat -2px -1px;
    border: none;
    cursor: pointer;
    position: absolute;
    outline: none;
    padding: 0;
}

.words-search .search-text{
    outline: none;
    margin: 0 10px 0 20px;
    background: #fff;
    width: 80%;
    border: none;
    font-size: 16px;
    color: #A9A9A9;
    font-family: 'Microsoft JhengHei',SimHei,'Microsoft YaHei';
}
.words-group{
    height:580px;
    overflow-y:auto;
}

.top-nav span.menu{
	display: none;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}

/*----*/
.search {
	border:1px solid #cecece;
	background: #fff;
	float: right;
    border-radius:12px;
}
.search input[type="text"] {
	outline: none;
	margin:0 10px 0 20px;
	background:#fff;
	width:200px;
	border: none;
	font-size: 0.9em;
	color: #A9A9A9;
	font-family: 'Microsoft JhengHei',SimHei,'Microsoft YaHei';
}
.search input[type="submit"] {	
	width: 20px;
	height: 20px;	
	background:url(../images/img-sprite.png)no-repeat -2px -1px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	padding:0;
}
/*--banner--*/
@media(min-width:1001px){
    .theme-custom{
        margin: 0px !important;
    }
}
@media(max-width:1000px){
    .theme-custom{
        max-width: 100% !important;
        margin: 0px !important; 
    }
}

.banner{
    margin: 40px 0 20px;
}
.banner-top{
	padding: 0 8px 0 0;
	position:relative;
}
.banner-pic{
    margin: 0 10px;
    border-top: 8px solid #7e308e;
    border-bottom: 8px solid #7e308e;
    padding: 4px 0;
    position:relative;
}
.banner-foot{
    padding: 0 0 0 10px;
    position:relative;
}
.banner-top-icon{
    height: 90px;
    min-width: 101px;
    padding: 0;
    background: url("../images/yijin.png") no-repeat;
}
.banner-foot-icon{
    height: 70px;
    min-width: 101px;
    padding: 0;
    margin-top:5px;
    background: url("../images/hongdou.png") no-repeat  100%;
}
@media (max-width: 768px){
    .banner-foot-icon{        
        clear:both;
    }
}
.banner-top-menu, .banner-foot-menu{
    padding: 0;
}
.banner-top ul{
    float: right;
    margin-top:55px;
}
@media (max-width: 768px){
    .banner-top ul{        
         margin-top:0;
    }
}
.banner-foot ul{
    margin:0;
    float: left;
}

.banner ul li{
    display: inline-block;
    padding: 0 0 0 10px;
    position: relative;
}
.banner ul li span{
    font-size: 18px;
    text-align: center;
    color: #3b0272;
    padding:5px 0 5px 10px;
    display:block;
    font-family: 'Microsoft JhengHei',SimHei,'Microsoft YaHei';
}
.banner ul li a{
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border:0;
    color: #3b0272;
    padding:5px 0;
    display:block;
    font-family: 'Microsoft JhengHei',SimHei,'Microsoft YaHei';
}
.banner ul li:hover> a{
    color:#c490bf;
}
.banner ul li:first-child a{
    border-right: 0;
}

.banner ul li ul{
    position: absolute;
    margin:0;
    width: 150px;
    display: none;
    z-index: 9999;
    right: 0;
}

.banner ul li:hover ul{
    position: absolute;
    display: block;
    z-index: 9999;
}

.banner-top-menu ul li ul li{
    padding: 0;
    width: 150px;
}

.banner-top-menu ul li ul li a{
     border-bottom:0;
     border-top: 1px solid white;
     background:gainsboro ;
     color:#7e308e;
 }
.banner-top-menu ul li ul li:hover a{
    border-bottom:0;
    border-top: 1px solid white;
    background:#c490bf ;
    color: #ffffff;
}

.banner-foot-menu ul li ul{
    position: absolute;
    bottom:100%;
    display: none;
    z-index: 9999;
    left: 0;
}
.banner-foot-menu ul li ul li{
    padding: 0;
    width: 150px;
}

.banner-foot-menu ul li ul li a{
    border-bottom:0;
    border-top: 1px solid white;
    background:gainsboro ;
    color:#7e308e;
}
.banner-foot-menu ul li ul li:hover a{
    border-bottom:0;
    border-top: 1px solid white;
    background:#c490bf ;
    color: #ffffff;
}

.top-banner,.top-banner1,.top-banner2 {
	position: absolute;
	top:0;
	left:0;
	width:86%;
	padding: 1.8em;
  	background: #37b48e;
}
.top-banner h3,.top-banner1 h3,.top-banner2 h3{
	color:#fff;
  	font-size: 2em;
}
.top-banner h3 span,.top-banner1 h3 span,.top-banner2 h3 span{
  	font-size: 39px;
  	display: block;
}
.top-banner1{
	bottom: 0;
	top:auto;
	background: #1da8b1;
}
.top-banner2{
	background: #fd4641;
}
/*--banner--*/


.page-top{
    margin:20px 0;
}
.page-top-body{
    padding-left:10px ;
    position:relative;
}

.page-top-left{
     height: 75px;
     padding: 0;
     background: url("../images/bicon.png") no-repeat 0% 0%;
 }
.page-top-right{
    height: 75px;
    padding: 0;
}
.page-title{
    color:#7e308e;
    font-size: 32px;
    font-weight: bold;
    line-height: 100px;
    font-family: DFKai-SB,FangSong,STFangsong;
}
.page-top-line{
    border-top: 8px solid #7e308e;
    padding-bottom: 40px;
}
.page-bottom-line{
    border-bottom: 8px solid #7e308e;
    background: url(../images/line.png) repeat-x;
    padding: 0;
    height: 32px;
}

.page-top-select{
    width: auto;
    position:absolute;
    right: 10px;
    bottom: 5px;
}


.book-page{
    position:relative;
}
.book-nav{
    position:absolute;
    top:0;
}
.book-search{
    position:absolute;
    top:5px;
    right:10px;    
}
.search-text{
    border: solid 1px #7e308e;
    float:left;
    font-size:14px;
    line-height:22px;
    padding:1px 4px;
}
.search-btn{
    background:#7e308e;
    color:white;
    padding:2px 8px;
    border:none;
    float:left;
}

.book-nav-block{
    background-color: RGBA(153,102,153,0.95);
    border-radius: 6px;    
    position:relative;    
    min-width:540px;
    margin-left:7px;
}
.book-nav-block .book-tag{
    position: absolute;
    top:0;
    left:160px;
    border-radius: 6px;
    width: 150px;
    background-color: #7e308e;
    color: white;
    text-align: center;
    font-family: DFKai-SB,BiauKai;
    font-weight: bold;
    padding: 6px 0;
    font-size: 18px;
    line-height: 18px;
    cursor:pointer;    
}

.book-nav-block .book-tag:first-child{
   left:2px;
}
.book-nav-block .book-tag:hover{
    background-color:#cc9966;
}
.book-nav-block .book-tag:hover+.book-tag-tree{
    display:block;
}

.book-tag-tree{
    padding: 40px 40px 20px;
    display:none;
}
.book-tag-tree:hover{   
    display:block;
}
.book-tag-tree>table ul{
    list-style:none;
    min-width:100px;
    color:white;
    cursor:pointer;    
}
.book-tag-tree>table ul>li{
    padding:5px 20px;

}
.book-tag-tree>table ul>li:first-child{
    color:#fff7c8;
    font-family:DFKai-SB,BiauKai;
    font-size:18px;            
}

.book-tag-tree>table .book-group-item{
    position:relative;
}
.book-tag-tree>table .book-group-item:hover{
    background-color:#cc9966;
    border-radius:3px;
}
.book-tag-tree>table .book-group-item:hover >.book-section{
    display:block;
    z-index:999;
}

.book-tag-tree .book-section {    
    width:360px;
    background-color:#cc9966;
    border-radius:3px;
    display:none;
    position:absolute;
    top:32px;
    left:0;
}
.book-tag-tree .book-section .book-section-row{    
    display:block;    
}

.book-tag-tree .book-section .book-section-row span{
    width:36px;
    height:25px;
    background:#cc9966;
    border-radius:3px;
    display:inline-block;
    float:left;  
    border:solid 1px rgba(255, 255, 255,0.5);  
    font-size:16px;       
}
.book-tag-tree .book-section .book-section-row span:hover{
    background:#bb8855;     
}

.content .left-next-page{
    background:url(../images/leftpage.png) no-repeat 50% 50%;
    width:20px;
    height:50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-left: 10px;
}

.content .right-next-page{
    background:url(../images/rightpage.png) no-repeat 50% 50%;
    width:20px;
    height:50px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-right: 10px;
}

.content .left-next-page:hover{
    background:url(../images/leftpage-hover.png) no-repeat 50% 50%;  
    cursor:pointer; 
}
.content .right-next-page:hover{
    background:url(../images/rightpage-hover.png) no-repeat 50% 50%;  
    cursor:pointer; 
}

.content .bottom-next-page{
    background:url(../images/downpage.png) no-repeat 50% 50%;
    width:100%;
    height:30px;    
    cursor:pointer;  
}
.content .bottom-next-page:hover{
    background:url(../images/bottompage-hover.png) no-repeat 50% 50%;   
}

.c-td {color: blue; font-weight:bold;margin-top:5px;font-family:DFKai-SB;font-size: 18px;padding: 2px 0;}
.c-text {font-size:18px;}
.v-heading {color: blue; font-weight:bold;font-size:16px;margin-top:10px;font-family:DFKai-SB;}
.v-heading  .ref{color: darkgreen; }
.v-td1 {color:red; font-family:Arial;font-weight:bold;font-size:8px;width:40px;text-align:right;vertical-align:super;}
.v-td2 {font-size:16px;font-family:Tahoma;padding: 2px 0;}

.verse-title{
    color:#cc6666;
    text-decoration: none;
}
.verse-title:hover{
    color:#cc66cc;
    text-decoration: none;
}

select{
    border:solid 1px #7e308e ;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-right: 30px;
    padding-left: 5px;
    background:white url(../images/dparrow.png) no-repeat scroll right center;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }


/*-- News --*/
.news-top{
    text-align: center;
    background: url(../images/line.png) repeat-x;
    padding: 0;
}
.news-foot{
    background: url(../images/line.png) repeat-x;
    padding: 0;
    height: 32px;
    border-bottom: 8px solid #7e308e;
}
.news-top span{
    font-size: 18px;
    color: #7e308e;
    background: #ffffff;
}
.news-top span.title{
    padding: 5px 10px;
}
.news-item{
    margin: 5px 0;
    background: #fdfbfe;
    padding: 0;
}
.news-item div{
    padding: 0;
}
.news-item .news-img img{
     padding: 5px 10px;
 }
.news-item .news{
    padding: 10px 10px;
}
.news-item .news-title{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #7e308e;
    font-size: 18px;
}
.news-item .news-content{
    height: 120px;
    word-wrap: break-word;
    word-break: normal;
}
.news-item .news-detail{
    text-align:right;
    padding-right: 10px;
}
.news-item .news-detail a{
    text-decoration: none;
    color: darkgray;
}
.news-item .news-detail a:hover{
    text-decoration: none;
    color: #7e308e;
}

.news-pages{
    float:none;
}

.view-all a{
    margin:0 20px;
    color:#7e308e;
    float:right;
    text-decoration:none;
}
.view-all a:hover{
    color:darkblue;
}


.pager li>a,.pager li>span{
    padding:2px 5px;
    background-color:none;
    border:0;
    border-radius:0;
}
.pager li>a{
    padding:2px 5px;
    color:#7e308e;    
}
.pager .total-summary{
    margin:0 20% 0 40%;
}
/*-- News --*/

/*-- Footer --*/
.footer{
    background: #c490bf;
    margin-top: 60px;
    padding-bottom: 10px;
}
.footer .container{
    padding: 0;
}

.footer ul{
    margin:0;
    float: right;
}

.footer ul li{
    display: inline-block;
    padding: 0;
}
.footer ul li span{
    font-size: 18px;
    text-align: center;
    color: white;
    padding:5px 10px;
    display:block;
    font-family: 'Microsoft JhengHei',SimHei,'Microsoft YaHei';
}
.footer ul li a{
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    border:0;
    color: white;
    padding:5px 0;
    display:block;
    font-family: 'Microsoft JhengHei',SimHei,'Microsoft YaHei';
}
.footer ul li:hover> a{
    color:#7e308e;
}
.footer ul li:first-child a{
    border-right: 0;
}
.share-icon{
    float: left;
    margin: 8px 0 20px;
}
.footer-info{
    float: left;
    font-size: 14px;
}
.share-icon a{
    margin-left: 8px;
}


/** form **/
.form-title{
    color:#a6937c;
    font-size:26px;
    font-weight:bold;    
    height:36px;
    margin:10px 0;
}
.form-body{
    padding:10px 30px;
}
.form-body .result{
    padding:5px 0;
    color:red;
}
.fieldset{
    color:black;
    font-size:18px;

}
.form-fields{
    position:relative;    
    font-weight:normal;
}
.inputs{
    min-height:32px;
    line-height:32px;    
    position:relative;    
}
.inputs>label{    
    text-align:left;       
    font-weight:normal;    
}
.inputs input{    
    line-height:24px;
    font-family:'Microsoft JhengHei',SimHei,'Microsoft YaHei';
    font-size:18px;
}
.inputs label{
    display:inline;
}

.form-fields .inputs{
    display:table-row;
}

.form-fields .inputs>label{
    width:25%;    
    display:table-cell;
}
.form-fields .inputs>div{
    width:75%;        
    word-break:break-word;
    position:relative;  
    display:table-cell;   
}
.form-fields .inputs>div>input{
    line-height:24px;
    font-family:'Microsoft JhengHei',SimHei,'Microsoft YaHei';
    font-size:18px;
}
.form-fields .inputs > div label {
    display:inline; 
    font-weight:normal;   
}
.form-fields .inputs .field-validation-error{
    color:red;
}
.comment label{
    height:26px;
    line-height:24px;
    font-weight:normal;
}

.lecture{
    border-top:solid #c490bf 1px;
    border-bottom:solid #c490bf 1px;
}
.lecture:first-child{
    border-bottom:0;
}
.lecture-title{
    color:#cca966;
    font-size:24px;
    font-weight:bold;   
}
.lecture-apply{
    color:#7e308e;
    font-weight:normal;
}
.lecture-more{
    background:url(../images/toggle-blue.png) no-repeat 50% 50%;
    height:15px;
    line-height:15px;
}
.lecture-up{
    background:url(../images/toggle-up.png) no-repeat 50% 50%;
    height:15px;
    line-height:15px;
}
.lecture-lecturer{
    color:#336699;
    cursor:pointer; 
}
.lecture-lecturer:hover{
    color:#cc6633;    
}
.lecture-content{
    display:none;
}

/**修改原始的Jquery UI 对话框的样式**/
.ui-dialog{
    padding:1px;
}
.ui-corner-all{
    border-radius:0;
}
.ui-dialog .ui-dialog-titlebar{
    padding:2px 8px;
}
.ui-dialog .ui-dialog-titlebar{
    border:none;
    background:#c490bf;
}
.ui-dialog .ui-dialog-buttonpane{
    padding:0 10px;
}
.ui-state-default, .ui-widget-content .ui-state-default{
    border:none;    
}

.ui-button-icon-only .ui-button-text{
    padding:0;
}



/**金句卡图片列表样式*/
.item-grid:after {
	content: "";
	display: block;
	clear: both;
}
.item-box {
	position: relative;
	width: 100%;
	float: left;
	margin: 0 0 20px;
	text-align: left;
}
.item-box .picture {
	z-index: 1;
	overflow: hidden;
	background-color: #fff;
    margin: 0;
    padding:5px;
    border:#f8d4ff solid 1px;
}
.item-box .picture a {
	display: block;
	position: relative;
}
.item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-box .picture a img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
    -webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: translateZ(0) scale(1.0, 1.0);
}
.item-box:hover .picture a img {
	opacity: 0.85;
}
.left_btn{
    background:url(../images/left.png) no-repeat center;
    width:80px;
    height:200px;
    cursor:pointer;
}
.left_btn:hover{
    background:url(../images/left-hover.png) no-repeat center;
}
.right_btn{
    background:url(../images/right.png) no-repeat center;
    width:80px;
    height:200px;
    cursor:pointer;
}
.right_btn:hover{
    background:url(../images/right-hover.png) no-repeat center;
}

@media all and (min-width: 481px) {
    .item-box {
	    width: 49%;
	    margin: 0 0.5% 20px;
    }
    .item-box:nth-child(2n+1) {
	    clear: both;
    }
}

@media all and (min-width: 769px) {
    .item-box {
	    width: 32.33333%;
	    margin: 0 0.5% 20px;
    }
    .item-box:nth-child(2n+1) {
	    clear: none;
    }
    .item-box:nth-child(3n+1) {
	    clear: both;
    }

}






/*--responsive--*/
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
}
@media(max-width:1024px){
.top-banner h3, .top-banner1 h3, .top-banner2 h3 {
  font-size: 1.6em;
}	
.top-banner h3 span, .top-banner1 h3 span, .top-banner2 h3 span {
  font-size: 30px;
}
.six h6 {
  font-size: 1.4em;
}
.mid-about p {
  font-size: 1em;
  line-height: 1.5em;
}
.b-from-left {
  min-height: 205px;
}
.b-animate span {
  padding-top: 2.8em;
}
}

@media(max-width:768px){
span.menu{
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
}

.top-nav ul{
	display: none;
	position:absolute;
	width: 100%;
	z-index: 9999;
	left: 0%;
	margin:0.3em 0em;
	background:#37B48E;
	border:0;
}
.top-nav span.menu{
	display:inline-block ;
    background: url(../images/menu.png) no-repeat 50% 50%;
    width: 50px;
    height:50px;
}
.top-nav {
  padding: 0.5em 0;
    text-align: center;
}
.top-nav ul li{
	display: block;
	float:none;
	padding:  0 0;
	text-align: center;
	border: none;
    width: 100%;
    background: #7e308e;
    border-top: solid 1px white;
}
.top-nav ul li a{
	color:#fff;
	display:block;
	margin:0;
	background: none;
	border:none;
	padding:0.7em 0;
}
.top-nav ul li.active ,.top-nav ul li:hover{	
	border: none;
}
.top-banner h3, .top-banner1 h3, .top-banner2 h3 {
  font-size: 1.4em;
}
.top-banner h3 span, .top-banner1 h3 span, .top-banner2 h3 span {
  font-size: 23px;
}
.content-mid {
  padding: 3em 0;
}
.welcome p {
  width: 100%;
}
.bottom-products {
  float: left;
  width: 50%;
}
.footer-top {
  float: left;
  width: 33.3%;
}
.mid-about p {
  margin-top: 1em;
}
.about-bottom {
  padding: 3em 0 0;
}
.use-bottom {
  padding: 1em 0 0;
}
.our-at {
  margin-bottom: 1em;
}
.bottom-gallery {
  float: left;
  width: 50%;
}
.b-from-left {
  min-height: 330px;
}
.bottom-gallery img {
  width: 100%;
}
.b-animate span {
  padding-top: 4.8em;
}

/*--page--*/
h1.grid2 {
  font-size: 2.3em;
}
.products p {
  font-size: 1.3em;
  margin: 0.3em 0;
}
}
@media(max-width:640px){
.form-fields .inputs .field-validation-error{
    display:block;
}


.top-banner, .top-banner1, .top-banner2 {
  padding: 1em;
}
.top-banner h3, .top-banner1 h3, .top-banner2 h3 {
  font-size: 1.1em;
}	
.top-banner h3 span, .top-banner1 h3 span, .top-banner2 h3 span {
  font-size: 18px;
}
.newsletter form {
  width: 58%;
}
.newsletter h3,.content-mid h3 ,.products-top h2,.welcome h1
,.about-top h1,.gallery-top h1,.contact-top h1{
  font-size: 2.5em;
}
.bottom-about h2, .use-bottom h3 {
  font-size: 1.7em;
}
.b-animate span {
  padding-top: 3.8em;
}
.b-from-left {
  min-height: 267px;
}
.b-from-left {
  min-height: 187px;
}
.b-animate span {
  padding-top: 2.5em;
}
/*--page--*/
button.btn.btn-lg {
  font-size: 1.1em;
}
h1.grid2 {
  font-size: 2em;
}
h2.grid2 {
  font-size: 1.9em;
}
}


@media(max-width:480px){
.logo {
  width: 37%;
}	
.logo img{
  width: 100%;
}	
.search {
  width: 44%;
}

.form-fields .inputs{    
    display:block;
}

.form-fields .inputs>label{
    width:100%;
    display:block;
}
.form-fields .inputs>div{
    width:100%;    
    display:table-cell;   
}



.top-banner, .top-banner1, .top-banner2 {
  width:100%;
  padding: 0.7em ;
}
.top-banner h3, .top-banner1 h3, .top-banner2 h3 {
  font-size: 1em;
}
.top-banner h3 span, .top-banner1 h3 span, .top-banner2 h3 span {
  font-size: 18px;
}
.newsletter h3, .content-mid h3, .products-top h2, .welcome h1
,.about-top h1 ,.gallery-top h1,.contact-top h1{
  font-size: 2em;
}
.welcome p {
  font-size: 1em;
}
.about-top p {
  font-size: 1em;
}
.about-bottom {
  padding: 1em 0 0;
}
.bottom-about h2, .use-bottom h3 {
  font-size: 1.5em;
}
.about {
  padding: 2em 0 0;
}
ul.social {
  text-align: center;
}
.content-mid {
  padding: 1em 0;
}
.newsletter form {
  width: 80%;
}
.footer-top {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.six h6 {
  font-size: 1.2em;
}
.six h4:after {
  left: 68%;
}
.welcome-top ul li a {
  font-size: 1.1em;
}
/*--page--*/
.page-header h3 {
  font-size: 2em; 
}
button.btn.btn-lg {
  font-size: 1em;
  padding: 7px;
}
button.btn.btn-1 {
  font-size: 0.9em;
  padding: 8px;
}
button.btn.btn-sm {
  font-size: 0.8em;
  padding: 9px;
}
h1#h1-bootstrap-heading {
  font-size: 2.2em;
}
h2#h2-bootstrap-heading {
  font-size: 2em;
}
h1.grid2 {
  font-size: 1.45em;
}
h2.grid2 {
  font-size: 1.35em;
}
h3.grid2 {
  font-size: 1.3em;
}
h4.grid2 {
  font-size: 1.2em;
}
.welcome {
  padding: 2.5em 0;
}
.newsletter {
  padding: 2em 0 ;
}
.about-top {
  padding: 0em 0 2em;
}
.gallery {
  padding: 2em 0;
}
.contact {
  padding: 2em 0;
}
}
@media(max-width:320px){
.top-banner, .top-banner1, .top-banner2 {
  padding: 0.5em;
}	
.top-banner h3, .top-banner1 h3, .top-banner2 h3 {
  font-size: 0.8em;
}
.top-banner h3 span, .top-banner1 h3 span, .top-banner2 h3 span {
  font-size: 11px;
}
.newsletter h3, .content-mid h3, .products-top h2, .welcome h1, .about-top h1, .gallery-top h1, .contact-top h1 {
  font-size: 1.5em;
}
.welcome p {
  font-size: 0.9em;
}
.col-md-6 {
  padding: 0;
}
.welcome-top ul li a {
  font-size: 1em;
}
.products-top p {
  font-size: 0.9em;
}
.products-top {
  padding: 0em 0 1em;
}
.bottom-products {
  padding: 0 5px;
}
.bottom-products img {
  border: 4px solid #fff;
}
.products p {
  font-size: 1em;
}
.six h4 {
  font-size: 1.8em;
}
.six h4 span {
  font-size: 15px;
}
.six h6 {
  font-size: 1em;
}
.six h4:after {
  left: 63%;
  width: 60px;
}
.new-more p {
  font-size: 0.9em;
  margin: 0 0 1em;
}
.six {
  padding: 1em 0;
}
.hvr-bounce-to-top {
  font-size: 1em;
  padding: 0.3em 1em;
}
.newsletter p {
  font-size: 0.9em;
 }
 .newsletter form {
  width: 100%;
  margin: 1em auto 0;
}
.footer-top-top {
  padding: 1em 0;
}
.footer-top p {
  font-size: 1em;
}
.newsletter input[type="text"], .newsletter input[type="submit"] {
  padding: 0.5em;
  font-size: 0.9em;
}
.newsletter input[type="submit"] {
  width: 32%;
  
}
.welcome {
  padding: 1em 0;
}
.about-top {
  padding: 0em 0 1em;
}
.about-top p {
  font-size: 0.9em;
}
.col-md-5 {
  padding: 0;
}
.mid-about,.bottom-about ,.use-bottom{
  padding: 0;
}
.mid-about p {
  margin-top: 0.9em;
}
.bottom-about h2, .use-bottom h3 {
  font-size: 1.3em;
  padding: 0;
}
.bottom-about h4, .use-bottom h4 {
  font-size: 1.1em;
}
.use-bottom p {
  font-size: 0.9em;
  margin: 0.3em 0 1em;
}
.content-mid h3{
	padding: 0;
}
.gallery {
  padding: 1em 0;
}
.gallery-top p{
	font-size: 0.9em;
}
.bottom-gallery {
  padding: 5px;
}
.bottom-gallery img {
  border: 4px solid #fff;
}
.b-from-left {
  min-height: 127px;
}
.b-animate span {
  padding-top: 2.3em;
  font-size: 1.5em;
}
.bottom-gallery {
  margin: 0em 0;
}
.contact {
  padding: 1em 0;
}
.contact-top p {
  font-size: 0.9em;
}
.address-more {
  padding: 0 0 1em;
}
.contact-in {
  padding: 0;
}
.contact-grid {
  padding: 0;
}
.contact-grid input[type="text"], .contact-grid textarea {
  padding: 0.7em;
}
.send input[type="submit"] {
  width: 23%;
}
.map iframe {
  padding: 0;
}
.contact-form {
  padding: 1em 0;
}
.logo {
  width: 45%;
  margin-top: 3px;
}
.search input[type="text"] {
  font-size: 0.8em;
}
.search input[type="submit"] {
  right: 7px;
}
.search {
  margin-top: 0px;
    padding: 3px 0px;
}
.header-top {
  padding: 1em 0;
}
.top-nav span.menu {
  width: 50px;
  height: 50px;

}

.gallery-top {
  padding: 0em 0 1em;
}
/*--pages--*/
h1#h1-bootstrap-heading {
  font-size: 1.6em;
}
h2#h2-bootstrap-heading {
  font-size: 1.5em;
}
h3#h3-bootstrap-heading {
  font-size: 1.4em;
}
button.btn.btn-lg {
  font-size: 0.9em;
  margin: 0 0 0.5em 0px;
  padding: 9px;
}
.grid1 {
  margin: 0.7em 0 0;
}
button.btn.btn-1 {
  font-size: 0.8em;
  margin: 0 0 0.5em;
}
button.btn.btn-sm {
  font-size: 0.7em;
  padding: 5px;
  margin: 0 0 0.5em;
}
button.btn.btn-xs {
  font-size: 0.7em;
}
ul.nav.nav-pills a{
	padding: 0.5em;
  font-size: 0.9em;
}
span.label {
  margin: 0 0 0.5em;
  display: inline-block;
}
.page {
  padding: 0 0 1em;
}
.page-header {
  margin: 16px 0 9px;
}
.grid2 {
  margin: 0.4em 0 0;
}
}