/** ************************* **/
/** Froont widget base styles **/
/** ************************* **/
.fr-widget h1,
.fr-widget h2,
.fr-widget h3,
.fr-widget h4,
.fr-widget h5,
.fr-widget h6,
.fr-widget p {
  margin: 0;
}
html,
body,
button,
input,
select,
textarea {
  font-family: "PT Sans", Tahoma, Verdana, sans-serif;
}
body {
  font-size: 62.5%;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
input: focus, textarea: focus {
  outline: none;
}
.b-content {
  font-size: 1.6em;
  padding-top: 0.02px;
}
.b-content.loading {
  opacity: 0;
}
.b-content: after {
  content: ".";
  display: none;
  clear: both;
  line-height: 0;
  height: 0;
}
a {
  color: #000;
  text-decoration: underline;
}
.fr-wf {
  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
  word-break: break-word;
}
.wf-loading .fr-wf {
  opacity: 0 !important;
}
.wf-inactive .fr-wf,
.wf-active .fr-wf {
  opacity: 1;
}
.fr-container: after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.fr-widget {
  display: block;
}
.fr-text * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: inherit;
}
.fr-text i {
  font-style: italic;
}
.fr-text u {
  text-decoration: underline;
}
.fr-text del,
.fr-text s,
.fr-text strike {
  text-decoration: line-through;
}
.fr-text b,
.fr-text strong,
.fr-text h1,
.fr-text h2,
.fr-text h3,
.fr-text h4,
.fr-text h5,
.fr-text h6 {
  font-weight: bold;
}
.fr-img {
  line-height: 0;
}
.fr-img img {
  width: 100%;
  max-width: 100%;
}
.fr-svg svg {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.fr-svg-inner svg {
  position: absolute;
}
/** clear content around grid widget container, because it contains a lot of floated elements **/

.fr-grid: before, .fr-grid: after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.fr-grid > .fr-widget {
  float: left;
}
.fr-video-inner {
  position: relative;
}
.fr-video-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.fr_hover-animation {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background, color, border-radius;
  -moz-transition-property: background, color, border-radius;
  -o-transition-property: background, color, border-radius;
  transition-property: background, color, border-radius;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.fr-video-inner p {
  display: none;
}
.fr-copyright-footer {
  bottom: 0;
  width: 100%;
}
.fr-copyright-footer.fixed {
  position: fixed;
  left: 0;
}
.fr-copyright-footer > .fr-container {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #242424;
}
.fr-copyright-footer .fr-made-with-froont {
  width: auto;
  font-family: Arial;
  font-size: .6em;
  line-height: 1.6em;
  text-align: center;
  letter-spacing: .25em;
  margin: 0 auto;
  padding: 2em 0 1em 0;
  color: #979797;
}
.fr-copyright-footer .fr-made-with-froont .fr-text {
  min-width: 100%;
}
.fr-copyright-footer .fr-made-with-froont .fr-text .heart {
  font-size: 2.1em;
}
.fr-copyright-footer .fr-bottom-em-spacer {
  height: 1em;
  background: #242424;
}

/** ******************************** **/
/** End of Froont widget base styles **/
/** ******************************** **/

/** ************************* **/
/** Widget styles             **/
/** ************************* **/
.fr_pragnya-header {
  float: none;
  display: block;
  width: 100%;
  font-family: Michroma;
  font-weight: 600;
  font-size: 2.25em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 4.13em;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #1d67b0
}
.fr_pragnya-header .fr-text {
  min-width: 100%
}
.b-content {
  padding-top: 1px
}
.fr_year {
  float: none;
  display: block;
  width: 100%;
  font-family: Michroma;
  font-weight: 300;
  font-size: 2em;
  text-align: center;
  text-transform: uppercase;
  margin-top: .78em;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #1e1e1e
}
.fr_year .fr-text {
  min-width: 100%
}
.fr_kuvesu {
  display: block;
  width: 100%;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-repeat: no-repeat;
  background-image: url(../images/thumbnail/pragnya-header.jpg_3081x1361.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 18.6875em;
  max-width: 800px
}
.fr_3-column-images {
  float: none;
  display: block;
  width: 90%;
  margin-top: 3.72em;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-width: 800px
}
.fr_3-column-images>.fr-widget {
  margin-top: .6em;
  margin-bottom: .6em;
  margin-right: 1%;
  margin-left: 1%;
  width: 31.3333333333%;
  clear: none
}
.fr_3-column-images>: nth-child(3n+1) {
  clear: left
}
.fr_content-2 {
  margin-left: 34.33%;
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-image: url(../images/thumbnail/cont-3.jpg_3264x2448.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 12em
}
.fr_content-3 {
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-image: url(../images/thumbnail/cont-1_2.jpg_3264x2448.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 12em
}
.fr_content-1 {
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-image: url(../images/thumbnail/cont-2.jpg_3264x2448.jpg);
  background-position: center center;
  background-size: cover;
  min-height: 12em
}
.fr_like-share {
  float: none;
  display: block;
  width: 90%;
  margin-top: 3.55em;
  margin-right: auto;
  margin-bottom: 4em;
  margin-left: 45.3%;
  min-height: 0;
  max-width: 8em
}
.fr_copyright {
  float: none;
  display: block;
  width: 90%;
  font-family: Lato;
  font-weight: 300;
  font-size: .7em;
  line-height: 1.4em;
  text-align: center;
  margin-top: -0.83em;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: 20.73%;
  color: #1e1e1e;
  max-width: 800px
}
.fr_copyright .fr-text {
  min-width: 100%
}
.fr_coming-soon {
  float: none;
  display: block;
  width: 90%;
  font-family: Michroma;
  font-weight: 300;
  font-size: 2.55em;
  line-height: 1.4em;
  text-align: center;
  margin-top: .98em;
  margin-right: auto;
  margin-bottom: 1em;
  margin-left: auto;
  color: #1e1e1e;
  max-width: 800px
}
.fr_coming-soon .fr-text {
  min-width: 100%
}
@media screen and (max-width: 1024px) {
  .fr_like-share {
    margin-top: 8.0390625em;
    margin-left: 43.75%
  }
}
@media screen and (max-width: 768px) {
  .fr_pragnya-header {
    font-size: 2em;
    margin-top: 3.7658163265306115em;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto
  }
}
@media screen and (max-width: 768px) {
  .fr_year {
    font-size: 1em;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto
  }
}
@media screen and (max-width: 768px) {
  .fr_like-share {
    float: none;
    display: block;
    margin-top: 4em;
    margin-right: auto;
    margin-bottom: 4em;
    margin-left: auto;
    min-height: 1.5em
  }
}
@media screen and (max-width: 480px) {
  .fr_like-share {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto
  }
}
@media screen and (max-width: 320px) {
  .fr_3-column-images>.fr-widget {
    margin-right: 1%;
    margin-left: 1%;
    width: 98.0%;
    clear: none
  }
  .fr_3-column-images>: nth-child(1n+1) {
    clear: left
  }
}
@media screen and (max-width: 320px) {
  .fr_like-share {
    float: none;
    display: block;
    margin-right: auto;
    margin-left: auto
  }
}

/** ******************************** **/
/** End of widget styles             **/
/** ******************************** **/