@import "animate.css";
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Exo:700);
@import url(https://fonts.googleapis.com/css?family=Exo:500);
@import url(https://fonts.googleapis.com/css?family=Exo:900);
@import url(https://fonts.googleapis.com/css?family=Exo:600);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Audiowide);
@import url('https://fonts.googleapis.com/css?family=Fugaz+One');
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 15px/24px "Roboto Condensed", sans-serif;
  color: #777;
  background: #333333;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color:#03c7de;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #03c7de;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2, h1.h2 {
  font: 700 48px/48px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #333333;
  position: relative;
  padding-top: 27px;
}

h1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 6px;
  width: 147px;
  background: #333333;
}
h1.logoNoTop:before {
    background: none;
}
@media (min-width: 768px) and (max-width: 979px) {

  h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 30px;
  }
  h1 {
  	font-size:40px !important;
  }
  h1:before {
  	display:none;
  }
}
.header1 {
  margin-bottom: 22px;
}
h3 {
  font: 400 18px/24px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #333333;
}
h6 {
  font: 700 48px/55px "Exo", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.h8 {
  font: 700 18px/18px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.font1 {
  font: 900 44px/44px "Exo", sans-serif;
  text-transform: uppercase;
  color: #03c7de;
  display: inline-block;
}
.font1:hover a {
  color: #333333;
}
@media (max-width: 767px) {
  .font1 {
    font-size: 24px;
    line-height: 24px;
  }
}
.font2 {
  font: 600 18px/21px "Exo", sans-serif;
  text-transform: uppercase;
  color: #03c7de;
  display: inline-block;
}
/* ======= Buttons ======= */
.btn-default {
  font: 400 14px/24px "Roboto Condensed", sans-serif;
  color: #333333;
  text-transform: uppercase;
  display: inline-block;
}
.btn-default:hover {
  color: #03c7de;
}
.btn-default.charts {
	margin:20px 10px;
}
button.btn-default.charts.small {
    margin: 10px 10px 0 0;
    font-size: 12px;
}
#DBContainer {
    overflow: auto;
}
.btn-big {
  display: inline-block;
  background: #03c7de;
  color: #ffffff;
  font: 400 14px/24px "Roboto Condensed", sans-serif;
  padding: 15px 47px 14px;
  text-transform: uppercase;
  text-align: center;
  border: 0;
}
.btn-big:hover {
  background: #039aac;
  color: #ffffff;
  cursor:pointer;
}
.btn-big.__inset1 {
  border: 1px solid #969696;
  background: transparent;
  color: #333333;
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn-big.__inset1:hover {
  background: #03c7de;
  color: #ffffff;
}
@media (max-width: 479px) {
  .btn-big.__inset1 {
    background: #ffffff;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn-big {
    padding: 8px 20px;
  }
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__float-right {
  float: right !important;
}
@media (max-width: 767px) {
  .__float-right {
    float: none !important;
  }
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #03c7de;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 52px 0 47px;
  border-bottom: 1px solid #c9c9c9;
  background:#444444;
}
.wrapper1 .font2 {
  margin-top: 2px;
}
.wrapper2 {
  padding: 39px 0 81px;
}
.wrapper3 {
  border-bottom: 0px solid #d2d2d2;
  padding-bottom: 80px;
}
.wrapper4 {
  padding: 80px 0 24px;
  background: #f6f8fa;
}
.wrapper5 {
  border-bottom: 1px solid #d2d2d2;
}
.wrapper6 {
  padding-bottom: 80px;
}
.wrapper6 .header1 {
  margin-bottom: 27px;
}
.wrapper7 {
  padding-bottom: 26px;
}
.wrapper8 {
  padding-bottom: 67px;
}
.wrapper9 {
  padding-bottom: 39px;
}
.wrapper10 {
    padding-top: 26px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
}
#header .info {
  padding: 15px 0 3px;
  background: #ffffff;
  font: 300 12px/14px "Roboto Condensed", sans-serif;
  color: #333333;
}
@media (max-width: 979px) {
  #header .info {
    /*font-size: 9px;
    line-height: 9px;*/
  }
}
@media (max-width: 767px) {
  #header .info {
    font-size: 12px;
    line-height: 14px;
  }
}
#header .info address,
#header .info .phone,
#header .info .link {
  display: block;
  padding-left: 23px;
  position: relative;
  line-height: 17px;
  font-size: 13px;
}
#header .info address:before,
#header .info .phone:before,
#header .info .link:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 16px;
  overflow: hidden;
  background: no-repeat left 0;
}
@media (max-width: 767px) {
  #header .info address:before,
  #header .info .phone:before,
  #header .info .link:before {
    display: none;
  }
}
#header .info address:before {
  background-image: url(../images/icon1.png);
}
#header .info .link:before {
  background-image: url(../images/icon2.png);
}
#header .info .phone:before {
  background-image: url(../images/icon3.png);
}
#header .info .socials1 {
  text-align: right;
  margin-top: -1px;
}
@media (max-width: 767px) {
  #header .info .socials1 {
    text-align: center;
    margin-top: 20px;
  }
}
#header #stuck_container {
  position: relative;
  padding: 12px 0 12px 0;
  z-index: 400;
  background: #333333;
}
@media (max-width: 979px) {
  #header #stuck_container {
    padding-top: 0;
    padding-bottom: 5px;
  }
}
#header.main-page #stuck_container {
  position: absolute;
  left: 0;
  right: 0;
  background: #333333;
}
@media (max-width: 979px) {
  #header.main-page #stuck_container {
    position: relative;
  }
}
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 16px;
}
.socials1 li a i {
  font-size: 19px;
  line-height: 19px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a:hover i {
  color: #03c7de;
}
.changeTheme {
  line-height: 18px;
  text-align: center;
  font-size: 13px;
}
.changeTheme i {
  font-size: 18px;
  padding-right:8px;
}
/* ======= Logo ======= */
h1 {
  float: left;
  position: relative;
}
@media (max-width: 979px) {
  h1 {
    float: none;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  h1 {
    margin-top: 10px;
  }
}
h1 .main,
h1 .secondary {
  display: inline-block;
}
h1 .main {
  font: 400 60px/60px "Audiowide", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
h1 .secondary {
  font: 700 12px/14px "Roboto Condensed", sans-serif;
  color: #03c7de;
  text-transform: uppercase;
  margin-top: -4px;
  letter-spacing:2px;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: right;
  margin-top: 27px;
}
@media (max-width: 979px) {
  nav {
    display: inline-block;
    float: none;
    margin: 20px 0;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 56px;
}
.sf-menu > li + li:before {
  content: '';
  position: absolute;
  display: block;
  width: 26px;
  height: 16px;
  /*background: url(../images/divider1.png) no-repeat center 0;*/
  left: -41px;
  top: 1px;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0d7";
  color: #ffffff;
  bottom: -10px;
  left: 50%;
  margin-left: -3px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: capitalize;
  font: 500 16px/16px "Exo", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a.db {
  color: #ff7301;
}
.sf-menu > li > a:hover {
  color: #03c7de;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #03c7de;
}
.sf-menu .sfHover > a:after {
  color: #03c7de;
}
.sf-menu > li.current > a {
  color: #03c7de;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #03c7de;
}
.sf-menu > li.sfHover > a {
  color: #03c7de;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  border-radius: 3px;
  width: 160px;
  font: 400 12px/12px Arial, sans-serif;
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -55px;
  background: #292929;
  text-align: left;
  padding: 24px 0 25px 0px;
  z-index: 2;
}
.sf-menu ul > li + li {
  margin-top: 0px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #ffffff;
  bottom: -1px;
  right: px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}
.sf-menu ul li a {
  color: #ffffff;
  display:block;
  padding:10px 5px 10px 10px;
}
.sf-menu ul li a:hover {
  color: #03c7de;
  background:#000;
}
.sf-menu ul > .sfHover > a:after {
  color: #03c7de;
}
.sf-menu ul li.sfHover > a {
  color: #03c7de;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -5px;
  left: 94px;
  margin-left: 0;
  background: #03c7de;
  padding: 10px 0 11px 10px;
  z-index: 4;
  text-align: left;

}

.sf-menu ul ul li a {
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul ul li a:hover {
  color: #000000;
}
.sf-menu ul ul li + li {
  margin-top: 18px;
}
@media only screen and (max-width: 979px) {
	.sf-menu > li + li {
    margin-left: 39px;
	}
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #03c7de;
    width: 100%;
    margin-bottom: 10px;
    background: #ffffff;
    font: 15px/17px "Exo", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
.isStuck nav {
  /*margin-top: 0;*/
}
.isStuck#stuck_container {
  padding: 0;
}
.isStuck h1 {
  margin-top: -10px;
  padding-left: 28px;
  margin-bottom: -9px;
}
.isStuck h1 .main {
  font-size: 30px;
  line-height: 49px;
}
.isStuck h1 .secondary {
  margin-top: -10px;
  font-size: 8px;
  line-height: 8px;
}
.isStuck h1:before {
  width: 25px;
  height: 19px;
  background-size: contain;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
}
#content.common {
  padding-top: 80px;
}
/* ======= Banner 1 OUR ======= */
.banner1 {

  background: #333333;
  padding: 43px 0;
}
/* ======= Post 1 OUR ======= */
.post1 img {
  float: left;
  border: 3px solid #ffffff;
  border-radius: 500px;
  margin-right: 12px;
  padding: 0;
  margin-top: -2px;
}
.post1 .header {
  color: #ffffff;
  text-transform: uppercase;
}
.post1 .header a {
  display: inline-block;
}
.post1 .header.main {
  display: grid;
  font: 700 24px/30px "Roboto Condensed", sans-serif;
  line-height: 60px;
}
.post1 .header .secondary1 {
  display: block;
  font: 700 30px/30px "Roboto Condensed", sans-serif;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .post1 {
    text-align: center;
  }
  .post1 img {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 40px;
  }
}
/* ======= Post 2 Feel free to communicate ======= */
.post2 {
  margin-bottom: 0px;
  margin-top: 0px;
}
.post2 h2 {
  margin-bottom: 22px;
}
.post2 h3 {
  margin-bottom: 8px;
}
.post2 .btn-big {
  margin-top: 71px;
}
/* ======= Post 3 Internet consulting ======= */
.post3 h2 {
  margin-bottom: 26px;
}
.post3 .header {
  display: block;
  font: 400 14px/24px "Roboto Condensed", sans-serif;
  color: #333333;
  text-transform: uppercase;
}
.post3 .btn-big {
  margin-top: 38px;
}
.post3.__inset1 {
  padding-right: 67px;
}
/* ======= banner 2 From the ground ======= */
.banner2 {
  background: #ebebeb;
  padding: 80px 0 61px;
  border: 0px solid #d2d2d2;
}
/* ======= Banner 3 Newsletter subscription ======= */
.banner3 {
  padding: 33px 0 35px;
  border-bottom: 1px solid #e4e4e4;
}
.banner3 span {
  display: block;
}
.banner3 .header {
  font: 700 36px/36px "Roboto Condensed", sans-serif;
  color: #03c7de;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1px;
}
.banner3 .secondary {
  display: block;
  font: 400 18px/24px "Roboto Condensed", sans-serif;
  color: #333333;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.banner3 p {
  font: 400 12px/18px "Roboto Condensed", sans-serif;
  color: #909090;
}
/* ======= banner 4 Partners ======= */
.banner4 {
  padding: 45px 0 41px;
}
@media (max-width: 767px) {
  .banner4 {
    text-align: center;
  }
  .banner4 img {
    margin-bottom: 30px;
  }
}
.banner4 a:hover img {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
/* ======= Post 4 About our company ======= */
.post4 {
  margin-bottom: 50px;
}
.post4 h3 {
  margin-bottom: 6px;
}
.post4 p {
  margin-bottom: 14px;
}
.post4 img {
  margin-top: 2px;
}
.post4 {
  margin-top: 24px;
  margin-bottom: 54px;
}
.post4 ol, .post4 ul  {
	list-style-type:decimal;
	margin:0 0 0 30px;
}
.post4 ul  {
	list-style-type:square;
}
.post4 time {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 2px 12px;
  margin-top: 4px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #03c7de;
  width: 60px;
}
@media (max-width: 767px) {
  .post4 img {
    width: 100%;
  }
}
.post4.__inset1 h3 {
  margin-top: 1px;
}
.post4.__inset1 img {
  margin-top: 7px;
}
.post4.__inset1 .btn-big {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .post4.__inset1 img {
    margin-bottom: 20px;
  }
}
/* ======= Post 5 Our advantages ======= */
.post5 {
  margin-top: 7px;
  background: #ebebeb;
  text-align: center;
  padding: 28px 25px 25px;
  min-height: 48px;
}
.post5 .header {
  font: 900 38px/38px "Exo", sans-serif;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing:2px;
}
.post5 p {
  color: #898989;
}
.post5 .btn-default {
  margin-top: 16px;
}
.post5:hover {
  color: black;
  background: #999 !important;
}
.post5.ver2 {
  padding:12px;
}
/* ======= Blockquote 1 Testimonials ======= */
.blockquote1 {
  margin-top: 23px;
  padding-left: 59px;
  position: relative;
}
.blockquote1 cite {
  font-style: italic;
  display: block;
  margin-bottom: 18px;
}
.blockquote1 .author {
  display: inline-block;
  font: 400 18px/20px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #333333;
}
.blockquote1 .author:hover {
  color: #03c7de;
}
.blockquote1 .who {
  display: inline-block;
  margin-top: -2px;
  font: 400 14px/20px "Roboto Condensed", sans-serif;
  color: #03c7de;
}
.blockquote1:before {
  font-family: FontAwesome;
  font-size: 48px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  top: 16px;
  left: 0;
  content: '\f10d';
  line-height: 24px;
  color: #333333;
}
/* ======= Accordion ======= */
#accordion {
  margin-top: 6px;
  margin-bottom: 81px;
}
#accordion > h3 {
  position: relative;
}
#accordion .ui-accordion-header {
  margin-top: 2px;
  display: block;
  position: relative;
  background: #f5f5f5;
  padding: 5px 10px 3px 47px;
  min-height: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#accordion .ui-accordion-header:before {
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 24px;
  content: '\f054';
  color: #333333;
  left: 27px;
  top: 50%;
  margin-top: -12px;
}
#accordion .ui-accordion-header:hover {
  color: #03c7de;
  cursor: pointer;
  outline: none;
}
#accordion .ui-state-hover {
  color: #333333;
  outline: none;
}
#accordion .ui-accordion-header-active {
  color: #333333;
  position: relative;
  outline: none;
}
#accordion .ui-accordion-header-active:before {
  color: #03c7de;
}
#accordion .ui-accordion-content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e9e9e9;
  border-top: none;
  padding: 21px 40px 26px 47px;
  margin-bottom: 3px;
}
#accordion .ui-accordion-content p {
  margin-bottom: 12px;
}
#accordion .ui-state-focus {
  outline: none;
}
/* ======= Post 6 The best solutions for you ======= */
.post6 {
  margin-top: 6px;
  text-align: center;
  margin-bottom: 63px;
}
.post6 img {
  margin-bottom: 24px;
}
.post6 h3 {
  font-weight: 700;
}
@media (max-width: 979px) {
  .post6 {
    padding: 4px;
  }
}
/* ======= Post 7 Blog ======= */

@media (max-width: 979px) {
  .post4 time {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .post4 time {
    padding: 2px;
    margin-bottom: 10px;
  }
}
.post4 time span {
  display: block;
}
@media (max-width: 767px) {
  .post4 time span + span {
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .post4 time span {
    display: inline-block;
  }
}
.post4 time .day {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .post4 time .day {
    margin-bottom: 0;
  }
}
.post4 time .month {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .post4 time .month {
    font-size: 30px;
    line-height: 30px;
  }
}
.post4 time .year {
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .post4 time .year {
    font-size: 30px;
    line-height: 30px;
  }
}
.post7 h3 {
  margin-bottom: 4px;
}
.post7 .info {
  margin-bottom: 25px;
  font-size: 16px;
}
.post7 .info .by {
  color: #03c7de;
}
.post7 .info .by:hover {
  color: #333333;
}
.post7 img {
  margin-bottom: 41px;
}
.post7 .btn-big {
  margin-top: 23px;
}
/* ======= Post 8 Privacy Policy ======= */
.post8 {
  margin-bottom: 37px;
}
.post8 h3 {
  margin-bottom: 6px;
}
.post8 .simple-link {
  margin-top: 24px;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 26px;
  position: relative;
  font: 400 18px/30px "Roboto Condensed", sans-serif;
  color: #383838;
  text-transform: uppercase;
}
.list1 li:before {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 30px;
  content: '\f138';
  left: 0;
  top: 1px;
  color: #03c7de;
}
.list1.__inset1 {
  margin-top: 21px;
  margin-bottom: 73px;
}
/* ======= Gallery  ======= */
.gallery_image {
  float: left;
  width: 33.333333333333336%;
}
@media (max-width: 767px) {
  .gallery_image {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}
.gallery_image a {
  display: block;
  position: relative;
  background: #000000;
}
.gallery_image a .hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gallery_image a .hover .content {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  padding: 0 35px;
}
@media (max-width: 1199px) {
  .gallery_image a .hover .content {
    margin-top: -124px;
  }
}
@media (max-width: 979px) {
  .gallery_image a .hover .content {
    margin-top: -95px;
  }
}
@media (max-width: 479px) {
  .gallery_image a .hover .content {
    margin-top: -62px;
  }
}
.gallery_image a .hover .content .hover-ico {
  width: 24px;
}
.gallery_image a .hover .content .slogan {
  text-align: center;
  font: 900 30px/30px "Exo", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gallery_image a .hover .content .slogan {
    font-size: 17px;
    line-height: 17px;
  }
}
.gallery_image a .hover .content p {
  margin-top: 11px;
  margin-bottom: 9px;
  color: #ffffff;
}
@media (max-width: 979px) {
  .gallery_image a .hover .content p {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 479px) {
  .gallery_image a .hover .content p {
    display: none;
  }
}
.gallery_image a img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  margin-bottom: 0;
}
@media (max-width: 979px) {
  .gallery_image a img {
    width: 100%;
  }
}
.gallery_image a:hover img.main {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}
.gallery_image a:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a img {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.gallery_image.__inset1 {
  width: 50%;
  float: left;
  margin-top: -1px;
}
.gallery_image.__inset1 img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  width: 100%;
}
.gallery_image.__inset1 a {
  background: #333333;
}
.gallery_image.__inset1 a .hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery_image.__inset1 a .hover .slogan {
  text-align: center;
  position: absolute;
  font: 900 30px/30px "Exo", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -30px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .gallery_image.__inset1 a .hover .slogan {
    font-size: 17px;
    line-height: 17px;
  }
}
.gallery_image.__inset1 a .hover .slogan:after {
  position: absolute;
  content: '';
  display: block;
  width: 38px;
  height: 38px;
  background: url(../images/hover-icon2.png) no-repeat center;
  margin-left: -19px;
  left: 50%;
  bottom: -54px;
}
.gallery_image.__inset1 a:hover img {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.gallery_image.__inset1 a:hover .hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 767px) {
  .gallery_image.__inset1 {
    width: 100%;
    display: block;
    float: none;
    margin-top: 30px;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 28px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 402px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.address-block {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 50px;
  }
}
.address-block address {
  margin-bottom: 3px;
}
.address-block span {
  line-height: 12px;
}
.address-block .our-address {
  display: block;
  margin-bottom: 13px;
  font: 400 18px/22px "Roboto Condensed", sans-serif;
  color: #383838;
  text-transform: uppercase;
}
.address-block .numbers {
  display: inline-block;
  min-width: 70px;
}
.simple-link {
  display: inline-block;
  text-decoration: underline;
  color: #03c7de;
}
.simple-link:hover {
  color: #333333;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 62px 0;
  background: #333333;
}
#footer .socials1 {
  margin-top: 24px;
}
#footer .socials1 li {
  margin-right: 22px;
}
#footer .socials1 li + li {
  margin-left: 0;
}
#footer .socials1 li a:hover i {
  color: #03c7de;
}
#footer .socials1 li a i {
  color: #ffffff;
  font-size: 22px;
  line-height: 22px;
}
#footer .privacy-block {
  margin-top: 14px;
  font: 300 14px/14px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
#footer .privacy-block.part2 {
  font: 300 12px/11px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color:#ddd;
}
#footer address {
  margin-top: 22px;
}
#footer address span {
  display: block;
  color: #b8b8b8;
  font: 300 12px/14px "Roboto Condensed", sans-serif;
  margin-bottom: 16px;
  text-transform: uppercase;
}
#footer .list2 {
  margin-top: 22px;
}
@media (max-width: 767px) {
  #footer {
    padding-top: 0;
  }
  #footer .h8 {
    margin-top: 40px;
  }

}
/* ======= List 2 ======= */
.list2 li {
  padding-left: 21px;
  position: relative;
  font: 300 12px/14px "Roboto Condensed", sans-serif;
  color: #b8b8b8;
  text-transform: uppercase;
}
.list2 li a:hover {
  color: #03c7de;
}
.list2 li:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: url(../images/list2.png) no-repeat center;
  left: 0;
  top: 5px;
}
.list2 li + li {
  margin-top: 16px;
}
.hoverDiv:hover {
	background:#039aac;
	transition: background-color 0.3s ease;
	color:#eee;
	cursor:pointer;
}
.hoverDiv:hover p{
	color:#fff;
}
.hoverDiv .header{
	color:#03c7de;
}
.badgeBig1 {
	width:160px;
	height:auto;
	margin:0 25px 0 25px;
}
.badgeSmall {
	width:60px;
	height:auto;
	margin:0 0px 0 0px;
}
.badgeBig2 {
	width:120px;
	height:auto;
	margin:0 12px 0 12px;
}
h3.badges {
	margin:45px 0 15px 0;
	font-size:25px;
	font-weight:bold;
	letter-spacing:8px;
	color:#777;
	word-break: break-word;
}
.center {
	text-align:center;
}
h1.noTop {
	font-size:68px;
	padding:0;
	margin:0;
	float: none;
    text-transform: uppercase;
    color: #333;
    font-weight: bold;
    padding: 0 0 30px 0;
}
h1.noTop:before {
	background:none;

}


/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  text-align: center;
  color: #ffffff;
  background: #3f3f3f;
  width: 42px;
  height: 42px;
  border-radius: 200px;
  font-size: 30px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #03c7de;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*My Styles*/
.flag {
	margin:0 0 0 10px;
	padding:0px;
	opacity:0.5;
	filter:alpha(opacity=80);
}
.alignRight {
	text-align:right;
}
.flag:hover, .flag_selected {
	opacity:1.0;
	filter:alpha(opacity=100);
	padding:0px;
	margin:0 0 0 10px;
}
@media (max-width: 767px) {
  .alignRight {
		text-align:center;
	}
}
@media (max-width: 767px) {
	#chartsContainer {
		display:block;
	}
}
.newsletter input, .newsletter button {
	padding:5px 10px;
	max-width:120px;
}
.newsletter button:hover {
	cursor:pointer;
	background:#aaa;
}
.hoverFocus {
	transition: transform .2s;
}
.hoverFocus:hover {
	transform: scale(0.75);
}
.additional-nav {
	text-align:right;
	padding:0px;
}
.additional-nav .dropdown{
	margin:0;
	padding:0;
	margin-top:0px;
}
.additional-nav a {
	font-weight:600;
}
.additional-nav .dropdown .dropdown-toggle {
	border:0px;
	background-color: transparent;
	margin:0;
	padding:0;
	font-size:13px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align:right;
	line-height: 20px;
}
.additional-nav .dropdown .dropdown-menu li a {
	padding:6px 1px 6px 16px;;
	font-size:13px;
	text-align:left;
}
@media (max-width: 767px) {
	.additional-nav {
		text-align:center;
	}
}

.heading {
	text-transform:uppercase;
	font-weight:bold;
	margin-top:40px;
}
.heading .center {
	text-align:center;
}
.post4.recent {
	border-top:1px solid #eee;
	padding:20px 0 0 0;

}
.post4.recent h4, .post4.recent h3 {
	font-size:1.25em;
}
.post4.recent h4 {
	color:#444;
}
.post4.recent .badge {
	width:75%;
	height:auto;
}
.post4.recent .badge {
	width:100%;
	height:auto;
}
.post4.recent .itemImg {
	width:100%;
	height:auto;
}
@media (max-width: 767px) {
	.heading {
		display:none;
	}
	.post4.recent {
		text-align:center;
	}
	.post4.recent .badge {
		width:35%;
		height:auto;
	}
}
.testimonials .post4 h3 {
	font-style:oblique;
	text-transform: none;
  font-size: 1.5em;
  padding: 0px 0 10px 0;
  line-height: 30px;
  min-height: 60px;
}
.testimonials .post4 p {
	line-height: 1.8em;
  font-size: 1.1em;
  text-align:justify;
}
.testimonials .post4 h4 {
	font-style:oblique;
	font-size: 1.3em;
  color: #5f5f5f;
  padding: 10px 0 0;
}
.testimonials hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}
.testimonials .post4 .brandLogo {
    width: 60px;
    float: left;
    margin: 0 20px 0 0;
}
.wrapper3.newsletter2 {
    padding: 50px;
    background: #272727;
    border: 0px;
}
.newsletter2 input {
    height: 30px;
    padding: 5px 10px;
    font-size: 20px;
}
.newsletter2 .btn {
    height: 44px;
    padding: 5px 20px;
    font-size: 20px;
    background: #03c7de;
    border: 0px;
    color: white;
}
.newsletter2 .btn:hover {
	background:#555;
	cursor:pointer;
}
.newsletter2 label {
    line-height: 44px;
    font-size: 35px;
    font-weight: bold;
    color: #eee;
    margin-right: 20px;
}

.application-form .appRow {
    margin: 10px 0;
}
.application-form .appRow label {
    display: block;
    width: 25%;
    float: left;
    text-align: right;
    padding: 1.2% 3%;
}
.application-form .appRow input[type="text"], .application-form .appRow select {
    width: 60%;
    padding: 10px;
    border: 1px solid #bbb;
}
.application-form .appRow input[type="text"]::placeholder {
	color: #bbb;
  opacity: 1; /* Firefox */
}
.application-form .appRow input.inputWidth1, .application-form .appRow select.inputWidth1 {
    width: 30% !important;
}
.appBox {
    /* background: red; */
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #efefef;
}
.appBox h4 {
    font-size: 20px;
    color: #127e9a;
    text-align: center;
    padding: 5px 0 20px 0;
}
@media (max-width: 1199px) {
	.application-form .appRow label {
		width:30%;
	}
	.application-form .appRow input[type="text"] {
    width:55%;
	}
}
@media (max-width: 480px) {
	.appBox {
    padding: 0px;
    border: 0px;
	}
	.application-form .appRow {
		text-align:center;
	}
	.application-form .appRow label {
		width:100%;
		text-align:center;
		float:none;
	}
	.application-form .appRow input[type="text"] {
    width:100%;
	}
}
@media (max-width: 389px) {
	.newsletter2 input {
	    width: 100%;
	}
	.post5 .header {
    font: 900 28px/38px "Exo", sans-serif;
	}
	.badgeBig1 {
    width: 120px;
	}
	h1 {
    font-size: 25px !important;
	}
}
a.request {
    border: 2px solid #ddd;
    display: block;
    text-align: center;
    text-transform: uppercase;
    line-height: 21px;
    font-size: 20px;
    background: #4f4f4f;
    padding:10px;
}
a.request:hover {
	background:black;
	color:#eee;
}
@media (max-width: 1199px) {
	a.request {
		margin:20px;
	}
}
.centered {
	text-align:center;
	margin:10px 0;
}
.margined {
	margin: 10px 0 10px -50px;
}
label.error {
    background: #ca6f6b;
    color: white;
    line-height: 40px;
}
@media (max-width: 768px) {
	.margined {
		margin:10px 0 ;
	}
}
h3.brandHead {
    font-size: 35px;
    font-weight: bold;
    color: #666;
    letter-spacing: 1px;
    margin: 30px 0;
}
ul.files {
    margin: 20px 0;
}
.files li {
    border: 1px solid #ddd;
    background: #f7f7f7;
    margin: 4px 0;
    max-width: 50%;
}
.files li a {
    display: block;
    padding: 5px 20px;
    color: #333;
}
.files li a:hover {
    background: #f1f1f1;
}
.files .faded {
    color: #888;
}
.files .simpleLI {
	background:none;
	border:0;
	text-align:right;
}
.files .simpleLI i {
	padding-left:20px;
}
.files .simpleLI a {
	display: inline !important;
	padding:1px !important;
	color: #29e6ff !important;
}
.files .simpleLI a:hover {
	background:none !important;
	color: #333 !important;
}
.files .simpleLI a i {
	padding-left:2px !important;
	font-size: 17px;
  font-weight: bold;
}
@media (max-width: 991px) {
	.files li {
    max-width: 100%;
	}
}
.logoC {
    display: inline-flex;
    width: 21%;
    margin: 2%;
}
@media (max-width: 768px) {
	.logoC {
	    width: 42%;
	    margin: 4%;
	}
  .post5 {
    min-height:auto;
  }
}
input.searchBase {
    width: 90%;
    height: 24px;
    padding: 7px 10px;
    border-radius: 5px;
    font-size: 17px;
    margin: 5px -7px 0 0;
    border: 1px solid #bbb;
    color: #666;
}
input.searchBase.small {
	width: 45%;
}
.showMore {
	color:#03c7de;
}
.showMore:hover {
	color:#333;
	cursor:pointer;
}
.overflowAuto {
	overflow:auto;
}

.lTag li {
    padding: 5px 10px;
    border-radius: 3px;
    background: #555;
    display:inline-block;
    margin: 0 5px 10px 0;
    color: #ddd;
}
.lTag li:hover {
    cursor:pointer;
    color: #eee;
}
.lTag li.selected {
    color: #03c7de;
    background: #313030;
}
.note2 {
    text-align: right;
    font-style: oblique;
    font-size: 0.86em;
    padding: 5px;
}
.brandPres a img{
	filter: grayscale(100%);
	opacity:0.7;
}
.brandPres a img:hover {
	filter: grayscale(20%);
	opacity:1;
}
.noMargin { margin:0 ; }

a.testProto {
  font-size: 16px;
    line-height: 16px;
    text-transform: initial;
}
a.testProto:hover {
    color:#eee;
}
.comparison {
    position: fixed;
    background: #23282e;
    max-width: 400px;
    /* height: 100px; */
    z-index: 9;
    bottom: 50px;
    margin: 0% auto;
    left: 0;
    right: 0;
    color: #ccc;
    padding: 15px 20px;
    display:none;
}
.comparison .text1 {
    font-size: 20px;
    color: #03c7de;
    margin: 0 0 10px 0;
}
.comparison .text1 i {
    margin-right: 12px;
}
.comparison .text2 {
    background: #353a4a;
    padding: 5px 10px;
}
.comparison .text2 span {
    color: white;
}
.comparison .text1 i.fa-close {
    float: right;
    font-weight: normal;
    margin-right:0px;
    color: #ccc;
    font-size: 16px;
}
.comparison .text1 i.fa-close:hover {
    color: #eee;
    cursor:pointer
}
.comparison .text3 {
    border-bottom: 1px solid #383d44;
    padding: 5px 0;
}
.comparison .text3:last-child {
    border-bottom: 0px solid #383d44;
}
.comparison .text3 a {
    float: right;
}
.comparison .text4 {
    text-align: center;
    background: #5d5d5d;
    width: 50%;
    margin: 0 auto;
    color: white;
    margin-top: 10px;
    padding:5px 0;
    display:block;
}
.comparison .text4:hover {
	background: #444;
	cursor:pointer;
}
.inComparison {
	color:#909090;
}
.d-none {
	display:none !important;
}
.compMenu a i {
  font-size: 23px;
}
.compMenu span {
	display:none;
}
.fa-sliders {
	/*display:none;*/
}
.warning2 {
  background: #ce8a6a !important;
  color: white !important;
  text-align: center;
}
.dark {
  background: #898989;
}
.dark a {
  color: #0ce5ff;
}
.dark p {
	color:#f1f1f1;
}
.dark #header .info {
  background:none;
  color:#f1f1f1;
}
.dark .btn-group > .btn:first-child {
  color:#f1f1f1;
}
.dark .dropdown-menu {
  background-color:#545454;
}
.dark .dropdown-menu > li > a {
  color:#f1f1f1;
}
.dark #content {
  background:none;
}
.dark .slider-wrapper {
  background: #c3c3c3;
}
.dark .post5 {
  background: #2a2a2a;
}
.dark .banner2 {
  background: #2a2a2a;
}
.dark h1.noTop, .dark h3.badges {
  color: #e1e1e1;
}
.dark .wrapper1 {
  background: #2a2a2a;
}

.dark .btn-big, .dark .newsletter2 .btn {
  color:white !important;
  background: #007887;
}
.dark .btn-big:hover, .dark .newsletter2 .btn:hover {
  color:black !important;
  background: #0ce5ff;
}
.dark .newsletter2 input {
  background: #999999;
  color: white;
}
.dark .font1 a:hover {
  color: #e1e1e1;
}
.dark .socials1 li a i {
  color: #e1e1e1;
}
.dark .socials1 li a i:hover {
  color: #0ce5ff;
}
.dark .post2 h2, .dark .post2 h3 {
  color: #e1e1e1;
}
.dark .post4, .dark .post4 h3, .dark .header1 .h2 {
  color: #e1e1e1;
}
.dark #accordion .ui-accordion-header-active, .dark #accordion .ui-accordion-header {
  background: #333333;
  color: #e1e1e1;
}
.dark #accordion .ui-accordion-content {
  border: 1px solid #626262;
}
.dark input.searchBase {
  color: #f1f1f1;
    background: #444444;
}
.dark .heading {
  color:#fff;
}
li.atx3 {
  color: #333;
  padding: 15px;
  background: none !important;
}
.dark li.atx3 {
  color: white;
}
li.atx3 .atx3Chk {
  transform: scale(1.5);
  margin: 0 0 0 10px;
}