 /* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 80%;
    font: inherit;
    vertical-align: baseline;
    color: #7C7979;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}

a:link {
  color: yellow;
}

a:visited {
  color: yellow;
}

a:hover {
  background-color: hotpink;
}

a:active {
  background-color: hotpink;
}  
/*end reset*/
body{
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/background.png);	
}
.wrap{
	width:80%;
	margin:0 auto;
	transition:all 15s linear;
	-moz-transition:all 15s linear;/* firefox */
	-webkit-transition:all 15s linear; /* safari and chrome */
	-o-transition:all 15s linear; /* opera */
	-ms-transition:all 15s linear;
}
/*-- Slider Part starts Here --*/
#slider3,#slider4  {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 61%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 62px;
	width: 45px;
	margin-top: -65px;
}
.callbacks_nav:active {
  opacity: 1.0;
}
a.callbacks_nav.callbacks1_nav.prev {
	background: transparent url("../images/themes.png") no-repeat 0px 0px;
  left: -3.1%;
}
.callbacks_nav.next {
	background: transparent url("../images/themes.png") no-repeat -46px 0px;
  left: 100%;
}
#slider3-pager a,#slider4-pager a  {
  display: inline-block;
}
#slider3-pager span,#slider4-pager span{
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a {
  padding: 0;
}
#slider3-pager li, #slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 640px;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
}

.callbacks_tabs{
	list-style: none;
	position: absolute;
	top: 111%;
	z-index: 999;
	left: 56%;
	padding: 0;
	margin: 0;
}
ul.callbacks_tabs.callbacks2_tabs {
top: 73%;
left:46%;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}
ul.social-slide li i{
	width:70px;
	height:74px;
	background:url(../images/img-resources.png)no-repeat;
	display: inline-block;
	margin:0px 15px;
}
ul.social-slide li i.win{
	background-position:-6px 0px;
}
ul.social-slide li i.android{
	background-position:-110px 0px;
}
ul.social-slide li i.mac{
	background-position:-215px 0px;
}
.callbacks_tabs li{
  margin-left: 5px;
	display: inline-block;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}

.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
  content: "\f111";
  font-size:0;
  font-family: FontAwesome;
  visibility: visible;
  display: block;
  width: 80px;
  height: 7px;
  display:inline-block;
  background: #fff;
}
.callbacks_here a:after{
	background: #F896A9;	
}
a.callbacks_nav.callbacks2_nav.prev {
background: transparent url("../images/2.png") no-repeat left top;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.next{
background: transparent url("../images/2.png") no-repeat -29px 0px;
width:23px;
height:23px;
}
a.callbacks_nav.callbacks2_nav.prev {
left: 86% !important;
top: 9%;
}
a.callbacks_nav.callbacks2_nav.next {
right: 0% !important;
top: 9%;
}
/*-- Slider part Ends Here --*/
.slide-text{
	float:left;
	width:56%;
}
.da-slide {
    padding: 100px;
}
.da-img{
	float:right;
	width:34%;
}
.slide-text h2{
	color: #DFD428;
    text-transform: uppercase;
    font-size: 2em;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.slide-text h2 span {
    color: #FFF;
}
.slide-text p {
    color: #7c7979;
    font-size: 1em;
    line-height: 1.8;
    overflow: hidden;
    font-family: 'Electrolize', sans-serif;
    margin: 40px 0px;
}
.slide-text a:hover {
    background: #DFD428;
    color: #fff;
    border: #131313 1px solid;
}
.slide-text a {
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #ffffff, #ececec);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#ececec));
    background-image: -webkit-linear-gradient(top, #ffffff, #ececec);
    background-image: -o-linear-gradient(top, #ffffff, #ececec);
    background-image: linear-gradient(to bottom, #ffffff, #ececec);
    background-repeat: repeat-x;
    border: #fff 1px solid;
    padding: 10px 25px;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 15s!important;
    -webkit-transition: all 15s!important;
    -moz-transition: all 15s!important;
    transition: all 15s;
	transition-delay: all 15s;
	interval: 15s;
    color: #DFD428;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    font-family: 'Electrolize', sans-serif;
}
.header_top{
	border-bottom: 2px ridge #3A3A3A;
	padding: 20px 0;
}
 .logo{
	float:left;
	padding-top:15px;
 }
 .logo h1{
	font-size:2em;
	color:#FFF;
	text-transform:uppercase;
	font-family:'Electrolize', sans-serif;
 }
 .menu{
	 float:right;
	 margin:20px 0;
 }
 .menu li{
	 display:inline-block;
	 position:relative;
 }
 .menu li a{
	 font-size:0.8em;
	 padding:10px 20px;
	 color:#FFF;
	 font-family:'Electrolize', sans-serif;
	 transition: all 15s;
	 -webkit-transition: all 15s;
	 -moz-transition: all 15s;
     -o-transition: all 15s;
     text-transform:uppercase;
 }
 .menu li a:hover,.menu li.active a{
	 color:#DFD428;
	 background:#000;
 }
.menu li a:hover:before,.menu li.active a:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid #000;
	border-top: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 10px solid rgba(0, 0, 0, 0)!important;
	border-left: 10px solid rgba(0, 0, 0, 0)!important;
	left:50%;
	bottom:-18px;
	margin-left: -10px;
}
/* End menu */
/** plans **/
.content_top{
	padding:30px 0;
}
.ptables{	
	position:relative;
	overflow:hidden;
	
 }
  ul.pricing{
		list-style:none;
		padding:0;
 }
  ul.pricing > li{
		width:24%;
		float:left;
		margin-right:1%;
		position:relative;
		z-index:5;
	}
  ul.pricing > li ul li.title{		
		height:90px;
		display:block;
		position:relative;
		padding:0;
		border-bottom: 2px ridge #333;
		background:#282A27;
 }
 ul.pricing > li ul li.title h3{
		font-size:2em;
		font-family:'Electrolize', sans-serif;
		color:#DFD428;
		text-shadow:1px 1px #000;
		text-transform:uppercase;
		position:absolute;
		display:block;
		width:100%;
		margin:0;
		text-align:center;
		padding-top:15px;
 }
	ul.pricing > li ul li.title h4{
		font-size:1.8em;
		font-family:'Electrolize', sans-serif;
		color:#DFD428;
		text-shadow:1px 1px #000;
		position:absolute;
		display:block;
		width:100%;
		margin:0;
		text-align:center;
		padding-top:50px;
 }
	ul.pricing > li ul li.title h4 small{
		font-size:14px;
 }
	ul.pricing li ul li{
		padding:10px 20px 10px 20px;
		color:#999999;
		font-size:0.8em;
		list-style:none;
		text-transform:uppercase;
 }
	ul.pricing li ul li:nth-child(even){
		background:#282A27;
 }
	ul.pricing li ul li:last-child{
		text-align:center;
		padding:15px;
	}
	ul.pricing li ul li:last-child a{
	  display:block;
	  width:50%;
	  font-family:'Electrolize', sans-serif;
	  font-size:1.2em;
	  text-align:center;
	  color:#FFF;
	  text-decoration:none;
	  padding-top:7px;
	  margin:0 auto;
	  background:#DFD428;
	  padding:8px 0px;
	 outline: 0;
	 -webkit-transition: all 15s ease-in-out;
	 -moz-transition: all 15s ease-in-out;
	 -o-transition: all 15s ease-in-out;
	 transition: all 15s ease-in-out;
 }
 ul.pricing li ul li:last-child a:hover{
 		color:#DFD428;
		background:#000;
		text-shadow:none;
 }
 ul.pricing.green > li{
		background:#FFF;
		-webkit-transition: all 12s ease-in-out;
	    -moz-transition: all 12s ease-in-out;
	     transition: all 12s ease-in-out;
 }
 ul.pricing.green > li:hover{
 	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	transform: translateY(-15px);
 }
/** End plans **/
.content{
	margin:20px 0;
}
/** Services **/
 .services{
	margin-top:20px;
    padding:30px;
    background:#282A27;
}
.services_heading{
	padding:20px 0;
	border-top:2px ridge #333;
	text-align:center;
}
.services_heading h2{
		font-size:3em;
		font-family:'Electrolize', sans-serif;
		color:#DFD428;
		text-shadow:1px 1px #000;
		display:block;
		text-transform:uppercase;
}
.services_heading p{
	    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:1.1em;
		text-transform:uppercase;
		color:#FFF;
		line-height:1.8em;
}
.services_list{
	padding:20px 0;
}
.services_list h4{
	font-size:1.5em;
	color:#FFF;
	margin-bottom:5px;
	font-family:'Electrolize', sans-serif;
}
.services_grid1{
	float:left;
	width:48%;
}
.services_img{
	float:left;
	width:65px;
}
.services_desc{
	float:left;
	width:85%;
    padding-left:3%; 
}
.services_desc p{
	font-size:0.85em;
	color:#999;
	line-height:1.8em;
}
.services_grid2{
	float:left;
	width:48%;
	padding-left:4%;
}
/**** Content bottom *****/		
.content_bottom{
	padding:50px 0 80px 0;
}
.content_bottom h3{
	font-size:1.4em;
	 text-transform:uppercase;
	 color:#FFF;
	 margin-bottom:15px;
	 font-family:'Electrolize', sans-serif;
}
.register_account{
	float:left;
	width:62%;
	padding:1.5%;
	border:2px ridge #333;
}
.left-fields{
	margin-right:25px;
}
.register_account form input[type="text"],.register_account form [type="password"]{
	font-size:0.8em;
	color:#DDD;
	padding:8px;
	outline:none;
	margin:5px 0;
	width:95%;
	background: none;
	border: 1px solid #353535;
	-webkit-apperance:none;
}
.register_account form select{
	width:360px;
	font-size:0.8em;
	color:#666;
	padding:8px;
	outline:none;
	margin:5px 0;
	background: none;
	border: 1px solid #353535;
}
.register_account form input[type="text"].code{
	width:15%;
}
.register_account form input[type="text"].number{
	width:71%;
}
.register_account table td{
	width:100%;
}
.register_account p{
	font-size:0.8em;
	color:#999;
}
.create_account{
	float:left;
}
p.terms{
	float:left;
	font-size:0.85em;
	color:#999;
	padding:15px 0 0 20px;
}
p.terms a,p.note a{
	text-decoration:underline;
	color:#DFD428;
}
p.terms a:hover,p.note a:hover{
	text-decoration:none;
}
.login_panel{
	float:left;
	width:27%;
	margin-left:4%;
	padding:1.5%;
	border: 2px ridge #333;
}
.login_panel p{
	font-size:0.85em;
	color:#999;
}
.login_panel input[type="text"],.login_panel input[type="password"]{
	font-size:0.85em;
	color:#B3B1B1;
	padding:8px;
	outline:none;
	margin:10px 0;
	width:92%;
	background: none;
	border: 1px solid #353535;
	-webkit-apperance:none;
}
.login_panel form{
	margin:15px 0;
}
.login{
	margin-top:6px;
}
p.note{
	font-size:15px;
	color:#666;
	padding:5px;
	line-height:1.6em;
}
div span a{
	font-size:13px;
	color:#888;
	text-decoration:underline;
	margin-left:15px;
}
div span a:hover{
	text-decoration:none;
	color:#666;
}
.content_bottom input[type="submit"]{
	  font-family:'Electrolize', sans-serif;
	  font-size:1em;
	  text-align:center;
	  color:#FFF;
	  text-decoration:none;
	  margin:0 auto;
	  background:#DFD428;
	  padding:8px 15px;
	  outline: 0;
	  -webkit-transition: all 15s ease-in-out;
	  -moz-transition: all 15s ease-in-out;
	  -o-transition: all 15s ease-in-out;
	  transition: all 15s ease-in-out;
	  -webkit-apperance:none;
	  outline:none;
	  border:none;
	  cursor:pointer;
}
.content_bottom input[type="submit"]:hover{
	    color:#DFD428;
		background:#000;
}
/** Footer **/
.footer{
	border-bottom: 2px ridge #333;	
}
.footer h3{
	 font-size:1.2em;
	 text-transform:uppercase;
	 color: #FFF;
	 margin:5px 0px;
	 border-bottom: 1px dashed #2E2E2E;
	 padding-bottom:8px;
	 font-family:'Electrolize', sans-serif;
 }
  .footer_grides{
	 padding:20px 0;
 }
  .footer_grid1,.footer_grid2,.footer_grid3,.footer_grid4, .footer_grid5{
	  float:left;
	  width:18.4%;
	  padding-left:2%;
 }
  .address li{
	  font-size:0.85em;
	  color:#7c7979;     
	  padding:5px 0;
 }
 .address li span{
 	font-weight:bold;
 }
 .footer_grid2 li a{
 	 display:block;
	 font-size:0.85em;
	 color:#7c7979;
	 padding:8px 15px;
	 background:url(../images/footer-bullet.png) no-repeat 0;
	 -moz-transition: all .2s linear; 
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
 }
 .footer_grid2 li a:hover{
	color:#DFD428;
	margin-left: 5px;
	-moz-transition: all .2s linear;
 	 -webkit-transition: all .2s linear;
 	 -o-transition: all .2s linear;
 	 -ms-transition: all .2s linear;
 }
 .f_menu li a{
	color:#7c7979;
	 display:block;
	padding:8px 15px;
	font-size:0.85em;
	background:url(../images/footer-bullet.png) no-repeat 0;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
 }
 .f_menu li a:hover{
	color:#DFD428;
	margin-left: 5px;
	-moz-transition: all .2s linear;
 	 -webkit-transition: all .2s linear;
 	 -o-transition: all .2s linear;
 	 -ms-transition: all .2s linear;
 }
 .img_list li {
	 display:block;
	 margin:10px 0;
 } 
 .img_list li a{
	 font-size:0.85em;
	 color:#7c7979;
	 padding:0 10px;
	 text-transform:uppercase;
	 -moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
 }
  .img_list li a:hover{
	 color:#DFD428;
	 margin-left: 5px;
	-moz-transition: all .2s linear;
 	 -webkit-transition: all .2s linear;
 	 -o-transition: all .2s linear;
 	 -ms-transition: all .2s linear;
 }
  .img_list img{
	 vertical-align:middle;
	 opacity:0.65;
 }
 .img_list img:hover{
 	opacity:1;
 }
 .copy_right{
	text-align:center;
	padding:15px 0;
 }
 .copy_right p{
	font-size:0.85em;
	color:#999;
 }
 .copy_right p a{
   color:#DFD428;
   font-family:'Electrolize', sans-serif;
   text-decoration:underline;
   transition: all 15s!important;
	-webkit-transition: all 15s!important;
	-moz-transition: all 15s!important;
 }
 .copy_right p a:hover{
 	color:#FFF;
	text-decoration:none;
 }
/** Domain Registration **/
.domain-search{
	margin:0 10%;
	text-align:center;
	padding:30px 0;
}
.icon-medium {
	border:4px dashed #484848;
	display: inline-block!important;
	border-radius:50%!important;
	-webkit-border-radius:50%!important;
	-moz-border-radius:50%!important;
	-o-border-radius:50%!important;
	width: 110px!important;
	height:80px!important;
	padding-top:30px!important;
	margin: 20px 0!important;
	font-size: 42px!important;
}
/* Icon animation */
@keyframes bounce{
    0% {transform: translateY(0%) rotate(0);}
    35%  {transform: translateY(0%) scale(1.2) rotate(0);}
    60%  {transform: translateY(0%) rotate(0);}
    80%  {transform: translateY(0%) rotate(0);}
    90%  {transform: translateY(0%) scale(1.0) rotate(0);}  
    100% {transform: translateY(0%) rotate(0);}
}
@-moz-keyframes bounce{
    0% {-moz-transform: translateY(0%) rotate(0);}
    35%  {-moz-transform: translateY(0%) scale(1.2) rotate(0);}
    60%  {-moz-transform: translateY(0%) rotate(0);}
    80%  {-moz-transform: translateY(0%) rotate(0);}
    90%  {-moz-transform: translateY(0%) scale(1.0) rotate(0);}  
    100% {-moz-transform: translateY(0%) rotate(0);}
}
@-webkit-keyframes bounce{
    0% {-webkit-transform: translateY(0%) rotate(0);}
    35%  {-webkit-transform: translateY(0%) scale(1.2) rotate(0);}
    60%  {-webkit-transform: translateY(0%) rotate(0);}
    80%  {-webkit-transform: translateY(0%) rotate(0);}
    90%  {-webkit-transform: translateY(0%) scale(1.0) rotate(0);}  
    100% {-webkit-transform: translateY(0%) rotate(0);}
}
.icon-medium:hover {
    -webkit-animation: 1.2s ease 0s normal none infinite bounce;
    -moz-animation: 1.2s ease 0s normal none infinite bounce;
    display: inline-block;
    transform-origin: center center 0;
    border: 4px dashed #acacac;    
    -moz-transition:color 13s ease-out;
	-webkit-transition:color 13s ease-out;
	-o-transition:color 13s ease-out;
	transition:color 13s ease-out;
   -moz-transition:border 13s ease-out;
	-webkit-transition:border 13s ease-out;
	-o-transition:border 13s ease-out;
	transition:border 13s ease-out;
}
.domain-desc h3{
	font-size: 1.8em;
	color: #FFF;
	font-family: 'Electrolize', sans-serif;
	text-transform:uppercase;
}
.domain-desc p{
	color:#FFF;
	font-size:0.85em;
	padding:5px 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.domain-search input[type="text"]{
	font-size:1em;
	color:#777;
	padding:8px;
	height:44px;
	outline:none;
	width:80%;
	background:#FFF;
	border:none;
	margin:0;
	float:none;
}
.domain-search form{
	margin:20px 0;
}
.domain-search input[type="submit"]{
      font-family:'Electrolize', sans-serif;
	  font-size:1em;
	  color:#FFF;
	  text-decoration:none;
	  margin:0 auto;
	  background:#DFD428;
	  outline:none;
	  border:none;
	  cursor:pointer;
      display:inline-block;
       width:17%;
       height:60px;
       -webkit-transition: all 15s ease-in-out;
	  -moz-transition: all 15s ease-in-out;
	  -o-transition: all 15s ease-in-out;
	  transition: all 15s ease-in-out;
	  -webkit-apperance:none;
}
.domain-search input[type="submit"]:hover {   
    background:#000;
    color:#DFD428;
}
/** Hosting **/
.plans{
	padding:50px 0;
}
.plans h3{
	font-size: 1.8em;
	color: #FFF;
	margin-bottom:25px;
	font-family: 'Electrolize', sans-serif;
	text-transform:uppercase;
}
.plans_table thead{
	background:#282A27;
}
.plans_table thead th.plans-list{
	padding:15px 0;
	border:1px solid #2E2E2E;
}
.plans_table thead th.plans-list h3{
	font-size: 1.4em;
	font-family: 'Electrolize', sans-serif;
	color: #DFD428;
	text-shadow: 1px 1px #000;
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
}
.plans_table thead th.plans-list h4{
	font-size: 1.5em;
	font-family: 'Electrolize', sans-serif;
	color: #DFD428;
	text-shadow: 1px 1px #000;
	display: block;
	width: 100%;
	margin: 0;
	text-align: center;
}
.plans_table thead th.plans-list h4 small{
	font-size:14px;	
}
.plans_table td.plan_list_title{
    font-size:0.95em;
	text-align:left;
}
.plans_table tbody td{
	padding:10px;
	color:#9C9C9C;
	font-size:0.85em;
	border:1px solid #2C2C2C;
	text-align:center;
}
.plans_table td.price_no{
  color: #FF0000;
  font-weight: bold;
}
.plans_table tfoot td.order_now button{
	  display:block;
	  font-family:'Electrolize', sans-serif;
	  font-size:1em;
	  text-align:center;
	  color:#FFF;
	  text-decoration:none;
	  margin:0 auto;
	  background:#DFD428;
	  outline: 0;
	 -webkit-transition: all 15s ease-in-out;
	 -moz-transition: all 15s ease-in-out;
	 -o-transition: all 15s ease-in-out;
	 transition: all 15s ease-in-out;
	  padding:8px 10px;
     -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
     border:none;
     cursor:pointer;
}
.plans_table tfoot td.order_now button:hover{
		color:#DFD428;
		background:#000;
}
.plans_table tfoot td{
	text-align:center;
    padding:10px 0; 
    border:1px solid #2C2C2C;
}

/** Support **/
.support{
	padding:20px 0;
}
.support h3{
	font-size:2em;
	color:#FFF;
	margin-bottom:10px;
	font-family: 'Electrolize', sans-serif;
	text-transform:uppercase;
}
.support p{
	font-size:0.85em;
	color:#7c7979;
	line-height:1.8em;
	padding:5px 0;
}
.support p span{
	color:#DFD428;
}
.support_grides{
	margin:30px 0;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; } /* all browsers except IE6 and lower */	
.span_1_of_3 {
	width: 29.1%;
	padding:1.5%;	
}
.suppot_img{
	text-align:center;
	margin:30px 0;
}
.suppot_img img{
	padding:40px;
	background: url(../images/img-bg.png) center;
}
.span_1_of_3  h4{
	font-family: 'Electrolize', sans-serif;
	color: #FFF;
	font-size:1.8em;
	text-align:center;
}
.span_1_of_3  h5{
	color:#DFD428;
	font-size:1.1em;
	text-align:center;
	padding-bottom:20px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.span_1_of_3  p{
	font-size:0.85em;
	padding:5px 0;
	color:#7c7979;
	line-height: 1.8em;
}
.button {
	margin-top:10px;
}
.button a{
	  display:block;
	  width:50%;
	  font-family:'Electrolize', sans-serif;
	  font-size:1em;
	  text-transform:uppercase;
	  text-align:center;
	  color:#FFF;
	  text-decoration:none;
	  margin:0 auto;
	  background:#DFD428;
	  padding:8px 0px;
	 outline: 0;
	 border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;-o-border-radius:25px;
	 -webkit-transition: all 15s ease-in-out;
	 -moz-transition: all 15s ease-in-out;
	 -o-transition: all 15s ease-in-out;
	 transition: all 15s ease-in-out;
}
.button a:hover{
	 color:#DFD428;
	 background:#000;
}
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background:#282A27;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-size: 1.4em;
	text-transform: uppercase;
	color:#DFD428;
	margin-bottom: 15px;
	font-family: 'Electrolize', sans-serif;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color:#AAA;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:none;
			border:1px solid #363636;
			outline:none;
			color:#EEE;
			font-size:1.2em;
			font-family:Arial, Helvetica, sans-serif;
			-webkit-appearance:none;
}
.contact-form input[type="text"]:focus,.contact-form textarea:focus{
	border:1px solid #575656;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	 font-family:'Electrolize', sans-serif;
	  font-size:1em;
	  text-align:center;
	  color:#FFF;
	  text-decoration:none;
	  text-transform:uppercase;
	  margin:0 auto;
	  background:#DFD428;
	  padding:8px 15px;
	  outline: 0;
	  -webkit-transition: all 15s ease-in-out;
	  -moz-transition: all 15s ease-in-out;
	  -o-transition: all 15s ease-in-out;
	  transition: all 15s ease-in-out;
	  outline:none;
	  border:none;
	  cursor:pointer;
      position:absolute;
      right:0;
      -webkit-appearance:none;
}
.contact-form input[type="submit"]:hover{
	 color:#DFD428;
	 background:#000;
}
.company_address p{
	font-size:0.85em;
	color:#999;
	padding:2px 0;
}
.company_address p span,.company_address p span a{
	text-decoration:underline;
	color:#DFD428;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}


/****** Media Quries **************/
@media all and (max-width:1366px) {
	.slide-text h2 {
		font-size: 1.8em;
	}	
}
@media all and (max-width:1080px) {
	.da-slide {
		padding: 40px;
	}
.slide-text {
    float: left;
    width: 63%;
}
}
@media all and (max-width:1024px) {
 	.wrap{
 		width:90%;
 	}
 	ul.pricing li ul li:last-child a{
 		width:80%;
 	}
 	ul.pricing li ul li{
 		padding:10px;
 	}
 	.services{
 		padding:15px;
 	}
 	.services_desc{
 		width:80%;
 	}
 	.register_account form select{
 		width:270px;
 	}
 	.register_account form input[type="text"].number{
 		width:66.85%;
 	}
 	p.terms{
 		width:60%;
 	}
 	.login_panel form{
 		margin:9px 0;
 	}
 	.domain-search{
 		margin:0;
 	}
 	.plans_table thead th.plans-list h3{
 		font-size:1em;
 	}
 	.span_1_of_3 h5{
 		padding-bottom:10px;
 	}
    .button a{
    	width:70%;
	}
	.register_account form input[type="text"].code {
		width: 14%;
	}
	.span_1_of_3 h4,.support h3  {
		font-size: 1.6em;
	}
	.span_1_of_3 h5 {
		font-size: 1em;
	}
	.support_grides {
		margin: 0;
	}
	.suppot_img img {
		width: 26%;
		padding: 14px;
		border-radius: 50%;
	}
	.span_2_of_3 {
		width: 82%;
	}
	.span_1_of_3 {
		margin: 1.6% 0 0;
		width: 82%;
	}
	.span_1_of_3 h4, .support h3 {
		font-size: 1.4em;
	}
}
@media all and (max-width:991px){
	
	ul.pricing > li ul li.title h3 {
		font-size: 1.9em;
	}
	.services_heading h2 {
		font-size: 2.8em;
	}
	.content_bottom h3 {
		font-size: 1.35em;
	}
	ul.pricing > li {
		width: 39%;
		margin: 2em 3em;
	}
	.footer_grid1, .footer_grid2, .footer_grid3, .footer_grid4, .footer_grid5 {
		width: 30.33%;
		margin-bottom: 1.5em;
	}
	.content_bottom input[type="submit"] {
		padding: 5px 13px;
	}
	p.terms {
		width: 100%;
		float: none;
		margin-top: 4em;
		padding: 0;
	}
	.domain-search input[type="submit"] {
		height: 44px;
	}
	.domain-search input[type="text"] {
		padding: 0 8px;
		width:74%;
	}
	.domain-search {
		padding: 30px 0 0;
	}
	.plans h3 {
		font-size: 1.7em;
	}
}
@media all and (max-width:900px){
	
	.menu li a {
		padding: 10px 16px;
	}
	.slide-text a {
		padding: 8px 20px;
		font-size: 1.1em;
	}
	ul.pricing > li {
		width: 37%;
		margin: 2em 3em;
	}
	.services_heading h2 {
		font-size: 2.6em;
	}
	.services_img {
		width: 48px;
	}
	.services_desc {
		padding-left: 4%;
	}
	.content_bottom h3 {
		font-size: 1.245em;
	}
	.content_bottom {
		padding: 50px 0 40px 0;
	}
	.icon-medium {
		width: 100px!important;
		height: 67px!important;
		font-size: 37px!important;
	}
	.suppot_img img {
		width: 8%;
	}
	.suppot_img {
		margin: 30px 0 15px;
	}
	.button a {
		width: 22%;
		font-size: 0.9em;
	}
	.span_1_of_3 p {
		margin: 0 auto;
		width: 70%;
	}
	.plans h3 {
		font-size: 1.7em;
	}
	.company_address.comp-w3ls p {
		margin: 0;
	}
}
@media all and (max-width:800px){
 	.wrap{
 		width:95%;
	 }
	 .plans_table thead th.plans-list h4 {
		font-size: 1.3em;	
	 }
 	.menu li a{
		 padding:10px;
	}
 	ul.pricing > li ul li.title{
 		height:80px;
 	}
 	ul.pricing > li ul li.title h3{
 		font-size:1.6em;
 	}
 	ul.pricing > li ul li.title h4{
 		padding-top:45px;
 	}
 	ul.pricing li ul li{
 		font-size:0.75em;
 	}
 	.services_desc{
 		width:75%;
	 }
	 .span_1_of_3 p {
		width: 75%;
	}
	.span_1_of_3 h4, .support h3 {
		font-size: 1.4em;
	}
 	.register_account form input[type="text"], .register_account form [type="password"]{
 		width:94%;
 	}
 	.register_account form select{
 		width:330px;
 	}
 	.register_account form input[type="text"].number{
 		width:69.7%;
 	}
 	.footer_grid1, .footer_grid2, .footer_grid3, .footer_grid4, .footer_grid5{
 		width:50%;
 		padding-left:0;
 	}
 	.content_bottom{
 		padding:30px 0;
 	}
 	.support_grides,.suppot_img{
 		margin:0;
 	}
 	.button a{
 		width:25%;
 	}
 	.services_desc {
		width: 80%;
	}
	.da-slide {
		padding: 20px 13px;
	}
	.services_list h4{
		font-size:1.2em;
	}
	.register_account, .login_panel{
		float:none;
		width:94%;
		padding:3%;
	}
	.login_panel{
		margin:15px 0;
	}
 	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	 .slide-text h2 {
		font-size: 1.5em;
	}
	.slide-text p {
		margin: 13px 0px 32px 0;
	}
	.da-slide {
		padding: 40px 13px;
	}
	.logo {
		width:35%;
	}
	.menu {
		margin: 26px 0 20px;
	}
	.content_top {
		padding: 0 0 30px 0;
	}
	.services_heading h2 {
		font-size: 2.4em;
	}
	.footer_grides {
		padding: 20px;
	}
	.span_1_of_3 h4, .support h3 {
		font-size: 1.3em;
	}
}
@media all and (max-width:768px){
	ul.pricing > li {
		margin: 2em 2.8em;
	}
	
}
@media all and (max-width:736px){
	ul.pricing > li {
		margin: 2em 2.7em;
	}
}
@media all and (max-width:667px){
.slide-text p {
    font-size: 14px;
}
.slide-text h2 {
    font-size: 1.2em;
}
.slide-text {
    float: left;
    width: 67%;
}
.logo {
    width: 34%;
}
ul.pricing > li {
    margin: 2em 2.5em;
}
.services_heading h2 {
    font-size: 2.2em;
}
.services_heading p {
    font-size: 1em;
}
.da-img {
    float: right;
    width: 33%;
}
.slide-text a{
    padding: 6px 12px;
    font-size: 1em;	
}	
.services_grid1 {
    float: none;
    width: 100%;
}
.services_grid2 {
    float: none;
    width: 100%;
    margin-top: 2em;
    padding: 0;
}
	.domain-desc h3 {
		font-size: 1.7em;
	}
	.domain-search input[type="submit"] {
		width: 20%;
}
.plans_table tfoot td.order_now button {
   font-size: 0.9em;
	padding: 8px 5px;
}
}
@media all and (max-width:640px){
  .wrap{
 		width:95%;
 	}
 	.register_account form select{
 		width:270px;
 	}
 	.register_account form input[type="text"].number{
 		width:66.8%;
 	}
 	.domain-search input[type="text"]{
 		width:74%;
 	}
 	.domain-search input[type="submit"]{
 		width:22%;
 	}
 	.plans_table thead th.plans-list{
 		padding:10px 0;
 	}
 	.plans_table thead th.plans-list h3{
 		font-size:0.85em;
 	}
 	.plans_table thead th.plans-list h4{
 		font-size:1em;
 	}
 	.plans_table tfoot td.order_now button{
 		font-size:0.7em;
 		padding:8px 5px;
 	}
 	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
 	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
	.logo {
		width: 36%;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.menu {
		margin: 23px 0 10px;
		float: none;
		text-align: center;
	}
	ul.pricing > li {
		margin: 2em 2.4em;
	}
	.services_heading h2 {
		font-size: 2.1em;
	}
	.domain-search input[type="text"] {
		width: 66%;
	}
	.span_1_of_3 p {
		width: 90%;
	}
	.button a {
		width: 33%;
	}

}
@media all and (max-width:600px){
	ul.pricing > li {
		margin: 2em 2em;
		width:38%;
	}
	.services_heading p {
		font-size: 0.95em;
	}
	.services_heading h2 {
		font-size: 2em;
	}
	.domain-desc h3 {
		font-size: 1.5em;
	}
	.icon-medium {
		width: 85px!important;
		height: 55px!important;
		font-size: 17px!important;
		padding-top: 25px!important;
	}
}
@media all and (max-width:568px){
	.services_heading p {
		font-size: 0.9em;
	}
	ul.pricing > li {
		margin: 2em 1em;
		width: 43%;
	}
}
@media all and (max-width:480px){
  .wrap{
 		width:95%;
 	}
 	.logo,.menu{
 		float:none;
 		text-align:center;
 		padding-top:0;
 	}
 	.services_grid1,.services_grid2{
 		float:none;
 		width:100%;
 	}
 	.services_grid2{
 		padding-left:0;
 		margin-top:20px;
 	}
 	.services_desc{
 		width:80%;
 	}
 	.register_account form select{
 		width:200px;
 	}
 	.register_account form input[type="text"], .register_account form [type="password"]{
 		width:91%;
 	}
 	.register_account form input[type="text"].number{
 		width:60.5%;
 	}
 	.domain-search{
 		padding:0;
 	}
 	.domain-search input[type="text"]{
 		width:64%;
 	}
 	.domain-search input[type="submit"]{
 		width:30%;
 	}
 	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
 	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:95%;
	}
	.slide-text {
		float: left;
		width: 100%;
		margin-bottom: 3em;
	}
	.da-img {
		float: none;
		width: 60%;
		margin: 0em auto 0 auto;
	}
	ul.pricing > li {
		width: 77%;
		float: none;
		margin: 2em auto;
	}
	.services_heading p {
		padding: 0 10px;
	}
	.content_top,.content_bottom {
		padding: 0px 0;
	} 
.main .content_top {
}
.wrap .ptables p {
    color: #7c7979;
}


	.footer_grid1, .footer_grid2, .footer_grid3, .footer_grid4, .footer_grid5 {
		width: 100%;
		margin: 1em 0;
	}
	p.terms {
		line-height: 1.7;
	}
	.services_heading p {
		font-size: 0.875em;
	}
	.logo{
		width:43%;
	}
	.button a {
		width: 44%;
	}
}
@media all and (max-width:414px){
	.menu li a {
		padding: 10px 8px;
	}
	.logo {
		width: 49%;
	}
	.domain-desc h3 {
		font-size: 1.3em;
	}
	.services_heading h2 {
		font-size: 1.8em;
	}
	.register_account table td {
		display: block;
	}
	.content_bottom input[type="submit"] {
		margin: 1em 0;
	}
	p.terms {
		margin-top: 5em;
	}
	.copy_right p {
		padding:0 1em;
		line-height: 1.5;
	}
	.span_1_of_3 p {
		width: 100%;
	}
	.content {
		margin: 20px 0 0;
	}
}
@media all and (max-width:384px){
	.menu li a {
		padding: 10px 5px;
	}
	.da-slide {
		padding: 40px 13px 0;
	}
	.services_heading h2 {
		font-size: 1.6em;
	}
	.domain-search input[type="submit"] {
		width: 16%;
	}
	.services_img {
		width: 16%;
		margin-left: 1em;
	}
	.services_list h4 {
		margin: 0.5em 0;
	}
	.domain-search input[type="text"] {
		width: 47%;
		font-size:0.9em;
	}
	.button a {
		width: 53%;
	}
	.support {
		padding: 20px;
	}
	.span_1_of_3 h4, .support h3 {
		font-size: 1.2em;
	}
}
@media all and (max-width:375px){
	.services_heading p {
		font-size: 0.8em;
	}
	.footer_grides {
		padding: 0 20px;
	}
	.logo {
		width: 58%;
	}
	.span_1_of_3 {
		width: 94%;
	}
	.domain-desc h3 {
		font-size: 1.2em;
	}
	.services_desc {
		width: 95%;
	}
	
}
@media all and (max-width:320px){
	.menu li {
		display: block;
		margin: 30px 0;
		position: relative;
	}
  .wrap{
 		width:95%;
 	}
 	.menu li a{
 		padding:10px 6px;
	 }
	 .header_top {
		padding: 20px 0 0;
	}
	ul.pricing > li{
 		width:86%;
 	}
 	.services{
 		padding:5px 0;
 	}
 	.services_desc{
 		width:93%;
 	}
 	.services_heading h2{
 		font-size:1.5em;
 	}
 	.services_heading p{
 		font-size:0.8em;
 	    padding:0 10px;
 	}
 	.register_account form select{
 		width:93%;
 	}
 	.left-fields{
 		margin-right:10px;
 	}
 	.register_account form input[type="text"].number{
 		width:46.5%;
 	}
 	.register_account form input[type="text"], .register_account form [type="password"]{
 		width:86%;
 	}
 	p.terms{
 		width:100%;
 	}
 	.domain-search input[type="text"]{
 		width:90%;
 	}
 	.domain-search input[type="submit"]{
 		margin-top:10px;
 		width:45%;
 	}
 	.button a{
 		width:70%;
 	}
 	.support h3{
 		font-size:1.3em;
 	}
	.da-img {
		width: 90%;
	}
	.slide-text h2 {
		font-size: 1em;
	}
	.span_1_of_3 h5 {
		font-size: 0.95em;
	}
	.slide-text a {
		padding: 4px 12px;
		font-size: 0.95em;
	}
	.services_img {
		width: 40px;
	}
	.content_bottom h3 {
		font-size: 1.2em;
	}
	.span_1_of_3 {
		width: 100%;
		padding: 5% 0;
	}
	.company_address.comp-w3ls h3 {
		font-size: 1.2em;
	}
	.footer h3 {
		font-size: 1.1em;
	}
}
