@import url(font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

/*
	Theory by TEMPLATED main model2_templated-theory
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/
/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}


	embed {
        height: 690px;
      }

    .squiggle {
      	display: none;	
    }    

	@media screen and (max-width: 1280px) {

      embed {
        height: 600px;
      }

    }

    @media screen and (max-width: 980px) {

      embed {
        height: 600px;
      }

    }

    @media screen and (max-width: 736px) {

      embed {
        height: 600px;
      }

    }

    @media screen and (max-width: 480px) {

      embed {
        height: 800px;
      }

      .squiggle {
      	/* display: inline-block; */
		display: none;
      	width: 100%;
      	vertical-align: top;

      }

    } 

    

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	body {
		width: 100%;
		height: 100%;
		line-height: 1;
		overflow-x: hidden;
	}

	ol, ul, dl, li {
		list-style: none;
	}

	img {
    	border: 0; 
	    vertical-align: middle;
    }

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1500px;
		min-width: 1200px;
	}

	.container.\37 5\25 {
		width: 900px;
	}

	.container.\35 0\25 {
		width: 600px;
	}

	.container.\32 5\25 {
		width: 300px;
	}

	.container {
		width: 100%;
		height: 5.7em;
		border: solid 0px green;
		background-color: #2B5087;
		background-image: linear-gradient(#2B5087, #2B5087);	
	}

	.container2 {
		width: 100%;
		height: 4.6em;
		border: solid 0px green;
		background-color: #2B5087;
		background-image: linear-gradient(#2B5087, #0266CD, #FFFFFF);	
	}

	.container3 {
		width: 100%;
		height: 6em;
		border: solid 0px green;
		background-color: #2B5087;
		background-image: linear-gradient(#2B5087, #2B5087);	
	}

	@media screen and (max-width: 1280px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1250px;
			min-width: 1000px;
		}

		.container.\37 5\25 {
			width: 750px;
		}

		.container.\35 0\25 {
			width: 500px;
		}

		.container.\32 5\25 {
			width: 250px;
		}

		.container {
			width: 100%;
		}

	}

	@media screen and (max-width: 1080px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 118.75%;
			min-width: 95%;
		}

		.container.\37 5\25 {
			width: 71.25%;
		}

		.container.\35 0\25 {
			width: 47.5%;
		}

		.container.\32 5\25 {
			width: 23.75%;
		}

		.container {
			width: 100%;
		    height: 47px;
		}

	}

	@media screen and (max-width: 880px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 118.75%;
			min-width: 95%;
		}

		.container.\37 5\25 {
			width: 71.25%;
		}

		.container.\35 0\25 {
			width: 47.5%;
		}

		.container.\32 5\25 {
			width: 23.75%;
		}

		.container {
			width: 100%;
			height: 47px;
		}

	}

	@media screen and (max-width: 768px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 100% !important;
			height: 47px;
		}

	}

	@media screen and (max-width: 480px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 100% !important;
			height: 44px;
		}

		.container2 {
			height: 46px;
		}

		.container3 {
			height: 55px;
		}	

	}

	/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #ffffff;
	}

		body.basebox *, body.basebox *:before, body.basebox *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body, input, input::placeholder, select, textarea, textarea::placeholder, table {
		color: #121212;
		font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
		font-size: 12pt;
		font-weight: 350;
		letter-spacing: 0.02em;
		line-height: 1.575;
	}

		@media screen and (max-width: 1680px) {

			body, input, input::placeholder, select, textarea, textarea::placeholder, table {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, input::placeholder, select, textarea, textarea::placeholder, table {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 980px) {

			body, input, input::placeholder, select, textarea, textarea::placeholder, table {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 736px) {

			body, input, input::placeholder, select, textarea, textarea::placeholder, table {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 480px) {

			body, input, input::placeholder, select, textarea, textarea::placeholder, table {
				font-size: 11pt;
				font-weight: 400;
			}

		}

	a {
		color: #121212;
		text-decoration: none;
	}

		a:hover {
			text-decoration: none;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0em 0em 0em 0em;
		font-size: 1.6em;
		font-weight: 300;
		opacity: 0.8;
		letter-spacing: 0.4px;
	}

		@media screen and (max-width: 480px) {

			p {
				font-size: 1.8em;
				font-weight: 400;
				letter-spacing: 0.4px;
			}

		}

	h1, h2, h3, h4, h5, h6 {
		color: #121212;
		font-weight: 400;
		line-height: 1.5;
		margin: 0 0 1em 0;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.75em;
		font-weight: 100;
	}

	h3 {
		font-size: 1.9em;
		font-weight: 500;
		letter-spacing: 0.1px;
	}

	h4 {
		font-size: 2em;
		font-weight: 400;
		letter-spacing: 1.5px;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px #dbdbdb;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	hr {
		border: solid 2px #dbdbdb;
		margin: 6em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-radius: 0;
		border: solid 1px #dbdbdb;
		font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	.inner {
		max-width: 84%;
		margin: 0 auto;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner {
				max-width: 90%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner {
				max-width: 93%;
			}

		}	

	.inner1 {
		max-width: 84%;
		margin: 0 auto;
		padding-bottom: 0em;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner1 {
				max-width: 86%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner1 {
				max-width: 93%;
			}

		}

	.inner2 {
		max-width: 86%;
		margin: 0 auto;
		padding-bottom: 0em;
		border: solid 0px blue;
	}

		.inner2.style1 {
			background-color: #FFFFFF;
			opacity: 1;
		}

		.inner2.style2 {
			border-bottom: solid 0px #F6F7F9;
		}

		@media screen and (max-width: 1280px) {

			.inner2 {
				max-width: 86%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner2 {
				max-width: 93%;
			}

		}

	.inner3 {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		background-color: #ffffff;
		position: relative;
		margin: 0em auto 0em;
		width: calc(100%);
		border: solid 0px red;
	}

		.inner3.style1 {
			background-color: #121212;
			opacity: 1;
			color: #ffffff;
		}

		.inner3.style2 {
			background-color: #EF4D42;;
			opacity: 1;
			color: #ffffff;
		}

		@media screen and (max-width: 1280px) {

			.inner3 {
				width: calc(100%);
				margin-bottom: 0em;
			}

		}

		@media screen and (max-width: 980px) {

			.inner3 {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

		}

		@media screen and (max-width: 736px) {

			.inner3 {
				width: calc(100%);
				margin-bottom: 0em;
			}

		}

		@media screen and (max-width: 480px) {

			.inner3 {
				border-bottom: solid 0px;
				margin-bottom: 0;
				width: 100%;
			}

		}

	.inner4 {
		max-width: 90%;
		margin: 0 auto;
		background-color: #ffffff;
		border: solid 0px green;
	}
		.inner4.style1 {
			background-color: #FFFFFF;
			opacity: 1;
		}

	    @media screen and (max-width: 1280px) {

			.inner4 {
				max-width: 90%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner4 {
				max-width: 93%;
			}

		}

	.inner5 {
		max-width: 60%;
		margin: 0 auto;
		padding-bottom: 0em;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner5 {
				max-width: 70%;
			}

		}

		@media screen and (max-width: 1024px) {

			.inner5 {
				max-width: 86%;
			}

		}

		@media screen and (max-width: 736px) {

			.inner5 {
				max-width: 86%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner5 {
				max-width: 93%;
			}

		}	

	.inner6 {
		max-width: 90%;
		margin: 0 auto;
		padding: 4em 0 5.5em 0;
		background-color: #ffffff;
		
		border: solid 1px #aab7c4;
		border-radius: 8px;
		box-shadow:  0 0 4px  rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
		-o-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
	}

	    @media screen and (max-width: 1280px) {

			.inner6 {
				max-width: 90%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner6 {
				max-width: 100%;
			}

		}	

	.inner7 {
		max-width: 90%;
		margin: 0 auto;
		background-color: #ffffff;
		border: solid 0px blue;
	}

	    @media screen and (max-width: 1280px) {

			.inner7 {
				max-width: 93%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner7 {
				max-width: 93%;
			}

		}	

	.inner7_1 {
		max-width: 100%;
		margin: 4em 0em 0em 0em;
		padding: 2.5em 1em;
		background-color: #ffffff;
		border: solid 1px #aab7c4;
	}

		@media screen and (max-width: 1280px) {

			.inner7_1 {
				max-width: 100%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner7_1 {
				max-width: 100%;
			}

		}	

	.inner8 {
		max-width: 100%;
		margin: 0 auto;
		padding-left: 0em;
		border: solid 0px green;
	}

	    @media screen and (max-width: 1280px) {

			.inner8 {
				max-width: 100%;
				padding-left: 0em;
			}

		}

		@media screen and (max-width: 736px) {

			.inner8 {
				max-width: 100%;
				padding-left: 0em;
			}	

		}

		@media screen and (max-width: 413px) {

			.inner8 {
				max-width: 100%;
				padding-left: 0em;
			}

		}

	.inner9 {
		max-width: 60%;
		margin: 0 auto;
		border: solid 0px green;
	}

	    @media screen and (max-width: 1280px) {

			.inner9 {
				max-width: 60%;
			}

		}

		@media screen and (max-width: 736px) {

			.inner9 {
				max-width: 80%;
			}	

		}

		@media screen and (max-width: 480px) {

			.inner9 {
				max-width: 100%;
			}

		}

	.inner10 {
		max-width: 100%;
		margin: 0 auto;
		border: solid 0px red;
	}

	    @media screen and (max-width: 1280px) {

			.inner10 {
				max-width: 100%;
			}

		}

		@media screen and (max-width: 736px) {

			.inner10 {
				max-width: 100%;
			}	

		}

		@media screen and (max-width: 480px) {

			.inner10 {
				max-width: 100%;
			}

		}

	.inner11 {
		max-width: 70%;
		margin: 0 auto;
		padding: 1.3em 0;
		border: solid 0px blue;
	}

		@media screen and (max-width: 1280px) {

			.inner11 {
				max-width: 80%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner11 {
				max-width: 93%;
			}

		}

	.inner12 {
		max-width: 94%;
		margin: 0 auto;
		padding: 3em 0em;
		border-bottom: solid 2px #F6F7F9;
	}

		.inner12:first-child {
			padding-top: 0em;
	    }

		.inner12:last-child {
			padding-bottom: 0em;
			border-bottom: solid 0px #F6F7F9;
	    }

		@media screen and (max-width: 1280px) {

			.inner12 {
				max-width: 94%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner12 {
				max-width: 93%;
			}

		}

	.inner13 {
		max-width: 90%;
		margin: 0 auto;
		padding: 0em 0 0em 0;
		background-color: #ffffff;
		border: solid 0px green;
	}

	    @media screen and (max-width: 1280px) {

			.inner13 {
				max-width: 90%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner13 {
				max-width: 93%;
			}

		}

	.inner14 {
		max-width: 84%;
		margin: 0 auto;
		padding-bottom: 0em;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner14 {
				max-width: 90%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner14 {
				max-width: 93%;
			}

		}

	.inner15 {
		max-width: 35%;
		margin: 0 auto;
		padding-bottom: 0em;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner15 {
				max-width: 40%;
			}

		}

		@media screen and (max-width: 980px) {

			.inner15 {
				max-width: 70%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner15 {
				max-width: 65%;
			}

		}

	.inner15_2 {
		max-width: 35%;
		margin: 0 auto;
		padding-bottom: 0em;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner15_2 {
				max-width: 40%;
			}

		}

		@media screen and (max-width: 980px) {

			.inner15_2 {
				max-width: 70%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner15_2 {
				max-width: 93%;
			}

		}

	.inner16 {
		max-width: 70%;
		margin: 0 auto;
		padding: 0 0;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner16 {
				max-width: 80%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner16 {
				max-width: 93%;
			}

		}	

	.inner17 {
		padding: 0px 0 0 0;
    	height: 6em;
    	text-align: center;
    	border: solid 0px red;
    	background-color: #FFFFFF;
    }

    	@media screen and (max-width: 480px) {

    		.inner17 {
    			height: 5.4em;
    		}	

		}

	.inner18 {
		width: 45%; /*can be in percentage also.*/
    	height: auto;
    	margin: 0 auto;
    	padding: 0px;
    	position: relative;

    	border: solid 1px #aab7c4;
		border-radius: 8px;
		box-shadow:  0 0 4px  rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
		-o-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
	}

		@media screen and (max-width: 980px) {

    		.inner18 {
    			width: 60%;
    		}	

	    }

	    @media screen and (max-width: 736px) {

    		.inner18 {
    			width: 90%;
    		}	

	    }

        @media screen and (max-width: 480px) {

    		.inner18 {
    			width: 93%;
    		}	

	    }

	.inner19 {
		width: 45%; /*can be in percentage also.*/
    	margin: 0 auto;
    	padding: 0px;
    	position: relative;

    	border: solid 0px red;
	}

		@media screen and (max-width: 980px) {

    		.inner19 {
    			width: 80%;
    		}	

	    }

	    @media screen and (max-width: 736px) {

    		.inner19 {
    			width: 90%;
    		}	

	    }

        @media screen and (max-width: 480px) {

    		.inner19 {
    			width: 93%;
    		}	

	    }   

	.inner20 {
		max-width: 84%;
		height: auto;
		margin: 0 auto;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner20 {
				max-width: 86%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner20 {
				max-width: 93%;
			}

		}

	.inner21 {
		max-width: 70%;
		margin: 0 auto;
		height: 6em;

		border: solid 0px #aab7c4;
		border-radius: 0px;

		-webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
		box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
	}

		@media screen and (max-width: 1280px) {

			.inner21 {
				max-width: 80%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner21 {
				max-width: 93%;
				height: 5.4em;
			}

		}    		

	.inner22 {
    	height: auto;
    	text-align: center;
    	padding: 3em 0 3em 0;
    	border: solid 0px blue;
    }

    	@media screen and (max-width: 480px) {

			.inner22 {
				padding: 0em 0 0.4em 0;
			}

		} 


    .inner23 {
		max-width: 84%;
		margin: 0 auto;
		padding-bottom: 0em;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner23 {
				max-width: 80%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner23 {
				max-width: 100%;
			}

		} 

    .inner24 {
		width: 60%;
		height: auto;
		margin: 0 auto;
		border: solid 0px green;
	}

		@media screen and (max-width: 1280px) {

			.inner24 {
				width: 70%;
			}

		}

		@media screen and (max-width: 736px) {

			.inner24 {
				width: 100%;
			}

		}

		@media screen and (max-width: 480px) {

			.inner24 {
				width: 100%;
			}

		}

	.inner25 {
		max-width: 100%;
		height: 1em;
		background-color: #EAEDED;
		border: solid 0px red;
	}

		@media screen and (max-width: 1280px) {

			.inner25 {
				height: 1em;
			}

		}

		@media screen and (max-width: 480px) {

			.inner25 {
				height: 1em;
			}

		}		
     	        

	/* Section/Article */

    section.special, article.special {
		text-align: center;
	}

		section.special article, article.special article {
			text-align: left;
		}

	section.special2, article.special2 {
		text-align: left;
	}

	    section.special2 article, article.special2 article {
			text-align: center;
		}

	section.basebox, article.basebox {
		padding: 6em 0em 6em 0em;
		border: solid 0px red;
	}

		section.basebox header, article.basebox header {
			margin-bottom: 0em;
		}

			section.basebox header h1, article.basebox header h1 {
				font-size: 2.8em;
				font-weight: 600;
				color: #121212;
				opacity: 0.8;
				margin: 0 0 0.9em 0;
				border: solid 0px blue;
			}

			section.basebox header h2, article.basebox header h2 {
				font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
				font-size: 2em;
		        font-weight: 500;
		        color: #121212;
		        opacity: 0.9;
		        letter-spacing: 0.2px;
		        margin: 0 0 0 0;
		        padding: 0 0 0 0em;
				border: solid 0px blue;
			}

			section.basebox header h2:hover, article.basebox header h2:hover {
				color: #121212;
		    }

		    section.basebox header h3, article.basebox header h3 {
				font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
				font-size: 1.6em;
		        font-weight: 400;
		        color: #121212;
		        opacity: 0.8;
		        letter-spacing: 0.8px;
		        margin: 0 0 0 0;
		        padding: 0 0 0 0em;
				border: solid 0px blue;
			}

			section.basebox header h4, article.basebox header h4 {
				font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
				font-size: 1.6em;
		        font-weight: 400;
		        color: #EF4D42;
		        opacity: 1;
		        letter-spacing: 0.2px;
		        margin: 0.3em 0 0 0;
		        padding: 0 0 0 0.7em;
				border: solid 0px blue;
			}

		    .item_desc {
				font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
				font-size: 1.5em;
		        font-weight: 400;
		        color: #121212;
		        opacity: 0.85;
		        letter-spacing: 0.2px;
		        margin: 0.3em 0 0 0;
		        padding: 0 0 1.4em 0.8em;
				border: solid 0px blue;
			}

            section.basebox header h5, article.basebox header h5 {
				font-size: 1.4em;
		        font-weight: 400;
		        color: #ffffff;
		        letter-spacing: 1.6px;
		        margin: 0 0 1em 0;
				border: solid 0px blue;
			}

			section.basebox header h6, article.basebox header h6 {
				font-size: 1.4em;
		        font-weight: 400;
		        color: #FFFFFF;
		        letter-spacing: 1px;
		        line-height: 33px;
		        margin: 0 0 0.5em 0;
				border: solid 0px blue;
			}

			section.basebox header h6:last-child {
                margin: 0 0 0em 0;
		    }

			section.basebox header p, article.basebox header p {
			    margin: 0.5em 0em 0em 0em;
		        font-size: 1.7em;
		        font-weight: 300;
		        letter-spacing: 0.4px;
		        color: #121212;
		        opacity: 0.8;
			}

		section.basebox article header, article.basebox article header {
			margin: 0;
		}

		section.basebox.style1, article.basebox.style1 {
			background-color: #ffffff;
			color: #121212;
		}

			section.basebox.style1 header h1, article.basebox.style1 header h1 {
				color: #121212;
			}

			section.basebox.style1 header p, article.basebox.style1 header p {
				color: #121212;
			}

		section.basebox.style2, article.basebox.style2 {
			background-color: #ffffff;
			color: #121212;
		}

			section.basebox.style2 header h1, article.basebox.style2 header h1 {
				color: #121212;
			}

		section.basebox.style3, article.basebox.style3 {
			background: #ffffff;
			color: #121212;
		}

			section.basebox.style3 header h1, article.basebox.style3 header h1 {
				color: #121212;
			}

			section.basebox.style3 header h4, article.basebox.style3 header h4 {
				font-size: 1.9em;
		        font-weight: 500;
		        letter-spacing: 0.1px;
		        margin: 0.4em 0 0.5em 0;
		        color: #ffffff;
		        vertical-align: middle;
				border: solid 0px blue;
			}

		section.basebox.style4, article.basebox.style4 {
			background: #425A80;
			color: #1F1F1F;
		}

			section.basebox.style4 header h1, article.basebox.style4 header h1 {
				color: #1F1F1F;
			}	

		section.basebox.style5, article.basebox.style5 {
			background-color: #ffffff;
			color: #121212;
		}

			section.basebox.style5 header h1, article.basebox.style5 header h1 {
				color: #121212;
			}

			section.basebox.style5 header h4, article.basebox.style3 header h4 {
				font-size: 1.9em;
		        font-weight: 500;
		        letter-spacing: 0.1px;
		        margin: 0.4em 0 0.5em 0;
		        color: #ffffff;
		        vertical-align: middle;
				border: solid 0px blue;
			}	

		section.basebox.style6, article.basebox.style6 {
			background-color: #FFFFFF;
			color: #121212;
		}

		section.basebox.style7, article.basebox.style7 {
			background-color: #FFFFFF;
			color: #121212;
		}

		section.basebox.style8, article.basebox.style8 {
			background-color: #FFFFFF;
			color: #121212;
		}

		section.basebox.style9, article.basebox.style9 {
			background: #2E466C;
			color: #1F1F1F;
		}
			section.basebox.style9 header h5, article.basebox.style9 header h5 {
				font-size: 1.4em;
		        font-weight: 400;
		        color: #D8D8D8;
		        letter-spacing: 1.6px;
		        margin: 0.2em 0 0.2em 0;
				border: solid 0px blue;
			}

	section.basebox2, .basebox2 *:before, .basebox2 *:after {
		padding: 0em 0em 0em 0em;
	    -moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		border: solid 0px red;
	}	

		section.basebox2 header h1, article.basebox2 header h1 {
			font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
			font-size: 2.2em;
		    font-weight: 600;
		    color: #121212;
		    opacity: 0.8;
		    letter-spacing: 0px;
		    margin: 0 0 0 0;
		    border: solid 0px blue;
		}

		section.basebox2 header h2, article.basebox2 header h2 {
			font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
			font-size: 2.4em;
		    font-weight: 400;
		    color: #EF4D42;
		    letter-spacing: 0px;
		    margin: 0 0 0.5em 0;
		    border: solid 0px blue;
		}

	    section.basebox2 header h3, article.basebox2 header h3 {
			font-family: georgia;
			font-size: 1.5em;
		    font-weight: 400;
		    font-style: italic;
		    color: #121212;
		    letter-spacing: 1px;
		    margin: 0 0 0.5em 0;
		    border: solid 0px blue;
		}

	    section.basebox2 header h4, article.basebox2 header h4 {
			font-size: 1.6em;
		    font-weight: 400;
		    color: #ffffff;
		    letter-spacing: 0.1px;
		    margin: 0.2em 0 0.2em 0;
		    border: solid 0px blue;
		}

	    section.basebox2 header h5, article.basebox2 header h5 {
			font-size: 1.6em;
		    font-weight: 300;
		    color: #EF4D42;
		    letter-spacing: 1px;
		    margin: 0 0 0.5em 0;
		    border: solid 0px blue;
			}

		section.basebox2 header h6, article.basebox2 header h6 {
			font-size: 1.1em;
		    font-weight: 400;
		    opacity: 0.8;
		    color: #121212;
		    letter-spacing: 1px;
		    margin: 0 0 0 0;
		    border: solid 0px blue;
		}

		section.basebox2 header p, article.basebox2 header p {
		    margin: 0em 0em 0em 0em;
	        font-size: 1.8em;
	        font-weight: 300;
	        letter-spacing: 0.2px;
	        text-align: left;
	        color: #121212;
	        opacity: 0.8;
		}		

	section.basebox2.style1, article.basebox2.style1 {
		background: #F6F7F9;
	}

	section.basebox2.style2, article.basebox2.style2 {
		background: #FFFFFF;
	}			

    section.basebox3, .basebox3 *:before, .basebox3 *:after {
		padding: 6em 0em 6em 0em;
	    -moz-animation: none !important;
		-webkit-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		-moz-transition: none !important;
		-webkit-transition: none !important;
		-ms-transition: none !important;
		transition: none !important;
		border: solid 0px red;
	}

		section.basebox3 header h1, article.basebox3 header h1 {
			font-family: georgia;
			font-size: 3.4em;
		    font-weight: 600;
		    color: #121212;
		    letter-spacing: 1px;
		    margin: 0 0 0 0;
		    border: solid 0px blue;
		}

		section.basebox3 header h2, article.basebox3 header h2 {
			font-family: georgia;
			font-size: 2.2em;
		    font-weight: 400;
		    font-style: italic;
		    color: #121212;
		    letter-spacing: 1px;
		    margin: 0 0 0.5em 0;
		    border: solid 0px blue;
		}

	    section.basebox3 header h3, article.basebox3 header h3 {
			font-family: georgia;
			font-size: 1.5em;
		    font-weight: 400;
		    font-style: italic;
		    color: #121212;
		    letter-spacing: 1px;
		    margin: 0 0 0.5em 0;
		    border: solid 0px blue;
		}

	    section.basebox3 header h4, article.basebox3 header h4 {
			font-size: 2.2em;
		    font-weight: 400;
		    color: #ffffff;
		    letter-spacing: 1px;
		    margin: 0.2em 0 0.2em 0;
		    border: solid 0px blue;
		}

	    section.basebox3 header h5, article.basebox3 header h5 {
			font-size: 1.1em;
		    font-weight: 400;
		    color: #D72371;
		    letter-spacing: 1px;
		    margin: 0 0 0.5em 0;
		    border: solid 0px blue;
		}

		section.basebox3 header h6, article.basebox3 header h6 {
			font-size: 1.1em;
		    font-weight: 400;
		    opacity: 0.8;
		    color: #121212;
		    letter-spacing: 1px;
		    margin: 0 0 0 0;
		    border: solid 0px blue;
		}

	section.basebox3.style1, article.basebox.style1 {
		background: #f3f3f3;
		color: #121212;
	}	

	section.basebox4, article.basebox4 {
		padding: 6em 0em 0em 0em;
		border: solid 0px red;
	}

		section.basebox4 header, article.basebox4 header {
			margin-top: 0em;
			margin-bottom: -3em;
		}

			section.basebox4 header h1, article.basebox4 header h1 {
				font-size: 2.8em;
				font-weight: 600;
				color: #121212;
				opacity: 1;
				margin: 0 0 0em 0;
				border: solid 0px blue;
			}

		    section.basebox4 header h2, article.basebox4 header h2 {
				font-size: 1.6em;
				font-weight: 400;
				color: #121212;
				opacity: 0.65;
				margin: 2em 0 0em 0;
				border: solid 0px blue;
			}

			section.basebox4.style1, article.basebox4.style1 {
				background-color: #FFFFFF;
				color: #121212;
			}	

	section.basebox5, article.basebox5 {
		padding: 0em 0em 0em 0em;
		margin-top: -6.2em;
		border: solid 0px red;
	}

		section.basebox5 header, article.basebox5 header {
			margin-top: 0em;
			margin-bottom: -3em;
		}

			section.basebox5 header h1, article.basebox5 header h1 {
				font-size: 2.8em;
				font-weight: 600;
				color: #121212;
				opacity: 1;
				margin: 0 0 0em 0;
				border: solid 0px blue;
			}

			section.basebox5 header h2, article.basebox5 header h2 {
				font-size: 1.6em;
				font-weight: 400;
				color: #121212;
				opacity: 0.65;
				margin: 2em 0 0em 0;
				border: solid 0px blue;
			}

			section.basebox5.style1, article.basebox5.style1 {
				background-color: #FFFFFF;
				color: #121212;
			}

	section.basebox6, article.basebox6 {
		padding: 6em 0em 0em 0em;
		border: solid 0px red;
	}

		section.basebox6.style3, article.basebox6.style3 {
			background: #F6F7F9;
			color: #121212;
		}


	section.basebox7, article.basebox7 {
		padding: 6em 0em 6em 0em;
		border: solid 0px red;
	}

		section.basebox7 header, article.basebox7 header {
			margin-bottom: 0em;
		}

			section.basebox7 header h2, article.basebox7 header h2 {
				font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
				font-size: 4.5em;
		        opacity: 0.8;
		        letter-spacing: 0.2px;
		        margin: 0 0 0 0;
		        padding: 0 0 0 0em;
				border: solid 0px blue;
			}

			section.basebox7 header h2:hover, article.basebox7 header h2:hover {
				color: #121212;
		    }

		    section.basebox7 header h3, article.basebox7 header h3 {
				font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
				font-size: 3.7em;
		        color: #121212;
		        opacity: 0.8;
		        letter-spacing: 0.2px;
		        margin: 0 0 0 0;
		        padding: 0 0 0 0em;
				border: solid 0px blue;
			}

			section.basebox7 header h4, article.basebox7 header h4 {
				margin: 0em 0em 0em 0em;
				padding: 0em 0em 0em 0em;
		    	font-size: 2.8em;
		    	letter-spacing: 0.2px;
		    	opacity: 0.8;
		    	border: solid 0px blue;
			}

			section.basebox7 header p, article.basebox7 header p {
			    margin: 0em 0em 0em 0em;
			    padding: 0em 0em 0em 0em;
		        font-size: 1.7em;
		        letter-spacing: 0.2px;
		        opacity: 0.8;
		        border: solid 0px blue;
			}

		section.basebox7 article header, article.basebox7 article header {
			margin: 0;
		}

		section.basebox7.style2, article.basebox7.style2 {
			background-color: #ffffff;
			color: #121212;
		}

			section.basebox7.style2 header h1, article.basebox7.style2 header h1 {
				color: #121212;
			}


	section.basebox8, article.basebox8 {
		padding: 4em 0em 0em 0em;
		border: solid 0px red;
	}		










/*
 * CKEditor 5 (v23.0.0) content styles.
 * Generated on Wed, 30 Sep 2020 10:17:57 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/builds/guides/integration/content-styles.html
 */

:root {
    --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
    --ck-color-mention-text: hsl(341, 100%, 30%);
    --ck-highlight-marker-blue: hsl(201, 97%, 72%);
    --ck-highlight-marker-green: hsl(120, 93%, 68%);
    --ck-highlight-marker-pink: hsl(345, 96%, 73%);
    --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
    --ck-highlight-pen-green: hsl(112, 100%, 27%);
    --ck-highlight-pen-red: hsl(0, 85%, 49%);
    --ck-image-style-spacing: 1.5em;
    --ck-todo-list-checkmark-size: 16px;
}

/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
    background-color: var(--ck-highlight-marker-yellow);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
    background-color: var(--ck-highlight-marker-green);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
    background-color: var(--ck-highlight-marker-pink);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
    background-color: var(--ck-highlight-marker-blue);
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
    color: var(--ck-highlight-pen-red);
    background-color: transparent;
}
/* ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
    color: var(--ck-highlight-pen-green);
    background-color: transparent;
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
    overflow: hidden;
    padding-right: 1.5em;
    padding-left: 1.5em;
    margin-left: 0;
    margin-right: 0;
    font-style: italic;
    border-left: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir="rtl"] blockquote {
    border-left: 0;
    border-right: solid 5px hsl(0, 0%, 80%);
}
/* ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
    margin: 3em 0;
    height: 1px;
    background: hsl(0, 0%, 77.3%);
    border: 0;
}


.ck-content {
  width: 100%;
  background: #fff;
  padding: 0em 0em 0em 0em;
  margin-bottom: 0em;
  border-radius: 0px;
  border: 0px solid hsl(0, 0%, 42%);
  border: solid 0px red;
}


.ck-content figure {
  border: 0px #cccccc solid;
  padding: 0px;
  margin: 0em auto;
}

/* ckeditor5-image/theme/image.css */
.ck-content .image {
    display: table;
    clear: both;
    text-align: center;
    margin-bottom: 4em;
}

.ck-content .image:last-child {
    margin-bottom: 4em;
}

/* ckeditor5-image/theme/image.css */
.ck-content .image img {
    display: block;
    max-width: 100%;
    min-width: 100%;
}

/* ckeditor5-image/theme/image.css */
.ck-content img {
    display: block;
    max-width: 100%;
    min-width: 100%;
}

/* ckeditor5-image/theme/image.css */
.ck-content .fullscreen {
    display: block !important;
    max-width: 100% !important;
    min-width: 100% !important;
	margin: 0em 0em !important;
}


/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
    float: right;
    margin-left: var(--ck-image-style-spacing);
    max-width: 50%;
}




/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
    float: left;
    margin-right: var(--ck-image-style-spacing);
}
/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
    float: right;
    margin-left: var(--ck-image-style-spacing);
}





/* ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
    margin-left: auto;
    margin-right: auto;
}






/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
    max-width: 100%;
    display: block;
    box-sizing: border-box;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
    width: 100%;
}
/* ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized > figcaption {
    display: block;
}
/* ckeditor5-image/theme/imagecaption.css */
.ck-content .image > figcaption {
    display: table-caption;
    caption-side: bottom;
    word-break: break-word;
    color: hsl(0, 0%, 20%);
    background-color: hsl(0, 0%, 97%);
    padding: .6em;
    font-size: .75em;
    outline-offset: -1px;
}





/* ckeditor5-basic-styles/theme/code.css */
.ck-content code {
    background-color: hsla(0, 0%, 78%, 0.3);
    padding: .15em;
    border-radius: 2px;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-tiny {
    font-size: .7em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-small {
    font-size: .85em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-big {
    font-size: 1.4em;
}
/* ckeditor5-font/theme/fontsize.css */
.ck-content .text-huge {
    font-size: 1.8em;
}







/* ckeditor5-table/theme/table.css */
.ck-content .table {
    margin: 1em auto;
    display: block !important;
   	overflow-x: auto !important;
}
/* ckeditor5-table/theme/table.css */
.ck-content .table table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px double hsl(0, 0%, 70%);
}

.ck-content .table table thead {
	border-bottom: 0px solid hsl(0, 0%, 75%);
}

/* ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
	min-width: 2em;
    padding: 0.2em 0.2em;
    font-size: 1em;
    letter-spacing: 0.2px;
    border-bottom: 1px solid hsl(0, 0%, 75%);
}

/* ckeditor5-table/theme/table.css */
.ck-content .table table th {
    font-weight: bold;
    min-width: 5em;
	position: sticky;
	position: -webkit-sticky; /* for Safari */
	z-index: 2 !important;
    left: 0;
    background-color: #EAEDED;
}

/* ckeditor5-table/theme/table.css */
.ck-content[dir="rtl"] .table th {
    text-align: right;
}
/* ckeditor5-table/theme/table.css */
.ck-content[dir="ltr"] .table th {
    text-align: left;
}

.ck-content .table table p {
    font-size: 1em;
    letter-spacing: 0.2px;
	opacity: 0.8;
}

.ck-content	ol {
	padding-left: 1.9em;
}

.ck-content	ol li {
	list-style: decimal;
}

.ck-content	ul {
	padding-left: 1.9em;
	border: solid 0px red;
}

.ck-content	ul li {
	list-style: disc;
}

.ck-content	li {
	font-size: 1.7em;
	letter-spacing: 0.2px;
	opacity: 0.8;
	padding-left: 0em;
	padding-right: 0em;
	border: solid 0px blue;
}










/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
    position: relative;
    clear: both;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
    content: '';
    position: absolute;
    border-bottom: 2px dashed hsl(0, 0%, 77%);
    width: 100%;
}
/* ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
    position: relative;
    z-index: 1;
    padding: .3em .6em;
    display: block;
    text-transform: uppercase;
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
    font-size: 0.75em;
    font-weight: bold;
    color: hsl(0, 0%, 20%);
    background: hsl(0, 0%, 100%);
    box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
    clear: both;
    margin: 1em 0;
    display: block;
    min-width: 15em;
}



/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
    list-style: none;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
    margin-bottom: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
    margin-top: 5px;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input {
    -webkit-appearance: none;
    display: inline-block;
    position: relative;
    width: var(--ck-todo-list-checkmark-size);
    height: var(--ck-todo-list-checkmark-size);
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid hsl(0, 0%, 20%);
    border-radius: 2px;
    transition: 250ms ease-in-out box-shadow, 250ms ease-in-out background, 250ms ease-in-out border;
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input::after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: '';
    left: calc( var(--ck-todo-list-checkmark-size) / 3 );
    top: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    width: calc( var(--ck-todo-list-checkmark-size) / 5.3 );
    height: calc( var(--ck-todo-list-checkmark-size) / 2.6 );
    border-style: solid;
    border-color: transparent;
    border-width: 0 calc( var(--ck-todo-list-checkmark-size) / 8 ) calc( var(--ck-todo-list-checkmark-size) / 8 ) 0;
    transform: rotate(45deg);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::before {
    background: hsl(126, 64%, 41%);
    border-color: hsl(126, 64%, 41%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label > input[checked]::after {
    border-color: hsl(0, 0%, 100%);
}
/* ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
    vertical-align: middle;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
    padding: 1em;
    color: hsl(0, 0%, 20.8%);
    background: hsla(0, 0%, 78%, 0.3);
    border: 1px solid hsl(0, 0%, 77%);
    border-radius: 2px;
    text-align: left;
    direction: ltr;
    tab-size: 4;
    white-space: pre-wrap;
    font-style: normal;
    min-width: 200px;
}
/* ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
    background: unset;
    padding: 0;
    border-radius: 0;
}
/* ckeditor5-mention/theme/mention.css */
.ck-content .mention {
    background: var(--ck-color-mention-background);
    color: var(--ck-color-mention-text);
}
@media print {
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break {
        padding: 0;
    }
    /* ckeditor5-page-break/theme/pagebreak.css */
    .ck-content .page-break::after {
        display: none;
    }
}



/* ckeditor5-table/theme/table.css */
.col-md-10 {
    width: 100% !important;
}

.col-md-10 table tbody {
    table-layout: auto !important;
}

.supplement-facts-container table {
    margin: 1em auto !important;
    display: block !important;
   	overflow-x: auto !important;
	border-collapse: collapse;
    border-spacing: 0;
    border: 0px double hsl(0, 0%, 70%);
}

.supplement-facts-container table thead {
	border-bottom: 0px solid hsl(0, 0%, 75%);
}

/* ckeditor5-table/theme/table.css */
.supplement-facts-container table td,
.supplement-facts-container table th {
	min-width: 2em;
    padding: 0.2em 0.2em;
    font-size: 1em;
    letter-spacing: 0.2px;
    border-bottom: 1px solid hsl(0, 0%, 75%);
}

/* ckeditor5-table/theme/table.css */
.supplement-facts-container table th {
    font-weight: bold;
    min-width: 5em;
	position: sticky;
	position: -webkit-sticky; /* for Safari */
	z-index: 2 !important;
    left: 0;
    background-color: #EAEDED;
}

/* ckeditor5-table/theme/table.css */
.supplement-facts-container[dir="rtl"] th {
    text-align: right;
}
/* ckeditor5-table/theme/table.css */
.supplement-facts-container[dir="ltr"] th {
    text-align: left;
}

.supplement-facts-container table p {
    font-size: 1em;
    letter-spacing: 0.2px;
	opacity: 0.8;
}

.supplement-facts-container	ol {
	padding-left: 1.9em;
}

.supplement-facts-container	ol li {
	list-style: decimal;
}

.supplement-facts-container	ul {
	padding-left: 1.9em;
	border: solid 0px red;
}

.supplement-facts-container	ul li {
	list-style: disc;
}

.supplement-facts-container	li {
	font-size: 1.7em;
	letter-spacing: 0.2px;
	opacity: 0.8;
	padding-left: 0em;
	padding-right: 0em;
	border: solid 0px blue;
}
	


		







		@media screen and (max-width: 1280px) {

			section.basebox3, article.basebox3 {
					padding: 4em 0;
			}

		}	

		@media screen and (max-width: 980px) {

			section.basebox, article.basebox {
				padding: 4em 0;
			}

		    	section.basebox header h1, article.basebox header h1 {
			    	margin: 0 0 0.9em 0;
		    		border: solid 0px blue;
		    	}

			section.basebox3, article.basebox3 {
				padding: 0em 0;
			}

			section.basebox4, article.basebox4 {
				padding: 4em 0 0 0;
			}

			section.basebox5, article.basebox5 {
				padding: 0em 0 0 0;
			}

			section.basebox6, article.basebox6 {
				padding: 4em 0 0 0;
			}

		}

		@media screen and (max-width: 736px) {

			section.box {
		        padding: 4em 0em 0em 0em;
	        } 

			section.basebox, article.basebox {
				padding: 4em 0em 4em 0em;
			}

				section.basebox header h1, article.basebox header h1 {
				font-size: 2.6em;
				font-weight: 600;
				margin: 0 0 0.9em 0;
				border: solid 0px blue;
				}

			section.basebox3, article.basebox3 {
				padding: 0em 0;
			}

			section.basebox4, article.basebox4 {
				padding: 4em 0em 0em 0em;
			}

				section.basebox4 header h1, article.basebox4 header h1 {
				font-size: 2.6em;
				font-weight: 600;
				margin: 0 0 0em 0;
				border: solid 0px blue;
				}		

			section.basebox5, article.basebox5 {
				padding: 0em 0em 0em 0em;
			}

				section.basebox5 header h1, article.basebox5 header h1 {
				font-size: 2.6em;
				font-weight: 600;
				margin: 0 0 0em 0;
				border: solid 0px blue;
				}

			section.basebox6, article.basebox6 {
				padding: 4em 0em 0em 0em;
			}	

			section.basebox7 header h2, article.basebox7 header h2 {
				font-size: 3.2em;
				letter-spacing: 0px;
				margin: 0em 0 0 0em;
			}

			section.basebox7 header h3, article.basebox7 header h3 {
				font-size: 2.8em;
		        font-weight: 600;
				letter-spacing: 0px;
				margin: 0em 0 0 0em;
			}

			section.basebox7 header h4, article.basebox7 header h4 {
				font-size: 2.2em;
			    letter-spacing: 0px;
			    margin: 0em 0 0 0;
			}

			section.basebox7 header p, article.basebox7 header p {
		        font-size: 1.8em;
				font-weight: 400;
				letter-spacing: 0px;
			}		

		}

		@media screen and (max-width: 480px) { 

			section.basebox, article.basebox {
				padding: 4em 0em 4em 0em;
			}

			    section.basebox header h1, article.basebox header h1 {
			    	font-size: 2.4em;
				    font-weight: 600;
			    	margin: 0 0 0.9em 0;
				    border: solid 0px blue;
			    }

			    section.basebox header h2, article.basebox header h2 {
				font-size: 2em;
				letter-spacing: 0.1px;
				margin: 0em 0 0 0em;
				}

				section.basebox header h3, article.basebox header h3 {
				font-size: 1.7em;
		        font-weight: 600;
				letter-spacing: 0.1px;
				margin: 0em 0 0 0em;
				}

			    section.basebox header h4, article.basebox header h4 {
				font-size: 1.8em;
			    letter-spacing: 0.1px;
			    margin: 0em 0 0 0;
				}

				.item_desc {
				font-size: 1.6em;
			    letter-spacing: 0.1px;
			    margin: 0.1em 0 0 0;
				}

			    section.basebox.style3 header h4, article.basebox.style3 header h4 {
			    	margin: 0.6em 0 0em 0;
			    }

			    section.basebox header h5, article.basebox header h5 {
				    font-size: 1.6em;
		            font-weight: 400;
		            color: #ffffff;
		            letter-spacing: 1.2px;
		            margin: 0 0 1em 0;
				    border: solid 0px blue;
			    }

			    section.basebox header h6, article.basebox header h6 {
				    font-size: 1.8em;
		            font-weight: 400;
		            letter-spacing: 0.1px;
				    border: solid 0px blue;
			    }

			    section.basebox header p, article.basebox header p {
		        font-size: 1.8em;
				font-weight: 400;
				letter-spacing: 0.4px;
				}

			section.basebox2 header h1, article.basebox2 header h1 {
				font-size: 2.4em;
		    	font-weight: 600;
			}

		    section.basebox2 header h4, article.basebox2 header h4 {
					font-size: 1.8em;
				}

	        section.basebox2 header h5, article.basebox2 header h5 {
			    font-size: 1.7em;
		        font-weight: 400;
		        letter-spacing: 1px;
		        margin: 0 0 0.5em 0;
		        border: solid 0px blue;
			}

			section.basebox2 header h6, article.basebox2 header h6 {
		    	font-size: 1.4em;
		        font-weight: 400;
		        letter-spacing: 1px;
		        margin: 0 0 0 0;
		        border: solid 0px blue;
			}

			section.basebox2 header p, article.basebox2 header p {
	        	font-size: 2em;
	        	font-weight: 300;
	        	letter-spacing: 0px;
			}	

			section.basebox3, article.basebox3 {
				padding: 0em 0;
			}

				section.basebox3 header h4, article.basebox3 header h4 {
						font-size: 2.2em;
					}

	        	section.basebox3 header h5, article.basebox3 header h5 {
			    	font-size: 1.4em;
		        	font-weight: 400;
		        	color: #ef857d;
		        	letter-spacing: 1px;
		        	margin: 0 0 0.5em 0;
		        	border: solid 0px blue;
				}

				section.basebox3 header h6, article.basebox3 header h6 {
		    		font-size: 1.4em;
		        	font-weight: 400;
		        	color: #121212;
		        	letter-spacing: 1px;
		        	margin: 0 0 0 0;
		        	border: solid 0px blue;
				}

			section.basebox4, article.basebox4 {
				padding: 4em 0em 0em 0em;
				border: solid 0px blue;
			}

			    section.basebox4 header h1, article.basebox4 header h1 {
			    	font-size: 2.4em;
				    font-weight: 600;
			    	margin: 0 0 0em 0;
				    border: solid 0px blue;
			    }	

			section.basebox5, article.basebox5 {
				padding: 0em 0em 0em 0em;
			}

			    section.basebox5 header h1, article.basebox5 header h1 {
			    	font-size: 2.4em;
				    font-weight: 600;
			    	margin: 0 0 0em 0;
				    border: solid 0px blue;
			    }

			section.basebox6, article.basebox6 {
				padding: 4em 0em 0em 0em;
			} 

			section.basebox7, article.basebox7 {
				padding: 6em 0em 6em 0em;
			}

			section.basebox7 header h2, article.basebox7 header h2 {
				font-size: 2.6em;
				letter-spacing: 0px;
				margin: 0em 0 0 0em;
			}

			section.basebox7 header h3, article.basebox7 header h3 {
				font-size: 2.4em;
		        font-weight: 600;
				letter-spacing: 0px;
				margin: 0em 0 0 0em;
			}

			section.basebox7 header h4, article.basebox7 header h4 {
				font-size: 2.2em;
			    letter-spacing: 0px;
			    margin: 0em 0 0 0;
			}

			section.basebox7 header p, article.basebox7 header p {
		        font-size: 1.8em;
				font-weight: 400;
				letter-spacing: 0px;
			}

			section.basebox8, article.basebox8 {
				padding: 4em 0em 0em 0em;
				border: solid 0px blue;
			} 


    		.supplement-facts-container	ol {
				padding-left: 2.4em;
			}

			.supplement-facts-container	ul {
				padding-left: 2.4em;
			}

    		.supplement-facts-container	li {
				font-size: 1.8em;
			}

   

		}

	header h1 {
		color: #bbb;
		position: relative;
		margin: 0 0 1.5em 0;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		padding: 0em 0em 4em 0em;
		background-color: #ffffff;
		border: solid 0px red;
	}

	.table-wrapper2 {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		padding: 4em 0em 4em 0em;
		background-color: #ffffff;
		border: solid 0px red;
	}

	.table-wrapper3 {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
		padding: 0em 0em 0em 0em;
		background-color: #ffffff;
		border: solid 0px green;
	}

	.table-wrapper4 {
		max-width: 90%;
		margin: 0 auto;
		padding: 0em 0em 0em 0em;
		background-color: #ffffff;
		border: solid 0px green;
	}

	table {
		margin: 0em 0 0em 0;
		width: 100%;
	    border: solid 0px red;

	}

		table tbody tr {
			line-height: 1.7em;
			vertical-align: middle;
			border: solid 0px blue;
		}

		table td {
			padding: 0em 0em;
			line-height: 1.7em;
			vertical-align: middle;
			border: solid 0px blue;
		}

		table th {
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.85em 0.85em 0.85em;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Flex */

	.flex {
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		-ms-flex-pack: justify;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: space-between;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
	}

		.flex.flex-2 article {
			width: 33.3333333333%;
			margin-bottom: 0em;
			border: solid 0px red;
		}

		.flex.flex-3 .box {
			width: 23%;
			margin-bottom: 3.6em;
			border: solid 0px red;
		}

		.flex.flex-3 .box:nth-last-child(4) {
			margin-bottom: 0em;
		}

		.flex.flex-3 .box:nth-last-child(3) {
			margin-bottom: 0em;
		}

		.flex.flex-3 .box:nth-last-child(2) {
			margin-bottom: 0em;
		}

		.flex.flex-3 .box:last-child {
			margin-bottom: 0em;
		}

	    .flex.flex-3 .placeholder {
  			visibility: hidden;
  			width: 23%;
		}

		.flex.flex-4 article {
			width: 28%;
			margin: 0 0em 0 0;
			padding: 0em 4em 0em 4em;
			background-color: #ffffff;
			border: solid 0px red;
		}

		.flex.flex-5 .box {
			width: 100%;
			margin-bottom: 0em;
			padding: 0em 0em 0em 0em;
			border: solid 0px red;
		}

        .flex.flex-5 .whitebox {
        	width: 100%;
            height: 46px;
        	position: absolute;
        	background-color: #2B5087;
        	opacity: 1;
            top: 0px;
            left: 0px;
        }

		.flex.flex-6 article {
			width: 45%;
			margin-bottom: 0em;
			padding: 0em 0em;
			border: solid 0px red;
		}

		.flex.flex-7 .box {
			width: 31%;
			margin-bottom: 4em;
			border: solid 0px red;
		}
	    .flex.flex-7 .box:nth-last-child(3) {
			margin-bottom: 0em;
		}

		.flex.flex-7 .box:nth-last-child(2) {
			margin-bottom: 0em;
		}

		.flex.flex-7 .box:last-child {
			margin-bottom: 0em;
		}

		.flex.flex-7 .whitebox {
        	width: 100%;
            height: 48px;
        	position: absolute;
            top: 0px;
            left: 0px;
        }

        .flex.flex-7 .whitebox-after {
        	width: 100%;
            height: 48px;
        	position: absolute;
        	background-color: #121212;
        	opacity: 0.85;
            top: 0px;
            left: 0px;
        }

        .flex.flex-7 .whitebox-after h1 {
			font-size: 1.6em;
			font-weight: 100;
			color: #ffffff;
			line-height: 1.6em;
			letter-spacing: 1.8px;
			text-align: center;
			margin: 0.7em 0 0em 0;
			padding: 0;
		}

        .flex.flex-8 article {
			position: relative;
			width: 28%;
		}

			.flex.flex-8 article:before {
				content: '';
				position: absolute;
				width: 100%;
				height: 100%;
				right: -2em;
				top: 0;
				border-right: 1px solid #dbdbdb;
				pointer-events: none;
			}

			.flex.flex-8 article:last-child:before {
				border: none;
			}

		.flex.flex-9 .box {
			width: 31%;
			margin-bottom: 3em;
			border: solid 0px red;
		}

		.flex.flex-9 .placeholder {
  			visibility: hidden;
  			width: 31%;
		}

	    .flex.flex-9 .box:nth-last-child(3) {
			margin-bottom: 0em;
		    }

		.flex.flex-9 .box:nth-last-child(2) {
			margin-bottom: 0em;
		    }

		.flex.flex-9 .box:last-child {
			margin-bottom: 0em;
		}	

	    .flex.flex-10 article {
			width: 100%;
			margin-top: 0em;
			margin-bottom: 4em;
			padding: 0em 0em;
			border: solid 0px red;
		}

		.flex.flex-10 article:last-child {
			margin-bottom: 0em;
		}	

		.flex.flex-11 article {
			width: 50%;
			padding: 0em 0em;
		}

		.flex.flex-12 article {
			width: 50%;
			padding: 0em 0em;
		}

		.flex.flex-13 article {
			width: 48.5%;
			margin-top: 4em;
			padding-top: 0em;
			background-color: #ffffff;
			border: solid 0px red;
		}

	    .flex.flex-14 article {
			width: 47%;
			margin-top: 4em;
			padding-top: 0em;
			background-color: #ffffff;
			border: solid 0px red;
		}


	    .flex.flex-15 article {
			width: 48%;
			margin-top: 4em;
			padding-top: 0em;
			background-color: #ffffff;
			border: solid 0px red;
		}

	    .flex.flex-16 article {
			width: 31%;
			margin: 0 0em 0 0;
			padding: 0em 4em 0em 4em;
			background-color: #ffffff;
			border: solid 0px red;
		}

		.flex.flex-16 article:last-child {
			margin: 0 0em 0 0;
		}

		.flex.flex-17 .box {
			width: 28%;
			margin-bottom: 0em;
			padding: 0em 0em 0em 0em;
			background-color: #ffffff;
			border: solid 0px red;
		}

		.flex.flex-18 .box {
			width: 31%;
			margin-bottom: 1em;
			padding: 1em;
			border-radius: 3px;
			border: solid 2px #F6F7F9;
			text-align: center;
			font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif; 
			font-size: 1.6em; 
			font-weight: 400; 
			color: #949495; 
			letter-spacing: 0.8px;
		}

		.flex.flex-18 .box:hover {
   			background: #F6F7F9; 
   		}

   		.flex.flex-18 .box_selected {
			width: 31%;
			padding: 1em;
			margin-bottom: 1em;
			border-radius: 3px;
			border: solid 2px #121212;;
			text-align: center;
			font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif; 
			font-size: 1.6em; 
			font-weight: 400; 
			color: #949495; 
			letter-spacing: 0.8px;
			background: #F6F7F9;
		}

		.flex.flex-19 .box {
			width: 31%;
			margin-bottom: 2em;
			background-color: #FFFFFF;
			padding: 0 0 7em 0;
			border: solid 0px red;
		}

		.flex.flex-19 .placeholder {
  			visibility: hidden;
  			width: 31%;
		}

		.flex.flex-20 article {
			width: 100%;
			margin-top: -2em;
			margin-bottom: 4em;
			padding: 0em 0em;
			border: solid 0px red;
		}

		.flex.flex-20 article:last-child {
			margin-bottom: 0em;
		}

		.flex.flex-21 .box{
			width: auto;
	    	height: auto;
    		margin: 0 auto;
    		padding: 0 0px 0 0px;
    		position: relative;
			border: solid 0px green;
		}

		.flex.flex-21 .placeholder {
  			visibility: hidden;
  			width: 20%;
		}

		.flex.flex-22 article {
			width: 100%;
			margin-top: 4em;
			padding-top: 0em;
			background-color: #ffffff;
			border: solid 0px red;
		}

		.flex.flex-23 article {
			width: 50%;
			margin-top: 0em;
			margin-bottom: 4em;
			padding: 0em 0em;
			border: solid 0px red;
		}

		.flex.flex-24 .box {
			width: 100%;
			margin-bottom: 0em;
			padding: 0em 0em 0em 0em;
			background-color: #ffffff;
			border: solid 0px red;
		}

		.flex.flex-25 article {
			width: 31%;
			margin: 0 0em 0 0;
			padding: 3em 4em 3em 4em;
			background-color: #ffffff;
			border: solid 0px red;
		}

		.flex.flex-26 article {
			width: 33.3333333333%;
			margin: 4em 0em;
			border: solid 0px red;
		}

		@media screen and (max-width: 1680px) {

		    .flex.flex-14 article {
				width: 47%;
			}

		}

		@media screen and (max-width: 1280px) {

		    .flex.flex-3 .box {
				width: 31%;
			}

			.flex.flex-3 .placeholder {
  				width: 31%;
			}

			.flex.flex-9 .box {
				width: 31%;
				margin-bottom: 3em;
				border: solid 0px red;
		    }

		    .flex.flex-14 article {
				width: 48%;
			}

			.flex.flex-19 .box {
				width: 31%;
				padding: 0 0 5em 0;
			}

			.flex.flex-19 .placeholder {
  				width: 31%;
			}

		}

		@media screen and (max-width: 980px) {

			.flex.flex-2 article {
				width: 33.3333333333%;
				margin-bottom: 0em;
			}

			.flex.flex-3 .box {
				width: 48.5%;
			    margin-bottom: 3.6em;
		    }

			.flex.flex-4 article {
		    	width: 47%;
		    	padding: 0em 2em 0em 2em;
			    margin-bottom: 3em;
			    border: solid 0px red;
		    }

			.flex.flex-4 article:last-child {
				margin: 0 0em 0 0;
			}

			.flex.flex-7 .box:nth-last-child(3) {
				margin-bottom: 4em;
			}

		    .flex.flex-7 .box {
			    width: 48.5%;
		    }

			.flex.flex-8 {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

			.flex.flex-8 article {
				width: 100%;
				border-bottom: 0px solid #dbdbdb;
				padding-bottom: 2.5em;
				margin-bottom: 3em;
			}

			.flex.flex-8 article:last-child {
				border: none;
				padding-bottom: 0;
				margin: 0 0 1em 0;
			}

			.flex.flex-8 article:before {
				display: none;
			}

		    .flex.flex-9 .box {
			width: 31%;
			margin-bottom: 3em;
			border: solid 0px red;
		    }

		    .flex.flex-14 article {
				width: 48%;
			}

		    .flex.flex-16 article {
		    	width: 48.5%;
		    	padding: 0em 2em;
			    margin-bottom: 3em;
			    border: solid 0px red;
		    }

		    .flex.flex-17 .box {
		    	width: 47%;
		    	padding: 0em 0em 0em 0em;
			    margin-bottom: 3em;
			    border: solid 0px red;
    		}

    		.flex.flex-17 .box:last-child {
		    	margin: 0 0em 0 0;
	    	}

		    .flex.flex-19 .box {
			    width: 48.5%;
			    padding: 0 0 3em 0;
		    }

		    .flex.flex-19 .placeholder {
  				width: 48.5%;
			}

		}

		@media screen and (max-width: 736px) {

			.flex.flex-3 .box {
				width: 48.5%;
			    margin-bottom: 2.8em;
		    }

			.flex.flex-4 article {
		    	padding: 0em 2em 0em 2em;
			}

		    .flex.flex-5 .box {
		    	width: 100%;
		    }

			.flex.flex-6 article {
				width: 100%;
				margin-bottom: 0em;
				padding: 3em 0em;
				border: solid 0px red;
			}

		    .flex.flex-9 .box {
			    width: 31%;
			    margin-bottom: 3em;
			    border: solid 0px red;
		    }

		    .flex.flex-14 article {
				width: 49%;
			}

		    .flex.flex-16 article {
		    	width: 100%;
		    	padding: 0em 2em;
			}

		    .flex.flex-17 .box {
		    	padding: 0em 0em 0em 0em;
			}

			.flex.flex-19 .box {
			    padding: 0 0 2em 0;
		    }

		    .flex.flex-26 article {
				margin: 3em 0em 0em 0em;
			}

		}

		@media screen and (max-width: 480px) {

			.flex.flex-3 .box {
				width: 48.5%;
			    margin-bottom: 2.4em;
		    }

			.flex.flex-4 article {
		    	width: 100%;
		    	padding: 0em 2em 0em 2em;
		    }

			.flex.flex-6 article {
			width: 100%;
			margin-bottom: 0em;
			padding: 2em 0em;
		    }

		    .flex.flex-6 article:first-child {
				padding-top: 0em;
			}

			.flex.flex-6 article:last-child {
				margin-bottom: 0;
				padding-bottom: 0em;
			}

			.flex.flex-7 .box {
			    width: 48.5%;
		    }

		    .flex.flex-9 .box {
				width: 31%;
				margin-bottom: 3em;
				border: solid 0px red;
		    }

		    .flex.flex-13 article {
				width: 100%;
			}

		    .flex.flex-14 article {
				width: 49%;
			}	

		    .flex.flex-15 article {
				width: 100%;
			}

			.flex.flex-16 article {
		    	width: 100%;
		    	padding: 0em 4em;
		    }

		    .flex.flex-17 .box {
		    	width: 100%;
		    	padding: 0em 0em 0em 0em;
		    }

		    .flex.flex-19 .box {
			    width: 48.5%;
			    padding: 0 0 1em 0;
		    }

		    .flex.flex-19 .placeholder {
  				width: 48.5%;
			}

		}

/* Row */

	.row-container {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
		padding-bottom: 2em;
		border: solid 0px red;
	}

		.row-container > .col-12 {
			width: 100%;
		}

	.row-container2 {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
		padding-top: 2em;
		padding-bottom: 2em;
		border: solid 0px red;
	}

		.row-container2 > .col-12 {
			width: 100%;
		}	

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
		margin: 2em 0em;
		padding: 2em 0em;
		/* padding: 2em 1em; */

		/* border: solid 1px #EAEDED; */
		/* border-radius: 8px;
		box-shadow:  0 0 4px  rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 4px  rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 0 4px  rgba(0,0,0,0.1);
		-o-box-shadow: 0 0 4px  rgba(0,0,0,0.1); */
	}

	.link-lg {
		color: blue;
		font-size: 1.6em;
	}

	.row3 {
		box-sizing: border-box;
		align-items: stretch;
		margin: 0em 0em;
		padding: 2em 1em;

		border: solid 1px #EAEDED;
		border-radius: 8px;
		box-shadow:  0 0 4px  rgba(0,0,0,0.1);
		-moz-box-shadow: 0 0 4px  rgba(0,0,0,0.1);
		-webkit-box-shadow: 0 0 4px  rgba(0,0,0,0.1);
		-o-box-shadow: 0 0 4px  rgba(0,0,0,0.1);
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.3333333333%;
		}

		.row > .off-1 {
			margin-left: 8.3333333333%;
		}

		.row > .col-2 {
			width: 16.6666666667%;
		}

		.row > .off-2 {
			margin-left: 16.6666666667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33%;
			border: solid 0px red;
		}

		.row > .off-4 {
			margin-left: 33.3333333333%;
		}

		.row > .col-5 {
			width: 35%;
		}

		.row > .off-5 {
			margin-left: 41.6666666667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 50%;
		}

		.row > .off-7 {
			margin-left: 58.3333333333%;
		}

		.row > .col-8 {
			width: 66.6666666667%;
		}

		.row > .off-8 {
			margin-left: 66.6666666667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		    #query::-webkit-search-cancel-button {
       			position:relative;
        		right: 2px;  
        		-webkit-appearance: none;
        		height: 15px;
        		width: 15px;
        		border-radius: 100%;
        		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' preserveAspectRatio='none' viewBox='0 0 24 24'%3E%3Cpath d='M12,7.77352206 L5.10675301,0.899250624 C3.96231432,-0.299750208 2.04604488,-0.299750208 0.90160619,0.899250624 C-0.296062207,2.07160699 -0.296062207,3.96336386 0.874991337,5.13572023 L7.74162348,12.0366361 L0.90160619,18.8842631 C-0.269447353,20.0566195 -0.269447353,21.9750208 0.928221043,23.1207327 C2.07265973,24.2930891 3.98892917,24.2930891 5.15998271,23.1207327 L12,16.2464613 L18.893247,23.1207327 C20.0643005,24.2930891 21.9539551,24.2930891 23.1250087,23.1207327 C24.2960622,21.9483764 24.2960622,20.029975 23.0983938,18.8842631 L16.2317617,12.0366361 L23.0983938,5.13572023 C24.2960622,3.9367194 24.2694474,2.07160699 23.1250087,0.899250624 C21.9273403,-0.273105745 20.0376857,-0.299750208 18.893247,0.899250624 L12,7.77352206 Z' fill='#121212' /%3E%3C/svg%3E");
    		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.3333333333%;
		}

		.row > .off-10 {
			margin-left: 83.3333333333%;
		}

		.row > .col-11 {
			width: 91.6666666667%;
		}

		.row > .off-11 {
			margin-left: 91.6666666667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0em;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0em;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0em;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0em;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -0.5em;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 0.5em;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -0.5em;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 0.5em;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -1em;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 1em;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -1em;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 1em;
				}

		.row {
			margin-top: 0;
			margin-left: 0em;
		}

			/* .row > * {
				padding: 0 2em 0 2em;
			} */

			.row.gtr-uniform {
				margin-top: -2em;
			}

				.row.gtr-uniform > * {
					padding-top: 2em;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -3em;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 3em;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -3em;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 3em;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -4em;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 4em;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -4em;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 4em;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xlarge {
					order: -1;
				}

				.row > .col-1-xlarge {
					width: 8.3333333333%;
				}

				.row > .off-1-xlarge {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xlarge {
					width: 16.6666666667%;
				}

				.row > .off-2-xlarge {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xlarge {
					width: 25%;
				}

				.row > .off-3-xlarge {
					margin-left: 25%;
				}

				.row > .col-4-xlarge {
					width: 33.3333333333%;
				}

				.row > .off-4-xlarge {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xlarge {
					width: 41.6666666667%;
				}

				.row > .off-5-xlarge {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xlarge {
					width: 50%;
				}

				.row > .off-6-xlarge {
					margin-left: 50%;
				}

				.row > .col-7-xlarge {
					width: 58.3333333333%;
				}

				.row > .off-7-xlarge {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xlarge {
					width: 66.6666666667%;
				}

				.row > .off-8-xlarge {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xlarge {
					width: 75%;
				}

				.row > .off-9-xlarge {
					margin-left: 75%;
				}

				.row > .col-10-xlarge {
					width: 83.3333333333%;
				}

				.row > .off-10-xlarge {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xlarge {
					width: 91.6666666667%;
				}

				.row > .off-11-xlarge {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xlarge {
					width: 100%;
				}

				.row > .off-12-xlarge {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.5em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.5em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.5em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.5em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -1em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 1em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -1em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 1em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					/* .row > * {
						padding: 0 2em 0 2em;
					} */

					.row.gtr-uniform {
						margin-top: -2em;
					}

						.row.gtr-uniform > * {
							padding-top: 2em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 3em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -4em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 4em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -4em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 4em;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-large {
					order: -1;
				}

				.row > .col-5 {
					width: 100%;
				}

				.row > .col-7 {
					width: 100%;
				}

				.row > .col-1-large {
					width: 8.3333333333%;
				}

				.row > .off-1-large {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-large {
					width: 16.6666666667%;
				}

				.row > .off-2-large {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-large {
					width: 25%;
				}

				.row > .off-3-large {
					margin-left: 25%;
				}

				.row > .col-4-large {
					width: 33.3333333333%;
				}

				.row > .off-4-large {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-large {
					width: 41.6666666667%;
				}

				.row > .off-5-large {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-large {
					width: 50%;
				}

				.row > .off-6-large {
					margin-left: 50%;
				}

				.row > .col-7-large {
					width: 58.3333333333%;
				}

				.row > .off-7-large {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-large {
					width: 66.6666666667%;
				}

				.row > .off-8-large {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-large {
					width: 75%;
				}

				.row > .off-9-large {
					margin-left: 75%;
				}

				.row > .col-10-large {
					width: 83.3333333333%;
				}

				.row > .off-10-large {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-large {
					width: 91.6666666667%;
				}

				.row > .off-11-large {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-large {
					width: 100%;
				}

				.row > .off-12-large {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.85em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.85em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.85em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.85em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					.row > * {
						padding: 0 1.5em 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 980px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row > .col-5 {
					width: 100%;
				}

				.row > .col-7 {
					width: 100%;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-medium {
					order: -1;
				}

				.row > .col-1-medium {
					width: 8.3333333333%;
				}

				.row > .off-1-medium {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-medium {
					width: 16.6666666667%;
				}

				.row > .off-2-medium {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-medium {
					width: 25%;
				}

				.row > .off-3-medium {
					margin-left: 25%;
				}

				.row > .col-4-medium {
					width: 33.3333333333%;
				}

				.row > .off-4-medium {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-medium {
					width: 41.6666666667%;
				}

				.row > .off-5-medium {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-medium {
					width: 50%;
				}

				.row > .off-6-medium {
					margin-left: 50%;
				}

				.row > .col-7-medium {
					width: 58.3333333333%;
				}

				.row > .off-7-medium {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-medium {
					width: 66.6666666667%;
				}

				.row > .off-8-medium {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-medium {
					width: 75%;
				}

				.row > .off-9-medium {
					margin-left: 75%;
				}

				.row > .col-10-medium {
					width: 83.3333333333%;
				}

				.row > .off-10-medium {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-medium {
					width: 91.6666666667%;
				}

				.row > .off-11-medium {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-medium {
					width: 100%;
				}

				.row > .off-12-medium {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.375em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.375em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.375em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.375em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.85em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.85em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.85em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.85em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					.row > * {
						padding: 0 1.5em 0 1.5em;
					}

					.row.gtr-uniform {
						margin-top: -1.5em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.5em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -2.25em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 2.25em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -2.25em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 2.25em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -3em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 3em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -3em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 3em;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row > .col-3 {
					width: 100%;
				}

				.row > .col-4 {
					width: 50%;
				}

				.row > .col-5 {
					width: 100%;
				}

				.row > .col-7 {
					width: 100%;
				}

				.row > .col-9 {
					width: 100%;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-small {
					order: -1;
				}

				.row > .col-1-small {
					width: 8.3333333333%;
				}

				.row > .off-1-small {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-small {
					width: 16.6666666667%;
				}

				.row > .off-2-small {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-small {
					width: 25%;
				}

				.row > .off-3-small {
					margin-left: 25%;
				}

				.row > .col-4-small {
					width: 33.3333333333%;
				}

				.row > .off-4-small {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-small {
					width: 41.6666666667%;
				}

				.row > .off-5-small {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-small {
					width: 50%;
				}

				.row > .off-6-small {
					margin-left: 50%;
				}

				.row > .col-7-small {
					width: 58.3333333333%;
				}

				.row > .off-7-small {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-small {
					width: 66.6666666667%;
				}

				.row > .off-8-small {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-small {
					width: 75%;
				}

				.row > .off-9-small {
					margin-left: 75%;
				}

				.row > .col-10-small {
					width: 83.3333333333%;
				}

				.row > .off-10-small {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-small {
					width: 91.6666666667%;
				}

				.row > .off-11-small {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-small {
					width: 100%;
				}

				.row > .off-12-small {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					.row > * {
						padding: 0 1.25em 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

		@media screen and (max-width: 480px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-xsmall {
					order: -1;
				}

				.row > .col-1-xsmall {
					width: 8.3333333333%;
				}

				.row > .off-1-xsmall {
					margin-left: 8.3333333333%;
				}

				.row > .col-2-xsmall {
					width: 16.6666666667%;
				}

				.row > .off-2-xsmall {
					margin-left: 16.6666666667%;
				}

				.row > .col-3-xsmall {
					width: 25%;
				}

				.row > .off-3-xsmall {
					margin-left: 25%;
				}

				.row > .col-4-xsmall {
					width: 33.3333333333%;
				}

				.row > .off-4-xsmall {
					margin-left: 33.3333333333%;
				}

				.row > .col-5-xsmall {
					width: 41.6666666667%;
				}

				.row > .off-5-xsmall {
					margin-left: 41.6666666667%;
				}

				.row > .col-6-xsmall {
					width: 50%;
				}

				.row > .off-6-xsmall {
					margin-left: 50%;
				}

				.row > .col-7-xsmall {
					width: 58.3333333333%;
				}

				.row > .off-7-xsmall {
					margin-left: 58.3333333333%;
				}

				.row > .col-8-xsmall {
					width: 66.6666666667%;
				}

				.row > .off-8-xsmall {
					margin-left: 66.6666666667%;
				}

				.row > .col-9-xsmall {
					width: 75%;
				}

				.row > .off-9-xsmall {
					margin-left: 75%;
				}

				.row > .col-10-xsmall {
					width: 83.3333333333%;
				}

				.row > .off-10-xsmall {
					margin-left: 83.3333333333%;
				}

				.row > .col-11-xsmall {
					width: 91.6666666667%;
				}

				.row > .off-11-xsmall {
					margin-left: 91.6666666667%;
				}

				.row > .col-12-xsmall {
					width: 100%;
				}

				.row > .off-12-xsmall {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0em;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0em;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0em;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0em;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -0.3125em;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 0.3125em;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -0.3125em;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 0.3125em;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -0.625em;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 0.625em;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -0.625em;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 0.625em;
						}

				.row {
					margin-top: 0;
					margin-left: 0em;
				}

					.row > * {
						padding: 0 1.25em 0 1.25em;
					}

					.row.gtr-uniform {
						margin-top: -1.25em;
					}

						.row.gtr-uniform > * {
							padding-top: 1.25em;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -1.875em;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 1.875em;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -1.875em;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 1.875em;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -2.5em;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 2.5em;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -2.5em;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 2.5em;
						}

		}

/* Box */

	.box {
		border: solid 0px #dbdbdb;
		margin-bottom: 0em;
		padding: 0em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

		.box.item {
			border: solid 0px rgba(255, 255, 255, 1);
			border-radius: 8px;
			padding: 0em 0em 4em 0em;
			border: solid 0px red;
		}

			.box.item .image {
				margin-bottom: 0.8em;
				display: inline-block; /* change the default display type to inline-block */
   				overflow: hidden;      /* hide the overflow */
   				border-radius: 3px;
   				border: solid 0px #EAEDED;
			}

				.box.item .image img {
					max-width: 100%;
					max-height: 100%;
					-webkit-transition: all .2s ease;
    				-moz-transition: all .2s ease;
   			 		-ms-transition: all .2s ease;
    				-o-transition: all .2s ease;
    				transition: all .2s ease;
    				vertical-align: middle;
					border: solid 0px red;
				}

				.img_url0 {
					z-index: -3;
					border: solid 0px blue;
				}

				.img_url {
					z-index: 0;
					position: absolute;
				    top: 50%;  /* position the top  edge of the element at the middle of the parent */
				    left: 50%; /* position the left edge of the element at the middle of the parent */
				    transform: translate(-50%, -50%); /* This is a shorthand of translateX(-50%) and translateY(-50%) */
				    border: solid 0px red;
				}

				/*.box.item .image:hover img {
					-webkit-transform:scale(1.02); */ /* Safari and Chrome */
    			/*	-moz-transform:scale(1.02); */ /* Firefox */
    			/*	-ms-transform:scale(1.02); */ /* IE 9 */
    			/*	-o-transform:scale(1.02); */ /* Opera */
    			/*	transform:scale(1.02);
				} */

		.box.item2 {
			border: solid 0px rgba(255, 255, 255, 0.25);
			padding: 0em 0em 0em 0em;
		}

			.box.item2 .image {
				margin-top: 4em;
				display: inline-block; /* change the default display type to inline-block */
   				overflow: hidden;      /* hide the overflow */
   				border: solid 0px red;
			}

				.box.item2 .image img {
					max-width: 100%;
					-webkit-transition: all .2s ease;
    				-moz-transition: all .2s ease;
   			 		-ms-transition: all .2s ease;
    				-o-transition: all .2s ease;
    				transition: all .2s ease;
    				vertical-align: middle;
				}

				/*.box.item2 .image:hover img {
					-webkit-transform:scale(1.02); */ /* Safari and Chrome */
    			/*	-moz-transform:scale(1.02); */ /* Firefox */
    			/*	-ms-transform:scale(1.02); */ /* IE 9 */
    			/*	-o-transform:scale(1.02); */ /* Opera */
    			/*	transform:scale(1.02);
				} */			

/* Grid */

	.row2 {
		border-bottom: solid 1px transparent;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row2 > * {
		float: left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.row2:after, .row2:before {
		content: '';
		display: block;
		clear: both;
		height: 0;
	}

	.row2.uniform > * > :first-child {
		margin-top: 0;
	}

	.row2.uniform > * > :last-child {
		margin-bottom: 0;
	}

	.row2.\30 \25 > * {
		padding: 0 0 0 0em;
	}

	.row2.\30 \25 {
		margin: 0 0 -1px 0em;
	}

	.row2.uniform.\30 \25 > * {
		padding: 0em 0 0 0em;
	}

	.row2.uniform.\30 \25 {
		margin: 0em 0 -1px 0em;
	}

	.row2 > * {
		padding: 0 0 0 2em;
	}

	.row2 {
		margin: 0 0 -1px -2em;
	}

	.row2.uniform > * {
		padding: 2em 0 0 2em;
	}

	.row2.uniform {
		margin: 0.3em 0 -1px -2em;
	}

	.row2.\32 00\25 > * {
		padding: 0 0 0 4em;
	}

	.row2.\32 00\25 {
		margin: 0 0 -1px -4em;
	}

	.row2.uniform.\32 00\25 > * {
		padding: 4em 0 0 4em;
	}

	.row2.uniform.\32 00\25 {
		margin: -4em 0 -1px -4em;
	}

	.row2.\31 50\25 > * {
		padding: 0 0 0 3em;
	}

	.row2.\31 50\25 {
		margin: 0 0 -1px -3em;
	}

	.row2.uniform.\31 50\25 > * {
		padding: 3em 0 0 3em;
	}

	.row2.uniform.\31 50\25 {
		margin: -3em 0 -1px -3em;
	}

	.row2.\35 0\25 > * {
		padding: 0 0 0 1em;
	}

	.row2.\35 0\25 {
		margin: 0 0 -1px -1em;
	}

	.row2.uniform.\35 0\25 > * {
		padding: 1em 0 0 1em;
	}

	.row2.uniform.\35 0\25 {
		margin: -1em 0 -1px -1em;
	}

	.row2.\32 5\25 > * {
		padding: 0 0 0 0.5em;
	}

	.row2.\32 5\25 {
		margin: 0 0 -1px -0.5em;
	}

	.row2.uniform.\32 5\25 > * {
		padding: 0.5em 0 0 0.5em;
	}

	.row2.uniform.\32 5\25 {
		margin: -0.5em 0 -1px -0.5em;
	}

	.\31 2u, .\31 2u\24 {
		width: 100%;
		clear: none;
		margin-left: 0;
	}

	.\31 1u, .\31 1u\24 {
		width: 91.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 0u, .\31 0u\24 {
		width: 83.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\39 u, .\39 u\24 {
		width: 75%;
		clear: none;
		margin-left: 0;
	}

	.\38 u, .\38 u\24 {
		width: 66.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\37 u, .\37 u\24 {
		width: 58.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\36 u, .\36 u\24 {
		width: 50%;
		clear: none;
		margin-left: 0;
	}

	.\35 u, .\35 u\24 {
		width: 41.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\34 u, .\34 u\24 {
		width: 33.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\33 u, .\33 u\24 {
		width: 25%;
		clear: none;
		margin-left: 0;
	}

	.\32 u, .\32 u\24 {
		width: 16.6666666667%;
		clear: none;
		margin-left: 0;
	}

	.\31 u, .\31 u\24 {
		width: 8.3333333333%;
		clear: none;
		margin-left: 0;
	}

	.\31 2u\24 + *,
	.\31 1u\24 + *,
	.\31 0u\24 + *,
	.\39 u\24 + *,
	.\38 u\24 + *,
	.\37 u\24 + *,
	.\36 u\24 + *,
	.\35 u\24 + *,
	.\34 u\24 + *,
	.\33 u\24 + *,
	.\32 u\24 + *,
	.\31 u\24 + * {
		clear: left;
	}

	.\-11u {
		margin-left: 91.66667%;
	}

	.\-10u {
		margin-left: 83.33333%;
	}

	.\-9u {
		margin-left: 75%;
	}

	.\-8u {
		margin-left: 66.66667%;
	}

	.\-7u {
		margin-left: 58.33333%;
	}

	.\-6u {
		margin-left: 50%;
	}

	.\-5u {
		margin-left: 41.66667%;
	}

	.\-4u {
		margin-left: 33.33333%;
	}

	.\-3u {
		margin-left: 25%;
	}

	.\-2u {
		margin-left: 16.66667%;
	}

	.\-1u {
		margin-left: 8.33333%;
	}

	@media screen and (max-width: 1680px) {

		.row2 > * {
			padding: 0 0 0 2em;
		}

		.row2 {
			margin: 0 0 -1px -2em;
		}

		.row2.uniform > * {
			padding: 2em 0 0 2em;
		}

		.row2.uniform {
			margin: 0.3em 0 -1px -2em;
		}

		.row2.\32 00\25 > * {
			padding: 0 0 0 4em;
		}

		.row2.\32 00\25 {
			margin: 0 0 -1px -4em;
		}

		.row2.uniform.\32 00\25 > * {
			padding: 4em 0 0 4em;
		}

		.row2.uniform.\32 00\25 {
			margin: -4em 0 -1px -4em;
		}

		.row2.\31 50\25 > * {
			padding: 0 0 0 3em;
		}

		.row2.\31 50\25 {
			margin: 0 0 -1px -3em;
		}

		.row2.uniform.\31 50\25 > * {
			padding: 3em 0 0 3em;
		}

		.row2.uniform.\31 50\25 {
			margin: -3em 0 -1px -3em;
		}

		.row2.\35 0\25 > * {
			padding: 0 0 0 1em;
		}

		.row2.\35 0\25 {
			margin: 0 0 -1px -1em;
		}

		.row2.uniform.\35 0\25 > * {
			padding: 1em 0 0 1em;
		}

		.row2.uniform.\35 0\25 {
			margin: -1em 0 -1px -1em;
		}

		.row2.\32 5\25 > * {
			padding: 0 0 0 0.5em;
		}

		.row2.\32 5\25 {
			margin: 0 0 -1px -0.5em;
		}

		.row2.uniform.\32 5\25 > * {
			padding: 0.5em 0 0 0.5em;
		}

		.row2.uniform.\32 5\25 {
			margin: -0.5em 0 -1px -0.5em;
		}

		.\31 2u\28xlarge\29, .\31 2u\24\28xlarge\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xlarge\29, .\31 1u\24\28xlarge\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xlarge\29, .\31 0u\24\28xlarge\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xlarge\29, .\39 u\24\28xlarge\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xlarge\29, .\38 u\24\28xlarge\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xlarge\29, .\37 u\24\28xlarge\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xlarge\29, .\36 u\24\28xlarge\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xlarge\29, .\35 u\24\28xlarge\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xlarge\29, .\34 u\24\28xlarge\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xlarge\29, .\33 u\24\28xlarge\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xlarge\29, .\32 u\24\28xlarge\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xlarge\29, .\31 u\24\28xlarge\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xlarge\29 + *,
		.\31 1u\24\28xlarge\29 + *,
		.\31 0u\24\28xlarge\29 + *,
		.\39 u\24\28xlarge\29 + *,
		.\38 u\24\28xlarge\29 + *,
		.\37 u\24\28xlarge\29 + *,
		.\36 u\24\28xlarge\29 + *,
		.\35 u\24\28xlarge\29 + *,
		.\34 u\24\28xlarge\29 + *,
		.\33 u\24\28xlarge\29 + *,
		.\32 u\24\28xlarge\29 + *,
		.\31 u\24\28xlarge\29 + * {
			clear: left;
		}

		.\-11u\28xlarge\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xlarge\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xlarge\29 {
			margin-left: 75%;
		}

		.\-8u\28xlarge\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xlarge\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xlarge\29 {
			margin-left: 50%;
		}

		.\-5u\28xlarge\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xlarge\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xlarge\29 {
			margin-left: 25%;
		}

		.\-2u\28xlarge\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xlarge\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 1280px) {

		.row2 > * {
			padding: 0 0 0 1.5em;
		}

		.row2 {
			margin: 0 0 -1px -1.5em;
		}

		.row2.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row2.uniform {
			margin: 0.3em 0 -1px -1.5em;
		}

		.row2.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

		.row2.\32 00\25 {
			margin: 0 0 -1px -3em;
		}

		.row2.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row2.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row2.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row2.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row2.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row2.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row2.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row2.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row2.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row2.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row2.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row2.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row2.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row2.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

		.\31 2u\28large\29, .\31 2u\24\28large\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28large\29, .\31 1u\24\28large\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28large\29, .\31 0u\24\28large\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28large\29, .\39 u\24\28large\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28large\29, .\38 u\24\28large\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28large\29, .\37 u\24\28large\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28large\29, .\36 u\24\28large\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28large\29, .\35 u\24\28large\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28large\29, .\34 u\24\28large\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28large\29, .\33 u\24\28large\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28large\29, .\32 u\24\28large\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28large\29, .\31 u\24\28large\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28large\29 + *,
		.\31 1u\24\28large\29 + *,
		.\31 0u\24\28large\29 + *,
		.\39 u\24\28large\29 + *,
		.\38 u\24\28large\29 + *,
		.\37 u\24\28large\29 + *,
		.\36 u\24\28large\29 + *,
		.\35 u\24\28large\29 + *,
		.\34 u\24\28large\29 + *,
		.\33 u\24\28large\29 + *,
		.\32 u\24\28large\29 + *,
		.\31 u\24\28large\29 + * {
			clear: left;
		}

		.\-11u\28large\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28large\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28large\29 {
			margin-left: 75%;
		}

		.\-8u\28large\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28large\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28large\29 {
			margin-left: 50%;
		}

		.\-5u\28large\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28large\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28large\29 {
			margin-left: 25%;
		}

		.\-2u\28large\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28large\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 980px) {

		.row2 > * {
			padding: 0 0 0 1.5em;
		}

		.row2 {
			margin: 0 0 -1px -1.5em;
		}

		.row2.uniform > * {
			padding: 1.5em 0 0 1.5em;
		}

		.row2.uniform {
			margin: 0.3em 0 -1px -1.5em;
		}

		.row2.\32 00\25 > * {
			padding: 0 0 0 3em;
		}

		.row2.\32 00\25 {
			margin: 0 0 -1px -3em;
		}

		.row2.uniform.\32 00\25 > * {
			padding: 3em 0 0 3em;
		}

		.row2.uniform.\32 00\25 {
			margin: -3em 0 -1px -3em;
		}

		.row2.\31 50\25 > * {
			padding: 0 0 0 2.25em;
		}

		.row2.\31 50\25 {
			margin: 0 0 -1px -2.25em;
		}

		.row2.uniform.\31 50\25 > * {
			padding: 2.25em 0 0 2.25em;
		}

		.row2.uniform.\31 50\25 {
			margin: -2.25em 0 -1px -2.25em;
		}

		.row2.\35 0\25 > * {
			padding: 0 0 0 0.75em;
		}

		.row2.\35 0\25 {
			margin: 0 0 -1px -0.75em;
		}

		.row2.uniform.\35 0\25 > * {
			padding: 0.75em 0 0 0.75em;
		}

		.row2.uniform.\35 0\25 {
			margin: -0.75em 0 -1px -0.75em;
		}

		.row2.\32 5\25 > * {
			padding: 0 0 0 0.375em;
		}

		.row2.\32 5\25 {
			margin: 0 0 -1px -0.375em;
		}

		.row2.uniform.\32 5\25 > * {
			padding: 0.375em 0 0 0.375em;
		}

		.row2.uniform.\32 5\25 {
			margin: -0.375em 0 -1px -0.375em;
		}

		.\31 2u\28medium\29, .\31 2u\24\28medium\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28medium\29, .\31 1u\24\28medium\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28medium\29, .\31 0u\24\28medium\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28medium\29, .\39 u\24\28medium\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28medium\29, .\38 u\24\28medium\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28medium\29, .\37 u\24\28medium\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28medium\29, .\36 u\24\28medium\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28medium\29, .\35 u\24\28medium\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28medium\29, .\34 u\24\28medium\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28medium\29, .\33 u\24\28medium\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28medium\29, .\32 u\24\28medium\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28medium\29, .\31 u\24\28medium\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28medium\29 + *,
		.\31 1u\24\28medium\29 + *,
		.\31 0u\24\28medium\29 + *,
		.\39 u\24\28medium\29 + *,
		.\38 u\24\28medium\29 + *,
		.\37 u\24\28medium\29 + *,
		.\36 u\24\28medium\29 + *,
		.\35 u\24\28medium\29 + *,
		.\34 u\24\28medium\29 + *,
		.\33 u\24\28medium\29 + *,
		.\32 u\24\28medium\29 + *,
		.\31 u\24\28medium\29 + * {
			clear: left;
		}

		.\-11u\28medium\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28medium\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28medium\29 {
			margin-left: 75%;
		}

		.\-8u\28medium\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28medium\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28medium\29 {
			margin-left: 50%;
		}

		.\-5u\28medium\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28medium\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28medium\29 {
			margin-left: 25%;
		}

		.\-2u\28medium\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28medium\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 736px) {

		.row2 > * {
			padding: 0 0 0 1.25em;
		}

		.row2 {
			margin: 0 0 -1px -1.25em;
		}

		.row2.uniform > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row2.uniform {
			margin: 0.3em 0 -1px -1.25em;
		}

		.row2.\32 00\25 > * {
			padding: 0 0 0 2.5em;
		}

		.row2.\32 00\25 {
			margin: 0 0 -1px -2.5em;
		}

		.row2.uniform.\32 00\25 > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row2.uniform.\32 00\25 {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row2.\31 50\25 > * {
			padding: 0 0 0 1.875em;
		}

		.row2.\31 50\25 {
			margin: 0 0 -1px -1.875em;
		}

		.row2.uniform.\31 50\25 > * {
			padding: 1.875em 0 0 1.875em;
		}

		.row2.uniform.\31 50\25 {
			margin: -1.875em 0 -1px -1.875em;
		}

		.row2.\35 0\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row2.\35 0\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row2.uniform.\35 0\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row2.uniform.\35 0\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.row2.\32 5\25 > * {
			padding: 0 0 0 0.3125em;
		}

		.row2.\32 5\25 {
			margin: 0 0 -1px -0.3125em;
		}

		.row2.uniform.\32 5\25 > * {
			padding: 0.3125em 0 0 0.3125em;
		}

		.row2.uniform.\32 5\25 {
			margin: -0.3125em 0 -1px -0.3125em;
		}

		.\31 2u\28small\29, .\31 2u\24\28small\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28small\29, .\31 1u\24\28small\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28small\29, .\31 0u\24\28small\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28small\29, .\39 u\24\28small\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28small\29, .\38 u\24\28small\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28small\29, .\37 u\24\28small\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28small\29, .\36 u\24\28small\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28small\29, .\35 u\24\28small\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28small\29, .\34 u\24\28small\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28small\29, .\33 u\24\28small\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28small\29, .\32 u\24\28small\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28small\29, .\31 u\24\28small\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28small\29 + *,
		.\31 1u\24\28small\29 + *,
		.\31 0u\24\28small\29 + *,
		.\39 u\24\28small\29 + *,
		.\38 u\24\28small\29 + *,
		.\37 u\24\28small\29 + *,
		.\36 u\24\28small\29 + *,
		.\35 u\24\28small\29 + *,
		.\34 u\24\28small\29 + *,
		.\33 u\24\28small\29 + *,
		.\32 u\24\28small\29 + *,
		.\31 u\24\28small\29 + * {
			clear: left;
		}

		.\-11u\28small\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28small\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28small\29 {
			margin-left: 75%;
		}

		.\-8u\28small\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28small\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28small\29 {
			margin-left: 50%;
		}

		.\-5u\28small\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28small\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28small\29 {
			margin-left: 25%;
		}

		.\-2u\28small\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28small\29 {
			margin-left: 8.33333%;
		}

	}

	@media screen and (max-width: 480px) {

		.row2 > * {
			padding: 0 0 0 1.25em;
		}

		.row2 {
			margin: 0 0 -1px -1.25em;
		}

		.row2.uniform > * {
			padding: 1.25em 0 0 1.25em;
		}

		.row2.uniform {
			margin: 0.3em 0 -1px -1.25em;
		}

		.row2.\32 00\25 > * {
			padding: 0 0 0 2.5em;
		}

		.row2.\32 00\25 {
			margin: 0 0 -1px -2.5em;
		}

		.row2.uniform.\32 00\25 > * {
			padding: 2.5em 0 0 2.5em;
		}

		.row2.uniform.\32 00\25 {
			margin: -2.5em 0 -1px -2.5em;
		}

		.row2.\31 50\25 > * {
			padding: 0 0 0 1.875em;
		}

		.row2.\31 50\25 {
			margin: 0 0 -1px -1.875em;
		}

		.row2.uniform.\31 50\25 > * {
			padding: 1.875em 0 0 1.875em;
		}

		.row2.uniform.\31 50\25 {
			margin: -1.875em 0 -1px -1.875em;
		}

		.row2.\35 0\25 > * {
			padding: 0 0 0 0.625em;
		}

		.row2.\35 0\25 {
			margin: 0 0 -1px -0.625em;
		}

		.row2.uniform.\35 0\25 > * {
			padding: 0.625em 0 0 0.625em;
		}

		.row2.uniform.\35 0\25 {
			margin: -0.625em 0 -1px -0.625em;
		}

		.row2.\32 5\25 > * {
			padding: 0 0 0 0.3125em;
		}

		.row2.\32 5\25 {
			margin: 0 0 -1px -0.3125em;
		}

		.row2.uniform.\32 5\25 > * {
			padding: 0.3125em 0 0 0.3125em;
		}

		.row2.uniform.\32 5\25 {
			margin: -0.3125em 0 -1px -0.3125em;
		}

		.\31 2u\28xsmall\29, .\31 2u\24\28xsmall\29 {
			width: 100%;
			clear: none;
			margin-left: 0;
		}

		.\31 1u\28xsmall\29, .\31 1u\24\28xsmall\29 {
			width: 91.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 0u\28xsmall\29, .\31 0u\24\28xsmall\29 {
			width: 83.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\39 u\28xsmall\29, .\39 u\24\28xsmall\29 {
			width: 75%;
			clear: none;
			margin-left: 0;
		}

		.\38 u\28xsmall\29, .\38 u\24\28xsmall\29 {
			width: 66.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\37 u\28xsmall\29, .\37 u\24\28xsmall\29 {
			width: 58.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\36 u\28xsmall\29, .\36 u\24\28xsmall\29 {
			width: 50%;
			clear: none;
			margin-left: 0;
		}

		.\35 u\28xsmall\29, .\35 u\24\28xsmall\29 {
			width: 41.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\34 u\28xsmall\29, .\34 u\24\28xsmall\29 {
			width: 33.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\33 u\28xsmall\29, .\33 u\24\28xsmall\29 {
			width: 25%;
			clear: none;
			margin-left: 0;
		}

		.\32 u\28xsmall\29, .\32 u\24\28xsmall\29 {
			width: 16.6666666667%;
			clear: none;
			margin-left: 0;
		}

		.\31 u\28xsmall\29, .\31 u\24\28xsmall\29 {
			width: 8.3333333333%;
			clear: none;
			margin-left: 0;
		}

		.\31 2u\24\28xsmall\29 + *,
		.\31 1u\24\28xsmall\29 + *,
		.\31 0u\24\28xsmall\29 + *,
		.\39 u\24\28xsmall\29 + *,
		.\38 u\24\28xsmall\29 + *,
		.\37 u\24\28xsmall\29 + *,
		.\36 u\24\28xsmall\29 + *,
		.\35 u\24\28xsmall\29 + *,
		.\34 u\24\28xsmall\29 + *,
		.\33 u\24\28xsmall\29 + *,
		.\32 u\24\28xsmall\29 + *,
		.\31 u\24\28xsmall\29 + * {
			clear: left;
		}

		.\-11u\28xsmall\29 {
			margin-left: 91.66667%;
		}

		.\-10u\28xsmall\29 {
			margin-left: 83.33333%;
		}

		.\-9u\28xsmall\29 {
			margin-left: 75%;
		}

		.\-8u\28xsmall\29 {
			margin-left: 66.66667%;
		}

		.\-7u\28xsmall\29 {
			margin-left: 58.33333%;
		}

		.\-6u\28xsmall\29 {
			margin-left: 50%;
		}

		.\-5u\28xsmall\29 {
			margin-left: 41.66667%;
		}

		.\-4u\28xsmall\29 {
			margin-left: 33.33333%;
		}

		.\-3u\28xsmall\29 {
			margin-left: 25%;
		}

		.\-2u\28xsmall\29 {
			margin-left: 16.66667%;
		}

		.\-1u\28xsmall\29 {
			margin-left: 8.33333%;
		}

	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
		cursor: pointer;
		outline: none;

		font-size: 1.5em;
		font-weight: 400;
		letter-spacing: 0.1em;
		padding: 0em 0em;
		height: 3em;
		line-height: 3em;
		display: inline-block;
		text-align: center;
		vertical-align:middle;
		text-decoration: none;
		white-space: nowrap;
		color:#121212;
		border: solid 0px;
		border-radius:3px;
	}

		@media screen and (max-width: 480px) {

		    input[type="submit"],
			input[type="reset"],
			input[type="button"],
	        button,
			.button {   
			    font-size: 1.9em;
		        font-weight: 400;
		        letter-spacing: 0.1em;
		        height: 3em;
		        line-height: 3em;
		    }

		} 

	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		line-height: 2.875em;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			color: #121212;
			opacity: 0.85;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			opacity: 0.85;
		}

		input[type="submit"].primary,
		input[type="reset"].primary,
		input[type="button"].primary,
		button.primary,
		.button.primary {
			border: none;
			background-color: #445A64;
			color: #fff;
		}

			input[type="submit"].primary:hover,
			input[type="reset"].primary:hover,
			input[type="button"].primary:hover,
			button.primary:hover,
			.button.primary:hover {
				background-color: #445A64;
			}

			input[type="submit"].primary:active,
			input[type="reset"].primary:active,
			input[type="button"].primary:active,
			button.primary:active,
			.button.primary:active {
				background-color: #445A64;
			}  	

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			color: inherit;
			padding-left: 1.35em;
			border-bottom: solid 1px;
			border-radius: 3px;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}



		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
			border:solid 1px #A56616;
			border-radius:3px;
			background-color:#ED9323;
			background-image: linear-gradient(#F5C68A, #ED9323);
		}

		input[type="submit"].fit2,
		input[type="reset"].fit2,
		input[type="button"].fit2,
		button.fit2,
		.button.fit2 {
			width: 80%;
			border:solid 1px #A56616;
			border-radius:3px;
			background-color:#ED9323;
			background-image: linear-gradient(#F5C68A, #ED9323);
		}

		input[type="submit"].add,
		input[type="reset"].add,
		input[type="button"].add,
		button.add,
		.button.add {
			width: 37px;
            height: 37px;
            background: url(/svg/shopcart4.svg) no-repeat center center;
            background-size: 26px 26px;
        	position: absolute;
        	background-color: #2B5087;
        	border-radius: 50%;
        	opacity: 0.8;
            right: 19px;
    		bottom: 0px;
			display: inline-block;
			text-align: center;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].add,
				input[type="reset"].add,
				input[type="button"].add,
				button.add,
				.button.add {
            		width: 33px;
            		height: 33px;
            		background-size: 22px 22px;
            		right: 12px;
    				bottom: 0px;
				}
			}	

		input[type="submit"].add-after,
		input[type="reset"].add-after,
		input[type="button"].add-after,
		button.add-after,
		.button.add-after {
			width: 37px;
            height: 37px;
            background: url(/svg/shopbag.svg) no-repeat center center;
            background-size: 26px 26px;
        	position: absolute;
        	background-color: #EF4D42;
        	border-radius: 50%;
        	opacity: 0.8;
            right: 19px;
    		bottom: 0px;
			display: inline-block;
			text-align: center;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].add-after,
				input[type="reset"].add-after,
				input[type="button"].add-after,
				button.add-after,
				.button.add-after {
            		width: 33px;
            		height: 33px;
            		background-size: 22px 22px;
            		right: 12px;
    				bottom: 0px;
				}
			}

		/*	
		input[type="submit"].ship,
		input[type="reset"].ship,
		input[type="button"].ship,
		button.ship,
		.button.ship {
			width: 37px;
            height: 37px;
            background: url(/svg/airplane.svg) no-repeat center center;
            background-size: 26px 26px;
        	position: absolute;
        	background-color: #2E466C;
        	border-radius: 0%;
            opacity: 0.8;
            right: 0px;
    		top: 0px;
			display: inline-block;
			text-align: center;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].ship,
				input[type="reset"].ship,
				input[type="button"].ship,
				button.ship,
				.button.ship {
            		width: 33px;
            		height: 33px;
            		background-size: 22px 22px;
            		right: 0px;
    				top: 0px;
				}
			} */

		input[type="submit"].ship,
		input[type="reset"].ship,
		input[type="button"].ship,
		button.ship,
		.button.ship {
			width: 22px;
            height: 22px;
            background: url(/svg/airplane_icon.svg) no-repeat center center;
            background-size: 22px 22px;
        	position: relative;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 0%;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #FFFFFF;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].ship,
				input[type="reset"].ship,
				input[type="button"].ship,
				button.ship,
				.button.ship {
            		width: 20px;
            		height: 20px;
            		background-size: 20px 20px;
				}
			}
			
		input[type="submit"].info,
		input[type="reset"].info,
		input[type="button"].info,
		button.info,
		.button.info {
			width: 22px;
			height: 22px;
			background: url(/svg/info.svg) no-repeat center center;
			background-size: 22px 22px;
			position: relative;
			background-color: rgba(24, 167, 100, 0);
			border-radius: 0%;
			display: inline-block;
			text-align: center;
			vertical-align: middle;
			font-size: 1em;
			color: #FFFFFF;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].info,
				input[type="reset"].info,
				input[type="button"].info,
				button.info,
				.button.info {
					width: 20px;
					height: 20px;
					background-size: 20px 20px;
				}
			}		

		input[type="submit"].ship2,
		input[type="reset"].ship2,
		input[type="button"].ship2,
		button.ship2,
		.button.ship2 {
			width: 120px;
            height: 40px;
            background: url(/svg/oversea_kr2.svg) no-repeat center center;
            background-size: 120px 120px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 3%;
			display: inline-block;
			text-align: center;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].ship2,
				input[type="reset"].ship2,
				input[type="button"].ship2,
				button.ship2,
				.button.ship2 {
            		width: 100px;
            		height: 37px;
            		background-size: 100px 100px;
				}
			}

		input[type="submit"].ship3,
		input[type="reset"].ship3,
		input[type="button"].ship3,
		button.ship3,
		.button.ship3 {
			width: 100px;
            height: 37px;
            background: url(/svg/domestic_kr.svg) no-repeat center center;
            background-size: 100px 100px;
        	position: relative;
        	background-color: #1B3C35;
        	border-radius: 3%;
			display: inline-block;
			text-align: center;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].ship3,
				input[type="reset"].ship3,
				input[type="button"].ship3,
				button.ship3,
				.button.ship3 {
            		width: 90px;
            		height: 33px;
            		background-size: 90px 90px;
				}
			}

		input[type="submit"].google,
		input[type="reset"].google,
		input[type="button"].google,
		button.google,
		.button.google {
			width: 22px;
            height: 22px;
            background: url(/svg/google.svg) no-repeat center center;
            background-size: 22px 22px;
        	position: relative;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 0%;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #FFFFFF;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].google,
				input[type="reset"].google,
				input[type="button"].google,
				button.google,
				.button.google  {
            		width: 20px;
            		height: 20px;
            		background-size: 20px 20px;
				}
			}			

		input[type="submit"].color,
		input[type="reset"].color,
		input[type="button"].color,
		button.color,
		.button.color {
			width: 22px;
            height: 22px;
            background: url(/svg/pepper.svg) no-repeat center center;
            background-size: 22px 22px;
        	position: relative;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 50%;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #FFFFFF;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].color,
				input[type="reset"].color,
				input[type="button"].color,
				button.color,
				.button.color {
            		width: 20px;
            		height: 20px;
            		background-size: 20px 20px;
				}
			}

		input[type="submit"].taste,
		input[type="reset"].taste,
		input[type="button"].taste,
		button.taste,
		.button.taste {
			width: 22px;
            height: 22px;
            background: url(/svg/vegan.svg) no-repeat center center;
            background-size: 22px 22px;
        	position: relative;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 50%;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #FFFFFF;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].taste,
				input[type="reset"].taste,
				input[type="button"].taste,
				button.taste,
				.button.taste {
            		width: 20px;
            		height: 20px;
            		background-size: 20px 20px;
				}
			}		

		input[type="submit"].like,
		input[type="reset"].like,
		input[type="button"].like,
		button.like,
		.button.like {
			width: 37px;
            height: 37px;
            background: url(/svg/heart_before4.svg) no-repeat center center;
            background-size: 34px 34px;
        	position: absolute;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 50%;
        	opacity: 0.8;
            left: 19px;
    		bottom: 0px;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #121212;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].like,
				input[type="reset"].like,
				input[type="button"].like,
				button.like,
				.button.like {
            		width: 33px;
            		height: 33px;
            		background-size: 29px 29px;
            		left: 10px;
    				bottom: 0px;
				}
			}	

		input[type="submit"].like-after,
		input[type="reset"].like-after,
		input[type="button"].like-after,
		button.like-after,
		.button.like-after {
			width: 37px;
            height: 37px;
            background: url(/svg/heart_after2.svg) no-repeat center center;
            background-size: 34px 34px;
        	position: absolute;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 50%;
        	opacity: 0.8;
            left: 19px;
    		bottom: 0px;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #FFFFFF;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].like-after,
				input[type="reset"].like-after,
				input[type="button"].like-after,
				button.like-after,
				.button.like-after {
            		width: 33px;
            		height: 33px;
            		background-size: 29px 29px;
            		left: 10px;
    				bottom: 0px;
				}
			}

		input[type="submit"].like2,
		input[type="reset"].like2,
		input[type="button"].like2,
		button.like2,
		.button.like2 {
			width: 32px;
            height: 32px;
            background: url(/svg/heart_before4.svg) no-repeat center center;
            background-size: 29px 29px;
        	position: relative;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 50%;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #121212;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].like2,
				input[type="reset"].like2,
				input[type="button"].like2,
				button.like2,
				.button.like2 {
            		width: 33px;
            		height: 33px;
            		background-size: 29px 29px;
				}
			}	

		input[type="submit"].like-after2,
		input[type="reset"].like-after2,
		input[type="button"].like-after2,
		button.like-after2,
		.button.like-after2 {
			width: 32px;
            height: 32px;
            background: url(/svg/heart_after2.svg) no-repeat center center;
            background-size: 29px 29px;
        	position: relative;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 50%;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #FFFFFF;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].like-after2,
				input[type="reset"].like-after2,
				input[type="button"].like-after2,
				button.like-after2,
				.button.like-after2 {
            		width: 33px;
            		height: 33px;
            		background-size: 29px 29px;
				}
			}		

		input[type="submit"].soldout,
		input[type="reset"].soldout,
		input[type="button"].soldout,
		button.soldout,
		.button.soldout {
			width: 43px;
            height: 43px;
        	position: absolute;
        	background-color: #2B5087;
        	color: #FFFFFF;
        	opacity: 1;
        	border-radius: 50%;
            right: 19px;
    		bottom: 0px;
			display: inline-block;
			line-height: 43px;
			font-size: 1.3em;
			text-align: center;
			margin: 0 auto;
			padding: 0;
			vertical-align: middle;
			border: solid 0px blue;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].soldout,
				input[type="reset"].soldout,
				input[type="button"].soldout,
				button.soldout,
				.button.soldout {
            		width: 38px;
            		height: 38px;
            		line-height: 38px;
            		font-size: 1.4em;
            		right: 10px;
    				bottom: 0px;
				}
			}

		input[type="submit"].plus,
		input[type="reset"].plus,
		input[type="button"].plus,
		button.plus,
		.button.plus {
			width: 26px;
            height: 26px;
            background: url(/svg/circleplus.svg) no-repeat center center;
            background-size: 26px 26px;
        	margin-left: 0.4em;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #121212;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].plus,
				input[type="reset"].plus,
				input[type="button"].plus,
				button.plus,
				.button.plus {
            		width: 24px;
            		height: 24px;
            		background-size: 24px 24px;
            		margin-left: 0.2em;
				}
			}		

        input[type="submit"].minus,
		input[type="reset"].minus,
		input[type="button"].minus,
		button.minus,
		.button.minus {
			width: 26px;
            height: 26px;
            background: url(/svg/circleminus.svg) no-repeat center center;
            background-size: 26px 26px;
        	margin-right: 0.4em;
        	background-color: rgba(24, 167, 100, 0);
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			font-size: 1em;
			color: #121212;
		}

			@media screen and (max-width: 480px) {
				input[type="submit"].minus,
				input[type="reset"].minus,
				input[type="button"].minus,
				button.minus,
				.button.minus {
            		width: 24px;
            		height: 24px;
            		background-size: 24px 24px;
            		margin-right: 0.2em;
				}
			}

		input[type="button"].icon_md {
			width: 60px;
            height: 60px;
            background: url(/svg/icon_md.svg) no-repeat center center;
            background-size: 40px 40px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: pointer;
			margin-bottom: 2em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_md {
            		width: 55px;
            		height: 55px;
            		background-size: 35px 35px;
				}
			}

		input[type="button"].icon_good {
			width: 60px;
            height: 60px;
            background: url(/svg/icon_good.svg) no-repeat center center;
            background-size: 40px 40px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: pointer;
			margin-bottom: 2em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_good {
            		width: 55px;
            		height: 55px;
            		background-size: 35px 35px;
				}
			}
			
		input[type="button"].icon_secure {
			width: 60px;
            height: 60px;
            background: url(/svg/icon_secure.svg) no-repeat center center;
            background-size: 40px 40px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: pointer;
			margin-bottom: 2em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_secure {
            		width: 55px;
            		height: 55px;
            		background-size: 35px 35px;
				}
			}

		input[type="button"].icon_goods {
			width: 60px;
            height: 60px;
            background: url(/svg/icon_goods.svg) no-repeat center center;
            background-size: 40px 40px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: default;
			margin-bottom: 2em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_goods {
            		width: 55px;
            		height: 55px;
            		background-size: 35px 35px;
				}
			}
			
		input[type="button"].icon_root {
			width: 60px;
            height: 60px;
            background: url(/svg/icon_root.svg) no-repeat center center;
            background-size: 40px 40px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: default;
			margin-bottom: 2em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_root {
            		width: 55px;
            		height: 55px;
            		background-size: 35px 35px;
				}
			}
			
		input[type="button"].icon_on {
			width: 60px;
            height: 60px;
            background: url(/svg/icon_ontime.svg) no-repeat center center;
            background-size: 40px 40px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: default;
			margin-bottom: 2em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_on {
            		width: 55px;
            		height: 55px;
            		background-size: 35px 35px;
				}
			}

		input[type="button"].icon_van {
			width: 60px;
            height: 60px;
            background: url(/svg/icon_van.svg) no-repeat center center;
            background-size: 40px 40px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: default;
			margin-bottom: 2em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_van {
            		width: 55px;
            		height: 55px;
            		background-size: 35px 35px;
				}
			}	
							


		input[type="button"].icon_sell {
			width: 50px;
            height: 50px;
            background: url(/svg/icon_sell.svg) no-repeat center center;
            background-size: 30px 30px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: default;
			margin-bottom: 1em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_sell {
            		width: 45px;
            		height: 45px;
            		background-size: 25px 25px;
				}
			}
			
		input[type="button"].icon_like {
			width: 50px;
            height: 50px;
            background: url(/svg/icon_like.svg) no-repeat center center;
            background-size: 30px 30px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: default;
			margin-bottom: 1em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_like {
            		width: 45px;
            		height: 45px;
            		background-size: 25px 25px;
				}
			}
			
		input[type="button"].icon_ontime {
			width: 50px;
            height: 50px;
            background: url(/svg/icon_ontime.svg) no-repeat center center;
            background-size: 30px 30px;
        	position: relative;
        	background-color: #2E466C;
        	border-radius: 50%;
        	opacity: 0.8;
			display: inline-block;
			text-align: center;
			cursor: default;
			margin-bottom: 1em;
		}

			@media screen and (max-width: 480px) {
				input[type="button"].icon_ontime {
            		width: 45px;
            		height: 45px;
            		background-size: 25px 25px;
				}
			}					

	

		.salebox {
			width: 18%;
            height: 41px;
        	position: absolute;
        	background-color: #EF4D42;
        	display: inline-block;
        	padding: 0.4em 0 0 0;
        	opacity: 0.8;
        	font-size: 1.5em;
        	letter-spacing: -0.2px;
        	font-weight: 400;
        	line-height: 100%;
        	font-style: italic;
        	color: #FFFFFF;
        	text-align: center;
        	vertical-align: middle;
            top: 0px;
            left: 0px;
        }  

            @media screen and (max-width: 1280px) {
        		.salebox {
					width: 20%;
            		height: 41px;
            	}	
        	}

        	@media screen and (max-width: 980px) {
        		.salebox {
					width: 20%;
            		height: 41px;
            	}	
        	}

        	@media screen and (max-width: 736px) {
        		.salebox {
					width: 24%;
            		height: 41px;
            	}	
        	}

        	@media screen and (max-width: 480px) {
        		.salebox {
					width: 24%;
            		height: 35px;
            		padding: 0.4em 0 0 0;
            	}	
        	}

        	@media screen and (max-width: 413px) {
        		.salebox {
					width: 24%;
            		height: 34px;
            		padding: 0.4em 0 0 0;
            		font-size: 1.5em;
            	}	
        	}

        .sale-line {
			font-size: 18px;
			font-weight: 400;
			color: #EF4D42;
			letter-spacing: 0.2px;
			padding-top: 0em;
			vertical-align: middle;
			border: solid 0px red;
		}

		    @media screen and (max-width: 480px) {
        		.sale-line {
        			font-size: 14px;
					padding-top: 0.4em;
            	}	
        	}		

        .arrow-control {
        	display: inline-flex;
        	justify-content: center;
  			align-items: center;
  			padding: 5px;
  			border: solid 0px blue;
        }	

        .arrow {
            width: 20px;
            height: 20px;
  			margin: 0 5px; 
			padding-top: 5px;
         	border: solid 0px blue;
        }	/*vertical-align: calc(30px - 29px);_set up on the img .element { position: relative; top: 50%; transform: translateY(-50%); }
*/  				

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			width: 50%;
			background-color: #445A64;
			border-radius: 3px;
		}

			@media screen and (max-width: 480px) {

				input[type="submit"].small,
				input[type="reset"].small,
				input[type="button"].small,
				button.small,
				.button.small {
					font-size: 2em;
					width: 100%;
				}	

			} 

		input[type="submit"].facebook,
		input[type="reset"].facebook,
		input[type="button"].facebook,
		button.facebook,
		.button.facebook {
			width: 100%;
			background-color: #3B5998; 
			background-image:url(/svg/facebook.svg); 
			background-position: 30px center; 
			background-repeat: no-repeat;
			border-radius: 3px;
		}

		input[type="submit"].kakao,
		input[type="reset"].kakao,
		input[type="button"].kakao,
		button.kakao,
		.button.kakao {
			width: 100%;
			background-color: #FFE414; 
			background-image:url(/svg/kakao2.svg); 
			background-position: 30px center; 
			background-repeat: no-repeat;
			border-radius: 3px;
			font-weight:800;
		}

		input[type="submit"].medium,
		input[type="reset"].medium,
		input[type="button"].medium,
		button.medium,
		.button.medium {
			font-size: 1em;
			width: 80%;
			background-color:#F0C354;
			background-image: linear-gradient(#F7E0A9, #F0C354);
			border:solid 1px #A88734;
			border-radius:3px;
		}

	    input[type="submit"].mediumgrey,
		input[type="reset"].mediumgrey,
		input[type="button"].mediumgrey,
		button.mediumgrey,
		.button.mediumgrey {
			font-size: 1em;
			width: 80%;
			background-color: #121212;
			opacity: 0.85;
			border-radius: 3px;
		}

	    input[type="submit"].add2,
		input[type="reset"].add2,
		input[type="button"].add2,
		button.add2,
		.button.add2 {
			font-size: 1em;
			font-weight:400;
			height: 2.5em;
			line-height: 2.5em;
			width: 100%;
			display:inline-block;
			text-align:center;
			vertical-align:middle;
			white-space:nowrap;
			color:#121212;
			background-color:#ED9323;
			background-image: linear-gradient(#F5C68A, #ED9323);
			border:solid 1px #A56616;
			border-radius:3px;
		}

		input[type="submit"].add3,
		input[type="reset"].add3
		input[type="button"].add3,
		button.add3,
		.button.add3 {
			font-size: 1em;
			font-weight:400;
			height: 2.5em;
			line-height: 2.5em;
			width: 100%;
			display:inline-block;
			text-align:center;
			vertical-align:middle;
			white-space:nowrap;
			color:#121212;
			background-color:#F0C354;
			background-image: linear-gradient(#F7E0A9, #F0C354);
			border:solid 1px #A88734;
			border-radius:3px;
		}

		input[type="submit"].add4,
		input[type="reset"].add4
		input[type="button"].add4,
		button.add4,
		.button.add4 {
			font-size: 14px;
			font-weight:400;
			height: 2em;
			line-height: 2em;
			padding:0px 20px;
			margin-bottom:0;
			display:inline-block;
			text-align:center;
			white-space:nowrap;
			vertical-align:middle;
			color:#121212;
			background-color:#D9DDE2;
			background-image: linear-gradient(#FBFCFD, #D9DDE2);
			border:solid 1px #8D9096;
			border-radius:3px;
		}

			@media screen and (max-width: 480px) {

    			input[type="submit"].add4,
				input[type="reset"].add4
				input[type="button"].add4,
				button.add4,
				.button.add4 {
	    			font-size:16px;
					height: 2em;
					line-height: 2em;
	    		}

			}
		
		input[type="submit"].add5,
		input[type="reset"].add5
		input[type="button"].add5,
		button.add5,
		.button.add5 {
			font-size: 14px;
			font-weight:400;
			height: 2em;
			line-height: 2em;
			padding:0px 20px;
			margin-bottom:0;
			display:inline-block;
			text-align:center;
			white-space:nowrap;
			vertical-align:middle;
			color:#121212;
			background-color:#F0C354;
			background-image: linear-gradient(#F7E0A9, #F0C354);
			border:solid 1px #A88734;
			border-radius:3px;
		}

			@media screen and (max-width: 480px) {

    			input[type="submit"].add5,
				input[type="reset"].add5
				input[type="button"].add5,
				button.add5,
				.button.add5 {
	    			font-size:16px;
					height: 2em;
					line-height: 2em;
	    		}

			}
		
		input[type="submit"].add6,
		input[type="reset"].add6
		input[type="button"].add6,
		button.add6,
		.button.add6 {
			font-size: 14px;
			font-weight:400;
			height: 2em;
			line-height: 2em;
			padding:0px 20px;
			margin-bottom:0;
			/* display:inline-block; */
			text-align:center;
			white-space:nowrap;
			vertical-align:middle;
			color:#121212;
			background-color:#D9DDE2;
			background-image: linear-gradient(#FBFCFD, #D9DDE2);
			border:solid 1px #8D9096;
			border-radius:3px;
			float: right; 
			margin: -86px 0px 0 0; 
			cursor: pointer;
		}

			@media screen and (max-width: 480px) {

				input[type="submit"].add6,
				input[type="reset"].add6
				input[type="button"].add6,
				button.add6,
				.button.add6 {
					font-size:16px;
					height: 2em;
					line-height: 2em;
					margin: -81px 0px 0 0; 
				}

			}	

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			width: 100%;
			background-color:#F0C354;
			background-image: linear-gradient(#F7E0A9, #F0C354);
			border:solid 1px #A88734;
			border-radius:3px;
		}

	    input[type="submit"].cancel,
		input[type="reset"].cancel,
		input[type="button"].cancel,
		button.cancel,
		.button.cancel {
			width: 100%;
			background-color:#F0C354;
			background-image: linear-gradient(#F7E0A9, #F0C354);
			border:solid 1px #A88734;
			border-radius:3px;
		}

	    input[type="submit"].back,
		input[type="reset"].back,
		input[type="button"].back,
		button.back,
		.button.back {
			width: 100%;
			background-color:#F0C354;
			background-image: linear-gradient(#F7E0A9, #F0C354);
			border:solid 1px #A88734;
			border-radius:3px;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

/* Form */

	form {
		margin: 0 0 0em 0;
	}

	label {
		display: block;
		font-size: 1.4em;
		font-weight: 400;
		opacity: 1;
		color: #121212;
		letter-spacing: 1px;
		margin: 0 0 0em 0;
		border: solid 0px blue;
	}

		@media screen and (max-width: 480px) {

    		label {
	    		font-size: 1.7em;
	    	}

		}

	input[type="text"],
	input[type="select"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	input[type="file"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 0;
		border: solid 1px #aab7c4;
		color: #121212;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="select"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		input[type="file"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		select {
			background-size: 1.25rem;
			background-repeat: no-repeat;
			background-position: calc(100% - 1rem) center;
			line-height: 3em;
			padding-right: 2.75em;
			text-overflow: ellipsis;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="select"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	input[type="file"],
	select {
		height: 3em;
		margin-bottom: 0em;
	}

	textarea {
		margin-bottom: 0em;
		padding: 0.85em 1em;
	}	

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1.4em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.85em;
			position: relative;
		}

		    @media screen and (max-width: 480px) {

    			input[type="checkbox"] + label,
				input[type="radio"] + label {
    				font-size: 1.7em;
    			}		
    		}	


			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 0;
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 0;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	label {
		color: #121212;
	}

	input[type="text"],
	input[type="select"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	input[type="file"],
	select,
	textarea {
		background-color: #ffffff;
		border-color: #aab7c4;
	}

		input[type="text"]:focus,
		input[type="select"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		input[type="file"]:focus,
		select:focus,
		textarea:focus {
			border-color: #121212;
		}

		select {
			background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 45'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23111111' /%3E%3C/svg%3E");
		}

		select option {
			color: #aab7c4;
			background: #ffffff;
		}	

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #121212;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(144, 144, 144, 0.075);
			border-color: rgba(144, 144, 144, 0.25);
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #509ed8;
		border-color: #509ed8;
		color: #fff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #509ed8;
		box-shadow: 0 0 0 1px #509ed8;
	}

	::-webkit-input-placeholder {
		color: #aab7c4 !important;
	}

	:-moz-placeholder {
		color: #aab7c4 !important;
	}

	::-moz-placeholder {
		color: #aab7c4 !important;
	}

	:-ms-input-placeholder {
		color: #aab7c4 !important;
	}

	.formerize-placeholder {
		color: #aab7c4 !important;
	}

    .input-group {
    	margin-bottom: 4em;
    	border: solid 0px blue;
    }

        .input-group:last-child {
    	    margin-bottom: 0em;
        }

    .input-group2 {
    	margin-top: 0em;
    	margin-bottom: 0em;
    	text-align: center;
    	border: solid 0px blue;
    }

    .input-group3 {
    	margin-top: 4em;
    	margin-bottom: 0em;
    	text-align: center;
    	border: solid 0px blue;
    }

	.input-group3_1 {
    	margin-top: 2.5em;
    	margin-bottom: 0em;
    	text-align: left;
    	border: solid 0px blue;
    }

    .input-group4 {
    	margin-top: 4em;
    	margin-bottom: 0em;
    	text-align: center;
    	border: solid 0px blue;
    }

    .input-group4_1 {
    	margin-top: 4em;
    	margin-bottom: 0em;
    	text-align: left;
    	border: solid 0px blue;
    }

    .input-group5 {
    	margin-top: 1.7em;
    	margin-bottom: 0em;
    	text-align: center;
    	border: solid 0px blue;
    }

    .input-group6 {
    	margin-top: 3em;
    	margin-bottom: 0em;
    	text-align: center;
    	border: solid 0px blue;
    }

    .input-group7 {
    	padding: 0em 0em 0em 0em;
    	border: solid 0px blue;
    }

        @media screen and (max-width: 480px) {

    		.input-group7 {
    			padding: 0em 0em 0em 0em;
    		}	

	    }

	.input-group7_1 {
    	padding: 2em 0em 0em 0em;
    	border: solid 0px blue;
    }

        @media screen and (max-width: 480px) {

    		.input-group7_1 {
    			padding: 1em 3em 0em 3em;
    		}	

	    } 

	.input-group8 {
    	padding: 8em 0;
    	border: solid 0px blue;
    }

        @media screen and (max-width: 480px) {

    		.input-group8 {
    			padding: 8em 0;
    		}	

	    }

	.input-group9 {
    	margin-top: 0em;
    	margin-bottom: 1.7em;
    	text-align: center;
    	border: solid 0px blue;
    }

    .input-group10 {
    	margin-top: 0em;
    	margin-bottom: 4em;
    	text-align: center;
    	border: solid 0px blue;
    }

    .input-group11 {
    	margin-top: 0em;
    	margin-bottom: 2em;
    	text-align: left;
    	border: solid 0px blue;
    }

    .input-group12 {
    	padding: 0em 0em 0em 0em;
    	border: solid 0px blue;
    }

    .input-group12:last-child {
    	margin-top: 0em;
	}

    .namegroup2 {		
		display: none;	
    }	  

        @media screen and (max-width: 480px) {

    		.namegroup {
    			display: none;
    		}
    			
    		.namegroup2 {
    			display: inline-block;	
    		}	

	    }  

    .input-box {
	    color: #121212;
		font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
		font-size: 12pt;
		font-weight: 400;
		letter-spacing: 0.02em;
		line-height: 3em;
	    height: 3em;
		display: block;
		border-bottom: solid 1px #aab7c4;
		width: 100%
	}

	/* Change Autocomplete styles in Chrome*/

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
        -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    }

    .address-guide {
        font-size: 1.4em;
        font-weight: 400;
        letter-spacing: 0.1px; 
        color: #D72371;
        padding-left: 1.2em;
    }

    	@media screen and (max-width: 480px) {

    	.address-guide {
	    	font-size: 1.7em;
	    }

	}

	.pac-container {
        background-color: #ffffff;
    }

    .pac-icon {
        font-size: 1.5em;
        color: #121212;
        display: none;
    }

    .pac-item {
        font-size: 1.4em;
        color: #121212;
        background-color: #ffffff;
        padding-left: 1.2em;
        line-height: 3em;
        border: none;
    }

    .pac-item-query {
        font-size: 1.08em;
        color: #121212;
    }

    .pac-item-selected {
        line-height: 3em;
    }

    .pac-matched {
        font-size: 1.08em;
        color: #121212;
    }

    .pac-item:hover {
        color: #ffffff;
        background-color: #7d7d7d;
        opacity: 0.85;
    }

    	@media screen and (max-width: 480px) {

        	.pac-item {
            	font-size: 1.7em;
	   	    }

	    }




	.cancel-x {
        position:relative;
        right: 2px;
        height: 15px;
        width: 15px;
        border-radius: 100%;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' preserveAspectRatio='none' viewBox='0 0 24 24'%3E%3Cpath d='M12,7.77352206 L5.10675301,0.899250624 C3.96231432,-0.299750208 2.04604488,-0.299750208 0.90160619,0.899250624 C-0.296062207,2.07160699 -0.296062207,3.96336386 0.874991337,5.13572023 L7.74162348,12.0366361 L0.90160619,18.8842631 C-0.269447353,20.0566195 -0.269447353,21.9750208 0.928221043,23.1207327 C2.07265973,24.2930891 3.98892917,24.2930891 5.15998271,23.1207327 L12,16.2464613 L18.893247,23.1207327 C20.0643005,24.2930891 21.9539551,24.2930891 23.1250087,23.1207327 C24.2960622,21.9483764 24.2960622,20.029975 23.0983938,18.8842631 L16.2317617,12.0366361 L23.0983938,5.13572023 C24.2960622,3.9367194 24.2694474,2.07160699 23.1250087,0.899250624 C21.9273403,-0.273105745 20.0376857,-0.299750208 18.893247,0.899250624 L12,7.77352206 Z' fill='%23111111' /%3E%3C/svg%3E");
    }

	.clear-x::-webkit-search-cancel-button {
        position:relative;
        right: 0px;  
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        border-radius: 100%;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' preserveAspectRatio='none' viewBox='0 0 24 24'%3E%3Cpath d='M12,7.77352206 L5.10675301,0.899250624 C3.96231432,-0.299750208 2.04604488,-0.299750208 0.90160619,0.899250624 C-0.296062207,2.07160699 -0.296062207,3.96336386 0.874991337,5.13572023 L7.74162348,12.0366361 L0.90160619,18.8842631 C-0.269447353,20.0566195 -0.269447353,21.9750208 0.928221043,23.1207327 C2.07265973,24.2930891 3.98892917,24.2930891 5.15998271,23.1207327 L12,16.2464613 L18.893247,23.1207327 C20.0643005,24.2930891 21.9539551,24.2930891 23.1250087,23.1207327 C24.2960622,21.9483764 24.2960622,20.029975 23.0983938,18.8842631 L16.2317617,12.0366361 L23.0983938,5.13572023 C24.2960622,3.9367194 24.2694474,2.07160699 23.1250087,0.899250624 C21.9273403,-0.273105745 20.0376857,-0.299750208 18.893247,0.899250624 L12,7.77352206 Z' fill='%23111111' /%3E%3C/svg%3E");
    }

	#autoaddress::-webkit-search-cancel-button {
        position:relative;
        right: 2px;  
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        border-radius: 100%;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' preserveAspectRatio='none' viewBox='0 0 24 24'%3E%3Cpath d='M12,7.77352206 L5.10675301,0.899250624 C3.96231432,-0.299750208 2.04604488,-0.299750208 0.90160619,0.899250624 C-0.296062207,2.07160699 -0.296062207,3.96336386 0.874991337,5.13572023 L7.74162348,12.0366361 L0.90160619,18.8842631 C-0.269447353,20.0566195 -0.269447353,21.9750208 0.928221043,23.1207327 C2.07265973,24.2930891 3.98892917,24.2930891 5.15998271,23.1207327 L12,16.2464613 L18.893247,23.1207327 C20.0643005,24.2930891 21.9539551,24.2930891 23.1250087,23.1207327 C24.2960622,21.9483764 24.2960622,20.029975 23.0983938,18.8842631 L16.2317617,12.0366361 L23.0983938,5.13572023 C24.2960622,3.9367194 24.2694474,2.07160699 23.1250087,0.899250624 C21.9273403,-0.273105745 20.0376857,-0.299750208 18.893247,0.899250624 L12,7.77352206 Z' fill='%23111111' /%3E%3C/svg%3E");
    }

	.wrapper {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		background-color: #ffffff;
		position: relative;
		margin: 0em auto 0em;
		width: calc(100%);
		border: solid 0px red;
	}

		.wrapper.style1 {
			background-color: #121212;
			opacity: 0.85;
			color: #ffffff;
		}

			.wrapper.style1 input, .wrapper.style1 select, .wrapper.style1 textarea {
				color: #fff;
			}

			.wrapper.style1 a {
				color: #fff;
			}

			.wrapper.style1 strong, .wrapper.style1 b {
				color: #fff;
			}

			.wrapper.style1 small {
				color: #cbe2f3;
			}

			.wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #fff;
			}

			.wrapper.style1 blockquote {
				border-left-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 hr {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 .box {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 input[type="submit"],
			.wrapper.style1 input[type="reset"],
			.wrapper.style1 input[type="button"],
			.wrapper.style1 button,
			.wrapper.style1 .button {
				background-color: #121212;
				border-color: #121212;
				opacity: 0.85;
				color: #ffffff !important;
			}

				.wrapper.style1 input[type="submit"]:hover,
				.wrapper.style1 input[type="reset"]:hover,
				.wrapper.style1 input[type="button"]:hover,
				.wrapper.style1 button:hover,
				.wrapper.style1 .button:hover {
					background-color: #121212;
					opacity: 0.85;
				}

				.wrapper.style1 input[type="submit"]:active,
				.wrapper.style1 input[type="reset"]:active,
				.wrapper.style1 input[type="button"]:active,
				.wrapper.style1 button:active,
				.wrapper.style1 .button:active {
					background-color: #121212;
					opacity: 0.85;
				}

				.wrapper.style1 input[type="submit"].primary,
				.wrapper.style1 input[type="reset"].primary,
				.wrapper.style1 input[type="button"].primary,
				.wrapper.style1 button.primary,
				.wrapper.style1 .button.primary {
					border: none;
					background-color: #fff;
					color: #EF4D42 !important;
				}

			.wrapper.style1 label {
				color: #fff;
			}

			.wrapper.style1 input[type="text"],
			.wrapper.style1 input[type="password"],
			.wrapper.style1 input[type="email"],
			.wrapper.style1 input[type="tel"],
			.wrapper.style1 input[type="search"],
			.wrapper.style1 input[type="url"],
			.wrapper.style1 select,
			.wrapper.style1 textarea {
				background-color: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.25);
			}

				.wrapper.style1 input[type="text"]:focus,
				.wrapper.style1 input[type="password"]:focus,
				.wrapper.style1 input[type="email"]:focus,
				.wrapper.style1 input[type="tel"]:focus,
				.wrapper.style1 input[type="search"]:focus,
				.wrapper.style1 input[type="url"]:focus,
				.wrapper.style1 select:focus,
				.wrapper.style1 textarea:focus {
					border-color: #fff;
					box-shadow: 0 0 0 1px #fff;
				}

			.wrapper.style1 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='#EF4D42' /%3E%3C/svg%3E");
			}

				.wrapper.style1 select option {
					color: #121212;
					background: #ffffff;
				}

			.wrapper.style1 input[type="checkbox"] + label,
			.wrapper.style1 input[type="radio"] + label {
				color: #aab7c4;
			}

				.wrapper.style1 input[type="checkbox"] + label:before,
				.wrapper.style1 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
					border-color: rgba(255, 255, 255, 0.25);
				}

			.wrapper.style1 input[type="checkbox"]:checked + label:before,
			.wrapper.style1 input[type="radio"]:checked + label:before {
				background-color: #fff;
				border-color: #fff;
				color: #EF4D42;
			}

			.wrapper.style1 input[type="checkbox"]:focus + label:before,
			.wrapper.style1 input[type="radio"]:focus + label:before {
				border-color: #fff;
				box-shadow: 0 0 0 1px #fff;
			}

			.wrapper.style1 ::-webkit-input-placeholder {
				color: #aab7c4 !important;
			}

			.wrapper.style1 :-moz-placeholder {
				color: #aab7c4 !important;
			}

			.wrapper.style1 ::-moz-placeholder {
				color: #aab7c4 !important;
			}

			.wrapper.style1 :-ms-input-placeholder {
				color: #aab7c4 !important;
			}

			.wrapper.style1 .formerize-placeholder {
				color: #aab7c4 !important;
			}

			.wrapper.style1 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 ul.contact-icons li:before {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 ul.pagination li > .page {
				color: #eef5fb;
			}

				.wrapper.style1 ul.pagination li > .page.active {
					background-color: #EF4D42;
					color: #fff !important;
				}

					.wrapper.style1 ul.pagination li > .page.active:hover {
						background-color: #65aadd;
					}

					.wrapper.style1 ul.pagination li > .page.active:active {
						background-color: #3b92d3;
					}

			.wrapper.style1 header p {
				color: #cbe2f3;
			}

			.wrapper.style1 table tbody tr {
				border-color: rgba(255, 255, 255, 0.25);
			}

				.wrapper.style1 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style1 table th {
				color: #fff;
			}

			.wrapper.style1 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 table.alt tbody tr td {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 .sidebar {
				border-color: rgba(255, 255, 255, 0.25);
			}

				.wrapper.style1 .sidebar > section {
					border-color: rgba(255, 255, 255, 0.25);
				}

			.wrapper.style1 .main > section, .wrapper.style1 .main > article {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 .features > article {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 .spotlights > article {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 .featured-posts .date {
				color: #cbe2f3;
			}

			.wrapper.style1 .posts > li {
				border-color: rgba(255, 255, 255, 0.25);
			}

			.wrapper.style1 .posts .date {
				color: #cbe2f3;
			}

		.wrapper.style2 {
			background-color: #5a5a5a;
			color: #d6d6d6;
		}

			.wrapper.style2 input, .wrapper.style2 select, .wrapper.style2 textarea {
				color: #fff;
			}

			.wrapper.style2 a {
				color: #EF4D42;
			}

			.wrapper.style2 strong, .wrapper.style2 b {
				color: #fff;
			}

			.wrapper.style2 small {
				color: #adadad;
			}

			.wrapper.style2 h1, .wrapper.style2 h2, .wrapper.style2 h3, .wrapper.style2 h4, .wrapper.style2 h5, .wrapper.style2 h6 {
				color: #EF4D42;
			}

			.wrapper.style2 blockquote {
				border-left-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 code {
				background: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 hr {
				border-bottom-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 .box {
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 input[type="submit"],
			.wrapper.style2 input[type="reset"],
			.wrapper.style2 input[type="button"],
			.wrapper.style2 button,
			.wrapper.style2 .button {
				background-color: transparent;
				border-color: #d6d6d6;
				color: #d6d6d6 !important;
			}

				.wrapper.style2 input[type="submit"]:hover,
				.wrapper.style2 input[type="reset"]:hover,
				.wrapper.style2 input[type="button"]:hover,
				.wrapper.style2 button:hover,
				.wrapper.style2 .button:hover {
					border-color: #EF4D42;
					color: #EF4D42 !important;
				}

				.wrapper.style2 input[type="submit"]:active,
				.wrapper.style2 input[type="reset"]:active,
				.wrapper.style2 input[type="button"]:active,
				.wrapper.style2 button:active,
				.wrapper.style2 .button:active {
					background-color: rgba(80, 158, 216, 0.1);
				}

				.wrapper.style2 input[type="submit"].primary,
				.wrapper.style2 input[type="reset"].primary,
				.wrapper.style2 input[type="button"].primary,
				.wrapper.style2 button.primary,
				.wrapper.style2 .button.primary {
					border: none;
					background-color: #EF4D42;
					color: #fff !important;
				}

					.wrapper.style2 input[type="submit"].primary:hover,
					.wrapper.style2 input[type="reset"].primary:hover,
					.wrapper.style2 input[type="button"].primary:hover,
					.wrapper.style2 button.primary:hover,
					.wrapper.style2 .button.primary:hover {
						background-color: #65aadd;
					}

					.wrapper.style2 input[type="submit"].primary:active,
					.wrapper.style2 input[type="reset"].primary:active,
					.wrapper.style2 input[type="button"].primary:active,
					.wrapper.style2 button.primary:active,
					.wrapper.style2 .button.primary:active {
						background-color: #3b92d3;
					}

			.wrapper.style2 label {
				color: #fff;
			}

			.wrapper.style2 input[type="text"],
			.wrapper.style2 input[type="password"],
			.wrapper.style2 input[type="email"],
			.wrapper.style2 input[type="tel"],
			.wrapper.style2 input[type="search"],
			.wrapper.style2 input[type="url"],
			.wrapper.style2 select,
			.wrapper.style2 textarea {
				background-color: rgba(255, 255, 255, 0.075);
				border-color: rgba(255, 255, 255, 0.15);
			}

				.wrapper.style2 input[type="text"]:focus,
				.wrapper.style2 input[type="password"]:focus,
				.wrapper.style2 input[type="email"]:focus,
				.wrapper.style2 input[type="tel"]:focus,
				.wrapper.style2 input[type="search"]:focus,
				.wrapper.style2 input[type="url"]:focus,
				.wrapper.style2 select:focus,
				.wrapper.style2 textarea:focus {
					border-color: #EF4D42;
					box-shadow: 0 0 0 1px #EF4D42;
				}

			.wrapper.style2 select {
				background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(255, 255, 255, 0.15)' /%3E%3C/svg%3E");
			}

				.wrapper.style2 select option {
					color: #fff;
					background: #5a5a5a;
				}

			.wrapper.style2 input[type="checkbox"] + label,
			.wrapper.style2 input[type="radio"] + label {
				color: #d6d6d6;
			}

				.wrapper.style2 input[type="checkbox"] + label:before,
				.wrapper.style2 input[type="radio"] + label:before {
					background: rgba(255, 255, 255, 0.075);
					border-color: rgba(255, 255, 255, 0.15);
				}

			.wrapper.style2 input[type="checkbox"]:checked + label:before,
			.wrapper.style2 input[type="radio"]:checked + label:before {
				background-color: #EF4D42;
				border-color: #EF4D42;
				color: #fff;
			}

			.wrapper.style2 input[type="checkbox"]:focus + label:before,
			.wrapper.style2 input[type="radio"]:focus + label:before {
				border-color: #EF4D42;
				box-shadow: 0 0 0 1px #EF4D42;
			}

			.wrapper.style2 ::-webkit-input-placeholder {
				color: #adadad !important;
			}

			.wrapper.style2 :-moz-placeholder {
				color: #adadad !important;
			}

			.wrapper.style2 ::-moz-placeholder {
				color: #adadad !important;
			}

			.wrapper.style2 :-ms-input-placeholder {
				color: #adadad !important;
			}

			.wrapper.style2 .formerize-placeholder {
				color: #adadad !important;
			}

			.wrapper.style2 ul.alt li {
				border-top-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 ul.contact-icons li:before {
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 ul.pagination li > .page {
				color: #d6d6d6;
			}

				.wrapper.style2 ul.pagination li > .page.active {
					background-color: #EF4D42;
					color: #fff !important;
				}

					.wrapper.style2 ul.pagination li > .page.active:hover {
						background-color: #65aadd;
					}

					.wrapper.style2 ul.pagination li > .page.active:active {
						background-color: #3b92d3;
					}

			.wrapper.style2 header p {
				color: #adadad;
			}

			.wrapper.style2 table tbody tr {
				border-color: rgba(255, 255, 255, 0.15);
			}

				.wrapper.style2 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style2 table th {
				color: #fff;
			}

			.wrapper.style2 table thead {
				border-bottom-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 table tfoot {
				border-top-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 table.alt tbody tr td {
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 .sidebar {
				border-color: rgba(255, 255, 255, 0.15);
			}

				.wrapper.style2 .sidebar > section {
					border-color: rgba(255, 255, 255, 0.15);
				}

			.wrapper.style2 .main > section, .wrapper.style2 .main > article {
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 .features > article {
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 .spotlights > article {
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 .featured-posts .date {
				color: #adadad;
			}

			.wrapper.style2 .posts > li {
				border-color: rgba(255, 255, 255, 0.15);
			}

			.wrapper.style2 .posts .date {
				color: #adadad;
			}

		@media screen and (max-width: 1280px) {

			.wrapper {
				width: calc(100%);
				margin-bottom: 1.75em;
			}

		}

		@media screen and (max-width: 980px) {

			.wrapper {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
			}

		}

		@media screen and (max-width: 736px) {

			.wrapper {
				width: calc(100%);
				margin-bottom: 1.25em;
			}

		}

		@media screen and (max-width: 480px) {

			.wrapper {
				border-bottom: solid 0px;
				border-color: rgba(144, 144, 144, 0.25);
				margin-bottom: 0;
				width: 100%;
			}

				.wrapper.style1 {
					border-color: rgba(255, 255, 255, 0.25);
				}

				.wrapper.style2 {
					border-color: rgba(255, 255, 255, 0.15);
				}

		}




	.kakaoaddress {
		display:none;
		border:1px solid;
		width:500px;
		height:300px;
		margin:20px 0 0 0;
		position:relative
	}

		@media screen and (max-width: 1279px) {

        	.kakaoaddress {
    	    	width:500px;
				height:300px;
    		}

           

		}

	    @media screen and (max-width: 736px) {

        	.kakaoaddress {
    	    	width:400px;
				height:250px;
    		}

	    }


	    @media screen and (max-width: 480px) {

        	.kakaoaddress {
    	    	width:340px;
				height:200px;
    		}

	    }


	    @media screen and (max-width: 413px) {

        	.kakaoaddress {
    	    	width:300px;
				height:180px;
    		}
		}





/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	    width:70px; 
		height:38px; 
		display:inline-block;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

    	.icon.icon-1 {
    		margin-bottom: 1.2em;
    		border: solid 0px red;
    	}

    	.icon.icon-2 {
		    text-decoration: none;
		    border-bottom: none;
		    position: relative;
	        width: 70px; 
		    height: 33px; 
		    margin-top: -8px;
		    display:inline-block;
		    border: solid 0px red;
    	}

    	.icon.icon-3 {
		    text-decoration: none;
		    border-bottom: none;
		    position: relative; 
		    vertical-align: middle;
		    text-align: center;
		    height: 18px; 
		    width: 18px;
		    margin-top: -6px;
		    display:inline-block;
		    border: solid 0px red;
    	}

    	.icon.icon-4 {
		    text-decoration: none;
		    border-bottom: none;
		    position: relative; 
		    vertical-align: middle;
		    text-align: center;
		    height: 20px; 
		    margin-top: -4px;
		    display:inline-block;
		    border: solid 0px red;
    	}

		.icon.icon-5 {
		    text-decoration: none;
		    border-bottom: none;
		    position: relative;
	        width: 70px; 
		    height: 33px; 
		    display:inline-block;
		    border: solid 0px red;
    	}

/* Image */

	.image {
		border-radius: 0;
		border: solid 0px red;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 0;
			display: block;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.round img {
			border-radius: 0%;
			border-style: solid;
			border-width: 1px;
			border-color: #FAFAFA;
		}

		.image.round2 img {
			border-radius: 100%;
		}

		.image.round3 img {
			border-radius: 0%;
			border-style: solid;
			border-width: 0px;
			border-color: #CFCFCF;
		}

		.image.left {
			float: left;
			padding: 0 1.5em 1em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			padding: 0 0 1em 1.5em;
			top: 0.25em;
		}

		.image.fit {
			display: block;
			margin: 0em 0 1em 0;
			width: 100%;
			text-align: center;
			border: solid 0px red;
		}

			.image.fit img {
				width: 30px;
			}

		.image.fit2 {
			display: block;
			margin: 0 auto; 
			width: 100%;
			text-align: center;
			border: solid 0px red;
		}

			.image.fit2 li {
				width: 100%; 
				border: solid 1px #aab7c4; 
				-webkit-box-sizing: border-box; 
				box-sizing: border-box; 
				opacity: 0.5;
			}

            .image.fit2 .select {
            	border: solid 1px #121212;  
            	opacity: 1.0; 
            }

            .image.fit2 .paycard {
            	width: 100%; 
            	height: 200px; 
            	background:url(/images/tosspay4.png) center no-repeat; 
            }

            .image.fit2 .bank {
            	width: 100%; 
            	height: 200px; 
            	background:url(/svg/bank_account.svg) center no-repeat; 
            }

            .image.fit2 .paypal {
            	width: 100%; 
            	height: 200px; 
            	background:url(/images/paypal.png) center no-repeat; 
            }

                @media screen and (max-width: 1680px) {

            		.image.fit2 .paycard { 
            			height: 190px; 
            			background:url(/images/tosspay4.png) center no-repeat; 
            		}

            		.image.fit2 .paypal {
            			height: 190px; 
            			background:url(/images/paypal.png) center no-repeat; 
            		}

				}

                @media screen and (max-width: 1280px) {

            		.image.fit2 .paycard { 
            			height: 180px; 
            			background:url(/images/tosspay4.png) center no-repeat; 
            		}

            		.image.fit2 .paypal {
            			height: 180px; 
            			background:url(/images/paypal.png) center no-repeat; 
            		}

				}

            	@media screen and (max-width: 980px) {

            		.image.fit2 .paycard { 
            			height: 170px; 
            			background:url(/images/tosspay4.png) center no-repeat; 
            		}

            		.image.fit2 .paypal {
            			height: 170px; 
            			background:url(/images/paypal.png) center no-repeat; 
            		}

				}

        		@media screen and (max-width: 736px) {

            		.image.fit2 .paycard { 
            			height: 170px; 
            			background:url(/images/tosspay4.png) center no-repeat; 
            		}

            		.image.fit2 .paypal {
            			height: 170px; 
            			background:url(/images/paypal.png) center no-repeat; 
            		}

				}

				@media screen and (max-width: 480px) {

            		.image.fit2 .paycard { 
            			height: 150px; 
            			background:url(/images/tosspay4.png) center no-repeat; 
            		}

            		.image.fit2 .paypal {
            			height: 150px; 
            			background:url(/images/paypal.png) center no-repeat; 
            		}

				}	

		.image.main {
			display: block;
			margin: 0 0 3em 0;
			width: 100%;
		}

			.image.main img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
		padding-right: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
			padding-right: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
		padding-right: 1em;
	}

		ul li {
			padding-left: 0.5em;
			padding-right: 0.5em;
		}

		ul.a {
			list-style-type: circle;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #dbdbdb;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

				ul.icons li .icon:before {
					font-size: 3.4em;
					color: #ffffff;
				}

		ul.icons2 {
			margin-top: 3em;
		}		

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 0em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				margin-top: 4em;
				margin-bottom: 0em;
				padding-top: 0em;
				padding-bottom: 0em;
				text-align: center;
				width: 100%;
				border: solid 0px blue;
			}

			ul.actions.fit2 {
				margin-top: 0em;
				margin-bottom: 0em;
				padding-top: 0em;
				padding-bottom: 0em;
				text-align: center;
				width: 100%;
				border: solid 0px blue;
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 0em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

			@media screen and (max-width: 480px) {

				ul.actions {
					margin: 0 0 2em 0;
				}

					ul.actions li {
						padding: 1em 0 0 0;
						display: block;
						text-align: center;
						width: 100%;
					}

						ul.actions li:first-child {
							padding-top: 0;
						}

						ul.actions li > * {
							width: 100%;
							margin: 0 !important;
						}

							ul.actions li > *.icon:before {
								margin-left: -2em;
							}

					ul.actions.small li {
						padding: 0.5em 0 0 0;
					}

						ul.actions.small li:first-child {
							padding-top: 0;
						}

			}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 600;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}			

	#headerd {
		height:6em;
		position: relative;
		padding: 0em 0em 0em 0em;
		top: 0em;
		width: 100%;
	}

	@media screen and (max-width: 980px) {

		#headerd {
			top: 0em;
			height: 58px;
		}

	}

	@media screen and (max-width: 736px) {

		#headerd {
			top: 0em;
		}

	}

	@media screen and (max-width: 480px) {

		#headerd {
			top: 0em;
			height: 57px;
			min-width: 320px;
		}

	}	




    #headerc {
		height: 10.3em;
		position: relative;
		padding: 0em 0em 0em 0em;
		top: 0em;
		width: 100%;
	}

	@media screen and (max-width: 980px) {

		#headerc {
			top: 0em;
			height: 99px;
			line-height: 99px;
		}

	}

	@media screen and (max-width: 736px) {

		#headerc {
			top: 0em;
		}

	}

	@media screen and (max-width: 480px) {

		#headerc {
			top: 0em;
			height: 90px;
			min-width: 320px;
		}

	}
	



/* Headerb position: relative; position: fixed;*/

    #headerb {
		cursor: default;
		height: 10.3em;
		left: 0;
		line-height: 10.3em;
		position: fixed;
		padding: 0em 0em 0em 0em;
		text-align: left;
		top: 0em;
		width: 100%;
		z-index: 10001;

	}

		#headerb .inner {
			margin: 0 auto;
			position: relative;
		}

			#headerb a.navPanelToggle {
				display: none;
				text-decoration: none;
				width: 22px;
				height: 22px;
				z-index: 10003;
			}

	@media screen and (max-width: 980px) {

		#headerb {
			top: 0em;
			height: 99px;
			line-height: 99px;
		}

				#headerb a {
					padding: 0em 3.8em 0em 3.8em;
				}

				#headerb a.navPanelToggle {
					display: inline-block;
					position: absolute;
					width: 22px;
					height: 22px;
					font-size:0px
					left: 0px;
					top: 15px;
					margin-left: -18px;
				}

	}

	@media screen and (max-width: 736px) {

		#headerb {
			top: 0em;
		}

				#headerb a {
					padding: 0em 1.4em 0em 1.4em;
				}

				#headerb a.navPanelToggle {
					display: inline-block;
					position: absolute;
					width: 22px;
					height: 22px;
					font-size:0px
					left: 0px;
					top: 15px;
				    margin-left: 4px;
				}

	}

	@media screen and (max-width: 480px) {

		#headerb {
			top: 0em;
			height: 90px;
			min-width: 320px;
			position: fixed;
		}

				#headerb a.navPanelToggle {
					display: inline-block;
					position: absolute;
					width: 22px;
					height: 22px;
					font-size:0px
					left: 0px;
					top: 9px;
					margin-left: 2px;
				}

	}

	/* headera */

    #headera {
		cursor: default;
		height:6em;
		left: 0;
		line-height: 6em;
		position: fixed;
		padding: 0em 0em 0em 0em;
		text-align: left;
		top: 0em;
		width: 100%;
		z-index: 10001;

		background-color: #2B5087;
		background-image: linear-gradient(#2B5087, #2B5087);

		border: solid 1px #aab7c4;
		border-radius: 0px;
	}

		#headera .inner {
			margin: 0 auto;
			position: relative;
		}

			#headera a.navPanelToggle {
				display: none;
				text-decoration: none;
				height: 22px;
				width: 22px;
				z-index: 10003;
			}

	@media screen and (max-width: 1280px) {

		#headera {
			top: 0em;
			height: 58px;
			line-height: 58px;
		}

				#headera a {
					padding: 0em 3.8em 0em 3.8em;
				}

				#headera a.navPanelToggle {
					display: inline-block;
					position: absolute;
					width: 22px;
					height: 22px;
					font-size:0px
					left: 0px;
					top: 17px;
					margin-left: -18px;
				}

	}

	@media screen and (max-width: 736px) {

		#headera {
			top: 0em;
		}

				#headera a {
					padding: 0em 1.4em 0em 1.4em;
				}

				#headera a.navPanelToggle {
					display: inline-block;
					position: absolute;
					width: 22px;
					height: 22px;
					font-size:0px
					left: 0px;
					top: 17px;
				    margin-left: 4px;
				}

	}

	@media screen and (max-width: 480px) {

		#headera {
			top: 0em;
			height: 56px;
			min-width: 320px;
			position: fixed;
		}

				#headera a.navPanelToggle {
					display: inline-block;
					position: absolute;
					width: 22px;
					height: 22px;
					font-size:0px
					left: 0px;
					top: 16px;
					margin-left: 4px;
				}

	}

/* Header */

    #header {
		cursor: default;
		height: 11.35em;
		left: 0;
		line-height: 11.35em;
		position: relative;
		padding: 0em 0em 0em 0em;
		text-align: left;
		top: 0em;
		width: 100%;
		z-index: 10001;

		background-color: #2B5087;
		background-image: linear-gradient(#2B5087, #0266CD);

		border: solid 0px #aab7c4;
		border-radius: 0px;
		box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);

	}

		#header .inner {
			margin: 0 auto;
			position: relative;
		}

			#header a.navPanelToggle {
				display: none;
				text-decoration: none;
				width: 22px;
				height: 22px;
				z-index: 10003;
			}

			.toggle { 
			    border: solid 0px #FFFFFF;
			    width: 28px;
			    height: 24px; 
			    padding: 0em;
			    margin-bottom: 2px;
			    border-radius: 0px;
			}


			.toggle:hover {
			    border: solid 0px #FFFFFF;
			}    

			.input-with-icon {
 			 	/* causes absolute icon div to be positioned correctly */
  				position: relative;
  
  				width: 100%;
  				height: 3.5em;
  				margin: 0 auto;
  				box-sizing: border-box;
				text-align: center;
    			background-color: #FFFFFF;

    			border: solid 0px #aab7c4;
				border-radius: 20px;
				box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
				-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
				-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);

			}

			.input-with-icon .form-control {
    			height: 100%;
    			width: 100%;
    			padding-right: 3.65em;
    			box-sizing: border-box;
    			border: 0px solid blue;
    			border-radius: 20px;

				/* 
 				BELOW PROPERTIES AREN'T CRITICAL FOR DESIRED BEHAVIOUR.
 				THEY ARE PURELY FOR DEMONSTRATION PURPOSES
				*/
    			padding-left: 3.65em;
			}

			input[type="text"].form-control:focus {
				border: 0px solid #2B5087;
				background: #FFFFFF;
  				position: relative;
  				box-shadow: 
    				0 0 0 1px hsl(43, 83.9%, 63.5%),
    				0 0 0 3px hsl(33, 100%, 51%),
    				0 0 0 4px hsl(33, 84.9%, 53.3%);
			}

			.input-with-icon .form-control2 {
    			height: 100%;
    			width: 100%;
    			padding-right: 3.65em;
    			box-sizing: border-box;
    			border: 0px solid blue;
    			border-radius: 20px;

				/* 
 				BELOW PROPERTIES AREN'T CRITICAL FOR DESIRED BEHAVIOUR.
 				THEY ARE PURELY FOR DEMONSTRATION PURPOSES
				*/
    			padding-left: 1.1em;
			}

			input[type="text"].form-control2:focus {
				border: 0px solid #2B5087;
				background: #FFFFFF;
  				position: relative;
  				box-shadow: 
    				0 0 0 1px hsl(43, 83.9%, 63.5%),
    				0 0 0 3px hsl(33, 100%, 51%),
    				0 0 0 4px hsl(33, 84.9%, 53.3%);
			}   	


			input[type="submit"].icon2,
			input[type="reset"].icon2,
			input[type="button"].icon2,
			button.icon2,
			.button.icon2 {
				position: absolute;
  
  				/* These are set relative to the height of the input box to bound the box neatly inside. This is aesthetic to me but you may change the dimensions of course. */
  				right: 1.1em;
  				top: 0.17em;
  				width: 2em;
  				height: 2em;
  				background-color: #FFFFFF;
  				border: 0px solid red;
  
  				/* content in the icon div is centered, without bootstrap or font-awesome you may wish to add your own text in the span */
  				display: flex;
  				justify-content: center;
  				align-items: center;
  				box-sizing: border-box;
			}	

		    .input-with-icon .search { 
			    border: 0px solid red;
			    width: 19px;
			    height: 19px; 
			    margin-bottom: 0px;
			    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' preserveAspectRatio='none' viewBox='0 0 64 64'%3E%3Cpath d='M62.8,57.2 L48.7,43 C52,38.6 54,33 54,27 C54,12.1 41.9,0 27,0 C12.1,0 0,12.1 0,27 C0,41.9 12.1,54 27,54 C33,54 38.6,52 43,48.7 L57.1,62.8 C58.7,64.4 61.2,64.4 62.8,62.8 C64.4,61.3 64.4,58.7 62.8,57.2 Z M27,46 C16.5,46 8,37.5 8,27 C8,16.5 16.5,8 27,8 C37.5,8 46,16.5 46,27 C46,37.5 37.5,46 27,46 Z' fill='%232B5087' /%3E%3C/svg%3E");
			}

			input[type="submit"].icon3,
			input[type="reset"].icon3,
			input[type="button"].icon3,
			button.icon3,
			.button.icon3 {
  				position: absolute;
  
  				/* These are set relative to the height of the input box to bound the box neatly inside. This is aesthetic to me but you may change the dimensions of course. */
  				left: 1.1em;
  				top: 0.17em;
  				width: 2em;
  				height: 2em;
  				background-color: #FFFFFF;
  				border: 0px solid red;
  
  				/* content in the icon div is centered, without bootstrap or font-awesome you may wish to add your own text in the span */
  				display: flex;
  				justify-content: center;
  				align-items: center;
  				box-sizing: border-box;
			}

		    .input-with-icon .brand { 
			    border: 0;
			    width: 19px;
			    height: 19px; 
			    margin-bottom: 0px;
			}

	@media screen and (max-width: 980px) {

		#header {
			top: 0em;
			height: 99px;
			line-height: 99px;
		}

				#header a {
					padding: 0em 3.8em 0em 3.8em;
				}

				#header a.navPanelToggle {
					display: inline-block;
					position: absolute;
					width: 22px;
					height: 22px;
					font-size:0px
					left: 0px;
					top: 15px;
					margin-left: -18px;
				}

	}

	@media screen and (max-width: 736px) {

		#header {
			top: 0em;
		}

				#header a {
					padding: 0em 1.4em 0em 1.4em;
				}

				#header a.navPanelToggle {
					display: inline-block;
					position: absolute;
					width: 22px;
					height: 22px;
					font-size:0px
					left: 0px;
					top: 15px;
				    margin-left: 4px;
				}

	}

	@media screen and (max-width: 480px) {

		#header {
			top: 0em;
			height: 92px;
			min-width: 320px;
		}

				#header a.navPanelToggle {
					display: inline-block;
					position: absolute;
					width: 22px;
					height: 22px;
					font-size:0px
					left: 0px;
					top: 9px;
					margin-left: 2px;
				}

				.input-with-icon {
	  				height: 4.2em;
	  			}

	  			.input-with-icon .icon2 {
  					right: 0.8em;
  				}	

  				.input-with-icon .icon3 {
  					left: 0.8em;
  				}	


	}

/* Logo */

 #logo {
    position: absolute;
    top: 1.8em;
    left: 0em;
    width: 100%;
    text-align: center;
    height: 2.8em;
    line-height: 2.8em;
    border: solid 0px blue;

}

    #logo a {
        border: 0;
        height: 1em; 
        line-height: 1em;
        padding: 0.1em 0em 0.1em 0em;
        outline: 0;
    }

    #logo a .market {
     	color: #FFFFFF;
    	font-size: 0.4em; 
    	font-weight: 400;
    	height: 1em; 
    	line-height: 1em; 
    	letter-spacing: 10px;
    }

    #logo a .hay {
        color: #FFFFFF;
        font-size: 2.8em;
        font-weight: 600;
        height: 1em; 
        line-height: 1em;
        letter-spacing: 8px;
    }

    @media screen and (max-width: 980px) {

		#logo {
			top: 1.2em;
			height: 2.4em;
			line-height: 2.4em;
		}

		#logo a {
            font-size: 1.8em;
            letter-spacing: 2px;
        }

        #logo a .market {
    		font-size: 0.4em; 
    		font-weight: 400;
    		letter-spacing: 6px;
    	}

    	#logo a .hay {
        	font-size: 1em;
        	font-weight: 600;
        	letter-spacing: 6px;
    	}

    } 

    @media screen and (max-width: 736px) {

		#logo {
			top: 1.2em;
			height: 2.4em;
			line-height: 2.4em;
		}

		#logo a {
            font-size: 2.4em;
        }

        #logo a .market {
    		font-size: 0.3em; 
    		font-weight: 400;
    		letter-spacing: 6px;
    	}

    	#logo a .hay {
        	font-size: 0.8em;
        	font-weight: 600;
        	letter-spacing: 6px;
    	}

    }    

    @media screen and (max-width: 480px) {

		#logo {
			top: 1.2em;
		}

    	#logo a .market {
    		font-size: 0.4em; 
    		font-weight: 400;
    		letter-spacing: 6px;
    	}

    	#logo a .hay {
        	font-size: 1em;
        	font-weight: 600;
        	letter-spacing: 6px;
    	}

    }



#logo2 {
    position: absolute;
    top: 1.24em;
    left: 0em;
    width: 100%;
    text-align: center;
    border: solid 0px blue;

}

    @media screen and (max-width: 980px) {

		#logo2 {
			top: 1.2em;
		}

    } 

    @media screen and (max-width: 736px) {

		#logo2 {
			top: 1.2em;
		}

    }    

    @media screen and (max-width: 480px) {

		#logo2 {
			top: 1.2em;
		}

    } 

/* Nav */

    .topnav {
    	top: 0em;
    	left: 0em;
    	width: 94.5%;
    	height: 6em;
    	margin: 0em auto;
    	padding: 0em 0em;
    	border: solid 0px red;
	}

		.topnav ul {
  		    margin: 0em auto;
 		    width: 100%;
		}

			.topnav ul li {
     			position: relative;
       		    display: inline-block;
        		z-index: 2;
			}

        		.topnav a {
          			color: #FFFFFF;
          			text-decoration: none;
          			outline: 0;
          			border: 0;
          			margin-left: 0em; 
          			padding: 1.3em 3em 0.3em 0em;
          			line-height: 24px;
          			font-size: 1.4em; 
          			font-weight: 400;
          			letter-spacing:1.5px;
          			text-align: left;
          			float: left;
          			border: solid 0px red;
        		}

		.topnav-right {
  			float: right;
  			height: 5.4em;
  			border: solid 0px red;
		}

			.topnav-right ul {
  		    	margin: 0em auto;
 		    	width: 100%;
			}

				.topnav-right ul li {
     				position: relative;
       		    	display: inline-block;
        			z-index: 2;
				}

        			.topnav-right a {
          				color: #FFFFFF;
          				text-decoration: none;
          				outline: 0;
          				border: 0;
          				padding: 1.3em 0em 0.3em 3em;
          				line-height: 24px;
          				font-size: 1.4em; 
          				font-weight: 400;
          				letter-spacing:1.5px;
          				border: solid 0px red;
        			}

        			.cart {
        			    border: 0; 
        			    height: 24px; 
        			    margin-bottom: 0px;
                    }

    		        .cart-count {
	                	font-size: 0.9em;
						width: 1.6em;
						height: 1.6em;
						border-radius: 100%;
						padding: 0em  0em 0em 0.2em;
						line-height: 1.6em;
    					position: absolute;
    					left: 38px;
    					top: 8px;
						display: none;
						text-align: center;
						background-color: #EF4D42;
						color:#ffffff;
					}

					.cart-count-after {
						font-size: 0.9em;
						width: 1.6em;
						height: 1.6em;
						border-radius: 100%;
						padding: 0em 0em 0em 0.2em;
						line-height: 1.6em;
						position: absolute;
   						left: 38px;
    					top: 8px;
						display: inline-block;
						text-align: center;
						background-color: #EF4D42;
						color:#ffffff;
					}

					.cart2 {
        			    border: 0; 
        			    height: 24px; 
        			    margin-bottom: 0px;
                    }

    		        .cart-count2 {
	                	font-size: 0.9em;
						width: 1.6em;
						height: 1.6em;
						border-radius: 100%;
						padding: 0em  0em 0em 0.2em;
						line-height: 1.6em;
    					position: absolute;
    					left: 38px;
    					top: 8px;
						display: none;
						text-align: center;
						background-color: #EF4D42;
						color:#ffffff;
					}

					.cart-count-after2 {
						font-size: 0.9em;
						width: 1.6em;
						height: 1.6em;
						border-radius: 100%;
						padding: 0em 0em 0em 0.2em;
						line-height: 1.6em;
						position: absolute;
   						left: 38px;
    					top: 8px;
						display: inline-block;
						text-align: center;
						background-color: #EF4D42;
						color:#ffffff;
					}

	.shopnav {
    	padding: 0px;
    	height: 6em;
    	line-height: 6em;
    	position: relative;
    	vertical-align: middle;
    	text-align: center;
    	background-color: #FFFFFF;
    	border: solid 0px blue;
    	border-radius: 0px; 
    	overflow: auto;
		white-space: nowrap; 
		scrollbar-width: none; /* Firefox */
    	-ms-overflow-style: none;  /* Internet Explorer 10+ */  	
	}

	.shopnav::-webkit-scrollbar { 
    	width: 0;
    	height: 0.8em;  /* Safari and Chrome */
	}

	.flex2 {
		display: inline-block;
		/* display: inline-flex;
		flex-wrap: wrap; */
	}

		.flex2.flex-21 .box{
			width: auto;
	    	height: 6em;
    		margin: 0 auto;
    		padding: 0 0px 0 0px;
    		position: relative;
    		display: inline-block;
			border: solid 0px green;
		}

		.flex2.flex-21 .placeholder {
  			visibility: hidden;
  			width: 20%;
		}

		.btn1 {
            color: #121212;
          	font-size: 1.5em;
          	font-weight: 400;
          	opacity: 0.65;
		    letter-spacing: 0.02em;
		    vertical-align: middle;
    		position: relative;
    		padding: 0px 15px;
		    border: solid 0px blue;
		    cursor: pointer;
		    height: 3.4em;
        }

        .btn2 {
            color: #2376E5;
          	font-size: 1.5em;
          	font-weight: 500;
		    letter-spacing: 0.02em;
		    vertical-align: middle;
    		position: relative;
    		padding: 0px 15px;
		    border-bottom: solid 3px #2376E5;
		    cursor: pointer;
		    height: 3.4em;
        }

    .sortnav {
    	top: 0em;
    	left: 0em;
    	width: 100%;
    	height: 4.2em;
    	margin: 0em auto;
    	padding: 0em 0em;
    	border: solid 0px red;
	}

		.sortnav ul {
  		    margin: 0em auto;
 		    width: 100%;
		}

			.sortnav ul li {
     			position: relative;
       		    display: inline-block;
        		z-index: 2;
				padding-left: 0em;
				padding-right: 0em;
			 }

        		.sortnav a {
          			color: #FFFFFF;
          			text-decoration: none;
          			outline: 0;
          			border: 0;
          			margin-left: 0em; 
          			padding: 0em 0em 0em 0em;
          			line-height: 2.6em;
          			text-transform: uppercase;
          			font-size: 1.4em; 
          			font-weight: 400;
          			letter-spacing:1.5px;
          			text-align: left;
          			float: left;
          			border: solid 0px red;
        			}

        .sortnav-left {
  			float: left;
  			height: 2.6em;
  			color: #121212;
          	text-decoration: none;
          	outline: 0;
          	border: 0;
          	padding: 0.1em 0em 0em 0em;
          	line-height: 2.6em;
          	font-size: 1.6em; 
  			border: solid 0px green;
		}			

		.sortnav-right {
  			float: right;
  			height: 4.2em;
  			border: solid 0px green;
		}

			.sortnav-right ul {
  		    	margin: 0em auto;
 		    	width: 100%;
			}

				.sortnav-right ul li {
     				text-align: right;
				}

        			.sortnav-right a {
          				color: #FFFFFF;
          				text-decoration: none;
          				outline: 0;
          				border: 0;
          				padding: 0.1em 0em 0em 0em;
          				line-height: 2.6em;
          				text-transform: uppercase;
          				font-size: 1.4em; 
          				font-weight: 400;
          				opacity: 0.65;
          				letter-spacing:1.5px;
          				border: solid 0px red;
        			}   
        						
        .sortnav select {
        	padding: 0 2.4em 0 0.6em;
        	height: 2.8em;
        	line-height: 2.8em;
        	font-size: 1.6em;
        	opacity: 1;
        	background-size: 1.25rem;
        	text-align: right;
        	vertical-align: middle;
        	background-position: calc(100% - 0.6rem) center;
        	border: solid 0px red;
        }

        .sortnav select option {
        	opacity: 0.65;
        	text-align: right;
        }			  

	.middlenav {
    	top: 0em;
    	left: 0em;
    	width: 100%;
    	height: 5.5em;
    	text-align: center;
    	margin: 0em auto;
    	padding: 0em 0em;
    	border: solid 0px red;
	}

		.middlenav ul {
  		    margin: 0em auto;
 		    width: 100%;
 		    text-align: center;
		}

			.middlenav ul li {
     			position: relative;
       		    display: inline-block;
       		    text-align: center;
        		z-index: 2;
			}

        		.middlenav a {
          			color: #121212;
          			text-decoration: none;
          			outline: 0;
          			border: 0;
          			margin: 0em 1em; 
          			padding: 0em 0em 0.3em 0em;
          			line-height: 30px;
          			font-size: 12pt;
            		font-weight: 400;
            		opacity: 0.6;
		            letter-spacing: 0.02em;
          			text-align: center;
          			border: solid 0px red;
        			}

    .reviewnav {
    	margin-bottom: 3.9em;
		border: solid 0px #aab7c4;
		border-radius: 0px;

		-webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
	   	-moz-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);
	    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.2);

	}

    .reviewnav ul{
    	margin: 0 0 0em 0;
    	height: 5em;
    	line-height: 5em;
		border: solid 0px blue;
	}

		.reviewnav ul li.default {
			list-style:none;
			display:block;
			float: left;
			height: 5em;
    		line-height: 5em;
			width: auto;
			margin: 0em 1em;
			cursor: pointer;
			border: solid 0px red;
		}

		.reviewnav ul li.selected {
			list-style:none;
			display:block;
			float: left;
			height: 5em;
    		line-height: 5em;
			width: auto;
			margin: 0em 1em;
			cursor: pointer;
			border-bottom: solid 3px #2376E5;
		}

			.reviewnav ul li.default a{
    			height: 2.6em;
    			line-height: 2.6em;
    			position: relative;
    			vertical-align: middle;
    			text-align: center;
    			background-color: #FFFFFF;		
           	 	color: #121212;
          		font-size: 13pt;
          		font-weight: 400;
          		opacity: 0.65;
		    	letter-spacing: 0.02em;
    			position: relative;
			    cursor: pointer;
				display:block;
				border: solid 0px green;
    			border-radius: 0px;  	
			}

			.reviewnav ul li.selected a{
    			height: 2.6em;
    			line-height: 2.6em;
    			position: relative;
    			vertical-align: middle;
    			text-align: center;
    			background-color: #FFFFFF;		
           	 	color: #2376E5;
          		font-size: 13pt;
          		font-weight: 500;
		    	letter-spacing: 0.02em;
    			position: relative;
			    cursor: pointer;
				display:block;
				border: solid 0px red;
    			border-radius: 0px;  	
    		}

    .bottomnav {
    	top: 0em;
    	left: 0em;
    	width: 100%;
    	text-align: center;
    	background-color: #121212;
    	margin: 0em auto;
    	padding: 1.2em 0em;
    	border: solid 0px red;
	}

		.bottomnav ul {
  		    margin: 0em auto;
 		    width: 100%;
 		    text-align: center;
 		    border: solid 0px blue;
		}

			.bottomnav ul li {
     			position: relative;
       		    display: inline-block;
       		    text-align: center;
        		z-index: 2;
        		border: solid 0px green;
			}

        		.bottomnav a {
          			color: #ffffff;
          			text-decoration: none;
          			outline: 0;
          			border: 0;
          			margin: 0em 1em; 
          			padding: 0em 0em 0.3em 0em;
          			line-height: 30px;
          			font-size: 12pt;
            		font-weight: 400;
            		opacity: 1;
		            letter-spacing: 0.02em;
          			text-align: center;
          			border: solid 0px red;
        			}
        							
	@media screen and (max-width: 1280px) {

	    .topnav {
    	    height: 48px;
	    }

	    .topnav-right {
            height: 47px;
        }

		#nav li:not(:last-child) {
			display: none;
		}

		.cart {
            display: inline-block;
     		position: absolute;
        	width: 24px;
        	height: 24px;
        	right: 0px;
        	top: 17px; 
        }

	    .cart-count {
		    font-size: 0.8em;
    		left: 84px;
    		top: 11px;
	    }

	    .cart-count-after {
		    font-size: 0.8em;
  			left: 84px;
    		top: 11px;
	    }


	    .cart2 {
            display: inline-block;
     		position: absolute;
        	width: 24px;
        	height: 24px;
        	right: 0px;
        	top: 15px; 
        }

	    .cart-count2 {
		    font-size: 0.8em;
    		left: 84px;
    		top: 9px;
	    }

	    .cart-count-after2 {
		    font-size: 0.8em;
  			left: 84px;
    		top: 9px;
	    }

	    .middlenav a {
            margin: 0em 0.6em; 
          	padding: 0em 0em 0.3em 0em;
            line-height: 30px;
            font-size: 11pt;
            font-weight: 400;
            opacity: 0.6;
		    letter-spacing: 0.02em;
        }	

        .bottomnav a {
            margin: 0em 0.4em; 
          	padding: 0em 0em 0.3em 0em;
            line-height: 30px;
            font-size: 11pt;
            font-weight: 400;
            opacity: 1;
		    letter-spacing: 0.02em;
        }

	}

	@media screen and (max-width: 736px) {

	    .topnav {
    	    height: 47px;
	    }

	    .topnav-right {
            height: 46px;
        }

        .cart {
            display: inline-block;
     		position: absolute;
        	width: 24px;
        	height: 24px;
        	right:0px;
        	top: 17px; 
        }

	    .cart-count {
		    font-size: 0.8em;
    		left: 18px;
    		top: 11px;
	    }

	    .cart-count-after {
		    font-size: 0.8em;
  			left: 18px;
    		top: 11px;
	    }

	    .cart2 {
            display: inline-block;
     		position: absolute;
        	width: 24px;
        	height: 24px;
        	right:0px;
        	top: 15px; 
        }

	    .cart-count2 {
		    font-size: 0.8em;
    		left: 18px;
    		top: 9px;
	    }

	    .cart-count-after2 {
		    font-size: 0.8em;
  			left: 18px;
    		top: 9px;
	    }

        .middlenav a {
            margin: 0em 0.5em; 
          	padding: 0em 0em 0.3em 0em;
            line-height: 30px;
            font-size: 11pt;
            font-weight: 400;
            opacity: 0.6;
		    letter-spacing: 0.02em;
        }

        .bottomnav a {
            margin: 0em 0.3em; 
          	padding: 0em 0em 0.3em 0em;
            line-height: 30px;
            font-size: 11pt;
            font-weight: 400;
            opacity: 1;
		    letter-spacing: 0.02em;
        }

	}

	@media screen and (max-width: 480px) {

	    .topnav {
	    	width: 93%;
    	    height: 42px;
	    }

	    .topnav-right {
            height: 41px;
        }

        .shopnav {
    		height: 5.4em;
    	}

		.shopnav::-webkit-scrollbar { 
			width: 0;
			height: 0;  /* Safari and Chrome */
		}	

        .cart {
            display: inline-block;
     		position: absolute;
        	width: 24px;
        	height: 24px;
        	right: 0px;
        	top: 16px; 
        }

	    .cart-count {
		    font-size: 0.9em;
    		left: 10px;
    		top: 10px;
	    }

	    .cart-count-after {
		    font-size: 0.9em;
  			left: 10px;
    		top: 10px;
	    }

	    .cart2 {
            display: inline-block;
     		position: absolute;
        	width: 24px;
        	height: 24px;
        	right: 0px;
        	top: 9px; 
        }

	    .cart-count2 {
		    font-size: 0.9em;
    		left: 10px;
    		top: 3px;
	    }

	    .cart-count-after2 {
		    font-size: 0.9em;
  			left: 10px;
    		top: 3px;
	    }

   		.btn1 {
            font-size: 11pt;
            padding: 0px 10px;
            height: 3em;
        }

        .btn2 {
            font-size: 11pt;
            padding: 0px 10px;
            height: 3em;
        }

    	.sortnav {
    	    height: 42px;
	    }

	   	.sortnav-left {
            font-size: 1.8em;
        }

	    .sortnav-right {
            height: 42px;
        }

	    .sortnav select {
	    	font-size: 1.8em;
	    	height: 2.5em;
        	line-height: 2.5em;
	    	padding: 0 2.2em 0 0.6em;
	    }	

	    .middlenav a {
            margin: 0em 0.4em; 
          	padding: 0em 0em 0.3em 0em;
            line-height: 30px;
            font-size: 10pt;
            font-weight: 400;
            opacity: 0.6;
		    letter-spacing: 0.02em;
        }

        .reviewnav ul{
    		height: 6em;
    		line-height: 6em;
		}

		.reviewnav ul li{
			height: 6em;
    		line-height: 6em;
		}

		.reviewnav ul li.selected {
			height: 6em;
    		line-height: 6em;
		}

        .bottomnav a {
            margin: 0em 0.7em; 
          	padding: 0em 0em 0.3em 0em;
            line-height: 30px;
            font-size: 11pt;
            font-weight: 400;
            opacity: 1;
		    letter-spacing: 0.02em;
        }

    }    

    @media screen and (max-width: 413px) {		

        .btn1 {
            font-size: 11pt;
        }

        .btn2 {
            font-size: 11pt;
        }

        .sortnav-left {
            font-size: 1.6em;
        }

	    .sortnav select {
	    	font-size: 1.6em;
	    }	

        .middlenav a {
            margin: 0em 0em; 
          	padding: 0em 0em 0.3em 0em;
            line-height: 30px;
            font-size: 9pt;
            font-weight: 400;
            opacity: 0.6;
		    letter-spacing: 0.02em;
        }

        .bottomnav a {
            margin: 0em 0.5em; 
          	padding: 0em 0em 0.3em 0em;
            line-height: 30px;
            font-size: 11pt;
            font-weight: 400;
            opacity: 1;
		    letter-spacing: 0.02em;
        }

	}

	#navPanel {
		-moz-transform: translatex(-20em);
		-webkit-transform: translatex(-20em);
		-ms-transform: translatex(-20em);
		transform: translatex(-20em);
		-moz-transition: -moz-transform 0.1s ease-in-out, visibility 0.1s ease-in-out;
		-webkit-transition: -webkit-transform 0.1s ease-in-out, visibility 0.1s ease-in-out;
		-ms-transition: -ms-transform 0.1s ease-in-out, visibility 0.1s ease-in-out;
		transition: transform 0.1s ease-in-out, visibility 0.1s ease-in-out;
		-webkit-overflow-scrolling: touch;
		visibility: hidden;
		overflow-y: auto;
		position: fixed;
		left: 0;
		top: 0;
		background: #ffffff;
		color: #121212;
		height: 100%;
		max-width: 90%;
		width: 34em;
		padding: 0em 0em;
		z-index: 10003;

		border-top-right-radius: 10px;
		border-bottom-right-radius: 10px;
		display: inline-block;
	}

		#navPanel.visible {
			-moz-transform: translatex(0);
			-webkit-transform: translatex(0);
			-ms-transform: translatex(0);
			transform: translatex(0);
			border-collapse: separate; border-spacing: 2px 5px; 
			box-shadow: 1em 0 1.5em 1em rgba(0, 0, 0, 0.2);
			visibility: visible;
		}

		#navPanel a:not(.closing) {
			border-top: solid 1px rgba(255, 255, 255, 0.25);
			color: #121212;
		    font-size: 1.4em; 
          	font-weight: 400;
          	letter-spacing: 0.2px;
          	text-align: left;
			display: block;
			padding: 0.6em 1.4em;
			text-decoration: none;
		}

		#navPanel a:not(.closing):hover {
			color: #2376E5;
			background-color: #F6F6F6;
		}

			#navPanel a:not(.closing):first-child {
				border-bottom: solid 0px #aab7c4;
				background-color: #2B5087;
				color: #FFFFFF;
			}

			/* #navPanel a:not(.closing):nth-last-child(12) {
				border-bottom: solid 1px #aab7c4;
				border-style: dotted;
			}

			#navPanel a:not(.closing):nth-last-child(6) {
				border-bottom: solid 1px #aab7c4;
				border-style: dotted;
			}

			#navPanel a:not(.closing):nth-last-child(5) {
				border-bottom: solid 0px #aab7c4;
				background-color: #2B5087;
				color: #FFFFFF;
			} */

			#navPanel a:not(.closing):nth-last-child(7) {
				border-bottom: solid 1px #CFD6D6;
				border-style: solid;
			}

			#navPanel a:not(.closing):nth-last-child(5) {
				border-bottom: solid 1px #CFD6D6;
				border-style: solid;
			}


		#navPanel .navIcon {
    	  	display: inline-block;
    	  	vertical-align: top;
    	  	margin-top: 0.05em;
    	  	margin-right: 0.4em;
  			width: 20px;
  			height: 20px;
  			background-size: cover;
	    }
			
			#navPanel .navIcon.icon-sauce {
				background-image: url(/svg/sauce.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-sauce {
  				background-image: url(/svg/sauce_blue.svg);
			}

			#navPanel .navIcon.icon-health {
				background-image: url(/svg/health.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-health {
  				background-image: url(/svg/health_blue.svg);
			}

			#navPanel .navIcon.icon-woman {
				background-image: url(/svg/woman.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-woman {
  				background-image: url(/svg/woman_blue.svg);
			}

			#navPanel .navIcon.icon-man {
				background-image: url(/svg/man.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-man {
  				background-image: url(/svg/man_blue.svg);
			}

			#navPanel .navIcon.icon-baby {
				background-image: url(/svg/baby.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-baby {
  				background-image: url(/svg/baby_blue.svg);
			}

			#navPanel .navIcon.icon-kid {
				background-image: url(/svg/kid.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-kid {
  				background-image: url(/svg/kid_blue.svg);
			}

			#navPanel .navIcon.icon-kids {
				background-image: url(/svg/kids.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-kids {
  				background-image: url(/svg/kids_blue.svg);
			}

			#navPanel .navIcon.icon-boy {
				background-image: url(/svg/boy.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-boy {
  				background-image: url(/svg/boy_blue.svg);
			}

			#navPanel .navIcon.icon-girl {
				background-image: url(/svg/girl.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-girl {
  				background-image: url(/svg/girl_blue.svg);
			}

			#navPanel .navIcon.icon-pet {
				background-image: url(/svg/pet.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-pet {
  				background-image: url(/svg/pet_blue.svg);
			}

			#navPanel .navIcon.icon-beauty {
				background-image: url(/svg/beauty.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-beauty {
  				background-image: url(/svg/beauty_blue.svg);
			}

			#navPanel .navIcon.icon-tech {
				background-image: url(/svg/tech.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-tech {
  				background-image: url(/svg/tech_blue.svg);
			}

			#navPanel .navIcon.icon-living {
				background-image: url(/svg/living.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-living {
  				background-image: url(/svg/living_blue.svg);
			}

			#navPanel .navIcon.icon-sport {
				background-image: url(/svg/sport.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-sport {
  				background-image: url(/svg/sport_blue.svg);
			}

			#navPanel .navIcon.icon-other {
				background-image: url(/svg/other2.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-other {
  				background-image: url(/svg/other_blue2.svg);
			}

			#navPanel .navIcon.icon-home {
				background-image: url(/svg/home.svg);
			}
			
			#navPanel .navIcon.icon-account {
				background-image: url(/svg/account.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-account {
  				background-image: url(/svg/account_blue.svg);
			}
			
			#navPanel .navIcon.icon-help {
				background-image: url(/svg/help.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-help {
  				background-image: url(/svg/help_blue.svg);
			}

			#navPanel .navIcon.icon-scout {
				background-image: url(/svg/scout.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-scout {
  				background-image: url(/svg/scout_blue.svg);
			}
			
			#navPanel .navIcon.icon-guide {
				background-image: url(/svg/guide.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-guide {
  				background-image: url(/svg/guide_blue.svg);
			}

			#navPanel .navIcon.icon-store {
				background-image: url(/svg/store.svg);
			}
			#navPanel a:not(.closing):hover .navIcon.icon-store {
  				background-image: url(/svg/store_blue.svg);
			}


		#sortnav .sortIcon {
    	  	display: inline-block;
    	  	vertical-align: middle;
    	  	margin: -0.4em 0em 0em 0em;
  			width: 30px;
  			height: 30px;
  			border: solid 0px red;
  			background-size: cover;
	    }

			#sortnav .sortIcon.icon-sauce {
				background-image: url(/svg/sauce_blue.svg);
			}

			#sortnav .sortIcon.icon-article {
				background-image: url(/svg/article_blue.svg);
			}

			#sortnav .sortIcon.icon-health {
				background-image: url(/svg/health_blue.svg);
			}

			#sortnav .sortIcon.icon-woman {
				background-image: url(/svg/woman_blue.svg);
			}

			#sortnav .sortIcon.icon-man {
				background-image: url(/svg/man_blue.svg);
			}

			#sortnav .sortIcon.icon-baby {
				background-image: url(/svg/baby_blue.svg);
			}

			#sortnav .sortIcon.icon-kid {
				background-image: url(/svg/kid_blue.svg);
			}

			#sortnav .sortIcon.icon-kids {
				background-image: url(/svg/kids_blue.svg);
			}

			#sortnav .sortIcon.icon-boy {
				background-image: url(/svg/boy_blue.svg);
			}

			#sortnav .sortIcon.icon-girl {
				background-image: url(/svg/girl_blue.svg);
			}

			#sortnav .sortIcon.icon-pet {
				background-image: url(/svg/pet_blue.svg);
			}

			#sortnav .sortIcon.icon-beauty {
				background-image: url(/svg/beauty_blue.svg);
			}

			#sortnav .sortIcon.icon-tech {
				background-image: url(/svg/tech_blue.svg);
			}

			#sortnav .sortIcon.icon-living {
				background-image: url(/svg/living_blue.svg);
			}

			#sortnav .sortIcon.icon-sport {
				background-image: url(/svg/sport_blue.svg);
			}

			#sortnav .sortIcon.icon-other {
				background-image: url(/svg/other_blue2.svg);
			}








		#navPanel .closing {
			text-decoration: none;
			-moz-transition: color 0.1s ease-in-out;
			-webkit-transition: color 0.1s ease-in-out;
			-ms-transition: color 0.1s ease-in-out;
			transition: color 0.1s ease-in-out;
			-webkit-tap-highlight-color: transparent;
			border: 0;
			color: #FFFFFF;
			cursor: pointer;
			display: block;
			height: 3em;
			width: 3em;
			padding-right: 1em;
			top: -0.4em;
			position: absolute;
			right: 0;
			text-align: right;
			vertical-align: middle;
		}

			#navPanel .closing:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
				content: '\f00d';
				width: 3em;
				height: 3em;
				line-height: 3em;
				display: block;
				position: absolute;
				right: 0;
				top: 0;
				text-align: center;
				font-size: 1.6em;
			}


	@media screen and (max-width: 480px) {

		#navPanel a:not(.closing) {
		    font-size: 1.9em; 
		}

		#navPanel .closing {
			top: -0.8em;
		}    

		#navPanel .closing:before {
			font-size: 2.4em;
		}

		#navPanel .navIcon {
    	  	margin-top: 0.15em; 
    	}

		#sortnav .sortIcon {
    	  	margin: -0.5em 0em 0em 0em;
  			width: 25px;
  			height: 25px;
	    }

	}			

/* Pagination */

	.pagenav {
    	width: 100%;
    	text-align: center;
    	vertical-align: middle;
    	margin: 0em auto;
    	padding: 0em 0em;
    	border: solid 0px green; 			
	}

	ul.pagination {
		cursor: default;
		list-style: none;
		padding-left: 0;
		margin: 0em auto;
		border: solid 0px green;
	}

		ul.pagination li {
			display: inline-block;
			padding-left: 0;
			vertical-align: middle;
			text-align: center;
			border: solid 0px red;
			position: relative;
		}

			ul.pagination li > .page {
				-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
				border-radius: 50%;
				vertical-align: middle;
				height: 1.8em;
				line-height: 1.8em;
				width: 1.8em;
				margin: 0 0.16em;
				padding: 0 0em;
				text-align: center;
				color: #2B5087;
				font-size: 1.5em;
				font-weight: 400;
				display: inline-flex;
        		justify-content: center;
  				align-items: center;
  				cursor: pointer;
  				padding: 5px;
				border: solid 0px blue;
			}

			ul.pagination li > .page img.arrow {
				border: 0; 
            	height: 16px; 
         		display: inline-block;
         		vertical-align: middle;
         		text-decoration: none;
		    	position: relative;
		    	cursor: pointer;
		    	margin: 0 5px; 
         		border: solid 0px blue;
			}

			ul.pagination li > .page.active {
				background-color: #2B5087;
				color: #fff !important;
				cursor: default;
			}

				ul.pagination li > .page.active:hover {
					background-color: #2B5087;
				}

				ul.pagination li > .page.active:active {
					background-color: #2B5087;
				}	

		@media screen and (max-width: 480px) {

			ul.pagination {
				display: -moz-flex;
				display: -webkit-flex;
				display: -ms-flex;
				display: flex;
			}

				ul.pagination li {
					width: 50%;
				}

					ul.pagination li > .page {
						height: 1.8em;
						line-height: 1.8em;
						width: 1.8em;
						margin: 0 0.1em;
						padding: 0 0em;
						font-size: 1.9em;
						font-weight: 500;
					}

					ul.pagination li .button {
						width: 100%;
					}

		}			

/* Banner */

	.banner {
		background-color: #ffffff;
		color: #ffffff;
		padding: 0em 0em;
		position: relative;
	}

		.banner input, .banner select, .banner textarea {
			color: #ffffff;
		}

		.banner strong, .banner b {
			color: #ffffff;
		}

		.banner h1, .banner h2, .banner h3, .banner h4, .banner h5, .banner h6 {
			color: #ffffff;
		}

		.banner blockquote {
			border-left-color: rgba(255, 255, 255, 0.25);
		}

		.banner code {
			background: rgba(255, 255, 255, 0.075);
			border-color: rgba(255, 255, 255, 0.25);
		}

		.banner hr {
			border-bottom-color: rgba(255, 255, 255, 0.25);
		}

		.banner.full {
			padding: 0;
			min-height: 45vh;
			height: 45vh !important;
		}

		.banner.half {
			padding: 0;
			min-height: 20vh;
			height: 20vh !important;
		}

		/* .banner:after {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			-moz-transition: opacity 0s ease-in-out, visibility 0s;
			-webkit-transition: opacity 0s ease-in-out, visibility 0s;
			-ms-transition: opacity 0s ease-in-out, visibility 0s;
			transition: opacity 0s ease-in-out, visibility 0s;
			background: #ffffff;
			content: '';
			display: block;
			height: 100%;
			left: 0;
			opacity: 0;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 2;
		} */

		.banner .indicators {
			bottom: 2em;
			left: 0;
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			text-align: center;
			width: 100%;
			z-index: 2;
		}

			.banner .indicators li {
				cursor: pointer;
				display: inline-block;
				height: 3em;
				overflow: hidden;
				padding: 0;
				position: relative;
				text-indent: 6em;
				width: 6em;
			}

				.banner .indicators li:before {
					-moz-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					background-color: #ffffff;
					border: solid 1px #121212;
					border-radius: 100%;
					content: '';
					display: inline-block;
					height: 16px;
					left: 50%;
					position: absolute;
					text-indent: 0;
					top: 50%;
					width: 16px;
				}

				.banner .indicators li.visible:before {
					background-color: #121212;
					height: 16px;
					width: 16px;
				}

		.banner > article {
			-moz-transition: opacity 1.5s, visibility 1.5s;
			-webkit-transition: opacity 1.5s, visibility 1.5s;
			-ms-transition: opacity 1.5s, visibility 1.5s;
			transition: opacity 1.5s, visibility 1.5s;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
			left: 0;
			opacity: 1;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 0;
		}

			.banner > article:before {
				-moz-transition: opacity 1.5s ease-in-out;
				-webkit-transition: opacity 1.5s ease-in-out;
				-ms-transition: opacity 1.5s ease-in-out;
				transition: opacity 1.5s ease-in-out;
				content: '';
				height: 100%;
				left: 0;
				opacity: 1;
				position: absolute;
				top: 0;
				width: 100%;
			}

			.banner > article:after {
				-moz-transition: opacity 1.5s ease-in-out;
				-webkit-transition: opacity 1.5s ease-in-out;
				-ms-transition: opacity 1.5s ease-in-out;
				transition: opacity 1.5s ease-in-out;
				content: '';
				height: 100%;
				left: 0;
				opacity: 1;
				position: absolute;
				top: 0;
				width: 100%;
			}

			.banner > article .inner {
				position: relative;
				display: inline-block;
				vertical-align: middle;
				text-align: center;
				z-index: 1;
			}

				.banner > article .inner > :last-child {
					margin-bottom: 0;
				}

			.banner > article h2 {
				font-size: 2.6rem;
				margin-bottom: 0;
				color: #292826;
				font-weight: 400;
			}

				.banner > article h2:after {
					display: none;
				}

			.banner > article p {
				color: #292826;
				text-transform: uppercase;
				font-size: 2.6rem;
				font-weight: 600;
				margin: 0;
				padding-bottom: 0rem;
				margin-bottom: 0em;
				letter-spacing: .1rem;
			}

				.banner > article p:after {
					content: '';
					position: absolute;
					margin: auto;
					right: 0;
					top: 2em;
					left: 0;
					width: 50%;
					height: 0px;
					background-color: rgba(255, 255, 255, 0.65);
				}

			.banner > article a {
				text-decoration: none;
			}

			.banner > article img {
				display: none;
			}

			.banner > article.visible {
				opacity: 1;
				visibility: visible;
			}

			.banner > article.top {
				z-index: 1;
			}

			.banner > article.instant {
				-moz-transition: none !important;
				-webkit-transition: none !important;
				-ms-transition: none !important;
				transition: none !important;
			}

		body.is-loading .banner:after {
			opacity: 1.0;
			visibility: visible;
		}




		@media screen and (max-width: 1280px) {

			.banner.full {
				padding: 0;
				min-height: 48vh;
				height: 48vh !important;
			}

		}

		@media screen and (max-width: 980px) {

			.banner.full {
				padding: 0;
				min-height: 44vh;
				height: 44vh !important;
			}

			.banner > article {
				background-attachment: scroll;
			}

		}

		@media screen and (max-width: 736px) {

			.banner > article .inner {
				width: 90%;
			}

			.banner > article p {
				margin-bottom: -0.1em;
			}

			.banner > article h2 {
				font-size: 4em;
			}

		}

		@media screen and (max-width: 480px) {

			.banner.full {
				padding: 0;
				min-height: 40vh;
				height: 40vh !important;
			}

			.banner > article p {
				font-size: 3em;
			}

			.banner > article h2 {
				font-size: 4em;
			}

			.banner > article p:after {
				top: 2em;
			}

		}

		body.is-mobile .banner > article {
			background-attachment: scroll;
		}









		#bannera {
		padding: 16em 0em 8em 0em;
		background-image: url('/images/main_luxury.jpg');
		background-size: cover;
		background-position: top;
		background-repeat: no-repeat;
		text-align: center;
		border-top: 0em solid #ffffff;
	}

		#bannera h1 {
			font-size: 3.6em;
			font-weight: 600;
			color: #FFFFFF;
			opacity: 1;
			line-height: 1em;
			margin: 0 0 -0.2em 0;
			padding: 0em 0em 0em 0em;
		}

		#bannera h2 {
			font-size: 2em;
			font-style: italic;
			font-weight: 600;
			color: #FFFFFF;
			opacity: 0.8;
			line-height: 1.2em;
			margin: 0 0 -0.2em 0;
			padding: 0em 0em;
		}
				
	    #bannera p {
			font-size: 4em;
			font-weight: 400;
			color: #FFFFFF;
			opacity: 0.65;
			margin-top: 0em;
			margin-bottom: 4em;
			padding: 0em 0em;
		}

	#bannerb {
		cursor: default;
		height:11.35em;
		line-height: 11.35em;
		position: relative;
		padding: 0em 0em 0em 0em;
		text-align: center;
		width: 100%;
		height: auto;
		z-index: 10000;

		background-color: #2E466C;
		background-image: linear-gradient(#2E466C, #2E466C);

		border: solid 0px #aab7c4;
		border-radius: 0px;
	}

		#bannerb h1 {
			font-size: 3.6em;
			font-weight: 900;
			color: #FFFFFF;
			opacity: 0.4;
			line-height: 1.2em;
			margin: 0em 0 0em 0;
			padding: 0.8em 0;
			border: solid 0px blue;
		}

	#bannerc {
		padding: 6em 0em 10em 0em;
		background-color: #D7E6F5;
		background-size: cover;
		background-position: top;
		background-attachment: fixed;
		background-repeat: no-repeat;
		text-align: center;
		margin-bottom: -4.5em;
		}

		#bannerc h1 {
			font-size: 2.4em;
			font-weight: 600;
			/* font-style: italic; */
			color: #1F1F1F;
			line-height: 1.2em;
			margin: 0em 0 0em 0;
			padding: 0;
			border: solid 0px blue;
		}

	#bannerd {
		padding: 2em 0em;
		margin-top: 0em;
		border-radius: 3px;
		background-color: #121212;
		opacity: 1;
		background-size: cover;
		background-position: top;
		background-attachment: fixed;
		background-repeat: no-repeat;
		text-align: center;
		border-top: 0em solid #ffffff;
		border: solid 0px red;
	}

	    #bannerd h1 {
			font-size: 2em;
			font-weight: 600;
			color: #ffffff;
			line-height: 1.4em;
			padding: 0em 0em;
			margin: 0em 0em 0em 0em;
			border: solid 0px blue;
		}

	#bannere {
		padding: 7.4em 0em;
		background-image: url('/images/banner_shop20.jpg');
		background-size: cover;
		background-position: top;
		background-attachment: fixed;
		background-repeat: no-repeat;
		text-align: center;
		border-top: 0em solid #ffffff;
		border: solid 0px red;
	}

		#bannere h1 {
			font-size: 5em;
			font-weight: 900;
			color: #121212;
			opacity: 0.4;
			line-height: 1.2em;
			margin: 0em 0 0em 0;
			padding: 0;
			border: solid 0px blue;
		}	

	.banner-notice { 
		clear: both; 
		font-size: 0.94em;
    	font-weight: 500;
    	letter-spacing: 1px; 
    	color: #FFFFFF;
		width: 100%; 
		height: auto; 
		line-height: auto; 
		padding: 0.8em 9em;
		background-color: #EF4D42; 
		opacity: 0.8;
		text-align:center;   
		vertical-align: middle; 
	}	

	#banner3 {
		background-color: #ffffff;
		color: #ffffff;
		position: relative;
		height: 74em;
		cursor: default;
		border: solid 0px blue;
	}

		#banner3 input, #banner3 select, #banner3 textarea {
			color: #ffffff;
		}

		#banner3 a {
			color: #EF4D42;
		}

		#banner3 strong, #banner3 b {
			color: #ffffff;
		}

		#banner3 small {
			color: #ffffff;
		}

		#banner3 h1, #banner3 h2, #banner3 h3, #banner3 h4, #banner3 h5, #banner3 h6 {
			color: #EF4D42;
		}

		#banner3 blockquote {
			border-left-color: #ffffff;
		}

		#banner3 code {
			background: rgba(255, 255, 255, 0.25);
			border-color: #ffffff;
		}

		#banner3 hr {
			border-bottom-color: #ffffff;
		}

		#banner3 input[type="submit"],
		#banner3 input[type="reset"],
		#banner3 input[type="button"],
		#banner3 button,
		#banner3 .button {
			background-color: transparent;
			border-color: #ffffff;
			color: #ffffff !important;
		}

			#banner3 input[type="submit"]:hover,
			#banner3 input[type="reset"]:hover,
			#banner3 input[type="button"]:hover,
			#banner3 button:hover,
			#banner3 .button:hover {
				border-color: #EF4D42;
				color: #EF4D42 !important;
			}

			#banner3 input[type="submit"]:active,
			#banner3 input[type="reset"]:active,
			#banner3 input[type="button"]:active,
			#banner3 button:active,
			#banner3 .button:active {
				background-color: rgba(80, 158, 216, 0.1);
			}

			#banner3 input[type="submit"].primary,
			#banner3 input[type="reset"].primary,
			#banner3 input[type="button"].primary,
			#banner3 button.primary,
			#banner3 .button.primary {
				border: none;
				background-color: #EF4D42;
				color: #fff !important;
			}

				#banner3 input[type="submit"].primary:hover,
				#banner3 input[type="reset"].primary:hover,
				#banner3 input[type="button"].primary:hover,
				#banner3 button.primary:hover,
				#banner3 .button.primary:hover {
					background-color: #65aadd;
				}

				#banner3 input[type="submit"].primary:active,
				#banner3 input[type="reset"].primary:active,
				#banner3 input[type="button"].primary:active,
				#banner3 button.primary:active,
				#banner3 .button.primary:active {
					background-color: #3b92d3;
				}

		#banner3 > article {
			-moz-transition: opacity 0s, visibility 0s;
			-webkit-transition: opacity 0s, visibility 0s;
			-ms-transition: opacity 0s, visibility 0s;
			transition: opacity 0s, visibility 0s;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
			left: 0;
			opacity: 1;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 0;
		}

			#banner3 > article.visible {
				opacity: 1;
				visibility: visible;
			}

			#banner3 > article.top {
				z-index: 1;
			}

			#banner3 > article:before {
				-moz-transition: opacity 0s ease-in-out;
				-webkit-transition: opacity 0s ease-in-out;
				-ms-transition: opacity 0s ease-in-out;
				transition: opacity 0s ease-in-out;
				content: '';
				height: 100%;
				left: 0;
				opacity: 1;
				position: absolute;
				top: 0;
				width: 100%;
			}

			#banner3 .inner {
				padding: 0em 0em 0em 0em ;
				position: relative;
				width: 100%;
			}

			#banner3 > article img {
				display: none;
			}

			#banner3 > article h2 {
				color: inherit;
				font-size: 3.6em;
				margin-bottom: 0.25em;
			}

		#banner3 .indicators {
			bottom: 2em;
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			text-align: center;
			width: 100%;
			z-index: 2;
		}

			#banner3 .indicators li {
				cursor: pointer;
				display: inline-block;
				height: 3em;
				overflow: hidden;
				padding: 0;
				position: relative;
				text-indent: 6em;
				width: 6em;
			}

				#banner3 .indicators li:before {
					-moz-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					background-color: #ffffff;
					border: solid 1px #121212;
					border-radius: 100%;
					content: '';
					display: inline-block;
					height: 16px;
					left: 50%;
					position: absolute;
					text-indent: 0;
					top: 50%;
					width: 16px;
				}

				#banner3 .indicators li.visible:before {
					background-color: #121212;
					height: 16px;
					width: 16px;
				}	

		section.basebox #banner3 > article:before {
			opacity: 1;
		}







	#banner4 {
		background-color: #ffffff;
		color: #ffffff;
		position: relative;
		height: 74em;
		cursor: default;
		border: solid 0px blue;
		display: none;
	}

		#banner4 input, #banner4 select, #banner4 textarea {
			color: #ffffff;
		}

		#banner4 a {
			color: #EF4D42;
		}

		#banner4 strong, #banner4 b {
			color: #ffffff;
		}

		#banner4 small {
			color: #ffffff;
		}

		#banner4 h1, #banner4 h2, #banner4 h3, #banner4 h4, #banner4 h5, #banner4 h6 {
			color: #EF4D42;
		}

		#banner4 blockquote {
			border-left-color: #ffffff;
		}

		#banner4 code {
			background: rgba(255, 255, 255, 0.25);
			border-color: #ffffff;
		}

		#banner4 hr {
			border-bottom-color: #ffffff;
		}

		#banner4 input[type="submit"],
		#banner4 input[type="reset"],
		#banner4 input[type="button"],
		#banner4 button,
		#banner4 .button {
			background-color: transparent;
			border-color: #ffffff;
			color: #ffffff !important;
		}

			#banner4 input[type="submit"]:hover,
			#banner4 input[type="reset"]:hover,
			#banner4 input[type="button"]:hover,
			#banner4 button:hover,
			#banner4 .button:hover {
				border-color: #EF4D42;
				color: #EF4D42 !important;
			}

			#banner4 input[type="submit"]:active,
			#banner4 input[type="reset"]:active,
			#banner4 input[type="button"]:active,
			#banner4 button:active,
			#banner4 .button:active {
				background-color: rgba(80, 158, 216, 0.1);
			}

			#banner4 input[type="submit"].primary,
			#banner4 input[type="reset"].primary,
			#banner4 input[type="button"].primary,
			#banner4 button.primary,
			#banner4 .button.primary {
				border: none;
				background-color: #EF4D42;
				color: #fff !important;
			}

				#banner4 input[type="submit"].primary:hover,
				#banner4 input[type="reset"].primary:hover,
				#banner4 input[type="button"].primary:hover,
				#banner4 button.primary:hover,
				#banner4 .button.primary:hover {
					background-color: #65aadd;
				}

				#banner4 input[type="submit"].primary:active,
				#banner4 input[type="reset"].primary:active,
				#banner4 input[type="button"].primary:active,
				#banner4 button.primary:active,
				#banner4 .button.primary:active {
					background-color: #3b92d3;
				}

		#banner4 > article {
			-moz-transition: opacity 0s, visibility 0s;
			-webkit-transition: opacity 0s, visibility 0s;
			-ms-transition: opacity 0s, visibility 0s;
			transition: opacity 0s, visibility 0s;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
			height: 100%;
			left: 0;
			opacity: 1;
			position: absolute;
			top: 0;
			visibility: hidden;
			width: 100%;
			z-index: 0;
		}

			#banner4 > article.visible {
				opacity: 1;
				visibility: visible;
			}

			#banner4 > article.top {
				z-index: 1;
			}

			#banner4 > article:before {
				-moz-transition: opacity 0s ease-in-out;
				-webkit-transition: opacity 0s ease-in-out;
				-ms-transition: opacity 0s ease-in-out;
				transition: opacity 0s ease-in-out;
				content: '';
				height: 100%;
				left: 0;
				opacity: 1;
				position: absolute;
				top: 0;
				width: 100%;
			}

			#banner4 .inner {
				padding: 0em 0em 0em 0em ;
				position: relative;
				width: 100%;
			}

			#banner4 > article img {
				display: none;
			}

			#banner4 > article h2 {
				color: inherit;
				font-size: 3.6em;
				margin-bottom: 0.25em;
			}

		#banner4 .indicators {
			bottom: 2em;
			list-style: none;
			margin: 0;
			padding: 0;
			position: absolute;
			text-align: center;
			width: 100%;
			z-index: 2;
		}

			#banner4 .indicators li {
				cursor: pointer;
				display: inline-block;
				height: 3em;
				overflow: hidden;
				padding: 0;
				position: relative;
				text-indent: 6em;
				width: 6em;
			}

				#banner4 .indicators li:before {
					-moz-transform: translate(-50%, -50%);
					-webkit-transform: translate(-50%, -50%);
					-ms-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					-moz-transition: background-color 0.2s ease-in-out;
					-webkit-transition: background-color 0.2s ease-in-out;
					-ms-transition: background-color 0.2s ease-in-out;
					transition: background-color 0.2s ease-in-out;
					background-color: #ffffff;
					border: solid 1px #121212;
					border-radius: 100%;
					content: '';
					display: inline-block;
					height: 16px;
					left: 50%;
					position: absolute;
					text-indent: 0;
					top: 50%;
					width: 16px;
				}

				#banner4 .indicators li.visible:before {
					background-color: #121212;
					height: 16px;
					width: 16px;
				}	

		section.basebox #banner4 > article:before {
			opacity: 1;
		}







		@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

			#bannera {
				background-attachment: scroll;
			}

		}

		@media screen and (max-width: 1680px) {

			#banner3 {
				height: 74em;
			}

			#banner4 {
				height: 74em;
			}

		}

		@media screen and (max-width: 1280px) {

			#bannera {
				padding: 9em 0em 7em 0em;
			}

			#bannerb {
				padding: 0.2em 0em;
			}

			#bannerc {
				padding: 3em 0em 7em 0em;
			}

			#bannere {
				padding: 7.4em 0em;
			}

			#banner3 {
				height: 59em;
			}

				#banner3 > article h2 {
					font-size: 3em;
				}

				#banner3 .inner {
					padding: 0em 0em 0em 0em ;
				}

			#banner4 {
				height: 59em;
			}

				#banner4 > article h2 {
					font-size: 3em;
				}

				#banner4 .inner {
					padding: 0em 0em 0em 0em ;
				}	

		}

		@media screen and (max-width: 980px) {

			#bannera {
				background-attachment: scroll;
				padding: 8em 0em 6em 0em;
			}

			#bannerb {
				background-attachment: scroll;
				padding: 0em 0em;
			}

				#bannerb h1 {
			        font-size: 3.5em;
			        font-weight: 900;
		    	}

			#bannerc {
				background-attachment: scroll;
				padding: 5em 0em 11em 0em;
			}

				#bannerc h1 {
			        font-size: 2.8em;
			        font-weight: 600;
		    	}

		    #bannere {
				background-attachment: scroll;
				padding: 6.4em 0em;
			}

				#bannere h1 {
			        font-size: 4.5em;
			        font-weight: 900;
		    	}	

		    #banner3 {
				text-align: center;
				height: 69em;
			}

				#banner3 .indicators {
					text-align: center;
					right: 0;
				}

				#banner3 .actions {
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					width: 100%;
					margin-left: 0;
				}

					#banner3 .actions li:first-child {
						padding-left: 0;
					}

				#banner3 .inner {
					padding: 0em 0em 0em 0em ;
				}

			#banner4 {
				text-align: center;
				height: 69em;
			}

				#banner4 .indicators {
					text-align: center;
					right: 0;
				}

				#banner4 .actions {
					-moz-justify-content: center;
					-webkit-justify-content: center;
					-ms-justify-content: center;
					justify-content: center;
					width: 100%;
					margin-left: 0;
				}

					#banner4 .actions li:first-child {
						padding-left: 0;
					}

				#banner4 .inner {
					padding: 0em 0em 0em 0em ;
				}	

			.banner-notice {  
				font-size: 1em;
				padding: 0.8em 3em;
			}			

		}

		@media screen and (max-width: 736px) {

			#bannera {
				padding: 7em 0em 5em 0em;
			}

			#bannerb {
				padding: 0em 0em;
	            margin-top: 0em;
			}

				#bannerb h1 {
			        font-size: 3em;
			        font-weight: 900;
		    	}

		    #bannerc {
				padding: 5em 0em 9em 0em;
			}

				#bannerc h1 {
			        font-size: 2.6em;
			        font-weight: 600;
		    	}

		    #bannere {
				padding: 6em 0em;
	            margin-top: 0em;
			}

				#bannere h1 {
			        font-size: 4em;
			        font-weight: 900;
		    	}

		    .banner-notice {  
				font-size: 1em;
				padding: 0.8em 2em;
			}			

		    #banner3 {
				height: 36em;
			}

			#banner4 {
				height: 36em;
			}

		}

		@media screen and (max-width: 480px) {

			#bannera {
				padding: 10em 1em 9em 1em;
				margin-top: 92px;
			}

				#bannera h1 {
					font-size: 2.6em;
					font-weight: 900;
					line-height: 1.2em;
					margin: 0 0 -0.2em 0;
					padding: 0;
				}

				#bannera h2 {
					font-size: 2em;
					font-weight: 900;
					line-height: 1.2em;
					margin: 0 0 -0.2em 0;
					padding: 0;
				}
				
	    		#bannera p {
					font-size: 2em;
					font-weight: 400;
					margin-top: 0.8em;
					margin-bottom: 1.9em;
				}

		    #bannerb {
				padding: 0em 0em;
				margin-top: 0px;
			}

				#bannerb h1 {
			        font-size: 3em;
			        font-weight: 900;
		    	}

			#bannerc {
				padding: 4em 0em 8em 0em;
			}

				#bannerc h1 {
			        font-size: 2.4em;
			        font-weight: 600;
		    	}

            #bannere {
		    	margin-top: 0em;
		    	padding: 5em 0em;
		    	display: none;
			}

				#bannere h1 {
			        font-size: 3em;
			        font-weight: 900;
		    	}

		    .banner-notice {  
				font-size: 1em;
				padding: 0.8em 1em;
			}

			#shopdetail {
				margin-top: 0px;
			}

		    #banner3 {
				height: 50em;
				display: none;
			}

				#banner3 > article h2 {
					font-size: 2.5em;
				}

				#banner3 .inner {
					padding: 0em 0em 0em 0em ;
				}		

			#banner4 {
				height: 50em;
				display: block;
			}

				#banner4 > article h2 {
					font-size: 2.5em;
				}

				#banner4 .inner {
					padding: 0em 0em 0em 0em ;
				}			

		}

		@media screen and (max-width: 413px) {

			#bannera {
				padding: 7em 0em 6em 0em;
			}

			#bannerc {
		    	margin-top: 0em;
				padding: 4em 0em 8em 0em;
			}

				#bannerc h1 {
			        font-size: 2.2em;
			        font-weight: 600;
		    	}

		    .banner-notice {  
				font-size: 1em;
			}	

		}


		@media screen and (max-width: 374px) {

			#bannera {
				padding: 6em 0em 5em 0em;
			}

			#bannerc {
		    	margin-top: 0em;
				padding: 4em 0em 8em 0em;
			}

				#bannerc h1 {
			        font-size: 1.9em;
			        font-weight: 600;
		    	}

		}	


	.html5gallery-car-mask-0 {
		display: none !important;
	}	

	

	.go-to-shop {
	 	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  		-webkit-transition: all .1s;
  		transition: all .1s;
  		font-size: 1.6em;
  		font-weight: 700;
  		letter-spacing: 0em;
	 	margin: 3em 0em 2em 0em;
  		padding: 0.5em 1.8em;
  		display: inline-block;
  		text-align:center;
		white-space:nowrap;
		vertical-align:middle;	
		color:#121212;
		background-color:#ED9323;
		background-image: linear-gradient(#F5C68A, #ED9323);
		border:solid 1px #A56616;
		border-radius:3px;
	}

	.go-to-shop:hover {
  		background-color:#ED9323;
  		opacity: 0.85;
	}

	.go-to-shop:active {
  		-webkit-transform: scale(0.9);
      	-ms-transform: scale(0.9);
        transform: scale(0.9);
	}	

		@media screen and (max-width: 480px) {

			.go-to-shop {
				font-size: 2em;
				margin: 4em 0em 1.5em 0em;
				padding: 0.5em 1.8em;
			}

		}		

		@media screen and (max-width: 374px) {

			.go-to-shop {
				margin: 3em 0em 1.5em 0em;
			}

		}	

	.go-to-shop2 {
	 	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  		-webkit-transition: all .1s;
  		transition: all .1s;
  		font-size: 1.6em;
  		font-weight: 700;
  		letter-spacing: 0em;
	 	margin: 0em 0em 3em 0em;
  		padding: 0.5em 1.8em;
  		display: inline-block;
  		text-align:center;
		white-space:nowrap;
		vertical-align:middle;	
		color:#121212;
		background-color:#ED9323;
		background-image: linear-gradient(#F5C68A, #ED9323);
		border:solid 1px #A56616;
		border-radius:3px;
	}

	.go-to-shop2:hover {
  		background-color:#ED9323;
  		opacity: 0.85;
	}

	.go-to-shop2:active {
  		-webkit-transform: scale(0.9);
      	-ms-transform: scale(0.9);
        transform: scale(0.9);
	}	

		@media screen and (max-width: 480px) {

			.go-to-shop2 {
				font-size: 2em;
				margin: 0em 0em 2em 0em;
				padding: 0.5em 1.8em;
			}

		}		

		@media screen and (max-width: 374px) {

			.go-to-shop2 {
				margin: 0em 0em 2em 0em;
			}

		}					

	.go-to-shop3 {
	 	display: inline-block;
	 	margin: 0em 4em 0em 0em;
  		padding: 0.8em 1.4em;
  		background: #006341;
  		border-radius: 3px;
  		text-transform: uppercase;
  		color: #ffffff;
  		font-size: 1.6em;
  		font-weight: 700;
  		letter-spacing: .2em;
  		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  		-webkit-transition: all .2s;
  		transition: all .2s;
	}

	.go-to-shop3:hover {
  		background: #006341;
	}

	.go-to-shop3:active {
  		-webkit-transform: scale(0.9);
      	-ms-transform: scale(0.9);
        transform: scale(0.9);
	}	

		@media screen and (max-width: 480px) {

			.go-to-shop3 {
				font-size: 1.8em;
				margin: 0em 3em 0em 0em;
			}

		}		

		@media screen and (max-width: 374px) {

			.go-to-shop3 {
				margin: 0em 2em 0em 0em;
			}

		}	

	.go-to-shop4 {
	 	display: inline-block;
  		padding: 0.8em 1.4em;
  		background: #006341;
  		border-radius: 3px;
  		text-transform: uppercase;
  		color: #ffffff;
  		font-size: 1.6em;
  		font-weight: 700;
  		letter-spacing: .2em;
  		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  		-webkit-transition: all .2s;
  		transition: all .2s;
	}

	.go-to-shop4:hover {
  		background: #006341;
	}

	.go-to-shop4:active {
  		-webkit-transform: scale(0.9);
      	-ms-transform: scale(0.9);
        transform: scale(0.9);
	}	

		@media screen and (max-width: 480px) {
			.go-to-shop4 {
				font-size: 1.8em;
			}	
		}

	.go-to-shop5 {
	 	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  		-webkit-transition: all .1s;
  		transition: all .1s;
  		font-size: 1.6em;
  		font-weight: 700;
  		letter-spacing: 0em;
	 	margin: 0em 0em 0em 0em;
  		padding: 0.5em 1.8em;
  		display: inline-block;
  		text-align:center;
		white-space:nowrap;
		vertical-align:middle;	
		color:#121212;
		background-color:#ED9323;
		background-image: linear-gradient(#F5C68A, #ED9323);
		border:solid 1px #A56616;
		border-radius:3px;
	}

	.go-to-shop5:hover {
  		background-color:#ED9323;
  		opacity: 0.85;
	}

	.go-to-shop5:active {
  		-webkit-transform: scale(0.9);
      	-ms-transform: scale(0.9);
        transform: scale(0.9);
	}	

		@media screen and (max-width: 480px) {

			.go-to-shop5 {
				font-size: 2em;
				margin: 0em 0em 0em 0em;
				padding: 0.5em 1.8em;
			}

		}		

		@media screen and (max-width: 374px) {

			.go-to-shop5 {
				margin: 0em 0em 0em 0em;
			}

		}			
		
/* Main */

	.main {
		-moz-flex: 1;
		-webkit-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 65%;
		border: solid 0px red;
	}

		.main > section, .main > article {
			padding: 6em 0em 6em 0em ;
			border-top: solid 0px;
			border: solid 0px blue;
		}

			.main > section:first-child, .main > article:first-child {
				border-top: none;
			}

			.main > section.alt, .main > article.alt {
				border-top: none;
				padding: 0;
			}

			@media screen and (max-width: 1280px) {

				.main > section, .main > article {
			        padding: 6em 0em 6em 0em ;
				}

			}

			@media screen and (max-width: 980px) {

				.main > section, .main > article {
			        padding: 6em 0em 6em 0em ;
				}

				.main {
					-moz-flex: 0 1 auto;
					-webkit-flex: 0 1 auto;
					-ms-flex: 0 1 auto;
					flex: 0 1 auto;
					max-width: 100%;
				}

			}

			@media screen and (max-width: 768px) {

				.main > section, .main > article {
				    padding: 6em 0em 6em 0em ;
				}

			}

			@media screen and (max-width: 480px) {

				.main > section, .main > article {
				    padding: 6em 0em 6em 0em ;
				}

			}

/* Sidebar */

	.sidebar {
		-moz-flex-shrink: 0;
		-webkit-flex-shrink: 0;
		-ms-flex-shrink: 0;
		flex-shrink: 0;
		width: 35%;
	}

		.sidebar > section {
			padding: 6em 0em 6em 0em ;
			border-top: solid 0px #F6F7F9;
		}

		.sidebar > section .timer {
			-moz-order: -1;
			-webkit-order: -1;
			-ms-order: -1;
			order: -1;
			background-color: #1B3C35;
			padding: 2em 0em;
			margin: 3em 0em 6em 0em;

			border: solid 1px #aab7c4;
			border-radius: 0px;

			box-shadow:  0 0 4px  rgba(0,0,0,0.2);
			-moz-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
			-webkit-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
			-o-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
		}

		@media screen and (max-width: 1280px) {

			.sidebar > section {
				padding: 6em 0em 6em 0em ;
			}

		}

		@media screen and (max-width: 980px) {

			.sidebar {
				-moz-flex: 0 1 auto;
				-webkit-flex: 0 1 auto;
				-ms-flex: 0 1 auto;
				flex: 0 1 auto;
				width: 100%;
			}

				.sidebar.timer {
					-moz-order: unset;
					-webkit-order: unset;
					-ms-order: unset;
					order: unset;
				}

		}

		@media screen and (max-width: 736px) {

			.sidebar > section {
				border-top: solid 1em #EAEDED;
			}

		}

		@media screen and (max-width: 480px) {

			.sidebar > section {
				padding: 6em 0em 6em 0em ;
				border-top: solid 1em #EAEDED;
			}

		}

/* Comment Bootstrap/3.3.5/css/bootstrap.min.css*/

@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-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{content:"\e227"}
.glyphicon-btc:before{content:"\e227"}
.glyphicon-xbt:before{content:"\e227"}
.glyphicon-yen:before{content:"\00a5"}
.glyphicon-jpy:before{content:"\00a5"}
.glyphicon-ruble:before{content:"\20bd"}
.glyphicon-rub: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"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.btn{display:inline-block;padding:6px 48px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn.focus,.btn:focus,.btn:hover{color:#333;text-decoration:none}
.btn.active,.btn:active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}
a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#EF4D42;background-color:#FFF;border-color:#FFF}
.btn-default.focus,.btn-default:focus{color:#EF4D42;background-color:#FFF;border-color:#FFF}.btn-default:hover{color:#EF4D42;background-color:#FFF;border-color:#FFF}
.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{color:#EF4D42;background-color:#FFF;border-color:#FFF}
.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover{color:#EF4D42;background-color:#FFF;border-color:#FFF}.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover{color:#EF4D42;background-color:#FFF;border-color:#FFF}
.btn-default .badge{color:#EF4D42;background-color:#FFF;border-color:#FFF}.btn-primary{color:#fff;background-color:#337ab7;border-color:#2e6da4}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#fff;background-color:#286090;border-color:#204d74}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#286090;border-color:#204d74}
.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover{color:#fff;background-color:#204d74;border-color:#122b40}
.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success.focus,.btn-success:focus{color:#fff;background-color:#449d44;border-color:#255625}
.btn-success:hover{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover{color:#fff;background-color:#398439;border-color:#255625}.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success{background-image:none}
.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover{background-color:#5cb85c;border-color:#8D9096}
.btn-success .badge{color:#5cb85c;background-color:#fff}

.btn-info{color:#121212;background-color:#D9DDE2;background-image: linear-gradient(#E7E9EF, #D9DDE2);border-color:#8D9096}.btn-info.focus,.btn-info:focus{color:#121212;background-color:#D9DDE2;border-color:#8D9096}.btn-info:hover{color:#121212;background-color:#D9DDE2;border-color:#8D9096}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{color:#121212;background-color:#D9DDE2;border-color:#8D9096}.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover{color:#121212;background-color:#D9DDE2;border-color:#8D9096}.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info{background-image:none}
.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover{background-color:#D9DDE2;border-color:#46b8da}
.btn-info .badge{color:#121212;background-color:#D9DDE2}

.btn-warning{color:#EF4D42;background-color:#FFF;border-color:#FFF}

.btn-warning.focus,.btn-warning:focus{color:#EF4D42;background-color:#FFF;border-color:#FFF}.btn-warning:hover{color:#EF4D42;background-color:#FFF;border-color:#FFF}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{color:#EF4D42;background-color:#FFF;border-color:#FFF}.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover{color:#EF4D42;background-color:#FFF;border-color:#FFF}
.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover{color:#EF4D42;background-color:#FFF;border-color:#FFF}.btn-warning .badge{color:#EF4D42;background-color:#FFF;border-color:#FFF}

.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c9302c;border-color:#761c19}
.btn-danger:hover{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover{color:#fff;background-color:#ac2925;border-color:#761c19}
.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover{background-color:#d9534f;border-color:#d43f3a}
.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover{border-color:transparent}.btn-link:focus,.btn-link:hover{color:#23527c;text-decoration:underline;background-color:transparent}
.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover{color:#777;text-decoration:none}
.btn-group-lg>.btn,.btn-lg{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}

.btn-group-sm>.btn,.btn-sm{padding:0px 0px;font-size:22px;line-height:1.5;border-radius:3px}.btn-group-xs>.btn,.btn-xs{padding:0px 0px;font-size:16px;line-height:1.5;border: solid 0px red;border-radius:3px}

.btn-lm{padding:0px 4px;font-size:30px;cursor:pointer;line-height:1.5;border-radius:3px}

.btn-tb{padding:0px 0px;font-size:18px;cursor:pointer;line-height:1.5;border-radius:3px}

.btn-sh{padding:0px 0px;font-size:16px;cursor:pointer;line-height:1.5;border-radius:3px}


	@media screen and (max-width: 480px) {

		.btn-sh {
			font-size:12px;
		}	

	}



.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}
.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}
.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}
.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid\9;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown,.dropup{position:relative}.dropdown-toggle:focus{outline:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:10px;left:auto}
.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover{color:#fff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{color:#777}
.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}
.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}
.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid\9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}
@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;float:left}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:2}
.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}
.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}
.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}
.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}
.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}
.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}
.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}
.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}
select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group .form-control,.input-group-addon,.input-group-btn{display:table-cell}
.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}
.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}
.input-group-addon input[type=checkbox],.input-group-addon input[type=radio]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}
.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}
.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}
.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}
.nav>li>a:focus,.nav>li>a:hover{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:focus,.nav>li.disabled>a:hover{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{background-color:#eee;border-color:#337ab7}
.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}
.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}
.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}
.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover{border-bottom-color:#fff}}
.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover{color:#fff;background-color:#337ab7}
.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}
.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}
@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}
.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}
@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}
@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}
.navbar-collapse.in{overflow-y:visible}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:340px}
@media (max-device-width:480px) and (orientation:landscape){.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse{max-height:200px}}
.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:-15px;margin-left:-15px}
@media (min-width:768px){.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header{margin-right:0;margin-left:0}}
.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-bottom,.navbar-fixed-top{position:fixed;right:0;left:0;z-index:1030}
@media (min-width:768px){.navbar-fixed-bottom,.navbar-fixed-top{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}
.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}
.navbar-brand>img{display:block}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}
.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}
.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover{background-image:none}}
@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}
.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}
@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}
.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn{width:auto}.navbar-form .input-group>.form-control{width:100%}
.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .checkbox,.navbar-form .radio{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .checkbox label,.navbar-form .radio label{padding-left:0}
.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}
@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}
.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}
.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}
@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important;margin-right:-15px}.navbar-right~.navbar-right{margin-right:0}}
.navbar-default{background-color:#f8f8f8;border-color:#aab7c4}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover{color:#5e5e5e;background-color:transparent}
.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover{color:#333;background-color:transparent}
.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover{color:#555;background-color:#aab7c4}
.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover{color:#ccc;background-color:transparent}
.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover{background-color:#ddd}
.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#aab7c4}
.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover{color:#555;background-color:#aab7c4}
@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover{color:#333;background-color:transparent}
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover{color:#555;background-color:#aab7c4}
.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#ccc;background-color:transparent}}
.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:focus,.navbar-default .btn-link:hover{color:#333}.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}
.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover{color:#fff;background-color:#080808}
.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}
.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover{color:#fff;background-color:#080808}
@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}
.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#fff;background-color:transparent}
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover{color:#fff;background-color:#080808}
.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover{color:#444;background-color:transparent}}
.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover{color:#fff}.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}
.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}
.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:focus,.pager li>a:hover{text-decoration:none;background-color:#eee}
.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}
.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:focus,a.label:hover{color:#fff;text-decoration:none;cursor:pointer}
.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:focus,.label-default[href]:hover{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:focus,.label-primary[href]:hover{background-color:#286090}
.label-success{background-color:#5cb85c}.label-success[href]:focus,.label-success[href]:hover{background-color:#449d44}.label-info{background-color:#5bc0de}
.label-info[href]:focus,.label-info[href]:hover{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:focus,.label-warning[href]:hover{background-color:#ec971f}.label-danger{background-color:#d9534f}
.label-danger[href]:focus,.label-danger[href]:hover{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777;border-radius:10px}
.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-group-xs>.btn .badge,.btn-xs .badge{top:0;padding:1px 5px}a.badge:focus,a.badge:hover{color:#fff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}
.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}
.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}
@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}
.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}
.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}
.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}
.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}
.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}

@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}
.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}
.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}a.list-group-item,button.list-group-item{color:#555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text{color:#c7ddef}.list-group-item-success{color:#3c763d;background-color:#dff0d8}
a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover{color:#31708f;background-color:#c4e3f3}
a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}
a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover{color:#8a6d3b;background-color:#faf2cc}
a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}
.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#fff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}
.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}
.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:focus,.close:hover{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%)}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}
.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}
.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}
.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;filter:alpha(opacity=0);opacity:0;line-break:auto}
.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}
.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}
.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}
.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.42857143;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);line-break:auto}
.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}
.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>a>img,.carousel-inner>.item>img{line-height:1}@media all and (transform-3d),(-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform .6s ease-in-out;-o-transition:-o-transform .6s ease-in-out;transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.active.right,.carousel-inner>.item.next{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.carousel-inner>.item.active.left,.carousel-inner>.item.prev{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}
.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:focus,.carousel-control:hover{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{left:50%;margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{right:50%;margin-right:-10px}.carousel-control .icon-next,.carousel-control .icon-prev{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000\9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{display:table;content:" "}.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important;vertical-align: middle;}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-lg,.visible-md,.visible-sm,.visible-xs{display:none!important}.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table!important}tr.visible-xs{display:table-row!important}
td.visible-xs,th.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table!important}tr.visible-sm{display:table-row!important}td.visible-sm,th.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table!important}tr.visible-md{display:table-row!important}
td.visible-md,th.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table!important}tr.visible-lg{display:table-row!important}td.visible-lg,th.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}
@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}
@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}
@media print{.visible-print{display:block!important}table.visible-print{display:table!important}tr.visible-print{display:table-row!important}td.visible-print,th.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}		

.btn-grey{
    background-color:#FFFFFF;
	color:#EF4D42;
}


.glyphicon{
	position:relative;
	top:0px;

	display: inline-block;
  	width: 20px;
  	height: 19px;
  	margin-right: 0.1em;
  	background-size: cover;

	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.glyphicon2{
	position:relative;
	top:0px;

	display: inline-block;
  	width: 15px;
  	height: 14px;
  	margin-right: 0.1em;
  	background-size: cover;

	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}

.glyphicon3{
	position:relative;
	top:0px;

	display: inline-block;
  	width: 35px;
  	height: 33px;
  	margin-right: 0.4em;
  	background-size: cover;

	font-family:'Glyphicons Halflings';
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}





.glyphicon-star{
	background-image: url(/svg/star.svg);
}
.glyphicon-star-empty{
	background-image: url(/svg/star-empty.svg);
}



.rating-block{
	background-color:#FAFAFA;
	border:1px solid #EFEFEF;
	padding:15px 15px 20px 15px;
	border-radius:3px;
}

.average-block{ 
	display: inline-flex;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
	border: solid 0px blue;
}

.average-result{
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.2px;
}

.rating-reviews {
	font-size: 16px;
	font-weight: 400;
	cursor: pointer;
	text-decoration: underline;
	letter-spacing: 0.2px;
}

.average-block2{ 
	display: inline-flex;
	vertical-align: middle;
	border: solid 0px blue;
}

.average-result2{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2px;
	cursor:pointer;
}

.rating-reviews2 {
	font-size: 14px;
	font-weight: 400;
	color: #2376E5;
	cursor: pointer;
	letter-spacing: 0.2px;
}

	.rating-reviews2:hover {
		color: #ED9323;
		text-decoration: underline;
	}

.average-block3{ 
	display: inline-flex;
	vertical-align: middle;
	text-align: left;
	margin: 0 0 -0.4em 0;
	padding: 0 0 0em 1.2em;
	border: solid 0px blue;
}

.average-result3{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.2px;
	cursor:pointer;
	width: 53px;
}

.rating-reviews3 {
	font-size: 14px;
	font-weight: 400;
	color: #2376E5;
	cursor: pointer;
	letter-spacing: 0.2px;
	width: 60px;
}

	.rating-reviews3:hover {
		color: #ED9323;
		text-decoration: underline;
	}

.bar-block{
	padding: 2em 0;
}

.pull-bar{
	width:75px; 
	line-height:1;
}

.pull-text{
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.2px;
 	height:18px;
 	margin:5px 0 0 0;
}

.pull-bar2{
	width:180px; 
	line-height:1;
}

.pull-bar3{
	width:45px; 
	line-height:1;
	text-align: right;
	border: solid 0px red;
}

.pull-text2{
	font-size: 1.4em;
	font-weight: 400;
	letter-spacing: 0.2px;
 	height:18px;
 	margin:5px 0 0 0px;
 	border: solid 0px red;
}

.progress{height:26px; margin:5px 5px 5px 5px;overflow:hidden;background-color:#EAEDED;border: solid 1px #D6D6D6;border-radius:1px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}

.progress-bar {
	float:left;width:0;height:100%;font-size:12px;line-height:20px;
	color:#fff;
	
	background-color:#EF4D42;
	background-image: linear-gradient(#F2B6B2, #EF4D42);
	-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);
	-webkit-transition:width .6s ease;
	-o-transition:width .6s ease;
	transition:width .6s ease
}

.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}
.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}
.progress-bar-success{background-color:#EF4D42}
.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}
.progress-bar-info{background-color:#EF4D42}

.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#EF4D42}
.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#EF4D42}
.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}

.review-block{
	background-color:#FFFFFF;
	padding:0px 0px 0px 0px;
	border-radius:3px;
	margin-bottom:0px;
	border: solid 0px blue;
}

.row-block {
	margin:0px 0 4px 0px;
	border: solid 0px red;
}

.acronym {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
	justify-content: center;
  	flex-direction: column;
  	text-align: center;
    color: #FFFFFF;
    font-size: 1.7em;
	font-weight: 400;
	letter-spacing: -0.1px;
    background: #445A64;
    border: solid 0px red;
}

.ans-acronym {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
	justify-content: center;
  	flex-direction: column;
  	text-align: center;
    color: #FFFFFF;
    font-size: 1.3em;
	font-weight: 400;
	letter-spacing: -0.1px;
    background: #F0C354;
    border: solid 0px red;
}

.review-block-name{
	font-size: 1.7em;
	font-weight: 400;
	height: 34px;
	letter-spacing: -0.1px;
	display: inline-flex;
	justify-content: center;
  	flex-direction: column;
  	text-align: center;
	margin:0px 0 0px 8px;
	border: solid 0px red;
}

.ans-block-name{
	font-size: 1.2em;
	font-weight: 400;
	height: 34px;
	letter-spacing: -0.1px;
	color: #818181;
	display: inline-flex;
	justify-content: center;
  	flex-direction: column;
  	text-align: center;
	margin:0px 0 0px 8px;
	border: solid 0px red;
}

.review-block-date{
	font-size: 1.4em;
	font-weight: 400;
	color: #818181;
	letter-spacing: 0.2px;
	vertical-align: middle;
	margin:0px 0 0px 0px;
	border: solid 0px blue;
}

.review-block-verified{
	font-size: 1.4em;
	font-weight: 600;
	color: #C7672B;
	letter-spacing: -0.2px;
	vertical-align: middle;
	margin:0px 0 0px 0px;
	border: solid 0px blue;
}

.review-block-rate{
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: 0.2px;
	margin:4px 0 3px 0;
	display: inline-flex;
	border: solid 0px blue;
}

.review-block-title{
	font-size: 1.7em;
	font-weight: 700;
	letter-spacing: 0.2px;
	margin-bottom:2px;
	border: solid 0px blue;
}

.review-block-description{
	font-size: 1.7em;
	font-weight: 400;
	letter-spacing: 0.2px;
	word-break:break-all;
	border: solid 0px blue;
}

.qna-block-description{
	font-size: 1.7em;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #2376E5;
	margin-bottom: 10px;
	word-break:break-all;
	border: solid 0px blue;
}

.ans-block-description{
	font-size: 1.7em;
	font-weight: 400;
	letter-spacing: 0.2px;
	margin-top: 10px;
	padding: 0.4em 0;
	word-break:break-all;
	border-top: solid 1px #C5C5C5;
}

	@media screen and (max-width: 736px) {

            .review-block-rate{
				margin:10px 0 5px 0;
			}

	}

	@media screen and (max-width: 480px) {

			.average-block3{ 
				margin: 0 0 0em 0;
				padding: 0 0 0em 1em;
				border: solid 0px blue;
			}

			.average-result3{
				font-size: 12px;
				font-weight: 400;
				letter-spacing: 0.2px;
				width: 45px;
			}

			.rating-reviews3 {
				font-size: 12px;
				font-weight: 400;
				letter-spacing: 0.2px;
				width: 50px;
			}

			.pull-text{
				font-size: 1.8em;
				height:20px;
 				margin:5px 0 0 0;
			}

			.pull-text2{
				font-size: 1.8em;
				height:20px;
 				margin:5px 0 0 0px;
			}

			.progress{
				height:30px; margin:5px 5px;
			}
			.progress-bar {
				line-height:30px;
			}

			.ans-acronym {
			    font-size: 1.5em;
			}	

			.review-block-name{
				font-size: 1.7em;
			}

			.ans-block-name{
				font-size: 1.3em;
			}

			.review-block-date{
				font-size: 1.6em;
				font-weight: 400;
			}

			.review-block-verified{
				font-size: 1.6em;
			}	

			.review-block-rate{
				font-size: 1.8em;
				margin:3px 0 3px 0;
			}

			.review-block-title{
				font-size: 1.8em;
				margin-bottom:-1px;
			}

			.review-block-description{
				font-size: 1.8em;
			}

			.qna-block-description{
				font-size: 1.8em;
			}

			.ans-block-description{
				font-size: 1.8em;
			}

	}

	@media screen and (max-width: 413px) {

			.pull-bar2{
				width:135px; 
				line-height:1;
			}
	}

		/*Copied from bootstrap to handle input file multiple*/
		.btn3 {
           	font-size: 1.5em;
			font-weight: 400;
			letter-spacing: 0.1em;
			padding: 0em 0em;
			height: 3em;
			line-height: 3em;
			width: 100%;
            text-align: center;
			text-decoration: none;
            white-space: nowrap;
            vertical-align: middle;
            display: inline-block;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            margin-bottom: 1.6em;
        }
        /*Also */
		.btn3-success {
			color:#121212;
			background-color:#D9DDE2;
			background-image: linear-gradient(#FBFCFD, #D9DDE2);
			border:solid 1px #8D9096;	
			border-radius:3px;	
        }

        	@media screen and (max-width: 480px) {

				.btn3 {   
			    	font-size: 1.9em;
		        	font-weight: 400;
		        	letter-spacing: 0.1em;
		       	 	height: 3em;
		        	line-height: 3em;
		        	margin-bottom: 1.3em;
		    	}

			}	

        /* This is copied from https://github.com/blueimp/jQuery-File-Upload/blob/master/css/jquery.fileupload.css */
        .fileinput-button {
            position: relative;
            overflow: hidden;
        }

            .fileinput-button input {
                position: absolute;
                top: 0;
                right: 0;
                margin: 0;
                opacity: 0;
                -ms-filter: 'alpha(opacity=0)';
                font-size: 1.5em;
                direction: ltr;
                cursor: pointer;
                border: solid 0px red;
            }

            @media screen and (max-width: 480px) {

				.fileinput-button input {  
		       	 	height: 1.9em;
		        	line-height: 1.9em;
		    	}

			}	

        ul.thumb-Images li {
        	height: 100px;
            width: 100px;
            float: left;
			padding:0;
            display: inline-flex;
        	justify-content: center;
  			align-items: center;
            background-color: #121212;
            margin: 0em 2em 2.6em 0em;
            border: solid 0px blue;
        }

        .img-wrap {
            position: relative;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            font-size: 0;
            max-width: 100%;
  			height: auto;
  			align-self: center;
            border: solid 0px red;
        }

            .img-wrap .close {
                position: absolute;
                top: 4px;
                right: 4px;
                z-index: 100;
                color: #000140;
                background-color: #FFFFFF;
                opacity: 1;
                font-weight: bolder;
                cursor: pointer;
                height: 18px;
                width: 18px;
                line-height: 18px;
                border-radius: 100%;	
                display: inline-flex;
        		justify-content: center;
  				align-items: center;
  				padding: 5px;
  				overflow:hidden;	
            }

        .thumb {
            width: auto;
            max-width: 100px;
  			height: auto;
  			max-height: 100px;
  			position: relative;
            border: 0px solid #121212;
        }    

        .FileNameCaptionStyle {
            font-size: 12px;
        }



        ul.thumb-Images2 li {
        	height: 100px;
            width: 100px;
            float: left;
			padding:0;
            display: inline-flex;
        	justify-content: center;
  			align-items: center;
            background-color: #121212;
            margin: 1em 1em 0em 0em;
            border: solid 0px blue;
        }

        .img-wrap2 {
            position: relative;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            font-size: 0;
            max-width: 100%;
  			height: auto;
  			align-self: center;
            border: solid 0px red;
        }

            .img-wrap2 .close2 {
                position: absolute;
                top: 4px;
                right: 4px;
                z-index: 100;
                color: #000140;
                background-color: #FFFFFF;
                opacity: 1;
                font-weight: bolder;
                cursor: pointer;
                height: 18px;
                width: 18px;
                line-height: 18px;
                border-radius: 100%;	
                display: inline-flex;
        		justify-content: center;
  				align-items: center;
  				padding: 5px;
  				overflow:hidden;	
            }

        .thumb2 {
            width: auto;
            max-width: 100px;
  			height: auto;
  			max-height: 100px;
  			position: relative;
            border: 0px solid #121212;
        }    

        .FileNameCaptionStyle2 {
            font-size: 12px;
        }

/* Lightbox */

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 0px;

  /* Image border */
  border: 0px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 0px;
  border: solid 0px red;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding: 10px 0;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: solid 0px blue;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
  border: solid 0px red;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 2em;
  border: solid 0px red;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 2em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 0em;
  font-size: 16px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Message */

    #address_err_msg {
    	position: absolute;
	    margin-left: auto;
       	margin-right: auto;
       	padding-left: 1.2em;
    	text-align: left;
    	font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#D72371;
    	border: solid 0px blue;
    }

		@media screen and (max-width: 480px) {

            #address_err_msg {
    	        font-size: 1.7em;
			}

		}

	 .address_err_msg {
    	position: absolute;
	    margin-left: auto;
       	margin-right: auto;
       	padding-left: 1.2em;
    	text-align: left;
    	font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#D72371;
    	border: solid 0px blue;
    }

		@media screen and (max-width: 480px) {

            .address_err_msg {
    	        font-size: 1.7em;
			}

		}	

    #err_msg {
    	position: absolute;
	    margin-left: auto;
       	margin-right: auto;
       	padding: 0.4em 0 0 1.2em;
    	text-align: left;
    	font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#D72371;
    	border: solid 0px blue;
    }

		@media screen and (max-width: 480px) {

            #err_msg {
    	        font-size: 1.7em;
			}

		}

	#err_msg2 {
    	position: absolute;
	    margin-left: auto;
       	margin-right: auto;
       	padding: 0.4em 0 0 0.1em;
    	text-align: left;
    	font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#D72371;
    	border: solid 0px blue;
    }

		@media screen and (max-width: 480px) {

            #err_msg2 {
    	        font-size: 1.7em;
			}

		}	

	#err_msg3 {
    	position: absolute;
	    margin-left: auto;
       	margin-right: auto;
       	padding: 0.4em 0 0 0.1em;
    	text-align: left;
    	font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#D72371;
    	border: solid 0px blue;
    }

		@media screen and (max-width: 480px) {

            #err_msg3 {
    	        font-size: 1.7em;
			}

		}	

    .err_msg {
    	font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#D72371;
    	padding-left: 1.2em;
    	text-align: left;
    	border: solid 0px blue;
    }

		@media screen and (max-width: 480px) {

            .err_msg {
    	        font-size: 1.7em;
			}

		}	

    #gift_msg {
    	position: absolute;
	    margin-left: auto;
       	margin-right: auto;
       	padding-left: 1.2em;
    	text-align: left;
    	font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#D72371;
    	border: solid 0px blue;
    }

		@media screen and (max-width: 480px) {

            #gift_msg {
    	        font-size: 1.7em;
			}

		}

	#stock_msg {
    	text-align: center;
    	font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#D72371;
    	border: solid 0px blue;
    }

		@media screen and (max-width: 480px) {

            #stock_msg {
    	        font-size: 1.7em;
			}

		}

	.stock_msg {
    	text-align: center;
    	font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#D72371;
    	border: solid 0px blue;
    }

		@media screen and (max-width: 480px) {

            .stock_msg {
    	        font-size: 1.7em;
			}

		}	

/* Others */

	.empty {
		font-size: 2em;
		font-weight: 600;
		color: #121212;
		letter-spacing: 1px;
		text-align: center;
		padding: 3em 0 3em 0;
		border: solid 0px blue;
    }

    .top-border {
    	width: 100%; 
    	border-top: solid 1px #C5C5C5;
    }

	.byline {    	
		font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#121212;
    	text-align: left;
    	max-width: 100%;
		margin: 0 auto;
		padding-top: 2em;
    	border: solid 0px blue;
	}	

		@media screen and (max-width: 480px) {

            .byline {
    	        font-size: 1.7em;
			}

		}

	.byline2 {    	
		font-size: 1.7em;
    	font-weight: 600;
    	letter-spacing: 0.1px; 
    	color:#121212;
    	max-width: 100%;
		margin: 0 auto;
		text-align: center;
		text-decoration: underline;
		padding: 0em 0em;
    	border: solid 0px blue;
	}	

		@media screen and (max-width: 480px) {

            .byline2 {
    	        font-size: 2em;
			}

		}

	.byline3 {    	
		font-size: 1.4em;
    	font-weight: 400;
    	letter-spacing: 0.1px; 
    	color:#121212;
    	text-align: left;
    	max-width: 100%;
   		margin: 0 auto;
		padding-top: 0.5em;
    	border: solid 0px blue;
	}	

		@media screen and (max-width: 480px) {

            .byline3 {
    	        font-size: 1.7em;
			}

		}

    .timeselect {    	
		font-size: 1.7em;
    	font-weight: 600;
    	letter-spacing: 0.1px; 
    	color:#121212;
    	text-align: center;
    	cursor: pointer;
    	max-width: 100%;
		margin: 0 2em;
		padding: 0.3em 0.5em;
    	border: solid 1px #aab7c4;
	}	

		@media screen and (max-width: 480px) {

            .timeselect {
    	        font-size: 2em;
			}

		}

    .timeselect-selected {    	
		font-size: 1.7em;
    	font-weight: 600;
    	letter-spacing: 0.1px; 
	    color: #ffffff;
        background-color: #121212;
        opacity: 0.85;
    	text-align: center;
    	cursor: pointer;
    	max-width: 100%;
		margin: 0 2em;
		padding: 0.3em 0.5em;
    	border: solid 0px #aab7c4;
	}	

		@media screen and (max-width: 480px) {

            .timeselect-selected {
    	        font-size: 2em;
			}

		}	

	.backpage {
		position: absolute; 
		margin: -10px 0 0 30px; 
		font-size: 1.4em;
    	font-weight: 600;
    	letter-spacing: 0.1px; 
    	color:#121212;
    	text-align: left;
	}

    .editcard { 
    	clear: both;  
    	-webkit-box-sizing: border-box; 
    	box-sizing: border-box;  
    	border: solid 1px #aab7c4
    }

    .editcard.mark {
    	color: #ffffff;
    	background-color: #121212;
    	opacity: 0.85; 
    	border: solid 0px #aab7c4;
    }


/* Stripe */	

	.field::-webkit-input-placeholder { 
    	color: #121212; 
    }

	.field::-moz-placeholder { 
    	color: #121212; 
    }

	.field:-ms-input-placeholder { 
    	color: #121212; 
    }

	.field {
    	font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
    	font-size: 12pt;
    	font-weight: 400;
    	letter-spacing: 0.02em;
    	border: 1px solid #aab7c4;
    	color: #121212;
    	padding: 0.8em 1em 0em 1em;
    	width: 100%;
    	height: 2.85em;
    }


		@media screen and (max-width: 480px) {

            .field {
    	        height: 3em;
			}

		}

	.success, .error {
	  	font-size: 12pt;
	}

	.success.visible, .error.visible {
  		display: inline;
	}

	.error {
  		color: #D72371;
	}

	.success {
  		color: #D72371;
	}

	.success .token {
  		font-weight: 400;
  		font-size: 12pt;
	}

/* validetta */

	.validetta-bubble {
  		position: absolute;
  		background-color: #ffffff;
  		max-width: 325px;
  		color: #D72371;
  		padding-left: 1.2em;
  		border-radius: 0px;
  		margin-top: -0.23em;
  		border: solid 0px blue;
  		z-index: 0; 
  	}

  		.validetta-bubble:before {
    		content: '';
    		position: absolute;
    		display: block;
    		height: 0;
    		width: 0;
    		border-width: 0px;
    		border-style: solid; 
    	}

  		.validetta-bubble--right:before {
    		top: 7px;
    		left: -10px;
    		border-color: transparent #ffffff transparent transparent;
    	}

  		.validetta-bubble--bottom:before {
    		top: -10px;
    		left: 10px;
    		border-color: transparent transparent #ffffff transparent; 
    	}

		.validetta-inline, .validetta-bubble {
  			display: block;
  			font-size: 1.4em;
  			font-weight: 400;
  			letter-spacing: 0.1px;
  			font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif; 
  		}

			@media screen and (max-width: 480px) {

            	.validetta-inline, .validetta-bubble  {
    				font-size: 1.7em;
				}

			}

		.validetta-inline {
  			color: #ffffff; 
  		}

/* Datepicker */

    .datepicker {
        box-sizing: content-box;
        color: #121212;
        font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
        font-size: 12pt;
        font-weight: 600;
        letter-spacing: 0.02em;
        line-height: 1.575;
        width: 311px;
        position: absolute;
        left: 0px;
        opacity: 0;
        transition: opacity 0.0s ease, left 0s 0.0s, -webkit-transform 0.0s ease;
        transition: opacity 0.0s ease, transform 0.0s ease, left 0s 0.0s;
        transition: opacity 0.0s ease, transform 0.0s ease, left 0s 0.0s, -webkit-transform 0.0s ease;
        z-index: 0; 

        border-radius: 3px;

        background: #ffffff;

        border: solid 0px red;
        box-shadow:  0 0 4px  rgba(0,0,0,0.2);
		-moz-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
		-o-box-shadow: 0 0 4px  rgba(0,0,0,0.2);
    }

	.datepickers-container {
  		position: absolute;
  		left: 0em;
  		top: -1.2em;
  	}
  		@media print {
    		.datepickers-container {
      			display: none; 
      		} 
      	}

    .datepicker.-from-top- {
  		-webkit-transform: translateY(0px);
        transform: translateY(0px); 
    }

    .datepicker.-from-right- {
        -webkit-transform: translateX(0px);
        transform: translateX(0px); 
    }

  	.datepicker.-from-bottom- {
   		-webkit-transform: translateY(0px);
        transform: translateY(0px); 
    }

    .datepicker.-from-left- {
    	-webkit-transform: translateX(0px);
        transform: translateX(0px); 
    }

    .datepicker.active {
    	opacity: 1;
    	-webkit-transform: translate(0);
        transform: translate(0);
    	transition: opacity 0s ease, left 0s 0s, -webkit-transform 0s ease;
    	transition: opacity 0s ease, transform 0s ease, left 0s 0s;
    	transition: opacity 0s ease, transform 0s ease, left 0s 0s, -webkit-transform 0s ease; 
    }

    .datepicker-inline .datepicker {
  		border-color: none;
  		box-shadow: none;
  		position: static;
  		left: auto;
  		right: auto;
  		opacity: 1;
  		-webkit-transform: none;
    	transform: none; 
    }

	.datepicker-inline .datepicker--pointer {
  		display: none; 
  	}

	.datepicker--content {
  		box-sizing: content-box;
  		padding: 0px; 
  	}

  	.-only-timepicker- .datepicker--content {
    	display: none; 
    }

	.datepicker--pointer {
  		position: absolute;
 		background: #ffffff;
  		border-top: 0px solid #dbdbdb;
  		border-right: 0px solid #dbdbdb;
  		width: 0px;
  		height: 0px;
  		z-index: 0; 
  	}

  	.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    	top: calc(100% - 4px);
    	-webkit-transform: rotate(135deg);
        transform: rotate(135deg); 
    }

  	.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    	right: calc(100% - 4px);
    	-webkit-transform: rotate(225deg);
        transform: rotate(225deg); 
    }

  	.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    	bottom: calc(100% - 4px);
    	-webkit-transform: rotate(315deg);
        transform: rotate(315deg); 
    }

  	.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    	left: calc(100% - 4px);
    	-webkit-transform: rotate(45deg);
        transform: rotate(45deg); 
    }

  	.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    	left: 10px; 
    }

  	.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    	right: 10px; 
    }

  	.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    	left: calc(50% - 10px / 2); 
    }

  	.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    	top: 10px; 
    }

  	.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    	bottom: 10px; 
    }

  	.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    	top: calc(50% - 10px / 2); 
    }

	.datepicker--body {
  		display: none; 
  	}

  	.datepicker--body.active {
    	display: block; 
    }

	.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  		color: #dedede; 
  	}

  	.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    	color: #c5c5c5; 
    }

  	.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    	color: #dedede; 
    }

  	.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
   	}

    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

 	.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    	color: #cccccc; 
    }

    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

  	.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    	background: none;
    	border: none; 
    }

/* 	Navigation */

	.datepicker--nav {
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-justify-content: space-between;
      	-ms-flex-pack: justify;
        justify-content: space-between;
  		border-bottom: 0px solid #aab7c4;
  		background-color: #ffffff;
  		opacity: 0.85;
  		height: 42px;
  		padding: 0px; 
  	}

  	.-only-timepicker- .datepicker--nav {
    	display: none; 
    }

	.datepicker--nav-title, .datepicker--nav-action {
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		cursor: pointer;
  		-webkit-align-items: center;
      	-ms-flex-align: center;
        align-items: center;
  		-webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; 
    }

	.datepicker--nav-action {
  		width: 60px;
  		line-height: 60px;
  		margin-top: 0px;
  		margin-left: 10px;
  		margin-right: 0px;
  		border-radius: 0px;
  		-webkit-user-select: none;
     	-moz-user-select: none;
    	-ms-user-select: none;
        user-select: none; 
    }

  	.datepicker--nav-action:hover {
    	background: #ffffff; 
    }

  	.datepicker--nav-action.-disabled- {
    	visibility: hidden; 
    }

  	.datepicker--nav-action svg {
    	width: 40px;
    	height: 40px; 
    }

  	.datepicker--nav-action path {
    	fill: none;
    	stroke: #121212;
    	stroke-width: 3.8px; 
    }

	.datepicker--nav-title {
  		border-radius: 0px;
  		padding: 0 0px; 
  	}

  	.datepicker--nav-title i {
    	font-family: 'Roboto', Helvetica Neue, Helvetica, Arial, Noto Serif, Noto Sans KR, sans-serif;
    	font-size: 12pt;
    	font-weight: 600;
    	letter-spacing: 0.02em;
    	line-height: 1.575;
    	color: #121212;
   		font-style: normal;
    	margin-left: 1.4em; 
    }

  	.datepicker--nav-title:hover {
   		 background: #ffffff; 
   	}

  	.datepicker--nav-title.-disabled- {
    	cursor: default;
    	background: none; 
    }

	.datepicker--buttons {
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		padding: 0px;
  		border-top: solid 0px #121212; 
  	}

	.datepicker--button {
  		color: #ffffff;
  		cursor: pointer;
  		border-radius: 0px;
  		-webkit-flex: 1;
    	-ms-flex: 1;
        flex: 1;
  		display: -webkit-inline-flex;
  		display: -ms-inline-flexbox;
  		display: inline-flex;
  		-webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
  		-webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
  		height: 40px; 
  	}

  	.datepicker--button:hover {
    	color: #121212;
   		background: #7d7d7d; 
   	}

	.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  		color: #dedede; 
  	}

 	.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    	color: #c5c5c5; 
    }

 	.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    	color: #dedede; 
    }

  	.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- { 
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

  	.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
        background-color: #EAEDED; 
    	opacity: 0.85; 
    }

  	.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    	background: none;
    	border: none; 
    }

/* Datepicker cells */

    .datepicker--cells {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; 
    }

    .datepicker--cell {
        border-radius: 3px;
        box-sizing: border-box;
        cursor: pointer;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 44px;
        z-index: 1; 
    }

    .datepicker--cell.-focus- {
        color: #ED9323; 
        background: #EAEDED;
        opacity: 0.85; 
    } 
    
    .datepicker--cell.-current- {
        color: #121212; font-weight: 600;
        background: #ffffff; 
    }
    
    .datepicker--cell.-current-.-focus- {
        color: #ED9323; 
        background: #EAEDED;
        opacity: 0.85;  
    }
    
    .datepicker--cell.-current-.-in-range- {
        color: #7d7d7d; font-weight: 600; 
    }

    .datepicker--cell.-in-range- {
        background: #ffffff;
        color: #7d7d7d;
        border-radius: 0; 
    }

    .datepicker--cell.-in-range-.-focus- {
        color: #ED9323; 
        background: #EAEDED;
        opacity: 0.85; 
    }

    .datepicker--cell.-disabled- {
        cursor: not-allowed;
        font-size: 11pt;
        font-weight: 400;
        color: #aab7c4;
        background: #ffffff; 
    }
    
    .datepicker--cell.-disabled-.-focus- {
        font-size: 11pt;
        font-weight: 400;
        color: #aab7c4;
        background: #ffffff; 
    }
    
    .datepicker--cell.-disabled-.-in-range- {
        font-size: 11pt;
        font-weight: 400;
        color: #aab7c4;
        background: #ffffff; 
    }
    
    .datepicker--cell.-disabled-.-current-.-focus- {
        font-size: 11pt;
        font-weight: 400;
        color: #aab7c4;
        background: #ffffff; 
    }
    
    .datepicker--cell.-range-from- {
        border: 0px solid #7d7d7d; 
        background-color: #EAEDED; 
        border-radius: 4px 0 0 4px; 
    }

    .datepicker--cell.-range-to- {
        border: 0px solid #7d7d7d;
        background-color: #EAEDED; 
        border-radius: 0 4px 4px 0; 
    }
    
    .datepicker--cell.-range-from-.-range-to- {
        border-radius: 3px; 
    }

    .datepicker--cell.-selected- {
        color: #ED9323;
    	border: none; 
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

    .datepicker--cell.-selected-.-current- {
        color: #ED9323;
        background-color: #EAEDED; 
        opacity: 0.85; 
    }
    
    .datepicker--cell.-selected-.-focus- {
        color: #ED9323;
        background-color: #EAEDED; 
        opacity: 0.85; 
    }

    .datepicker--cell:empty {
        cursor: default; 
    }

    .datepicker--days-names {
        display: -webkit-flex;
    	display: -ms-flexbox;
    	display: flex;
  		-webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  		background-color: #121212;
  		opacity: 0.85;
  		padding: 8px 0 8px 0; 
  	}

	.datepicker--day-name {
  		color: #ffffff;
  		font-size: 11pt;
  		font-weight: 400;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-align-items: center;
      	-ms-flex-align: center;
        align-items: center;
  		-webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
  		-webkit-flex: 1;
    	-ms-flex: 1;
        flex: 1;
  		text-align: center; 
  	}

	.datepicker--cell-day {
 		 width: 14.28571%; 
 	}

	.datepicker--cells-months {
  		height: 170px; 
  	}

	.datepicker--cell-month {
  		width: 33.33%;
  		height: 25%; 
  	}

	.datepicker--years {
  		height: 170px; 
  	}

	.datepicker--cells-years {
  		height: 170px; 
  	}

	.datepicker--cell-year {
  		width: 25%;
  		height: 33.33%; 
  	}

	.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
		color: #dedede; 
	}

  	.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    	color: #c5c5c5; 
    }

  	.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    	color: #dedede; 
    }

  	.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    	color: #ED9323;
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

  	.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    	color: #fff; 
    }

    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

  	.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    	background: none;
   	    border: none; }

/* Timepicker */

	.datepicker--time {
  		border-top: 0px solid #efefef;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-align-items: center;
      	-ms-flex-align: center;
        align-items: center;
  		padding: 4px;
  		position: relative; 
  	}

    .datepicker--time.-am-pm- .datepicker--time-sliders {
    	-webkit-flex: 0 1 138px;
        -ms-flex: 0 1 138px;
        flex: 0 1 138px;
    	max-width: 138px; 
    }

  	.-only-timepicker- .datepicker--time {
    	border-top: none; 
    }

	.datepicker--time-sliders {
  		-webkit-flex: 0 1 153px;
      	-ms-flex: 0 1 153px;
        flex: 0 1 153px;
  		margin-right: 10px;
  		max-width: 153px; 
  	}

	.datepicker--time-label {
  		display: none;
  		font-size: 12px; 
  	}

	.datepicker--time-current {
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
  		-webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
  		font-size: 14px;
  		text-align: center;
  		margin: 0 0 0 10px; 
  	}

	.datepicker--time-current-colon {
  		margin: 0 2px 3px;
  		line-height: 1; 
  	}

	.datepicker--time-current-hours, .datepicker--time-current-minutes {
  		line-height: 1;
  		font-size: 19px;
  		font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  		position: relative;
  		z-index: 1; 
  	}

  	.datepicker--time-current-hours:after, .datepicker--time-current-minutes:after {
    	content: '';
   		background: #f0f0f0;
    	border-radius: 3px;
    	position: absolute;
    	left: -2px;
    	top: -3px;
    	right: -2px;
    	bottom: -2px;
    	z-index: -1;
    	opacity: 0; 
    }

  	.datepicker--time-current-hours.-focus-:after, .datepicker--time-current-minutes.-focus-:after {
    	opacity: 1; 
    }

	.datepicker--time-current-ampm {
  		text-transform: uppercase;
  		-webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
  		color: #9c9c9c;
  		margin-left: 6px;
  		font-size: 11px;
  		margin-bottom: 1px; 
  	}

	.datepicker--time-row {
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
  		font-size: 11px;
    	height: 17px;
  		background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; 
  	}

  	.datepicker--time-row:first-child {
    	margin-bottom: 4px; 
    }

  	.datepicker--time-row input[type='range'] {
    	background: none;
    	cursor: pointer;
    	-webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    	height: 100%;
    	padding: 0;
    	margin: 0;
    	-webkit-appearance: none; 
    }

    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
        -webkit-appearance: none; 
    }

    .datepicker--time-row input[type='range']::-ms-tooltip {
    	display: none; 
    }

    .datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
        border-color: #b8b8b8; 
    }

    .datepicker--time-row input[type='range']:hover::-moz-range-thumb {
        border-color: #b8b8b8; 
    }

    .datepicker--time-row input[type='range']:hover::-ms-thumb {
        border-color: #b8b8b8; 
    }

    .datepicker--time-row input[type='range']:focus {
        outline: none; 
    }

    .datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
        background: #7d7d7d;
        border-color: #7d7d7d; 
    }

    .datepicker--time-row input[type='range']:focus::-moz-range-thumb {
        background: #7d7d7d;
        border-color: #7d7d7d; 
    }

    .datepicker--time-row input[type='range']:focus::-ms-thumb {
        background: #7d7d7d;
        border-color: #7d7d7d; 
    }

    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
        box-sizing: border-box;
        height: 12px;
        width: 12px;
        border-radius: 3px;
        border: 0px solid #dedede;
        background: #fff;
        cursor: pointer;
        transition: background .2s; 
    }

    .datepicker--time-row input[type='range']::-moz-range-thumb {
        box-sizing: border-box;
        height: 12px;
        width: 12px;
        border-radius: 3px;
        border: 0px solid #dedede;
        background: #fff;
        cursor: pointer;
        transition: background .2s; 
    }

    .datepicker--time-row input[type='range']::-ms-thumb {
        box-sizing: border-box;
        height: 12px;
        width: 12px;
        border-radius: 3px;
        border: 0px solid #dedede;
        background: #fff;
        cursor: pointer;
        transition: background .2s; 
    }

    .datepicker--time-row input[type='range']::-webkit-slider-thumb {
        margin-top: -6px; 
    }

    .datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
        border: none;
        height: 1px;
        cursor: pointer;
        color: transparent;
        background: transparent; 
    }

    .datepicker--time-row input[type='range']::-moz-range-track {
        border: none;
        height: 1px;
        cursor: pointer;
        color: transparent;
        background: transparent; 
    }

    .datepicker--time-row input[type='range']::-ms-track {
        border: none;
        height: 1px;
        cursor: pointer;
        color: transparent;
        background: transparent; 
    }

    .datepicker--time-row input[type='range']::-ms-fill-lower {
        background: transparent; 
    }

    .datepicker--time-row input[type='range']::-ms-fill-upper {
        background: transparent; 
    }

    .datepicker--time-row span {
        padding: 0 12px; 
    }

	.datepicker--time-icon {
  		color: #9c9c9c;
  		border: 0px solid;
  		border-radius: 50%;
  		font-size: 16px;
  		position: relative;
  		margin: 0 5px -1px 0;
  		width: 1em;
  		height: 1em; 
  	}

    .datepicker--time-icon:after, .datepicker--time-icon:before {
    	content: '';
    	background: currentColor;
    	position: absolute; 
    }

  	.datepicker--time-icon:after {
    	height: .4em;
    	width: 1px;
    	left: calc(50% - 1px);
    	top: calc(50% + 1px);
    	-webkit-transform: translateY(-100%);
        transform: translateY(-100%); 
    }

  	.datepicker--time-icon:before {
    	width: .4em;
    	height: 1px;
    	top: calc(50% + 1px);
   		left: calc(50% - 1px); 
   	}

	.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
  		color: #dedede; 
  	}

  	.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    	color: #c5c5c5; 
    }

  	.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    	color: #dedede; 
    }

  	.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    	color: #fff;
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    }

    .-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
        background-color: #EAEDED; 
    	opacity: 0.85;  
    }

  	.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    	background-color: #EAEDED; 
    	opacity: 0.85; 
    	color: #fff;
    }

    .-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
        background-color: #EAEDED; 
    	opacity: 0.85;  
    }

  	.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    	background: none;
    	border: none; 
    }


        @media screen and (max-width: 1279px) {

        	.datepicker {
    	    	width: 265px;
    		}

            .datepicker--cell {
		        height: 37px; 
		    }

		}

	    @media screen and (max-width: 736px) {

        	.datepicker {
    	    	width: 300px;
	    	}

	   	    .datepicker--cell {
		        height: 46px; 
		    }

	    }

	    @media screen and (max-width: 413px) {

        	.datepicker {
    	    	width: 260px;
	   	 	}

	   	    .datepicker--cell {
		        height: 34px; 
		    }

		}




/* Slider */

.slider {
	max-width: 87%;
	margin: 0 auto;
	padding-bottom: 0em;
	border: solid 0px blue;
	text-align: left;
}

	@media screen and (max-width: 1280px) {

		.slider {
			max-width: 89%;
		}

	}

	@media screen and (max-width: 480px) {

		.slider {
			max-width: 96%;
		}

	}

.slick-slide {
    margin: 0 1.7em;
}

	@media screen and (max-width: 1280px) {

		.slick-slide {
			margin: 0 1.7em;
		}

	}

	@media screen and (max-width: 480px) {

		.slick-slide {
			margin: 0 0.7em;
		}

	}

.slick-slide img {
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
    
.slick-active {
    opacity: 1;
    }

.slick-current {
     opacity: 1;
}





.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 34%;
    color: transparent;
    background-color: #ffffff;
    background-position: center;
  	background-repeat: no-repeat;

    display: block;

    width: 50px;
    height: 50px;
    padding: 0;

    -webkit-transform: translate(0, -34%);
    -ms-transform: translate(0, -34%);
    transform: translate(0, -34%);
    -o-transform: translate(0, -34%);
    -moz-transform: translate(0, -34%);

   
    cursor: pointer;

    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);

    z-index: 1000;
    border-radius: 50%;
    border: solid 0px red;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    background-color: #ffffff;
    opacity: 1;
    border: solid 0px blue;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled
{
    opacity: .25;
}

.slick-prev
{
    left: -8px;
}
[dir='rtl'] .slick-prev
{
    right: -8px;
    left: auto;
}
.slick-prev
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' preserveAspectRatio='none' viewBox='0 0 37 64'%3E%3Cpath d='M4.41142857,63.7257143 C3.31428571,63.7257143 2.30857143,63.36 1.48571429,62.5371429 C-0.16,60.8914286 -0.16,58.3314286 1.48571429,56.6857143 L26.1714286,32 L1.48571429,7.31428571 C-0.16,5.66857143 -0.16,3.10857143 1.48571429,1.46285714 C3.13142857,-0.182857143 5.69142857,-0.182857143 7.33714286,1.46285714 L34.9485714,29.0742857 C36.5942857,30.72 36.5942857,33.28 34.9485714,34.9257143 L7.33714286,62.5371429 C6.60571429,63.2685714 5.50857143,63.7257143 4.41142857,63.7257143 Z' transform='translate(17.814286, 32.000000) rotate(180.000000) translate(-17.814286, -32.000000) translate(-0.685714, 0.000000)' fill-rule='nonzero' fill='%23121212' /%3E%3C/svg%3E");
}
[dir='rtl'] .slick-prev
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' preserveAspectRatio='none' viewBox='0 0 37 64'%3E%3Cpath d='M4.41142857,63.7257143 C3.31428571,63.7257143 2.30857143,63.36 1.48571429,62.5371429 C-0.16,60.8914286 -0.16,58.3314286 1.48571429,56.6857143 L26.1714286,32 L1.48571429,7.31428571 C-0.16,5.66857143 -0.16,3.10857143 1.48571429,1.46285714 C3.13142857,-0.182857143 5.69142857,-0.182857143 7.33714286,1.46285714 L34.9485714,29.0742857 C36.5942857,30.72 36.5942857,33.28 34.9485714,34.9257143 L7.33714286,62.5371429 C6.60571429,63.2685714 5.50857143,63.7257143 4.41142857,63.7257143 Z' transform='translate(17.814286, 32.000000) rotate(180.000000) translate(-17.814286, -32.000000) translate(-0.685714, 0.000000)' fill-rule='nonzero' fill='%23121212' /%3E%3C/svg%3E");
}

.slick-next
{
    right: -8px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -8px;
}
.slick-next
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' preserveAspectRatio='none' viewBox='0 0 37 64'%3E%3Cpath d='M4.41142857,63.7257143 C3.31428571,63.7257143 2.30857143,63.36 1.48571429,62.5371429 C-0.16,60.8914286 -0.16,58.3314286 1.48571429,56.6857143 L26.1714286,32 L1.48571429,7.31428571 C-0.16,5.66857143 -0.16,3.10857143 1.48571429,1.46285714 C3.13142857,-0.182857143 5.69142857,-0.182857143 7.33714286,1.46285714 L34.9485714,29.0742857 C36.5942857,30.72 36.5942857,33.28 34.9485714,34.9257143 L7.33714286,62.5371429 C6.60571429,63.2685714 5.50857143,63.7257143 4.41142857,63.7257143 Z' transform='translate(0.314286, 0.000000)' fill-rule='nonzero' fill='%23121212' /%3E%3C/svg%3E");
}
[dir='rtl'] .slick-next
{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='20' preserveAspectRatio='none' viewBox='0 0 37 64'%3E%3Cpath d='M4.41142857,63.7257143 C3.31428571,63.7257143 2.30857143,63.36 1.48571429,62.5371429 C-0.16,60.8914286 -0.16,58.3314286 1.48571429,56.6857143 L26.1714286,32 L1.48571429,7.31428571 C-0.16,5.66857143 -0.16,3.10857143 1.48571429,1.46285714 C3.13142857,-0.182857143 5.69142857,-0.182857143 7.33714286,1.46285714 L34.9485714,29.0742857 C36.5942857,30.72 36.5942857,33.28 34.9485714,34.9257143 L7.33714286,62.5371429 C6.60571429,63.2685714 5.50857143,63.7257143 4.41142857,63.7257143 Z' transform='translate(0.314286, 0.000000)' fill-rule='nonzero' fill='%23121212' /%3E%3C/svg%3E");
}


	@media screen and (max-width: 1280px) {

		.slick-prev,
		.slick-next
		{
		    top: 30%;
		    -webkit-transform: translate(0, -30%);
    		-ms-transform: translate(0, -30%);
   		 	transform: translate(0, -30%);
    		-o-transform: translate(0, -30%);
    		-moz-transform: translate(0, -30%);
		    width: 40px;
    		height: 40px;
    		border: solid 0px red;
    	}

    	.slick-prev
		{
    		left: -3px;
		}

		.slick-next
		{
    		right: -3px;
		}	

	}

	@media screen and (max-width: 980px) {

		.slick-prev,
		.slick-next
		{
		    top: 30%;
		    -webkit-transform: translate(0, -30%);
    		-ms-transform: translate(0, -30%);
   		 	transform: translate(0, -30%);
    		-o-transform: translate(0, -30%);
    		-moz-transform: translate(0, -30%);
		    width: 35px;
    		height: 35px;
    		border: solid 0px blue;
    	}

    	.slick-prev
		{
    		left: -1px;
		}

		.slick-next
		{
    		right: -1px;
		}	

	}

	@media screen and (max-width: 736px) {

		.slick-prev,
		.slick-next
		{
		    top: 23%;
		    -webkit-transform: translate(0, -23%);
    		-ms-transform: translate(0, -23%);
   		 	transform: translate(0, -23%);
    		-o-transform: translate(0, -23%);
    		-moz-transform: translate(0, -23%);
		    width: 32px;
    		height: 32px;
    		border: solid 0px blue;
    	}

    	.slick-prev
		{
    		left: 2px;
		}

		.slick-next
		{
    		right: 2px;
		}

	}

	@media screen and (max-width: 480px) {

		.slick-prev,
		.slick-next
		{
		    top: 32%;
		    -webkit-transform: translate(0, -30%);
    		-ms-transform: translate(0, -30%);
   		 	transform: translate(0, -30%);
    		-o-transform: translate(0, -30%);
    		-moz-transform: translate(0, -30%);
		    width:28px;
    		height: 28px;
    		border: solid 0px blue;
    	}

    	.slick-prev
		{
    		left: -2px;
		}

		.slick-next
		{
    		right: -2px;
		}

		.slick-prev
		{
    		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' preserveAspectRatio='none' viewBox='0 0 37 64'%3E%3Cpath d='M4.41142857,63.7257143 C3.31428571,63.7257143 2.30857143,63.36 1.48571429,62.5371429 C-0.16,60.8914286 -0.16,58.3314286 1.48571429,56.6857143 L26.1714286,32 L1.48571429,7.31428571 C-0.16,5.66857143 -0.16,3.10857143 1.48571429,1.46285714 C3.13142857,-0.182857143 5.69142857,-0.182857143 7.33714286,1.46285714 L34.9485714,29.0742857 C36.5942857,30.72 36.5942857,33.28 34.9485714,34.9257143 L7.33714286,62.5371429 C6.60571429,63.2685714 5.50857143,63.7257143 4.41142857,63.7257143 Z' transform='translate(17.814286, 32.000000) rotate(180.000000) translate(-17.814286, -32.000000) translate(-0.685714, 0.000000)' fill-rule='nonzero' fill='%23121212' /%3E%3C/svg%3E");
		}

		.slick-next
		{
    		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='16' preserveAspectRatio='none' viewBox='0 0 37 64'%3E%3Cpath d='M4.41142857,63.7257143 C3.31428571,63.7257143 2.30857143,63.36 1.48571429,62.5371429 C-0.16,60.8914286 -0.16,58.3314286 1.48571429,56.6857143 L26.1714286,32 L1.48571429,7.31428571 C-0.16,5.66857143 -0.16,3.10857143 1.48571429,1.46285714 C3.13142857,-0.182857143 5.69142857,-0.182857143 7.33714286,1.46285714 L34.9485714,29.0742857 C36.5942857,30.72 36.5942857,33.28 34.9485714,34.9257143 L7.33714286,62.5371429 C6.60571429,63.2685714 5.50857143,63.7257143 4.41142857,63.7257143 Z' transform='translate(0.314286, 0.000000)' fill-rule='nonzero' fill='%23121212' /%3E%3C/svg%3E");
		}

	}





/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* Footer */

	#footer {
		background: #ffffff;
		overflow-x: hidden;
	}

		#footer > .inner {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			margin: 0 auto;
			max-width: 84em;
			width: calc(100% - 4em);
		}

		#footer .info {
			padding: 4.5em 3.25em 2.5em 3.25em ;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			-moz-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
		}

			#footer .info h3 {
				width: 100%;
			}

			#footer .info .about {
				width: 50%;
			}

			#footer .info .team {
				padding-left: 3.2em;
				width: 50%;
			}

				#footer .info .team article {
					display: -moz-flex;
					display: -webkit-flex;
					display: -ms-flex;
					display: flex;
					-moz-align-items: center;
					-webkit-align-items: center;
					-ms-align-items: center;
					align-items: center;
				}

				#footer .info .team .image {
					border-radius: 100%;
					margin-bottom: 2em;
					margin-right: 1.5em;
				}

					#footer .info .team .image img {
						border-radius: 100%;
					}

				#footer .info .team .name {
					display: block;
				}

				#footer .info .team .title {
					color: #121212;
					font-size: 0.875em;
				}

		#footer .contact {
			padding: 4.5em 3.25em 2.5em 3.25em ;
			-moz-flex-shrink: 0;
			-webkit-flex-shrink: 0;
			-ms-flex-shrink: 0;
			flex-shrink: 0;
			border-left: solid 0px rgba(144, 144, 144, 0.25);
			width: 33.3333333333%;
		}

		#footer .copyright {
			color: #121212;
			font-size: 1.4em;
			padding: 1.6em 0em;
			text-align: center;
			width: 100%;
		}

			#footer .copyright li {
				border-left: solid 0px rgba(144, 144, 144, 0.25);
				display: inline-block;
				list-style: none;
				margin-left: 2em;
				padding-left: 2em;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

		@media screen and (max-width: 1280px) {

			#footer > .inner {
				width: calc(100% - 3em);
			}

			#footer .info {
				padding: 2.5em 2.25em 0.5em 2.25em ;
			}

				#footer .info .team {
					padding-left: 2.25em;
				}

			#footer .contact {
				padding: 2.5em 2.25em 0.5em 2.25em ;
			}

			#footer .copyright {
				padding-bottom: 1.6em;
				padding-top: 1.6em;
			}

		}

		@media screen and (max-width: 980px) {

			#footer > .inner {
				-moz-flex-wrap: wrap;
				-webkit-flex-wrap: wrap;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
			}

			#footer .contact {
				border-left: none;
				width: 100%;
				position: relative;
			}

				#footer .contact:before {
					-moz-transform: translateX(-50%);
					-webkit-transform: translateX(-50%);
					-ms-transform: translateX(-50%);
					transform: translateX(-50%);
					background-color: rgba(144, 144, 144, 0.25);
					content: '';
					height: 1px;
					left: 0;
					position: absolute;
					top: 0;
					width: 200vw;
				}

		}

		@media screen and (max-width: 736px) {

			#footer > .inner {
				width: calc(100% - 2em);
			}

			#footer .info .about {
				width: 100%;
				margin-bottom: 1em;
			}

			#footer .info .team {
				padding-left: 0;
				width: 100%;
			}

			#footer .copyright {
				padding-bottom: 1em;
				padding-top: 1em;
			}

				#footer .copyright li {
					display: inline-block;
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

		}

		@media screen and (max-width: 480px) {

			#footer > .inner {
				width: 100%;
			}

			#footer .info {
				padding: 2em 1.5em 0.1em 1.5em ;
			}

			#footer .contact {
				padding: 2em 1.5em 0.1em 1.5em ;
			}

			#footer .copyright li {
				border-left: solid 0px rgba(144, 144, 144, 0.25);
				display: inline-block;
				list-style: none;
				font-size: 1.3em;
				margin-left: 0.8em;
				padding-left: 0.8em;
			}

		}





















/* Outsourcing Body Adjusting*/

body {
	margin: 0; 
	padding: 0
}

body { 
	font-size: 62.5%; 
}

/* font-size: 62.5%; */

ul, li {
	padding:0; 
	margin:0;
}

@media only all and ( max-width: 480px ) {
    
	/* mobile css */

	body { font-size: 52%;
	}

}	

/* div내부 Scrollbar */
div::-webkit-scrollbar { width:13px;}
div::-webkit-scrollbar-button:start:decrement{display:none; height:12px; background:url(../images/scroll_btn_top.png);} 
div::-webkit-scrollbar-button:end:increment {display:none; height:12px; background:url(../images/scroll_btn_bottom.png);}
div::-webkit-scrollbar-track { background:#e2e2e2;}
div::-webkit-scrollbar-thumb { background:#b3b3b3;}

div { scrollbar-arrow-color:#bdbdbd; scrollbar-highlight-color:#494949; scrollbar-track-color:#212020; scrollbar-base-color:#494949; scrollbar-shadow-color:#494949; }

/* spinner button */
.spinner-object { width: 182px; margin-top:5px;}
.spinner {position:relative; width:100%; height:30px; line-height:28px; border:1px solid #d8d8d8; box-sizing:border-box; user-select:none; -ms-user-select:none; -moz-user-select:none; -webkit-user-select:none; -webkit-touch-callout:none; text-align:center; }
.spinner .sub {overflow:hidden; z-index:10; position:absolute; top:-1px; border-right:1px solid #d8d8d8; width:26px; height:28px; line-height:26px; z-index:2; cursor:pointer; color:#d8d8d8; text-align:center; transition: 0.1s linear; -o-transition: 0.1s linear; -ms-transition: 0.1s linear; -moz-transition: 0.1s linear; -webkit-transition: 0.1s linear; text-indent:-100%; }
.spinner .add {overflow:hidden; z-index:10; position:absolute; top:-1px; width:26px; height:28px; line-height:26px; z-index:2; cursor:pointer; color:#d8d8d8; text-align:center; transition: 0.1s linear; -o-transition: 0.1s linear; -ms-transition: 0.1s linear; -moz-transition: 0.1s linear; -webkit-transition: 0.1s linear; text-indent:-100%; }
.spinner .sub {right:-1px;}
.spinner .add {left:-1px;}
.spinner .sub:before,
.spinner .add:before,
.spinner .sub:after,
.spinner .add:after { position:absolute; top:0; left:0; right:0; bottom:0; border-width:0;border-style:solid; border-color:#d8d8d8; margin:auto; content:''; }
.spinner .sub:before,
.spinner .add:before {width:9px;height:0;border-top-width:1px; }
.spinner .add:after {width:0;height:9px;border-left-width:1px;}
.spinner .sub:hover,
.spinner .add:hover {background:#d8d8d8; color:#fff; }
.spinner .sub:hover:before,
.spinner .add:hover:before,
.spinner .sub:hover:after,
.spinner .add:hover:after { border-color:#fff; }
.spinner .spinner-style {position:absolute; top:0px; left:0px; z-index:1; font-size:12px; color:#0D3B77 !important; width:75px; height:24px; line-height:24px; border:none; text-align:center;}
.spinner input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance:none;}





 