﻿/* BASIC */

body { 
   margin : 0 auto;
   padding : 0;
   font : 100%/1.4em arial, sans-serif;
   color : #121c23; 
   text-align: justify;
   background: #ffffff;
   direction: rtl;
}

input {
   -webkit-appearance: none;
   -webkit-border-radius:0; 
   border-radius:0;
}

p {
   font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
font-family:  arial, sans-serif;
font-weight : normal;
margin-top: 10px;
letter-spacing: -1px;
}

h1 { 
color: #121c23;
font-size : 6em; /* 96 / 16 */
line-height : 1.4;
}


h2 { 
color: #222222;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.35;
}

h3 { 
color: #333333;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3;
}

h4 { 
color: #444444;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25;
}

h5 { 
color: #555555;
font-size : 1.1em; /* 20 / 16 */
line-height : 1.15;
}

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */
line-height : 1.1;
}

.no-bold {
   font-weight: normal   !important;
}

a:link, a:visited { 
   color: #dc0025; text-decoration: none;
}

a:hover {
   color: #dc0025; text-decoration: underline;
}

button, input, select, textarea { 
   font-family : arial, sans-serif;
   color : #121c23;
}

img {
	border: 0;
}

/* ALIGNERS */

.breaker { 
   clear: both;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.group:before,
.group:after {
   content:"";
   display:table;
}
.group:after {
   clear:both;
}
.group {
   zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

.col-flow-right {
	display: block;
	float: right;
	margin: 0% 1% 0% 0%;
}

.col-flow-right:first-child { margin-right: 0; } /* all browsers except IE6 and lower */

.col-flow-left {
	display: block;
	float: left;
	margin: 0% 0% 0% 1%;
}

.col-flow-left:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

@media only screen and (max-width: 480px) { /*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */
	.col-flow-left { 
		margin: 0% 0% 0% 0%;
	}
	.col-flow-right { 
		margin: 0% 0% 0% 0%;
	}
}

.floatleft {
   float: left;
}

.floatright {
   float: right;
}

.w80percent {
   width: 80%;
}

.w100percent {
   width: 100%;
}

.video-wrapper {
	position: relative;
   margin-top: 15px;
   margin-bottom: 15px;
	padding-bottom: 56.25%; /* 16:9 */
	height: 100%;
   width: 100%;
   overflow: hidden;
}

.video-frame {
   height: 100%;
   width: 100%;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   overflow: hidden;
   cursor: pointer;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.video-thumbnail {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/* STRIKETHROUGHS */

.strike {
	text-decoration:line-through;
}

.strike-black {
	color:#121c23;
	text-decoration:line-through;
}

.strike1px {
	position: relative;
	color: #121c23;
}

.strike1px::after {
	border-bottom: 1px solid #121c23;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 55%;
}

.strike1px-red {
	position: relative;
	color: #dc0025;
}

.strike1px-red::after {
	border-bottom: 1px solid #dc0025;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 55%;
}

.strike2px {
	position: relative;
	color: #121c23;
}

.strike2px::after {
	border-bottom: 2px solid #121c23;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 52%;
}

.strike4px {
	position: relative;
	color: #121c23;
}

.strike4px::after {
	border-bottom: 3px solid #121c23;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 53%;
}

.strike5px {
	position: relative;
	color: #121c23;
}

.strike5px::after {
	border-bottom: 4px solid #121c23;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 56%;
}

.strike7px {
	position: relative;
	color: #121c23;
}

.strike7px::after {
	border-bottom: 5px solid #121c23;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 56%;
}

/* COLORS */

.red-font {
	color: #dc0025;
}

.black-font {
	color: #121c23;
}

.white-font {
	color: #ffffff;
}

.gray-background {
   background-color: #eeeeee;
}

.black-background {
   background-color: #121c23  !important;
}

/* SEPERATORS */

.line-red-thick {
   max-width: 948px; /* 1200px / 13 */
   margin: 0 auto;
   text-align: center;
	height: 3px;
	background-color: #dc0025;
}

.content-seperator {
	height: 2px;
	width: fill-available;
	background-color: #dc0025;
	margin-top: 10px;
	margin-bottom: 10px;
   margin-left: 15px;
   margin-right: 15px;
	}

/* COUNTDOWN */

ul.countdown {
   list-style: none;
   margin-top: 97px;
   margin-bottom: 75px;
   margin-left: 275px;
   margin-right: 0px;
   padding: 0;
   display: block;
   text-align: center;
   direction: ltr;
}

ul.countdown li {
   display: inline-block;
}

ul.countdown li span {
   font-size: 82px;
   line-height: 82px;
}

ul.countdown li.seperator {
   font-size: 82px;
   line-height: 70px;
   vertical-align: top;
}

ul.countdown li p {
   color: #ffffff;
   font-size: 16px;
}

/* WRAPPER */

#wrapper {
   width: 100%;
}

/* LANGBAR */

#langbarcontainer {
   width:100%;
}

#langbar {
   width: 100%;
   height: 22px;
   background-color: #444444;
   text-align: right;
	position: fixed;
	top: 0;
 	z-index:2;
}

.langbarlimiter {
   width: 90%;
   height: 22px;
   margin: 0 auto;
}

p.langbar {
   color: #ffffff;
   font-size: 0.95em;
   font-weight: bold;
   line-height: 22px;
}

.langbarcell {
   margin: 0 1px;
   float: right;
}

.langbarleftmargin {
   margin-left: 5px;
}

.langbarrightmargin {
   margin-right: 5px;
}

a:link.langbar-link {
	text-decoration: none;
   color: #ffffff;
}

a:hover.langbar-link {
	text-decoration: none;
	color: #dc0025;
}

a:visited.langbar-link {
	text-decoration: none;
   color: #ffffff;
}
a:visited:hover.langbar-link {
	text-decoration: none;
	color: #dc0025;
}

.showcontact {
   display: block;
}

.hidecontact {
   display: none;
}

/* SOCIALBAR*/

.socialbar {
	width: 41px;
	height: 116px;
	background: #dc0025;
	position: fixed;
	top: 40%;
	left: 0px;
	z-index:100;
}

.socialbar-icon {
	position:absolute;
	left:4px;
	width:32px;
	height:32px;
}

.socialbar-icon-1 {
	top:5px;
}

.socialbar-icon-2 {
	top:42px;
}

.socialbar-icon-3 {
	top:79px;
}



/* HEADER */

#headcontainer {
   width: 100%;
   margin-top: 28px;
}

header {
   clear: both;
   width: 80%; /* 1000px / 1250px */
   max-width: 948px; /* 1200px / 13 */
   margin: 0 auto;
   position: relative;
   text-align: center;
}

bannercontainer {
   clear: both;
   width: 80%; /* 1000px / 1250px */
   max-width: 948px; /* 1200px / 13 */
   margin: 0 auto;
   position: relative;
   text-align: center;
}

.headerbanner {
   max-width: 470px;
   height: 148px;
   width: 100%;
   max-height: 148px;
	float: left;
	margin-bottom: 5px;
   }

.headerbanner1 {
   max-width: 470px;
   height: 148px;
   width: 100%;
   max-height: 148px;
	float: right;
	margin-bottom: 5px;
   }

.banner {
   background-image: url('/shared/images/20160719-ilm-banner-470x148px.png');
   background-size: contain;
   background-repeat: no-repeat;
   max-width: 470px;
   height: 148px;
}

.banner1 {
   background-image: url('/shared/images/20160719-main-talk-banner-470x148px.png');
   background-size: contain;
   background-repeat: no-repeat;
   max-width: 470px;
   height: 148px;
}

.headerdesktop {
   display: block;
}

.headermobile {
   display: none;
}

.headerlogo {
   min-width: 320px;
   height: 56px;
   width: 34%;
   max-height: 56px;
	float: left;
   direction: ltr;
   }

.logo {
   background-image: url('/shared/images/logo.png');
   background-size: contain;
   background-repeat: no-repeat;
   max-width: 320px;
   height: 56px;
}

/* DESKTOP MENU */

.menubar {
	position:absolute;
	width: 66%;
   height: auto;
   min-height: 56px;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
   right:0;
}

#navbar {
   margin: 0 7%;
   top: 50%;
   position:absolute;
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   right: 0;
   left: 0;
   line-height: 30px;
   z-index: 1;
}

#navbar li {
	list-style: none;
	display: inline-block;
   z-index: 1;
}

#navbar li a {
	display: block;
	background-color: #ffffff;
	color: #121c23;
	font-weight: bold;
	text-decoration: none;
	padding-left: 8px; 
	padding-right: 8px;
   z-index: 1;
}

#navbar li ul {
	display: none; 
	width: 146px;
	background-color: #121c23;
   position: relative;
   z-index: 1;
}

#navbar li:hover ul {
	position: absolute;
	border-top: 5px solid #ffffff;
	display: block;
	margin-left: 8px;
   z-index: 1;
}

#navbar li:hover li {
	float: none;
	width: 146px;
   z-index: 1;
}

#navbar li:hover li a {
	background-color: #121c23;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
	padding: 4px 5px 6px 0px;
   z-index: 1;
}

#navbar li li a:hover {
	background-color: #dc0025;
	color: #ffffff;
   z-index: 1;
}

/* MOBILE MENU */

.menubar-mobile {
	height: 56px;
	position:relative;
}

.menu-button {
   margin-right: 0px;
   width: 24px;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
text-align: right;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
  width: 100%;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}

#cssmenu > ul > li > a {
  padding-top:15px;
  padding-bottom:15px;
  padding-left:15px;
  padding-right:15px;
  border: 0;
 /* z-index: 2;*/
}
#cssmenu > ul > li > a:hover,#cssmenu > ul > li.active > a,#cssmenu > ul > li.open > a {
}
#cssmenu > ul > li.open > a {
}
#cssmenu > ul > li:last-child > a,
#cssmenu > ul > li.last > a {text-align: right;
}
#cssmenu > ul > li > a:hover > span::after,
#cssmenu > ul > li.active > a > span::after,
#cssmenu > ul > li.open > a > span::after {
 border-color: #eeeeee;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: #dc0025;
  background: #ffffff;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.open > a,
#cssmenu ul ul li.active > a {
  background: #f7f7f7;
  color: #dc0025;
}

#cssmenu ul ul li:first-child > a {
  box-shadow: none;
  margin-top: 0px;
}
#cssmenu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 0px;
}
#cssmenu ul ul ul li a {
  padding-right: 40px;
}
#cssmenu > ul > li > ul > li:last-child > a,
#cssmenu > ul > li > ul > li.last > a {
  border-bottom: 1px solid #e6e6e6;
}
#cssmenu > ul > li > ul > li.open:last-child > a,
#cssmenu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #e6e6e6;
}
#cssmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 1px solid #e6e6e6;
}
#cssmenu ul ul li.has-sub > a::after {
}
#cssmenu ul ul li.active > a::after,
#cssmenu ul ul li.open > a::after,
#cssmenu ul ul li > a:hover::after {
  border-color: #dc0025;
}

/* MAIN CONTENT */

#maincontentcontainer {
	position:relative;
	width: 100%;
}

#maincontent{
	position:relative;
	clear: both;
	width: 80%; /* 1000px / 1250px */
	max-width: 948px; /* 1200px / 13 */
	margin: 0 auto;
	padding: 6px 0px;
}

/* HOMEPAGE FRAMES */

.home-title-container {
	height: 300px;
	position:relative;
   overflow: hidden;
	background-color: #dc0025;
}

.home-title-frame-image {
	position:absolute;
	right:0px;
	top:0px;
	width:948px;
   max-width: 948px;
   overflow: hidden;
	height:300px;
   background-image: url('/shared/images/home-title-frame-948px.png');
   background-size: auto;
   background-repeat: no-repeat;
}

.home-title-frame-text {
	position:absolute;
	left:30px;
	top:25px;
	font-size: 82px;
	font-weight: bold;
	line-height: 75px;
	color: #ffffff;
   direction: ltr;
}

.home-title-frame-overlay {
	position:absolute;
	right:88px;
	top:60px;
	width:190px;
	height:180px;
	background-color: #ffffff;
	opacity:0.61;
}

.home-title-frame-overlay-text-br {
   display: block;
	position:absolute;
	right:100px;
	top:65px;
	font-size: 56px;
	line-height: 50px;
	color: #dc0025;
}

.home-title-frame-overlay-text-nobr {
   display: none;
	position:absolute;
	right:25px;
	top:250px;
	font-size: 40px;
	line-height: 50px;
	color: #dc0025;
}

.home-title-frame-overlay-button {
	position:absolute;
	right:217px;
	top:205px;
	width:50px;
	height:25px;
	background-color: #dc0025;
}

.home-title-frame-overlay-button-text {
	position:absolute;
	right:226px;
	top:206px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

.home-sub-container-br {
   display: block;
   clear: both;
   width: 100%;
	margin: 1% auto;
	position: relative;
}

.home-sub-container-nobr {
   display: none;
   clear: both;
   width: 100%;
	margin: 1% auto;
	position: relative;
}

.home-sub-frame {
	position:relative;
   width: 100%;
	height: 200px;
	background-color: #dc0025;
}

.home-sub-frame-tedx {
	position:relative;
   width: 100%;
	height: 200px;
	background-image: url('/shared/images/tedtalk-thumbnail-20150525-full.png' );
   background-size: auto;
   background-repeat: no-repeat;
   background-position-x: right;
}

.home-sub-frame-text {
	position:absolute;
	left:30px;
	top:20px;
	font-size: 56px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
   direction: ltr;
}

.home-sub-frame-button-text {
	position:absolute;
	right:15px;
	top:145px;
}

a:link.home-sub-frame-link {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

a:visited.home-sub-frame-link {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

a:hover.home-sub-frame-link {
	font-size: 16px;
	font-weight: bold;
	color: #121c23;
	text-decoration:none;
}

a:link.home-sub-frame-link-black {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

a:visited.home-sub-frame-link-black {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}

a:hover.home-sub-frame-link-black {
	font-size: 16px;
	font-weight: bold;
	color: #dc0025;
	text-decoration:none;
}

/* HOMEPAGE CONTENT */

#home-about-container {
   clear: both;
	width: 98.4%;
	margin: 0 auto;
   padding-bottom: 10px;
}

.home-about-text {
	font-size: 0.85em;
   line-height: 1.3em;
	color: #121c23;
	padding-left: 6px;
	padding-right: 6px;
	text-align: justify;
}

a:link.home-about-link {
	color: #dc0025;
	font-weight: bold;
	text-decoration:none;
}

a:visited.home-about-link {
	color: #dc0025;
	font-weight: bold;
	text-decoration:none;
}

a:hover.home-about-link {
	color: #dc0025;
	font-weight: bold;
	text-decoration:line-through;
}

/* CONTENT FRAMES */

.content-title-container {
	height: 150px;
	position:relative;
   overflow: hidden;
	background-color: #dc0025;
}

.npo-content-title-container {
	height: 100px;
	position:relative;
   overflow: hidden;
	background-color: #dc0025;
}

.content-title-frame-image {
	position:absolute;
	right:0px;
	top:0px;
	width:948px;
   max-width: 948px;
   overflow: hidden;
	height:150px;
   background-image: url('/shared/images/content-title-frame-948px.png');
   background-size: auto;
   background-repeat: no-repeat;
}

.content-title-frame-text {
	position:absolute;
	left:30px;
	top:13px;
	font-size: 46px;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
   direction: ltr;
}

.npo-content-title-frame-text {
	position:absolute;
	right:30px;
	top:17px;
	font-size: 46px;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
   direction: rtl;
}

.npo-content-title-frame-text-small {
	position:absolute;
	right:30px;
	top:62px;
	font-size: 15px;
	font-weight: normal;
	line-height: 25px;
	color: #ffffff;
   direction: rtl;
}

.content-title-frame-overlay {
	position:absolute;
	right:15px;
	top:15px;
	width:105px;
	height:120px;
	background-color: #ffffff;
	opacity:0.61;
}

.npo-content-title-frame-overlay {
	position:absolute;
	left:15px;
	top:15px;
	width:200px;
	height:70px;
	background-color: #ffffff;
	opacity:0.61;
}

.content-title-frame-overlay-text {
   display: block;
	position:absolute;
	right:24px;
	top:22px;
	font-size: 34px;
	line-height: 38px;
	color: #dc0025;
}

.npo-content-title-frame-overlay-text-br {
   display: block;
	position:absolute;
	left:130px;
	top:20px;
	font-size: 24px;
	line-height: 30px;
	color: #dc0025;
}

.npo-content-title-frame-overlay-text-nobr {
   display: none;
	position:absolute;
	left:130px;
	top:20px;
	font-size: 24px;
	line-height: 30px;
	color: #dc0025;
}

.content-title-frame-overlay-button {
	position:absolute;
	right:63px;
	top:104px;
	width:50px;
	height:25px;
	background-color: #dc0025;
}

.npo-content-title-frame-overlay-button {
	position:absolute;
	left:10px;
	top:27px;
}

.content-title-frame-overlay-button-text {
	position:absolute;
	right:72px;
	top:105px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}


/* CONTENT CONTENT */

.content-content-container {
   clear: both;
   width: 100%;
	margin: 1% auto;
	position: relative;
}

.content-menu-frame {
   width: 100%;
}

.content-content-frame {
   width: 100%;
}

.content-sideactions-frame {
   width: 100%;
}

.content-menu-item {
	background-color: #dc0025;
	margin-bottom: 1px;
   padding-left: 5%;
   padding-right: 5%;
}

.content-menu-item-6 {
	background-color: #dc0025;
	margin-bottom: 1px;
   padding-left: 5%;
   padding-right: 5%;
}

.content-menu-item-4 {
	background-color: #dc0025;
	margin-bottom: 1px;
   padding-left: 5%;
   padding-right: 5%;
}

.content-menu-item-3 {
	background-color: #dc0025;
	margin-bottom: 1px;
   padding-left: 5%;
   padding-right: 5%;
}

.content-menu-item-2 {
	background-color: #dc0025;
	margin-bottom: 1px;
   padding-left: 5%;
   padding-right: 5%;
}

.content-menu-item-last {
	background-color: #dc0025;
	margin-bottom: 0;
   padding-left: 5%;
   padding-right: 5%;
}

a:link.content-menu-link {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
}

a:hover.content-menu-link {
	font-size: 13px;
	color: #121c23;
	text-decoration: none;
	line-height: 25px;
}

a:visited.content-menu-link {
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
}

a:link.content-menu-link-active {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
}

a:hover.content-menu-link-active {
	font-size: 13px;
	font-weight: bold;
	color: #121c23;
	text-decoration: none;
	line-height: 25px;
}

a:visited.content-menu-link-active {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 25px;
}

.content-content-frame-title {
	font-size: 20px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
}

.content-content-frame-subtitle {
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

.content-content-frame-text {
	font-size: 14px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
   line-height: 18px;
}

a:link.content-content-frame-link {
	font-size: 14px;
	font-weight: bold;
	color: #dc0025;
	text-decoration: none;
}

a:hover.content-content-frame-link {
	font-size: 14px;
	font-weight: bold;
	color: #121c23;
	text-decoration: line-through;
}

a:visited.content-content-frame-link {
	font-size: 14px;
	font-weight: bold;
	color: #dc0025;
	text-decoration: none;
}

.content-content-text-field {
	height: 20px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
	width: 92%;
	padding-right: 5px;
   margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

.content-content-message-field {
	width: 91.5%;
	height: 153px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
   padding-right: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

.content-content-submit-button {
	width: 93.2%;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #dc0025;
	border: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 20px;
   margin-bottom: 10px;
}

.content-side-actions {
   	width: 100%;
}

.content-side-actions-frame {
	position: relative;
	width: 100%;
	height: 147px;
	background-color: #dc0025;
   margin-bottom: 1%;
}

.content-side-actions-frame-text {
	position:absolute;
	left:8%;
	top:10px;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	color: #ffffff;
   direction: ltr;
}

.content-side-actions-frame-button {
	position:absolute;
	right:5%;
	top:95px;
   direction: rtl;
}

a:link.content-side-actions-frame-link {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 10px;
}

a:visited.content-side-actions-frame-link {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 10px;
}

a:hover.content-side-actions-frame-link {
	font-size: 15px;
	font-weight: bold;
	color: #121c23;
	text-decoration: none;
	line-height: 10px;
}

a:link.content-side-actions-frame-link-red {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 10px;
}

a:visited.content-side-actions-frame-link-red {
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 10px;
}

a:hover.content-side-actions-frame-link-red {
	font-size: 15px;
	font-weight: bold;
	color: #dc0025;
	text-decoration: none;
	line-height: 10px;
}

.content-side-image {
	width: 100%;
}

/* SHIRTS */

.order-details-frame-subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
}

.order-details-frame-text {
	font-size: 13px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
   line-height: 16px;
}

.order-details-text-field {
	height: 20px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
	width: 92%;
   padding-right: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

.order-details-message-field {
	width: 91.5%;
	height: 75px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
   padding-right: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
}

.shirt-preview-image-frame {
   position: relative;
   width: 100%;
}

.shirt-preview-image { 
   width: 100%;
}

.shirt-preview-text {
	position:absolute;
	top: 40%;
   left: 50%;
   transform: translate(-50%, -50%);
   -webkit-transform: translate(-50%, -50%);
   -moz-transform: translate(-50%, -50%);
   -ms-transform: translate(50%, -50%);
	font-size: 44px;
	font-weight: bold;
	line-height: 44px;
	color: #ffffff;
   direction: ltr;
}

.shirt-design-frame {
   width: 100%;
}

.shirt-design-select-field {
	width: 95%;
	height: 25px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
	padding-right:5px;
	margin-left: 0px;
	margin-right: 15px;
   margin-top: 10px;
}

.shirt-design-text-field {
	width: 91%;
	height: 20px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
	padding-right:5px;
	margin-left: 0px;
	margin-right: 15px;
   margin-top: 10px;
}

.shirt-design-submit-button {
	width: 95%;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #dc0025;
	border: 0;
   margin-top: 10px;
	margin-left: 0px;
	margin-right: 15px;
   padding: 0;
}

.payment-details-select-field {
	width: 93%;
	height: 25px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
	padding-right:5px;
	margin-left: 15px;
	margin-right: 15px;
   margin-top: 10px;
}

.payment-details-select-half-field {
	width: 44.4%;
	height: 25px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
	padding-right:5px;
	margin-left: 0px;
	margin-right: 15px;
   margin-top: 10px;
}

.payment-details-text-field {
	width: 91%;
	height: 20px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
	padding-right:5px;
	margin-left: 15px;
	margin-right: 15px;
   margin-top: 10px;
}

.payment-details-text-half-field {
	width: 42.5%;
	height: 20px;
	font-size: 14px;
	color: #121c23;
	line-height: 20px;
	padding-right:5px;
	margin-left: 15px;
	margin-right: 15px;
   margin-top: 10px;
}

.payment-submit-button {
	width: 93%;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	background-color: #dc0025;
	border: 0;
   margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
   padding: 0;
}

.item-list-frame {
   width: 100%;
}

.item-list-row {
   width: 100%;
   height: 25px;
   margin: 0;
   padding: 0;
   border-top: 1px solid #dc0025;
}

.item-list-text {
	font-size: 13px;
   margin: 0;
   line-height: 25px;
   padding-right: 3%;
}

.items-delete-button {
	width: 100%;
	height: 25px;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	background-color: #dc0025;
	border: 0;
   padding: 0;
   margin: 0;
   top: -2px;
}

.share-button {
   width: 25px;
   border: 0;
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 1px;
   margin-right: 0;
   padding: 0;
}

/* FOOTER */

#footercontainer {
   width: 100%;	
   padding-bottom: 20px;
}

footer {
   clear: both;
   width: 80%; /* 1000px / 1250px */
   max-width: 948px; /* 1200px / 13 */
   margin: 0 auto;
   padding: 0px 0px 10px 0px;
}

.footer-sitemap-title {
	font-size: 14px;
	font-weight: bold;
	color: #dc0025;
	line-height: 25px;
   margin-top: 10px;
}

a:link.footer-sitemap-link {
	font-size: 14px;
	color: #121c23;
	text-decoration: none;
	line-height: 20px;
}

a:hover.footer-sitemap-link {
	font-size: 14px;
	color: #dc0025;
	text-decoration: none;
	line-height: 20px;
}

a:visited.footer-sitemap-link {
	font-size: 14px;
	color: #121c23;
	text-decoration: none;
	line-height: 20px;
}
a:hover:visited.footer-sitemap-link {
	font-size: 14px;
	color: #dc0025;
	text-decoration: none;
	line-height: 20px;
}

#smallprint {
   width: 80%; /* 1000px / 1250px */
   max-width: 948px; /* 1200px / 13 */
   margin: 0 auto;
   padding: 10px 0px 10px 0px;
}

.footer-title {
	font-size: 16px;
	color: #dc0025;
	vertical-align: middle;
}

.footer-text {
	font-size: 12px;
	color: #121c23;
	vertical-align: middle;
}
