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

/* 
=======================================================
*
* 	Template Style 
*	Edit this section
*
======================================================= 
*/
body {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 300;
  /* font-size: 15px; */
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 600px) {
    body {
      font-size: 12px; } }

a {
  color: #F75940;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  a:hover, a:active, a:focus {
    color: #F75940;
    outline: none;
    text-decoration: none !important; }

p {  
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
  line-height: 1.3; }

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%; }
  figure figcaption {
    font-size: 1em;
    width: 80%;
    margin: 20px auto 0px auto;
    color: #b3b3b3;
    font-style: italic;
    font-family: "Montserrat", Arial, sans-serif; }
    @media screen and (max-width: 480px) {
      figure figcaption {
        width: 100%; } }

::-webkit-selection {
  color: #fff;
  background: #F75940; }

::-moz-selection {
  color: #fff;
  background: #F75940; }

::selection {
  color: #fff;
  background: #F75940; }

#colorlib-page {
  width: 100%;
  overflow: hidden;
  position: relative; }

#colorlib-aside {
  min-width: 260px;
  padding-top: 3em;
  padding-bottom: 40px;
  padding-left: 3em;
  padding-right: 3em;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: #fff;
  overflow: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 1200px) {
    #colorlib-aside {
      width: 30%;
	  min-width: 260px;
	  } }
  @media screen and (max-width: 768px) {
    #colorlib-aside {
      width: 270px;
      -moz-transform: translateX(-270px);
      -webkit-transform: translateX(-270px);
      -ms-transform: translateX(-270px);
      -o-transform: translateX(-270px);
      transform: translateX(-270px);
      padding-top: 4em; } }
  #colorlib-aside #colorlib-logo {
    text-align: right;
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 3em;
    display: block;
    width: 100%;
    font-family: "Montserrat", Arial, sans-serif; }
    @media screen and (max-height: 768px) {
      #colorlib-aside #colorlib-logo {
        margin-bottom: 1em; } }
    #colorlib-aside #colorlib-logo a {
      display: inline-block;
      text-align: right;
      color: #000;
      letter-spacing: 10px; }
  #colorlib-aside #colorlib-main-menu ul {
    text-align: right;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 768px) {
      #colorlib-aside #colorlib-main-menu ul {
        margin: 0 0 2em 0; } }
    #colorlib-aside #colorlib-main-menu ul li {
      margin: 0 0 10px 0;
      padding: 0;
      list-style: none;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 1px; }
      #colorlib-aside #colorlib-main-menu ul li a {
        color: rgba(0, 0, 0, 0.4);
        text-decoration: none;
        position: relative;
        padding: 10px 0;
        font-family: "Montserrat", Arial, sans-serif;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        #colorlib-aside #colorlib-main-menu ul li a:after {
          content: "";
          position: absolute;
          height: 1px;
          bottom: 7px;
          left: 0;
          right: 0;
          background-color: #000;
          visibility: hidden;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          -o-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        #colorlib-aside #colorlib-main-menu ul li a:hover {
          text-decoration: none;
          color: black; }
          #colorlib-aside #colorlib-main-menu ul li a:hover:after {
            visibility: visible;
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            -o-transform: scaleX(1);
            transform: scaleX(1); }
      #colorlib-aside #colorlib-main-menu ul li.colorlib-active a {
        color: #000; }
        #colorlib-aside #colorlib-main-menu ul li.colorlib-active a:after {
          visibility: visible;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          -ms-transform: scaleX(1);
          -o-transform: scaleX(1);
          transform: scaleX(1); }
  #colorlib-aside .colorlib-header-container {
	min-height: 100%; }
  #colorlib-aside .colorlib-header {
	padding-bottom: 80px; }
  #colorlib-aside .colorlib-footer { 
	height: 100px;
    margin-top: -100px;
	text-align: right;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 10px;
    font-family: "Montserrat", Arial, sans-serif; }
/*
  #colorlib-aside .colorlib-footer { 
	position: absolute;
    bottom: 40px;
    right: 1.5em;
    left: 1.5em;
    text-align: right;
	font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    padding: 0 20px;
    font-family: "Montserrat", Arial, sans-serif; }
    @media screen and (max-height: 768px) {
      #colorlib-aside .colorlib-footer {
        position: relative;
        margin-top: 0; } }
*/
	#colorlib-aside .colorlib-footer p {
      display: block; 
      font-size: 0.6em;
	  line-height: normal;
	}
    #colorlib-aside .colorlib-footer ul {
      padding: 0;
      margin: 0; }
      #colorlib-aside .colorlib-footer ul li {
        font-size: 1.5em;
        padding: 0;
        margin: 0;
        display: inline;
        list-style: none; }
        #colorlib-aside .colorlib-footer ul li a {
          color: rgba(0, 0, 0, 0.7);
          padding: 4px; }
          #colorlib-aside .colorlib-footer ul li a:hover, #colorlib-aside .colorlib-footer ul li a:active, #colorlib-aside .colorlib-footer ul li a:focus {
            text-decoration: none;
            outline: none;
            color: #F75940; }

#colorlib-main {
  width: 80%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 1200px) {
    #colorlib-main {
      width: 70%; } }
  @media screen and (max-width: 768px) {
    #colorlib-main {
      width: 100%; } }

.container-wrap {
  display: block;
  width: 100%; }

#colorlib-hero {
  min-height: 500px;
  background: #fff url(../images/loader.gif) no-repeat center center;
  width: 100%;
  float: left;
  clear: both; }
  #colorlib-hero .btn {
    font-size: 24px; }
    #colorlib-hero .btn.btn-primary {
      padding: 14px 30px !important; }
  #colorlib-hero .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0; }
    #colorlib-hero .flexslider .slides {
      position: relative;
      overflow: hidden; }
      #colorlib-hero .flexslider .slides li {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom center;
        min-height: 400px;
        position: relative; }
        #colorlib-hero .flexslider .slides li .overlay {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          -webkit-box-shadow: inset 0px -140px 92px -28px rgba(0, 0, 0, 0.47);
          -moz-box-shadow: inset 0px -140px 92px -28px rgba(0, 0, 0, 0.47);
          box-shadow: inset 0px -140px 92px -28px rgba(0, 0, 0, 0.47); }
    #colorlib-hero .flexslider .flex-control-nav {
      bottom: 20px;
      z-index: 1000;
      right: 20px;
      float: right;
      width: auto; }
      #colorlib-hero .flexslider .flex-control-nav li {
        display: block;
        margin-bottom: 10px;
        position: relative; }
        #colorlib-hero .flexslider .flex-control-nav li a {
          background: rgba(255, 255, 255, 0.2);
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 12px;
          height: 12px;
          cursor: pointer; }
          #colorlib-hero .flexslider .flex-control-nav li a.flex-active {
            cursor: pointer;
            background: transparent;
            border: 2px solid #F75940; }
    #colorlib-hero .flexslider .flex-direction-nav {
      display: none; }
    #colorlib-hero .flexslider .slider-text {
      display: table;
      opacity: 0;
      min-height: 500px;
      z-index: 9; }
      #colorlib-hero .flexslider .slider-text > .slider-text-inner {
        display: table-cell;
        vertical-align: middle;
        min-height: 700px;
        padding: 2em;
        position: relative; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc {
          position: absolute;
          bottom: 15px;
          left: 0;
          padding: 2em; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc.desc2 {
            background: #000; }
            @media screen and (max-width: 768px) {
              #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc.desc2 {
                background: transparent; } }
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc.desc2 .tag {
              position: relative; }
              #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc.desc2 .tag:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc.desc2 .tag:after {
                width: 2px;
                height: 30px;
                position: absolute;
                top: -30px;
                left: 0;
                content: '';
                background: #fff; }
                @media screen and (max-width: 768px) {
                  #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc.desc2 .tag:before, #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc.desc2 .tag:after {
                    display: none; } }
              #colorlib-hero .flexslider .slider-text > .slider-text-inner .desc.desc2 .tag:after {
                height: 60px;
                top: -90px;
                background: #000; }
        @media screen and (max-width: 768px) {
          #colorlib-hero .flexslider .slider-text > .slider-text-inner {
            text-align: center; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .tag {
          display: block;
          margin-bottom: 20px; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .tag span {
            display: inline-block;
            font-size: 13px;
            text-transform: uppercase;
            letter-spacing: 2px;
            font-weight: 400;
            -webkit-border-radius: 30px;
            -moz-border-radius: 30px;
            -ms-border-radius: 30px;
            border-radius: 30px; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1, #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          margin: 0;
          padding: 0;
          color: white;
          font-family: "Montserrat", Arial, sans-serif; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
          margin-bottom: 20px;
          font-size: 44px;
          line-height: 1.3;
          font-weight: 300; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 a {
            color: white; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner h1 {
              font-size: 28px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 {
          font-size: 18px;
          line-height: 1.5;
          margin-bottom: 30px;
          font-weight: 300;
          font-family: "Montserrat", Arial, sans-serif; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner h2 a {
            color: rgba(247, 89, 64, 0.8);
            border-bottom: 1px solid rgba(247, 89, 64, 0.7); }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
          font-size: 50px; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .heading-section {
              font-size: 30px; } }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .colorlib-lead {
          font-size: 20px;
          color: #fff; }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner p {
          font-size: 18px;
          color: rgba(255, 255, 255, 0.8); }
        #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 2px;
          color: #fff;
          padding: 10px 20px !important;
          border: none;
          font-weight: 400; }
          #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-outline {
            background: transparent;
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.6); }
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn.btn-outline:hover {
              background: transparent !important;
              border: 1px solid #fff !important; }
          @media screen and (max-width: 768px) {
            #colorlib-hero .flexslider .slider-text > .slider-text-inner .btn {
              width: 100%; } }

body.offcanvas {
  overflow-x: hidden; }
  body.offcanvas #colorlib-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #fff;
    z-index: 999;
    position: fixed; }
  body.offcanvas #colorlib-main, body.offcanvas .colorlib-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px); }

.colorlib-blog {
  padding: 2em 0;
  clear: both;
  width: 100%;
  display: block; }
  @media screen and (max-width: 768px) {
    .colorlib-blog {
      padding-top: 5em;
      padding-bottom: 8em; } }

.content-wrap {
  padding-right: 30px; }
  @media screen and (max-width: 768px) {
    .content-wrap {
      padding: 0 1em; } }

.user-img,
.blog-img,
.instagram {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.no-gutters {
  padding: 0;
  margin: 0; }

.blog-slider {
  position: relative;
  margin-bottom: 4em; }
  .blog-slider .owl-theme .owl-controls {
    margin-top: -5px;
    padding-bottom: 2em; }
    .blog-slider .owl-theme .owl-controls .owl-theme .owl-dots .owl-dot span {
      background: rgba(255, 255, 255, 0.5); }
  .blog-slider .owl-theme .owl-dots .owl-dot.active span, .blog-slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #F75940; }

article {
  width: 100%;
  float: left;
  margin-bottom: 2em; }
  article .blog-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
	/* height: 500px; */
	height: 500px;
    z-index: -1;
    width: 100%;
    float: left; }
    @media screen and (max-width: 768px) {
      article .blog-img {
        margin-bottom: 2em;
        height: 300px; } }
  article .desc {
    padding: 3em;
    width: 80%;
    float: right;
    margin-top: -3em;
    z-index: 1;
    background: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 768px) {
      article .desc {
        width: 100%;
        padding: 0 0 0 0;
        margin-top: 0;
        z-index: 0; } }
    article .desc h2 {
      font-size: 28px;
      margin-bottom: 20px;
      font-weight: 300;
      text-transform: uppercase; }
      article .desc h2 a {
        color: #000; }
        article .desc h2 a:hover {
          color: #F75940; }
    article .desc .meta {
      position: absolute;
      top: 6em;
      left: -8em;
      text-align: right; }
      article .desc .meta span {
        font-size: 13px;
        display: block;
        margin-bottom: 10px; }
        @media screen and (max-width: 768px) {
          article .desc .meta span {
            display: inline-block; } }
      @media screen and (max-width: 768px) {
        article .desc .meta {
          position: relative;
          top: 0;
          left: 0;
          text-align: left; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-align:center;
  padding: 8px 15px !important; }
  .btn.btn-sm {
    padding: 4px 15px !important; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #F75940;
  color: #fff;
  border: 2px solid #F75940; 
  margin-bottom: 25px; 
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #f86e58 !important;
    border-color: #f86e58 !important; }
  .btn-primary.btn-outline {
    background: transparent;
    color: #F75940;
    border: 2px solid #F75940; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background: #F75940;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important; }
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff; }

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #F75940; }

#message {
  height: 130px; }

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #000; }
  .colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
    background: #000; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 30px;
      height: 2px;
      background: #000;
      position: absolute;
      left: 0;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }
  .colorlib-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
      background: #000;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg); }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg); }

.colorlib-nav-toggle {
  position: fixed;
  left: -4px;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      opacity: 1;
      visibility: visible; } }

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%; } }

.row-bottom-padded-lg {
  padding-bottom: 7em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
      padding-bottom: 1em; } }

.row-bottom-padded-md {
  padding-bottom: 4em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-md {
      padding-bottom: 1em; } }

.row-bottom-padded-sm {
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
      padding-bottom: 1em; } }

.col-padding {
  padding: 10px !important; }

.js .animate-box {
  opacity: 0; }

#sticky_item {
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  #sticky_item.is_stuck {
    margin-top: 10px; }

@media screen and (max-width: 992px) {
  .sticky-parent {
    clear: both;
    height: inherit !important;
    float: left;
    padding-top: 30px; } }
	
/*** 
MY ADDITIONS
***/

.full-page {
  z-index: 0;
  display: block;
  position: relative; }
  @media screen and (max-width: 768px) {
    .full-page {
      margin-bottom: 4em; } }
  .full-page .blog-slider {
    display: block;
    z-index: -1;
    position: relative;
    margin-bottom: 0; }
    .full-page .blog-slider .owl-theme .owl-controls {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .full-page .blog-slider .owl-theme .owl-controls .owl-theme .owl-dots .owl-dot span {
        background: rgba(255, 255, 255, 0.5); }
    .full-page .blog-slider .owl-theme .owl-dots .owl-dot.active span, .full-page .blog-slider .owl-theme .owl-dots .owl-dot:hover span {
      background: #F75940; }
  .full-page .blog-img {
    display: block;
    z-index: -1;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .full-page .blog-img img {
      position: relative;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .full-page .blog-img .video {
      display: table;
      width: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: relative;
      height: 400px; }
    .full-page .blog-img .colorlib-video {
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .full-page .blog-img .colorlib-video {
          height: 300px; } }
      .full-page .blog-img .colorlib-video a {
        z-index: 1001;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -45px;
        margin-left: -45px;
        width: 90px;
        height: 90px;
        display: table;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
        .full-page .blog-img .colorlib-video a i {
          text-align: center;
          display: table-cell;
          vertical-align: middle;
          font-size: 40px; }
      .full-page .blog-img .colorlib-video .overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .full-page .blog-img .colorlib-video:hover .overlay {
        background: rgba(0, 0, 0, 0.7); }
      .full-page .blog-img .colorlib-video:hover a {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }
  .full-page:hover .blog-img img, .full-page:focus .blog-img img {
    position: relative;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .full-page:hover .blog-detail img, .full-page:focus .blog-detail img {
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .full-page .desc {
    background: #fff;
    margin-top: -2em;
    padding: 2em;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .full-page .desc {
        width: 100%;
		padding: 0.5em;
        margin-top: 0; } }
    .full-page .desc h2 {
      font-weight: 300;
      font-size: 28px;
      text-transform: uppercase; }
      .full-page .desc h2 a {
        color: #000; }
	.full-page .desc h3 {
	  font-weight: 300;
	  font-size: 1.4em;
	  text-transform: uppercase; }
      .full-page .desc h3 a { 
        color: #000; }
    .full-page .desc h4 {
	  font-weight: 300;
	  font-size: 1.2em;
	  text-transform: uppercase; }
      .full-page .desc h4 a {
	    color: #000; }
    .full-page .desc .meta {
      text-transform: uppercase;
      font-size: 0.9em; }
      .full-page .desc .meta span {
        padding-right: 0.5em; }
        .full-page .desc .meta span a {
          color: #000;
          font-weight: 300; }


.img-box {
  margin-bottom: 3em; }
  .img-box .desc {
    padding-left:1em;
	padding-right:1em; }
  .img-box .blog-img {
    display: block;
    height: 400px;
    margin-bottom: 1.2em; }
  .img-box .desc .tag {
    font-size: 0.9em;
    color: gray;
    text-transform: uppercase;
	text-align: center;
    margin-bottom: 1.2em; }
  .img-box .desc .head-article {
    font-size: 1.4em;
    font-weight: 300;
    text-transform: uppercase; }
    .img-box .desc .head-article a {
      color: #000; }
	
article {
  width: 100%;
  float: left;
  margin-bottom: 2em; }
  article .blog-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
	/* height: 500px; */
	height: 500px;
    z-index: -1;
    width: 100%;
    float: left; }
    @media screen and (max-width: 768px) {
      article .blog-img {
        margin-bottom: 2em;
        height: 300px; } }
  article .video {
    display: table;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    height: 500px; }
  article .colorlib-video {
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      article .colorlib-video {
        height: 300px; } }
    article .colorlib-video a {
      z-index: 1001;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -45px;
      margin-left: -45px;
      width: 90px;
      height: 90px;
      display: table;
      text-align: center;
      background: #fff;
      -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
      -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
      -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
      box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%; }
      article .colorlib-video a i {
        text-align: center;
        display: table-cell;
        vertical-align: middle;
        font-size: 40px; }
    article .colorlib-video .overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5);
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    article .colorlib-video:hover .overlay {
      background: rgba(0, 0, 0, 0.7); }
    article .colorlib-video:hover a {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  article .desc {
    padding: 3em;
    width: 80%;
    float: right;
    margin-top: -3em;
    z-index: 1;
    background: #fff;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (max-width: 1200px) {
      article .desc {
	    width: 100%; }	  }
    @media screen and (max-width: 768px) {
      article .desc {
        width: 100%;
        padding: 0 0 0 0;
        margin-top: 0;
        z-index: 0; } }
    article .desc h2 {
      font-size: 1.8em;
      margin-bottom: 1.2em;
      font-weight: 300;
      text-transform: uppercase; }
      article .desc h2 a {
        color: #000; }
        article .desc h2 a:hover {
          color: #F75940; }
    article .desc .meta {
      position: absolute;
      top: 6em;
      left: -8em;
      text-align: right; }
      article .desc .meta span {
        font-size: 0.9em;
        display: block;
        margin-bottom: 0.8em; }
        @media screen and (max-width: 768px) {
          article .desc .meta span {
            display: inline-block; } }
      @media screen and (max-width: 768px) {
        article .desc .meta {
          position: relative;
          top: 0;
          left: 0;
          text-align: left; } }
		  
article .desc h3 {
	font-size: 1.4em;
	margin-bottom: 1.2em;
	font-weight: 300;
	text-transform: uppercase; 
}
article .desc h3 a {
	color: #000; 
}
article .desc h3 a:hover {
	color: #F75940; 
}
article .desc h4 {
	font-size: 1.2em;
	margin-bottom: 1.2em;
	font-weight: 300;
	text-transform: uppercase; 
}
article .desc h4 a {
	color: #000; 
}
article .desc h4 a:hover {
	color: #F75940; 
}
/*
.full-page .desc h3 {
	font-weight: 300;
	font-size: 1.4em;
	text-transform: uppercase; 
}
.full-page .desc h3 a {
	color: #000; 
}
.full-page .desc h4 {
	font-weight: 300;
	font-size: 1.2em;
	text-transform: uppercase; 
}
.full-page .desc h4 a {
	color: #000;
}
*/

.article_list {
  display: block;
  margin-bottom: 2em;
  border: 1px solid #e6e6e6;
  padding: 1em 2em 1em 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media screen and (max-width: 1200px) {
  .article_list {
	padding: 0.75em; } }
  @media screen and (max-width: 768px) {
	  .article_list ul li {
		margin-left: -2em; } }
		
.project .desc .publications {
  display: block;
  margin-bottom: 2em;
  border: 1px solid #e6e6e6;
  padding: 1em 2em 1em 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; 
  font-size: 0.9em; }
  @media screen and (max-width: 1200px) {
     .project .desc .publications {
		padding: 0.75em; } }
  @media screen and (max-width: 768px) {
	  .project .desc .publications ul li {
		margin-left: -2em; } }
	  
.embed-responsive {
	/* max-width:800px; */
	margin-bottom: 2em;
}

.bib_shown {
	text-align: left;
	line-height: 120%;
	font-size:0.9em;
	font-family:"Courier New", Courier, monospace;
	background-color: #efefef;
	margin-bottom: 2em;;
	border: 1px solid #e6e6e6;
	padding: 1em  2em 1em 2em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px; }
  @media screen and (max-width: 1200px) {
     .bib_shown {
		padding: 0.75em; } }
		

.bib_inner {
	margin:0px;
	padding-left:3em;
	padding-top:0px;
	padding-bottom:0px;
}

.bib_hidden  {
	display:none;
}

#cv .section {
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
  margin-bottom: 2em;
  border: 1px solid #e6e6e6;
  padding: 1em 2em 1em 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media screen and (max-width: 1200px) {
    #cv .section {
	   padding: 0.75em; } }
 #cv .section h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1.4em; }
  #cv .section h1 a {
      color: #000; }
 #cv .section .content {
    margin-bottom: 10px;
    font-size: 0.9em;
    font-weight: 300; }
  #cv .section .content h1 {
	margin-bottom: 0;
    /*font-weight: bold;*/
    /*text-transform: none;*/
    font-size: 16px; }

.research_topic {
  font-family: "Montserrat", Arial, sans-serif;
  display: block;
  margin-bottom: 2em;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; 
  padding: 1em 2em 1em 2em; }
  @media screen and (max-width: 768px) {
     .research_topic {
		padding: 1em; } }
  @media screen and (max-width: 1200px) {
     .research_topic {
		padding: 0.75em; } }
.research_topic h4 {
	font-weight: bold !important;
	margin-bottom:0.5em;
	text-align: center; }
.research_topic .authors {
	font-weight: 400 !important;
    text-transform: none !important;
	text-align: center; }
.research_topic .gallery_container {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; 
  margin-bottom:1.5em; }
.research_topic .gallery {  
 margin-left: auto;
  margin-right: auto;
  padding: 1em;
  background: #e6e6e6; }
  @media screen and (max-width: 1200px) {
     .research_topic .gallery {
		padding: 0.25em; } }
.research_topic .gallery p {
    margin: 0.8em 0 0 0;
	font-size: 0.9em;}
.research_topic .gallery img {
	width:100%;
    height:auto; }
.research_topic p {
  clear:both; }
.research_topic .publication_info {
	text-align: center; }
	
.article_note {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-bottom: 2em;
  border: 1px solid #e6e6e6;
  padding: 1em 2em 0em 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media screen and (max-width: 1200px) {
    .article_note {
	   padding: 0.75em; } }
#article_title {
	text-align:center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2em;
	line-height: normal; }
#article_authors {
	text-align:center;
    font-weight: 400;
    text-transform: none !important;
    font-size: 1.4em; 
    margin-bottom: 1.5em;
    line-height: normal; }
#article_abstract {
  display: block;
  text-align:justify;
  font-weight: 400;
  margin-bottom: 2em;
  border: 1px solid #e6e6e6;
  padding: 1em 2em 1em 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media screen and (max-width: 1200px) {
    #article_abstract {
	   padding: 0.75em; } }
#article_contents {
  display: block;
  text-align:justify;
  font-weight: 400;
  margin-bottom: 2em;
  border: 1px solid #e6e6e6;
  padding: 1em 2em 1em 2em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }
  @media screen and (max-width: 1200px) {
    #article_contents {
	   padding: 0.75em; } }
#article_bibliography {
  display: block;
  margin-bottom: 2em; }
#article_bibliography p {
  font-size:0.8em;
  margin-bottom: 0.2em; }

.btn_container {
  width: 100%;
  display: block;
  text-align:center; }


#article_body h1 { font-size:2em; }
#article_body h2 { font-size:1.8em; }
#article_body h3 { font-size:1.6em; }
#article_body h4 { font-size:1.4em; } 
#article_body h5 { font-size:1.2em; }
#article_body h6 { font-size:1.1em; }
#article_body .row {
background-color: #e6e6e6;
margin-bottom:1.5em; }
#article_body .img-box {
background-color: #e6e6e6;
padding-top:1em; 
margin-bottom:0em; }
#article_body .img-box .desc {
background-color: #e6e6e6;
padding: 0em;
margin-bottom:0em; }
.article_fullpicture {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; 
  margin-bottom:1.5em; }
.article_fullpicture img {
	width:100%;
    height:auto; }
.article_fullpicture table {
	width: 100%; }
.article_fullpicture table th {
	text-align:center;
	border: 1px solid black;
	background-color: darkgray;}
.article_fullpicture table td {
	text-align:center;
	border: 1px solid black;}

.article_image {
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
  background: #e6e6e6; }
  @media screen and (max-width: 1200px) {
  .article_image {
	padding: 0.25em; } }
.article_image p {
    margin: 0.8em 0 0 0;
	font-size: 0.9em;}
.article_image img {
	width:100%;
    height:auto; }

.article_image_right_float {
  display: block;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; 
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  /*margin-left: 1em;
  margin-right: 0;*/}
  @media screen and (max-width: 768px) {
  .article_image_right_float {
    margin-bottom:1.5em; } }
.article_image_right_float img {
	width:100%;
    height:auto; }
	
.article_image_left_float {
  display: block;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; 
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  /*margin-left: 0;
  margin-right: 1em;*/}
  @media screen and (max-width: 768px) {
  .article_image_left_float {
    margin-bottom:1.5em; } }
.article_image_left_float img {
	width:100%;
    height:auto; }	
/*
	.article_fullpicture img {
	width:100%;
    height:auto; }
*/

.cc_blurb a {
	display:block;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}


.img-list {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }
  .img-list .blog-img {
	margin: 1%;
    width: 18%;
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 18%;
	height: 0; }
    @media screen and (max-width: 960px) {
      .img-list .blog-img {
        height: 300px;
        display: block;
        width: 100%;
        margin-bottom: 0; } }
  .img-list .desc {
    width: 80%;
    padding: 2em 2em 0em 2em;
    margin: 0;
    background: #fafafa; }
    @media screen and (max-width: 960px) {
      .img-list .desc {
        width: 100%; } }
    .img-list .desc .data p {
	  font-size:0.8em;
      text-transform: uppercase;
	  margin: 0;
	  padding: 0;
	  }
    .img-list .desc .data {
		margin-top:0;
		margin-bottom:1em;
	}
	.img-list .desc h2 {
      font-weight: 300;
      text-transform: uppercase; }
    .img-list .desc .meta {
      text-transform: uppercase;
      font-size: 14px;
      background: #fff;
      left: -8.3em;
      top: 20px;
      padding: 1em; }
      .img-list .desc .meta span {
        padding-right: 10px; }
        .img-list .desc .meta span a {
          color: #000;
          font-weight: 700; }
      @media screen and (max-width: 768px) {
        .img-list .desc .meta {
          left: 0;
          top: 0; } }
