@font-face {
	font-family: 'Bebas Neue';
	font-style: normal;
	font-weight: normal;
	src: local('Bebas Neue'), url('../font/BebasNeue.woff') format('woff');
}

@font-face {
	font-family: 'WisdomScriptAJ';
	src: url('../font/WisdomScriptAJ.eot');
	src: local('WisdomScriptAJ'), url('../font/WisdomScriptAJ.woff') format('woff'), url('../font/WisdomScriptAJ.ttf') format('truetype');
}

@font-face {
	font-family: 'Aller';
	font-style: normal;
	font-weight: normal;
	src: local('Aller'), url('../font/Aller_Rg.woff') format('woff');
}

@font-face {
	font-family: "Aller Bold";
	src: url("../font/Aller_Bd.eot?") format("eot"),url("../font/Aller_Bd.woff") format("woff"),url("../font/Aller_Bd.ttf") format("truetype"),url("../font/Aller_Bd.svg#Aller-Bold") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media (min-width: 1200px) {
	.container {
		width: 1024px;
	}
}
body {
  min-width: 320px;
  height: 100%;
  font-size: 13px;
  color: #000;
  background-color: #fff;
}

a {
	text-decoration: none;
}

button {
	border: none;
}

.button {
	box-shadow: 0 0 20px -5px #656565;
  	-moz-box-shadow:0 0 20px -5px #656565;
  	-webkit-box-shadow: 0 0 20px -5px #656565;
  	text-align: center;
  	background-color: #fff;
  	color: #b63f3a;
  	font-size: 18px;
  	padding: 2px 12px;
}

.button.red {
  	background-color: #b63f3a;
  	color: #fff;
}

body.desktop div[class^="part-"] {
	position: relative;
	top: -20px;
}

/** HEADER > **/
body.desktop header {
	background: #fff url('../img/desktop/header-bg.jpg') left top no-repeat;
	width: 100%;
	height: 303px;
	content: "";
	position: relative;
}

body.mobile header {
	background: #fff url('../img/mobile/header-bg.jpg') left top no-repeat;
	height: 452px;
	content: "";
	position: relative;
	width: 100%;
}

@media only screen and (min-device-width : 321px) and (max-device-width : 360px) {
	body.mobile header {
		margin: 0 20px;
	}
}

body.mobile header .button-elem {
	font-family: 'Bebas Neue', Arial, verdana;
	position: absolute;
	left: 25%;
	bottom: 45px;
}

@media only screen and (min-device-width : 321px) and (max-device-width : 360px) {
	body.mobile header .button-elem {
		left: 20%;
		bottom: 45px;
	}
}

body.mobile header .button-elem .button.red {
	font-size: 15px;
}

body.mobile header .button-elem .button {
	margin-bottom: 20px;
}
/** < HEADER **/

/** PART 2 > **/
.part-2 img {
	margin: 0 auto;
	padding-bottom: 17px;
}
body.mobile .part-2 .img-elem {
	position: relative;
}
body.mobile .part-2 .img-elem INPUT[type=radio] {
	position: absolute;
}
body.mobile .part-2 .img-elem INPUT[type=radio].bradio-b {
	position: absolute;
	bottom: 30px;
	right: -85px;// right: -37px;
}
body.mobile .part-2 .img-elem INPUT[type=radio].bradio-r {
	position: absolute;
	bottom: 30px;
	left: -80px; // left: 205px;
}

@media only screen and (min-device-width : 321px) and (max-device-width : 360px) {
	body.mobile .part-2 .img-elem INPUT[type=radio].bradio-b {
		position: absolute;
		bottom: 30px;
		right: -25%;
	}
	body.mobile .part-2 .img-elem INPUT[type=radio].bradio-r {
		position: absolute;
		bottom: 30px;
		left: -25%;
	}
}
.part-2 input,
body.desktop .part-3 input {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 2px solid #c8c8c8;
  padding: 3px;
  width: 80%;
  margin: 0 10%;
}
.part-2 .submit .button,
body.desktop .submit .button {
	width: 80%;
  	margin: 0 10%;
	text-transform: uppercase;
	font-family: 'Bebas Neue', Arial, verdana;
	font-size: 30px;
	letter-spacing: 2px;
  	-webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	border-radius: 2px;
}

/* desktop */
body.desktop .part-2 .block .block-heading {
	font-family: "Aller Bold" !important;
	width: 100%;
	text-align: center;
	color: #414042;
	font-size: 24px;
	margin-bottom: 20px;
}
body.desktop .part-2 .block.desc h5 {
	font-family: 'WisdomScriptAJ' !important;	
}

/** < PART 2 **/

/** PART 3 > **/
.part-3 .block h4.block-heading,
.part-4 .block h4.block-heading {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: #fff url('../img/mobile/block-heading-bg.jpg') top left no-repeat;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Bebas Neue', Arial, verdana;
	text-align: center;
	font-size: 25px;
	margin-top: 15px;	
	margin-bottom: 0;
}
body.mobile .part-3 .block h4.block-heading,
body.mobile .part-4 .block h4.block-heading {
	width: 88%;
	margin: 0 6%;
	margin-top: 10px;
}
body.mobile .part-3 .content-block img {
	width: 88%;
	margin: 0 6%;
}
.part-3 .block.desc,
body.desktop .part-2 .block.desc {
	font-family: 'WisdomScriptAJ' !important;
	text-align: center;
}
.part-3 .block h5.block-heading,
body.desktop .part-2 .block h5.block-heading {
	color: #b63f3a;
	font-size: 25px;
	position: relative;
	width: 70%;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 15px;
}
.part-3 .block h5.block-heading:before,
body.desktop .part-2 .block h5.block-heading:before {
	position: absolute;
	top: 0;
	left: 0;
	content: " ";
	background: #fff url('../img/mobile/pictolieu.png') top left no-repeat;
	width: 21px;
	height: 30px;
}
.part-3 .block.desc .content-block,
body.desktop .part-2 .block.desc .content-block {
	font-weight: normal;
	font-family: Arial, verdana;
	padding-bottom: 20px;
}

/* desktop */
body.desktop .part-3 form input[type='radio'] {
	position: absolute;
	width: auto;
	padding: 0;
	margin: 0;
}
body.desktop .part-3 form input[type='radio'].bradio-b {
	right: 80px;
	bottom: 20px;
}
body.desktop .part-3 form input[type='radio'].bradio-r {
	left: 80px;
	bottom: 20px;
}
body.desktop .part-3 .play,
body.desktop .part-3 .pilaho-1,
body.desktop .part-3 .white-pink {
	text-align: center;
	width: 100%;	
}
body.desktop .part-3 .play {
	font-family: 'Bebas Neue', Arial, verdana;
	color: #000;
	text-transform: uppercase;
	font-size: 32px;
}
body.desktop .part-3 .pilaho-1 {
	font-family: 'Bebas Neue', Arial, verdana;
	color: #d32f3b;
	font-size: 28px;
}
body.desktop .part-3 .white-pink {
	font-family: Aller, Arial, verdana;
	color: #000;
	text-transform: uppercase;
	font-size: 15px;
}
body.desktop .part-3 input[type='text'] {
	margin-top: 10px;
}
/** < PART 3 **/

/** PART 4 > **/
body.desktop .part-4 {
	padding: 25px 0;
	width: 100%;
	height: 350px;
}
body.desktop .part-4 #map-canvas {
	height: 350px;
	width: 100%;
	margin: 0px;
	padding: 0px
}
body.mobile .part-4 #map-canvas {
	height: 210px;
	width: 100%;
	margin: 0px;
	padding: 0px
}
.part-4 .block h4.block-heading {
	margin-top: 0;
}
body.desktop .part-4 .form-map {
	position: absolute;
	bottom: 20px;
	left: 35%;
	width: auto;
}
body.desktop .part-4 .form-map input.search-city {
	height: 59px;
	line-height: 59px;
	font-size: 22px;
	border-bottom: 2px solid #d32f3b;
	border-top: 1px solid #d32f3b;
	border-left: 1px solid #d32f3b;
	width: 476px;
	padding-left: 20px;
	margin: 0;
}
body.desktop .part-4 .form-map button.button {
	padding: 0;
	left: -5px;
	top: -2px;
	position: relative;
}
/** < PART 4 **/

/** PART 5 > **/
.part-5 iframe {
	margin-left: 5%;
}
.part-5 .instragram-heading {
	font-size: 15px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	font-family: "Aller Bold" !important;
}

body.desktop .part-5 {
}

body.desktop .part-5 .container .row {
	background: #fff url('../img/desktop/instagram-logo.png') left center no-repeat;
	min-height: 200px;
}

body.desktop .part-5 iframe {
	margin-left: 20%;
}
body.desktop .part-5 iframe a.no-border, 
body.desktop .part-5 iframe a.no-border:hover {
	cursor: text;
}
/* desktop */

/** < PART 5 **/

/** FOOTER > **/
body.mobile .footer {
	width: 88%;
	margin: 0 6%;
	background: #fff url('../img/mobile/footer-bg.png') top left no-repeat
}
body.mobile .footer .navbar-default {
	background: transparent;
	border-color: transparent;
}

body.mobile .footer .navbar-toggle {
	margin-top: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	float: left;
}
body.mobile .footer .nav > li {
	background: rgba(67, 159, 130, 0.1) none repeat scroll 0 0;
	margin: 5px 0;
}
body.mobile .footer .nav > li:nth-child(2n+1) {
	background: rgba(67, 159, 130, 0.3) none repeat scroll 0 0;
}
body.mobile .footer .bottom {
	text-align: center;
	margin-bottom: 10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
	border-top: none;
}
body.desktop .footer {
	font-family: Aller, Arial, verdana;
	background-color: #d32f3b;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
body.desktop .footer img {
	position: absolute;
	right: 10%;
	top: -49px;
}
body.desktop .footer a {
	color: #fff;
}
@media (min-width: 992px) {
	body.desktop .footer {
		margin-top: 30px;
	}
	body.desktop .footer img {
		right: 5%;
	}
}
/** < FOOTER **/
