/*
Theme Name: MediaFrontier
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mediafrontier
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MediaFrontier is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,600,800);

html {
	font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
        font-family: 'Open Sans', sans-serif;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
        text-decoration: none !important;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 32px;
        font-weight: 600;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
        font-weight: 300;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 0px !important;
        font-size: 14px;
        font-weight: 200;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

.row {
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1170px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.navbar{
    margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}


.mobile-only, .mobile-only-block{
        display: none;
    }

.leader-vid {
	text-align:center;
	padding:80px 0px;
}

a.leader-btn {
    position: absolute;
    left: 50%;
    bottom: 65px;
}
.leader-video{
    display: block;
}
.leader-container{
    margin-bottom: 30px;
}

.leader-container .elesson-btn.case-btn {
    left: -50%;
    position: relative;
}

@media (max-width: 769px){

	.leader-vid {
	padding: 0px 0px !important;
	}

	nav#menu {
			visibility: visible !important;
	}

    .mobile-only-block{
        display: block !important;
    }

    .mobile-only{
        display: inline !important;
    }
    .desktop-only{
        display: none !important;
    }
    .answer-boxes{
        width: 100% !important;
    }
    p {
    font-size: 18px !important;
    }

    a{
    font-size: 18px !important;
    }

    .point-text{
    padding: 5px 0px 5px 20px !important;
    }
    #featured-img{
    height: 414px !important;
    }
    #featured-header{
    padding-top: 15px !important;
    padding-right: 15px !important;
    }
    #featured-btn{
    margin: 0px auto 30px auto  !important;
    }
    #featured-text{
    padding-right: 15px !important;
    padding-left: 15px !important;
    }
    .related-case-img{
    background-size: cover !important;
    }
    .leader-img-mobile{
    border-radius: 35px !important;
    border: 2px solid #C3C3C3 !important;
    height: 70px !important;
    margin-top: 30px !important;
    }
    .quote-text{
    font-size: 14px !important;
    }
    .extra-time{
        text-align:center !important;
        padding-top: 15px !important;
    }
    .progress-extra{
        margin-top: 20px;
        width: 55% !important;
    }
    #flag-block > div{
        padding-top: 15px !important;
        background-color: white !important;

    }

    #flag-block > div > div > h1{
        text-align: left !important;
    }

    #flag-block > div > div > div{
        text-align: left !important;
        padding: 10px 0px 0px 10px;
    }

    #flag-blocks{
        padding: 15px 0px !important;
        background-color: white !important;
    }
    #flag-blocks > div div.col-sm-4 > div > img {
        width: 30px;
        margin-top: 3px;
    }

    #flag-blocks > div div.col-sm-4 > div > p {
        padding: 0px 0px 5px 41px !important;
    }

    #flag-blocks > div div.col-sm-4 > div {
        min-height: 0px !important;
    }

    .title_and_text h1{
        margin-top: 15px !important;
        text-align: left;
    }

    .title_and_text p{
        padding-bottom: 15px !important;
        text-align: left;
    }

    .report-banner {
        padding: 0px 15px !important;
    }
    .report-banner h3 {
        text-align: center;
    }
    .report-banner > a > div {
        margin: 0px auto !important;
        float: none !important;
        margin-bottom: 30px !important;
    }

    #case_intro h1{
        margin-top: 30px !important;
    }

    p#taxonos{
        margin-bottom: 30px !important;
    }

    .caselead-content {
        text-align: left !important;
            padding: 15px 15px !important;
    }

    .related-block img {
        min-height: 150px !important;
    }

    .related-block p {
        padding: 0px !important;
        font-size: 12px !important;
    }

    .related-block {
        padding: 7.5px 7.5px !important;
    }

    #leader-top{
        height: 400px !important;
    }

    /*#leader-top > div{
        padding-top: 170px !important;
    }*/

    #leader-top h3:first-child{
	font-size: 22px !important;
}
    }
    #leader-big-pic {
        background-size: cover;
        height: 440px !important;
    }
}

.extra-time{
        text-align:right;
        color: white;
        padding-top: 130px;
    }

.quote-text{
    font-size: 30px;
    font-weight: 200
}

.leader-img-mobile{
    border-radius: 100px;
    border: 3px solid #C3C3C3;
    }

.related-case-img{
    background-size: auto 130%;
    }

#featured-text{
    padding-right: 100px;
    padding-left: 30px;
    }

#featured-btn{
    margin-left: 0px;
}

#featured-header{
    padding-top: 80px;
    padding-right: 130px;
}

#featured-img{
    height: 552px;
}

.point-text{
    padding: 8px 0px 5px 20px;
}

.answer-boxes{
    width: 80%;
}

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	50% {
		transform: translateY(8%);
	}
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	50% {
		-webkit-transform: translateY(8%);
	}
	100% {
		-webkit-transform: translateY(0%);
	}
}


/*--------------------------------------------------------------
# Burger Mobile
--------------------------------------------------------------

.svg-menu-toggle {

	fill:#fff;
	pointer-events:all; //needs to be there so the hover works
	cursor:pointer;
}

 .svg-menu-toggle > .bar {

        -webkit-transform:rotate(0) translateY(0) translateX(0);
        transform:rotate(0) translateY(0) translateX(0);
        opacity:1;


        -webkit-transform-origin: 20px 10px;
        transform-origin: 20px 10px;

        -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;

}
.svg-menu-toggle > .bar:nth-of-type(1) {
    -webkit-transform-origin: 20px 10px;
		transform-origin: 20px 10px;

  }
.svg-menu-toggle > .bar:nth-of-type(3) {
    -webkit-transform-origin: 20px 20px;
		transform-origin: 20px 20px;

   }

.svg-menu-toggle > .bar:nth-of-type(1) {


            -webkit-transform:rotate(-45deg) translateY(0) translateX(0);
            transform:rotate(-45deg) translateY(0) translateX(0);

}

.svg-menu-toggle > .bar:nth-of-type(2) {

            opacity:0;

}

.svg-menu-toggle > .bar:nth-of-type(3) {


    -webkit-transform:rotate(45deg) translateY(0em) translateX(0em);
            transform:rotate(45deg) translateY(0em) translateX(0em);

}

<svg class="inline-svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
                     width="60px" height="60px" viewBox="0 0 32 22.5" enable-background="new 0 0 32 22.5" xml:space="preserve" >
            <title>Mobile Menu</title>
            <g class="svg-menu-toggle">

            <path class="bar" d="M20.945,8.75c0,0.69-0.5,1.25-1.117,1.25H3.141c-0.617,0-1.118-0.56-1.118-1.25l0,0
                    c0-0.69,0.5-1.25,1.118-1.25h16.688C20.445,7.5,20.945,8.06,20.945,8.75L20.945,8.75z">
            </path>
            <path class="bar" d="M20.923,15c0,0.689-0.501,1.25-1.118,1.25H3.118C2.5,16.25,2,15.689,2,15l0,0c0-0.689,0.5-1.25,1.118-1.25 h16.687C20.422,13.75,20.923,14.311,20.923,15L20.923,15z">
            </path>
            <path class="bar" d="M20.969,21.25c0,0.689-0.5,1.25-1.117,1.25H3.164c-0.617,0-1.118-0.561-1.118-1.25l0,0
                    c0-0.689,0.5-1.25,1.118-1.25h16.688C20.469,20,20.969,20.561,20.969,21.25L20.969,21.25z">
            </path>
            <!-- needs to be here as a 'hit area' -->
            <rect width="60" height="60" fill="none">
            </rect>
            </g>

		</svg>



*/

/*--------------------------------------------------------------
# Desktop Header
--------------------------------------------------------------*/
.colors_line{
    float: left;
    width: 160px;
    height: 5px;
    position: relative;
}

#burger-menu{
    display: none;
}

#back_btn{
    background-color: #E7E7E7;
    border-top: 5px solid #959595;
    max-width: 79px;
    width: 5%;
    float: left;

}

#back_btn > div {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    font-weight: bold;
    font-size: 16px;
    height: 128px;
    color: #565656;
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;
}

.individual-elesson-menu {
        width: 12.5%;
    float: left;

}

.individual-elesson-menu > a > div {

    text-align: center;
    color: #404040;
    text-decoration: none !important;
        width: 100%;
}

.lan-nav-img {
    padding-top: 11px;
}

.active-img{
    display: none;
}

.active-elesson > .inactive-img, a.elesson-link:hover > div > img.inactive-img {
    display: none;
}

.active-elesson > .active-img, a.elesson-link:hover > div > img.active-img {
    display: inline !important;
}

.elesson-tag{
    display:none;
}

.elesson-link {
    display: none;
}
/*--------------------------------------------------------------
## Language Dropdown
--------------------------------------------------------------*/

.btn-language {
    background-color: #EBEBEB;
    border-radius: 0px;
    border-width: 0px;
    box-shadow: none !important;
    width: 180px;
    text-align: left;
    text-shadow: none;
    -webkit-transition: background-color 0.3s 0.1s linear;
    -moz-transition: background-color 0.3s 0.1s linear;
    -o-transition: background-color 0.3s 0.1s linear;
    -ms-transition: background-color 0.3s 0.1s linear;
    transition: background-color 0.3s 0.1s linear;
}

#lang-dropdown > li > a {
    padding: 3px 13px;
}

#lang-arrow {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    float: right;
    padding-top: 8px;
}

 .open > button > #lang-arrow {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    padding-top: 5px;
}

.open > .dropdown-menu {
    position: absolute;
}

.gf_container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1280px !important;
    margin-bottom: 0px;
    margin-top: 0px;
}

.mobile-tab {
    -webkit-transition: background-color 0.3s 0.1s linear;
    -moz-transition: background-color 0.3s 0.1s linear;
    -o-transition: background-color 0.3s 0.1s linear;
    -ms-transition: background-color 0.3s 0.1s linear;
    transition: background-color 0.3s 0.1s linear;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.nav-up{
    margin-top:-155px;
}

#burguesita, ul.social_nav > a > img {
    opacity: 0.8;
}

#burguesita:hover, ul.social_nav > a > img:hover{
    opacity: 1;
}

/* Header Nav */

.hitem-1 {
	border-top: 5px solid #d489bd !important;
}

.hitem-2 {
	border-top: 5px solid #9ad3f1 !important;
}

.hitem-3 {
	border-top: 5px solid #bcda7d !important;
}

.hitem-4 {
	border-top: 5px solid #fa9a00 !important;
}

.hitem-5 {
	border-top: 5px solid #ed646a !important;
}

.hitem-6 {
	border-top: 5px solid #808284 !important;
}
.hitem-6 a.elesson-link:hover {
  /*  background: #ccc; */
}

.hitem-7 {
    border-top: 5px solid #41b579 !important;
}


.individual-elesson-menu {
    padding: 0px !important;
}

a.elesson-link {
    border-left: solid 1px #ccc;
    height: 128px;
    line-height: 128px;
    text-align: center;
    text-decoration: none;
    color: #808284;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
}

a.elesson-link:hover, a.elesson-link:focus, a.elesson-link:active {
    background: #ebebeb;
}

.hitem-6 a.elesson-link {
  /*  background: #ebebeb;*/
}

.menu-desktop-header-width {
	max-width: 1280px;
	margin: auto;
	width: 100%;
	clear: both;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/

@media (max-width: 900px){
ul.nav.nav-tabs > li {
    margin-left: 20px !important;
}

#back_btn:before {
    margin-left: 5px;
}

#back_btn {
    display: none !important;
}

}

.tab-mobile-info > h1 {
    word-break: break-word;
    font-size: 2.5em;
}


.nav-tabs {
    border-bottom-width: 0px;
}

.nav-tabs > li > a {
   color: #494949;
    font-size: 16px;
    font-weight: 500;
    background-color: #EBEBEB;
    border-bottom-width: 0px;
    padding: 10px 10px !important;
}
.nav-tabs > li{
    margin-left: 20px;
    text-align: center;
    max-width: 200px;
    width: 13.6%;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555;
    cursor: default;
    background-color: #fff;
    border-color: white;
    border-bottom-color: transparent;
    color: #494949;
    font-size: 16px;
}

.nav-tabs > li > a:hover {
    color: black;
    border-color: white;
}

.contact-wysiwyg {
    margin-bottom: 40px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .1s ease-in;
    -o-transition: opacity .1s ease-in;
    transition: opacity .1s ease-in;
}

/*--------------------------------------------------------------
# Carousel
--------------------------------------------------------------*/
.carousel-control {
    width: 0px;
    background-color: white;
    background-image: none !important;
    opacity: 1 !important;
}

.glyphicon-chevron-left:before {
    content: url(/wp-content/themes/mediafrontier/img/Left.png);
    margin-top: -45px !important;
}

.glyphicon-chevron-right:before {
    content: url(/wp-content/themes/mediafrontier/img/Right.png);
    margin-top: -45px !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 15px;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 15px;
}

#elessonsCarousel .carousel-control .glyphicon-chevron-left,#elessonsCarousel .carousel-control .glyphicon-chevron-right,#elessonsCarousel .carousel-control .icon-prev,#elessonsCarousel .carousel-control .icon-next {
    margin-top: 23px;
}

#caseStudyCarousel .carousel-control .glyphicon-chevron-left,#caseStudyCarousel .carousel-control .glyphicon-chevron-right,#caseStudyCarousel .carousel-control .icon-prev,#caseStudyCarousel .carousel-control .icon-next {
    margin-top: -40px;
}

#elessonsCarousel div.carousel-indicators {
    position: static;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: 0;
}

#elessonsCarousel ol.carousel-indicators {
    position: static;
    bottom: 10px;
    z-index: 15;
    width: 20px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    list-style: none;
}

#elessonsCarousel .carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #C2C2C2;
    border-radius: 20px;
    z-index: 998;
    background-color: white;
}

#elessonsCarousel .slider-icon.active > .carousel-indicators > li{
    width: 20px;
    height: 20px;
    margin: 1px;
    background-color: #C2C2C2;
}

#elessonsCarousel .slider-icon.active > .carousel-indicators > li#slide-0{
    background-color: #5B0857;
}

#elessonsCarousel .slider-icon.active > .carousel-indicators > li#slide-1{
    background-color: #2B697A;
}

#elessonsCarousel .slider-icon.active > .carousel-indicators > li#slide-2{
    background-color: #7D8B55;
}

#elessonsCarousel .slider-icon.active > .carousel-indicators > li#slide-3{
    background-color: #8C4526
}

.slider-icon.active > .carousel-indicators > li#slide-4{
    background-color: #962121;
}

#elessonsCarousel .slider-icon.active > .carousel-indicators > li#slide-5{
    background-color: #2D7C58;
}

.carousel-indicators{
    bottom: 0px;
    margin-bottom: 30px;
}

.grey-indicators li,.grey-indicators .active{
    border: 1px solid #CCCCCC;
    width: 12px;
    height: 12px;
    margin: 0px 2px;
}

.grey-indicators .active {
    background-color:#CCCCCC;
    margin: 0px 3px;

}

.white-indicators li,.white-indicators .active{
    border: 1px solid white;
    width: 12px;
    height: 12px;
    margin: 0px 2px;
}

.white-indicators .active {
    background-color: white;
    margin: 0px 3px;

}

.img-active {
    display: none;
}

.slider-icon.active > .img-inactive {
    display: none;
}

.slider-icon.active > .img-active {
    display: inline !important;
}

.elesson-btn {
    border: 1px solid;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 30px;
    width: 200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: background-color 0.3s 0.1s linear;
    -moz-transition: background-color 0.3s 0.1s linear;
    -o-transition: background-color 0.3s 0.1s linear;
    -ms-transition: background-color 0.3s 0.1s linear;
    transition: background-color 0.3s 0.1s linear;
}

.elesson-btn:hover {
/*    font-weight: 700;
    border-width: 2px;
    margin-top: -2px;*/
    color: white !important;
    border-color: white !important;
}

.elesson-btn.case-btn:hover {
/*    font-weight: 400;
    background-color: #7F7F7F;
    border-color: #7F7F7F !important;
    color: white !important;*/
}

#ribbon-container:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
  border-top: 30px solid #F3F3F3;
  /* These 4 border properties create the first part of our drop-shadow */

  border-bottom: 30px solid #F3F3F3;
  border-right: 28px solid #F3F3F3;
  border-left: 30px solid transparent;
}

.active-lang{
    background-color: white;
    pointer-events: none;
}

.slide-circle{
    height: 30px;
    width: 30px;
    border: 4px solid silver;
    border-radius: 30px;
    margin: 0px auto;
    margin-top: -15px;
    background-color: white;
}

.mm-navbar .mm-btn {
    width: 60px !important;
    height: 60px !important;
    border-right: 1px solid #E1E1E1;
}

.mm-next:after, .mm-arrow:after {
    right: 25px !important;
}

.mm-listview .mm-next {
    width: 60px !important;
}
.mm-prev:before, .mm-next:after, .mm-arrow:after {
    width: 20px !important;
    height: 20px !important;
}


.mm-navbar {
    height: 60px !important;
}

.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 60px !important;
}

.mm-navbar {
}

a.mm-title{
    display: none !important;
}

.mm-listview > li:not(.mm-divider):after {
     left: 0px !important;
}

.mm-listview > li > a, .mm-listview > li > span {
    padding: 20px 10px 20px 20px !important;
}

/*--------------------------------------------------------------
## Case study
--------------------------------------------------------------*/

#taxonos{
    margin-top: 0px !important;
    margin-bottom: 60px !important;
    font-size: 18px;
}

#taxonos > a{
    color: #404040;
    padding: 0px 5px;
    font-size: 16px;
    margin-top: 0px;
}

#taxonos > a:hover{
    color: #404040;
    text-decoration: underline !important;
}

.case_text > p {
    margin-bottom: 10px !important;
}

.related-btn {
    width: 100%;
    color: white;
    font-weight: 400;
    font-size: 16px;
    padding: 8px;
    text-transform: uppercase;
    border: 1px solid #E1E1E1;
    border-top-width: 0px;
}

.related-btn:hover {
    background-color: white !important;
}

/*--------------------------------------------------------------
## eLessons
--------------------------------------------------------------*/

.followMeBar {
  position: relative;
  z-index: 16;
}
.followMeBar.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  box-sizing: border-box;
  z-index: 16;
}
.followMeBar.fixed.absolute {
  position: absolute;
}


.answer-boxes {
    padding-bottom: 60px;
}

.progress-sep {

}

.starts-hidden {
    display: none;
}

ul.progress-dots {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

li.progress-dot {
    float: left;
    width: 12px;
    height: 12px;
    border-radius: 10px;
    border: 3px solid #C2C2C2;
    margin: 5px 5px;
    z-index: 1;
    background-color: white;
    position: relative;
}

li.progress-dot:first-child {
    margin-left: 0px;
}

li.progress-dot:nth-last-child(2) {
    margin-right: 0px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/

a > .footer-home {
    opacity: 0.2;
}

a:hover > .footer-home {
    opacity: 0.6;
}

#footer-file {
    font-weight: 400;
}

#footer-file:hover {
    text-decoration: underline;
}

.footer-menu-list li {
    float: right;
    list-style: none;
    font-size: 14px;
    font-weight: 200;
    padding: 1px 5px;
    border-right: 1px solid #494949;
}

.footer-menu-list > ul > li:first-child {
    border-right-width: 0px;
}

.footer-menu-list li a {
    color:#494949;
}

.footer-menu-list li:hover {
    text-decoration: underline;
}

.footer-menu-list-mobile > ul {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.footer-menu-list-mobile li {
    width: 50%;
    float: right;
    list-style: none;
    font-size: 14px;
    font-weight: 200;
    padding: 1px 5px;
    border-left: 0px solid #E1E1E1;
    padding: 15px 0px;
    text-align: center;
}

.footer-menu-list-mobile > ul > li:first-child {
    border-left-width: 1px;
}

.footer-menu-list-mobile li a {
    color:#494949;
    padding: 0px 5px;
}

.footer-menu-list-mobile li:hover {
    text-decoration: underline;
}

#global-fund-footer-logo {
    opacity: 0.75;
}

a:hover > #global-fund-footer-logo{
    opacity: 1;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Additional
--------------------------------------------------------------*/

.gray {
    background-color: #EBEBEB;
}

.white {
    background-color: #FFFFFF;
}


.page-template-blog .full-width-panel .row .columns {
    text-align: left;
}

.page-template-blog ul#portfolio-container li {
    margin: 6px;
}

/*.page-template-blog ul#portfolio-container li.active:nth-of-type(4n+1) {
    margin-left: 0px;
}

.page-template-blog ul#portfolio-container li.active:nth-of-type(4n+4) {
    margin-right: 0px;
}
*/
.page-template-blog li.websites.mobile_apps {}

.page-template-blog ul#portfolio-container li.first {
    width: 49%;
    min-height: 578px;

}

.page-template-blog ul#portfolio-container li {
    background: #fff;
}

.blog-info {
    padding: 25px;
}

.page-template-blog ul#portfolio-container li.second, .page-template-blog ul#portfolio-container li.third {
    width: 49%;
    height: 283px;
    overflow: hidden;
    float: left;
    clear: right;
    margin-right: 0px;

}

.page-template-blog .project-grid#portfolio-container li {
    float: left;
}

/*.page-template-blog #portfolio-container li {
    min-height: 430px;
}
*/





/*--------------------------------------------------Blog New---------------------------------------------*/

.page-template-blog-new .full-width-panel .row .columns {
    text-align: left;
}

.page-template-blog-new ul#blog-container li {
    margin: 6px;
}

/*.page-template-blog ul#portfolio-container li.active:nth-of-type(4n+1) {
    margin-left: 0px;
}

.page-template-blog ul#portfolio-container li.active:nth-of-type(4n+4) {
    margin-right: 0px;
}
*/
.page-template-blog-new li.websites.mobile_apps {}

.page-template-blog-new ul#blog-container li:nth-child(1) {
    width: 49%;
    min-height: 578px;

}

.page-template-blog-new ul#blog-container li {
    background: #fff;
}

.blog-info {
    padding: 25px;
}

.page-template-blog-new ul#blog-container li:nth-child(2), .page-template-blog ul#portfolio-container li:nth-child(3) {
    width: 49%;
    height: 283px;
    overflow: hidden;
    float: left;
    clear: right;
    margin-right: 0px;

}

.page-template-blog-new .project-grid#blog-container li {
    float: left;
}

/*.page-template-blog #portfolio-container li {
    min-height: 430px;
}
*/

.blog-post {
    min-height: 200px;
}

.blog-post-inner {
    background: #fff;
    min-height: 200px;
}


p.blog-date {
    font-size: 12px;
    margin-bottom: 5px;
}



a .blog-teaser-content p {
    color: #000;
}

[class*="column"] + [class*="column"]:last-child {
    float: left;
}

section.hero.blog-filter {
    padding-top: 2.7rem;
    padding-bottom: 3.75rem;
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
h5, h3 {
    line-height: 1.1em;
}

.excerpt {
    margin-top: 15px;
}

@media screen and (min-width: 640px){
.single-blog .hero.portfolio-item .row {
    height: 550px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    max-width: 1800px;
}
.single-blog section.hero.portfolio-item {
    height: 550px;
    margin-top: 0;
}
}

@media screen and (min-width: 1800px){
  .single-blog .hero.portfolio-item .row {
      height: 700px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      max-width: 100%;
  }
.single-blog section.hero.portfolio-item {
    height: 700px;
    margin-top: 0;
}
}

ul.blog-tags {
    list-style: none;
    margin-left: 0px;
}

.blog-post-inner ul.blog-tags li {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
}

@media only screen and (min-width: 641px) {
.large-3 {
    width: 25%;
}
}

@media only screen and (min-width: 40.063em){
.row {
    min-width: 0;
}
.large-6 {
    width: 50%;
}
.large-9 {
    width: 75%;
}
.pl-image.mobile {
  display:none;
}

.pl-image.desktop {
  display:block;
}
.blog-teaser-content {
    padding: 15px;
    height: 150px;
}
.first-post .blog-teaser-content {
    min-height: 302px;
    padding: 15px;
}

.second-post .blog-teaser-content, .third-post .blog-teaser-content {
    height: 111px;
    padding: 15px;
}
.blog-template-default section.hero.portfolio-item {
    margin-top: -24px;
}
}

.share-buttons {
    margin-bottom: 20px;
}

.alm-btn-wrap {
    clear: both;
}



@media only screen and (max-width: 40.063em){

.pl-image.mobile {
  display:block;
}

.pl-image.desktop {
  display:none;
}
img.attachment-blog_thumbs-first.size-blog_thumbs-first.wp-post-image {
    width: 100%;
}

img.attachment-blog_thumbs-second.size-blog_thumbs-second.wp-post-image {
    width: 100%;
}
.first-post .blog-teaser-content {
    min-height: 302px;
    padding: 15px;
}
.blog-teaser-content {
    padding: 15px;
    min-height: 111px;
}
.second-post .blog-teaser-content, .third-post .blog-teaser-content {
    min-height: 111px;
    padding: 15px;
}
.hero.portfolio-item {
    padding-top: 0;
    padding-bottom: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    margin-top: 66px;
    background-color: #ffffff;
}

.blog-template-default section.hero.portfolio-item {
    margin-top: 66px;
}

}





.share-buttons a {
    margin-left: 5px;
    margin-right: 5px;
}

.news-container {
	border: solid 1px #b8b8b8;
}


.share-buttons {
    margin-bottom: 20px;
    height: 50px;
}

h3.ru {
    font-size: 14px;
}

h3.es {
    font-size: 17px;
}

h3.fr {
    font-size: 17px;
}



.news-container.col-sm-6 {
    width: 47%;
    margin: 10px;
    padding: 0px;
}

.whats_new .col-sm-6 {
	width: 47%;
	margin: 10px;
	padding: 0px;
}

.news-type-case_study:after {
    content: "";
    display: block;
    width: 15px;
    margin-top: 2px;
    border-bottom: 1px solid #307fc0;
}

.news-type-news_section:after {
    content: "";
    display: block;
    width: 15px;
    margin-top: 2px;
    border-bottom: 1px solid #f8991b;
}

.news-type-case_study, .news-type-news_section {
    display: inline-block;
    text-decoration: none;
    color: #000;
}

.resource-type-zip, .resource-type-pdf, .resource-type-url {
    display: inline-block;
    text-decoration: none;
		text-transform: uppercase;
    color: #000;
}

.resource-type-zip:after {
    content: "";
    display: block;
    width: 15px;
    margin-top: 2px;
    border-bottom: 1px solid #d487bb;
}

.resource-type-pdf:after {
    content: "";
    display: block;
    width: 15px;
    margin-top: 2px;
    border-bottom: 1px solid #9ad3f1;
}

.resource-type-url:after {
    content: "";
    display: block;
    width: 15px;
    margin-top: 2px;
    border-bottom: 1px solid #bdda7d;
}

.zip {
    border-bottom: solid 4px #d487bb !important;

}

.url {
    border-bottom: solid 4px #bdda7d !important;

}

.pdf {
    border-bottom: solid 4px #9ad3f1 !important;

}

p.resource-links {
    margin-top: 15px;
}

.pdf .resource-links a {
    text-decoration: none;
    text-transform: uppercase;
		color: #9ad3f1;
}

.url .resource-links a {
    text-decoration: none;
    text-transform: uppercase;
		color: #bdda7d;
}

.zip .resource-links a {
    text-decoration: none;
    text-transform: uppercase;
		color: #d487bb;
}


.url a .case-btn {
    margin-top: 25px;
}

.news-item-inner {
    padding: 10px 30px 18px;
}


.first-height {
	height: 324px;
}

.second-height {
	height: 203px;
}

@media only screen and (max-width:992px) and (min-width:769px) {

.first-height {
	height: 240px !important;
}

.second-height {
	height: 166px !important;
}

}


@media only screen and (min-width: 769px) {

	.col-sm-6.first {
	    height: 677px;
	}

	.col-sm-6.second {
	    height: 328px;
	}

	.col-sm-6.third {
	    height: 328px;
	}
	.first-height {
		background-size: auto 130%;
	}

	.second-height {
		background-size: auto 130%;
	}
	}

.col-sm-6.first {
    color: #464646;
}

.first-date {
    margin-bottom: 20px !important;
    margin-top: 15px;
}



.second .news-item-inner, .third .news-item-inner {
    padding: 5px 30px 0px;
		color: #464646;
}

.news-container h3 {
    font-weight: 400;
}



a.news-block-case_study:hover h3, a.news-block-case_study:hover h2, .container.news a.casestudy:hover h3, .container.news a.casestudy:hover h2 {
    color:#0d73bb;
}

a.news-block-news_section:hover h3, a.news-block-news_section:hover h2, .container.news a:hover h3, .container.news a:hover h2 {
    color:#f8991b;
}

.container.news a.casestudy h3, .container.news a.casestudy h2 {
    color:#000;
}

.container.news a h3, .container.news a h2 {
    color:#000;
}

.row.buttons-bottom {
    margin-bottom: 50px;
		margin-top: 20px;
}


#leader-top {
	margin-top: -155px;
}


@media only screen and (max-width: 769px) {
	.second .news-item-inner, .third .news-item-inner {
	    padding: 5px 30px 10px;
	    color: #464646;
	}


	.row.buttons-bottom {
	    margin-bottom: 0px;
	    margin-top: 20px;
	}

.news-container.col-sm-6 {
    width: auto;
    margin: 10px;
    padding: 0px;
}

.whats_new .col-sm-6 {
	width: auto;
	margin: 10px;
	padding: 0px;
}

.whats_new .buttons-bottom .col-sm-6 {
    margin-bottom: 30px;
}

.col-sm-6.first {
    min-height: 10px;
    color: #464646;
}

.first-height {
	background-size: auto 130%;
}

.second-height {
	background-size: auto 130%;
}
.elesson-btn.case-btn.pull-right, .elesson-btn.case-btn.pull-left {
    float: none !important;
}

.zip {
    border-bottom: solid 4px #d487bb !important;
    min-height: 10px !important;
}

.url {
    border-bottom: solid 4px #bdda7d !important;
		min-height: 10px !important;
}

.pdf {
    border-bottom: solid 4px #9ad3f1 !important;
		min-height: 10px !important;
}


}

@media only screen and (min-width: 1100px) {
.desktop-elessons {
margin-top: 80px;
}
}

@media only screen and (max-width: 1100px) {
.desktop-elessons {
margin-top: 25%;
}
}
@media only screen and (max-width: 920px) {
.elessons-block a .elesson-btn.case-btn {
    display: none;
}
}

.desktop-only.elessons-block {
    background-image: url('/wp-content/themes/mediafrontier/img/grey-bg-texture.png');
		margin-bottom: -40px;
}

.news-container.col-sm-3.second {
    padding: 0px;
    margin: 10px;
}

.container.news {
    margin-top: 50px;
}

.container.news .col-md-4.text-center {
    padding-top: 15px;
    padding-bottom: 15px;
}

.news-thumb {
    height: 200px;
    background-size: cover;
    background-position: center;
}

.link-container {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

@media screen and (min-width: 769px) {
.news-container.col-sm-3.second {
    width: 23%;
}

.zip {
    border-bottom: solid 4px #d487bb !important;
    height: 310px !important;
}

.url {
    border-bottom: solid 4px #bdda7d !important;
		height: 310px !important;
}

.pdf {
    border-bottom: solid 4px #9ad3f1 !important;
		height: 310px !important;
}

}

.container.news {
    padding: 0px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
.container {
    width: 1000px;
}

h3.en {
    font-size: 17px;
}

.second .news-item-inner, .third .news-item-inner {
    padding: 0px 30px 0px !important;
		color: #464646;
}

}

@media screen and (min-width: 992px) {
	.hitem-1 {
	    margin-left: 5%;
	}
	.leader-container {
		height: 320px;
		border: 1px solid #E1E1E1;
		padding: 30px;
		}
}

@media screen and (max-width: 992px) {
	.leader-container {
        border: 1px solid #E1E1E1;
        padding: 30px;
    }
}


@media screen and (min-width: 769px) and (max-width: 992px) {
.news-container.col-sm-3.second {
    width: 47%;
}
}

@media screen and (max-width: 769px) {
	.news-container.col-sm-3.second {
width: 100% !important;
}

.banner-image {
	margin-top: -155px;
}

.news-container.col-sm-3.second {
    padding: 0px;
    margin: 10px 0px !important;
}

.container.news {
    padding: 15px !important;
}

.leader-summary {
    margin-bottom: 60px !important;
}

.leader-video{
    height: 145px !important;
}

a.leader-btn{
    bottom: 30px;
}

#leader-top {
    margin-top: 10px !important;
}
}
