@import url(http://fonts.googleapis.com/css?family=Open+Sans);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);
/*------ template stylization ------*/
body {
  background: #212121;
  font: 13px Arial, Helvetica, sans-serif;
  line-height: 21px;
  color: #8e8e8e;
  min-width: 980px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #212121 url(../img/web_site_loader.gif) center no-repeat;
  z-index: 1023;
  top: 0;
}
#pageLoader {
  position: fixed;
  width: 72px;
  height: 72px;
  top: 50%;
  left: 50%;
  margin: -36px 0 0 -36px;
  background: url(../img/bg_loader.png) 0 0 no-repeat;
  z-index: 1000;
  padding: 3px;
  display: none;
}
#pageLoader > div {
  margin: 9px 10px;
  background: url(../img/web_page_loader.gif) 0 0 no-repeat;
  width: 46px;
  height: 46px;
}
#back-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background: url("../img/up-arrow.png") center 12px no-repeat;
  z-index: 1000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  cursor: pointer;
}
#cisco-cert {
  position: absolute;
  bottom: 20px;
  left: 10px;
  width: 87px;
  height: 87px;
  z-index: 1000;
}
#indiegogo {
	position: absolute;
	bottom: 10px;
	right: 60px;
	width: 224px;
	height: 486px;
	z-index: 1000;
}
#notimeaway {
	position: absolute;
	bottom: 50px;
	right: 10px;
	width: 225px;
	height: 48px;
	z-index: 1000;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#galleryHolder {
  position: absolute;
  width: 100%;
  height: 100%;
}
#galleryHolder img {
  background: none;
}
.imageHolder {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.eff_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bg_eff.png') 0 0 repeat;
  z-index: 1;
}
/*------ header ------- */
header {
  position: absolute;
  width: 100%;
  z-index: 5;
  margin: 0 auto;
  top: 226px;
  text-align: center;
}
#logo {
  display: inline-block;
  position: relative;
  width: 265px;
  height: 73px;
  background: url('../img/voipnetassist-logo-web.png') 0 0 no-repeat;
  text-indent: -9999px;
  margin-bottom: 23px;
}
#logo:hover {
  text-decoration: none;
}
/*--- menu ------*/
.menuMov {
  position: relative;
  width: 936px;
  height: 96px;
  margin: 0 auto;
  background: url('../img/bg_menu.png') 0 0 repeat-x;
  text-align: center;
  z-index: 10;
  list-style: none;
  -webkit-box-shadow: 4px 0 6px -3px #191919;
  -moz-box-shadow: 4px 0 6px -3px #191919;
  box-shadow: 4px 0 6px -3px #191919;
}
.menu {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
}
.sf-menu {
  z-index: 3;
  position: relative;
  display: inline-block;
  margin: 0;
}
.sf-menu > li {
  position: relative;
  color: #383636;
  display: inline-block;
  float: left;
  height: 84px;
}
.sf-menu .last > a {
  background: none;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  width: 187px;
  height: 88px;
  background: url(../img/separator.jpg) 185px 1px no-repeat;
  overflow: hidden;
  margin-top: 2px;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li.active > a {
  text-decoration: none;
}
.submenu_1 {
  position: absolute;
  top: 91px;
  left: -3px;
  width: 194px;
  padding: 13px 0 4px 0;
  z-index: 5;
  background: #252525;
  margin: 0;
  -webkit-box-shadow: 3px 3px 5px #232323;
  -moz-box-shadow: 3px 3px 5px #232323;
  box-shadow: 3px 3px 5px #232323;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.submenu_1 li {
  position: relative;
  text-align: left;
  list-style: none;
  margin-bottom: 13px;
}
.submenu_1 a {
  font-size: 10px;
  text-transform: uppercase;
  color: #e2e1d7;
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: #989898 !important;
  padding: 1px 0 1px  !important;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.submenu_1 a:hover {
  color: #98BF35 !important;
}
.submenu_1 li > a:hover,
.submenu_1 li .hoverItem {
  color: #98BF35 !important;
}
.submenu_2 {
  position: absolute;
  width: 168px;
  left: 164px;
  top: -22px;
  z-index: 10;
  margin: 0;
  padding: 22px 0 5px;
  background: #212121;
  -webkit-box-shadow: 3px 3px 5px #232323;
  -moz-box-shadow: 3px 3px 5px #232323;
  box-shadow: 3px 3px 5px #232323;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.submenu_2 .marTop {
  margin: 10px 0 0;
}
.submenu_2 .marBot {
  margin: 0 0 0px;
}
.submenu_2 a {
  color: #989898;
  margin-left: 12px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.submenu_2 a:hover {
  color: #ffffff !important;
}
.submenu_2 li > a:hover,
.submenu_2 li.sfHover > a {
  color: #ffffff !important;
}
.mText {
  font-size: 14px;
  color: #949494;
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
  left: 0;
  padding-top: 34px;
}
.mText span,
.mTextOver span {
  position: relative;
  display: inline-block;
  width: 5px;
  height: 6px;
  background: url('../img/arr_menu.png') 0 0 no-repeat;
  margin: 0 0 0 12px;
}
.mTextOver {
  font-size: 14px;
  color: #ffffff;
  text-shadow: 1px 1px 0px #6B8825;
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  top: -100px;
}
._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 5;
  left: 0;
  display: block;
}
._overPl {
  position: absolute;
  width: 100%;
  height: 88px;
  bottom: 100px;
  z-index: 2;
  left: 0;
  display: block;
  background: url('../img/menu_act.jpg') 0 0 repeat-x;
}
/*--- menu end ------*/
/*--- header end ------*/
/** splash slog**/
#splash_slog {
  position: absolute;
  top: 434px;
  width: 100%;
}
#slog {
  position: relative;
  margin: 0 auto;
  width: 633px;
  overflow: hidden;
  text-align: center;
}
#slides {
  height: 85px;
  overflow: hidden;
  top: 0;
}
.slide {
  float: left;
  width: 633px;
  font: 700 30px/30px 'Open Sans', sans-serif;
  color: #fffefe;
  text-align: center;
}
.slide p {
  margin: 0;
  text-transform: uppercase;
  text-shadow: 1px 1px 2px #131313;
}
.slide_txt1 {
  font: 24px/26px 'Open Sans', sans-serif;
  color: #fffefe;
}
#navig_slider {
  margin: 0px 0 0 1px;
}
#navig_slider ul {
  margin: 0;
  padding: 0;
}
#navig_slider li {
  display: inline-block;
  list-style: none;
  margin: 0;
}
#navig_slider li a {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/slide_back.png);
}
#navig_slider li a span {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/slide_act.png);
}
#navig_slider li.act a {
  width: 18px;
  height: 18px;
  cursor: default;
  background: url(../img/slide_act.png);
}
/** end splash slog**/
/*------ content ------- */
.fleft {
  float: left;
}
.no_list {
  list-style: none;
}
.no_marg {
  margin: 0;
}
.pad_1 {
  padding: 0 20px 0 0;
}
.pad_2 {
  padding: 0 0 18px;
}
.pad_3 {
  padding: 0 0 22px;
}
.pad_4 {
  padding: 0 0 15px;
}
.pad_5 {
  padding: 0 0 4px;
}
.pad_6 {
  padding: 65px 0 60px!important;
}
.pad_7 {
  padding: 0 0 30px;
}
.pad_8 {
  padding: 0 0 11px;
}
.pad_9 {
  padding: 7px 16px!important;
}
.marg_1 {
  margin-bottom: 25px;
}
.marg_2 {
  margin-top: -3px;
}
.marg_3 {
  margin: 4px 21px 0 0;
}
.marg_4 {
  margin: 20px 0 0 23px;
}
h2 {
  letter-spacing: -3px;
}
.inner {
  margin-bottom: 15px;
}
wrapper section {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  z-index: 1;
  top: 141px;
}
#wrapper section > div {
  position: relative;
}
#wrapper > div {
  position: relative;
  overflow: hidden;
}
#wrapper > section {
  position: relative;
  width: 1250px;
  height: 100%;
  margin: 45px auto 38px;
}
#wrapper > section > div {
	position: relative;
	height: 100%;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.content {
  padding-bottom: 8px;
}
.cont_bg {
  position: relative;
  border: 3px solid #383838;
  padding: 35px 0 0;
  background: url(../img/bg_cont.jpg) 0 0 repeat;
  -webkit-box-shadow: 2px 2px 10px -2px #000000;
  -moz-box-shadow: 2px 2px 10px -2px #000000;
  box-shadow: 2px 2px 10px -2px #000000;
}
.img-polaroid {
  padding: 0;
  background-color: #212121;
  border: 3px solid #5e6360;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn {
  color: #ffffff;
  font-weight: bold;
  text-shadow: none;
  position: relative;
  display: inline-block;
  padding: 7px 21px;
  background: url('../img/more_bg.jpg') 0 -1px repeat-x;
  border: none;
  border-right: 1px solid #504c4f;
  border-top: 1px solid #504c4f;
  -webkit-box-shadow: inset 0 0 0;
  -moz-box-shadow: inset 0 0 0;
  box-shadow: inset 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
  cursor: pointer;
}
.btn:hover {
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.list_1 {
  padding: 0;
  margin: 0 0 22px;
  list-style: none;
}
.list_1 li {
  background: url(../img/marker.png) 0px 7px no-repeat;
  padding: 0 0 0 16px;
  min-height: 18px;
  margin: 0 0 9px;
  text-transform: uppercase;
  font-size: 10px;
}
.list_1 a {
  color: #9a9a9a;
  text-decoration: none;
}
.box_1 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-top: 24px;
}
.clients {
  list-style: none;
  margin: 5px 0 42px;
}
.clients > li {
  display: inline-block;
  margin-right: 20px;
}
.clients > li.last:after {
  display: none;
}
.clients > li > a {
  display: inline-block;
}
.clients > li > a > img {
  position: relative;
  top: 0;
}
.clients > li > span {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/separator_2.png) 0 0 no-repeat;
  margin: 0 0 0 20px;
}
.clients > li > a:hover img {
  top: -10px;
}
.corr_1 {
  margin: 16px 0 0;
}
.corr_2 {
  margin: 10px 0 0;
}
.corr_3 {
  margin: 10px 0 0;
}
.corr_4 {
  margin: 8px 0 0;
}
.corr_5 {
  top: 10px;
}
.text_1 {
  text-transform: uppercase;
  font-size: 10px;
  color: #db8901;
}
.box_2 {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
}
.info {
  position: relative;
  display: block;
  overflow: hidden;
}
.g_map {
  max-width: 262px;
  width: 100%;
  height: 271px;
  float: left;
  border: 3px solid #5e6360;
}
iframe {
  position: relative;
  border: none;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 271px;
  background: url('../img/web_site_loader.gif') center no-repeat #212121 !important;
}
/* ============================= forms ============================= */
#form1 {
  margin: 0;
}
label {
  margin: 0!important;
}
#form1 input {
  font: 12px/20px Arial, Helvetica, sans-serif;
  color: #8e8e8e;
  margin: 0 0 19px;
  padding: 7px 21px;
  width: 226px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: url('../img/bg_cont_f.jpg') 0 0 repeat;
}
#form1 textarea {
  resize: none;
  margin: 0;
  font: 12px/20px Arial, Helvetica, sans-serif;
  color: #8e8e8e;
  padding: 7px 21px;
  width: 336px;
  height: 117px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  min-height: 20px;
  background: url('../img/bg_cont_f.jpg') 0 0 repeat;
}
#form1 label {
  position: relative;
  display: inline-block;
  min-height: 41px;
}
#form1 .error,
#form1 .empty {
  position: absolute;
  bottom: 7px;
  display: none;
  font-size: 9px;
  line-height: 9px;
  color: #ffffff;
  text-transform: none;
}
.btns {
	position: relative;
	display: inline-block;
	float: right;
	margin-top: 30px;
	margin-right: 170px;
	margin-bottom: 0;
	margin-left: 0px;
}
.btns a {
  margin: 0 0 28px 24px;
  float: right;
}
#form1 .message .error,
#form1 .message .empty {
  position: absolute;
  bottom: -12px;
  display: none;
  font-size: 9px;
  line-height: 9px;
  color: #ffffff;
  text-transform: none;
}
/* Form defaults */
input,
select,
textarea {
  color: #797a7c;
}
.success {
	position: absolute;
	width: 380px;
	color: #A1E63D;
	text-align: center;
	z-index: 1;
	border: none;
	background: url('../img/bg_cont_f.jpg') 0 0 repeat;
	height: 247px;
	padding-top: 23px;
	padding-right: 0;
	padding-bottom: 23px;
	padding-left: 0;
	vertical-align: middle;
}
/* ============================= end forms ============================= */
.text_2 {
  font-size: 60px;
  line-height: 60px;
}
.text_3 {
  line-height: 16px;
}
#search input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none!important;
  padding: 8px 6px!important;
  float: left;
  background: #101010;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#searchButton {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 37px;
}
#searchButton span {
  position: absolute;
  top: 0;
  left: 0;
}
.search_list {
  padding-top: 20px;
}
/*--- content end ------*/
/*------ footer ------- */
footer {
  font-size: 10px;
  color: #696969;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 115px;
  background: #212121;
  z-index: 600;
}
hr {
  border: none;
  height: 7px;
  color: #1e1e1e;
  background-color: #1e1e1e;
  margin: 0;
}
.footer_info {
  margin: 12px 0 0;
}
.link_1 {
  color: #696969;
  text-decoration: none;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.link_1:hover {
  text-decoration: none;
  color: #98BF35;
}
.link_2 {
  color: #db8901;
  text-decoration: none;
  -webkit-transition: color 0.6s ease;
  -moz-transition: color 0.6s ease;
  -o-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.link_2:hover {
  text-decoration: none;
  color: #ffffff;
}
.social-icon {
  list-style: none;
  margin: -3px 0 0;
}
.social-icon > li {
  display: inline-block;
  margin-left: 3px;
}
.social-icon > li > a {
  display: inline-block;
}
.social-icon > li > a > img {
  position: relative;
  top: 0;
}
.social-icon > li > a:hover img {
  top: -10px;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.slide a:hover {
  color:#98BF35;
  text-decoration:none;
}
.slide a:hover .slide_txt1 {
  color:#98BF35;
  text-decoration:none;
}
.contact_info a:hover {
  color: #98BF35;
  text-decoration: none;
}
.box_1 a:hover {
  text-decoration:none;
}
.box_1 a:hover .pad_4 {
  color:#98BF35;
  text-decoration:none;
}
