/*
Template Name:Tannery
File: Layout CSS
Author: Templates On Web
Author URI: http://templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/

body{
font-family: 'Josefin Sans', sans-serif;
  }
a{ 

}
a:hover{
text-decoration:none;
}
p {
color: rgb(37, 37, 37);
font-size:19px;
padding-bottom:10px;
}
h1,h2,h3,h4,h5,h6{
padding:0px;
margin:0px;
}
h1{
font-size:64px;
color:#000;
font-weight:bold;
}
h2{
font-size: 46px;
color:#000;
font-weight: bold;
}
h3{
font-size: 40px;
color:#000;
}
h4{
font-size:23px;
color:#000;
}
h5{
font-size: 22px;
color:#000;
}
h6{ 
font-size: 15px;
color:#000;
} 
ul{
padding:0;
margin:0;
list-style:none;	
}
li{ 
display:inline;
}
b{ 

}
span{ 

}
br{ 

}
section{ 

}
.img_responsive{ 
 width:100%
 }
.btn{ 
font-size: 18px;
border: 1px solid #e60f0f;
padding: 13px 38px 13px 38px;
border-radius: 10px;
color: rgb(255, 255, 255);
background: rgb(220, 50, 32);
letter-spacing: 1px;
}
.btn:hover{ 
color: #ffffff;
background: #a00d0d;
border-color: #a00d0d;
}
.space_left{
padding-left:0; 
} 
.space_right{
padding-right:0; 
} 
.space_all{
padding:0; 
} 

/********************* header ****************/
#header .navbar-default .navbar-nav>li>a:hover{
color: #fff!important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
 color: #fff!important;
 background-color:#fd4527;
}
#header .navbar-default .navbar-nav>li>a {
color: #fff;
font-size: 17px;
}
#header .navbar-nav {
float:right;
padding-right:30px;
}
#header .navbar-brand {
 padding: 0px;
 padding-left:120px;
}
#header .navbar-default {
border:none;
background:#000;
}
#header .navbar-nav>li {
font-size:14px;
font-weight:bold;
}
#header .nav>li>a {
position: relative;
display: block;
padding: 15px 16px;
}
.text_1{ 
 border-bottom: 1px solid #bf331c;
 }
.ribbon {
 line-height: 0.7em;
 font-size: 1.1em;
 text-transform: uppercase;
 text-align: center;
 font-weight: bold;
 text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
 display: block;
 height: 5rem;
 background: linear-gradient(to bottom, #FEDC8B 0%, #FEDC8B 100%);
 color: #fff;
 letter-spacing: 2px;
 float: left;
 padding-top: 2rem;
 position: relative;
 -webkit-filter: drop-shadow(0 0.5rem 0.3em rgba(0, 0, 0, 0.5));
 transform: translate3d(0, 0, 0);
 width: 16rem;
}
.ribbon:after {
  content: "";
  width: 0;
  height: 0;
  border-right: 8rem solid transparent;
  border-left: 8rem solid transparent;
  border-top: 1.5rem solid #CCCCCC;
  position: absolute;
  top: 5rem;
  left: 0;
}
.ribbon.ribbon--red {
 background: #fd4527;
}
.ribbon.ribbon--red:after {
 border-top: 1.5rem solid #fd4527;
}
/********************* header_end ****************/
/********************* center ****************/
.center_home{
  overflow:hidden;
  }
#center .shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}
#center .sb-description h3 {
	font-size: 60px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	color:#fff;
	font-weight:bold;
	text-align:center;
}
#center .sb-description p {
	font-size: 20px;
	color:#fff;
	text-align:center;
	padding-top:20px;
}
#center .nav-dots {
	text-align: center;
	position: absolute;
	bottom: 10px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}
#center .nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
	0 1px 1px rgba(255,255,255,0.6), 
	inset 0 1px 1px rgba(0,0,0,0.1);
}
#center .nav-dots span.nav-dot-current {
	box-shadow: 
	0 1px 1px rgba(255,255,255,0.6), 
	inset 0 1px 1px rgba(0,0,0,0.1), 
	inset 0 0 0 3px #cbbfae,
	inset 0 0 0 8px #fff;
}
#center .wrapper {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}
/* Slicebox Style */
#center .sb-slider {
	margin:0px auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	list-style-type: none;
	padding: 0;
	max-width:100%!important;
}
#center .sb-slider li {
	margin: 0;
	padding: 0;
	display: none;
}
#center .sb-slider li > a {
	outline: none;
}
#center .sb-slider li > a img {
	border: none;
}
#center .sb-slider img {
	max-width: 100%;
	display: block;
}
#center .sb-description {
padding: 20px;
bottom: 20%;
z-index: 1000;
position: absolute;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
color: #fff;
background: #fd4527a6;
box-shadow: -1px 1px 10px 9px #5f1004fc;
-webkit-transition: all 200ms;
-moz-transition: all 200ms;
-o-transition: all 200ms;
-ms-transition: all 200ms;
transition: all 200ms;
width: 50%;
left: 40%;
}
#center .sb-slider li.sb-current .sb-description {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);	
	opacity: 1;
}
#center .sb-slider li.sb-current .sb-description:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
}
#center .sb-perspective {
	position: relative;
}
#center .sb-perspective > div {
	position: absolute;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility : hidden;
	-moz-backface-visibility : hidden;
	-o-backface-visibility : hidden;
	-ms-backface-visibility : hidden;
	backface-visibility : hidden;
}
#center .sb-side {
	margin: 0;
	display: block;
	position: absolute;
	-moz-backface-visibility : hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
/********************* center_end ****************/
/********************* gallery ****************/
#gallery{ 
 padding-top:100px;
 padding-bottom:50px;
 }
.gallery_1{ 
 text-align:center;
 }
.gallery_1 h2{ 
 color: #d83318;
 padding-bottom: 10px;
 }
#gallery .nav-tabs>li.active>a{
color: #fff;
background-color: #711818;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
font-size: 16px;
font-weight: bold;
}
#gallery .nav-tabs {
border:none;
}
#gallery .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
background-color: #060606!important;
color: #FFF;
background: none;
border: none;
cursor: default;
padding: 15px 70px 15px 70px;
font-size:22px;
font-weight: 100;
}
#gallery .nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background:none;
border:none;
}
#gallery .nav-tabs>li>a {
border:none;
}
#gallery .nav-tabs {
margin: auto;
width: 100%;
margin-top: 20px;
padding-bottom: 1px;
border-bottom: 2px solid #440d0d;
background-color: #9a1803;
}
#gallery .nav-tabs>li>a {
font-size: 11px;
}
#gallery .nav>li>a {
position: relative;
display: block;
padding: 10px 0px;
color: #fff;
margin-right:2px;
font-size: 22px;
padding: 15px 70px 15px 70px;
}
#gallery .nav>li>a:hover{
background-color:#000;
color:#fff;
}
#gallery .nav-tabs>li.active>a:hover{
color: #fff;
}
.gallery_2 h4{
padding-top:15px;
padding-bottom:5px;
 }
.gallery_2 ul{
padding-bottom:5px;
 }
.gallery_2 li{
margin-right:10px;
 }
.well_4{ 
  text-decoration:line-through;
  }
.well_5{ 
  font-size:18px;
  font-weight:bold;
  color:#000;
  }
.gallery_2 p{
letter-spacing:1px;
 }
#gallery .destacados{
    padding: 20px 0;
}
#gallery .destacados > div > div{
     padding: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    transition: 0.2s;
    background-color: #ffffff;
}
#gallery .destacados > div:hover > div{
	margin-top: -10px;
	border: 1px solid rgb(200, 200, 200);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
	background: rgba(none);
	transition: 0.5s;
}
/********************* gallery_end ****************/
/********************* fancy ****************/
#fancy{ 
 background-image: url(../img/30.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 }
.fancy_main{ 
 padding-bottom: 150px;
 padding-top: 150px;
 background-color: #0000008a;
 }
.fancy_1{ 
 text-align:center;
 padding-top:40px;
 }
.fancy_1 h3{ 
 color:#fff;
 padding-bottom:10px;
 }
.fancy_1 p{ 
 color:#fff;
 }
/********************* fancy_end ****************/
/********************* about ****************/
#about{ 
 padding-top:100px;
 padding-bottom:50px;
 }
.about_1{ 
 text-align:center;
 }
.about_1 h2{ 
 color: #d83318;
 padding-bottom: 10px;
 }
.about_1 p{ 
 padding-bottom: 30px;
 }
/********************* about_end ****************/
/********************* deliver ****************/
#deliver{ 
 background-image: url(../img/32.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 }
.deliver_main{ 
 padding-bottom: 150px;
 padding-top: 150px;
 background-color: #0000008a;
 }
.deliver_1{ 
 text-align:center;
 padding-top:40px;
 }
.deliver_1 h3{ 
 color:#fff;
 padding-bottom:10px;
 }
.deliver_1 p{ 
 color:#fff;
 }
/********************* fancy_end ****************/
/********************* team ****************/
#team{ 
 padding-top:100px;
 padding-bottom:50px;
 }
.team_1{ 
 text-align:center;
 }
.team_1 h2{ 
 color: #d83318;
 padding-bottom: 10px;
 }
.team_1 p{ 
 padding-bottom: 30px;
 }
#team .ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#team .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#team .ih-item a {
  color: #333;
}
#team .ih-item a:hover {
  text-decoration: none;
}
#team .ih-item img {
  width: 100%;
  height: 100%;
}
#team .ih-item.square {
  position: relative;
  width: 356px;
  height: 358px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
#team .ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#team .ih-item.square.effect14.colored .info {
  background: #1a4a72;
}
#team .ih-item.square.effect14.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
#team .ih-item.square.effect14 .img {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#team .ih-item.square.effect14 .info {
  background: #dc0909;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}
#team .ih-item.square.effect14 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
#team .ih-item.square.effect14 .info p {
  font-style: italic;
  font-size:21px;
  position: relative;
  color: #fff;
  padding: 20px 20px 20px;
  text-align: center;
}
#team .ih-item.square.effect14 a:hover .img {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
#team .ih-item.square.effect14 a:hover .info {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#team .ih-item.square.effect14.top_to_bottom .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#team .ih-item.square.effect14.top_to_bottom a:hover .img {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
/********************* team_end ****************/
/********************* product ****************/
#product{ 
 background-image: url(../img/36.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 }
.product_main{ 
 padding-bottom: 150px;
 padding-top: 150px;
 background-color: #0000008a;
 }
.product_1{ 
 text-align:center;
 padding-top:40px;
 }
.product_1 h3{ 
 color:#fff;
 padding-bottom:10px;
 }
.product_1 p{ 
 color:#fff;
 }
/********************* product_end ****************/
/********************* event ****************/
#event{ 
 padding-top:100px;
 padding-bottom:50px;
 }
.event_1{ 
 text-align:center;
 }
.event_1 h2{ 
 color: #d83318;
 padding-bottom: 10px;
 }
.event_1 p{ 
 padding-bottom: 30px;
 }
.event_2{ 
 text-align:center;
 }
.event_2 p{ 
 padding-bottom:0px;
 padding-top:10px;
 }
.event_main{ 
 padding-bottom:30px;
 }
/********************* event_end ****************/
/********************* work ****************/
#work{ 
 background-image: url(../img/43.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 }
.work_main{ 
 padding-bottom: 150px;
 padding-top: 150px;
 background-color: #0000008a;
 }
.work_1{ 
 text-align:center;
 padding-top:40px;
 }
.work_1 h3{ 
 color:#fff;
 padding-bottom:10px;
 }
.work_1 p{ 
 color:#fff;
 }
/********************* work_end ****************/
/********************* tannery ****************/
#tannery{ 
 padding-top:100px;
 padding-bottom:50px;
 }
.tannery_1{ 
 text-align:center;
 }
.tannery_1 h2{ 
 color: #d83318;
 padding-bottom: 10px;
 }
.tannery_1 p{ 
 padding-bottom: 30px;
 } 
#tannery .ziehharmonika h3 {
	background: #272e35;
	color: #fff;
	text-align: left;
	border-radius: 4px;
	padding: 14px 12px;
	cursor: pointer;
	margin-top: 0;
	margin-bottom: 9px;
	padding-right: 40px;
	transition: 0.25s all;
	position: relative;
    font-size: 24px;
}
#tannery .ziehharmonika h3.active {
	margin-bottom: 21px;
	background: #d83318;
}
#tannery .ziehharmonika h3::before {
	content: attr(data-prefix);
	font-size: 18px;
	margin-right: 9px;
}
#tannery .ziehharmonika h3.alignLeft {
	padding-left: 35px;
}
#tannery .ziehharmonika > div {
	display: none;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #cdcdcd;
	text-align: left;
	padding: 31px 33px;
	margin-bottom: 9px;
}
#tannery .ziehharmonika .arrowDown {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13.0px 7.5px 0 7.5px;
	border-color: #272e35 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 40px;
	transition: 0.25s all;
	opacity: 0;
}
#tannery .ziehharmonika .collapseIcon {
	position: absolute;
	right: 20px;
	top: 45%;
	font-size: 25px;
	font-weight: 300;
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
}
#tannery .ziehharmonika .collapseIcon.alignLeft {
	right: initial;
	left: 20px;
}
#tannery .ziehharmonika .active .arrowDown {
    bottom: -13px;
    border-color: #d83318 transparent transparent transparent;
    opacity: 1;
}
/********************* tannery_end ****************/
/********************* contact****************/
#contact{ 
 padding-top:100px;
 padding-bottom:50px;
 }
.contact_1{ 
 text-align:center;
 }
.contact_1 h2{ 
 color: #d83318;
 padding-bottom: 10px;
 }
.contact_1 p{ 
 padding-bottom:40px;
 } 
.contact_2 h4{
 font-weight: 700;
 letter-spacing: 0.05em; 
 }
.contact_2 h5{
 line-height: 30px;
 }
.contact_2 h5 i{
 font-size: 18px;
 line-height: 20px;
 color: #808085;
             }
.contact_2 a{
text-decoration:none;
color: #141f3c;
 }
.contact_2 a:hover{
color: #808085;
 }
.media_1{
 margin:5px;
 color:#000;
 }
.media_2{
margin:5px;
}
.contact_3 h3{   
  font-weight: 700;
  letter-spacing: 0.05em;
 }
.contact_4 input{
 padding-top:20px;
 padding-bottom:20px;
 margin-bottom:10px;
             }
.contact_5 textarea{
height:155px;
width:100%
                  }
.contact_5{
padding-bottom:30px;
}
.contact_6 ul{  
 padding:0;
 margin:0;
 text-align: center;
}
.contact_6{
padding-top:10px;  
padding-bottom:40px; 
}
.popover_1{   
padding-left:10px;
}
.contact_7 h2{ 
 font-weight:bold;
 }
#contact .form-control {
 font-size:17px;
 background-color: #d83318;
 color:#fff;
}
#contact .form-control::placeholder{
 color:#fff;
}
/********************* contact_end ****************/
/********************* contact_main ****************/
#contact_main{ 
 border: 10px solid #d83318;
 }
/********************* contact_main_end ****************/
/********************* our ****************/
#our{ 
 background-image: url(../img/44.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 }
.our_main{ 
 padding-bottom: 150px;
 padding-top: 150px;
 background-color: #0000008a;
 }
.our_1{ 
 text-align:center;
 padding-top:40px;
 }
.our_1 h3{ 
 color:#fff;
 padding-bottom:10px;
 }
.our_1 p{ 
 color:#fff;
 }
/********************* work_end ****************/
/********************* footer ****************/
#footer{  
padding-top:50px;
padding-bottom:50px;
background-color: #000;
 }
#footer .form-control {
height: 54px;
background-color: #111;
border: 1px solid #111;
color:#fff;
font-size: 18px;
margin-bottom: 10px;
}
#footer .form-control::placeholder{
 color:#fff;
}
.footer_1 h4{  
padding-bottom: 20px;
font-weight: bold;
color: #fff;
 }
.footer_1 p{  
line-height: 20px;
color: #b9b4b4;
 }
.footer_2 h4{  
padding-bottom: 20px;
font-weight: bold;
color: #fff;
 }
.footer_2 li{  
 display:block;
 }
.footer_2 li a{  
font-size: 20px;
color: #b9b4b4;
 }
.footer_2 li a:hover{  
color: #fff;
 }
.footer_3{  
text-align:center;
 }
.footer_3 h4{  
padding-bottom: 20px;
font-weight: bold;
color: #fff;
 }
.footer_3 p{  
 padding-bottom: 20px;
 color: #b9b4b4;
 }
.footer_3 h5{  
text-align:right;
padding-top:25px;
 }
.footer_3 h5 a{  
 padding: 9px 28px;
 border-radius: 3px;
 border: 2px solid #0c0b6f;
 font-size: 18px;
 background: #0c0b6f;
 color: #fff;
 letter-spacing: 2px;
 }
 .footer_3 h5 a:hover{
background:#fff;
color:#000;
border:2px solid #000;
 }
.footer_4 h4{  
padding-bottom: 20px;
font-weight: bold;
color: #fff;
 }
.footer_4 li{
line-height: 30px;
color: #b9b4b4;
font-size: 18px;
display: block;
 }
.footer_4 li i{
padding-right:10px;
color: #fff;
 }
.footer_4 li a{
color:#999;
 }
.footer_4 li a:hover{
color:#fff;
 }
/********************* footer_end ****************/
/********************* footer_main ************/
#footer_main{
padding-top:10px;
padding-bottom:10px;
background: #111;
}
.footer_main_1 p{
color: #fff;
font-size: 20px;
text-align: center;
padding-bottom: 0px;
padding-top:10px;
}
.footer_main_1 p a{
 color: #dc3220;
 font-size: 20px;
}
.footer_main_1 p a:hover{
color:#fff;
}
/********************* footer_main_end ********************/





@media screen and (max-width : 767px){
#header .navbar-brand {
 padding-left: 10px;
}
#header .navbar-default .navbar-toggle {
 border-color: #fff;
 background-color: #fff;
}
#header .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
 background-color: #fff;
}
#header .navbar-default .navbar-toggle .icon-bar {
 background-color: #000;
}
#header .navbar-default .navbar-collapse{
 border-color: #000000;
 margin-top: 15px;
}
#header .navbar-nav {
 float: none;
 padding-right: 0px;
 text-align: center;
}
#header .navbar-default .navbar-nav>li>a {
 font-size: 24px;
}
#header .nav>li>a {
 padding: 13px 16px;
}
#header .navbar-fixed-top{
 position: static;
}
#header .navbar {
 margin-bottom: 0px;
}
#center .sb-description {
 bottom: -30%;
 width: 58%;
}
#team .ih-item.square {
 width: 100%;
 height: 100%;
}
#team .ih-item.square.effect14 .info p {
 font-size: 15px;
}
#center .sb-description p {
 font-size: 7px;
 padding-top: 0px;
}
#center .sb-description h3 {
 font-size: 15px;
}
#gallery {
 padding-top: 10px;
 padding-bottom: 20px;
 text-align: center;
}
#gallery .destacados {
 padding: 0px 0;
}
.nav-tabs>li {
float: none;
}
#gallery .nav>li>a {
 margin-right: 0px;
}
#gallery .nav-tabs {
 margin-bottom: 20px;
}
.fancy_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#about {
 padding-top: 20px;
 padding-bottom: 20px;
 text-align: center;
}
.deliver_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
.about_1 p {
 padding-bottom: 0px;
}
#team {
 padding-top: 20px;
 padding-bottom: 20px;
 text-align: center;
}
.team_1 p {
 padding-bottom: 0px;
}
.product_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#event {
 padding-top: 20px;
 padding-bottom: 20px;
}
.event_1 p {
 padding-bottom: 0px;
}
.event_2 {
 padding-bottom: 20px;
}
.event_main {
 padding-bottom: 0px;
}
.event_2 p {
 font-size: 18px;
}
.work_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#tannery {
 text-align: center;
 padding-top: 20px;
 padding-bottom: 20px;
}
.tannery_1 p {
 padding-bottom: 0px;
}
.our_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#contact {
 padding-top: 20px;
 padding-bottom: 20px;
 text-align: center;
}
.contact_1 p {
 padding-bottom: 0px;
}
.contact_3 h3 {
 font-size: 26px;
 padding-bottom: 10px;
}
.contact_5 {
 padding-bottom: 0px;
}
#footer {
 padding-top: 20px;
 padding-bottom: 20px;
 text-align: center;
}
.footer_2 h4 {
 padding-bottom: 10px;
}
.footer_2 li {
 display: inline-block;
}
.footer_3 h4 {
 padding-bottom: 10px;
 padding-top: 10px;
}
.footer_3 p {
 padding-bottom: 0px;
}
.footer_4 h4 {
 padding-bottom: 10px;
 padding-top: 15px;
}
}

@media (min-width:470px) and (max-width:767px) { 
#center .sb-description {
 bottom: 5%;
}
#center .sb-description p {
 font-size: 9px;
 padding-top: 5px;
}
#center .sb-description h3 {
 font-size: 19px;
}
}
 
@media (min-width:768px) and (max-width:960px) { 
#header .navbar-brand {
 padding-left: 10px;
}
#header .navbar-default .navbar-nav>li>a {
 font-size: 13px;
}
#header .nav>li>a {
 padding: 15px 11px;
}
#center .sb-description {
 bottom: 7%;
 padding: 9px;
}
#center .sb-description p {
 font-size: 15px;
 padding-top: 10px;
 padding-bottom: 0px;
}
#center .sb-description h3 {
 font-size: 30px;
}
#gallery {
 padding-top:60px;
 padding-bottom: 30px;
}
#gallery .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
 padding: 15px 50px 15px 50px;
}
.fancy_main {
 padding-bottom: 50px;
 padding-top: 50px;
}
#about {
 padding-top: 60px;
 padding-bottom: 30px;
}
.about_2 p{ 
 font-size:14px;
}
.deliver_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#team .ih-item.square {
margin-bottom: 15px;
}
#team {
 padding-top:60px;
 padding-bottom: 30px;
}
.product_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#event {
 padding-top: 60px;
 padding-bottom: 30px;
}
.event_2 {
 padding-bottom: 20px;
}
.work_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#tannery {
 padding-top:60px;
 padding-bottom: 30px;
}
.our_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#contact {
 padding-top:60px;
 padding-bottom:0px;
}
.contact_7 h2 {
 font-size: 30px;
 padding-bottom: 10px;
}
.footer_1 p {
 font-size: 17px;
 line-height: 17px;
}
.footer_2 li a {
 font-size: 17px;
}
.footer_3 p {
 font-size: 17px;
 padding-bottom: 0px;
}
.footer_4 li {
line-height:28px;
font-size: 17px;
}
#footer {
 padding-top: 30px;
 padding-bottom: 10px;
}
} 
 
@media (min-width:961px) and (max-width:1200px) {
#header .navbar-brand {
 padding-left: 10px;
}
#header .navbar-default .navbar-nav>li>a {
 font-size: 15px;
}
#header .nav>li>a {
 padding: 15px 11px;
}
#center .sb-description {
 bottom: 20%;
 padding: 9px;
}
#center .sb-description p {
 font-size: 15px;
 padding-top: 10px;
 padding-bottom: 0px;
}
#center .sb-description h3 {
 font-size: 30px;
}
#gallery {
 padding-top:60px;
 padding-bottom: 30px;
}
#gallery .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
 padding: 15px 50px 15px 50px;
}
.fancy_main {
 padding-bottom: 50px;
 padding-top: 50px;
}
#about {
 padding-top: 60px;
 padding-bottom: 30px;
}
.about_2 p{ 
 font-size:14px;
}
.deliver_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#team .ih-item.square {
margin-bottom: 15px;
}
#team {
 padding-top:60px;
 padding-bottom: 30px;
}
.product_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#event {
 padding-top: 60px;
 padding-bottom: 30px;
}
.event_2 {
 padding-bottom: 20px;
}
.work_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#tannery {
 padding-top:60px;
 padding-bottom: 30px;
}
.our_main {
 padding-bottom: 40px;
 padding-top: 40px;
}
#contact {
 padding-top:60px;
 padding-bottom:0px;
}
.contact_7 h2 {
 font-size: 30px;
 padding-bottom: 10px;
}
.footer_1 p {
 font-size: 17px;
 line-height: 17px;
}
.footer_2 li a {
 font-size: 17px;
}
.footer_3 p {
 font-size: 17px;
 padding-bottom: 0px;
}
.footer_4 li {
line-height:28px;
font-size: 17px;
}
#footer {
 padding-top: 30px;
 padding-bottom: 10px;
}
}

@media (min-width:1201px) and (max-width:1320px) {
#center .sb-description {
 bottom: 12%;
}
}