@import url(http://fonts.googleapis.com/css?family=Roboto:700,400,100);

body {
    font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;/*'Roboto', sans-serif;*/
    color: #666;
    font-size: 14px;
    font-weight: 400;
    background: url(../img/bg.jpg) top left;
	margin: 0;
	position: relative;
  min-height: 100%;
}
body {
	overflow-x: hidden;
	overflow-y: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
	font-weight: 400;
}	
p {
	font-size: 19px;
	line-height: 24px;
	color: #000;
	margin-bottom: 20px;
}
.btn {
    font-size: 14px;
    font-weight: 400;
}

.btn-border {
    background: transparent;
    border: 1px solid #fff;
    color: #fff!important;
}

.btn-border:hover {
    background: rgba(255, 255, 255, 0.08);
}

.clear {
    clear: both;
}

.row {
    padding: 30px 0;
}

h1 {
    font-size: 50px;
}

ul {
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
	color: #000;
}
ul li {
    list-style: none;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    color: #fff;
}

.section {
    padding: 90px 0 0;
	float: left;
	position: relative;
	min-height: 800px;
}

.section-header .section-title {
    font-size: 38px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}

.section-header .section-subtitle {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 0;
}

.title-small {
    font-size: 38px;
    color: #3f51b5;
    margin-bottom: 30px;
    line-height: 50px;
}

.content-wrap {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .content-wrap {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}

.navbar-fixed-top {
    padding: 15px 0;
	background: transparent;
}

.affix {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    padding: 0!important;
    background: #3f51b5!important;
}

.sticky-navigation .row {
    padding: 0;
}

.navbar.menu-wrap .navbar-header {
    margin: 0 85px;
    float: none;
}

.navbar.menu-wrap {
    position: fixed;
    width: 250px;
    top: 0;
    right: 0;
    min-height: 100%;
    border-radius: 0;
    margin: 0;
    z-index: 9999;
    height: 100%;
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	background: #000;
}

#navbar-menu {
	float:left;
	overflow: hidden;
	margin: 18px 40px 0 0;
}
#navbar-menu li {
	float: left;
	position: relative;
	vertical-align: bottom;
	text-align: center;
	width: 85px;
}
#navbar-menu li:first-child a {
	background: url(../img/nav-line-left.png) -10px 0 no-repeat;
}
#navbar-menu li:last-child a {
	background: url(../img/nav-line-right.png) -10px 0 no-repeat;
}
#navbar-menu li a {
	position: relative;
	padding-top: 25px;
	background: url(../img/nav-line.png) top left no-repeat;
	line-height: 17px;
	display: block;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}
#navbar-menu > .active > a, #navbar-menu > .active > a:hover, #navbar-menu > .active > a:focus {
	color: #333;
}
#navbar-menu li.active a span.circle {
	background: #D72024;
}
#navbar-menu li a span.circle {
	position: absolute;
	top: 0;
	left: 45%;
	display: block;
	background: #000;
	border: 2px solid #000;
	border-radius: 15px;
	height: 12px;
	width: 12px;
}


.navbar-nav {
    margin: 0;
    float: none;
}

.navbar .navbar-nav li {
    float: none;
}

.navbar .navbar-nav li a {
	color: #fff;
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 14px;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

#navbar-menu li a:hover,
#navbar-menu li .active a,
#navbar-menu > li > a:focus {
	color: #222;
}
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li .active a {
    background: #0a0;
	color: #fff;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {
	background: #0a0;
}

.show-menu .navbar.menu-wrap {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	background: #000;
}

.navbar.menu-wrap .navbar-form {
    padding: 10px 20px;
    margin: 5px 0;
    border: none;
    box-shadow: none;
    display: block;
}

.navbar.menu-wrap .navbar-form .form-control {
    display: block;
    width: 100%;
}

.logo-left {
    color: #fff;
    font-size: 24px;
}
.logo-left img {
	height: 50px;
}
.logo-left i {
    margin-right: 7px;
}

.logo-right {
    margin-bottom: 15px;
}

.close-button {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 15px;
    top: 30px;
    overflow: hidden;
    text-indent: 10px;
    border: none;
    background: transparent;
    color: transparent;
}

.close-button::before,
.close-button::after {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    background: #bdc3c7;
}

.close-button::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-button::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-button:hover:before,
.close-button:hover:after {
    background: #fff;
}

.navbar .navbar-header {
    padding: 3px 0;
}

.menu-icon {
    background: transparent;
    border: none;
    margin-right: 15px;
	color: #555;
}

.menu-icon i {
    font-size: 50px;
}

.menu-icon i:hover {
    color: #fff;
}

@media (max-width: 768px) {
    body.toggled {
        position: fixed;
    }
}
.navbar-inverse.navbar {
	background: transparent;
}
.hero-area {
    background: url(../img/hero-area.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
    color: #fff;
    overflow: hidden;
    padding: 90px 0;
}

.hero-area .sticky-navigation {
    background: transparent;
}

.hero-area .contents h1 {
    font-size: 30px;
    font-weight: 100;
}

.hero-area .contents p {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}

.hero-area .contents .btn {
    margin: 15px;
}

.slider-area {
    margin-top: -1px;
}

.slider-area h1 {
    font-weight: 100;
}

.slider-area p {
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

.slider-area .sticky-navigation {
    background: transparent;
}

.slider-area .btn {
    margin: 15px;
}

.slider-area .large_white {
    color: #fff;
}

@media (min-width: 1200px) {
    .hero-area {
        padding: 280px 0;
    }
    .hero-area h1 {
        font-size: 50px!important;
    }
}

#features {
    background: transparent;
}

#features .features {
    margin: 30px 0;
}

#features .features .icon {
    float: left;
    text-align: center;
}

#features .features .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 36px;
    color: #3f51b5;
}

#features .features h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #3f51b5;
}

#features .features .features-text {
    padding-left: 80px;
}

#features .features .features-text p {
    margin: 0;
}

.features-text  p {
	text-shadow: 0 1px 0 #fff;
}
.features-socmed a img {
    border: 3px solid #fff;
    border-radius: 50%;
}
.features-socmed a:hover img {
    /*-webkit-filter: grayscale(100%);*/
    border: 3px solid #999;
    /*border-radius: 50%;*/  
    /*-webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);*/
}

#services {
    background: transparent;
}

#services .services {
    margin: 30px 0;
}

#services .services .icon {
    float: left;
    text-align: center;
}

#services .services .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    font-size: 36px;
    color: #3f51b5;
}

#services .services h4 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #3f51b5;
}

#services .services .services-text {
    padding-left: 80px;
}

#services .services .services-text p {
    margin: 0;
}

#services .title-small {
    text-align: center;
}

#services .btn-lg {
    width: 220px;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: 15px;
    text-transform: uppercase;
}

#services .btn-lg i {
    padding-right: 5px;
}

#services .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ffffff;
}

#services .content-left,
#services .content-right {
    position: relative;
    top: 60px;
}

#services .content-left span {
    float: right;
    margin-left: 25px;
}

#services .content-right span {
    float: left;
    margin-right: 25px;
}

#services .box-item {
    padding-bottom: 40px;
}

#services .box-item .icon {
    background: #3F51B5;
    text-align: center;
    margin-top: 12px;
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

#services .box-item .icon i {
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#services .box-item .text h4 {
    color: #444;
    font-weight: 100;
    font-size: 24px;
    line-height: 22px;
    text-transform: uppercase;
}

#services .box-item .text p {
    color: #777;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}

#services .box-item:hover .icon {
    background: #3F51B5;
}

#services .box-item:hover .icon i {
    color: #ffffff;
}

#services .show-box {
    padding: 22px 64px;
}

#why {
    background: url(../img/why-bg.jpg);
    background-size: cover;
    color: #fff;
}

#why .content h2 {
    font-size: 50px;
    line-height: 70px;
    margin-top: 0;
    font-weight: 100;
}

#why .content .list-item li {
    color: #fff;
    line-height: 50px;
    font-size: 18px;
    text-transform: uppercase;
}

#why .content .list-item li i {
    font-size: 32px;
    padding-right: 5px;
    vertical-align: middle;
}

#why img {
    float: right;
}

#why .feature-item {
    padding: 48px 0;
}

#cta {
    background: #3f51b5;
}

#cta .drawer {
    float: left;
    margin-right: 40px;
}

#cta .title-small {
    color: #fff;
}

.main-feature-gray {
    background: #ecf0f1;
}

#screenshot .section-header {
    margin-bottom: 80px;
}

#screenshot .portfolio-item {
    padding: 30px 0;
}

#screenshot .portfolio figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}

#screenshot .portfolio figure img {
    width: 100%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease 0s;
}

#screenshot .portfolio figure figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    padding: 50px;
    color: #fff;
}

#screenshot .portfolio figure figcaption .heading {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 15%;
    padding: 0px 62px;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease 0s;
}

#screenshot .portfolio figure figcaption .heading p {
    padding: 0px 24px;
    font-size: 16px;
}

#screenshot .portfolio figure .icon {
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease 0s;
}

#screenshot .portfolio figure .icon i {
    font-size: 38px;
}

#screenshot .portfolio figcaption:hover .heading {
    top: 20%;
}

#screenshot .portfolio figcaption:hover .icon {
    top: 60%;
}

#screenshot .portfolio figure.effect-julia figcaption {
    background: rgba(63, 81, 181, 0.8);
    opacity: 0;
    -webkit-transition: 1s ease 0.15s;
    -moz-transition: 1s ease 0.15s;
    -o-transition: 1s ease 0.15s;
    transition: 1s ease 0.15s;
}

#screenshot .portfolio figure.effect-julia figcaption:hover {
    opacity: 1;
}

#screenshot .portfolio figure.effect-julia:hover img {
    -webkit-transform: scale3d(1.2, 1.3, 1);
    -moz-transform: scale3d(1.2, 1.3, 1);
    transform: scale3d(1.2, 1.3, 1);
}

#other-features {
    padding-bottom: 35px;
}

#other-features .features-content {
    padding: 30px 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

#other-features .features-content .icon i {
    font-size: 30px;
    color: #ccd0d2;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

#other-features .features-content h3 {
    color: #385461;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
}

#other-features .features-content p {
    color: #909090;
    line-height: 22px;
    padding: 0px 4px;
}

#other-features .features-content:hover i,
#other-features .features-content:hover h3 {
    color: #3f51b5;
}

#other-services {
    padding-bottom: 35px;
}

#other-services .services-content {
    padding: 30px 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

#other-services .services-content .icon i {
    font-size: 30px;
    color: #ccd0d2;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

#other-services .services-content h3 {
    color: #385461;
    line-height: 30px;
    font-size: 24px;
    font-weight: 300;
}

#other-services .services-content p {
    color: #909090;
    line-height: 22px;
    padding: 0px 4px;
}

#other-services .services-content:hover i,
#other-services .services-content:hover h3 {
    color: #3f51b5;
}

#testimonial {
    width: 100%;
    background: url(../img/testimonial-bg.jpg);
}

#testimonial .section-title {
    color: #fff;
    font-size: 46px;
}

#testimonial .section-subtitle {
    color: #fff;
    font-size: 13px;
}

#testimonial .carousel-inner p {
    color: #fff;
    letter-spacing: 1px;
    padding: 0px 20px;
}

#testimonial .carousel-inner p a {
    color: #fff;
}

#testimonial .carousel-inner .meta {
    margin-top: 50px;
}

#testimonial .carousel-inner .meta p {
    color: #ccc;
}

#testimonial .carousel-inner .meta p a {
    color: #fff;
}

#testimonial .carousel-indicators {
    position: absolute;
    bottom: -40px;
}

#testimonial .carousel-indicators li {
    background-color: #697e88;
    border-color: #697e88;
}

#testimonial .carousel-indicators .active {
    background-color: #fff;
    border-color: #fff;
}

#counter {
    background: #ecf0f1;
}

#counter .counter-item .icon {
    text-align: center;
}

#counter .counter-item .icon i {
    font-size: 54px;
    color: #ccd0d2;
    line-height: 64px;
}

#counter .counter-item h5 {
    text-align: center;
    color: #3f51b5;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 32px;
}

#counter .counter-item hr {
    width: 50px;
    margin: 0px auto;
    height: 2px;
    background: #009688;
}

#counter .timer {
    font-size: 50px;
    font-weight: 100;
    color: #3f51b5;
    text-transform: uppercase;
    text-align: center;
    line-height: 80px;
}

#clients .client-item-wrapper {
    text-align: center;
}

#contact {
    background: transparent;
}

#contact .info {
    padding: 15px 0;
}

#contact .info .icon {
    margin-bottom: 20px;
}

#contact .info .icon i {
    font-size: 36px;
    color: #3f51b5;
}

#contact .info h4 {
    color: #385461;
    font-size: 24px;
    font-weight: 400;
}

#contact .info p {
    color: #909090;
}

.contact-form {
    margin-top: 52px;
}

.contact-form i {
    position: absolute;
    right: 15px;
}

.contact-form .form-control {
    margin-bottom: 28px;
}
.form-area {
    background-color: #fff;
	padding: 10px 40px 60px;
	margin: 10px 0px 60px;
	border: 2px solid #322;
	border-radius: 5px;
}
.map-area {
    height:65vh;
    background-color: #fff;
    margin: 10px 0px 60px;
    border: none;
        /*
    padding: 10px 40px 60px;
    border: 2px solid #322;
    border-radius: 5px;
        */
}
.map-area iframe {
    height: 100%;
    width: 100%;
}

@media(min-width:768px){
    .map-area {}
    .map-area iframe {
        overflow-y: hidden;
    }
}

#footer {
    position: relative;
    background: #333;
}

#footer h3 {
    color: #fff;
    font-weight: 900;
}

#footer ul li a {
    color: #ccc;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    line-height: 28px;
    text-transform: uppercase;
}

#footer ul li a:hover {
    color: #fff;
    margin-left: 4px;
}

#copyright {
    background: #191919;
}

#copyright .copyright-text {
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

#copyright .copyright-text a {
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.back-to-top {
    position: absolute;
    top: -28px;
    left: 50%;
    margin: 0px -25px;
}

.back-to-top {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    margin: 0 -30px;
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
}

.back-to-top i {
    line-height: 56px;
    font-size: 42px;
}

.social {
    display: inline-block;
    margin: 10px 2px;
    color: #fff;
}

.social i {
    width: 48px;
    font-size: 16px;
    height: 48px;
    background: rgba(255, 255, 255, 0.18);
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.social i:hover {
    color: #fff;
}

.social .fa-facebook:hover {
    background: #3B5998;
}

.social .fa-twitter:hover {
    background: #00ACED;
}

.social .fa-google-plus:hover {
    background: #DD4B39;
}

.social .fa-linkedin:hover {
    background: #007BB6;
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 9999999999;
}

.loader-inner {
    position: animation;
    top: 50%;
    left: 50%;
}

@-webkit-keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }
    66% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes ball-triangle-path-1 {
    33% {
        -webkit-transform: translate(25px, -50px);
        transform: translate(25px, -50px);
    }
    66% {
        -webkit-transform: translate(50px, 0px);
        transform: translate(50px, 0px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes ball-triangle-path-2 {
    33% {
        -webkit-transform: translate(25px, 50px);
        transform: translate(25px, 50px);
    }
    66% {
        -webkit-transform: translate(-25px, 50px);
        transform: translate(-25px, 50px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@-webkit-keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

@keyframes ball-triangle-path-3 {
    33% {
        -webkit-transform: translate(-50px, 0px);
        transform: translate(-50px, 0px);
    }
    66% {
        -webkit-transform: translate(-25px, -50px);
        transform: translate(-25px, -50px);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}

.ball-triangle-path {
    position: relative;
    -webkit-transform: translate(-25px, -25px);
    -ms-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
}

.ball-triangle-path>div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
    animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path>div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
    animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path>div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
    animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.ball-triangle-path>div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: #3f51b5;
}

.ball-triangle-path>div:nth-of-type(1) {
    top: 50px;
}

.ball-triangle-path>div:nth-of-type(2) {
    left: 25px;
}

.ball-triangle-path>div:nth-of-type(3) {
    top: 50px;
    left: 50px;
}

/* PRELOADER */
.page-layer {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}
.fadeInDown {
	z-index: 999;
}
.bg {
	position: absolute;
	width: 100%;
	z-index: 0;
	height: 100%;
}
body.royal_loader {
    background: none;
    visibility: hidden;
	overflow: hidden;
}
body.royal_loader .section {
	opacity: 0;
}
#royal_preloader {
    font-size: 12px;
    visibility: visible;
    position: fixed;
    text-align: center;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 2000;
    color: white;
    font-family: "din-condensed-web", 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
.background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) top left;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
.background .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ornament img {
	position: absolute;
	left: 10%;
	z-index: 0;
}
.ornament1 img {
	position: absolute;
	left: 10%;
	bottom: 40%;
	z-index: 0;
}
.ornament2 img {
	position: absolute;
	right: 10%;
	top: -2%;
	z-index: 0;
}
.liquid-left img {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.liquid-right img {
	position: absolute;
	right: 0;
	bottom: 60px;
	z-index: 0;
}
.leaf_home_1 img {
	position: absolute;
	left: 0;
	top: 40%;
	z-index: 0;
}
.leaf_home_2 img {
	position: absolute;
	right: 45%;
	top: 50%;
	z-index: 0;
}
.leaf_home_3 img {
	position: absolute;
	right: 10%;
	top: 25%;
	z-index: 0;
}
.item-botle {
	position: absolute;
	top: -360px;
	right: 310px;
	transform: scale(.5);
}
.item-banner {
	position: absolute;
	right: 320px;
	top: 20px;
	z-index: 999;
}
.our-story {
	width: 620px;
	height: 620px;
	margin: 0 auto;
	padding: 70px;
	position: relative;
	background: url(../img/circle-bg2.png) top left no-repeat;
	top: -70px !important;
}
.story-bottom {
	position: absolute;
	left: -160px;
	bottom: 20px;
}
.share {
	overflow: hidden;
	margin-top: 25px;
}
#benefit h1 {
	margin-bottom: 40px;
}
.benefit-content {
	padding: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 2px solid #000;
	position: relative;
}
.benefit-content h3 {
	margin-top: 40px;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}
.benefit-content p {
	padding: 0 20px;
	line-height: 18px;
	text-align: center;
	font-size: 14px;
}
.benefit-image {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 10px;
}

.banner_left {
	position: relative;
}
.green_banner {
	position: relative;
	width: 315px;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-weight: 500;
	padding-top: 20px;
}
.green_banner img{
	position: absolute;
	top: 0;
	left: 0;
	float: none;
	z-index: -1;
	display: block;
	width: 100%;
}
#royal_preloader.logo .loader {
    width: 160px;
    height: 50px;
    position: relative;
    float: none;
    z-index: 3000;
    display: inline-block;
    margin-top: 18%;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /*border-radius: 100%;*/
}
#royal_preloader.logo .loader div { display: none; }
#royal_preloader.logo .percentage {
    position: relative;
    float: none;
    z-index: 3000;
    width: 135px;
    display: block;
    text-align: center;
    width: 100%;
    color: #D72024;
    color: #D72024;
    font-size: 72px;
    line-height: 72px;
    font-weight: bold;
    text-align: center;
    background: none !important;
}
@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}

.leaf_home_1 img{
	position: absolute;
	left: -3%;
	top: 40%;
}
.leaf_home_2 img{
	position: absolute;
	right: 5%;
	top: 30%;
}
.leaf_home_3 img{
	position: absolute;
	right: 20%;
	top: 15%;
}
.leaf_our_story_1 img{
	position: absolute;
	left: 10%;
	top: 50%;
}
.leaf5{
	position: absolute;
	right: -190px;
	bottom: 200px;
	z-index: 1000;
}
.leaf_benefits_1 img{
	position: absolute;
	left: -3%;
	top: 25%;
}
.leaf_benefits_2 img{
	position: absolute;
	left: 3%;
	top: 10%;
}
.leaf_benefits_3 img{
	position: absolute;
	right: 18%;
	bottom: 10%;
}
.leaf_benefits_4 img{
	position: absolute;
	right: -3%;
	bottom: 15%;
}
.leaf_taste_1 img{
	position: absolute;
	bottom: 25%;
	left: 48%;
}
.leaf1_where img{
	position: absolute;
	top: 15%;
	right: 28%;
}
.leaf_events_1 img{
	position: absolute;
	top: 10%;
	left: -4%;
}

/* Smartphones ----------- */ 
@media only screen and (max-width: 780px) {
	html,body {
		background: url(../img/bg.jpg) top left;
		overflow-y: auto;
	}
	.background {
		display: none;
	}
	.navbar-header {
		padding-left: 22px;
	}
	.section {
		float: none;
		position: static;
		min-height: 0;
	}
        .page-layer {
		position: static;
	}
	
/* Even smaller smartphones */
@media only screen and (max-width: 580px) {
	#agents {
	    padding:0;
	    margin-bottom:-10vh;
	}
}