﻿/*colors are:
blue:#2192cc; 
green:#a2b744;
*/

@font-face {
  font-family: 'PetitaLight';
  src: url('PetitaLight.woff') format('woff'),
       url('PetitaLight.ttf')  format('truetype');
}
* {
  margin: 0;
  padding: 0;
}
body, html{
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  
  font-size: 15px;
  color: #5A5D65;
  letter-spacing: 0.5px;
  line-height: 23px;

  overflow-x: hidden;
  background-color: #f5f5f5;
  margin: 0;
  padding: 0;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-right: 20px;
  padding-left: 20px;
}
.col-nopadding{
  padding: 0;
}
.row {
  margin-right: -20px;
  margin-left: -20px;
}

/*-----------*/
h1, h2, h3, h4, h5{
  font-family: "PetitaLight";
  font-style: normal;
  font-weight: normal;
  color: #121a23;
  display: inline-block;
  letter-spacing: 1.2px;
}
h2{
  font-size: 30px
}
h3{
  font-size: 20px;
  margin: 10px 0;
}

p {

}

a{
  color: #2192cc; 
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  color:  #a2b744;
  text-decoration: none;
}

a.buttonLarge,
button.buttonLarge{
  background: #2192cc;
  border-radius: 5px;
  float: left;
  padding: 8px 55px;
  text-align: center;
  font-family: petitaLight;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 12px;
  text-decoration: none;
  border: none;
  outline: none;
}
a.buttonLarge:hover,
button.buttonLarge:hover{
  background: #a2b744;
}

/*a.btn_apple,
a.btn_google{
  width: 167px;
  height: 56px;
  margin: 10px 25px 0 0;
  float: left;
}
a.btn_apple{
  background: url(../images/app_apple_btn.png) no-repeat top left;
}
a.btn_apple:hover{
  opacity: 0.7;
}

a.btn_google{
  background: url(../images/app_google_btn.png) no-repeat top left;
}
a.btn_google:hover{
  background: url(../images/app_google_btn_active.png) no-repeat top left;
}*/
.btn_apple,
.btn_google{
  width: 167px;
  height: 56px;
  margin: 10px 25px 0 0;
  float: left;
}
.btn_apple{
  background: url(../images/app_apple_btn.png) no-repeat top left;
}


.btn_google{
  background: url(../images/app_google_btn.png) no-repeat top left;
}


.dark p,
.dark h1,
.dark h2,
.dark h3,
.dark ul li{
  color: white;
}
.dark a{
  color: white;
  text-decoration: underline;
}
.dark a:hover{
  color: #444B23;;
}

.dark2 a{
  text-decoration: none;
  color: rgb(33, 146, 204);
}
.dark2 a:hover{
  color: #a2b744;
}

ul{
    padding-left: 20px;
}
ul li{
    padding-left: 5px;  
}

hr{
  opacity: 0.4;
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}


/*--------------- HEADER -------------*/
header{
  width: 100%;
  height: 115px;
  background-color: white;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(43,53,43,0.1);
  -moz-box-shadow: 0px 3px 0px 0px rgba(43,53,43,0.1);
  box-shadow: 0px 3px 0px 0px rgba(43,53,43,0.1);
  position: fixed;
  top: 0;
  z-index: 10000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.sticky {
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
}
.logo1{
  background: url(../images/logo_1.png) no-repeat top left;
  width: 246px;
  height: 42px;
  float: left;
  margin: 40px 0 0 0;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.logo_dt{
  margin: 35px 0 0 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.logo_dt a{
  background: url(../images/logo_dt.png) no-repeat center right;
  height: 47px;
  width: 45px;
  float: right;
  text-align: right;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.logo_dt a:hover{
  opacity: 0.8
}
.logo_dt p{
  color: #49799c;
  padding: 16px 10px 0 0;
  line-height: normal;
  font-size: 12px;
  float: right;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

header.sticky .logo1{
  margin: 12px 0 0 0;
  height: 30px;
}
header.sticky .logo_dt{
  margin: 0 0 0 0;
}
header.sticky .logo_dt a{
  opacity: 0;
  margin: 0 -50px 0 0;
}
header.sticky .logo_dt p{
  padding: 18px 0 0 0;
}





/*----------general---------*/
.wrapper_width{
  width: 1260px;
  margin: 0 auto;
  display: block;
  height: 100%;
  position: relative;
}
.mainSection{
  width: 100%;
  position: relative;
}
.mainSection1{
  background: #f0f4f3;
  background: -moz-radial-gradient(center, ellipse cover,  #f0f4f3 0%, #c4d2d0 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#f0f4f3), color-stop(100%,#c4d2d0));
  background: -webkit-radial-gradient(center, ellipse cover,  #f0f4f3 0%,#c4d2d0 100%);
  background: -o-radial-gradient(center, ellipse cover,  #f0f4f3 0%,#c4d2d0 100%);
  background: -ms-radial-gradient(center, ellipse cover,  #f0f4f3 0%,#c4d2d0 100%);
  background: radial-gradient(ellipse at center,  #f0f4f3 0%,#c4d2d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f4f3', endColorstr='#c4d2d0',GradientType=1 );
  height: 100%;
  display: table;
  background-attachment: fixed;
}
.mainSection1 .bg{
  background: url(../images/bg_dot.png)repeat top left fixed;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  position: absolute;
}
.mainSection1 .wrapper_width{
  margin: 0 auto;
  padding-top: 140px;
}
.mainSection2 {
  background: url(../images/img_green.png)no-repeat top center;
  height: 615px;
  -webkit-box-shadow: 0px -25px 0px 0px rgba(162,183,68,1);
  -moz-box-shadow: 0px -25px 0px 0px rgba(162,183,68,1);
  box-shadow: 0px -25px 0px 0px rgba(162,183,68,1);
}
.mainSection3 {
  background: #1b2e34;
  height: 100%;
  padding: 70px 0 100px 0;
  display: table;
}
/*.mainSection3 .row{
  margin-top: 20px; 
}*/



/*-------------------parallaxx-----------*/
section.parallax {
  height: 100%;
  width: 100%;
  display: table;
  padding: 80px 0 100px 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50%;
  border-top: 25px solid #a2b744;
}

section.parallax-1 {
  background-image: url(../images/img_green.jpg);
}


/*----------*/
.downloadpanel{
  width: 100%;
  height: 100%;
  min-height: 165px;
  padding: 12px 15px;
  margin: 15px 0 30px 0;
  display: block;
  border-radius: 3px;
  background-color: rgb(251, 253, 253);
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.2);
}
.app_icon{
  background: url(../images/app_icon.png)no-repeat top left;
  height: 140px;
  width: 140px;
  background-size: contain;
  float: left;
  margin: 0 15px 0 0;
}
p.smallp{
  font-size: 11px;
  margin: 0;
  line-height: 16px;
}
p.smallp span{
  color:#2192cc;
  margin: 5px 0;
  display: inline-block;
}
ul.rating{
  margin: 0;
}
ul.rating li{
  background: url(../images/star.jpg) no-repeat center;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin: 0 0 10px 0;
}
.information{
  margin: 10px 0 0 0;
  float: left;
}
.information_icon{
    background: url(../images/icon_info.png) no-repeat center;
  width: 17px;
  height: 17px;
  margin: 0px 7px 0 0;
  float: left;
}

/*-------flexslider----------*/
.flexslider {
  margin: 15px 0 110px 0;
  background: none;
  border: 0px;
}

.flexslider .flex-direction-nav .flex-prev{
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: -90px;
}
.flexslider .flex-direction-nav .flex-next{
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: -90px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  left: -60px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: -60px;
}

a.flex-prev,
a.flex-next{
  background: url(../images/arrow_dark.png) no-repeat center;
  height: 70px;
  width: 70px;
}
.flex-direction-nav a.flex-prev:before,
.flex-direction-nav a.flex-next:before{
  content: none;
}
.flex-control-paging li a.flex-active {
  background: rgba(147, 173, 33, 1);
}
.flex-control-paging li a {
  background: rgba(0, 0, 0, 0.15);
}
.flex-control-nav {
  bottom: -50px;
}

/*--------------------footer------------------*/
footer{
  margin: 0 0 0 0;
  padding: 0;
  height: 200px;
  width: 100%;
  background-color: #2192cc;
  display: table;
  position: relative;
  z-index: 5000;
}

footer .backtotop {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #1b2e34;
  height: 70px;
  width: 70px;
  padding: 10px;
  margin: -40px auto 0;
/*  display: block;
*/display: -ms-flexbox;
  display: -webkit-box;
  border-radius: 7px;
}

footer .backtotop a.arrow span.outer{
  background: rgba(137, 212, 249, 0.04);
  height: 40px;
  width: 40px;
  border-radius: 4px;
  position: absolute;
  margin: 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
footer .backtotop a.arrow span.outer span {
  background: url(../images/arrow.png) no-repeat center;
    height: 30px;
  width: 30px;
  margin: 0px auto;
  display: block;
  z-index: 5;
  position: absolute;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer .backtotop a.arrow:hover {
  /*opacity: 0.7;*/
}
footer .backtotop a.arrow:hover > span.outer,
footer .backtotop a.arrow:active > span.outer {
  background: #a2b744;
}
footer .logo2{
  background: url(../images/logo_2.png) no-repeat top left;
  width: 156px;
  height: 52px;
  background-size: contain;
  margin: 45px auto;
}








/*-----------------media queries---------------------*/
@media screen and (max-width: 1340px) {
  .wrapper_width{
    width: 93%;
  }
}
@media screen and (max-width: 1199px) {
  .wrapper_width{
    width: 90%;
  }
  /*.mainSection3 {
      height: 440px;
    }*/
}
@media screen and (max-width: 979px) {
  section.parallax-1{
    background-image: none;
    background: rgb(0, 69, 66);
  }
}
@media screen and (max-width: 870px) {
  .flex-direction-nav .flex-next,
  .flex-direction-nav .flex-prev{
    display: none;
  }

}

@media screen and (max-width: 767px) {
  .app_icon{
    width: 100px;
  }
  .mainSection1 .wrapper_width {
    padding-top: 100px;
  }
  header {
    height: 70px;
  }
  header.sticky {
    height: 40px;
  }
  header .logo_dt{
    display: none;
  }
  header .logo1{
    height: 30px;
    margin: 24px 0 0 0;
  }
  header.sticky .logo1{
    height: 19px;
  }
  .downloadpanel {
    min-height: inherit;
  }
  a.buttonLarge,
  button.buttonLarge{
    width: 100%
  }
  

}
@media screen and (max-width: 479px) {
 .app_icon{
    width: 50px;
  }
}




::selection {
  background: #a2b744;
  color: white;
}

::-moz-selection {
  background: #a2b744;
  color: white;
}8