/* Reset */
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;
}

ol, ul {
  list-style: none;
}

/* Layout */
body {
  background: #FFFFFF;
  font-family: 'Alegreya Sans', sans-serif;
}

.wrapper {
  width: 100%;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.wrapper .main_background{
  background: url("../images/ChelseaCutaway.jpg");
  width: inherit;
  height: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
}

.wrapper .main_background img{
  width: 100%;
}

.logo{
  background: url("../images/ChelseaBGLogo.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 250px;
  height: 164px;
  position: absolute;
  left: 20px;
  top: 15px;
}

.wrapper .main_background .elipse{
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  border: 2px solid #F4AE0E;
  border-radius: 50%;
  width: 28px;
  height: 25px;
  cursor: pointer;
  padding-top: 3px;
  padding-left: 0px;
  font-size: 20px;
  color: #030303;
  text-align: center;
}

.text{
  position: absolute;
  /*top: 3px;*/
  width: 32px;
  height: 27px;
  font-size: 16px;
  color: #030303;
  text-align: center;
}

.content{
  position: absolute;
  display: none;
  z-index: 22;
}

.content div{
  border: 2px solid #F4AE0E;
  border-radius: 10px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.65098) 3px 3px 3px 0px;
  -webkit-filter: drop-shadow(rgba(0, 0, 0, 0) 7px 7px 0px);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  padding: 10px 10px 10px 10px;
  width: 400px;
  overflow: hidden;
}

.content div .image_container{
  border: 2px none rgba(255, 144, 32, 0.156863);
  box-shadow: rgba(0, 0, 0, 0.65098) 3px 3px 3px 0px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  width: 177px;
  height: 180px;
  padding: 0;
  border-radius: 0;
  float: left;
  margin-right: 48px;
}

.content div .image_container img{
  position: absolute;
  display: none;
}

.content div .image_container .active{
  display: block;
}

.content .left_arrow, .content .rigth_arrow{
  position: absolute;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  width: 51.2px;
  height: 51.2px;
  cursor: pointer;
  top: 80px;
}

.content .left_arrow{
  background: url("../images/backward.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: -2px;
}

.content .rigth_arrow{
  background: url("../images/forward.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: 214px;
}

.content h1{
    font-size: 20px;
    font-weight: bold;
    color: #030303;
    border-bottom: 3px solid #F4AE0E;
    float: left;
    margin-top: 4px;
    padding-bottom: 4px;
}

.content p{
  font-size: 15px;
  width: 400px;
  line-height: 1.2em;
  float: left;
  margin-top: 8px;
}

.content p strong{
  font-weight: 700;
}

@media only screen and (max-width: 1300px)  {
  .wrapper{
    width: 850px;
  }

  .logo{
    width: 200px;
  }

  .content div{
    width: 300px;
    padding: 6px 6px 6px 6px;
  }

  .content p{
    width: 300px;
	font-size: 12px;  
  }

  .content h1{
    font-size: 15px;
  }

  .content_3 div, .content_3 p, .content_4 div, .content_4 p, .content_6 div, .content_6 p, 
  .content_7 div, .content_7 p, .content_8 div, .content_8 p, .content_9 div, .content_9 p,
  .content_10 div, .content_10 p, .content_11 div, .content_11 p, .content_12 div, .content_12 p,
  .content_15 div, .content_15 p, .content_16 div, .content_16 p, .content_17 div, .content_17 p{
    width: 300px;
  }

}

@media only screen and (max-width: 1025px)  {
  .wrapper{
    width: 650px;
  }

  .logo{
    width: 140px;
  }

  .content div{
    width: 200px;
    padding: 6px 6px 6px 6px;
  }

  .content p{
    width: 200px;
	font-size: 10px;
  }

  .content h1{
    font-size: 11px;
  }

  .content_3 div, .content_3 p, .content_4 div, .content_4 p, .content_6 div, .content_6 p, 
  .content_7 div, .content_7 p, .content_8 div, .content_8 p, .content_9 div, .content_9 p,
  .content_10 div, .content_10 p, .content_11 div, .content_11 p, .content_12 div, .content_12 p,
  .content_15 div, .content_15 p, .content_16 div, .content_16 p, .content_17 div, .content_17 p{
    width: 420px;
  }
}

@media only screen and (max-width: 720px)  {
  .wrapper{
    width: 500px;
  }

  .logo{
    width: 100px;
    left: 10px;
    top: 5px;
  }

  .content{ left: 50% !important; margin-left: -137px;}

  .wrapper .main_background .elipse{
    width: 10px;
    height: 10px;
	font-size: 10px;  
    padding: 0;
  }

  .text{
    width: 15px;
    height: 15px;
    top: 1px;
	  
  }

  .content div{
    width: 300px;
    padding: 6px 6px 6px 6px;
  }
	
  .content p{
    width: 300px;
	font-size: 8px;
  }
	
  .content h1{
    font-size: 9px;
  }
}

@media only screen and (max-width: 505px)  {
  .wrapper{
    width: 360px;
  }

  .wrapper .main_background .elipse{
    width: 8px;
    height: 8px;
    font-size: 8px;
    font-weight: normal;
  }

  .logo{
    width: 85px;
  }
	
  .content div{
    width: 300px;
    padding: 6px 6px 6px 6px;
  }

  .content h1{
    font-size: 6px;
  }
	
  .content p{
    font-size: 6px;
  }
}