﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    overflow-y: hidden;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body {
	height:100%;
	background-color:#f0f0f0;
}
html {
	font-size:75%;
}
body {
	padding-top:110px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	background:url(../img/loader.gif) no-repeat center 60%;
}

header {
	position:absolute;
	top:0;
	left:0;
	height:109px;
	width:100%;
	min-width:1125px;
	/*background:url(../img/ptc-patern.png) #f0f0f0;*/
	background:url(../img/header-bg.jpg) center top;
	border-bottom:1px solid #dfdfdf;
	box-shadow:0 0 8px #aaa;
	-moz-box-shadow:0 0 8px #aaa;
	-webkit-box-shadow:0 0 8px #aaa;
	z-index:5000;
}
header .centered {
	position:relative;
	margin:0 auto;
	max-width:1980px;
	height:100%;
	/*background:url(../img/ptc-patern.png) #f0f0f0;*/
	background:url(../img/header-bg.jpg) center top;
}
#logo {
	position:relative;
	padding-top:7px;
	width:20%;
	text-align:center;
}
#top-links {
	position:absolute;
	top:0;
	right:185px;
	margin:10px 0;
	padding:0;
	text-align:right;
}
#top-links li {
	display:inline;
	margin-left:5px;
	list-style:none;
	font-family:Viga;
	font-size:0.9em;
	text-decoration:none;
	text-transform:uppercase;
	color:#615e5e;
}
#top-links li:first-child {
	margin-left:0;
}
#top-links li:before {
	content: "|";
}
#top-links li:first-child:before {
	content: "";
}
#top-links a {
	margin-left:10px;
	font-family:Viga;
	text-decoration:none;
	text-transform:uppercase;
	color:#262626;
}
#top-links a.current, #top-links a:hover {
	text-decoration:underline;
}
#top-links li:first-child a {
	margin-left:0;
}
.addthis_toolbox {
	position:absolute;
	top:50px;
	right:2%;
}
.addthis_button_facebook_like {
	margin-top:-2px;
}
#lang {
	position: absolute;
	top: 47px;
	right: 215px;
}
#lang a {
	float: left;
	margin: 4px;
	padding: 1px 1px 2px 0;
	opacity: .5;
}
#lang img {
	display: block;
}
#lang .current {
	opacity: 1;
}
#menu {
	position:absolute;
	bottom:4px;
	right:2%;
	width:78%;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu .left {
	float:left;
}
#menu .right {
	position:absolute;
	top:-85px;
	right:0;
}
#menu li {
	display:inline-block;
	margin-right:1px;
	list-style:none;
}
#menu a {
	display:block;
	padding:5px 10px;
	line-height:1em;
	font-family:Viga;
	font-size:1em;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	border:1px solid #d8d8d8;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow:2px 2px 4px #b0b0b0;
    -moz-box-shadow:2px 2px 4px #b0b0b0;
    -webkit-box-shadow:2px 2px 4px #b0b0b0;
	background:#020303;
	outline:none;
}
#menu a.current, #menu a:hover {
	color:#000;
	background:#eb6606;
}
#menu .right a {
	padding:12px;
	font-size:1.1em;
	color:#eb6606;
	background:#fff;
}

#main {
	height:100%;
	width:100%;
	overflow-y:auto;
	margin:0 auto;
	max-width:1980px;
	min-width:1125px;
	background-color:#f0f0f0;
	opacity:0;
}
#worldmap {
	position:relative;
	height:100%;
	width:100%;
}
#worldmap > .noSel {
	height:100% !important;
}
#events-pos {
	display:block;
	position:absolute;
	top:0;
	left:0;
	height:2230px;
	width:3638px;
	transform-origin:left top 0;
	z-index:3;
	cursor:move;
}
#events-pos img {
	position:absolute;
	margin-top:-22px;
	margin-left:-7.5px;
	cursor:pointer;
}
#events-container {
	position:fixed;
	top:110px;
	right:0;
	bottom:0;
	margin:1%;
	background:rgba(255,255,255,0.7);
	z-index:4;
}
#events-list {
	margin:0 auto;
	max-height:100%;
	width:275px;
	overflow:auto;
}
#events-list ul {
	margin:0 20px;
	padding-top:2px;
	padding-left:0;
}
#events-list li {
	list-style:none;
}
#events-list a {
	display:block;
	padding:5px 5px 0;
	text-decoration:none;
	color:#222;
	background:url(../img/ptc-patern.png);
}
#events-list h1 {
	margin:12px 20px;
	padding-bottom:8px;
	line-height:1.1;
}
#events-list h1 sup {
	color:#333;
    font-size:0.5em;
    top:-0.8em;
}
#events-list h2 {
	font-size:1.2em;
	margin:12px 20px;
	padding-bottom:8px;
	border-bottom:1px dashed #eb6606;
	text-transform:uppercase;
}
#events-list img {
	float:left;
	margin-right:15px;
	margin-bottom:5px;
	background:#ccc;
	height:54px;
	width:100%;
}
#events-list p {
	margin-top:0;
	padding-bottom:5px;
}
.txt-page {
	margin:0 auto;
	width:60%;
}
.essaispage .txt-page {
	margin-top:30px;
}
.txt-page h1 {
	display:inline-block;
	margin:50px 0 20px;
    line-height:1.2em;
    font-family:Viga;
    font-size:2em;
    font-weight:400;
    text-transform:uppercase;
    color:#000;
	border-bottom:1px solid #eb6606;
}
.txt-page strong {
	display:block;
	margin-bottom:10px;
	text-align:left;
    text-transform:uppercase;
	color:#eb6606;
}
.txt-page p {
	text-align:justify;
	-moz-column-count:2;
	-moz-column-gap:8em;
	-moz-column-rule:1px solid #ef8538;
	-webkit-column-count:2;
	-webkit-column-gap:8em;
	-webkit-column-rule:1px solid #ef8538;
}
.txt-page a {
	text-decoration:none;
	color:#eb6606;
}
.txt-page a:hover {
	text-decoration:underline;
}
.txt-page #rea-list, .txt-page #rea-listb {
	margin:0;
	padding-left:0;
	text-align:center;
}
.txt-page #rea-list li, .txt-page #rea-listb li {
	display:inline-block;
	margin:18px 9px 0;
	padding:1px;
	list-style:none;
	background:#aaa;
}
.txt-page #rea-list li:hover, .txt-page #rea-listb li:hover {
	background:#f29a5b;
}
.txt-page #rea-list a, .txt-page #rea-listb a {
	display:table-cell;
    vertical-align:middle;
	background:#fff;
	padding:1px;
}
.txt-page #rea-list a {
	padding:3px;
	height:56px;
}
.txt-page #rea-listb a {
	padding:9px;
	height:130px;
	width:130px;
	max-height:130px;
	max-width:130px;
}
.txt-page #rea-list img, .txt-page #rea-listb img {
	max-height:100%;
	height:auto;
	max-width:100%;
	width:auto;
}
.imp-text {
	display:block;
	margin-bottom:5px;
	padding:4px 8px 4px 12px;
	background:url(../img/ptc-patern.png) repeat-y left top #fff;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
	border:1px solid #dfdfdf;
	text-align:left;
	font-family:Viga;
	color:#eb6606;
}
.tel, .fax, .mail {
	display:inline-block;
	padding-left:25px;
	background-repeat:no-repeat;
	background-position:left center;
}
.tel {
	background-image:url(../img/tel.png);
}
.fax {
	background-image:url(../img/fax.png);
}
.mail {
	background-image:url(../img/mail.png);
}
.offer-type {
	position:relative;
	width:100%;
	border-top:1px dashed rgba(255, 102 ,0 ,0.5);
	overflow:hidden;
}
.offer-type.first {
	border-top:0;
}
.row-2 {
	padding:3.5% 0;
}
.row-3 {
	padding:2.5% 0;
}
.row-4 {
	padding:1.5% 0;
}
.prod-tit {
	float:left;
	display:table;
	position:relative;
	margin:0 3% 0 2%;
	height:100%;
	width:15%;
	text-align:center;
	background-color:#f0f0f0;
	z-index:99;
}
.prod-tit img {
	position:absolute;
	top:6px;
	right:-22px;
	height:92%;
	width:34px;
}
.prod-tit-center {
	display:table-cell;
	vertical-align:middle;
	border:1px solid #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background:url(../img/ptc-patern.png) right bottom #f8f8f8;
}
.prod-tit strong {
	display:block;
	position:absolute;
	top:0;
	right:0;
	left:0;
	padding:1% 0;
	color:#000;
	font-family:Viga;
	font-size:1.5em;
	font-weight:400;
	text-transform:uppercase;
	border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	background-color:#eb6606;
}
.show-btn {
	display:block;
	margin-top:12%;
}
.prod-tit span {
	display:inline-block;
	margin:5px auto 0;
	padding:8px 0;
	width:50%;
	font-size:0.8em;
	font-weight:700;
	color:#eb6606;
	border:1px solid #dfdfdf;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:2px 2px 4px #ddd;
	-moz-box-shadow:2px 2px 4px #ddd;
	-webkit-box-shadow:2px 2px 4px #ddd;
	cursor:pointer;
}
.prod-tit span.current {
	opacity:0.4;
	filter:alpha(opacity=40);
	cursor:default;
}
span.desc {
	padding-left:30px;
	background:url(../img/desc-ico.png) no-repeat 8px center #fff;
}
span.offer {
	padding-left:30px;
	background:url(../img/offer-ico.png) no-repeat 8px center #fff;
}
.hid-overf {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:20%;
	background-color:#f0f0f0;
	z-index:99;
}
.prod-desc {
	float:right;
	position:relative;
	height:100%;
	width:80%;
	margin:0;
	padding:0;
	z-index:9;
}
.desc-txt {
	float:left;
	margin-right:2%;
	width:73%;
	overflow:hidden;
}
.desc-txt strong {
	display:block;
	font-size:1.1em;
}
.desc-txt p {
	margin:0.9em 0;
	text-align:justify;
	-moz-column-count:2;
	-moz-column-gap:4em;
	-moz-column-rule:1px solid #333;
	-webkit-column-count:2;
	-webkit-column-gap:4em;
	-webkit-column-rule:1px solid #333;
}
.desc-visu {
	position:relative;
	float:left;
	margin-right:2%;
	height:100%;
	width:23%;
	list-style:none;
	border:2px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	overflow:hidden;
	cursor:pointer;
}
.desc-visu img {
	height:auto;
	width:100%;
	position:absolute;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.prod-list {
	float:left;
	position:relative;
	height:100%;
	width:80%;
	margin:0;
	padding:0;
}
.prod-list li {
	position:relative;
	float:left;
	margin-right:2% !important;
	height:100% !important;
	list-style:none;
	border:2px solid #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-shadow: 10px 10px 5px #888;
	-moz-box-shadow: 10px 10px 5px #888;
	-webkit-box-shadow: 10px 10px 5px #888;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	overflow:hidden;
}
.col-1 li {
	width:98% !important;
}
.col-2 li {
	width:48% !important;
}
.col-3 li {
	width:31.3% !important;
}
.col-4 li {
	width:23% !important;
}
.col-5 li {
	width:18% !important;
}
.prod-list a {
	float:left;
	height:100%;
	width:100%;
	text-decoration:none;
}
.prod-list li div {
	position:relative;
	height:100%;
	width:100%;
}
.prod-list img {
	height:auto;
	width:100%;
	position:absolute;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
}
img.img-desaturate {
	z-index:1;
	opacity:1;
	filter:alpha(opacity=100);
}
.prod-list p {
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	padding:10px;
	width:100%;
	line-height:20px;
	font-family:Arial;
	font-size:75%;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	background:rgba(255,102,0,.5);
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	overflow:hidden;
    white-space:normal;
	border-radius: 0 0 8px 8px;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	z-index:2;
	opacity:0;
	filter:alpha(opacity=0);
}
p.p-grayscale {
	background:rgba(0,0,0,.5);
	z-index:1;
	opacity:1;
	filter:alpha(opacity=100);
}

img.img-desaturate {
    filter:url(../img/filter/filter.svg#desaturate);
    -webkit-filter:grayscale(0.8);
	-o-filter:grayscale(0.8);
	-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.8)";
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0.8);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (max-width: 500px) {
	html {
		overflow-y: auto;
	}
	body {
		padding-top:0;
	}
	header {
		position:static;
	}
	#main {
		height:auto;
	}
	.noSel {
		display:none;
	}
	#events-container {
		position:static;
		background-color:#f0f0f0;
	}
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
