/*zvmaster////////////////////////////////////////////////////////////////////////*/

html , body{
	font-family: 'Prompt', sans-serif;
	font-size: 18px;
	font-weight: 200;
	color:#000;
}

.boxSizing{
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.boxSizing *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.boxSizing-contentBox{	
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;        /* Opera/IE 8+ */
}

.boxSizing-contentBox *{	
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;        /* Opera/IE 8+ */
}

.padding0{
	padding:0px;
}

.margin0{
	margin:0px;
}

.padding-bot0{
	padding-bottom:0px;
}

.padding-bot5{
	padding-bottom:5px;
}

.padding-bot7{
	padding-bottom:7px;
}

.padding-bot10{
	padding-bottom:10px;
}

.padding-bot15{
	padding-bottom:15px;
}

.padding-bot20{
	padding-bottom:20px;
}
.padding-bot30{
	padding-bottom:30px;
}

.padding-bot40{
	padding-bottom:40px;
}

.padding-bot50{
	padding-bottom:50px;
}

.padding-top0{
	padding-top:0px;
}

.padding-top5{
	padding-top:5px;
}

.padding-top7{
	padding-top:7px;
}
.padding-top10{
	padding-top:10px;
}
.padding-top15{
	padding-top:15px;
}
.padding-top20{
	padding-top:20px;
}
.padding-top30{
	padding-top:30px;
}
.padding-top40{
	padding-top:40px;
}
.padding-top50{
	padding-top:50px;
}

.padding-left0{
	padding-left:0px;
}

.padding-left5{
	padding-left:5px;
}

.padding-left10{
	padding-left:10px;
}

.padding-left15{
	padding-left:15px;
}
.padding-left20{
	padding-left:20px;
}
.padding-left30{
	padding-left:30px;
}
.padding-left40{
	padding-left:40px;
}
.padding-left50{
	padding-left:50px;
}

.padding-right0{
	padding-right:0px;
}
.padding-right5{
	padding-right:5px;
}
.padding-right7{
	padding-right:7px;
}

.padding-right10{
	padding-right:10px;
}

.padding-right15{
	padding-right:15px;
}
.padding-right20{
	padding-right:20px;
}
.padding-right30{
	padding-right:30px;
}
.padding-right40{
	padding-right:40px;
}
.padding-right50{
	padding-right:50px;
}


.textBold{
	font-weight: bold;
}

img{
 /* display: block;*/
  max-width: 100%;
  height: auto;
}

a {
  color: #a77d1f;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #e2b67d;
/*  text-decoration: underline;*/
}
a:visited{text-decoration: none;}
.clear {
	clear:both;
}

.poRelative {
	position:relative;
}


.row { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display:         flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
} 
.row > [class*='col-'] { 
 display: -webkit-flex; 
  display: flex; 
  -webkit-flex-direction: column; 
  flex-direction: column; 
}

/*แก้ปัญหา flexBox ใน safari*/
.row:before {
        content: none;
    }

.row:after {
        content: '';
    }
	
/*end แก้ปัญหา flexBox ใน safari*/





/*flex-wrapper*/
.flex-wrapper { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display:         flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
} 

.flex-wrapper-reverse { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display:  flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;   
  flex-direction: row-reverse
} 


.flex-item{ 
 display: -webkit-flex; 
  display: flex; 
  -webkit-flex-direction: column; 
  flex-direction: column; 
}

.flex-wrapper-center { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display:         flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
  justify-content: center;
}

/*แก้ปัญหา flexBox ใน safari*/
.flex-wrapper:before , .flex-wrapper-center:before {
        content: none;
    }

.flex-wrapper:after, .flex-wrapper-center:after {
        content: '';
    }
/*end แก้ปัญหา flexBox ใน safari*/


/*แก้ปัญหารูปผิดสัดส่วนเมื่อรูปเล็กกว่า div*/
 .flex-item img {
  align-self: left;
}

.flex-item.flex-image-center  img {
  align-self: center;
}

.text-bold-big {
	font-size: 1.3em;
	font-weight: 600;
}

/*end zvmaster////////////////////////////////////////////////////////////////////////*/

.form-control {border-radius: 0;}


/*a.btn {
	border-radius: 0;
	display: inline-block;
	padding: 5px 20px;
	color: #959595;		
	background: #FFF;
	font-size: 14px;

	font-weight: normal;
	text-align: center;	
}

a.btn:hover{
	color: #ccc;
	background: #FFF;
	text-decoration: none;
}
.btn:active, .btn.active {
	border: solid 2px #e9be1c !important;
	color: #e9be1c !important;
	
	outline: 0;	
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: none;
	box-shadow: none;
}*/

/*removing-the-dotted-outline///////////////////////////////////////*/
a, a:hover, a:active, a:focus, object, embed, button {outline: 0;}
*:focus {outline: 0; /* for chrome */}
button::-moz-focus-inner { border: 0; }
input::-moz-focus-inner { border: 0; }
object, embed {  outline: 0;}


.center {	
	/*width: 40%;*/
	padding: 10px;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
h1 {
	font-family: 'Prompt', sans-serif;
	font-weight: 300;
	font-size: 48px;
	
	color: #e9be1c;
	/*text-align: center;*/	
	margin-bottom: 40px;
}
h1 span {
	font-weight: 300;
}
h2 {
	font-family: 'Prompt', sans-serif;
	font-weight: 500;
	font-size: 30px;	
	color: #e9be1c;
	margin-top: 5px;
}
h3 {	
	color: #e9be1c;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 0;
}

h4 {
	font-weight: 500;
	font-size: 20px;
	color: #000;
	line-height: 1em;
	margin-top: 50px;
	margin-bottom: 0;
}
h5 {
	font-weight: 300;	
	font-size: 18px;
	color: #000;		
	/*background: #FFF;	
	display: inline-block;*/
}

h6 {
	font-weight: 400;
	font-size: 18px;
	color: #000;
	line-height: 1.2em;
	margin-bottom: 5px;
}
.center-block {
	/*for img thumbnail center*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}
a:hover{color:#ff9400;}

.Absolute-Center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}
p strong{
	font-style: normal;
	font-weight: 500;
}

label{
	font-weight: 300;
}
strong{
	font-style: normal;
	font-weight: 500;
}
@media (max-width: 768px) {
	html , body{font-size: 16px;}
	h2 {font-size: 24px;}
	h3 {font-size: 19px;}
}

/*----------------------------------------------------
footer
---------------------------------------------------------*/

.footerWrapper {
	background: #141000;
}

.footerWrapper .container {
	color: #919191;
	position: relative;
	overflow: hidden;
}


.footer-icon1 {
	margin-top: 10px;
	float: left;
	width: 30%;
}
.footer-icon1 img{
	float: left;
	margin-right: 10px;	
}
.footer-icon2 {
	margin-top: 10px;
	float: left;
	width: 40%;
}
.footer-icon2 img{
	float: left;
	margin-right: 10px;	
}
.copyright{
	position: absolute;
	right: 5px;
	top: 0;
}
.copyright h6{
	font-size: 16px;
	font-weight: 100;
	color: #919191; 
}
.footerWrapper p{
	font-size: 14px;
}
@media (max-width: 768px) {
	.footer-icon1 {
	width: 100%;	
	}
	.footer-icon1 img{
	width: 15px;
	}
	.footer-icon2 {
	width: 100%;	
	}
	.footer-icon2 img{
	width: 25px;
	}
	.copyright h6{
	font-size: 14px;
	}
	.footerWrapper p{
	font-size: 11px;
	}

}

/*----------------------------------------------------
home
---------------------------------------------------------*/
/* home-product/////////////////////////// */
.home-product{
	margin-top: 20px;
}
.product-card{
	margin-bottom: 15px;
}
.product-card a{
	text-decoration: none;
}
.product-card a h3{
	color: #e9be1c;
}
.product-card a:hover h3{
	color: #ffe000;  /*highlight yellow*/
}


.product-card a p{
	color: #000;
	font-size: 18px;	
}
.product-card ul.size{
	padding-left: 0;
	margin: 10px 0;
}
.product-card ul.size li{
	display: inline-block;
	border: #959595 solid 2px;	 
	color: #959595;
	margin-right: 7px;
	padding: 2px 10px;
	
	font-family: 'Prompt', sans-serif;
	font-size: 9px;
	font-weight: 400;
}
.product-card .price{
	font-family: 'Prompt', sans-serif;
	font-size: 13px;
	font-weight: 500;
}
.remark{
	color: #e91c1c;
	font-size: 14px;
}


/* bxslider homepage/////////////////////////// */
.homeslide{padding: 0;}

.bxHome{
	padding: 0;
}

.slideNav {
	max-width: 500px;
	
	height: 15px;
	margin: 0 auto;
	z-index: 200;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
}

.slideNav a {
	display:inline-block;
	width:25px;
	height: 7px;
	
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	
	background-color: #e8e8e8;
	z-index: 500;


}

.slideNav a:hover {
	/*background:none;*/
	background-color: #ffe000;  /*highlight yellow*/
}

.slideNav a.active{
	/*border: 2px solid #000;*/
	background-color: #e9be1c; 
}

@media (max-width: 768px) {
	.product-card h3 {	
	font-size: 17px;	
	}
	.product-card a p{
	font-size: 14px;	
	}
}

.contentWrapper {
	clear: both;
	min-height: 600px;
}

.contentWrapper2 {
	background-color: #e9be1c;
	clear: both;
	min-height: 14px;
	margin-top: 50px;
}
.contentWrapper2 .container{
	background: url(img/sheeppolo-yellow-bg.jpg) no-repeat;
	min-height: 215px;
	text-align: center;
}
.contentWrapper2 h5{
	font-size: 28px;
	margin-top: 40px;
	font-weight: 400;
}
.contentWrapper2 p{
	font-size: 20px;
}
@media (max-width: 768px) {
	.contentWrapper2 h5{
	font-size: 28px;
	margin-top: 25px;
	}
	.contentWrapper2 p{
	font-size: 18px;
	}
}

/*----------------------------------------------------
product
---------------------------------------------------------*/
.breadcrumb{
	padding: 10px 25px; 
	color: #7a7a7a;
	font-size: 15px;
}
.breadcrumb a{
	color: #7a7a7a;
}
/* bxslider product/////////////////////////// */
.productslide{padding: 0;}

.bxProduct{
	padding: 0;
}

.slideProductNav {
	margin-top: 10px;
	margin-bottom: 0;
}

.slideProductNav a {
	display:inline-block;
	width: 10%;
	min-width:55px;
	height: 30px;

	-webkit-transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-ms-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	transition: all .1s ease-in;
	
	border: 2px solid #ccc;
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	margin-top: 5px;
	
	color: #fff;
	text-decoration: none;
}

.slideProductNav a:hover {
	border: 2px solid #959595;
	text-decoration: none;
}

.slideProductNav a.active{
	border: 2px solid #000;	
}

@media (max-width: 768px) {
	.slideProductNav a {
	min-width:45px;
	}
}

/* size toggle/////////////////////////// */
.btn-group > .btn:not(.dropdown-toggle) {
    border-radius: 0;
	margin-right: 8px;
}



.btn-size{
	background: #FFF;
	border: solid 2px #959595;
	color: #959595;
	
	border-radius: 0;
	display: inline-block;
	padding: 5px 10px;		
	font-size: 14px;

	font-weight: normal;
	text-align: center;	
}
.btn-size:hover{
	background: #FFF;
	border: solid 2px #ccc;
	color: #ccc;
	text-decoration: none;
}
.btn-size:active, .btn-size.active {
	border: solid 2px #e9be1c !important;
	color: #e9be1c !important;
	
	outline: 0;	
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.product ul.size{padding: 0;}
.product ul.size li{
	background: #FFF;
	border: solid 2px #959595;
	color: #959595;
	
	border-radius: 0;
	display: inline-block;
	padding: 5px 10px;		
	font-size: 14px;

	font-weight: normal;
	text-align: center;
}


.btn-type{
	background: #FFF;
	border: solid 2px #959595;
	color: #959595;
	
	border-radius: 0;
	display: inline-block;
	padding: 5px 10px;		
	font-size: 14px;

	font-weight: normal;
	text-align: center;	
}
.btn-type:hover{
	background: #FFF;
	border: solid 2px #ccc;
	color: #ccc;
}
.btn-type:active, .btn-type.active {
	border: solid 2px #e9be1c !important;
	color: #e9be1c !important;
	
	outline: 0;	
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: none;
	box-shadow: none;
}

table.sizechart{width: 100%; border: none; margin-bottom: 10px;}
td.size{width: 100px;}
.field{
	border-radius: 5px;
	padding: 5px 15px;
	border: solid 1px #959595;
}
a.button-cart{
	border-radius: 5px;
	display: inline-block;
	padding: 6px 40px 6px 20px;
	color: #FFF;
	background: #fdd00c url(img/button-cart.png) no-repeat;
	background-position: bottom 7px right 12px;
}
a.button-cart:hover{
	text-decoration: none;
	color: #FFF;
	background: #ffe000 url(img/button-cart.png) no-repeat;
	background-position: bottom 7px right 12px;
}
.product h6 {
	margin-top: 15px;
}

@media (max-width: 768px) {
	.product h2 {
	font-size: 22px;
	}
}



/*----------------------------------------------------
howto-buy
---------------------------------------------------------*/
ol{padding-left: 20px;}
.bank {margin: 25px 20px;}
.bank img{float: left; margin-right: 20px; }
.bank p{padding-left: 91px;}
.bank p strong {color:#e9be1c;}
table.shipping{
	width: 90%;
	border: solid 2px #FFF;
	background: #ffd800;
	margin: 10px 0;
}
.shipping th{
	text-align: center;
	padding: 10px;
	border: solid 2px #FFF;
	font-weight: 500;
}
.shipping td{
	text-align: center;
	border: solid 2px #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 25%;
}
.shipping td.shipping1{background: #fce96f;}
.shipping td.shipping2{background: #fed74c;}
.shipping td.shipping3{background: #f2c526;}

.shipping td span{
	text-align: right; 
	margin-left: auto;
    margin-right: auto; 
	display: inline-block; 
	width: 50px;
}

@media (max-width: 768px) {
	table.shipping{
		width: 100%;
	}
	.shopping-image{
		display: none;
	}
}
/*----------------------------------------------------
contact
---------------------------------------------------------*/
.contact {
	font-size: 18px;
}
.contact .address{
	background: #fdd00c;
	padding: 10px 50px 20px;
	
	margin-bottom: 20px;
}
.address h3{
	color: #000;
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 10px;
}

.address p label{
	margin-right: 20px;
	font-weight: 400;
}
.contact .contact-form{
	padding-left: 40px;
}
.contact-form h4{
	color: #e9be1c;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 22px;
	
}

a.google-map{
	color: #FFF;
	font-weight: 500;
	padding-top: 20px;
}
a.google-map:hover{
	color: #e6a800; 
	text-decoration: none;
}
.btn-square{
	background: #fdd00c;
	width: 100%;
	color: #fff;
	border: none;
	font-weight: 500;
	padding: 5px;
	text-align: center;
	cursor: pointer;
	margin-bottom: 15px;
	text-decoration: none;
}
.btn-square:hover{
	background: #ffe000;
	text-decoration: none;
	color: #fff;
}
.btn-square:visited{
	color: #fff;
	text-decoration: none;
}

.form-group input {
    border-radius: 4px;
}

@media (max-width: 768px) {
	.contact .address{
	}
	.contact .contact-form{
	padding-left: 0px;	
	}
	.contact {
	font-size: 16px;
	}
	.address h3{
	font-size: 25px;	
	}
}
/*----------------------------------------------------
confirm-payment
---------------------------------------------------------*/
.confirm-payment{
	font-size: 18px;
}

.fileUpload{
display: block;
width: 100%;
height: 34px;
border: 1px solid #ccc;
background: url(img/icon-upload.png)no-repeat;
background-position: right center;
margin-bottom: 40px;
border-radius: 4px;
	
}

.fileUpload input.upload{
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	padding-right: 42px;
}
.form-control {
    display: block;
    border-radius: 4px; 
}
.icon-time{
	background: url(img/icon-time.png)no-repeat;
background-position: right center;
	padding-right: 42px;
}
.icon-date{
	background: url(img/icon-calendar.png)no-repeat;
background-position: right center;
	padding-right: 42px;
}
/*----------------------------------------------------
cart
---------------------------------------------------------*/
.box-grey{
	background: #fafafa;
	border: solid 1px #cecece;
	width: 100%;
	padding: 20px 20px;
	margin-bottom: 20px;	
}
.box-grey table{width: 100%;}
.box-grey th{font-weight: 500; padding-bottom: 5px;}
.cart div{position: relative;}
.shopping-more{position: absolute; right: 0; top; 0;}

.cart-detail table{
	width: 100%;
	border: 0;
}
.cart-detail table th{
	vertical-align: top; 
	border:0; 
	padding: 5px 0; 
	font-weight: 400;
}
.cart-detail table td{
	vertical-align: top; 
	border:0; 
	font-size: 16px;
	
}
.spec{margin-right: 20px;}
.cart-item{width: 75%; padding-bottom: 10px;}
.cart-item img{float: left; max-width: 150px; margin-right: 10px;}
.cart-item div{float: left; display: inline-block; margin-bottom: 15px; }
.cart-amount input{
	width:70px;
	text-align: right;
	margin-bottom: 10px;
	font-size: 14px;
}

.btn-updatecart{
	border-radius: 5px;
	display: inline-block;
	padding: 6px 10px 6px 10px;
	color: #FFF;
	background: #fdd00c;
	border: none;
	margin-bottom: 10px;
	font-size: 14px;
}
.btn-updatecart:hover{
	text-decoration: none;
	color: #FFF;
	background: #ffe000;
}


@media (max-width: 960px) {
	.cart-item{width: 60%;
	}
	.cart-amount input{
	width:60px;
	}
}

.shipping-select{
	margin-left: 20px;
}

.summary-all th{vertical-align: top; font-weight: 500; width: 40%;}
.summary-all td{vertical-align: top; }

.summary-all div{ width: 100%;}
.summary-all span{ text-align: right; display: inline-block; width: 60%; padding-right: 15px;}
/*----------------------------------------------------
order
---------------------------------------------------------*/

/*----------------------------------------------------
order-success
---------------------------------------------------------*/

.order-detail{float: left; width: 60%;}
.order-success{text-align: center;}
.order-date{ float: right;}


.conclude{text-align: right;}
@media (max-width: 768px) {
	.conclude{text-align: left;}
}

.order-item{padding-bottom: 10px;vertical-align: top;}
.order-item img{float: left; max-width: 150px; margin-right: 10px;}
.order-item div{float: left; display: inline-block; margin-bottom: 15px; }
.order-amount {vertical-align: top; width: 20%; }
th.order-amount{text-align: center;}
.order-amount span{text-align: right; display: inline-block; width: 60%; padding-right: 10px;}

.summary-right{ 
	width: 250px; 
	float: right; 
	margin-top: 30px;
	
}
.summary-right table{
	
}
.table-summary div{ width: 150px; vertical-align: top; padding-bottom: 5px;  }
.table-summary span{ text-align: right; display: inline-block; width: 100px; padding-right: 20px; }
@media (max-width: 768px) {
	.summary-right{ width: 100%; float: none; }
	.order-detail{width: 100%; font-size: 16px;}
	.order-item img{max-width: 110px;}
	.summary-all th{width: 70%;}
	.summary-right th{width: 70%; font-size: 16px;}
	.summary-right td{width: 70%; font-size: 16px;}
}

@font-face{font-family:'Glyphicons Halflings';src:url(fonts/glyphicons-halflings-regular.eot);src:url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(fonts/glyphicons-halflings-regular.woff) format('woff'),url(fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-eur:before,.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before,.glyphicon-btc:before,.glyphicon-xbt:before{content:"\e227"}.glyphicon-jpy:before,.glyphicon-yen:before{content:"\00a5"}.glyphicon-rub:before,.glyphicon-ruble:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}