@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700);
/*------ template stylization ------*/

@font-face {
    font-family: "Cinzel Decorative";
    font-style: normal;
    font-weight: 400;
    src: local("CinzelDecorative-Regular"), url("http://fonts.gstatic.com/s/cinzeldecorative/v3/fmgK7oaJJIXAkhd9798yQoem3WQP60SwtMX1R01QT0U.woff") format("woff");
}

body {
	background: ##feebef;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #695c5e;
}
p {
	margin-bottom: 0;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
a { color: #F00;
	outline: none;
}
a:hover {
	text-decoration: none;
}

h2 {
	color: #3a3a3a;
	margin: 0;
	margin-bottom: 32px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Bitter', serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	padding: 0;
	
}
h3 {
	color: #f13362;
	font: 12px/12px Arial, Helvetica, sans-serif;
	margin: 0;
	margin-bottom: 21px;
	text-transform: uppercase;
}
h4 {
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
	color: #810909;
	padding: 0;
	margin: 0 0 15px;
}

#content ul {
	list-style: none;
}
.extra-wrap {
	overflow: hidden;
}
.main {
	margin: 0 auto;
	background-color: #ffffff;
}
/*-----btn-----*/
.btn.btn-primary {
	box-shadow: none;
	background: none;
	position: relative;
	display: inline-block;
	padding: 7px 26px 7px 26px;
	font: 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	border: none;
	background-color: #810909;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 2px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-primary:hover {
	background: none;
	color: #ffffff;
	background-color: #c90e3d;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-link {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font: bold 12px 'Ubuntu', Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../img/more_arrow.png) left center no-repeat;
	-webkit-transition: all 0.2s ease !important;
	-moz-transition: all 0.2s ease !important;
	-o-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
}
.btn.btn-link.btn2 {
	background: url(../img/more_arrow2.png) left center no-repeat;
	color: #f13362;
}
.btn.btn-link.btn2:hover {
	text-decoration: underline;
}
/*-----me-----*/

.textStyle1 {
  font-size: 45px;
  color: #67272e;
  line-height: 40px;
}

.title2 {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	font-size: 90px;
	line-height: 70px;	
	font-weight: 400;
	color: #511414;
	padding: 0;
	margin: 0 0 4px;
}

.title3 {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	color:#9d0000;
	padding: 0;
	margin: 0 0 15px;
}

header {
	border-top: 10px solid #390606;
	text-align: center;
	padding: 0;
	margin-bottom:34px;
	background-color: #550b0b;
	border-bottom: 2px solid #efb916;
}

.camera_pag_ul li {
	border-radius: 500px;
}

.linelogo {
	top: 83px;
	height: 6px;
	width: 100%;
	position: absolute;
	display: block;
	background: url(../img/linelogo.png) center center repeat-x;
}
/*-------- Logo -------- */
.navbar-brand_ {
	float: none;
	display: block;
	overflow: hidden;
	position: relative;
	margin: 0;
	text-align: center;
	padding: 42px 0 48px;
}
h1.navbar-brand_ a {
	display: inline-block;
	position: relative;
	background: #550b0b;
	padding: 0 25px;
	z-index: 10;
}
.navbar-brand_a:hover {
	text-decoration: none;
}
/*-----------------navbar---------------------*/
.menuheader {
	position: relative;
	display: block;
	width: 100%;
	background: #810909;
}
.tm_navbar {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	border: none;
	line-height: 0;
}
.tm_navbar .nav {
	float: none;
	position: relative;
	display: inline-block;
}
.tm_navbar ul {
	position: relative;
	padding: 0;
	margin: 0;
	background: none;
	list-style: none;
}
.tm_navbar .nav li:first-child {
	position: relative;
	zoom: 1;
	background: none;
}
.tm_navbar .nav li {
	float: left;
	position: relative;
	padding: 26px 57px;
	background: url(../img/linemenu1.jpg) left center no-repeat;
	border-right: transparent;
	zoom: 1;
}
.tm_navbar .nav li a {
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Bitter', serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	color: #e9cece;
	background: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
	text-shadow: 0px 2px 2px #470a0a;
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.tm_navbar .nav li a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #810909;
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.tm_navbar .nav > .active > a, .tm_navbar .nav > .active > a:hover, .tm_navbar .nav > .active > a:focus {
	color: #810909;
}
.tm_navbar .nav > li.sfHover.active > a .sf-sub-indicator, .tm_navbar .nav > li.active > a .sf-sub-indicator {
	color: #blue;
	background-position: 0 0;
}
.tm_navbar .nav > li.sfHover > a, .tm_navbar .nav > li.sfHover > a:hover, .tm_navbar .nav > li > a:hover, .tm_navbar .nav > li.active > a, .tm_navbar .nav > li.active > a:hover {
	color: #ffffff;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	text-shadow: 0px 0px 4px #ffffff;
	font-size: 17px;
}

.select-menu {
	display: none !important;
}
/*-----me-----*/

/****************** projects *****************/
#projects {
	margin-top: 3px;
	margin-left: 0px;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
#projects > li {
	padding: 0;
	overflow: hidden;
	position: relative;
	float: left;
	cursor: default;
	margin-top: 10px;
}

.social-block{
	border-top:2px solid #efb916;
	padding-top:53px;
	padding-bottom:44px;
	background-color:#810909;
	color:#e71c1c;}

.social-block .phone,.social-block .twitter,.social-block .facebook{overflow:hidden;}

.social-block .phone .social-title{padding-top:6px;}

.social-block em{
	color:#e71c1c;
	text-transform:none;
	font-style:normal;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}

.social-block img{float:left;margin-right:17px;}

.social-block .social-title{font-size:22px;font-family:"Trebuchet MS",Helvetica,sans-serif;padding-top:1px;display:inline-block;font-weight:bold;}

.social-block .social-title strong{color:#fff;}

.social-block a{color:#fff;}

.social-block a .social-title{font-size:20px;text-transform:uppercase;line-height:27px;}

.social-block a:hover{text-decoration:none;color:#fff;}

.social-block a:hover em{color:#fff;-webkit-transition:all 0.4s ease;-moz-transition:all 0.4s ease;-o-transition:all 0.4s ease;transition:all 0.4s ease;}

.main-footer{
	height:52px;
	padding:20px 0 40px;
	border-top:1px solid #fff;
	border-bottom:10px solid #5c0a0a;
	font-weight:bold;color:#fff;
	background-color:#691510;}
	
.main-footer a{color:#9f0000;}


/*-----me-----*/
/*-----list-----*/
.list1 {
	margin: 0;
	list-style: none;
	margin-top: -8px;
	margin-bottom: -1px;
	
}
.list1 li {
	font-size: 12px;
	line-height: 1px;
	padding-left: 11px;
	margin-bottom: 6px;
}
.list1 li:first-child + li + li + li + li + li {
	margin-bottom: 0;
}
.list1 li a {
	font: bold 10px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #666;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list1 li a:hover {
	color:#C03;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list2 {
	margin: 0;
	list-style: none;
	margin-top: -5px;
}
.list2 li {
	font-size: 12px;
	line-height: 21px;
}
.list2 li p {
	line-height: 21px;
}
.list2 li > div > img {
	float: left;
	margin-right: 12px;
}
.list2 li > div {
	margin-bottom: 44px;
}
.list3 {
	margin: 0;
	list-style: none;
	margin-top: 43px;
	margin-bottom: 21px;
}
.list3 li {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 23px;
}
.list3 li p {
	color: #ad848c !important;
	text-transform: none !important;
}
.list3 li:first-child + li {
	margin-bottom: 0;
}
.list3 li > img {
	float: left;
	margin-right: 13px;
	margin-top: 4px;
}
.list3 li p > span {
	display: inline-block;
	width: 67px;
}
.list4 {
	margin: 0;
	list-style: none;
	margin-bottom: 20px;
	margin-top: -10px;
}
.list4.box-list4 {
	margin-bottom: 54px;
}
.list4 li {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 39px;
}
.list4 .badge {
	padding: 0;
	margin: 0;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	width: 45px;
	height: 44px;
	text-align: center;
	padding-top: 7px;
	text-shadow: none;
	background-color: #b00a0a;
	font: bold 30px/30px 'Ubuntu', Arial, Helvetica, sans-serif;
	color: #ffffff;
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	border-color:
}
.list5 {
	margin: 0;
	list-style: none;
	margin-top: 14px;
}
.list5 li {
	font-size: 12px;
	line-height: 21px;
	margin-bottom: 28px;
	overflow: hidden;
}
.list5 li figure {
	margin: 0;
	float: left;
	margin-right: 20px;
}
.list5 li figure img {
	width: 100%;
}
.list5 li .caption {
	overflow: hidden;
}
.list5 li .caption p {
	margin-bottom: 20px;
}
.list5 li .caption a {
	margin-bottom: 11px;
	display: inline-block;
	color: #378673;
	font: 16px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.list5 li .caption a:hover {
	color: #2b3329;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*-----thumbs-----*/
.thumb-pad0 {
	margin: 0;
	margin-top: 30px;
}
.thumb-pad0 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad0 .thumbnail .caption {
	padding: 0;
	color: #ad848c;
}
.thumb-pad0 .thumbnail .caption ul {
	margin: 0;
	overflow: hidden;
	margin-bottom: 54px;
}
.thumb-pad0 .thumbnail .caption ul li {
	background: url(../img/list_arrow.png) left 5px no-repeat;
	padding-left: 20px;
	margin-bottom: 10px;
}
.thumb-pad0 .thumbnail .caption ul li a {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #f1511f;
	display: inline-block;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad0 .thumbnail .caption ul li a:hover {
	color: #181818;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad0 figure {
	margin: 0;
	float: left;
	margin-right: 22px;
}
.thumb-pad0 figure img {
	width: 100%;
}
.thumb-pad1 {
	margin-top: -6px;
	margin-bottom: 53px;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad1 .thumbnail .caption {
	padding: 0;
	color: #ad848c;
}
.thumb-pad1 .thumbnail .caption p {
	margin-bottom: 5px;
}
.thumb-pad1 figure {
	margin: 0;
	margin-bottom: 16px;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin-bottom: 0;
	display: inline-block;
	margin-top: -6px;
}
.thumb-pad2 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	color: #ad848c;
}
.thumb-pad2 .thumbnail .caption p {
	margin-bottom: 22px;
}
.thumb-pad2 figure {
	margin: 0;
	margin-bottom: 16px;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	width: 100%;
	margin-bottom: 36px;
	margin-top: -6px;
}
.thumb-pad3 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	color: #ad848c;
}
.thumb-pad3 figure {
	margin: 0;
	display: inline-block;
	width: 100%;
}
.thumb-pad3 figure img {
	width: 100%;
	max-width: 100%;
}
.thumb-pad4 {
	padding: 20px 20px 15px 20px;
	margin-bottom: 30px;
	background-color: #e7e7e7;
}
.thumb-pad4 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad4 figure {
	margin: 0;
	width: 100%;
	margin-bottom: 16px;
}
.thumb-pad4 figure img {
	width: 100%;
	max-width: 100%;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 .thumbnail .caption p {
	color: #7b7b7b;
	margin-top: 11px;
}
.thumb-pad4 .thumbnail .caption a {
	color: #378673;
	font: 16px/20px Arial, Helvetica, sans-serif;
	margin: 0;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad4 .thumbnail .caption a:hover {
	color: #9bd156;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.thumb-pad5 {
	margin: 0;
	display: inline-block;
	margin-bottom: 25px !important;
}
.thumb-pad5 .thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	color: #ad848c;
	padding-right: 34px;
}
.thumb-pad5 figure {
	margin: 0;
	overflow: hidden;
	display: inline-block;
	float: left;
	margin-right: 30px;
}
.thumb-pad5 figure img {
	width: 100%;
}
.box4-box {
	margin-top: 0;
	padding-bottom: 17px;
}
.projects-box figure {
	padding-bottom: 0 !important;
	border-bottom: none !important;
	margin-bottom: 12px !important;
}
.projects-box h4 {
	font-weight: normal !important;
}
.projects-box .caption p {
	text-transform: none !important;
	font-size: 12px !important;
	font-weight: normal !important;
}
.projects-box .thumb-pad8 {
	margin-bottom: 36px !important;
	padding-bottom: 23px !important;
}
.thumb-pad8 {
	position: relative;
	padding: 20px 20px 26px 20px;
	margin-bottom: 23px;
	margin-top: -6px;
}
.thumb-pad8 span {
	background-color: #810909;
	width: 100%;
	height: 0;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.thumb-pad8 strong {
	background-color: #faf4f5;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.thumb-pad8 .thumbnail {
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.thumb-pad8 figure {
	margin: 0;
	width: 100%;
	margin-bottom: 16px;
	padding-bottom: 22px;
	border-bottom: 1px dashed #cdd0d2;
}
.thumb-pad8 figure img {
	width: 100%;
	max-width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #ad848c;
}

.thumb-pad8 .thumbnail .caption p {
	color: #695c5e;
	margin-bottom: 11px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 20px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-pad8 .thumbnail .caption h4 {
	margin-bottom: 7px;
	font-size: 19px;
	line-height: 28px;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.projects-box .thumb-pad8 .thumbnail .caption h4 {
	font-size: 17px;
}
.projects-box .thumb-pad8 .thumbnail .caption p {
	margin-bottom: 5px;
}
/*-----carousel-----*/
.list_carousel {
	position: relative;
}
.caroufredsel_wrapper {
	height: 72px !important;
}
.list_carousel #foo {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
	height: 100% !important;
}
.list_carousel #foo > li {
	padding: 0;
	float: left;
	cursor: default;
}
.list_carousel #foo li figure {
	margin: 0;
}
.list_carousel.responsive {
	width: auto;
	margin: 0;
}
.list_carousel.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_carousel .prev, .list_carousel .next {
	display: inline-block;
	width: 9px;
	height: 13px;
	cursor: pointer;
}
.list_carousel .prev {
	background: url(../img/prev_arrow.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo-btn span {
	border-right: 1px solid #d5d5d5;
	margin-left: 17px;
	margin-right: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.list_carousel .next {
	background: url(../img/next_arrow.png) 0 top no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .prev:hover {
	background: url(../img/prev_arrow.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel .next:hover {
	background: url(../img/next_arrow.png) 0 bottom no-repeat;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.foo-btn {
	position: absolute;
	float: left;
	top: -74px;
	left: 310px;
}
/*-----blockquote-----*/blockquote {
	padding: 0;
	border: none;
	margin: 0;
	margin-bottom: 48px;
	margin-top: -10px;
}
blockquote img {
	float: left;
	margin-top: -6px;
	margin-right: 6px;
}
blockquote p {
	margin-bottom: 18px;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 21px;
}
blockquote a {
	color: #f13362;
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
blockquote a:hover {
	color: #3a3a3a;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

/*----content-----*/
#content {
	position: relative;
	padding: 0 0 0 0;
}
.img-polaroid {
	position: relative;
	background: none;
	padding: 0;
	box-shadow: none;
	border: 1px solid #ffffff;
	max-width: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#toTop {
	display: none;
	width: 42px;
	height: 42px;
	overflow: hidden;
	background: url(../img/top.png) 0 top no-repeat;
	position: fixed;
	margin-right: -690px !important;
	right: 50%;
	bottom: 40px;
	z-index: 999;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
}
#toTop:hover {
	background: url(../img/top.png) 0 bottom no-repeat;
}
.mail {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #810909;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.mail:hover {
	color: #3a3a3a;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.box1 p > a {
	color: #f1511f;
	font-size: 11px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.box1 p > a:hover {
	color: #181818;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.box1 ul {
	margin: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}
.box1 ul li {
	margin-bottom: 19px;
}
.content-box {
	background: #f2f2f2 url(../img/contBox_bg.png) 0 top repeat-x;
	padding-top: 4px;
	margin-bottom: 22px;
}
.banner-box {
	margin-bottom: 32px;
}

/*--me------------------------------*/
.aten { color: #930}

.banner-box .titlee {
	font: bold 24px 'Ubuntu';
	color: #373737;
	text-transform: uppercase;
	height: 34px;
	margin-bottom: 25px;
	padding-left:40px;
	letter-spacing: -1px;
}
.banner-box .titlee > img {
	margin-left:auto;
margin-right:auto;
padding-left:40px;
}

/*--me------------------------------*/
.banner-box .title {
	font: bold 20px 'Ubuntu';
	color: #373737;
	text-transform: uppercase;
	height: 34px;
	margin-bottom: 25px;
	letter-spacing: -1px;
}
.banner-box .title > img {
	margin-left:auto;
margin-right:auto;
}
.banner-box hr {
	border-bottom: none;
	border-color: #ececec;
	margin: 23px 0 25px 0;
}

/*--me------------------------------

.supportBanner2 {
	margin-bottom: 60px;
}
.supportBanner2 > div {
	background-color:#810909;
	padding: 19px 25px 41px 26px;
}
.supportBanner2 .title1 {
	font: bold 90px 'Ubuntu';
	color: #ffffff;
	letter-spacing: -4px;
	margin-bottom: 5px;
}
.supportBanner2 .title2 {
	font: bold 30px 'Ubuntu';
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 16px;
	letter-spacing: -1px;
}
.supportBanner2 hr {
	margin: 17px 0 31px 0;
	border-bottom: none;
	border-color: #F30;
}
.supportBanner2 h3 {
	color: #ffffff;
	margin-bottom: 27px;
}
.supportBanner2 .marg {
	margin-bottom: 19px;
	line-height: 20px;
	color: #ffffff;
}

/*--me------------------------------*/

.supportBanner {
	margin-bottom: 60px;
	margin-top: -4px;
}
.supportBanner > div {
	text-align:center;
	background-color:#810909;
	padding: 19px 25px 13px 26px;
}
.supportBanner .title1 {
	font: bold 30px 'Ubuntu';
	color: #ffffff;
	text-transform: uppercase;
	margin-top: -16px;
	margin-bottom: 16px;
	letter-spacing: 1px;
}
.supportBanner .title2 {
	font: bold 30px 'Ubuntu';
	color: #ffffff;
	text-transform: uppercase;
	margin-top: 16px;
	letter-spacing: -1px;
}
.supportBanner hr {
	margin: 17px 0 31px 0;
	border-bottom: none;
	border-color: #F30;
}
.supportBanner h3 {
	color: #ffffff;
	margin-bottom: 27px;
}
.supportBanner .marg {
	margin-bottom: 19px;
	line-height: 20px;
	color: #ffffff;
}
.supportBanner a:hover {
	color: #810909;
}
.error-search h2 {
	margin-top: 30px;
	line-height: 35px;
	margin-bottom: 21px;
}
.capabilities-box h2 {
	margin-top: 16px;
}
.testimonials-box {
	margin-top: 31px;
}
.services-box {
	margin-bottom: 21px;
}
/*-----subscribeForm-----*/
#subscribe-form {
	margin: 0;
	position: relative;
	margin-top: 11px;
}
#subscribe-form .error {
	display: block;
	overflow: hidden;
	height: 0px;
	position: absolute;
	top: 45px;
	text-align: left;
	left: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #ad848c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#subscribe-form input {
	width: 100%;
	outline: 0;
	box-shadow: none;
	color: #787878;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	border-radius: 0;
	padding: 3px 10px 4px 29px;
	margin-right: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #e0e0e0;
	border-top: 1px solid #a9a9a9;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #c5c5c5;
	margin-bottom: 6px;
	height: 43px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#subscribe-form label.invalid .error {
	height: 19px;
}
#subscribe-form .success {
	display: none;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 0 10px 0;
	background-color: #4c544a;
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 0;
	width: 268px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/*-----search-----*/
#search-404 {
	position: relative;
	margin: 0;
	margin-top: 12px;
}
#search-404 input {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 2px 15px 2px 10px;
	width: 100%;
	outline: none;
	border: 1px solid #d5d5d5;
	background: #f2f2f2;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #9d9d9d;
	height: 32px;
	margin-bottom: 25px;
	-webkit-box-shadow: inset 0px 1px 1px #e0e0e0 !important;
	-moz-box-shadow: inset 0px 1px 1px #e0e0e0 !important;
	box-shadow: inset 0px 1px 1px #e0e0e0 !important;
}
.search_link {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#search-404 .btn.btn-primary {
	margin: 0;
	padding: 14px 20px 14px 19px;
}
#search {
	margin: 0;
	position: relative;
	display: inline-block;
	margin-top: 11px;
	float: right;
}
#search a {
	position: absolute;
	top: 6px;
	right: 14px;
}
#search input {
	width: 200px;
	outline: none;
	box-shadow: none;
	border: none;
	color: #b9beaa;
	font: 12px Arial, Helvetica, sans-serif;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 9px 10px 13px 13px;
	margin-right: 0;
	float: left;
	background: #2b3329;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-top: 1px solid #282d27;
}
/*-----map-----*/
.map {
	margin: -6px 0 83px 0;
	display: inline-block;
	width: 100%;
	line-height: 0;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 403px;
	border: none;
	line-height: 0;
}
.info h2 {
	margin-bottom: 25px;
}
/*-----form-----*/
#contact-form {
	position: relative;
	z-index: 1;
	margin: -6px 0 20px 0;
	padding: 0 0 0 0;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
.txt-form {
	display: block;
	padding-bottom: 6px;
	color: #ffffff;
}
.txt-form span {
	color: #ffffff;
}
.form-div-1, .form-div-2, .form-div-3 {
	float: left;
	width: 200px;
}
.form-div-1, .form-div-2 {
	margin-right: 10px;
}
#contact-form div {
	overflow: hidden;
}
#contact-form fieldset {
	position: relative;
	z-index: 10;
	overflow: hidden;
	padding: 0;
	width: 100%;
	border: none;
}
#contact-form label {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	min-height: 42px;
	width: 100%;
}
#contact-form .message {
	display: block !important;
	min-height: 129px;
	width: 100%;
	margin-bottom: 25px;
}
#contact-form input, #contact-form textarea {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	padding: 5px 15px 5px 10px;
	width: 100%;
	outline: none;
	border: 1px solid #d5d5d5;
	background: #f2f2f2;
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 21px;
	color: #9d9d9d;
	height: 32px;
	-webkit-box-shadow: inset 0px 1px 1px #e0e0e0 !important;
	-moz-box-shadow: inset 0px 1px 1px #e0e0e0 !important;
	box-shadow: inset 0px 1px 1px #e0e0e0 !important;
}
#contact-form input:focus, #contact-form textarea:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
#contact-form .area .error {
	float: none;
}
#fcontacto textarea {
	overflow: auto;
	width: 91%;
	height: 186px;
	resize: none;
}
#contact-form .success {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 4px 10px;
	width: 100%;
	background: #f2f2f2;
	border: 1px solid #d5d5d5;
	color: #9d9d9d;
	text-align: center;
	text-transform: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
}
#contact-form .error, #contact-form .empty {
	position: absolute;
	bottom: 10px;
	text-align: right;
	right: 2px;
	display: none;
	overflow: hidden;
	padding: 1px 4px 0px 0;
	width: 100%;
	color: #2f2f2f;
	text-transform: none;
	font-size: 11px;
	line-height: 1.27em;
	font-family: Arial, Helvetica, sans-serif;
}
#contact-form .message .error, #contact-form .message .empty {
	bottom: -15px;
	text-align: right;
}
.btns .btn.btn-primary {
	float: left;
}
.btns p {
	margin-top: 11px;
	float: left;
	margin-left: 19px;
}
/*-----footer-----*/
/*-----footer .container {
	border-top: 1px solid #dadada;
	background-color: #ffffff;
	padding-bottom: 38px;
}
footer .span8 {
	overflow: hidden;
}
footer .privacy-box p {
	text-transform: uppercase;
	color: #35292e;
}
footer .privacy-box a {
	color: #810909;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
footer .privacy-box a:hover {
	color: #35292e;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
footer .privacy-box > img {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
}
footer h4 {
	font-weight: bold;
	color: #3d3d3d;
	margin: 33px 0 18px 0;
}
footer .list1 {
	margin-top: 0;
}
footer .list1 li a {
	color: #918183;
}
footer .list1 li a:hover {
	color: #810909;
}
footer .list1 li {
	background: url(../img/list_arrow3.png) left center no-repeat;
	margin-bottom: 12px !important;
} ----*/

.follow_icon {
	margin: 0;
	list-style: none;
	margin-top: 24px;
}
.follow_icon li {
	margin-right: 6px;
	float: left;
}
.follow_icon li a {
	-webkit-transition: 0 !important;
	-moz-transition: 0 !important;
	-o-transition: 0 !important;
	transition: 0 !important;
}
.select-menu {
	display: none !important;
}

#projects {
	text-align:center;
}

/*-------------------------------------------------------media queries----------------------------------------------------------*/
@media (min-width: 1380px) {

 .box-thumb1 {
 width: 236px;
}
 #contact-form label {
 display: inline-block;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 250px;
}
 .caroufredsel_wrapper {
 height: 72px !important;
}
 #search input {
 width: 270px;
}
 footer .privacy-box > img {
 float: left;
 margin-top: -4px;
 margin-right: 5px;
}
}


@media (max-width: 1380px) {
#fcontacto textarea {
	overflow: auto;
	width: 98%;
	height: 186px;
	resize: none;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 980px) and (max-width: 1199px) {
	
.box-thumb1 {
 width: 182px;
}
 .caroufredsel_wrapper {
 height: 72px !important;
}
 #subscribe-form .success {
 width: 218px;
}
 #search input {
 width: 200px;
}
 footer .privacy-box > img {
 float: none;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 10px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 979px) {
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 768px) and (max-width: 979px) {
.social-block{text-align:center;}
.social-block img{float:none;margin:15px;}
.social-block .social-title{font-size:20px;}
	
	
	
	
	
/*--------me------------*/	
.tm_navbar .nav li {
	padding: 26px 38px;
}	
/*--------me------------*/
#projects li section a .infoslide {
	text-align: center;
}
#projects li section a .infoslide figure {
	float: none;
	margin: 0 0 5px;
}
/*--me------------------------------*/

.banner-box .titlee {
	font: bold 24px 'Ubuntu';
	color: #373737;
	text-transform: uppercase;
	height: 34px;
	margin-bottom: 25px;
	padding-left:20px;
	letter-spacing: -1px;
}
.banner-box .titlee > img {
	margin-left:auto;
margin-right:auto;
padding-left:20px;
}

/*--me------------------------------*/

 .form-div-1,  .form-div-2,  .form-div-3 {
 width: 100%;
}
 .form-div-1,  .form-div-2 {
 margin-right: 20px;
}
 #contact-form .error,  #contact-form .empty {
 bottom: 0;
}
 .supportBanner .title1 {
 font-size: 30px;
}
 .supportBanner .title2 {
 font-size: 25px;
 line-height: 23px;
 margin-top: 0px;
}
 .thumb-pad8 .thumbnail .caption h4 {
 font-size: 19px;
 line-height: 21px;
}
 .box-thumb1 {
 width: 215px;
}
 #search-404 input {
 margin-right: 0;
 width: 100%;
}

 .banner-box .title {
 font-size: 15px;
}

 .thumb-pad0 figure {
 width: 100%;
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}

 #search {
 float: none;
}
 .list5 li figure {
 width: 100%;
 float: none;
 margin-bottom: 10px;
}
 #subscribe-form .success {
 width: 164px;
}
 .list3 li p > span {
 display: block;
 width: auto;
}
 .follow_icon li {
 margin-bottom: 5px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 767px) {
	
/*--------me------------*/

.social-block .phone,.social-block .twitter,.social-block .facebook{padding-top:15px;}

#projects {
	margin-left: -20px;
}
#projects li {
	width: 46%;
	margin-left: 20px;
}

#projects li ul li{
	width: 95%;
	margin-left: 5px;
}
.title2 {
	font-size: 70px;
	line-height: 60px;
}

.linelogo {
	display: none;
}

h1.navbar-brand_ a {
	display: block;
	padding: 0;
}
.navbar-brand_ {
	display: block;
	position: relative;
	padding: 40px 0 20px;
	margin: 0;
	margin-left: 0;
}
.menuheader {
	min-height: 50px;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;}
	
.tm_navbar {
	padding: 20px 0;
	display: block;
	width: 100%;
	background: transparent;
}
.sf-menu {
	display: none !important;
}
.select-menu {
	display: block !important;
	color: #FFF;
	border: 1px solid #9c7c26;
	background: #600114 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 5px;
	cursor: pointer;
}
/*--------me------------*/

 .banner-box .span3 {
 margin-bottom: 10px;
}
 .thumb-pad1 {
 margin-bottom: 0;
}
 .box4 {
 width: 29%;
 float: left;
 margin-right: 20px;
}
 .thumb-pad8 .thumbnail .caption h4 {
 font-size: 16px;
 line-height: 18px;
}
 .box-list1 {
 float: left;
 width: 45%;
 margin-right: 10px;
}

 .box-thumb1 {
 width: 30%;
 float: left;
 margin-left: 0;
 margin-right: 18px;
}

 .top {
 display: none;
}
 .form-div-1,  .form-div-2,  .form-div-3 {
 float: none;
 width: 100%;
 margin: 0 0 0 0;
}
 .list1 {
 width: 100%;
}
 .box-thumb1 {
 width: 30%;
}
 .error {
 text-align: center;
}
 .thumb-pad0 figure {
 margin: 0;
 float: left;
 margin-right: 22px;
}
 .thumb-pad1 {
 margin-bottom: 40px;
}

 #search {
 float: none;
}
 .box-pad1 {
 width: 45%;
 float: left;
 margin-right: 20px;
}
 .thumb-pad2 figure {
 float: left;
 margin-right: 20px;
}
 .box1 {
 width: 29%;
 float: left;
 margin-right: 20px;
}
 #subscribe-form .success {
 width: 100%;
}
 .thumb-pad1 figure {
 float: left;
 margin-right: 20px;
}
 .testimonials-box {
 margin-top: 35px;
}
 .info {
 margin-bottom: 70px;
}
 footer .span8 .span2 {
 width: 20%;
 margin-right: 20px;
 float: left;
}
}

@media (max-width: 650px) {
#projects {
	margin-left: -20px;
}
#projects li {
	width: 46%;
	margin-left: 20px;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 626px) and (max-width: 767px) {
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 626px) {

.btn.btn-primary {
	margin-bottom:40px;
}	

 .box-thumb1 {
 width: 45%;
}
 .box4 {
 width: 28%;
 float: left;
 margin-right: 20px;
}
 .thumb-pad8 .thumbnail .caption h4 {
 font-size: 16px;
 line-height: 18px;
}
 .thumb-pad8 .btn.btn-link {
 font-weight: normal;
 font-size: 11px;
 padding-bottom: 1px;
}
 .foo-btn {
 position: relative;
 top: 0;
 float: none;
 left: 0;
 text-align: center;
 margin-bottom: 20px;
}
 .list5 li figure {
 width: 100%;
 float: none;
 margin-bottom: 10px;
}
 .projects-box.box4 {
 width: 45%;
 float: left;
 margin-right: 20px;
}
 .thumb-pad2 figure {
 width: 100%;
 margin-right: 0;
 float: none;
}
 footer .span8 .span2 {
 width: 20%;
 margin-right: 20px;
 float: left;
}
}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 580px) {
	
#projects {
	margin-left: -20px;
}
#projects li {
	width: 44%;
	margin-left: 20px;
}
#projects li section a .infoslide {
	text-align: center;
}
#projects li section a .infoslide figure {
	float: none;
	margin: 0 0 5px;
}
}

@media (max-width: 560px) {

	
.title2 {
	font-size: 50px;
	line-height: 40px;
}
.title3 {
	font-size: 30px;
	line-height: 40px;
}

	
 #search-404 input {
 margin-right: 0;
 width: 100%;
}
 .box-thumb1 {
 width: 45%;
}
 .box1 {
 width: 28%;
}
 .thumb-pad2 figure {
 width: 100%;
 margin-right: 0;
 float: none;
}
 footer .span8 .span2 {
 width: 20%;
 margin-right: 20px;
 float: left;
}
}

@media (max-width: 500px) {.social-block .social-title{font-size:18px;}}


/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 482px) and (max-width: 625px) {
}
@media (max-width: 480px) {
	
.title2 {
	font-size: 40px;
	line-height: 40px;
}
.title3 {
	font-size: 20px;
	line-height: 40px;
}	
 .box-thumb1 {
 width: 100%;
 float: none;
 margin-left: 0;
}
 .box4 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .box-list1 {
 float: none;
 width: 100%;
 margin-right: 0;
}
 .list4 li .extra-wrap a {
 display: block;
 float: none;
 margin-bottom: 5px;
}
 .map iframe {
 height: 200px;
}
 .thumb-pad5 figure {
 float: none;
 margin-right: 0;
 width: 100%;
 margin-bottom: 10px;
}
 .thumb-pad0 figure {
 width: 100%;
 float: none;
 margin-right: 0;
 margin-bottom: 15px;
}
 #search,  #search input {
 width: 100%;
}
 .box-pad1 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 footer p {
 float: none;
 margin-bottom: 10px;
}
 footer ul {
 float: none;
 display: block;
}
 #subscribe-form {
 margin-bottom: 30px;
}
 .box1 {
 width: 42%;
}
 .list1 li figure {
 float: left;
 margin-right: 0;
 width: 100%;
 margin-bottom: 15px;
}
 .supportBanner .title1 {
 font-size: 55px;
}
 .supportBanner .title2 {
 font-size: 25px;
 line-height: 23px;
 margin-top: 0px;
}
 .thumb-pad1 figure {
 float: none;
 margin-right: 0;
}
 .projects-box.box4 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 footer .span8 .span2 {
 width: 100%;
 margin-right: 0;
 float: none;
}
}

@media (max-width: 380px) {

#projects {
	margin-left: 0px;
}
#projects li {
	width: 100%;
	margin-left: 0px;
}
#projects li section a .infoslide {
	text-align: left;
}
#projects li section a .infoslide figure {
	float: left;
	margin: 0 0 5px;
}

}
/*---------------------------------------------------------------------------------------------------------------------------*/
@media (min-width: 320px) and (max-width: 481px) {
	
}
@media (max-width: 320px) {
 .box-thumb1 {
 width: 100%;
 float: none;
 margin-right: 0;
}
 .list1 li figure {
 width: 100%;
 margin-right: 0;
 float: none;
 margin-bottom: 10px;
}
 .box1 {
 width: 100%;
 margin-right: 0;
 float: none;
}

 .banner-box .title {
 font-size: 19px;
}
}

@media (max-width: 430px) {.social-block .phone .social-title{display:inline;}}
/*---------------------------------------------------------------------------------------------------------------------------*/.error img {
	max-width: 100% !important;
	margin-top: 36px;
}
.margBot {
	margin-bottom: 47px;
}
.margBot2 {
	margin-bottom: 44px;
}
.padBot {
	padding-bottom: 75px;
}
.padBot1 {
	padding-bottom: 33px;
}
.padBot2 {
	padding-bottom: 19px;
}
/*---------------------------------------------------------------------------------------------------------------------------*//*Core variables and mixins*/
.clearfix {
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 31px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
