/*common site rules and mobile nav*/

/*Mobile first*/
body{
    min-height: 490px;
    margin:0;
}

a{
    transition:all 0.2s ease;
}
.site,
.tx-dynafef-pi4,
.conditions {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    height: 100%;
}
.page{
    height: 100%;
    transition-duration: 0.3s;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
}
.container{
    max-width: 1600px;
    margin:0 auto;
}
a.internal-link{
    display:inline-block;
    line-height:45px;
    font-weight:400;
    font-size:16px;
}
a.btn{
    display:inline-block;
    line-height:45px;
    font-weight:400;
    font-size:16px;
}
p.align-center {
  text-align:center !important;
  }

header {
    box-sizing: border-box;
    left: 0; right: 0;
    background: #fff;
    height:75px;
    padding-top:29px;
    position:fixed;
    z-index:5;
}
header h1{
    display: none;
}
header a.logo, header a.logo-sticky{
    display:none;
}
header a.logo-mobile{
    width:215px;
    display:block;
    position:absolute;
    top:0;left:0;
}
header a img{
    width:100%;
    display: block;
}
header a.hamburger {
    position: relative;
    display: block;
    float: right;
    width: 19px;
    height: 19px;
    cursor: pointer;
    margin:0 22px 0 0;
    transition-duration: 0.1s;
}
header a.hamburger:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    box-shadow: 0 0px 0 1px #373736, 0 9px 0 1px #373736, 0 18px 0 1px #373736;
}
.mobile header a.hamburger:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    box-shadow: none;
    background: url('images/close.png') no-repeat center center;
    background-size: 100%
}

div#c400901 {
  display:inline;
  }

header nav{
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    width: 250px;
    transform: translateX(250px);
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
}
header nav ul li a {
    color:#373736;
}
header nav ul li a:hover {
    color: #00adc2;
}
header nav ul.main-nav{
    padding:30px 0;
}
 header nav ul.main-nav li{
    display:block;
    width:100%;
    height:45px;
    text-align:center;
}
header nav ul.main-nav li a {
    display: inline-block;
    text-align: center;
    font-size:20px;
    color:#373736;
    text-transform:uppercase;
    font-weight:500;
    padding-bottom:11px;
    text-decoration:none;
}
header nav ul.main-nav li a:hover{
    color: #00adc2;
}
header nav ul.main-nav li.current a,
header nav ul.main-nav li.active a{
    color: #00adc2;
    font-weight:700;
    background:url('images/bg-current.png') repeat-x left bottom;  
}

header nav ul.main-nav li.current {

}
 header nav ul.social-networks {
    width:100%;
    text-align:center;
}
header nav ul.social-networks li{
    display:inline-block;
    padding:0 11px;
    line-height:45px;
}
header nav ul.social-networks li{
    font-size: 24px;
}
section.content {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index:3;
}
.mobile .page {
    transform: translateX(-250px);
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
}
.mobile #site-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index:100;
    border: 1px solid #dadada;
    box-shadow: 5px 0px 7px 0px #dadada;
}
#top-generic{
    background-size:cover;
    background-position:center center;
    position:fixed;
    top:75px;left:0;right:0;
    height:283px;
    z-index:1;
    overflow: hidden;
}
#top-generic.about{
    background-image:url('images/bg-about.jpg');
}
#top-generic.news{
    background-image:url('images/bg-news.jpg');
}
#top-generic.learn{
    background-image:url('images/bg-learn.jpg');
}
#top-generic.tools{
    background-image:url('images/bg-tools.jpg');
}
#top-generic.events{
    background-image:url('images/bg-events.jpg');
}
#top-generic hgroup{
    color:#fff;
    text-align:center;
    padding-top:71px;
}
#top-generic hgroup h1{
    font-family:'Montserrat', sans-serif;
    font-weight: 700;
    font-size:31px;
    text-transform: uppercase;
    margin-bottom:15px;
}
#top-generic hgroup p{
    font-size: 20px;
    font-weight: 300;
}
#top-generic hgroup p span{
    font-weight: 500;
    color:#009cba;
}
section.content.generic{
    padding-top:283px;
}

section.content.removeAbsolute {
    position: static !important;
    padding-top:0 !important;
  overflow:hidden;
}

section.content.generic .bg{
    background-color:#eff0f2;
    position:relative;
}
/*section.content.generic .bg:before{
    position:absolute;
    display: block;
    content: "";
    left:0;right: 0;
    top:-120px;
    height:120px;
    background: linear-gradient(to bottom,  rgba(3, 10, 14,0) 0%,rgba(3, 10, 14,0) 40%,rgba(3, 10, 14,1) 100%);
}
*/
section.content.generic .container{
    padding:10px 0 70px;
}
section.content.generic .container div.item{
    width:100%;
    height:406px;
    padding:0 10px;
    margin-bottom: 20px;
    transition:all 0.2s ease;
}
section.content.generic#tools .container div.item{
    height:auto;
}
section.content.generic#tools .container div.item img{
    width:100%;
}

section.content.generic#tools .container div.item div.lng-buttons img{
    width:auto;
}
section.content.generic#tools .container div.item article{
    position:relative;
    overflow:hidden;
}
section.content.generic#tools .container div.item article aside{
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    height:60px;
    padding:10px 15px 0;
    background: #009cba;
}
section.content.generic#tools .container div.item article aside h4, section.content.generic#tools .container div.item article aside h5{
    display: block;
    width:80%;
    color:#fff;
    font-size:15px;
    padding-top:5px;
    line-height: 1;
}
section.content.generic#tools .container div.item article aside a{
    color:#fff;
    display:block;
    width:39px;
    height:39px;
    text-align:center;
    line-height:39px;
    border:1px solid #66c4d6;
    position: absolute;
    right:15px;
    top:10px;
}
section.content.generic#tools .container div.item article aside a:hover{
    background: #fff;
    color:#009cba;
}
section.content.generic .container div.item article.block{
    height:405px;
}

section.content.generic .container div.item article.block div.list-tbn{
    height:212px;
    overflow:hidden;
}

section.content.generic .container .cta,
section.content.generic .container .cta2 {
    clear:both;
    width:100%;
    padding:0 10px;
  }

section.content.generic .container .cta span,
section.content.generic .container .cta2 span {
    padding:0;
    max-width: 1060px;
    margin:0 auto;  
    width:100%;
    display:block;
    height:80px;
    border:1px solid #cacbcc;
    color:#363637;
    line-height:80px;
    text-transform: uppercase;
    font-size:12px;
    font-family:'Montserrat', sans-serif;
    text-align:center;
    letter-spacing: 0.4em;
    transition: all 0.2s ease 0s;
    cursor:pointer;
}
section.content.generic .container .cta span:hover,
section.content.generic .container .cta2 span:hover{
    color: #fff;
    border:1px solid #009cba;
    background-color: #009cba
}

section.content.generic #selector {
    width:100%;
    height:45px;
    background:#dddfe3;
    line-height:45px;
    text-align:center;
}
section.content.generic #selector.fixed{
    position:fixed;
    top:75px;
    right:0;
    left:0;
    z-index:4;
}
section.content.generic #selector menu{
    position:absolute;
    top:45px;
    right:0;
    left:0;
    background:#dddfe3;
    z-index:2;
    display: none;
    height:0;
}
section.content.generic #selector menu a{
    display:block;
    line-height: 45px;
    height:45px;
    width:100%;
    color:#3c3c3b;
    font-size:14px;
    text-align:right;
    padding:0 20px;
    border-top:1px solid #bdbec1;
}
section.content.generic #selector menu a.activ{
    color:#009cba;
    font-weight: 700;
}
section.content.generic #selector menu a:hover{
    color:#009cba;
}
section.content.generic #selector a#mobile-filter{
    float:right;
    margin-right: 20px;
    color:#363637;
    padding-left:20px;
    border-left:1px solid #bdbec1;
    line-height: 45px;
    height: 45px;
    display: block;
}
section.content.generic#ideas .bg:before{
    display:none;
}
section.content.generic#ideas #top-slider{
    position:relative;
}
section.content.generic#ideas{
    padding-top:0 !important;
}
section.content.generic#ideas #allIdeas{
    position:absolute;
    bottom:40px;
    width:100px;
    height:40px;
    color:#fff;
    text-align:center;
    z-index:2;
    margin:auto;
    left:0;
    right:0;
    font-size:13px;
    display:block;
}
section.content.generic#ideas #allIdeas i{
    display:block;
    font-size:30px;
}
section.content.generic#ideas #ideas-slider{
    width:100%;
    height:100%;

}
section.content.generic#ideas #ideas-slider .panel{
    height:100%;
    width:100%;
    padding-top:75px;
    background-size: cover;
    background-position: center;
}
section.content.generic#ideas #ideas-slider .panel.idea-one{
    background-image: url('images/bg-idea-one.jpg');
}
section.content.generic#ideas #ideas-slider .panel.idea-two{
    background-image: url('images/bg-idea-two.jpg');
}
section.content.generic#ideas #ideas-slider .panel.idea-three{
    background-image: url('images/bg-idea-three.jpg');
}
section.content.generic#ideas #ideas-slider .panel .tb{
    display: table;
    height:100%;
    width:100%;
    text-align: center;
}
section.content.generic#ideas #ideas-slider .panel .tb .cell{
    display:table-cell;
    vertical-align: middle;
    color:#fff;
}
section.content.generic#ideas #ideas-slider .panel .tb .cell span.position{
    display:inline-block;
    font-weight:700;
    font-size:15px;
    padding:0 5px 15px;
    position:relative;
}
section.content.generic#ideas #ideas-slider .panel .tb .cell span.position:after{
    display:block;
    content:"";
    width:90%;
    height:1px;
    background: #999;
    right:0;left:0;bottom:0;
    position:absolute;
    margin: 0 auto;
}
section.content.generic#ideas #ideas-slider .panel .tb .cell h1{
    font-family: 'Montserrat', sans-serif;
    font-size:31px;
    margin:23px auto;
    text-transform: uppercase;
    max-width: 60%;
    display:block;
}
section.content.generic#ideas #ideas-slider .panel .tb .cell p{
    font-size:16px;
    margin-bottom:23px;
    font-weight:300;
}
section.content.generic#ideas #ideas-slider .panel .tb .cell h1 span{
    color:#009cba;
}
section.content.generic#ideas #ideas-slider .panel .tb .cell a.btn,
section.content.generic#ideas #ideas-slider .panel .tb .cell a.internal-link{
    border:1px solid #797979;
    color:#fff;
    padding:0 20px;
}
section.content.generic#ideas #ideas-slider .panel .tb .cell a.btn:hover,
section.content.generic#ideas #ideas-slider .panel .tb .cell a.internal-link:hover{
    border:1px solid #009cba;
    background-color: #009cba;
}
section.content.generic #selector a#mobile-filter i{
    font-weight: 700;
    margin-left:10px;
}
article.block{
    background-color: #fff;
    position: relative;
}
article.block.tweet{
    background-image: url('images/bg-twitter.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top:33px;
    color:#fff;
}
article.block.tweet a.btn{
    color:#fff;
    border:1px solid #fff;
    padding:0 27px;
}
article.block.tweet a.btn:hover{
    color:#009cba;
    border:1px solid #009cba;
    padding:0 27px;
    background:#fff;
}
article.block.tweet .slider {
    height:295px;
}
article.block.tweet .slider .slide{
    width:100%;
    padding:0 40px;
    font-size:15px;
    height:295px;
    text-align: center;
}
article.block.tweet .slider .slide i{
    display:block;
    font-size:32px;
}
article.block.tweet .slider .slide span.account{
    display:block;
    font-weight:700;
    margin-top:20px;
}
article.block.tweet .slider .slide span.date{
    display:block;
    font-size:13px;
    font-weight:400;
    margin:12px 0 0;
}

article.block.tweet .slider .slide p{
    font-weight: 400;
    margin:25px 0 35px;
}
article.block.tweet .slider .slide div#tweecool a{
    color:#b2f2ff;
    font-weight:700;
}

article.block.tweet .slider .slide div#tweecool div.tweets_txt {
  margin:0 0 35px 0;
  }

article.block.tweet .slider .slide div#tweecool div.tweets_txt span {
  display:inline-block;
  width:100%;
  margin-top:12px;
  margin-bottom:25px;
  }

article.block.news a .img{
    width:100%;
    display:block;
    height: 200px;
    background-size: 108%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: background-size 0.2s ease-in;
}
article.block.news:hover a .img{
    background-size: 120%;
}
article.block.news:hover span.tip{
    background: #009cba;
}
article.block .desc{
    padding:15px;
    text-align: center;
    color:#373736;
}
article.block.news .desc h3 a{
    font-weight: 700;
    font-size:15px;
    color:#373736;
    transition:all 0.2s ease;
    line-height:20px;
}
article.news:hover .desc h3 a {
    color:#009cba;
}
article.block.news .desc span.date{
    color:#999;
    font-weight: 500;
    font-size:12px;
    display:block;
    padding:12px 0;
}
article.block.news .desc p{
    font-size:14px;
    font-weight: 400;
    line-height:1.4em;
}
article.block.event{

}
article.block.event .first{
    position: relative;
    height:116px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
}
article.block.event .first.africa,
article.block.event .first.Africa {
    background-image:url('images/block-event-africa.jpg');
}
article.block.event .first.europe,
article.block.event .first.Europe{
    background-image:url('images/block-event-europe.jpg');
}
article.block.event .first.america,
article.block.event .first.America{
    background-image:url('images/block-event-america.jpg');
}
article.block.event .first.asia,
article.block.event .first.Asia{
    background-image:url('images/block-event-asia.jpg');
}
article.block.event .first.oceania,
article.block.event .first.Oceania{
    background-image:url('images/block-event-oceania.jpg');
}
article.block.event .first img{
    position:absolute;
    right:0;
    left:0;
    bottom:-27px;
    margin:auto;
    width:106px;
    height:106px;
    border:2px solid #fff;
    border-radius: 50%;

}
article.block.event .desc span.date{
    display:block;
    font-size:13px;
    font-weight:400;
    margin:15px 0 0;
    color:#999;
}
article.block.event .desc address{
    display:block;
    font-size:13px;
    font-weight:400;
    margin:5px 0 10px;
}
article.block.event .desc address span{
    color:#009cba;
    font-weight:500;
}
article.block.event .desc h3{
    font-weight:700;
    margin-bottom:15px;
}

article.block.event .desc h3 a{
  font-weight: 700;
  font-size: 15px;
  color: #373736;
  transition: all 0.2s ease;
  line-height: 20px;
  }

article.block.event .desc h3 a:hover{
  color:#009cba;
  }

article.block.event .desc p{
    font-size:14px;
    line-height:1.4em;
    font-weight: 400;
}
article.block a.external{
    display: inline-block;
    color:#999;
    padding:0 0 0 15px;
    font-weight: 400;
    font-size:14px;
    line-height:40px;
}   

span.link {
    display: inline-block;
  }

span.link a {
    color: #999;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    padding: 00;
  }

span.link a:hover {
  color:#009cba;
  }

span.link span.dyna_fef-file-img {
  display:none;
}
  
article.block a.external:hover{
    color:#009cba;
}
article.block a.external i{
    font-size:15px;
    line-height:40px;
    margin-right:5px;
}  
article.block.idea img{
    width:100%;
}
article.block.news .tip{
    height:28px;
    line-height: 30px;
    color:#fff;
    background:#0c4065;
    text-align:center;
    font-weight:700;
    position:absolute;
    top:183px;
    right:0;
    left:0;
    margin:0 auto;
    display:inline-block;
    width:43%;
    font-size:11px;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
article.block.idea .desc{
    height:130px;
    color:#363637;
}
article.block.idea .desc a h3{
   font-weight:500;
   color:#363637;
   font-size:20px;
   line-height:1em;
   margin-bottom:18px;
   transition:all 0.2s ease;
}
article.block.idea .desc a h3 span{
    color:#009cba;
}
article.block.idea .desc a p{
    font-size:16px;
    color:#363637;
    text-align: center;
    transition:all 0.2s ease;
}
article.block.idea .desc a:hover h3, article.block.idea .desc a:hover p{
    color:#009cba;
}
ul.sharer{
    width:100%;
    font-size:0;
    position: absolute;
    bottom:15px;
    left:0;
    right:0;
}
ul.sharer li{
    display: inline-block;
    font-size:16px;
    padding:0 11px;
}
ul.sharer li a{
    color:#999;
}
ul.sharer li a:hover{
    color:#009cba;
}
.content.generic#about .row section ul.sharer{
    position: static;
    text-align: center;
    padding-bottom:35px;
}
.content.generic#about .row section ul.sharer li{
    font-size:20px;
}
.content.generic#about .row.better section ul.sharer{
    margin-top:35px;
}
.content.generic#about .row.better section ul.sharer li a{
    color:#fff;
}

.lng-buttons {
  position:absolute;
  right:5px;
  bottom:15px;
  font-size:14px;
  }

section#tools .lng-buttons {
  top:15px;
  bottom:auto;
  }

div.dynalist_norecordfound {
  padding:90px 0;
  margin: 0 auto;
  max-width: 1060px;  
  }

/*footer*/
footer{
    background-color: #fff;
}

footer .subcolumns {
  overflow:visible;
  }

footer section{
    max-width:1100px;
    padding:35px 5%;
    margin: 0 auto;
}
footer section div.c25l,
footer section div.c25l,
footer section div.c25r{
    width:50%;
    float:left;
    color:#363637;
    height:220px;
    padding-left: 2%;
}

footer section div.subc p a {
  line-height:inherit;
  }

footer div#c400931 ul li a {
  line-height:inherit;
  }

footer section div.c25l h4,
footer section div.c25l h4,
footer section div.c25r h4{
    font-weight:300;
    font-size:22px;
    margin-bottom:25px;
}
footer section div.c25l p,
footer section div.c25l p,
footer section div.c25r p {
    font-size:14px;
    font-weight:400;
    margin-bottom:10px;
}

footer section div.c25l a,
footer section div.c25l a,
footer section div.c25r a{
    color:#999;
    font-size:13px;
    display:block;
    margin-bottom:8px;
}

footer section div#c401222 br {
  height:1px;
  }

footer section div.c25l a:hover,
footer section div.c25l a:hover,
footer section div.c25r a:hover{
    color:#009cba;
}
footer section div.c25l ul,
footer section div.c25l ul,
footer section div.c25r ul{
    max-width:71%;
}
footer section div.c25l ul li,
footer section div.c25l ul li,
footer section div.c25r ul li{
    display:inline-block;
    margin:0 5px 10px 0;
}
footer section div.c25l ul li a,
footer section div.c25l ul li a,
footer section div.c25r ul li a{
    width:42px;
    height:42px;
    border-radius: 50%;
    border:1px solid #999;
    font-size:18px;
    line-height:42px;
    text-align: center;
    color:#363637;
}
footer section div.c25l ul li a:hover,
footer section div.c25l ul li a:hover,
footer section div.c25r ul li a:hover{
    background: #009cba;
    border:1px solid #009cba;
    color:#fff;
}

footer .subcr {
  padding:0;
  }

footer .bottom{
    height:124px;
    padding:30px 0 0 0;
    text-align:center;
    background-image: url('images/bg-footer.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
}

footer .bottom .c25l {
  float:none;
  margin:0;
  width:100%;
}

footer .bottom .c25r {
  float:none;
  margin:0;
  width:100%;  
  }

footer .bottom ul{
    width:100%;
    position:absolute;
    bottom:22px;
    font-size:0;
    left:0;
}
footer .bottom img{
    height:28px;
}
footer .bottom ul li{
    display: inline-block;
    font-size:11px;
}
footer .bottom ul li:first-child{
    border-right:1px solid #81cedd;
}
footer .bottom ul li a{
   color:#fff;
   font-size:11px;
   padding:0 14px;
}

footer #c400929 ul {
  position:relative;
  top:0;
  }

footer #c400929 ul li {
  border:0;
  }

@media screen and (min-width: 540px){

    section.content.generic #selector menu{
        position: static;
        background-color: transparent;
        display: block;
        height:45px;
    }
    section.content.generic #selector menu a{
        display: inline-block;
        padding:0 10px;
        position:relative;
        color:#3c3c3b;
        font-size:14px;
        width:auto;
        border: none;
    }
    section.content.generic #selector menu a:after{
        position: absolute;
        top:15px;
        right:0;
        width:1px;
        content:"";
        bottom:15px;
        background: #bdbec1;
    }
    section.content.generic #selector menu a:last-child:after{
        display:none;
    }
    section.content.generic #selector a#mobile-filter{
        display:none;
    }
    footer section{
        padding:75px 10%;
    }
    footer section div.c25l,
    footer section div.c25l,
    footer section div.c25r{
        height:300px;
        padding:0 0 0 10%;
    }

    footer section div.subcl {
        padding-right:0;
    }
    footer section div.c25l h4,
    footer section div.c25l h4,
    footer section div.c25r h4{
        font-size:35px;
        margin-bottom:35px;
    }
    footer section div.c25l p,
    footer section div.c25l p,
    footer section div.c25r p{
        font-size:19px;
        margin-bottom:10px;
    }
    footer section div.c25l a,
    footer section div.c25l a,
    footer section div.c25r a{
        font-size:19px;
        margin-bottom:8px;
    }
    footer section div.c25l ul,
    footer section div.c25l ul,
    footer section div.c25r ul{
        max-width:60%;
    }
    footer section div.c25l ul li,
    footer section div.c25l ul li,
    footer section div.c25r ul li{
        display:inline-block;
        margin:0 3px 10px 0;
    }
    footer section div.c25l ul li a,
    footer section div.c25l ul li a,
    footer section div.c25r ul li a{
        width:49px;
        height:49px;
        font-size:22px;
        line-height:49px;
    }
    footer .bottom{
        height:134px;
    }
}

/*Tablet*/
@media screen and (min-width:768px){

    header {
        box-sizing: border-box;
        background: transparent;
        height:135px;
        padding-top:53px;
        position: relative;
        position:absolute;
    }
    header.sticky{
        position: fixed;
        background: #fff;
        height:75px;
        padding-top:29px;
        left: 0;
        right: 0;
    }
    header .container .inner{
        padding:0 40px;
    }
    header a.logo, header a.logo-sticky{
        display:block;
    }
    header a.logo-mobile{
        display:none;
    }
    header a.logo{
        position:absolute;
        top:43px;
        display:block;
        width:316px;
    }
    header a.logo-sticky{
        transform: translateY(-135px);
        transition: all .4s ease;
        display:block;
        position:absolute;
        top:0;
        z-index:5;
        opacity:0;
    }
    header.sticky a.logo-sticky{
        transform: translateY(0);
        opacity:1;
    }
    header.sticky a.logo{
        display:none;
    }
    header a.hamburger {
        width: 32px;
        height: 21px;
    }
    header a.hamburger:after {
        box-shadow: 0 0px 0 2px #373736, 0 10px 0 2px #373736, 0 20px 0 2px #373736;
        background-size: 100% auto;
    }
    header nav ul.main-nav{
        padding:70px 0;
    }
    #top-generic{
        height:537px;
    }
    #top-generic hgroup{
        padding-top:168px;
    }
    #top-generic hgroup h1{
        font-size:63px;
        margin-bottom:30px;
    }
    #top-generic hgroup p{
        font-size: 26px;
    }
    section.content.generic{
        padding-top:537px;
    }
    section.content.generic .bg:before{
        top:-300px;
        height:300px;
    }
    section.content.generic#about .bg:before{
        top:-120px;
        height:120px;
    }
    section.content.generic .container{
        max-width:1080px;
        padding:20px 10px 90px;
    }
    section.content.generic .container div.item{
        width:50%;
        float:left;
        height:406px;
        padding:0 10px;
        margin-bottom: 20px
    }
    section.content.generic .container .cta,
    section.content.generic .container .cta2{
        padding:0 10px;
    }
    article.block.tweet{
        padding-top:63px;
    }
    article.block.news a .img{
        background-size: 106%;
    }
    article.block .desc{
        padding:23px;
    }
    article.block.news .desc span.date{
        font-size:12px;
        padding:15px 0;
    }
    article.block.idea .desc a p{
        font-size:18px;
    }
}

/*Desktop*/
@media only screen and (min-width: 901px) {
    
    .site{
        overflow: visible;
    }
    .page{
        transform:initial;
    }
    header{
        padding-top:45px;
    }
    header .container{
        max-width: 1330px
    }
    header a.hamburger {
        display:none;
    }
    header a.logo{
       /* width:260px;*/
    }
    header nav{
        float:right;
        position: static;
        overflow-y:visible;
        width: auto;
        transform: initial;
        -webkit-transform: initial;
        -moz-transform: initial);
        -ms-transform: initial;
    }
    header nav ul{
        font-size:0;
        float:left;
    }
    header nav ul li{
        display:inline-block;
        padding:0 11px;
    }
    header nav ul.main-nav{
        padding:3px 20px 0 0;
    }
    header nav ul.main-nav li{
        display:inline-block;
        height:auto;
        width:auto;
    }
    header nav ul.main-nav li a{
        font-size:13px;
        text-align:left;
    }
    header nav ul.social-networks{
        padding-left:20px;
        border-left:1px solid #b8b8b8;
        width:auto;
    }
    header nav ul.social-networks li{
        font-size:16px;
        line-height:initial;
    }
    section.content{
        position:relative;
        overflow:visible;
    }
    section.content.generic .container{
        max-width:1080px;
        padding:50px 0 90px;
    }
    
    section.content.generic .container div.item{
        width:33.333333%;
        float:left;
        height:406px;
        padding:0 10px;
        margin-bottom: 20px
    }
    section.content.generic#tools .container div.item article aside{
        transform:translateY(+60px);
        transition: all 0.4s;
    }
    section.content.generic#tools .container div.item article:hover aside{
        transform:translateY(0);
    }
    section.content.generic#ideas #ideas-slider .panel .tb .cell h1{
        font-size:63px;
        margin:32px 0;
        max-width: 100%;
        text-align:center;
    }
    section.content.generic#ideas #ideas-slider .panel .tb .cell p{
        font-size:22px;
        margin-bottom:60px;
    }
    article.block.event .desc address{
        margin:5px 0 15px;
    }
    footer section{
        padding:75px 0;
    }
    footer section div.c25l,
    footer section div.c25l,
    footer section div.c25r{
        width:25%;
        padding:0 2%;
    }

}

@media only screen and (min-width: 1100px) {

    footer section div.c25l ul,
    footer section div.c25l ul,
    footer section div.c25r ul{
        max-width:100%;
    }

}
@media only screen and (min-width: 1250px) {
    header a.logo{
        width:316px;
    }
    article.block a.external{
        margin-top:20px;
    }
}

@media only screen and (min-width: 1400px) {
    header a.logo{
        width:316px;
    }
    article.block a.external{
        margin-top:20px;
    }
    footer section div.c25l ul,
    footer section div.c25l ul,
    footer section div.c25r ul{
        max-width:100%;
    }
}

@media only screen and (min-width: 901px) and (max-width: 1249px){
    header .container .inner{
        padding:0 15px;
    }
    header nav ul.main-nav{
        padding:3px 8px;
    }
    header nav ul li, header nav ul.social-networks li{
        padding:0 10px;
    }
    header nav ul.social-networks{
        padding-left:8px;
    }
}

/*helpers*/
.clearfix:before, .clearfix:after{content: " "; display: table}
.clearfix:after{clear: both; }
.clearfix {*zoom: 1;}

/*css sliders design improvements*/
.flickity-page-dots .dot{
    width: 8px;
    height: 8px;
    margin: 0 7px;
    background: #fff;
}
.flickity-prev-next-button svg{
    display: none
}
.flickity-prev-next-button.next{
    background: transparent url('images/next.png') no-repeat center center;
    right:40px;
}
.flickity-prev-next-button.previous{
    background: transparent url('images/prev.png') no-repeat center center;
    left:40px;
}
.flickity-prev-next-button{
    background: transparent;
    border:1px solid #7e7e7e;
    transition:all 0.4s ease;
}
.flickity-prev-next-button:hover{
    background-color: #009cba;
    border:1px solid #009cba;
}
.flickity-prev-next-button .arrow{
    fill:#fff;
}
.flickity-prev-next-button:focus{
    outline:0;
    box-shadow:none;
}
.flickity-prev-next-button:active{
    filter:alpha(opacity=100);
    opacity:1
}
@media screen and (max-width: 600px){
    .flickity-prev-next-button{
        height:30px;
        width:30px;
    }
    .flickity-prev-next-button.next{
        right:8px;
        background-size: auto 10px;
    }
    .flickity-prev-next-button.previous{
        left:8px;
        background-size: auto 10px;
    }
}

/*POPIN*/
.overlay{
  position:absolute;
  z-index:80;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: rgba(3, 10, 14, 0.95);
}
.overlay.out{
  opacity: 0;
}

.popin{
  position:absolute;
  padding:10px;
  left:0;
  right:0;
  top:75px;
  margin:auto;
  z-index: 90;
  opacity:0;
  transform: scale(1.25);
  box-sizing:border-box;
  font-family: 'Roboto sans', sans-serif;
  background-size: cover;
  background-position: center;
  max-width: 622px;
  background: #fff;

}
.popin .popin-content{
    position:relative;
    z-index:100;
}
.popin.in{
  opacity:1;
  transform: scale(1);
}
.popin.out{
  opacity:0.5;
  transform: scale(0);
}
.popin a.close{
    position:absolute;
    right:0;left:0;
    top:-75px;
    height:75px;
    background: #142028 url('images/close-popin.png') no-repeat 92% center;
    background-size: 18px;
    font-family:'Montserrat', sans-serif;
    width:100%;
    line-height:75px;
    padding-left:15px;
    font-size:11px;
    text-indent: 0;
    color:#fff;
    text-transform: uppercase;

}
.easing{
  transition: all .3s ease;
}
.popin .popin-content article.block div.img img{
    width:100%;
}
.popin .popin-content article.block div.desc{
   padding:20px 0px;
}
.popin .popin-content article.block div.desc h3{
   font-size:22px;
}

.tx-dynafef-pi4 {
  max-width:582px;
  }

.tx-dynafef-pi4 article.block.news .desc p {
  text-align:justify;
  }

.conditions h3 {
  margin-bottom:35px;
  }

.popin .popin-content article.block.news .desc span.date{
    margin:10px 0;
}
.popin .popin-content article.block.news .desc p{
    font-size:16px;
    text-align: justify;
    margin-bottom:20px;
}
.popin .popin-content article.block.news .desc p a{
    color: #009cba;
}
.popin .popin-content article.block.news .desc p a:hover{
    text-decoration: underline;
}
.popin .popin-content .bottom{
    padding:40px;
    text-align:center;
    background-color: #eff0f2;
}
.popin .popin-content .bottom ul.sharer{
    position: static;
}
.popin .popin-content .bottom ul.sharer li span{
    font-weight:500;
    font-size:16px;
}
.popin .popin-content .bottom ul.sharer li a{
    font-size:24px;
}

@media screen and (min-width: 768px){
    .popin{
        padding:20px;
    }
    .popin a.close{
        right:-40px;left:auto;
        top:0;
        background: transparent url(images/close-popin.png) no-repeat center center;
        background-size: 100%;
        width:27px;
        height:27px;
        line-height:initial;
        padding-left:0;
        font-size:11px;
        text-indent: -9999px;

    }
    .popin .popin-content article.block div.desc{
       padding:35px 0;
    }
    .popin .popin-content article.block div.desc h3{
       font-size:30px;
    }
    .popin .popin-content article.block.news .desc span.date{
        font-size:14px;
        margin:20px 0;
    }
}