.grey_background {
    background-color: #fefefe;

}

body {
    background-color: #444;
    font-family:"Courier New", Courier, monospace;



}

/*
@media (min-width: 999px) {
    .container{
        max-width: 1000px;
    }
}
*/

.home_bg {
    background-color:#FFF;
    background-image: url(../images/layout/skint2013_bg.jpg);
    background-repeat:no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;


}

.text_bg {
    background-color:#FBF7E6;
    background-image: url(../images/layout/bg_text.jpg);
   
    background-repeat:no-repeat;
    background-position: top left;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.chars_bg {
    background-color:#FBF7E6;
    background-image: url(../images/layout/bg_chars.jpg);
   
    background-repeat:no-repeat;
    background-position: top left;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.main_bg {
    height:661px;
    background-color:#FFF;
    background-image: url(../images/layout/bg_main.jpg);
    background-repeat:no-repeat;
    background-position: center center;
}

.story_bg {
    background-color:#FBF7E6;
    margin-top:10px;
}

.red_bg {
    height:661px;
    background-image: url(../images/layout/red_bg.png);
    background-repeat:no-repeat;
    background-position: center center;
}
.home_button {
    bottom: 50px;
}

.row_red {
      
    padding:12px;
    background-color:#d81a5b;
    
    -webkit-border-top-left-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-topleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    
     -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    
    -moz-border-radius-rightleft: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


.red_lower {

}

.row_yellow {
    background-color:#fcd25b;
    -webkit-border-bottom-right-radius: 15px;
-webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
border-bottom-right-radius: 15px;
border-bottom-left-radius: 15px;
}

.btn_1 a {
    display: inline-block;
    padding:8px 5px;
    font-size:140%;
    color:#FFFFFF;
}
.btn_1 a:visited, a:active { color:#FFFFFF; text-decoration: none;}
.btn_1 a:hover { color:#000000; font-weight:bold; text-decoration: none;}


.btn_2 a {
    display: inline-block;
    padding:3px 3px;
    font-size:120%;
    color:#000000;
    text-decoration: none;
}
.btn_2 a:visited, a:active { color:#000000; text-decoration: none;}
.btn_2 a:hover { color:#d81a5b; text-decoration: none; font-weight:bold;}



.row_yellow ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.row_yellow ul li
{
    background-image: url(../images/layout/reddot.png);
    background-repeat: no-repeat;
    background-position: 0px 6px; 
    padding-left: 14px; 
}

.footer {
    margin-top:15px; 
    padding-top:0px;
    color:#CCC;

}

img.top {vertical-align: text-top; padding-top:5px;}

.title h2 {
    font-family:"Courier New", Courier, monospace;
    font-weight: bold;
    font-size:180%;
    margin-top:70px;
}

.text_contents {
    font-size:130%;
    padding-top:30px;
    padding-bottom: 50px;
}


.text_contents a {
    color:#d81a5b; text-decoration: underline;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 91.7%;
    max-height:360px;
	max-width:640px;
}

.story_text {
 padding-bottom:20px;
 overflow: auto;
 height: 200px;
 font-size:105%;
    
}

.story_text td {
 vertical-align:top;
 padding: 5px 0px;
 
    
}

.story_text td:first-child {
padding-right:5px;
}

.top_banner {
    background-image: url(../images/layout/skint2013_topbg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size:1170px;

}

.btn-circle {
  width: 40px;
  height: 40px;
  padding: 7px 0;
  font-size:120%;
  font-weight:bold;
  line-height: 1.6;
  border-radius: 20px;
  border:2px solid #000000;
  margin:10px;
  color: #d81a5b;
  
}

.btn-circle:hover {
    background-color: #fcd25b;
    border:2px solid #000000;
}

.btn-home {
    color: #FFF;
    font-size:105%;
    padding:0;
}

.btn-home:hover {
    color: #fcd25b;
    text-decoration: none;
    
}

.chars_text {
padding-top: 20px;
padding-bottom: 35px;
}


.ending-title {
text-align:center;
font-family:"Courier New", Courier, monospace;
}

.ending-title h4 {
margin-bottom:30px;
font-family:"Courier New", Courier, monospace;
font-weight:bold;
}

@media (max-width: 991px) {
	.btn_1 a {
		font-size:124%;
		padding:3px 5px;
	}
	
	.row_red td {
		padding:0px;	
	}
	
	.title h2 {
		font-size:140%;
	}
	
	.row_red {
		margin-top: 20px;
	}
	
}


@media (max-width: 767px) {
	.btn-circle {
		margin:5px;
		margin-top:10px;
	}
	
	.great_stuff {
		padding-top:35px;
	}
	
	.modified_banner {
		
	}
	
	.modified_title {
		padding-top:35px;
	}
	
	.row_red {
		margin-top:0px;	
	}
	
	.story_text {
		overflow: hidden;
		height: auto;
		
	}
	
	.footer {
	font-size:95%;
	text-align:center;
	}
	
	btn_1 a {
		font-size:100%;
	}
	
	.title h2 {
		font-size:120%;
		
	}
	
	.text-left {
  		text-align: center;
	
	}

	.text-right {
  		text-align: center;
	}
	
	.img-responsive {
    margin: 0 auto;
	}
	
	.maxheight {
	max-height: 350px;
	}
}

@media (min-width: 992px) {
	.row_red {
			margin-top: 35px;
			margin-right:25px;
	}
	
	.btn_1 a {
		padding:5px 5px;
	}
	


}

@media (min-width: 1200px) {
    .row_red {
        margin-top: 45px;
		margin-right:60px;
    }
}


.page_num {
    font-weight: 300;
    
    margin-top:0px;
}



