/*!
 * fullPage 2.7.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

@font-face {
    font-family: 'HelveticaNeueLTProMdCn';
    src: url('../fonts/HelveticaNeueLTProMdCn.eot');
    src: url('../fonts/HelveticaNeueLTProMdCn.eot') format('embedded-opentype'), url('../fonts/HelveticaNeueLTProMdCn.woff2') format('woff2'), url('../fonts/HelveticaNeueLTProMdCn.woff') format('woff'), url('../fonts/HelveticaNeueLTProMdCn.ttf') format('truetype'), url('../fonts/HelveticaNeueLTProMdCn.svg#HelveticaNeueLTProMdCn') format('svg');
}
html,
body {
    overflow: hidden;
}
html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
#bubbles1 {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1;
    margin-top: -238px;
    margin-left: 10px;
    float: left;
    text-align: left;
}
img {
    max-width: 100%;
}
.nicescroll-rails div {
    background-color: transparent!important;
}
#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    
    -moz-box-sizing: border-box;
    /* <=28 */
    
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    
    transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    
    -moz-user-select: none;
    /* mozilla browsers */
    
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    
    -ms-user-select: none;
    /* IE10+ */
	user-select: none;
    
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
    display: none;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
    display: none;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
	
    -webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  
  
    border-radius: 100%;
    background: url(../images/navigation-active.png) no-repeat;
    height: 13px;
    width: 13px;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 13px;
    width: 13px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
    width: 13px;
    height: 13px;
    background: url(../images/navigation-active.png) no-repeat;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}
/* Style for our header texts
	* --------------------------------------- */

h1 {
    font-size: 5em;
    font-family: arial, helvetica;
    color: #fff;
    margin: 0;
    padding: 0;
}
/* Centered texts in each section
	* --------------------------------------- */

.section {
    text-align: center;
}
/* Backgrounds will cover all the section
	* --------------------------------------- */

#section0,
#section1,
#section2,
#section3,
#section4,
#section5,
#section6,
#section7 {
    background-attachment: fixed;
    background-position: 50% 50%;
    min-height: 900px;
    background-size: cover;
    width: 100%;
}
.address {
    float: left;
    margin-top: 250px;
    width: 50%;
    text-align: left;
    margin-left: 40px;
}
#section6 h1,
#section6 h3 {
    color: #000
}
#section6 h1 {
    font-size: 4em;
    padding-top: 10px;
}
#section6 h3 {
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 30px;
}
#section6 .pname {
    font-size: 24px;
    padding-bottom: 10px;
}
#section6 {
    font-family: 'HelveticaNeueLTProMdCn';
    color: #571616;
}
#section0 {
    font-family: 'HelveticaNeueLTProMdCn';
}
#section6 a {
    font-size: 20px;
    color: #000;
    text-decoration: none;
	text-shadow: 0px 0px 0.1px #403c3c;
}
#section3 {
    background-position: 50% 0%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}
.bag_slide {
    display: none;
}
#fullpage {
    width: 100%;
}
#section4 .bag_slide {
    position: relative;
    left: -395px!important;
    width: 100%;
    margin-top: 200px!important;
}
.recenttargets ul{list-style-type:none; color:#000; text-align:left; margin:0px auto;width: 85%;
    margin-top:50px; font-family: 'HelveticaNeueLTProMdCn'; }
.recenttargets ul li{font-size:24px;}
.recent-targets {
    display: none;
}
/* Defining each sectino background and styles
	* --------------------------------------- */

body {
    margin: 0px;
}
#cd-intro {
    position: relative;
    height: 100%;
    background: transparent url("../images/1.jpg") no-repeat scroll center center / cover;
    z-index: 2;
}
#section0 {
    background-image: url(../images/1.jpg);
    padding: 0% 0 0 0;
}
#section0 .slide1_text {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -475px;
    vertical-align: middle;
}
#section1 {
    background-image: url(../images/2.jpg);
    padding: 0 0 0 0;
}
#section2 {
    background-image: url(../images/3.jpg);
    padding: 3% 0 0 0;
}
#section3 {
    background-image: url(../images/4.jpg);
    background-attachment: inherit;
}
#section4 {
    background-image: url(../images/1.jpg);
}
#section4 .slide4_text {
    right: 0%;
    position: absolute;
    margin-top: 400px;
    display: none;
}
#section5 {
    background-image: url(../images/6.jpg);
    padding: 1% 0 0 0;
}
#section6 {
    background-image: url(../images/7.jpg);
    background-position: 90% 50%;
    padding: 6% 0px 0px;
}
#section6 img {
    float: left;
    margin-left: 0px;
    margin-top: 250px;
}
#section3 h1 {
    color: #000;
}
.logo {
    position: absolute;
    margin-top: 250px;
    left: 50%;
    margin-left: -315px;
    vertical-align: middle;
}
.slide3 {
    float: left;
    margin-top: 25px;
}
@-webkit-keyframes floatBubble {
    0% {
        top: 50px;
    }
    100% {
        top: 0px;
    }
}
@keyframes floatBubble {
    0% {
        top: 50px;
    }
    100% {
        top: 0px;
    }
}
.pulse {
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}
.pulse1 {
    animation-name: pulse;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}
.pulse2 {
    animation-name: pulse;
    animation-duration: 3.5s;
    animation-iteration-count: infinite;
}
.speech1 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0px;
    margin-left: 752px;
}
.speech3 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    margin-left: 600px;
    margin-top: 15px;
}
.speech4 {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 50%;
    margin-left: 815px;
    margin-top: 30px;
    padding-top: 31px;
}
.bubble1 {
    width: 300px;
    height: 135px;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: 88px;
    position: absolute;
    margin-top: 0px;
}
.bubble2 {
    position: absolute;
    margin-left: -350px;
    margin-top: 235px;
    left: 50%;
}
.bubble3 {
    left: 50%;
    margin-left: -100px;
    margin-top: 500px;
    width: 224px;
    height: 181px;
    position: absolute;
    background-repeat: no-repeat;
}
.bubble4 {
    left: 50%;
    margin-left: 100px;
    margin-top: 500px;
    width: 249px;
    height: 215px;
    background-repeat: no-repeat;
    position: absolute;
}

.bubble5 {
    left: 50%;
    margin-left:-620px;
    margin-top: 500px;
    width: 249px;
    height: 215px;
    background-repeat: no-repeat;
    position: absolute;
}

.bubble6 {
    left: 50%;
   margin-left: -552px;
    margin-top: 181px;
    width: 249px;
    height: 215px;
    background-repeat: no-repeat;
    position: absolute;
}

.bubble7 {
    left: 50%;
   margin-left: 300px;
    margin-top: 350px;
    width: 249px;
    height: 215px;
    background-repeat: no-repeat;
    position: absolute;
}

.bubble8 {
    left: 50%;
      margin-left: 450px;
    margin-top: 430px;
    width: 249px;
    height: 215px;
    background-repeat: no-repeat;
    position: absolute;
}
#fullpage-mobile {
    display: none;
}
/****SMOKE SECTION CSS**************/

#viewport {
    position: relative;
    width: 100%;
    height: 520px;
    overflow: hidden;
}
#viewport .smoke {
    position: absolute;
    width: 250px;
    height: 250px;
    background: url('../images/smoke-texture.png') no-repeat;
    bottom: 140px;
    margin-left: 0px;
    left: 50%!important;
}
/****END SMOKE SECTION CSS**************/
/*---make a basic box ---*/

.box {
    width: 200px;
    height: 200px;
    position: relative;
    margin: 10px;
    float: left;
    border: 1px solid #333;
    background: #999;
}
/*Adding background for the slides
	* --------------------------------------- */
/*#slide1{
		background-image: url(images/1.jpg);
		padding: 6% 0 0 0;
	}
	#slide2{
		background-image: url(images/2.jpg);
		padding: 6% 0 0 0;
	}
*/
/* Bottom menu
	* --------------------------------------- */

#infoMenu li a {
    color: #fff;
}
#header,
#footer {
    position: fixed;
    height: 50px;
    display: block;
    width: 100%;
    background: #333;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 20px 0 0 0;
}
#header {
    top: 0px;
    display: none;
}
.subBar {
    background: #F1F1F2;
    height: 65px;
}
.subBar p:first-child {
    margin-left: 15%;
    border-left: 1px solid #bbbdc0;
}
.subBar p {
    float: left;
    border-right: 1px solid #bbbdc0;
    width: 17%;
    text-align: center;
    height: 44px;
    margin-top: 0px;
    padding-top: 21px;
    font-weight: lighter;
}
.scroll-off {
    overflow: hidden;
}
.scroll-on {
    overflow: auto;
}
/******* BACK TO TOP CSS *****/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */

.cd-container {
    width: 90%;
    max-width: 768px;
    margin: 2em auto;
}
.cd-container::after {
    /* clearfix */
    
    content: '';
    display: table;
    clear: both;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.1) url(../images/animated-arrow-image-0268.gif) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 9999999999;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #080808;
    opacity: 1;
}

@media only screen and (max-width: 768px) {
	.recenttargets ul{margin-top:20px;width: 100%;}
	.recenttargets{width: 100%;}
}
@media only screen and (max-width: 767px) {
    #section4 .slide4_text {
        display: block!important;
        margin-top: 200px;
    }
	
	.recenttargets ul li{margin-bottom: 10px;}
    #section6 h1 {
        font-size: 2em!important;
    }
    .bubble3,
    .bubble4 {
        margin-top: 350px;
    }
    #section6 .pname {
        font-size: 20px;
    }
    #section0,
    #section1,
    #section2,
    #section3,
    #section4 {
        min-height: 600px;
    }
    #logo {
        margin-top: 50px!important;
    }
    #section0 .slide1_text,
    .logo {
        margin-left: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    #section6 h3 {
        font-size: 28px;
    }
    .logo {
        margin-top: 180px;
    }
    #section0 .slide1_text {
        margin-top: -140px;
    }
    .recent-targets {
        display: block;
    }
    #section2 {
        background-position: 75% 50%;
    }
    #section6 {
        background-image: url(../images/7_mobile.jpg);
        background-position: 90% 50%;
        padding: 6% 0px 0px;
    }
    #section6 img {
        max-width: 60%;
        margin-top: 0px;
    }
    .bubble1,
    .bubble2,
    .bubble3,
    .bubble4, .bubble5, .bubble6, .bubble7, .bubble8 {
        width: auto;
        height: auto;
        display: block!important;
    }
    .bubble1 {
        margin-top: 15px;
		 width: 20%;
    }
    .bubble2 {
        left: 0px;
        margin-left: 0px;
    }
    .bubble2 {
        max-width: 20%!important;
    }
    .bubble3,
    .bubble4{
        margin-top: 300px;
		 width: 20%!important;
    }
	.bubble5{margin-top: 400px!important;
    margin-left: 75px!important;
    width: 20%;}
	.bubble6{   margin-top: 375px!important;
    margin-left: -30px!important;
    width: 20%;}
	
	.bubble7{ 
    width: 20%;    margin-left: -116px!important;}
	
	.bubble8{ margin-top: 343px!important;
    margin-left: -140px!important;
    width: 20%;}
    .recent-targets {
        display: block;
    }
    .bubble3 {
        max-width: 20%;
        margin-top: 300px;
        margin-left: -45px;
    }
    #section6 .pname,
    #section6 a {
        color: #000;
    }
    #section4 {
        background-image: url(../images/section4_bg_mobile.jpg)!important;
    }
}
@media only screen and (max-width: 1024px) {
    #section0 {
        padding: 6% 0 0 0;
    }
    #section0 .slide1_text {
        margin-top: -160px;
    }
    #section4 .slide4_text {
        margin-top: 200px;
    }
    #section0 .slide1_text,
    .logo {
        margin-left: 0px;
        left: 0px;
        width: 100%;
        text-align: center;
    }
    #section2 {
        background-position: 75% 50%;
    }
    #section6 {
        background-image: url(../images/7_mobile.jpg);
        background-position: 90% 50%;
        padding: 6% 0px 0px;
    }
    .recent-targets {
        display: block;
    }
    .bubble1,
    .bubble2,
    .bubble3,
    .bubble4,
	.bubble5, .bubble6, .bubble7, .bubble8 {
        width: auto;
        height: auto;
        display: block!important;
    }
	
	 .bubble1 {
        margin-top: 15px;
		 width: 20%;
    }
    .bubble2 {
        left: 0px;
        margin-left: 0px;
    }
    .bubble2 {
        max-width: 20%!important;
    }
    .bubble3,
    .bubble4{
        margin-top: 300px;
		  width: 20%!important;
    }
	.bubble5{margin-top: 500px;
    margin-left: 75px;
    width: 20%;}
	.bubble6{   margin-top: 375px;
    margin-left: -30px;
    width: 20%;}
	
	.bubble7{   margin-top: 237px;
    margin-left: -200px;
    width: 20%;}
	
	.bubble8{ margin-top: 490px;
    margin-left: -140px;
    width: 20%;}
    .bubble1 {
        margin-top: 15px;
    }
   
    .bubble2 {
		 left: 0px;
        margin-left: 0px;
        max-width: 25%;
    }
	
	
    #section4 {
        background-image: url(../images/section4_bg_mobile.jpg)!important;
    }
    #section0,
    #section1,
    #section2,
    #section3,
    #section4,
    #section5,
    #section6 {
        background-attachment: inherit;
    }
    #section5 {
        background-image: url(../images/6-small.jpg)!important;
        min-height: auto;
     
		padding-top: 44px;
    padding-bottom: 44px;
    }
    html,
    body {
        overflow: auto;
        overflow-x: hidden
    }
    #fullpage {
        display: none;
    }
    #fullpage-mobile {
        display: block;
    }
	.recenttargets{width:85%; margin:0px auto;text-align: left;}
	.recenttargets ul{margin-left:0px;    padding-left: 0px;}
	.recenttargets h1{text-transform: uppercase;
    font-size: 32px;
    color: #000;font-family: 'HelveticaNeueLTProMdCn';}
    #bubbles1 {
        display: none!important;
    }
    .address {
        margin-top: 0px;
        width: 97%;
        margin-left: 10px;
    }
    #section6 h1 {
        font-size: 3em!important;
    }
    #section6 h3 {
        font-size: 30px!important;
    }
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 45px;
        width: 45px;
        right: 10px;
        bottom: 0px;
    }
}