﻿html,
body {
    width: 100%;
    height: 100%;
    font-size: 22px;
    color: #fff;
    text-shadow: 2px 3px black;
	
}
body {
    font-family: "Pangolin", "Helvetica Neue", Helvetica, Arial, sans-serif;
   
}
h2 {
    font-size: 48px;
}
h3 {
    font-size: 42px;
}
h4 {
    color: #000;
    text-shadow: 0 0;
}
p {
    text-indent: 20px;
    text-align: justify;
}
.wrapper{
	 background: url(../img/pFull.jpg) no-repeat center top #142a13;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: 100%;
    background-attachment: scroll;
    -o-background-size: cover;

	position: absolute;
}
.noSelect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    
    -webkit-user-select: none;
    /* Safari */
    
    -khtml-user-select: none;
    /* Konqueror HTML */
    
    -moz-user-select: none;
    /* Firefox */
    
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    
    user-select: none;
    /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

li {
    text-align: justify;
}
a:hover {
    text-decoration: none;
}
.text-white {
    color: #fff;
}
.container {
    width: 100%;
}

.header {
    /*display: table-cell;*/
    width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	position: fixed;
	z-index: 1;

}

.modal-body
{
padding: 0px;	
	
}
.blur {
  -webkit-filter: blur(5px);
     -moz-filter: blur(5px);
       -o-filter: blur(5px);
      -ms-filter: blur(5px);
          filter: blur(5px);
}

.leftLogo {
margin-left: 10px;
}


.leftTitle {
margin-left: .5vw;

}

.topRightButton
{
	padding: 5px 10px;
    font-size: 32px;
    line-height: 1.5;
width: 2.5em;
}

.img-thumbnail
{
	  padding: 0px;
	  border: 2px solid #000;
}

.img-responsive{
  max-width: 100%;
  height: auto;
}

/* Buttons*/

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);

}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0, 0, 0, 1);
}
.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255, 255, 255);
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255, 255, 255, 0.8);
}

/* Lists*/

ul.store_links {
    list-style: none;
    margin-left: 0;
    /* Отступ слева в браузере IE и Opera */
    
    padding-left: 0
}
ul.store_links li {
    display: inline-block;
    margin: 5px;
}


img {
    vertical-align: baseline;
}



hr.small {
    max-width: 100px;
}

/* Top Menu */

.email
{
	
	font-size: 36px;
margin-right: 20%;
}

.topMenu
{
/*margin: 2vw;*/
}

/*Quotes */
.quote
{
	
}
.quoteRight
{
	background: url(../img/badges/calloutLeft.png) no-repeat;
	background-size: 100% 100%;
	padding: 4%;
	padding-bottom: 15%;
	color: #000;
	text-shadow: none;
	text-align: center;
	opacity: 0.9;
}

.quoteLeft
{
	background: url(../img/badges/calloutRight.png) no-repeat;
	background-size: 100% 100%;
	padding: 4%;
	padding-bottom: 15%;
	color: #000;
	text-shadow: none;
	text-align: center;
	opacity: 0.9;
}

.quotesRow
{
/*padding: 5%;*/
}


	

section {
    width: 50%;
    /*border: 3px solid green;*/
    
    /*padding: 20px;*/
    margin: 20px auto;

}
/* Header */



.videoContainer
{
		position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoTrailer
{
 	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid black; /* Параметры границы */
}

.downloadSection {
	padding-top: 20%;
}

#mage
{
width: 7.5%; 
position: relative; 
top: 15.9vw; 
left: -1.5vw;
}

.pkImage
{
	position: relative; 
	width: 20vw; 
	max-width: 20vw;
	min-width: 150px;
	left: 18vw;
}


.contactImage
{
	position: relative; 
	width: 20vw; 
	max-width: 20vw;
	min-width: 150px;
	right: 18vw;
}


.sbImage
{
	position: relative; 
	width: 30%; 
	right: 4vw;
	min-width: 250px;
}

.okButton
{
	position: relative; 
	right: 12vw;
	bottom: 6.9vw;
	width: 5%; 
	min-width: 50px;
}


.fbButton
{
	position: relative; 
	right: 32vw;
	bottom: 1.5vw;
	width: 4%; 
	min-width: 50px;
}


.vkButton
{
	position: relative; 
	right: 33vw;
	bottom: 1.5vw;
	width: 4%; 
	min-width: 50px;
}

.videoSection
{
	padding-top: 10%;
}

.videoTeaser
{
width: 100%;
}
.screensSection
{
	padding-top: 10%;
}

.quotesSection
{
		padding-top: 10%;
}


#to-top {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
}
/* Large desktops and laptops */

@media (min-width: 1200px) {

    .storeButton {
        width: 210px;
    }

}
/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 18px;
    }

    section {
        width: 80%;
        margin: 5px auto;
    }
	
h3
{
	font-size: 36px;
}

	.videoSection
	{
		padding-top: 0%;
	}
	

			.screensSection
	{
		padding-top: 2%;
	}


			.downloadSection
	{
		padding-top: 20%;
	}
	
				.quotesSection
	{
		padding-top: 2%;
	}
	
		.quote
	{
		font-size: 20px;
		padding-top: 45px;
	}
	
	
}
/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {

    section {
        width: 80%;
        margin: 5px auto;
    }
	
	h3
{
	font-size: 28px;
}

.email
{
	
	font-size: 24px;

}

			.quotesSection
	{
		padding-top: 0%;
	}
	
		.videoSection
	{
		padding-top: 0%;
	}
	


		.downloadSection
	{
		padding-top: 20%;
	}
	
		.screensSection
	{
		padding-top: 3%;
	}
	
	.quote
	{
		font-size: 20px;
	}
}
/* Landscape phones and portrait tablets */


/*Begin 3 screens background */
@media (max-width: 767px) {

    h2 {
        font-size: 32px;
    }
	
		h3
{
	font-size: 16px;
}

#mage
{
width: 10%; 
position: relative; 
top: 27.0vw; 
left: -2.5vw;

}

.email
{
	
	font-size: 20px;

}


.topRightButton
{
	padding: 5px 10px;
    font-size: 22px;
    line-height: 1.5;
}

			.videoTrailer
	{
			border: 2px solid #000;
	}
	

		.leftLogo
	{
		width: 38px;
	}


		.leftTitle
	{
		height: 44px;
	}

	.pkImage{
		left: 6vw;
	}

    section {
        width: 80%;
        margin: 5px auto;
    }
	
		.wrapper
	{
		  background-size: 160%;
	}
	
    .storeButton {
        width:170px;
    }
	
	.downloadSection
	{
		padding-top: 36%;
	}
			.videoSection
	{
		padding-top: 15%;
	}

	.screensSection
	
	{
		padding-top: 10%;
	}
	
	.quote
	{
		font-size: 20px;
	}
	

}
/* Portrait phones and smaller */

@media (max-width: 480px) {

	

		h3
{
	font-size: 12px;
	margin-top: 10px;
}

.topRightButton
{
	padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
	width: 2.9em;
}


	.leftLogo
	{
		width: 26px;
	}
	
			.leftTitle
	{
		height: 30px;
	}

	.pkImage{
		left: 4vw;
	}
	

	
	.quote
	{
		font-size: 12px;
	}
    .storeButton {
        width: 80px;
    }
    h2 {
        font-size: 16px;
    }
    section {
        width: 80%;
        margin: 5px auto;
   
    }
	.quotesSection
	{
		padding-top: 10%;
	}

    .section {
        padding: 0px 20px;
    }

	.quotesRow
{
padding: 0%;
}

		.videoSection
	{
		padding-top: 14%;
	}

	.screensSection
	
	{
		padding-top: 14%;
	}
	
	
	.downloadSection {
	padding-top: 34%;
}
}

@media (max-width: 340px) {
	
		.quote
	{
		font-size: 8px;
		padding-top: 10px;
	}
	
}