@white: #FEFFFD;

//@white: #2F888C;
@dark-red: #DA2745;
@light-red: #F55A82;
@dark-green: #2F888C;
@light-green: #58B7A1;
@grey: #9c9c9c;
@orange: #F1C1A3;

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    min-height: 420px;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    overflow: hidden;
    background-color: @dark-red;
  //  height: 100%;
}
.main {
    height: 100%;
    background-color: @dark-red;
}

.title-date, date {
	width: 80px;
	padding: 8px;
	background-color: @dark-green;
//	-webkit-transform: rotate(90deg) translate(40px,16px);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 1;
	position: absolute;
	top: 0px;
//	left: 100px
	right: 0px;
	text-align: right;
	//margin: 0px;
	max-height: 24px;
	display: inline-block;
	//	line-height: 24px;
	//	-webkit-transform: rotate(-90deg);
	color: #fff;
	font-size: 14px;
	text-shadow: 0px -1px 1px #333;
	font-weight: bold;
}


.title-bar {
//  float: left;  
    position: fixed;
    margin-left: 0px;
    left: 0px;
    width: 76px;
    min-height: 1040px;
    font-family: Helvetica;
    text-align: left;
    background-color: @dark-green;
    color: @white;

    -webkit-box-shadow: 0px 0px 10px @dark-red;// rgba(0, 0, 0, 0.3);
    .title-bar-trans-1 {
	margin-left: 40px;
	float: left;
	width: 16px;
	min-height: 1040px;
//	position: relative;
	display: inline-block;
	background-color: @light-green;
    }
    .title-bar-trans-2 {
	float: left;
	width: 12px;
	min-height: 1040px;
	display: inline-block;
	background-color: @orange;
    }
    .title-bar-trans-3 {
	float: left;
	width: 8px;
	min-height: 1040px;
	display: inline-block;
	background-color: @light-red;
    }
}

.content {
    text-align: center;
}
.image-frame {
    -webkit-transform: rotate(8deg);// translate(-20px, 6px);
    position: relative;
    display: inline-block;
    padding: 8px;
    margin: 24px;
    left: 24px;    
    background-color: @orange;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    //    box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);

    img {
	z-index: -1;	
    }

}
.image-content {
    
    max-height: 200px;
}

.date-container {
    position: relative;
    top: -18px;
//    border: 1px solid #fff;
  //  left: -48px;
//    position: absolute;

}
.date {
    text-align: left;    
    margin-left: auto;
    margin-right: auto;
    color: @white;
    font-family: Helvetica;
    font-weight: bold;
    font-size: 16px;
    text-shadow: 2px 2px 2px #c0223c;
    width: 200px;
    height: 40px;
//    border: 1px solid #fff;
}

.text-frame {

    position: relative;
    left: 16px;
    top: -10px;
    .left-quote, .right-quote {
    	position: relative;
    	text-shadow: 2px 2px 2px #c0223c;
    	font-size: 72px;
    	color: @white;
    	font-weight: bold;        
    }

    .left-quote {
	top: -20px;
	margin-top: -2px;
	margin-right: 4px;
    }
    .right-quote {
	vertical-align: bottom;
	padding-left: 8px;
	bottom: -50px;
	margin-left: 4px;
//	float: left;
    }
    .text-content {
    text-align: center;
	width: 132px;
	display: inline-block;
	font-family: Helvetica;
	font-weight: bold;
	vertical-align: top;
	color: @white;
    }
}


div.datepickers {

    margin-top: -8px;
    margin-bottom: 8px;
    height: 40px;
    width: 320px;
    display: none;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);    
    .pickers {
	padding-top: 8px;
	padding-left: 0px;
   }

    select {
	border: 1px solid @grey;
//	display: inline-block;
    }
    input[type=button] {
	border: 1px solid @grey;
	background-color: @white;
	border-radius: 2px;
    }
    a {
	color: @white;
	font-size: 12px;
	font-family: Helvetica;
    }
}