/*@media (max-width: 575px){}*/
/*@media (min-width: 576px) and (max-width: 767px){}*/
/*@media (min-width: 768px) and (max-width: 991px){}*/
/*@media (min-width: 992px) and (max-width: 1199px){}*/
/*@media (min-width: 1200px){}*/

/* preset => */
	a:hover,
	a:visited,
	a:link,
	a:active {
		text-decoration: none;
		color: #000;
	}

	button:focus,
	li:focus,
	a:focus {
		outline: 0;
		-moz-outline-style: none;
		box-shadow: none !important;
	}

	textarea { resize: vertical; }
	textarea:focus,
	textarea.form-control:focus,
	input.form-control:focus,
	input[type=text]:focus,
	input[type=password]:focus,
	input[type=email]:focus,
	input[type=number]:focus,
	[type=text].form-control:focus,
	[type=password].form-control:focus,
	[type=email].form-control:focus,
	[type=tel].form-control:focus,
	[contenteditable].form-control:focus {
		box-shadow: none;
	}

	@font-face {
		font-family: Myriad;
		src: url("../font/MyriadPro-Regular.otf") format("opentype");
	}

	@font-face {
		font-family: Myriad-bold;
		src: url("../font/MyriadPro-Bold.otf") format("opentype");
	}

	body {
		font-family: Myriad;
	}

	.yes-font-bold {
		font-family: Myriad-bold;
	}

	.yes_light_blue_font {
		color: #6BCAD6 !important;
	}

	.yes_red_font {
		color: #D22027;
	}

	.bg-black {
		background-color: #000;
	}

	.bg-yes-blue {
		background-color: #0D114F;
	}

	.bg-yes-red {
		background-color: #D22027;
	}

	footer td:first-child {
		width: 25%;
	}

	footer td:nth-child(2) {
		width: 25%;
	}

	footer td:nth-child(3) {
		width: 25%;
	}

	footer td:nth-child(4) {
		width: 25%;
	}
/* <= preset */


