@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Oswald:700");
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:  bold;
	vertical-align: baseline;
	color: #3F220F;
}

/* 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, li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a,
a:hover {
  text-decoration: none; }

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }


/**************
END RESETT CSS
****************/
body {
  font-family: 'Roboto', sans-serif;
  background: transparent url(" ../images/bg.jpg");
  background-size: 100%;; }

header {
  text-align: center;
  line-height: 0; }
  header img {
    max-width: 100%; }

.wrapper {
  overflow-x: hidden; 
}

.container {
  max-width: 1190px;
  border: 10px solid #867256;
  border-radius: 10px;
  margin: 0 auto;
  padding: 25px 35px;
  position: relative;
  background: url("../images/bg-cont.jpg") left top;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.17); 
}

.content {
  position: relative; 
}

.content-title {
  font-size: 35px;
  margin-bottom: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center; }
  .content-title span {
    text-transform: uppercase;
    color: #5E2D00 ; }
  .content-title a {
    color: #D59648; }
    .content-title a:hover {
      text-decoration: none; 
}

.logo  {
max-width: 350px;
margin-left: 30px;
margin-right: 30px;
	
}

a.link-btn {
  display: table;
  padding: 10px 20px 10px 30px;
  background-color: #6F5F2A  ;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  position: relative;
  transition: all .3s;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;}
  a.link-btn:hover {
    opacity: .8; }
  a.link-btn:before {
    content: '';
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left: 10px;
    top: 13px; 
}

.player_descr-text {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.3;
}

.block-thumbs {
  position: relative; }
  .block-thumbs:before, .block-thumbs:after {
    content: '';
    display: table;
    clear: both; 
}

.bg-girl {
  position: absolute;
  left: -110px;
  top: 1px; 
width: 530px;
}

.bg-girl2 {
  position: absolute;
  left: -110px;
  top: 1px; 
width: 430px;
}

.block-thumbs_wrap {
  padding-top: 55px;
  max-width: 770px;
  float: right;
  position: relative;
  z-index: 10; 
}

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: '';
    display: table;
    clear: both; 
	
}
.thumb {
  float: left;
  font-size: 0;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px; }
  .thumb img {
    width: 100%;
    transition: all .3s; }
    .thumb img:hover {
      opacity: .8; 
}

.player {
  margin-bottom: 10px;
  position: relative;
    padding: 10px 10px 10px 10px;
   }
  .player video, .player img {
    width: 45%; 
	max-width: 700px;
	margin: 5px;}



.click {
  display: block;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 0;
margin-left: 350px;
  position: relative;
  z-index: 10;
  font-family: 'Oswald', sans-serif;
  font-weight: 00;
  background: #6F5F2A;
  transition: all .3s; }
  .click:hover {
    opacity: .8; 
}

.footertext
{
	background-color: rgba(255, 255, 255, 0.3) !important;
	width: 100% !important;
	height: auto !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

footer {
  text-align: center;
  padding: 35px 0 20px; 

}
  footer img {
    max-width: 100%; }
  footer p {
    font-size: 15px;
	font: bold;
    color: #3F220F;
	font-family: 'Oswald', sans-serif;
}
    footer p a {
      display: block;
      color:black;
		font-size: 25px;
		font: bolder;
     	margin-top: 25px;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
 }
      footer p a:hover {
        text-decoration: none; }






/*.player {
  margin-bottom: 10px; }
  .player img, .player video {
    width: 100%; }
video{
	right: -390px;
	position: relative;
}




.player video, .player img {
    width: 30%; 
	max-width: 700px;
	margin: 5px;}

.foot-img {
  display: block;
  text-align: center;
  margin-top: 30px; }
  .foot-img img {
    max-width: 100%; }

*/







@media screen and (max-width: 1250px) {
  .bg-girl {
    display: none; }
	
 .bg-girl2 {
    display: none; }
	
	video{
	left: 0;
	position: relative;
}
	
  .content {
    margin: 0 auto; }

  header {
    padding: 0 10px; }

  .block-thumbs_wrap {
    float: none;
    margin: 0 auto; } 



	.player {
  margin-bottom: 10px;
  position: relative;
    padding: 10px 10px 10px 10px;
   }
  .player video, .player img {
    width: 45%; 
	margin: 5px;}
	
  .click {
    font-size: 30px;
  padding: 20px 10;
margin-left: 0px;

}


}
@media screen and (max-width: 992px) {
  .content-title {
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: initial; }

  .link-btn {
    margin-top: 10px; }

}


@media screen and (max-width: 767px) {
  .thumb {
    width: 33.3333%; } }

@media screen and (max-width: 568px) {
  .thumb {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px; }


  .content-title {
    font-size: 24px; }

  .player_descr-title {
    font-size: 18px; }

  .container {
    padding: 20px 15px; } 
	
	.logo
{max-width: 350px;
	}


	.player {
  margin-bottom: 10px;
  position: relative;
    padding: 10px 10px 10px 10px;
   }
  .player video, .player img {
    width: 100%; 
	margin: 5px;}
	
  .click {
    font-size: 30px;
  padding: 20px 20;
margin-left: 0px;

}

}
@media screen and (max-width: 480px) {
  .thumb {
    width: 50%; }

  .click {
    font-size: 16px; }

  a.link-btn,
  .content-title {
    font-size: 18px; } }

/*# sourceMappingURL=style.css.map */
