

body {
	margin: 0;
	padding: 0;
	background: #8BAAC7 url(images/kindajean.png) repeat;
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	color: #757575;
	box-shadow: 0px 30px 0px 70px rgba(4, 102, 116, 0.84);
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #221D1D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #02525E;
}

a:hover {
	text-decoration: none;
	color: #09aac1;
}

#cover_ {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	background: rgb(235, 235, 235);
	box-shadow: 0px 0px 40px 5px rgba(28, 36, 34, 0.53);
}

/* Header */

#top_site_ {
	width: 940px;
	height: 150px;
	margin: 0 auto;
}

/* Logo */

#mark_ {
	width: 940px;
	height: 150px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
	background: rgba(2, 82, 94, 0);
}

#mark_ h1, #mark_ p {
	margin: 0;
	padding: 0;
}

#mark_ h1 {
	line-height: 150px;
	letter-spacing: -1px;
	text-align: center;
	text-transform: capitalize;
	font-size: 3.8em;
	font-family: 'Abel', sans-serif;
}

#mark_ p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	text-align: center;
	color: #FFFFFF;
}

#mark_ p a {
	color: #FFFFFF;
}

#mark_ a {
	border: none;
	background: none;
	text-decoration: none;
	color: #02525E;
}

}
/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #323435;
	border-bottom: 4px solid #0974C4;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: none;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #464032;
}

#search-submit {
	width: 50px;
	height: 23px;
	border: 1px solid #525252;
	background: #525252;
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
}

/* Menu */

#mnu {
	overflow: hidden;
	width: 940px;
	margin: 0px auto;
	padding: 20px 0px;
	/**border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;*/
	background:#02525E;
	box-shadow: inset 0px 0px 30px 3px rgb(2, 51, 58), 0px 0px 15px 5px rgb(3, 52, 60);
	outline: 1px solid rgba(4, 50, 56, 0.95);
}

#mnu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#mnu li {
	display: inline-block;
}

#mnu a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	font-weight:400;
	color: #FFFFFF;
	border: none;
	min-width: 80px;
        padding: 0px 10px;
	height: 80px;
	line-height: 80px;
	background: #09aac1;
	box-shadow: 0px 0px 13px 4px rgb(3, 52, 60);
	outline: 1px solid rgba(4, 50, 56, 0.4);
}

#mnu a:hover/**, #mnu .current_pg_item a*/ {
	text-decoration: none;
	background: #34ddf5;
	box-shadow:  0px 0px 0px 0px rgb(3, 52, 60);
	outline: 1px solid rgba(4, 50, 56, 0.4);
	height: 76px;
	line-height: 76px;
	text-shadow: 1px 1px 0px rgba(4, 50, 56, 1);
}




#mnu .current_pg_item a {
	color: #FFFFFF;
}

/* Page */

#pg {
	width: 920px;
	margin: 0px 20px;
	padding: 0;
}

#pg-bgtop {
	padding: 20px 0px;
}

#pg-bgbtm {
}

/* Content */

#txt_ {
	float: right;
	width: 620px;
	padding: 10px 0px 0px 0px;
}

.post {
}

.post .titl_ {
	margin-bottom: 10px;
	padding: 12px 0px 20px 0px;
	letter-spacing: -.5px;
	color: #02525E;
}

.post .titl_ a {
	color: #02525E;
	border: none;
	text-decoration: none;
}

.post .titl_ a:hover {
	color: #09aac1;
	text-decoration: none;
	}

.post .meta {
	height: 30px;
	border-bottom: 1px solid #292929;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.post .meta .date {
	float: left;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta .posted {
	float: right;
	height: 24px;
	padding: 3px 15px;
	color: #BBBBBB;
}

.post .meta a {
	color: #BBBBBB;
}

.post .input_ {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* Sidebar */

#sb {
	float: left;
	width: 280px;
	padding: 30px 0px 0px 0px;
	color: #787878;
}

#sb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sb li {
	margin: 0;
	padding: 0;
}

#sb li ul {
	margin: 0px 0px;
	padding-bottom: 30px;
}

#sb li li {
	line-height: 35px;
	border-bottom: 1px dotted #02525E;
	margin: 0px 0px;
	border-right: none;
}

#sb li a {
}

#sb li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sb h2 {
	padding: 0px 0px 30px 0px;
	letter-spacing: -.5px;
	font-size: 1.8em;
	color: #02525E;
}

#sb p {
	margin: 0 0px;
	padding: 10px 30px 20px 30px;
	text-align: justify;
}

#sb a {
	border: none;
	text-decoration: none;
	color: #02525E;
}

#sb a:hover {
	text-decoration: none;
	color: #09aac1;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#foot_ {
	width: 960px;
	height: 50px;
	margin: 45px auto;
	padding: 15px 0 15px 0;
	border-top: 1px solid rgba(2, 82, 94, 0.8);
}

#foot_ p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #444444;
}

#foot_ a {
	color: #02525E;
	text-decoration: underline;
}

#foot_ a:hover {
	color: #09aac1;
	text-decoration: none;
}

#box_cont_col {
	overflow: hidden;
	width: 960px;
	padding: 30px 0px;
	border-bottom: 1px solid rgba(2, 82, 94, 0.41);
}

#box_cont_col h2 {
	padding: 0px 0px 20px 0px;
	font-size: 30px;
	color: #02525E;
}

#box_cont_col #col_1 {
	float: left;
	width: 290px;
	margin: 0px 40px;
}

#box_cont_col #col_2 {
	float: left;
	width: 290px;
}

#box_cont_col #col_3 {
	float: right;
	width: 300px;
}

#main_titl {
	width: 920px;
	margin: 0px 20px;
	padding: 30px 0px 100px 0px;
	border-bottom: 1px solid rgba(2, 82, 94, 0.41);
}

#main_titl h2 {
	padding: 0px 0px 20px 0px;
}

#main_titl h2 a {
	color: #02525E;
	text-decoration: none;
}

#main_titl h2 a:hover {
	color: #09aac1;
	text-decoration: none;
}

#flag_ {
	overflow: hidden;
	padding: 30px 0px;
	border-bottom: 1px solid rgba(2, 82, 94, 0.41);
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/
.soc
{
text-align: center;
margin:0 auto;
}

	ul.soc
	{
		margin: 10px 0px 30px 0px;
		padding: 2em 0em 0em 0em;
		list-style: none;
	}

	ul.soc li
	{
		display: inline-block;
		padding: 0em 0.30em;
		font-size: 1em;
	}

	ul.soc li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}

	ul.soc li a
	{
		color: #FFF;
	}

	ul.soc li a:before
	{
		display: inline-block;
		background: #09aac1;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #FFFFFF;
	}

	ul.soc li a:before
	{
	background: rgb(2, 82, 94);
	border: 1px solid rgba(4, 50, 56, 0.4);
	border-radius: 5px;
	}

	ul.soc li a:hover:before
	{
	box-shadow:  0px 0px 15px 1px rgb(3, 52, 60);
	border: 1px solid rgba(4, 50, 56, 0.4);
	background:#09aac1;
	text-shadow: 1px 1px 0px rgba(4, 50, 56, 1);
	height: 38px;
	line-height: 38px;
	}
	/**
	ul.soc li a:hover.icon-twitter:before { background: #2DAAE4; }
	ul.soc li a:hover.icon-facebook:before { background: #39599F; }
	ul.soc li a:hover.icon-dribbble:before { background: #C4376B;	}
	ul.soc li a:hover.icon-tumblr:before { background: #31516A; }
	ul.soc li a:hover.icon-rss:before { background: #F2600B; }
*/

.ico_:before {
    margin-right:5px;
	border-radius:50px;
	border: 1px solid rgba(252, 247, 247, 0.69);
	box-shadow:-3px -3px 10px 1px rgba(1, 3, 21, 0.69);
	background:rgb(124, 140, 191);
	color: white;
}

.ico_:hover:before {
	border: 1px solid red;
	box-shadow:0px 0px 0px 0px rgba(21, 4, 1, 0.69);
	background: red;
}

.ico:before {
    margin-right:5px;
}

/***************************************************************/
/** Button Style 1 **/

.key {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-right: 10px;
	margin-left: 15px;
}

.key {
	display: block;
	float: left;
	width: 88px;
	height: 60px;
	line-height: 60px;
	padding: 5px 5px;
	background: #02525E;
	color: #FFFFFF !important;
	text-align: center;
	text-decoration: none;
	/**box-shadow:-4px -7px 10px 2px rgba(1, 3, 21, 0.61);
	border:1px solid rgba(200, 212, 232, 1);
	border-radius: 5px;*/
	box-shadow:  3px 3px 7px 3px rgba(3, 52, 60, 0.54);
	border: 1px solid rgba(4, 50, 56, 0.4);
}

.key:hover {
	background: #09aac1;
	/**box-shadow:-2px -2px 6px 2px rgba(21, 4, 1, 0.51);
	border:1px solid rgba(216, 174, 174, 0.8);*/
	/**margin-top: 17px;*/
	margin-bottom: 32px;
	box-shadow: 3px 3px 5px 1px rgb(3, 52, 50);
	height: 58px;
	line-height: 58px;
	text-shadow: 1px 1px 0px rgba(4, 50, 56, 1);
}

/*********************************************************************************/

.popup { width:300px; display:none; position:absolute; margin:-2px 0px 0px 147px; padding: 15px;}
.popup ul { margin:8px 0px 0px 0px!important; padding: 10px!important; float: none!important; background:#09aac1;
 box-shadow: 3px 3px 20px 1px rgba(2, 44, 50, 0.99);}
.popup ul li { margin:0!important; padding: 0px!important; float: none!important; display:block!important;}

.popup a {
	padding:3px 0px 3px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-size: 18px!important;
	font-weight:400!important;
	color: #FFFFFF;
	border: none;
	width: auto!important;
	height: auto!important;
	line-height: normal!important;
	background: none!important;
	box-shadow: none!important;
	outline: none!important;
}

.popup a:hover {
	text-decoration: none;
	background: #34ddf5!important;
	box-shadow: none!important;
	outline: none!important;
	height: auto!important;
	line-height: normal!important;
	text-shadow: none!important;
}

.popup2 { width:300px; display:none; position:absolute; margin:-2px 0px 0px 250px; padding: 15px;}
.popup2 ul { margin:8px 0px 0px 0px!important; padding: 10px!important; float: none!important; background:#09aac1;
 box-shadow: 3px 3px 20px 1px rgba(2, 44, 50, 0.99);}
.popup2 ul li { margin:0!important; padding: 0px!important; float: none!important; display:block!important;}

.popup2 a {
	padding:3px 0px 3px 0px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-family: 'Abel', sans-serif;
	font-size: 18px!important;
	font-weight:400!important;
	color: #FFFFFF;
	border: none;
	width: auto!important;
	height: auto!important;
	line-height: normal!important;
	background: none!important;
	box-shadow: none!important;
	outline: none!important;
}

.popup2 a:hover {
	text-decoration: none;
	background: #34ddf5!important;
	box-shadow: none!important;
	outline: none!important;
	height: auto!important;
	line-height: normal!important;
	text-shadow: none!important;
}

/* banner */
.site-banner {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 448px;
	margin: 0 auto 20px;
	font-family: "Lato";
	background-image: url("images/banner-bg-vert.png");
	background-size: contain;
}
.site-banner, .site-link {
	color: #000;
}
.banner-text {
	width: 78%;
	margin: 48px 0 12px;
	font-size: 22px;
	line-height: 1.2;
	text-align: center;
}
.site-link {
	width: 57%;
	padding: 5px 0;
	font-size: 20px;
	font-weight: 800;
	background-color: transparent;
	border: 3px solid #000;
	text-decoration: none;
	transition: .3s ease-in-out;
	cursor: pointer;
}
.site-link:hover {
	background-color: #fff;
}
.site-banner2 {
	height: 375px;
	background-image: url("images/banner-bg-horiz.png");
}
.site-banner2 .banner-text {
	width: 50%;
	margin: 0px 0 25px;
	font-size: 32px;
}
.site-banner2 .site-link {
	width: 40%;
	padding: 10px 0;
}
/* sale */
.sale {
	position: absolute;
	right: -50px;
	display: none;
	align-items: center;
	width: 270px;
	height: 270px;
	padding: 5px;
	text-align: center;
	font-size: 24px;
	background: url("images/sale-bg.png") no-repeat;
	background-size: contain;
	border: 4px solid #000;
	border-radius: 20px;
	color: #fff;
}
.sale p {
	position: relative;
	top: -5px;
	left: -20px;
	line-height: 1.2!important;
	margin: 0;
	text-align: center!important;
}
.sale-number {
	font-size: 33px;
}
.sale-name {
	position: relative;
	top: 10px;
	left: -40px;
	font-size: 29px;
	font-family: "Carter One";
	color: #f6445c;
}
.active-sale {
	display: block!important;
}
.sale2 {
	right: auto;
	left: 80%;
}
