
/* Tob Bar.css
=================================================== */

.top-bar {
    background: #324c73;
	color:#fff;
    z-index: 99;
    position: relative;
    width: 100%;
    /* height: 36px; */
    height: 40px;
    border-bottom: 1px solid #EDEDED;
    /* line-height: 36px; */
}

.top-bar .top-bar-left {
    float: left;
}

.top-bar-right {
    float: right;
    position: relative;
}

.top-bar ul li:first-child {
    /*! border-left: 1px solid #6D6D6D; */
}

.top-bar ul li {
    float: left;
	/* height: 37px; */
	height: 40px;
    /*! border-right: 1px solid #6D6D6D; */
}

.top-bar ul li a {
    padding: 3px 15px;
    display: block;
    /*color: #aebecc;*/
	color: #ced9e4;
    font-size: 18px;
    letter-spacing: 0px;
    font-weight: 500;
    color: #000;
    color: #000;
}

.right-top i {
    padding-right: 10px;
    color: #8ECBEE;
    font-size: 19px;
    vertical-align: middle;
}

.top-bar .social-icons li a {
	font-size:18px;
}

.top-bar .top-social-icons li a,
.top-bar .font-resizer li a {
	padding:0 7px;
}

.top-bar .top-social-icons li a,
.top-bar .font-resizer li a {
	padding:0 7px;
}

.top-bar .font-resizer li a i {
	color: #ced9e4;
	vertical-align: sub;
}

.top-bar ul li:hover a {
    color: #fff;
    background: rgba(255,255,255,.08);
    transition: .5s;
    -webkit-transition: .5s;
}

.top-bar .container {
  -moz-transition: height 0.9s;
  -webkit-transition: height 0.9s;
  transition: height 0.9s;
}

.top-bar .container::before, .top-bar .container::after {
  content: " ";
  display: table;
}

.top-bar .container::after {
  clear: both;
}

.top-bar .close {
	color: #7C7C7C;
	font-size: 20px;
	cursor: pointer;
	display: none;
	opacity: 1;
	text-align:center;
	float:none;
	text-shadow:none;
    padding: 4px 7px;
}

.top-bar .font-resizer {
	margin-left:10px;
}

/* Top Bar White */
.top-bar.top-bar-white {
	background: #c2474b;
    color: #777777;
	border-bottom:transparent;
}

.top-bar.top-bar-white ul li:first-child {
    border-left: 1px solid #d2d0d0;
}

.top-bar.top-bar-white ul li {
    border-right: 1px solid #d2d0d0;
}

.top-bar.top-bar-white ul li a {
    color: #f0f0f0;
}

/*.top-bar.top-bar-white .right-top i {
    color: #c5c5c5;
}*/

.top-bar.top-bar-white ul li:hover a {
    color: #324c73;
    /*! background: rgba(0,0,0,.06); */
}

.top-bar.top-bar-white .font-resizer i {
    color: #666;
}
/* // Top Bar White */

@media (max-width: 991px) {
 .top-bar {
    text-align: center;
	position: inherit;
	height: auto;
	border-bottom: none!important;
  }
 
  .top-bar .container {
    height: 0;
    overflow: hidden;
  }

  .top-bar .top-bar-left, .top-bar .top-bar-right {
    float: none;
    width: 100%;
  }

  .top-bar .top-bar-left > *, .top-bar .top-bar-right > * {
    margin: 0;
    width: 100%;
  }

  .top-bar .text .fa {
    padding-left: 0;
  }

  .top-bar .close {
    display: block;
	background: #082C46;
  }
  
  .top-bar.top-bar-white .close {
  	background: #fff;
  }
  
	.top-bar.top-bar-white.open .close,
	.top-bar.top-bar-white .close:hover {
		background: rgba(0, 0, 0, 0.07);
		color: #124870;
	}
	
	.top-bar.open .close,
	.top-bar .close:hover {
	color:#fff;
	}

  .top-bar.open .close::before {
    content: "\f077";
  }
  
  .top-bar ul {
  	position:relative;
  }
  
  /*.top-bar ul li:first-child,
  .top-bar ul li {
    border-left: transparent!important;
	border-right: transparent!important;
  }
  
  .top-bar ul li {
	float:none;
	border: none;
	border-bottom: 1px solid #e7e7e7;
  }*/
  
  .top-bar .top-bar-left, 
  .top-bar .top-bar-right {
	border-bottom: 1px solid #264963;
  }
  
  .top-bar ul li:first-child {
    border-left: 1px solid #264963;
}

.top-bar ul li {
    border-right: 1px solid #264963;
}
  
  .top-bar.top-bar-white .top-bar-left, 
  .top-bar.top-bar-white .top-bar-right {
	border-bottom: 1px solid #e7e7e7;
  }
  
  .top-bar.top-bar-white ul li:first-child {
    border-left: 1px solid #2b4238;
}

.top-bar.top-bar-white ul li {
    border-right: 1px solid #2b4238;
}
  
  .social-icons,
  .right-top {
    display: table;
    margin: 0 auto!important;
    width: auto!important;
	float: none!important;
}
  
  .top-bar .font-resizer,
  .top-bar .font-resizer aside {
     margin: 0px; 
  }
  
}

@media (max-width: 480px) {
.top-bar .right-top li {
    display: block;
    float: none;
    border-left: 1px solid #264963;
	border-bottom: 1px solid #264963;
}

.top-bar .right-top li:last-child {
	border-bottom: transparent;
}

.top-bar.top-bar-white .right-top li {
    border-left: 1px solid #2b4238;
	border-bottom: 1px solid #2b4238;
}
}

/* // Tob Bar.css
=================================================== */

/* Font Resizer
=================================================== */

.font-resizer li.aside {
	margin-right:10px;
	border: none!important;
}

.font-resizer li a {
	padding:0 4px;
}

.font-resizer i {
	vertical-align:sub;
	color:#666;
}

.font-resizer a.increase i,
.font-resizer:hover a.increase i {
	font-size:26px;
}

.font-resizer a.decrease i,
.font-resizer:hover a.decrease i {
	font-size:18px;
}

.font-resizer a.resetMe i,
.font-resizer:hover a.resetMe i {
	font-size:22px;
}

.banner-strip .font-resizer li:first-child a {
	margin-left:10px;
}

/* // Font Resizer
=================================================== */

/* Header Section 
======================================== */

.logo-content {
	padding:15px 0;
}

.logo-content .quotes { 
	color:#231f20;
}

/* Header Simple 
=================================================== */

.header-simple .logo-content {
	padding:15px 0 5px 0;
}

.header-simple .brand img {
    max-width: 100%;
    width: 280px;
}

.header-simple .simple-contact {
	text-align:right;
}

.btn-group > .btn, 
.btn-group-vertical > .btn {
    float: none!important;
}
/* // Header Simple 
=================================================== */


/* Header Centered Menu.css
=================================================== */

.header-center-menu .brand {
	float:none;
	text-align: center;
}

/* // Header Centered Menu.css
=================================================== */

/* Header Locations.css
=================================================== */

.header-locations .brand img {
/*	margin-top: -20px;*/
}

.location-icons {
	display:table;
	width:100%;
	text-align:left;
}

.location-icons:before {
	content: "\f179";
	display:table-cell;
font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 28px;
	line-height:normal;
    width: 1.28571429em;
	color:#8ECBEE;
	vertical-align: top;
}

.location-icons h5 {
	margin-bottom:5px;
}

.location-icons p {
	line-height:18px;
	font-size:13px;
}

.location-icons:hover:before,
.location-icons:hover h5,
.location-icons:hover p {
	color:#324c73;
}

.appointment-sidebar i {
    display:inline;
	margin-right:5px;
}

/* // Header Locations.css
=================================================== */

/* Header White Menu 
=================================================== */
.header-white-menu .menu {
	background:transparent;
	border:none;
	z-index:24;
}

.header-white-menu .navbar {
	border-top:1px solid #E4E2E2;
	margin-bottom:5px;
	background:rgba(245, 245, 245,1);
}

.header-white-menu nav.navbar .nav > li > a,
.header-white-menu nav.navbar .navbar-nav > .open > a, 
.header-white-menu nav.navbar .navbar-nav > .open > a:hover, 
.header-white-menu nav.navbar .navbar-nav > .open > a:focus {
	color:#545454;
	border-right: 1px solid #E4E2E2;
}

.header-white-menu .navbar-nav {
    float: none;
    margin: 0;
	display:inline-block;
}
/* // Header White Menu 
=================================================== */

/* // Header Section 
======================================== */

/* Footer Section 
======================================== */

/* Footer Common CSS */
footer {
  /*  background: #282E33;*/
    color: #748796;
    position: relative;
	/*overflow:hidden;*/
   
    line-height: 24px;
    font-weight: 400;
    z-index: 1;
	box-shadow: 0 15px 15px -20px #b0b0b0 inset;
    -moz-box-shadow: 0 15px 15px -20px #b0b0b0 inset;
    -webkit-box-shadow: 0 15px 15px -20px #b0b0b0 inset;
	font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 17px;
}

.footer {
  background: #151515;
	background-size: cover!important;
}

.footer:before {
	content:'';
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
 background: rgba(8,44,70, .9);
    z-index: -1;
}

.footer {
	padding-top:35px;
	position:relative;
	z-index:0;
}

.footer-logo img {
    width: 240px;
    margin-top: -42px;
}

.footer .footer-title {
    font-size: 20px;
	color:#000102;
	/*! text-transform: capitalize; */
    margin-bottom: 25px;
    font-weight: 700;
}

.footer p {
	font-size:inherit;
}

.footer p, 
.footer a {
    color: #8B9FAF;
}

.footer a.btn {
	color:#fff!important;
}

footer .list-type1 li {
    font-size: inherit;
    color: inherit;
    border-bottom: 1px solid rgba(120, 120, 120, 0.2);
    width: 100%;
}
footer .list-type1 li a{
    
	font-family: 'Barlow Semi Condensed', sans-serif;
font-size: 16px;
}

footer .table-min .dl-horizontal {
    border-bottom: 1px solid rgba(120, 120, 120, 0.2);
}

.footer-bottom-strip {
    padding: 10px 0px;
}

.copyright {
    font-size: 13px;
}

.footer-menu ul li a {
    font-size: 18px;
    line-height: 32px;
	padding: 0 10px;
	font-weight:500;
	position:relative;
}

.footer-menu ul li a:before {
	content: '';
    position: absolute;
    right: -3px;
    top: 5px;
    background: rgba(201,201,201,0.5);
    height: 12px;
    width: 1px;
}

.footer-menu ul li:last-child a:before {
	display:none;
}

.footer-menu ul li:first-child a {
	padding-left:0;
}

.footer-menu ul li:last-child a {
	padding-right:0;
}

.footer-strip-menu {
	text-align:right;
}

.footer-strip-menu li {
	position:relative;
	display:inline-block;
	padding:0 12px;
}

.footer-strip-menu a:after {
    content: '';
    position: absolute;
    right: -3px;
    top: 7px;
    background: #7C9FAF;
    height: 12px;
    width: 1px;
}

.footer-strip-menu li:last-child a:after {
	display:none;
}

/* Back To Top */

/* Type 01 */
.footer-strip {
    position: relative;
	overflow:hidden;
}

.footer-strip .footer-bottom-border {
    background: #324c73;
    height: 5px;
}

.footer-strip .back-to-top {
	/*position: absolute;
	left:0;
	right:0;
	bottom:0;*/
    overflow: hidden;
    padding-top: 15px;
    width: 160px;
    height: 80px;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    background: #324c73;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-bottom: -40px;
}

.footer-strip .back-to-top i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    border-radius: 50%;
    background: #8ECBEE;
    color: #333;
}

.footer-strip .back-to-top:hover i {
    line-height: 30px;
    color: #111;
    background: #fff;
}
/* // Type 01 */

/* // Type 02 */
.back-to-top-fixed {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #8ECBEE;
    color: #E5E6DD;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    border-radius: 3px;
    text-align: center;
    font-size: 20px;
}

.back-to-top-fixed:hover {
    background: #324c73;
    color: #fff;
}

.back-to-top-fixed:before {
    content: '\f106';
    font-family: "FontAwesome";
}
/* // Type 02 */

/* // Back To Top */

/* Footer Strip */
.top-strip {
    background: rgba(255,255,255,1) fixed;
    padding: 30px 0;
	font-size: 20px;
	
    /*position: relative;*/
}

.footer-call i:before {
    color: #324c73;
    font-size: 26px;
    text-align: right;
    margin-right: 15px;
    vertical-align: middle;
}

.footer-call .media-left {
    padding-right: 0px;
}

.question, .open-time {
    /* color: #f4f4f4; */
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 1px;
}

.open-time i.media-left:before, 
.question i:before {
    width: auto;
    display: table-cell!important;
    font-size: 26px;
}

.icon-bordered {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 3px solid #7DC855;
    font-size: 30px;
    margin-right: 15px;
    text-align: center;
    color: #082C46;
}

.top-strip h3 {
    line-height: 32px;
    font-weight: 400;
    margin: 0;
    color: #c5c5c5;
}

@media (max-width:991px) {
.top-strip .media-body {
    width: 100%;
    text-align: left;
}

.copyright,
.footer-strip-menu {
	text-align:center;
}
}

.about-main {
    position: relative;
}
.sitemap-tabs ul li {
    display: inline-block;
    width: 14%; 
    margin: 0.5em;
    text-align: center;
    font-size: 1em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
.sitemap-tabs ul li a {
    color: #464646;
	padding: 1em 0;
    border: 1px solid #c1c0c0;
	display: block;
}
.sitemap-tabs ul li a i.fa {
    font-size: 1.3em;
    margin-right: .5em;
}
.sitemap-tabs ul li a:hover {
	border-color:#0280e1;
	color: #0280e1;
}
.sitemap-tabs ul li a:hover i.fa{
	color:#0280e1;
}  
.sitemap-tabs.scroll-to-fixed-fixed {
    background: #fff;
}
.sitemap-text {
    padding: 1em 0;
}
.sitemap-text-grids ul{margin-top: 10px;
}
.sitemap-text-grids ul li a{font-size: 16px;
	font-size: 15px;
	line-height: 27px;
   
    color: #000;
}
.sitemapbox{width: 90%;
margin: 0 auto;}

p.w3sitemap-title {
   
   font-size: 22px;
color: #00afef;
    border-bottom: 1px solid #c1c0c0;
    padding-bottom: 0.5em;
}

@media(min-width:300px) and (max-width:470px){
	.sitemap-tabs ul li { 
	width: 42%;
    margin: 0.3em; 
}
.sitemap-tabs ul li a { 
    padding: 0.5em 0;  
}
.sitemap-tabs ul li a i.fa { 
	font-size: 1.1em;
    margin-right: .2em;
}
.sitemap-tabs.affix ul li {
    font-size: 0.9em; 
    width: 30%;
}
.sitemap-text-grids {
    float: left;
   /* width: 25%;*/
}

}

@media(min-width:470px) and (max-width:720px){
	.sitemap-tabs ul li { 
	width: 30%;
    margin: 0.3em; 
}
.sitemap-tabs ul li a { 
    padding: 0.5em 0;  
}
.sitemap-tabs ul li a i.fa { 
	font-size: 1.1em;
    margin-right: .2em;
}
.sitemap-tabs.affix ul li {
    font-size: 0.9em; 
    width: 30%;
}
.sitemap-text-grids {
    float: left;
  /*  width: 25%;*/
}
	.productfont{font-size: 14px;
		text-align: center;
	}

}

@media(min-width:720px) and (max-width:991px){
	.sitemap-tabs ul li { 
	width: 23%;
    margin: 0.3em; 
}
.sitemap-tabs ul li a { 
    padding: 0.5em 0;  
}
.sitemap-tabs ul li a i.fa { 
	font-size: 1.1em;
    margin-right: .2em;
}
.sitemap-tabs.affix ul li {
    font-size: 0.9em; 
    width: 18%;
}
.sitemap-text-grids {
    float: left;
    /*width: 25%;*/
}
}
	
@media(min-width:991px) and (max-width:1200px){
	.sitemap-tabs ul li { 
    font-size: 1em; 
}
nav.sitemap-tabs.affix div#myNavbar {
    width: 90%; 
}
.new-tag h6 { 
    top: 3%;
    left: 3%;
    font-size: .9em;
}
.new-tag:before { 
    border-top-width: 60px;
    border-right-width: 98px; 
}
.related-row ul li a { 
    font-size: 0.9em;
}
	.sitemap-tabs ul li {
    display: inline-block;
    width: 14%; 
    margin: 7px;
    text-align: center;
    font-size: 1.1em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	transition:.5s all;
}
}

/*-- gallery --*/
.gallery-grids:nth-child(4){
	margin:4em 0 2em;
}
.gallery-grids:nth-child(6){
	margin:2em 0;
}
#jzBox {
  top: 0;
  left: 0;
  z-index: 10000;
  position: fixed;
  background-color: rgba(30, 30, 30, 0.9);
  margin: 0 !important;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  color: #fff;
}

#jzBoxTargetImg {
  margin:6% 0 1% 0;
  max-width: 96%;
  max-height: 60%;
  cursor: pointer;
}

#jzBoxCounter {
  margin-bottom: 1%;
  font-size: 12px;
}

#jzBox i:hover {
  cursor: pointer;
  color: #2aabd2;
}

#jzBoxBottom { max-height: 22%; }

#jzBoxNextBig, #jzBoxPrevBig {
  cursor: pointer;
  top: 0;
  left: 0;
  width: 35%;
  position: fixed;
  z-index: 10001;
  height: 100%;
}

#jzBoxNextBig { left: 65%; }

.close {
    float: none;
    opacity:1;
    background:url(../../images/close.png)no-repeat 0px 0px;
    display: block;
    width: 32px;
    height: 32px;
	margin:1em auto 0;
}
.arrow-left{
	background: url(../../images/left.png) no-repeat 0px 0px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.arrow-right{
	background: url(../../images/right.png) no-repeat 0px 0px;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.item {
	text-align:center;
	float: none;
    margin: 0;
	position:relative;			
}
.item,
.item-hover,
.item-hover .mask,
.item-img,
.item-type-move .item-info {
	/*width: 255px;
    height: 170px;*/		
}

.item-hover,
.item-hover .mask,
.item-img { 
	position:absolute;
	top:0;
	left:0;			
}			

.item-type-move .item-hover {	
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;	
	opacity:0;
	cursor:pointer;		
	z-index:100;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.4);
}			
.item-type-move .item-info {
	z-index:10;
	color:#ffffff;
	position:relative;
	z-index:5;			
	overflow:hidden;			
}

.item-type-move .item-info .headline,
.item-type-move .item-info .date-month {
	width: 100%;
	position:absolute;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;		
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;	
	padding:0 10px;															
}				

.item-type-move .item-info .headline {
	font-size: 22px;
    top: 10px;
   /* font-family: 'Cardo', serif;*/
    color: #fff;							
}

.item-type-move .item-info .date-month {
	font-size:14px;
	font-style:italic;
	bottom:10px;																		
}
				
.item-type-move .item-info .line {
	 height:1px;
	 width:85%;
	 margin:10px auto 0 auto;
	 background-color:#ffffff;		 
}				

.item-type-move .item-hover .mask {
	background-color:#C5C5C5;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);					
	z-index:0;
}

.item-type-move .item-hover:hover {
	opacity:1;
}				

.item-type-move .item-hover:hover .item-info .headline {
	top:37%;
}				

.item-type-move .item-hover:hover .item-info .date-month {
	bottom:38%;
}	
.item-img {			
	background-color:#7a548f;
	z-index:0;			
}



@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;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
    width: 403px;
    height: 267px;
}
}
@media (max-width: 320px){
	.top-strip {
    font-size: 14px;
}
	.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 --*/
/*-- mail --*/
.mail-grid{
	padding:2em;
    background: #f5f5f5;
    margin: 3em auto;
}
.mail-grid-left h4{
	font-size:1.5em;
	color:#212121;
	margin:0 0 1.5em;
}
.mail-grid-left p{
	color: #999;
    line-height: 1.8em;
}
.mail-grid-left p i{
	left: -3em;
    color: #D6491C;
    display: block;
    text-align: center;
    padding-bottom: 1em;
    font-size: 1.5em;
}
.mail-grid-left p span{
	display:block;
}
.mail-grid-left1 ul li{
	list-style-type:none;
	font-size:14px;
	color:#999;
	margin-bottom:1em;
}
.mail-grid-left1 ul li span{
	padding-left:1em;
	left:-.5em;
	color:#D6491C;
}
.mail-grid-left1 ul li a{
	color:#999;
	text-decoration:none;
}
.mail-grid-left1 ul li a:hover{
	color:#212121;
}
.mail-grid-right iframe{
	min-height:300px;
	width:100%;
}
.mail-grid-left{
    margin: 2em 0 0;
}
.mail-grid-left1 {
    margin:7em 0 0;
}
.contact-grid-left,.contact-grid {
	padding-left:0;
}
.contact-grid-left input[type="text"],.contact-grid-left input[type="email"],.contact-grid textarea{
	outline:none;
	padding:10px;
	background:#f5f5f5;
	color:#212121;
	width:100%;
	font-size:14px;
	border:1px solid #DFDFDF;
}
.contact-grid-left input[type="text"]:nth-child(2){
	margin:1em 0;
}
.contact-grid textarea{
	min-height:200px;
	margin-bottom: .8em;
}
.contact-grid input[type="submit"]{
	outline:none;
	padding:10px 0;
	background:#D6491C;
	color:#fff;
	width:100%;
	font-size:1em;
	border:none;
}
.contact-grid input[type="submit"]:hover{
	background:#3D99DC;
}
.contact-grid textarea,.contact-grid input[type="submit"] {
    width: 98% !important;
}
.contact-grid-blog{
	margin:0 !important;
}
.blog-right-grid-pos1 h3 {
    margin: 0.5em 0 0 !important;
}
/*-- //mail --*/
/*-----start-responsive-design------*/
@media (max-width:1440px){
	.banner {
		background-position:-3px 0px;
	}
}
@media (max-width:1366px){
	.banner-info {
		margin: 8em auto 0;
	}
	.banner {
		min-height: 600px;
	}
}
@media (max-width:1280px){
	.banner-info1 {
		padding: 5em 5em 6em;
	}
	.banner {
		min-height: 555px;
	}
	.banner-bottom, .team, .services, .testimonials, .blog, .gallery, .typo, .mail {
		padding: 0em 0;
	}
	.newsletter {
		padding-bottom: 4em;
	}
}
@media (max-width:1080px){
	.navbar-nav > li > a {
    padding: 22px 14px;
}
	.header-left {
		margin-left: 14em;
	}
	.banner-info {
		margin: 8em auto 0;
		width: 80%;
	}
	.banner {
		min-height: 510px;
	}
	.banner-bottom-left h2 {
		font-size: 2.3em;
	}
	.banner-bottom-left h2 span:after {
		right: 2%;
		width: 30%;
	}
	.team-grid:hover .p-mask {
		transform: translateY(-72%);
		-moz-transform: translateY(-72%);
		-ms-transform: translateY(-72%);
		-webkit-transform: translateY(-72%);
	}
	.banner1 h2 {
		font-size: 2.5em;
	}
	.banner1 {
		min-height: 240px;
	}
	.sap_tabs {
		padding: 1em;
	}
	.resp-tab-item {
		font-size: 14px;
		padding: 8px 37px;
		margin: 1px;
	}
	.blog-right-grid {
		margin: 2em 0;
	}
	.blog-left-grid1-bottom h4 {
		font-size: 1.8em;
	}
	.single-left3-grid p {
		font-size: 14px;
	}
	.admin-right {
		width: 75%;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 205px;
		height: 136px;
	}
	p.sint:after {
		width: 18%;
		left: 40.9%;
	}
	p.sint span:before {
		left: 40%;
	}
	p.sint span:after {
		right: 40.3%;
	}
	.wmuSliderPagination {
		left: 32%;
	}
}
@media (max-width:991px){
	.logo {
		width: 15%;
	}
	.header-left {
		margin-left: 10em;
	}
	.header-right p span {
		font-size: 1em;
	}
	.header-right p i {
		left: 5em;
		font-size: 1.5em;
	}
	.navbar-nav > li > a {
		padding:15px 16px;
	}
	.navbar-nav > li > a i {
		margin-bottom: .5em;
	}
	.header {
		border-top: 3px solid #3D99DC;
	}
	.banner-info {
		margin:6em auto 0;
		width: 95%;
	}
	.banner-info1 {
		padding: 3em 3em 5em;
	}
	.banner {
		min-height: 450px;
	}
	/*.banner-bottom, .team, .services, .testimonials, .blog, .gallery, .typo, .mail {
		padding: 3em 0;
	}*/
	.banner-bottom-left h2 {
		font-size: 2em;
	}
	.banner-bottom-left h2 span:after {
		right: 38%;
	}
	.team h3, .services h3, .testimonials h3, .gallery h3, h3.title, .mail h3 {
		font-size: 2.7em;
	}
	.team-grid {
		text-align: center;
		float: left;
		width: 50%;
	}
	.team-grid img {
		margin:0 auto;
	}
	.team-grid1 .p-mask {
		top: 88%;
		left: 9%;
		width: 82%;
	}
	.team-grid:hover .p-mask {
		transform: translateY(-71%);
		-moz-transform: translateY(-71%);
		-ms-transform: translateY(-71%);
		-webkit-transform: translateY(-71%);
	}
	.team-grid:nth-child(2){
		margin:0 0 2em;
	}
	.services-grid {
		float: left;
		width: 33.33%;
	}
	.link {
		font-size: 1.4em;
	}
	.service-icon:after {
		width: 15%;
		left: 42%;
	}
	.hover {
		width: 150px;
		font-size: 1em;
		height: 40px;
		line-height: 40px;
	}
	.hover-translate:before {
		bottom: 2px;
		left: 2px;
		right: 2px;
		top: 2px;
	}
	p.sint:after {
		width: 17.6%;
		left: 41%;
	}
	.newsletter form {
		width: 85%;
	}
	.newsletter {
		padding-bottom: 3em;
	}
	.blog-right {
		margin: 3em auto 0;
		width: 63%;
	}
	.resp-tab-item {
		padding: 8px 72px;
	}
	.blog-right-grid-pos h3 {
		margin: 7em 0 0;
	}
	.single-left3-grid {
		float: left;
		width: 50%;
	}
	.gallery-grid {
		float: left;
		/*width: 50%;*/
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 330px;
		height: 219px;
	}
	.gallery-grid:nth-child(2) {
		margin-bottom: 2em;
	}
	.item-type-move .item-hover:hover .item-info .headline {
		top: 33%;
	}
	.item-type-move .item-hover:hover .item-info .date-month {
		bottom: 30%;
	}
	.mail-grid-left p i {
		left: 0;
	}
	.mail-grid-left {
		margin: 0;
	}
	.mail-grid-left p {
		text-align: center;
	}
	.mail-grid-left1 {
		margin: 2em 0;
		text-align: center;
	}
	.contact-grid:nth-child(2) {
		width: 68%;
		margin: 2em auto 0;
	}
	.mail-grid-left h4 {
		font-size: 1.7em;
		text-align: center;
		margin-bottom: 1em;
	}
	.banner1 h2:before {
		left: 32%;
	}
	.banner1 h2:after {
		right: 32%;
	}
	.banner1 h2:before, .banner1 h2:after {
		width: 35%;
	}
}
@media (max-width:800px){
	.logo {
		width: 18%;
	}
	.banner1 h2 {
		font-size: 2em;
		margin: 1.5em 0 0;
	}
	.banner1 {
		min-height: 170px;
	}
}
@media (max-width:768px){
	.logo {
		width: 20%;
	}
	.banner-info1 {
		padding: 2em 2em 5em;
	}
	.banner {
		min-height: 410px;
	}
	.team h3, .services h3, .testimonials h3, .gallery h3, h3.title, .mail h3 {
		font-size: 2.5em;
	}
	.comments-grid-left {
		width: 15%;
	}
	.comments-grid-right {
		width: 80%;
	}
	.comments-grid:nth-child(3) {
		margin: 0 0 2em 6em;
	}
	.mail-grid-right iframe {
		min-height: 250px;
	}
}
@media (max-width:767px){
	
	.link-effect-9 a {
		margin: 0;
	}
	
}
@media (max-width: 736px){
	.logo {
		width: 22%;
	}
	.navbar-toggle {
		margin:1.5em 0 1.5em 16em;
	}
}
@media (max-width:667px){
	.navbar-toggle {
		margin:1.1em 0 1em;
	}
	.banner-info {
		margin: 4em auto 0;
	}
	.banner-info h3 {
		font-size: 1.8em;
	}
	.banner-info1 {
		padding: 2em 2em 3em;
	}
	.banner {

		min-height: 340px;
	}
	.banner-bottom-left h2 span:after {
		right: 32%;
	}
}
@media (max-width: 640px){
	.banner-info h3 {
		font-size: 1.7em;
	}
	.banner-bottom-left h2 {
		font-size: 1.8em;
	}
	.banner-bottom-left h2 span:after {
		right: 35%;
	}
	.team h3, .services h3, .testimonials h3, .gallery h3, h3.title, .mail h3 {
		font-size: 2.2em;
	}
	p.sint span:after {
		right: 38.1%;
	}
	p.sint span:before {
		left: 37.8%;
	}
	p.sint:after {
		width: 21.6%;
		left: 39%;
	}
	.team-grid1 .p-mask {
		left: 0%;
		width: 100%;
	}
	.testimonials-grids {
		width: 100%;
	}
	.wmuSliderPagination {
		left: 34%;
	}
	.newsletter form {
		width: 95%;
	}
	.blog-left-grid1-bottom h4 {
		font-size: 1.6em;
	}
	.blog-right {
		width: 77%;
	}
	.paging {
		margin: 2em 0 0 !important;
	}
	.comments-grid:nth-child(3) {
		margin: 0 0 2em 0em;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 212px;
height: 143px;
	}
}
@media (max-width: 600px){
	.banner-info h3 {
		font-size: 1.6em;
	}
}
@media (max-width:568px){
	.banner-info {
		width: 100%;
	}
	.logo {
		width: 24%;
	}
	.banner-bottom-left h2 span:after {
		right: 30%;
	}
}
@media (max-width:480px){
	.logo {
		width: 30%;
	}
	.banner-info1 {
		padding: 1em 1em 2em;
	}
	.banner-info h3 {
		font-size:1.43em;
	}
	.banner {
		min-height: 285px;
	}
	.navbar-nav > li > a {
		padding: 10px 0;
	}
	.banner-bottom, .team, .services, .testimonials, .blog, .gallery, .typo, .mail {
		padding: 2em 0;
	}
	.banner-bottom-left h2 {
		font-size: 1.6em;
	}
	.banner-bottom-left h2 span:after {
		right: 25%;
	}
	.newsletter h3{
		font-size:1.7em;
	}
	.team h3, .services h3, .testimonials h3, .gallery h3, h3.title, .mail h3 {
		font-size: 2em;
	}
	p.sint:after {
		width: 35.6%;
		left: 33%;
	}
	p.sint span:before {
		left: 31.1%;
	}
	p.sint span:after {
		right: 29.5%;
	}
	.team-grid1 .p-mask {
		top: 83%;
	}
	.services-grid {
		float: none;
		width: 100%;
	}
	.services-grid:nth-child(2) {
		margin:4em 0;
	}
	.link {
		font-size: 1.2em;
	}
	.banner-wrap {
		padding: 0 0 3em;
	}
	.wmuSliderPagination {
		left: 37%;
	}
	.newsletter {
		padding-bottom: 2em;
		margin: 2em 0 0;
	}
	.newsletter form {
		width: 100%;
	}
	.newsletter input[type="submit"] {
		width: 24%;
	}
	.newsletter input[type="email"] {
		width: 75%;
	}
	.footer {
		padding: 2em 0;
	}
	ul.main-nav li i {
		padding: 0 0.5em;
	}
	ul.main-nav li {
		font-size: 13px;
	}
	.copy-right {
		margin: 1em 0 0;
	}
	.banner1 h2 {
		font-size: 1.5em;
	}
	.banner1 {
		min-height: 120px;
	}
	.blog-left,.blog-right {
		padding: 0;
	}
	.blog-left-grid1-bottom h4 {
		font-size: 1.4em;
	}
	.blog-left-grid:nth-child(3) {
		padding: 2em 0;
		margin: 2em 0;
	}
	.blog-right {
		width: 99%;
	}
	.tags h3, .comments h3, .write-reply h3 {
		font-size: 1.7em;
	}
	.comments-grid-right h4 a {
		font-size: 1.1em;
	}
	.write-reply textarea {
		width: 100% !important;
	}
	.gallery-grid {
		/*float: none;
		width: 100%;*/
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 403px;
		height: 267px;
	}
	.gallery-grid:nth-child(2) {
		margin: 2em 0;
	}
	.gallery-grid:nth-child(3) {
		margin: 0em 0 2em;
	}
	.gallery-grids:nth-child(4) {
		margin: 3em 0 2em;
	}
	.item-type-move .item-hover:hover .item-info .date-month {
		bottom: 35%;
	}
	.mail-grid {
		padding: 1em;
	}
	.mail-grid-right,.contact-grid-left, .contact-grid {
		padding: 0;
	}
	.mail-grid {
		margin:2em auto;
	}
	.mail-grid-left h4 {
		font-size: 1.4em;
		margin: 1em 0 0.5em;
	}
	.contact-grid:nth-child(2) {
		width: 100%;
	}
	.contact-grid textarea, .contact-grid input[type="submit"] {
		width: 100% !important;
	}
	.services-grid p {
		margin:1em 0 1.5em;
	}
}
@media (max-width: 414px){
	.logo {
		width: 35%;
	}
	.banner-info h3 {
		font-size:1.19em;
	}
	.banner-info h3:before {
		height: 1px;
		width: 45%;
		left: 28%;
	}
	.banner-info {
		margin: 3em auto 0;
	}
	.banner-info p {
		margin: 1em auto 0;
	}
	.banner-bottom-left,.banner-bottom-right,.single-left3-grid {
		padding: 0;
	}
	.comments-grids {
		padding: 2em 0 3em;
	}
	.banner-bottom-left h2 span:after {
		right: 21%;
	}
	.team h3, .services h3, .testimonials h3, .gallery h3, h3.title, .mail h3 {
		font-size: 1.7em;
	}
	.team-grid {
		float: none;
		width: 81%;
		margin: 0 auto;
	}
	.team-grid1 .p-mask {
		top: 88%;
	}
	.team-grid:nth-child(2) {
		margin: 2em auto;
	}
	.team-grid:nth-child(3) {
		margin-bottom: 2em;
	}
	.newsletter h3 {
		font-size: 1.5em;
	}
	.newsletter input[type="submit"] {
		width: 28%;
	}
	.newsletter input[type="email"] {
		width: 70%;
	}
	.blog-left-grid1-bottom ul li {
		margin-right: 0.4em;
	}
	.blog-left-grid1-bottom h4 {
		line-height: 1.5em;
	}
	.resp-tab-item {
		padding: 8px 57px;
	}
	.blog-right-grid-pos h3 {
		margin: 5em 0 0;
	}
	.single-left3-grid {
		float: none;
		width: 100%;
	}
	.single-left3-grid:nth-child(2) {
		margin:1em 0 0;
	}
	.single-left3-grids {
		margin: 0 0 1em;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 337px;
		height: 223px;
	}
	.gallery-grids:nth-child(4) {
		margin: 2em 0 2em;
	}
	#jzBoxTargetImg {
		margin: 30% 0 1% 0;
	}
	.mail-grid-right iframe {
		min-height: 200px;
	}
	.admin-left {
		float: none;
		width: 100%;
		margin: 0 auto 1em;
	}
	.admin-left img{
		margin:0 auto;
	}
	.admin-right {
		width: 100%;
		float: none;
		text-align: center;
	}
}
@media (max-width:384px){
	.navbar-toggle {
		margin: .8em 0;
	}
	.banner-info h3 {
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.banner {
		min-height: 300px;
	}
	.banner-bottom-left h2 span:after {
		right: 17%;
	}
	.team-grid {
		width: 89%;
	}
	.testimonials-grid-left {
		padding: 0;
	}
	.wmuSliderPagination {
		left: 41%;
	}
	.resp-tab-item {
		padding: 8px 50px;
	}
	.comments-grids {
		padding: 0em 0 3em;
	}
	.comments-grid-left {
		width: 25%;
	}
	.comments-grid-right {
		width: 68%;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 307px;
		height: 203px;
	}
	.item-type-move .item-hover:hover .item-info .headline {
		top: 30%;
	}
	.item-type-move .item-hover:hover .item-info .date-month {
		bottom: 30%;
	}
	.services-grid:nth-child(2) {
		margin: 3em 0;
	}
}
@media (max-width:375px){
	.banner-bottom-left h2 {
		font-size: 1.4em;
	}
	.banner-bottom-left h2 span:after {
		right: 21%;
	}
	.team-grid {
		width: 91%;
	}
	.resp-tab-item {
		padding: 8px 48px;
	}
	.blog-right-grid-pos h3 {
		margin: 4.5em 0 0;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 298px;
		height: 197px;
	}
}
@media (max-width:320px){
	.banner-info {
		margin: 2em auto 0;
	}
	.alert, p,.banner-bottom-right ol li,.contact-grid-left input[type="text"], .contact-grid-left input[type="email"], .contact-grid textarea,.mail-grid-left1 ul li,.item-type-move .item-info .date-month,.write-reply input[type="text"], .write-reply input[type="email"], .write-reply textarea,.blog-left-grid1-bottom ul li,.tags ul li a,.comments-grid-right ul li {
		font-size: 13px;
	}
	.contact-grid textarea {
		min-height: 150px;
	}
	.mail-grid-left h4 {
		font-size: 1.2em;
		margin: 1em 0;
	}
	.mail-grid-right iframe {
		min-height: 145px;
	}
	.mail-grid-left1 {
		margin: 1em 0 2em;
	}
	.comments-grid-right h4 a {
		font-size: 1em;
	}
	.tags h3, .comments h3, .write-reply h3 {
		font-size:1.4em;
	}
	.write-reply textarea {
		min-height: 140px;
	}
	.blog-left-grid1-bottom h4 {
		font-size: 1.2em;
	}
	.banner-info1 {
		padding: 0.5em 0em 2em;
	}
	.logo {
		width: 37%;
	}
	.banner-bottom-left h2 span {
		padding-left: 1em;
	}
	.banner-bottom-right ol {
		padding: 1em 0 0 1em;
	}
	.team-grids {
		margin: 2em 0 0;
	}
	.team-grid {
		width: 100%;
	}
	.services-grid i {
		font-size: 1.5em;
	}
	.services-grid {
		padding: 0;
	}
	.hover {
		width: 135px;
		height: 35px;
		line-height: 35px;
	}
	.wmuSliderPagination {
		left: 45%;
		bottom: 2%;
	}
	.testimonials-grid-right {
		padding-right: 0;
	}
	.testimonials-grids {
		margin: 2em auto 0;
	}
	.team h3, .services h3, .testimonials h3, .gallery h3, h3.title, .mail h3 {
		font-size: 1.6em;
	}
	.newsletter h3 {
		font-size: 1.39em;
	}
	.newsletter input[type="email"] {
		width: 100%;
		font-size: 13px;
		margin-bottom: 1em;
	}
	.newsletter input[type="submit"],.contact-grid input[type="submit"] {
		width: 100%;

		font-size: 14px;
	}
	p.sint:after {
		width: 50.6%;
		left: 26%;
	}
	p.sint span:before, p.sint span:after {
		bottom: -9%;
	}
	p.sint span:after {
		right: 20.4%;
	}
	p.sint span:before {
		left: 23.1%;
	}
	.item, .item-hover, .item-hover .mask, .item-img, .item-type-move .item-info {
		width: 243px;
		height: 160px;
	}
	.blog-left-grid1-bottom i {
		font-size: 1.5em;
	}
	.blog-right {
		width: 100%;
		margin: 2em auto 0;
	}
	.resp-tab-item {
		padding: 8px 35px;
	}
	.register input[type="text"], .register input[type="password"] {
		font-size: 13px;
		margin: 0 0 10px 0;
	}
	.blog-right-grid-pos h3 {
		margin: 3.8em 0 0;
	}
	.item-type-move .item-info .headline {
		font-size: 1.2em;
	}
	.social a {
		display: initial;
	}
	.social .tooltip {
		top: -55px;
	}
}

.gallery-grids1
{
	
}
.gallery
{
	padding-top: 30px;
	padding-bottom: 70px;
}
.gallery-grids2
{
	padding-top: 30px;
}


.border
{
	    border: 1px solid #aed23b;
}
@media (max-width:991px)
{
	.banner-bottom, .team, .services, .testimonials, .blog, .typo, .mail {
    padding: 30px 0 0 0;
}
	.gallery {
    padding: 0em 0;
}
}