@CHARSET "UTF-8";

/*Fonts*/

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

/* @font-face {
    font-family: 'cordia_newbold_italic';
    src: url('../fonts/cordiaz_0-webfont.eot');
    src: url('../fonts/cordiaz_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cordiaz_0-webfont.woff') format('woff'),
         url('../fonts/cordiaz_0-webfont.ttf') format('truetype'),
         url('../fonts/cordiaz_0-webfont.svg#cordia_newbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
} */

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

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

/*Colors*/

.Blue, A:VISITED{
    color: #355C88;	
}

.White, A{
	color: white;
}

/*Elements*/

HTML{
	width:  100%;
	height: 100%;
	min-width: 640px;
}

H1, H2, H3{
	font-weight: normal;
}

A.Active{
	font-weight: bold;	
}

BODY{
	height: inherit;
	margin:0px;
	background-image: url('../images/nature_sml_bg.jpg');
	background-size: 100% auto;/*Failover*/
	background-size: cover;
	background-repeat: no-repeat;
	font-family: cordia_newregular;
	font-size: 16pt;
	line-height: 14pt;
}

LI{
	list-style: square;
}

P+UL{
	margin-top:-10px;
	margin-bottom:-10px;
}

DIV#MainPane{
	position: relative;
	display: table;
	height: inherit;
	width: 100%;
}

DIV#MainPane DIV.Container{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: inherit;
	padding:20px 0px 20px 0px;
	margin-left:auto;
	margin-right: auto;
}

DIV.Footer{
	position: fixed;
	bottom:0px;
	left: 0px;
	width: 100%;
	min-width: 640px;
	background-color: black;
	opacity: 0.33;
	text-align: right;
	padding:0px;
}

.RegTxt{
	font-family: cordia_newregular;
}

.BoldTxt{
	font-family: cordia_newbold;
}

DIV.Card{
	background-repeat: no-repeat;
	background-position:center top;
	/*width: 640px;*/
	min-height: 427px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: auto;
	display: block;
	float: left;
	/*cursor: pointer;*/
	cursor: auto;
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
	
	background-image: url('../images/card_side_a_bg_v2.png');
	position: relative;
    
    width: 100%; /*Fix for safari which doesn't support auto margins with absolute positionned elements*/
    /*display: block;*/
	margin-top:0;
}

DIV.Card.Flipped{
	/*margin-top: -427px;*/
	position: absolute;
	/*right:0px;*/
}

/*DIV.Card:first-child{
	position:relative;
	margin-top: 0px;
}*/

DIV.Card DIV{
	position: relative;
}

DIV.Card#SideB{
    background-image: url('../images/card_side_b_bg.png?id=1');
}

DIV.Card#SideC{
    background-image: url('../images/card_side_c_bg.png');
}

DIV.Card#SideD{
    background-image: url('../images/card_side_d_bg.png');
}

DIV.Card#SideA H1, 
DIV.Card#SideA H3{
	margin:0px;
	line-height:20pt;
	color: white;
}

DIV.Card#SideA H1{
	padding: 120px 0px 2px 0px;
	font-family: cordia_newbold;
	font-size: 50pt;
	letter-spacing: 1pt;
}


/* DIV.Card H1 SPAN.RegTxt{
	font-size: 44pt;
	
} */

DIV.Card H1 SPAN.ProTtl{
	font-size: 24pt;
}

DIV.Card H3{
    font-family: cordia_newitalic;
    font-size:24pt;
    line-height:22pt;
}

DIV.Card H1+H3{
	margin-top:-12px;
}

DIV.Card DIV.Body{
	opacity:1.0;
	/*height: 100%;*/
	/*margin-bottom:-100px;*/
	position: relative;
}

DIV.Card#SideA DIV.Body{
	min-height: 320px;
}

DIV.Card#SideB DIV.Body{
	width: 588px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
	line-height: 18pt;
	color: #022a56;
	text-align:left;
}

DIV.Card#SideC DIV.Body,
DIV.Card#SideE DIV.Body{
	width: 588px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 37px;
	line-height: 18pt;
	text-align: left;
	color: white;
}

DIV.Card#SideE DIV.Body{
	font-size: 1.2em;
}

DIV.Card#SideD DIV.Body{
	width: 588px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	line-height: 18pt;
	text-align: left;
	color: white;
	padding-left: 140px;
}

DIV.Card#SideB DIV.Body A{
    color: #355d89;
    text-decoration: none;
}

DIV.Card#SideB IMG{
	padding-left: 5px;
}

DIV.Card#SideB H1,
DIV.Card#SideC H1{
    margin:0px;
    line-height:auto;
    font-size: 26pt;
    font-family: cordia_newbold;
    padding-bottom: 10px;
}
DIV.Card#SideB H1{
   padding-left: 75px;
}

/* DIV.Card#SideB DIV.Body P,
DIV.Card#SideB DIV.Body H1,
DIV.Card#SideC DIV.Body P,
DIV.Card#SideC DIV.Body H1{
	text-align: left;
} */


DIV.Card DIV.Footer{
	position: relative;
	background: none;
	text-align: center;
	bottom: 0px;
	opacity:1.0;
	width: 588px;
	min-width: 588px;
	overflow: hidden;
	height: 60px;
	margin-top:25px;
	margin-bottom:0px;
	margin-left: auto;
	margin-right: auto;
	font-size: 22pt;
	font-family: cordia_newbold;
	line-height:20pt;
	color: white;
	display: inline-block;
}

DIV.Card DIV.FooterRPad, DIV.Card DIV.FooterLPad{
	display:inline-block;
	width:5px;
	height:37px;
	margin-bottom:13px;
}

DIV.Card DIV.FooterRPad{
	border-left: 2px solid white;
}

DIV.Card DIV.FooterLPad{
	border-right: 2px solid white;
}

DIV.Card DIV.Footer DIV{
	text-decoration: none;
	color: white;
}

DIV.Card DIV.Footer DIV[onclick]{
	cursor: pointer;
}

DIV.Card DIV.Footer DIV#Contact{
	float:left;
	display: block;
	padding-left: 10px;
}

DIV.Card DIV.Footer DIV#ANAQ{
	display: block;
	/*font-size: 20pt;*/
	word-spacing: 3px;
	/*text-align:justify;*/
}

DIV.Card DIV.Footer DIV#Tel{
	float:right;
	padding-right: 10px;
	position:absolute;
    right:0px;
}

DIV.Playlist{
	font-size: 26px;
	width:522px;
	padding:0px;
	line-height: 30px;
}

DIV.Playlist A{
	cursor: pointer;
	padding:0px 5px 0px 5px;
	white-space: nowrap;
}

DIV.Thumbs, DIV.Social{
    margin-top: 13px;
    display: inline-block;
	position: relative;
}

DIV.Thumbs{
	/* background-color: blue; */
	height: inherit;
    text-align: left;
    padding:0px;
    float:left;
}

DIV.Thumbs DIV{
	content:'';
	width: 40px;
	height: 40px;
	display: inline-block;
	cursor: pointer;
	opacity: 0.3;
	padding-right:10px;
}

DIV.Thumbs DIV.Active{
	opacity: 1.0;
}

DIV.Thumbs DIV#ThumbA{
	background: url('../images/thumb_a.png') no-repeat;
}

DIV.Thumbs DIV#ThumbB{
	background: url('../images/thumb_b.png') no-repeat;
}

DIV.Thumbs DIV#ThumbC{
	background: url('../images/thumb_c.png') no-repeat;
}

DIV.Thumbs DIV#ThumbD{
	background: url('../images/thumb_d.png') no-repeat;
}

DIV.Thumbs DIV#ThumbE{
	background: url('../images/thumb_e.png') no-repeat;
}

DIV.Social{
	float:right;
}

DIV.Social A#Instagram{
	width: 40px;
	height: 40px;
	background: url('../images/instagram_logo.png') 0 0/40px 40px no-repeat;
	display:block;
	opacity: 0.7;
	transition: 1s opacity;
}

DIV.Social A#Instagram:hover{
	opacity: 1.0;
	transition: 1s opacity;
}

DIV.Flipped{
	visibility: hidden;
}

DIV.Menus{
	width: 640px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

DIV.MartLogo{
	display: inline-block;
	background-image: url('../images/mart_logo.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 17px;
	margin:2px;
	cursor: pointer;
}