
body{
  margin: 0;
  padding: 0;
  background-color: #2C3034;
  font-family: Roboto,sans-serif;
  font-size: 11pt;
  color: #222;
}

img {
  border: none;
  max-width: 100%;
}

A:link, A:visited{
  font-family: Roboto,sans-serif;
  font-size: 11pt;
  outline: none;
  text-decoration: underline;
  color: #E8122C;
}

A:hover{
  text-decoration: none;
}

p{
  margin: 0;
  padding: 10px 0 0;
  line-height: 150%;
}

ul{
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 25px;
}

ul li{
  padding-bottom: 5px;
}

form{
  margin: 0;
  padding: 0;
}

hr{
  border-bottom: 1px solid #DEDEDE;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.wp{
  width: auto;
  max-width: 1900px;
  _width: 1900px;
  padding: 0 10px;
}

.wp-small{
  width: auto;
  max-width: 1280px;
  _width: 1280px;
}

.ma{
  margin: 0 auto;
}

.header{
  width: 100%;
  height: 165px;
  position: relative;
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
}

.header-home{
  background: url(../images/header.png) center top no-repeat;
}

.header-common{
  background: url(../images/header-common.jpg) center top no-repeat;
}

.wp-content{
  width: 100%;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}

.logo{
  float: left;
  padding-left: 40px;
}

.logo A:link, .logo A:visited{
  display: block;
  width: auto;
  max-width: 340px;
  _width: 340px;
}

.logo img{
  width: 100%;
}

.top-menu{
  float: right;
  height: 49px;
  padding-top: 33px;
}

.tm-main{
  float: right;
  position: relative;
  z-index: 10;
  padding-right: 40px;
}

.tm-sub-menu {
  margin-top: 10px;
  padding: 5px;
  margin: 10px -5px 0 -5px;
  border-top: 1px solid #eee;
  opacity: 0;
  border-radius: 5px;
  transition: opacity .5s;
}


.tm-sub-menu a {
  color: #000;
  text-decoration: none;
}

.tm-sub-menu a:hover {
  text-decoration: underline;
}

.tm-main:hover .tm-sub-menu {
  background: #fff;
  display: block;
  opacity: 1;
}

.tm-link:link, .tm-link:visited{
  font-size: 14pt;
  font-weight: 400;
  text-decoration: none;
}

.tm-item A.tm-link:link, .tm-item A.tm-link:visited{
  color: #242424;
}

.tm-item A.tm-link:hover, .tm-itemS A.tm-link:link, .tm-itemS A.tm-link:visited{
  color: #005BCC;
}

.pull-wp{
  display: none;
  float: right;
  padding: 20px 10px 0 0;
}

A#pull:link, A#pull:visited{
  display: block;
  width: 27px;
  height: 27px;
  background: url(../images/pull.png) center center no-repeat #E4EBF2;
  padding: 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pull-menu{
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 95px;
  z-index: 10;
}

.pull-menu A:link, .pull-menu A:visited{
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}

.pull-menu A:hover{
  background: rgba(0,0,0,0.7);
}

.footer-T{
  width: 100%;
  background-color: #181E2A;
  padding: 30px 0;
  font-family: Verdana;
  font-size: 8pt;
  color: #FFF;
}

.logo-footer{
  text-align: center;
  padding-bottom: 30px;
}

.footer A:link, .footer A:visited{
  color: #FFF;
  font-size: 9pt;
}

.ft-block{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.socials img{
    width: 25px;
}

.socials a:link, .socials a:visited{
    display: inline-block !important;

}

.ft-inner{
  float: left;
}

.ft-lbl{
  display: block;
  text-align: left;
  padding: 15px 0 20px;
  text-transform: uppercase;
  font-weight: bold;
}

.ft-sitemap{
  width: 400px;
}

.ft-sitemap div.ft-inner{
  padding-right: 70px;
}

.ft-services div.ft-inner{
  width: 200px;
  padding-right: 70px;
}

.ft-contacts div{
  padding-bottom: 5px;
}

.ft-contacts div.ft-inner{
  padding-right: 70px;
}

.ft-inner div{
  clear: left;
  float: left;
}

.ft-block A:link, .ft-block A:visited{
  display: block;
  padding: 3px 5px;
  text-decoration: none;
  color: #FFF;
  font-family: Verdana;
  font-size: 8pt;
}

.ft-block A:hover{
  background-color: #944B42;
  color: #FFF;
}

.ft-address div{
  padding: 2px 0 10px;
}

.ft-tel{
  padding-left: 20px;
  background: url(../images/icon-tel.jpg) left 3px no-repeat;
}

.ft-fax{
  padding-left: 20px;
  background: url(../images/icon-fax.jpg) left 3px no-repeat;
}

.clear{
  clear: both;
}

.footer-B{
  width: 100%;
  padding: 20px 0;
}

.footer-B div{
  text-align: center;
  color: #FFF;
  font-family: Verdana;
  font-size: 8pt;
}

.copyright{
  padding-bottom: 10px;
}

.designed A:link, .designed A:visited{
  font-family: Verdana;
  font-size: 8pt;
  text-decoration: none;
  color: #676D75;
}

.designed A:hover{
  color: #FFF;
}

.content{
  width: 100%;
  height: auto;
  min-height: 500px;
  _height: 500px;
  background-color: #FFF;
}

.content-inner{
  width: 100%;
  padding-top: 60px;
}

.block-ttl{
  width: 100%;
  font-size: 30pt;
  margin: 0 0 30px;
  padding: 35px 0 30px;
  color: #1D1D1D;
  font-weight: normal;
  text-align: center;
  background: url(../images/title.jpg) center bottom no-repeat;
}

.home-services{
  width: 100%;
  text-align: center;
}

.hs-item{
  float: left;
  width: 25%;
  padding-top: 1px;
  position: relative;
  z-index: 1;
}

.hs-item A:link, .hs-item A:visited{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.hs-item span{
  display: block;
  cursor: pointer;
}

.hs-item span.hs-data-wp{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 96%;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translateZ(0);
  transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  opacity: 0;
}

.hs-item span.hs-data{
  vertical-align: middle;
  border: 1px solid #E1E3E0;
  padding: 3%;
  height: 94%;
  color: #FFF;
  transition: all 0.7s ease 0s;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  opacity: 0;
}

.hs-item span.hs-ttl{
  padding-bottom: 20px;
  font-size: 25pt;
  font-weight: 400;
}

.hs-item span.hs-txt{
  line-height: 150%;
  font: 100 20px/1.5em "Roboto";
}

.hs-item img{
  width: 100%;
}

.hs-item A:hover span.hs-data-wp{
  opacity: 1;
  width: 96%;
  padding: 2%;
}

.hs-item A:hover span.hs-data{
  opacity: 1;
}

.hs-item span.hs-data-lbl{
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 80%;
  margin-left: -40%;
}

.hs-item span.hs-data-lbl span{
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px 20px;
  color: #FFF;
  font-size: 16pt;
}

.hs-item A:hover span.hs-data-lbl{
  display: none;
}

.hs-arr{
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -42px;
  z-index: 2;
}

.inner-bg-block{
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 30px;
  margin: 30px 0 20px;
  color: #FFF;
}

.inner-bg-block h2 {
  font-size: 40px;
  font-weight: 400;
  text-transform: capitalize;
}

.owl-carousel-inner{
  margin-top: 50px;
}

.services{
  width: 100%;
}

.services-menu{
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% 85px;
}

.services-menu div{
  float: left;
  width: 25%;
}

.services-menu A:link, .services-menu A:visited{
  display: block;
  height: 65px;
  padding-top: 20px;
  color: #FFF;
  font-size: 25pt;
  text-decoration: none;
}

.services-menu A:hover{
  color: #FFCC00;
}

.menu-default{
  background-image: url(../images/service-bg.jpg);
}

.menu-consulting{
  background-image: url(../images/service-bg-consulting.jpg);
}

.menu-sales{
  background-image: url(../images/service-bg-sales.jpg);
}

.menu-service{
  background-image: url(../images/service-bg-service.jpg);
}

.menu-install{
  background-image: url(../images/service-bg-installation.jpg);
}

.not-found{
  text-align: center;
}

.gallery p.not-found{
  color: #FFF;
}

.services-menu-options{
  display: none;
}

.services-menu-options select{
  background-color: #F5F0DE;
  border: 1px solid #E7DAB0;
  border-radius: 5px;
  color: #7C7C7C;
  font-weight: 400;
  line-height: 11px;
  padding: 5px 7px;
  width: 280px;
}

.inner-img{
  padding: 50px 0 40px;
}

.inner-img img{
  width: 100%;
}

.services-gallery{
  width: 100%;
  padding-top: 50px;
}

.services-gallery div{
  float: left;
  width: 25%;
}

.services-gallery A:link, .services-gallery A:visited{
  display: block;
  position: relative;
  z-index: 1;
  padding: 1px;
  text-decoration: none;
}

.services-gallery img{
  width: 100%;
}

.enlarge{
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  width: 35px;
  height: 34px;
  background: url(../images/enlarge.png) no-repeat;
}

.pb-50{
  padding-bottom: 50px;
}

.partners{
  padding: 30px 100px;
}

.p-logo{
  padding: 30px 0 10px;
}

.p-link{
  padding-top: 20px;
}

.p-link A:link, .p-link A:visited{
  color: #0095EB;
}

.home-partners{
  text-align: center;
  padding: 30px 0;
}

.hp-item{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: meddle;
  padding: 0 20px 10px;
}

.gallery{
  width: 100%;
  background: url(../images/gallery.jpg) no-repeat #353535;
  background-size: 100%;
  margin-top: 50px;
  padding-top: 70px;
}

.gallery-inner{
  padding-top: 35px;
}

.gallery-thumb{
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.gallery-thumb A:link, .gallery-thumb A:visited{
  display: block;
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: #FFF;
  font-size: 14pt;
}

a.data-pdf,
a.data-doc,
a.data-xls,
a.data-ppt {
  margin-left: -6px;
  padding: 10px 10px 10px 50px;
  margin-bottom: 1em;
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  color: #589dd5;
  background: #ececec url('/images/icons/pdf-icon.gif') 10px 10px no-repeat;
}

.data-doc:link, .data-doc:visited{
  background: url('/images/icons/doc-icon.gif') 10px 10px no-repeat;
}

.data-xls:link, .data-xls:visited{
  background: url('/images/icons/xls-icon.gif') 10px 10px no-repeat;
}

.data-ppt:link, .data-ppt:visited{
  background: url('/images/icons/ppt-icon.gif') 10px 10px no-repeat;
}

a.data-pdf:after {
  content: '(Download PDF)';
  color: #000;
}

a.data-doc:after {
  content: '(Download DOC)';
  color: #000;
}

a.data-xls:after {
  content: '(Download XLS)';
  color: #000;
}

a.data-ppt:after {
  content: '(Download PPT)';
  color: #000;
}

.data-pdf span,
.data-doc span,
.data-xls span,
.data-ppt span {
  display: block;
  font-size: 14px;
  color: #2f2f2f;
  text-transform: uppercase;
  text-decoration: underline;
}

.data-pdf:hover,
.data-doc:hover,
.data-xls:hover,
.data-ppt:hover {
  opacity: 0.9;
}
.gallery-thumb span.gallery-ttl{
  position: absolute;
  left: 10%;
  bottom: 15px;
  width: 74%;
  padding: 10px 3%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.gallery-thumb A:hover span.gallery-ttl{
  background-color: rgba(255, 255, 255 ,0.8);
  color: #000;
}

.gallery-thumb img{
  width: 100%;
}

.gth-small{
  width: 30%;
  padding: 20px 1.5% 0;
}

.gth-big{
  width: 46%;
  padding: 20px 1.5% 0;
}

.cnt-L{
  float: left;
  width: 20%;
  padding: 0 5%;
}

.cnt-R{
  float: left;
  width: 70%;
}

.inner-menu{
  clear: left;
}

.inner-menu label{
  display: block;
  padding-bottom: 20px;
  color: #FFF;
  font-size: 18pt;
}

.lm-main{
  padding-top: 30px;
}

.lm-main A:link, .lm-main A:visited{
  text-decoration: none;
  font-size: 14pt;
}

.lm-item A:link, .lm-item A:visited{
  color: #FFF;
}

.lm-item A:hover{
  text-decoration: underline;
}

.lm-itemS A:link, .lm-itemS A:visited{
  color: #FEEA11;
  text-decoration: underline;
}

.sub-menu{
  padding: 15px 0 10px;
}

.sm-main{
  padding: 10px 20px 0 0;
}

.sm-main A:link, .sm-main A:visited{
  text-decoration: none;
}

.sm-item{
  background: url(../images/sm-item.jpg) right 16px no-repeat;
}

.sm-itemS{
  background: url(../images/sm-itemS.jpg) right 16px no-repeat;
}

.sm-item A:link, .sm-item A:visited{
  color: #1DE7FF;
}

.sm-item A:hover, .sm-itemS A:link, .sm-itemS A:visited{
  color: #FFF;
}

.not-found{
  color: #FF0000;
  text-align: center;
}

#menu:link, #menu:visited {
  display: none;
  float: left;
  padding: 8px 20px 0 45px;
  background: url(../images/pull.png) 10px 11px no-repeat #0C5581;
  color: #FFF;
  font-size: 14pt;
  height: auto;
  min-height: 35px;
  _height: 35px;
  text-decoration: none;
}

.home-video-block {
  padding: 0 5%;
}

.hvb-l {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.hvb-r {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.hvb-r img {
  max-width: 100%;
}

.video-link {
  display: inline-block;
  position: relative;
  text-align: center;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}

.video-link img {
  max-width: 100%;
}

.video-icon {
  display: inline-block;
  width: 15%;
  position: absolute;
  top: 50%;
  left: 42.5%;
  transform: translateY(-50%);
}

.video-block {
  max-width: 900px;
  margin: 20px auto;
  padding: 0 10px;
}

a.partners-more {
  font-size: 12pt;
  font-weight: 400;
  text-decoration: underline;
  color: #005BCC;
}

a.partners-more:hover {
  text-decoration: none;
}

.inquire-trigger {
  float: right;
  height: 70px;
  line-height: 70px;
  padding: 0 71px;
  font-size: 18px;
  color: #fff;
  background: #3be5c3;
}

.inquire-trigger:hover {
  background: #34b69c;
}

a.inquire-trigger  {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.epr-wrapper {
	padding: 10px 20px;
	font-size: 18px;
	max-width: 650px;
}

.epr-item {
	position: relative;
	margin-bottom: 30px;
	padding: 0 30px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	transition: box-shadow .5s;
}

.epr-item:hover {
	box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.epr-item:hover .epr-lnk {
	border-color: #2f6280;
}

.close-icon {
  position: absolute;
  width: 20px;
  right: 3px;
  top: 3px;
  display: none;
  cursor: pointer;
}

.epr-trigger {
	padding: 20px 30px 0;
	margin: 0 -30px;
	cursor: pointer;
}

.epr-wrapper ul {
	margin-top: 20px;
	margin-left: 40px;
}

.ep-r {
	float: right;
	width: 50%;
}

.epr-lnk {
	position: absolute;
	right: 30px;
	top: 20px;
    background-color: transparent;
    border: 2px solid #a2c9e2;
	padding: 0 20px;
    height: 30px;
	line-height: 30px;
    font-size: 15px;
    font-weight: 400;
	color: #337ab7;
	pointer-events: none;
	transition: border-color .5s;
}

.epr-descr {
	display: none;
}

.epl-opacity {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
}

.epr-trigger a {
	color: #a2c9e2;
	text-decoration: none;
}

@media (max-width: 1680px) {
  .tm-main {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1570px) {
	.logo{
		width: 300px;
		padding-left: 10px;
	}
}

@media (max-width: 1450px) {
  .tm-link:link, .tm-link:visited {
      font-size: 12pt;
  }
}

@media screen and (max-width: 1230px) {
	.logo{
		width: 260px;
	}
	.hs-item span.hs-txt{
		font-size: 12pt;
		font-weight: normal;
  }

  .home-video-block {
    padding: 0 1%;
  }
}

@media screen and (max-width: 1100px) {
    .pull-wp{
		display: block;
	}
	.top-menu{
		display: none;
	}
	.services-menu{
		display: none;
	}
	.services-menu-options{
		display: block;
	}
}

@media screen and (max-width: 1100px) {
	.ft-sitemap{
		width: 330px;
	}
	.ft-services div.ft-inner{
		width: 150px;
	}
}

@media screen and (max-width: 1070px) {
	.gth-small{
		width: 46%;
	}
}

@media (max-width: 1040px) {
  .hvb-l {
    float: none;
    width: auto;
    margin: 0 1%;
  }

  .hvb-r {
    float: none;
    max-width: 700px;
    margin: 0 auto;
    padding: 0 1%;
  }
}

@media screen and (max-width: 1000px) {
	.hs-item{
		width: 50%;
	}
	.hs-arr{
		display: none;
	}
}

@media screen and (max-width: 950px) {
	.ft-services{
		display: none;
	}
	.ft-sitemap{
		width: 280px;
	}
	.ft-sitemap div.ft-inner{
		padding-right: 50px;
	}
}

@media screen and (max-width: 830px) {
	.services-gallery div{
		width: 50%;
	}
	.partners{
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media screen and (max-width: 730px) {
	#menu:link, #menu:visited{
		display: block;
	}
	.inner-menu{
		display: none;
	}
	.cnt-L{
		width: 98%;
		padding: 0 1%;
	}
	.cnt-R{
		width: 94%;
		padding: 20px 3% 0;
	}
}

@media screen and (max-width: 700px) {
	.ft-sitemap{
		display: none;
	}
	.ft-contacts div.ft-inner{
		padding: 0 20px;
	}
}

@media screen and (max-width: 600px) {
	.gth-big, .gth-small{
		width: 96%;
	}
	.inner-menu{
		padding-right: 30px;
	}
}

@media screen and (max-width: 500px) {
	.hs-item{
		width: 100%;
	}
}

@media screen and (max-width: 430px) {
	.logo{
		width: 60%;
	}
    .pull-wp{
		padding-right: 10px;
	}
}
