/*
* Theme Name: Rudermann Countdown
* Theme URI: http://themes.tvda.eu
* Description: Countdown
* Author: Ilya Sidelnikov and TVDA
* Author URI: http://themes.tvda.eu
* Version: 1.0
*/

/* ========================================================
   General
======================================================== */

	/* Common Styles ------------------------------------------ */
	
	html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
	
	body {
		font-family: 'Do Hyeon', sans-serif;
		font-size: 14px;
		font-weight: 100;
		line-height: 1.5;
		background: #000 url(../img/bg.jpg);
		background-attachment: fixed;
		background-repeat: no-repeat;
		background-position:center;
		background-size: cover;
	}
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 900px) {
    .container {
      width: 90%; }
.title2 {
    margin: 30px auto 10px;
    padding: 5px;
    color: #FFF;
    font-size: 75px;
    text-shadow: 0 0 5px #979541, 0 0 10px #fff900, 0 0 10px #fff900;
    text-align: center;
    font-family: 'Do Hyeon', sans-serif;
    border-bottom:1px solid #3B3B3B;
	}
}
  .container.slim {
    max-width: 760px; }
  .container.centered {
    text-align: center; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.Banner img{width:100%;}
.BannerM, .BannerS {display:none;}
@media screen and (max-width:1280px) {.BannerM {display:block;} .BannerL, .BannerS {display:none;}}
@media screen and (max-width:480px) {.BannerS {display:block;} .BannerL, .BannerM {display:none;}}

.prizeS{display: none;}
@media screen and (max-width:480px) {.prizeS {display:block;} .prizeL{display:none;}}
@media screen and (max-width:480px) {.button1 {width:20%;}}

	strong, b {
		font-family: 'Do Hyeon', sans-serif; /* iOS fix for Helvetica Neue Light */
		-webkit-font-smoothing: antialiased;
	}
	
	
	a { font-family: 'Do Hyeon', sans-serif;
		color: #caa853;
		text-decoration: none;
		-webkit-transition: color 0.1s linear, background-color 0.1s linear;
		   -moz-transition: color 0.1s linear, background-color 0.1s linear;
		    -ms-transition: color 0.1s linear, background-color 0.1s linear;
		     -o-transition: color 0.1s linear, background-color 0.1s linear;
		     	transition: color 0.1s linear, background-color 0.1s linear;
	}
.page-section  {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.repeater-boxes .flex .single-box {
      width: 25%;
      text-align: left; }
      @media (max-width: 660px) {
        .repeater-boxes .flex .single-box {
          width: 100%;
          margin: 1em 0; } }
      .repeater-boxes .flex .single-box img {
        margin-bottom: 1em; }
      .repeater-boxes .flex .single-box h5 {
        font-size: 23px;
        display: block;
        line-height: 1.5;
        margin: 0;
        }
      
      

a.button1{
	display:inline-block;
	padding:20px 10px 20px 10px;
	border:2px solid #caa853;
	box-shadow: 0 0 10px #caa853;
	background: linear-gradient(181deg, #ffdd88, #caa853, #ffdd88);
	box-sizing: border-box;
	text-decoration:none;
    color: #000;
	margin:10px;
	font-family: 'Do Hyeon', sans-serif;
	text-align:center;
	transition: all 0.2s;
	font-size: 35px;
	width:80%;
	border-radius: 9px;
	}
a.button1:hover{
	color:#fff;
	background-color:#846B2C;
	border:2px solid #846B2C;
	text-decoration:none;
	
	}
.style8 {
	font-family:'Do Hyeon', sans-serif;
	color: #fff;
	font-size: 20px;
	padding: 15px 0px;
	}
.title1 {
    margin: 30px auto;
    width: 40%;
    padding: 5px;
    color: #caa853;
    font-size: 20px;
    
    text-align: center;
    font-family: 'Do Hyeon', sans-serif;
    border-top: 2px solid #53482C;
    border-right: 2px solid #53482C;
    border-left: 2px solid #53482C;
    border-bottom: 2px solid #53482C;
}
.title2 {
    margin: 30px auto 10px;
    width: 90%;
    padding: 5px;
    color: #FFF;
    font-size: 55px;
    text-shadow: 0 0 5px #979541, 0 0 10px #fff900, 0 0 10px #fff900;
    text-align: center;
    font-family: 'Do Hyeon', sans-serif;
    border-bottom:1px solid #3B3B3B;
}

.repeater-boxes .flex .single-box {
      width: 50%;
      text-align: left; }
      @media (max-width: 660px) {
        .repeater-boxes .flex .single-box {
          width: 100%;
          margin: 1em 0; } }
      .repeater-boxes .flex .single-box img {
        margin-bottom: 1em; }
      .repeater-boxes .flex .single-box h5 {
        font-size: 23px;
        display: block;
        line-height: 1.5;
        margin: 0;
        font-family: 'Klavika-Bold'; }
      .repeater-boxes .flex .single-box h6 {
        color: #fff;
        font-size: 18px;
        margin: 0; }
      .repeater-boxes .flex .single-box span.price {
        display: block;
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 0.6em; }

.repeater-boxes {
  margin-top: 0; }
  .repeater-boxes:before {
    display: block;
    content: "";
    height: 2px;
     }
  .repeater-boxes h1 {text-align: center;margin:3% auto;}
    @media (max-width: 769px) {
      .repeater-boxes h1{margin-top: 10%;}
		
    }
  .repeater-boxes img {margin: 5% auto 0 auto;display: block;}
  .repeater-boxes .flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media (max-width: 769px) {
      .repeater-boxes .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .repeater-boxes .flex .single-box {
      width: 50%;
      text-align: left; }
      @media (max-width: 660px) {
        .repeater-boxes .flex .single-box {
          width: 100%;
          margin: 1em 0; } }
      .repeater-boxes .flex .single-box img {
        margin-bottom: 1em; }
      .repeater-boxes .flex .single-box h5 {
        font-size: 23px;
        display: block;
        line-height: 1.5;
        margin: 0;
        font-family: 'Klavika-Bold'; }
      .repeater-boxes .flex .single-box h6 {
        color: #fff;
        font-size: 18px;
        margin: 0; }
      .repeater-boxes .flex .single-box span.price {
        display: block;
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 0.6em; }



@media all and (max-width:30em){
	a.button1{
	display:block;
	margin:0.4em auto;
	}
	
	}



	a:hover, a:focus { color: #FFFFFF; }
	
	p { margin-bottom: 0.8em; }
	p.lead { font-size: 20px !important; margin: 0 0 1em 0; }
	p.gray { color: #656a71; }
	p.white { color: white; }
	p.large { font-size: 16px; }
	
	h1, h2, h3, h4, h5, h6 { font-family: 'Do Hyeon', sans-serif; color: white; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; margin: 0 0 0.6em 0; }
	h1, h2 { letter-spacing: -2px; line-height: 1.1; }
	h3, h4, h5 { letter-spacing: 1px; line-height: 1.1; }
	h1 { font-size: 60px; }
	h2 { font-size: 56px; }
	h3 { font-size: 48px; }
	h4 { font-size: 32px; }
	h5 { font-size: 22px; }
	h6 { font-size: 18px; }
	p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 { margin-top: 1.2em; }
	
	img {
		/* Responsive images (ensure images don't scale beyond their parents) */
		max-width: 100%;
		/* Part 1: Set a maxium relative to the parent */
		width: auto\9;
		/* IE7-8 need help adjusting responsive images */
		height: auto;
		/* Part 2: Scale the height according to the width, otherwise you get stretching */
		vertical-align: middle;
		border: 0;
		-ms-interpolation-mode: bicubic;
	}
	
	hr { margin: 20px 0; border: 0; border-top: 1px solid #373a3d; border-bottom: 0; }
	hr.dotted { border-top: 1px dotted #373a3d; }
	hr.clear-top { margin-top: 0; }
	hr.clear-bottom { margin-bottom: 0; }
	
	address { display: block; margin-bottom: 20px; font-style: normal; line-height: 1.5; }
	
	.vertical-align { display: table-cell; vertical-align: middle; }
	
	.color-text { color: #8F8F8F; font-size: 22px;  }
	
	::-moz-selection { background: #f5c11e; color: white; }
	::selection { background: #f5c11e; color: white; }


	/* Header ------------------------------------------ */
	
	header { min-height: 60px; background: #0A0A17; z-index: 99; }
	
	header #logo { font-size: 12px; margin-top: 10px; }
		header #logo p { padding-top: 5px; color: white; }
		
		header #logo a:hover { opacity: 0.8; filter: alpha(opacity=80); }


	/* Footer ------------------------------------------ */

	footer { margin-top: 40px; margin-bottom: 35px; }
		footer .span12 { border-top: 1px solid #373a3d; padding-top: 35px; }
		footer p { line-height: 1.3; display: block; float: left; }
	
	.theme-author { font-size: 11px; }
		.theme-author a { color: #ccced0; }
		.theme-author a:hover { color: #f5c11e; }


	/* Titles ------------------------------------------ */
	
	#title {
		margin-top: 67px;
		margin-bottom: 62px;
		text-align: center;
		-webkit-font-smoothing: antialiased;
	}
	
	#title .span12 {
		padding-bottom: 35px;
		border-bottom: 1px solid #373a3d;
	}
	
	#title .date {
		margin: -33px 0 5px 0;
	}
	
	.up-title {
		display: block;
		font-family: 'Do Hyeon', sans-serif;
		font-weight: bold;
		font-size: 12px;
		color: white;
		text-transform: uppercase;
		-webkit-font-smoothing: antialiased;
	}
	

	/* Social Icons ------------------------------------------ */	
	
	.social-icons {
		margin: 0;
		text-align: right;
	}
	
	.social-icons li {
		display: inline-block;
		margin: 0 6px 10px 0;
		
	}
	
	.social-icons li a {
		display: block;
		overflow: hidden;
		width: 30px;
		height: 30px;
		background: #232527;
		color: #4e5257;
		font-size: 16px;
		text-align: center;
		line-height: 1.9;
		-webkit-border-radius: 50%;
		   -moz-border-radius: 50%;
				border-radius: 50%;
		-webkit-font-smoothing: antialiased;
	}
	
	.social-icons li a:hover {
		background: #f5c11e;
		color: #232527;
	}
	
	#twitter-feed { margin-top: 70px; }
		#twitter-feed .tweet-date { display: block; color: #4e5257; font-size: 12px; margin-top: 6px; }
			#twitter-feed p { margin-bottom: 6px; }
				#twitter-feed p a { font-weight: 200; }
			#twitter-feed .tweet-date { margin-bottom: 0px; }