html {
    background-color: #f5f8fa
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #292f33
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: 0
}

article,
aside,
figure,
footer,
header,
main,
section {
    display: block
}

.clear,
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both
}

img {
    max-width: 100%
}

body {
    -webkit-tap-highlight-color: transparent
}

blockquote,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

a {
    text-decoration: none;
    color: #33A7B9;
    font-weight: 700;
}

.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

strong {
    font-weight: bolder;
}
.intro {
	height: 100vh;
	margin: auto;
	overflow: hidden;
	background-image: url('../img/carretera.jpg');
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
    background-color: #000;
}

.center {text-align: center;margin: 0 auto;padding: 2em;border-top: 1px solid #f0f0f0}
.interactive {text-align: center;margin: 0 auto;/*background-color: #c6c6c6;*/height: auto;width: 95%}
.interactive h1 {font-size: 1em;
    font-family: 'Oswald', sans-serif;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    letter-spacing: .1px;
    font-size: 1.2em;
    text-transform: uppercase;
    padding: 20px 20px;
line-height: 1.2em;
}

.intro h2 {
    text-align: center;
    color: #fff;
    max-width: 890px;
    margin: 300px auto;
}

.intro h3 {
    text-align: center;
    color: #c6c6c6;
    font-size: 10px;
    background-color: #fff;
    width: 200px;
}

.intro p {
    text-align: center;
    color: #fff;
    max-width: 890px;
    margin: 0 auto;
}

ol,
ul {
    padding-left: 1.2em
}

.post-box.post-link h5 a,
blockquote,
dfn,
var {
    font-style: italic
}

blockquote,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'Playfair Display', sans-serif
}

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

body {
    height: 100%;
    font-size: 87.52%;
    line-height: 1.6875;
    font-family: 'Heebo', sans-serif;
    color: #66757f;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    -webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p {
    text-align: center;
}

h6 {
    font-family: Roboto, sans-serif
}

h1,
h3,
h4,
h5 {
    font-weight: 400
}

h2,
h6 {
    font-weight: 700
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
    color: inherit
}

h1 {
    margin-bottom: .5em;
    font-size: 4.2em;
    letter-spacing: -1px;
    line-height: 1em
}

h1.error {
    font-size: 10em;
    line-height: 1.5em
}

h2 {
    letter-spacing: -1px;
    line-height: 1.2em
}

h3 {
    text-align:center;
    max-width: 350px;
    margin: 80px auto;
    color: #575757;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    line-height: 1.5em
}

.play button {
    background-color: #439CD8;
    border: none;
    color: #6d6d6d;
    padding: 15px 20px;
    /* text-align: center; */
    /* text-decoration: none; */
    /* display: inline-block; */
    /* margin: 4px 2px; */
    cursor: pointer;
    border-radius: 5px;
    /* text-align: center; */
    /* margin: 0 auto; */
}

}

h6,
ol,
p,
pre,
ul {
    font-size: 1em;
    margin-bottom: 1.5em
}

h2 {
    margin-bottom: .4em;
    font-size: 2.5em
}

ol,
p,
pre,
ul {
    line-height: 1.5em
}

ul {
    list-style: none
}

ol li,
ul li {
    margin-left: 1.2em
}

ol {
    list-style: decimal
}

li ol,
li ul {
    margin: 0;
    padding-left: 0
}

blockquote {
    padding: 1em 0;
    margin-bottom: .666667em;
    font-size: 2.25em;
    line-height: 1.3333325em;
    text-align: center;
    quotes: none;
    color: #292f33
}

blockquote p {
    line-height: inherit;
    margin-bottom: 0;
    text-align: center !important;
}

img {
    height: auto;
    border-width: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

hr {
    height: 0;
    margin-top: 1.5em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    border-top: 1px solid #e1e8ed;
    line-height: 1;
    text-align: center
}

hr {
    -moz-box-sizing: content-box
}

.container {
    padding-right: 1%;
    padding-left: 1%;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-1{width:8.33333333%}.col-xs-2{width:16.66666667%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333%}.col-xs-5{width:41.66666667%}.col-xs-6{width:50%}.col-xs-7{width:58.33333333%}.col-xs-8{width:66.66666667%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333%}.col-xs-11{width:91.66666667%}.col-xs-12{width:100%}.col-xs-pull-0{right:auto}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-3{right:25%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-6{right:50%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-9{right:75%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-12{right:100%}.col-xs-push-0{left:auto}.col-xs-push-1{left:8.33333333%}.col-xs-push-2{left:16.66666667%}.col-xs-push-3{left:25%}.col-xs-push-4{left:33.33333333%}.col-xs-push-5{left:41.66666667%}.col-xs-push-6{left:50%}.col-xs-push-7{left:58.33333333%}.col-xs-push-8{left:66.66666667%}.col-xs-push-9{left:75%}.col-xs-push-10{left:83.33333333%}.col-xs-push-11{left:91.66666667%}.col-xs-push-12{left:100%}.col-xs-offset-0{margin-left:0}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-12{margin-left:100%}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clear {
    visibility: hidden;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden
}

::-moz-selection {
    background-color: rgba(0, 0, 0, .1)
}

::-ms-selection {
    background-color: rgba(0, 0, 0, .1)
}

::selection {
    background-color: rgba(0, 0, 0, .1)
}

a:focus {
    outline: #ccd6dd solid 2px;
    outline: rgba(0, 0, 0, .1) solid 2px
}

a:hover {
    text-decoration: underline
}

a:active,
a:hover {
    outline: 0
}

a img {
    border: 0
}

img.round {
    border-radius: 100%
}

.display-inline-block {
    display: inline-block
}

header {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #fff;
	z-index: 100;
    border-bottom: 1px solid #f0f0f0;
    z-index: 9999999;
}
header .content {
	position: relative;
}
header a {
	transition: background-color 1s ease;
}
header #about {
    width: 300px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
    position: absolute;
    top: 59px;
    right: 20px;
    display: none;
}

header #about h4 {
    font-size: .8em;
    text-align: left;
    width: 80%;
    color: #000;
    margin: 10px auto;
    font-weight: 700;
    text-transform: uppercase;
}

header #about p {
    text-align: left;
    font-family: 'Roboto',sans-serif;
    width: 80%;
    color: #9B9B9B;
    font-size: 12px;
    line-height: 16px;
    margin: 10px auto
}

#cerrarabout {
    padding-top: 20px;
    border: 1px solid #9B9B9B;
    padding: 1px;
    width: 100px !important;
    text-align: center !important;
    margin: 0 auto;
    font-size: 10px;
    cursor: pointer;
}

nav#menu {
	position: absolute;
	top: 8px;
	left: 0px;	
}
nav#menu .icon {
	width: 40px;
	height: 40px;
	position: relative;
	background-image: url(../svg/icon_menu.svg);
	transition: background-color 1s ease;
	cursor: pointer;
    list-style: none;
}
nav#menu .icon:hover {
	background-color: #dedede;
}
nav#menu #sections {
	width: 200px;
	padding: 10px;
	position: absolute;
	top: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px #d3d3d3;	
	z-index: 100;
}
nav#menu #sections li a {
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #404040;
	letter-spacing: -0.3px;
	transition: color 1s ease;
    list-style: none !important;
    text-decoration: none;
    font-family: sans-serif;
}
nav#menu #sections li a:hover {
	color: #000;
}
#logo {
	position: absolute;
	left: 50px;
}
#logo a {
	float: left;
}
#logo.ln a {
	width: 160px;
	height: 30px;
	left: 15px;
	margin: 15px 0 0 5px;
	background: url(../svg/logo_ln-desktop.svg) no-repeat center center;
	background-size: contain;
}
#logo span {
	margin-left: 15px;
	line-height: 64px;
	letter-spacing: -0.3px;
}
@media screen and (max-width: 570px) {
	#logo.ln a {
		width: 29px;
		height: 26px;
		background: url(../svg/logo_ln-phone.svg) no-repeat center center;
		background-size: contain;
	}	
	#logo span {
		display: none;
	}
}
#social {
	position: absolute;
	right: 10px;
	top: 15px;
}
#social li {
	display: inline-block;
}
#social li a {
    width: 50px;
    height: 30px;
    display: block;
    margin-left: 5px;
    background-size: auto;
    background-repeat: no-repeat;
    font-family: 'Roboto',sans-serif;
    vertical-align: middle;
}
#social li a.facebook {
	background-image: url(../svg/icon_facebook.svg);
}
#social li a.twitter {
	background-image: url(../svg/icon_twitter.svg);
}
#social li a.google {
	background-image: url(../svg/icon_google.svg);
}
#social li a.ficha {
    font-size: 11px;
    width: 90px !important;
    padding-top: 7px;
}
#top .inner,
.site-title {
    position: relative
}

#top {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-color: #fff
}

.to-the-top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 88888;
    display: block;
}

.to-the-top a {
    display: block;
    padding: 10px;
    cursor: pointer;
}

.to-the-top a svg {
    fill: #b2b2b2 !important;
}

.to-the-top a:hover svg {
    text-decoration: none;
}

#content.white-background {
    background-color: #fff
}

.single-title {
    margin: 1em 0 1em;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.second-title {
    margin: 1em 0 1em;
    text-align: center
}

#content .margin-1 {
    height: .5em
}

#content .margin-2 {
    height: 1em
}

#content .margin-3 {
    height: 1.5em
}

#content .margin-4 {
    height: 2em
}

#content .margin-5 {
    height: 2.5em
}

#content .margin-6 {
    height: 3em
}

.caption {
    padding: 20px;
    font-size: 12px;
    font-family: 'Roboto',sans-serif;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 14px;
    color: #969696
}
.post-meta {
    position: relative;
    margin: 2.5em 0 3em;
    text-align: center;
    color: #8899a6;
    font-size: 0.8em;
}

.post-meta:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    background-color: #e1e8ed
}

.post-meta span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 2em;
    font-style: italic;
    background-color: #f5f8fa
}

.white-background .post-meta span {
    background-color: #fff
}

#declara {display: none;margin-top: 20px;background-color: #f9f9f9;padding: 40px;font-family: Roboto, sans-serif;font-size: 12px;}

button {
    background-color: #f0f0f0; /* Green */
    border: none;
    color: #6d6d6d;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 5px;
}

progress {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: 4px;
  z-index: 9999;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Get rid of the default border in Firefox/Opera. */
  border: none;
  /* Container for Firefox/IE10+ */
  background-color: transparent;
  /* IE10+ */
  color: #33A7B9;
}
progress::-webkit-progress-bar {
  background-color: transparent;
}
progress::-webkit-progress-value {
  background-color: #33A7B9;
}
progress::-moz-progress-bar {
  background-color: #33A7B9;
}

#footer {
    padding: 4em 0;
    font-size: .6em;
    text-align: center !important;
    background-color: #f5f8fa;
    font-family: sans-serif;
    text-transform: uppercase
}

#footer,
#footer a {
    color: #656565;
}

#footer a {
    display: inline-block;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

#footer p {
        text-align: center !important;
    max-width: 800px;
    margin: 0 auto;
}

#footer a:focus,
#footer a:hover {
    color: #292f33
}

#footer a.mini-logo {
    font-size: 1.1428575em;
    padding: .5em;
    margin-top: .2em
}

.comentarios {
    border-top: 1px solid #f0f0f0;
    padding-top: 50px;
    width: 80%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 50px;
}

.related {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 250px;
    display: inline;
    font-size: 14px;
    font-family: 'Heebo', sans-serif;
    text-transform: none;
}

.col {
    width: 250px;
    display: inline-block;
    height: 200px;
    text-align: center;
    padding: 10px;
    padding-bottom: 100px;
    vertical-align: top;
        font-weight: 700;
}

@-ms-viewport {
    width: device-width
}

@viewport {
    width: device-width
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::-webkit-scrollbar {
        width: .75em;
        height: .75em
    }
    ::-webkit-scrollbar-track {
        background-color: #f0f0f0
    }
    ::-webkit-scrollbar-thumb:vertical {
        height: 5em;
        background-color: #c6c6c6
    }
}

@media (min-width:480px) {
    #top {
        padding-top: 2em;
        padding-bottom: 2em
    }
}

@media (min-width:768px) {
    body {
        font-size: 100%
    }
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    #top {
        padding-top: 2.5em;
        padding-bottom: 2.5em
    }
    #top .inner {
        display: table;
        width: 100%
    }
    .post-meta span {
        padding: 0 3em
    }
    #content .margin-1 {
        height: 1em
    }
    #content .margin-2 {
        height: 2em
    }
    #content .margin-3 {
        height: 3em
    }
    #content .margin-4 {
        height: 4em
    }
    #content .margin-5 {
        height: 5em
    }
    #content .margin-6 {
        height: 6em
    }
    .tags {
        margin-bottom: 1.5em
    }
    #footer {
        padding: 6em 0
    }
    .tab {font-size: 12px !important;}
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    #top {
        padding-top: 3em;
        padding-bottom: 3em
    }
    .post-meta span {
        padding: 0 5em
    }
    #footer {
        padding: 8em 0
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .post-meta span {
        padding: 0 6em
    }
}

.desktop-hide {display: none;}

@media print {
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    #content,
    #footer,
    html {
        background: 0 0
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    blockquote {
        page-break-inside: avoid
    }
    a,
    a:visited {
        text-decoration: underline
    }
}

@media (max-width: 480px) {
      .item { width: 80% !important;margin: 10px auto !important;margin-left: 9% !important;}
      .interactive {width: 100%;}
      .single-title {font-size: 1.8em;margin-top: 50px;}
      .to-the-top {display: none;}
      blockquote {font-size: 24px;}
      .mobile-hide {display: none !important;}
      .mobile-fix {display: none !important;}
      .desktop-hide {display: inline;}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  {
    .item {width: 40% !important;margin-left: 7% !important;}
}*/
