/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
	background:	#fff;
	font-family: 'Open Sans', "Microsoft Yahei", Arial, sans-serif;
}
p,body{
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Comic Sans MS', cursive, "Microsoft Yahei";
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
.banner-body{
	background:url(banner.png) 0px 0px;
	padding:5em 0;
}
.banner-body-content {
    padding: 4em 3em;
    background: #fff;
	box-shadow:0px 0px 10px #E0E0E0;
	-webkit-box-shadow:0px 0px 10px #E0E0E0;
	-moz-box-shadow:0px 0px 10px #E0E0E0;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#E0E0E0')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#E0E0E0');
}
/*-- logo --*/
.logo{
	/*background:#E0BD62;*/
	width:220px;
	height:200px;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	-ms-border-radius:100%;
	text-align:center;
	margin-bottom:0.5em;
}
.logo h2 {
	font-size:1.8em;
	text-decoration: none;
	font-family: "Microsoft Yahei", Arial, sans-serif;
	font-weight:700;
	}
.logo h1 a{
	color: #fff;
    text-decoration: none;
    font-size: 1.42em;
    display: block;
    padding: 0.8em 0;
	font-family: 'Comic Sans MS', cursive, "Microsoft Yahei";
}
.logo h1 a span{
	display:block;
	color:#212121;
}
.input-group-btn span{ line-height:20px;}
/*-- //logo --*/
/*-- top-nav --*/
i.home1{
    /*background: url(img-sp.png) no-repeat -20px -240px;*/
    display: inline-block;
    width: 18px;
    height: 18px;
}
i.home,.navbar-default .navbar-nav > li > a:hover i.home1{
	/*background: url(img-sp.png) no-repeat -20px -282px;*/
    display: inline-block;
	width: 18px;
    height: 18px;
}
i.picture1 {
    /*background: url(img-sp.png) no-repeat -97px -240px;*/
    display: inline-block;
    width: 18px;
    height: 18px;
}
i.picture,.navbar-default .navbar-nav > li > a:hover i.picture1{
	/*background: url(img-sp.png) no-repeat -97px -287px;*/
    display: inline-block;
	width: 18px;
    height: 18px;
}
i.edit1 {
   /* background: url(img-sp.png) no-repeat -182px -240px;*/
    display: inline-block;
    width: 18px;
    height: 18px;
}
i.edit,.navbar-default .navbar-nav > li > a:hover i.edit1{
	/*background: url(img-sp.png) no-repeat -182px -287px;*/
    display: inline-block;
	width: 18px;
    height: 18px;
}
i.text-size1 {
   /* background: url(img-sp.png) no-repeat -274px -239px;*/
    display: inline-block;
    width: 18px;
    height: 18px;
}
i.text-size,.navbar-default .navbar-nav > li > a:hover i.text-size1{
	/*background: url(img-sp.png) no-repeat -274px -288px;*/
    display: inline-block;
	width: 18px;
    height: 18px;
}
i.envelope1{
   /* background: url(img-sp.png) no-repeat -354px -240px;*/
    display: inline-block;
    width: 18px;
    height: 18px;
}
i.envelope,.navbar-default .navbar-nav > li > a:hover i.envelope1{
	/*background: url(img-sp.png) no-repeat -354px -287px;*/
    display: inline-block;
	width: 18px;
    height: 18px;
}
.navbar-nav > li {
    float: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar-nav > li > a {
    padding:10px 0;
    margin: 15px 10px;
    font-size: 1em;
    color:#212121 !important;
	width: 90%;
}
.navbar-nav > li > a i {
    padding-left: 2em;
}
.navbar-nav {
    float: none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#D57D39  !important;
    background: transparent;
	/*border-bottom: 1px solid;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#D57D39  !important;
}
.sub-nav li{
	list-style:none;
	padding-left:1.5em;
	line-height:2.2em;
	}
.sub-nav li a{
	color:#999;
	}	
.sub-nav li a:hover{
	color:#D57D39;
	}		
/* Underline From Left */
.hvr-underline-from-left {
  text-transform:uppercase;
  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;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
	background: #D57D39 ;
   /* height: 1px;*/
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.hvr-underline-from-left span{
	padding-left:1em;
	font-size:0.9em;
	}
.hvr-underline-from-left p{
	color:#D57D39;
	}	
.top-nav {
    margin: 2em 0;
}
.navbar-collapse {
    padding: 0;
}
/*-- //top-nav --*/
/*-- latest-news --*/
.banner-right1 {
    padding-right: 0;
}
.latest-news h2,.latest-news h3{
	font-size:1.5em;
	color:#E0BD62;
	margin:0;
	padding-bottom:.5em;
	border-bottom:1px solid #E0BD62;
}
.latest-news h3{
	margin:0.2em 0 0 !important;
}
.panel-group {
    margin: 2em 0;
}
.panel-body {
    font-size: 14px;
    color: #999;
    line-height: 1.8em;
}
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: #212121;
    font-size: 1em;
	text-decoration:none;
}
.panel-heading {
    padding: 10px 5px 10px 40px;
    background: url(img-sp.png) no-repeat -19px -183px;
}
.panel-default {
    border: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: none;
}
.collapse.in {
    background: #FEFEFE;
}
.panel {
    box-shadow: none;
}
.join{ float:right; margin-top:2px; margin-right:2px;}
.join a{
	padding:1px 5px;
	color:#999;
	text-decoration:none;
	font-size:0.8em;
	text-align:center;
	border:1px solid;
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
.join a:hover{
	border:1px solid #D57D39;
	color:#D57D39 ;
}
.latest-news p{
	margin:1em 0 0;
	color:#999;
	line-height:1.8em;
	font-size:14px;
}
.secText{
	font-size:12px;
}
/*-- //latest-news --*/
/*-- banner --*/
.banner,.banner1,.banner2{
	min-height:400px;
}
/*
.banner{
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner1{
	background:url(1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}
.banner2{
	background:url(3.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
}*/
.banner-left{
	background: #fff;
    padding: 1em;
    box-shadow:0px 0px 2px #DFDFDF;
	-webkit-box-shadow:0px 0px 2px #DFDFDF;
	-moz-box-shadow:0px 0px 2px #DFDFDF;
	-o-box-shadow:0px 0px 2px #DFDFDF;
	-ms-box-shadow:0px 0px 2px #DFDFDF;
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
.banner-left:hover {
    background: #212121;
}
.banner-left:hover .banner-left11 span{
	background:url(img-sp.png) no-repeat -85px -11px;
}
.banner-left:hover .banner-left22 span{
	background:url(img-sp.png) no-repeat -86px -61px;
}
.banner-left:hover .banner-left33 span{
	background:url(img-sp.png) no-repeat -82px -119px;
}
.banner-left11 span{
	background:url(img-sp.png) no-repeat -19px -11px;
	display:block;
	width:45px;
	height:55px;
	margin: 0 auto;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.banner-left22 span{
	background:url(img-sp.png) no-repeat -19px -61px;
	display:block;
	width:45px;
	height:55px;
	margin: 0 auto;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.banner-left33 span{
	background: url(img-sp.png) no-repeat -16px -119px;
    display: block;
    width: 45px;
    height: 55px;
    margin: 0 auto;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.banner-right1 h3{
	color:#212121;
    font-size: 1.3em;
    margin: .5em 0 0;
    line-height: 1.5em;
	text-transform:capitalize;
	transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.banner-left:hover .banner-right1 h3{
	color:#fff;
}
.banner-left p{
	margin:1em 0 0;
	color:#999;
	font-size:14px;
	line-height:1.8em;
}
.banner-left1 {
    padding: 0;
}
/*-- wmuslider --*/
.wmuSlider {
	position: relative;
	overflow: hidden;
}
.wmuSlider .wmuSliderWrapper article img {
	/*--max-width: 100%;
	width: auto;
	height: auto;
	display:block;--*/
}
/* Default Skin */
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	right: 7%;
    bottom: 4%;
}
ul.wmuSliderPagination {
	padding:0;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 8px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background:#D57D39;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
}
.wmuSliderPagination a.wmuActive {
	background:#fff;
}
/* Default Skin */
.wmuGallery .wmuGalleryImage {
	margin-bottom: 10px;
}
.banner-wrap{
	padding:0;
}
/*-- //wmuslider --*/
/*-- //banner --*/
/*-- //ClassLits --*/
#slider {
    width:750px;
    height:470px;
    margin:0px;
	background:url(loading.gif) no-repeat 50% 50%;
}

.case-content{overflow:hidden;margin:10px auto 0 auto;width:100%}
.case-item{float:left;margin:15px 20px;margin-bottom:20px}
.ih-item{position:relative;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item,.ih-item *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.ih-item a{color:#333}
.ih-item a:hover{text-decoration:none}
.ih-item img{width:100%;height:100%}
.ih-item.circle,.ih-item.circle .img{position:relative;width:135px;height:135px;border-radius:50%}
.ih-item.circle .img:before{position:absolute;display:block;content:'';width:100%;height:100%;border-radius:50%;box-shadow:inset 0 0 0 6px rgba(255,255,255,.6),0 1px 2px rgba(0,0,0,.3);-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item.circle .img img{border-radius:50%}
.ih-item.circle .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;border-radius:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.square{position:relative;width:216px;height:116px;border:5px solid #fff;box-shadow:1px 1px 3px rgba(0,0,0,.3)}
.ih-item.square .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.circle.effect1 .spinner{width:140px;height:140px;border:5px solid #ecab18;border-right-color:#a06a02;border-bottom-color:#a06a02;border-radius:50%;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.ih-item.circle.effect1 .img{position:absolute;top:5px;bottom:0;left:5px;right:0;width:auto;height:auto}
.ih-item.circle.effect1 .img:before{display:none}
.ih-item.circle.effect1.colored .info{background:#1a4a72;background:rgba(26,74,114,.6)}
.ih-item.circle.effect1 .info{top:5px;bottom:0;left:5px;right:0;background:#333;background:rgba(0,0,0,.6);opacity:0;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out}
.ih-item.circle.effect1 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:15px;margin:0 10px;padding:25px 0 0;height:60px;text-shadow:0 0 1px white,0 1px 2px rgba(0,0,0,.3)}
.ih-item.circle.effect1 .info p{color:#bbb;padding:10px 5px;font-family: 'Comic Sans MS', cursive, "Microsoft Yahei";margin:0 10px;font-size:12px;border-top:1px solid rgba(255,255,255,.5)}
.ih-item.circle.effect1 a:hover .spinner{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.ih-item.circle.effect1 a:hover .info{opacity:1}
.cpack{ width:60%;/* float:left;margin-right:1em;*/}
.cno{float:right; width:37%}
.cuttitle{ display:block;overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow:  ellipsis; }
/*-- //ClassLits --*/
a.gotoptop_icon{display:block;position:fixed;right:8%;bottom:8%;width:80px;height:20px;background:url(gotop.png) no-repeat -81px 0px;cursor:pointer;display:none}
a.gotoptop_icon:hover{background-position:0px 0px;}
/*-- //page --*/
.M-box{
	/*width:60%;
	margin:0 auto;*/
	/*float:right;*/
	position: relative;
    text-align: center;
  	zoom: 1;
}
.M-box:before,.M-box:after{
    content:"";
    display:table;
}
.M-box:after{
	clear:both;
	overflow:hidden;
}
.M-box span{
	float: left;
	margin:0 2px;
	width: 30px;
    height: 30px;
    line-height: 30px;
   /* background: #fff;*/
   /* border: 1px solid #D57D39;*/
    color: #D57D39;
    font-size: 14px;
}
.M-box .active{
	float: left;
	margin:0 2px;
	width: 30px;
    height: 30px;
    line-height: 30px;
    background: #D57D39;
    color: #fff;
    font-size: 14px;
    border: 1px solid #D57D39;
}
.M-box a{
	float: left;
	margin:0 2px;
	width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #D57D39;
    color: #D57D39;
    font-size: 14px;
}
.M-box a:hover{
	color:#fff;
    background: #D57D39;
}
.M-box .next,.M-box .prev{
	font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}
.now,.count{
	padding:0 5px;
	color:#f00;
}

input{
    float: left;
   /* margin:0 5px;*/
    width: 38px;
    height: 38px;
    line-height: 38px;
    /*text-align: center;*/
    background: #fff;
    border: 1px solid #ebebeb;
    outline: none;
    color: #bdbdbd;
    font-size: 14px;
}
/*-- msg-text --*/
.msg-text{
	margin:0em 0 0.1em;
    padding: 2em 0;
   /* border-top:1px solid #EFEFEF;*/
    border-bottom:1px solid #EFEFEF;
}
.msg-text-left span{
	color:#212121;
	font-size:2em;
}
.msg-text-right p{
	color:#999;
	font-size:14px;
	margin:0;
	line-height:1.8em;
	text-align: justify;
}
.msg-text-left {
    text-align: center;
}
.msg-text-bottom-left {
    padding-bottom: 1.5em;
    height: 290px;
}
.msg-text-bottom-left img {
    padding: .5em;
    border: 1px dotted #7D7D7D;
}
.msg-text-bottom-left h3 a{
	text-transform: capitalize;
    font-size:.65em;
    color: #D57D39 ;
    margin: 0.5em 0;
    display: block;
    line-height: 1.5em;
    text-decoration: none;
    /*font-size: 14px;*/
}
.msg-text-bottom-left h3 a:hover{
	color:#999;
}
.msg-text-bottom-left p{
	font-size:14px;
	color:#999;
	margin:0;
	line-height:1.8em;
	font-family:Arial, Helvetica, sans-serif, "Microsoft Yahei";

}
/*-- //msg-text --*/
/*-- footer --*/
.footer{
	margin:3em 0 0;
	border-top:1px solid #F1F1F1;
	padding:2em 0 0;
}
.footer-left{
	float:left;
	width:100%;
}
.footer-left ul li{
	display:block;
	margin-right:.5em;
	color:#f60;
	font-size:14px;
	font-weight:700;
	text-align:center;
}
.footer-left ul li:nth-child(1){
	width:50%;
	margin:0 auto;
}
.footer-left ul li a,.footer-left p a:hover{
	color:#F60;
	text-decoration:none;
}
.footer-left ul li a{
	padding-right: .5em;
	text-transform:capitalize;
}
.footer-left ul li a:hover,.footer-left p a{
	color:#A25100;
}
.footer-left p{
	font-size:13px;
	color:#999;
	margin:0;
	line-height:1.8em;
	font-weight:300;
}
.footer-right{
	float:right;
}
.social-nav li{
	display:inline-block;
}
.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  border-radius: 100%;
}
.icon-border {
  position: relative;
}

.icon-border::before,
.icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 100%;
}

.icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
}

.icon-border::after {
  z-index: 2;
  background: url("img-sp.png");
}

/* facebook */
.icon-border.facebook::before,.icon-border.twitter::before,.icon-border.googleplus::before,.icon-border.github::before,.icon-border.rss::before {
  box-shadow:inset 0 0 0 48px #E0BD62;
}

.icon-border.facebook:hover::before,.icon-border.twitter:hover::before,.icon-border.googleplus:hover::before,.icon-border.github:hover::before,.icon-border.rss:hover::before {
  box-shadow:inset 0 0 0 4px #E0BD62;
}
.icon-border.facebook:hover::after{
  background-position:-162px -45px;
}

.icon-border.facebook::after {
  background-position:-162px -7px;
}

/* twitter */

.icon-border.twitter::after {
  background-position:-208px -8px;
}

.icon-border.twitter:hover::after{
  background-position:-208px -44px;
}

/* google plus */
.icon-border.googleplus::after {
  background-position: -244px -7px;
}

.icon-border.googleplus:hover::after{
  background-position:-244px -44px;
}

/* github */

.icon-border.github::after {
  background-position:-289px -11px;
}

.icon-border.github:hover::after{
  background-position:-289px -44px;
}

/* rss */
.icon-border.rss::after {
  background-position:-330px -9px;
}

.icon-border.rss:hover::after{
  background-position:-330px -44px;
}
/*-- //footer --*/
/*-- gallery --*/
.gallery-grids,.blog,.single{
	margin:3em 0 5em;
}
.gallery-grid {
    float: left;
	width:48%;
	position:relative;
}
.gallery-grid .gallery-name{
	position:absolute;
	z-index:999;
	width:99%;
	background-color:#000;
	padding:0.5em;
	font-size:1.5em;
	opacity:0.5;
	color:#fff;
	top:0;
	left:0;
}
/*.gallery-grid .gallery-name a{
	color:#fff;
	display:block;
	text-decoration:none;
	line-height:1em;
	}*/
.gallery-grid img {
    padding: .1em;
}
.gallery-head h5{
	font-size:2em;
    color: #E0BD62;
    margin: 1.5em 0 0;
}
.gallery-head p{
	font-size:12px;
	color:#999;
	margin:.2em 0 0;
	line-height:0.8em;
}
/* Common style */
.msg-text-bottom-left figure {
    position: relative;
    float: none;
    overflow: hidden;
    margin: 0;
    min-width: 201px;
    max-width: 201px;
    width: 48%;
    height: 143px;
	background:none;
	text-align: center;
	cursor: pointer;
}
.msg-text-bottom-left figure img.one{
	width:100%;
}
.msg-text-bottom-left figure img {
	position: relative;
	display: block;
	
	max-width: 100%;
	/*opacity: 0.8;*/
}

.msg-text-bottom-left figure figcaption::before,
.msg-text-bottom-left figure figcaption::after {
	pointer-events: none;
}

.msg-text-bottom-left figure figcaption,
.msg-text-bottom-left figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/***** Winston *****/
/*-----------------*/

figure.effect-winston {
	text-align: left;
	margin: 0 0 1em;
}

figure.effect-winston img {
	-webkit-transition: opacity 0.45s;
	transition: opacity 0.45s;
}

figure.effect-winston figcaption::before {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    /* -webkit-transform: rotate3d(0,0,1,45deg); */
    /* transform: rotate3d(0,0,1,45deg); */
    /* -webkit-transform-origin: 0 100%; */
    /* transform-origin: 0 100%; */
}
figure.effect-winston p {
    font-size: 14px;
    margin: 2em 0 0;
    text-transform: capitalize;
    line-height: 1.8em;
	padding: 1em;
	color:#fff;
}

figure.effect-winston:hover img {
	opacity: 0.6;
}

figure.effect-winston:hover figcaption::before {
	opacity: 0.7;
/*	-webkit-transform: rotate3d(0,0,1,20deg);
	transform: rotate3d(0,0,1,20deg);*/
	background:rgba(45, 45, 45, 0.35);
}
.gallery-grid img:hover {
    opacity: .5;
}
/*-- //gallery --*/
/*-- blog --*/
.blog-grid-left img{
	padding:.3em;
	border:1px dotted #999;
}
.blog-grid-right h4 a{
	text-transform: capitalize;
    font-size:1.2em;
    color: #D57D39;
    margin: 0;
    line-height: 1.5em;
	text-decoration:none;
}
.blog-grid-right h4 a:hover{
	color:#999;
}
.blog-grid-right p{
	margin:1em 0 0;
	color:#999;
	font-size:14px;
	line-height:1.8em;
}
.blog-grid-right a span{
	margin:1em 0 0;
	font-size:1em;
	color:#212121;
}
.blog-grid-right a:hover span{
	color: #D57D39;
}
.blog-grid:nth-child(2){
	margin:2em 0;
}
/*-- //blog --*/
/*-- single --*/
.cls-list{z-index:999;}
.cls-list li{ float:left; list-style:none;margin: 0 .2em .8em 0.2em;}
span.label:hover{
	background-color:#D57D39;}
.breadcrumb li{
	color:#666;
	font-size:1.1em;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:capitalize;
	}
.breadcrumb li a{
	color:#666;
	}
.breadcrumb li a:hover{
	color:#D57D39;
	}
.setpages{
	font-size:0.8em;
	color:#ccc;
	text-align:center;
	}
.setpages a{
	color:#000;
	}
.setpages a:hover{
	color:#e0bd62;
	}	
.one_half{
	/*position: relative;*/
	margin-right: 4%;
	float: left;
	width: 95%;
	color:#666;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
a.nocaps {
	text-transform: none;
	width:100%;
	display:block;
	color:#333;
}
a.nocaps:hover {
	color:#e0bd62;
}
h2.section_title_drakgray {
	color: #272727;
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 200;
	/*background: url(title-hline2.png) no-repeat center bottom;*/
	margin-bottom: 59px;
}
h2.section_title_drakgray strong {
	font-weight: 500;
}

h2.section_title_drakgray.nomarb {
	margin-bottom: 0px;
}
h2.section_title_drakgray.lessmar {
	margin-bottom: 40px;
}
h2.section_title_drakgray.bline {
	background: none;
	border-bottom: 1px solid #d3d3d3;
}
h2.section_title_drakgray.left {
	margin-bottom: 40px;
	/*background: url(title-hline2.png) no-repeat left bottom;*/
}

.single ul.news2 {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}
.single ul.news2.last {
	margin: 0px 0px 0px 0px;
}
.single ul.news2 li {
	padding: 0px;
	margin: 0px;
	list-style:none;
	;
}
.single ul.news2 li.date {
	float: left;
	color: #999;
	width: 40px;
	margin-right: 20px;
	text-align: center;
	font-size:0.8em;
}
.single ul.news2 li.date strong {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	line-height: 40px;
	text-align: center;
	background-color:#e0bd62;
	/*border: 1px solid #e0bd62;*/
}
.single ul.news2 li h4 {
	display: block;
	margin-bottom: 0px;
}
.single ul.news2 li.text {
	float: left;
	width: 85%;
}
.single ul.news2 li.text p {
	float: left;
	margin-top: 5px;
	color:#999;
	font-size:0.9em;
}
span.user{
	color:#e0bd62;
	font-size:1em;
	padding:0.3em;
}
span.user1{
	color:#666;
	font-size:0.8em;
	padding:0.1em;
}
.single-left{
	float:left;
	width:45%;
	}
.single-left p{
  color: #999;
  font-size: 14px;
  line-height: 1.8em;
  margin: 0;
}
.single-left p span{
	font-size:18px;
	}
.single-left img{
	width:100%;
	}
.single-right{
	float:right;
	width:50%;
	/*margin-top: 2.5em;*/
	}
.single-right h4{
	color:#D57D39;
    text-transform: capitalize;
    margin: 1em 0;
    font-size: 1.3em;
	}
.single-right p {
  color: #999;
  font-size: 14px;
  line-height: 1.8em;
  margin: 0;
}
.single-right p span{
	margin:1em 0 0;
	display:block;
	}
.single p.tortor{
	color: #666;
	font-size: 15px;
	line-height: 1.8em;
	margin:2em 0 0;
	text-align:justify;
	/*text-indent: 2em;*/
}
.single-right p label{
	color:#adadad;
	margin:0;
	}
.single-footer{
	float:none !important;
	margin:3em 0;
}

.tags-cate{
	padding:0em 0 3em;
	border-top:1px dotted #adadad;
	/*border-bottom:1px dotted #adadad;*/
	margin:1em 0;
	}
.p-class{
	margin-top:1em;
	}
.p-class ul{
	list-style:none;
	}
.p-class ul li{
	padding-top:1em;
	display:block;
	}	
.p-class ul li span{
	float:left;
	/*width:75%;*/
	margin-top:1em;
	}
.p-class ul li p{
	float:left;
	color:#999;
	padding:4.5em 0 0 1em;
	font-weight:700;
	font-size:0.9em;
	text-align:center;
	text-transform:uppercase;
	}		
.p-class ul li span a{
	display:block;
	}
.p-class ul li span a img:hover{
	opacity:0.5;
	}
.cat-grid{
	float:left;
	
	text-align: center;
	}
.c-33{width:33.33%;}
.c-60{width:66.66%;}
.i-class-img{width:100%;}	
.cat-grid h4{
	color:#E0BD62;
	font-size: 1.5em;
	margin: 0;
	}
.cat-grid h4 span{
	font-size: 1.3em;
    color: #212121;
	}
.cat-grid ul{
	padding:2em 0 0;
	margin:0;
	}
.cat-grid ul li{
	list-style-type:none;
	/*margin-top:0.2em;*/
	}
.cat-grid ul li a{
	color: #999;
    font-size: 14px;
    /*border: 1px dotted #adadad;*/
    padding: .2em 0.2em;
    width: 90%;
    display: block;
	text-decoration:none;
	transition:.5s ease-in;
	line-height:50px;
	}
.cat-grid ul li p{
	color: #999;
    font-size: 14px;
   /* border: 1px dotted #adadad;*/
    padding: .5em 1em;
    width: 90%;
    display: block;
	text-decoration:none;
	transition:.5s ease-in;
	line-height:50px;
	}
.cat-grid ul li a:hover{
	text-decoration:none;
	color: #fff;
	background-color:#D57D39;
	opacity:0.5;
	}
.top-social-icons {
	margin-top: 1em;
	}
.three-com h3{
	color: #E49B24;
    font-size: 1.3em;
    margin: 0;
    font-style: normal;
    padding:0 0 1em;
	}
.three-com h3 span{
	color:#D57D6D;
	font-size:15px;
	}
.three-com h3 label{
	color: #E0BD62;
    font-weight: normal;
	}
.tom-grid{
	padding:2em 0;
	border-bottom:1px solid #dddddd;
	width: 100%;
	}
.tom {
    float: left;
    border: 1px dotted #999;
    padding: .5em;
    width: 11%;
}
.tom img{
	width:100%;
}
.tom-right{
	float:right;
	width:85%;
	}
.tom-right h4 a{
	color:#D57D39;
    font-size: 1em;
    font-style: normal;
    margin: 0;
	text-decoration:none;
	}
.tom-right h4 a:hover{
	color:#212121;
}
.tom-right p label{
	color: #999;
    font-size: 14px;
    margin: 0;
    font-style: normal;
    font-weight: normal;
	}
.tom-right p.lorem{
	color: #999;
    font-size: 14px;
    margin: 1em 0 0;
    line-height: 1.8em;
    font-style: normal;
	}
.Hardy{
	float:left;
	}
.reply{
	float:left;
	margin-left:20em;
	margin-top: .5em;
	}
.reply a{
	padding: 8px 22px;
    background: url(update.png) no-repeat 16px 8px #D57D39;
    padding-left: 3.3em;
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
	text-decoration:none;
	}
.reply a:hover{
	background:url(update.png) no-repeat 16px 8px #212121;
	display:block;
	text-decoration:none;
	}
.tom-grid:nth-child(4){
	border-bottom:none;
	}
.three-com{
	margin:3em 0;
	}
.leave-comment {
	  margin: 3em 0 0;
	}
.leave-comment h4{
	color:#E0BD62;
    margin: 0;
    font-size: 1.5em;
	}
.leave-comment p{
	color:#AFAFAF;
	font-size: 14px;
	margin: .5em 0 2em;
	}
.leave-comment input[type="text"],.leave-comment textarea,.leave-comment input[type="submit"]{
	outline: none;
	border: 1px solid #D4D3D3;
	background: none;
	padding:10px;
	width: 60%;
	font-size:14px;
	}
.leave-comment input[type="text"]:nth-child(2){
	margin:1em 0;
	}
.leave-comment textarea{
	resize:none;
	min-height:200px;
	margin:1em 0;
	}
.leave-comment input[type="submit"] {
    font-size: 1em;
    background:#E0BD62;
    padding: 10px 0;
    color: #fff;
    display: block;
	transition:.5s ease-in;
}
.leave-comment input[type="submit"]:hover{
	background:#D57D39;
}
/*--------social simptip--------*/
.top-social-icons a:hover{
	background:none;
	color:#838383;
	text-decoration:none;
	}
.top-social-icons a{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
	background: none;
	border:1px dotted #adadad;
	padding: 5px 11px;
	color: #999;
	font-size: 14px;
	text-decoration:none;
	transition:.5s ease-in;
}
.top-social-icons a:hover{
	background:#D57D39;
	color:#fff;
	border: 1px solid #fff;
}
.single h3 {
    font-size: 1.5em;
    color: #212121;
    margin: 0;
    line-height: 1.5em;
}
.single {
    margin-bottom: 2em !important;
}
/*-- single --*/
/*--Typography--*/
.typo {
    margin: 3em 0 0;
}
.well {
    font-weight: 300;
    font-size: 14px;
}
.well p{
	color:#000;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.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;
}
.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:#D5B319;
    letter-spacing: 1px;
}
.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;
  margin-bottom:10px;
}
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;
  }
.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: 0.8em;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
}
@media (max-width:480px){
	.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;
	}
	.p-class ul li{
	padding-top:0.1em;
	}
	.p-class ul li span{
	width:100%;
	}
	.p-class ul li p{
		padding-top:0;
		width:100%;
	}
	.breadcrumb{
		width:100%;
	}
	.cpack, .cno{ width:100%;}
}

@media (max-width: 320px){
	.caption span {
		margin: 0 0 1.5em;
	}
	.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: 12px;
	}
	.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 --*/
/*-- mail --*/
.mail-grid1 h3, .map h3{
	font-size:1.5em;
    color: #E0BD62;
    margin: 2em 0 0;
}
.mail-grid1 h3 span,.map h3 span{
	color:#212121;
}
.mail-grid1 p{
	font-size:14px;
	color:#999;
	margin:0.5em 0 1.5em;
}
.mail-grid1 ul{
	padding:1em 0 1em;
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #EAEAEA;
}
/*.mail-grid1 ul:nth-child(4){
	
}*/
.mail-grid1 ul li{
	display: inline-block;
    font-size: 1.2em;
    padding-left: 1em;
    color: #999;
	width:100%;
}
.mail-grid1 ul li span,.mail-grid1 ul li a{
	display: block;
    color: #777;
    font-weight: 300;
    padding-left: 1em;
    font-size: .8em;
    margin: .5em 0 0;
}
.mail-grid1 ul li a{
	color:#D57D39;
	text-decoration:none;
}
.mail-grid1 ul li a:hover{
	color:#777;
}
.mail-grid1 ul li i {
    left: -1em;
    color:#212121;
}
/*.mail-grid1 ul li:nth-child(2) {
    margin-left: 3em;
}
.mail-grid1 ul li:nth-child(3) {
    margin-left: 3em;
}*/
.mail-grid1 input[type="text"]:nth-child(1),.mail-grid1 input[type="email"],.mail-grid1 input[type="phone"]{
	width:48% !important;
	margin:1.5em 0;
}
.mail-grid1 input[type="email"] {
    margin-left:1.5em !important;
}
.mail-grid1 input[type="text"],.mail-grid1 input[type="email"],.mail-grid1 textarea,.mail-grid1 input[type="phone"]{
	outline:none;
	border:1px solid #aaa;
	font-size:14px;
	color:#999;
	padding:10px;
	background:none;
	width:100%;
}
.mail-grid1 textarea{
	margin:1.5em 0;
	min-height:150px;
}
.mail-grid1 input[type="submit"]{
	outline:none;
	border:none;
	font-size:1em;
	background:#E0BD62;
	/*padding:12px 0;*/
	width:30%;
	color:#fff;
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
}
.mail-grid1 input[type="submit"]:hover{
	background:#D57D39;
}
.map iframe{
	width:100%;
	min-height:300px;
	margin:3em 0 0em;
}
/*-- //mail --*/
/*-----start-responsive-design------*/
@media (max-width:1280px){
	.banner-body {
		padding:4em 0;
	}
}
@media (max-width:1080px){
	.logo h1 a {
		font-size: 1.2em;
		padding: 0.8em 0 .6em;
	}
	.logo {
		width: 180px;
		height: 180px;
	}
	.top-nav {
		margin: 1em 0 0;
	}
	.banner-body-content {
		padding: 2.5em 1em;
	}
	.banner-right1 h3 {
		font-size: 1.1em;
		margin: .8em 0 0;
	}
	.banner-left p {
		margin: 0.5em 0 0;
	}
	.gallery-head h5 {
		font-size: 1.8em;
	}
	.mail-grid1 input[type="text"]:nth-child(1), .mail-grid1 input[type="email"] {
		width: 48% !important;
	}
	.pagination-lg > li > a, .pagination-lg > li > span {
		padding: 10px 15px;
	}
	.blog-grid-right h4 a {
		font-size: 1.1em;
	}
	.msg-text-bottom-left h3 a {
		font-size: .75em;
	}
	.msg-text-bottom-left figure {
		min-width: 201px;
		max-width: 201px;
		height: 150px;
	}
	.msg-text-bottom-left figure img {
		max-height: 100%;
	}
	.tags-cate {
		padding: 2em 0;
		margin: 2em 0;
	}
	.cat-grid h4 {
		font-size: 1.3em;
	}
	.cat-grid ul {
		padding: 1em 0 0;
	}
	.top-social-icons {
		margin-top: 2em;
	}
	.single h3 {
		font-size: 1.3em;
	}
	.leave-comment input[type="text"], .leave-comment textarea, .leave-comment input[type="submit"] {
		width: 85%;
	}
	.reply {
		float: right;
		margin-left: 0;
		margin-top: 0;
	}
	.msg-text {
		margin: 3em 0;
	}
	.banner-body {
		padding: 2em 0;
	}
}
@media (max-width:991px){
	.banner-body-left {
		padding: 0;
	}
	.logo {
		width: 172px;
		height: 172px;
	}
	.logo h1 a {
		font-size: 1.2em;
		padding: 0.8em 0 .7em;
	}
	.banner-body-right {
		padding-right: 0;
	}
	.banner-body-content {
		padding: 1em 1em;
	}
	.navbar-nav > li > a {
		margin: 10px 10px;
		font-size: 14px;
	}
	.latest-news h2, .latest-news h3 {
		font-size: 1.3em;
	}
	.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
		font-size: 14px;
	}
	.msg-text-bottom-left figure {
		min-width: 100%;
		height:100%;
		float: none;
		margin: 0 auto;
	}
	.msg-text-bottom-left figure img {
		max-height: 100%;
	}
	.msg-text-bottom-left h3 a,.msg-text-bottom-left p{
		text-align:center;
	}
	.msg-text-bottom-left:nth-child(2) {
		margin: 2em 0;
	}
	.footer {
		margin: 2em 0 0;
		padding: 1em 0 0;
	}
	.gallery-head h5 {
		font-size: 1.5em;
	}
	.gallery-grids, .blog, .single {
		margin: 2em 0 4em;
	}
	.blog-grid-left {
		float: none;
		width: 100%;
		margin: 0 0 1em;
	}
	.blog-grid-right,.single-left {
		float: none;
		width: 100%;
	}
	.msg-text-bottom-left h3 a {
		margin: 1em 0 0.5em;
	}
	.single h3 {
		font-size: 1.2em;
	}
	.single-right {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.cat-grid {
		float: none;
		width: 100%;
	}
	.cat-grid:nth-child(2) {
		margin:2em 0;
	}
	.tom-right {
		width: 80%;
	}
	.tom {
		width: 16%;
	}
	.grid_5 {
		padding: 2em 0 0;
	}
	.mail-grid1 h3, .map h3 {
		font-size: 1.3em;
	}
	.mail-grid1 input[type="text"]:nth-child(1), .mail-grid1 input[type="email"] {
		width: 47.4% !important;
		margin: 0 0 1.5em;
	}
	.mail-grid1 input[type="submit"] {
		padding: 10px 0;
	}
	.map iframe {
		min-height:200px;
		margin: 2em 0 0em;
	}
}
@media (max-width:800px){
	.gallery-grids, .blog, .single {
		margin: 3em 0 4em;
	}
	.leave-comment input[type="text"], .leave-comment textarea, .leave-comment input[type="submit"] {
		width: 100%;
	}
	.gallery-head h5 {
		margin: 2em 0 0;
	}
}
@media (max-width:768px){
	.banner, .banner1, .banner2 {
		min-height: 290px;
	}
	.footer {
		margin: 3em 0 0;
	}
	.mail-grid1 ul li {
		font-size: 1em;
	}
	.latest-news {
		margin: 2em 0 0;
	}
}
@media (max-width:767px){
	.navbar-toggle {
		float: none;
		margin: 0 0 0 4em;
	}
	.navbar-default .navbar-toggle {
		border-color: #212121;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.navbar-nav {
		margin: 0;
	}
	.navbar {
		margin-bottom: 0;
	}
	.navbar-nav > li > a {
		padding: 7px 0;
	}
	.top-nav {
		margin: 2em 0 0;
	}
	.latest-news {
		margin: 1em 0 0;
	}
}
@media (max-width:667px){
	.logo {
		width: 146px;
		height: 146px;
	}
	.logo h1 a {
		font-size: 1em;
		padding: 1em 0;
	}
	.banner, .banner1, .banner2 {
		min-height: 240px;
	}
	.navbar-toggle {
		margin: 0 0 0 3em;
	}
}
@media (max-width: 640px){
	.logo {
		width: 140px;
		height: 180px;
	}
	.latest-news h2, .latest-news h3 {
		font-size: 1.2em;
	}
	.panel-group {
		margin: 1em 0;
	}
	.panel-body {
		padding: 4px;
	}
	.join a {
		padding: 7px 30px;
		font-size: 14px;
	}
	.wmuSliderPagination a {
		width: 10px;
		height: 10px;
	}
	.msg-text {
		margin: 2em 0;
	}
	.footer-left {
		float: none;
		text-align: center;
		margin-bottom: 1em;
		margin-left:0;
	}
	.footer-right {
		float: none;
		text-align: center;
	}
	.gallery-grids, .blog, .single {
		margin: 2em 0 2em;
	}
	.blog-grid-right h4 a {
		font-size: 1em;
	}
	.single-right h4 {
		font-size: 1.2em;
	}
	.single p.tortor {
		margin: 0;
	}
	.leave-comment p {
		line-height: 1.8em;
	}
	.mail-grid1 h3, .map h3 {
		font-size: 1.2em;
	}
	.mail-grid1 input[type="text"]:nth-child(1), .mail-grid1 input[type="email"] {
		width:47.7% !important;
		margin: 0 0 1em;
	}
	.mail-grid1 textarea {
		margin: 1em 0;
		min-height: 120px;
	}
	.mail-grid1 input[type="email"] {
		margin-left: 1em !important;
	}
}
@media (max-width: 600px){
	.logo {
		width: 130px;
		height: 190px;
	}
	.logo h1 a {
		padding: 0.8em 0;
	}
	.footer-left{ margin-left:0;}
}
@media (max-width:480px){
	.banner-body-left {
		float: left;
		width: 100%;
		text-align: center;
	}
	.logo {
		width: 220px;
		height: 220px;
		margin: 0 auto;
		margin-bottom:1em;

	}
	.logo h1 a {
		padding: 1em 0;
	}
	.top-nav {
		margin: 1em 0 0;
	}
	.navbar-toggle {
		margin: 0;
	}
	.banner-body-right {
		padding: 0;
		width: 100%;
	}
	.latest-news {
		margin: 2em 0 0;
		text-align: left;
	}
	.panel-group {
		margin: 2em 0;
	}
	.panel-group .panel {
		text-align: left;
	}
	.footer {
		margin: 2em 0 0;
	}
	.footer-left{ margin-left:0;}
	.leave-comment h4 {
		font-size: 1.3em;
	}
	.mail-grid1 input[type="submit"] {
		font-size: 14px;
	}
}
@media (max-width:414px){
	.banner, .banner1, .banner2 {
		min-height: 190px;
	}
	.gallery-grid {
		float: none;
		width: 80%;
		margin: 0 auto;
	}
	.cat-grid ul li a {
		margin: 0 auto;
	}
	.mail-grid1 ul li:nth-child(2) {
		margin-left: 2em;
	}
	.mail-grid1 input[type="text"]:nth-child(1), .mail-grid1 input[type="email"] {
		width: 100% !important;
	}
	.mail-grid1 input[type="email"] {
		margin-left: 0 !important;
	}
	.mail-grid1 input[type="submit"] {
		padding: 7px 0;
		width: 45%;
	}
}
@media (max-width:375px){
	.banner-right1 h3 {
		font-size: 1em;
	}
	.msg-text {
		padding: 1.5em 0;
	}
	.gallery-head h5 {
		font-size: 1.3em;
	}
	.gallery-grid {
		width: 100%;
	}
	.blog-grid-right{
		padding: 0;
	}
	.tags-cate {
		padding: 1em 0;
	}
	.single h3 {
		font-size: 1em;
	}
	.three-com {
		margin: 0;
	}
	.tom {
		width: 20%;
		padding: .3em;
	}
	.tom-right {
		width: 72%;
	}
	.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: 11px!important;
	}
	.mail-grid1 ul li:nth-child(2) {
		margin-left: 0;
	}
	.map iframe {
		min-height: 150px;
		margin: 1.5em 0 0em;
	}
}
@media (max-width:320px){
	.banner-body-content {
		padding: .7em;
	}
	.banner, .banner1, .banner2 {
		min-height: 140px;
	}
	.banner-left p,.panel-body,.leave-comment p,.tom-right p.lorem,.cat-grid ul li a,.top-social-icons a,.single-right p,.single p.tortor,.single-left p,.blog-grid-right p,.gallery-head p,.latest-news p,.msg-text-right p,.msg-text-bottom-left p,.footer-left ul li,.footer-left p {
		font-size: 13px;
	}
	.leave-comment input[type="text"],.mail-grid1 input[type="text"], .mail-grid1 input[type="email"], .mail-grid1 textarea, .leave-comment textarea, .leave-comment input[type="submit"] {
		font-size: 13px;
	}
	.mail-grid1 input[type="submit"] {
		width: 60%;
	}
	.leave-comment textarea {
		min-height: 145px;
	}
	.mail-grid1 p {
		font-size: 13px;
		line-height: 1.8em;
	}
	.mail-grid1 ul {
		padding: 1em 0;
	}
	.mail-grid1 ul li,.leave-comment input[type="submit"] {
		font-size: 14px;
	}
	.mail-grid1 ul li:nth-child(2) {
		margin-top: 1em;
	}
	.mail-grid1 ul li span, .mail-grid1 ul li a {
		font-size: .9em;
	}
	.mail-grid1 h3, .map h3 {
		font-size: 1.1em;
	}
	.single {
		margin-bottom: 0em !important;
	}
	.leave-comment p {
		margin: .5em 0 1em;
	}
	.tom-grid {
		padding: 1em 0;
	}
	.leave-comment {
		margin: 2em 0 0;
	}
	.Hardy {
		float: none;
	}
	.tom-right p label {
		font-size: 12px;
	}
	.cat-grid h4 {
		font-size: 1.1em;
	}
	.single-right h4 {
		font-size: 1em;
		margin: 1em 0 .5em;
	}
	.single-left p span {
		font-size: 15px;
	}
	.gallery-grids, .blog, .single {
		margin: 1.5em 0 2em;
	}
	.gallery-head h5 {
		font-size: 1.2em;
		margin: 1.5em 0 0;
	}
	.blog-grid-right h4 a {
		font-size: .8em;
	}
	.banner-left p {
		margin: 0;
	}
	.msg-text-left span {
		font-size: 1.5em;
	}
	.msg-text-left{
		padding:0;
	}
	.msg-text {
		padding: 1em 0;
		margin: 1em 0;
	}
	.msg-text-bottom-left h3 a {
		font-size: .67em;
	}
	.banner-body {
		padding: 1em 0;
	}
	.reply {
		float: none;
		width: 65%;
		margin: 1em 0 0;
	}
	.logo {
		width: 220px;
		height: 200px;
	}
	.logo h1 a {
		font-size: .9em;
		padding: 0.8em 0;
	}
}