/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,600");
body {
	color: #7d7d7d;
	font-family: "Open-Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a {
    color: #1889c1;
    text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #55a158;
}
.topfx {
	width: 100%;
	position: fixed;
	/* z-index: 2147483647; */ /* maximum topmost allowable value */
	z-index: 5000;
}
section#header {
	margin: 0;
	padding: 0 0 18px 0;
	background: #157eb9;
    	background-image: linear-gradient(to top, #157eb9, #3a9fe8);
	border-radius: 0;
    	width: 100%;
}
.header-lined .breadcrumb ol {
	margin-left: 15px;
}
div.header-lined .breadcrumb {
    	font-size: 0.85em;
  	margin-left: 0;
    	margin-right: 0;
}

#top-nav {
  	background: #000 none repeat scroll 0 0;
    	border-bottom: 1px solid #333;
    	margin: 0;
   	min-height: 35px;
	max-height: 35px;
   	padding: 0;
    	position: relative;
    	width: 100%;
}

section#header div.container {
	width: 100%;
	padding: 0;
	margin: 0;
}

section#main-menu,
.navbar-main {
	background-color: transparent;
	width: auto;
	margin-top: -50px;
	font-size: 15px;
	letter-spacing: 90%;
	font-weight: 500;
}
a.list-group-item.active, 
a.list-group-item.active:hover, 
a.list-group-item.active:focus {
    background-color: #1889c1;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus {
    background-color: #1889c1;
    border-color: #1889c1;
}

	
.domain-checker-container {
        background: #265a82 url("/templates/six/img/techblue.jpg") no-repeat scroll left top;
	background-size: cover;
	border: none;

}
.domain-checker-bg {
       background: #265a82 url("/templates/six/img/techblue.jpg") no-repeat scroll left top;
	background-size: cover;
	padding: 40px 0;
	border: none;
	border-radius: 8px;

}
.domain-checker-bg:hover {

}

.text-domain {
    color: #1889c1;
}

.dataTables_wrapper .dataTables_info {
    background-color: #1889c1;
}
.dataTables_wrapper .dataTables_length label .form-control {
    height: 35px;
}
.table-list > tbody > tr > td {
    font-size: 14px;
}
table.dataTable {
    min-width: 97% !important;
    max-width: 97% !important;
	margin: auto;
}
table.table-list tbody td, table.table-list tbody td {
    padding: 7px 9px;
}

.btn-warning {
	color: #fff;
	background-color: #e7bd2d;
	border-color: #eea236
}
.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary{
	background-color:#52af52;/*med green*/
	}

ul.nav.navbar-nav {
	float: right;
}


#top-nav a.quick-nav {
    color: #fff;
}

#header div.container div#top-nav {
	padding-right: 10%;
	
}
#top-nav .nav {
    font-size: 13px;
    line-height: 1em;
    padding-top: 10px;
    padding-bottom: 8px;
}

.navbar-main .navbar-nav > li > a:hover, 
.navbar-main .navbar-nav > li > a:focus, 
.navbar-main .navbar-nav > .active > a, 
.navbar-main .navbar-nav > .active > a:hover, 
.navbar-main .navbar-nav > .active > a:focus, 
.navbar-main .navbar-nav > .open > a, 
.navbar-main .navbar-nav > .open > a:hover, 
.navbar-main .navbar-nav > .open > a:focus {
	background: #545454;
	border-radius: 4px 4px 0 0;
	color: #fff;
}

.navbar-nav>li>.dropdown-menu {
	border-top-right-radius: 4px;
}
.navbar-main .dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus {
	color: #fff;
	background-color: #676767;
}

.dropdown a.dropdown-toggle b {
	font-size: 0.75em;

}
.dropdown-menu {
	background: #545454;
	color: #fff;
	font-size: 13px;
	padding: 0;

}
.dropdown-menu>li>a {
	padding: 11px 17px 11px 17px;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	background: #545454;
	border-bottom: 1px solid #454545;
}

.nav .nav-divider {
	display: none;
}
.nav > li > a {
	padding: 10px;
}
.fa-angle-down::before {
	content: "\f107"
}
.fa {
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

img#toplogo {
	margin: 15px 15px 0 25px;
}

.logotop  {
	margin-top: 35px;
	height: 56px;
	width: 200px;
	z-index: 5010;
	position: relative;	
}

.popover {
    z-index: 5060;
}

.drop {
	background-color: #157eb9;
    	background-image: linear-gradient(to top, #157eb9, #3a9fe8);
	min-height: 100px;
	max-height: 100px;
	width: 100%;
}

.col-xs-12.main-content .domain-checker-container .domain-checker-bg.clearfix form .row div.col-md-8.col-md-offset-2.col-xs-10.col-xs-offset-1 .input-group.input-group-lg.input-group-box input#inputDomain.form-control {
	font-size: 18px;
	height: 46px;
}
.list-group,
.panel {
    font-size: 0.96em;
}
.list-group-item {
    padding: 7px 10px;
}


table.table-list thead th {
    background-color: #ddedf8;
    border-bottom: 1px solid #ccc;
}

.dataTable.no-footer.dtr-inline thead tr {
	border-bottom: 1px solid #89b8cc;	
}

#order-comparison .prodtablecol ul li {
	list-style: none;
}
div#order-supreme_comparison .product-title {
background: #317598; /* Old browsers */
background: -moz-linear-gradient(top, #317598 0%, #3c7ab7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #317598 0%,#3c7ab7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #317598 0%,#3c7ab7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#317598', endColorstr='#3c7ab7',GradientType=0 )"; /* IE6-9 */
    border-bottom: 1px solid #463c60;
    margin: 0;
    padding: 0 10px 10px 10px !important;
}


div#order-premium_comparison .price-table-container .price-table .top-head {
	background-color: #2b91d5 !important;
    border-radius: 5px 5px 0 0;
}

div#order-supreme_comparison .product-title h3 {
    color: #ffffff;
    font-size: 21px !important;
    font-weight: 300 !important;
    line-height: 21px !important;
}

#order-premium_comparison div, #order-premium_comparison ul, #order-premium_comparison li {
    margin: 0 auto;
    padding: 0;
}

#order-premium_comparison .price-table-container .price-table ul li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 1px solid #d9d9d9;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    margin: -4px auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

div#order-supreme_comparison .price-area {
    margin:0 auto;
    padding:0 0 16px 0;
background: rgb(122,166,200); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,166,200,1) 0%, rgba(153,189,219,1) 12%, rgba(176,207,232,1) 38%, rgba(190,214,234,1) 49%, rgba(201,220,235,1) 74%, rgba(211,227,237,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(122,166,200,1) 0%,rgba(153,189,219,1) 12%,rgba(176,207,232,1) 38%,rgba(190,214,234,1) 49%,rgba(201,220,235,1) 74%,rgba(211,227,237,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(122,166,200,1) 0%,rgba(153,189,219,1) 12%,rgba(176,207,232,1) 38%,rgba(190,214,234,1) 49%,rgba(201,220,235,1) 74%,rgba(211,227,237,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#7aa6c8', endColorstr='#d3e3ed',GradientType=0 )"; /* IE6-9 */
    text-align:center;
    width:100%;
    color:#000;
    max-width:137px;
    border-radius:0 0 10px 10px;
}
#order-premium_comparison #products.price-table-container ul li .price-table .top-head .top-area h4 {
    font-size: 19px;
    margin: 5px 0;
    padding: 0;
}
div#order-supreme_comparison .order-now {
    margin:0 auto;
    padding:10px 1px 10px 0;
    max-width:107px;
    width:100%;
    border-radius:4px;
    /*background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #d343c8 0%, #b42aa8 100%) repeat scroll 0 0;*/
background: rgb(63,211,52); /* Old browsers */
background: -moz-linear-gradient(top, rgba(63,211,52,1) 0%, rgba(0,138,0,1) 52%, rgba(28,155,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(63,211,52,1) 0%,rgba(0,138,0,1) 52%,rgba(28,155,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(63,211,52,1) 0%,rgba(0,138,0,1) 52%,rgba(28,155,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fd334', endColorstr='#1c9b00',GradientType=0 )"; /* IE6-9 */
    font-weight: bold;
}
div#order-supreme_comparison .order-now:hover {
    /*background:rgba(0, 0, 0, 0) linear-gradient(to bottom, #d343c8 0%, #b42aa8 100%) repeat scroll 0 0;*/
background: rgb(154,220,244); /* Old browsers */
background: -moz-linear-gradient(top, rgba(154,220,244,1) 0%, rgba(0,87,138,1) 52%, rgba(0,127,156,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(154,220,244,1) 0%,rgba(0,87,138,1) 52%,rgba(0,127,156,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(154,220,244,1) 0%,rgba(0,87,138,1) 52%,rgba(0,127,156,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#9adcf4', endColorstr='#007f9c',GradientType=0 )"; /* IE6-9 */
}

div#order-supreme_comparison .price-area a {
    color: #ffffff;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px #222;
}

.triangle-down-1 {
width: 0;
height: 0;
border-style: solid;
border-width: 30px 80px 0 80px;
border-color: #1b8acb transparent transparent transparent;
line-height: 0px;
_border-color: #1b8acb #000000 #000000 #000000;
_filter: "progid:DXImageTransform.Microsoft.Chroma(color='#000000')";
margin: -10px auto -40px;
}

.triangle-down-2 {
width: 0;
height: 0;
border-style: solid;
border-width: 30px 80px 0 80px;
border-color: #70a021 transparent transparent transparent;
line-height: 0px;
_border-color: #70a021 #000000 #000000 #000000;
_filter: "progid:DXImageTransform.Microsoft.Chroma(color='#000000')";
margin: -10px auto -40px;
}


.triangle-up-1 {
width: 0;
height: 0;
border-style: solid;
border-width: 0 80px 30px 80px;
border-color: transparent transparent #1b8acb transparent;
line-height: 0px;
_border-color: #000000 #000000 #1b8acb #000000;
_filter: "progid:DXImageTransform.Microsoft.Chroma(color='#000000')";
margin: -10px auto -40px;
}

.triangle-up-2 {
width: 0;
height: 0;
border-style: solid;
border-width: 0 80px 30px 80px;
border-color: transparent transparent #70a021 transparent;
line-height: 0px;
_border-color: #000000 #000000 #70a021 #000000;
_filter: "progid:DXImageTransform.Microsoft.Chroma(color='#000000')";
margin: -10px auto -40px;
}

.selectnav {display: none; width: auto;}


.hoverme.underline {
    font-weight: 500;
    text-decoration: underline;
}

.hoverme.pad {
    margin: 0 -20px;
    padding: 20px;
}

.hoverme.pad h3 {
    margin-top: 0;
	font-size: 18px;
	line-height: 18px;
	font-style: normal;
	font-weight:300;
}
.hoverme.pad h3 i {
	font-style: normal;
    	font-weight: normal;
}

.supportnhelp ul {
	list-style: outside none none;
}

ul.arrows_list1 li {
	margin-left: -25px;
}

.bord {
    border: 5px solid #f0f0f0;
    border-radius: 5px;
}
.priv a,
.priv p a,
.tos a,
.tos p a {
	font-weight: 500;
}

.priv h4, 
.tos h4, 
.priv p, 
.tos p {
    margin: 30px 0 10px;
}
.priv h4,
.tos h4 {
    color: #393a3b;
    font-size: 20px;
    font-style: normal;
    margin-bottom: 1em;
	text-transform: capitalize;
}
.priv, 
.tos, 
.priv p, 
.tos p, 
.priv li, 
.tos li {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.45em;
}
.priv ul, 
.tos ul {
    margin: 10px 10px 0 20px;
	list-style: outside none none;
}
strong {
    font-weight: 600;
	font-size: 1.1em;
}

.divider_line2 {
	clear: both;
    border-bottom: 1px solid #f0f0f0;
    float: none;
    height: 18px;
    margin: 13px 0 35px;
    padding: 0;
    width: 100%;
}

.divider_line7 {
    border-bottom: 1px solid #f0f0f0;
    float: left;
    height: 8px;
    margin: 10px 0 40px;
    padding: 0;
    width: 100%;
}
.mar_top2 {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.big_text4 {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    line-height: 30px;
}

.tos.dra ol {
    margin-bottom: 15px;
    margin-left: 10px;
    margin-top: 15px;
}
.tos.dra ol, 
.tos.dra ol ol {
    list-style-position: inside;
    list-style-type: decimal;
}
.tos.dra ol li {
    margin-bottom: 15px;
    margin-left: 15px;
}

.tos.dra ol li ol {
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 15px;
}
.tos.dra ol li ol li {
    margin-bottom: 15px;
    margin-left: 25px;
}
.tos h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}
ol.nolist, 
ol.nolist li, 
ol li ol.nolist, 
ol li ol.nolist li {
    list-style-type: none !important;
}

.toc ul {
    clear: both;
    margin: 0 auto;
    width: 100%;
}
.toc ul li {
    float: left;
    margin: 10px 1%;
    width: 48%;
}
.error_page {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    border-color: #eee;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 5px;
    font-family: "Open Sans",sans-serif;
    margin: 0 auto;
    padding: 50px 30px 58px;
    text-align: center;
    width: 77%;
}
.error_page strong {
    color: #e3e3e3;
    display: block;
    font-size: 145px;
    font-weight: normal;
    line-height: 100px;
}

.error_page b {
    color: #eee;
    display: block;
    font-size: 40px;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.9);
}
.error_page em {
    color: #fc0000;
    display: block;
    font-size: 18px;
    font-style: normal;
    line-height: 60px;
    margin: 0;
}
a.but_goback {
    background: #1889c1 none repeat scroll 0 0;
    border-bottom: 1px solid #999;
    margin: 0;
    padding: 13px 25px 13px 22px;
}
a.but_goback:hover {
	background-color: #55a158;
}
a.but_goback, a.but_ok_2, a.but_wifi, a.but_warning_sign, a.but_user, a.but_tag, a.but_table, a.but_star, a.but_search, a.but_phone, a.but_pencil, a.but_new_window, a.but_music, a.but_hand_right, a.but_thumbs_down, a.but_thumbs_up, a.but_globe, a.but_hospital, a.but_coffe_cup, a.but_settings, a.but_chat, a.but_play_button, a.but_remove_2, a.but_lock, a.but_shopping_cart, a.but_exclamation_mark, a.but_info, a.but_question_mark, a.but_minus, a.but_plus, a.but_folder_open, a.but_file, a.but_envelope, a.but_edit, a.but_cogwheel, a.but_check, a.but_camera, a.but_calendar, a.but_bookmark, a.but_book, a.but_download, a.but_pdf, a.but_word_doc, a.but_woman {
    border-radius: 3px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.btn-danger:hover {
	background-color: #f2a400;
	border: 1px solid #ffff00;
}


/** Bottom Waves and Quarters section **/

.container {
    margin: auto;
}
.bottom_section {
    background: #eee none repeat scroll 0 0;
    float: left;
    width: 100%;
}

.bottom_section .waves_graph2 {
    background: rgba(0, 0, 0, 0) url("/templates/six/img/waves-graph.png") repeat-x scroll left top;
    float: left;
    height: 10px;
    width: 100%;
}

.big_text1 {
    color: #999;
    font-family: "Open Sans",sans-serif;
    font-size: 27px;
    font-weight: 300;
    line-height: 35px;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
}
.big_text2 {
    color: #1889c1;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 22px;
}
#review.big_text2 .quote{
	display: inline;
	clear: none;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #1889c1;
	padding-left: 10px;
	font-style: italic;
}
#review .fa.fa-quote-right {
	clear: none;
	display: inline;
	padding-left: 20px;
}
/* testimonials */
.testimonials-5 {
	float: left;
}
.testimonials-5 span {
	float: left;
	font: 16px/27px "Open Sans",sans-serif;
}
.testimonials-3 {
	float: left;
}
.testimonials-3 span {
	float: left;
	padding: 20px 20px 25px 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	border-radius: 5px;
	font: 16px/27px "Open Sans",sans-serif;
}
.testimonials-4 {
	float: left;
}
.testimonials-4 .content,
.testimonials-4 span {
	float: left;
	padding: 20px 20px 25px 20px;
	border: 1px solid #eee;
	background-color: #f9f9f9;
	border-radius: 5px;
	font: 16px/27px "Open Sans",sans-serif;
}
.testimonials-4 .content i {
	font: 16px/27px "Open Sans",sans-serif;
	color: #909090;
	text-transform: none;
}
.testimonials-2 {
	float: left;
}
.testimonials-2 span {
	float: left;
	line-height: 21px;
	padding: 20px 30px 20px 30px;
	border: 1px solid #eee;
	background: #f9f9f9;
	font: 16px/27px "Open Sans",sans-serif;
}

.testimonials-2 i.fa.fa-quote-left.fa-2x {
	color: #9325ea;	/* magenta */
}
.testimonials-3 i.fa.fa-quote-left.fa-2x {
	color: #48b02b;	/* green */
}
.testimonials-4 i.fa.fa-quote-left.fa-2x {
	color: #ff8100; /* orange */
}
.testimonials-5 i.fa.fa-quote-left.fa-2x {
	color: #177eb9; /* blue */
}


.right {
	text-align: right;
}

.seemore.right {
	clear: left;
	margin-top: 30px;
	margin-right: 10%;
}
.mar_top3 {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.footer {
    background: #333 url("/templates/six/img/footmiddle.png") repeat scroll 0 0;
    float: left;
    padding-bottom: 10px;
    width: 100%;
    color: #727272;
}

.footbg {
    background: #333 url("/templates/six/img/footmiddle.png") repeat scroll 0 0 !important;
}

.footmiddle {
    background: rgba(0, 0, 0, 0) url("/templates/six/img/foottop.png") no-repeat scroll center top !important;
}

.footmiddle .container::before,
.footmiddle .container::after {
    content: "";
    display: table;
}

.footer .container {
    padding-bottom: 10px;
    padding-top: 30px;
}

.one_fourth {
    float: left;
    margin-right: 4%;
    position: relative;
}
.footer .one_fourth {
    color: #999;
    float: left;
    min-height: 150px;
    padding-bottom: 20px;
    padding-top: 40px;
    width: 22% !important;

}
.footer .one_fourth.last {
   background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-right: 0;
    padding-right: 0;
}

.last {
	margin-right: 0 !important;
	clear: right;
}

.footer h3 {
    color: #fff;
    font-weight: normal;
    margin: 0 0 27px 0;
    outline: 0 none;
   font-size: 22px;
    font-style: normal;
    line-height: 22px;
	font-family: "Open Sans",sans-serif;
	text-rendering: optimizelegibility;

}

.footer ul.list {
	position: relative;
	font-size: 14px;
    	margin: -5px 0 0;
    	padding: 0;
    	list-style: outside none none;
}

.footer .list li {
    line-height: 28px;
    margin: 0;
    padding: 0;
    list-style: outside none none;
}

.footer .list li a {
    color: #999;
	text-decoration: none;
}

.footer .list li a:hover {
    color: #fff;
}
.fa-angle-right::before {
    content: "\f105"
}
.footer .list li i {
    font-weight: bold;
    margin-right: 4px;
}

.footer .paycards {
    background-color: #212121;
    border-radius: 4px;
    color: #999;
    float: left;
    margin: 5px 0 0;
    min-height: 88px;
    min-width: 188px;
    padding: 5px;
}

.footer .paycards p.cc, 
.footer .paycards p.pp {
    margin: 0 auto;
    text-align: center;
}
.footer p {
    font: 14px/22px "Open Sans",sans-serif;
}

.footer p a {
    color: #1889c1;
    text-decoration: none;
}

.footer .paycards p.cc img {
    border-radius: 3px;
    height: auto;
    padding: 10px 1% 0;
    width: 30%;
}

.footer .paycards p.pp img {
    border-radius: 3px;
    height: auto;
    padding: 5px 0;
    width: 63%;
}

h3 i.fa.fa-star {
	font-size: 10px !important;
	color: #52ef74;

}

.footer .any_questions {
    background-color: #212121;
    border-radius: 4px;
    color: #999;
    float: left;
    margin: 5px 0 0;
    min-height: 60px;
    min-width: 188px;
    padding: 20px 10px 10px 20px;
}

.footer .any_questions img {
    float: left;
    margin-right: 20px;
}

.copyright_info {
    background: #212121 url("/templates/six/img/pattern-03.jpg") repeat scroll left top;
    border-top: 4px solid #000;
    color: #999;
    float: left;
    font-size: 13px;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}

.copyright_info a {
	color: #727272;
	text-decoration: none;
}
.copyright_info a:hover {
	color: #fff;
}
.footer .one_half {
    text-align: center;
    float: left;
    margin-right: 4%;
    position: relative;
}

.copyright_info .one_half {
    float: left;
    margin-right: 4%;
    width: 48%;
}
.scrollup {
    background: rgba(0, 0, 0, 0) url("/templates/six/img/scroll-top-arrow.png") no-repeat scroll left top;
    bottom: 64px;
    display: none;
    height: 40px;
    opacity: 1;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
    z-index: 999;
}

/* End custom footer */


h2 {
    font-size: 27px;
    font-style: normal;
    line-height: 27px;
    margin-bottom: 22px;
}

h1, h2, h3, h4, h5, h6 {
    color: #393a3b;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
}

.domainspg ul li {
    list-style: outside none none;
}
ul.lirt_section {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}
.lirt_section li.left {
    border-radius: 100%;
    box-shadow: none;
    float: left;
    font-size: 22px;
    height: 65px;
    line-height: 65px;
    margin: 0 25px 0 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 65px;
}
.domainspg ul.lirt_section li.left img {
    margin-top: 5px;
}
.mar_top2 {
    float: left;
    margin-top: 20px;
    width: 100%;
}
.lirt_section li i {
    font-style: normal;
}

.lirt_section li strong {
    color: #1889c1;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 8px 0 0;
}

section#home-banner {
        background: #265a82 url("/templates/six/img/techblue.jpg") no-repeat scroll left top;
	background-size: cover;
    color: #fff;
    margin: 0;
    padding: 20px 0 26px;
}

section#home-banner h2 {
	color: #fff;
	font-size: 16px;
}
.home-kb-search .form-control {
	border: 1px solid #95fa91;
	background: #eafef0;	
	color: #888;
}
.btn-group-sm>.btn, .btn-sm {
	font-size: 13px;
}
.custom-80pct {
	width: 80%;
}

.custom-50pct {
	width: 50%;
}

.custom-auto {
	width: auto;
}

/* Domains page */

#domain-searchform {
    margin: 0;
    padding: 0;
	box-sizing: content-box;
}

.domain_search_main {
    margin: 20px auto;
    width: 100%;
	box-sizing: content-box;
}

.content_left .domain_search_main .left {
    width: 100%;
	box-sizing: content-box;
}
.domain_search_main .left {
    float: left;
    padding: 20px 0 16px;
    width: 100%;
	box-sizing: content-box;
}

.domain_search .left .search_section, 
.domain_search_main .left .search_section {
    background: #fff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    float: left;
    padding: 1.4% 1.6%;
    width: 96.8%;
	box-sizing: content-box;
}

#domain-searchform #s {
    background-color: #f3f3f3;
    border: 1px solid #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 4px 0 0 #fff;
    color: #393a3b;
    float: left;
    font-size: 16px;
    min-height: 46px;
    padding: 7px 10px;

}
.domainspg .domain_search_main #domain-searchform input#s.input-text {
    width: 72%;
    min-width: 190px;
}

.domain_search .left .search_section .which, 
.domain_search_main .left .search_section .which {
    background-color: #eee;
    border: medium none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 4px 0 0 #fff;
    color: #393a3b;
    float: left;
    font-size: 16px;
    height: 44px;
    margin: 1px 0 0 -10px;
    padding: 10px;
	width: 15%;
    min-width: 65px
}
.domain_search .left .search_section #searchsubmit, 
.domain_search_main .left .search_section #searchsubmit {
    background: #6fa62d linear-gradient(to bottom, #81b740, #6fa62d) repeat scroll 0 0;
    border: 1px solid #6fa62d;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    height: 44px;
    overflow: hidden;
    text-align: center;
    text-transform: uppercase;
	width: 10%;
    min-width: 65px;
}
.domain_search .left .sm_links, 
.domain_search_main .left .sm_links {
    color: #999;
    float: left;
    font-size: 14px;
    margin-top: 5px;
}
.hosting_page_plan_main {
	font-size: 18px;
	line-height: 1.48;
}
.hosting_page_plan_main {
	box-sizing: border-box;
	vertical-align: baseline;
	position: relative;
    font-size: 18px;
}
.hosting_page_plan_main p {
	margin: 20px auto;
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
}
.hosting_page_plan_main ul {
    margin: 50px 30px;
	list-style: outside none none;
}
.hosting_page_plan_main li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
	list-style: outside none none;
}
.hosting_page_plan.first.two {
    width: 45%;
}
.hosting_page_plan.two {
    width: 27.2%;
}
.hosting_page_plan.first {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    float: left;
    position: relative;
    width: 39.4%;
}
.hosting_page_plan {
    border-right: 1px solid #eee;
    float: left;
    position: relative;
    width: 20%;
}

.hosting_page_plan.first .title {
    background: rgba(0, 0, 0, 0) url("../img/gray-bg.jpg") repeat scroll left top;
    border-bottom: 1px solid #000;
    border-top: 3px solid #272727;
    color: #fff;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-weight: normal;
    min-height: 51px;
    padding: 8px 0 5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.hosting_page_plan .title {
    background: rgba(0, 0, 0, 0) url("../img/gray-bg.jpg") repeat scroll left top;
    border-bottom: 1px solid #818181;
    border-top: 3px solid #272727;
    color: #fff;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    min-height: 52px;
    padding: 13px 0 10px;
    text-align: center;
    width: 100%;
}

.hosting_page_plan .cont-list {
    color: #727272;
    text-align: center;
}
.hosting_page_plan .cont-list ul {
    margin: 30px auto 0;
    padding: 25px 0 0 0;
}
.hosting_page_plan .cont-list li {
    border-bottom: 1px solid #eee;
    line-height: 45px;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.hosting_page_plan .ordernow {
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
    color: #fff;
    float: left;
    height: 105px;
    padding: 5px 0 0;
    text-align: center;
    width: 100%;
}
.hosting_page_plan i.green {
    color: #2bce05;
}
.hosting_page_plan i.gray {
    color: #d3d3d3;
}
.textred {
    color: #ff0000;
}
.textgreen {
    color: #48b02b;
}
.hosting_page_plan .ordernow h4 {
    color: #1889c1;
    padding: 26px 0 0;
    text-align: center;
 	font-size: 22px;
    font-style: normal;
    line-height: 22px;
    margin-bottom: 20px;
}
.hosting_page_plan .price {
    color: #1889c1;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-weight: normal;
    padding: 0 0 10px;
    text-align: center;
    width: 100%;
}
a.ordernow_starterpkgbut,
a.ordernow_npcsbut {
    background-color: #1889c1;
    border-bottom: 1px solid #353535;
    border-radius: 3px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 10px 0 0;
    padding: 9px 20px;
}
a.ordernow_npcsbut:hover {
    background-color: #f18f54;
}
a.ordernow_starterpkgbut:hover {
    background-color: #48b02b;
}
.hosting_page_plan .price i {
    color: #1889c1;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 5px;
}
h2 strong {
    font-weight: 300;
}

.our_products i.fa.fa-globe {
	color: #00be00;
}
.our_products {
    float: left;
    width: 100%;
}
.our_products ul {
    float: left;
    padding: 1%;
    width: 100%;
    list-style: outside none none;
}
.our_products li {
    	border: 1px solid #f0f0f0;
    	border-radius: 4px;
    	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    	float: left;
    	margin: 8px 0;
    	width: 100%;
	font-size: 1.2em;
}
.our_products li:hover {
	background-color: #f0f0f0;
    	border: 1px solid #00d000;
    	border-radius: 4px;
	/*border: 1px solid #ccc;*/
}
.col-xs-12.main-content .col-md-12 .our_products ul li a {
	display: block;
    	padding: 12px;
}

.our_products li .icon {
    	background-color: #f9f9f9;
    	border: 4px solid #fff;
    	border-radius: 100%;
    	float: left;
   	height: 120px;
	line-height: 120px;
    	margin-right: 15px;
    	text-align: center;
   	width: 120px;
	padding: 8px;
}
.our_products li .icon i {
    color: #b9b9b9;
    font-size: 80px;
} 
.textblue {
    color: #177eb9;
}
.textorange {
    color: #ff8100;
}
.divider_line_hosting {
	border-bottom: 1px solid #f0f0f0;
    	clear: both;
    	float: none;
    	height: 18px;
    	margin: 8px 0 15px;
    	padding: 0;
    	width: 100%;
}
.big_text1 i {
    color: #1889c1;
    font-style: normal;
    font-weight: normal;
}
ul.list-group.webapps {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}

ul.webapps li {
    list-style: outside none none;
}
ul.list-group.webapps li.list-group-item {
	display: inline-block;
	border: none;
	padding: 6px;
}
.centered {
    text-align: center;
}
ul.list_empty.hosting {
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 100%;
	list-style: outside none none;
	text-align: center;
}
.list_empty.hosting li {
    margin: 0 20px 35px 0;
    padding: 0;
}
a.but_hand_right {
    background: #ff8100 none repeat scroll 0 0;
    border-bottom: 1px solid #909090;
    margin: 0;
    padding: 10px 22px;
}

a.but_hand_right:hover {
    background: #00be00 none repeat scroll 0 0;
	text-shadow: none;
}

a.but_goback, 
a.but_star, 
a.but_hand_right, 
a.but_thumbs_up {
    border-radius: 3px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
}

.textgold {
    color: #e1c518;
}
.maint {
	padding: 0;
}

.maint p {
    font-family: "Open Sans",sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8em;
	margin-bottom: 1em;
}

.maint p img.rwd, 
.smm p img.rwd {
    float: right;
    width: 40%;
}
.maint blockquote {
    border-left: 5px solid #1889c1;
    color: #454545;
    font-family: "Open Sans" !important;
    font-size: 18px;
    font-weight: normal;
    margin: 20px 0 20px 36px;
    padding: 5px 20px;
}
.maint ul, 
.maint ul li,
.maint ul.wdg li,
ul.rwd_items li {
	list-style: outside none none;
    font-size: 18px;
    font-weight: 400;
    margin-left: 1%;
    margin-right: 1%;
	margin-bottom: 1em;
	line-height: 1.8em;
}
ul.rwd_items li {
	line-height: 1.8em;
	list-style: outside none none;
    font-size: 18px;
    font-weight: 400;
    margin-left: 1%;
    margin-right: 1%;
	margin-bottom: 1em;
}
ul.rwd_items li strong {
    	font-size: 18px;
	font-weight: 700;
}
.maint ol {
    font-size: 18px;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 1em;
}
.maint ol li, 
.smm ol li, 
.smm ul li,
.maint ul.wdg li {
    list-style-position: outside;
	line-height: 1.8em;
    margin: 20px 1%;
}

.maint ul.wdg li::before, 
.smm ul.wdg li::before {
    content: "\00bb";
    padding: 0 10px 0 0;
}

ul.list-group.services li.list-group-item a div.icon i {
	display: inline;
	float: left;
}
ul.list-group.services li.list-group-item a h3 {
	display: inline;
	clear: right;
}
.services li.list-group-item a div.icon i {
    	background-color: #f9f9f9;
    	border: 4px solid #fff;
    	border-radius: 100%;
    	float: left;
   	height: 100px;
	line-height: 100px;
    	margin-right: 15px;
    	text-align: center;
   	width: 100px;
	padding: 8px;
}
ul.list-group.services {
	box-sizing: content-box;
	list-style: outside none none;
}
ul.list-group.services li {
	padding-top: 20px;
	width: 100%;
}
ul.list-group.services li.list-group-item a {
	display: block;
}

.list-group.services li.list-group-item:hover {
	background-color: #f0f0f0;
}
.infobuttons {
	margin: 0 auto 10px;
	text-align: center;
}
.infobuttons a {
	margin-bottom: 10px;
}

ul.list-group.services li.list-group-item a.but_hand_right {
	display: inline-block;
	width: auto;
}

.services i.fa.fa-lg.fa-desktop,
.col-xs-12.svcboxes a div.icon i.fa.fa-desktop,
.services i.fa.fa-lg.fa-globe,
.col-xs-12.svcboxes a div.icon i.fa.fa-globe,
.services i.fa.fa-lg.fa-table,
.col-xs-12.svcboxes a div.icon i.fa.fa-table,
.services i.fa.fa-lg.fa-rocket,
.col-xs-12.svcboxes a div.icon i.fa.fa-rocket {
	line-height: 1.33em;
	font-size: 60px;
}
h2.boost {
    margin: 2em auto 1em;
	text-align: center;
}
h3.textorange a {
	color: #ff8100;
}
h3.textorange a:hover {
	color: #48b02b;
}
.framed-box {
    border: 1px solid #e3e3e3;
    width: 100%;
}
.framed-box-wrap {
    background-color: #f9f9f9;
    border: 1px solid #fff;
}
.framed-box-wrap .pricing-title {
    background-color: #f1f1f1;
    border-bottom: 1px solid #fff;
    padding: 20px 0 0;
    text-align: center;
}
.framed-box-wrap .pricing-text-list {
    padding: 15px 20px 40px;
    text-align: center;
}
ul.list1 {
    margin: 0;
    padding: 0;
	list-style: outside none none;
}
.list1 li {
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
	list-style: outside none none;
}
.framed-box-wrap .list1 li{
	text-align: center;
	}

.list1 li i {
    margin: 0 4px 0 0;
    padding: 0;
}
a.but_thumbs_up {
    background: #b674ca none repeat scroll 0 0;
    border-bottom: 1px solid #909090;
    margin: 0;
    padding: 10px 22px;
}
.framed-box .pricing-text-list p a.but_thumbs_up:hover {
	background: #55bfdb;
}
a.but_star {
    background: #99cc4c none repeat scroll 0 0;
    border-bottom: 1px solid #909090;
    margin: 0;
    padding: 10px 22px;
}
.framed-box .pricing-text-list p a.but_star:hover {
	background: #dcc974;
}
.framed-box .pricing-text-list p a.but_hand_right:hover {
	background: #1940db;
}
a.but_goback, 
a.but_star, 
a.but_hand_right, 
a.but_thumbs_up {
    border-radius: 3px;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.framed-box-wrap .pricing-title h3{
	margin-top: 4px;
	padding-bottom: 14px;
}

.framed-box-wrap .pricing-title.second h3{
	margin-top: -8px;
	padding: 0 10px 0;
}
ul li div.so-one {
	background: #fff url("/templates/six/img/so/soone.png") no-repeat scroll left top;
	background-size:contain;
	width: 44px;
	height: 44px;
	display: block;
	float:left;
	margin: 10px 8px 8px 0;
}
ul li div.so-two {
	background: #fff url("/templates/six/img/so/sotwo.png") no-repeat scroll left top;
	background-size:contain;
	width: 44px;
	height: 44px;
	display: block;
	float:left;
	margin: 10px 8px 8px 0;
}

ul li div.so-three {
	background: #fff url("/templates/six/img/so/sothree.png") no-repeat scroll left top;
	background-size:contain;
	width: 44px;
	height: 44px;
	display: block;
	float:left;
	margin: 10px 8px 8px 0;
}

ul li div.so-four {
	background: #fff url("/templates/six/img/so/sofour.png") no-repeat scroll left top;
	background-size:contain;
	width: 44px;
	height: 44px;
	display: block;
	float:left;
	margin: 10px 8px 8px 0;
}

ul li div.so-five {
	background: #fff url("/templates/six/img/so/sofive.png") no-repeat scroll left top;
	background-size:contain;
	width: 44px;
	height: 44px;
	display: block;
	float:left;
	margin: 10px 8px 8px 0;
}
ul li div.so-six {
	background: #fff url("/templates/six/img/so/sosix.png") no-repeat scroll left top;
	background-size:contain;
	width: 44px;
	height: 44px;
	display: block;
	float:left;
	margin: 10px 8px 8px 0;
}
.our_products.sommgmt ul li a div.icon i.fa.fa-desktop {
	padding-top: 15px;
}

.our_products.sommgmt ul li a div.icon i.fa.fa-table,
.our_products.sommgmt ul li a div.icon i.fa.fa-rocket {
	padding-top: 10px;
}

.our_products.sommgmt ul li a div.icon i.fa.fa-globe {
	padding-top: 7px;
}

li .icon i.fa.fa-desktop {
	color: #c9b4ff; /*lt purple*/
}

li .icon i.fa.fa-globe {
	color: #b3ccf3; /*lt blue*/
}


li .icon i.fa.fa-table {
	color: #ffcba0; /*lt orange*/
}


li .icon i.fa.fa-rocket {
	color: #feb1bc; /*pink*/
}

li .icon i.fa.fa-desktop:hover {
	color: #8e4fb5; /*purple*/
}

li .icon i.fa.fa-globe:hover {
	color: #1a7abc; /*blue*/
}


li .icon i.fa.fa-table:hover {
	color: #ff9d3f; /*orange*/
}


li .icon i.fa.fa-rocket:hover {
	color: #ff0000; /*red*/
}
.big_text3 {
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    padding-top: 22px;
}
.registrationh h2 {
	color: #fff;
}
.renewalh h2 {
	color: #fff;
}
.transferh h2 {
	color: #fff;
}
.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom:20px;
	width: 100%;
}
.table-list th {
	padding: 18px 10px;
	background-color: #eee;
}
.table-list td {
	padding: 13px 10px;
	text-align: center;
	background-color: #f5f5f5;
}
.table-list tr:hover td {
	background-color: #f9f9f9;
}
.table-list-blue {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom:20px;
	width: 100%;
}
.table-list-blue th {
	padding: 18px 10px;
	background-color: #eee;
}
.table-list-blue td {
	padding: 13px 10px;
	text-align: center;
	background-color: #E2E9EF;
}
.table-list-blue tr:hover td {
	background-color: #D8E3EF;
}
.table-list-orange {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom:20px;
	width: 100%;
}
.table-list-orange th {
	padding: 18px 10px;
	background-color: #eee;
}
.table-list-orange td {
	padding: 13px 10px;
	text-align: center;
	background-color: #FFF2E3;
}
.table-list-orange tr:hover td {
	background-color: #F0E5D7;
}
.table-list-green {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom:20px;
	width: 100%;
}
.table-list-green th {
	padding: 18px 10px;
	background-color: #eee;
}
.table-list-green td {
	padding: 13px 10px;
	text-align: center;
	background-color: #F0FEF0;
}
.table-list-green tr:hover td {
	background-color: #E5F4DE;
}
.table-list-yellow {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom:20px;
	width: 100%;
}
.table-list-yellow th {
	padding: 18px 10px;
	background-color: #eee;
}
.table-list-yellow td {
	padding: 13px 10px;
	text-align: center;
	background-color: #FFFEEA;
}
.table-list-yellow tr:hover td {
	background-color: #fffccc;
}
ul.list_empty {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.list_empty li {
	float: left;
	padding: 0px;
	margin: 0px 20px 35px 0px;
}

.tlds tbody td img {
	border: none;
}

/* Media */

@media only screen and (min-width: 992px) and (max-width: 1215px){
.footer.footbg .footmiddle i.fa.fa-star {
	font-size: 0.5em;
	}
#transfersite.one_fourth h3 {
	font-size: 20px;
	white-space: nowrap;
	}
	.our_products.sommgmt ul li {
		margin-left: -15px;
	}
}

@media (min-width: 992px) {

	ul.nav.navbar-nav li#Primary_Navbar-Support.dropdown.open ul.dropdown-menu,
	ul.nav.navbar-nav li#Primary_Navbar-Account.dropdown.open ul.dropdown-menu,
	ul.nav.navbar-nav li#Primary_Navbar-Our_Services.dropdown.open ul.dropdown-menu,
	ul.nav.navbar-nav li#Primary_Navbar-Help.dropdown.open ul.dropdown-menu {
	right: 0;
	left: auto;
	}

	li#Primary_Navbar-Home {
	display: none;
	}

}

@media only screen and (min-width: 200px) and (max-width: 991px){
	
/* Disable menu */
ul#tiny,
ul#tiny2 {
	display: none;
	}
/* Enable dropdown menu */
.selectnav {display: block;}
.selectnav {display: inline;}

#selectnav1 option{
    padding: 6px;
	font-size: 1.2em;
 }

#selectnav1 select {
	border: 0;
	border-radius: 0;
}

.topfx {
	background-color: #157eb9;
    	background-image: linear-gradient(to top, #157eb9, #3a9fe8);
	font-size: 16px;
    	width: auto;
	text-align: center;
	}

section#header {
    background: transparent;
    background-color: none;
	}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
    border: none;
    box-shadow: none;
    text-shadow: none;
}
.navbar-default {
    border: none;

}
.navbar-collapse {
	padding-right: 5px;
	padding-left: 5px;
}

}

@media (max-width: 768px) {
    .navbar-main .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-main .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }
	.hoverme.pad {
		box-sizing: content-box;
    		margin: 0 !important;
    		padding: 30 px;
	}
form#domain-searchform {
	width: 100%;
	margin: auto;
	text-align: center;
}

.domainspg .domain_search_main #domain-searchform input#s.input-text {
    min-width: 70%;
}

.domain_search .left .search_section .which, 
.domain_search_main .left .search_section .which {
	min-width: 28%;
}
.domain_search .left .search_section #searchsubmit, 
.domain_search_main .left .search_section #searchsubmit {
    min-width: 100%;
}
	.maint .h3,
	.maint h3,
	.hosting .h3,
	.hosting h3 {
    		font-size: 22px;
		font-weight: 400;
	}
}

@media (max-width: 1006px) {
	.framed-box {
		margin: 20px auto;
	}
	.framed-box-wrap {
		padding: 20px;
	}
	.framed-box-wrap .pricing-title {
		min-height: 65px;
		padding: 20px 10px 10px;
	}

	.framed-box-wrap .pricing-title h3{
		margin-top: 0;
		padding-bottom: 0;
	}

	.framed-box-wrap .pricing-title.second h3{
		margin-top: 0;
		padding: 0;
	}
	.framed-box-wrap .pricing-text-list {
    		padding: 15px 20px 0;
    		text-align: center;
	}
	.framed-box div.framed-box-wrap div.pricing-text-list h4.center {
		font-size: 16px;
	}
}

@media (max-width: 991px) {

.topfx {
	position: static;
}
	.drop {
		display: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffc502;
	}
	#main-menu,
	.navbar-main {
		background-color: transparent;
		width: auto;
		font-size: 14px;
	}
	a.dropdown-toggle {
		background-color: #157eb9;
    		background-image: linear-gradient(to top, #157eb9, #3a9fe8);
		opacity: 0.94;
		border-radius: 0;
	}
.navbar-toggle:before {
    	content:"Menu";
    	left:-55px;
    	top:4px;
    	position:absolute;
    	width:55px;
	color: #fff;
	font-weight: 600;
	}
	.navbar-toggle {
		display: block;
		background-color: #157eb9;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.collapse.in{
       		display:block !important;
	}
	.footer .one_fourth {
    		float: left;
    		width: 48% !important;

	}
	.one_fourth.q2 {
    		margin-right: 0;
    		padding-right: 0;
	}
	.footer ul.list {
    		font-size: 16px;
	}
	.footer .list li {
    		line-height: 30px;
	}
	.footer p {
    		font: 16px/24px "Open Sans",sans-serif;
	}
	.copyright_info .one_half.half1 {
		width: 63%;
	}
	.copyright_info .one_half.last.half2 { 
		width: 32%;
	}
	.our_products.sommgmt ul li {
		margin-left: -10px;
	}

}
@media (max-width: 600px) {
	.footer .one_fourth {
		width: 90% !important;
		clear: both;
	}
	.one_fourth {
    		float: none;
   		margin-right: 5%;
    		margin-left: 5%;
	}
	.copyright_info .one_half.half1 {
		width: 100%;
		clear: both;
	}
	.copyright_info .one_half.last.half2 { 
		width: 100%;
		clear: both;
	}
	.table-responsive > .table > tbody > tr > td, 
	.table-responsive > .table > tbody > tr > th, 
	.table-responsive > .table > tfoot > tr > td, 
	.table-responsive > .table > tfoot > tr > th, 
	.table-responsive > .table > thead > tr > td, 
	.table-responsive > .table > thead > tr > th {
		white-space: normal;
	}
	.panel-body {
		padding: 10px 5px;
	}
	.error_page {
   		padding: 20px;
    		text-align: center;
    		width: 100%;
	}
	.error_page strong {
    		font-size: 90px;
    		line-height: 30px;
		margin-top: 30px;
	}
	.error_page b {
    		font-size: 30px;
    		font-weight: 300;
    		line-height: 30px;
    		margin: 0;
	}
	.error_page em {
		line-height: 1.5em;
	}
	.supportnhelp div.col-md-3.pull-md-left.hoverme.pad {
		box-sizing: content-box;
		max-width: 98% !important;
	}
	.hoverme.pad {
		box-sizing: content-box;
    		margin: 0 !important;
    		padding: 30 px;
	}
	.supportnhelp .col-md-1.pull-md-left {
		width: 100% !important;
		clear:both;

	}

	.domainspg .domain_search_main #domain-searchform input#s.input-text {
		clear:both;
		width: 100%;
		margin: auto;
    		min-width: 100%;
		border: 1px solid #fff;
    		border-radius: 4px;
    		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 4px 0 0 #fff;
		padding: 7px 10px;

	}

	.domain_search .left .search_section .which, 
	.domain_search_main .left .search_section .which {
		clear:both;
		width: 100%;
		margin: auto;
		min-width: 100%;
		border: 1px solid #fff;
    		border-radius: 4px;
    		box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset, 0 4px 0 0 #fff;
		padding: 7px 10px;

	}
	.hosting_page_plan_main li {
		margin-left: -60px;
		line-height: 1em;
		padding-bottom: 20px;
	
	}
	.hosting_page_plan.first .title {
    		font-size: 14px;
    		padding: 14px 0 5px;
	}
	.hosting_page_plan .cont-list li {
    		min-height: 70px;
 		line-height: 1.1em;
		padding-top: 20px;
	}
	.hosting_page_plan .ordernow {	
    		height: 95px;
	}
	a.ordernow_starterpkgbut,
	a.ordernow_npcsbut {
    		min-height: 65px;
 		line-height: 1.1em;
		font-size: 14px;
	}
	.hosting_page_plan .price {
	    font-size: 16px;
	    padding: 0 0 10px;
	}
	.hosting_page_plan .ordernow h4 {
	    padding: 16px 0 0;
	}
	.maint ul li,
	.maint ul.wdg li,
	.maint ol li,
	.rwd_items li {
		margin-left: -20px;
	}

	ul.list-group.services ul,
	ul.list-group.services li {
		margin-left: 0;
		margin-right: 0;
	}
	.col-xs-12.svcboxes {
		padding-left: 0;
		padding-right: 0;
	}
	ul.list-group.services ul {
		padding: 20px 0;
	}

	.maint .list_empty.hosting li a.but_hand_right {
		clear: both;
		display: block;
		width: 100%;
		
	}
	.header-lined .breadcrumb ol,
	.header-lined .breadcrumb li {
		margin-left: 0;
		list-style-position: inside;
	}
	div.header-lined .breadcrumb {
    		font-size: 0.85em;
  		margin-left: 0;
    		margin-right: 0;
	}
	.our_products.sommgmt ul li a div.icon i
	.our_products.sommgmt ul li {
		margin-left: -5px;
	}
}

@media (max-width: 480px) {
	.our_products.sommgmt ul li a div.icon {
		display: block;
		float: none;
		clear: both;
		text-align: center;
		width: 100%;
	}
	.our_products.sommgmt ul li {
		text-align: center;
	}
}
