/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

@font-face {
	
	font-weight: normal;
	font-style: normal;
}

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ $$$$$$$$$$$$sealink magazine to shelf formating$$$$$$$$$$$$$$$$$ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display:table; /*change to table*/
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    background: #f6f6f6;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    overflow: scroll;
    overflow-x: hidden;
}

.demo-2 body {
	background: url(../images/wood.png);
}

a {
	color: #FFF;
	text-decoration: none;
}


.container {
	width: 100%;
	position: relative;
}

.main,
.container > header {
	width: 90%;
	max-width: 1060px;
	margin: 0 auto;
	position: relative;
	padding: 30px 30px 50px 30px;
}

.container > header {
	padding:5px 5px 5px 5px /*30px 30px 40px 30px;*/
}
/*sealink Magazine list formats
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$*/
.container > header h1 {
	font-size: 20px;
	line-height: 30px;
	margin: 0;
	font-weight: 700;
	color: #fff;
	 display: flex;
  justify-content:center;
  flex-wrap: wrap;
}

/* Header Style $$$$$$$$$$$ sealink logo and red header*/
.header-container {
  color: #FFF;
  background-color: #d30d14;
  display: flex;
  justify-content: center;
  
}
/* Header subscribe social and log placement$$$$$$$$$$$ sealink logo and red header*/ 
.header {
  width:100%;
  height:auto;  
}
/*
.social{
display: flex;
justify-content:center;
    
} */

.logo{
display: flex;
justify-content: center;
    align-content: center;
}
/*.subscribe {
codrops-top {
  background: rgba(255, 146, 74, 0.9);
	z-index: 9999;
	position: relative;
    padding-left: 5px;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
    display:flex
}*/

.subscribe {
    width:100%;
    height:40px;
	background-color:rgba(255,255,255,0.9);
	z-index: 9999;
	position: relative;
    padding-left: 35px;
	/*box-shadow: 1px 0px 2px rgba(0,0,0,0.2);*/
    display: flex;
    justify-content:flex-start;
}
input[type=email] {
  width: 290px;
    height:25px;
  font-size: 16px;
    align-self: center;
   justify-content: space-between;
  border: 1px solid ;
  border-radius: 10px;
}
input[type=submit] {
     width: 100px;
    height:25px;
     font-size: 20px;
  background: red;/*rgb(255, 146, 74);*/
  color: white;
  border: 1px solid ;
  border-radius: 10px;
   align-self: center;
   justify-content: space-between;
  margin-left: 10px;
  margin-right: 1px;  
}
.counter {
     width: 100px;
    height:25px;
     font-size: 16px;
      line-height: 24px;
 background-color:rgba(255,255,255,0.2);
   color:black;
  border:none ;
  border-radius: 50px;
   align-self: center;
   justify-content: space-between;
  margin-left: 5px;
  margin-right: 1px;  
}
.visitor {
    width: 200px;
    height:25px;
     font-size: 16px;
      line-height: 24px;
 background-color:black; /*rgba(255,255,255,0.2);*/
   color:white;
  border: solid;
  border-radius: 0px;
  border-color: chocolate;
   align-self: center;
   justify-content: space-between;
  text-align: center;
  margin-left: 5px;
  margin-right: 1px;  
    
}
.droper{
     width: 150px;
    height:25px;
     font-size: 16px;
      line-height: 24px;
 background-color:rgba(255,255,255,0.2);
   color: black;
  border:none ;
  border-radius: 50px;
   align-self: center;
   justify-content: space-between;
  margin-left: 5px;
  margin-right: 1px;  
}

.bookshelf {
	width: 100%;
	height: 63px;
	margin-top: -25px;
    position:absolute;
    z-index: -1;
	background: transparent url(../images/shelf.png) no-repeat center center;
}
/*
.vase {
	width: 32%;
	height: 100px;
	margin-top: -90px;
    position:absolute;
    z-index: -1;
	background: transparent url(../images/vsl.png) no-repeat center center;
}
*/
.bird {
	width: 158%;
	height: 230px;
	margin-top: -163px;
    position:absolute;
    z-index: -1;
	background: transparent url(../images/cup.png) no-repeat center center;
}

/*
.footer-item {
  border: 1px solid #fff;
  background-color: #D6E9FE;
  height: 70px;
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
    flex-direction: row;
}
.footer-one{
  background-color: #ff924a;
  flex: initial;
  width: 100%;
  justify-content:center; 
}*/