#tombolScrollTop {
	cursor: pointer;
	position: fixed;
	left: 72%;
	bottom: 0px;
	border: 0px;
	background-color:transparent;
	color: #585858;
	height: 50px;
	width: 50px;
	font-size: 15px;
	display: none;
	background-image: url(../images/scroll-top.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.header {
    background: #0BA799;
    border-top: 1px dotted #e7e7e7;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-collapse {
    padding: 0;
}
.navbar-nav > li > a {
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 900;
    color: #A2A2A2;
    text-transform: uppercase;
    border-right: 1px dotted #e7e7e7;
}
.navbar-nav > li:nth-child(1) > a {
    border-left: 1px dotted #e7e7e7;
    color: #fff;
    font-size: 16px;
}
.navbar-nav > li:nth-child(2) > a {
    color: #fff;
    font-size: 16px;
}
.navbar-nav > li:nth-child(3) > a {
    color: #fff;
    font-size: 16px;
}
.navbar-nav > li:nth-child(4) > a {
    color: #fff;
    font-size: 16px;
}
.navbar-nav > li:nth-child(5) > a {
    color: #fff;
    font-size: 16px;
}
.navbar-nav > li:nth-child(6) > a {
    color: #fff;
    font-size: 16px;
}
.navbar-nav > li:nth-child(7) > a {
    color: #fff;
    font-size: 16px;
}
.navbar-nav > li:nth-child(8) > a {
    color: #fff;
    font-size: 16px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color:#FE6517;
    border-left: 1px dotted #e7e7e7;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FE6517;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.m1:before {
	background: url(../images/img-sp.png) no-repeat 200px -127px #FE6517 !important;
    border-radius: 20px;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*start search*/
.sb-search {
	position: absolute;
	right: 0px;
	width: 0%;
	min-width: 90px;
	margin: 0;
	height: 48px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	background: none;
	border-right: 1px dotted#e7e7e7;
    border-left: 1px dotted#e7e7e7;
}
.sb-search-input {
	position: absolute;
    top: -3px;
    left: -5px;
    border: none;
    outline: none;
    background: #FE6517;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    font-size: 1em;
    color: #FFFFFF;
    padding-left: 1em;
	padding-right: 6em;
}
.sb-search-input::-webkit-input-placeholder {
	color:#FFFFFF;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #ffffff;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit {
	width: 90px;
    height: 65px;
    display: block;
    position: absolute;
    right: 0;
    top: -5px;
    padding: 0;
    margin: 0;
    line-height: 85px;
    text-align: center;
    cursor: pointer;
}
.sb-search-submit {
	background:#0BA799 url('../images/img-sp.png') no-repeat 21px -52px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
   	background:#0BA799 url('../images/img-sp.png') no-repeat 21px -52px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width:100%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #c0c0c0 url('../images/img-sp.png') no-repeat 0px 1px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*-- search-ends --*/

@media (max-width: 991px){
	.logo {
		width: 50%;
	}
	.boxs {
		margin-bottom: 1em;
	}
	.style-label2{
		padding-top: 8em;
	}
}
@media (max-width: 767px){
	.logo {
		width: 50%;
	}
	.navbar-default .navbar-toggle {
		border-color: #0BA799;
		background: #0BA799;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #0BA799;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
	.navbar-nav > li > a {
		padding: 10px 0;
		text-align: center;
		border-left: 1px dotted #e7e7e7;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
		background-color: #FE6517;
		border-left: 1px dotted #e7e7e7;
	}
	.hvr-bounce-to-bottom:before {
		background:#FE6517;
	}
	.navbar-nav {
		margin: 0;
		background: #0BA799;
		padding-bottom: 4em;
	}
	.sb-search {
		right: 315px;
		bottom: 0px;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 56.4%;
	}
	.boxs {
		margin-bottom: 1em;
	}
	.style-label2{
		padding-top: 8em;
	}
}
/*
@media (max-width:640px){
	.logo {
		width: 50%;
	}
	.sb-search {
		right: 260px;
	}
	.boxs {
		margin-bottom: 1em;
	}
	.style-label2{
		padding-top: 8em;
	}
}
@media (max-width:480px){
	.logo {
		width: 50%;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	.header_top_right p,.header_top_left ul li {
		font-size: 13px;
	}
	.header_top_left,.header_top_right{
		float:none;
		text-align:center;
	}
	.sb-search{
		min-width: 50px;
		height: 50px;
	}
	.sb-search-submit {
		background: #0BA799 url('../images/img-sp.png') no-repeat 5px -59px;
	}
	.sb-icon-search, .sb-search-submit {
		width: 50px;
		height: 50px;
	}
	.sb-search-input {
		padding-right: 4em;
	}
	.sb-icon-search {
		background:#0BA799 url('../images/img-sp.png') no-repeat 5px -59px;
	}
	.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
		background: #0BA799 url('../images/img-sp.png') no-repeat 5px -59px;
	}
   .sb-search {
		right: 193px;
	}
	.sb-search-input {
		height: 55px;
		font-size: 13px;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 56%;
	}
	.boxs {
		margin-bottom: 1em;
	}
	.style-label2{
		padding-top: 8em;
	}
}
@media (max-width: 414px){
	.logo {
		width: 50%;
	}
	.logo h1 a img {
		width: 100%;
	}
	.logo h1 a {
		font-size: .8em;
	}
	.sb-search {
		right: 160px;
	}
}
@media (max-width: 384px){
	.navbar-nav > li > a,.sevrices-list-grid ul li a {
		font-size: 13px;
	}
	.sb-search {
		right: 0;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 100%;
	}
}
*/