@font-face {
		font-family: 'CopperplateGothic-Bold';
		src: url('coprgtb.eot');
		src: url('coprgtb.eot?#iefix') format('embedded-opentype'),
				 url('coprgtb.woff') format('woff'),
				 url('coprgtb.ttf') format('truetype'),
				 url('coprgtb.svg#coprgtb') format('svg');
		font-weight: normal;
		font-style: normal;
}

@font-face {
		font-family: 'CopperplateGothic-Light';
		src: url('coprgtl.eot');
		src: url('coprgtl.eot?#iefix') format('embedded-opentype'),
				 url('coprgtl.woff') format('woff'),
				 url('coprgtl.ttf') format('truetype'),
				 url('coprgtl.svg#coprgtl') format('svg');
		font-weight: normal;
		font-style: normal;
}

		@font-face {
		font-family: 'BankGothicBT-Medium';
		src: url('bank.eot');
		src: url('bank.eot?#iefix') format('embedded-opentype'),
				 url('bank.woff') format('woff'),
				 url('bank.ttf') format('truetype'),
				 url('bank.svg#bank') format('svg');
		font-weight: normal;
		font-style: normal;
}


body{
	
	background-image: url("../img/bg.gif");
    background-attachment: fixed;
    background-position: 50% center;
    background-repeat: no-repeat;
    background-size: cover;

    
    margin:0;
    padding:0px;
    overflow:hidden;
}

#wrapper{

	margin:0 auto;
}

#person{
    background-image: url("../img/poprawe.png");
    
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    /*
	
    background-size: cover;
    height: 80%;
    width: 31%;
    */
    left: -100px;
    bottom: -95px;
    position: fixed;

    height: 90%;
    min-height: 607px;
    width: 551px;
    

}

#info{

    background-image: url("../img/box_bg.png");
    height: 296px;
    padding: 50px;
    width: 375px;
    position: absolute;
    left:490px;
    bottom: calc(50% - 230px);
    text-align: center;

}

#info .wide{

	font-size: 15px;
    letter-spacing: 11px;
	font-family:'CopperplateGothic-Light';
    margin-bottom: 20px;

}

#info .name{

	font-size: 45px;
    
	font-family:'BankGothicBT-Medium';

}

#info .title{

	font-size: 14px;
    letter-spacing: 2px;
	font-family:'CopperplateGothic-Light';

}

#info .contact{

	font-size: 14px;
    letter-spacing: 2px;
	font-family:'CopperplateGothic-Light';

}

.separate{
 background-image: url("../img/separate.png");
 height:3px;
 width:362px;
 margin:30px 0px;

}
.extern{

	margin-top:20px;

}

.extern img{

	margin:5px;

}

.gray{
	color:#122048;
	text-shadow: 1px 1px 0px #FFFFFF;
}

.violet{
	color: #660099;
	text-shadow: 1px 1px 0px #FFFFFF;
}

img{

	border:0px;
}

a{
	color:#122048;
	text-decoration: none;
}

/*@media (orientation: portrait) {

    #person {
        left:0px !important;
       
        height: 747px !important;
        width: 640px !important;
    }

    #info {
        position:static !important;
        margin:0 auto !important;
        bottom:20px !important;
    }

    #wrapper{

   		height: 100%;
   		width: 640px;
    	margin: 0 auto;
    	

    }


 }*/

 @media (orientation: portrait) and (max-device-height: 940px){

     #person {
           bottom: 150px;
        height: 70% ;
    left: calc(50% - 540px) ;
    left: -webkit-calc(50% - 540px);

    width: 640px !important;
    position: absolute;
    width: 551px;
    min-height: 550px;

    }

    #info {
        background-image: url("../img/box_bg.png");
    bottom: 0px;
    height: 296px;
    left: 50%;
    margin-left: -227px;
    padding: 50px;
    position: absolute;
    text-align: center;
    width: 375px;
    }

    #wrapper{

        height: 100%;
        width: 640px;
        margin: 0 auto;
        

    }
 }

 @media (orientation: landscape) and (max-device-height: 640px){

     #person {
        bottom: -200px;
        height: 40% ;
        left: -220px ;
        width: 640px ;
        position: fixed;
        min-height: 600px;
   

    }

    #info {
       
    bottom: 0px;
    height: 296px;
    left: 50%;
    margin-left: -127px;
    padding: 50px;
    position: absolute;
    text-align: center;
    width: 375px;
    }

    #wrapper{

        height: 100%;
        width: 100%;
        margin: 0 auto;
        

    }
 }

 @media (orientation: landscape) and (min-device-height: 768px) and (max-device-height: 1024px){

     #person {
        bottom: -100px;
        
        left: -220px ;
        width: 660px ;
        position: fixed;
        height: 80% ;
        min-height: 730px;
   

    }

#info {
       
    bottom: 50px;
    height: 296px;
    left: 50%;
    margin-left: -70px;
    padding: 50px;
    position: absolute;
    text-align: center;
    width: 375px;
    }
 }

@media (orientation: portrait) and (min-device-height: 1024px){

    #person {
        bottom: 220px;
        height: 80% ;
        left: calc(50% - 530px) ;
        left: -webkit-calc(50% - 530px) ;

        width: 640px ;
        position: absolute;
        min-height: 840px;

    }

     #info {
       
    bottom: 40px;
    height: 296px;
    left: 50%;
    margin-left: -200px;
    padding: 50px;
    position: absolute;
    text-align: center;
    width: 375px;
    }

 }