@font-face {
  font-family: Akrobat-SemiBold;
  src: local('Akrobat-SemiBold'), url(../fonts/Myfonts/Akrobat-SemiBold.otf);
}

@font-face {
  font-family: ProximaNovaExCn-Semibold;
  src: local('ProximaNovaExCn-Semibold'), url(../fonts/Myfonts/ProximaNovaExCn-Semibold.ttf);
}

@font-face {
  font-family: BerlinSansFB;
  src: local('BerlinSansFB'), url(../fonts/Myfonts/BRLNSR.TTF);
}

@font-face {
  font-family: Book Antiqua;
  src: local('Book Antiqua'), url(../fonts/Myfonts/BKANT.TTF);
}

@font-face {
  font-family: Open Sans light Italic;
  src: local('Open Sans light Italic'), url(../fonts/Myfonts/OpenSans-LightItalic.ttf);
}


@font-face {
  font-family:ProximaNovaExCn-Regular;
  src: local('ProximaNovaExCn-Regular'), url(../fonts/Myfonts/ProximaNovaExCn-Regular.ttf);
}

@font-face {
  font-family:OpenSans-BoldItalic;
  src: local('OpenSans-BoldItalic'), url(../fonts/Myfonts/OpenSans-BoldItalic.ttf);
}

@font-face {
  font-family:sylfaen;
  src: local('sylfaen'), url(../fonts/Myfonts/sylfaen.ttf);
}


body {
  height: 100%;
}

html {
  min-width: 320px;
}

body { min-width: 350px; }

#Myheader {

	display: table;
	width: 100%;
}

#Myheader li{
	margin-top: 10px;
	color: black;
	list-style-type: none;
	font-size: 20px;
	font-family: Akrobat-SemiBold;
	display: table-cell;

	
}

.titlePage {
	max-width: 1000px;
	width: 82.5vw;
	height: auto;
	margin: auto;

	margin-top: 10px;
	background-color: #e8e8e8;

}

#titleInTitlePage {
	width: 90%;
}

#faceimg img{
	width: 200px;
	height: auto;
	margin-left: 70px;
}

#titleInTitlePage h1{
	font-size: 60px;
	text-align: left;
	padding-left: 60px;
	/*padding-right: 320px;*/
	font-family: ProximaNovaExCn-Regular;
	width: 70%;  

}
.priceTag {
	width: 215px;
	height: 230px;
	background-color: #5a355b; 
	margin-left: 750px;
	margin-top: -200px;
	float: left;
	

}

.buttonBuyTitle {
	width : 138px;
	height: 62px;
	border-radius: 31px;
	margin-left: 40px;
	background-color: #5a355b; 
	margin-top: 110px;

}

.priceTagImg{
	margin-top: -10px;
	margin-left: -10px;

}

.priceValue p{
	font-family:ProximaNovaExCn-Regular;
	font-size: 45px;
	color: white;
	margin-top: -175px;
	margin-left: 67px;

}


.theButton{

	text-decoration: none;
	user-select: none;
	border-radius: 26px;
	margin-left: 15px;
	
	display: inline-block;
	color: white;
	background-image: linear-gradient(#6c416d,#602961);
	padding: 12px 34px;
	margin-top: 5px;



}

.theButton:hover {
	 background: linear-gradient(45deg, #6c416d,#602961);
	 color: white;
	 user-select: none;
}

.tehDescription {
	width: 585px;
	height: 245px;
	margin-left: 70px;
	font-size: 18px;
	font-family:OpenSans-BoldItalic;

}


.screenOfTitle{
	text-align: center;
	

}

.titleContent {
	max-width: 1000px;
	margin: auto;
}


/*.titleContent {

	background-image: url('../img/TitleDescriptionHead.png'), 
	url('../img/TitleDescriptionContent.png');
	background-position: top center, 100% 30%;
	background-repeat: no-repeat, repeat-x;



	background:  url(../img/TitleDescriptionHead.png) no-repeat top center ,
	url(../img/TitleDescriptionContent.png) repeat center,
	url(../img/TitleDescriptionFoot.png) no-repeat center ;

}*/
#TextHead{
	margin-top: 20px;
	max-height: 295px;
	height: 20vw;
	width: auto;
	background-image: url(/image/img/TitleDescriptionHead.png);
	background-repeat: no-repeat;
	background-size: cover; /*64vw auto;*/


}
#TextHead p{

	
	font-family: sylfaen;
	font-size: 4vw;
    margin-left: 42%;
	color: white;

}

.contentPng {
	display: inline-block;
	max-width: 1080px;
	background-image: url(/image/img/TitleDescriptionContent.png);
	background-repeat: repeat-y;
	background-size: cover;
	background: rgba(213, 120, 120, .2);
	margin-top: -10px;

}




/*#contentText {
	background-image: url(../img/TitleDescriptionContent.png);
	background-repeat: repeat;
	margin-top: -10px;
}
*/


#contentText {
/*	display: inline-block;
	max-width: 1080px;
	
	background-image: url(/image/img/TitleDescriptionContent.png);
	background-repeat: repeat-y;
	background-size: cover; /*64vw auto;

	background: rgba(213, 120, 120, .2);*/
	font-family: sylfaen;
	font-size: 2vw;
	color: black;
	padding: 1%;



}

#contentText p{ 
    margin-left: 10%;
}

#titleContentFooter{
	
	
	background: url(/image/img/TitleDescriptionFoot.png) no-repeat;
    max-height: 35px;
    height: 2vw;
	width: auto;
    background-size: cover;
}

@media(max-width: 1200px) { 
		#titleInTitlePage h1 {
	    font-size: 6vw;
	    text-align: left;
	    padding-left: 60px;
	   /* padding-right: 300px;*/
	}

			.priceTag {
		    width: 215px;
		    height: 230px;
		    background-color: #5a355b;
		    margin-left: 60vw;
		}




}


@media(max-width: 992px) {


	.screenOfTitle img {
		width: 206px;
		height: auto;

	}



	#titleInTitlePage h1 {
	    font-size: 6vw;
	    text-align: left;
	    padding-left: 60px;
	   /* padding-right: 300px;*/
	}

		.priceTag {
		    width: 215px;
		    height: 230px;
		    background-color: #5a355b;
		    margin-left: 55vw;
		}

}


@media(max-width: 768px) { 

	#faceimg img {
		 width: 200px;
		 height: auto;
		 margin-left: 24vw;
	}

	#titleInTitlePage h1 {
	    font-size: 6vw;
	    margin: auto;
	   /* padding-right: 300px;*/
	}

	#titleInTitlePage {
		width: 100%;
	}

	.priceTag {
		display: block;
    width: 172px;
    height: 184px;
    background-color: #5a355b;
    margin-left: 35%;
    margin-top: 10px;
		

	}

	.tehDescription {
    width: 80%;
    height: auto;
    
    font-size: 16px;
    margin-top: 30px;
    font-family: OpenSans-BoldItalic;
    }

	.buttonBuyTitle {
		width : 110px;
		height: 50px;
		border-radius: 31px;
		margin-left: 40px;
		background-color: #5a355b; 
		margin-top: 95px;

	}

	.priceTagImg{
		margin-top: -10px;
		margin-left: -10px;
		width: 80%;



	}
	.priceTag {
		margin-left: 24vw;
		float: none;

	}

	.priceValue p{
		font-family:ProximaNovaExCn-Regular;
		font-size: 30px;
		color: white;
		margin-top: -124px;
		margin-left: 43px;

	}


	.theButton{

		text-decoration: none;
		user-select: none;
		border-radius: 26px;
		margin-left: 6px;
		
		display: inline-block;
		color: white;
		background-image: linear-gradient(#6c416d,#602961);
		padding: 9px 27px;
		margin-top: 5px;



	}

	.theButton:hover {
		 background: linear-gradient(45deg, #6c416d,#602961);
		 color: white;
		 user-select: none;
	}

	.screenOfTitle > img:not(:first-child) {
		display: none;
		}








}
