/* Reset & Basics (Inspired by E. Meyers) */
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%;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: arial-black;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/arial-black.ttf) format("truetype");
}

@font-face {
  font-family: SansationBold;
  font-style: normal;
  font-weight: 900;
  src: url(../fonts/SansationRegular/SansationBold.eot?#iefix) format("embedded-opentype"),
  url(../fonts/SansationRegular/SansationBold.woff) format("woff"),
  url(../fonts/SansationRegular/SansationBold.ttf) format("truetype"),
  url(../fonts/SansationRegular/SansationBold.svg#SansationBold) format("svg");
}

@font-face {
  font-family: 'tsn';
  src: url(../fonts/tsn_icons/tsn.eot);
  src: url(../fonts/tsn_icons/tsn.eot#iefix) format("embedded-opentype"),
  url(../fonts/tsn_icons/tsn.woff) format("woff"),
  url(../fonts/tsn_icons/tsn.ttf) format("truetype"),
  url(../fonts/tsn_icons/tsn.svg#tsn) format("svg");
}
.tsn_icons {
  font-family: "tsn";
}

/**** START ****/
* {
  box-sizing: border-box;
}

html { 
  font: 21px/27px Ubuntu, serif; 
}

body {
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  color: #48406d;
  letter-spacing: -1px;
}

/* #Typography */
h1, h2, h3, h4, h5, h6 {
  color: #0f0931;
  font-family: arial-black;
  font-weight: 600;
  letter-spacing: -3px;
  /*letter-spacing: -0.4vw;*/
  margin: 0 0 5px;
  padding: 0;
}

h1 {
  font-size: 3em;
  font-size: 5.4vw; 
  line-height: 1.02em;
}

h2 {
  font-size: 2.5em;
  font-size: 4.5vw; 
  line-height: 1.2em;
  /*letter-spacing: -0.3vw;*/
}

h3 {
  font-size: 2em;
  font-size: 3.5vw; 
  line-height: 1.2em;
  /*letter-spacing: -0.23vw;*/
}

h4 {
  font-size: 1.5em;
  font-size: 2.9vw; 
  line-height: 1.2em;
}

h5 {
  font-size: 1.2em;
  font-size: 2.5vw; 
  line-height: 1.2em;
}

p {
  margin: 0 0 15px 0;
}

#container li {
  margin: 0 0 15px 7%;
}

strong {
  font-weight: 600;
}

img, embed, object, video {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

blockquote {
  padding: 0 5%;
  border-left: 5px solid #ccc;
}

/* #Layout */
#top_section {
  position: absolute;
  width: 100%;
}

.admin-menu #top_section {
  position: relative;
}

#container {
  margin:  0 ;
  padding: 0;
  width: 100%;
  overflow: hidden;
}


  /* FORMS */
select, input[type=password], input[type=text] {
  border: 2px solid #1c1148;
  border-radius: 5px;
  color: #1c1148;
  font-weight: 700;
  padding: 8px 3px;
  width: 97%;
  font-family: "Ubuntu",sans-serif;
  font-size: 0.8rem;
}

input[type="text"]:hover,
textarea:hover {
  box-shadow: 0 0 3px rgba(255, 255, 255, 1);
  transition: box-shadow .2s ease-in-out;
}

input[type="text"]:focus,
textarea:focus {
  box-shadow: 0 0 3px rgba(116, 185, 239, 1);
  border-color: #74B9EF;
}

input[type=checkbox] {
  background: #fff;
  border: 2px solid #1c1148;
  float: left;
  height: 20px;
  margin-right: 4px;
  width: 20px;
}

.gold_bg,
.the_content a.gold_bg,
input.gold_bg,
button.gold_bg,
button.yellow_bg {
  color: #fff;
  background: #fdaa28;
  border-radius: 2px;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  font-family: "Ubuntu",sans-serif;
  outline: none;
  padding: 0.5em 0.8em;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: block;
}

.gold_bg:hover,
a.gold_bg:hover {
  text-decoration: none;
  text-shadow: 0 0 6px rgba(255,255,255,.3) , 0 0 15px rgba(255,255,255,.3) , 0 0 20px rgba(255,255,255,.3);  
}

textarea {
  resize: vertical;
}

.white {
  color: #FFF;
}

.orange {
  color: #fdaa28;
}

.red, a.red {
  color: #FF2A2A;
}

.center {
  text-align: center;
}

.top_container h1 {
  font-size: 86px;
  font-size: 8vw;  
  margin-bottom: 0;
  line-height: .9em;  
  color: #fff;
  text-align: center;
}

.top_container h2 {
  font-size: 48px;
  font-size: 3.7vw;
  margin-bottom: 30px;
  line-height: .9em;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

.hidden {
  display: none;
}

.ezine_form_items {
  margin: 0 auto;
  max-width: 350px;
}

.ezine_form_items select, input[type=password], input[type=text] {
  margin-bottom: 6px;
  border: 1px solid #1c1148;
  text-align: center;
}

.ezine_form_items button {
  width: 97%;
}

.clear,.clearfix:after,.clear {
  clear: both;
}

.s10 {
  height: 10px;
}
.s20 {
  height: 20px;
}
.s30 {
  height: 30px;
}
.s40 {
  height: 40px;
}
.s50 {
  height: 50px;
}
.s60 {
  height: 60px;
}

.l {
 float: left;
	margin: 5px 1.5vw 5px 0; 
}

.shadow {
  box-shadow: 2px 3px 4px 2px rgba(0, 0, 0, 0.5);
}

.messages  {
  position: relative;
  top: 0;
  text-align: center;
  z-index: 5;
  background-color: rgba(255,255,255,0.7);    
  border: 1px solid #ccc;
  padding: 8px 0;
}

/* COLORBOX */
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

#cboxOverlay {
  background-color: #202E4E;
}

#cboxContent {
  background: rgba(13, 204, 238, 0.8);
  background: -moz-linear-gradient(top, rgba(13, 204, 238, 0.8) 0%, rgba(6, 20, 166, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(13, 204, 238, 0.8) 0%,rgba(6, 20, 166, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(13, 204, 238, 0.8)', endColorstr='rgba(6, 20, 166, 0.8)',GradientType=0 );
  background:  linear-gradient(to bottom, rgba(13, 204, 238, 0.8) 0%, rgba(6, 20, 166, 0.8) 100%);
  
  border-radius: 13px;
  overflow: hidden;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 20px;
  padding: 5px 20px 0;
}

#cboxTitle {
  position: absolute;
  bottom: 0px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #999;
}

#cboxCurrent {
  position: absolute;
  bottom: 0px;
  left: 100px;
  color: #999;
}

#cboxLoadingOverlay {
  background: #fff;
}


#cboxClose {
  background: none;
  border: 0 none;
  color: #98EEE7;
  font-size: 1.42em;
  position: absolute;
  right: -5px;
  top: -2px;
}

#cboxClose::after {
  font-family: tsn;
  content: "\e821";
}

#cboxClose:hover {
  color: #333;
}

#newletter_subscribe_pop {
  margin: 5% 0;
  color: #fff;
}

#newletter_subscribe_pop h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

.subscribe_text {
  margin: 12px 0;
  font-size: 1.15em;
  margin: 0 0 15px;  
  text-align: center;
}

#newletter_subscribe_pop .ezine_form_items p {
  display: none;
}

/* END COLORBOX */



.embedded-video {
  width: 100%;
  max-width: 700px;
  margin-bottom: 40px;
}

.video_embed {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.embedded-video-wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embedded-video-wrapper > * {
    position: absolute;
    top: 10%;
    left: 0;
    height: 100%;
    width: 100%;
}

.ce_invite {
    margin: 40px auto 30px;
    text-align: center;
    width: 60%;
}

.ce_invite p {
    margin: 10px 3%;
}



.wrap_round_left, .wrap_round_right {
    position: relative;
}

.wrap_round_left div {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.wrap_round_right div {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}

.wleft {
  margin-left: -3%;
}

.wright {
  margin-right: -3%;
}


@media (max-width: 480px) {
h1 {
    font-size: 2.12rem;
    letter-spacing: -2px;
    line-height: 1.95rem;
}
.top_container h1 {
    font-size: 2.12rem;
}

h2 {
    font-size: 1.5rem;
    letter-spacing: -1.2px;
    line-height: 1.12em;
}

h3 {
    font-size: 1.3rem;
    letter-spacing: -1.1px;
    line-height: 1.02em;
}
}




