body{
	font-family: Calibri;    background-color: #f2f2f2;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
}
h1,h2,h3,h4,h5,h6,label,p{
	margin:0;	
}
/

.slider{
	position:relative;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  background:  url("../images/img-sprite.png") no-repeat -41px -3px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: -80px -3px;
  right: 0;
 }
 .prjct-hd{ color: #121111;
    font-size: 16px;
  margin: 0.5em 0 1.5em; text-shadow: 0px 1px 1px rgba(187, 187, 187, 1);}
/*----*/

.header{
	position:relative;   
}

.header-top {
  position: absolute;
   top: 7em;
width: 100%;
  z-index:999;
}

.bottom-header{
   
}
.logo{
	margin-top: -25px;
}
.logo_tab{display:none;}
.logo h1{
	  font-weight: 700;
	font-size:2em;
	font-family: 'Arimo', sans-serif;
}
.logo h1 a{
	text-decoration:none;
	    color: #0099CB;
    background: #fff;
	padding: 0.25em;
  display: block;
}
.top-nav{
	float:right;
}

.top-nav ul li {
	display:inline-block;
	float:left;
}
.top-nav span.menu{
	display: none;
}
.vert {border-right: 2px solid rgb(204, 204, 204);}

.cont{position:relative;}
.cont-top {
    position: relative;
    top: -30px; background-image:url(../img/keybg.png);
    width: 100%;
    z-index:999;
}

.circle {
	width: 15px ;
	height: 15px;
	background-color:#000;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

.bor_un{border-bottom:2px solid #000;}

img{max-width:100%;}
.head{position:relative;}
.head-top {
      position: absolute;
    top: 0;
    height: 26px;
    background-image: url(../img/head_top.png);
    width: 100%;
    z-index: 999;
}

.cont-top p{ color:#000; font-size:16px;     text-align: justify;}
.cont-top h1{color:#0071bc; font-family:Exotc350 Bd BT; text-align:center; padding: 0 0 20px 0;}
.pad0 {
    padding: 7px!important;
}
.pad{padding:4em 0;}
.pad2{padding:2em 0;}
.pad1{padding:1em 0;}
.content{ background-color:#f2f2f2;     margin: -30px 0 0 0;}
.content h1  > span{color:#0071bc; font-family:Exotc350 Bd BT; }
.content h1 {color:#fbb03b; font-family:Exotc350 Bd BT; text-align:center; padding: 0 0 20px 0;     font-size: 40px;}
.content b{color:#535353; font-family:Plantagenet Cherokee; text-align:center; font-size:22px;}
.bg{ background-image: url(../img/bg.jpg);}
.bg h1  > span{color:#fff; font-family:Exotc350 Bd BT; }
.bg h1 {color:#000; font-family:Exotc350 Bd BT; text-align:left; padding: 0 0 20px 0;}
.bg b {color:#000; font-family:Exotc350 Bd BT; text-align:left;  font-size:21px;}
.button{background-color:#fbb03b; color:#000; font-family:Exotc350 Bd BT; text-align:center;     font-size: 18px;
    padding: 15px 20px;
    border-bottom: 4px solid #f15a24;
}
.hovereffect {
width:100%;
height:100%;
float:left;
overflow:hidden;
position:relative;
text-align:center;
cursor:default;
outline: 2px solid #C4C4C4;
outline-offset: 3px;
}

.hovereffect .overlay {
width:100%;
height:100%;
position:absolute;
overflow:hidden;
top:0;
left:0;
opacity:0;
background-color:rgba(0,0,0,0.5);
-webkit-transition:all .4s ease-in-out;
transition:all .4s ease-in-out
}

.hovereffect img {
display:block;
position:relative;
-webkit-transition:all .4s linear;
transition:all .4s linear;
}

.hovereffect h2 {
text-transform:uppercase;
color:#fff;
text-align:center;
position:relative;
font-size:17px;
background:rgba(0,0,0,0.6);
-webkit-transform:translatey(-100px);
-ms-transform:translatey(-100px);
transform:translatey(-100px);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
padding:10px;
}

.hovereffect a.info {
text-decoration:none;
display:inline-block;
text-transform:uppercase;
color:#fff;
border:1px solid #fff;
background-color:transparent;
opacity:0;
filter:alpha(opacity=0);
-webkit-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
margin:50px 0 0;
padding:7px 14px;
}

.hovereffect a.info:hover {
box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
-ms-transform:scale(1.2);
-webkit-transform:scale(1.2);
transform:scale(1.2);
}

.hovereffect:hover .overlay {
opacity:1;
filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
opacity:1;
filter:alpha(opacity=100);
-ms-transform:translatey(0);
-webkit-transform:translatey(0);
transform:translatey(0);
}

.hovereffect:hover a.info {
-webkit-transition-delay:.2s;
transition-delay:.2s;
}

/* Pulse */
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


.read {
	
	padding: 0;
	float:left;
    list-style: none;
}
ul {
	padding: 0;
	list-style: none;
}
.read > li   {
	width: 100%;
   line-height: 2.5em;
    text-indent: 1.2em;
    display: block;
    position: relative;
    color: #3e3f3f;
    font-size: 15px;
    text-decoration: none;
    
}
img.arrow-img {
         margin-left: 75%;
}
.read ul li {
     width: 100%;
    display: block;
    position: relative;
    color: #000;
	text-align: justify;
 text-decoration: none;
    line-height: 1.4em;
    font-size: 10px;
}


.read ul.kid-menu li a{
	border-bottom: none;
}



.hvr-pulse {
  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;
}
.hvr-pulse:hover, .hvr-pulse:focus, .hvr-pulse:active {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

/*--footer--*/
.footer {
    background: #f9e8b2;
    padding: 2em 0;
    text-align: center;
    color: #fff; 
}
.footer1 {
    background: #f9e8b2;
    padding: 2em 0;
    text-align: center;
    color: #fff;
}
.footer h1 {color:#000; font-family:Exotc350 Bd BT; text-align:center; padding: 0 0 20px 0;}
.bor_r{border-right:1px dotted #000;}
.amet-sed b{
	margin:10px 0 0 0em;
	font-size:2.1em;
	color: #000;
	text-align:left;
	font-family:Harlow Solid;
	font-weight: 700;
}
.amet-sed p{
	margin:0 0 0.5em;
	font-size:1.1em;
	color:#000;
	text-align:center;
	line-height: 1.7em;
	font-family: Myriad Pro;
}
ul.social-network {
list-style:none;
margin:0;
padding:0; 
}

ul.social-network li {
	display:inline;
    margin: 0 1px;
	padding:0;
}
.fl_cen{}
.footer a{
	text-decoration:none;
	color:#f9e8b2;	   font-size: 16px;
    font-family: Futura Md BT;
}
.footer a:hover{
	color:#fff;
}
.footer_bot{border-top:1px dotted #fff; border-bottom:1px dotted #fff;}
/* entypo */
[class*="entypo-"]:before {
   font-family: "entypo", sans-serif;
}
a { 
   text-decoration: none;
}
ul {
   list-style: none;
   margin: 0;
   padding: 0;
}

#sticky-social {
   left: 0;
   position: absolute;
     top: 232px;
   z-index: 2;
}
#sticky-social a {
   background: #333;
   color: #fff;
   display: block;
   height: 35px;
   font: 16px "Open Sans", sans-serif;
   line-height: 35px;
   position: relative;
   text-align: center;
   width: 35px;
}
#sticky-social a span {
   line-height: 35px;
   left: -120px;
   position: absolute;
   text-align:center;
   width:120px;
}
#sticky-social a:hover span {
   left: 100%;
}
#sticky-social a[class*="facebook"],
#sticky-social a[class*="facebook"]:hover,
#sticky-social a[class*="facebook"] span { background: #3b5998; }

#sticky-social a[class*="twitter"],
#sticky-social a[class*="twitter"]:hover,
#sticky-social a[class*="twitter"] span { background: #00aced; }

#sticky-social a[class*="gplus"],
#sticky-social a[class*="gplus"]:hover,
#sticky-social a[class*="gplus"] span { background: #dd4b39; }  

#sticky-social a[class*="linkedin"],
#sticky-social a[class*="linkedin"]:hover,
#sticky-social a[class*="linkedin"] span { background: #007bb6; }  

#sticky-social a[class*="instagrem"],
#sticky-social a[class*="instagrem"]:hover,
#sticky-social a[class*="instagrem"] span { background: #517fa4; }  

#sticky-social a[class*="stumbleupon"],
#sticky-social a[class*="stumbleupon"]:hover,
#sticky-social a[class*="stumbleupon"] span { background: #eb4924; }  

#sticky-social a[class*="pinterest"],
#sticky-social a[class*="pinterest"]:hover,
#sticky-social a[class*="pinterest"] span { background: #cc2127; }  

#sticky-social a[class*="flickr"],
#sticky-social a[class*="flickr"]:hover,
#sticky-social a[class*="flickr"] span { background: #ff0084; }  

#sticky-social a[class*="tumblr"],
#sticky-social a[class*="tumblr"]:hover,
#sticky-social a[class*="tumblr"] span { background: #32506d; }
.padt_10
{
      padding-top: 10px;
}
/*--responsive--*/
@media(max-width:1366px){
	
}
@media(max-width:1280px){
}
@media(max-width:1080px){
.link-top {
    width: 93.8%;
    padding: 5em 0 0;
}
}
@media(max-width:1024px){
	.logo_tab{    float: left;
    display: block;}
	.header-top { top: 2em;}
	.lg{display:none;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
a.read {
  background: #DC483A url("../images/ar1.png") no-repeat 243px 0px;
}
a.read:hover {
  background: #303030 url("../images/ar.png") no-repeat 243px 0px;
}
a.more {
  width: 55.5%;
}
.grid-middle p {
  font-size: 0.9em;
}
.latest-grid {
  padding: 0.4em 0;
}
.grid-middle p {
  font-size: 1em;
}

a.go {
  width: 16.8%;
}
a.more-in {
  width: 26.6%;
}
.table-form input[type="submit"],.contact-left input[type="submit"] {
  width: 18.6%;
}
.contact-right h5 {
  font-size: 1.3em
}
}
@media(max-width:991px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
	.link-top {
		width: 95.8%;
		padding: 3.7em 0 0;
	}
	.fl_cen{text-align:center;}
	.bg h1 { text-align:center; }
	.img-top {
		float: left;
		width: 33.3333%;
		padding: 0 5px !important;
		margin-bottom: 10px;
	}
}
@media(max-width:768px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
	.fl_cen{text-align:center;}
	.bg h1 { text-align:center; }
span.menu{
	display: block;
	text-align: right;
	cursor: pointer;
	position: relative;
}
.top-nav ul{
	display: none;
	position:absolute;
	width: 96.4%;
	z-index: 9999;
	left: 2%;
	margin:2em 0em;
	background:#DC483A;
	border:0;
}
.top-nav span.menu{
	display: block;
}
.top-nav ul li{
	display: block;
	float:none;
	padding:  0.3em;
	text-align: center;
}
.top-nav ul li a{
	color:#fff;
	display:block;
	margin:0;
	background: none;
	border:none;
	padding:0.4em;
}
.top-nav ul li a:hover,.top-nav ul li.active a{
	background: none;
	border:none;
	color:#000;	
}
.search {
  width: 28%;
}
.top-grid {
  float: left;
  width: 50%;
}
.top-grid:nth-child(3) {
	display:none;
}
a.read {
  background: #DC483A url("../images/ar1.png") no-repeat 291px 0px;
}
a.read:hover {
  background: #303030 url("../images/ar.png") no-repeat 291px 0px;
}
a.more {
  width: 22.7%;
}
.grid-middle h3 {
  padding: 0 0 0.5em;
}
.grid-middle ul {
  padding: 0.5em 0 0em;
}
.news {
  width: 11%;
}
.news-in {
  width: 87%;
}
.grid-middle {
  padding: 0em 1em 2em;
}
.bottom-grids img{
	margin:0 auto;
}
.bottom-grids {
	text-align:center;
	padding: 0 1em 1em;
}
.amet-sed h4 {
  margin: 0 0 0.3em;
}
.amet-sed {
  padding: 0 1em 1em;
}
.top-nav {
  padding: 1.7em 1.5em 0;
}
.top-grids {
  z-index: 99;
}
.about-grid {
  padding-bottom: 2em;
}
a.go {
  width: 21.7%;
}
a.more-in {
  width: 26.2%;
}
.blog-left b {
  font-size: 3em;
}
.blog-left {
  width: 12%;
}
.top-blog {
  width: 85%;
}
.post-top {
  padding: 0 1em 0 0em;
  float: left;
  width: 25%;
}
.table-form input[type="submit"],.contact-left input[type="submit"]  {
  width: 18.1%;
}
}
@media(max-width:736px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
	.fl_cen{text-align:center;}
	.bg h1 { text-align:center; }
	.link-top {
		width: 95.6%;
		padding: 3.5em 0 0;
	}
}
@media(max-width:667px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
	.fl_cen{text-align:center;}
	.bg h1 { text-align:center; }
.link-top {
    width: 95.3%;
    padding: 3em 0 0;
}
}
@media(max-width:640px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
	.fl_cen{text-align:center;}
	.bg h1 { text-align:center; }
.logo h1 {
  font-size: 1.7em;
}
.callbacks_nav {
  top: 58%;
}
.top-grid h3 {
  font-size: 1.2em;
  padding: 0.5em;
}
a.read {
  background: #DC483A url("../images/ar1.png") no-repeat 225px 0px;
}
a.read:hover {
  background: #303030 url("../images/ar.png") no-repeat 225px 0px;
}
.middle-grid {
  margin: 16em 0 0;
}
a.more {
  width: 28%;
}
.bottom-grid {
  padding: 0em 0 3em;
}
.amet-sed h4 {
  font-size: 2em;
}
.footer {
  padding: 2em 0;
}
.top-nav {
  padding: 1.3em 1.5em 0;
}
.about-bottom {
  padding: 2.5em 0 2em;
}
a.go {
  width: 26.8%;
}
#filters li span {
  font-size: 1em;
}
a.more-in {
  width: 32.4%;
}
.table-form input[type="submit"],.contact-left input[type="submit"] {
  width: 22.4%;
}
.single-profile {
  padding: 1.5em 0;
}
.link-top {
    width: 95%;
    padding: 2.8em 0 0;
}
}
@media(max-width:568px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
	.bg h1 { text-align:center; }
i.link {
    background: url(../images/plus.png)no-repeat 0px 0px;
    width: 28px;
    height: 28px;
    background-size: 100% !important;
}
.link-top {
    width: 94%;
	}
	.resp-tab-item {
		font-size: 1em;
		}
}
@media(max-width:480px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
	.bg h1 { text-align:center; }
.search {
  display: none;
}
.logo h1 {
  font-size: 1.4em;
}
.top-nav {
  padding: 1em 1.5em 0;
}
.header-top {
  margin-top: 1em;
}
.top-grid h3 {
  font-size: 1em;
}
.middle-grid {
	margin: 12em 0 0;
    padding: 2em 0em 0;
}
a.read {
  background: #DC483A url("../images/ar1.png") no-repeat 145px 0px;
}
a.read:hover {
  background: #303030 url("../images/ar.png") no-repeat 145px 0px;
}
a.more {
  width: 39%;
}
.banner {
  min-height: 125px;
}
.about {
  padding: 2em 0 0;
}
.about h2,.product h2,.blog h2 ,.contact h2{
  font-size: 2em;
}
.about-bottom {
  padding: 1.5em 0 2em;
}
a.go {
  width: 36%;
}
.four p {
  font-size: 1.2em;
}
#portfoliolist .portfolio {
  width: 48%;
}
.port{
  display:none;
}
#filters li {
  padding: 0 0.5em;
}
#filters li span {
  font-size: 0.8em;
}
.product h2 {
  padding: 0 0 0.5em;
}
.product,.blog,.contact {
  padding: 2em 0;
}
.blog-left b {
  font-size: 2em;
    height: 36px;
}
.blog-left span {
  font-size: 1.2em;
}
.top-blog a.fast {
  font-size: 1em;
}
a.more-in {
  width: 46%;
}
ul.start li a,ul.start li span {
  font-size: 1em;
}
.post-top {
  width: 50%;
}
.table-form input[type="submit"],.contact-left input[type="submit"] {
  width: 31.4%;
}
.resp-tab-item {
    font-size: .875em;
    margin: 0 0.4em 0;
}
.link-top {
    padding: 2em 0 0;
}
.resp-tabs-list {
    margin: 0 0 2em 0;
	}
}
@media(max-width:414px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
.link-top {
    width: 95%;
    padding: 3em 0 0;
}
.img-top {
    float: left;
    width: 50%;
	}
	.resp-tabs-list {
		margin: 0 0 1em 0;
	}
	.resp-tab-item {
		margin: 0 0.4em .8em;
	}
}
@media(max-width:384px){
	.logo_tab{    float: left;
    display: block;    max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
.link-top {
    width: 94.5%;
    padding: 2.8em 0 0;
}
}
@media(max-width:375px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
.link-top {
    width: 94%;
    padding: 2.5em 0 0;
}
}
@media(max-width:320px){
	.logo_tab{    float: left;
    display: block;     max-width: 50%;}
	.bottom-header {
    background: rgba(212, 8, 8, 0);
    /* background: url(../img/tag.jpg)no-repeat -0px -0px; */
}
	.lg{display:none;}
.logo h1 {
  font-size: 1.1em;
}
.top-grid {
  width: 90%;
}
.top-grid:nth-child(2) {
  display:none;
}
.top-grids {
  top: -13px;
    left: 4%;
}
.top-nav {
  padding: 0.4em 0.8em 0;
}
a.read {
  background: #DC483A url("../images/ar1.png") no-repeat 181px 0px;
  background-size: 30px;
  font-size: 1em;
  padding: 0.3em 1em;
  height:30px;
}
a.read:hover {
  background: #DC483A url("../images/ar1.png") no-repeat 181px 0px;
}
.header-top {
  margin-top: 0em;
}
.middle-grid {
  margin: 13em 0 0;
  padding: 1.5em 0em 0;
}
.grid-middle h3 {
  font-size: 1.5em;
}
.grid-middle {
  padding: 0em 0em 1em;
}
a.more {
  background: #DC483A url("../images/ar1.png") no-repeat 94px 0px;
  background-size: 30px;
  font-size: 1em;
  padding: 0.3em 1em;
  height:30px;
    width: 46%;
}
a.more:hover {
  background: #303030 url("../images/ar.png") no-repeat 94px 0px;
	 background-size: 30px;
  }
p.sed{
	display:none;
}
.grid-middle span {
  font-size: 1em;
    padding: 0 0 0.5em;
}
.grid-middle ul li a {
  font-size: 1em;
}
.news {
  width: 27%;
}
.news-in {
  width: 69%;
}
.grid-middle label {
  font-size: 1em;
}
.bottom-grid h3 {
  font-size: 1.5em;
  padding: 0 0em 0.5em;
}
.bottom-grids {
  padding: 0 0em 0.7em;
}
.bottom-grids p {
  font-size: 1em;
}
.possible-about {
  padding: 0;
}
.possible-about h4 {
  font-size: 1.2em;
  padding: 0 0 0.5em;
}
.bottom-grid {
  padding: 0em 0 1.5em;
}
.amet-sed {
  padding: 0 0em 1em;
}
.footer {
  padding: 1.5em 0;
}
.amet-sed h4 {
  font-size: 1.5em;
}
.amet-sed p ,.amet-medium p{
  font-size: 1em;
}
.about-grid{
	padding:0 0 1em;
}
.col-md-5,.contact-left,.col-md-9,.col-md-3.categories-grid{
	padding:0;
}
.about-grid h6 {
  font-size: 1.1em;
}
.about-grid p {
  height: 50px;
 font-size:1em;
}
.about-bottom {
  padding: 0.8em 0 1em;
}
.banner {
  min-height: 87px;
}
.four h3 {
  font-size: 5em;
}
.four p {
  font-size: 1em;
}
.four {
  padding: 6em 0 7em 0;
  min-height: 350px;
}
.product, .blog, .contact {
  padding: 1.5em 0;
}
.about h2, .product h2, .blog h2, .contact h2 {
  font-size: 1.7em;
}
.contact-left input[type="text"], .contact-left textarea,
.table-form form input[type="text"], .table-form textarea {
  padding: 7px;
}
.contact-left textarea ,.table-form textarea{
  height: 100px;
}
.contact-right{
	padding:1em 0 0;
}
.contact-left input[type="submit"],.table-form input[type="submit"] {
  padding: 0.2em 0.8em;
  width: 42.8%;
  height: 30px;
  background-size: 30px;
}
.contact-left input[type="submit"]:hover,.table-form input[type="submit"]:hover {
  background-size: 30px;
}
.contact-right h5 {
  font-size: 1em;
}
.contact-right p {
  font-size: 1em;
}
.map iframe {
  height: 110px;
}
.blog-grid {
  padding: 1em 0 0;
}
.blog-left {
  width: 17%;
}
.top-blog {
  width: 77%;
}
.top-blog a.fast {
  font-size: 0.7em;
  line-height: 1.5em;
}
.top-blog p {
  font-size: 1em;
}
p.to-blog {
  display: none;
}
a.more-in {
  width: 60%;
}
ul.popular li a {
  font-size: 1em;
}
.categories-grid h4,.single-profile h4 ,.leave-comment h3{
  font-size: 1.3em;
}
ul.start li a, ul.start li span {
  font-size: 0.7em;
}
ul.start {
  padding: 1em 0 1em;
}
.single-left {
  padding: 1em 0 0;
}
.post-top h6{
	font-size:1.2em;
}
.footer-class {
  margin: 0.5em 0 0;
}
.top-nav ul li {
  padding:0; 
}
.top-nav ul li a{
 font-size:1em; 
}
.top-nav ul {
  margin: 1em 0em;
}
.link-top {
    width: 92.8%;
    padding: 1.9em 0 0;
}
.resp-tab-item {
    margin: 0 0.6em .8em;
}
}