@media only screen and (max-width: 715px) {
	
	

}
.Row
{
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 0px; /*Optional*/
	text-align: center;
	padding: 0px 0px 20px 0px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
.Column
{
    display: table-cell;
    background-color: white; /*Optional*/
	text-align: center;
	padding: 10px 0px 10px 0px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}
iframe, object, embed {
    max-width: 100%;
}

#template{
	max-width:690px;
	margin:0 auto;
	width:100%;
}

#content {margin-left: 0;}

/***************** NAGŁÓWKI NAD RAMKĄ OFERTY *********************/

#template h5
    clear: both;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
	color: #535353;
	width:100%;
}

#template h6
    clear: both;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 5px;
	color: #535353;
	margin-left:2px;
}

#template #main-content .claim h2 {
    color: #000000;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 26px;
    margin-bottom: 5px;
    margin-top: -758px;
    padding: 5px 15px 0;
    text-align: justify;
    width: 100%;
}

#template #main-content .claim h3 {
    color: #000000;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 15px;
    margin-bottom: 40px;
    margin-left: 16px;
    margin-top: 58px;
    padding: 0;
    text-align: justify;
    width: 100%;
}

#template #main-content .claim h4{
	color: #000000;
	font-size: 20px;
	text-align:left;
	font-weight: normal;
	width:100%;
	line-height: 20px;
	margin-bottom:15px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif; 
	padding: 0px 15px 0px;
}


/***************** CAŁY CONTENT OFERTY *********************/
/*width: 670px;*/
#template #main-content {
	border: 1px solid #dedcdc;
    background-color: #fff;
    display: inline;
    float: left;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    margin: 30px 0px 0px 0px;
    width: 100%;
}

/* GÓRNE POLE FORMULARZA - OPIS STANOWISKA */
#template #txt-description {
    color: #000000;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 140%;
    margin: 20px 0px 0px 0px;
    text-align: left;
	padding:0px 0px 0px 0px;
}

/* DOLNE POLE FORMULARZA - WYMAGANIA */
#template #required-skills {
    color: #000000;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 140%;
    margin: 10px 0px 0px 0px;
    text-align: left;
	padding:0px 0px 0px 0px;
}
#template #required-skills p em{
	display: none;
}
#template #txt-description p strong{
	color:#003d7e;
	font-size: 14px;
}
#template #required-skills p strong{
	color:#003d7e;
	font-size: 14px;
}
#main-content div ul {
    list-style: disc;
    margin: 0px 0px 10px 0px;
    padding: 5px 0px 15px 0px;
}

#main-content div li {
    color: #000000;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 140%;
    margin: 0px 0px 0px 20px;
	padding:0px 0px 0px 0px;
}

#template #footer-contact {
    color: #000000;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 140%;
    margin: 20px 20px 20px 20px;
    padding: 0px 0px 0px 0px;
    text-align: justify;
}

#main-content p, #main-content span {
    line-height: 140%;
	color: #000000;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

/**************************************************/

#template #main-content .claim {
	padding: 20px 20px 20px 20px;
	}

/* TYTUŁ STANOWISKA */
#jobTitle {
	text-align: center;
	padding: 10px 0px 10px 0px;
	}

#jobTitle h1 {
	color: #003d7e;
    font: bold 26px 'Source Sans Pro', Arial, Helvetica, sans-serif;
    text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	}

/* MIEJSCE PRACY */
#jobTitle span {
	font: normal 13px 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}


/* BUTTON

.btn{margin:0;display:inline-block;text-decoration:none;line-height:normal;text-align:center;word-wrap: break-word;vertical-align:middle;font-family:inherit;border:1px solid;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease;cursor:pointer;}
.btn:hover{-webkit-box-shadow:0 2px 3px rgba(0,0,0,.3);-moz-box-shadow:0 2px 3px rgba(0,0,0,.3);-o-box-shadow:0 2px 3px rgba(0,0,0,.3);box-shadow:0 2px 3px rgba(0,0,0,.3);}
.btn-primary{
	color:#fff;
	background-color:#df2f35;
	background-image:-webkit-linear-gradient(top,#df2f35,#df2f35);
	background-image:-moz-linear-gradient(top,#df2f35,#df2f35);
	background-image:-ms-linear-gradient(top,#df2f35,#df2f35);
	background-image:-o-linear-gradient(top,#df2f35,#df2f35);
	background-image:linear-gradient(top,#df2f35,#df2f35);
	border-color:#df2f35 #df2f35 #df2f35;
	text-shadow:0 -1px 0 #df2f35;
}
.btn-small {font-size:16px;font-weight:bold;padding:.5em 1em; width: 110px; margin:0 auto; display: block;}
.btn-primary:active, .btn-primary:visited, .btn-primary:hover, .btn:link, .btn:visited {color:#ffffff; text-decoration:none;}
.btn:after{content:" »";}

END BUTTON */