/*! (AppTale - Landing Page) 2014-12-11 */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #8b9599;
  word-spacing: 2px;
  background-color: #eddcd3;
}
a {
  text-decoration: none !important;
  color: #8b9599;
  -webkit-transition: color 0.3s;
          transition: color 0.3s;
}
a:hover {
  color: #f0efeb !important;
}
a:visited {
  color: #f0efeb !important;
}
p {
  margin-bottom: 15px;
}
blockquote {
  font-size: 17px;
  line-height: 26px;
  font-weight: 300;
  border-left: 3px solid #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Roboto Condensed', sans-serif;
}
section {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.mb250 {
  margin-bottom: 250px !important;
}
.mb245 {
  margin-bottom: 245px !important;
}
.mb240 {
  margin-bottom: 240px !important;
}
.mb235 {
  margin-bottom: 235px !important;
}
.mb230 {
  margin-bottom: 230px !important;
}
.mb225 {
  margin-bottom: 225px !important;
}
.mb220 {
  margin-bottom: 220px !important;
}
.mb215 {
  margin-bottom: 215px !important;
}
.mb210 {
  margin-bottom: 210px !important;
}
.mb205 {
  margin-bottom: 205px !important;
}
.mb200 {
  margin-bottom: 200px !important;
}
.mb195 {
  margin-bottom: 195px !important;
}
.mb190 {
  margin-bottom: 190px !important;
}
.mb185 {
  margin-bottom: 185px !important;
}
.mb180 {
  margin-bottom: 180px !important;
}
.mb175 {
  margin-bottom: 175px !important;
}
.mb170 {
  margin-bottom: 170px !important;
}
.mb165 {
  margin-bottom: 165px !important;
}
.mb160 {
  margin-bottom: 160px !important;
}
.mb155 {
  margin-bottom: 155px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mb145 {
  margin-bottom: 145px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb135 {
  margin-bottom: 135px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb125 {
  margin-bottom: 125px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb115 {
  margin-bottom: 115px !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb105 {
  margin-bottom: 105px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb95 {
  margin-bottom: 95px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb85 {
  margin-bottom: 85px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb75 {
  margin-bottom: 75px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb65 {
  margin-bottom: 65px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb55 {
  margin-bottom: 55px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb45 {
  margin-bottom: 45px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.sec-title {
  text-align: center;
  margin-bottom: 70px;
}
.sec-title h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
}
.sec-title h3:after {
  content: '';
  width: 70px;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -35px;
}
.sec-title p {
  max-width: 500px;
  margin: 0 auto;
}
.owl-theme .owl-controls .owl-page span {
  width: 50px;
  height: 2px;
  border-radius: 0;
  background: #d3dadb;
  margin: 5px 0;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #000;
}
.form-control {
  height: auto;
  border-color: #e3e5e5;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  box-shadow: none !important;
  padding: 15px 20px;
  border-radius: 2px;
  position: relative;
  top: -2px;
  -webkit-transition: border-color 0.3s;
          transition: border-color 0.3s;
  color: #8b9599;
}
.form-control:focus,
.form-control:active {
  border-color: #000;
  outline: none !important;
}
.thin-txt {
  font-weight: 200 !important;
}
.txt-al {
  text-align: left !important;
}
.txt-ar {
  text-align: right !important;
}
.txt-ac {
  text-align: center !important;
}
.animatebg {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.bgtransparent {
  background: transparent !important;
}
.videobg .bgtransparent {
  background-color: #eddcd3 !important;
}
.bgimgnan {
  background-image: none !important;
}
.bgwhite {
  background-color: #eddcd3 !important;
}
.at-home,
.at-features,
.at-features-ext,
.at-gallery,
.at-testimonials,
.at-pricing,
.at-funfact,
.at-clients,
.at-subscribe,
.at-contact,
footer {
  overflow: hidden;
  margin-top: 0 !important;
  background-color: #000 !important;
}
.nicescroll-rails {
  background: rgba(0, 0, 0, 0.1);
  width: 5px;
  z-index: 9999 !important;
}
.nicescroll-rails:hover {
  opacity: 1 !important;
}
.nicescroll-rails > div {
  background: #000 !important;
}
video.bgvid {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background-size: cover;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  color: #fff;
  width: 100%;
  padding: 20px;
  z-index: 100 !important;
}
.content h1 {
  font-weight: 700;
  font-size: 10rem;
  line-height: 11rem;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 30% !important;
  margin-left: 25% !important;
}

.tw700 {
  font-weight: 700 !important;
}
.at-highlight {
  color: #000 !important;
}
.at-title {
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #000;
  font-size: 22px;
} 
.title-section {
  font-weight: 300;
  text-transform: uppercase;
  padding-bottom: 10px;
  color: #fff;
  font-size: 22px;
  width: 100%;
  height: 100%; 
  background-color: #000;
}
.mnu-cat {
  min-height: 18px;
  font-size: 14px;
  max-height: 20px;
  line-height: 15px;
  z-index: 999;
  background-color: transparent;
}
.mnu-cat p {
  margin-top: 0;
  margin-bottom: 0px;
  color: #8b9599;
}

.mnu-cat a{
  color: #8b9599;
}

.mnu-cat a:hover{
  color: #000;
  text-decoration: none;
}
.btn {
  font-family: 'Roboto Condensed', sans-serif;
  border-width: 2px;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 2px;
  -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
          transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.btn.btn-lg {
  padding: 9px 25px;
}
.btn.btn-o-white {
  border-radius: 2px;
  border-color: #fff;
  background-color: #fff;
  color: #000;
}
.btn.btn-o-white:hover {
  background-color: transparent;
  color: #fff;
}
.btn.btn-o-main {
  border-radius: 2px;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn.btn-o-main:hover {
  background-color: transparent;
  color: #000;
}
.btn.btn-o-dark {
  border-radius: 2px;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn.btn-o-dark:hover {
  background-color: transparent;
  color: #000;
}
.btn.btn-main {
  border-radius: 2px;
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn.btn-main:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.btn.btn-dark {
  border-radius: 2px;
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn.btn-dark:hover {
  background-color: #1c2225;
  border-color: #1c2225;
}
.btn.btn-white {
  border-radius: 2px;
  border-color: #000;
  background-color: #000;
  color: #fff;
}
.btn.btn-white:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
header.header-navbar nav.main-nav {
  border-bottom: none;
  background-color: #ca9980 !important;
  border-radius: 0;
  border-width: 0 0 0 0;
  z-index: 9999 !important;
  width:100vh;    
  height:50px;
  position:fixed;
  background:#4c4c4c;
  line-height: 50px;
  -webkit-transform-origin: left top;
  -webkit-transform:rotate(-90deg) translateX(-100%);
}
header.header-navbar nav.main-nav ul li {
  display: inline-block;
  margin-right:20px;
  float:left;
  height:100%;
}
header.header-navbar nav.main-nav ul li a {
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  padding: 14px 14px !important;
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: 1px;
  color: #000;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s, color 0.3s, background 0.3s;
          transition: border-color 0.3s, color 0.3s, background 0.3s;
  -webkit-padding-after: 14px;
  -webkit-padding-before: 14px;
  -webkit-padding-start: 10px;
  -webkit-padding-end: 10px;
}
header.header-navbar nav.main-nav ul li > .dropdown-menu {
  padding: 0;
  border-radius: 0;
}
header.header-navbar nav.main-nav ul li > .dropdown-menu li {
  display: block;
  float: none;
  padding: 0;
}
header.header-navbar nav.main-nav ul li > .dropdown-menu li a {
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: none;
  display: block;
  width: 100%;
}
header.header-navbar nav.main-nav ul li > .dropdown-menu li a:hover {
  color: #000;
  background-color: transparent;
}
header.header-navbar nav.main-nav ul li > .dropdown-menu li.current > a {
  color: #000;
  background-color: transparent;
}
header.header-navbar nav.main-nav ul li:hover > a,
header.header-navbar nav.main-nav ul li.current > a {
  color: #000;
  background-color: transparent;
  border-radius: 2px;
  border: none;
}
header.header-navbar nav .btn {
  margin: 15px 0;
}
header.header-navbar .logo {
  display: block;
  margin: 2px 5px;
}
header.header-navbar .logo h1 {
  font-family: 'Tenor Sans', sans-serif !important;
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0px;
  line-height: 50px;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}

.at-clone {
  padding: 0 !important;
  width: 100%;
  height: 0%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 999;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out, opacity 0.3s;
          transition: all 0.3s ease-in-out, opacity 0.3s;
}
.at-clone nav.main-nav {
  padding: 0 !important;
  height: 0px;
  background-color: transparent;
}
.at-clone nav.main-nav ul li {
  padding: 0px 0px  !important;
}
.at-clone nav.main-nav ul li a {
  color: #fff !important;
}
.at-clone header.navbar-header .logo h1 {
  color: #000 !important;
}
.at-clone nav.main-nav ul li:hover > a,
.at-clone nav.main-nav ul li.current > a {
  border: none !important;
  background: transparent; !important;
  color: #fff !important;
}
.at-clone nav.main-nav ul li > .dropdown-menu {
  padding: 0  !important;
}
.at-clone nav.main-nav ul li > .dropdown-menu li {
  display: none;
  float: none;
  padding: 0  !important;
}
.at-clone nav.main-nav ul li > .dropdown-menu li a {
  color: #fff;
  font-size: 14px;
  display: none;
  width: 100%;
  border-radius: 0;
}
.at-clone nav.main-nav ul li > .dropdown-menu li a:hover {
  color: #fff;
}
.at-clone .logo {
  display: none;
  margin: 0 0 !important;
  color: #000;
}
.at-clone .navbar-default .navbar-toggle {
  /*border-color: #000;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
          transition: background-color 0.3s, border-color 0.3s;*/
}
.at-clone .navbar-default .navbar-toggle .icon-bar {
  background-color: transparent;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.at-clone .navbar-default .navbar-toggle:hover,
.at-clone .navbar-default .navbar-toggle:active,
.at-clone .navbar-default .navbar-toggle:focus {
  background-color: transparent;
  /*border-color: #000;*/
}
.at-clone .navbar-default .navbar-toggle:hover .icon-bar,
.at-clone .navbar-default .navbar-toggle:active .icon-bar,
.at-clone .navbar-default .navbar-toggle:focus .icon-bar {
  background-color: transparent;
}
.at-clone .navbar-default .navbar-collapse,
.at-clone .navbar-default .navbar-form {
  /*border-color: #000;*/
}
.at-stick {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  color: #000 !important;
  margin: 10px 10px !important;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Barlow Semi Condensed', sans-serif !important;
  padding: 5px 10px !important;
  border-color: #000;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;*/
}
.navbar-default .navbar-toggle .icon-bar {
  /*background-color: #000;*/
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:active .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  /*background-color: #000;*/
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  /*border-color: rgba(255, 255, 255, 0.6);*/
  padding: 0;
}
.at-page-header {
  /*background-image: url(../images/17.jpg);*/
  background-position: top center;
  background-attachment: fixed;
  background-color: #000;
  padding: 0;
  margin: 100px;
  border-width: 0;
  min-height: 800px !important;
}
.at-page-header .at-page-title {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-size: 50px;
  line-height: 70px;
  letter-spacing: 5px;
  word-spacing: 10px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  padding: 50px 0 100px;
}
.at-home {
  /*background-image: url(../images/bg.gif);*/
  background-position: top center;
  background-attachment: fixed;
  background-color: transparent;
}
.at-home .hero-unit {
  color: #000;
  background-color: #000;
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.carousel {
    z-index: 999;
}
.carousel .item {
    position: fixed;
    top: -40px;
    left: 0;
    width: 100%;
    height: 100%;
}
.title {
  text-align: center;
  margin-top: 0px;
  padding-bottom: 5px;
  text-shadow: 2px 2px #000;
  opacity: 1;
  color: #FFF;
}
.at-home .hero-unit .main-title {
  max-width: 100%;
  text-align: center;
  margin: 0px auto 0;
}
.at-home .hero-unit .main-title h3 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 55px;
  line-height: 70px;
  font-weight: 300;
  letter-spacing: 5px;
  color: #000;
}
.at-home .hero-unit .main-title h3 strong {
  font-weight: 700;
}
.at-home .hero-unit .main-title p {
  margin: 0 auto 0;
  max-width: 700px;
  font-size: 20px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 1px;
}
.at-home .hero-unit .main-title a.btn {
  margin: 0 5px;
}
.at-home .hero-unit .main-title .app-mockup {
  margin-top: 0px;
  padding-top: 50px;
}
.at-home .hero-unit .main-title img.img-responsive {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.fade-out {
   -webkit-transition: opacity 10s ease-in-out;
    -moz-transition: opacity 10s ease-in-out;
    -ms-transition: opacity 10s ease-in-out;
    -o-transition: opacity 10s ease-in-out;
    transition: visibility 0s 10s, opacity 10s linear;
    opacity: 0;
}

.at-home .hero-unit .app-details {
  max-width: 100%;
  margin: 0px auto 0;
}
.at-home .hero-unit .app-details .app-mockup {
  width: 40%;
  float: left;
  padding-right: 0;
}
.at-home .hero-unit .app-details .app-desc {
  width: 60%;
  float: right;
  padding-left: 0;
  padding-top: 50px;
  font-weight: 400;
}
.at-home .hero-unit .app-details .app-desc h4.title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.at-home .hero-unit .app-details .app-desc span.sub-title {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  display: block;
}
.at-home .hero-unit .app-details .app-desc p {
  margin-bottom: 25px;
}
.at-home .hero-unit .app-details .app-desc .appstore-buttons a {
  margin-right: 20px;
}



/*================================================== 
     Slideshow
 ================================================== */

/*-- Main slide --*/

#main-slide .item {
  height: 720px;
}

#main-slide .item img{
  width: 100%;
}

#main-slide .item .slider-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
  z-index: 0;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}

#main-slide .slider-content{
  top: 45%;
  margin-top: 20px;
  left: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #fff;
}

.player {
  margin-top: 25px !important;
}

#main-slide .carousel-indicators {
  bottom: 0 !important;
}

.carousel-indicators {
  position: fixed !important;
  margin-bottom: 1% !important;
  margin-right: 1% !important;
  z-index: 9999 !important;
  right: 1% !important;
  left: 69% !important;
  text-align: right !important;
}

.carousel-indicators ol {
  list-style: none;
}

.carousel-indicators li{
  list-style: none;
  z-index: 9999 !important;
  opacity: 1;
  filter: alpha(opacity=100);
  font-size: 18px !important;
  line-height: 21px !important;
  color: #fff !important;
  padding-right: 15px !important;
  font-weight: 500;
  font-family: 'Tenor Sans', sans-serif;
}


#main-slide .carousel-control.left,
#main-slide .carousel-control.right {
  opacity: 0.6;
  filter: alpha(opacity=60);
  background-image: none;
  background-repeat: no-repeat;
  text-shadow: none;
}
#main-slide .carousel-control.left:hover,
#main-slide .carousel-control.right :hover{
  opacity: 0.6;
  filter: alpha(opacity=60);
}

#main-slide .carousel-control.left span {
  padding: 8px;
}

#main-slide .carousel-control.right span {
  padding: 8px;
}

#main-slide .carousel-control .fa-angle-left, 
#main-slide .carousel-control .fa-angle-right{
  position: fixed;
  top: 45%;
  z-index: 9999 !important;
  display: inline-block;
  text-indent: 999 !important;
}

#main-slide .carousel-control .fa-angle-left{
  left: 0;
}

#main-slide .carousel-control .fa-angle-right{
  right: 0;
}

#main-slide .carousel-control i{
  background: transparent;
  color: #fff;
  line-height: 72px;
  font-size: 72px;
  padding: 15px 20px;
  font-weight: 200;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}


#main-slide .slider-content h1{
  position: fixed !important;
  font-weight: 700;
  font-size: 1450% !important;
  line-height: 1em !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: 'Anton', sans-serif !important;
  top:  -40px !important;
  left: 55px !important;
  text-align: center !important;
}

#main-slide .slider-content h2{
  position: relative !important;
  font-weight: 700;
  font-size: 1350% !important;
  line-height: 1em !important;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: 'Aldrich', sans-serif !important;
  top:  100px !important;
  left: 45px !important;
  text-align: center; !important;
}


#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
    color: #fff;
}

#main-slide .slider-content p{
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}

.slider.btn{
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  text-transform: uppercase;
  line-height: 28px;
    font-weight: 300;
  border: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#main-slide .btn-primary:hover {
  background: transparent;
  border: 1px solid #fff;
}

.slider.btn.btn-default{
  margin-left: 4px;
  background: #ECECEC;
}

.slider.btn.btn-default:hover{
  background: #000;
  color: #fff;
}

.slider-content-left {
  position: relative;
  margin: 0 0 0 40px;
}

.slider-content-right{
  position: relative;
}

/*-- Animation --*/
.carousel .item.active .animated1 {
  -webkit-animation: lightSpeedIn 1s ease-in 800ms both;
  animation: lightSpeedIn 1s ease-in 800ms both;
}

.carousel .item.active .animated2 {
  -webkit-animation: bounceIn 1s ease-in 800ms both;
  animation: bounceIn 1s ease-in 800ms both;
}

.carousel .item.active .animated3 {
  -webkit-animation: flipInX 2s ease-in-out 800ms both;
  animation: flipInX 2s ease-in-out 800ms both;
}


@media (min-width : 992px) {
    
    #main-slide .slider-content h1{
    font-size: 58px;
  }
}

/* 24 inch iMac ----------- */
@media only screen and (min-width : 1600px) {

  #main-slide .item {
        height: 980px;
    }

    .carousel-inner {
    margin-top: 2%;
  }
  
}
/* 27 inch iMac ----------- */
@media only screen and (min-width : 2400px) {

  #main-slide .item {
        height: 1280px;
    }

    .carousel-inner {
    margin-top: 3%;
  }
  
}

@media only screen and (max-width : 1080px) and (max-height : 1920px) {
  #main-slide .item {
        height: 980px;
    }

    .carousel-inner {
    margin-top: 2%;
  }
}

@media screen and (min-width : 1824px) {

  #main-slide .item {
        height: 980px;
    }

    .carousel-inner {
    margin-top: 2%;
  }

}



@media (min-width : 768px) and (max-width: 991px) {
    
    #main-slide .slider-content h1{
    font-size: 35px;
        margin-bottom: 10px;
        margin-top: 0;
  }
  #main-slide .slider-content p{
    font-size: 20px;
    margin-top: 0;
        line-height: 25px;
  }

  .slider.btn{
    padding: 5px 25px;
    margin-top: 5px;
    font-size: 16px;
  }
    
    #main-slide .item {
        height: 550px;
    }
    
}


@media (max-width : 767px) {
    
  #main-slide .slider-content h1{
    font-size: 28px;
    line-height: normal;
    margin-bottom: 0;
  }
  #main-slide .slider-content p{
    font-size: 14px;
    margin-top: 5px;
  }
  .slider.btn{
    padding: 0 15px;
    margin-top: 0;
    font-size: 12px;
  }
  #main-slide .carousel-indicators, #main-slide .carousel-control.right{
    display: none;
  }
    
    #main-slide .item .slider-content{
    display: none;
  }
    
    #main-slide .item {
        height: 400px;
    }


    
}

@media (max-width : 479px) {
    
    #main-slide .item .slider-content{
    display: none;
  }
    
    #main-slide .item {
        height: 180px;
    }

    .carousel-inner {
    margin-top: 12%;
  }
    
}

.at-photo-gallery, .at-video-gallery{
  position: relative !important;
  /*top: -73px !important;*/
}

.at-features {
  padding: 120px 0;
}
.feature {
  border: 1px solid #f5f6f6;
  text-align: center;
  position: relative;
  padding: 40px 20px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.01);
  -webkit-transition: border-color 0.9s;
          transition: border-color 0.9s;
}
.feature .feature-icon {
  width: 92px;
  text-align: center;
  font-size: 40px;
  line-height: 90px;
  border-radius: 70px;
  border: 1px solid #000;
  position: relative;
  color: #000;
  -webkit-transition: color 0.6s, border-color 0.6s;
          transition: color 0.6s, border-color 0.6s;
  margin: 0 auto;
}
.feature h3.feature-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 0;
  z-index: 9;
  top: 0;
  -webkit-transition: color 0.5s, top 0.4s;
          transition: color 0.5s, top 0.4s;
  color: #48575e;
  text-transform: uppercase;
}
.feature p.feature-desc {
  width: 100%;
  position: absolute;
  padding: 0 20px;
  color: #fff;
  top: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition: color 0.5s, opacity 0.5s, top 0.4s;
          transition: color 0.5s, opacity 0.5s, top 0.4s;
}
.feature:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: top 0.5s, opacity 0.5s;
          transition: top 0.5s, opacity 0.5s;
}
.feature:hover {
  cursor: pointer;
}
.feature:hover .feature-icon {
  color: rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.07);
  z-index: 9;
}
.feature:hover:after {
  top: 0;
  opacity: 1;
}
.feature:hover p.feature-desc {
  top: 75px;
  z-index: 9;
  opacity: 1;
  color: #fff;
}
.feature:hover h3.feature-title {
  top: -125px;
  color: #fff;
}
.features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-list li {
  width: 33.33333333%;
  float: left;
}
.features-list li .feature {
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
}
.features-list li:nth-child(3n) .feature {
  border-right-width: 1px;
}
.features-list li:last-child .feature {
  border-right-width: 1px;
}
.features-list li:nth-child(1) .feature,
.features-list li:nth-child(2) .feature,
.features-list li:nth-child(3) .feature {
  border-top-width: 1px;
}
.at-features-ext {
  background-image: url(../images/17.jpg);
  background-position: top center;
  background-attachment: fixed;
  background-color: #000;
  padding: 100px 0;
}
.at-features-ext .at-feature-ext-img {
  margin: 10px 0 0;
}
.ext-feature {
  color: #fff;
  position: relative;
}
.ext-feature .join-line {
  width: 1px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 51px;
}
.ext-feature .ft-icon {
  width: 102px;
  line-height: 100px;
  border-radius: 100px;
  font-size: 42px;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  color: #fff;
  float: left;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s;
          transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}
.ext-feature .ft-title {
  margin-left: 120px;
  font-family: 'Roboto Condensed', sans-serif;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: 1px;
  color: #fff;
}
.ext-feature .ft-desc {
  margin-left: 120px;
}
.ext-feature:hover .ft-icon {
  background-color: #fff;
  color: #000;
}
.ext-feature.ext-feature-dark {
  color: #8b9599;
}
.ext-feature.ext-feature-dark .ft-icon {
  background: transparent;
  border: 1px solid #000;
  color: #000;
}
.ext-feature.ext-feature-dark .ft-title {
  color: #000;
}
.ext-feature.ext-feature-dark .join-line {
  background-color: #000;
}
.ext-feature.ext-feature-dark:hover .ft-icon {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}
.ext-featuer-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ext-featuer-list li .ext-feature {
  margin-bottom: 50px;
}
.ext-featuer-list li .ext-feature .ft-icon:after {
  content: '';
  height: 150px;
}
.ext-featuer-list li:last-child .ext-feature {
  margin-bottom: 0;
}
.ext-featuer-list li:last-child .ext-feature .join-line {
  height: 0 !important;
}
.at-features-ext-2 {
  padding: 100px 0 0;
  background-color: #f7f7f7;
}
.block-txt .bt-title {
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.block-txt .bt-subtitle {
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 20px;
  font-style: italic;
  display: block;
  color: #a6aeb1;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1px;
}
.nav-tabs > li,
.nav-pills > li {
  float: none;
  display: inline-block;
  *display: inline;
  /* ie7 fix */
  zoom: 1
  /* hasLayout ie7 trigger */
}
.nav-tabs > li a,
.nav-pills > li a {
  border-width: 0 !important;
  position: static;
}
.nav-tabs,
.nav-pills {
  text-align: center;
  border-width: 0;
}
.fade {
  opacity: 0;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
          transition: opacity 0.4s, transform 0.4s;
}
.fade.in {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
ul.nav-tabs {
  margin-bottom: 50px;
}
ul.nav-tabs li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 48px;
  line-height: 48px;
  padding: 20px 50px;
  color: #000;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;
}
ul.nav-tabs li a:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
}
ul.nav-tabs li.active a {
  color: #fff;
  background-color: #000;
}
ul.nav-tabs li.active a:hover,
ul.nav-tabs li.active a:focus {
  color: #fff;
  background-color: #000;
}
.at-ext-mini-features {
  text-align: center;
  padding: 0 10px;
}
.at-ext-mini-features .at-ext-mini-icon {
  width: 72px;
  font-size: 32px;
  line-height: 70px;
  border-radius: 70px;
  color: #000;
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;
}
.at-ext-mini-features strong {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 10px;
}
.at-ext-mini-features:hover .at-ext-mini-icon {
  background-color: #000;
  color: #fff;
}
.icon-list {
  list-style: none;
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
}
.icon-list li i {
  color: #000;
  font-size: 16px;
}
.at-highlight-features {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}
.at-highlight-features .at-ext-mini-features {
  text-align: center;
  padding: 0 10px;
}
.at-highlight-features .at-ext-mini-features .at-ext-mini-icon {
  color: #fff;
  border-color: #fff;
}
.at-highlight-features .at-ext-mini-features strong {
  color: #fff;
}
.at-highlight-features .at-ext-mini-features:hover .at-ext-mini-icon {
  background-color: #fff;
  color: #000;
}
.at-main-features-cont {
  padding: 100px 0;
  background-color: #f7f7f7;
}
.at-main-features-cont img {
  margin: 0 auto;
}
.at-main-features-cont .ft-sec {
  width: 30%;
  float: left;
  padding-top: 80px;
}
.at-main-features-cont .ft-sec-mockup {
  float: left;
  width: 40%;
  padding: 0 0;
}
.at-main-features-cont .at-ext-mini-icon.pull-right {
  margin-left: 20px;
  position: relative;
}
.at-main-features-cont .at-ext-mini-icon.pull-right:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: -5px;
  margin-top: -5px;
  -webkit-transition: right 0.3s;
          transition: right 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.at-main-features-cont .at-ext-mini-icon.pull-left {
  margin-right: 20px;
  position: relative;
}
.at-main-features-cont .at-ext-mini-icon.pull-left:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 3px solid #f7f7f7;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -5px;
  -webkit-transition: right 0.3s;
          transition: right 0.3s;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
          transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.panel-group .panel {
  border-radius: 2px;
  margin-bottom: 20px;
}
.panel-group .panel > .panel-heading {
  border-radius: 1px 1px 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}
.panel-group .panel > .panel-heading a:hover {
  color: #fff;
}
.panel-group .panel .panel-body {
  background-color: #f5f5f5;
}
.panel-default {
  border-width: 0;
  border-color: #000;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #000;
}
.panel-default.at-collapse-active {
  border-color: #000;
}
.panel-default.at-collapse-active > .panel-heading {
  color: #fff;
  background-color: #000;
}
.alert strong {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}
.appscreens {
  width: 100%;
  box-sizing: content-box;
  max-height: 500px;
}
.appscreens ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: content-box;
}
.appscreens ul li {
  padding: 0 8px;
  display: inline-block;
  float: left;
  box-sizing: content-box;
}
.appscreens ul li a {
  border-radius: 5px;
  overflow: hidden;
  display: block;
  position: relative;
}
.appscreens ul li a:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.appscreens ul li a:before {
  content: '\e657';
  font-family: "Pe-icon-7-stroke";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -32px 0 0 -32px;
  font-size: 64px;
  line-height: 64px;
  z-index: 1;
  -webkit-transform: scale(2);
      -ms-transform: scale(2);
          transform: scale(2);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
          transition: transform 0.3s, opacity 0.3s;
}
.appscreens ul li a:hover img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
.appscreens ul li a:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}
.appscreens ul li a:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.appscreens ul li a img {
  -webkit-transition: -webkit-transform 1s;
          transition: transform 1s;
}
.at-gallery {
  padding: 100px 0;
  background-color: #000;
}
.at-funfact {
  padding: 100px 0;
  background-image: url(../images/1.png);
  background-position: top center;
  background-attachment: fixed;
  background-color: #000;
}
.funfact {
  color: #fff;
  padding: 20px 25px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.1);
  max-width: 220px;
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 15px;
}
.funfact .at-funfact-icon {
  font-size: 64px;
  line-height: 75px;
}
.funfact .at-funfact-counter {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  vertical-align: middle;
  text-transform: uppercase;
}
.funfact .funfact-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.all-funfacts {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.at-contact {
  padding: 50px 0;
  background-color: #eddcd3 !important;
  text-align: center;
}
.contact-form-container {
  margin: 0 auto;
}
.contact-form-container input[type="text"],
.contact-form-container input[type="email"],
.contact-form-container input[type="tel"],
.contact-form-container input[type="password"],
.contact-form-container textarea {
  width: 100%;
  margin-bottom: 20px;
}
.contact-form-container textarea {
  height: 200px;
}
.contact-form-container .at-btn-container {
  text-align: center;
}
.formFieldError {
  border-color: #e34444 !important;
  box-shadow: 0 0 3px #e34444;
}
#result-message {
  display: none;
  max-width: 600px;
  margin: 20px auto 0;
}
.contact-address {
  padding-left: 50px;
}
.contact-info {
  margin-bottom: 25px;
}
.contact-info .contact-info-icon {
  float: left;
  font-size: 24px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  width: 42px;
}
.contact-info .contact-info-txt {
  margin-left: 55px;
}
.contact-info .contact-info-txt address {
  margin-bottom: 15px;
}
.contact-info .contact-info-txt address strong {
  font-size: 17px;
  line-height: 27px;
}

.contact-title h1 {
  color: #fff;
  font-weight: 400;
  font-size: 8.6em;
  margin: 0;
  padding: 0 10px;
  line-height: 0.4em;
  font-family: 'Bon Voyage', sans-serif;
  letter-spacing: 5px;
  word-spacing: 10px;
}
.contact-title h2 {
  color: #fff;
  font-weight: 400;
  font-size: 4em;
  text-transform: lowercase;
  margin-bottom: 55px;
  padding: 0;
  font-family: 'Bon Voyage T', sans-serif;
}
.contact-social-list ul{
  list-style: none;
}
.contact-social-list ul li a{
  font-weight: 300;
  font-size: 5em;
  line-height: 1.2em;
  font-family: 'Bon Voyage T', sans-serif;
}
.contact-social-list ul li a:hover{
  text-decoration: underline;
  border-bottom: 1px solid #666;
  color: #666;
}

.footer-copy {
  float: right;
  text-align: right;
  bottom: 15px !important;
  position: fixed;
  overflow: hidden;
  margin-right: 0 !important;
  right: 15px !important;
  font-family: 'Tenor Sans', sans-serif !important;
}
.at-video-gallery {
  background-color: #eddcd3 !important;
}
.at-video-gallery .video-gallery-title {
  color: #fff;
  text-align: center;
  font-family: 'Tenor Sans', sans-serif !important;
  text-transform: uppercase;
  font-weight: 700;
}


/* ABOUT 2020 */

.at-about {
  padding: 15px 0;
  background-color: #eddcd3 !important;
  text-align: left;
}

.about-title h1 {
  color: #fff;
  font-weight: 400;
  font-size: 10.6em;
  margin: 0;
  padding: 0 10px;
  line-height: 0.9em;
  font-family: 'Bon Voyage', sans-serif !important;
  letter-spacing: 20px;
  word-spacing: 30px;
  text-align: left;
}

.about-text p {
  color: #fff;
  font-weight: 400;
  font-size: 2.4em;
  margin: 0;
  padding: 5px 20px;
  line-height: 1em;
  font-family: 'Bon Voyage', sans-serif !important;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: left;
}

/* ------------------------------------------------------------------
Works item
------------------------------------------------------------------- */

.work-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: auto;
  cursor: pointer;
  width: 100%;
  max-height: 367px;
  margin-bottom: 0px;
  opacity: 1;
  background-color: #fff;
  color: #fff;
}

.work-item img {
  width: 100%;
  max-height: 367px;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
     -moz-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
       -o-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
          transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
}

.work-item img:hover {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
     -moz-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
       -o-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
          transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
}

.work-caption {
  position: absolute;
  left: 5%;
  top:  15%;
  width: 90%;
  opacity: 0.9;
  overflow: hidden;
  padding: 0;
  z-index: 3;
  text-align: center;
  opacity: 0;
  font-family: 'Tenor Sans', sans-serif;
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.5);*/
}

.work-title , .work-title h3{
  font-size: 48px;
  line-height: 48px;
  /*color: #fff;*/
  padding: 0;
  /*border: 3px solid #fff;*/
  text-indent: 3px;
  background-color: transparent;
  margin: 0px 0 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1; 
  font-family: 'Tenor Sans', sans-serif;
  font-weight: 700; 
  /*text-shadow: 2px 4px 3px rgba(0,0,0,0.5);*/
  /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;*/

          -webkit-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
     -moz-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
       -o-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
          transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
}

.w-t-b, .w-s-b { color: #000;}
.w-t-w, .w-s-w { color: #fff;}

.work-subtitle , .work-subtitle span{
  font-size: 36px;
  /*color: #fff;*/
  padding: 0;
  /*border: 3px solid #fff;*/
  text-indent: 3px;
  background-color: transparent;
  margin: 0px 0 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 1;
  font-family: 'Mada', sans-serif;
  font-weight: 300 !important; 
  /*box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s, color 0.3s;
          transition: background-color 0.3s, color 0.3s;*/
   -webkit-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
     -moz-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
       -o-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
          transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
}

/* ------------------------------------------------------------------
Works item hover
------------------------------------------------------------------- */


.work-item:hover .work-caption {
  opacity: 1;
  top: 50%; 
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
     -moz-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
       -o-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
          transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000); 
}

/* .work-subtitle:hover , .work-title span:hover, .work-title:hover , .work-title h3:hover {
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
     -moz-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
       -o-transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000);
          transition: all 0.3s cubic-bezier(0.300, 0.600, 0.580, 1.000); 
} */
.video-prev {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
    position: absolute;
    top: -10%;
    left: 2%;
    padding: 1% 1%;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 9999 !important
}

.embed-container-s iframe, .embed-container-s object, .embed-container-s embed {
    position: absolute;
    width: 87%;
    height: 55%;
    margin-right: 11%;
    margin-left: 11%;
    border: none;
}

.modal-content {
  min-height: 100%;
  background-color: #000;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-body {
  background-color: #000;
  border: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-top: 10%;
  margin-bottom: 8%;
}

.modal-content .close {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

.video-prev img {
  width: 100%;
  height: 100% !important;
}
.separator-black {
  background-color: #000;
  padding-top: 300px;
  width: 100%;
}

.separator-w {
  background-color: #000;
  width: 100%;
}


footer .copyright {
  background-color: #000;
  text-align: right;
  padding: 0 0;
  margin-bottom: 0;
}
footer .footer-social {
  text-align: center;
  padding: 30px 0;
  background-color: #000;
}
footer .footer-social h3 {
  margin-bottom: 30px;
}
footer .footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .footer-social ul li {
  display: inline-block;
}
footer .footer-social ul li a {
  display: block;
  line-height: 30px;
  width: 30px;
  border-radius: 2px;
  background-color: #000;
  font-size: 16px;
  color: #fff;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
footer .footer-social ul li a:hover {
  background-color: #000 !important;
}

.footer-social {
  text-align: center;
  padding: 0 0;
  background-color: transparent;
}
.footer-social h3 {
  margin-bottom: 30px;
}
.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-social ul li {
  display: inline-block;
}
.footer-social ul li a {
  display: block;
  line-height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #000;
  font-size: 21px;
  color: #818179;
  -webkit-transition: background-color 0.3s;
          transition: background-color 0.3s;
}
.footer-social ul li a:hover {
  background-color: #fff !important;
  color: #000;
}

@media (min-width: 561px) and (max-width: 991px) {
  .features-list li {
    width: 50%;
  }
  .features-list li:nth-child(2n) .feature {
    border-right-width: 1px;
  }
  .features-list li:last-child .feature {
    border-right-width: 1px;
  }
  .features-list li:nth-child(1) .feature,
  .features-list li:nth-child(2) .feature {
    border-top-width: 1px;
  }
  .features-list li:nth-child(3) .feature,
  .features-list li:nth-child(4) .feature {
    border-top-width: 0;
  }
  .feature {
    margin-bottom: 30px;
  }
  .ft-sec-mockup {
    display: none;
  }
  .at-main-features-cont .ft-sec {
    width: 50%;
  }
  .pricing-table {
    max-width: 236px;
  }
}
@media (max-width: 560px) {
  .features-list li {
    width: 100%;
  }
  .features-list li .feature {
    border-right-width: 1px;
  }
  .features-list li:nth-child(1) .feature {
    border-top-width: 1px;
  }
  .features-list li:nth-child(2) .feature,
  .features-list li:nth-child(3) .feature,
  .features-list li:nth-child(4) .feature {
    border-top-width: 0;
  }
  .feature {
    margin-bottom: 30px;
  }
  .ft-sec-mockup {
    display: none;
  }
  .at-main-features-cont .ft-sec {
    width: 100%;
  }
  .at-main-features-cont .ft-sec .at-ext-mini-features {
    text-align: left !important;
  }
  .at-main-features-cont .ft-sec .at-ext-mini-icon.pull-right {
    float: left !important;
    margin-right: 20px;
    margin-left: 0;
  }
  .at-home .hero-unit .main-title h3 {
    font-size: 40px;
  }
  .at-home .hero-unit .main-title a.btn {
    margin-bottom: 0px;
  }
  .subscribe-form input[type="text"],
  .subscribe-form input[type="email"] {
    max-width: 200px;
  }
}
@media (max-width: 750px) {
  .pricing-table {
    max-width: 350px;
    display: block;
    margin: 0 auto 30px;
  }
}
@media (max-width: 767px) {

  header.header-navbar .logo h1 {
    font-family: 'Tenor Sans', sans-serif !important;
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-top: 0px;
    line-height: 50px;
    letter-spacing: 1px;
    color: #000;
    text-transform: uppercase;
  }
  header.header-navbar nav.main-nav .navbar-nav {
    float: right !important;
    margin: 0;
    position: fixed !important;
    top: 2px;
    left: 200px;
  }
  header.header-navbar nav.main-nav ul {
    display: inline !important;
  }
  header.header-navbar nav.main-nav ul li {
    padding: 0 0 !important;
    display: inline !important;
    float: none;
    width: 100%;
    text-align: left;
  }
  header.header-navbar nav.main-nav ul li a {
    padding: 0 0 !important;
    font-size: 14px !important;
    line-height: 14px;
    width: 100%;
    display: inline !important;
    text-align: left;
    color: #000 !important;
    letter-spacing: 0px !important;
    /*position: relative; */
  }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    padding: 0;
  }

  #main-slide .slider-content h1{
    position: fixed !important;
    font-weight: 400;
    font-size: 12em !important;
    line-height: 1em !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: 'Anton', sans-serif !important;
    text-align: center !important;
  }

  .at-contact {
    padding: 15px 0 !important;
  }

  .contact-title h1 {
    color: #fff;
    font-weight: 300;
    font-size: 4.6em;
    margin: 0;
    padding: 0 25px 0 65px !important;
    line-height: 1em;
    font-family: 'Bon Voyage', sans-serif;
    letter-spacing: 2px;
    word-spacing: 5px;
  }

  .contact-title h2 {
    color: #fff;
    font-weight: 400;
    font-size: 2em;
    padding: 0 65px 0 65px !important;
    text-transform: lowercase;
    margin-bottom: 45px;
    font-family: 'Bon Voyage T', sans-serif;
  }

  .contact-social-list ul li a {
    font-weight: 300;
    font-size: 3.6em;
    line-height: 1.2em;
  }

  .footer-copy {
    bottom: 0px !important;
  }

  .about-title h1 {
    color: #fff;
    font-weight: 400;
    font-size: 2.6em;
    margin: 0;
    padding: 0 10px 15px 55px !important;
    line-height: 1em;
    font-family: 'Bon Voyage', sans-serif !important;
    letter-spacing: 7px;
    word-spacing: 5px;
    text-align: center;
  }

  .about-text p {
    color: #fff;
    font-weight: 300;
    font-size: 1.4em;
    margin: 0;
    padding: 15px 10px 15px 55px !important;
    line-height: 1.2em;
    font-family: 'Bon Voyage T', sans-serif !important;
    letter-spacing: 1px;
    word-spacing: 2px;
    text-align: center;
  }

  #main-slide .carousel-control.right {
    display: none;
  }

}

@media (max-width: 359px) {
	.subscribe-form input[type="text"],
	.subscribe-form input[type="email"]{
		max-width: 180px;
	}
	.subscribe-form input[type="submit"]{
		width: 100%;
	}
}

.option-panel {
  width: 250px;
  background: #fff !important;
  color: #000 !important;
  position: fixed;
  top: 100px;
  left: -250px;
  z-index: 9999;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.option-panel h5{
  color: #000 !important;
}
.option-panel.shown {
  left: 0;
}
.option-panel .option-panel-title {
  background: #000;
  color: #fff !important;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
}
.option-panel .opt-show-hide {
  position: absolute;
  right: -45px;
  top: 0;
  width: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 24px;
  background: #000;
  color: #fff;
}
.option-panel .opt-show-hide:hover {
  background: #272f33;
  cursor: pointer;
}
.option-panel .option-panel-opts {
  padding: 10px 20px;
}
.option-panel .option-panel-opts .box-mod-switch {
  margin: auto;
  text-align: center;
  display: inline-block;
}
.option-panel .option-panel-opts .box-mod-switch label {
  display: inline-block;
  font-weight: 600;
  float: left;
  font-size: 14px;
  line-height: 14px;
}
.option-panel .option-panel-opts .box-mod-switch label:hover {
  cursor: pointer;
}
.option-panel .option-panel-opts .box-mod-switch label .sw-label {
  padding: 5px 6px;
  background: #f2f2f2;
}
.option-panel .option-panel-opts .box-mod-switch label input {
  display: none;
}
.option-panel .option-panel-opts .box-mod-switch label input:checked + .sw-label {
  color: #fff;
  background: #9cd267;
}
.option-panel .option-panel-opts .theme-color .color-code {
  width: 35px;
  height: 35px;
  background: #9cd267;
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #9cd267;
}
.option-panel .option-panel-opts .theme-color .color-code:hover {
  border-color: #000 !important;
  cursor: pointer;
}
.option-panel .option-panel-opts .theme-bg-boxed .pattern-box {
  width: 53px;
  height: 35px;
  margin-right: 2px;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.option-panel .option-panel-opts .theme-bg-boxed .pattern-box:hover {
  border-color: #000;
  cursor: pointer;
}
.option-panel .option-panel-opts .theme-bg-boxed .pattern-box.img {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}