/* Common
-------------------------------------------------- */
@font-face {
		font-family: "SegoeUIRegular";
		src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
		src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"),
		url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"),
		url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "SegoeUIBold";
		src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
		src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"),
		url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "SegoeUIItalic";
		src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot");
		src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix")format("embedded-opentype"),
		url("../fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"),
		url("../fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "SegoeUILight";
		src: url("../fonts/SegoeUILight/SegoeUILight.eot");
		src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
		url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
		url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}

@font-face {
		font-family: "SegoeUISemiBold";
		src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
		src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix")format("embedded-opentype"),
		url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"),
		url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
		font-style: normal;
		font-weight: normal;
}
html {
  position: relative;
  min-height: 100%;
}
body {
	font-family: 'SegoeUIRegular', sans-serif;
	color: #000000;
	margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
}

body.index {
	background: url(../img/bg-main.png) center bottom no-repeat;	
	background-size: cover;
}

.header {
	background-color: #fd7300;
	min-height: 95px;
}
hr {
	background-color: #fd7300;
	margin-top: 2.0em;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
	font-size: 1.1em;	
    padding-right: .8rem;
    padding-left: .8rem;	
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-item.active .nav-link {
	color: #FFFFFF;
}
.navbar-nav {
	margin-top: 15px;
}
.navbar-light .navbar-nav .nav-link.phone {
	background: #FFF;
	border-radius: 24px;
	padding: 0.3em 1.2em;
	margin-left: 2.0em;
	margin-top: 0.3em;
	transition: 0.3s all linear;	
}
.navbar-light .navbar-nav .nav-link.phone:hover {
	background: #000;
	color: #FFF;
	transition: 0.3s all linear;
}

.cart-link {
	position: absolute;
	right: 0px;
	top: 28px;
}
.cart-link a span:first-child {
	color: #000;
	position: absolute;
	left: -26px;
	font-weight: bold;
	top: 4px;
	min-width: 26px;
	text-align: right;
}
.cart-link a span:last-child {
	display: inline-block;
	background: url(../img/cart.png);
	background-position: 0px 0px;
	width: 33px;
	height: 32px;
}
.cart-link a:hover span:last-child {
	display: inline-block;
	background: url(../img/cart.png);
	background-position: -0px -32px;
	width: 33px;
	height: 32px;
}
.cart-link a:hover {
	text-decoration: none;
}
.cart-link a:hover span:first-child {
	color: #FFFFFF;
}

.main-banner .container {
	background-color: rgba(0,0,0,0.45);
	padding-top: 5.0em;
	padding-bottom:16.8em;
}
.main-banner.find-not .container .row:first-child {
	display: none;
}
.main-banner.find .container>.row:first-child {
	display: none;
}
.find-wrap h1 {
	font-size: 2.2em;
	padding: 1.0em 1.0em 0.4em 1.0em;
	border-bottom: 1px solid #fd7300;
}
.find-wrap .item-pic {
	margin: 0 auto;
	max-width: 320px;
	display: block;
}
.find-wrap .item-price {
	font-size: 2.0em;
	font-weight: 700;
	text-align: right;
}
.find-wrap .item-price i {
	font-size: 0.9em;
}
.find-wrap .minus, .find-wrap .plus {
	display: inline-block;
	background-color: #fd7300;
	color: #FFF;
	cursor: pointer;
	width: 20px;
	height: 28px;
	line-height: 25px;
	font-weight: 700;
	text-align: center;
	transition: 0.3s all linear;	
}
.find-wrap .minus:hover, .find-wrap .plus:hover {
	background-color: #000;
	transition: 0.3s all linear;
}
.find-wrap input {
	text-align: center;
}
.find-wrap .number {
    text-align: center;
    margin-top: 0.8em;
}
.find-wrap .item-get {
	padding-bottom: 2.0em;
}
.find-wrap .btn-order {
	display: block;
	background-color: #fd7300;
	padding: 0.4em 0;
	color: #FFF;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0.3em;
	transition: 0.3s all linear;
}
.find-wrap .btn-order:hover {
	background-color: #000;
	transition: 0.3s all linear;
	text-decoration: none;
}
.find-wrap .btn-order.done {
	background-color: #4B4A4A;
	pointer-events: none;
	cursor: default;	
}

.find-not-message {
	display: none;
}
.main-banner.find-not .container .row.find-not-message {
	display: block;
}
.find-not-message {
	background: #FFF;
	min-height: 482px;
}
.find-not-message img {
	margin-top: 4.0em;
}
.find-not-message h2 {
	text-align: center;
	font-weight: 700;
	margin-top: 1.0em;
}
.find-not-message p:last-child {
	margin-top: 1.0em;
	font-size: 1.4em;
}
.find-wrap {
	display: none;
}
.main-banner.find .container .row.find-wrap {
	display: block;
}
.find-wrap {
	background: #FFF;
	min-height: 482px;
}
.logo {
	display: block;
	margin-top: 4.4em;
	margin-bottom: 2.0em;
	width: 136px;
}
.title {
	font-size: 3.4em;
	color: #FFF;
	padding-bottom: 0.8em;
	border-bottom: 2px solid #FFF;	
	width: 60%;
}
.sub-title {
	color: rgba(255, 255, 255, 0.8);
	padding-top: 2.4em;
	padding-bottom: 2.4em;
}

#search {
	font-size: 2.4em;
	color: #FFFFFF;
	border: 3px solid #fd7300;
	background: url(../img/search.png) center right no-repeat rgba(4, 5, 5, 0.73);
	background-size: 44px;
	padding-right: 60px;
	margin-top: 1.0em;
}
#search::-webkit-input-placeholder {color:#CCC;}
#search::-moz-placeholder          {color:#CCC;}
#search:-moz-placeholder           {color:#CCC;}
#search:-ms-input-placeholder      {color:#CCC;}


.feedback {
	background-color: #FFF;
	margin-top: 2.0em;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
.index .feedback {
	margin-top: 6.0em;
}
.form-group input, .form-group textarea {
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: transparent;
}
.form-group button {
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.feedback .fb-form {
	height: 309px;
	position: relative
}
.feedback.done .fb-form form {
	display: none;
}
.feedback .answer {
	display: none;
}
.feedback.done .answer {
	display: block;
	text-align: center;
}
.feedback.done .answer h3 {
	padding-top: 2.4em;
}
.feedback.done .answer .done-v {
	position: absolute;
	bottom:0px;
	width: 100%;
	background-color: #fd7300;
	height: 60px;
	color: #FFF;
	font-size: 2.4em;
}


.feedback .form-group input, .feedback .form-group textarea {
	border:none;
	border-bottom: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.feedback .form-group input:active, .feedback .form-group textarea:active, .feedback .form-group input:focus, .feedback .form-group textarea:focus {
	border:none;
	border-bottom: 1px solid #fd7300;
	border-right: 1px solid #fd7300;
}
.feedback .form-group input::-webkit-input-placeholder, .feedback .form-group textarea::-webkit-input-placeholder {
	color: #bdbdbd;
	font-size: 14px;
}
.feedback .form-group input::-moz-placeholder , .feedback .form-group textarea::-moz-placeholder   {
	color: #bdbdbd;
	font-size: 14px;
}
.feedback .form-group input:-moz-placeholder, .feedback .form-group textarea:-moz-placeholder {
	color: #bdbdbd;
	font-size: 14px;
}
.feedback .form-group input:-ms-input-placeholder, .feedback .form-group textarea:-ms-input-placeholder {
	color: #bdbdbd;
	font-size: 14px;
}
.feedback .fb-title {
	background-color: #f5f5f5;
	font-size: 1.0em;
	font-weight: 700;
	text-align: center;
	padding: 0.5em;
	position: relative;
}
.feedback .fb-title .fa {
	position: absolute;
	right: 0.4em;
	top: 0.2em;
	font-size: 1.8em;
}
.main-banner .feedback .fb-title {
	background-color: #fd7300;
	color: #FFF;
}
.feedback .fb-form {
	margin-top: 1.0em;
}
.feedback .fb-form button {
	width: 100%;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	padding: 0.8em;
	margin-top: 0.6em;
}
.feedback .fb-form button.btn-primary {
	background-color: #fd7300;
	border-color: #fd7300;
}
.feedback .fb-form button.btn-primary:hover {
	background-color: #ce6005;
	border-color: #ce6005;
}
.sect {
	padding: 3.0em 0;
    margin-bottom: 150px;	
}
.sect h1 {
	font-weight: 500;
	font-size: 2.0em;
	margin-bottom: 1.0em;
}
.sect h1 span {
	display: block;
	height: 2px;
	background-color: #fd7300;
	width: 45px;
	margin-top: 12px;
}

.services h1 {
	margin-bottom: 2.0em;
}
.services h3 a {
	color: #333;
}
.services .pic {
	margin-bottom: 1.6em;
}
.services p {
	font-size: 0.7em;
	padding-right: 0.6em;
}


.sect.white {
	color: #FFF;
}
.sect.white h2 span {
	background-color: #FFF;
}

.pref .pic, .pref h3, .pref p  {
	text-align: center;
}
.pref .pic {
	margin-bottom: 1.0em;
}
.pref h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.pref p {
	padding: 0 1.2em;
}

.fb-big {
	background: url(../img/fb-big.png) center center no-repeat;
}

.fb-big .form-group label {
	font-size: 0.6em;
	text-transform: uppercase;
}
.fb-big input, .fb-big textarea, .fb-big button {
	border: 1px solid #FFF;
}
.fb-big button  {
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	text-transform: uppercase;
	padding: 1.0em 0;
	cursor: pointer;
}
.fb-big p {
    margin-left: 48px;
}
.fb-big p:first-child {
	margin-top: 24px;
}
.contacts p {
	font-size: 1.2em;
}
.contacts p:first-child {
	margin-top: 1.4em;
}
.contacts a {
	color: inherit;
}
.map {
	height: 300px;
}

.banner {
	position: absolute;
	bottom:120px;
	left: 0px;
}
.footer {
	background-color: #4B4A4A;
	min-height: 150px;
	color: #FFF;
}
.footer .nav, .footer .year {
	padding-top: 70px;
}
.footer .nav>.nav-item>.nav-link {
	color: #FFF;
	padding: 0em 1em;
	font-size: 0.8em;
	line-height: 9px;
}
.footer .nav>.nav-item>.nav-link:hover {
	text-decoration: underline;
}

.footer .footer-info {
	font-size: 0.9em;
}
.footer .footer-info p {
	margin-bottom: 0.2em;
}
.footer .footer-info p:first-child {
	margin-top: 2.6em;
}
.footer .footer-info p:last-child {
	font-size: 0.6em;
	margin-top: 1.8em;
}
.footer .footer-info p a {
	color: inherit;
	display: block;
	font-size: 1.2em;
}

.hero-pic {
	margin-bottom: 3.0em;
	-webkit-box-shadow: 12px 12px 0px -2px rgba(253,115,0,1);
	-moz-box-shadow: 12px 12px 0px -2px rgba(253,115,0,1);
	box-shadow: 12px 12px 0px -2px rgba(253,115,0,1);	
}

.news-item h2 a {
	color: inherit;
}
.news-item h2 a:hover {
	color: #fd7300;
	text-decoration: none;
}
.news-item h2 {
	border-bottom: 2px solid #fd7300;
	padding-bottom: 0.2em;
	margin-bottom: 1.0em;
}
.news-item {
	margin-bottom: 2.0em;
}

.pagination .page-item .page-link {
	color: #fd7300;
}
.pagination .page-item.active .page-link {
	color: #FFFFFF;
	background-color: #fd7300;
	border-color: #fd7300;
}

.cart .find-wrap {
	display: block;
	border: 1px solid #CCC;
	min-height: 0px;
}
.cart .find-wrap .item-pic {
	width: 100%;	
}
.cart .find-wrap h2 {
	font-size: 1.4rem;
    margin-bottom: 1.4em;
    margin-top: 0.8em;
	font-weight: 700;
}
.cart .find-wrap .item-price {
    text-align: left;
}
.cart .del-position {
	color: #fd7300;
    font-size: 1.8em;
    margin-top: 0.7em;
	transition: 0.3s all linear;
}
.cart .del-position:hover {
	color: #000000;	
	transition: 0.3s all linear;
}

.cart .order {
	margin-left: 15px;
	border: 1px solid #CCC;
}
.cart .order .order-title {
	text-align: center;
	text-transform: uppercase;
	padding: 2.0em 1.0em;
	background-color: #CCC;
	font-weight: 700;
}
.order-detail ul {
	margin-top: 2.0em;
	margin-bottom: 2.0em;
}
.order-detail li {
	list-style: none;
	text-transform: uppercase;
	font-weight: 700;
	padding-right: 50px;
}
.order-detail li span {
	position: absolute;
	right: 50px;
}
.order-detail li i {
	font-size: 0.9em;
}
.order-detail hr {
	background-color: #CCC;
	width: 85%;
}
.order-detail .feedback {
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.order-detail  .feedback .fb-form button.btn-primary {
    background-color: #fd7300;
    border-color: #fd7300;
}
.order-detail  .feedback .fb-form button.btn-primary:hover {
    background-color: #ce6005;
    border-color: #ce6005;
}
.order-detail .feedback .fb-form {
	height: auto;
}
.order-detail .feedback.done ul {
	display: none;
}
.order-detail .feedback.done .answer h3 {
    padding-top: 0.4em;
}
.order-detail .feedback.done .answer {
    display: block;
    text-align: center;
    height: 172px;
}

/* Responsive
-------------------------------------------------------------------------------------*/

@media (max-width: 361px) { 
	.cart-link {
		left: 12px;
		top: 12px;
		z-index: 2;
		width: 100px;
	}
	.navbar-nav {
		margin-top: 3.0em;
	}
	.header {
		min-height: 70px;
	}
	.navbar-light .navbar-nav .nav-link.phone {
		margin-left: 0px;
		text-align: center;
	}
	.logo {
		margin: 0 auto;
	}
	.title {
		text-align: center;
		width: 100%;
	}	
	.banner {
		position: relative;
		bottom: 0px;
		top:24px;
	}	
	#search {
		font-size: 1.0em;
		padding-top: 12px;
    	padding-bottom: 12px;
	}
	.cart .find-wrap {
		margin-top: 0.6em;
		margin-bottom: 0.6em;
		border: none;
		border-bottom:1px solid #CCC;
	}
	.find-wrap input {
		text-align: center;
		width: 36px;
	}	
	.find-wrap .item-get {
		-webkit-align-items: center; /* Safari */
		align-items: center;
		padding-top: 6px;
		padding-bottom: 1.0em;
	}
	.find-wrap .item-price {
		font-size: 1.6em;
	}
	.cart .order {
		margin-left: 0;
	}	
}
@media (min-width: 361px) and (max-width: 767px) {  
	.cart-link {
		left: 12px;
		top: 12px;
		z-index: 2;
		width: 100px;
	}
	.navbar-nav {
		margin-top: 3.0em;
	}
	.header {
		min-height: 70px;
	}
	.navbar-light .navbar-nav .nav-link.phone {
		margin-left: 0px;
		text-align: center;
	}
	.logo {
		margin: 0 auto;
	}
	.title {
		text-align: center;
		width: 100%;
	}	
	.banner {
		position: relative;
		bottom: 0px;
		top:24px;
	}	
	#search {
		font-size: 1.0em;
		padding-top: 12px;
    	padding-bottom: 12px;
	}
	.cart .find-wrap {
		margin-top: 0.6em;
		margin-bottom: 0.6em;
		border: none;
		border-bottom:1px solid #CCC;
	}
	.find-wrap input {
		text-align: center;
		width: 36px;
	}	
	.find-wrap .item-get {
		-webkit-align-items: center; /* Safari */
		align-items: center;
		padding-top: 6px;
		padding-bottom: 1.0em;
	}
	.find-wrap .item-price {
		font-size: 1.6em;
	}
	.cart .order {
		margin-left: 0;
	}		
}
@media (min-width: 410px) and (max-width: 767px) { 
	
}
@media (min-width: 768px) and (max-width: 991px) {
	.cart-link {
		left: 12px;
		top: 12px;
		z-index: 2;
		width: 100px;
	}
	.navbar-nav {
		margin-top: 3.0em;
	}
	.header {
		min-height: 70px;
	}
	.navbar-light .navbar-nav .nav-link.phone {
		margin-left: 0px;
		text-align: center;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {	

}
@media (min-width: 1200px) and (max-width: 1367px) {

}
@media (min-width: 1368px) {

}