@charset 'UTF-8';
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900');
@import url('font-awesome.min.css');
@font-face{ font-family:"lato-regular"; src:url('../fonts/lato-regular.ttf');}
@font-face{ font-family:"lato-bold"; src:url('../fonts/lato-bold.ttf');}


/*
	Big Picture by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body {
		background: #fff;
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select {
		font-family: 'lato-regular', sans-serif;
		font-weight: 300;
		font-size: 11pt;
		line-height: 1.75em;
		color: #fff;
		letter-spacing: 0.5px;
	}
	

	h1,h2,h3,h4,h5,h6 {
		font-family: 'lato-regular', sans-serif;
		font-weight: 900;
		color: inherit;
	}
	
		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}
		
	h2 {
	text-align: center;
	color: #000;
	font-size: 2.25em;
	letter-spacing: -2px;
	line-height: 1.25em;
	}
	
	h3 {
		font-style: italic;
		font-weight: lighter;
		color: #39454b ;
		font-size: 0.9em;
		letter-spacing: 0px;
	}
	h4 {
		font-style: italic;
		font-weight: lighter;
		color: #000 ;
		letter-spacing: 0px;
	}
	h5 {
		font-style: normal;
		font-weight: normal;
		color: #000 ;
		letter-spacing: 0px;
	}
	h6 {
		font-style: normal;
		font-weight: lighter;
		color: #000 ;
		font-size: 1,5em;
		letter-spacing: 0px;
	}
	
	h7 {
		color: #333;
		font-size: 0.5em;
		letter-spacing: 1px;
		line-height: 0.25em;
	}
	
	h8 {
	text-align: left;
	color: #000;
	font-size: 2.25em;
	letter-spacing: -2px;
	line-height: 1.25em;
	}

		
	strong, b {
		font-weight: 900;
		color: inherit;
	}
	
	em, i {
		font-style: italic;
	}

	a {
		font-family: 'lato-regular', sans-serif;
		color: #98c593;

		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	}
	

	a3 {
		color: #fff;
		font-weight: lighter;

		-moz-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: all 0.2s ease-in-out, color 0.2s ease-in-out;
	}
	
	a4 {
		font-family:'lato-bold', sans-serif;

			}

	

		
		
	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}
	
	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}
	
	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}
	
	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}
	
	p, ul, ol, dl, table {
		margin-bottom: 1em;
		text-align:justify;

	}
	
	p2{
		color: #000;
		text-align: center;
	}
		
		p3{
		color: #000;
		text-align: center;
	}
	
	p4{
		color: #000;
		margin-right: 50px, auto ;
	}

	center-text {
		text-align:center ;
				font-size: 1.3em;

	}

	citation {
		margin-bottom: 1em;
		font-size: 2em;
		text-align:center ;
	}
	
		citation2 {
		margin-bottom: 1em;
		font-size: 1.2em;
		text-align: center ;

	}


	header {
		margin-bottom: 1em;
	}
	
		header p {
			display: block;
			margin: 1em 0 0 0;
			padding: 0 0 0.5em 0;
		}
		
	footer {
		margin-top: 2em;
	}

	br.clear {
		clear: both;
	}

	/* Sections/Article */
	
		section,
		article {
			margin-bottom: 3em;
		}
		
			section > :last-child,
			article > :last-child {
				margin-bottom: 0;
			}

			section > .content > :last-child,
			article > .content > :last-child {
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child {
				margin-bottom: 0;
			}

			.row > section,
			.row > article {
				margin-bottom: 0;
			}

	/* Image */

		.image {
			position: relative;
			display: inline-block;
		}
		
			.image:before {
				content: '';
				position: absolute;
				left: 0;
				top: 0;
				width: 100%;
				height: 100%;
				background: url('images/overlay.png');
			}
		
			.image img {
				display: block;
				width: 100%;
			}

			.image.featured {
				display: block;
				width: 100%;
				margin: 0 0 2em 0;
			}
			
			.image.fit {
				display: block;
				width: 100%;
			}
			
			.image.left {
				float: left;
				margin: 0 2em 2em 0;
			}
			
			.image.centered {
				display: block;
				margin: 0 0 2em 0;
			}

				.image.centered img {
					margin: 0 auto;
					width: auto;
				}

	/* List */

		ul {
		}

			ul.default {
				list-style: disc;
				padding-left: 1em;
			}
			
				ul.default li {
					padding-left: 0.5em;
				}		

			ul.icons {
				cursor: default;
			}	
			
				ul.icons li {
					display: inline-block;
				}
				
					ul.icons a {
						display: inline-block;
						width: 2em;
						height: 2em;
						line-height: 2em;
						text-align: center;
						border: 0;
					}

			ul.menu {
				cursor: default;
			}
			
				ul.menu li {
					display: inline-block;
					line-height: 1em;
					border-left: solid 1px rgba(145,146,147,0.25);
					padding: 0 0 0 0.5em;
					margin: 0 0 0 0.5em;
				}
				
				ul.menu li:first-child {
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}

			ul.actions {
				cursor: default;
			}
			
				ul.actions li {
					display: inline-block;
					margin: 0 0 0 0.5em;
				}
				
				ul.actions li:first-child {
					margin-left: 0;
				}

		ol {
		}

			ol.default {
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li {
					padding-left: 0.25em;
				}

	/* Form */

		form {
		}
		
			form label {
				display: block;
			}
			form label2 {
				display: block;
				color: #333;
				text-align: left;

			}
		
			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea {
				display: block;
				width: 100%;
				padding: 0.65em 0.75em;
				background: #fff;
				border: solid 2px #fff;
				color: #333;
				border-radius: 0.5em;
				outline: none;

				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;

				-moz-transition: all 0.05s ease-in-out, color 0.05s ease-in-out;
				-webkit-transition: all 0.05s ease-in-out, color 0.05s ease-in-out;
				-o-transition: all 0.05s ease-in-out, color 0.05s ease-in-out;
				-ms-transition: all 0.05s ease-in-out, color 0.05s ease-in-out;
				transition: all 0.05s ease-in-out, color 0.05s ease-in-out;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus {
					border-color: #000;
				}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select {
				line-height: 1.35em;
			}
				
			form textarea {
				min-height: 8em;
			}

			form .formerize-placeholder {
				color: #000 !important;
			}

			form ::-webkit-input-placeholder {
				color:  #000 !important;
			}

			form :-moz-placeholder {
				color:  #000 !important;
			}

			form ::-moz-placeholder {
				color:  #000 !important;
			}

			form :-ms-input-placeholder {
				color:  #000 !important;
			}

			form ::-moz-focus-inner {
				border: 0;
			}
			
			form {
  /* Just to center the form on the page */
  margin: 0 auto;
  width: 800px;

  /* To see the limits of the form */
  padding: 1em;
  border: 2px solid #fff;
  border-radius: 1em;
  background: #c6cbd4; opacity: 0.9;
  
}

<a href="#" class="myButton">blue</a>

.myButton {
	

	
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 2px #9fb4f2;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background:-moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:-ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background:linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e',GradientType=0);
	background-color:#7892c2;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	border:1px solid #4e6096;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-family:arial;
	font-size:18px;
	padding:11px 76px;
	text-decoration:none;
	text-shadow:0px 1px 0px #283966;
}
.myButton:hover {
}
.myButton:active {
	position:relative;
	top:1px;
}

input[type=submit]{
	background-color: #35709b;
	Color:white;
    font-weight: bold;
    padding: 10px 50px;
    border-radius: 3px;
	border-color:transparent;
	cursor: pointer; 
    box-shadow: 0 8px 16px 0 grey;
    text-decoration: none;/* same size as the label elements */}


div + div {
  margin-top: 1em;
}

label {
  /* To make sure that all label have the same size and are properly align */
  display: inline-block;
  width: 90px;
  text-align: right;
     opacity: 1.0;
      font: 1em sans-serif;


}

input, textarea {
  /* To make sure that all text field have the same font settings
     By default, textarea are set with a monospace font */
  font: 1em sans-serif ;




  /* To give the same size to all text field */
  width: 300px;

  -moz-box-sizing: border-box;
       box-sizing: border-box;

  /* To harmonize the look & feel of text field border */
  border: 2px solid #000;
}

input:focus, textarea:focus {
  /* To give a little highligh on active elements */
  border-color: #000;

}

textarea {
  /* To properly align multiline text field with their label */
  vertical-align: top;
  		color: #000;



  /* To give enough room to type some text */
  height: 5em;

  /* To allow users to resize any textarea vertically
     It works only on Chrome, Firefox and Safari */
  resize: vertical;
}

.myButton {
  /* To position the buttons to the same position of the text fields */

}

myButton {
  /* This extra magin represent the same space as the space between
     the labels and their text fields */
  margin-left: .5em; 

}
			
			
	/* Table */
	
		table {
			width: 100%;
		}
		
			table.default {
				width: 100%;
			}
			
				table.default tbody tr:nth-child(2n+2) {
					background: #f4f4f4;
				}
				
				table.default td {
					padding: 0.5em 1em 0.5em 1em;
				}
				
				table.default th {
					text-align: left;
					font-weight: 900;
					padding: 0.5em 1em 0.5em 1em;
				}
			
				table.default thead {
					background: #444;
					color: #fff;
				}
				
				table.default tfoot {
					background: #eee;
				}
				
				table.default tbody {
				}



	/* Box */

		.box {
			background: #fff ;
			opacity: 95%;
			color: #39454b;
			padding: 1.5em 2.5em 1.5em 2.5em;
			text-align: right;

		}
		
		.box.style {
				padding: 3.5em 2.5em 3.5em 2.5em;
			}
		
		.box2 {
		background: #fff ;
			opacity: 95%;
			color: #39454b;
			padding: 1.5em 1.5em 1.5em 2.5em;
			text-align: right;

		}
			
			.box2.style {
				padding: 3.5em 2.5em 0.5px 2.5em;
			}
			
		.box4 {
		background: #fff ;
			opacity: 95%;
			color: #39454b;
			padding: 2em 2em 1em 2em;
			text-align: right;

		}
			
			.box4.style {
				padding: 3.5em 2.5em 0.5px 2.5em;
			}
			
			.box3 {
			padding: 4em;
		}
		

	/* Main */
		
		.main {
			position: relative;
			margin: 0;
			overflow-x: hidden;
		}
		
			.main.style1 {
				text-align: center;
				padding: 10em 0 10em 0;
			}

			
				.main.style1 h2 {
					font-size: 4.25em;
					line-height: 1em;
					letter-spacing: -4px;
				}
				
				.main.style1 .content {
					opacity: 1.0;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
				
			.main.style1.inactive {
			}
			
				.main.style1.inactive .content {
					opacity: 0;
				}
		
			.main.style2 {
				padding: 10em 0 10em 0;
				overflow: hidden;
			}
			
				.main.style2 .content {
					position: relative;
					width: 35%;

					-moz-transition: all 0.5s ease;
					-webkit-transition: all 0.5s ease;
					-o-transition: all 0.5s ease;
					-ms-transition: all 0.5s ease;
					transition: all 0.5s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
			
				.main.style2.left {
				}

					.main.style2.left .content {
						left: 0;
					}

				.main.style2.right {
				}

					.main.style2.right .content {
						left: 65%;
					}

				.main.style2.inactive {
				}

					.main.style2.inactive .content {
					}

						.main.style2.inactive.left .content {
							left: -35%;
						}

						.main.style2.inactive.right .content {
							left: 100%;
						}
		
			.main.style3 {
				text-align: center;
				padding: 6em 0 6em 0;
			}

				.main.style3 .content {
				}

					.main.style3 .content > header {
						margin-bottom: 2em;
					}

				.main.style3.primary {
					background: #fff;
				}
			
				.main.style3.secondary {
					background: #f5f6f7;
					
								.main.style2 {
				padding: 10em 0 10em 0;
				overflow: hidden;
			}
			
				.main.style4 .content {
					position: relative;
					width: 75%;

					-moz-transition: all 1s ease;
					-webkit-transition: all 1s ease;
					-o-transition: all 1s ease;
					-ms-transition: all 1s ease;
					transition: all 1s ease;
					
					-moz-transform: translateZ(0);
					-webkit-transform: translateZ(0);
					-o-transform: translateZ(0);
					-ms-transform: translateZ(0);
					transform: translateZ(0);
				}
			
				.main.style4.left {
				}

					.main.style4.left .content {
						left: 0;
					}

				.main.style4.right {
				}

					.main.style4.right .content {
						left: 65%;
					}

				.main.style4.inactive {
				}

					.main.style4.inactive .content {
					}

						.main.style4.inactive.left .content {
							left: -75%;
						}

						.main.style4.inactive.right .content {
							left: 200%;
						}
				}

	/* Dark */

		.dark {
			color: #fff;
		}

			.dark a {
				color: #fff;
			}
		
			.dark .button.style2 {
				border-color: inherit;
				background-color: rgba(64,64,64,0.05);
			}

				.dark .button.style2:hover {
					background-color: rgba(255,255,255,0.1);
				}
				
				.dark .button.style2.down {
					background-image: url('images/dark-arrow.svg');
				}
				
							.dark .button.style4 {
				border-color: inherit;
				background-color: rgba(64,64,64,0.05);
			}

				.dark .button.style4:hover {
					background-color: rgba(255,255,255,0.1);
				}
				
				.dark .button.style4.down {
					background-image: url('images/dark-arrow.svg');
				}
		
/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}
		
		.icon > .label {
			display: none;
		}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/


	#header {
		position: fixed;
		z-index: 10000;
		left: 0;
		top: 0;
		width: 100%;
		background: #2c3e50;
		background: rgba(76,117,159,0.95);
		height: 3em;
		line-height: 3em;
		box-shadow: 0 0 0.15em 0 rgba(0,0,0,0.1);
	}
	
	body {
		padding-top: 3em;
	}

	#logo {
		position: absolute;
		left: 1em;
		top: 0;
		height: 3em;
		line-height: 3em;
		letter-spacing: -1px;
	}
	
		#logo a {
			font-size: 1.25em;
		}
	
	#nav {
		font-family: 'Helvetica', sans-serif;
		position: absolute;
		right: 0.5em;
		top: 0;
		height: 3em;
		line-height: 3em;
	}

		#nav ul {
			margin: 0;
		}

			#nav ul li {
				display: inline-block;
				margin-left: 0.5em;
				font-size: 0.9em;
			}
			
				#nav ul li a {
					font-family: 'Helvetica', sans-serif;

					display: block;
					color: inherit;
					text-decoration: none;
					height: 3em;
					line-height: 3em;
					padding: 0 0.5em 0 0.5em;
					outline: 0;
				}

/*********************************************************************************/
/* Accueil                                                                       */
/*********************************************************************************/

	#intro {
		background: url('images/fond-accueil.jpg'), url('../images/fond-accueil.jpg');

		background-size: 256px 256px, cover;


		background-attachment: fixed left, fixed left;
		background-position: top left, center center;
	}
/*********************************************************************************/
/* Presentation                                                                           */
/*********************************************************************************/

	#presentation {
		background: #fff;
	}
/*********************************************************************************/
/* vision                                                                         */
/*********************************************************************************/

	#vision {
		background: #fff;			

	}
	
/*********************************************************************************/
/* transition                                                                       */
/*********************************************************************************/

	#transition {
		background: url('images/fond-transition.jpg'), url('../images/fond-transition.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed left, fixed left;
		background-position: top left, center center;
		}
/*********************************************************************************/
/* choisir sa place                                                                          */
/*********************************************************************************/

	#choisir {
		background: url('../images/fond-choisir-sa-place.jpg');
		background-size: 100% 100%, contain;
		background-repeat:no-repeat;
		background-attachment: fixed left, fixed left;
		background-position: top left, center center;
	}

/*********************************************************************************/
/* prendre sa place                                                                           */
/*********************************************************************************/

	#prendre {
		background: url('../images/fond-prendre-sa-place.jpg');
		background-size: 100% 100%, contain;
		background-repeat:no-repeat;
		background-attachment: fixed left, fixed left;
		background-position: top left, center center;
	}

/*********************************************************************************/
/* assumer sa place                                                                          */
/*********************************************************************************/
	
	#assumer {
		background: url('../images/fond-assumer-sa-place.jpg');
		background-size: 100% 100%, contain;
		background-repeat:no-repeat;
		background-attachment: fixed left, fixed left;
		background-position: top left, center center;
	}
	
/*********************************************************************************/
/* mon parcours                                                                          */
/*********************************************************************************/
	
	#parcours {
		background: url('../images/fond-mon-parcours.jpg');
		background-size: 100% 100%, contain;
		background-repeat:no-repeat;
		background-attachment: fixed left, fixed left;
		background-position: top left, center center;
	}
	
/*********************************************************************************/
/* prestation                                                                          */
/*********************************************************************************/
	
	#prestation {
		background: url('images/fond-prestation.jpg'), url('../images/fond-prestation.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}



/*********************************************************************************/
/* Contact                                                                       */
/*********************************************************************************/

	#contact {
		background: url('images/fond-contact.jpg'), url('../images/fond-contact.jpg');
		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer {
		position: relative;
		height: 5em;
		line-height: 5em;
		margin: 0;
		background: #39454b;
		color: #999;
		color: rgba(185,186,187,0.5);
		overflow: hidden;
	}

		#footer a {
			color: #999;
			color: rgba(185,186,187,0.5);
		}

			#footer a:hover {
				color: #bbb;
				color: rgba(185,186,187,1.0);
			}
	
		#footer .actions {
			position: absolute;
			left: 1em;
			top: 0.25em;
			height: 5em;
			line-height: 5em;
			margin: 0;
		}
		
			#footer .actions li {
				font-size: 1.25em;
				margin: 0;
			}
			
				#footer .actions li a {
					padding: 0.5em;
				}
		
		#footer .menu {
			position: absolute;
			right: 2em;
			top: 0;
			height: 5em;
			line-height: 5em;
			margin: 0;
		}
		
			#footer .menu li {
				font-size: 0.9em;
			}

/*********************************************************************************/
/* Poptrox                                                                       */
/*********************************************************************************/

	.poptrox-popup {
		background: #fff;
		-moz-box-sizing: content-box;
		-webkit-box-sizing: content-box;
		-o-box-sizing: content-box;
		-ms-box-sizing: content-box;
		box-sizing: content-box;
		padding-bottom: 3em;
		box-shadow: 0 0.1em 0.15em 0 rgba(0,0,0,0.15);
	}
	
		.poptrox-popup .loader {
			width: 48px;
			height: 48px;
			background: url('images/loader.gif');
			position: absolute;
			top: 50%;
			left: 50%;
			margin: -24px 0 0 -24px;
		}
	
		.poptrox-popup .caption {
			position: absolute;
			bottom: 0;
			left: 0;
			background: #fff;
			width: 100%;
			height: 3em;
			line-height: 2.8em;
			text-align: center;
			cursor: default;
			z-index: 1;
			font-size: 0.9em;
		}
		
		.poptrox-popup .nav-next,
		.poptrox-popup .nav-previous {
			position: absolute;
			top: 0;
			width: 50%;
			height: 100%;
			opacity: 0;
			cursor: pointer;
			background: rgba(0,0,0,0.01);
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}

			.poptrox-popup .nav-next:before,
			.poptrox-popup .nav-previous:before {
				content: '';
				position: absolute;
				width: 96px;
				height: 64px;
				background: url('images/poptrox-nav.svg');
				top: -moz-calc(50% - 1.5em);
				top: -webkit-calc(50% - 1.5em);
				top: -o-calc(50% - 1.5em);
				top: -ms-calc(50% - 1.5em);
				top: calc(50% - 1.5em);
				margin: -32px 0 0 0;
			}
		
			.poptrox-popup:hover .nav-next,
			.poptrox-popup:hover .nav-previous {
				opacity: 0.5;
			}

			.poptrox-popup:hover .nav-next:hover,
			.poptrox-popup:hover .nav-previous:hover {
				opacity: 1.0;
			}
			
			.poptrox-popup .nav-previous:before
			{
				-moz-transform: scaleX(-1);
				-webkit-transform: scaleX(-1);
				-o-transform: scaleX(-1);
				-ms-transform: scaleX(-1);
				transform: scaleX(-1);
				-ms-filter: "FlipH";			
				filter: FlipH;
			}

		.poptrox-popup .nav-next {
			right: 0;
		}

			.poptrox-popup .nav-next:before {
				right: 0;
			}
		
		.poptrox-popup .nav-previous {
			left: 0;
		}

			.poptrox-popup .nav-previous:before {
				left: 0;
			}
			
		.poptrox-popup .closer {
			position: absolute;
			top: 0;
			right: 0;
			width: 64px;
			height: 64px;
			text-indent: -9999px;
			z-index: 2;
			opacity: 0;
			-moz-transition: opacity 0.2s ease-in-out;
			-webkit-transition: opacity 0.2s ease-in-out;
			-o-transition: opacity 0.2s ease-in-out;
			-ms-transition: opacity 0.2s ease-in-out;
			transition: opacity 0.2s ease-in-out;
			-webkit-tap-highlight-color: rgba(255,255,255,0);
		}
		
			.poptrox-popup .closer:before {
				content: '';
				display: block;
				position: absolute;
				right: 16px;
				top: 16px;
				width: 40px;
				height: 40px;
				border-radius: 100%;
				box-shadow: inset 0 0 0 2px #fff;
				background: url('images/poptrox-closer.svg') center center;
				color: #fff !important;
			}

			.poptrox-popup:hover .closer {
				opacity: 0.5;
			}

			.poptrox-popup:hover .closer:hover {
				opacity: 1.0;
			}
			
/*********************************************************************************/
/* Touch Mode                                                                    */
/*********************************************************************************/

	body.touch {
	}
	
		body.touch .main {
			background-attachment: scroll !important;
		}
		
		body.touch .poptrox-popup {
		}

			body.touch .poptrox-popup .nav-next,
			body.touch .poptrox-popup .nav-previous,
			body.touch .poptrox-popup .closer {
				opacity: 1.0 !important;
			}
			
