/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Imports
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,700);


/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Global
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
body {
    font-family: "Raleway";
    position: relative;
}

.top {
    display: none;
    background: rgb(81, 255, 182);
    color: #fff;
    padding: 5px 10px;
    font-size: 22px;
    position: fixed;
    bottom: 45px;
    right: 35px;
}

.top:hover {
    background: rgb(87, 160, 255);
}

h1 {
    font-weight: 100;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 10px;
}

h2 {
    font-weight: 100;
    font-size: 40px;
    text-transform: uppercase;
    color: #fff;
}

ul {
    list-style: none;
}

#trigger-overlay:hover,
a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
    transition: .8s;
}

p {
    font-size: 16px;
}

.wrapper {
    padding: 75px 0px;
}

.virticle-line {
    height: 40px;
    width: 1px;
    background: #888;
    margin: 15px auto 5px;
}

.circle {
    height: 15px;
    width: 15px;
    border: 1px solid #888;
    border-radius: 100%;
    margin: 0px auto 50px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 		Overlay style
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background: linear-gradient(50deg, rgb(81, 255, 182), rgb(87, 160, 255));
}

.overlay .overlay-close {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 110px;
    top: 85px;
    overflow: hidden;
    border: none;
    background: url(../img/cross.png) no-repeat center center;
    text-indent: 200%;
    color: transparent;
    outline: none;
    z-index: 100;
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    font-size: 54px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
}

.overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
}

.overlay ul li a {
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #e3fcb1;
}

.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay-hugeinc nav ul {
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-hugeinc.open nav ul {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.overlay-hugeinc.close nav ul {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH				Header
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.header {
    height: 100vh;
    background: linear-gradient(50deg, rgb(81, 255, 182), rgb(87, 160, 255));
    padding: 45px 0px;
}

#logo {
    font-size: 80px;
    letter-spacing: 10px;
    font-weight: 100;
    color: white;
    display: inline-block;
    padding: 0px;
    float: left;
}

a#logo:hover {
    text-decoration: none;
}

.strong {
    font-weight: 400;
}

.header img {
    width: 100%;
}

.top-bar {
    width: 100%;
}

.fixed {
    position: fixed;
    background: #FF9A7D;
    top: 0;
    z-index: 99;
    transition: 1s;
}

.fixed #logo {
    font-size: 40px;
}

.nav-button {
    max-width: 600px;
}

.nav-button button {
    border: none;
    outline: none;
    display: inline-block;
    color: #fff;
    border-radius: 0px;
    cursor: pointer;
    background-color: transparent;
    float: right;
    font-size: 42px;
}

.nav-button button:hover {
    color: rgb(87, 160, 255);
    background-color: white;
}

.navbar-white {
    background-color: #fff !important;
    transition: background 0.5s ease-out;
    box-shadow: 0px 0px 10px #39c;
}

.starting img {
    margin-top: 110px;
}

.banner-text {
    margin-top: 100px;
}

.starting p {
    padding: 20px 0px;
    color: #fff;
    line-height: 30px;
}

.btn.btn-download {
    width: 200px;
    background: white;
    margin-bottom: 10px;
    border-radius: 50px;
    text-align: left;
    color: #333333;
    border: 1px solid white;
}

.btn.btn-download:hover {
    color: #fff;
    background-color: transparent;
}

.btn.btn-download i {
    width: 20px;
    font-size: 36px;
    margin-left: 10px;
    margin-right: 25px;
}

.btn.btn-download strong {
    font-weight: 800;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Bigfeature
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#bigfeatures li i {
    color: #7cc180;
    font-size: 24px;
    text-align: center;
    height: 50px;
    width: 50px;
    border: 1px solid #7cc180;
    border-radius: 100%;
    padding-top: 12px;
}

.item-list-right li {
    padding: 0 70px 20px 0;
    position: relative;
    text-align: right;
}

.item-list-right li i {
    font-size: 32px;
    position: absolute;
    right: 0;
    top: 0;
}

.item-list-right h3 {
    margin: 0 0 25px 0;
    font-weight: 300;
}

.item-list-big li i {
    font-size: 48px;
}

.item-list-right li:last-child {
    padding-bottom: 0;
}

#bigfeatures .screen {
    width: 70%;
    height: auto;
}

@media (max-width:992px) and (min-width:767px) {
    .header img {
        display: none;
    }

    .item-list-right.item-list-big li {
        padding-top: 15px;
        font-size: 14px;
    }

    .item-list-right h3 {
        font-size: 22px;
    }

    .item-list-right li p {
        display: none;
    }

    .item-list-right li:last-child {
        padding-bottom: 0;
    }
}

.animation-box {
    display: inline-block;
    position: relative;
}

@-webkit-keyframes highlight-left {
    0% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0);
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1);
    }

    100% {
        opacity: 0;
        top: 0;
        -webkit-transform: scale(0);
    }
}

@keyframes highlight-left {
    0% {
        opacity: 0;
        top: 100%;
        transform: scale(0);
    }

    70% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        top: 0;
        transform: scale(0);
    }
}

.highlight-left {
    position: absolute;
    animation: highlight-left 2s ease-in 0s infinite;
    -webkit-animation: highlight-left 2s ease-in 0s infinite;
    left: -5px;
    margin-top: -100px;
}

@-webkit-keyframes highlight-right {
    0% {
        opacity: 0;
        top: 0;
        -webkit-transform: scale(0)
    }

    70% {
        opacity: 1;
        -webkit-transform: scale(1)
    }

    100% {
        opacity: 0;
        top: 100%;
        -webkit-transform: scale(0)
    }
}

@keyframes highlight-right {
    0% {
        opacity: 0;
        top: 0;
        transform: scale(0)
    }

    70% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        top: 100%;
        transform: scale(0)
    }
}

.highlight-right {
    position: absolute;
    animation: highlight-right 2s ease-in 0s infinite;
    -webkit-animation: highlight-right 2s ease-in 0s infinite;
    right: -20px;
    margin-top: -100px;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Speciality
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#speciality {
    background: #eee;
    text-align: center;
    color: #333;
}

#speciality h2 {
    color: #333;
}

#speciality h3 {
    text-transform: uppercase;
}

.special-icon {
    color: #F24DA5;
    border: 1px solid #F24DA5;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    padding-top: 15px;
    display: inline-block;
    margin: 15px 0px;
}

#speciality .container .row .col-sm-4:nth-child(2) {
    border-right: 1px solid #888;
    border-left: 1px solid #888;

}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Features
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
.features-list {
    margin: 20px 10px;
}

.features-list-right {
    margin: 20px 10px;
}

.features-img-right {
    width: 50%;
    max-width: 400px;
    position: absolute;
    right: 0px;
}

.features-img {
    width: 50%;
    max-width: 400px;
    position: absolute;
    top: 80px;
}

.features-list ul.left li {
    padding: 10px 0px;
}

.features-list ul.left {
    padding: 40px;
    margin-left: -40px;
}

.features-list ul.right li {
    padding: 10px 0px;
    text-align: right;
}

.features-list ul.right {
    padding: 40px;
    margin-left: -40px;
}

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

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

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Screenshots
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/
#gallery {
    background: #e7e7e7;
}

#gallery h2 {
    display: none;
}

#gallery {
    position: relative;
}

#gallery .virticle-line,
#gallery .circle {
    display: none;
}

#screenshots .item {
    padding: 0px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    display: block;
}

.img_res {
    max-width: 200px;
}

.customNavigation {
    text-align: center;
}

.customNavigation a {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.gallery-nav {
    width: 42px;
    height: 42px;
    background: #fff;
    font-size: 28px;
    line-height: 0;
    border: 2px solid;
    border-radius: 100%;
    color: #007BA8;
    padding: 6px 9px;
}

.gallery-nav:hover,
.gallery-nav:focus,
.gallery-nav:active {
    color: #fff;
    background: #007BA8;
    border-color: #007BA8;
}

.customNavigation {
    top: 40%;
    position: absolute;
    display: block;
    width: 100%;
}

a.prev {
    float: left;
    margin-left: 10px;
    padding-left: 6px;
}

a.next {
    float: right;
    margin-right: 10px;
    padding-left: 12px;
}



/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH              Footer Section
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/

#footer {
    background-color: #007BA8;
    color: white;
    padding: 20px 0;
}

#footer .credits a {
    color: #fff;
    text-decoration: underline;
}

.credits {
    padding-bottom: 5px;
}

.footer-logo h1 {
    color: white;
}

/*HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH
HH 				Media Quiry
HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH*/


@media screen and (max-height: 30.5em) {
    .overlay nav {
        height: 70%;
        font-size: 34px;
    }

    .overlay ul li {
        min-height: 34px;
    }
}

@media (max-width: 966px) {
    .header {
        height: 100%;
    }

    .header img {
        width: 90%;
    }

    .starting img {
        margin-top: 10px;
    }

    .starting p {
        display: none;
    }

    .img-hover {
        left: 0;
        right: 0;
    }

    #gallery h2 {
        display: block;
        color: black;
        text-align: center;
    }

    #gallery .virticle-line,
    #gallery .circle {
        display: block;
    }

    h3 {
        font-weight: 500 !important;
    }

    #bigfeatures img {
        display: none;
    }

    #bigfeatures li i {
        height: 40px;
        width: 40px;
        padding-top: 6px;
    }

    .item-list-right h3 {
        padding-top: 10px;
        margin-left: 50px;
    }

    #bigfeatures .screen {
        width: 70%;
        height: auto;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size: 35px;
    }

    .wrapper {
        padding: 35px 0px;
    }

    .header {
        text-align: center;
        padding: 10px 0px;
    }

    .banner-text {
        margin-top: 50px;
    }

    .overlay .overlay-close {
        right: 45px;
        top: 30px;
    }

    #logo {
        font-size: 56px;
        text-align: left;
    }

    #speciality .container .row .col-sm-4:nth-child(2) {
        border: 0px;
    }

    .item-list-right.item-list-big li {
        padding: 0 0 60px 0;
        margin: 0px;
        text-align: left;
    }

    li.li i {
        display: none;
    }

    .features-list {
        padding: 10px;
    }

    .features-img-right {
        width: 50%;
        position: absolute;
        right: 20px;
        top: 150px;
    }

    .features-img {
        width: 50%;
        position: absolute;
        left: 10px;
        top: 120px;
    }

    .features-list ul.left li {
        padding: 10px 5px;
    }

    .features-list ul.left {
        padding: 0px;
        margin: 0px;
    }

    .features-list ul.right li {
        padding: 10px 5px;
        text-align: right;
    }

    .features-list ul.right {
        padding: 0px;
        margin: 0px;
    }


    .owl-theme .owl-controls .owl-page span {
        height: 70px;
        width: 70px;
    }

    .owl-theme .owl-controls .owl-page:nth-child(1) {
        background-size: 70px 70px;
    }

    .owl-theme .owl-controls .owl-page:nth-child(2) {
        background-size: 70px 70px;
    }

    .owl-theme .owl-controls .owl-page:nth-child(3) {
        background-size: 70px 70px;
    }
}

@media (max-width: 320px) {
    .overlay nav ul {
        margin-left: -20px;
    }

    .overlay .overlay-close {
        right: 50px;
    }
}