/*@charset "utf-8";*/

/*==============================
[Table of contents]



SHORTLY  STYLESHEET
----------------------------------------
1.SHORTLY HEADER AREA
2.SHORTLY ABOUT AREA
3.SHORTLY SUBSCRIBE AREA
4.SHORTLY MAP AREA
5.SHORTLY CONTACT AREA
6.SHORTLY FOTTER AREA
----------------------------------
SHORTLY V3 PAGE STYLESHEET

-------------------------------------------------------------------*/
  
body {
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, a:active, a:focus, a:active {
  text-decoration:none !important
}
p{
  font-weight: 300;
}
h2{
  font-weight: 400;
}
img {
  max-width:100%;
  border: none;
  height: auto;
}
input:focus,
textarea:focus,
select:focus,
a:focus
{
  outline: none;
}
strong{
  font-weight: bold;
}

h2 {
  font-size: 1.75em;
}
ul{
  list-style: none;
}
canvas {
  height: 100%;
  width: 100%;
}
input[type="text"], 
input[type="email"],
input[type="password"],
input[type="url"],
textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
  display: inline-block;
  padding: 5px 10px;
}

iframe {
  width: 100%;
}

 
/*SHORTLY  STYLESHEET*/

/*------------------------------------------------------
1.SHORTLY HEADER AREA
---------------------------------------------------------*/

.shortly-header-section {
  background-size: cover;
  height: 100vh !important;
  position: relative;
  z-index: 0;
  min-height: 800px;
  color: #fff;
}
.shortly-header-section::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.black-overly{
  position: relative;
  z-index: 0;
}
.black-overly::before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.shortly-header-item {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.shortly-logo {
  margin-bottom: 50px;
}
.shortly-logo a{
  display: inline-block;
  width: 200px;
}
.shortly-content h1 {
  font-size: 3.75em;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 60px 0;
  text-transform: uppercase;
}
.shortly-content h2 {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
}
.start-browsing {
  animation: 1s ease 0s normal none infinite running scroll-down-infinit;
  bottom: 30px;
  color: #fff;
  font-size: 2.2em;
  left: 50%;
  margin-left: 6px;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 2;
}
.visibleDefault.start-browsing {
  opacity: 1;
}
.start-browsing.slideText.visibleDefault:hover {
  color: #fff;
}

/*v3*/
.lj-overlay.lj-overlay-gradient {
  background: rgba(0, 0, 0, 0) linear-gradient(215deg, rgba(43, 255, 255, 0.6) 0%, rgba(236, 135, 192, 0.8) 100%) repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.shortly-header-v3 .shortly-header-section::before {
  background: inherit;
}

/*v4*/

.shortly-header-v4 .shortly-header-section::before {
  opacity: 0.2;
}

/*v5*/
#rainy_day_canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

/*v6*/
.shortly-header-v6 canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: 800px;
}
.shortly-header-v6 .shortly-header-section::before {
  background: #222838 none repeat scroll 0 0;
  opacity: 1;
}

/*v7*/
canvas{
  position:absolute;
  top:0;
  left:0;
}
/*v8*/
.shortly-header-v8 .shortly-header-section::before {
  opacity: 0.3;
}

/*v9*/

body.shortly-header-v9 .shortly-header-section {
  overflow: hidden;
}
.shortly-overley {
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  min-height: 640px;
}
.clouds_one {
  background: url("images/cloud_one.png");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_one 50s linear infinite;
  -moz-animation: cloud_one 50s linear infinite;
  -o-animation: cloud_one 50s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  min-height: 800px;
}
.clouds_two {
  background: url("images/cloud_two.png");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_two 75s linear infinite;
  -moz-animation: cloud_two 75s linear infinite;
  -o-animation: cloud_two 75s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  min-height: 800px;
}
.clouds_three {
  background: url("images/cloud_three.png");
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 300%;
  -webkit-animation: cloud_three 100s linear infinite;
  -moz-animation: cloud_three 100s linear infinite;
  -o-animation: cloud_three 100s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  min-height: 800px;
}

@-webkit-keyframes cloud_one {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-webkit-keyframes cloud_two {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@-webkit-keyframes cloud_three {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@keyframes cloud_one {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@keyframes cloud_two {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}

@keyframes cloud_three {
  0% {
    left: 0
  }
  100% {
    left: -200%
  }
}
.shortly-header-section.dark-text{
  color: #000;
}
.dark-text .start-browsing{
  color: #000;
}
.shortly-header-v9 .start-browsing.slideText.visibleDefault:hover {
  color: #000;
}
.shortly-header-v9 .shortly-header-section::before {
  background: inherit;
}

/*------------------------------------------------------
2.SHORTLY ABOUT AREA
---------------------------------------------------------*/

.shortly-about-area {
  background-color: #f6f6f6;
  background-image: url("images/about-bg.png");
  padding: 150px 0;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
}
.shortly-about-icon {
  margin-bottom: 45px;
}
.shortly-about-icon i {
  background-color: #f6f6f6;
  border-radius: 50%;
  color: #000;
  font-size: 2.250em;
  height: 180px;
  line-height: 180px;
  text-align: center;
  width: 180px;
  border: 1px dashed #000;
  transition: all 0.4s;
}
.shortly-about-icon i:hover {
  box-shadow: 11px 20px 45px rgba(0, 0, 0, 0.15);
  background-color: #000;
  color: #fff;
}
.shortly-about-content h2 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 0 20px;
  text-transform: uppercase;
}

/*------------------------------------------------------
3.SHORTLY COUNTDOWN AREA
---------------------------------------------------------*/

.shortly-countdown-area {
  background: #fff none repeat scroll 0 0;
  padding: 20px 0;
  text-align: center;
}
.countdown {
  color: #000;
  display: inline-block;
  text-align: center;
}
.countdown > div {
  display: inline-block;
  padding: 10px 35px;
}
.number {
  font-family: "Iceberg",cursive;
  font-size: 3.5em;
  line-height: 1;
}
.countdown-days {
  font-size: 1em;
  letter-spacing: 2px;
}
.countdown-hours {
  font-size: 1em;
  letter-spacing: 2px;
}
.countdown-minutes {
  font-size: 1em;
  letter-spacing: 2px;
}
.countdown-seconds {
  font-size: 1em;
  letter-spacing: 2px;
}
@keyframes scroll-down-infinit {
  0% {
      bottom: 10px;
  }
  50% {
      bottom: 18px;
  }
  100% {
      bottom: 10px;
  }
}
@keyframes scroll-down-infinit {
  0% {
      bottom: 10px;
  }
  50% {
      bottom: 18px;
  }
  100% {
      bottom: 10px;
  }
}


/*------------------------------------------------------
4.SHORTLY SUBSCRIBE AREA
---------------------------------------------------------*/

.shortly-subscribe-now {
  padding: 160px 0 100px;
}
.shortly-single-heading {
  margin-bottom: 50px;
  text-align: center;
}
.shortly-subscribe-item {
  margin: 0 auto;
  position: relative;
  width: 43%;
  z-index: 0;
}
.shortly-subscribe-item::before {
  background-image: url("images/subscribe-icon.png");
  content: "";
  height: 215px;
  left: -60px;
  position: absolute;
  top: -73px;
  width: 327px;
  z-index: -1;
}
.shortly-single-heading h2 {
  font-size: 2em;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
.shortly-subscribe-form input[type="email"] {
  background-color: transparent;
  border: 1px solid #e2e2e2;
  color: #000;
  float: left;
  font-size: 1em;
  font-weight: 300;
  height: 54px;
  padding: 0 25px;
  width: 100%;
}
.shortly-subscribe-form input[type="submit"] {
  background-color: transparent;
  border: 0 none;
  color: #000;
  cursor: pointer;
  float: left;
  font-family: "fontawesome";
  font-size: 1.125em;
  font-weight: 400;
  height: 54px;
  margin-top: 0;
  position: absolute;
  right: -10px;
  text-transform: capitalize;
  width: 80px;
  z-index: 1;
}
.shortly-subscribe-form .error {
  color: rgb(191, 15, 15);
}

/*------------------------------------------------------
5.SHORTLY CONTACT AREA
---------------------------------------------------------*/

.shortly-contact-us {
  background: #dc3545 none repeat scroll 0 0;
  padding: 100px 0 30px;
}
.shortly-single-heading {
  margin: 0 0 60px;
  text-align: center;
}
.shortly-single-heading h2 {
  font-size: 2.250em;
  font-weight: 600;
  text-transform: uppercase;
}
.shortly-contact-form {
  margin: auto;
  padding-bottom: 70px;
  position: relative;
  width: 60%;
}
.single-cform-item label {
  cursor: pointer;
  display: block;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.single-cform-item input,
.single-cform-item textarea {
  background-color: transparent;
  font-size: 15px;
  line-height: 15px;
  padding: 10px 10px 10px 0;
  border-top: 0px solid;
  border-left: 0px solid;
  border-right: 0px solid;
  border-bottom: 1px solid #e2e2e2;
  text-align: left;
  width: 100%;
}
.single-cform-item {
  margin-bottom: 40px;
  position: relative;
}
.single-cform-item::before {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s width ;
  -moz-transition: 0.4s width ;
  transition: 0.4s width ;
  z-index: 1;
}
.single-cform-item textarea {
  box-sizing: border-box;
  display: inherit;
  line-height: 1.5;
  min-height: 38px;
  overflow-x: hidden;
  resize: none;
}
.shortly-contact-form::after {
  background-color: #e2e2e2;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin-left: -40px;
  position: absolute;
  width: 80px;
}
#shortly_submit {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 14px;
  overflow: hidden;
  padding: 12px;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  z-index: 1;
}
#shortly_submit:after {
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
#shortly_submit:hover,
#shortly_submit:active,
#shortly_submit:focus {
  color: #000;
}
#shortly_submit:hover:after,
#shortly_submit:active:after,
#shortly_submit:focus:after {
  height: 460px;
  opacity: 1;
}
#shortly_submit:active:after {
  height: 400%;
  opacity: 1;
}
@keyframes fullWidth {
  to {
      width: 100%;
  }
}
@-webkit-keyframes fullWidth {
 to {
      width: 100%;
  }
}
.single-cform-item.active_item::before {
  -webkit-animation-name: fullWidth;
  animation-name: fullWidth;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
}
#shortly-form label.error {
  color: #fc5152;
}
#shortly-form label.valid i {
  color: #2ccdae;
}
#shortly-form label.error a {
  display: block;
}
.contact-alert-message {
  width: 100%;
  overflow: hidden;
}
#mail_success,
#mail_fail {
  color: #fff;
}
.contact-alert-message {
  padding: 10px 0 25px;
  text-align: center;
}
#mail_fail i {
  color: #000;
  -o-animation: flash 3s ease 0s backwards;
  -ms-animation: flash 3s ease 0s backwards;
  -moz-animation: flash 3s ease 0s backwards;
  -webkit-animation: flash 3s ease 0s backwards;
  animation: flash 3s ease 0s backwards;
}
#mail_success i {
  color: #2eb267;
  -o-animation: flash 3s ease 0s backwards;
  -ms-animation: flash 3s ease 0s backwards;
  -moz-animation: flash 3s ease 0s backwards;
  -webkit-animation: flash 3s ease 0s backwards;
  animation: flash 3s ease 0s backwards;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
          animation-name: flash;
}

/*------------------------------------------------------
6.SHORTLY FOTTER AREA
---------------------------------------------------------*/

.shortly-social-lists {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}
.shortly-social-lists li {
  display: inline-block;
  margin: 12px;
  text-align: center;
}
.shortly-social-lists li a {
  color: #000;
  display: block;
  font-weight: 300;
  padding: 10px;
  transition: all 0.4s ease-in-out 0s;
}
.shortly-social-lists li a i {
  display: block;
  font-size: 2.375em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.shortly-social-lists li a:hover {
  background-color: #000;
  color: #fff;
}
.freshr-button > span {
  display: block;
  margin-top: 5px;
}
.shortly-main-footer {
  padding-bottom: 60px;
  padding-top: 50px;
}
.shortly-footer-credit {
  margin-top: 20px;
  padding-bottom: 8px;
}
.shortly-footer-credit p {
  text-align: center;
}
/*
	overrides
*/
.shortly-about-area {
    background-color: #FF5349;
}
.shortly-about-icon i:hover {
    background-color: #292C44;
    color: #fff;
}
.shortly-contact-us {
  background: #fff;
}
.shortly-subscribe-now {
    background: #F0F0F1;
}
.shortly-main-footer {
    background: #F0F0F1;
}
.about-link{
	color: #F0F0F1;
}
a.about-link:hover{
	color: #fff;
	text-decoration: underline;
}
#mail_success,
#mail_fail
{
	color: #000;
}
#mail_fail i {
  color: #dc3545;
}
#mail_success i{
	color: #0c803e;
}
.contact-alert-message {
    text-align: left;
}
#shortly_submit {
    background-color: #292C44;
    border: 1px solid #676a86;
}
.shortly-social-lists li a:hover {
	background-color: #292C44;
}