@import url(https://fonts.googleapis.com/css family=Oswald:300,700| Lato''>);
body {
    margin: 0;
    font-family: Lato, sans-serif;
    background: #F6F5EB;
}


/************************************************************************************
RESET
*************************************************************************************/

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0;
    padding: 0;
}

img,
fieldset {
    border: 0;
}


/* set image max width to 100% */

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    /* ie8 */
}


/* set html5 elements to block */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


/*  Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}


/* 
--------------------------------------------- */


/*  h1,h2,h3,h4,h5
--------------------------------------------- */

h1 {
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 150px;
    color: #6afcc8;
}

h2 {
    text-transform: uppercase;
   font-family: Lato, sans-serif;
    font-size: 30px;
    color: #3dadb1;
    font-weight: bold;
}

h3 {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 24px;
    color: #565656;
}

p {
    line-height: 25px;
    color: #5C5C5C;
}

/* 
--------------------------------------------- */

/*  Xtra padding
--------------------------------------------- */

.padding-about {
    padding:90px 0 110px 0 !important; 
}

.padding-client {
    padding: 0 !important; 
}

/*  
--------------------------------------------- */

/* product coloring
--------------------------------------------- */

.productwhite {
    color: #fff !important;
}

.product1 {
   
}

.product2 {
    color: rgb(40, 134, 227) !important;
}

.product3 {
    color: rgb(71, 227, 40) !important;
}

/*  
--------------------------------------------- */

.cover-container {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.dotted {
    height: 100%;
    min-height: 65em;
  /*    background-image: -webkit-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 50%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 50%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 50%);
    background-image: repeating-radial-gradient(center center, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 1px, transparent 1px, transparent 50%);*/
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
    padding: 1%;
}

.orange-border {
    border: solid 3px #3dadb1;
    width: 100%;
    padding: 5px;
    margin: 0;
    height: 100%;
    position: relative;
    margin: 0 auto;
}

.orange-border-menu {
    border: solid 3px #3dadb1;
    width: 100%;
    padding: 5px;
    margin: 0;
    height: 100%;
    position: relative;
    margin: 0 auto;
    z-index: 100;
}

.mobilogo {
    display: none;
}

.header {
    width: 100%;
    height: 100%;
    min-height: 69em;
    background: url(../images/bg3.jpg) no-repeat 50% 50%;
    background-attachment: fixed;
    top: 0;
    display: block;
    position: relative;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header h1 {
    padding: 1%;
    margin: 0;
    height: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 50px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); 
    
}

.header p {
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 20px;
    width: 70%;
    margin: 0 auto;
    color: #ffffff;
    z-index: 10;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); 
}

#mouse-scroll {
  style: block;
}
#mouse-scroll {
  position: relative;
margin: auto;
left: 50%;
top: 500px;
-webkit-transform: translateX(-50%);
z-index: 10;
float: left;
}
#mouse-scroll span{
  display: block;
  width: 5px; 
  height: 5px;
  -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
       transform: rotate(45deg);
       transform: rotate(45deg);
  border-right: 2px solid #fff; 
  border-bottom: 2px solid #fff;
  margin: 0 0 3px 5px;
}
#mouse-scroll .mouse {
  height: 21px;
  width: 14px;
  border-radius: 10px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  border: 2px solid #ffffff;
  top: 170px;
}

#mouse-scroll .mouse:hover {
  -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  border: 2px solid #ef7f1b;
}

#mouse-scroll .down-arrow-1 {
  margin-top: 6px;
}
#mouse-scroll .down-arrow-1, #mouse-scroll .down-arrow-2, #mouse-scroll .down-arrow-3 {
  -webkit-animation: mouse-scroll 1s infinite; 
    -moz-animation: mouse-scroll 1s infinite:
}
#mouse-croll .down-arrow-1 {
   -webkit-animation-delay: .1s; 
   -moz-animation-delay: .1s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
  -webkit-animation-delay: .2s; 
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
   -webkit-animation-delay: .3s;
   -moz-animation-dekay: .3s;
   -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
  height: 5px;
  width: 2px;
  display: block; 
  margin: 5px auto;
  background: #ffffff;
  position: relative;
}
#mouse-scroll .mouse-in {
 -webkit-animation: animated-mouse 1.2s ease infinite;
  moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
     opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-webkit-keyframes mouse-scroll {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  } 
}
@keyframes mouse-scroll {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


.text-content {
    position: absolute;
    top: 38%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.content {
    height: 100%;
    width: 100%;
    padding: 50px 0;
    background: #F6F5EB;
    display: block;
    position: relative;
    float: left;
}

.content-dropshadow {
    -webkit-box-shadow: 0px -7px 10px -4px rgba(0,0,0,0.4);
-moz-box-shadow: 0px -7px 10px -4px rgba(0,0,0,0.4);
box-shadow: 0px -7px 10px -4px rgba(0,0,0,0.4);
}

.no-pad {
    padding: 0;
}

.paddingless-content {
    height: 100%;
    width: 100%;
    background: #F9F9F9;
    display: block;
    position: relative;
    float: left;
}

.carousel-wrap {
    padding: 0;
}

.content-headwrap1 {
    width: 980px;
    margin: 0 auto;
}

.content-headwrap2 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../images/sample.jpg) no-repeat 50% 50%;
    background-attachment: fixed;
    background-size: cover;
}

.content-headwrap3 {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.content-titlewrap2 {
    padding: 50px 20px 50px 20px;
    width: 980px;
    margin: 0 auto;
}

.orange-line {
    width: 100%;
    height: 3px;
    background-color: #3dadb1;
    color: #3dadb1;
    margin: 10px 0 0 0;
    position: absolute;
}

.orange-line2 {
    width: 100%;
    height: 3px;
    background-color: #3dadb1;
    color: #3dadb1;
    margin: 0 0 10px 0;
    position: absolute;
    bottom: 50px;
}

.content-titlewrap2 h2 {
    margin: 5px 0 5px 0;
}

.content-titlewrap2 h3 {
    margin: 0 0 30px 0;
    color: #ffffff;
    text-align: center;
}

.content-titlewrap2 h3 {
    margin: 0 0 30px 0;
    color: #ffffff;
    text-align: center;
}
.content-titlewrap2 h3:before {
    content: "";
    position: absolute;
    display: none;
    width: 26%;
    left: 5%;
    margin: 20px 15px 0 0;
    background-color: #ffffff;
    height: 1px;
}

.content-titlewrap {
    padding: 20px;
}

.content-titlewrap h2 {
    line-height: 40px;
}

.big-h2 {
    font-size: 25px !important; 
}

.content-titlewrap p {
    font-size: 14px;
padding: 5px 20px;
}

.h2-xtrapad {
    padding: 0 0 25px 20px;
}

.content-titlewrap h3 {
    margin: 0 0 10px 0;
    line-height: 30px;
}

.content-articlewrap {
    width: 95%;
    margin: 30px auto 0 auto;
}

.content-articleimg {
    width: 50%;
    padding: 1% 0;
    display: block;
    float: left;
    margin: 10px 0 10px 0;
    text-align: center;
}

.content-articleimg p {
    font-size: 13px;
    padding: 0 3% 0 10%;
    text-align: center;
}

.content-articleinfo {
    width: 50%;
    padding: 5% 3% 2% 3%;
    display: block;
    float: right;
}

.content-articleinfo p {
    font-size: 14px;
    padding: 15px 0 15px 0;
}

.content-articleinfo .attn-text {
    text-align: center;
    font-style: italic;
    padding: 6px 0 6px 0;
    border-top: 1px solid #2c2a2a;
    border-bottom: 1px solid #2c2a2a;
}

.content-featurewrap {
    width: 95%;
    margin: -30px auto 0 auto;
}

.content-featurewrap p {
    font-size: 14px;
    padding: 15px 0 15px 0;
}

.content-featureinfo-left {
    width: 50%;
    padding: 20px 15px 1px 0;
    display: block;
    float: left;
}

.content-featureinfo-right {
    width: 50%;
    padding: 20px 0 1px 15px;
    display: block;
    float: right;
}

.xtra-pad-bot {
    padding-bottom: 10px;
}

.content-readmore {
    padding: 10px 0 10px 0;
}

.readmore {
    font-size: 14px;
    color: #2c2a2a;
    width: 100px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    padding: 10px 0 10px;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.readmore:after {
    height: 2px;
    content: "";
    position: absolute;
    background: #3975b9;
    width: 100%;
    left: 0;
    bottom: 0;
}

.readmore:hover {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    color: #3975b9;
}

.highlight-point-ul {
    list-style: none;
    padding: 30px 0 30px 0;
}

.point-textwrap {
    padding: 10px 10px 20px 10px;
    min-height: 120px;
    text-align: center;
}

.point-img {
    width: 50%;
height: auto;
margin: 0 0 30px 0;
}

.point-linkwrap {

    text-align: center;
}

.point-readmore {
    border: 2px solid #3975b9;
    color: #ffffff;
    font-size: 14px;
    padding: 7px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.point-readmore:hover {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border: 2px solid #3975b9;
    color: #fff;
    background-color: #3975b9;
}

.highlight-point-ul li:nth-child(1) {
    display: inline-table;
    padding: 1%;
    width: 33%;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.highlight-point-ul li h2 {
        position: absolute;
    opacity: 0.2;
    font-size: 60px;
    bottom: 45%;
}

.highlight-point-ul li p {
    color: #ffffff;
    font-size: 15px;
}

.highlight-point-ul li:nth-child(2) {
    display: inline-table;
    padding: 1%;
    width: 33%;
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.highlight-point-ul li:nth-child(3) {
    display: inline-table;
    padding: 1%;
    width: 33%;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.google-maps {
    position: relative;
    padding-bottom: 1%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    width: 50%;
    float: left;
}

.google-maps-c {
    position: relative;
    padding-bottom: 1%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
    width: 100%;
    float: left;
    padding: 2% 2% 5% 2%;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.google-maps-c iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*  Contact & Sign Up Form
--------------------------------------------- */

.content-contact {
    width: 50%;
    padding: 1% 3%;
    display: block;
    float: left;
}

.content-contact h3 {
    padding: 0 0 20px 0;
}

.content-contact p {
    font-size: 15px;
    line-height: 19px;
    padding: 15px 0 15px 0;
}

 .content-contact a{
   border: 2px solid #3975b9;
    color: #3975b9;
    font-size: 14px;
    padding: 2px 10px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 30px;
    letter-spacing: 1px;
    position: relative;
     float: left;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    }

    .content-contact a:hover{
   background: #3975b9;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    }

.contact-linkwrap {
    width: 100%;
    margin: 0 auto;
    padding: 5px 0 30px 0;
}

.contact-at-contact {
    width:40%;
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0 0 30px 30px;
    display: block;
    float: left;
}

.contact-at-contact h3 {
   margin: 5px 0 10px 0;
    font-size: 16px;
    color: #3dadb1;
    font-weight: 500;
}

.contact-at-contact p{
    margin: 0 0 20px 0;
    font-size: 14px;
}

.contact-at-us {
    width:60%;
    text-align: left;
    margin: 0 0 30px 0;
    padding: 0 30px 30px 0;
    display: block;
    float: left;
    border: none;
}

.contact-at-us a{
   border: 2px solid #3dadb1;
    color: #3dadb1;
    font-size: 14px;
    padding: 7px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.contact-at-us a:hover{
   background: #3dadb1;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.sign-up-form {
    width:60%;
    text-align: left;
    padding: 0 30px 30px 0;
    display: block;
    float: left;
    border: none;
}

.sign-up-form a{
   border: 2px solid #3dadb1;
    color: #3dadb1;
    font-size: 14px;
    padding: 7px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.sign-up-form a:hover{
   background: #3dadb1;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.goodies {
    width:40%;
    float: right;
    border: 1px dotted #3dadb1;
    padding: 30px;
    font-size: 14px;
}

.goodies p{
    color: #3dadb1;
}


.goodies ul{
    padding: 10px 0 0 20px;
}

.goodies li{
    list-style-image: url(../images/bullet.png);
    padding: 10px 0 0 5px;
    color: #8c8c8c;
}

@media screen and (max-width: 1330px) {
    
    .header {
    width: 100%;
    height: 100%;
    background: url(../images/bg3.jpg) no-repeat 70% 50%;
    background-attachment: fixed;
    top: 0;
    display: block;
    position: relative;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    }
    
}

@media screen and (max-width: 950px) {
    
    .contact-at-us {
    width:60%;
    padding: 2%
    }
    
    .contact-at-contact {
    width:30%; 
    padding: 2%
    }
    
    .header {
    width: 100%;
    height: 100%;
    background: url(../images/bg-750.jpg) no-repeat 80% 50%;
    background-attachment: fixed;
    top: 0;
    display: block;
    position: relative;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    }
    
    .h2-xtrapad {
    padding: 0;
    }
    
    .sign-up-form {
    width:100%;
    float: none;
    text-align: center;
    padding: 0 0 30px 0;
    }
    
    .goodies {
    width:100%;
    float: none;
    border: 1px dotted #3dadb1;
    padding: 30px;
    margin: 0 0 40px 0;
    }
    
}

@media screen and (max-width: 650px) {
    
    .header {
    width: 100%;
    height: 100%;
    background: url(../images/bg-750.jpg) no-repeat 90% 50%;
    background-attachment: fixed;
    top: 0;
    display: block;
    position: relative;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    }
    
    .contact-at-us {
    width:100%;
    float: none;
    text-align: center;
    padding: 2%;
    border-bottom: 1px dotted #b9b9b9;
    }
    
    .contact-at-contact {
    width:100%; 
    float: none;
    text-align: center;
    padding: 2%
    }
    
}

@media screen and (max-height: 750px) {
    
    .header {
    min-height: 50em;
    }
    
}

@media screen and (max-height: 450px) {
    
    .header {
    min-height: 30em;
    }
    
}

@media screen and (max-height: 300px) {
    
    .header {
    min-height: 20em;
    }
    
}

.contact-us-info {
    padding: 2%;
}

.contact-us-info h2{
    color: #ef7f1b;
    font-size: 15px;
    text-align: center;
    margin: 10px 0 20px 0;
}

.contact-us-info a{
    border: 2px solid #3975b9;
    background: #3975b9;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    padding: 2px 10px;
    line-height: 30px;
    letter-spacing: 1px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    margin: 20px 20px 10px 0;
}

.contact-us-info a:hover{
    border: 2px solid #3975b9;
    background: #ffffff;
    color: #3975b9;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.contact-nis-center {
    width:100%;
    margin: 0 auto;
}

.contact-address {
    width: 31%;
    height: 300px;
    background: #FFF;
    border-radius: 0.25em;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 0px 0px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 1%;
    padding: 1%;
    text-align: center;
        
}

.contact-tel {
    width: 31%;
    height: 300px;
    background: #FFF;
    border-radius: 0.25em;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 0px 0px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 1%;
    padding: 1%;
    text-align: center;
}

.contact-email {
    width: 31%;
    height: 300px;
    background: #FFF;
    border-radius: 0.25em;
    box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 0px 0px;
    overflow: hidden;
    display: block;
    float: left;
    margin: 1%;
    padding: 1%;
    text-align: center;
}

.contact-privacy{
    width: 100%;
    display: block;
    float:left;
    margin: 30px 0 30px 0;
}

.pad-btm20 {
    padding: 0 0 20px 0;
}

.work-with-us-ovr {
    width: 100% !important;
}

@media screen and (max-width: 980px) {
    
    .contact-us-info{
        text-align: center;
        margin-top: 50px;
    }
    
    .contact-us-info a {
        margin: 20px;
    }
    
}

#contact {
    width: 50%;
    float: left;
}

#contact fieldset {
    border:0;
    margin: 0;
    padding: 10px 20px;
}

#contact input {
    border-radius: 0;
    display: block;
  margin: 0;
  width: 100%;
    border: 1px solid #ffffff;
    color: #5a5a5a;
  appearance: none;
  box-shadow: none;
  border-radius: none;
outline: none;
    font-size: 14px;
    padding: 10px;
}

#contact h3 {
    padding: 10px 20px;
    
}
#contact textarea {
    border-radius: 0;
    display: block;
    margin: 0;
    width: 100%;
    border: 1px solid #ffffff;
    color: #5a5a5a;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    outline: none;
    font-size: 14px;
    padding: 10px;
}
#contact .last-line {
    
}

    #contact-submit{
    border: 2px solid #ef7f1b;
    color: #ef7f1b;
    background-color: #F6F5EB;
    font-size: 14px;
    padding: 7px 20px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    }

    #contact-submit:hover{
   background: #ef7f1b;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    }

    #contact .last-line {
    margin: 5px 0 20px 0;
    }

#sign-up fieldset {
    border:0;
    margin: 0;
    padding: 10px 20px;
}

#sign-up fieldset p{
    color: #8c8c8c;
    font-size: 14px;
    display: inline-block;
    padding: 5px 0 0 5px;
}

#sign-up input {
    border-radius: 0;
    display: block;
  margin: 0;
    border: 1px solid #ffffff;
    color: #5a5a5a;
  appearance: none;
  box-shadow: none;
  border-radius: none;
outline: none;
    font-size: 14px;
    padding: 10px;
}

#sign-up input[type="checkbox"] {
    display: inline;
}

#sign-up input[type="radio"] {
    display: inline;
}
.signup-check {
width: 0 !important;
display: inline !important;
padding: 10px 5px !important;
}

#sign-up h3 {
    padding: 10px 20px;
    
}

.signup-notes{
    
    color: #8c8c8c;
   font-size: 11px;
    font-style: italic;
    padding: 1px 20px;
}

.form-placeholder {
width: 100%;
}

@media screen and (max-width: 980px) {
    
    #contact {
    width: 100%;
    float: none;
    }
    
    #contact h3 {
    text-align: center;
    }
    
    #contact-submit{
   text-align: center;
    }
    
    #contact .last-line {
    text-align: center;
    margin: 10px 0 20px 0;
    }
    
    
}

@media screen and (max-width: 650px) {
    
    .contact-at-us {
    width:100%;
    float: none;
    text-align: center;
    padding: 2%;
    border-bottom: 1px dotted #b9b9b9;
    }
    
    .contact-at-contact {
    width:100%; 
    float: none;
    text-align: center;
    padding: 2%
    }
    
}

/*  Contact Form
--------------------------------------------- */

/*  hoshi
--------------------------------------------- */
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 5px 0;
	width: calc(100% - 2em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
    font-size: 15px;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: rgba(30, 43, 98, 0.60);
	font-weight: 500;
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
    padding: 10px 0;
	width: 100%;
}

.input--hoshi {
	overflow: hidden;
}

.input__field--hoshi {
	margin-top: 20px;
	padding: 20px 0;
	width: 100%;
	background: transparent;
	color: #595F6E;
}

.input__label--hoshi {
	position: absolute;
	bottom: 10px;
	left: 0;
	padding: 0;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
}

.input__label-content--hoshi {
	position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
	margin-top: 2px;
	border-bottom: 2px solid red;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
	border-color: #3dadb1;
}

.input__label--hoshi-color-2::after {
	border-color: #3dadb1;
}

.input__label--hoshi-color-3::after {
	border-color: #3dadb1;
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
	-webkit-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		-webkit-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}
/*hoshi
--------------------------------------------- */


/*  About
--------------------------------------------- */

.orange-border-about {
    border: solid 3px #ef7f1b;
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}

.dotted-about {
    height: 100%;
    min-height: 100vh;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5) 1px, transparent 1px, transparent 50%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5) 1px, transparent 1px, transparent 50%);
    background-image: -ms-repeating-radial-gradient(center center, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5) 1px, transparent 1px, transparent 50%);
    background-image: repeating-radial-gradient(center center, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5) 1px, transparent 1px, transparent 50%);
    -webkit-background-size: 3px 3px;
    -moz-background-size: 3px 3px;
    background-size: 3px 3px;
    padding: 1%;
}

.header-about {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(../images/sample3.jpg) no-repeat center center fixed;
    background-attachment: fixed;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    top: 0;
    display: block;
    position: relative;
}

.header-about h1 {
    padding: 40px 0 0 0;
    margin: 0;
    height: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: Oswald, sans-serif;
    font-size: 70px;
    color: #ffffff;
}

.content-titlewrap-about {
    padding: 20px;
}

.content-titlewrap-about h3 {
    margin: 0 0 10px 0;
    font-size: 38px;
    color: #2c2a2a;
}

.content-about-contactwrap {
   
}

.content-about-contactwrap-text {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}

.content-about-contactwrap-text h2{
    font-size: 18px;
    text-transform: lowercase;
    font-family: Lato, sans-serif;
    font-weight: 300;
    color: #2c2a2a;
}

.content-about-contactwrap a{
   border: 2px solid #ef7f1b;
    color: #ef7f1b;
    font-size: 14px;
    padding: 7px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.content-about-contactwrap a:hover{
   background: #ef7f1b;
    color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.content-articleimg-about {
    width: 30%;
    padding: 1% 1%;
    display: block;
    float: right;
}

.content-articleinfo-about {
    width: 70%;
    padding: 1% 5% 0 0;
    display: block;
    float: left;
}

.content-articleinfo-about p{
    font-size: 15px;
}

.content-headwrap2-for-about {
    width: 100%;
    margin: 0 auto;
    background: #1e2b62;
}

.content-titlewrap-for-about {
    padding: 50px 0;
    height: 30%;
    width: 980px;
    margin: 0 auto;
}

.content-headwrap-for-client {
    padding: 50px 0;
    height: 30%;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.content-titlewrap-client {
    
}

.content-titlewrap-client h2{
    text-align: center;
    padding: 5px 0 30px 0;
}

.boxed-up-wrap {
    width: 100%;
}

.boxed-up-wrap ul {
    display: block;
}

.boxed-up-wrap ul li{
    display: block;
    text-align: center;
}

.c-box1{
    height: 100%;
    width: 20%;
    margin: 10px;
    border-radius: 2px;
    display: inline-block;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box1:hover{
    filter: none;
    box-shadow: 0 0px 3px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.2);
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box2{
    height: 100%;
    width: 20%;
    margin: 10px;
    display: inline-block;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box2:hover{
     filter: none;
    box-shadow: 0 0px 3px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.2);
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box3{
    height: 100%;
    width: 20%;
    margin: 10px;
    display: inline-block;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box3:hover{
    filter: none;
    box-shadow: 0 0px 3px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.2);
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box4{
    height: 100%;
    width: 20%;
    margin: 10px;
    display: inline-block;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box4:hover{
    filter: none;
    box-shadow: 0 0px 3px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.2);
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box5{
    height: 100%;
    width: 20%;
    margin: 10px;
    display: inline-block;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box5:hover{
    filter: none;
    box-shadow: 0 0px 3px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.2);
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box6{
    height: 100%;
    width: 20%;
    margin: 10px;
    display: inline-block;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box6:hover{
    filter: none;
    box-shadow: 0 0px 3px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.2);
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box7{
    height: 100%;
    width: 20%;
    margin: 10px;
    display: inline-block;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box7:hover{
    filter: none;
    box-shadow: 0 0px 3px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.2);
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box8{
    height: 100%;
    width: 20%;
    margin: 10px;
    display: inline-block;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.c-box8:hover{
    filter: none;
    box-shadow: 0 0px 3px rgba(0,0,0,0.1), 0 2px 10px rgba(0,0,0,0.2);
    -webkit-filter: grayscale(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.highlight-point-ul-about {
    list-style: none;
    padding: 30px 0 30px 0;
    text-align: center;
}

.highlight-point-ul-about li:nth-child(1) {
    display: inline-table;
    padding: 1%;
    width: 33%;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.highlight-point-ul-about li h2 {
    position: absolute;
    opacity: 0.4;
    font-size: 60px;
    bottom: 55%;
}

.highlight-point-ul-about h4 {
    color: #ffffff;
    font-size: 40px;
    font-family: Lato, sans-serif;
    font-weight: 100;
}

.highlight-point-ul-about h3 {
    color: #ffffff;
    font-size: 80px;
    opacity: 0.5;
    font-family: Lato, sans-serif;
}

.highlight-point-ul-about li p {
    color: #ffffff;
    font-size: 16px;
    padding: 10px 0 0 0;
}

.highlight-point-ul-about li:nth-child(2) {
    display: inline-table;
    padding: 1%;
    width: 33%;
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.highlight-point-ul-about li:nth-child(3) {
    display: inline-table;
    padding: 1%;
    width: 33%;
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.slide-wrap {
    width: 100%;
    display: block;
    position: relative;
}

/*  About - end
--------------------------------------------- */

/*  Product
--------------------------------------------- */


.feat-link {
    text-decoration: none;
    color: #3dadb1;
    font-size: 16px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.feat-link:hover {
    color: #929292;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.content-features {
    height: 100%;
    width: 100%;
    display: block;
    position: relative;
    float: left;
    background:#fff;
    padding: 80px;
}

/*.feature-list  {
    height: 100%;
    width: 100%;
    padding:20px;
    background: #F9F9F9;
    display: block;
    position: relative;
    float: left;
    border-top: 4px solid #ef7f1b;
}

.feature-list h3 {
    margin: 0 0 20px 0;
    color: #1e2b62;
    text-transform: none;
font-family: Lato, sans-serif;
font-size: 25px;
    font-weight: 500;
}

.feature-list h2 {
    margin: 0 0 20px 0;
    color: #ef7f1b;
}

.transition, img,p, ul li i:before, ul li i:after {
  transition: all 0.25s ease-in-out;
}


.flipIn, h1, ul li {
  animation: flipdown 0.5s ease both;
}

.no-select, h2 {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.feature-list ul {
  list-style: none;
  perspective: 900;
  padding: 0;
  margin: 0;
}
.feature-list ul li {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 18px;
  border-top: 1px dotted #b1b1b1;
}
.feature-list ul li p{
  padding-bottom: 5px;
}
.feature-list ul li:nth-of-type(1) {
  animation-delay: 0.5s;
}
.feature-list ul li:nth-of-type(2) {
  animation-delay: 0.75s;
}
.feature-list ul li:nth-of-type(3) {
  animation-delay: 1s;
}
.feature-list ul li:last-of-type {
  padding-bottom: 0;
}
.feature-list ul li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 16px;
  right: 0;
}
.feature-list ul li i:before, .feature-list ul li i:after {
  content: "";
  position: absolute;
  background-color: #ef7f1b;
  width: 3px;
  height: 9px;
}
.feature-list ul li i:before {
  transform: translate(-2px, 0) rotate(45deg);
}
.feature-list ul li i:after {
  transform: translate(2px, 0) rotate(-45deg);
}
.feature-list ul li input[type=checkbox] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.feature-list ul li input[type=checkbox]:checked ~ p {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.feature-list ul li input[type=checkbox]:checked ~ img {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}
.feature-list ul li input[type=checkbox]:checked ~ i:before {
  transform: translate(2px, 0) rotate(45deg);
}
.feature-list ul li input[type=checkbox]:checked ~ i:after {
  transform: translate(-2px, 0) rotate(-45deg);
}
*/
#tabs {
  display: flex;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  height: auto;
  min-height: 200px;
  max-height: 600px;
  overflow: hidden;
}

.acoo {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  vertical-align: top;
  width: 65%;
}

.acoo li a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #3b3b3b;
  border-top: solid 2px #e9e9e9;
  padding: 20px 5px;
  z-index: 1;
  opacity: .5;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.acoo li:focus, a:focus {
  outline: none;
}

.acoo li:nth-child(1) a {
  border-top: none;
}

.acoo li a.active {
  opacity: 1;
}

.para-a {
  font-weight: bold;
  margin-top: 10px;
  padding: 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
  border: none;
  font-family: 'Montserrat';
  color: #2b2b2b;
}

.tag {
  position: relative;
  width: 100%;
}

.icon {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  vertical-align: middle;
}

.block {
  position: absolute;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border: solid 2px #7b7b7b;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.circle {
  position: absolute;
  padding: 2px;
  border: solid 2px #7b7b7b;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.title {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 10px;
  vertical-align: middle;
  color: #7b7b7b;
    position: relative;
    top: 20px;
}

.addon {
  position: relative;
  width: 80%;
padding: 10px 0;
  margin-left: 70px;
  letter-spacing: 0;
  font-size: 15px;
  color: #5c5c5c;
line-height: 25px;
  opacity: 0;
}

.addon.fadein {
  opacity: 1;
}

.browser {
  width: 35%;
  height: 95%;
  position: absolute;
  right: 0;
  overflow: hidden;
}

.top-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-bottom: solid 2px #7b7b7b;
  z-index: 2;
}

#tabs-1, #tabs-2, #tabs-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#tabs-1 {
text-align: center;
}

#tabs-1 img {
    
}

#tabs-2 {
text-align: center;
}

#tabs-2 img {
    
}

#tabs-3 {
text-align: center;
}

#tabs-3 img {
    
}

.content-testi {
height: 100%;
width: 100%;
display: block;
position: relative;
float: left;
background: #fff;
padding: 80px;
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }
  5% {
    opacity: 1;
  }
  80% {
    transform: rotateX(8deg);
  }
  83% {
    transform: rotateX(6deg);
  }
  92% {
    transform: rotateX(-3deg);
  }
  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/* product links*/

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin:0;
	max-height: 360px;
	width: 50%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure figcaption h2 {
	font-size: 28px;
    color: #ffffff;
    letter-spacing: 3x;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}



/*---------------*/
/***** Oscar *****/
/*---------------*/

figure.effect-oscar {
background: #ef7f1b;
}

#pro1 {
background: #ef7f1b;
}

#pro2 {
background: #2886E3;
}

#pro3 {
background: #47E328;
}

figure.effect-oscar img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-oscar figcaption {
	padding: 3em;
	background-color: rgba(58,52,42,0.7);
	-webkit-transition: background-color 0.35s;
	transition: background-color 0.35s;
}

figure.effect-oscar figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
}

figure.effect-oscar:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-oscar:hover figcaption::before,
figure.effect-oscar:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-oscar:hover figcaption {
	background-color: rgba(58,52,42,0);
}

figure.effect-oscar:hover img {
	opacity: 0.4;
}

/*  Product - end
--------------------------------------------- */

/*  Foot
--------------------------------------------- */

.foot {
    width: 100%;
    background: #2e3741;
    display: block;
    position: relative;
    float: left;
    padding: 1% 1% 0 1%;
    font-size: 12px;
}

.foot-nf {
    width: 100%;
    background: #2e3741;
    display: block;
    position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
    float: left;
    padding: 1% 1% 0 1%;
    font-size: 12px;
}

.foot-s {
    width: 100%;
    position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
    background: #3975b9;
    display: block;
    padding: 1%;
}

.foot-intro{
    width: 100%;
    display: block;
    position: relative;
    float: left;
}

.foot-intro ul{
    display: inline-block;
    text-align: center;
    width: 100%;
}

.foot-text{
    display: inline-block;
    padding: 5px;
    float: left;
    color: #fff;
    top: 20px;
    position: relative;
}

.foot-text a:first-child{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 0 5px 0 12px;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.foot-text a{
    display: inline-block;
    font-size: 13px;
    color: #fff;
    padding: 0 12px;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.foot-text a:hover{
    opacity:1;
    color: #3ad0dd;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.foot-social{
    display: inline-block;
    padding: 10px 10px;
    float: right;
    color: #f4f4f4;
}

.foot-social a{
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.social-yb {
 width: 25px;
height:25px;
background: url(../images/yb-w.png) no-repeat;
display: block;
background-size: contain;
opacity: 0.6;
margin: 0 8px;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.social-yb:hover {
opacity: 1;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.social-tw {
  width: 25px;
height: 25px;
background: url(../images/tw-w.png) no-repeat;
display: block;
background-size: contain;
opacity: 0.6;
margin: 0 8px;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.social-tw:hover {
 opacity: 1;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.social-fb {
  width: 25px;
height: 25px;
background: url(../images/fb-w.png) no-repeat;
display: block;
background-size: contain;
opacity: 0.6;
margin: 0 8px;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.social-fb:hover {
 opacity: 1;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.msc {
  width: 58px;
height: 54px;
background: url(../images/logo-msc-c.png) no-repeat;
display: block;
background-size: contain;
opacity: 0.6;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}

.msc-link {
    padding: 0 !important;
}

.msc-cover {
display: inline-block;
padding: 0 10px;
}

.msc:hover {
 opacity: 1;
-webkit-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
transition: all 0.6s;
}


@media screen and (max-width: 980px) {
    
    .foot {

right: 0;
bottom: 0;
left: 0;
    }
    
.foot-text{
    top: 5px;
    position: relative;
}
    
.msc-cover {
padding: 5px;
}
    
.f-low {
    position: absolute;
}    

}


/*  Foot end
--------------------------------------------- */

/* 404
--------------------------------------------- */
.error404 {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background: url(../images/404.jpg) repeat 50% 50%;
    background-attachment: fixed;
    background-size: contain;
    top: 0;
    display: block;
    position: relative;
}

.text-content-404 {
    position: absolute;
float: left;
top: 40%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: auto;
right: 7%;
text-align: right;
}

.text-content-404 h1{
    font-size: 91px;
}

.text-content-404 p{
    text-transform: uppercase;
    font-size: 28px;
    font-family: Oswald, sans-serif;
    font-weight: 100;
    color: #ffffff;
    line-height: 60px;
}

.text-content-404 a{
    color: #2c2a2a;
    background: #6afcc8;
    font-weight: 800;
    text-decoration: none;
    padding: 3px 6px;
}

@media screen and (max-width: 980px) {
    .text-content-404 {
        right: 0;
        text-align: center;
}
}

/*  404 end
--------------------------------------------- */

/* 
    experimental
*/

.intro {
  position: relative;
  height: auto;
  -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
}
.intro img {
  position: relative;
  display: block;
  width: 100%;
  height: 700px;
  z-index: 1;
  mix-blend-mode: multiply;
}

.intro .caption {
  position: absolute;
  bottom: 45%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 3;
  color: white;
}
.intro .caption h1 {
display: inline-block;
width: 70%;
color: #fff;
font-size: 50px;
font-weight: 100;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
margin: 0;
}

.intro .caption p {
display: inline-block;
width: 70%;
color: #fff;
font-size: 17px;
font-weight: 100;
text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
margin: 0;
padding: 2px 0 0 0;
}

.intro .overlaylay {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
.intro .overlaylay svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.copy {
  width: 100%;
  max-width: 60rem;
  height: 200%;
  margin: 0 auto;
  padding: 10vw 5vw 0 5vw;
  color: #476d80;
  font-weight: 300;
}
.copy p {
  margin-bottom: 1.5rem;
}

.copy .teaser {
  font-size: 1.6rem;
  text-align: center;
}
/* 
    experimental
*/

@media screen and (max-width: 1110px) {
  .intro .caption h1 {
  font-size: 35px;
}
    
.intro img {
  height: 100%;
}
    
.intro .caption {
   top: 30%;
}
    
}

@media screen and (max-width: 980px)  {
    
    h2 {
        20px;
    }
    
      .intro .caption h1 {
        font-size: 30px;
    }
    
    .intro .caption {
        top: 45%;
    }
    
    .intro .caption p {
    width: 100%;
    font-size: 14px;
    }
    
    
      .header h1 {
    padding: 1%;
    margin: 0;
    height: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: Lato, sans-serif;
    font-size: 60px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); 
    
    }

    .header p {
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 15px;
    width: 70%;
    margin: 0 auto;
    color: #ffffff;
    z-index: 10;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5); 
    }
    
    .text-content {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 100%;
        height: auto;
        left: 0;
    }
    
    .mobilogo {
    display: block;
    float: left;
    }
    
    .logo-m {
    position: relative;
        top: 40px;
        left: 10px;
        max-width: 200px;
    }
    
    .content {
        padding: 20px 0 0 0;
    }
    .no-pad {
    padding: 0;
}

    
    h3 {
         font-size: 15px;
    }
    .content-titlewrap {
        text-align: center;
        padding: 20px;
    }
    .content-titlewrap h2 {
        font-size: 17px;
    }
    .content-titlewrap h3 {
        margin: 0 0 10px 0;
    }
    .content-titlewrap h3:before {
        display: inline-block;
        background-color: #3975b9;
    }
    .content-headwrap2 {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
    .orange-line2 {
        bottom: 0;
    }
    .content-titlewrap2 {
        text-align: center;
        padding: 20px;
        width: 100%;
    }
    .content-titlewrap2 h2 {
        margin: 5px 0 5px 0;
    }
    .content-titlewrap2 h3 {
        margin: 20px 0 10px 0;
    }
    .content-titlewrap2 h3:before {
        display: inline-block;
    }
    .content-titlewrap2 h3:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 26%;
        right: 5%;
        margin: 20px 0 0 15px;
        background-color: #ffffff;
        height: 1px;
    }
    .content-headwrap1 {
        width: auto;
        margin: 0 auto;
    }
    .content-headwrap2 {
        width: auto;
        margin: 0 auto;
    }
    .content-articleimg {
        width: 100%;
        padding: 3% 3%;
        display: block;
        float: none;
    }
    .content-articleimg p {
        text-align: center;
    }
    .content-articleinfo {
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    .content-features {
        padding: 20px;
    }
    .content-featureinfo-left {
    width:100%;
    padding: 5px 10px;
    display: block;
    float: none;
    text-align: center;
    }

    .content-featureinfo-right {
        width: 100%;
        padding: 5px 10px;
        display: block;
        float: none;
        text-align: center;
    }
    .point-textwrap {
        padding: 10px;
        min-height: 0;
    }
    .point-linkwrap {
        padding: 0;
    }
    .highlight-point-ul li h2 {
        position: relative;
        opacity: 1;
        margin: 0;
    }
    .highlight-point-ul li p {
        padding: 5px;
    }
    .highlight-point-ul li:nth-child(1) {
        width: 100%;
        padding: 0 0 50px 0;
    }
    .highlight-point-ul li:nth-child(2) {
        width: 100%;
        padding: 0 0 50px 0;
    }
    .highlight-point-ul li:nth-child(3) {
        width: 100%;
        padding: 0 0 50px 0;
    }
    
    .animated-point:nth-child(1) {

    }
    
    .animated-point:nth-child(2) {

    }
    
    .animated-point:nth-child(3) {

    }
    
    .google-maps {
        width: 100%;
    }
    .content-contact {
        width: 100%;
    }
    .content-contact h3 {
        text-align: center;
    }
    
    .content-contact a{
    font-size: 14px;
    padding: 7px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 40px;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
        float: none;
    }

    .content-contact a:hover{
    color: #ffffff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    }
    
    .content-titlewrap-for-about {
    padding: 10px 0;
    height: 30%;
    width: 100%;
    margin: 0 auto;
    }
    .highlight-point-ul-about li:nth-child(1) {
        display: inline-table;
        padding: 5%;
        width: 100%;
        -webkit-animation-delay: .35s;
        animation-delay: .35s;
    }
    
.highlight-point-ul-about li:nth-child(2) {
        display: inline-table;
        padding: 5%;
        width: 100%;
        -webkit-animation-delay: .55s;
        animation-delay: .55s;
    }
    
    .highlight-point-ul-about li:nth-child(3) {
        display: inline-table;
        padding: 5%;
        width: 100%;
        -webkit-animation-delay: .75s;
        animation-delay: .75s;
}
    
.content-titlewrap-about {
    padding: 20px;
    width: 100%;
}
    
.content-titlewrap-about h2 {
    text-align: center;
}
    
.content-articleimg-about {
    width: 100%;
    padding: 1% 1%;
    display: block;
    float: none;
    text-align: center;
}
    
.content-articleimg-about p {
    text-align: center;
}
    
.content-articleimg-about img{
    max-width: 70%;
}
    
.content-articleinfo-about {
    width: 100%;
    padding: 1%  2% 5% 2%;
    margin: 0 auto;
    display: block;
    float: none;
}
    
    
.content-articleinfo-about p {
    text-align: center;
    
}
    
.padding-about {
    padding: 50px 0 50px 0 !important;
}
    
.foot-intro ul{
    text-align: center;
    width: 100%;
}

.foot-intro li{
    display: inline-block;
    margin-right: 0;
     margin-left: 0;
    padding: 10px 0 10px 0;
    width: 100%;
}

.foot-intro a{
    display: inline-block;
    font-size: 13px;
    color: #ffffff;
    opacity:0.5;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.foot-intro a:hover{
    opacity:1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.feature-list h2 {
    font-size: 30px;
}

.feature-list h3 {
    font-size: 20px;
}
   
figure.effect-oscar p {
    padding: 0 40px;
    }
    
.input {
    width: 100%;
    }

.c-box1{
    height: 100px;
    width: 40%;
    margin: 5px;
}

.c-box2{
    height: 100px;
    width: 40%;
    margin: 5px;
}
    
.c-box3{
    height: 100px;
    width: 40%;
    margin: 5px;
}
    
.c-box4{
    height: 100px;
    width: 40%;
    margin: 5px;
}
    
.c-box5{
    height: 100px;
    width: 40%;
    margin: 5px;
}
    
.c-box6{
    height: 100px;
    width: 40%;
    margin: 5px;
}

.c-box7{
    height: 100px;
    width: 40%;
    margin: 5px;
}

.c-box8{
    height: 100px;
    width: 40%;
    margin: 5px;
}
    
    #mouse-scroll  {
        display: none;
    }
    
}

@media screen and (max-width: 980px) and (max-height: 500px) {
    
    h2{
    font-size: 20px;
    }
    
    .text-content {
    position: absolute;
    -webkit-transform: translateY(0);
    transform: translateY(0); 
    width: 100%;
    height: auto;
    left: 0;
    }
    
    .header h1 {
    font-size: 30px;
    }
    
    .header p {
    font-size: 14px;
    }
    
    .logo-m {
    position: relative;
    top: 20px;
    left: 10px;
    max-width: 150px;
    }
    
}

@media screen and (max-width: 635px) {
    
    h2{
    font-size: 18px;
    }
    
     .intro .caption h1 {
        font-size: 25px;
    }
    
    .intro .caption {
        top: 40%;
    }
    
      .header h1 {
    padding: 2%;
    margin: 0;
    font-size: 35px;

    
    }

    .header p {
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 14px;
    width: 70%;
    margin: 0 auto;

    }
    
     .logo-m {
        position: relative;
        top: 20px;
        left: 0px;
        max-width: 150px;
    }
    
    .content-titlewrap h3:before {
        display: inline-block;
        width: 2%;
        right: 6%;
    }
    
    .content-titlewrap2 h3:before {
    content: "";
    position: absolute;
    width: 18%;
    left: 5%;
    margin: 20px 15px 0 0;
    background-color: #ffffff;
    height: 1px;
}

.content-titlewrap2 h3:after {
    content: "";
        position: absolute;
        display: inline-block;
        width: 18%;
        right: 5%;
        margin: 20px 0 0 15px;
        background-color: #ffffff;
        height: 1px;
}
    
    .grid figure {
        width: 100%;
    }
    
    figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
}
    
    
}

@media screen and (max-width: 435px) {
    
     .intro .caption h1 {
        font-size: 20px;
    }
    
    .intro .caption {
        top: 20%;
    }
    
      .intro .caption p{
        font-size: 12px;
        width: 70%;
    }
    
      .header h1 {
    padding: 2%;
    margin: 0;
    font-size: 30px;
    }

    .header p {
    text-align: center;
    font-family: Lato, sans-serif;
    font-weight: bold;
    font-size: 12px;
    width: 70%;
    margin: 0 auto;
    }
    
    .content-titlewrap h3:before {
        display: none;
    }
    .content-titlewrap h3:after {
        display: none;
    }
    .content-titlewrap2 h3:before {
    content: "";
    position: absolute;
    width: 12%;
    left: 5%;
    margin: 20px 15px 0 0;
    background-color: #ffffff;
    height: 1px;
    }
    .content-titlewrap2 h3:after {
    content: "";
        position: absolute;
        display: inline-block;
        width: 12%;
        right: 5%;
        margin: 20px 0 0 15px;
        background-color: #ffffff;
        height: 1px;
    }
}


/* media queries */

#map {
    width: 100%;
    height: 500px;
    margin-bottom: 50px;
}


/* Start: Component: Fixed Shortcut */

.fixed-shortcut {
    position: fixed;
    top: 50%;
    left: 100%;
    margin-left: -54px;
    width: 180px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-box-shadow: -8px 1px 36px -20px rgba(0, 0, 0, 0.49);
    -moz-box-shadow: -8px 1px 36px -20px rgba(0, 0, 0, 0.49);
    box-shadow: -8px 1px 36px -20px rgba(0, 0, 0, 0.49);
    padding: 24px 20px 6px 20px;
    background-color: #3dadb1;
    border-radius: 5px 0 0 5px;
    z-index: 10;
}

.fixed-shortcut a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    font-weight: 600;
    display: block;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.fixed-shortcut a svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    fill: #fff;
    cursor: pointer;
}

.fixed-shortcut a label {
    display: inline-block;
    vertical-align: middle;
    padding-left: 14px;
    cursor: pointer;
    font-size: 18px;
    font-family: Lato, sans-serif;
    font-weight: 500;
}

.fixed-shortcut a:hover {
    color: #fff;
}

.fixed-shortcut:hover {
    -webkit-transform: translate3d(-126px, -50%, 0);
    -moz-transform: translate3d(-126px, -50%, 0);
    -o-transform: translate3d(-126px, -50%, 0);
    -ms-transform: translate3d(-126px, -50%, 0);
    transform: translate3d(-126px, -50%, 0);
}

figure.effect-oscar figcaption {
    padding: 0 10px;
    
}

/* End: Component: Fixed Shortcut */


/* ==========
    text menu
    =========== */

.nav-text {
    position: fixed;
    top: 3%;
    right: 0;
    z-index: 100;
    width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.nav-text.active {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    background-color: #f6f5eb;
    padding: 10px;
    min-height: 6%;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.nav-text.active img{
    max-width: 10%;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    min-width: 150px;
}

.nav-text.active ul li a{
    color: #3dadb1;
}

.nav-text.active ul li a:hover{
    color: #c9c9c9;
}

.nav-text ul {
list-style: none;
display: inline-block;
float: right;
margin-top: 1%;
right: 2%;
position: relative;
}

.nav-text ul li{
   display: inline;
    margin: 10px 30px;
}

.nav-text ul li a{
    color: #ffffff;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.nav-text ul li a:hover{
    color: #3dadb1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.drop-nav {
    
}

#dropdown-menu-nav ul {
    display: inline;
}

#dropdown-menu-nav li{
    display: inline;
}

.PI-logo {

}

.logo-link {
    
}

.logo {
    height: auto;
    float: left;
    left:2%;
    position: relative;
    padding-top: 5px;
    max-width: 15%;
}

/* ==========
    textmenu
    =========== */

/* ==========
    hamburger menu
    =========== */

.nav-butt{
    width: 100%;
    
}

.button_container {
    position: fixed;
    top: 45px;
right: 28px;
    height: 27px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
    display: none;
}

.button_container:hover {
    opacity: .7;
}

.button_container.active .top {
    -webkit-transform: translateY(10px) translateX(0) rotate(45deg);
    transform: translateY(10px) translateX(0) rotate(45deg);
    background: #3dadb1;
}

.button_container.active .middle {
    opacity: 0;
    background: #3dadb1;
}

.button_container.active .bottom {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg);
    background: #3dadb1;
}

.button_container span {
    background: #3dadb1;
    border: none;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
    cursor: pointer;
}

.button_container span:nth-of-type(2) {
    top: 10px;
}

.button_container span:nth-of-type(3) {
    top: 20px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, width .35s;
    transition: opacity .35s, visibility .35s, width .35s;
    z-index: 50;
    padding: 5px;
}

.overlay:before {
    content: '';
    background: #2c2c2c;
    left: -55%;
    top: 0;
    width: 51%;
    height: 100%;
    position: absolute;
    -webkit-transition: left .35s ease;
    transition: left .35s ease;
}

.overlay:after {
    content: '';
    background: #2c2c2c;
    right: -55%;
    top: 0;
    width: 51%;
    height: 100%;
    position: absolute;
    -webkit-transition: all .35s ease;
    transition: all .35s ease;
}

.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
}

.overlay.open:before {
    left: 0;
}

.overlay.open:after {
    right: 0;
}

.overlay.open li {
    -webkit-animation: fadeInUp .5s ease forwards;
    animation: fadeInUp .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .95s;
    animation-delay: .95s;
}

.overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-align: center;
    z-index: 100;
}

.overlay h2 {
    -webkit-animation: fadeInUp .8s ease 0s;
    animation: fadeInUp .8s ease 0s;
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 45px;
    color: #3dadb1;
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}

.overlay ul li {
    display: block;
    padding: 9% 0;
    min-height: 50px;
    position: relative;
    opacity: 0;
}

.overlay ul li a {
    display: block;
    position: relative;
    color: #6c6c6c;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

.overlay ul li a:hover {
    color: #fff;
    transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
}

#dropdown-menu {
    position: relative;
}

.dropdown-p{
    border-bottom: none !important;
    font-size: 28px;
}

.drop ul li:first-child{
    padding: 15% 0 5% 0;
}

.drop ul li:last-child{
    padding: 9% 0 0 0;
}

/*
.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
    color: #6c6c6c;
    white-space:nowrap;
}
.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #ef7f1b;
    white-space:nowrap;
  -webkit-transition: .35s;
  transition: .35s;
}
*/

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        left: 20%;
    }
    100% {
        opacity: 1;
        left: 0;
    }
}

@media screen and (max-width: 980px) {
    .button_container {
        display: block;
    }
    
    .nav-text {
        display: none;
    }
}

@media screen and (min-width: 980px) {
.overlay.open {
    opacity: 0;
    visibility: hidden;
    height: 100%;
}
}

@media screen and (max-width: 980px) and (max-height: 500px) {
    
    .overlay nav {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    text-align: center;
    z-index: 100;
}

    .overlay h2 {
    -webkit-animation: fadeInUp .8s ease 0s;
    animation: fadeInUp .8s ease 0s;
    -webkit-animation-delay: .85s;
    animation-delay: .85s;
    text-transform: uppercase;
    font-family: Oswald, sans-serif;
    font-size: 25px;
    color: #3dadb1;
    }
    
    .overlay ul li {
    display: block;
    padding: 2px 5px;
    min-height: 50px;
    width: 100%;
    position: relative;
    opacity: 0;
    }
    
    .cd-popup-container {
        margin: 5px auto !important;
    }
    
    #ecmlogin {
    top:0;
    }
}
/* ==========
    hamburger menu - end
    =========== */

/* -------------------------------- 

login - pop - start

-------------------------------- */
.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
}

/* -------------------------------- 

xnugget info 

-------------------------------- */
.cd-nugget-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  left: 0;
}
.cd-nugget-info a {
  position: relative;
  font-size: 14px;
  color: #5e6e8d;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
  opacity: .8;
}
.cd-nugget-info span {
  vertical-align: middle;
  display: inline-block;
}
.cd-nugget-info span svg {
  display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
  fill: #5e6e8d;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background-color: #5e6e8d;
  color: #FFF;
}
header h1 {
  font-size: 20px;
  font-size: 1.25rem;
}

.cd-popup-trigger {

}
@media only screen and (min-width: 1170px) {
  .cd-popup-trigger {

  }
}

/* -------------------------------- 

xpopup 

-------------------------------- */
.cd-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(76,119,183,1);
background: -moz-linear-gradient(-45deg, rgba(76,119,183,1) 0%, rgba(123,195,140,0.55) 100%);
background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(76,119,183,1)), color-stop(100%, rgba(123,195,140,0.55)));
background: -webkit-linear-gradient(-45deg, rgba(76,119,183,1) 0%, rgba(123,195,140,0.55) 100%);
background: -o-linear-gradient(-45deg, rgba(76,119,183,1) 0%, rgba(123,195,140,0.55) 100%);
background: -ms-linear-gradient(-45deg, rgba(76,119,183,1) 0%, rgba(123,195,140,0.55) 100%);
background: linear-gradient(135deg, rgba(76,119,183,1) 0%, rgba(123,195,140,0.55) 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 100;
}
.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin: 5em auto;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-popup-container p {
  padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
  content: "";
  display: table;
  clear: both;
}
.cd-popup-container .cd-buttons li {
  float: left;
  width: 50%;
  list-style: none;
}
.cd-popup-container .cd-buttons a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: #FFF;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
  background: #fc7169;
  border-radius: 0 0 0 .25em;
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
  background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
  background: #b6bece;
  border-radius: 0 0 .25em 0;
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
}
.cd-popup-container .cd-popup-close::before, .cd-popup-container .cd-popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #fbfbfb;
}
.cd-popup-container .cd-popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}
.cd-popup-container .cd-popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}
.is-visible .cd-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .cd-popup-container {
    margin: 8em auto;
  }
}

@media only screen and (max-width: 980px) {
  .cd-popup {
    display: block;
  }
    
}

/* -------------------------------- 

login - form

-------------------------------- */

.loginextra {
    padding: 0;
margin: 0 auto;
position: relative;
top: 30%;
}

.logincover {
    margin: 0 auto;
}

.login {
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:center;
	line-height:40px;
	width:90px;
	height:40px;
	position:fixed;
	top:40px;
	right:40px;
	background-color:#333333;
	display:block;
	float:right;
	z-index:6;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.login:hover {
	background-color:#000000;
	cursor:pointer;
}
.loginerror {
    font-family:Helvetica, Arial, sans-serif;
    font-size:10px;
    color:#FF0000;
    width:100%;
    display:block;
    z-index:6;
    margin-top: 3px;
    margin-left: 4px;
    text-align: left;
}

.logo-login {
    padding: 10px 0 10px 0;
    
    border-bottom: 1px solid rgba(51, 51, 51, 0.16);;
}

.logo-login .pi-lo {
    max-width: 150px;
    height: auto;
}

#ecmlogin {
	min-width:205px;
	min-height:75px;
    top:35%;
	background:#fff;
	z-index:10;
	padding:20px 20px 30px 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.form-mar {
    margin: 20px 0 0 0;
}

@media (max-width: 768px) {
	#ecmlogin {
	   
	}
    input#ecmlogin_button {
       width:100%;
       float: left;
    }
}

@media (min-width: 1280px) {
    input#ecmlogin_button {
       width:120px;    
    }
}

@media (max-width: 1280px) {
    .ecmlogin_text input {
       width:100%;
        margin-top: 10px;
	margin-bottom:5px;
    }
    .logincover {
    width: 90%;
    margin: 0 auto;
    }
    
}

@media (min-width: 1280px) {
    .ecmlogin_text input {
       width:165px;
        margin-right:10px;
    }
}

input#ecmlogin_button {
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	color: #ffffff !important;
    border: 1px solid #3dadb1;
    background-color: #3dadb1;
	text-decoration:none;
	text-align:center;
	line-height:0px;
	border:0;
	display:block;
	float:right;
	
	height:37px;
	margin-right:0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
input#ecmlogin_button:hover {
    color: #3dadb1 !important;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #3dadb1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	cursor:pointer;
}

.forgotpass{
    font-size: 12px;
    color: #7e7e7e;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 4px;
    text-decoration: none;
}

.forgotpass:hover{
    color: #413f3f;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.signup-at-login {
     font-size: 12px;
    color: #3dadb1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 4px;
    text-decoration: none;
}

.signup-at-login:hover {
    color: #2f8386;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.ecmlogin_text {

}
.ecmlogin_text input {
	font-size:14px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	padding:7px;
	border:0;
	border: 1px solid #ddd;
    transition: border-width 0.2s ease;
}
/* -------------------------------- 

login - pop - end

-------------------------------- */


/* -------------------------------- 

bg - galaxy

-------------------------------- */

.fullScreen__parent {
  position: relative;
  height: 100%;
  width: 100%;
  text-align: center;
}

.fullScreen__content {
  height: 100%;
  width: 100%;
  position: fixed;
padding: 5px;
}
.fullScreen__content::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.fullScreen__img-parent {
  width: 100%;
  height: 100%;
}

.fullScreen__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media screen and (min-aspect-ratio: 1900 / 1286) {
  .fullScreen__img {
    width: 100%;
    height: auto;
    min-height: 100%;
  }
}
@media screen and (max-aspect-ratio: 1900 / 1286) {
  .fullScreen__img {
    height: 100%;
    width: auto;
    min-width: 100%;
  }
}

.fullScreen__text {
  position: fixed;
  left: 0;
  right: 0;
  top: 50%;
  color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.5em;
  padding: 0 1em;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

#projector {
  position: absolute; 
  top: 0px;
  left: 0px;
  width:100%;
  height:100%;
    display: block;
} 

.center-div {
	width:580px;
    height:374px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left: -290px;
    margin-top:  -187px;
}

#preloaderDiv
{
	position:absolute;
	left:50%;
    top:50%;
    margin-left: -27px;
    margin-top:  -27px;
}

#logo{
	opacity:0;
    filter: alpha(opacity=0);
}

#date2014
{
	position:absolute;
	padding-left: 210px;
	padding-top:15px;
	opacity:0;
	top:303px;
	left:0;
    filter: alpha(opacity=0);
}

/* -------------------------------- 

bg - galaxy

-------------------------------- */

/* -------------------------------- 
Feature slide
-------------------------------- */

.main-gallery {
  background: #ffffff;
padding: 20px 0 40px 0;
}

.gallery-cell {
  width: 100%;
}

.gallery-cell h2{
font-size: 21px;
padding: 10px 10px;
}

.feat-lavender {
color: #6662b5;
}

.feat-orange {
color: #eb7f56;
}

.feat-teal {
color: #2cb4b7;
}

.gallery-cell p{
font-size: 14px;
color: #5C5C5C;
padding: 10px 30px;
}

.featmonial {
  text-align: center;
  max-width: 850px;
  margin: 30px auto 130px auto;
  padding: 0 20px;
}

.featicon {
  width: 100px;
  border-radius: 50%;
margin: 20px 0 30px 0;
}

.featmonial-quote {
  display: block;
  font-size: 24px;
  font-weight: 300;
  padding: 10px 0;
}

.featmonial-author {
  display: block;
  font-weight: 800;
  color: #7AA641;
}

.flickity-page-dots {
  bottom: 80px;
}

.flickity-page-dots .dot.is-selected {
  background: #3dadb1;
}

/* -------------------------------- 
Feature slide
-------------------------------- */

/* -------------------------------- 
Unsubscribe (by Weng Kit)
-------------------------------- */
.unsubscribe-form {
    margin: 20px 0;
}

.unsubscribe-form ul{
	list-style: none;
}

.unsubscribe-form ul li{
    
}

.unsubscribe-form input{
    display: inline-block;
}

.unsubscribe-form p{
    display: inline-block;
    padding: 0 0 0 10px;
}

.input-unsubscribe{
    margin: 5px 0 0 23px;
    max-width: 500px;
    max-height: 200px;
    min-height: 50px;
    min-width: 300px;
}

.unsubscribe-intro-shorter {
    height: 280px !important;
}

.unsubscribe-foot {
	width:100%;
	height:99px;
	position:absolute;
	bottom:0;
	left:0;
}

.unsubscribe-cover {
	padding-top:0px;
	padding-bottom:100px; /* Height of the footer element */
}

/* -------------------------------- 
Unsubscribe
-------------------------------- */