/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700&subset=latin-ext');
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
body{
overflow-x:hidden;
}
button:focus, a:focus{
  outline: 0 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 600;
}
a{
outline:none;
text-decoration:none;
}
a:hover,a:focus{
color:#666666;
text-decoration:none;
}
.clear{
height:0;
display:block;
overflow:hidden;
clear:both
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

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

textarea {
    resize: vertical;
}

ul{
  list-style-type: none;
}

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

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

h1,h2,h3,h4,h5,h6,p,ul{
  padding: 0;
  margin: 0;
}

*{
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  /*-webkit-font-smoothing: subpixel-antialiased;*/
  -moz-osx-font-smoothing: grayscale;
  font-size-adjust: none;
}

 input::-webkit-input-placeholder, button::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #444444;
 font-size:14px;
 background:#FFF;
}
 input:-moz-placeholder, button:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
 color: #444444;
 font-size:14px;
}
 input::-moz-placeholder, button::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
 color: #444444;
 font-size:14px;
}
 input:-ms-input-placeholder, button:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #444444;
 font-size:14px;
}
input:-internal-autofill-selected {
    background-color: rgb(255, 255, 255, 1) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
#contact_form .form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#contact_form .form-control:focus {
    border-color: #a7a7a7  !important;
    outline: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(193, 193, 193, 0.6)
    box-shadow: 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(193, 193, 193, 0.6)
}
#contact_form .form-control:not(input) {
    height: auto;
}
#contact_form select {
height:46px !important;
}
/****** CODE ******/

.file-upload{display:block;text-align:center;font-size: 12px;}
.file-upload .file-select{
display: block;
    border: 2px solid #d6d4d4;
    color: #34495e;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
}
.file-upload .file-select .file-select-button{
    background: #d6d4d4;
    padding: 0 10px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    color: #333;
    font-size: 14px;
	font-weight:600;
}
.file-upload .file-select .file-select-name{
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    color: #8e8c8c;
}
.file-upload .file-select:hover{border-color:#333333;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#333333;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.btn_default{
	color: #333;
	border: 2px solid #333;
	padding: 10px 30px;
	border-radius: 30px;
	font-weight: 600;
	background: transparent;
	outline: none;
	line-height: 1.1;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.btn_default:hover,.btn_default:focus{
color:#FFFFFF;
background:#333;
outline:none;
}

.signin_box{
background:#FFF;
box-shadow: 0px 5px 16px #d8d8d8;
}
.signin_box a{color: #1990d2;}
.signin_box a:hover{text-decoration:underline}
.signup_bg{
background: #FFF url(../img/sign-upbg.jpg); background-position: center top;  min-height: 552px; background-size: 100%; background-repeat:no-repeat;box-shadow: 0px 5px 16px #d8d8d8; 
}
.signin_bg{
background:url(../img/blog-small4.png); min-height:392px; background-size:cover; box-shadow: 0px 5px 16px #d8d8d8; 
}
.checkbox {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    /* border-radius: 50%; */
    background-color: #fff;
    border: 1px solid #bcbdbc;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
      border: 1px solid #333;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
     background-color: #2196F3;
    border: 1px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

/* FONTS */
@font-face {
  font-family: 'HKGrotesk-Regular';
  src: url('../fonts/HKGrotesk-Regular.eot');
  src: url('../fonts/HKGrotesk-Regular.woff2') format('woff2'),
       url('../fonts/HKGrotesk-Regular.woff') format('woff'),
       url('../fonts/HKGrotesk-Regular.ttf') format('truetype'),
       url('../fonts/HKGrotesk-Regular.svg#HKGrotesk-Regular') format('svg'),
       url('../fonts/HKGrotesk-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

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

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

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

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

@import url('https://fonts.googleapis.com/css?family=Exo+2:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');


body {
    /*font: 16px/26px 'HKGrotesk-RegularHelvetica', Helvetica Neue, Arial;*/
	font: 16px/26px 'Exo 2', sans-serif;
    background: #f0ebe6; /* #eee7e4; */
    color: #31353e;
}

img{
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
  display: block;
}

.tr-coretext p {
  font-weight: 100;
}

.tr-directwrite p,
.tr-freetype p {
  font-weight: 400;
}

.display_show1{
display:block;
}
.display_show2{
display:none;
}
/* ==========================================================================
   Digital Dosis custom styles
   ========================================================================== */

header{
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999;
}

/* custom hamburger */
.hamburger{
  padding: 0;
}

.hamburger-box{
  width: 20px;
  height: 15px;
}

.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
  width: 20px;
  height: 3px;
  background-color: #31353e;
}

.hamburger-inner::before{
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

.is-active .hamburger-inner, .is-active .hamburger-inner::after, .is-active .hamburger-inner::before{
  background-color: #f0ebe6;
}

/* end custom hamburguer */

#nav-menu{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 100%;
  z-index: 998;
  background: #31353e;
  padding-bottom: 40px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

#nav-menu.show{
  left: 0;
}

#nav-menu ul{
  padding-left: 12%;
  padding-top: 12%;
}

#nav-menu li{
  padding-bottom: 5px;
}

#nav-menu li a{
  font-size: 36px;
  line-height: 50px;
  color: #f0ebe6;

}

#nav-menu li a:hover{
  opacity: 0.5;
}

#footer-nav{
  position: absolute;
  width: 100%;
  bottom: 40px;
  padding-right: 23px;
}

#credits-nav{
  float: left;
  color: #909092;
}

#credits-nav a{
  text-decoration: underline;
  color: #909092;
  padding-right: 15px;
}

#credits-nav a:hover, #links-nav a:hover{
  opacity: 0.6;
}

#links-nav, #social-nav{
  float: right;
}

#links-nav p{
  color: #f0ebe6;
  float: left;
}

/*#links-nav a:last-child:before{
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background-color: #f0ebe6;
}*/

#links-nav a{
  color: #f0ebe6;
}

#links-nav .beforeLine:before{
  background-color: #f0ebe6;
  width: 10px;
  height: 1px;
  top: 8px;
  margin-right: 5px;
  margin-left: 20px;
}

#social-nav{
  padding-right: 50px;
}

#social-nav a{
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 20px;
}

#social-nav a:hover{
  opacity: 0.5;
}

.wrapper{
  width: 100%;
  max-width: 1280px;
  margin:0 auto;
}

#video-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0; 
  display: block;
  display:none !important;
}

#home{
    /*position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    -webkit-background-size:  100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;*/
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
    /*-ms-behavior: url(../backgroundsize.min.htc);*/

    /*min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto !important;
    position: absolute; */

    width: 100%;
    height: auto !important;
    position: absolute;
    top: 0;
    left: 0;

    /*top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);  /* Chrome, Opera 15+, Safari 3.1+ */
    /* -ms-transform: translate(-50%, -50%); */  /* IE 9 */
    /* transform: translate(-50%, -50%);*/
}

#lang-selector{
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  line-height: 12px;
}

#lang-selector li{
  display: inline-block;
}

#lang-selector li a{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
}

#lang-selector li:first-child:after{
  content: 'â€”';
  padding-left: 5px;
}

#lang-selector li a.active, #lang-selector li a:hover{
  font-weight: bold;
}

.title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#container-claim{
    position: relative;
    width: 80%;
    /*width: 50%;*/
    height: auto;
    margin: 0px auto;
    top: 50%;
}

#claim{
 /* font-family: 'DINEngschriftStd', Helvetica Neue, Arial;*/
  text-align:left;
  position: relative;
  float:left;
    width: -webkit-calc(100% - 0px);
  width: -moz-calc(100% - 0px);
  width: calc(100% - 0px);
/*  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);*/
  text-transform: uppercase;
  padding:0 0px;
  text-align: center;
}

.title span{
    /*font-size: 38px;*/
    line-height: 40px;
    color: #31353e;
    margin:0;
	    font-weight: bold;
}

.container-box{
  position: relative;
}

.third{
  width: 185px;
  right: 0px;
  float: right;
  top: 20px;
}

.fourth{
  font-size: 16px !important;
  line-height: 16px !important;
  text-transform: uppercase;
  position: absolute;
  right: 45px;
  top: -35px;
}

.fourth .letters{
  font-size: 16px !important;
  line-height: 16px !important;
}

.over{
  position: absolute;
  width: 0;
  height: 85%;
  top: -1px;
  /*right:0;*/
  left:0;
  background: #31353e;
  overflow: hidden;
  margin-left: 0;
  max-height: 46px;
}

.letters{
  visibility: hidden;
}

.hashtag{
/*  font-family: 'HKGrotesk-Regular';
  font-weight: bold;*/
  font-size: 14px !important;
  line-height: 14px !important;
  text-transform: none;
  cursor: pointer;
  float: right;
  height: 25px;
  letter-spacing: 1px;
}

.hashtag:after{
  /*background-image: url(../img/play.png);*/
    margin-left: 5px;
    background-size: 8px 9px;
    display: inline-block;
    border-left: 6px solid #000;
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    width: 8px;
    height: 8px;
}

.hashtag.over{
  top: -8px;
}

.hashtag.beforeLine:before{
  top: 6px;
}

.beforeLine:hover{
  opacity: 0.6;
}
.col-content{
width:600px; margin:0 auto
}
.col-logo{width:14%; display:inline-block; float:left}
.col-text{width:80%; display:inline; float:left; position:relative}
.col-text p{
color: #FFFFFF;
background-color:#333;
text-align: left;
margin-left: 70px;
padding: 4px 7px;
position: relative;

height: auto;
text-transform: uppercase;
font-size: 12px;
line-height:14px;
display:inline;
}
.col-text:before {
    position: absolute;
    left: 42px;
    content: '';
    height: 100px;
    width: 3px;
    background: #000;
    transform: rotate(20deg);
}

.logo-top{
}
.logo-top .logointergrate{
width: 109px;
    margin: 0 auto;
    /* left: 0; */
    margin-left: 0;
    position: absolute;
    top: 9%;
}

/*.logo-heads{
position:absolute; top: 10%;left: 0;right: 0;width: 100%; text-align:center
}
.logo-heads .logointergrate{
width: 130px;
    margin: 0 auto;
    left: 50%;
    margin-left: -64px;
    position: absolute;
    top: 10%;
	}*/
	
.logo-smalltext{
    padding-top: 10px;
    position: relative;
    /* font-family: 'Libre Baskerville', serif; */
    /* font-style: italic; */
    font-weight: 600;
    font-size: 1.17em;
	
}	
.text_position{bottom:30%; position:absolute; left:50%; margin-left:-240px; text-align:center; padding:0 1em;}
.text_position .col-smalltext{
padding-top:5em;
position:relative;
font-family: 'Libre Baskerville', serif;
font-style:italic;
    font-weight: 400;
}
.text_position .col-smalltext:before{
    width: 30%;
    position: absolute;
    height: 1px;
    background: #bfb8b1;
    content: '';
    left: 0;
    right: 0;
    top: 34%;
    margin: 0 auto;
    z-index: 9;
}
.logo_top{position:absolute; top: 38%;left: 0;right: 0;width: 100%; text-align:center}
.logo_top .logodiv{
width: 300px;
    margin: 0 auto;
    left: 50%;
    margin-left: -164px;
    position: absolute;
    top: 10%;
  /*  transform: translate(0, 10%);*/}


/*.logo_top{position:absolute; top: 28%;left: 0;right: 0;width: 100%; text-align:center}*/
/*.logo_top .logodiv{width:190px; margin:0 auto; left:50%; margin-left: -90px; position:absolute; top:20%;padding:15px}*/
/*.logo_top .logodiv{width:190px; margin:0 auto; left:50%; margin-left: -154px; position:absolute; top:20%;padding:15px}*/
#logotipo{
  width: 200px;
  height: 163px;
  float:right;
  background: url('../img/logotipo.png')no-repeat center right;
  -webkit-background-size: 200px 163px;        /* Safari 3.0 */
  -moz-background-size: 200px 163px;           /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 200px 163px;           /* Opera 9.5 */
  background-size: 200px 163px;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
 /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.gif',sizingMethod='scale')";*/
  position: relative;
/*  top: 30px;
  opacity: 0;*/
   top: -20px;
  opacity: 1;
  -webkit-transition: all 900ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 900ms cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 900ms cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 900ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

#logotipo.animate{
  opacity: 1;
  top: 0;
}

#container-video-overlay{
  width: 100%;
  height: 100%;
  background: #f0ebe6;
  position: absolute;
  top: 0;
  left: 0;
  /*display: -ms-Flexbox;
  -ms-box-orient: horizontal;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;*/
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}

#container-video-overlay.animate{
  visibility: visible;
  opacity: 1;
}

.screen {
  width: 50%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-50%);  /* IE 9 */
  transform: translateY(-50%);
  left: 50%;
  opacity: 0;
}

.inner-video{
  /*max-width: 1200px;
  margin: 0 auto;*/
}

.close-screen{
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top:20px;
  background: url('../img/icon-close.png')no-repeat center center;
  -webkit-background-size: 16px;        /* Safari 3.0 */
  -moz-background-size: 16px;           /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 16px;           /* Opera 9.5 */
  background-size: 16px;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  cursor: pointer;
  z-index: 9;
}

#close-video.close-screen{
  background: url('../img/icon-close-blue.png')no-repeat center center;
  -webkit-background-size: 16px;
  -moz-background-size: 16px;
  -o-background-size: 16px;
  background-size: 16px;
}

.videoWrapper{
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  /*padding-top: 25px;*/
  height: 0;
  width: 100%;
  left: -50%;
/*  max-width: 640px;
  max-height: 375px;*/
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*#customplayer{
  position: relative;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
}*/

/*#player{
  position: relative;
  width: 100%;
  height: 100%;
}*/

/*#solidaritymov{
  position: relative;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    -webkit-background-size:  100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. 
    -ms-behavior: url(../backgroundsize.min.htc);*/
/*}*/

#container-scroll{
  position: absolute;
  left: 50%;
  bottom:0;
}

#scroll{
  width: 40px;
  height: 94px;
  background: url('../img/scroll-down.png')no-repeat center center;
  position: relative;
  left: -50%;
  -webkit-background-size: 20px 47px;        /* Safari 3.0 */
  -moz-background-size: 20px 47px;           /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 20px 47px;           /* Opera 9.5 */
  background-size: 20px 47px;           /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  cursor: pointer;
  opacity: 1;
}

#scroll:hover{
  top: 5px;
}

.big-col{
  width: 60%; 
}

.small-col{
  width: 40%;
 /* padding: 0 8% 0 4%;*/
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -o-transition: all .6s ease-out;
  transition: all .6s ease-out;
  opacity: 0;
  -webkit-transform: translateY(60px);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(60px);  /* IE 9 */
  transform: translateY(60px);
}

h2{
	font-family: 'DINEngschriftStd', Helvetica Neue, Arial;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
	font-style: normal;
	font-weight: 500;
}

p{
  font-size: 13px;
  line-height: 18px;
  /*font-family: 'HKGrotesk-Regular';*/
}
.no-padding{
padding:0 !important;
}
.padding-top10{
padding-top: 10px;
}
.padding-top20{
padding-top: 20px;
}
.padding-top30{
padding-top: 30px;
}
.padding-top40{
padding-top: 40px;
}
.padding-top50{
padding-top: 50px;
}



.padding-bot10{
padding-bottom: 10px;
}
.padding-bot20{
padding-bottom: 20px;
}
.padding-bot30{
padding-bottom: 30px;
}
.padding-bot40{
padding-bottom: 40px;
}
.padding-bot50{
padding-bottom: 50px;
}

.padding-btop10{
padding-top: 10px;
padding-bottom:10px;
}
.padding-btop10{
padding-top: 10px;
padding-bottom:10px;
}
.padding-btop10{padding-top: 10px; padding-bottom:10px;
}
.padding-btop10{
padding-top: 10px; padding-bottom:10px;
}
.padding-btop20{padding-top: 20px; padding-bottom:20px;
}
.padding-btop30{padding-top: 30px; padding-bottom:30px;
}
.padding-btop40{padding-top: 40px;padding-bottom:40px;
}
.padding-btop50{padding-top: 50px; padding-bottom:50px;
}
.padding-btop60{padding-top: 60px; padding-bottom:60px;
}

.padding-rtl10{
padding-left:10px;
padding-right:10px;
}
.padding-rtl20{
padding-left:20px;
padding-right:20px;
}
.padding-rtl30{
padding-left:30px;
padding-right:30px;
}
.padding-rtl40{
padding-left:40px;
padding-right:40px;
}
.padding-rtl50{
padding-left:50px;
padding-right:50px;
}

.margin-top10{
margin-top:10px;
}
.margin-top20{
margin-top:20px;
}
.margin-top30{
margin-top:30px;
}
.margin-top40{
margin-top:40px;
}
.margin-top50{
margin-top:50px;
}
.margin-top40{
margin-top:40px;
}
.col p{
  padding-top: 18px;
  text-align: justify;
  
}



/* LOCAL */

#container-composition{ position: relative; overflow: hidden; }
#bg { position: relative; top: 0; left: 0; }
#texture { position: absolute; top: 100% ; left: 85%; }
.bgwidth { width: 100%; height: auto; max-width: 1400px;}
/* .bgwidth img { width: auto; height: 100%;max-width: none; } */
.bgheight { top: 50% !important; -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);  }

/*#patch{
  position: absolute;
  width: 100%;
  height: 10px;
  background: #f0ebe6;
  bottom: -5px;
}*/

@-webkit-keyframes move {
  0%   { top: 100%; left: 85%; }
  100% { top: 0; left: 0%; }
}
@-moz-keyframes move {
 0%   { top: 100%; left: 85%; }
  100% { top: 0; left: 0%; }
}
@-o-keyframes move {
 0%   { top: 100%; left: 85%; }
  100% { top: 0; left: 0%; }
}
@keyframes move {
  0%   { top: 100%; left: 85%; }
  100% { top: 0; left: 0%; }
}

#texture.animate{
  transform-origin: center bottom;
  -webkit-animation: move 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Safari 4+ */
  -moz-animation:    move 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Fx 5+ */
  -o-animation:      move 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Opera 12+ */
  animation:         move 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* IE 10+, Fx 29+ */
}

.textblock{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-50%);  /* IE 9 */
  transform: translateY(-50%);
}

#local{
 /* max-width: 57%;*/
  max-width: 80%;
}

.verticalLine{
  height: 70px;
  width: 50%;
  border-right: 1px solid #31353e;
  margin-top: 40px;
  -webkit-transition: height 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
  -moz-transition: height 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
  -o-transition: height 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
  transition: height 600ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
}

/* EUROPE */

.textblock a{
  text-transform: uppercase;
  color: #31353e;
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.5px;
  float:right;
}

#section2 .big-col{
  float: right;
}

#europe-mobil{
  display: none;
}

#container-compositionMap{ position: relative; overflow: hidden; top: 50% !important;transform: translateY(-50%);-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);}
#bg-map { position: relative; top: 0; left: 0; }
#maptexture { position: absolute; top: -25% ; left: 100%; }
#maptexture2 { position: absolute; top: 25% ; left: 100%; }

/*.e-01{
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
}

.e-top{
  position: absolute;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  top: 5%;
}*/

#maptexture.animate{
  transform-origin: center bottom;
  -webkit-animation: slideLeft 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Safari 4+ */
  -moz-animation:    slideLeft 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Fx 5+ */
  -o-animation:      slideLeft 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Opera 12+ */
  animation:         slideLeft 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes slideLeft {
  100% { left: 0%; top:0;}
}
@-moz-keyframes slideLeft {
  100% { left: 0%; top:0;}
}
@-o-keyframes slideLeft {
  100% { left: 0%; top:0;}
}
@keyframes slideLeft {
  100% { left: 0%; top:0;}
}

#maptexture2.animate{
  transform-origin: center bottom;
  -webkit-animation: slideLeft 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Safari 4+ */
  -moz-animation:    slideLeft 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Fx 5+ */
  -o-animation:      slideLeft 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Opera 12+ */
  animation:         slideLeft 6s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* IE 10+, Fx 29+ */
}

.city{
  /*font-family: 'HKGrotesk-Bold';*/
  font-size: 12px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  padding: 1px 5px;
  background-color: #f0ebe6;
  opacity: 0;
  overflow: hidden;
  cursor: pointer;
}

.city > .rollover,
.city > .rollover-final {
    display: block;
    width: 0%;
    height: 100%;
    background: #f0ebe6;
    position: absolute;
    top: 0px;
    left: 0;
    transition: width .4s ease;
    overflow: hidden;
    cursor: pointer;
}

.city > .rollover-final {
/*  font-family: 'HKGrotesk-Bold';*/
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 0px 5px;
  transform: translateX(-10px);
  color: #f0ebe6;
  background: #31353e;
  transition: width .4s .2s ease, transform .4s .2s ease;
}

.city:hover > .rollover,
.city:hover > .rollover-final {
  width: 100%;
  transform: translateX(0);
}

.rollover-final:after {
  content: '';
  background: #f0ebe6;
  width: 1px;
}

#link-bcn{
  bottom: 12%;
  left: 28%;
}
#link-media{
bottom: 75%;
    left: 47%;
}
#link-getxo{
	/*  bottom: 5%;
	left: 3%;*/
	bottom: 10%;
	left: 2%;
}

#link-paris{
    top: 20%;
    left: 11.5%;
}


#link-vidzeme{
top: 6%;
left: 30.5%;
}

#link-roma{
    bottom: 11%;
    right: 14.2%;

}

#link-bcn:after,
#link-getxo:after,
#link-paris:after,
#link-vidzeme:after,
#link-roma:after,#link-barcelonaid{
  content: '';
  /*background: #000;*/
  /*width: 1px;*/
}

#map-lines {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 0;
}

.st0 {
  fill:none;
  stroke:#000000;
  stroke-miterlimit:10;
  stroke-width: 2px;
}

.animate .st0 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1s ease forwards;
  animation-delay: 3.3s;
}

.animate .st0:nth-child(even) {
  animation-delay: 3.6s;
}


@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

#map-lines.animate {
  opacity: 1;
  transition: opacity ease .7s 2.6s;
}

.city.animate {
  opacity: 1;
  transition: opacity ease .7s 3.6s;
}

.city.aniamte:nth-child(even) {
  transition: opacity ease .7s 4s;
}

/*.line-city{
  position: absolute;
  background: #000;
  width: 1px;
}*/

/*.e-bottom{
  position: absolute;
  width: auto;
  height: 100%;
  max-height: 100%;
  max-width: none;
  top: -50%;
}

.e-bottom.animate{
  /*transform-origin: center bottom;*/
  /*-webkit-animation: slideTopLeft 4s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Safari 4+ */
  /*-moz-animation:    slideTopLeft 4s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Fx 5+ */
  /*-o-animation:      slideTopLeft 4s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* Opera 12+ */
  /*animation:         slideTopLeft 4s cubic-bezier(0.23, 1, 0.32, 1) forwards; /* IE 10+, Fx 29+ */
/*}*/

@-webkit-keyframes slideTopLeft {
  100% { right: 0%; top: 0; }
}
@-moz-keyframes slideTopLeft {
  100% { right: 0%; top: 0;}
}
@-o-keyframes slideTopLeft {
  100% { right: 0%; top: 0;}
}
@keyframes slideTopLeft {
  100% { right: 0%; top: 0;}
}

#european.textblock{
   padding-left: 20%;
   max-width: 80%;
   /*right: 60px;*/
   z-index: 999;
   visibility: visible;
   opacity: 1;
   /*-webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;*/
}

#european.hide{
  opacity: 0;
  visibility: hidden;
  z-index: 998;
}

/*#european.textblock{
  padding-left: 20%;
  right: 50px;
  z-index: 900;
  transform: rotateX(0) rotateY(0);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all .8s ease-in-out;
  top: 20%;
}*/

#viewDiary{
  margin-top: 30px;
  opacity: 0;
    -webkit-transform: translateY(60px);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(60px);  /* IE 9 */
  transform: translateY(60px);
  -webkit-transition: all 600ms ease-out;
  -moz-transition: all 600ms ease-out;
  -o-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
}

#viewDiary.beforeLine.initnoLine:before{
  width: 0;
}

.beforeLine:hover{
  opacity: 0.6;
}

.beforeLine:before{
  display: block;
  content:'';
  width: 70px;
  height: 1px;
  position: relative;
  top: 9px;
  margin-right: 10px;
  background-color: #31353e;
  opacity: 1 !important;
  float: left;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.beforeLine.tinybtn:before{
  width: 30px;
}

#diary{
  right: 60px;
  /*visibility: hidden;*/
  opacity: 1;
  display: none;
  z-index: 998;
  /*-webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;*/
}

#diary ul{
  overflow-y: hidden;
  max-height: 420px;
  position: relative;
  right: -60px;
  top: -10px;
  margin: 15px 0;
}

#diary li{
  padding: 15px 60px 15px 30px;
  cursor: pointer;
}

#diary li:hover{
  background-color: #e8e3df;
}

#diary p{
  padding: 0;
}

#filterScroll{
  position: relative;
  bottom: 10px;
  width: 100%;
  top: -55px;
  height: 45px;
  background: url(../img/filterlist.png)no-repeat center center;
}

.scrollDirection{
  position: absolute;
  right: -55px;
  cursor: pointer;
  text-indent: -9999px;
  display: block;
  width: 11px;
  height: 7px;
  overflow: hidden;
  padding: 60px 20px 10px;
  z-index: 999999;
}

#stepUp{
  top: 20px;
  background: url('../img/arrow-up.png')no-repeat center 25px;
  -webkit-background-size: 11px 7px;        /* Safari 3.0 */
  -moz-background-size: 11px 7px;          /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 11px 7px;          /* Opera 9.5 */
  background-size: 11px 7px;         /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
}

#stepDown{
  bottom: 55px;
  background: url('../img/arrow-down.png')no-repeat center 35px;
  -webkit-background-size: 11px 7px;        /* Safari 3.0 */
  -moz-background-size: 11px 7px;          /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 11px 7px;          /* Opera 9.5 */
  background-size: 11px 7px;         /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
}

.flipActivities{
  /*font-family: 'HKGrotesk-Regular';*/
  font-weight: bold;
  cursor: pointer;
}

#diary.show{
  opacity: 1;
  visibility: visible;
  z-index: 999;
  display: block;
}

#closeDiary{
  position: relative;
  top: -30px;
}

/* Activity */
.activity-back{
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  padding: 0 25%;
  background-color: #31353e;
  z-index: 999;
  overflow: hidden;
}

.activity-back.show{
  left: 0;
}

#activity-bg-mobil{
  display: none;
}

.imgzoom{
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  opacity: 0;
  -webkit-transition: all 800ms ease-out;
  -moz-transition: all 800ms ease-out;
  -o-transition: all 800ms ease-out;
  transition: all 800ms ease-out;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -ms-behavior: url('../img/backgroundsize.min.htc');
  will-change: auto;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.imgzoom.zoom{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.activity{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.activity .col{
  width: 50%;
  padding-right: 30px;
  color: #e6e6e5;
  text-align: right;
}

.activity .activity-description{
  width: 50%;
  padding-right: 0px;
  padding-left: 30px;
  text-align: left;
  padding-right: 20px;
}

.container-location{
  position: relative;
  width: 60%;
  float: right;
  margin-bottom: 0px;
  min-height: 122px;
}

.container-location img{
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.start .container-location img{
  opacity: 1;
  -webkit-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.col_items{
width:100%;
margin-top: 44px;
}
.col_items > div{
display:inline-block;
margin:4px;
}
.col_items > div:first-child a {
    background: #333;
    color: #FFF;
    border-radius: 30px;
    padding: 6px 24px;
    font-size: 14px;
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.icon-map{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.container-location:hover .icon-map{
  top: -5px;
}

.overlay-map{
  padding: 0px 10px;
  background: #31353e;
  color: #f0ebe6;
  text-transform: uppercase;
  position: absolute;
  bottom: 40%;
  font-size: 10px;
  line-height: 18px;
  font-family: 'HKGrotesk-Regular';
  width: 131px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 300ms ease-out;
  -moz-transition: opacity 300ms ease-out;
  -o-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
}

.overlay-map a{
  color: #f0ebe6;
}

.container-location:hover .overlay-map{
  opacity: 1;
}

.activity h4{
  font-family: 'DINEngschriftStd';
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  clear: both;
  font-weight: normal;
  font-style: normal;
  text-align:left;
  letter-spacing: 0.8px;
      padding-bottom: 8px;
}

.activity p{
  padding-top: 0;
  padding-bottom: 20px;
}

.activity .activity-description p{
  padding-bottom: 25px;
}

.download-activity{
  text-transform: uppercase;
  float: right;
  display: none;
}

.download-activity a{
  color: #f0ebe6;
}

.download-activity.beforeLine::before{
  background-color: #f0ebe6;
}

.download-activity.beforeLine.initnoLine:before{
  width: 0;
}

.activity h3{
  font-size: 30px;
  line-height: 30px;
  font-family: 'DINEngschriftStd';
  padding: 15px 0 25px;
  font-weight: normal;
  font-style: normal;
}

/*.barcelona .imgzoom{
  background: url('../img/bg-activity-bcn.jpg') no-repeat center center; /* fixed */ 
/*}*/

.edls-logo{
  position: absolute;
  width: 70px;
  height: auto;
  left: 50px;
  bottom: 30px;
}

.logos-corner{
  position: absolute;
  bottom: 33px;
  right: 50px;
}

.logos-corner img{
  float: left;
  padding-left: 25px;
  height: 35px;
  width: auto;
}

  .logos-corner.bigsize img{
    height: 45px;
  }

  .logos-corner.smallsize img{
    height: 20px;
  }


/* Stories from local*/

.triptych{
  padding: 0 9%;
}
/*Rizwan design by It-reflect*/
.section#section4 .fp-slide.fp-table,{
height:0 !important;
display:none !important;
}
.initElemAnimation{
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  opacity: 1;
  -webkit-transform: translateY(40px);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(40px);  /* IE 9 */
  transform: translateY(40px);
/*  will-change: auto;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);*/
}

#section3 .triptych{
/*  height: 65%;*/
    height: 100%;
    background: #f0ebe6;
}

#section3 .triptych .clearfix:first-child{
  height: 100%;
}

.overtitle{
  height:10%;
  display: table;
   -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(40px);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(40px);  /* IE 9 */
  transform: translateY(40px);
}

.overtitle h2{
  vertical-align: middle;
  display: table-cell;
  padding-bottom: 40px;
}

/*.overtitle h2:before{
  display: block;
  content: '';
  width: 0px;
  height: 1px;
  background-color: #000;
  position: relative;
  top: 32px;
  left: -20px;
  
  -webkit-transition: all 300ms 300ms ease-out;
  -moz-transition: all 300ms 300ms ease-out;
  -o-transition: all 300ms 300ms ease-out;
  transition: all 300ms 300ms ease-out;
}*/

.overtitle.start h2:before {
	width: 30px;
}

.story-item{
  width: 33%;
  height: 100%;
  float: left;
  position: relative;
}

.story-item:nth-child(2) .story-container{
  margin-top: 0px;
}

.story-container{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*padding: 0 15% 0 20%;*/
  padding:0 1% 0 13%;
  /*padding: 0 20%;*/
  transition: transform .3s .0s ease;
      z-index: 1;
}

.story-container:hover {
  transform: translateY(-50%);
}

.story-container:hover .case {
  transform: scale(1.1);
}

.story-container h3{
  /*font-family: 'DINEngschriftStd';*/
  font-size: 25px;
  line-height: 25px;
  letter-spacing: 1px;
  padding-bottom: 30px;
  font-weight: normal;
  font-style: normal;
}

.story-container p{
  padding-bottom: 20px;
  position: relative;
  z-index: 9999;
}


.read{
  max-width: 80%;
  cursor: pointer;
}

.icon-story{
/*  position: absolute;
  top: 12%;
  width: 60%;
  left: -40px;*/
      position: absolute;
    top: 12%;
    width: 60%;
    left: -40px;
}

.read-btn{
  /*font-family: 'HKGrotesk-Regular';*/
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
  float: right;
  font-weight: bold;
  position: relative;
/*  top: -35px;
  left: -25%;*/
    top: 10px;
  right: 0;
}

.read-btn.beforeLine.initnoLine:before{
  /*width: 0;*/
}

.story{
  width: 100%;
  height: 100%;
  top: 0;
  left: 100%;
  position: absolute;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
 background: #31353e;
/* background:url(../img/bg-box.jpg);
 background-size:cover;*/
  padding: 0 9%;
  z-index: 9999;
}

.story.show{
  left: 0;
}

.container-backimage{
  width: 100%;
  height: 100%;
  padding: 9% 25% 9% 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

.action{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 50%;
	/* padding-top: 25%;*/
	padding-top: 14%;
	padding-right: 12%;
	overflow-y: scroll;
	z-index: 8;
	color: #e6e6e5;
}

.action h2{
  font-family: 'DINEngschriftStd';
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  padding-bottom: 40px;
  color: #f0ebe6;
}
.action h3,.action h4{
color: #f0ebe6;
}
.action p{
 /* color: #f0ebe6;*/
  padding-bottom: 10px;
}

.action p:last-child{
  padding-bottom: 45px;
}

/* Little-actions */
/*#section4 .overtitle, #section4 .triptych{
  padding-bottom: 60px;
}*/

#section4 .overtitle h2{
  top: -20px;
  position: relative;
}

.little-action{
  width: 33%;
  float: left;
  padding: 3% 0 0 0;
  /*padding: 3% 0 0 6%;*/
  position: relative;

}
.little-action img{
max-width:100%;
display:block;

}
.little-action img:hover{
opacity:1;
}
.finger{
  /*position: absolute;*/
  position:relative;
  top:0;
  left: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

#f-01{
 /* width: 85px;
 left: 20%;*/
  width: 100%;
  left: 0;
}

#f-02{
/*  width: 50px;
  left: 25%;*/
  left:0;
  width:100%;
}

#f-03{
/*	width: 40px;
	left: 35%;
	top: 25%;*/
	width: 100%;
	left: 0;
	top: 25%;
}

#f-04{
/*	width: 50px;
	left: 40%;
	top: 15%;*/
		width: 100%;
	left: 0%;
	top: 15%;
}

#f-05{
	width: 100%;
	top: 35%;
	left: 0;
	/*width: 75px;
	top: 35%;
	left: 10%;
*/}

#f-06{
/*	width: 50px;
	left: 12%;
	top: 28%;*/
	width: 100%;
	left: 0;
	top: 28%;
}

#f-07{
/*	width: 80px;
	left: 10%;
	top: 15%;*/
	width: 100%;
	left: 0%;
	top: 15%;
}

#f-08{
/*	width: 80px;
	left: 10%;
	top: 15%;*/
	width: 100%;
	left: 0%;
	top: 15%;
}

#f-09{
/*	width: 80px;
	left: 10%;
	top: 15%;*/
	width: 100%;
	left: 0%;
	top: 15%;
}
.little-action h3{
  /*font-family: 'DINEngschriftStd';*/
  font-size: 25px;
  line-height: 25px;
  padding-bottom: 5px;
  font-weight: normal;
  font-style: normal;
}

.little-action p{
  padding-right: 25%;
}

/* Footer */
.container-hands{
 position: relative;
  max-width: 76%;
  /*max-width: 100%;*/
  margin: 0 auto;
  margin-bottom: 6%;
}
.container-hands .heading_contact{
padding:25px 0px;
}
.container-hands > img {
  opacity: 0;
  transform: scale(1.25);
  transition: all cubic-bezier(0.23, 1, 0.5, 1) 2s .3s;
}

.container-hands > img.start {
  opacity: 1;
  transform: scale(1);
}

/*.footer-logos{
  position: absolute;
  width: 100%;
  bottom: 40px;
  padding: 0px 40px;
  transform: translateY(130px);
  opacity: 0;
  transition: all ease-out .7s .5s;
}*/
.footer-logos {
    position: absolute;
    width: 100%;
    /*bottom: 0;*/
	bottom:24px;
    padding: 24px 40px;
    margin: 0 auto;
    transform: translateY(130px);
    opacity: 0;
    transition: all ease-out .7s .5s;
   /* background: #403f3f;*/
}

.footer-logos.start {
  opacity: 1;
  transform: translateY(0%);
}
.footer-logos a{
opacity: 0.8;
}
.footer-logos a:hover{
opacity: 1;
}
.footer-logos img{
  width: auto;
  display: block;
  float: left;
/*  margin-right: 2%;*/
margin-left:8%;
  position: relative;
}

#logo1{
  width: 18.33%;
  top: 18px;
  
}

#logo2{
/*  width: 4%;
  top: 20px;*/
	width: 23.33%;
	top: 0px;
	    left: 0%;
}

#logo3{
  width: 8.64%;
  top: 27px;
}

#logo4{
  width: 7.2%;
  top: 27px;
}

#logo5{
  width: 7.2%;
  top: 24px;
}

#logo6{
  width: 3.36%;
  top: 22px;
}

#logo7{
  width: 8.8%;
  top: 33px;
}

#logo8{
  width: 14.8%;
  float: right;
}

.spacer{
  height: 26px;
  top: 25px;
}

#spacer-last{
  height: 26px;
  top: 25px;
  float: right !important;
}

.credits{
  float: right;
  font-size: 12px;
  line-height: 18px;
  color: #909092;
  top: 20px;
  position: relative;
}

.credits a{
  font-weight: bold;
  text-decoration: underline;
  color: #909092;
}

#mobil-credits{
	display: none;
}

#social-footer{
  width:auto;
  position: absolute;
  top: 20%;
  margin-left: 0px;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(40px);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(40px);  /* IE 9 */
  transform: translateY(40px);
/*  overflow-x: hidden;
  width: 245px;*/
}

#social-links{
  width: auto;
}

#social-links p{
/*  font-family: 'DINEngschriftStd';*/
  text-align: right;
  float: left;
  font-size: 15px;
  line-height: 25px;
  padding-left: 0px;
  font-weight: normal;
  font-style: normal;
}

#social-links img{
  width: 22px;
  height: 22px;
  float: left;
  margin-left: 20px;
}

#social-links img:hover{
  opacity: 0.5;
}

#social-hashtag{
  position: relative;
  z-index: 1;
  color: #f0ebe6;
/*  font-family: 'DINEngschriftStd';*/
  font-size: 30px;
  line-height: 29px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 8px;
  text-align: right;
  padding: 10px 10px 0px 0;
  text-align:center;
}

#social-hashtag-tipex {
  position: absolute;
  z-index: 0;
  top: 29px;
  height: 40px;
  background: #31353e;
  color: #f0ebe6;
  font-family: 'DINEngschriftStd';
  font-size: 30px;
  line-height: 29px;
  text-transform: uppercase;
  width: 100%;
  margin-top: 8px;
  text-align: right;
  padding: 10px 10px 0px 0;
  transition: transform .5s .4s;
  transform: translateX(100%);
}

#social-footer.start #social-hashtag-tipex {
  transform: translateX(0);
}

#press-footer{
  position: absolute;
  right: 0;
  bottom: 20%;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  opacity: 0;
  -webkit-transform: translateY(40px);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(40px);  /* IE 9 */
  transform: translateY(40px);
  overflow: hidden;
}

.french #press-footer{
  width: 269px;
}

#press-footer h5{
  font-family: 'DINEngschriftStd';
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 4px;
  font-weight: normal;
  font-style: normal;
}
#press-footer p{
font-weight: 600;
}
#press-footer p:last-child a{
  
/*  float: right;*/
  position: relative;
   left: 0px;
 /* left: -74px;*/
  margin-top: 6px;
}

.french #press-footer p:last-child a{
  left: 0px;
}

#press-footer .beforeLine:after{
  content: '';
  background-image: url(../img/arrow-down.png);
  display: inline-block;
  width: 11px;
  height: 7px;
  -webkit-background-size: 11px 7px;        /* Safari 3.0 */
  -moz-background-size: 11px 7px;          /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 11px 7px;          /* Opera 9.5 */
  background-size: 11px 7px;         /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  margin-left: 5px;
}

#press-footer .beforeLine:before{
  width: 30px;
}

#press-footer .beforeLine.tinybtn:before{
  width: 20px;
}

#press-footer a:hover, #pc-credits a:hover{
    opacity: 0.5;
}

.credits-panel{
  position: absolute;
  width: 40%;
  background: rgb(49, 53, 62) none repeat scroll 0% 0%;
  color: rgb(240, 235, 230);
  height: 100%;
  bottom: -100%;
  right: 0px;
  padding: 40px;
  font-family: 'HKGrotesk-Regular';
  font-size: 24px;
  line-height: 36px;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
}

#info-foot.show, #info-head.show{
  bottom: 0;
}

.credits-panel h5{
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  padding-bottom: 10px;
}

.credits-panel a{
  color: rgb(240, 235, 230);
}

.credits-panel a:hover, .close-credits:hover{
  opacity: 0.6;
}

.info-credits{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.close-credits{
  cursor: pointer;
  padding-top: 60px;
  font-size: 14px;
}

.start, #viewDiary.start, #social-footer.start, #press-footer.start{
  opacity: 1;
  -webkit-transform: translateY(0px);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(0px);  /* IE 9 */
  transform: translateY(0px);
}
.flex-row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-wrap: wrap;
}
.flex-items {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-flow: row;
    flex-flow: row;
    flex-wrap: wrap;
    align-items: baseline;
    /*justify-content: space-around;
	justify-content: -webkit-space-around;*/
	
}

.signInUp{
margin:0;
padding:0;
}
.signInUp ul{
display:block;
}
.signInUp ul li{
	display: inline-block;
	margin: auto 8px;
}
.start > div:first-child{
    float: left;
    margin-right: 15px;
    margin-left: 44px;
}
.start > div:first-child a{
background:#333; color:#FFF; border-radius:30px; padding:6px 24px; font-size:14px;
transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-webkit-transition: all 0.5s ease;
}
.start > div:first-child a:hover{
background:#68a266;
}
.add_id{
width:calc(100% -30px);
display:block;
padding-left: 30px;
}
.add_id .col-common{
display:inline-block;
margin-bottom:15px;
}
.add_id .address{
text-align:left;
max-width:400px;
float:left;
}
.add_id .email_id{
text-align:left;
max-width:300px;
float:right;
}

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

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

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

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

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.col{
  float: left;
  position: relative;
  height: 100%;
  overflow: hidden;
      padding-left: 24px;
}

.textright{
  text-align: right;
}

/* Loader */
#loader{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #f0ebe6;
  z-index: 9995;
  text-align: center;
}

#loader-img,
#bg-img-loader {
  position: absolute;
  width: 110px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%,-50%);
  z-index: 9999;
}

#bg-img-loader {
  opacity: 0;
  width: 108px;
  transform: translate(-55px, -50%);
  -webkit-transform: translate(-55px,-50%);
  height: 80px;
  background: transparent;
  z-index: 9998;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  position: absolute;
  display: block;
  width: 50%;
  left: 50%;
  margin-left: -53px;
  height: 100%;
  overflow: hidden;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #b1a093;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  right: 100%;
  width: 105px;
  height: 80px;
  z-index: 9999;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */
@media screen and (min-aspect-ratio: 16/9) { 
  #container-compositionMap{
    width: 80%;
    float: right;
  }

  #section3 .overtitle h2{
    /*top: -20px;*/
	top:100%;
    position: relative;
  }

  .little-action p{
    padding-right: 0;
  }
}

@media only screen and (min-width: 2500px) {
  /*.edls-logo{
    left: 50px;
    bottom: 140px;
    width: 120px;
  }

  .logos-corner{
    bottom: 133px;
  }

  .logos-corner img{
    height: 45px;
  }*/
}

@media only screen and (min-width: 1920px) {

/* ===============
    Maximal Width
   =============== */

    /* #fullpage {
        max-width: 1920px;  1140px - 10% for margins 
        margin: 0 auto;
    } */

    #nav-menu li a{
      font-size: 54px;
      line-height: 76px;
    }

    h2{
      font-size: 37px;
      line-height: 37px;
    }

    p, .textblock a{
      font-size: 19px;
      line-height: 27px;
    }

    .col p{
      padding-top: 30px;
    }

    #container-claim{
    width: 1100px;
  }

  #claim{
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    padding-right: 65px;
  }

  .french #claim{
    max-width: 760px;
  }

  .title span {
    font-size: 94px;
    line-height: 94px;
  }

  .hashtag.beforeLine:before{
    top: 7px !important;
  }

  .third .letters{
    font-size: 16px !important;
    line-height: 16px !important;
  }

  .fourth{
    right: 65px;
    /*top: -25px;*/
    font-size: 27px !important;
    line-height: 27px !important;
  }

  .fourth .letters{
    font-size: 27px !important;
    line-height: 27px !important;
  }

  .over{
    max-height: 86px;
  }

  #logotipo{
    width: 300px;
    height: 245px;
    float: left;
    background: url('../img/logotipo@2x.png')no-repeat center right;
    -webkit-background-size: 300px 245px;        /* Safari 3.0 */
    -moz-background-size: 300px 245px;          /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 300px 245px;          /* Opera 9.5 */
    background-size: 300px 245px;          /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  }

  #local{
   /* max-width: 60%;*/
  }

  #container-compositionMap{
    float: right;
  }

  .beforeLine:before, #links-nav .beforeLine:before{
    top: 13px;
  }

  .read-btn.beforeLine:before{
    width: 120px;
  }

  #diary ul{
    max-height: 560px;
  }

  .activity h4{
    font-size: 27px;
    line-height: 28px;
  }

  .activity p{
    padding-top: 0 !important;
    padding-bottom: 30px;
  }

  .activity .activity-description{
    width: 40%;
    max-width: 440px;
  }

  .edls-logo{
    width: 120px;
  }

  .logos-corner img{
    height: 65px;
  }

  .logos-corner.bigsize img{
    height: 85px;
  }

  .logos-corner.smallsize img{
    height: 30px;
  }

  .story-container h3, .little-action h3{
    font-size: 37px;
    line-height: 37px;
  }

  .read-btn{
   font-size: 20px;
   line-height: 30px; 
  }

  .action h2{
    font-size: 45px;
    line-height: 48px; 
  }

  #social-footer{
    width: 360px;
  }

  #social-links{
    width: 360px;
  }

  #social-links p{
    font-size: 37px;
    line-height: 39px; 
    padding-left: 46px;
  }

  #social-links img{
    margin-top: 5px;
    margin-left: 30px;
  }

  #social-hashtag{
    font-size: 44px;
    line-height: 44px;
    padding-top: 10px;
    padding-right: 15px;
  }

  .french #press-footer{
    width: 369px;
  }

  #press-footer h5{
    font-size: 37px;
    line-height: 39px; 
  }

  #press-footer p:last-child a{
    left: 0px;
  }

  .french #press-footer p:last-child a{
    left: -10px;
  }

  #logo8{
    top: -20px;
    width: 260px;
  }

  #social-footer.start #social-hashtag-tipex{
    top: 35px;
    height: 59px;
  }

}

@media only screen and (min-width: 1600px) {
  #logo8{
    top: -15px;
    width: 240px;
  }
}

@media only screen and (min-width: 1400px) {
  #logo8{
      top: -10px;
      width: 220px;
  }
}

@media (max-width: 1250px) {

  /* menu */
  #social-nav {
    padding-right: 0px;
  }

  /* Story cases */
  .read-btn{
    font-size: 11px;
  }

  /* Little actions */
  /*#section4 .overtitle h2 {
    padding-bottom: 40px;
  }*/

  .little-action{
    padding: 3% 0 0 3%;
  }

  .little-action p {
    padding-right: 20%;
  }

	/* footer */
  /*.footer-logos {
      padding: 0px 5px;
  }

	.footer-logos img{
		margin-right: 8px;
	}*/

  .spacer, #spacer-last{
    display: none !important;
  }

/*	#pc-credits, #spacer-last{
		display: none;
	}

	#mobil-credits{
		display: block;
	}

  .credits a{
    padding-right: 10px;
  }

	.credits{
		top:0;
		float: left;
		padding-left: 20px;
		padding-bottom: 20px;
	}*/

	/*#logo8{
		margin-right: 0;
	}*/

}

@media (max-width: 1130px) and (min-width: 1025px) {
  .read-btn.beforeLine:before{
      width: 50px;
  }
}

@media (max-width: 1024px) {

  /* Menu */
  #credits-nav{
    width: 100%;
    float: none;
    position: relative;
    top: 45px;
    text-align: right;
  }

  #links-nav p:first-child{
    text-align: right;
    width: 100%;
  }

  #links-nav p:nth-child(2){
    display: none;
  }

  #social-nav{
    top: -50px;
    position: relative;
    width: 100%;
    float: right;
    margin-right: 0;
  }

  #social-nav a{
    float: right;
  }

  /* Video screen */
  .screen{
    width: 70%;
  }

  /* section Local */
  #local{
    max-width: 80%;
  }

  /* section europe */
/*  #filterScroll{
    display: none;
  }*/

  #closeDiary{
    top: 0;
  }

  .activity-back{
    padding: 0 15%;
  }

  /* section cases */
  h2{
    font-size: 20px;
    line-height: 20px;  
  }

  p{
    font-size: 12px;
    line-height: 18px;
  }

  .triptych{
    padding: 0 6%;
  }

  .story-container{
    padding: 0 0% 0 20%;
  }

  .story-container h3{
    font-size: 20px;
    line-height: 20px;
  }

  .action h2{
    font-size: 24px;
  }

  /* section actions */
  #section4 .overtitle h2{
    padding-bottom: 20px;
  }

  .little-action{
    padding: 3% 0 0 4%;
  }

  .little-action h3{
    font-size: 20px;
    line-height: 20px;
  }

  .little-action p{
    padding-right: 10%;
  }

  /* footer */
  #social-footer{
  	top: 20%;
  }

  #press-footer{
  	bottom:10%;
    position: relative;
    /*right: 0;*/
  }

  #press-footer p:last-child a{
    /*left: -42px;*/
  }

  .french #press-footer p:last-child a{
    left: -15px;
  }

  /* logos */
  /*.footer-logos{
    padding: 0 20px;
  }

  .footer-logos img{
    margin-right: 20px;
  }

  #logo1{
  	width: 100px;
  	top:18px;
  }

  #logo2{
  	width: 35px;
	top: 20px;
  }

  #logo3{
  	width: 76px;
	top: 22px;
  }

  #logo4 {
    width: 66px;
	top: 24px;
  }

  #logo5{
  	width: 66px;
	top: 22px;
  }

  #logo6{
  	width: 30px;
	top: 22px;
  }

  #logo7 {
    width: 87px;
	top: 28px;
  }

  #logo8 {
    width: 122px;
    top: 8px;
    float: right;
    margin-right: 20px;
  }

  .spacer{
    display: block !important;
  	height: 16px;
  } */

  .credits{
  	top: 15px;
  }
  /*#logo1{
  	width: 70px;
  }

  #logo2{
  	width: 25px;
  }

  #logo3{
  	width: 56px;
	top: 22px;
  }

  #logo4 {
    width: 46px;
    top: 24px;
  }

  #logo5{
  	width: 46px;
	top: 22px;
  }

  #logo6{
  	width: 20px;
  }

  #logo7 {
    width: 57px;
    top: 28px;
  }

  #logo8 {
    width: 82px;
    top: 18px;
  }

  .spacer{
  	height: 16px;
  }*/

}

@media (max-width: 960px) and (min-width: 769px) {
  /*.footer-logos {
    padding: 0 5px;
  }

  .footer-logos img, #logo8 {
    margin-right: 6px;
  } */

  #pc-credits{
    font-size: 10px;
  }

  .read-btn.beforeLine::before{
    width: 40px;
  }

  .container-hands{
    width: 90%;
  }
}

@media (min-width:768px) {
.display-big{display:none}
}
@media (max-width:768px) {
.display-small{display:none}
.container-hands .heading_contact{
padding:25px 30px;
}
#exTab1 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    box-sizing: border-box;
    align-items: center;
	overflow-x:scroll
	
}
/*======scrollbar==========*/
#exTab1 .nav::-webkit-scrollbar {
    background: transparent;
	height:4px;
}
#exTab1 .nav::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.1);
    border: solid whiteSmoke 0px;
}
#exTab1 .nav::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.social_media {
    padding: 0;
}
.socialmedia {
    float: none !important;
    text-align: center;
    margin-left: -20px;
}
footer .logo-f {
    width: 105px !important;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 14px;
    float: none !important;
}
.no-maxpadding{
padding:0 !important
}

}

@media (max-width:500px) {
.add_id{
width:100%;
display:block;
margin:0;
padding:0;
box-sizing: border-box;
}
.add_id .col-common{
margin-bottom:30px;
}
.add_id .address{
text-align:center;
max-width:400px;
float:none;
}
.add_id .email_id{
text-align:center;
max-width:300px;
float:none;
}

}

@media (max-width: 768px) {


  /* Fullpage */
  #fullpage{
    overflow: hidden;
  }

  /* Menu */
  #nav-menu{
    padding-left: 30px;
    padding-right: 30px;
  }
  
  #nav-menu ul {
	padding-left: 10%;
    padding-top: 38%;
  }

  #social-nav{
    width: 102px;   
    float: none;
    margin: 0 auto;
  }

  #social-nav a{
    float: left;
  }
  
  #social-nav a:first-child {
  	margin-left: 0;
  }

  #links-nav{
    float: none;
  }

  #links-nav p:first-child{
    text-align: center;
  }

  #credits-nav{
    text-align: center;
  }

  /* end menu */

  /* Home */
  #container-claim{
    width: 620px;
	margin-top: 55px;
  }

  #claim{
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    /*max-width: 415px;*/
	max-width:100%;
  }

  .french #claim{
    max-width: 435px;
  }

  .title span {
    font-size: 18px;
    line-height: 26px;
  }

  #logotipo{
    width: 183px;
    height: 136px;
    float: left;
    background: url('../img/logotipo_mobil.png')no-repeat center right;
    -webkit-background-size: 183px 136px;        /* Safari 3.0 */
    -moz-background-size: 183px 136px;          /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 183px 136px;          /* Opera 9.5 */
    background-size: 183px 136px;          /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  }

  #video-bg{
    display: none;
  }
  video{display:none !important}

  #section0{
    background: url('../img/bg-EDLS-Mobile.jpg') no-repeat center center;
    background-size: cover;
    /* The url is relative to the document, not to the css file! */
    /* Prefer absolute urls to avoid confusion. */
     -ms-behavior: url(../img/backgroundsize.min.htc);
  }

  /* end home */

  .section{

    position: relative;
    overflow: hidden;
	
  }

  .col{
    width: 100%;
    float: none !important;
    overflow: visible;
	    padding-top: 30px;
  }

  .small-col{
    padding: 0;
  }

  #home{
    display: none;
  }

  #local, #european{
    max-width: 100%;
  }

  #scroll{
    top: -15px;
    height: 34px;
    background: url('../img/scroll-down_mobil.png')no-repeat center center;
    -webkit-background-size: 20px 17px;        /* Safari 3.0 */
    -moz-background-size: 20px 17px;          /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 20px 17px;          /* Opera 9.5 */
    background-size: 20px 17px;         /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  }

  #section1, #section2{
    /* padding: 0 6%; */
    padding: 0 75px;
  }

  h2{
    font-size: 25px;
    line-height: 25px;
  }

  p, .read-btn{
    font-size: 13px;
  }

  .textblock, .bgheight, #container-compositionMap{
    position: relative;
    top: 0 !important;
    -webkit-transform: translateY(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(0);  /* IE 9 */
    transform: translateY(0);
  }

  .verticalLine{
    display: none;
  }

  #flip-container{
    position: relative;
  }

/* Flip effect */
/*#flip-container{
  height: 100%;
  width: 100%;
  perspective: 600px;
  position: relative;
}

#flip-container.flip #european{
z-index: 900;
transform: rotateY(179deg);
}

#flip-container.flip #diary{
z-index: 1000;
transform: rotateX(0) rotateY(0);
}*/

/* Agenda */
/*#diary{
  right: 50px;
  z-index: 800;
  transform: rotateY(-179deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transition: all .8s ease-in-out;
  top: 20%;
}*/

/* end flip */

  #section2 .big-col{
    display:block;
  }

  #europe-mobil{
    display: block;
    padding: 60px 0;
  }

  #european.textblock{
    position: absolute;
    max-width: 100%;
    padding-left: 0;
    right: 0;
    text-align: left;
    /*top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
  }

  #european p:nth-child(3){
    padding-bottom: 40px;
  }

/*  #viewDiary.beforeLine::before{
    top: 53px;
  }*/
  #european, #closeDiary{
    /*display: none;*/
    height: 200px;
  }

  .textright #flip-container {
    /*min-height: 450px;*/
	    min-height: 296px;
    margin-top: 40px;
  }

  #diary{
    opacity: 1;
    visibility: visible;
    display: block;
  }

  .flipActivities{
    float: none !important;
  }

  #closeDiary.beforeLine::before, #viewDiary.beforeLine::before{
    top: 13px;
  }

  #diary{
    right: 0;
    text-align: left;
   /* padding: 40px 0 60px;*/
   padding:0px;
  }

  #diary ul{
    overflow-y: visible;
    right: 0;
    top: 0;
    max-height: 100%;
    top: -10px;
    margin: 20px 0;
  }

  #diary li{
    margin: 10px 0;
    background: #e8e3df;
    position: relative;
    padding: 15px;
  }

  #diary li:after{
    content: '';
    width: 8px;
    height: 13px;
    background-image: url('../img/arrow-right.png');
    display: inline-block;
    -webkit-background-size: 8px 13px;        /* Safari 3.0 */
    -moz-background-size: 8px 13px;          /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 8px 13px;          /* Opera 9.5 */
    background-size: 8px 13px;         /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
    float: right;
    position: absolute;
    right: 15px;
    top: -webkit-calc(50% - 8px);
    top: -moz-calc(50% - 8px);
    top: calc(50% - 8px);
  }

  #diary p{
    padding-right: 25px;
  }

  .scrollDirection{
    display: none;
  }

  .activity-back{
    position: fixed;
  }

  .activity .col{
    float: left !important;
  }

  .activity{
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 6%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  /* Cases story */
  #section3, #section4{
    overflow-x: auto; 
    padding: 0 75px;
    -webkit-overflow-scrolling: touch;
  }

  .triptych {
    /*padding: 0;*/
	    padding: 0;
    padding-top: 20px !important;
    top: 0 !important;
  }

  .story-item:nth-child(2) .story-container{
    margin-top: 0;
  }

  .story-container{
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 2% 0%;
    width: 100%;
    float: left;
    display: block;
    position: relative;
  }

  .story-container:hover {
    transform: translateY(0%);
  }

  .story-container:hover .case {
    transform: scale(1);
  }

  #section3,
  #section4 {
    overflow-x: hidden;
  }

  #section3 .triptych{
  /*  width: 1200px;
    padding-top: 100px;
*/
    width: 100%;
    padding-top: 0px;
    overflow:hidden;
    padding-left: 0px;
    margin-left: 0px;
  }

  #section3 .triptych .clearfix:first-child {
    /*width: 1200px;*/
  }

  #section3{
    min-height: 0 !important;
  }

  .story-item{
    min-height: 600px;
	width:100%;
  }

  .story-container h3{
    font-size: 25px;
    line-height: 25px;
  }

  .story-container p{
    min-height: 110px;
  }
.little-action p {
    padding-right: 0%;
}
.read {
    max-width: 100%;
    cursor: pointer;
}
  .story{
    position: fixed;
    left: 1200px;
    z-index: 9999;
  }

  .action{
    padding-right: 6%;
    -webkit-overflow-scrolling: touch;
  }

  /* actions */
  #section4{
    min-height: 400px !important;
  }

  #section4 .overtitle h2 {
      top: 0px;
  }

  #section4 .triptych{
      width: 100%;
    overflow:hidden;
    top: 50%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    position:relative;
    padding-top: 80px;
/*    width: 100vw;
    overflow-x: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position:absolute;
    padding-top: 80px;*/
  }

  .responsive-wrapper {
  /* width: 1800px;*/
	 max-width:100%;
  }

  #section4 .clearfix{
    display: inline-block;
    float: left;
    margin-right: 3%;
  }

  .little-action{
   max-width: 100%;
       width: 100%;
  }

  .little-action:first-child{
    padding-left: 0;
  }

  /* footer */
  #social-footer{
  	position: relative;
	  margin: 0px auto;
	  padding-bottom: 20px;
  }

  #press-footer{
	  /*max-width: 245px;*/
	  margin: 0px auto;
	  padding: 40px 20px;
	  text-align:center;
  }

  #press-footer p.beforeLine{
    display: none;
  }

  .french #press-footer p:last-child a{
    left: 0;
  }

  .french #press-footer .beforeLine:before{
    width: 15px;
  }

  .french #press-footer .beforeLine:after{
    margin-left: 10px;
    display: none;
  }

  #press-footer p:last-child a{
    /*left: -55px;*/
  }

  /* logos */
  .footer-logos{
  	padding: 40px 75px 0;
    position: relative;
  }

  .footer-logos img{
    margin-right: 5% !important;
  }

  #logo1{
  	width: 100%;
	  padding: 0px 30% 20px;
	  border-bottom: 1px solid;
	  margin-right: 0;
	  margin-bottom: 15px;
  }

  #logo2 {
/*  	width: 10%;
    top: 28px;
    margin-left: 15%;*/
    width: 74%;
    top: 0;
    margin-left: 12%;
    display: inline-table;
		}

  #logo3{
  	width: 25%;
  	padding-top: 4px;
  }

  #logo4{
  	width: 25%;
  	padding-top: 0px;
    top: 30px;
  }

  #logo5{
  	width: 25%;
	  clear: left;
	  padding-top: 25px;
	  margin-bottom: 50px;
	  margin-left: 13%;
  }

   #logo6{
  	width: 10%;
	  padding-top: 25px;
  }

  #logo7{
  	clear: right;
	  padding-top: 25px;
	  width: 28%;
  }

  #logo8{
  	width: 100%;
  	float:none;
	  padding: 20px 20%;
	  border-top: 1px solid;
  }

  .spacer{
  	display: none !important;
  }

  #pc-credits{
    display: none;
  }

  .credits{
  float: none;
	text-align: center;
	padding-left: 0px;
  }

  #mobil-credits{
    display: block;
    height: 40px;
  }

  #mobil-credits a:first-child{
    padding-right: 15px;
  }

  .credits-panel{
    width: 100%;
  }
  
  .logo-heads{
position:absolute; top: 10%;left: 0;right: 0;width: 100%; text-align:center
}
.logo-heads .logointergrate{
width: 130px;
    margin: 0 auto;
    left: 50%;
    margin-left: -64px;
    position: absolute;
    top: 10%;
	}
.text_position{
/*    bottom: 15%;
    position: absolute;
    left: 50%;
    margin-left: -188px;
    text-align: center;
    padding: 0 1em;*/
	    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -0px;
    text-align: center;
    padding: 0 20px;
    width: 100%;
    transform: translate(-50%, -50%);
}
.text_position .col-smalltext{
padding-top:5em;
position:relative;
}
.text_position .col-smalltext:before{
    width: 30%;
    position: absolute;
    height: 1px;
    background: #bfb8b1;
    content: '';
    left: 0;
    right: 0;
    top: 34%;
    margin: 0 auto;
    z-index: 9;
}
  #link-media{
bottom: 56%;
    left: 0%;
}
#link-roma {
    bottom: 3%;
    right: 10%;
}
.display_show1{
display:block;
}
.display_show2{
display:none;
}
.container-hands{
  position: relative;
  max-height: 70%;
  max-width: 100%;
  /*max-width: 100%;*/
  margin: 0 auto;
  margin-bottom: 6%;
    
}
.overtitle h2 {
    vertical-align: middle;
    display: table-cell;
    padding-bottom: 0;
    padding-top: 40px;
}
#social-links {
    width: 245px;
    /* text-align: center; */
    margin: 0 auto;
}

}
@media (max-width: 736px) and (orientation: landscape){
  #nav-menu{
    overflow-y: scroll;
  }

  #nav-menu li a{
    font-size: 24px;
    line-height: 30px;
  }

  #footer-nav{
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-right: 50px;
    padding-top: 80px;
  }

   /* Activity */
  .activity{
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 0 6%;
  }

  .activity-back{
    padding: 0;
    overflow-y: scroll;
    height: 100% !important;
    min-height: 0 !important;
  }

  .activity .col, .activity .activity-description{
    float: none !important;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .container-location{
    min-height: 0;
    margin-bottom: 0;
    margin: 120px auto 40px;
    float: none;
  }

  .download-activity{
    float: none;
  }

  .download-activity.beforeLine::before{
    display: none;
  }

/*  .logos-activity{
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
  }*/

  .edls-logo{
    left: 6%;
    top: 20px;
  }

  .logos-corner{
    margin: 20px 0;
    position: relative;
    float: right;
    bottom: 0;
    right: 6%;
  }

  .imgzoom{
    display: none;
  }

/*
  #activity-bg-mobil{
    display: block;
    position: fixed; 
    top: 0; 
    left: 0;
    right:0;
    bottom:0;
    margin:auto;
    min-width: 100%;
    min-height: 100%;
  }*/

}

@media (max-width: 580px){
  #nav-menu li a{
    font-size: 24px;
    line-height: 30px;
  }

  /* Home */
  #container-claim{
    max-width: 100%;
  }

    #claim{
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
    padding-right: 0px;
  }

  .title span {
    font-size: 18px;
    line-height: 26px;
  }

  .third{
    top:0;
    font-size: 14px !important;
  }

  .fourth{
    right: 25px;
    top: -25px;
    font-size: 12px !important;
    line-height: 12px !important;
  }

   #logotipo{
    width: 93px;
    height: 69px;
    -webkit-background-size: 93px 69px;        /* Safari 3.0 */
    -moz-background-size: 93px 69px;         /* Gecko 1.9.2 (Firefox 3.6) */
    -o-background-size: 93px 69px;          /* Opera 9.5 */
    background-size: 93px 69px;          /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
  }

  .beforeLine:before{
    width: 30px;
  }

  #section1, #section2{
    padding: 0 38px;
  }

  /* Activity */
  .activity{
    position: relative;
    top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    padding: 0 6%;
  }

  .activity-back{
    padding: 0;
    overflow-y: scroll;
    height: 100% !important;
    min-height: 0 !important;
    -webkit-overflow-scrolling: touch;
  }

  .imgzoom{
    display: none;
  }

  .activity .col, .activity .activity-description{
    float: none !important;
    width: 100%;
    text-align: center;
    padding: 0;
  }

  .container-location{
    min-height: 0;
    margin-bottom: 0;
    margin: 120px auto 40px;
    float: none;
  }

  .download-activity{
    float: none;
  }

  .download-activity.beforeLine::before{
    display: none;
  }

/*  .logos-activity{
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
  }*/

  .edls-logo{
    left: 6%;
    top: 20px;
  }

  .logos-corner{
    margin: 20px auto;
    position: relative;
    float: none;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  .logos-corner img{
    margin: 0 auto;
    float: none;
    padding-left: 0px;
  }

  .barcelona .logos-corner, .cerdanyola .logos-corner{
    right: 0;
    overflow: hidden;
    width: 280px;
  }

  .barcelona .logos-corner img, .cerdanyola .logos-corner img{
    float: left;
    padding-left: 25px;
  }

  /* Stories */
  #section3, #section4{
    padding: 0 38px;
  }

  #section4{
    min-height: 380px !important;
  }

  #section4 .overtitle h2::before{
    top: 62px;
  }

  .action h2{
    padding-top: 40px;
  }

  .icon-story{
    display: none;
  }

  /* footer */
  .container-hands{
    max-width: 100%;
    margin: 0 auto;
  }

  .footer-logos{
    padding: 40px 38px 0;
  }

  #footer-nav{
    width: 100%;
    left: 0;
    padding-right: 0px;
  }

  .close-credits{
    padding-top: 20px;
  }
  .social_media a {
    display: inline-block;
    margin-left: 9px !important;
}
}

@media (max-width: 400px){
  .action {
    padding: 30px 50px;
    width: 100%;
    left: 0;
  }

  .container-backimage{
    padding: 9% 0px 9%;
  }


  #section3 .triptych{
    padding-top: 10px;
  }

  .read-btn.beforeLine:before{
    width: 100px;
  }
  .signin_bg{
  min-height:216px;
  }
  .signup_bg{
  min-height:300px;
  }

}
@media (max-width: 320px){
.social_media a {
    margin-left: 7px !important;
}
.text-xcenter{
text-align:left !important
}
.hiddenXs{display:none !important}
.header .dropdown-menu {
    position: absolute;
    left: -100px;
}
}
/* Retina */
@media only screen and (min--moz-device-pixel-ratio: 2),

only screen and (-o-min-device-pixel-ratio: 2/1),

only screen and (-webkit-min-device-pixel-ratio: 2),

only screen and (min-device-pixel-ratio: 2) {


}
/******************** French ******************************/

.french #social-links img{
  margin-left: 10px;
}

.french .read-btn{
  left: -30%;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        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) ")";
    }

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

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

    thead {
        display: table-header-group;
    }

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

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

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

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

/*.left_side{
background:#f0ebe6; height:100vh; position:fixed; display:flex; top:24%; width:20%; z-index:1; border:1px solid #000
}*/
.left_media{
position:fixed;
left:5%;
top:50%;
display:flex;
padding:15px;
transform: translate(-50%, -50%);
z-index:2;


}
.left_media ul{
margin:0;
padding:0;
}
.left_media ul li{
text-align:center;
position:relative;
margin-bottom:6px;
}
.left_media ul li a{
background:#FFF;
border:1px solid #e6d7d7;
border-radius:100%;
font-size: 20px;
display: block;
width: 40px;
height: 40px;
padding-top:8px;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;

}
.left_media ul li a:hover{
background:#d0c9c3;
color:#FFFFFF;
border:1px solid #d0c9c3;
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.header{
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dad6d6;
    position: relative;
    z-index: 1;
}
.header .btn-secondary {
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 28px;
    border-radius: 50%;
    color: #FFF;
    background: #333;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.header .btn-secondary:hover {
    color: #FFF !important;
    background: #098383;
}
.header .dropdown-menu ul {
    display: block;
	overflow:hidden;
}
.header .dropdown-menu{
margin-top: 6px;
    overflow: auto;
    height: auto;
    z-index: 9999;
    padding: 0;
    min-width: 200px;
    background: #ffffff;
    border: none;
}
.header .dropdown-menu ul li {
    display: block;
    margin: 0;
	overflow:hidden;
}
.header .dropdown-menu ul li a {
    color: #333;
    display: block;
    padding: 5px 20px;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header .dropdown-menu ul li a:hover {
    background: #098383;
    color: #FFFFFF;
}
.breadcrumb {
    padding: 21px 2px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f0ebe6;
    border-radius: 0;
}
.breadcrumb a{
font-size: 14px;
font-weight: 600;
}
.breadcrumb>.active {
    color: #9e9b9b;
}
.breadcrumb>li {
    display: inline-block;
}
.social_media{
padding: 0;
float: left;
margin: 0 10px;
}
.social_media a{
    width: 18px;
    height: 14px;
    display: inline-block;
    margin-left: 20px;
}
.social_media a:hover{
opacity: 0.5;
}
.social_media a img{
width:100%;
}
.header .logo_head{
    width: 78px;
    margin-left: 15px;
    padding: 0;
}
.header .logo_head img{
width:100%;
}

.logo_head .logo-smalltext {
    padding-top: 4px;
    position: relative;
    /* font-family: 'Libre Baskerville', serif; */
    /* font-style: italic; */
    font-weight: 600;
    font-size: 1.17em;
}
.blog_container{
max-width:1000px;
margin:0 auto;
padding:15px;
}
.list_type{margin:0; padding-bottom: 45px;}
.list_type ul{
margin:0;
padding:0;
}
.list_type ul li{
    padding-left: 14px;
    line-height: 18px;
    position: relative;
    font-size: 13px;
    margin-bottom: 4px;
	text-align:left;
}
.list_type ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #e6e6e5;
    border-radius: 100%;
}
.list_type ul li p{
margin:0 !important;
padding:0 !important;
text-align:left;
}


.about-module{margin:0; padding-bottom: 45px;}
.about-module ul{
margin:0;
padding:0;
}
.about-module ul li{
    padding-left: 14px;
    line-height: 18px;
    position: relative;
    font-size: 13px;
    margin-bottom: 4px;
	text-align:left;
}
.about-module ul li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #6d6d6b;
    border-radius: 100%;
}


#post-nav {
    background: #ffffff;
    margin-bottom: 2em;
    width: 100%;
    padding-top: 2px;
}
.fixed-top{
position:fixed;
top:0;
left:0;
width:100%;
}
.fixed {
position: fixed;
top: 0;
z-index: 99;
background:#FFF;
width:100%;
left:0;
right:0;
    border-bottom: 1px solid #d6d6d6;
/*box-shadow: 0px 1px 1px rgba(216, 216, 216, 0.43);*/
transition: 0.5s;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
}

.list_read{
margin:0;
padding:0;
}
.list_read ul{
list-style-type:none;
margin:0;
padding-left:20px;
}
.list_read ul li{
font-size:14px;
position:relative;
list-style-position:inside
}
.list_read ul li:before{
    height: 4px;
    width: 4px;
    background: #666666;
    position: absolute;
    left: -12px;
    top: 12px;
    content: '';
}

#exTab1 .tab-content {
  padding :0;
}

#exTab2 h3 {
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */
#exTab1 .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    box-sizing: border-box;
    align-items: center;
	
}
#exTab1 .nav .nav-pills>li {
    float: left;
    display: inline-block;
}
#exTab1 .nav-pills>li+li {
    margin-left: 0;
}
#exTab1 .nav-pills > li > a {
  border-radius: 0;
}
#exTab1 .nav>li>a {
    position: relative;
    display:inline-block;
	white-space: nowrap;
    padding: 20px 15px;
    color: #4e4646;
	transition: linear background-color 0.6s;
	-webkit-transition: linear background-color 0.6s;
	-o-transition: linear background-color 0.6s;
}
#exTab1 .nav>li>a:focus, #exTab1 .nav>li>a:hover {
    text-decoration: none;
    background-color: #f0ebe6;
	color:#000000;

		transition: linear background-color 0.6s;
	-webkit-transition: linear background-color 0.6s;
	-o-transition: linear background-color 0.6s;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #000 !important;
    background-color: #f0ebe6;
		transition: linear background-color 0.6s;
	-webkit-transition: linear background-color 0.6s;
	-o-transition: linear background-color 0.6s;
}
/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : #000;
  background-color: #f0ebe6;
  padding : 5px 15px;
}
.blog-box {
    width: 100%;
    position: relative;
    margin-top: 40px;
  /*  border: 1px solid #d9d4d0;*/
  /*  box-shadow: 0px 0px 3px #cecece;*/
   transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   display:block;
}

.image_box{
width:100%;
position:relative;
background:#e2dcd7;
width:100%;
height:100%;
left:0;
top:0;
}
.image_box img{
display:block;
width:100%;
}
.blog-box:before{
position:absolute;
bottom:0;
left:0;
width:100%;
height:100%;
background:rgba(0, 0, 0, 0.64);
content:'';
z-index:1;
opacity:0;
transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
}
.blog-box:hover:before{
top:0;
opacity:1;
}
.blog-box:hover .box-footer {
    padding: 15px;
    background: #333;
	z-index:9;
	color:#FFF;
	transition: all 0.2s ease-in-out;
   -webkit-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
}

.box-footer{
	padding:15px;
	background:#FFF;
	z-index:9;
	min-height: 68px;
	position:relative;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.box-footer p{
font-size:16px;
}

.btn{
box-shadow:0px;
outline:none;
}
.btn:focus{
box-shadow:0px;
outline:none;
}
.button_white{
background:#FFF;
border:2px solid #cec7c0;
padding:4px 15px;
border-radius:3px;
}

.button_white:hover,.button_white:focus{
    background: #524b44;
    border-color: #948585;
    color: #FFFFFF;
}

.button_brown{
background: #524b44;
border:2px solid #948585;
padding:6px 16px;
color: #FFFFFF;
}
.button_brown:hover{
color:#FFF;
background: #3c322c;
border:2px solid #948585;
}
.btn_thems{
background:#54504b;
color:#FFF;
}
.btn_thems:hover,.btn_thems:focus{
background:#54504b;
color:#FFF;
opacity: 0.5;
}
.button_brown_lg{
    background: #524b44;
    padding: 12px 16px;
    color: #FFFFFF;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: inset 0px 0px 0px #000000, inset -1px -2px 1px #212020;

}
.button_brown_lg:hover{
color:#FFF;
background: #3c322c;
}
.large-post-meta{
width:100%;
}
.large-post-meta span a{
	font-size: 13px;
	font-weight: 500;
}
.large-post-meta span a i{
    font-size: 20px;
    color: #9e9a9a;
}
.large-post-meta span a:hover{
color:#28bf1f;
}

.stuff {
    color: #84878e;
   /* padding: 15px 20px;*/
	padding: 15px 15px;
    position: relative;
	    text-align: left;
		background: #FFF;
}
.recomeded{
/*border-top:1px solid #eae3e3;
margin-top:23px;
padding-top:22px;*/
width:100%;
}
.recomeded a i{
color:#FF0000;
}
.recomeded a span{
    background: #f0ebe6;
    border: 1px solid #e2dcd7;
    padding: 1px 5px;
    border-radius: 100%;
    margin-left: 6px;
}
.recomeded ul{
margin:0;
padding:0;
}
.recomeded ul li{
display:inline-block;
list-style-type:none;
    margin-right: 15px;
}
.recomeded ul label{
display: block;
width: 100%;
padding-left: 10px;
font-size: 13px;
padding-top: 6px;
color: #7fbf42;
}
.recomeded ul li a i{
color:red;
font-size: 15px;
}
.recomeded ul li .dropdown a{
color:#333333;
}
.recomeded ul li .dropdown a:hover{
color:#7fbf42;
}
.recomeded ul li .dropdown a i{
    color: #8a8989;
    position: relative;
    top: 1px;
}
.recomeded ul li .dropdown a:hover i{
color:#7fbf42
}
.recomeded ul li .dropdown-menu{
    box-shadow: 0px 2px 10px #bfbebdf5;
    border: none;
}
.recomeded ul li .dropdown-menu li{
display:block;
margin:0;
}
.recomeded ul li .dropdown-menu li a{
padding:6px 10px;

}
.recomeded ul li .dropdown-menu li a:hover, .recomeded ul li .dropdown-menu li a:focus {
	color:#FFF !important;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #71ae38;
}
/*.stuff > div {
    padding: 10px 0;
    font-size: 14px;
    color: white;
    display: block;
    float: right !important;
    right: 20px;
    position: absolute;
	cursor:pointer;
}*/

.stuff > div {
    padding: 10px 0;
    font-size: 14px;
    display: block;
    right: 20px;
	cursor:pointer;
}

/*.stuff > div:hover {
  background: #0a8f6c;
}*/

.stuff > strong {
  font-size: 2em;
  color: #37383d;
}

.separator {
  width: 40%;
}
.printchatbox{    /* border-width: thick 10px; */
    /* border-style: solid; */
    /* background-color: #fff; */
    color: #6E6A6B;
    font-size: 14pt;
    text-align: left;

    /* border: 3px solid #969293; */
    /* width: 40%; */
  }
  
#printchatbox .form-control {
    display: block;
    width: 100%;
    height: 43px !important;
    padding: 6px 12px;
    position: relative;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #d0d0d0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
} 
.logo_out{
background: #ef453d;
padding: 8px 15px;
margin: 0;
color: #FFFFFF;
border-radius: 3px;
/*transition: background 0.2s;*/
}
#Create1 .bubble-container{
    transition: 5s;
}
.publish{
background: #1fc198;
padding: 8px 15px;
margin: 0;
color: #FFFFFF;
font-size:15px;
border-radius: 3px;
/*transition: background 0.2s;*/
}
.button_green{
background: #1fc198;
padding: 11px 15px;
margin: 0;
color: #FFFFFF;
border-radius: 3px;
/*transition: background 0.2s;*/
}
.button_green:hover, .button_green:focus,.button_green:active,.publish:hover{
color:#FFFFFF;
background:#ef453d;
/*transition: background 0.2s;*/
}
.comments {
  width: 100%;
  display: block;
  margin: auto;
  background-color: #e2dcd7;
  padding-bottom: 2em;
  /*-webkit-box-shadow: #bdc3c7 0 5px 5px;
  -moz-box-shadow: #bdc3c7 0 5px 5px;
  box-shadow: #bdc3c7 0 5px 5px;*/
  -moz-border-radius-bottomleft: 8px;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -moz-border-radius-bottomright: 8px;
  -webkit-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  list-style-type:none;
     padding: 1em 0;
  margin-top:0em;}
/*  .comments li {padding:0;}*/
/*  .comments li:nth-child(even) {
    background-color: #dde1e2; }*/
.comments ul{
margin:0;
}
.comments li{
margin-bottom:1em;
list-style-type:none;
}

.comments li.offset-left{
margin-bottom:1em;
list-style-type:none;
margin-left:4em;
box-sizing: border-box;
}

.avatar {
  width: 18%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin-left: 2%; }
  .avatar img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #ecf0f1;
    position: relative; }
  .avatar:hover > .hover {
    cursor: pointer;
    opacity: 1; 
}

/*#target {
    width: 100%;
    padding: 14px 0;
    margin-top: 25px;
    display: none;
border-top: 1px dashed #e31623;
    border-bottom: 1px dashed #1fc198;
}*/
#target {
    width: 100%;
    padding: 0px 0;
    margin-top: 25px;
    /*display: none;*/
	display:block;
    /*border-bottom: 1px dashed #1fc198;*/
}
#target h5{font-size:14px; color:#9f9f9f; padding: 16px 0;}
#target .form-control {
display: block;
    width: 100%;
    height: 44px;
    padding: 6px 12px;
    position: relative;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d0d0d0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#target .arrowdown:before{
    position: absolute;
    bottom: -15px;
    left: 50px;
    content: '';
    border-top: 16px solid #d0d0d0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    z-index: 9;
}
#target .arrowdown:after{
    position: absolute;
    bottom: -13px;
    left: 51px;
    content: '';
    border-top: 15px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    z-index: 9;
}
#target a{
font-size:14px;
color:#9c8f85;
}
#target a:hover{
color:#4f3f34;
}
.Hide
{
  display:none;
}
.file {
  visibility: hidden;
  position: absolute;
}
#drope_box .input-lg {
    height: 36px;
    padding: 7px 16px;
    font-size: 13px;
    line-height: 1.3333333;
    border-radius: 0px;
	margin:0;
}
#drope_box .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #ccc;
    border: 1px solid #ccc;
    border-radius: 0px;
}
.media_icon{
width:100%;
}
.media_icon ul{
margin:0;
padding:0;
}
.media_icon ul li{
display:inline-block;
margin-right:4px !important;
margin-left:4px !important;
line-height:inherit;
padding-bottom: 10px;
}
.media_icon ul li a{
display: block;
border: 1px solid #b3a9a1;
width: 36px;
height: 36px;
text-align: center;
padding-top: 8px;
padding-left: 7px;
border-radius: 0;
opacity: .5;
transition: 0.5s
}
.media_icon ul li a:hover{
opacity: .8;
}
.media_icon ul li a img{
width:20px;
height:20px;
display:block;
}
.bubble {
width: 100%;
padding: .5em 1em;
line-height: 1.4em;
padding: 0px 20px;
background-color: #FFF;
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
text-align: left;
display: inline-block; }
.bubble:hover > .over-bubble {
opacity: 1; }

.bubble-container {
width: 85%;
display: block;
position: relative;
padding-left: 20px;
vertical-align: top;
display: inline-block;
margin: 15px 0px;
text-align: left;
}
.bubble-container h3,.bubble-container span{
font-size:16px;
    font-weight: 500;
    color: #807c79;
}
.bubble-container small{
color:#FF0000;
}
.arrow {
content: '';
display: block;
position: absolute;
left: -10px;
top: 0;
height: 0;
width: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-right: 20px solid #FFF; }
.avatar {
width: 10%;
display: inline-block;
vertical-align: top;
position: relative;
overflow: hidden;
margin-left: 2%;
margin-top: 20px;
}
.avatar img {
width: 100%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
border: 5px solid #ecf0f1;
position: relative; }
.avatar:hover > .hover,.avatar:hover > .hover1 {
cursor: pointer;
opacity: 1; }

.hover {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(226, 220, 215, 0.69);
top: 0;
font-size: 1.8em;
border: 5px solid rgb(208, 201, 195);
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;

border-radius: 50%;
text-align: center;
color: white;
padding-top: 24%;
opacity: 0;
font-family: 'FontAwesome';
font-weight: 300;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease; }

.hover1 {
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(226, 220, 215, 0.69);
top: 0;
font-size: 1.8em;
border: 5px solid rgb(208, 201, 195);
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
text-align: center;
color: white;
padding-top: 24%;
opacity: 0;
font-family: 'FontAwesome';
font-weight: 300;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
-o-transition-duration: 0.5s;
transition-duration: 0.5s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease; }

[class^="icon-"], [class*=" icon-"] {
display: inline;
width: auto;
height: auto;
line-height: normal;
vertical-align: baseline;
background-image: none;
background-position: 0% 0%;
background-repeat: repeat;
margin-top: 0;
}

.icon-link:before {
content: "\f0c1";
font-family: 'FontAwesome';
}
.icon-mail-reply:hover {
cursor: pointer;
color: #3498db;
}
.icon-reply:before, .icon-mail-reply:before {
content: "\f112";
font-family: 'FontAwesome';
}
.icon-retweet:before {
content: "\f070";
font-family: 'FontAwesome';
}
.icon-star:before {
content: "\f005";
font-family: 'FontAwesome';
}
.first {
width: 560px;
display: block;
margin: auto;
background-color: #3498db;
text-shadow: #2084c7 1px 1px 0;
padding: 1em 0 !important;
color: white;
text-align: center;
margin-top: 1em;
font-family: "Lato";
font-size: 1.6em;
-moz-border-radius-topleft: 8px;
-webkit-border-top-left-radius: 8px;
border-top-left-radius: 8px;
-moz-border-radius-topright: 8px;
-webkit-border-top-right-radius: 8px;
border-top-right-radius: 8px;
position: relative; }

.icon-twitter {
font-size: 1.5em; }

.new {
position:relative;
/* right: 5%;*/
}

.over-bubble {
line-height: 1.4em;
padding: 6px;
/* background-color: rgb(255, 255, 255);*/
position: relative;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 3px;
text-align: center;
display: inline-block;
/* position: absolute !important; */
height: 100%;
width: 100%;
opacity: 1;
top: 0;
left: 0;
z-index: 999;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in;
font-size: 1.8em;
/*border: 1px dashed #e31623;*/

}

.action {
margin-right: .3em;
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease-in;
-moz-transition-timing-function: ease-in;
-o-transition-timing-function: ease-in;
transition-timing-function: ease-in; }

.icon-star {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease; }
.icon-star:hover {
cursor: pointer;
color: #f39c12; }

.icon-retweet {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease; }
.icon-retweet:hover {
cursor: pointer;
color: #16a085; }

.icon-mail-reply {
-webkit-transition-property: all;
-moz-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
-webkit-transition-timing-function: ease;
-moz-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease; }
.icon-mail-reply:hover {
cursor: pointer;
color: #3498db; }



.retweet {
position: absolute;
opacity: 1;
top: 0;
right: 1em;
display: block;
color:white;
background-color: #16a085;
padding: 4px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px; }
.retweet .icon-retweet {
color: white;
margin: auto;
width: 100%;
display: block;
font-size: 1.2em;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    color: #464444;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #31353e;
	border-color: #f0ebe6;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #7b7f84;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #6da836;
    border-color: #f0ebe6;
}
/*========================comment and reply end===============*/





/*footer-strat*/
footer{
    width: 100%;
    padding: 0;
    margin-top: 50px;
    background: #ffffff;
    border-top: 1px solid #dedede;
}
footer h5{

font-family: 'DINEngschriftStd';
font-size: 25px;
line-height: 25px;
margin-bottom: 4px;
font-weight: normal;
font-style: normal;
    margin-bottom: 14px;
}
footer p {
    font-weight: 600 !important;
}
footer a{
text-decoration: none !important;
color: #141414 !important;
    display: inline-block;
}
footer a:hover{
opacity:0.5;
}
footer .logo-f{
width:50px; text-align:right; margin:0 auto; padding-bottom: 14px; float:right
}
footer .logo-f img{
/*filter: gray;
-webkit-filter: grayscale(1);
filter: grayscale(1); 
*/}

.socialmedia{
float:right;
}
.socialmedia a{
position:relative;
display:inline-block;
}
.socialmedia a:hover{
opacity:0.5;
}
.socialmedia img {
    width: 22px;
    height: 22px;
    float: left;
    margin-left: 20px;
}


.baner_blog{
    background: #e2dfd8 url(../img/blog-baner2.png) center bottom no-repeat;
    background-size: 890px 450px;
    min-height: 450px;
}
@media (max-width:750px) {
.baner_blog{
    background: #e2dfd8 url(../img/blog-baner2.png) center bottom no-repeat;
    background-position: center top;
    background-size: 622px 350px;
    min-height: 400px;

}
}
@media (max-width:500px) {
.baner_blog{
	background: #e2dfd8 url(../img/blog-baner2.png) center bottom no-repeat;
	background-position: center top;
	background-size: 100%;
	max-height: 239px;
	min-height: 238px;
}
}

.LockOff {
    display: none;
    visibility: hidden;
}

.LockOn {
    display: block;
    visibility: visible;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 1000;
    width: 105%;
    height: 105%;
    background-color: #FDFDF0;
    text-align: center;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.60;
}
if(prog){ $('#loadingdiv').addClass("LockOn");}
if(prog){$('#loadingdiv').removeClass("LockOn");$('#loadingdiv').addClass

("LockOff");}	