.sm-header-container{
	display:none;
}

#header {
  height:101px;
  width:100%;
  display:block;
  float:left;
  background-color:#FFF;
  z-index:100 !important;
  position: relative;
}

#header ul {
  list-style: none;
}

#header-p1 {
  height:42px;
  width:100%;
  display:inline-box;
  float:left;
}

#social {
  height:42px;
  width: 180px;
  float:left;
  text-align:left;
  padding-left:25px;
  padding-right: 25px;
  position: relative;
  min-height: 1px;
  display:block;
}

#social a {
	margin-top:8px;
	line-height: 42px;
	color: #1D1D1B;
	text-decoration:none;
	float:left;
}

#social ul {
	padding:0;
	margin:0;
}

#social ul li {
	isplay: inline-block;
    font-size: 14px;
    border-radius: 50%;
    background: #3b3b3b;
    color: #fff;
    margin-right: 5px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
}

#social ul li:hover, #social ul li:active{
	background:rgb(25, 125, 200);
}

#shortmenu {
  height:42px;
  width: 420px;
  float:right;
  text-align:right;
}

#shortmenu ul a {
  text-decoration:none;
  color: #1d1d1b;
}

#shortmenu ul li {
  float:right;
  padding-right:20px;
  font-family: Ubuntu;
  font-weight: normal;
  font-size: 11px;
  color: #1d1d1b;
}

#header-p2 {
  height:58px;
  width:100%;
  display:inline-box;
  float:left;
}

#logo {
  display:block;
  line-height: 32px;
  float: left;
  width: 30% !important;
  text-align:left;
  height:58px;
  line-height:58px;
  position: relative;
  min-height: 1px;
}

#logo img {
  position: absolute;
  margin: auto;
  left:20px;
  max-width: 50%;
  max-height:35px;
}

#longmenu {
	display:block;
	width: 70%;
	float:left;
	text-align:right;
	height:58px;
	line-height:58px;
	z-index:9999;
}

#longmenu a {
	height: 58px;
    line-height: 58px;
	margin:0px;
	padding:0px;
	width:100%;
	 font-size: 14px;
    font-weight: 700;
	font-family: Ubuntu;
	color: #1D1D1B;
}

#longmenu ul {
	height: 58px;
    line-height: 58px;
	width:auto;
	margin-left:auto;
	margin-right:20px;
	float:right;
}

#longmenu ul li {
	float:left;
	padding-left:15px;
	padding-right:15px;
	height:37px;
	line-height:37px;
}

#longmenu ul li:hover {
	background:rgb(25, 125, 200);
	color:white;
}

.hide {
  display:none;
}

.navdropdown {
	float:left;
	position:relative;
	height:auto;
}

.navdropdowncontent {
  width:205px !important;
  height:auto !important;
  float:right;
  display: none;
  position: absolute;
  background-color: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  top:37px;
  left: 0;
  text-align:left;
  border-radius: 2px !important;
  z-index:9999;
}

.navdropdowncontent li {
	position: reltive;
	float:left;
	height:42px;
	width:100%;
	margin:0px !important;
	padding:0px !important;
	padding-left:5px !important;
	color:#333333;
	font-family:Ubuntu;
	font-size:12px;
	font-weight:400;
	border-width: 0px 0px 1px 0px;
	border-bottom-color: #f2f2f2;
    border-style: solid;
}

.smallbtn li:hover {
	background-color:transparent !important;
}

.smallbtn:hover > .smallbtn li i {
	color:rgb(25, 125, 200) !important;
}

.smallbtn li {
	padding-left:13px !important;
	padding-right:13px !important;
}

.smallbtn li i {
	font-size: 18px !important;
}

#burger {
	display:none;
	float:left;
	text-align:right;
	height:58px;
	line-height:58px;
}

#burger #symbol_menu {
	font-size: 24px;
	content: '\f0c9';
	font-family: fontawesome;
	font-weight:700;
	cursor:pointer;
}

.mobile_only {
	display:none;
}

.sm-page-container {
	margin-top:0px !important;
}

input[name="transfer"] {
	color:#FFF;
}

@media (max-width: 1024px){
	#logo {
		width:30% !important;
	}
	#burger {
		display:block;
		width: 60%;
		position:absolute;
		right:20px;
	}
	
	#longmenu {
		display:none;
		width:100%;
		float:left;
		height:auto;
		position:relative;
		text-align: left;
		float: left;
	}
	
	#longmenu a {
		float:left;
		width:100%;
		height:auto;
	}
	
	#longmenu ul {
		float:left;
		width:100%;
		height:auto;
		margin-top:0px;
	}
	
	#longmenu ul li {
		background-color:rgb(25, 125, 200);
		color:#FFF;
		float:left;
		padding:0px;
		width:100%;
		padding-left:15px !important;
		display: block;
		border-bottom: 1px solid #FFF;
	}
	
	#longmenu .navdropdown {
		width: 100%;
		float: left;
		background-color: #FFF;
		height:auto;
	}

	.smallbtn {
		display:none;
	}

	.mobile_only {
		display:block;
	}
	
	.navdropdown {
		height:auto;
		width:100%;
		float:left;
		position:relative !important;
	}
	
	.navdropdown .navdropdowncontent {
		float:left !important;
		position:relative !important;
		width:100% !important;
		height:auto !important;
		border-radius: 0px !important;
		z-index:auto !important;
		top:0px;
	}
	
	.navdropdowncontent li {
		float:left !important;
		position:relative !important;
		background-color: #FFF !important;
		color: rgb(25, 125, 200) !important;
	}
	
}

@media (max-width: 540px){
	#social{
		display:none;
	}
	#logo {
		width:60% !important;
	}
	#burger {
		display:block;
		width: 30%;
	}
}

@media (max-width: 1024px){
	#tableServicesList thead tr th:not(:nth-child(1)):not(:last-child) {
		display:none;
	}

	#tableServicesList tbody tr td:not(:nth-child(1)):not(:last-child) {
		display:none;
	}

	#tableDomainsList thead tr th:not(:nth-child(3)):not(:last-child) {
		display:none;
	}

	#tableDomainsList tbody tr td:not(:nth-child(3)):not(:last-child) {
		display:none;
	}

}