h4, h5, h6,
h1, h2, h3 {margin-top: 0; font-family: 'microsoft yahei', sans-serif;}
ul, ol {margin: 0;padding:0;}
p {margin: 0;}
html, body{
	
	font-family: 'microsoft yahei', sans-serif;
   font-size: 100%;
   background:#fff; 
}
.nyban_module img{
width:100%;	
	
	}
.adf span a:hover{color:#b22e18}
@font-face {
    font-family: 'microsoft yahei', sans-serif;
    src:url(../fonts/RopaSans-Regular.ttf) format('truetype');
}
@font-face {
	font-family: 'microsoft yahei', sans-serif;
    src:url(../fonts/Courgette-Regular.ttf) format('truetype');
}
a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  text-decoration: none!important;
}
/*--header  start here--*/
/*-- header --*/
.navbar-nav {
    float: none;
    width: 100% ! important;
}
.navbar-default {
}

.navbar {
    border-radius: 0px ! important;
}
.navbar {
    position: relative;
    min-height: 0px;
    margin-bottom: 0px;
    border: none ! important;
}
.navbar-default .navbar-nav > li > a {
    color:#000;
    font-size: 1em;
    font-weight: 400;
	    
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #8E0000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#8E0000;
}
.glyphicon {
    position: relative;
    top: 0px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.glyphicon {
    color: #fff;
    font-size: 2em;
    display: inline-block;
}
nav > li > a {
    position: relative;
    display: block;
    padding: 10px 4px ! important;
	margin: 0 20px;
}
.logo h1 a {
    color: #8E0000;
    font-size: 1.4em;
    font-weight: 400;
    margin: 0 auto;
}
.logo h1{
    margin: 0;
}
.search-box {
  float: right;
}
nav.navbar.navbar-default {
    float: left;
    width: 66%;
    margin:0;
}
/*--*/
.sb-search {
    width: 0%;
    position: absolute;
    top: 1.9em;
    right: 14em;
    min-width:56px;
    height:56px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
}
.sb-search-input {
    position: absolute;
    top: 0;
    right: 3em;
    border: none;
    outline: none;
    background: #8E0000;
    width: 100%;
    height: 40px;
    margin: 0;
    z-index: 10;
    padding: 5px 17px 5px 60px;
    font-size: 15px;
    color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search, .sb-search-submit {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
	 background: #fff url('../images/search.png') no-repeat 9px 9px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
	border-radius:50%;
}
.sb-icon-search {
    background: #fff url('../images/search.png') no-repeat 9px 9px;
    z-index: 90;
	border-radius:50%;
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
    width: 19%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #fff url('../images/search.png') no-repeat -20px 7px;
	color: #fff;
	z-index: 11;
	border-radius:50%;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.banner-info {
    padding: 20em 0 0;
}
.dropdown-buttons {
    padding: 0;
}
/*--*/
/*-- w3layouts --*/
}
/*-banner start here--*/
.banner{
  background:#eae089;
  min-height: 780px;
  background-size: cover;
  position:relative;
}
.banner-main {
    padding: 1em 0em 0em 0em;
    width: 100%;
	text-align:center;
}
.banner-main h3 {
    font-size: 2.5em;
    text-transform: capitalize;
    color: #8E0000;
	text-align:center;
}
.banner-main p {
    font-size: 1em;
    font-weight: 400;
    color: #000;
    line-height: 1.6em;
   text-align:center;
    margin: 1.5em 0 0;
    padding: 0;
}
.bann-info {
  padding: 5em 0em 5em 0em;
}
.bann-info-grid img {
  border-radius: 10px 10px 0px 0px;
}
.ban-info-details {
  padding: 0.5em 0.3em 1em 0.3em;
  text-align: center;
  border-radius:0px 0px 10px 10px;
  background:#BA0C2F
}
.ban-info-details:hover{
	background:#ffcd00;
	 transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
/*-- agileits --*/
.ban-info-details h3{
  font-size: 1.4em;
  font-weight: 600;
  color: #fff;
  margin: 0em 0em 0.2em 0em;
}
.ban-info-details p {
  font-size: 1em;
  font-weight: 400;
  color: #fff;
  line-height: 1.6em;
  text-align: center;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    max-width: 100%;
    height: auto;
    display: inline-block !important;
}
/*--banner end here--*/
/* -- admission --*/
.admission{
	padding:5em 0;
}
.admission h1{
	color:#000;
	font-size:2em;
	margin-bottom:0.5em;
}
.admission p{
	color:#777;
	font-size:0.95em;
	line-height:1.8em;
	margin-bottom:2em;
}
.admission_left{
	padding-left:0;
}
.admission_left h2, .admission_right h3{
	font-size:1.5em;
	color:#000;
	margin-bottom:1em;
}
.admission_right{
	padding-right:0;
}
.timetable {
    width: 100%;
    font-size: 11px;
    margin-top: 1.5em;
/*-- w3layouts --*/
}
.timetable th, .timetable td {
    text-align: center;
    padding: 7px;
    border: 1px solid #E2E2E2;
    background: #fff;
    color: #000;
    font-weight:100;
}
.timetable th {
    background: #2f374c;
    color: #fff;
     text-transform: uppercase;
    font-size: 14px;
}
.timetable td{
	border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    height: 30px;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}
input.no-box {
    padding: 0px 10px;
    height: 22px;
    width: 100%;
    float: left;
    border: none;
    outline: none;
}
.input-group1 input[type="text"], select {
	border: 1px solid #e2e2e3;
}
ul.items_list, ul.items_list1{
	display:none;
}
.photo{
	padding-left:0;
}
.form-field {
    margin: 1em 0;
}
.form_box{
	padding-left: 0;
}
.form_box1{
	padding:0;
}
/*-- agileits --*/
.input-group1 {
    margin-top: 10px;
}
.form-group1{
	padding:0;
	margin: 1em 0;
}
.control-lable{
	padding:0;
}
.radio label, .checkbox label, label {
    font-size: 0.95em;
    font-weight: 300;
    vertical-align: middle;
    color:#777;
}
.radios label:first-child {
    margin-left: 0;
}
.radios label {
    margin-left: 15px;
}
ul.social-icons1 li {
    display: inline-block;
    margin: 0 5px;
}
.fa {
    color: #eae089;
    font-size: 1em ! important; 
}
.fa:hover{
    color: #fff;
}
/*-- faculty --*/
.faculty_top{
	margin-bottom:2em;
}
figure.team_member {
    position: relative;
    overflow: hidden;
    color: #fff;
}
figure.team_member img + div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: -moz-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: -ms-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: -o-linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
    background-image: linear-gradient(to top, rgba(0,0,0,.7) 5%, rgba(0,0,0,.1) 90%);
}
figure.team_member figcaption {
    position: absolute;
    top: 63%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
figure.team_member figcaption h3 {
    margin: 0 0 8px 0;
}
figure.team_member figcaption h3 a, figure.team_member figcaption p a{
	color: #fff;
}
figure.team_member figcaption h3 a:hover, figure.team_member figcaption p a:hover, ul.social-person li a:hover{
	color:#f1b458;
}
figure.team_member figcaption span {
    margin-bottom: 15px;
    display: block;
}
p.person-deg1{
	margin-bottom:20px !important;
}
figure.team_member figcaption p {
    margin-bottom: 0;
    color: #fff;
}
.title-variation1 .style-title1, .course-details .cousre-details-img .course-title, figure.themeumlms-course-img figcaption, figure.team_member:hover figcaption {
    background-color:rgba(234, 224, 137, 0.5);
}
figure.team_member:hover figcaption {
    top: 0;
}
figure.team_member:hover .person-social {
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
figure.team_member:hover p, figure.team_member:hover .person-social {
    left: 0;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
figure, figcaption, img, h2, p, i, .person-social {
    -webkit-transition: all .5s;
    transition: all .5s;
}
/*--content--*/
/*--welcome--*/
.welcome {
    padding: 5em 0;
    text-align: center;
	background-color: #eee;
}
.welcome h3 {
    font-size: 3.5em;
    text-transform: capitalize;
    color: #8E0000;
}
.welcome-grids{
margin-top:3em;
}
span.glyphicon.glyphicon-heart {
    font-size: 3em;
    padding: 0.5em;
    color: #fff;
}
span.glyphicon.glyphicon-user {
    font-size: 3em;
    padding: 0.5em;
    color: #fff;
}
span.glyphicon.glyphicon-glass {
    font-size: 3em;
    padding: 0.5em;
    color: #fff;
}
.welcome-grid h4 {
    font-size: 1.8em;
    text-transform: capitalize;
    margin: 0.5em 0;
	color:#fff;
}
.welcome-grid p {
    font-size: 1em;
    line-height:2em;
	color:#eee;
}
.wel1 {
    background-color: #00405d;
    padding: 2em 2em;
}
.wel2 {
    background-color: #062f3c;
    padding: 2em 2em;
}
.wel3 {
    background-color:#2b82ad;
    padding: 2em 2em;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:rgba(234, 224, 137, 0.5);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--welcome--*/
/*--content-middle--*/
.content-middle {
  background: url(../images/1.jpg) no-repeat center;
  width: 100%;
  min-height: 250px;
  display: block;
  background-size: cover; 
}
.mid-content{
	background:#00405D;
	padding:2em;
	width:35%;
	margin:5em auto 0;
	float:right;
}
.mid-content h3{
	text-transform:uppercase;
	font-size:2.5em;
	color:#fff;	
}
.mid-content p{
	font-size:1em;
  	margin: 0.5em 0 0em;
  	line-height:2em;
  	color:#fff;
}
a.more-in{
	text-decoration: none;
	font-size: 0.9em;
	border: 1px solid #fff;
	color:#fff;
	padding: 0.3em 0.7em;
	display:inline-block;
	margin: 1em 0 0;
}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #27da93;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.more-in:before{
	background:#fff;
}
a.more-in:hover{
	color:#8E0000;
}
/*--content-middle--*/
/*--events--*/
.events {
  padding: 5em 0;
}
.events h4 {
  color: #000;
  font-size: 1.8em;
  text-align:center;
}
.events h3 {
    color: #8E0000;
    margin-bottom: 0.45em;
    font-size: 2.5em;
    line-height: 1.3em;
}
.events h5 {
  color: #000;
  font-size: 1.2em;
  line-height: 1.6em;
  letter-spacing: 1px;
}
.events p {
  font-size: 1em;
  color: #999;
  line-height: 1.8em;
  margin-top: 1.5em;
}
.events-right ul li:nth-child(1),.about ul li:nth-child(1) {
  margin: 0;
}
.events-right ul li,.about ul li{
  display: block;
  position: relative;
}
.events-right ul li a,.about ul li a {
  color: #4a4949;
  font-size: 1em;
  padding-left: 2em;
}
.events-right ul li a:hover,.about ul li a:hover {
  color: #000;
}
.events-right ul li a:before,.about ul li a:before  {
  background: url(../images/icon6.png)no-repeat 0px -3px;
  position: absolute;
  top:40%;
  left:4%;
  display: block;
  width: 15px;
  height: 11px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
}
.events-right ul li a:hover:before,.about ul li a:hover:before {
  left: 1.5%;
}
.bnr-galry img {
    margin-top: 2em;
}
/*--//events--*/
/*---start-footer-----*/
.footer {
    background: #70747d;
    padding: 2em 0 1em;
}
.footer-grid{
	float:left;
	width:23%;
	margin-right:2%;
}
.footer-grid h3 {
    font-size: 1.7em;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 1.3em;
}
.footer-grid p{
	font-size:0.6em;
	color: rgb(135, 138, 140);
	line-height:1.8em;
}
.footer-grid ul li{
	list-style-type:none;
}
.footer address{ color: #fff; font-size:0.6em; line-height:2.4em; float:left;}
.footer address a { color: #fff }
.footer-grid ul li a {
    display: block;
    font-size:0.6em;
    line-height:0.6em;
    color:#fff;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    text-decoration: none;

}
.footer-grid ul li a:hover{
	color:#fff;
	text-decoration:none;
}
.footer-lastgrid{
	margin:0;
}
.email-link{
	color:#FFF;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-transform:lowercase;
}
.email-link:hover{
	color:rgb(135, 138, 140);
}
/*---start-copy-right-----*/
.copy-right {
    text-align: center;
    padding: 3em 0 0;
}
.copy-right p {
    font-size: 1em;
    color: rgb(135, 138, 140);
    text-transform: capitalize;
    line-height: 1.8em;
}
.copy-right p a{
	color:#fff;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.copy-right p a:hover{
	color:rgb(135, 138, 140);
	text-decoration:underline;
}
/*--- //footer ----*/
.banner-1 {
    background-size: cover;
}
.about-right {
    float: right;
    width: 50%;
    padding: 0 0 0 1em;
}
.about-left {
    float: left;
    width: 50%;
}
.about h3 {
    color: #8E0000;
    font-size: 2.3em;
    margin: 0 0 1em;
}
@media (min-width: 768px){ 
.about,.facilities,.typo,.contact,.services {
    padding: 2em 0;
}
}
@media (max-width: 768px){ 
.about,.facilities,.typo,.contact,.services {
    padding: .5em 0;
}
}

.about h4 {
    font-size: 1.4em;
    color: #000;
    margin: 0;
}
.about p {
    font-size:0.875em;
    line-height: 2.8em;
    margin: 1em 0 0;
    color: #252525;
}
.about h5 {
    color: #8E0000;
    font-size: 3em;
    margin: 0;
    font-weight: 700;
}
.bt-lft {
    float: left;
    width: 12%;
}
.bt-rgt {
    float: right;
    width: 88%;
}
.about-btm {
    margin: 5em 0 0;
}
.ab-lf {
    margin-bottom: 2em;
}
/*-- gallery-page --*/
.view {
  width: 31.5%;
  height: 100%;
   margin: 10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
}
.view .mask,.view .content {
  width: 100%;
  height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view-seventh img {
   -webkit-transition: all 0.5s ease-out;
   -moz-transition: all 0.5s ease-out;
   -o-transition: all 0.5s ease-out;
   -ms-transition: all 0.5s ease-out;
   transition: all 0.5s ease-out;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   opacity: 1;
}
.view-seventh .mask {
   background-color:#EAE089;
   -webkit-transform: rotate(0deg) scale(1);
   -moz-transform: rotate(0deg) scale(1);
   -o-transform: rotate(0deg) scale(1);
   -ms-transform: rotate(0deg) scale(1);
   transform: rotate(0deg) scale(1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   opacity: 0;
   -webkit-transition: all 0.9s ease-out;
   -moz-transition: all 0.9s ease-out;
   -o-transition: all 0.9s ease-out;
   -ms-transition: all 0.9s ease-out;
   transition: all 0.9s ease-out;
}
.view-seventh h2 {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh p {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh a.info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-seventh:hover img {
   -webkit-transform: rotate(720deg) scale(0);
   -moz-transform: rotate(720deg) scale(0);
   -o-transform: rotate(720deg) scale(0);
   -ms-transform: rotate(720deg) scale(0);
   transform: rotate(720deg) scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   opacity: 0;
}
.view-seventh:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   opacity: 1;
   -webkit-transform: translateY(0px) rotate(0deg);
   -moz-transform: translateY(0px) rotate(0deg);
   -o-transform: translateY(0px) rotate(0deg);
   -ms-transform: translateY(0px) rotate(0deg);
   transform: translateY(0px) rotate(0deg);
   -webkit-transition-delay: 0.4s;
   -moz-transition-delay: 0.4s;
   -o-transition-delay: 0.4s;
   -ms-transition-delay: 0.4s;
   transition-delay: 0.4s;
}
.view-seventh:hover h2 {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.7s;
   -moz-transition-delay: 0.7s;
   -o-transition-delay: 0.7s;
   -ms-transition-delay: 0.7s;
   transition-delay: 0.7s;
}
.view-seventh:hover p {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.6s;
   -moz-transition-delay: 0.6s;
   -o-transition-delay: 0.6s;
   -ms-transition-delay: 0.6s;
   transition-delay: 0.6s;
}
.view-seventh:hover a.info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0.5s;
   -moz-transition-delay: 0.5s;
   -o-transition-delay: 0.5s;
   -ms-transition-delay: 0.5s;
   transition-delay: 0.5s;
}
.view h4 {
    text-transform: uppercase;
    color: #e6e6e6;
    text-align: center;
    position: relative;
    font-size: 24px;
    padding: 10px;
    background: #8E0000;
    margin: 4em 0 0;
}
.view p {
  font-style: italic; 
  font-size: 14px;
  line-height: 2em;
  position: relative;
  color: #fff;
  padding: 0px 20px 20px;
  text-align: center;
}
.view.view-seventh img {
  width: 100%;
}
/*-- //gallery-page --*/
/*--Typography--*/
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
h3.title {
    color: #8E0000;
    font-size: 3em;
    text-align:center;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color:#8E0000;
	font-size:2em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
padding:0;
}
.in-gp-tb{
padding-right:0;
}
.list-group {
  margin-bottom: 48px;
}
 ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
}
@media (max-width:480px){
	.banner {
		min-height: 405px;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*--//Typography --*/
/*-- contact-page --*/

.contact-form {
	margin-bottom: 3.5em;
    margin-top: 1em;
}
.contact h3 {
    color: #8E0000;
    font-size: 2.5em;
    margin: 0 0 1em;
	text-align:center;
}
p.your-para {
  color: #464646;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.contact-grid input[type="text"], .contact-grid textarea {
  width: 100%;
  padding: 10px 10px;
  margin: 0 0 20px 0;
  background: #fff;
  font-size: 14px;
  outline: none;
  border: 1px solid #DADADA;
  -webkit-appearance: none;
}
.contact-grid textarea {
  resize: none;
  min-height:180px;
}
.contact-in h4 {
    color: #000;
    font-size: 1.4em;
    margin: 0 0 15px 0;
    line-height: 1.5em;
    text-transform: uppercase;
}
p.para1{
  color: #999;
  font-size: 1em;
  line-height: 2em;
}
.address-more,.address-left{
	float:left;
	width:40%;
}
.contact-grid {
  padding-left: 0;
}
.address-more p, .address-left p{
  color: #999;
  font-size: 1em;
  line-height: 2em;
}
.address-left p a {
text-decoration:none;
  color: #999;
}
.address-left p a:hover {
	color: #8E0000;
}
.more-address{
	padding:2em 0;
} 
.map iframe {
  width: 100%;
  height:400px;
  border: none;
}
.send input[type="submit"] {
  font-size: 1em;
  background: #242a2c;
  padding: 0.7em 2em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-appearance: none;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  letter-spacing:1px;
}
.send input[type="submit"]:hover {
  background:#8E0000;
}
/*-- //contact-page --*/
.about h2,.services h2,.facilities h2,.contact h2{
	font-size:0.8em;
    text-transform: capitalize;
    color: #8E0000;
	text-align:center;
	margin:0 0 1.5em;
}
.services h4 {
    font-size: 1.5em;
    color:#910C11;
    text-transform: capitalize;
    margin: 0.5em 0 0.3em;
}
.services p {
   font-size:1em;
	line-height:1.8em;
	color:#999;
}
.services-grids {
    margin-top: 3em;
}
a.mask {
  text-decoration: none;
  overflow: hidden;
  display: block;
}
img.zoom-img {
  -webkit-transform: scale(1, 1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 250ms;
  -moz-transform: scale(1, 1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 250ms;
}
img.zoom-img:hover {
  -webkit-transform: scale(1.1);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 750ms;
  -moz-transform: scale(1.1);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 750ms;
  overflow: hidden;
}
/*-- single --*/
.single {
    padding: 5em 0;
}
.single-left1 h2 {
    margin: 1em 0 0.5em;
    text-transform: capitalize;
    font-size: 1.7em;
    color: #000;
    line-height: 1.5em;
}
.single-left1 ul li {
    display: inline-block;
    margin-right: 3em;
    color: #999;
}
.single-left1 ul li span {
    color: #8E0000;
    font-size: 1em;
    margin-right: 0.5em;
    vertical-align: middle;
}
.single h3 {
    color: #8E0000;
    font-size: 2em;
}
.single-left1 ul li a{
	color:#999;
	font-style:italic;
	text-decoration:none;
}
.single-left1 ul li a:hover{
	color:#8E0000;
}
.single-left1 p{
	margin:2em 0;
	color:#999;
	line-height:1.8em;
	font-size:1em;
}
.admin{
	padding:2em;
	background:#212121;
	margin: 3em 0;
}
.admin p{
	color:#f5f5f5;
	font-size:14px;
	margin:0;
	line-height:1.8em;
	position:relative;
	padding-left:3.5em;
}
.admin p:before{
	position:absolute;
	top:0%;
	left:0%;
	content:'';
	background:url(../images/img-sp.png) no-repeat -6px -263px;
	width:32px;
	height:32px;
	display:block;
}
.admin a{
	display:block;
	text-align:right;
	color:#C59C45;
	font-size:1em;
	text-decoration:none;
}
.admin a:hover{
	color:#fff;
}
.comments-grids{
	margin:3em 0 0;
}
.comments-grid-left{
	float:left;
	width:16%;
}
.comments-grid-right{
	float:right;
	width:80%;
}
.comments-grid-right ul{
	padding:1em 0;
}
.comments-grid-right ul li{
	display:inline-block;
	color:#999;
	font-size:1.1em;
}
.comments-grid-right ul li i{
	margin:0 1em;
	font-style:normal;
}
.comments-grid-right ul li a{
	color:#8E0000;
	text-decoration:none;
}
.comments-grid-right ul li a:hover{
	color:#C59C45;
}
.comments-grid-right h4 a{
	font-size:1.2em;
	color:#000;
	text-decoration:none;
}
.comments-grid-right h4 a:hover{
	color:#8E0000;
}
.comments-grid-right p{
	font-size:1em;
	color:#999;
	line-height:1.8em;
	margin:0;
}
.comments-grid:nth-child(2){
	margin:2em 0;
}
.comments-grid:nth-child(3){
	margin:0 0 2em;
}
.leave-coment-form {
    margin: 3em 0 0;
    width: 70%;
}
.leave-coment-form input[type="text"],.leave-coment-form input[type="email"],.leave-coment-form textarea{
	outline: none;
    border: 1px solid #CECECE;
    background: #f5f5f5;
    padding: 10px;
    font-size: 14px;
    color: #999;
    width:48.7%;
}
.leave-coment-form input[type="email"]{
	margin-left:1em;
}
.leave-coment-form textarea{
	min-height:200px;
	resize:none;
	width:100% !important;
	margin:1em 0 0.8em;
}
.leave-coment-form input[type="submit"]{
	outline: none;
    border: none;
    background: #8E0000;
    padding: 10px 0;
    font-size: 1em;
    color: #fff;
    width: 30%;
    margin-left: 32em;
	transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.leave-coment-form input[type="submit"]:hover{
	background:#000;
}
.leave-coment-form form {
    margin: 3em 0 0;
}
.comments {
    width: 70%;
}
/*-- //single --*/
.faculty_grid {
    margin-bottom: 2em;
}
@media(max-width:1440px){
.sb-search {
    right: 9.5em;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 23%;
}
}
@media(max-width:1366px){
.sb-search {
    right: 6.5em;
}
}
@media(max-width:1280px){
.sb-search {
    right: 3.5em;
}
}
@media(max-width:1024px){
.sb-search {
    right: 3em;
}
.nav > li > a {
    margin: 0 10px ! important;
}
.wel2,.wel3,.wel1 {
    padding: 2em 0.5em;
}
figure.team_member figcaption {
    top: 55%;
}
.mid-content {
    width: 42%;
}
.view {
    width: 31%;
}
.view h4 {
    margin: 3em 0 0;
}
.leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
    width: 48.6%;
}
.leave-coment-form input[type="submit"] {
    margin-left: 29em;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 32%;
}
}
@media(max-width:991px){
nav.navbar.navbar-default {
    width: 70% ! important;
}
.sb-search {
    right: 1em;
}
.nav > li > a {
    margin: 0 7px ! important;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1em;
}
.welcome {
    padding: 3em 0;
}
.welcome h3 {
    font-size: 3em;
}
.banner-main h3 {
    font-size: 2em;
}
.banner {
    min-height: 710px;
}
.welcome-grid {
    float: left;
    width: 33.33%;
}
.welcome-grid p,.mid-content p,.events p,.about p,.services p,p.para1,.address-more p, .address-left p,.single-left1 p,.comments-grid-right p {
    font-size: 0.95em;
}
.welcome-grid h4 {
    font-size: 1.7em;
}
.admission {
    padding: 3em 0;
}
.faculty_grid {
    float: left;
    width: 33.33%;
}
figure.team_member figcaption {
    top: 43%;
}
.mid-content {
    width: 49%;
}
.mid-content h3 {
    font-size: 2em;
}
.events h3 {
    font-size: 2em;
}
.events-left {
    margin-bottom: 1.5em;
}
figure.team_member figcaption span {
    margin-bottom: 8px;
}
.bnr-galry-left,.bnr-galry-right {
    float: left;
    width: 50%;
}
.events {
    padding: 3em 0;
}
.footer-grid p {
    font-size: 0.95em;
}
.footer-grid ul li a {
    font-size: 0.95em;
}
.footer-grid h3 {
    margin-bottom: 1em;
}
.banner-1 {
    min-height: 103px;
}
.about, .facilities, .typo, .contact, .services {
}
.single {
    padding: 3em 0;
}
.about h2, .services h2, .facilities h2, .contact h2 {
    margin: 0 0 1em;
}
.footer-grid {
    float: left;
    width: 25%;
    margin-right: 0%;
}
.about h3 {
    margin: 0 0 0.5em;
}
.view {
    width: 30%;
}
.view h4 {
    margin: 1.9em 0 0;
}
.services-grid {
    float: left;
    width: 33.33%;
}
.contact-grid {
    padding-left: 1em;
    margin-bottom: 2em;
}
.leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
    width: 48.2%;
}
.leave-coment-form input[type="submit"] {
    margin-left: 22em;
}
}
@media(max-width:800px){
.logo {
    float: left;
    width: 21%;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 41%;
}
}
@media(max-width:768px){
span.menu{
		display: block;
		text-align: center;
		padding: 1px 0px 0px 0px;
		cursor: pointer;
		color: #E74C3C;
		font-size: 16px;
		font-weight: 700;
		position:relative;
	}
.top-nav ul.res{
	 display:none;
	 padding:0px;
}
.top-nav ul.res {
		padding: 0;
		margin: 1.15em 0em 0em 0em;
		z-index: 999;
		position: absolute;
		width: 100%;
		left:0;
}
.top-nav ul.res li {
		display: block;
		text-align: center;
		background:#000;
		margin: 0;
		width: 100%;
}
.top-nav ul.res li a {
		font-size: 16px;
		padding: 1em 0;
		color: #fff;
		display: block;
}
ul.res li a:hover,ul.res li a.active{
	color:#000;
}	
.nav-justified > li > a {
  margin-bottom: 0px;
}
.logo {
    float: left;
    width: 20%;
}
.about-btm {
    margin: 3em 0 0;
}

.common_module{width:10%;
	
	
	}


}
@media(max-width:767px){
.navbar-default .navbar-toggle {
    margin-right:20px;
}
nav.navbar.navbar-default {
    width: 100% ! important;
    text-align: center;
}
.navbar-toggle {
    margin-top: -56px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-toggle .icon-bar {
    height: 4px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #EAE089;
}
.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #000;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: none ! important;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
     border-bottom: none ! important;
}
}
@media(max-width:736px){
.navbar-default .navbar-toggle {
    margin-right:20px;
}
}
@media(max-width:667px){
.navbar-default .navbar-toggle {
    margin-right: 289px;
}
}
@media(max-width:640px){
.logo {
    float: left;
    width: 27%;
}
.banner-main img {
    width: 39%;
}
.banner {
    min-height: 535px;
	padding:0 0 3em;
}
.welcome-grid {
    float: left;
    width: 100%;
    margin-bottom: 1.5em;
}
.faculty_grid {
    float: left;
    width: 50%;
}
figure.team_member figcaption {
    top: 54%;
}
.admission {
    padding: 3em 0 0;
}
.mid-content {
    width: 56%;
}
.about h3 {
    font-size: 2em;
}
.about,.typo, .contact, .services {

}
.view {
    width: 46%;
}
.view h4 {
    margin: 2.5em 0 0;
	font-size:18px;
	padding:7px;
}
.facilities,.services {
    padding: 3em 0 2em;
}
.contact h3 {
    font-size: 2em;
}
.single-left1 ul li {
    margin-right: 2em;
}
.single-left1 h2 {
    font-size: 1.5em;
}
.single h3 {
    font-size: 1.8em;
}
.comments {
    width: 100%;
}
.leave-coment-form {
    width: 100%;
}
.navbar-default .navbar-toggle {
    margin-right:20px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 51%;
}
.about h2, .services h2, .facilities h2, .contact h2 {
    font-size:2.5em;
}
h3.title {
    font-size: 2.5em;
}
}
@media(max-width:600px){
.navbar-default .navbar-toggle {
    margin-right:20px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 61%;
}
}
@media(max-width:568px){
.navbar-default .navbar-toggle {
    margin-right:20px;
}
}
@media(max-width:480px){
.welcome-grids {
    margin-top: 1em;
}
.welcome {
    padding: 3em 0 0;
}
.faculty_grid img {
    width: 100%;
}
.faculty_grid {
    float: left;
    width: 100%;
}
figure.team_member figcaption {
    top: 65%;
}
.admission {
    padding: 3em 0 0;
}
.mid-content {
    width: 70%;
}
.mid-content h3 {
    font-size: 1.8em;
}
.bnr-galry-left, .bnr-galry-right {
    float: left;
    width: 100%;
}
.footer-grid {
    float: left;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 1.5em;
}
.footer-grid h3 {
    margin-bottom: 0.5em;
}
.copy-right {
    text-align: center;
    padding: 0em 0 0;
}
.about-left {
    width: 100%;
    margin-bottom: 1em;
}
.about-right {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5em;
}
.about h5 {
    font-size: 2.5em;
}
.view {
    width: 100%;
}
.view h4 {
    margin: 7em 0 0;
}
.services-grid {
    float: left;
    width: 100%;
    margin-bottom: 1.5em;
}
.services-grids {
    margin-top: 0em;
}
.contact-in h4 {
	font-size: 1.2em;
    line-height: 1.3em;
}
.single-left1 h2 {
    font-size: 1.3em;
}
.single-left1 ul li {
    margin-right: 1em;
}
.comments-grids {
    margin: 2em 0 0;
}
.leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
    width: 47.8%;
}
.leave-coment-form input[type="submit"] {
    width: 37%;
    margin-left: 17em;
}
.comments-grid-left {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
.comments-grid-right {
    float: right;
    width: 100%;
    text-align: center;
}
.navbar-default .navbar-toggle {
    margin-right: 20px;
}
.banner-main h3 {
    font-size: 1.7em;
}
.banner-main p {
    font-size: 0.9em;
}
.banner {
    min-height: 458px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 80%;
}
.view {
    margin: 0;
}
.facilities {
    margin-bottom: 2em;
}
.address-more, .address-left {
    float: left;
    width: 100%;
}
.map iframe {
    width: 100%;
    height: 160px;
}
}
@media(max-width:414px){
.welcome h3 {
    font-size: 2.5em;
}
.welcome-grids {
    margin-top: 1.5em;
}
.welcome {
    padding: 3em 0 0;
}
.mid-content h3 {
    font-size: 1.4em;
}
.mid-content p {
    line-height: 1.7em;
}
.mid-content {
    padding: 1em;
    margin: 2em auto 0;
}
.about h3 {
    font-size: 1.8em;
}
.bt-rgt {
    float: right;
    width: 80%;
}
.view h4 {
    margin: 6em 0 0;
}
.contact h3 {
    font-size: 1.8em;
}
.leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
    width: 100%;
}
.leave-coment-form input[type="email"] {
    margin-left: 0em;
    margin-top: 1em;
}
.leave-coment-form input[type="submit"] {
    width: 43%;
    margin-left: 13em;
}
.comments-grid-right ul li {
    font-size: 1em;
}
.leave-coment-form form {
    margin: 1.5em 0 0;
}
.navbar-default .navbar-toggle {
    margin-right: 20px;
}
.sb-icon-search {
    background: #fff url('../images/search.png') no-repeat 5px 5px;
}
.sb-icon-search, .sb-search-submit {
    width: 30px;
    height: 30px;
    top: 6px;
    background-size: 20px;
}
.sb-search-submit {
    background: #fff url('../images/search.png') no-repeat 5px 5px;
	 background-size: 20px;
}
}
@media(max-width:384px){
figure.team_member figcaption {
    top: 60%;
}
.mid-content h3 {
    font-size: 1.5em;
}
.events-right ul li a, .about ul li a {
    font-size: 0.95em;
}
.copy-right p {
    font-size: 0.95em;
}
.about h4 {
    font-size: 1.3em;
}
.bt-lft {
    float: left;
    width: 18%;
}
.view h4 {
    margin: 5.5em 0 0;
}
.leave-coment-form input[type="submit"] {
    margin-left: 12em;
}
 .navbar-default .navbar-toggle {
    margin-right: 20px;
}
}
@media(max-width:375px){
.view h4 {
    margin: 5em 0 0;
}
.leave-coment-form input[type="submit"] {
    width: 47%;
    margin-left: 11em;
}
.navbar-default .navbar-toggle {
    margin-right: 20px;
}
.logo h1 a {
    font-size: 1.1em;
}
.sb-search {
    top: 1.5em;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 89%;
}
}
@media(max-width:320px){
.welcome h3 {
    font-size: 2em;
}
.welcome {
    padding: 2em 0 0;
}
span.glyphicon.glyphicon-glass,span.glyphicon.glyphicon-user,span.glyphicon.glyphicon-heart {
    font-size: 2.5em;
    padding: 0;
}
.wel2, .wel3, .wel1 {
    padding: 1em 0.5em;
}
.welcome-grid p, .mid-content p, .events p, .about p,.services p,p.para1,.address-more p, .address-left p, .single-left1 p,.comments-grid-right p {
    font-size: 0.9em;
    line-height: 1.6em;
}
.admission {
    padding: 2em 0 0;
}
.faculty_top {
    margin-bottom: 0em;
}
.mid-content {
    width: 79%;
}
.mid-content h3 {
    font-size: 1.4em;
}
.events h3 {
    font-size: 1.8em;
}
.events h5 {
    font-size: 1.1em;
    line-height: 1.2em;
}
.events-right ul li a, .about ul li a {
    font-size: 0.9em;
}
.footer {
    padding: 1.5em 0 1em;
}
.footer-grid h3 {
    font-size: 1.5em;
}
.footer-grid p {
    font-size: 0.9em;
    line-height: 1.6em;
}
.footer-grid {
    padding: 0;
}
.about h4 {
    font-size: 1.2em;
}
.about h5 {
    font-size: 2em;
}
.about h2, .services h2, .facilities h2, .contact h2 {
    margin: 0 0 0.5em;
	font-size:2.3em;
}
.about, .facilities, .typo, .contact, .services {
    padding: 1em 0 0;
}
.about h3 {
    font-size: 1.7em;
}
.abt-left {
    padding: 0;
}
.abt-left {
    padding: 0;
}
.events-right ul li a, .about ul li a {
    padding-left: 1.7em;
}
.view h4 {
    margin: 4em 0 0;
}
.contact-grid {
    padding: 0;
}
.contact-in {
    padding: 0;
}
.contact-in h4 {
    font-size: 1.1em;;
}
.address-more, .address-left {
    float: left;
    width: 100%;
}
.more-address {
    padding: 1em 0 0;
}
.contact-form {
    margin-bottom: 1.5em;
    margin-top: 1em;
}
.send input[type="submit"] {
    padding: 0.5em 1.5em;
}
.single-left1 h2 {
    line-height: 1.3em;
    font-size: 1.2em;
}
.single h3 {
    font-size: 1.7em;
}
.leave-coment-form input[type="submit"] {
    width: 56%;
    margin-left: 7.5em;
}
.logo {
    float: left;
    width: 52%;
}
.navbar-default .navbar-toggle {
    margin-right: 20px;
}
.sb-search {
    right: 1em;
    top: 1em;
}
.welcome-grid {
    padding: 0;
}
.faculty_grid {
    padding: 0;
}
figure.team_member figcaption {
    top: 55%;
}
.events-left {
    padding: 0;
}
.events-right {
    padding: 0;
}
.events-right {
    padding: 0;
}
.ab-lf {
    padding: 0;
}
.banner-main h3 {
    font-size: 1.3em;
}
.banner-main p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin: 0.5em 0 0;
}
.banner-main {
    padding: 0em 0em 0em 0em;
}
.banner {
    min-height: 360px;
}
.navbar-toggle {
    margin-top: -42px;
}
.sb-search.sb-search-open, .no-js .sb-search {
    width: 93%;
}
.contact-grid input[type="text"], .contact-grid textarea {
    padding: 8px 10px;
    margin: 0 0 14px 0;
}
.leave-coment-form input[type="text"], .leave-coment-form input[type="email"], .leave-coment-form textarea {
    padding: 8px 10px;;
}
.banner-1 {
    min-height: 80px;
}
}


.nyban_module{ clear:both; width:100%; height:auto; overflow:hidden; text-align:center;}
.nyban img{width:100%;}



@media (min-width: 768px) {
	.navbar-nav{ height:56px; width:1200px; margin:0px auto;}
	div.navbar-collapse  ul.navbar-nav li{ height:56px; line-height:56px; width:146px; text-align:center;font-family: 'microsoft yahei', sans-serif;}
	div.navbar-collapse ul.navbar-nav li a{ height:56px; line-height:56px; padding:0px; margin:0px;}
	div.navbar-collapse ul.navbar-nav li a:hover{ height:56px; line-height:56px; padding:0px; margin:0px; color:#fff;}
	div.navbar-collapse  ul.navbar-nav li:hover{ background:#70747d; color:#fff;}
	.header01{ background:#ebebeb; height:56px;width:100%;}

}
@media (min-width:1200px) {
	.navbar-nav{ width:1200px; margin:0px auto;}
}
@media(min-width:992px) and (max-width:1199px){
.navbar-nav{ width:1200px; margin:0px auto;}
}

.blog-side-item{ background:#f5f5f5;}
.blog-side-item h1{ height:52px; background:#70747d; line-height:52px; color:#fff; font-size:1.2em; font-weight:bold; text-align:center;}
.blog-side-item ul li.current_page_item a{ color:#70747d;}

.blog-side-item ul li {
    border-top: 1px solid #fff;
    line-height: 46px;
	font-family:"\5fae\8f6f\96c5\9ed1";
}
.blog-side-item ul li a {
    display: inline-block;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-side-item ul li a:hover{ background:#898d95; color:#fff;}



@media(max-width:767px){

.blog-side-item{ background:#f5f5f5; overflow:hidden;}
.blog-side-item h1{ height:52px; background:#70747d; line-height:52px; color:#fff; font-size:1.2em; font-weight:bold; text-align:center;}
.blog-side-item ul li.current_page_item{ }
.blog-side-item ul li.current_page_item a{ color:#70747d;}

.blog-side-item ul li {width: 50%; float:left;
    border-top: 1px solid #fff;
    line-height: 34px;
	font-family:"\5fae\8f6f\96c5\9ed1";
}
.blog-side-item ul li a {
    display: inline-block;
       -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.blog-side-item ul li a:hover{ background:#898d95; color:#fff;}
.blog-side-item ul li.current_page_item{}
.blog-side-item ul li.current_page_item a:hover{ color:#fff;}
}

.carousel-control .fa-angle-right, .carousel-control .fa-angle-left {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
}
.carousel-control .fa-angle-left{
    left: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}
.carousel-control .fa-angle-right{
    right: 50%;
    width: 38px;
    height: 38px;
    margin-top: -15px;
    font-size: 30px;
    color: #fff;
    border: 3px solid #ffffff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 53px;
}

.common_top{ border-bottom:1px solid #dcdcdc; line-height:3em; font-size:0.9em; color:#7b7b7b}
.common_top a{ color:#333;}
.common_top a:hover{ color:#f00;}




ul#filters {
    display: inline-block;
    width: 100%;
    margin: 25px 0 25px 0;
}
ul#filters li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
ul#filters li a {
    background: #E2E0E1;
    padding: 10px 15px;
    display: inline-block;
    color: #7D797A;
    outline: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -moz-transition-duration: 500ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, ;
    -webkit-transition-timing-function: easebackground;
}
ul#filters > li > a:hover,
ul#filters > li > a:focus,
ul#filters > .active > a,
ul#filters > .active > span {
    background: #48cfad;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -moz-transition-duration: 500ms;
    -moz-transition-property: width, background;
    -moz-transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.item img {
    width: 100%;
    height: 100%;
}
.text-grid a { color: #fff }
.text-grid div { padding: 0 10px }
.text-grid p { margin-bottom: 10px }

#portfoliolist-three .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: none;
    float: left;
    overflow: hidden;
}
#portfoliolist .portfolio {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 1%;
    display: none;
    float: left;
    overflow: hidden;
}
.portfolio-wrapper {
    overflow: hidden;
    position: relative !important;
    background: #666;
    cursor: pointer;
}
.portfolio img {
    max-width: 100%;
    position: relative;
}
span.filter {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
/* #Tablet (Portrait) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .container { width: 768px }
}
/*  #Mobile (Portrait) - Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
    .container { width: 95% }
    #portfoliolist .portfolio {
        width: 97%;
        margin: 2%;
    }
    #portfoliolist-three .portfolio {
        width: 97%;
        margin: 2%;
    }
}
/* #Mobile (Landscape) - Note: Design for a width of 480px */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container { width: 70% }
}
.portfolio-hover {
    position: relative;
    overflow: hidden;
}
.portfolio-hover .icon {
    background-color: #000;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    opacity: .7;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.image-caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    padding-top: 35%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}
.price-container {
}
.price-one h1 { padding-top: 10px }
.price-one p {
    text-align: center;
    padding-bottom: 40px;
}
.taglist { }







/*pricing table*/
.pricing-table-two {
    background-color: #f7f7f7;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    padding: 7px 0;
    margin: 20px 5px;
    border: 1px solid #eee;
}
.pricing-table-two .title {
    font-size: 24px;
    padding: 15px 20px;
    color: #000000;
}
.pricing-table-two .price { color: #E74c3c }
.pricing-table-two .desc { padding: 5px 20px }
.pricing-table-two .inner { padding: 0 10px }
.pricing-table-two ul.items {
    list-style: none;
    padding-left: 0;
    margin: 0 8px;
    margin-top: 14px;
    margin-bottom: 17px;
}
.pricing-table-two ul.items li {
    margin-bottom: 5px;
    padding: 13px 15px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    clear: both;
}
.pricing-table-two ul.items li.available { background-color: #f2f4f5 }
.pricing-table-two ul.items li .icon-holder {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-left: 13px;
    position: relative;
    padding-top: 3px;
}
.pricing-table-two ul.items li .desc {
    display: inline-block;
    width: 85%;
}
.pricing-table-two ul.items li .checkbox label {
    padding-left: 2px;
    margin-bottom: 14px;
}
.pricing-table-two ul.items li  label {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 13px;
}
.pricing-table-two.highlighted {
    border: 1px solid #0aa699;
    position: relative;
    top: -15px;
    padding-bottom: 20px;
    padding-top: 25px;
}
.pricing-table-two .btn-block {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 10px;
    padding: 9px 0;
}
.feature-item {
    margin: 0 50px;
    text-align: center;
}
.pricing-table-two .price-actions .btn {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: #48cfad;
    color: #fff;
    border: none;
    box-shadow: none;
    text-shadow: none;
    padding: 10px 20px;
    margin-left: 16%;
    margin-bottom: 3%;
    width: 70%;
    cursor: pointer;
}
/*property*/
.property {
    padding:50px 0;
/*    margin-bottom: 60px;
*/    background-color: #fafafa;
}
.bg-lg { background:#FFF;  }
.gray-bg { background: #FFF }
.property h1 {
    color: #475168;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px;
}
.property hr { border-color: #dfdcdf }
.property i { color: #48cfad }
a.btn-purchase {
    background: #475168;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px padding: 20px 40px;
    margin-top: 30px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
a.btn-purchase:hover,
a.btn-purchase:focus {
    background: #48cfad;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*clients*/
.clients { padding: 0 0 30px }
.clients h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.clients ul li {
    display: inline-block;
    margin: 10px 30px;
}
.clients ul li:hover {
    background-color: #f7f7f7;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.our-clients {
    position: relative;
    margin-top: 15px; }
.our-clients h2 {
    margin-top: 3px;
    margin-bottom: 10px;
}
.clients-list { margin: 0 }
.clients-list li {
    background: #f9f9f9;
    position: relative;
}
.clients-list li img.color-img {
    top: 0;
    left: 0;
    display: none;
    position: absolute;
}
.clients-list li:hover img.color-img { display: block }






/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 0px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}

.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(../img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}

.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}



/*微博*/
.zxlwb_module{ width:100%; text-align:center;font-family:"\5fae\8f6f\96c5\9ed1";}
.zxlwb_module h2{width:100%; text-align:center;font-family:"\5fae\8f6f\96c5\9ed1"; font-size:2.125em; line-height:37px; color:#333;}
.zxlwb_module p{width:100%; text-align:center;font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.125em; line-height:1.5; color:#333;}
.zxlwb_module p b{ font-weight:bold; font-size:1.500em; color:#222;}
.zxlwb_module p em{color:#009dc4; font-style:normal;}

/*客户说的*/
.zxbk_module{ width:100%; height:auto; overflow:hidden;}
.zxbk_item{ width:100%; height:auto; overflow:hidden;position:relative; z-index:66;}
.zxbk_item h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.125em; color:#333; background:#FFF; padding:0px 6px; font-weight:400; line-height:1.5; letter-spacing:0px; width:auto; float:left;}
.zxbk_xiahua{ height:6px; border-bottom-width:1px; border-top-width:1px; border-color:#e7e6e6; border:1px solid #e7e6e6; display:block; width:100%; margin-top:31px; border-left:none; border-right:none;}
.zxbk_more{ width:auto; float:right; padding:0px 15px 0px 8px; position:absolute; top:23px; background:#FFF; right:0px;}
.zxbk_more a{color:#333;}
.zxbk_more a:hover{color:#a0ce4e; text-decoration:underline;}
.zxbk_module_module{ clear:both; width:100%; height:auto; overflow:hidden;}
.zxbk_module_module ul li{ margin-top:15px;}
.zxbk_module_module ul li.eq0{ margin-left:0px;}
.zxbk_title{ line-height:27px; font-size:1.125em; font-family:Arial, Helvetica, sans-serif; color:#333;}
.zxbk_title a{ color:#333; font-weight:normal;}
.zxbk_title a:hover{ color:#a0ce4e;}
.zxbk_content{ font-family:Arial, Helvetica, sans-serif; line-height:24px; color:#747474;}



.tab-pane{ line-height:26px;}


/*为什么选择我们*/
.xzwm_module{ width:100%; height:auto; overflow:hidden;}
.xzwm_item{ width:100%; height:auto; overflow:hidden;position:relative; z-index:66;}
.xzwm_item h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.125em; color:#333; background:#FFF; padding:0px 6px; font-weight:400; line-height:1.5; letter-spacing:0px; width:auto; float:left;}
.xzwm_xiahua{ height:6px; border-bottom-width:1px; border-top-width:1px; border-color:#e7e6e6; border:1px solid #e7e6e6; display:block; width:100%; margin-top:31px; border-left:none; border-right:none;}
.xzwm_more{ width:auto; float:right; padding:0px 15px 0px 8px; position:absolute; top:23px; background:#FFF; right:0px;}
.xzwm_more a{color:#333;}
.xzwm_more a:hover{color:#a0ce4e; text-decoration:underline;}
.xzwm_module_module{ clear:both; width:100%; height:auto; overflow:hidden;}
.xzwm_module_module ul li{ width:100%; font-family:"\5fae\8f6f\96c5\9ed1"; font-size:0.875em; color:#747474; line-height:22.1px; margin-top:15px; list-style:none;}
.xzwm_module_module ul li i{ list-style-type:none; font-style:normal; width:25px; list-style:none; list-style-type:none; height:25px; background:#a0ce4e; border-radius:50%; float:left; margin-right:10px;}
.xzwm_module_module ul li a{ color:#747474;}
.xzwm_module_module ul li a:hover{ text-decoration:underline;}


/*见证和案例视频*/
.alsp_module{ width:100%; height:auto; overflow:hidden; border-width:1px; border-color:#f6f6f6; background:#f6f6f6; border-left-width:3px; border-left-color:#a0ce4e; border-style:solid; padding:28px 28px 27px 31px;}
.alsp_item{ font-family:"\5fae\8f6f\96c5\9ed1";}
.alsp_item h2{ font-weight:400; line-height:1.5; margin:0 0 7px; color:#333; font-size:1.125em;font-family:"\5fae\8f6f\96c5\9ed1";}
.alsp_item_content{ color:#747474; font-size:0.875em; line-height:24px;}
.alsp_more{ width:80px; height:45px; line-height:45px; font-weight:700; border-radius:25px; background:#96d4f4; border:1px solid #1172c1; color:#1172c1;font-family:"\5fae\8f6f\96c5\9ed1"; font-size:0.875em; text-align:center;}
.alsp_more a{ color:#1172c1;}
.alsp_more a:hover{ text-decoration:underline;color:#1172c1;}


/*拍摄现场*/
.psxc_module{ width:100%; height:auto; overflow:hidden;}
.psxc_item{ width:100%; height:auto; overflow:hidden;position:relative; z-index:66;}
.psxc_item h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.125em; color:#333; background:#FFF; padding:0px 6px; font-weight:400; line-height:1.5; letter-spacing:0px; width:auto; float:left;}
.psxc_xiahua{ height:6px;  border-bottom-width:1px; border-top-width:1px; border-color:#e7e6e6; border:1px solid #e7e6e6; display:block; width:100%; margin-top:31px; border-left:none; border-right:none;}
.psxc_more{ width:auto; float:right; padding:0px 15px 0px 8px; position:absolute; top:23px; background:#FFF; right:0px;}
.psxc_more a{color:#333;}
.psxc_more a:hover{color:#a0ce4e; text-decoration:underline;}

.da-thumbs {list-style: none; width:100%; height:auto; position:relative;	margin: 20px auto;	padding: 0;}
.da-thumbs li {	float: left;margin: 5px;background: #fff;padding: 8px;position: relative;box-shadow: 0 1px 3px rgba(0,0,0,0.1);}
.da-thumbs li a,.da-thumbs li a img {display: block;position: relative;}
.da-thumbs li a {overflow: hidden;}
.da-thumbs li a div {position: absolute;background: #333;background: rgba(75,75,75,0.7);width: 100%;height: 100%;}
.da-thumbs li a div span {display: block; text-align:center; padding: 10px 0;margin: 20px 20px 20px 20px;text-transform: uppercase;	font-weight: normal;color: rgba(255,255,255,0.9);text-shadow: 1px 1px 1px rgba(0,0,0,0.2);border-bottom: 1px solid rgba(255,255,255,0.5);	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);}
.da-thumbs li a div h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.125em; color:#FFF; text-align:center; line-height:30px; margin-top:50px;}

/*一群快乐的客户*/
.kehu_module{ width:100%; height:auto; overflow:hidden;}
.kehu_item{ width:100%; height:auto; overflow:hidden;}
#home-services .kehu_item h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.125em; color:#333; background:#FFF; padding:0px 6px; font-weight:400; line-height:1.5; letter-spacing:0px; width:auto; float:left; }
.kehu_xiahua{ height:6px; border-bottom-width:1px; border-top-width:1px; border-color:#e7e6e6; border:1px solid #e7e6e6; display:block; width:100%; margin-top:56px; border-left:none; border-right:none;}
.kehu_moudule_module{ clear:both; height:auto; overflow:hidden;}
.kehu_moudule_module ul li{}




/* Box */
.wp_box { border: 1px solid #bbc9db;  background: #fff;  margin: 0 50px;}
.wp_box .hd { background: #e3f2fa;  height: 32px;  line-height: 32px;  padding: 0 10px;  margin: 1px;}
.plst_pt { overflow: hidden;  _width: 100%;}
.plst_pt ul { overflow: hidden;*zoom:1;  padding: 15px 0;  width: 9999em;}
.plst_pt li { float: left;  margin-left: 16px;  display: inline;  text-align: center;}
.plst_pt li img { display: block;  width: 180px; height: 85px;  margin-bottom: 5px;  border: 1px solid #e3f2fa;  padding: 1px;}
/* Roll */
.wp_roll { position: relative; _width: 100%;}
.roll_lt, .roll_rt { position: absolute; top: 15px; left: 1px;  width: 18px; height: 89px;  line-height: 89px;  font-size: 18px;  font-weight: bold;  text-align: center;}
.roll_rt { left: auto;  right: 1px;}
.roll_cnt { padding: 0 20px;}
.roll_lt:hover, .roll_rt:hover { color: #000;}


.footer h1{font-family:"\5fae\8f6f\96c5\9ed1"; color:#ddd; font-size:1.125em;}
.footer address{font-family:"\5fae\8f6f\96c5\9ed1"; color:#fff; font-size:0.6em;}


.ft_lx{font-family:"\5fae\8f6f\96c5\9ed1"; color:#bfbfbf; font-size:0.875em; line-height:24px;}



/*河北主旋律广告*/
.zxlgg_module{ width:100%; height:auto; overflow:hidden;}
.zxlgg_item{ width:100%; height:auto; overflow:hidden;}
.zxlgg_item h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.5em; color:#333; background:#FFF; padding:0px 6px; font-weight:400; line-height:1.5; letter-spacing:0px; width:auto; float:left; }
.zxlgg_xiahua{ height:6px; border-bottom-width:1px; border-top-width:1px; border-color:#e7e6e6; border:1px solid #e7e6e6; display:block; width:100%; margin-top:31px; border-left:none; border-right:none;}
.zxlgg_module_module{ clear:both; height:auto; overflow:hidden; line-height:24px; color:#747474;font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.000em;}



/*成长当中做过哪些?*/
.czdz_module{ width:100%; height:auto; overflow:hidden;}
.czdz_item{ width:100%; height:auto; overflow:hidden;}
.czdz_item h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.5em; color:#333; background:#FFF; padding:0px 6px; font-weight:400; line-height:1.5; letter-spacing:0px; width:auto; float:left;}
.czdz_xiahua{ height:6px; border-bottom-width:1px; border-top-width:1px; border-color:#e7e6e6; border:1px solid #e7e6e6; display:block; width:100%; margin-top:31px; border-left:none; border-right:none;}
.czdz_module_module{ clear:both; width:100%; height:500px; overflow-x:auto;}
.czdz_module_module ul li{ width:100%; font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.000em; color:#747474; line-height:22.1px; margin-top:15px; list-style:none;}
.czdz_module_module ul li i{ list-style-type:none; font-style:normal; width:20px; list-style:none; list-style-type:none; height:20px; background:#a0ce4e; border-radius:50%; float:left; margin-right:10px;}
.czdz_module_module ul li a{ color:#747474;}
.czdz_module_module ul li a:hover{ text-decoration:underline;}



/*这些老板在夸我们呢*/
.zkwm_module{ width:100%; height:auto; overflow:hidden;}
.zkwm_item{ width:100%; height:auto; overflow:hidden;}
.zkwm_item h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.5em; color:#333; background:#FFF; padding:0px 6px; font-weight:400; line-height:1.5; letter-spacing:0px; width:auto; float:left; }
.zkwm_xiahua{ height:6px; border-bottom-width:1px; border-top-width:1px; border-color:#e7e6e6; border:1px solid #e7e6e6; display:block; width:100%; margin-top:31px; border-left:none; border-right:none;}
.zkwm_module_module{ clear:both; height:500px; overflow-x:auto; line-height:24px; color:#747474;font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.000em;}



.abjj_module{ width:100%; border-top:3px solid #a0ce4e; background:#f6f6f6; margin:54px 0px 0px; text-align:center;}
.abjj_module_module{ padding:28px 28px 27px 31px;font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.0em; color:#747474; line-height:24px; -webkit-box-shadow: 3px 3px 3px;   -moz-box-shadow: 3px 3px 3px;    box-shadow: 3px 3px 3px; opacity:0.8;}


/*服务页面*/
.fuwu_module{ width:100%; height:auto; overflow:hidden;}
@media(min-width:768px){.fuwu_module ul li{ width:50%; float:left; height:auto; overflow:hidden;}}
.fuwu_pic{ width:100%; text-align:center;}
.fuwu_module ul li{ padding:2%;}
.fuwu_title{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.125em; color:#333; line-height:3.0em; font-weight:bold; text-align:center;}
.fuwu_content{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1em; color:#333; line-height:1.5em; margin-bottom:30px; height:2em; text-align:center;}




/*创意开发*/
.cykf_module{ width:100%; height:auto; overflow:hidden;}
.cykf_item{ width:100%; height:auto; overflow:hidden;}
.cykf_item h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.5em; color:#333; background:#FFF; padding:0px 6px; font-weight:400; line-height:1.5; letter-spacing:0px; width:auto; float:left; }
.cykf_xiahua{ height:6px; border-bottom-width:1px; border-top-width:1px; border-color:#e7e6e6; border:1px solid #e7e6e6; display:block; width:100%; margin-top:31px; border-left:none; border-right:none;}
.cykf_module_module{ clear:both; height:auto; overflow:hidden; line-height:24px; color:#747474;font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.000em;}
.cykf_module_module h1{font-family:"\5fae\8f6f\96c5\9ed1"; line-height:24px; color:#F00;font-size:1.000em;}



/*公共页面*/
.common_module{ width:100%; height:auto; overflow:hidden;}
.common_module_module{ clear:both; height:auto; overflow:hidden; line-height:24px; color:#747474;font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.000em;}
.common_module_module h1{font-family:"\5fae\8f6f\96c5\9ed1"; line-height:24px; color:#F00;font-size:1.000em;}

/*新闻页面*/
.boke_module{ padding:10px 25px 10px 25px; height:auto; overflow:hidden;}
.boke_module h2{font-family:"\5fae\8f6f\96c5\9ed1"; line-height:24px; font-size:18px; color:#333;}
.boke_module h2 a{ color:#333;}
.boke_module h2 a:hover{ color:#a0ce4e;}
.boke_Author{font-family:"\5fae\8f6f\96c5\9ed1"; line-height:1.5; font-size:12px; color:#666;}
.boke_Author span{ padding:0px 3px;}
.boke_Author span a{ color:#333;}
.boke_Author span a:hover{ color:#a0ce4e;}
.boke_xihua{ clear:both; width:100%; height:6px; border-top:1px solid #ebeaea;border-bottom:1px solid #ebeaea; margin:10px 0px;}
.boke_content{ clear:both; font-family:"\5fae\8f6f\96c5\9ed1"; line-height:1.5; font-size:14px; color:#666;}
.boke_module_module{ width:100%; height:auto; overflow:hidden; clear:both; margin-top:10px;}
.boke_more{font-family:"\5fae\8f6f\96c5\9ed1"; line-height:1.5; font-size:12px; color:#666; padding:0px;}
.boke_more a{ color:#333;}
.boke_more a:hover{ color:#a0ce4e;}



/*联系我们页面*/
.lxwm_module{ width:100%; height:auto; overflow:hidden;}
.lxwm_item{ width:100%; height:auto; overflow:hidden;}
.lxwm_item h2{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.5em; color:#333; background:#FFF; padding:0px 6px; font-weight:400; line-height:1.5; letter-spacing:0px; width:auto; float:left; }
.lxwm_xiahua{ height:6px; border-bottom-width:1px; border-top-width:1px; border-color:#e7e6e6; border:1px solid #e7e6e6; display:block; width:100%; margin-top:31px; border-left:none; border-right:none;}
.lxwm_ms{font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.125em; color:#333; margin:20px 0px;}
.lxwm_module_module{ clear:both; height:auto; overflow:hidden; line-height:24px; color:#747474;font-family:"\5fae\8f6f\96c5\9ed1"; font-size:1.000em;}
.lxwm_module_module ul li{font-family:"\5fae\8f6f\96c5\9ed1"; line-height:24px; color:#F00;font-size:1.000em; width:100%; list-style:none; clear:both; width:100%;}
.lxwm_module_module ul li i{ width:30px; height:30px; background:#333; text-align:center; line-height:30px; display:block; float:left; font-style:normal; color:#FFF; margin-right:10px;}
.lxwm_content{ clear:both; width:100%;font-family:"\5fae\8f6f\96c5\9ed1"; line-height:24px; color:#666;font-size:1.000em; margin:20px 0px;}



/*后套导航*/
.wrapper {
    margin: 0 auto;
    max-width:1200px;
/*    padding: 1px 3em;
*/    height: 100%;
}
.brand, h1, h2, h3 {
      font-family:"\5fae\8f6f\96c5\9ed1";
     font-weight: 400;
     letter-spacing: 1px;
 }
h4, h5, h6 {
    letter-spacing: 1px;
}
h1 {
    font-size: 28px;
}

.main .dev-output pre {
    overflow: auto;
    max-height: 500px;
    background-color: #EBF4FD;
    padding: 0 1em 1em;
}
.brand {
    float: left;
    height: 80px;
}
.brand p {
    margin: 0;
}
.rm-nav {
    letter-spacing: 1px;
}
.logo {
    font-size: 1.4em;
    line-height: 40px;
    margin: 20px 0 0;
    width: 100px;
    height: 40px;
/*    background-color: #3C97D5;
*/    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    display: block;
    float: left;
    text-decoration: none;
    color: #fff;
    padding: 0;
}

.rm-toggle.rm-button {
}
.rm-css-animate.rm-menu-expanded {
    max-height: none;
    display: block;
}
.rm-container.rm-layout-expanded {
    
}
.rm-nav li a,
.rm-top-menu a {
    padding: .75rem 2rem;
    font-size: .9em;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 80px;
    line-height: 80px;
	
}

.main {
    background-image: url("../images/cloud.jpg");
    background-position: center top;
    background-repeat: repeat-x;
    min-height: 100%;
    padding-top: 1px;
}
.tagline strong {
    font-size: 1.3em;
}
.dev-output {
    background-color: #e1eaf3; /* fall-back */
    background-color: rgba(255,255,255,.85);
    color: #000;
    padding: 2em;
    margin-bottom: 2em;
}

@media(max-width:768px){
	.rm-nav ul li.rm-last{}
	#fc{ display:none;}
	navbar-brand{ position:relative; z-index:66;}
	wrapper{ position:absolute; top:-20px; right:0px;}
}
@media(min-width:768px){
.rm-nav ul li.rm-last ul.rm-menu{ padding:0px 15px; width:16em; background:#edebeb; right:0px;}
.rm-container ul li.rm-last{ position:relative; z-index:66;}
.rm-container ul li.rm-last img{ border:1px solid #d2d2d2; padding:7px 10px;}
#fc{ padding-top:12px; position:absolute; right:0px; top:85px; width:214px; background:#ddd; padding:10px 10px; display:none;}
.rm-nav ul li.nav_last #fc{ display:block;}
#query{ width:165px; height:29px; line-height:29px; color:#d1d1d1; float:left; font-family:"\5fae\8f6f\96c5\9ed1"; border:1px solid #d2d2d2; border-right:none; float:left; font-size:14px;  margin:0px; padding:0px; text-indent:5px;}
#qb{ width:29px; height:29px; line-height:29px; background:url(../img/search.jpg) no-repeat; margin:0px; padding:0px; border:none; cursor:pointer;}
}
.rm-nav ul,
.rm-menu {
    background-color:FFF;
    margin-top: 0;
}

/* Required styles =========================================================== */

/* Add clearfix to nav element container*/
.rm-container:after {
    content: " ";
    display: table;
    clear: both;
}

/* Toggle Link styles */
.rm-toggle {
    display:  none;
    float: right;
    padding: 0 .75em;
    margin: 1em;
    height: 2em;
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgb(128, 128, 128); /* fallback */
    background-color: rgba(128, 128, 128, .5);
}
.rm-toggle.rm-show {
    display: inline-block;
}

/* Toggle Button styles */
.rm-toggle.rm-button {
    /* Use data uri */
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1NjU2N0Q1RTNBMkZFMjExQTlCNjg5QjQzQTBGRDY1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MkIzMDBDNTJGODIxMUUyOTgzN0ExQ0FEREZERTE4MCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MkIzMDBDNDJGODIxMUUyOTgzN0ExQ0FEREZERTE4MCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU3NTY3RDVFM0EyRkUyMTFBOUI2ODlCNDNBMEZENjVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU2NTY3RDVFM0EyRkUyMTFBOUI2ODlCNDNBMEZENjVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+S+feugAAAFtJREFUeNpi/P//PwMtAeOQt4AFjU8V2xgZGXmA1E8g/oPuA2pZoAykXgLxVxQLgBLcQEociHkotOMLLgtAQcaOJehIBX+wBhHQApqnotFIHo3k0UgeipEMEGAADaRXEC7WAy0AAAAASUVORK5CYII=);
    /* Or use png */
    /*background-image:url(menu-btn.png);*/
	background-repeat:no-repeat;
	background-position:center center;
    padding: 0;
	width: 2.5em;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
	position:absolute; right:5%; top:-60px;
}

/* Menu Container Element */
.rm-nav {
    clear: both;
}

/* Menu Element */
.rm-nav > ul,
.rm-top-menu {
    clear: both;
    list-style: none;
    padding: 0;
    margin-left: 0;
    margin-bottom: 0;
    zoom: 1;
}

/* Menu & Sub Menu Items */
.rm-nav li,
.rm-menu-item {
    position: relative;
}
.rm-nav > ul > .rm-last,
.rm-top-menu > .rm-last {
    margin-bottom: 1em;
}
.rm-nav li a,
.rm-menu-item a {
    display: block;
    position: relative;
    color:#101010; font-size:16px;
    text-decoration: none;
}
.rm-nav li a:hover{ color:#fff;}


.rm-nav ul li a,
.rm-menu-item a {
    display: block;
    position: relative;
    color:#101010; font-size:16px;
    text-decoration: none;
}
.rm-nav li a:hover{ color:#fff;}
/* Sub Menus */
.rm-nav li ul,
.rm-menu-item .rm-menu {
    width: 100%;
    padding:0;
    margin-left: 0;
    list-style: none;
    z-index: 500;
    zoom: 1;
}
.rm-nav .rm-hover ul,
.rm-nav .rm-hover .rm-menu {
    z-index: 600;
	
}

/* Sub Menu Items */
.rm-nav li li a,
.rm-menu-item .rm-menu-item a {
    z-index:500;
    padding-left: 2em;
}
.rm-nav li li.rm-last a,
.rm-menu-item .rm-menu-item.rm-last a {
    padding-bottom: 1em;
}
.rm-nav li li ul,
.rm-menu-item .rm-menu-item .rm-menu {
    position: static;
}

.rm-nav li li li a,
.rm-menu-item .rm-menu-item .rm-menu-item a {
    z-index:600;
    padding-left:4em;
}

/* CSS Animations ============================================================= */
.rm-accelerate {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility:hidden;
    -webkit-perspective: 1000;
}
.rm-css-animate {
    display: block;
    max-height: 0;
    overflow: hidden;
}
.rm-css-animate.rm-menu-expanded {
    overflow: visible;
}

/* Theme styles ============================================================= */

.rm-nav a {
}

.rm-toggle:hover,
.rm-toggle:focus {
    background-color:#70747d; /* fallback */
    background-color:#70747d;
    outline: none;
}

.rm-lighten li li a,
.rm-lighten li a:focus,
.rm-lighten li a:hover,
.rm-lighten li.rm-hover a,
.rm-lighten .rm-menu-item .rm-menu-item a,
.rm-lighten .rm-menu-item a:focus,
.rm-lighten .rm-menu-item a:hover,
.rm-lighten .rm-menu-item.rm-hover > a {
    background-color: #FFF; /* fallback */
    background-color: #FFF;
    outline: none;
}

.rm-lighten li li li a,
.rm-lighten li li a:focus,
.rm-lighten li li a:hover,
.rm-lighten li li.rm-hover a,
.rm-lighten .rm-menu-expanded li a:focus,
.rm-lighten .rm-menu-expanded li a:hover,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item a,
.rm-lighten .rm-menu-item .rm-menu-item a:focus,
.rm-lighten .rm-menu-item .rm-menu-item a:hover,
.rm-lighten .rm-menu-item .rm-menu-item.rm-hover a,
.rm-lighten .rm-menu-expanded li a:focus,
.rm-lighten .rm-menu-expanded li a:hover {
    background-color: #70747d; /* fallback */
    background-color: #70747d;
}

.rm-lighten li li li a:focus,
.rm-lighten li li li a:hover,
.rm-lighten li li li.rm-hover a,
.rm-lighten li .rm-menu-expanded a:focus,
.rm-lighten li .rm-menu-expanded a:hover,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item a:focus,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item a:hover,
.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item.rm-hover a,
.rm-lighten .rm-menu-item .rm-menu-expanded a:focus,
.rm-lighten .rm-menu-item .rm-menu-expanded a:hover {
    background-color: #70747d; /* fallback */
    background-color: #70747d;
}

.rm-darken li li a,
.rm-darken li a:focus,
.rm-darken li a:hover,
.rm-darken li.rm-hover a,
.rm-darken .rm-menu-item .rm-menu-item a,
.rm-darken .rm-menu-item a:focus,
.rm-darken .rm-menu-item a:hover,
.rm-darken .rm-menu-item.rm-hover > a {
    background-color: #70747d; /* fallback */
    background-color: #70747d;
    outline: none;
}

.rm-darken li li li a,
.rm-darken li li a:focus,
.rm-darken li li a:hover,
.rm-darken li li.rm-hover a,
.rm-darken .rm-menu-expanded li a:focus,
.rm-darken .rm-menu-expanded li a:hover,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item a,
.rm-darken .rm-menu-item .rm-menu-item a:focus,
.rm-darken .rm-menu-item .rm-menu-item a:hover,
.rm-darken .rm-menu-item .rm-menu-item.rm-hover a,
.rm-darken .rm-menu-expanded li a:focus,
.rm-darken .rm-menu-expanded li a:hover {
    background-color: #70747d; /* fallback */
    background-color: #70747d;
}
.rm-darken li li li a:focus,
.rm-darken li li li a:hover,
.rm-darken li li li.rm-hover a,
.rm-darken li .rm-menu-expanded a:focus,
.rm-darken li .rm-menu-expanded a:hover,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item a:focus,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item a:hover,
.rm-darken .rm-menu-item .rm-menu-item .rm-menu-item.rm-hover a,
.rm-darken .rm-menu-item .rm-menu-expanded a:focus,
.rm-darken .rm-menu-item .rm-menu-expanded a:hover {
    background-color: #70747d; /* fallback */
    background-color: #70747d;
}

/* Expanded Layout styles - .rm-layout-expanded class is applied by plugin ========= */

.rm-layout-expanded .rm-nav > ul,
.rm-layout-expanded .rm-top-menu {
    margin-bottom: 0;
}

.rm-layout-expanded .rm-nav > ul > li,
.rm-layout-expanded .rm-top-menu > .rm-menu-item {
    float: left;
}
.rm-layout-expanded .rm-nav > ul > .rm-last,
.rm-layout-expanded .rm-top-menu > .rm-last {
    margin-bottom: 0;
}
.rm-layout-expanded .rm-nav > ul > li > a,
.rm-layout-expanded .rm-top-menu > .rm-menu-item > a {
    height: 3.5em;
    line-height: 3em; /* match with height to center vertically */
    padding-top: 0;
    padding-bottom: 0;
}
.rm-layout-expanded li ul,
.rm-layout-expanded .rm-menu-item .rm-menu {
    width:28.6em;
    position: absolute;
    left:-4.5em;
}
.rm-menu li ul li{ border-bottom:1px solid #ddd;}
.rm-layout-expanded li.rm-last ul,
.rm-layout-expanded .rm-menu-item.rm-last .rm-menu,
.rm-layout-expanded li.rm-2nd-last ul,
.rm-layout-expanded .rm-menu-item.rm-2nd-last .rm-menu {
    left: auto;
    right: 0;
}

.rm-layout-expanded li li ul,
.rm-layout-expanded .rm-menu-item .rm-menu-item .rm-menu {
    position: absolute;
    left: 100%;
    top: 0;
}
.rm-layout-expanded li li.rm-last ul,
.rm-layout-expanded .rm-menu-item .rm-menu-item.rm-last .rm-menu,
.rm-layout-expanded li li.rm-2nd-last ul,
.rm-layout-expanded .rm-menu-item .rm-menu-item.rm-2nd-last .rm-menu{
    right: 100%;
    left: auto;
}
.rm-layout-expanded li a,
.rm-layout-expanded li li a,
.rm-layout-expanded li li li a,
.rm-layout-expanded .rm-menu-item a,
.rm-layout-expanded .rm-menu-item .rm-menu-item a,
.rm-layout-expanded .rm-menu-item .rm-menu-item .rm-menu-item a {
    padding-left: 2.5em;
	padding-right:2.5em;
}

/* clearfix */
.rm-layout-expanded .rm-nav > ul:before,
.rm-layout-expanded .rm-nav > ul:after,
.rm-layout-expanded .rm-top-menu:before,
.rm-layout-expanded .rm-top-menu:after {
    content: " ";
    display: table;
}
.rm-layout-expanded .rm-nav > ul:after,
.rm-layout-expanded .rm-top-menu:after {
    clear: both;
}

/* No JS Styles ============================================================= */

/* Hide Sub Menus */
.no-js .rm-nav li ul,
.rm-nojs li ul,
.no-js .rm-nav .rm-menu-item .rm-menu,
.rm-nojs .rm-menu-item .rm-menu {
    position: absolute;
    left: -999em;
}
.rm-toggle.rm-nojs {
    display: inline-block;
    visibility: hidden;
}

/* Expanded layout if JS not supported */
/* Note: The min-width value here should match minWidth value set in JS */
@media screen and ( min-width: 769px ) {

    .rm-nojs > ul > li,
    .no-js .rm-nav > ul > li,
    .rm-nojs > .rm-menu > .rm-menu-item,
    .no-js .rm-nav > .rm-menu > .rm-menu-item {
        float: left;
    }

    .rm-nojs li a,
    .no-js .rm-nav li a,
    .rm-nojs .rm-menu-item a,
    .no-js .rm-nav .rm-menu-item a {
        padding-left: 2em;padding-right: 2em;
    }

    /* clearfix */
    .rm-nojs > ul:before,
    .rm-nojs > ul:after,
    .no-js .rm-nav > ul:before,
    .no-js .rm-nav > ul:after,
    .rm-nojs > .rm-menu:before,
    .rm-nojs > .rm-menu:after,
    .no-js .rm-nav > .rm-menu:before,
    .no-js .rm-nav > .rm-menu:after{
        content: " ";
        display: table;
    }
    .rm-nojs > ul:after,
    .no-js .rm-nav > ul:after,
    .rm-nojs > .rm-menu:after,
    .no-js .rm-nav > .rm-menu:after {
        clear: both;
    }
    .rm-toggle.rm-nojs {
        display: none;
    }
}

/* Calculation Styles ============================================================
 * Applied and removed by jQuery during menu height calculations
 */

.rm-calculate {
    position: absolute !important;
    max-height: none !important;
    overflow: visible !important;
}
.rm-layout-contracted .rm-calculate {
    width: 100% !important;
}

/* Accessibility ============================================================ */

.rm-container .accessibly-hidden {
    position: absolute;
    left: -999em;
}


div.rm-container ul.rm-menu li.rm-menu-item ul.rm-css-animate li.rm-menu-item{ padding:0px; margin:0px; float:left;width:12em;}
div.rm-container ul.rm-menu li.rm-menu-item ul.rm-css-animate li.rm-menu-item a{ padding:0px; margin:0px; height:36px; text-align:left; line-height:36px;}


.rm-menu rm-css-animate{width:148px;}

.col-lg-9 about wow fadeInRight animated{
visibility: visible; 
animation-name: fadeInRight;	

}

.a{
width:1200px;
margin-top:-60px;	
	}

@media (max-width:769px){
.a{
width:100%;	
margin-top:30px;
}
}

.b{
width:1200px;
margin-bottom:30px;
	}

@media (max-width:769px){
.b{
width:100%;	
}
}


.c{
width:1200px;
margin-bottom:30px;
}

@media (max-width:769px){
.c{
width:100%;	
}
}

