@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,800");
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, 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; }

.clear:before,
.clear:after {
  content: '';
  display: table; }

.clear:after {
  clear: both; }

a {
  -webkit-tap-highlight-color: transparent;
  outline: none !important; }

body {
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch; }

select::ms-expand {
  display: none; }

/**************
END RESETT CSS
****************/
header {
  background: transparent url("../img/head-img.jpg") left top no-repeat;
  background-size: cover; }

.header-item_left {
  float: left;
  padding: 30px 0 40px 60px; }

.logo-text {
  font-weight: 800;
  font-size: 36px;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 65px;
  text-shadow: 5px 3px #fff, -4px -3px #fff, 0 -3px #fff, 0 3px #fff, -7px 3px #fff, 5px -3px #fff; }
  .logo-text span {
    display: block;
    color: #0098ff; }

.header-item_right {
  float: right;
  margin-right: -55px; }

@media screen and (max-width: 1120px) {
  .header-item_right {
    margin-right: 0;
    padding-top: 150px; }
    .header-item_right img {
      max-width: 350px; } }
@media screen and (max-width: 1023px) {
  .header-item_right {
    padding-top: 0; }
    .header-item_right img {
      max-width: 350px; }

  header {
    background-position: 70% top; }

  .header-item_left {
    padding: 20px 0 20px 30px; }

  .logo {
    display: block;
    width: 200px; }
    .logo img {
      width: 100%; } }
@media screen and (max-width: 767px) {
  .logo {
    width: 150px; }

  .logo-text {
    font-size: 24px;
    margin-top: 45px; }

  .header-item_right img {
    max-width: 220px; } }
@media screen and (max-width: 568px) {
  header {
    background-position: 50% top;
    background-size: auto; }

  .header-item_left {
    float: none;
    display: table;
    margin: 200px auto 20px;
    padding: 0; }

  .header-item_right {
    display: none; } }
.top-btn {
  display: block;
  text-align: center;
  font-weight: 800;
  font-size: 55px;
  padding: .3636em 10px;
  background-color: #000;
  color: #ffc40b;
  text-transform: uppercase;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);
  transition: all .2s; }
  .top-btn:hover {
    background-color: #000b87;
    color: #fff; }
  .top-btn span {
    display: table;
    margin: 0 auto;
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    padding: 0 30px; }
    .top-btn span:before, .top-btn span:after {
      content: '';
      width: 24px;
      height: 27px;
      background: transparent url("../img/cam.png") left top no-repeat;
      background-size: contain;
      position: absolute;
      top: 1px; }
    .top-btn span:before {
      left: 0; }
    .top-btn span:after {
      right: 0; }

.top-block {
  padding: 50px 60px; }

.top-block_img {
  float: left; }
  .top-block_img img, .top-block_img video, .top-block_img iframe {
    width: 100%;
    max-width: 400px; }

.top-block_right {
  float: right;
  max-width: 565px;
  text-align: center; }
  .top-block_right .text {
    font-size: 30px;
    padding-top: 15px;
    line-height: 1.3; }
    .top-block_right .text span {
      display: block;
      font-size: 24px;
      font-weight: 700;
      margin-top: 25px; }
    .top-block_right .text a {
      display: block;
      text-decoration: underline;
      color: #1343df;
      font-weight: 700; }
      .top-block_right .text a:hover {
        text-decoration: none; }





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

.block-thumbs_wrap {
  max-width: 925px;
  position: relative;
  z-index: 10; }
  .block-thumbs_wrap:before, .block-thumbs_wrap:after {
    content: '';
    display: table;
    clear: both; }
	
	
.videoThumbs {
  float: left;
  margin-right: 10px;
  width: 400px; }

	.videoclip
{
	width: 100%; 
	max-width: 400px;
}







.content {
  padding: 45px 42px;
  width: 98%;
  margin: 0 auto 40px;
  border: 5px solid #113cda;
  border-radius: 10px;
  position: relative; }

.content_main {
  max-width: 820px;
  position: relative;
  z-index: 5; }

.thumb-row {
  margin: 0 -10px; }
  .thumb-row:before, .thumb-row:after {
    content: '';
    display: table;
    clear: both; }
  .thumb-row a {
    float: left;
    width: 16%;
    line-height: 0;
    padding: 0 10px; }
    .thumb-row a img, .thumb-row a video, .thumb-row a iframe {
      width: 100%; }

.text {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  margin: 12px auto;
  max-width: 95%; }

.btn {
  display: block;
  background-color: #113cda;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  text-decoration: underline;
  padding: .5666em 10px;
  border-radius: 5px;
  margin-bottom: 25px;
  transition: all .2s; }
  .btn:hover {
    text-decoration: none;
    background-color: #ffb30b;
    color: #000b87; }

.label {
  position: relative; }
  .label:before {
    content: '';
    width: 160px;
    height: 60px;
    background: transparent url("../img/top-th.png") left top no-repeat;
    background-size: contain;
    position: absolute;
    left: 10%;
    top: -55px; }

.aside-girl {
  position: absolute;
  top: 0px;
  right: -45px; }

.banner {
  position: relative;
  margin-bottom: 30px; }
  .banner img {
    width: 100%; }
  .banner a {
    position: absolute;
    right: 30px;
    top: 45px;
    display: table;
    padding: 30px 40px;
    text-transform: uppercase;
    background-color: #ffb30b;
    border-radius: 5px;
    text-shadow: 1px 1px 1px #f9f9f9;
    color: #000b87;
    font-weight: 700;
    font-size: 50px;
    transition: all .2s; }
    .banner a:hover {
      background-color: #000b87;
      color: #ffb30b; }
    .banner a span {
      display: block;
      text-align: center;
      font-weight: 400;
      font-size: 24px;
      line-height: 30px; }

.vna {
  max-width: 100%;
  display: block;
  margin: 0 auto; }

@media screen and (max-width: 1130px) {
  .top-btn {
    font-size: 5vw; }
    .top-btn span {
      font-size: 3vw; }
      .top-btn span:before, .top-btn span:after {
        width: 2.4vw;
        top: 0.3vh; }

  .top-block {
    padding: 20px 10px; }

  .top-block_img,
  .top-block_right {
    float: none;
    display: block;
    margin: 0 auto 20px; }

  .top-block_img img, .top-block_img video, .top-block_img iframe {
    display: block;
    margin: 0 auto; }

  .top-block_right .text {
    font-size: 24px;
    padding-top: 0; }
    .top-block_right .text span {
      font-size: 20px; }

  .aside-girl {
    display: none; }

  .content_main {
    max-width: 100%; }

  .banner a {
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 25px;
    font-size: 4vw; } 


.videoThumbs {
  float: left;
  margin-right: 10px;
  width: 100%; }
	
}
}

@media screen and (max-width: 767px) {
  .label:before {
    display: none; }

  .content {
    padding: 10px;
    width: 100%; }

  .thumb-row {
    margin: 0; }

  .thumb-row a {
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin: 0 auto 10px; }

  .btn {
    font-size: 5vw; } 
	
.videoThumbs {
  float: left;
  margin-right: 10px;
  width: 100%; }
	
}

}
@media screen and (max-width: 560px) {
  .banner a {
    position: relative;
    top: 0;
    transform: translateY(0);
    display: block;
    text-align: center;
    font-size: 5vw;
    right: 0;
    padding: 10px; }
    .banner a span {
      font-size: 3.3vw;
      line-height: 1.1; } }
@media screen and (max-width : 545px ){
  .top-btn {
    font-size: 7vw; }
    .top-btn span {
      display: none; } }
.warning_f {
  background-color: #00194a;
  box-shadow: 0 0 59px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, 0.09);
  position: relative;
  padding-top: 30px;
  margin-top: -5px; }

.centerwrap {
  max-width: 1200px;
  padding: 0 50px;
  margin: auto;
  position: relative; }

.mail_list {
  clear: both;
  background-color: #00194a;
  border-bottom: 1px solid #e8e8e8; }

.warning_fmodel {
  float: left;
  margin-top: 30px;
  line-height: 0; }
  .warning_fmodel img {
    max-width: 100%; }

.mail_listarea {
  margin-top: 20px; }

.mail_list h3 {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 700; }

.email_subscribe {
  text-align: center; }

.email_subscribe p {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  padding-right: 16px; }

.email_subscribebox {
  display: inline-block;
  height: 42px;
  background-color: #fdfdfd;
  width: 336px;
  margin-right: 14px;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
  border: 1px solid #d0d0d0; }

.email_subscribe label {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding-right: 12px;
  cursor: pointer; }

.submit {
  display: inline-block;
  border: none;
  background-color: #ffb90b;
  color: #000;
  text-transform: uppercase;
  height: 36px;
  width: 90px;
  cursor: pointer;
  font-size: 12px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  line-height: 1;
  transition: all .3s; }
  .submit:hover {
    opacity: .8; }

.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00194a;
  text-align: center; }

.footer p.copyright {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 42px;
  text-transform: uppercase;
  margin-left: 10px; 
  padding-right: 10px}
  
  .footer p.copyright a{
  display: inline-block;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  text-transform: uppercase;
  margin-left: 10px; 
 }

.vna_logo {
  display: inline-block;
  vertical-align: top;
  padding-left: 12px; }

@media screen and (max-width: 1120px) {
  .mail_listarea {
    max-width: 660px; }

  .email_subscribe {
    padding-bottom: 10px; } }
@media screen and (max-width: 992px) {
  .warning_fmodel {
    padding-top: 20px; }

  .email_subscribebox {
    width: 300px;
    margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  .warning_f {
    padding-top: 20px; }
	
	
.content_main {
  max-width: 800px;
  position: relative;
  z-index: 5; }
	
	
.thumb-row a {
    display: block;
    float: none;
    width: auto;
    max-width: 200px;
    padding: 0;
    margin: 0 auto 10px; }

	
	
	
  .mail_listarea {
    float: none;
    width: auto;
    max-width: none;
    margin-top: 0; }
    .mail_listarea h3 {
      font-size: 18px;
      padding-bottom: 0; }

  .footer p.copyright {
    line-height: 1.2; }

  .centerwrap {
    padding: 0 20px; }

  .warning_fmodel {
    display: none; }

  .email_subscribebox {
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px; }

  .submit {
    display: table;
    margin: 10px auto 0; } }
body {
  font: 400 18px/1 'Open Sans', sans-serif;
  background: transparent url("../img/bg.jpg") left top no-repeat;
  background-size: cover; }

.wrapper {
  max-width: 1225px;
  background: #fff url("../img/stars.jpg") 0 0 repeat;
  margin: 0 auto;
  padding: 0 10px; }

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  .flex--wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
  .flex--center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .flex--between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }

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