/* -- Embed Fonts -- */
@font-face {
    font-family: 'GeogrotesqueMedium';
    src: url('../fonts/geogtq-md-webfont.eot');
    src: url('../fonts/geogtq-md-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-md-webfont.woff') format('woff'),
         url('../fonts/geogtq-md-webfont.ttf') format('truetype'),
         url('../fonts/geogtq-md-webfont.svg#GeogrotesqueMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeogrotesqueSemiBold';
    src: url('../fonts/geogtq-sb-webfont.eot');
    src: url('../fonts/geogtq-sb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-sb-webfont.woff') format('woff'),
         url('../fonts/geogtq-sb-webfont.ttf') format('truetype'),
         url('../fonts/geogtq-sb-webfont.svg#GeogrotesqueSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeogrotesqueRegular';
    src: url('../fonts/geogtq-rg-webfont.eot');
    src: url('../fonts/geogtq-rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-rg-webfont.woff') format('woff'),
         url('../fonts/geogtq-rg-webfont.ttf') format('truetype'),
         url('../fonts/geogtq-rg-webfont.svg#GeogrotesqueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Conv_geogrotesque-bold-webfont';
	/*src: url('../fonts/geogrotesque-bold-webfont.eot');
	src: local('☺'), url('../fonts/geogrotesque-bold-webfont.woff') format('woff'), url('../fonts/geogrotesque-bold-webfont.ttf') format('truetype'), url('../fonts/geogrotesque-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	*/
	 src: url('../fonts/geogtq-sb-webfont.eot');
    src: url('../fonts/geogtq-sb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogtq-sb-webfont.woff') format('woff'),
         url('../fonts/geogtq-sb-webfont.ttf') format('truetype'),
         url('../fonts/geogtq-sb-webfont.svg#GeogrotesqueSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeogrotesqueLight';
    src: url('../fonts/geogrotesque-light-webfont.eot');
    src: url('../fonts/geogrotesque-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geogrotesque-light-webfont.woff') format('woff'),
         url('../fonts/geogrotesque-light-webfont.ttf') format('truetype'),
         url('../fonts/geogrotesque-light-webfont.svg#geogrotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* -- General -- */
html {
	height: 100%;
}

body {
	background-repeat: no-repeat;
	line-height: 20px;
	font-size: 15px;
	font-family: GeogrotesqueRegular;
	color: #2a2a2a;
	margin: 0px;
	padding: 0px;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	background-image: url(../images/main/bg.jpg);
	background-position: center top;
	background-color: #efefef;
}

a {
	color: #1a1a1a;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	border-width: 0px;
}

strong {
	font-weight: normal;
	font-family: GeogrotesqueSemiBold;
}

#header .width {
	padding-bottom: 20px;
}

.width {
	position: relative;
	width: 950px;
	margin:0 auto;
}

.pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}

a.green-button {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	line-height: 15px;
	font-size: 15px;
	font-family: GeogrotesqueSemiBold;
	text-align: center;
	background-image: url(../images/pages/home/banners/learn-more-bg.png);
	background-repeat: no-repeat;
	color: white;
	padding-top: 9px;
	height: 30px;
	width: 162px;
	display: block;
	border: 0px none;
	position: relative;
	float: right;
	margin-top: 13px;
	margin-bottom: 10px;
}

a.green-button-wider {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	line-height: 15px;
	font-size: 20px;
	font-family: GeogrotesqueRegular;
	text-align: center;
	background-image: url(../images/main/buttons/green-fat.png);
	background-repeat: no-repeat;
	color: white;
	padding-top: 12px;
	height: 32px;
	width: 209px;
	display: block;
	border: 0px none;
	position: relative;
	float: right;
	margin: 13px 10px 10px 0;
}

a.green-button-wider:hover, .form-section input[type=submit]:hover, #details-form input[type=submit]:hover {
	text-decoration: none !important;
	background-image: url(../images/main/buttons/green-fat-hover.png) !important;
}

a.green-button-wider:active, .form-section input[type=submit]:active, #details-form input[type=submit]:active {
	background-image: url(../images/main/buttons/green-fat-active.png) !important;
}

a.blue-button {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	line-height: 15px;
	font-size: 15px;
	font-family: GeogrotesqueSemiBold;
	text-align: center;
	background-image: url(../images/checkout/buttons/blue-btn.png);
	background-position: center top;
	background-repeat: no-repeat;
	color: white;
	padding-top: 10px;
	height: 31px;
	width: 80px;
	display: block;
	border: 0px none;
	position: relative;
	float: right;
	margin-top: -2px;
	text-decoration: none;
}

a.blue-button:hover {
	text-decoration: none;
	background-image: url(../images/checkout/buttons/blue-btn-small-hover-2.png);
}

a.blue-button-wider {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
	text-transform: uppercase;
	line-height: 15px;
	font-size: 15px;
	font-family: GeogrotesqueSemiBold;
	text-align: center;
	background-image: url(../images/main/buttons/blue-large.png);
	background-repeat: no-repeat;
	color: white;
	padding-top: 9px;
	height: 29px;
	width: 272px;
	display: block;
	border: 0px none;
	position: relative;
	float: right;
	margin: 13px 10px 10px 0;
}

a.blue-button-wider:hover {
	text-decoration: none;
	background-image: url(../images/main/buttons/blue-large-hover.png);
}

a.blue-button-wider:active {
	background-image: url(../images/main/buttons/blue-large-active.png);
}

.line {
    margin-bottom: 2px;
    margin-top: 2px;
    position: relative;
    background-color: #e7e7e7;
    height: 1px;
}

.rel {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

/* ---- Header ---- */
#header {
    padding-top: 0px;
    height: auto !important;
    height: 598px;
    min-height: 598px;
    position: relative;
}

.checkout-style #header {
    height: auto;
}

#logo {
    float: left;
    position: relative;
}

/* -- Login Menu -- */
#login-menu {
    margin-left: 0px;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-top: 0px;
    list-style-type: none;
    background-image: url(../images/main/login-signup-bg.jpg);
    background-repeat: no-repeat;
    height: 31px;
    width: 498px;
    position: relative;
    float: right;
    padding: 0px;
}

#login-menu li {
    float: right;
    position: relative;
}

#login-menu li a, #login-menu li span {
    padding-bottom: 6px;
    font-family: 'GeogrotesqueMedium';
    border-left-style: solid;
    border-bottom-style: none;
    border-right-style: solid;
    border-top-style: none;
    border-right-color: #dee2e3;
    border-left-color: white;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    color: #505050;
    line-height: 14px;
    font-size: 14px;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 8px;
    display: block;
}

#aspnetForm #login-menu li a {
    display: inline-block;
}

#aspnetForm #login-menu li span {
    border: 0;
    padding: 0;
    margin: 0;
}

#login-menu li.first a {
    border-left-width: 0px;
}

#login-menu li.last a {
    border-right-width: 0px;
}

#login-menu .login-dropper {
    cursor: pointer;
}

#login-menu .login-drop {
    display: none;
    background-color: #DCDCDC;
    list-style: none outside none;
    margin: 0px 0 0;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 136px;
    z-index: 101;
    border-bottom: 1px solid #DEE2E3;
    border-left: 1px solid #DEE2E3;
    border-right: 1px solid #DEE2E3;
}

#login-menu .login-drop li {
    float: none;
    border-bottom: 1px solid #DEE2E3;
}

#login-menu .login-drop li:hover {
    background-color: #DEE2E3;
}

#login-menu .login-drop li a {
    padding: 8px;
}

#login-menu li:hover .login-drop {
    display: block;
}

#login-menu .first a {
    color: #000000;
    font-size: 15px;
    line-height: 14px;
}

/* -- Main Menu -- */
#menu {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 3px;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
    height: 38px;
    list-style-type: none;
    padding: 0px;
    float: right;
    position: relative;
    background-color: #f7f8f8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    z-index: 100;
}

#menu li {
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
}

#menu li a {
    height: 10px;
    margin-top: -3px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
    padding-top: 16px;
    font-family: GeogrotesqueMedium;
    display: block;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 14px;
    color: #2a2a2a;
}

#login-menu li a:hover {
    text-decoration: none;
    color: #1b3a68;
}

#menu li:hover a.main {
    text-decoration: none;
    text-shadow: -1px -1px 2px black;
    color: white;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background-color: #373737;
    position: relative;
    z-index: 115;
    border-bottom:1px dotted #999999;
}

#menu li:hover ul {
    display: block;
}

#menu li ul {
    display: none;
    position: absolute;
    width: 240px;
    padding: 0px;
    margin: 0px;
    border-top: 0 none;
    list-style: none;
    background: -webkit-gradient(linear, left top, right top, from(#373737), to(#1f1f1f));
    background: -webkit-linear-gradient(top, #373737, #1f1f1f);
    background: -moz-linear-gradient(top, #373737, #1f1f1f);
    background: -o-linear-gradient(top, #373737, #1f1f1f);
    background: -ms-linear-gradient(top, #373737, #1f1f1f);
    background-color: #373737;
    top: 39px;
    left: 0px;
    -webkit-border-radius: 0 0px 10px 10px;
    -moz-border-radius: 0 0px 10px 10px;
    -o-border-radius: 0 0px 10px 10px;
    -ms-border-radius: 0 10px 10px 10px;
    border-radius: 0 0px 10px 10px;
}

#menu li ul li {
    padding: 1px 0px 1px 0px;
    border-top:1px dotted #999999;
    float: none;
}

#menu li ul li a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    color: #fff;
    padding: 10px 28px;
    text-align: left;
    text-transform: none;
    height: 40px;
    margin-top: 0px;
}

#menu li ul li.first {
    border-top: 0px;
}

#menu li ul li.last A:hover {
    border-top: 0px;
    -webkit-border-radius: 0 0px 10px 10px;
    -moz-border-radius: 0 0px 10px 10px;
    -o-border-radius: 0 0px 10px 10px;
    -ms-border-radius: 0 10px 10px 10px;
    border-radius: 0 0px 10px 10px;
}

#menu li ul li a img {
    position: absolute;
    top: 13px;
    left: 9px;
}

#menu li ul li a span {
    display: block;
}

#menu li ul li a:hover {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#5a5959), to(#383737));
    background: -webkit-linear-gradient(top, #5a5959, #383737);
    background: -moz-linear-gradient(top, #5a5959, #383737);
    background: -o-linear-gradient(top, #5a5959, #383737);
    background: -ms-linear-gradient(top, #5a5959, #383737);
    background-color: #5a5959;
}

#menu li a.active {
    text-shadow: -1px -1px 2px black;
    color: white;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#434343), to(#252525));
    background: -webkit-linear-gradient(top, #434343, #252525);
    background: -moz-linear-gradient(top, #434343, #252525);
    background: -o-linear-gradient(top, #434343, #252525);
    background: -ms-linear-gradient(top, #434343, #252525);
    background-color: #434343;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#menu li a.active {
    text-decoration: none;
    color: white;
}


/* -- Banners -- */
#banners {
    padding-top: 100px;
    position: relative;
    height: auto !important;
    height: 503px;
    min-height: 503px;
}

.banner {
    width: 920px;
    height: auto !important;
    height: 430px;
    min-height: 430px;
    left: 0px;
    top: 0px;
}

#banner-1 .text, #banner-3 .text, #banner-4 .text, #banner-5 .text {
    padding-right: 10px;
    color: #373838;
    line-height: 20px;
    font-size: 15px;
    font-family: GeogrotesqueRegular;
    text-align: left;
    left: 0px;
    top: 110px;
    position: absolute;
    height: 263px;
    width: 482px;
    background-repeat: no-repeat;
    background-image: url(../images/pages/home/banners/text-area.png);
}

#banner-1 .img {
    top: 29px;
    position: absolute;
    right: -95px;
}

#banner-2 .text {
    padding-right: 10px;
    color: #373838;
    line-height: 20px;
    font-size: 15px;
    font-family: GeogrotesqueRegular;
    text-align: left;
    left: 0px;
    top: 110px;
    position: absolute;
    height: 263px;
    width: 591px;
    background-repeat: no-repeat;
    background-image: url(../images/pages/home/banners/text-area-large.png);
}

#banner-parked .text {
    padding-right: 10px;
    color: #373838;
    line-height: 20px;
    font-size: 15px;
    font-family: GeogrotesqueRegular;
    text-align: left;
    left: 0px;
    top: 170px;
    position: absolute;
    height: 159px;
    width: 550px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/pages/parked/text-bg.png);
}

#banner-parked .img {
    top: 128px;
    position: absolute;
    right: 100px;
}

#banner-domain-for-sale .text {
    background-image: url("../images/pages/domain-sale/text-bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #373838;
    font-family: GeogrotesqueRegular;
    font-size: 15px;
    height: 303px;
    left: 0;
    line-height: 20px;
    padding-right: 48px;
    position: absolute;
    text-align: left;
    top: 113px;
    width: 419px;
}


#banner-domain-for-sale .img {
    top: 128px;
    position: absolute;
    right: 15px;
}

#banner-domain-for-sale  .domain-item{
    font-family: GeogrotesqueSemiBold;
    font-size: 19px;
    position: absolute;
    right: 72px;
    text-align: center;
    top: 322px;
    width: 370px;
}

#banner-2 .img {
    top: -5px;
    position: absolute;
    right: -195px;
}

#banner-5 .img {
    top: 0px;
    position: absolute;
    right: -145px;
}

#banner-2 .text a.learn-more {
    left: 211px;
}

#banner-3 .img {
    top: 65px;
    position: absolute;
    right: -65px;
}

#banner-4 .img {
    top: 120px;
    position: absolute;
    right: -43px;
}

#banners a.learn-more {
    padding-top: 7px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: GeogrotesqueSemiBold;
    text-align: center;
    left: 165px;
    bottom: -20px;
    position: absolute;
    background-image: url(../images/pages/home/banners/learn-more-bg.png);
    background-repeat: no-repeat;
    color: white;
    height: 30px;
    width: 162px;
    display: block;
}

#banners h1 {
    font-style: normal;
    font-weight: normal;
    position: relative;
    padding-left: 0px;
    padding-bottom: 16px;
    padding-right: 0px;
    padding-top: 25px;
    margin: 0px;
    font-family: GeogrotesqueMedium;
    color: #2a2a2a;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 46px;
}

#banners a.learn-more:hover, .sc-pricing .package-column .buy a.button:hover, a.green-button:hover {
    text-decoration: none;
    background-image: url(../images/pages/home/banners/learn-more-bg-hover.png);
}

#banners a.learn-more:active, .sc-pricing .package-column .buy a.button:active, a.green-button:active {
    background-image: url(../images/pages/home/banners/learn-more-bg-active.png);
}

#banner-dots {
    position: absolute;
    right: 0px;
    bottom: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 30;
}

#banner-dots li {
    float: left;
    position: relative;
    margin-left: 4px;
}

#banner-dots li a {
    display: block;
    height: 8px;
    width: 8px;
    background-color: #292929;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#banner-dots li.active a {
    background-color: #8fb20b;
}

/* -- Domain Search -- */
#search, .domain-input{
    position: relative;
    width: 650px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(#d3ff3b), to(#ccdf15));
    background: -webkit-linear-gradient(top, #d3ff3b, #ccdf15);
    background: -moz-linear-gradient(top, #d3ff3b, #ccdf15);
    background: -o-linear-gradient(top, #d3ff3b, #ccdf15);
    background: -ms-linear-gradient(top, #d3ff3b, #ccdf15);
    background-color: #d3ff3b;
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    margin-top: -70px;
}

#search.focus, .domain-input.focus{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
}

#search .left,.domain-input .left {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-color: #adc36a;
    border-right-width: 1px;
    border-style: solid;
    background-color: white;
    float: left;
    position: relative;
    border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    -o-border-radius: 7px 0px 0px 7px;
    -ms-border-radius: 7px 0px 0px 7px;
}

#search .left .www,.domain-input .left .www {
    border-right-color: #d8d8d8;
    border-right-width: 1px;
    border-right-style: solid;
    font-family: GeogrotesqueMedium;
    line-height: 18px;
    font-size: 18px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 12px;
    height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
}

#search .left a.extension,.domain-input .left a.extension {
    text-align: left;
    width: 70px;
    color: #2a2a2a;
    border-left-style: solid;
    border-left-color: #d8d8d8;
    border-left-width: 1px;
    display: block;
    font-family: GeogrotesqueMedium;
    line-height: 18px;
    font-size: 18px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 20px;
    padding-left: 10px;
    height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
}

#search .left a.extension:hover, #extensions-dropdown li:hover,.domain-input .left a.extension:hover {
    color: #8bb01a;
    text-decoration: none;
    cursor: pointer;
}

#search .left a.extension .search-arrow,.domain-input .left a.extension .search-arrow  {
    right: 10px;
    top: 10px;
    position: absolute;
}

#search input[type=text],.domain-input input[type=text] {
    width: 400px;
    padding: 13px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: GeogrotesqueRegular;
    border-style: none;
    border-width: 0px;
    float: left;
    position: relative;
}

#search input[type=text]:focus,.domain-input input[type=text]:focus {
    outline: none;
}

#search a.submit, .domain-input a.submit{
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 6px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    height: 40px;
    width: 59px;
    float: right;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#a7ce30), to(#6e9102));
    background: -webkit-linear-gradient(top, #a7ce30, #6e9102);
    background: -moz-linear-gradient(top, #a7ce30, #6e9102);
    background: -o-linear-gradient(top, #a7ce30, #6e9102);
    background: -ms-linear-gradient(top, #a7ce30, #6e9102);
    background-color: #a7ce30;
    border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -o-border-radius: 0px 7px 7px 0px;
    -ms-border-radius: 0px 7px 7px 0px;
}

#search a.submit:hover,.domain-input a.submit:hover  {
    background: -webkit-gradient(linear, left top, right top, from(#a3bf0d), to(#6E9102));
    background: -webkit-linear-gradient(top, #a3bf0d, #6E9102);
    background: -moz-linear-gradient(top, #a3bf0d, #6E9102);
    background: -o-linear-gradient(top, #a3bf0d, #6E9102);
    background: -ms-linear-gradient(top, #a3bf0d, #6E9102);
    background: linear-gradient(top, #a3bf0d, #6E9102);
    background-color: #6E9102;
}
.domain-input .left a.extension .text {
    padding: 0 !important;
    margin: 0 !important;
    font-family: GeogrotesqueMedium !important;
    font-size: 18px !important;
    height: auto !important;
    left: auto !important;
    line-height: 18px !important;
    top: auto !important;
    width: auto !important;
}

.domain-input .left a.extension:hover .text {
    color: #8bb01a !important;
}
#extensions-select {
    display: none;
}

#extensions-dropdown, #incartdomain-dropdown {
    z-index: 50;
    display: none;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    padding-bottom: 10px;
    padding-top: 7px;
    width: 100px;
    background-color: white;
    top: -13px;
    position: absolute;
    right: 0px;
    box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
    -webkit-box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
    -moz-box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
    -o-box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
    -ms-box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
}

#extensions-dropdown li, #incartdomain-dropdown li {
    text-align: left;
    margin: 0px;
    padding-right: 0px;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 7px;
    font-family: GeogrotesqueMedium;
    line-height: 18px;
    font-size: 18px;
}

.white-area {
    margin-top: 40px;
    background-color: #fefefe;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

/* -- Content Tabs -- */

#content-tabs-container {
    position: relative;
    height: 268px;
    margin-top: 40px;
}

#content-tabs {
    position: relative;
    width: 950px;
    z-index: 100;
}

#content-tabs.white-area {
    margin-top: 0px;
}

#content-tabs.fixed {
    position: fixed;
    top: 0px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

#content-tabs .item {
    border-right-color: #f1f1f1;
    border-right-style: solid;
    border-right-width: 2px;
    padding: 14px;
    width: 208px;
    float: left;
    position: relative;
}

#content-tabs.only-3 .item {
    width: 287px;
}

#content-tabs .item .item-content {
    text-align: left;
    height: 238px;
    border-color: #e1e1e0;
    border-width: 1px;
    border-style: solid;
    background-color: #f9f9f9;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
}

#content-tabs .item.last {
    border-right-width: 0px;
}

#content-tabs .item .item-content a.img {
    position: relative;
    height: 115px;
    display: block;
}

#content-tabs .item .item-content a.img img {
    position: absolute;
}

#content-tabs .item .item-content h2 {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-top: 0px;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    position: relative;
    font-family: GeogrotesqueSemiBold;
    line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
}

#content-tabs .item .item-content .content {
    padding-right: 14px;
    padding-left: 14px;
    font-family: GeogrotesqueRegular;
    line-height: 20px;
    font-size: 15px;
}

#content-tabs .item .item-content .content a {
    font-family: GeogrotesqueSemiBold;
    font-style: normal;
    font-weight: normal;
    color: #2a2a2a;
}

#content-tabs .item.active .item-content {
    box-shadow: 0px 0px 6px #00a8ff;
    -webkit-box-shadow: 0px 0px 6px #00a8ff;
    -moz-box-shadow: 0px 0px 6px #00a8ff;
    -o-box-shadow: 0px 0px 6px #00a8ff;
    -ms-box-shadow: 0px 0px 6px #00a8ff;
    border-color: #00a8ff;
}

/* -- Clients Section -- */
#clients .left {
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    height: 130px;
    width: 190px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 30px;
    padding-top: 25px;
    float: left;
    position: relative;
}

#clients .left h3 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 15px;
    font-family: GeogrotesqueSemiBold;
    padding: 0px;
    margin: 0px;
}

#clients .right {
    float: right;
    position: relative;
    height: 155px;
    width: 713px;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
}

#clients .shadow-img {
    left: 0px;
    top: 0px;
    position: absolute;
}

#clients #client-scroll {
    width: 4000px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    left: 0px;
    top: 0px;
    position: absolute;
}

#clients #client-scroll li {
    padding: 27px;
    width: 183px;
    height: 101px;
    border-right-color: #f1f1f1;
    border-right-style: solid;
    border-right-width: 2px;
    float: left;
    position: relative;
}

#clients #client-scroll li a {
    display: block;
    height: 101px;
    background-color: #d4d4d4;
}

/* ---- Footer ---- */
#footer {
    background-position: -1px 0px;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 40px;
    height: 193px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #dfdfdf;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dfdfdf 0%, #e2e2e2 22%, #e2e2e2 33%, #e4e4e4 50%, #e2e2e2 67%, #e2e2e2 82%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(22%,#e2e2e2), color-stop(33%,#e2e2e2), color-stop(50%,#e4e4e4), color-stop(67%,#e2e2e2), color-stop(82%,#e2e2e2), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top, #dfdfdf 0%,#e2e2e2 22%,#e2e2e2 33%,#e4e4e4 50%,#e2e2e2 67%,#e2e2e2 82%,#dfdfdf 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%,#e2e2e2 22%,#e2e2e2 33%,#e4e4e4 50%,#e2e2e2 67%,#e2e2e2 82%,#dfdfdf 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%,#e2e2e2 22%,#e2e2e2 33%,#e4e4e4 50%,#e2e2e2 67%,#e2e2e2 82%,#dfdfdf 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%,#e2e2e2 22%,#e2e2e2 33%,#e4e4e4 50%,#e2e2e2 67%,#e2e2e2 82%,#dfdfdf 100%);
}

#footer-space {
    position: relative;
    height: 40px;
}

#footer .quicklinks {
    width: 100px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 15px;
    margin: 0px;
    list-style-type: none;
    float: left;
    position: relative;
}

#footer .quicklinks li {
    line-height: 12px;
    margin: 0;
    padding: 3px 0 4px;
    text-align: left;
}

#footer .quicklinks li a {
    color: #1A1A1A;
    font-size: 12px;
    line-height: 12px;
    padding:0;
    margin:0;
}

#footer .quicklinks li.first {
    font-family: GeogrotesqueSemiBold;
}

#footer .right {
    padding-top: 20px;
    width: 200px;
    padding-right: 20px;
    float: right;
    position: relative;
}

#footer .support {
    padding-left: 35px;
    color: #1a1a1a;
    line-height: 17px;
    font-size: 14px;
    text-align: left;
    width: 165px;
    display: block;
    position: relative;
}

#footer .support img {
    left: 1px;
    top: 1px;
    position: absolute;
}
#footer .phone {
    text-transform: uppercase;
    color: #1A1A1A;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin-top: 31px;
    padding-left: 35px;
    position: relative;
    text-align: left;
    width: 165px;
}

#footer .bold-phone {
    font-size: 15px;
    white-space: nowrap;
    line-height: 16px;
}

#footer .phone img {
    left: -4px;
    position: absolute;
    top: 2px;
}

.footer-contact {
    padding-right:20px;
    font-size: 12px;
    line-height: 12px;
}

#footer-bottom {
    border-top: 1px solid #D7D9DB;
    bottom: 11px;
    font-size: 13px;
    margin-top: 20px;
    padding: 10px 0 4px;
    position: absolute;
    width: 948px;
}

.footer-text-right {
    width: 45%;
    text-align: right;
    float: right;
    margin-right: 20px;
}

.footer-text-left {
    width: 45%;
    text-align: left;
    float: left;
    margin-left: 20px;
}

#footer-bottom .social {
    padding-left: 7px;
    float: right;
    position: relative;
}

#footer-bottom .right {
    text-transform: uppercase;
    line-height: 11px;
    font-size: 11px;
    font-family: GeogrotesqueMedium;
    margin: 0px;
    padding: 0px;
    float: right;
    position: relative;
}

#footer-bottom #copyright {
    position: relative;
    padding-top: 14px;
}

#footer-bottom #web {
    line-height: 11px;
    font-size: 11px;
    padding-top: 15px;
    float: left;
    position: relative;
}

#footer-bottom #web a {
    color: #1a1a1a;
}

#footer-bottom #web img {
    margin-left: 5px;
    margin-bottom: -4px;
    display: inline-block;
}

/* -- Custom Forms -- */
.select {
    height: 14px;
    padding-left: 8px;
    padding-bottom: 7px;
    padding-right: 8px;
    padding-top: 7px;
    width: 175px;
    margin-left: 0px;
    /*margin-bottom: 12px;*/
    margin-right: 0px;
    margin-top: 0px;
    line-height: 14px;
    font-size: 12px;
    font-family: Arial;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.51, #f2f2f2), color-stop(1, #f2f2f2), color-stop(0.5, #ececec), color-stop(0, #ececec));
    background: -webkit-linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background: -moz-linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background: -o-linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background: -ms-linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background: linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background-color: #d9d9d9;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.select.on {
    z-index: 50;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.select .arrow {
    width: 28px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.51, #a1a1a1), color-stop(1, #a1a1a1), color-stop(0.5, #bdbdbd), color-stop(0, #bdbdbd));
    background: -webkit-linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    background: -moz-linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    background: -o-linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    background: -ms-linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    background: linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.select.on .arrow {
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    -o-border-radius: 0px 4px 0px 0px;
    -ms-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
}

.select .arrow .in {
    width: 28px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../images/form-items/select-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.select .text {
    padding-right: 30px !important;
    background-image: none !important;
    height: auto !important;
    left: auto !important;
    position: static !important;
    top: auto !important;
    width: auto !important;
    font-size: 12px !important;
    font-family: Arial !important;
    line-height: 14px !important;
}

.select .text .right, .select .options li .right {
    float: right;
    font-weight: bold;
    position: relative;
    width: auto;
    line-height: 14px;
}

.select .options {
    position: absolute;
    padding: 4px 0px !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100%;
    top: 100%;
    left: -1px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #b9b9b9;
    display: none;
}

.select .options li {
    padding: 4px 8px;
    margin: 0;
    position: relative;
}

.select .options li:hover {
    color: #189DDD;
}

/* -- Main Content -- */
.heading {
    position: relative;
    text-align: left;
    background-image: url(../images/main/heading-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 16px;
    height: 62px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.heading h1 {
    text-transform: uppercase !important;
    font-style: normal !important;
    font-weight: normal !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    padding-top: 20px !important;
    line-height: 23px !important;
    font-size: 23px !important;
    font-family: "Conv_geogrotesque-bold-webfont" !important;
    letter-spacing: 0px !important;

}

.heading-shadow {
    left: 0px;
    position: absolute;
}

#content-slider {
    border-color: #c4c4c4;
    border-style: solid;
    border-width: 1px;
}

.sc-a {
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 30px;
    padding-top: 50px;
    position: relative;
}

.sc-a .text {
    text-align: left;
    width: 530px;
    float: left;
    position: relative;
}

.sc-a .img {
    z-index: 15;
    right: 30px;
    top: 35px;
    position: absolute;
}

.sc-b {
    padding: 25px;
    background-color: #eaeaea;
    box-shadow: inset -2px 0px 16px #a5a4a4;
    -webkit-box-shadow: inset -2px 0px 16px #a5a4a4;
    -moz-box-shadow: inset -2px 0px 16px #a5a4a4;
    -o-box-shadow: inset -2px 0px 16px #a5a4a4;
    -ms-box-shadow: inset -2px 0px 16px #a5a4a4;
}

.sc-b .icon {
    height: 100px;
    width: 100px;
    float: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    border-color: #cdcccc;
    border-width: 1px;
    border-style: solid;
    margin-right: 25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
    -o-box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
    -ms-box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
}

.sc-c {
    text-align: left;
    position: relative;
    padding: 30px;
}

.sc-c .item {
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

.sc-c h4, .two-thirds h4 {
    font-family: GeogrotesqueSemiBold;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.sc-c .item .img {
    position: absolute;
}

.continue-section {
    position: relative;
    padding-bottom: 27px;
    padding-top: 27px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
}

.continue-section .continue-button {
    text-transform: uppercase;
    text-align: center;
    font-family: GeogrotesqueSemiBold;
    color: #dde3ee;
    line-height: 15px;
    font-size: 15px;
    padding-top: 8px;
    background-image: url(../images/main/buttons/blue-small.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 162px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.continue-section .continue-button:hover {
    background-image: url(../images/main/buttons/blue-small-hover.png);
    text-decoration: none;
}

.continue-section .continue-button:active {
    background-image: url(../images/main/buttons/blue-small-active.png);
    text-decoration: none;
}

.sc-demo-vid {
    float: right;
    position: relative;
    width: 420px;
}

.sc-demo-vid .top {
    border-color: #e0e0e0;
    border-right-width: 1px;
    border-style: solid;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-top-width: 1px;
    padding: 17px;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
    -webkit-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
    -moz-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
    -o-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
    -ms-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
}

.sc-demo-vid .vid {
}

.sc-c .hori-div {
    margin-top: 15px;
    margin-left: -15px;
}

.sc-demo-vid .hori-div {
    margin-left: -30px;
}

.sc-c .email-video {
    position: relative;
}

.sc-c .email-video .vid {
    float: right;
    position: relative;
}

.sc-c .email-video .text {
    font-family: GeogrotesqueSemiBold;
    float: right;
    position: relative;
    width: 400px;
    padding: 20px 30px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #aaa9a9;
    -webkit-border-radius: 9px 0px 0px 9px;
    -moz-border-radius: 9px 0px 0px 9px;
    -o-border-radius: 9px 0px 0px 9px;
    -ms-border-radius: 9px 0px 0px 9px;
    border-radius: 9px 0px 0px 9px;
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
    -moz-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
    -o-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
    -ms-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
    box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
}

.sc-c .email-video .img {
    left: 115px;
    top: 62px;
    position: absolute;
}

.testimonial {
    display: block;
    font-family: GeogrotesqueSemiBold;
    color: #373838;
    line-height: 20px;
    font-size: 15px;
    font-style: italic;
    width: 610px;
    margin-top: 40px;
    position: relative;
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    padding-right: 47px;
    padding-left: 47px;
    padding-bottom: 28px;
    padding-top: 28px;
    background-color: #ededed;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
}

.testimonial .person {
    color: #1b3a68;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
}

.testimonial .img {
    position: absolute;
    bottom: -27px;
    right: 125px;
}

.step-point {
    position: relative;
    padding-bottom: 11px;
    padding-top: 10px;
}

.step-point .number {
    padding-top: 7px;
    font-family: "Conv_geogrotesque-bold-webfont";
    margin-right: 15px;
    margin-top: -7px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    height: 23px;
    width: 30px;
    background-color: #348dda;
    color: white;
    float: left;
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
}

.step-point .number img {
    padding-top: 4px;
}

.step-point .text {
    float: left;
    position: relative;
    width: 580px;
}

.renew-cart {
    margin-right: 19px;
    width: 243px;
    margin-top: 90px;
    padding-top: 42px;
    border-color: #c1bfbf;
    border-style: solid;
    border-width: 1px;
    float: right;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.two-thirds h3 {
    font-style: normal;
    font-weight: normal;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 20px;
    margin: 0px;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 20px;
    font-size: 18px;
}

.transfer-right {
    margin-right: 17px;
    padding-bottom: 5px;
    width: 245px;
    border-color: #e1e1e0;
    border-width: 0;
    border-style: solid;
    background-color: #f9f9f9;
    float: right;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
    -webkit-box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
    -moz-box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
    -o-box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
    -ms-box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
}

.transfer-right .heading-1 {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #1b3a68;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.transfer-right .content-1 {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    border-bottom-color: #d9d9d9;
    border-top-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: 1px;
}

.transfer-right .content-2 {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    font-family: "Conv_geogrotesque-bold-webfont";
    text-align: center;
    background-color: white;
    border-bottom-color: #d9d9d9;
    border-top-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: 1px;
}

.transfer-right .content-3 {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
    border-bottom-color: white;
    border-top-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: 1px;
}

.transfer-right .content-3 h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: GeogrotesqueSemiBold;
    line-height: 15px;
    font-size: 15px;
    padding-left: 0px;
    padding-bottom: 13px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0px;
}

.transfer-right .content-3 .text {
    float: left;
    position: relative;
    line-height: 20px;
    font-size: 13px;
    width: 135px;
}

.transfer-right .content-3 img {
    margin-top: 5px;
    margin-right: 12px;
    float: left;
    position: relative;
}

.sc-examples {
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-top: 30px;
    list-style-type: none;
    margin: 0px;
}

.sc-examples li {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    width: 282px;
    text-align: left;
    float: left;
    position: relative;
    margin: 0px;
}

.sc-examples li h2 {
    font-family: GeogrotesqueSemiBold;
    color: #373838;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 25px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
}

.sc-c h2, .two-thirds h2 {
    font-family: GeogrotesqueSemiBold;
    line-height: 18px;
    font-size: 18px;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
}

ul.clients {
    border-left-width: 0px;
    border-bottom-width: 2px;
    border-right-width: 0px;
    border-top-width: 2px;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-style: solid;
    border-color: #f1f1f1;
}

ul.clients li {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 2px;
    border-top-width: 0px;
    padding-left: 27px;
    padding-bottom: 26px;
    padding-right: 26px;
    padding-top: 26px;
    position: relative;
    float: left;
    margin: 0px;
    border-style: solid;
    border-color: #f1f1f1;
}

ul.clients li.divide {
    clear: both;
    width: 100%;
    height: 2px;
    background-image: url(../images/pages/about/clients-divide.png);
    background-position: center top;
    background-repeat: no-repeat;
    border-width: 0px;
    padding: 0px;
    position: relative;
    float: none;
    margin: 0px;
}

#content-slider {
    display: none;
}

.inner-content {
    text-align: left;
    display: none;
    position: relative;
}

.two-thirds {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    width: 630px;
    text-align: left;
    float: left;
}

.hello-my-name-is {
    z-index: 20;
    right: 12px;
    top: 12px;
    position: absolute;
}

.pd-right {
    float: right;
    position: relative;
    width: 320px;
    padding: 55px 0 0 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: -30px;
}

a.pd-icon {
    display: block;
    text-align: center;
    width: 195px;
    padding: 120px 0 0 0;
    text-transform: uppercase;
    float: left;
    position: relative;
}

a.pd-icon img {
    position: absolute;
    left: 55px;
    top: 20px;
}

/*** ---- Pricing Table ---- ***/
.sc-pricing {
}

.sc-pricing .title-column {
    width: 315px;
    float: left;
    position: relative;
    border-bottom: #c2c2c2 4px solid;
}

.sc-pricing .title-column .top {
    text-align: left;
    height: 185px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 45px;
}

.sc-pricing .row {
    text-align: left;
    position: relative;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 9px;
    padding-top: 9px;
    line-height: 15px;
    font-size: 15px;
    text-transform: uppercase;
    border-color: white;
    border-right-width: 0px;
    border-style: solid;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 1px;
}

.sc-pricing .row.even {
    border-color: rgba(241, 241, 241, 0.40);
    background-color: rgba(241, 241, 241, 0.40);
}

.sc-pricing .package-column {
    color: white;
    font-family: GeogrotesqueSemiBold;
    width: 157px;
    float: left;
    position: relative;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    -ms-border-radius: 0px 0px 7px 7px;
    margin-bottom: 65px;
}

.sc-pricing .package-column .heading-1 {
    text-transform: uppercase;
    margin-top: -4px;
    height: 73px;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    position: relative;
    border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -o-border-radius: 7px 7px 0px 0px;
    -ms-border-radius: 7px 7px 0px 0px;
    text-align: center;
}

.sc-pricing .package-column .heading-1 .package-name {
    padding-top: 15px;
    font-size: 24px;
    line-height: 24px;
}

.sc-pricing .package-column .heading-2 {
    height: 160px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    text-align: center;
}

.sc-pricing .package-column .heading-2 .price {
    padding-top: 15px;
    font-size: 30px;
    line-height: 30px;
}

.sc-pricing .package-column .heading-2 .price-big {
    padding-top: 30px;
    font-size: 50px;
    line-height: 50px;
    height: 70px;
}

.sc-pricing .package-column .heading-2 .terms {
    font-size: 13px;
    line-height: 18px;
    height: 60px;
}

.sc-pricing .package-column .heading-2 .hook {
    color: #fff;
    text-transform: uppercase;
}

.sc-pricing .package-column .row {
    text-shadow: -1px 0px 2px #000000;
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: rgba(0, 0, 0, 0.2);
    text-transform: none;
}

.sc-pricing .package-column .row.even {
    background-color: rgba(241, 241, 241, 0.1);
}

.sc-pricing .package-column .buy {
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-style: dashed;
    padding-top: 12px;
    padding-bottom: 10px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    -ms-border-radius: 0px 0px 7px 7px;
}

.sc-pricing .package-column .buy a.button {
    margin-left: -5px;
    padding-top: 7px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: GeogrotesqueSemiBold;
    text-align: center;
    background-image: url(../images/pages/home/banners/learn-more-bg.png);
    background-repeat: no-repeat;
    color: white;
    height: 30px;
    width: 162px;
    display: block;
}

/* -- Pricing - Wide Columns -- */
.sc-pricing .title-column.wide {
    width: 322px;
    float: left;
    position: relative;
    border-bottom: #c2c2c2 4px solid;
}

.sc-pricing .package-column.wide {
    width: 207px;
}

.sc-pricing .package-column.wide.big {
    width: 212px;
}
.sc-pricing .package-column.wide .buy a.button {
    margin-left: 23px;
}

/* -- Pricing - Big State -- */
.sc-pricing .package-column.big {
    width: 162px;
}

.sc-pricing .package-column.big .heading-1 {
    margin-top: -16px;
    border-width: 4px;
    height: 82px;
}

.sc-pricing .package-column.big .heading-1 .package-name {
    padding-top: 21px;
}

.sc-pricing .package-column.big .heading-2 {
    border-left-width: 4px;
    border-right-width: 4px;
    height: 157px;
}

.sc-pricing .package-column.big .heading-2 .price {
    padding-top: 12px;
}

.sc-pricing .package-column.big .row {
    border-left-width: 4px;
    border-right-width: 4px;
}

.sc-pricing .package-column.big .buy {
    border-left-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    padding-bottom: 20px;
}

/* -- Pricing - Light blue -- */
.sc-pricing .package-column.light-blue {
    background-color: #76d0fa;
    text-shadow: 1px 1px 2px rgba(3, 39, 89, 0.75);
}

.sc-pricing .package-column.light-blue .heading-1 {
    border-color: #011a48;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#42b1e0), to(#2884c9));
    background: -webkit-radial-gradient(circle, #42b1e0, #2884c9);
    background: -moz-radial-gradient(circle, #42b1e0, #2884c9);
    background: -o-radial-gradient(circle, #42b1e0, #2884c9);
    background: -ms-radial-gradient(circle, #42b1e0, #2884c9);
    background-color: #42b1e0;
    box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -webkit-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -moz-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -o-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -ms-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
}

.sc-pricing .package-column.light-blue .heading-2 {
    border-color: #011a48;
    color: #d5f3fb;
}

.sc-pricing .package-column.light-blue .row {
    border-left-color: #011a48;
    border-right-color: #011a48;
}

.sc-pricing .package-column.light-blue .buy {
    border-left-color: #011a48;
    border-bottom-color: #011a48;
    border-right-color: #011a48;
}

/* -- Pricing - Blue -- */
.sc-pricing .package-column.blue {
    background-color: #307ab2;
    text-shadow: 1px 1px 2px rgba(3, 39, 89, 0.75);
}

.sc-pricing .package-column.blue .heading-1 {
    border-color: #0b2350;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#206fb3), to(#011b4b));
    background: -webkit-radial-gradient(circle, #206fb3, #011b4b);
    background: -moz-radial-gradient(circle, #206fb3, #011b4b);
    background: -o-radial-gradient(circle, #206fb3, #011b4b);
    background: -ms-radial-gradient(circle, #206fb3, #011b4b);
    background-color: #206fb3;
    box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -webkit-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -moz-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -o-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -ms-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
}

.sc-pricing .package-column.blue .heading-2 {
    border-color: #0b2350;
    color: #93e7fc;
}

.sc-pricing .package-column.blue .row {
    border-left-color: #0b2350;
    border-right-color: #0b2350;
}

.sc-pricing .package-column.blue .buy {
    border-left-color: #0b2350;
    border-bottom-color: #0b2350;
    border-right-color: #0b2350;
}

/* -- Pricing - Light Green -- */
.sc-pricing .package-column.light-green {
    background-color: #7fbc2e;
    text-shadow: 1px 1px 2px rgba(9, 20, 1, 0.75);
}

.sc-pricing .package-column.light-green .heading-1 {
    border-color: #2d4f00;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#87d426), to(#316c04));
    background: -webkit-radial-gradient(circle, #87d426, #316c04);
    background: -moz-radial-gradient(circle, #87d426, #316c04);
    background: -o-radial-gradient(circle, #87d426, #316c04);
    background: -ms-radial-gradient(circle, #87d426, #316c04);
    background-color: #87d426;
    box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -webkit-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -moz-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -o-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -ms-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
}

.sc-pricing .package-column.light-green .heading-2 {
    border-color: #2d4f00;
    color: #d2ff00;
}

.sc-pricing .package-column.light-green .row {
    border-left-color: #2d4f00;
    border-right-color: #2d4f00;
}

.sc-pricing .package-column.light-green .buy {
    border-left-color: #2d4f00;
    border-bottom-color: #2d4f00;
    border-right-color: #2d4f00;
}


/* -- Pricing - Green -- */
.sc-pricing .package-column.green {
    background-color: #387508;
    text-shadow: 1px 1px 2px rgba(7, 15, 1, 0.75);
}

.sc-pricing .package-column.green .heading-1 {
    border-color: #2a4d0e;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#69a622), to(#1e4104));
    background: -webkit-radial-gradient(circle, #69a622, #1e4104);
    background: -moz-radial-gradient(circle, #69a622, #1e4104);
    background: -o-radial-gradient(circle, #69a622, #1e4104);
    background: -ms-radial-gradient(circle, #69a622, #1e4104);
    background-color: #69a622;
    box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -webkit-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -moz-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -o-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -ms-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
}

.sc-pricing .package-column.green .heading-2 {
    border-color: #2a4d0e;
    color: #8ad527;
}

.sc-pricing .package-column.green .row {
    border-left-color: #2a4d0e;
    border-right-color: #2a4d0e;
}

.sc-pricing .package-column.green .buy {
    border-left-color: #2a4d0e;
    border-bottom-color: #2a4d0e;
    border-right-color: #2a4d0e;
}

/* ---- Forms ---- */
.form-section {
    padding: 0px;
    margin-top: 20px;
    position: relative;
    border-color: #aaa9a9;
    border-width: 1px;
    border-style: solid;
    background: -webkit-gradient(linear, left top, right top, from(#f3f2f2), to(#ffffff));
    background: -webkit-linear-gradient(top, #f3f2f2, #ffffff);
    background: -moz-linear-gradient(top, #f3f2f2, #ffffff);
    background: -o-linear-gradient(top, #f3f2f2, #ffffff);
    background: -ms-linear-gradient(top, #f3f2f2, #ffffff);
    background-color: #f3f2f2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
}

.form-section textarea {
    padding: 5px;
    margin: 0px;
    line-height: 15px;
    font-size: 12px;
    font-family: Arial;
    background-color: white;
    border-color: #d7d7d7;
    border-width: 1px;
    border-style: solid;
    width: 586px;
}

.form-section .inner-headings {
    display: block;
    text-transform: uppercase;
    padding: 17px 17px 15px 15px;
    margin: 0px;
    float: left;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

.form-section input[type=submit], #details-form input[type=submit] {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    text-transform: uppercase !important;
    line-height: 15px !important;
    font-size: 15px !important;
    font-family: GeogrotesqueSemiBold !important;
    text-align: center !important;
    background-image: url(../images/main/buttons/green-fat.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    color: white !important;
    height: 44px !important;
    width: 209px !important;
    display: block !important;
    border: 0px none !important;
    position: relative !important;
    float: right !important;
    margin: 0 !important;
    padding: 10px 0 15px 0 !important;
}


.form-section input[type=checkbox] {
    margin-right: 8px;
    margin-bottom: 5px;
}

.form-section label {
    margin-bottom: 12px;
    text-transform: uppercase;
    width: 235px;
    border-bottom-color: #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-right: 20px;
    line-height: 15px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 9px;
    float: left;
    position: relative;
}

.form-section input[type=text], #enter-code, .login-form input[type=text], .login-form input[type=password] {
    height: 14px;
    padding-left: 8px;
    padding-bottom: 7px;
    padding-right: 8px;
    padding-top: 7px;
    width: 300px;
    margin-left: 0px;
    margin-bottom: 12px;
    margin-right: 0px;
    margin-top: 0px;
    line-height: 14px;
    font-size: 12px;
    font-family: Arial;
    background-color: #ececec;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
}

.form-section select {
    font-size: 12px;
    height: 28px;
    padding: 4px
}

.form-section input[type=text]:focus, .form-section select:focus, .form-section textarea:focus, #enter-code:focus, .login-form input[type=text]:focus, .login-form input[type=password]:focus {
    outline: none !important;
    border: 1px solid #757373 !important;
}

.form-section .padding {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.form-section .right {
    float: right;
    position: relative;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    width: 360px;
}

.form-section .inner-grey-section {
    border-color: #dfdfe0;
    border-right-width: 0px;
    border-style: solid;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background-color: #f2f2f2;
}

.form-section .inner-grey-section .price {
    font-size: 45px;
    line-height: 60px;
}

.form-section .inner-grey-section .price sup {
    font-size: 30px;
}

label.error {
    white-space: nowrap;
    font-family: 'Arial';
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    line-height: 10px;
    color: #123f73;
    z-index: 5;
    position: absolute;
    left: 600px;
    top: 1px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 8px;
    padding-top: 9px;
    background-color: #8e4b88;
    text-transform: uppercase;
    text-align: center;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 9px #47c0fe;
    -moz-box-shadow: 0px 0px 9px #47c0fe;
    -o-box-shadow: 0px 0px 9px #47c0fe;
    -ms-box-shadow: 0px 0px 9px #47c0fe;
    box-shadow: 0px 0px 9px #47c0fe;
    width: auto;
}

.form-section .basket {
    margin-right: 15px;
    margin-top: 12px;
    float: right;
    position: relative;
}

.form-section .your-domain {
    font-family: 'GeogrotesqueMedium';
    line-height: 13px;
    font-size: 13px;
    color: #189ddd;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
    border-top-color: #189ddd;
    border-top-width: 2px;
    border-top-style: solid;
}

.form-section .your-domain a.remove {
    float: right;
    position: relative;
}

.form-section  .domain-details {
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 15px 10px 15px;
    position: relative;
    background-color: #fff;
}

.form-section .domain-details a.remove {
    float: right;
    position: relative;
}

.form-section .available-domain {
    font-family: 'GeogrotesqueMedium';
    line-height: 13px;
    font-size: 16px;
    color: #189ddd;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
    border-top-color: #189ddd;
    border-top-width: 2px;
    border-top-style: solid;
}

.form-section  .available-domain-details {
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 20px;
    font-size: 13px;
    padding: 25px 15px 25px 18px;
    position: relative;
    background-color: #fff;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #2a2a2a;
}



/* ---- Small Cart ---- */

.cart-small {
    text-align: left;
}

.cart-small .domain {
    font-family: GeogrotesqueMedium;
    line-height: 13px;
    font-size: 13px;
    color: #189ddd;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
    border-top-color: #189ddd;
    border-top-width: 2px;
    border-top-style: solid;
}

.cart-small .domain a.remove {
    float: right;
    position: relative;
}

.cart-small .domain-details {
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    padding: 15px;
    position: relative;
}

.cart-small .domain-details-price {
    float: right;
    position: relative;
}

.cart-small .basket {
    margin-top: -2px;
    margin-right: 15px;
    float: right;
    position: relative;
}

.cart-small h6 {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 0px;
    margin: 0px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}


/* -- Table -- */

.table-2 {
    position: relative;
    border-color: #c2c2c2;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 4px;
    border-top-width: 4px;
}

.table-2 .row-heading {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.51, rgb(246,246,246)), color-stop(1, rgb(246,246,246)), color-stop(0.5, rgb(240,240,240)), color-stop(0, rgb(240,240,240)));
    background: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
    background: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
    background: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
    background: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
    background: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
}

.table-2 .row-heading .column-1 {
    text-transform: uppercase;
    font-family: GeogrotesqueSemiBold;
    line-height: 15px;
    font-size: 15px;
    padding: 35px 30px 35px 30px;
    position: relative;
    width: 410px;
    float: left;
}

.table-2 .row-heading .column-1a {
    text-transform: uppercase;
    font-family: GeogrotesqueSemiBold;
    line-height: 15px;
    font-size: 15px;
    padding: 35px 30px 35px 30px;
    position: relative;
    width: 475px;
    float: left;
}

.table-2 .row-heading .column-1a .close {
    position: absolute;
    right: 30px;
    top: 30px;
    display: none;
}

.table-2 .row-heading .column-1a .open {
    position: absolute;
    right: 30px;
    top: 30px;
}

.table-2 .row-heading .column-2 {
    text-align: center;
    border-left-color: #e5e4e3;
    border-left-style: solid;
    border-left-width: 1px;
    width: 157px;
    padding-bottom: 35px;
    padding-top: 35px;
    float: left;
    position: relative;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    color: #888888;
}


.table-2 .row-heading .column-2a {
    text-align: center;
    border-left-color: #e5e4e3;
    border-left-style: solid;
    border-left-width: 1px;
    width: 205px;
    padding-bottom: 35px;
    padding-top: 35px;
    float: left;
    position: relative;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    color: #888888;
}

.table-2 .row {
    border-bottom-color: #dedede;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    position: relative;
}

.table-2 .row .column-1 {
    text-transform: uppercase;
    width: 80px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 15px;
    font-size: 15px;
    float: left;
    position: relative;
}


.table-2 .row .column-1a {
    text-transform: uppercase;
    width: 505px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 15px;
    font-size: 15px;
    float: left;
    position: relative;
}

.table-2 .row .column-2 {
    line-height: 15px;
    font-size: 15px;
    width: 360px;
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    position: relative;
}

.table-2 .row .column-2a {
    width: 205px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    position: relative;
    border-left-color: #e5e4e3;
    border-left-style: solid;
    border-left-width: 1px;
}

.table-2 .row .column-3 {
    width: 157px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    position: relative;
    border-left-color: #e5e4e3;
    border-left-style: solid;
    border-left-width: 1px;
}

.table-2 .row .column-3.red {
    color: #ed1c24;
    font-family: GeogrotesqueSemiBold;
}

/* -- Hosting Buttons -- */

.hosting-buttons {
    float: right;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    -moz-box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    -o-box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    -ms-box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    background-color: #f9f9f9;
}

.hosting-buttons a {
    border-right-color: #e1e1e1;
    border-right-width: 1px;
    border-right-style: solid;
    text-align: center;
    font-family: GeogrotesqueRegular;
    display: block;
    width: 185px;
    padding-bottom: 20px;
    float: left;
    position: relative;
    padding-top: 20px;
    font-size: 20px;
    line-height: 20px;
}

.hosting-buttons a:hover {
    text-decoration: none;
    color: #1b3a68;
}

/*------- Checkout ------*/

body.checkout-style {
    background-repeat: no-repeat;
    line-height: 20px;
    font-size: 15px;
    font-family: 'GeogrotesqueRegular';
    color: #2a2a2a;
    margin: 0px;
    padding: 0px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    background-image: url(../images/checkout/main/background.jpg);
    background-position: center top;
    background-color: #efefef;
}

#checkout-tabs {
    position: relative;
    padding-top: 90px;
}

.ch-left {
    position: relative;
    float: left;
    padding: 0 15px 15px 15px;
    text-align:left;
}

.ch-right {
    position: relative;
    float: left;
    width: 235px;
    margin: 25px 0;
    padding-top: 20px;
    border: 1px solid #c1bfbf;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.ch-domain-name {
    font-size: 18px;
    line-height: 18px;
    color: #18549a;
    font-family: 'GeogrotesqueSemiBold';
    padding: 12px 10px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 14px;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    width: 724px;
}

.ch-domain-name .img {
    position: absolute !important;
    right: 0px !important;
    top: -7px !important;
}

.ch-domain-name .status {
    position: relative;
    float: right;
    margin-right: 65px;
    color: #2a2a2a;
    font-family: 'GeogrotesqueRegular';
}

.ch-domain-name-cost {
    position: absolute;
    margin-bottom: 10px;
    width: 835px;
    margin-top: -46px;
}

.ch-domain-name-cost .sale {
    font-size: 15px;
    line-height: 15px;
    padding: 6px 8px;
    float: left;
}

.ch-domain-name-cost .select {
    float: right;
}

.ch-domain-name-cost .you-save {
    color: #ed1c24;
    float: right;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    padding: 6px 8px;
}

.ch-free-with-domain {
    border-bottom: 1px solid #d4d4d4;
    padding: 15px 0px;
    margin-bottom: 25px;
}

.ch-free-with-domain .point {
    font-size: 15px;
    line-height: 15px;
    padding: 6px;
}

.ch-free-with-domain .point.last {
    padding-bottom: 0px;
}

.ch-free-with-domain .point.first {
    padding-top: 12px;
}

.ch-free-with-domain a.all-services {
    display: inline-block;
    padding: 6px 10px;
    color: #5e5e5e;
    font-family: 'GeogrotesqueSemiBold';
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: -7px 10px;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
    background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
    background: -o-linear-gradient(top, #ffffff, #f8f8f8);
    background: -ms-linear-gradient(top, #ffffff, #f8f8f8);
}

.ch-free-with-domain a.all-services:hover {
    text-decoration: none;
    color: #847e7e;
}

.ch-free-with-domain .point .img {
    float: left;
    position: relative;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -4px;
}

.orange {
    color: #dd9421;
}

.boxes {
    float: left;
    position: relative;
    border: 1px solid rgba(170, 169, 169, 0.4);
    text-align: center;
    width: 307px;
    padding-top: 16px;
    padding-bottom: 12px;
    margin-right: 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #189ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#fdfafa), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #fdfafa, #f8f8f8);
    background: -moz-linear-gradient(top, #fdfafa, #f8f8f8);
    background: -o-linear-gradient(top, #fdfafa, #f8f8f8);
    background: -ms-linear-gradient(top, #fdfafa, #f8f8f8);
    background-color: #fdfafa;
    -webkit-box-shadow: inset 0px 3px 3px #fffbfb;
    -moz-box-shadow: inset 0px 3px 3px #fffbfb;
    -o-box-shadow: inset 0px 3px 3px #fffbfb;
    -ms-box-shadow: inset 0px 3px 3px #fffbfb;
    box-shadow: inset 0px 3px 3px #fffbfb;
    margin-bottom: 18px;
}

.boxes.active {
    text-decoration: none;
    color: #123f73;
    background: -webkit-gradient(linear, left top, right top, from(#f0eded), to(#f4f4f4));
    background: -webkit-linear-gradient(top, #f0eded, #f4f4f4);
    background: -moz-linear-gradient(top, #f0eded, #f4f4f4);
    background: -o-linear-gradient(top, #f0eded, #f4f4f4);
    background: -ms-linear-gradient(top, #f0eded, #f4f4f4);
    background-color: #f0eded;
    -webkit-box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    -moz-box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    -o-box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    -ms-box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    font-family: 'Conv_geogrotesque-bold-webfont';
}

#lock {
    position: absolute;
    top:-10px;
    right: -6px;
}

#content-left-heading {
    position: relative;
    text-align: left;
    background-image: url(../images/checkout/main/content-heading.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 17px;
    height: 58px;
}

#content-left-heading .start-again {
    float: right;
    position: relative;
    background-image: url(../images/checkout/main/heading-arrow.png);
    background-position: center left;
    background-repeat: no-repeat;
    width: 101px;
    height: 34px;
    padding-left: 40px;
    padding-top: 24px;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #9f9e9e;
    text-transform: uppercase;
    display: block;
}

#content-left-heading .start-again:hover {
    color: #7c7777;
    text-decoration: none;
}

#content-left-heading h1 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 18px;
    line-height: 23px;
    font-size: 23px;
    font-family: "GeogrotesqueLight";
    width: 500px;
}

#content-left {
    width: 709px;
    float: left;
    position: relative;
    margin-left: 2px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: 40px;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    z-index: 10;
}

#domain-search{
    font-family: 'GeogrotesqueLight';
    font-weight: normal;
    font-style: normal;
    font-size:23px;
    color: #2a2a2a;
    text-transform: uppercase;
}

#main-left-content {
    padding: 18px 20px 20px 20px;
    z-index: 12;
    position: relative;
}

#main-left-content h6, .ch-left h6 {
    padding-bottom: 10px;
    padding-right: 0px;
    padding-top: 31px;
    padding-left: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

#main-left-content .line {
    height: 1px;
    width: 100%;
    background-color: #e8e8e9;
    margin-bottom: 17px;
}

.form-container {
    margin-top: 22px;
    background-color: silver;
    height: 150px;
}

/*--------------- Checkout - Small Cart ----------- */
#content-right {
    float: left;
    position: relative;
    width: 237px;
}

.your-cart {
    /*width: 236px;
	padding-top: 42px;
	border-top:1px solid #c1bfbf;
	border-bottom:1px solid #c1bfbf;
	border-right:1px solid #c1bfbf;
	float: left;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-top: 64px;
	z-index: 8;
	background-color: #fff;*/
}

.promo-code{
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #fff;
    text-align: left;
}

#promo-question {
    display: block;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #2a2a2a;
    line-height: 21px;
    margin-bottom: 15px;
}

#enter-code {
    width:114px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.ch-right .cart-details {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
    text-align: left;
}

.cart-details h6 {
    padding: 0;
    margin: 0px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

.inc-gst {
    float: right;
    position: relative;
    display: block;
    margin-top: -4px;
    padding-right: 15px;
}

.gst {
    float: left;
    position: relative;
    display: block;
    margin-top: -4px;
    padding-left: 6px;
}

#total-cost {
    margin-top: 10px;
    margin-bottom: 17px;
    position: relative;
}

#cart-total {
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
    line-height: 45px;
    color: #2a2a2a;
}

.sup {
    position: relative;
    display: inline-block;
    width: 30px;
}

.sup .in {
    font-size: 25px;
    line-height: 25px;
    color: #2a2a2a;
    display: block;
    position: absolute;
    top:-38px;
    right: 0px;
}

#strike-through {
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #2a2a2a;
}

#save-percent {
    font-family: "Conv_geogrotesque-bold-webfont";
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #ed1c24;
}

/*--------------- Checkout - Returning Customer ----------- */

.returning-customer {
    width: 229px;
    padding-top: 50px;
    border:1px solid #c1bfbf;
    float: left;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-top: 64px;
    z-index: 8;
    background-color: #fff;
    margin-left: 15px;
}

.returning-customer h6, .ch-right h6 {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 0px;
    margin: 0px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

.cart-details h6 {
    padding-left: 0px;
}

.customer-form {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 15px;
    border-top: 1px solid #e8e8e9;
    border-bottom: 1px solid #e8e8e9;
    background-color: #fff;
    text-align: left;
    margin-bottom: 15px;
}


.login-form label {
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
    width: 235px;
    float: left;
    position: relative;
}

.login-form input[type=text], .login-form input[type=password] {
    width: 182px;
}

#login-button {
    margin-bottom: 15px;
    margin-right: 12px;
    float: right;
    position: relative;
}

/*--------------- Checkout - Confirm & Pay ----------- */

#place-order-text {
    background: -webkit-gradient(linear, left top, right top, from(#e7e7e7), to(#eeeeee));
    background: -webkit-linear-gradient(top, #e7e7e7, #eeeeee);
    background: -moz-linear-gradient(top, #e7e7e7, #eeeeee);
    background: -o-linear-gradient(top, #e7e7e7, #eeeeee);
    background: -ms-linear-gradient(top, #e7e7e7, #eeeeee);
    background: linear-gradient(top, #e7e7e7, #eeeeee);
    background-color: #e7e7e7;
    height: 200px;
    border-top: 1px solid #dadadb;
    border-bottom: 1px solid #dadadb;
}

#place-order-text #text {
    float: right;
    position: relative;
    width: 382px;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #2a2a2a;
    line-height: 21px;
}

#place-order-text #text a{
    text-decoration: underline;
}

#place-order-text .cart-total{
    padding-top: 6px;
    float: left;
    position: relative;
    text-align: left;
    width:220px;
}

.cart-total-heading {
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

#total-amount {
    margin-top: 25px;
}

.amount {
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
    color: #2a2a2a;
}

#superscript {
    font-family: 'GeogrotesqueRegular';
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    color: #2a2a2a;
    margin: -32px 0 0 0;
    padding: 0px;
}

.year-buttons {
    width: 70px;
    float: right;
    position: relative;
}

.your-cart-total {
    padding: 15px 15px 13px 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
}

#total-sum {
    float: right;
    position: relative;
}

/*#total-sum .superscript {
	font-family: 'GeogrotesqueRegular';
	font-weight: bold;
	font-style: normal;
	font-size: 25px;
	color: #2a2a2a;
	margin-top: -7px;
	margin-right: 0px;
}*/

#your-cart-headings {
    float: left;
    position: relative;
    margin-top: 5px;
}

/*---------- Purchase Complete ---------- */

#spacer {
    position: relative;
    margin-top: 140px;
}

.username {
    display: block;
    font-family: "Conv_geogrotesque-bold-webfont";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #6d9a08;
    text-transform: uppercase;
    padding-top: 3px;
}

.sale {
    display: block;
    float: right;
    position: relative;
    text-align: center;
    padding: 6px 10px 4px 10px;
    background-color: #ed1c24;
    text-transform: uppercase;
    font-family: "Conv_geogrotesque-bold-webfont";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    margin-right: 20px;
}

.domain-container {
    margin-top: 4px;
}

.saving-you {
    display: block;
    float: right;
    position: relative;
    margin-right: 20px;
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
    color: #ed1c24;
}

.prices {
    width: 253px;
    margin-left: 5px;
}

#return-homepage {
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #2a2a2a;
    padding: 8px 15px 8px 15px;
}

#homepage-arrow {
    margin-left: 3px;
    margin-bottom: -1px;
}

#return {
    float: left;
    position: relative;
    width: 185px;
    margin-top: 17px;
}

/*---------------- Jquery LightBox --------------*/

#lightbox-help {
    width: 615px;
    height: 181px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 27px;
    padding-bottom: 27px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fefefe;
    z-index: 110;
    display: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow:0px 0px 8px #444547;
    -webkit-box-shadow:0px 0px 10px #444547;
    -moz-box-shadow:0px 0px 10px #444547;
    -o-box-shadow:0px 0px 10px #444547;
    -ms-box-shadow:0px 0px 10px #444547;
}

#lightboxbg-help {
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 100;
    top:0px;
    left: 0px;
    display: none;
}

#lightboxclose {
    position: absolute;
    top: -15px;
    right: -16px;
}

#need-help {
    float: left;
    position: relative;
    display: block;
    width: 185px;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #2a2a2a;
    margin-top: 16px;
}

#lightbox-content {
    text-align: left;
}

#lightbox-content h4 {
    padding: 0px 0px 15px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-size: 20px;
    font-style: normal;
    color: #2a2a2a;
}

#lightbox-content #info-text {
    text-transform: uppercase;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #000;
}

#lightbox-content #sub-content {
    margin-top: 35px;
}

#sub-content-right {
    float: right;
    position: relative;
    text-align: left;
    width:450px;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #2a2a2a;
    line-height: 22px;
}

#sub-content-right a{
    color: #497a06;
    text-decoration:none;
}

#sub-content-right a:hover{
    text-decoration:underline;
}

#sub-content-left {
    float: left;
    position: relative;
    width: 150px;
    margin-right: 13px;
}

#query-sub-title {
    display: block;
    padding:0px 0px 3px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: 'GeogrotesqueSemiBold';
    line-height: 15px;
    font-size: 15px;
    color: #000;
}



/*------------ Extras ------------*/

.grey-box {
    padding: 7px;
    margin-top: 25px;
    position: relative;
    border-color: #c1c0c0;
    border-width: 2px;
    border-style: solid;
    background: -webkit-gradient(linear, left top, right top, from(#d9d8d8), to(#dedede));
    background: -webkit-linear-gradient(top, #d9d8d8, #dedede);
    background: -moz-linear-gradient(top, #d9d8d8, #dedede);
    background: -o-linear-gradient(top, #d9d8d8, #dedede);
    background: -ms-linear-gradient(top, #d9d8d8, #dedede);
    background: linear-gradient(top, #d9d8d8, #dedede);
    background-color: #d9d8d8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
}

.grey-box-simple {
    padding: 7px;
    margin-top: 25px;
    position: relative;
    border: none;
    background-color: #F7F7F7;
    border-radius: 6px;
    box-shadow: none;
}

.grey-box-simple .inner-grey-box {
    background: none repeat scroll 0 0 #F7F7F7;
}

.grey-box h4 {
    font-family: GeogrotesqueRegular;
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    color: #828f3d;
}

.inner-grey-box {
    background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(#fdfdfd));
    background: -webkit-linear-gradient(top, #f2f2f2, #fdfdfd);
    background: -moz-linear-gradient(top, #f2f2f2, #fdfdfd);
    background: -o-linear-gradient(top, #f2f2f2, #fdfdfd);
    background: -ms-linear-gradient(top, #f2f2f2, #fdfdfd);
    background: linear-gradient(top, #f2f2f2, #fdfdfd);
    background-color: #f2f2f2;
}

.inner-grey-box .btn-danger {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
}

INPUT.orange-button {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    margin-right: 80px;
    background-color: #f58835;
    *background-color: #f58835;
    background-image: -ms-linear-gradient(top, #f58835, #a55a24);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f58835), to(#a55a24));
    background-image: -webkit-linear-gradient(top, #f58835, #a55a24);
    background-image: -o-linear-gradient(top, #f58835, #a55a24);
    background-image: -moz-linear-gradient(top, #f58835, #a55a24);
    background-image: linear-gradient(top, #f58835, #a55a24);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f58835', endColorstr='#a55a24', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

INPUT.orange-button:hover,
INPUT.orange-button:active,
INPUT.orange-button.active,
INPUT.orange-button.disabled,
INPUT.orange-button[disabled] {
    background-color: #a55a24;
    *background-color: #a55a24;
}

INPUT.orange-button:active,
INPUT.orange-button.active {
    background-color: #a55a24 \9;
}


.inner-grey-box .padding {
    padding: 20px;
    position: relative;
}

.inner-grey-box .headings{
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    font-size: 24px;
    color: #2b5b5b;
}

.hidden-content {
    margin-bottom: 45px;
    display: none;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 20px;
    padding-bottom: 16px;
}

.show-btn {
    position: absolute;
    top:2px;
    right: 7px;
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #9f9e9e;
    text-decoration: none;
    text-transform: uppercase;
}

.show-btn:hover {
    text-decoration: none;
    color: #878686;
}

.down-arrow {
    margin-left: 5px;
}

.hide-btn {
    position: absolute;
    top:1px;
    right: 7px;
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #9f9e9e;
    text-decoration: none;
    text-transform: uppercase;
    display: none;
}

.hide-btn:hover {
    text-decoration: none;
    color: #878686;
}

.up-arrow {
    margin-left: 5px;
}

/*---------- Pacakages ----------*/

#blue-box {
    background-color: #f6fafc;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    -moz-box-shadow: 0 0 2px 2px #addcf3;
    -webkit-box-shadow: 0 0 2px 2px #addcf3;
    -ms-box-shadow: 0 0 2px 2px #addcf3;
    -o-box-shadow: 0 0 2px 2px #addcf3;
    box-shadow: 0 0 2px 2px #addcf3;
    margin-top: 10px;
    margin-bottom: 5px;
}

.display-items .button {
    float: right;
    position: relative;
    width: 130px;
}

.display-items .description {
    float: left;
    position: relative;
    width: 440px;
}

.display-items .icons{
    float: left;
    position: relative;
    width: 40px;
    margin-top:7px;
}

.blue-text {
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #175195;
    text-transform: uppercase;
    line-height: 21px;
}

.grey-text {
    font-family: "Conv_geogrotesque-bold-webfont";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #5c5c5c;
    line-height: 21px;
}

a.add-to-cart {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: 'GeogrotesqueSemiBold';
    text-align: center;
    background-image: url(../images/checkout/buttons/blue-small.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    padding-top: 10px;
    height: 28px;
    width: 162px;
    display: block;
    border: 0px none;
    position: absolute;
    bottom: 9px;
    right: 0px;
    text-decoration: none;
}

a.add-to-cart:hover {
    text-decoration: none;
    background-image: url(../images/checkout/buttons/blue-small-hover.png);
}

.plus-icon {
    margin-right: 4px;
    margin-bottom: 1px;
}

a.light-blue-btn {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: 'GeogrotesqueSemiBold';
    text-align: center;
    background-image: url(../images/checkout/buttons/light-blue-small.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    padding-top: 10px;
    height: 28px;
    width: 162px;
    display: block;
    border: 0px none;
    position: absolute;
    bottom: 9px;
    right: 0px;
    margin-top: -2px;
    text-decoration: none;
}

a.light-blue-btn:hover {
    text-decoration: none;
}

.hidden-content .left {
    float: left;
    position: relative;
    width: 355px;
    margin-right: 10px;
    text-align:left;
}

.hidden-content .left ul {
    margin: 2px 0px 0px 57px;
    padding: 0px;
}

.hidden-content .right {
    float: left;
    position: relative;
    width: 240px;
    text-align:left;
}


/*------------- Domain Search ------------ */

.orange-text {
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #dd9421;
    text-transform: uppercase;
    line-height: 21px;
}

.sliding-div {
    border-top: 2px solid #189ddd;
    display: none;
    padding-top: 5px;
}

#search-domains {
    position: relative;
    width: 748px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    background-color: #fff;
    border-color: #d1d1d1;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    margin-top: 10px;
    margin-bottom: 7px;
}

#search-domains a.submit {
    padding-left: 17px;
    padding-bottom: 0px;
    padding-right: 17px;
    padding-top: 7px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    height: 39px;
    width: 28px;
    float: right;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#a7ce30), to(#6e9102));
    background: -webkit-linear-gradient(top, #a7ce30, #6e9102);
    background: -moz-linear-gradient(top, #a7ce30, #6e9102);
    background: -o-linear-gradient(top, #a7ce30, #6e9102);
    background: -ms-linear-gradient(top, #a7ce30, #6e9102);
    background-color: #a7ce30;
    border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -o-border-radius: 0px 7px 7px 0px;
    -ms-border-radius: 0px 7px 7px 0px;
}

#search-domains.focus {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
}

#search-domains .left {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    background-color: white;
    float: left;
    position: relative;
    border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    -o-border-radius: 7px 0px 0px 7px;
    -ms-border-radius: 7px 0px 0px 7px;
}

#search-domains .left .www {
    border-right-color: #d8d8d8;
    border-right-width: 1px;
    border-right-style: solid;
    font-family: GeogrotesqueMedium;
    font-size: 15px;
    color: #2a2a2a;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 12px;
    height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
}

#search-domains input[type=text] {
    width: 503px;
    padding: 13px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: GeogrotesqueRegular;
    border-style: none;
    border-width: 0px;
    float: left;
    position: relative;
}

#search-domains input[type=text]:focus {
    outline: none;
}

#search-domains .left a.extension {
    text-align: left !important;
    width: 70px !important;
    color: #2a2a2a !important;
    border-left-style: solid !important;
    border-left-color: #d8d8d8 !important;
    border-left-width: 1px !important;
    display: block !important;
    font-family: GeogrotesqueMedium !important;
    line-height: 18px !important;
    font-size: 18px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    padding-right: 20px !important;
    padding-left: 10px !important;
    height: 18px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    float: left !important;
    position: relative !important;
}

#search-domains .left a.extension .text {
    padding: 0 !important;
    margin: 0 !important;
    font-family: GeogrotesqueMedium !important;
    font-size: 18px !important;
    height: auto !important;
    left: auto !important;
    line-height: 18px !important;
    top: auto !important;
    width: auto !important
}

#search-domains  .left a.extension:hover .text {
    color: #8bb01a !important;
}

#search-domains  .left a.extension:hover {
    color: #8bb01a;
    text-decoration: none;
    cursor: pointer;
}

#search-domains  .left a.extension .search-arrow {
    right: 10px;
    top: 10px;
    position: absolute;
}

form#search-domains ::-webkit-input-placeholder {
    color: #000000;
    opacity: 1 !important;
}

form#search-domains :-moz-placeholder { /* Firefox 18- */
    color: #000000;
    opacity: 1 !important;
}

form#search-domains ::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
    opacity: 1 !important;
}

form#search-domains :-ms-input-placeholder {
    color: #000000;
    opacity: 1 !important;
}

.dark-blue-text {
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #18549a;
    line-height: 21px;
}


div.extensions {
    width:760px;
}
.extensions-top{
    float: right;
    position: relative;
}

.extensions-top a, .extensions a {
    display: block;
    width:72px;
    border: 1px solid #c9c9c9;
    text-align: center;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-top: 3px;
    -webkit-box-shadow: 1px 1px 5px #e0e0e0;
    -moz-box-shadow: 1px 1px 5px #e0e0e0;
    -o-box-shadow: 1px 1px 5px #e0e0e0;
    -ms-box-shadow: 1px 1px 5px #e0e0e0;
    box-shadow: 1px 1px 5px #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#faf9f9));
    background: -webkit-linear-gradient(top, #fff, #faf9f9);
    background: -moz-linear-gradient(top, #fff, #faf9f9);
    background: -o-linear-gradient(top, #fff, #faf9f9);
    background: -ms-linear-gradient(top, #fff, #faf9f9);
    background: linear-gradient(top, #fff, #faf9f9);
    background-color: #fff;
    text-decoration: none;
    height: 76px;
    overflow: hidden;
}

.extensions-top a:hover, .extensions a:hover {
    text-decoration: none;
}

.extensions-top a.active, .extensions a.active {
    border: 5px solid #a4d01d;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.extensions-top input[type=checkbox], .extensions input[type=checkbox] {
    display: none;
}

.extensions-top a .domain-type, .extensions a .domain-type {
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    color: #123f73;
    text-transform: lowercase;
    padding-bottom: 2px;
    padding-top: 6px;
}

.extensions-top a .domain-cost, .extensions a .domain-cost {
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 16px;
    color: #189ddd;
    text-transform: lowercase;
    padding-bottom: 5px;
}

.extensions-top a .green-line, .extensions a .green-line {
    height: 1px;
    display: block;
    background-color:#558807;
}

.extensions-top a .domain-add, .extensions a .domain-add {
    display: block;
    padding-top: 6px;
    padding-bottom: 2px;
    font-family: 'GeogrotesqueMedium';
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    color: #558807;
}

.extensions-top a .domain-add img, .extensions a .domain-add img {
    padding-top: 3px;
}

.extensions-top a .blue-line, .extensions a .blue-line {
    height: 1px;
    display: block;
    background-color: #46b0e3;
}

.extensions-top a .domain-taken, .extensions a .domain-taken {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: 'GeogrotesqueMedium';
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    color: #ed1c24;
}

.extensions-top a .domain-add img, .extensions a .domain-add img, .extensions-top a .domain-taken img, .extensions a .domain-taken img {
    margin-right: 4px;
    margin-bottom: -1px;
}

.extensions-top a .in-cart, .extensions a .in-cart {
    text-align: center;
    text-transform: uppercase;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #123f73;
    display: none;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 28px;
}

#heading-container {
    float: left;
    position: relative;
    width: 140px;
    margin-top: 34px;
}

.why-btn {
    display: block;
    float: right;
    position: relative;
    width: 24px;
    padding-right: 6px;
    padding-left: 6px;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-size: 9px;
    color: #ffffff;
    background-color: #18549a;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.why-btn:hover {
    text-decoration: none;
    background-color: #154680;
}

#text-block {
    margin-bottom: 10px;
}

.show-extensions {
    position: absolute;
    bottom:3px;
    right: 7px;
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #9f9e9e;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 5;
}

.show-extensions:hover {
    text-decoration: none;
    color: #878686;
}

#order-modern td.fieldlabel {
    text-transform: none;
    text-align: left !important;
    width: 235px !important;
    border-bottom: 1px solid #E4E4E4;
}

#order-modern td.fieldlabel:last-child {
    border-bottom: 1px solid black;
}

#order-modern td.fieldarea {
    background-color: transparent !important;
    border: 0 !important;
    padding: 3px !important;
    height: 40px !important;
}

#order-modern td.fieldarea input[type="text"], #enter-code, #order-modern td.fieldarea input[type="text"], #order-modern td.fieldarea input[type="password"] {
    background-color: #ECECEC;
    border: 1px solid #B9B9B9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    -webkit-box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    -moz-box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    -o-box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    -ms-box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    font-family: Arial;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    margin: 0;
    padding: 7px 8px;
    width: 300px;
    color: black;
}
​
.checkoutcol2 td.fieldarea input[type="text"], .checkoutcol2 #enter-code, .checkoutcol2 td.fieldarea input[type="text"], .checkoutcol2 td.fieldarea input[type="password"] {
    width: 250px !important;
    margin-right: 10px !important;
}

#cart_style {
    width: 100%;
    border-collapse: collapse !important;
    margin: 0;
}

#cart_style th {
    text-align: center;
    margin: 0;
    border-top: 1px solid #d0d0d0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
}

#cart_style td {
    margin: 0;
    height: 49px;
    border-bottom: 1px solid #d0d0d0 !important;
}

#cart_style td a {
    float: right;
}

#cart_style .price-cell {
    text-align: center;
    font-weight: bold;
}

#cart_style .cart-head {
    height: 30px;
    background-color: #efefef;
}

#cart_style .total-row {
    background-color: #efefef;
}

#cart_style .total-row td {
    text-align: center;
    margin: 0;
    border-top: 1px solid #d0d0d0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
    height: 30px;
}

#cart_style .total-row td {
    font-weight: bold;
}

#cart_style .ctotal-row td {
    text-align: center;
    margin: 0;
    border-top: 1px solid #d0d0d0 !important;
    border-bottom: 0 !important;
    height: 50px;
    color: #750a24;
    font-size: 24px !important;
}

.re-override {
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    background: white !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.re-override table {
    border-collapse: collapse !important;
}

#order-modern div.re-override td.fieldlabel {
    border: 0;
}

#order-modern div.re-override td.fieldarea {
    height: 30px !important
}

#order-modern div.re-override td.fieldlabel{
    width: 106px !important;
}

#order-modern div.re-override td.fieldarea input[type="text"], #enter-code, #order-modern div.re-override td.fieldarea input[type="text"], #order-modern div.re-override td.fieldarea input[type="password"], #order-modern div.re-override td.fieldarea select {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    background-color: white !important;
}

#order-modern div.re-override input {
    width: 262px;
}

#order-modern div.re-override select {
    width: 281px;
    color: black;
    font-size: 14px;
    margin-bottom: 0;
    border-color: #B9B9B9;
}


.newbtn{
    background:url(../images/green-fat.png) no-repeat !important;
    font-size: 20px !important;
    display: block;
    width: 209px !important;
    line-height: 37px !important;
    text-align: center !important;
    height: 42px !important;
    color:#fff !important;
    font-weight:bolder !important;
    border:0 !important;
    padding:3px !important;
}

.newbtn:hover{
    background:url(../images/green-fat-hover.png) no-repeat !important;
    text-decoration: none !important;
    color:#fff !important;
}

.newbtn:active{
    background:url(../images/green-fat-active.png) no-repeat !important;
    text-decoration: none !important;
    color:#fff !important;
}

.btn-login {
    background:url(../../orderforms/domainsnames/images/login-btn.png) no-repeat;
}

.fweh{
    font-size: 51px;
    font-weight: 900;
    margin-top: 6px !important;
    margin-bottom:0 !important;
}

.weadn{
    font-size: 36px;
    font-weight: bold;
    margin-bottom:0 !important;
    margin-top: 30px !important;
}
@media only screen and (max-device-width: 480px) {
    .fweh{
        font-size: 48px;
        font-weight: 900;
    }

    .weadn{
        font-size: 36px;
        font-weight: normal;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {
    .fweh{
        font-size: 48px;
        font-weight: 900;
    }

    .weadn{
        font-size: 36px;
        font-weight: normal;
    }
}

#whmcsorderfrm .logincontainer input[type="text"], #whmcsorderfrm .logincontainer input[type="password"]{
    width:270px;
}

#whmcsorderfrm .logincontainer input[type="checkbox"]{
    margin:0 3px;
}

#whmcsorderfrm .logincontainer label{
    display: block;
    margin-bottom: 5px;
    color: #333333;
    font-family: GeogrotesqueRegular;
    font-size: 13px;
    line-height: 18px;
}

#whmcsorderfrm .logincontainer p{
    margin:0;
}

#whmcsorderfrm .logincontainer strong{
    font-weight:normal;
}

/* ----------- login loader ------------- */
.clientarea-login.logincontainer {
    width: 332px;
}
.clientarea-login .rememberme {
    padding: 0 37px 0 0;
}
.clientarea-login div.loading-icon {
    display: inline;
}
.clientarea-login div.loading-icon img {
    display: none;
    width: 23px;
    height: 23px;
    margin: 8px 0 0 10px;
}

/* bulk form */
.bulkdomain-heading h2 {
    font-family: "Conv_geogrotesque-bold-webfont";
    font-size: 23px;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    padding: 20px 0 0;
    text-transform: uppercase;
}
.bulkdomain-block-1 {
    width: 97% !important;
}
.bulkdomain-block-1 .ch-domain-name {
    margin-bottom: 25px !important;
    width: 813px;
}
.bulkdomain-block-1 .ch-domain-name .bulkdomain-checkbox {
    display: none;
}
.bulkdomain-block-1 p.submit {
    margin: 0 42px 0 0;
    padding-bottom: 20px;
}

.bulkdomain-block-2 {
    width: 97% !important;
}
.bulkdomain-block-2 p.intro {
    font-size: 23px;
}
.bulkdomain-block-2 p.submit {
    margin: 0 35px 0 0;
    padding-bottom: 20px;
}
.bulkdomain-block-2 p.submit #bulkdomains-submit {
    height: 35px;
}
.bulkdomain-block-2 #bulkdomains {
    width: 99%;
    resize: none;
}
/* end bulk form */


/*
 *
 * review-checkout
 */
.review-checkout #order-comparison .viewcartcol1 h2,
.review-checkout #order-comparison .viewcartcol2 h2
{
    font-size: 24.5px !important;
}

.review-checkout .grey-box {
    background: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.review-checkout .inner-grey-box {
    /*    background: transparent !important;*/
}


/*
 *
 * Cart buttons
 */
#promocode-submit,
.btn-log-in,
.btn-checkout {
    padding-left: 13px !important;
    padding-right: 13px !important;
    width: auto !important;
}

.new-button {
    height: 42px !important;
    cursor: pointer !important;
    color: #056839 !important;
    font-size: 20px !important;
    font-family: GeogrotesqueRegular !important;
    font-weight: normal !important;
    text-shadow: none !important;
    text-decoration: none !important;
    opacity: 1 !important;
    background: none !important;
    background-color: #8dc63f !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
}

a.new-button {
    width: auto !important;
    height: auto !important;
    padding: 12px 13px !important;
    text-indent: 0 !important;
}

.new-button:hover {
    color: #FFFFFF !important;
    background-color: #3baf29 !important;
}

input.new-button {
    padding: 3px 13px !important;
    width: auto !important;
}

.new-form-input {
    border: 1px solid #D4D4D4 !important;
    border-radius: 7px;
    font-family: GeogrotesqueRegular;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 7px 13px;
    width: 227px !important;
}

form.new-search-form {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    background: none !important;
    background-color: transparent !important;
    border-color: #aaaaaa !important;
    border-width: 0px !important;
    border-style: solid !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
}


.new-search-bar {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    width: auto !important;
}

.new-search-bar .left {
    border: 2px solid #BCBEC0 !important;
    border-radius: 5px !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
}

.new-search-bar .new-button {
    margin-left: 8px !important;
    padding:13px 13px 12px !important;
}/* -- Embed Fonts -- */
@font-face {
    font-family: 'GeogrotesqueMedium';
    src: url('../fonts/geogtq-md-webfont.eot');
    src: url('../fonts/geogtq-md-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geogtq-md-webfont.woff') format('woff'),
    url('../fonts/geogtq-md-webfont.ttf') format('truetype'),
    url('../fonts/geogtq-md-webfont.svg#GeogrotesqueMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeogrotesqueSemiBold';
    src: url('../fonts/geogtq-sb-webfont.eot');
    src: url('../fonts/geogtq-sb-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geogtq-sb-webfont.woff') format('woff'),
    url('../fonts/geogtq-sb-webfont.ttf') format('truetype'),
    url('../fonts/geogtq-sb-webfont.svg#GeogrotesqueSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeogrotesqueRegular';
    src: url('../fonts/geogtq-rg-webfont.eot');
    src: url('../fonts/geogtq-rg-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geogtq-rg-webfont.woff') format('woff'),
    url('../fonts/geogtq-rg-webfont.ttf') format('truetype'),
    url('../fonts/geogtq-rg-webfont.svg#GeogrotesqueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_geogrotesque-bold-webfont';
    /*src: url('../fonts/geogrotesque-bold-webfont.eot');
	src: local('☺'), url('../fonts/geogrotesque-bold-webfont.woff') format('woff'), url('../fonts/geogrotesque-bold-webfont.ttf') format('truetype'), url('../fonts/geogrotesque-bold-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
	*/
    src: url('../fonts/geogtq-sb-webfont.eot');
    src: url('../fonts/geogtq-sb-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geogtq-sb-webfont.woff') format('woff'),
    url('../fonts/geogtq-sb-webfont.ttf') format('truetype'),
    url('../fonts/geogtq-sb-webfont.svg#GeogrotesqueSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GeogrotesqueLight';
    src: url('../fonts/geogrotesque-light-webfont.eot');
    src: url('../fonts/geogrotesque-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/geogrotesque-light-webfont.woff') format('woff'),
    url('../fonts/geogrotesque-light-webfont.ttf') format('truetype'),
    url('../fonts/geogrotesque-light-webfont.svg#geogrotesquelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* -- General -- */
html {
    height: 100%;
}

body {
    background-repeat: no-repeat;
    line-height: 20px;
    font-size: 15px;
    font-family: GeogrotesqueRegular;
    color: #2a2a2a;
    margin: 0px;
    padding: 0px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    background-image: url(../images/main/bg.jpg);
    background-position: center top;
    background-color: #efefef;
}

a {
    color: #1a1a1a;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

form {
    padding: 0px;
    margin: 0px;
}

img {
    border-width: 0px;
}

strong {
    font-weight: normal;
    font-family: GeogrotesqueSemiBold;
}

#header .width {
    padding-bottom: 20px;
}

.width {
    position: relative;
    width: 950px;
    margin:0 auto;
}

.pointer {
    cursor: pointer;
}

.hidden {
    display: none;
}

a.green-button {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: GeogrotesqueSemiBold;
    text-align: center;
    background-image: url(../images/pages/home/banners/learn-more-bg.png);
    background-repeat: no-repeat;
    color: white;
    padding-top: 9px;
    height: 30px;
    width: 162px;
    display: block;
    border: 0px none;
    position: relative;
    float: right;
    margin-top: 13px;
    margin-bottom: 10px;
}

a.green-button-wider {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 20px;
    font-family: GeogrotesqueRegular;
    text-align: center;
    background-image: url(../images/main/buttons/green-fat.png);
    background-repeat: no-repeat;
    color: white;
    padding-top: 12px;
    height: 32px;
    width: 209px;
    display: block;
    border: 0px none;
    position: relative;
    float: right;
    margin: 13px 10px 10px 0;
}

a.green-button-wider:hover, .form-section input[type=submit]:hover, #details-form input[type=submit]:hover {
    text-decoration: none !important;
    background-image: url(../images/main/buttons/green-fat-hover.png) !important;
}

a.green-button-wider:active, .form-section input[type=submit]:active, #details-form input[type=submit]:active {
    background-image: url(../images/main/buttons/green-fat-active.png) !important;
}

a.blue-button {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: GeogrotesqueSemiBold;
    text-align: center;
    background-image: url(../images/checkout/buttons/blue-btn.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    padding-top: 10px;
    height: 31px;
    width: 80px;
    display: block;
    border: 0px none;
    position: relative;
    float: right;
    margin-top: -2px;
    text-decoration: none;
}

a.blue-button:hover {
    text-decoration: none;
    background-image: url(../images/checkout/buttons/blue-btn-small-hover-2.png);
}

a.blue-button-wider {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: GeogrotesqueSemiBold;
    text-align: center;
    background-image: url(../images/main/buttons/blue-large.png);
    background-repeat: no-repeat;
    color: white;
    padding-top: 9px;
    height: 29px;
    width: 272px;
    display: block;
    border: 0px none;
    position: relative;
    float: right;
    margin: 13px 10px 10px 0;
}

a.blue-button-wider:hover {
    text-decoration: none;
    background-image: url(../images/main/buttons/blue-large-hover.png);
}

a.blue-button-wider:active {
    background-image: url(../images/main/buttons/blue-large-active.png);
}

.line {
    margin-bottom: 2px;
    margin-top: 2px;
    position: relative;
    background-color: #e7e7e7;
    height: 1px;
}

.rel {
    position: relative;
}

.uppercase {
    text-transform: uppercase;
}

/* ---- Header ---- */
#header {
    padding-top: 0px;
    height: auto !important;
    height: 598px;
    min-height: 598px;
    position: relative;
}

.checkout-style #header {
    height: auto;
}

#logo {
    float: left;
    position: relative;
}

/* -- Login Menu -- */
#login-menu {
    margin-left: 0px;
    margin-bottom: 15px;
    margin-right: 0px;
    margin-top: 0px;
    list-style-type: none;
    background-image: url(../images/main/login-signup-bg.jpg);
    background-repeat: no-repeat;
    height: 31px;
    width: 498px;
    position: relative;
    float: right;
    padding: 0px;
}

#login-menu li {
    float: right;
    position: relative;
}

#login-menu li a, #login-menu li span {
    padding-bottom: 6px;
    font-family: 'GeogrotesqueMedium';
    border-left-style: solid;
    border-bottom-style: none;
    border-right-style: solid;
    border-top-style: none;
    border-right-color: #dee2e3;
    border-left-color: white;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 1px;
    border-left-width: 1px;
    color: #505050;
    line-height: 14px;
    font-size: 14px;
    padding-right: 35px;
    padding-left: 35px;
    padding-top: 8px;
    display: block;
}

#aspnetForm #login-menu li a {
    display: inline-block;
}

#aspnetForm #login-menu li span {
    border: 0;
    padding: 0;
    margin: 0;
}

#login-menu li.first a {
    border-left-width: 0px;
}

#login-menu li.last a {
    border-right-width: 0px;
}

#login-menu .login-dropper {
    cursor: pointer;
}

#login-menu .login-drop {
    display: none;
    background-color: #DCDCDC;
    list-style: none outside none;
    margin: 0px 0 0;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 136px;
    z-index: 101;
    border-bottom: 1px solid #DEE2E3;
    border-left: 1px solid #DEE2E3;
    border-right: 1px solid #DEE2E3;
}

#login-menu .login-drop li {
    float: none;
    border-bottom: 1px solid #DEE2E3;
}

#login-menu .login-drop li:hover {
    background-color: #DEE2E3;
}

#login-menu .login-drop li a {
    padding: 8px;
}

#login-menu li:hover .login-drop {
    display: block;
}

#login-menu .first a {
    color: #000000;
    font-size: 15px;
    line-height: 14px;
}

/* -- Main Menu -- */
#menu {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 3px;
    border-color: #e1e1e1;
    border-width: 1px;
    border-style: solid;
    height: 38px;
    list-style-type: none;
    padding: 0px;
    float: right;
    position: relative;
    background-color: #f7f8f8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    z-index: 100;
}

#menu li {
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
}

#menu li a {
    height: 10px;
    margin-top: -3px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 16px;
    font-family: GeogrotesqueMedium;
    display: block;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 14px;
    color: #2a2a2a;
}

#login-menu li a:hover {
    text-decoration: none;
    color: #1b3a68;
}

#menu li:hover a.main {
    text-decoration: none;
    text-shadow: -1px -1px 2px black;
    color: white;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    -o-border-radius: 8px 8px 0px 0px;
    -ms-border-radius: 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px;
    background-color: #373737;
    position: relative;
    z-index: 115;
    border-bottom:1px dotted #999999;
}

#menu li:hover ul {
    display: block;
}

#menu li ul {
    display: none;
    position: absolute;
    width: 240px;
    padding: 0px;
    margin: 0px;
    border-top: 0 none;
    list-style: none;
    background: -webkit-gradient(linear, left top, right top, from(#373737), to(#1f1f1f));
    background: -webkit-linear-gradient(top, #373737, #1f1f1f);
    background: -moz-linear-gradient(top, #373737, #1f1f1f);
    background: -o-linear-gradient(top, #373737, #1f1f1f);
    background: -ms-linear-gradient(top, #373737, #1f1f1f);
    background-color: #373737;
    top: 39px;
    left: 0px;
    -webkit-border-radius: 0 0px 10px 10px;
    -moz-border-radius: 0 0px 10px 10px;
    -o-border-radius: 0 0px 10px 10px;
    -ms-border-radius: 0 10px 10px 10px;
    border-radius: 0 0px 10px 10px;
}

#menu li ul li {
    padding: 1px 0px 1px 0px;
    border-top:1px dotted #999999;
    float: none;
}

#menu li ul li a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    color: #fff;
    padding: 10px 28px;
    text-align: left;
    text-transform: none;
    height: 40px;
    margin-top: 0px;
}

#menu li ul li.first {
    border-top: 0px;
}

#menu li ul li.last A:hover {
    border-top: 0px;
    -webkit-border-radius: 0 0px 10px 10px;
    -moz-border-radius: 0 0px 10px 10px;
    -o-border-radius: 0 0px 10px 10px;
    -ms-border-radius: 0 10px 10px 10px;
    border-radius: 0 0px 10px 10px;
}

#menu li ul li a img {
    position: absolute;
    top: 13px;
    left: 9px;
}

#menu li ul li a span {
    display: block;
}

#menu li ul li a:hover {
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#5a5959), to(#383737));
    background: -webkit-linear-gradient(top, #5a5959, #383737);
    background: -moz-linear-gradient(top, #5a5959, #383737);
    background: -o-linear-gradient(top, #5a5959, #383737);
    background: -ms-linear-gradient(top, #5a5959, #383737);
    background-color: #5a5959;
}

#menu li a.active {
    text-shadow: -1px -1px 2px black;
    color: white;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, from(#434343), to(#252525));
    background: -webkit-linear-gradient(top, #434343, #252525);
    background: -moz-linear-gradient(top, #434343, #252525);
    background: -o-linear-gradient(top, #434343, #252525);
    background: -ms-linear-gradient(top, #434343, #252525);
    background-color: #434343;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 2px rgba(0, 0, 0, 1), inset 0px 0px 5px rgba(0, 0, 0, 0.2);
}

#menu li a.active {
    text-decoration: none;
    color: white;
}


/* -- Banners -- */
#banners {
    padding-top: 100px;
    position: relative;
    height: auto !important;
    height: 503px;
    min-height: 503px;
}

.banner {
    width: 920px;
    height: auto !important;
    height: 430px;
    min-height: 430px;
    left: 0px;
    top: 0px;
}

#banner-1 .text, #banner-3 .text, #banner-4 .text, #banner-5 .text {
    padding-right: 10px;
    color: #373838;
    line-height: 20px;
    font-size: 15px;
    font-family: GeogrotesqueRegular;
    text-align: left;
    left: 0px;
    top: 110px;
    position: absolute;
    height: 263px;
    width: 482px;
    background-repeat: no-repeat;
    background-image: url(../images/pages/home/banners/text-area.png);
}

#banner-1 .img {
    top: 29px;
    position: absolute;
    right: -95px;
}

#banner-2 .text {
    padding-right: 10px;
    color: #373838;
    line-height: 20px;
    font-size: 15px;
    font-family: GeogrotesqueRegular;
    text-align: left;
    left: 0px;
    top: 110px;
    position: absolute;
    height: 263px;
    width: 591px;
    background-repeat: no-repeat;
    background-image: url(../images/pages/home/banners/text-area-large.png);
}

#banner-parked .text {
    padding-right: 10px;
    color: #373838;
    line-height: 20px;
    font-size: 15px;
    font-family: GeogrotesqueRegular;
    text-align: left;
    left: 0px;
    top: 170px;
    position: absolute;
    height: 159px;
    width: 550px;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../images/pages/parked/text-bg.png);
}

#banner-parked .img {
    top: 128px;
    position: absolute;
    right: 100px;
}

#banner-domain-for-sale .text {
    background-image: url("../images/pages/domain-sale/text-bg.png");
    background-position: left top;
    background-repeat: no-repeat;
    color: #373838;
    font-family: GeogrotesqueRegular;
    font-size: 15px;
    height: 303px;
    left: 0;
    line-height: 20px;
    padding-right: 48px;
    position: absolute;
    text-align: left;
    top: 113px;
    width: 419px;
}


#banner-domain-for-sale .img {
    top: 128px;
    position: absolute;
    right: 15px;
}

#banner-domain-for-sale  .domain-item{
    font-family: GeogrotesqueSemiBold;
    font-size: 19px;
    position: absolute;
    right: 72px;
    text-align: center;
    top: 322px;
    width: 370px;
}

#banner-2 .img {
    top: -5px;
    position: absolute;
    right: -195px;
}

#banner-5 .img {
    top: 0px;
    position: absolute;
    right: -145px;
}

#banner-2 .text a.learn-more {
    left: 211px;
}

#banner-3 .img {
    top: 65px;
    position: absolute;
    right: -65px;
}

#banner-4 .img {
    top: 120px;
    position: absolute;
    right: -43px;
}

#banners a.learn-more {
    padding-top: 7px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: GeogrotesqueSemiBold;
    text-align: center;
    left: 165px;
    bottom: -20px;
    position: absolute;
    background-image: url(../images/pages/home/banners/learn-more-bg.png);
    background-repeat: no-repeat;
    color: white;
    height: 30px;
    width: 162px;
    display: block;
}

#banners h1 {
    font-style: normal;
    font-weight: normal;
    position: relative;
    padding-left: 0px;
    padding-bottom: 16px;
    padding-right: 0px;
    padding-top: 25px;
    margin: 0px;
    font-family: GeogrotesqueMedium;
    color: #2a2a2a;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 46px;
}

#banners a.learn-more:hover, .sc-pricing .package-column .buy a.button:hover, a.green-button:hover {
    text-decoration: none;
    background-image: url(../images/pages/home/banners/learn-more-bg-hover.png);
}

#banners a.learn-more:active, .sc-pricing .package-column .buy a.button:active, a.green-button:active {
    background-image: url(../images/pages/home/banners/learn-more-bg-active.png);
}

#banner-dots {
    position: absolute;
    right: 0px;
    bottom: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 30;
}

#banner-dots li {
    float: left;
    position: relative;
    margin-left: 4px;
}

#banner-dots li a {
    display: block;
    height: 8px;
    width: 8px;
    background-color: #292929;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

#banner-dots li.active a {
    background-color: #8fb20b;
}

/* -- Domain Search -- */
#search, .domain-input{
    position: relative;
    width: 650px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3);
    background: -webkit-gradient(linear, left top, right top, from(#d3ff3b), to(#ccdf15));
    background: -webkit-linear-gradient(top, #d3ff3b, #ccdf15);
    background: -moz-linear-gradient(top, #d3ff3b, #ccdf15);
    background: -o-linear-gradient(top, #d3ff3b, #ccdf15);
    background: -ms-linear-gradient(top, #d3ff3b, #ccdf15);
    background-color: #d3ff3b;
    border-color: #aaaaaa;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    margin-top: -70px;
}

#search.focus, .domain-input.focus{
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
}

#search .left,.domain-input .left {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    border-color: #adc36a;
    border-right-width: 1px;
    border-style: solid;
    background-color: white;
    float: left;
    position: relative;
    border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    -o-border-radius: 7px 0px 0px 7px;
    -ms-border-radius: 7px 0px 0px 7px;
}

#search .left .www,.domain-input .left .www {
    border-right-color: #d8d8d8;
    border-right-width: 1px;
    border-right-style: solid;
    font-family: GeogrotesqueMedium;
    line-height: 18px;
    font-size: 18px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 12px;
    height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
}

#search .left a.extension,.domain-input .left a.extension {
    text-align: left;
    width: 70px;
    color: #2a2a2a;
    border-left-style: solid;
    border-left-color: #d8d8d8;
    border-left-width: 1px;
    display: block;
    font-family: GeogrotesqueMedium;
    line-height: 18px;
    font-size: 18px;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 20px;
    padding-left: 10px;
    height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
}

#search .left a.extension:hover, #extensions-dropdown li:hover,.domain-input .left a.extension:hover {
    color: #8bb01a;
    text-decoration: none;
    cursor: pointer;
}

#search .left a.extension .search-arrow,.domain-input .left a.extension .search-arrow  {
    right: 10px;
    top: 10px;
    position: absolute;
}

#search input[type=text],.domain-input input[type=text] {
    width: 400px;
    padding: 13px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: GeogrotesqueRegular;
    border-style: none;
    border-width: 0px;
    float: left;
    position: relative;
}

#search input[type=text]:focus,.domain-input input[type=text]:focus {
    outline: none;
}

#search a.submit, .domain-input a.submit{
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 6px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    height: 40px;
    width: 59px;
    float: right;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#a7ce30), to(#6e9102));
    background: -webkit-linear-gradient(top, #a7ce30, #6e9102);
    background: -moz-linear-gradient(top, #a7ce30, #6e9102);
    background: -o-linear-gradient(top, #a7ce30, #6e9102);
    background: -ms-linear-gradient(top, #a7ce30, #6e9102);
    background-color: #a7ce30;
    border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -o-border-radius: 0px 7px 7px 0px;
    -ms-border-radius: 0px 7px 7px 0px;
}

#search a.submit:hover,.domain-input a.submit:hover  {
    background: -webkit-gradient(linear, left top, right top, from(#a3bf0d), to(#6E9102));
    background: -webkit-linear-gradient(top, #a3bf0d, #6E9102);
    background: -moz-linear-gradient(top, #a3bf0d, #6E9102);
    background: -o-linear-gradient(top, #a3bf0d, #6E9102);
    background: -ms-linear-gradient(top, #a3bf0d, #6E9102);
    background: linear-gradient(top, #a3bf0d, #6E9102);
    background-color: #6E9102;
}
.domain-input .left a.extension .text {
    padding: 0 !important;
    margin: 0 !important;
    font-family: GeogrotesqueMedium !important;
    font-size: 18px !important;
    height: auto !important;
    left: auto !important;
    line-height: 18px !important;
    top: auto !important;
    width: auto !important;
}

.domain-input .left a.extension:hover .text {
    color: #8bb01a !important;
}
#extensions-select {
    display: none;
}

#extensions-dropdown, #incartdomain-dropdown {
    z-index: 50;
    display: none;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
    padding-bottom: 10px;
    padding-top: 7px;
    width: 100px;
    background-color: white;
    top: -13px;
    position: absolute;
    right: 0px;
    box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
    -webkit-box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
    -moz-box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
    -o-box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
    -ms-box-shadow: 0px 0px 9px rgba(207, 221, 20, 0.5);
}

#extensions-dropdown li, #incartdomain-dropdown li {
    text-align: left;
    margin: 0px;
    padding-right: 0px;
    position: relative;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 7px;
    font-family: GeogrotesqueMedium;
    line-height: 18px;
    font-size: 18px;
}

.white-area {
    margin-top: 40px;
    background-color: #fefefe;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
}

/* -- Content Tabs -- */

#content-tabs-container {
    position: relative;
    height: 268px;
    margin-top: 40px;
}

#content-tabs {
    position: relative;
    width: 950px;
    z-index: 100;
}

#content-tabs.white-area {
    margin-top: 0px;
}

#content-tabs.fixed {
    position: fixed;
    top: 0px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    -o-border-radius: 0px 0px 10px 10px;
    -ms-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
}

#content-tabs .item {
    border-right-color: #f1f1f1;
    border-right-style: solid;
    border-right-width: 2px;
    padding: 14px;
    width: 208px;
    float: left;
    position: relative;
}

#content-tabs.only-3 .item {
    width: 287px;
}

#content-tabs .item .item-content {
    text-align: left;
    height: 238px;
    border-color: #e1e1e0;
    border-width: 1px;
    border-style: solid;
    background-color: #f9f9f9;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    -o-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    -ms-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1), inset -3px 0px 3px #fffbfb;
    transition: all 1s linear;
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
}

#content-tabs .item.last {
    border-right-width: 0px;
}

#content-tabs .item .item-content a.img {
    position: relative;
    height: 115px;
    display: block;
}

#content-tabs .item .item-content a.img img {
    position: absolute;
}

#content-tabs .item .item-content h2 {
    padding-left: 0px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-top: 0px;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    position: relative;
    font-family: GeogrotesqueSemiBold;
    line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
}

#content-tabs .item .item-content .content {
    padding-right: 14px;
    padding-left: 14px;
    font-family: GeogrotesqueRegular;
    line-height: 20px;
    font-size: 15px;
}

#content-tabs .item .item-content .content a {
    font-family: GeogrotesqueSemiBold;
    font-style: normal;
    font-weight: normal;
    color: #2a2a2a;
}

#content-tabs .item.active .item-content {
    box-shadow: 0px 0px 6px #00a8ff;
    -webkit-box-shadow: 0px 0px 6px #00a8ff;
    -moz-box-shadow: 0px 0px 6px #00a8ff;
    -o-box-shadow: 0px 0px 6px #00a8ff;
    -ms-box-shadow: 0px 0px 6px #00a8ff;
    border-color: #00a8ff;
}

/* -- Clients Section -- */
#clients .left {
    text-align: left;
    line-height: 20px;
    font-size: 15px;
    height: 130px;
    width: 190px;
    padding-bottom: 0px;
    padding-right: 15px;
    padding-left: 30px;
    padding-top: 25px;
    float: left;
    position: relative;
}

#clients .left h3 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    line-height: 20px;
    font-size: 15px;
    font-family: GeogrotesqueSemiBold;
    padding: 0px;
    margin: 0px;
}

#clients .right {
    float: right;
    position: relative;
    height: 155px;
    width: 713px;
    border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -o-border-radius: 0px 10px 10px 0px;
    -ms-border-radius: 0px 10px 10px 0px;
}

#clients .shadow-img {
    left: 0px;
    top: 0px;
    position: absolute;
}

#clients #client-scroll {
    width: 4000px;
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    left: 0px;
    top: 0px;
    position: absolute;
}

#clients #client-scroll li {
    padding: 27px;
    width: 183px;
    height: 101px;
    border-right-color: #f1f1f1;
    border-right-style: solid;
    border-right-width: 2px;
    float: left;
    position: relative;
}

#clients #client-scroll li a {
    display: block;
    height: 101px;
    background-color: #d4d4d4;
}

/* ---- Footer ---- */
#footer {
    background-position: -1px 0px;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 40px;
    height: 193px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: #dfdfdf;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZGZkZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMzJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U0ZTRlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY3JSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmRmZGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dfdfdf 0%, #e2e2e2 22%, #e2e2e2 33%, #e4e4e4 50%, #e2e2e2 67%, #e2e2e2 82%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dfdfdf), color-stop(22%,#e2e2e2), color-stop(33%,#e2e2e2), color-stop(50%,#e4e4e4), color-stop(67%,#e2e2e2), color-stop(82%,#e2e2e2), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top, #dfdfdf 0%,#e2e2e2 22%,#e2e2e2 33%,#e4e4e4 50%,#e2e2e2 67%,#e2e2e2 82%,#dfdfdf 100%);
    background: -o-linear-gradient(top, #dfdfdf 0%,#e2e2e2 22%,#e2e2e2 33%,#e4e4e4 50%,#e2e2e2 67%,#e2e2e2 82%,#dfdfdf 100%);
    background: -ms-linear-gradient(top, #dfdfdf 0%,#e2e2e2 22%,#e2e2e2 33%,#e4e4e4 50%,#e2e2e2 67%,#e2e2e2 82%,#dfdfdf 100%);
    background: linear-gradient(to bottom, #dfdfdf 0%,#e2e2e2 22%,#e2e2e2 33%,#e4e4e4 50%,#e2e2e2 67%,#e2e2e2 82%,#dfdfdf 100%);
}

#footer-space {
    position: relative;
    height: 40px;
}

#footer .quicklinks {
    width: 100px;
    padding-left: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-top: 15px;
    margin: 0px;
    list-style-type: none;
    float: left;
    position: relative;
}

#footer .quicklinks li {
    line-height: 12px;
    margin: 0;
    padding: 3px 0 4px;
    text-align: left;
}

#footer .quicklinks li a {
    color: #1A1A1A;
    font-size: 12px;
    line-height: 12px;
    padding:0;
    margin:0;
}

#footer .quicklinks li.first {
    font-family: GeogrotesqueSemiBold;
}

#footer .right {
    padding-top: 20px;
    width: 200px;
    padding-right: 20px;
    float: right;
    position: relative;
}

#footer .support {
    padding-left: 35px;
    color: #1a1a1a;
    line-height: 17px;
    font-size: 14px;
    text-align: left;
    width: 165px;
    display: block;
    position: relative;
}

#footer .support img {
    left: 1px;
    top: 1px;
    position: absolute;
}
#footer .phone {
    text-transform: uppercase;
    color: #1A1A1A;
    display: block;
    font-size: 15px;
    line-height: 18px;
    margin-top: 31px;
    padding-left: 35px;
    position: relative;
    text-align: left;
    width: 165px;
}

#footer .bold-phone {
    font-size: 15px;
    white-space: nowrap;
    line-height: 16px;
}

#footer .phone img {
    left: -4px;
    position: absolute;
    top: 2px;
}

.footer-contact {
    padding-right:20px;
    font-size: 12px;
    line-height: 12px;
}

#footer-bottom {
    border-top: 1px solid #D7D9DB;
    bottom: 11px;
    font-size: 13px;
    margin-top: 20px;
    padding: 10px 0 4px;
    position: absolute;
    width: 948px;
}

.footer-text-right {
    width: 45%;
    text-align: right;
    float: right;
    margin-right: 20px;
}

.footer-text-left {
    width: 45%;
    text-align: left;
    float: left;
    margin-left: 20px;
}

#footer-bottom .social {
    padding-left: 7px;
    float: right;
    position: relative;
}

#footer-bottom .right {
    text-transform: uppercase;
    line-height: 11px;
    font-size: 11px;
    font-family: GeogrotesqueMedium;
    margin: 0px;
    padding: 0px;
    float: right;
    position: relative;
}

#footer-bottom #copyright {
    position: relative;
    padding-top: 14px;
}

#footer-bottom #web {
    line-height: 11px;
    font-size: 11px;
    padding-top: 15px;
    float: left;
    position: relative;
}

#footer-bottom #web a {
    color: #1a1a1a;
}

#footer-bottom #web img {
    margin-left: 5px;
    margin-bottom: -4px;
    display: inline-block;
}

/* -- Custom Forms -- */
.select {
    height: 14px;
    padding-left: 8px;
    padding-bottom: 7px;
    padding-right: 8px;
    padding-top: 7px;
    width: 175px;
    margin-left: 0px;
    /*margin-bottom: 12px;*/
    margin-right: 0px;
    margin-top: 0px;
    line-height: 14px;
    font-size: 12px;
    font-family: Arial;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.51, #f2f2f2), color-stop(1, #f2f2f2), color-stop(0.5, #ececec), color-stop(0, #ececec));
    background: -webkit-linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background: -moz-linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background: -o-linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background: -ms-linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background: linear-gradient(bottom, #ececec 0%, #ececec 50%, #f2f2f2 51%, #f2f2f2 100%);
    background-color: #d9d9d9;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.select.on {
    z-index: 50;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    -o-border-radius: 4px 4px 0px 0px;
    -ms-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
}

.select .arrow {
    width: 28px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.51, #a1a1a1), color-stop(1, #a1a1a1), color-stop(0.5, #bdbdbd), color-stop(0, #bdbdbd));
    background: -webkit-linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    background: -moz-linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    background: -o-linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    background: -ms-linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    background: linear-gradient(bottom, #a1a1a1 0%, #a1a1a1 50%, #bdbdbd 51%, #bdbdbd 100%);
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    -o-border-radius: 0px 4px 4px 0px;
    -ms-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

.select.on .arrow {
    -webkit-border-radius: 0px 4px 0px 0px;
    -moz-border-radius: 0px 4px 0px 0px;
    -o-border-radius: 0px 4px 0px 0px;
    -ms-border-radius: 0px 4px 0px 0px;
    border-radius: 0px 4px 0px 0px;
}

.select .arrow .in {
    width: 28px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background-image: url(../images/form-items/select-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.select .text {
    padding-right: 30px !important;
    background-image: none !important;
    height: auto !important;
    left: auto !important;
    position: static !important;
    top: auto !important;
    width: auto !important;
    font-size: 12px !important;
    font-family: Arial !important;
    line-height: 14px !important;
}

.select .text .right, .select .options li .right {
    float: right;
    font-weight: bold;
    position: relative;
    width: auto;
    line-height: 14px;
}

.select .options {
    position: absolute;
    padding: 4px 0px !important;
    margin: 0 !important;
    list-style: none !important;
    width: 100%;
    top: 100%;
    left: -1px;
    background-color: #f2f2f2;
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    -o-border-radius: 0px 0px 4px 4px;
    -ms-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #b9b9b9;
    display: none;
}

.select .options li {
    padding: 4px 8px;
    margin: 0;
    position: relative;
}

.select .options li:hover {
    color: #189DDD;
}

/* -- Main Content -- */
.heading {
    position: relative;
    text-align: left;
    background-image: url(../images/main/heading-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 16px;
    height: 62px;
    margin-top: -15px;
    margin-left: -15px;
    margin-right: -15px;
}

.heading h1 {
    text-transform: uppercase !important;
    font-style: normal !important;
    font-weight: normal !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    margin: 0px !important;
    padding-top: 20px !important;
    line-height: 23px !important;
    font-size: 23px !important;
    font-family: "Conv_geogrotesque-bold-webfont" !important;
    letter-spacing: 0px !important;

}

.heading-shadow {
    left: 0px;
    position: absolute;
}

#content-slider {
    border-color: #c4c4c4;
    border-style: solid;
    border-width: 1px;
}

.sc-a {
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 30px;
    padding-top: 50px;
    position: relative;
}

.sc-a .text {
    text-align: left;
    width: 530px;
    float: left;
    position: relative;
}

.sc-a .img {
    z-index: 15;
    right: 30px;
    top: 35px;
    position: absolute;
}

.sc-b {
    padding: 25px;
    background-color: #eaeaea;
    box-shadow: inset -2px 0px 16px #a5a4a4;
    -webkit-box-shadow: inset -2px 0px 16px #a5a4a4;
    -moz-box-shadow: inset -2px 0px 16px #a5a4a4;
    -o-box-shadow: inset -2px 0px 16px #a5a4a4;
    -ms-box-shadow: inset -2px 0px 16px #a5a4a4;
}

.sc-b .icon {
    height: 100px;
    width: 100px;
    float: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    border-color: #cdcccc;
    border-width: 1px;
    border-style: solid;
    margin-right: 25px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
    -o-box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
    -ms-box-shadow: inset -1px 0px 1px rgba(255, 255, 255, 0.75);
}

.sc-c {
    text-align: left;
    position: relative;
    padding: 30px;
}

.sc-c .item {
    padding-bottom: 40px;
    padding-top: 40px;
    position: relative;
}

.sc-c h4, .two-thirds h4 {
    font-family: GeogrotesqueSemiBold;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
    font-size: 15px;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase;
}

.sc-c .item .img {
    position: absolute;
}

.continue-section {
    position: relative;
    padding-bottom: 27px;
    padding-top: 27px;
    line-height: 20px;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2), inset 0px -6px 7px rgba(0, 0, 0, 0.1);
}

.continue-section .continue-button {
    text-transform: uppercase;
    text-align: center;
    font-family: GeogrotesqueSemiBold;
    color: #dde3ee;
    line-height: 15px;
    font-size: 15px;
    padding-top: 8px;
    background-image: url(../images/main/buttons/blue-small.png);
    background-repeat: no-repeat;
    height: 30px;
    width: 162px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    display: inline-block;
}

.continue-section .continue-button:hover {
    background-image: url(../images/main/buttons/blue-small-hover.png);
    text-decoration: none;
}

.continue-section .continue-button:active {
    background-image: url(../images/main/buttons/blue-small-active.png);
    text-decoration: none;
}

.sc-demo-vid {
    float: right;
    position: relative;
    width: 420px;
}

.sc-demo-vid .top {
    border-color: #e0e0e0;
    border-right-width: 1px;
    border-style: solid;
    border-left-width: 1px;
    border-bottom-width: 0px;
    border-top-width: 1px;
    padding: 17px;
    position: relative;
    background-color: #f9f9f9;
    border-radius: 6px 6px 0px 0px;
    -webkit-border-radius: 6px 6px 0px 0px;
    -moz-border-radius: 6px 6px 0px 0px;
    -o-border-radius: 6px 6px 0px 0px;
    -ms-border-radius: 6px 6px 0px 0px;
    box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
    -webkit-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
    -moz-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
    -o-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
    -ms-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.1);
}

.sc-demo-vid .vid {
}

.sc-c .hori-div {
    margin-top: 15px;
    margin-left: -15px;
}

.sc-demo-vid .hori-div {
    margin-left: -30px;
}

.sc-c .email-video {
    position: relative;
}

.sc-c .email-video .vid {
    float: right;
    position: relative;
}

.sc-c .email-video .text {
    font-family: GeogrotesqueSemiBold;
    float: right;
    position: relative;
    width: 400px;
    padding: 20px 30px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #aaa9a9;
    -webkit-border-radius: 9px 0px 0px 9px;
    -moz-border-radius: 9px 0px 0px 9px;
    -o-border-radius: 9px 0px 0px 9px;
    -ms-border-radius: 9px 0px 0px 9px;
    border-radius: 9px 0px 0px 9px;
    background-color: #f9f9f9;
    -webkit-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
    -moz-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
    -o-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
    -ms-box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
    box-shadow: inset 0px 0px 27px rgba(177, 177, 175, 0.5);
}

.sc-c .email-video .img {
    left: 115px;
    top: 62px;
    position: absolute;
}

.testimonial {
    display: block;
    font-family: GeogrotesqueSemiBold;
    color: #373838;
    line-height: 20px;
    font-size: 15px;
    font-style: italic;
    width: 610px;
    margin-top: 40px;
    position: relative;
    border-color: #ececec;
    border-width: 1px;
    border-style: solid;
    padding-right: 47px;
    padding-left: 47px;
    padding-bottom: 28px;
    padding-top: 28px;
    background-color: #ededed;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
    -o-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.15);
}

.testimonial .person {
    color: #1b3a68;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
}

.testimonial .img {
    position: absolute;
    bottom: -27px;
    right: 125px;
}

.step-point {
    position: relative;
    padding-bottom: 11px;
    padding-top: 10px;
}

.step-point .number {
    padding-top: 7px;
    font-family: "Conv_geogrotesque-bold-webfont";
    margin-right: 15px;
    margin-top: -7px;
    line-height: 16px;
    font-size: 16px;
    text-align: center;
    height: 23px;
    width: 30px;
    background-color: #348dda;
    color: white;
    float: left;
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
}

.step-point .number img {
    padding-top: 4px;
}

.step-point .text {
    float: left;
    position: relative;
    width: 580px;
}

.renew-cart {
    margin-right: 19px;
    width: 243px;
    margin-top: 90px;
    padding-top: 42px;
    border-color: #c1bfbf;
    border-style: solid;
    border-width: 1px;
    float: right;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.two-thirds h3 {
    font-style: normal;
    font-weight: normal;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 20px;
    margin: 0px;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 20px;
    font-size: 18px;
}

.transfer-right {
    margin-right: 17px;
    padding-bottom: 5px;
    width: 245px;
    border-color: #e1e1e0;
    border-width: 0;
    border-style: solid;
    background-color: #f9f9f9;
    float: right;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
    -webkit-box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
    -moz-box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
    -o-box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
    -ms-box-shadow: inset -1px 0px 1px rgba(177, 177, 175, 0.09);
}

.transfer-right .heading-1 {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    color: #1b3a68;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    border-bottom-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.transfer-right .content-1 {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: center;
    border-bottom-color: #d9d9d9;
    border-top-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: 1px;
}

.transfer-right .content-2 {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-transform: uppercase;
    font-family: "Conv_geogrotesque-bold-webfont";
    text-align: center;
    background-color: white;
    border-bottom-color: #d9d9d9;
    border-top-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: 1px;
}

.transfer-right .content-3 {
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 15px;
    text-align: left;
    border-bottom-color: white;
    border-top-color: white;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-top-width: 1px;
}

.transfer-right .content-3 h2 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: GeogrotesqueSemiBold;
    line-height: 15px;
    font-size: 15px;
    padding-left: 0px;
    padding-bottom: 13px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0px;
}

.transfer-right .content-3 .text {
    float: left;
    position: relative;
    line-height: 20px;
    font-size: 13px;
    width: 135px;
}

.transfer-right .content-3 img {
    margin-top: 5px;
    margin-right: 12px;
    float: left;
    position: relative;
}

.sc-examples {
    padding-left: 20px;
    padding-bottom: 30px;
    padding-right: 20px;
    padding-top: 30px;
    list-style-type: none;
    margin: 0px;
}

.sc-examples li {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    width: 282px;
    text-align: left;
    float: left;
    position: relative;
    margin: 0px;
}

.sc-examples li h2 {
    font-family: GeogrotesqueSemiBold;
    color: #373838;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 25px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
}

.sc-c h2, .two-thirds h2 {
    font-family: GeogrotesqueSemiBold;
    line-height: 18px;
    font-size: 18px;
    padding-left: 0px;
    padding-bottom: 20px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
}

ul.clients {
    border-left-width: 0px;
    border-bottom-width: 2px;
    border-right-width: 0px;
    border-top-width: 2px;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border-style: solid;
    border-color: #f1f1f1;
}

ul.clients li {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-right-width: 2px;
    border-top-width: 0px;
    padding-left: 27px;
    padding-bottom: 26px;
    padding-right: 26px;
    padding-top: 26px;
    position: relative;
    float: left;
    margin: 0px;
    border-style: solid;
    border-color: #f1f1f1;
}

ul.clients li.divide {
    clear: both;
    width: 100%;
    height: 2px;
    background-image: url(../images/pages/about/clients-divide.png);
    background-position: center top;
    background-repeat: no-repeat;
    border-width: 0px;
    padding: 0px;
    position: relative;
    float: none;
    margin: 0px;
}

#content-slider {
    display: none;
}

.inner-content {
    text-align: left;
    display: none;
    position: relative;
}

.two-thirds {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 30px;
    width: 630px;
    text-align: left;
    float: left;
}

.hello-my-name-is {
    z-index: 20;
    right: 12px;
    top: 12px;
    position: absolute;
}

.pd-right {
    float: right;
    position: relative;
    width: 320px;
    padding: 55px 0 0 0;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: -30px;
}

a.pd-icon {
    display: block;
    text-align: center;
    width: 195px;
    padding: 120px 0 0 0;
    text-transform: uppercase;
    float: left;
    position: relative;
}

a.pd-icon img {
    position: absolute;
    left: 55px;
    top: 20px;
}

/*** ---- Pricing Table ---- ***/
.sc-pricing {
}

.sc-pricing .title-column {
    width: 315px;
    float: left;
    position: relative;
    border-bottom: #c2c2c2 4px solid;
}

.sc-pricing .title-column .top {
    text-align: left;
    height: 185px;
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 45px;
}

.sc-pricing .row {
    text-align: left;
    position: relative;
    padding-right: 18px;
    padding-left: 18px;
    padding-bottom: 9px;
    padding-top: 9px;
    line-height: 15px;
    font-size: 15px;
    text-transform: uppercase;
    border-color: white;
    border-right-width: 0px;
    border-style: solid;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 1px;
}

.sc-pricing .row.even {
    border-color: rgba(241, 241, 241, 0.40);
    background-color: rgba(241, 241, 241, 0.40);
}

.sc-pricing .package-column {
    color: white;
    font-family: GeogrotesqueSemiBold;
    width: 157px;
    float: left;
    position: relative;
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    -ms-border-radius: 0px 0px 7px 7px;
    margin-bottom: 65px;
}

.sc-pricing .package-column .heading-1 {
    text-transform: uppercase;
    margin-top: -4px;
    height: 73px;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    position: relative;
    border-radius: 7px 7px 0px 0px;
    -webkit-border-radius: 7px 7px 0px 0px;
    -moz-border-radius: 7px 7px 0px 0px;
    -o-border-radius: 7px 7px 0px 0px;
    -ms-border-radius: 7px 7px 0px 0px;
    text-align: center;
}

.sc-pricing .package-column .heading-1 .package-name {
    padding-top: 15px;
    font-size: 24px;
    line-height: 24px;
}

.sc-pricing .package-column .heading-2 {
    height: 160px;
    border-right-width: 0px;
    border-style: solid;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    text-align: center;
}

.sc-pricing .package-column .heading-2 .price {
    padding-top: 15px;
    font-size: 30px;
    line-height: 30px;
}

.sc-pricing .package-column .heading-2 .price-big {
    padding-top: 30px;
    font-size: 50px;
    line-height: 50px;
    height: 70px;
}

.sc-pricing .package-column .heading-2 .terms {
    font-size: 13px;
    line-height: 18px;
    height: 60px;
}

.sc-pricing .package-column .heading-2 .hook {
    color: #fff;
    text-transform: uppercase;
}

.sc-pricing .package-column .row {
    text-shadow: -1px 0px 2px #000000;
    text-align: center;
    border-left-width: 1px;
    border-left-style: solid;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: rgba(0, 0, 0, 0.2);
    text-transform: none;
}

.sc-pricing .package-column .row.even {
    background-color: rgba(241, 241, 241, 0.1);
}

.sc-pricing .package-column .buy {
    border-left-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-top-style: dashed;
    padding-top: 12px;
    padding-bottom: 10px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-width: 0px;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-radius: 0px 0px 7px 7px;
    -webkit-border-radius: 0px 0px 7px 7px;
    -moz-border-radius: 0px 0px 7px 7px;
    -o-border-radius: 0px 0px 7px 7px;
    -ms-border-radius: 0px 0px 7px 7px;
}

.sc-pricing .package-column .buy a.button {
    margin-left: -5px;
    padding-top: 7px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: GeogrotesqueSemiBold;
    text-align: center;
    background-image: url(../images/pages/home/banners/learn-more-bg.png);
    background-repeat: no-repeat;
    color: white;
    height: 30px;
    width: 162px;
    display: block;
}

/* -- Pricing - Wide Columns -- */
.sc-pricing .title-column.wide {
    width: 322px;
    float: left;
    position: relative;
    border-bottom: #c2c2c2 4px solid;
}

.sc-pricing .package-column.wide {
    width: 207px;
}

.sc-pricing .package-column.wide.big {
    width: 212px;
}
.sc-pricing .package-column.wide .buy a.button {
    margin-left: 23px;
}

/* -- Pricing - Big State -- */
.sc-pricing .package-column.big {
    width: 162px;
}

.sc-pricing .package-column.big .heading-1 {
    margin-top: -16px;
    border-width: 4px;
    height: 82px;
}

.sc-pricing .package-column.big .heading-1 .package-name {
    padding-top: 21px;
}

.sc-pricing .package-column.big .heading-2 {
    border-left-width: 4px;
    border-right-width: 4px;
    height: 157px;
}

.sc-pricing .package-column.big .heading-2 .price {
    padding-top: 12px;
}

.sc-pricing .package-column.big .row {
    border-left-width: 4px;
    border-right-width: 4px;
}

.sc-pricing .package-column.big .buy {
    border-left-width: 4px;
    border-right-width: 4px;
    border-bottom-width: 4px;
    padding-bottom: 20px;
}

/* -- Pricing - Light blue -- */
.sc-pricing .package-column.light-blue {
    background-color: #76d0fa;
    text-shadow: 1px 1px 2px rgba(3, 39, 89, 0.75);
}

.sc-pricing .package-column.light-blue .heading-1 {
    border-color: #011a48;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#42b1e0), to(#2884c9));
    background: -webkit-radial-gradient(circle, #42b1e0, #2884c9);
    background: -moz-radial-gradient(circle, #42b1e0, #2884c9);
    background: -o-radial-gradient(circle, #42b1e0, #2884c9);
    background: -ms-radial-gradient(circle, #42b1e0, #2884c9);
    background-color: #42b1e0;
    box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -webkit-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -moz-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -o-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -ms-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
}

.sc-pricing .package-column.light-blue .heading-2 {
    border-color: #011a48;
    color: #d5f3fb;
}

.sc-pricing .package-column.light-blue .row {
    border-left-color: #011a48;
    border-right-color: #011a48;
}

.sc-pricing .package-column.light-blue .buy {
    border-left-color: #011a48;
    border-bottom-color: #011a48;
    border-right-color: #011a48;
}

/* -- Pricing - Blue -- */
.sc-pricing .package-column.blue {
    background-color: #307ab2;
    text-shadow: 1px 1px 2px rgba(3, 39, 89, 0.75);
}

.sc-pricing .package-column.blue .heading-1 {
    border-color: #0b2350;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#206fb3), to(#011b4b));
    background: -webkit-radial-gradient(circle, #206fb3, #011b4b);
    background: -moz-radial-gradient(circle, #206fb3, #011b4b);
    background: -o-radial-gradient(circle, #206fb3, #011b4b);
    background: -ms-radial-gradient(circle, #206fb3, #011b4b);
    background-color: #206fb3;
    box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -webkit-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -moz-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -o-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
    -ms-box-shadow: inset 0px 2px 0px rgba(104, 184, 244, 0.75);
}

.sc-pricing .package-column.blue .heading-2 {
    border-color: #0b2350;
    color: #93e7fc;
}

.sc-pricing .package-column.blue .row {
    border-left-color: #0b2350;
    border-right-color: #0b2350;
}

.sc-pricing .package-column.blue .buy {
    border-left-color: #0b2350;
    border-bottom-color: #0b2350;
    border-right-color: #0b2350;
}

/* -- Pricing - Light Green -- */
.sc-pricing .package-column.light-green {
    background-color: #7fbc2e;
    text-shadow: 1px 1px 2px rgba(9, 20, 1, 0.75);
}

.sc-pricing .package-column.light-green .heading-1 {
    border-color: #2d4f00;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#87d426), to(#316c04));
    background: -webkit-radial-gradient(circle, #87d426, #316c04);
    background: -moz-radial-gradient(circle, #87d426, #316c04);
    background: -o-radial-gradient(circle, #87d426, #316c04);
    background: -ms-radial-gradient(circle, #87d426, #316c04);
    background-color: #87d426;
    box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -webkit-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -moz-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -o-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -ms-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
}

.sc-pricing .package-column.light-green .heading-2 {
    border-color: #2d4f00;
    color: #d2ff00;
}

.sc-pricing .package-column.light-green .row {
    border-left-color: #2d4f00;
    border-right-color: #2d4f00;
}

.sc-pricing .package-column.light-green .buy {
    border-left-color: #2d4f00;
    border-bottom-color: #2d4f00;
    border-right-color: #2d4f00;
}


/* -- Pricing - Green -- */
.sc-pricing .package-column.green {
    background-color: #387508;
    text-shadow: 1px 1px 2px rgba(7, 15, 1, 0.75);
}

.sc-pricing .package-column.green .heading-1 {
    border-color: #2a4d0e;
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#69a622), to(#1e4104));
    background: -webkit-radial-gradient(circle, #69a622, #1e4104);
    background: -moz-radial-gradient(circle, #69a622, #1e4104);
    background: -o-radial-gradient(circle, #69a622, #1e4104);
    background: -ms-radial-gradient(circle, #69a622, #1e4104);
    background-color: #69a622;
    box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -webkit-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -moz-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -o-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
    -ms-box-shadow: inset 0px 2px 0px rgba(238, 255, 96, 0.75);
}

.sc-pricing .package-column.green .heading-2 {
    border-color: #2a4d0e;
    color: #8ad527;
}

.sc-pricing .package-column.green .row {
    border-left-color: #2a4d0e;
    border-right-color: #2a4d0e;
}

.sc-pricing .package-column.green .buy {
    border-left-color: #2a4d0e;
    border-bottom-color: #2a4d0e;
    border-right-color: #2a4d0e;
}

/* ---- Forms ---- */
.form-section {
    padding: 0px;
    margin-top: 20px;
    position: relative;
    border-color: #aaa9a9;
    border-width: 1px;
    border-style: solid;
    background: -webkit-gradient(linear, left top, right top, from(#f3f2f2), to(#ffffff));
    background: -webkit-linear-gradient(top, #f3f2f2, #ffffff);
    background: -moz-linear-gradient(top, #f3f2f2, #ffffff);
    background: -o-linear-gradient(top, #f3f2f2, #ffffff);
    background: -ms-linear-gradient(top, #f3f2f2, #ffffff);
    background-color: #f3f2f2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
}

.form-section textarea {
    padding: 5px;
    margin: 0px;
    line-height: 15px;
    font-size: 12px;
    font-family: Arial;
    background-color: white;
    border-color: #d7d7d7;
    border-width: 1px;
    border-style: solid;
    width: 586px;
}

.form-section .inner-headings {
    display: block;
    text-transform: uppercase;
    padding: 17px 17px 15px 15px;
    margin: 0px;
    float: left;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

.form-section input[type=submit], #details-form input[type=submit] {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5) !important;
    text-transform: uppercase !important;
    line-height: 15px !important;
    font-size: 15px !important;
    font-family: GeogrotesqueSemiBold !important;
    text-align: center !important;
    background-image: url(../images/main/buttons/green-fat.png) !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    color: white !important;
    height: 44px !important;
    width: 209px !important;
    display: block !important;
    border: 0px none !important;
    position: relative !important;
    float: right !important;
    margin: 0 !important;
    padding: 10px 0 15px 0 !important;
}


.form-section input[type=checkbox] {
    margin-right: 8px;
    margin-bottom: 5px;
}

.form-section label {
    margin-bottom: 12px;
    text-transform: uppercase;
    width: 235px;
    border-bottom-color: #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-right: 20px;
    line-height: 15px;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 9px;
    float: left;
    position: relative;
}

.form-section input[type=text], #enter-code, .login-form input[type=text], .login-form input[type=password] {
    height: 14px;
    padding-left: 8px;
    padding-bottom: 7px;
    padding-right: 8px;
    padding-top: 7px;
    width: 300px;
    margin-left: 0px;
    margin-bottom: 12px;
    margin-right: 0px;
    margin-top: 0px;
    line-height: 14px;
    font-size: 12px;
    font-family: Arial;
    background-color: #ececec;
    border: 1px solid #b9b9b9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.7), inset 0px 0px 7px #acabab;
}

.form-section select {
    font-size: 12px;
    height: 28px;
    padding: 4px
}

.form-section input[type=text]:focus, .form-section select:focus, .form-section textarea:focus, #enter-code:focus, .login-form input[type=text]:focus, .login-form input[type=password]:focus {
    outline: none !important;
    border: 1px solid #757373 !important;
}

.form-section .padding {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
}

.form-section .right {
    float: right;
    position: relative;
    text-align: left;
    line-height: 20px;
    font-size: 12px;
    width: 360px;
}

.form-section .inner-grey-section {
    border-color: #dfdfe0;
    border-right-width: 0px;
    border-style: solid;
    border-left-width: 0px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    background-color: #f2f2f2;
}

.form-section .inner-grey-section .price {
    font-size: 45px;
    line-height: 60px;
}

.form-section .inner-grey-section .price sup {
    font-size: 30px;
}

label.error {
    white-space: nowrap;
    font-family: 'Arial';
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    line-height: 10px;
    color: #123f73;
    z-index: 5;
    position: absolute;
    left: 600px;
    top: 1px;
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 8px;
    padding-top: 9px;
    background-color: #8e4b88;
    text-transform: uppercase;
    text-align: center;
    background-color: #fafafa;
    -webkit-box-shadow: 0px 0px 9px #47c0fe;
    -moz-box-shadow: 0px 0px 9px #47c0fe;
    -o-box-shadow: 0px 0px 9px #47c0fe;
    -ms-box-shadow: 0px 0px 9px #47c0fe;
    box-shadow: 0px 0px 9px #47c0fe;
    width: auto;
}

.form-section .basket {
    margin-right: 15px;
    margin-top: 12px;
    float: right;
    position: relative;
}

.form-section .your-domain {
    font-family: 'GeogrotesqueMedium';
    line-height: 13px;
    font-size: 13px;
    color: #189ddd;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
    border-top-color: #189ddd;
    border-top-width: 2px;
    border-top-style: solid;
}

.form-section .your-domain a.remove {
    float: right;
    position: relative;
}

.form-section  .domain-details {
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    padding: 10px 15px 10px 15px;
    position: relative;
    background-color: #fff;
}

.form-section .domain-details a.remove {
    float: right;
    position: relative;
}

.form-section .available-domain {
    font-family: 'GeogrotesqueMedium';
    line-height: 13px;
    font-size: 16px;
    color: #189ddd;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
    border-top-color: #189ddd;
    border-top-width: 2px;
    border-top-style: solid;
}

.form-section  .available-domain-details {
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    line-height: 20px;
    font-size: 13px;
    padding: 25px 15px 25px 18px;
    position: relative;
    background-color: #fff;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #2a2a2a;
}



/* ---- Small Cart ---- */

.cart-small {
    text-align: left;
}

.cart-small .domain {
    font-family: GeogrotesqueMedium;
    line-height: 13px;
    font-size: 13px;
    color: #189ddd;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
    border-top-color: #189ddd;
    border-top-width: 2px;
    border-top-style: solid;
}

.cart-small .domain a.remove {
    float: right;
    position: relative;
}

.cart-small .domain-details {
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 13px;
    padding: 15px;
    position: relative;
}

.cart-small .domain-details-price {
    float: right;
    position: relative;
}

.cart-small .basket {
    margin-top: -2px;
    margin-right: 15px;
    float: right;
    position: relative;
}

.cart-small h6 {
    padding-left: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 0px;
    margin: 0px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}


/* -- Table -- */

.table-2 {
    position: relative;
    border-color: #c2c2c2;
    border-style: solid;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 4px;
    border-top-width: 4px;
}

.table-2 .row-heading {
    position: relative;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.51, rgb(246,246,246)), color-stop(1, rgb(246,246,246)), color-stop(0.5, rgb(240,240,240)), color-stop(0, rgb(240,240,240)));
    background: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
    background: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
    background: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
    background: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
    background: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(240,240,240) 50%, rgb(246,246,246) 51%, rgb(246,246,246) 100%);
}

.table-2 .row-heading .column-1 {
    text-transform: uppercase;
    font-family: GeogrotesqueSemiBold;
    line-height: 15px;
    font-size: 15px;
    padding: 35px 30px 35px 30px;
    position: relative;
    width: 410px;
    float: left;
}

.table-2 .row-heading .column-1a {
    text-transform: uppercase;
    font-family: GeogrotesqueSemiBold;
    line-height: 15px;
    font-size: 15px;
    padding: 35px 30px 35px 30px;
    position: relative;
    width: 475px;
    float: left;
}

.table-2 .row-heading .column-1a .close {
    position: absolute;
    right: 30px;
    top: 30px;
    display: none;
}

.table-2 .row-heading .column-1a .open {
    position: absolute;
    right: 30px;
    top: 30px;
}

.table-2 .row-heading .column-2 {
    text-align: center;
    border-left-color: #e5e4e3;
    border-left-style: solid;
    border-left-width: 1px;
    width: 157px;
    padding-bottom: 35px;
    padding-top: 35px;
    float: left;
    position: relative;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    color: #888888;
}


.table-2 .row-heading .column-2a {
    text-align: center;
    border-left-color: #e5e4e3;
    border-left-style: solid;
    border-left-width: 1px;
    width: 205px;
    padding-bottom: 35px;
    padding-top: 35px;
    float: left;
    position: relative;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    color: #888888;
}

.table-2 .row {
    border-bottom-color: #dedede;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    position: relative;
}

.table-2 .row .column-1 {
    text-transform: uppercase;
    width: 80px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 15px;
    font-size: 15px;
    float: left;
    position: relative;
}


.table-2 .row .column-1a {
    text-transform: uppercase;
    width: 505px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 15px;
    font-size: 15px;
    float: left;
    position: relative;
}

.table-2 .row .column-2 {
    line-height: 15px;
    font-size: 15px;
    width: 360px;
    padding-bottom: 10px;
    padding-top: 10px;
    float: left;
    position: relative;
}

.table-2 .row .column-2a {
    width: 205px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    position: relative;
    border-left-color: #e5e4e3;
    border-left-style: solid;
    border-left-width: 1px;
}

.table-2 .row .column-3 {
    width: 157px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    line-height: 15px;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    position: relative;
    border-left-color: #e5e4e3;
    border-left-style: solid;
    border-left-width: 1px;
}

.table-2 .row .column-3.red {
    color: #ed1c24;
    font-family: GeogrotesqueSemiBold;
}

/* -- Hosting Buttons -- */

.hosting-buttons {
    float: right;
    position: relative;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    -moz-box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    -o-box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    -ms-box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    box-shadow: -1px 0px 6px #d4d4d4, inset -5px 0px 5px #ffffff;
    background-color: #f9f9f9;
}

.hosting-buttons a {
    border-right-color: #e1e1e1;
    border-right-width: 1px;
    border-right-style: solid;
    text-align: center;
    font-family: GeogrotesqueRegular;
    display: block;
    width: 185px;
    padding-bottom: 20px;
    float: left;
    position: relative;
    padding-top: 20px;
    font-size: 20px;
    line-height: 20px;
}

.hosting-buttons a:hover {
    text-decoration: none;
    color: #1b3a68;
}

/*------- Checkout ------*/

body.checkout-style {
    background-repeat: no-repeat;
    line-height: 20px;
    font-size: 15px;
    font-family: 'GeogrotesqueRegular';
    color: #2a2a2a;
    margin: 0px;
    padding: 0px;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    background-image: url(../images/checkout/main/background.jpg);
    background-position: center top;
    background-color: #efefef;
}

#checkout-tabs {
    position: relative;
    padding-top: 90px;
}

.ch-left {
    position: relative;
    float: left;
    padding: 0 15px 15px 15px;
    text-align:left;
}

.ch-right {
    position: relative;
    float: left;
    width: 235px;
    margin: 25px 0;
    padding-top: 20px;
    border: 1px solid #c1bfbf;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.ch-domain-name {
    font-size: 18px;
    line-height: 18px;
    color: #18549a;
    font-family: 'GeogrotesqueSemiBold';
    padding: 12px 10px;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-top: 14px;
    margin-bottom: 10px;
    background-color: #fff;
    position: relative;
    width: 724px;
}

.ch-domain-name .img {
    position: absolute !important;
    right: 0px !important;
    top: -7px !important;
}

.ch-domain-name .status {
    position: relative;
    float: right;
    margin-right: 65px;
    color: #2a2a2a;
    font-family: 'GeogrotesqueRegular';
}

.ch-domain-name-cost {
    position: absolute;
    margin-bottom: 10px;
    width: 835px;
    margin-top: -46px;
}

.ch-domain-name-cost .sale {
    font-size: 15px;
    line-height: 15px;
    padding: 6px 8px;
    float: left;
}

.ch-domain-name-cost .select {
    float: right;
}

.ch-domain-name-cost .you-save {
    color: #ed1c24;
    float: right;
    position: relative;
    font-size: 15px;
    line-height: 15px;
    padding: 6px 8px;
}

.ch-free-with-domain {
    border-bottom: 1px solid #d4d4d4;
    padding: 15px 0px;
    margin-bottom: 25px;
}

.ch-free-with-domain .point {
    font-size: 15px;
    line-height: 15px;
    padding: 6px;
}

.ch-free-with-domain .point.last {
    padding-bottom: 0px;
}

.ch-free-with-domain .point.first {
    padding-top: 12px;
}

.ch-free-with-domain a.all-services {
    display: inline-block;
    padding: 6px 10px;
    color: #5e5e5e;
    font-family: 'GeogrotesqueSemiBold';
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin: -7px 10px;
    background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
    background: -moz-linear-gradient(top, #ffffff, #f8f8f8);
    background: -o-linear-gradient(top, #ffffff, #f8f8f8);
    background: -ms-linear-gradient(top, #ffffff, #f8f8f8);
}

.ch-free-with-domain a.all-services:hover {
    text-decoration: none;
    color: #847e7e;
}

.ch-free-with-domain .point .img {
    float: left;
    position: relative;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top: -4px;
}

.orange {
    color: #dd9421;
}

.boxes {
    float: left;
    position: relative;
    border: 1px solid rgba(170, 169, 169, 0.4);
    text-align: center;
    width: 307px;
    padding-top: 16px;
    padding-bottom: 12px;
    margin-right: 11px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #189ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#fdfafa), to(#f8f8f8));
    background: -webkit-linear-gradient(top, #fdfafa, #f8f8f8);
    background: -moz-linear-gradient(top, #fdfafa, #f8f8f8);
    background: -o-linear-gradient(top, #fdfafa, #f8f8f8);
    background: -ms-linear-gradient(top, #fdfafa, #f8f8f8);
    background-color: #fdfafa;
    -webkit-box-shadow: inset 0px 3px 3px #fffbfb;
    -moz-box-shadow: inset 0px 3px 3px #fffbfb;
    -o-box-shadow: inset 0px 3px 3px #fffbfb;
    -ms-box-shadow: inset 0px 3px 3px #fffbfb;
    box-shadow: inset 0px 3px 3px #fffbfb;
    margin-bottom: 18px;
}

.boxes.active {
    text-decoration: none;
    color: #123f73;
    background: -webkit-gradient(linear, left top, right top, from(#f0eded), to(#f4f4f4));
    background: -webkit-linear-gradient(top, #f0eded, #f4f4f4);
    background: -moz-linear-gradient(top, #f0eded, #f4f4f4);
    background: -o-linear-gradient(top, #f0eded, #f4f4f4);
    background: -ms-linear-gradient(top, #f0eded, #f4f4f4);
    background-color: #f0eded;
    -webkit-box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    -moz-box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    -o-box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    -ms-box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    box-shadow: 0px 0px 6px #00a8ff, inset 0px 3px 3px #fffbfb;
    font-family: 'Conv_geogrotesque-bold-webfont';
}

#lock {
    position: absolute;
    top:-10px;
    right: -6px;
}

#content-left-heading {
    position: relative;
    text-align: left;
    background-image: url(../images/checkout/main/content-heading.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding-left: 17px;
    height: 58px;
}

#content-left-heading .start-again {
    float: right;
    position: relative;
    background-image: url(../images/checkout/main/heading-arrow.png);
    background-position: center left;
    background-repeat: no-repeat;
    width: 101px;
    height: 34px;
    padding-left: 40px;
    padding-top: 24px;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: #9f9e9e;
    text-transform: uppercase;
    display: block;
}

#content-left-heading .start-again:hover {
    color: #7c7777;
    text-decoration: none;
}

#content-left-heading h1 {
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    padding-top: 18px;
    line-height: 23px;
    font-size: 23px;
    font-family: "GeogrotesqueLight";
    width: 500px;
}

#content-left {
    width: 709px;
    float: left;
    position: relative;
    margin-left: 2px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    margin-bottom: 40px;
    text-align: left;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    z-index: 10;
}

#domain-search{
    font-family: 'GeogrotesqueLight';
    font-weight: normal;
    font-style: normal;
    font-size:23px;
    color: #2a2a2a;
    text-transform: uppercase;
}

#main-left-content {
    padding: 18px 20px 20px 20px;
    z-index: 12;
    position: relative;
}

#main-left-content h6, .ch-left h6 {
    padding-bottom: 10px;
    padding-right: 0px;
    padding-top: 31px;
    padding-left: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

#main-left-content .line {
    height: 1px;
    width: 100%;
    background-color: #e8e8e9;
    margin-bottom: 17px;
}

.form-container {
    margin-top: 22px;
    background-color: silver;
    height: 150px;
}

/*--------------- Checkout - Small Cart ----------- */
#content-right {
    float: left;
    position: relative;
    width: 237px;
}

.your-cart {
    /*width: 236px;
	padding-top: 42px;
	border-top:1px solid #c1bfbf;
	border-bottom:1px solid #c1bfbf;
	border-right:1px solid #c1bfbf;
	float: left;
	position: relative;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-top: 64px;
	z-index: 8;
	background-color: #fff;*/
}

.promo-code{
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #fff;
    text-align: left;
}

#promo-question {
    display: block;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #2a2a2a;
    line-height: 21px;
    margin-bottom: 15px;
}

#enter-code {
    width:114px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

.ch-right .cart-details {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
    text-align: left;
}

.cart-details h6 {
    padding: 0;
    margin: 0px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

.inc-gst {
    float: right;
    position: relative;
    display: block;
    margin-top: -4px;
    padding-right: 15px;
}

.gst {
    float: left;
    position: relative;
    display: block;
    margin-top: -4px;
    padding-left: 6px;
}

#total-cost {
    margin-top: 10px;
    margin-bottom: 17px;
    position: relative;
}

#cart-total {
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
    line-height: 45px;
    color: #2a2a2a;
}

.sup {
    position: relative;
    display: inline-block;
    width: 30px;
}

.sup .in {
    font-size: 25px;
    line-height: 25px;
    color: #2a2a2a;
    display: block;
    position: absolute;
    top:-38px;
    right: 0px;
}

#strike-through {
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #2a2a2a;
}

#save-percent {
    font-family: "Conv_geogrotesque-bold-webfont";
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    text-transform: uppercase;
    color: #ed1c24;
}

/*--------------- Checkout - Returning Customer ----------- */

.returning-customer {
    width: 229px;
    padding-top: 50px;
    border:1px solid #c1bfbf;
    float: left;
    position: relative;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    margin-top: 64px;
    z-index: 8;
    background-color: #fff;
    margin-left: 15px;
}

.returning-customer h6, .ch-right h6 {
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 0px;
    margin: 0px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

.cart-details h6 {
    padding-left: 0px;
}

.customer-form {
    padding-bottom: 20px;
    padding-top: 10px;
    padding-left: 15px;
    border-top: 1px solid #e8e8e9;
    border-bottom: 1px solid #e8e8e9;
    background-color: #fff;
    text-align: left;
    margin-bottom: 15px;
}


.login-form label {
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
    width: 235px;
    float: left;
    position: relative;
}

.login-form input[type=text], .login-form input[type=password] {
    width: 182px;
}

#login-button {
    margin-bottom: 15px;
    margin-right: 12px;
    float: right;
    position: relative;
}

/*--------------- Checkout - Confirm & Pay ----------- */

#place-order-text {
    background: -webkit-gradient(linear, left top, right top, from(#e7e7e7), to(#eeeeee));
    background: -webkit-linear-gradient(top, #e7e7e7, #eeeeee);
    background: -moz-linear-gradient(top, #e7e7e7, #eeeeee);
    background: -o-linear-gradient(top, #e7e7e7, #eeeeee);
    background: -ms-linear-gradient(top, #e7e7e7, #eeeeee);
    background: linear-gradient(top, #e7e7e7, #eeeeee);
    background-color: #e7e7e7;
    height: 200px;
    border-top: 1px solid #dadadb;
    border-bottom: 1px solid #dadadb;
}

#place-order-text #text {
    float: right;
    position: relative;
    width: 382px;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #2a2a2a;
    line-height: 21px;
}

#place-order-text #text a{
    text-decoration: underline;
}

#place-order-text .cart-total{
    padding-top: 6px;
    float: left;
    position: relative;
    text-align: left;
    width:220px;
}

.cart-total-heading {
    padding: 0px;
    margin: 0px;
    float: left;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: "Conv_geogrotesque-bold-webfont";
    line-height: 15px;
    font-size: 15px;
}

#total-amount {
    margin-top: 25px;
}

.amount {
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 45px;
    color: #2a2a2a;
}

#superscript {
    font-family: 'GeogrotesqueRegular';
    font-weight: bold;
    font-style: normal;
    font-size: 25px;
    color: #2a2a2a;
    margin: -32px 0 0 0;
    padding: 0px;
}

.year-buttons {
    width: 70px;
    float: right;
    position: relative;
}

.your-cart-total {
    padding: 15px 15px 13px 15px;
    border-bottom-color: #e8e8e9;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #f2f2f2;
}

#total-sum {
    float: right;
    position: relative;
}

/*#total-sum .superscript {
	font-family: 'GeogrotesqueRegular';
	font-weight: bold;
	font-style: normal;
	font-size: 25px;
	color: #2a2a2a;
	margin-top: -7px;
	margin-right: 0px;
}*/

#your-cart-headings {
    float: left;
    position: relative;
    margin-top: 5px;
}

/*---------- Purchase Complete ---------- */

#spacer {
    position: relative;
    margin-top: 140px;
}

.username {
    display: block;
    font-family: "Conv_geogrotesque-bold-webfont";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #6d9a08;
    text-transform: uppercase;
    padding-top: 3px;
}

.sale {
    display: block;
    float: right;
    position: relative;
    text-align: center;
    padding: 6px 10px 4px 10px;
    background-color: #ed1c24;
    text-transform: uppercase;
    font-family: "Conv_geogrotesque-bold-webfont";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #fff;
    margin-right: 20px;
}

.domain-container {
    margin-top: 4px;
}

.saving-you {
    display: block;
    float: right;
    position: relative;
    margin-right: 20px;
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-size: 15px;
    font-style: normal;
    color: #ed1c24;
}

.prices {
    width: 253px;
    margin-left: 5px;
}

#return-homepage {
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    color: #2a2a2a;
    padding: 8px 15px 8px 15px;
}

#homepage-arrow {
    margin-left: 3px;
    margin-bottom: -1px;
}

#return {
    float: left;
    position: relative;
    width: 185px;
    margin-top: 17px;
}

/*---------------- Jquery LightBox --------------*/

#lightbox-help {
    width: 615px;
    height: 181px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 27px;
    padding-bottom: 27px;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #fefefe;
    z-index: 110;
    display: none;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow:0px 0px 8px #444547;
    -webkit-box-shadow:0px 0px 10px #444547;
    -moz-box-shadow:0px 0px 10px #444547;
    -o-box-shadow:0px 0px 10px #444547;
    -ms-box-shadow:0px 0px 10px #444547;
}

#lightboxbg-help {
    position: fixed;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 100;
    top:0px;
    left: 0px;
    display: none;
}

#lightboxclose {
    position: absolute;
    top: -15px;
    right: -16px;
}

#need-help {
    float: left;
    position: relative;
    display: block;
    width: 185px;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #2a2a2a;
    margin-top: 16px;
}

#lightbox-content {
    text-align: left;
}

#lightbox-content h4 {
    padding: 0px 0px 15px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-size: 20px;
    font-style: normal;
    color: #2a2a2a;
}

#lightbox-content #info-text {
    text-transform: uppercase;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #000;
}

#lightbox-content #sub-content {
    margin-top: 35px;
}

#sub-content-right {
    float: right;
    position: relative;
    text-align: left;
    width:450px;
    font-family: 'GeogrotesqueRegular';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #2a2a2a;
    line-height: 22px;
}

#sub-content-right a{
    color: #497a06;
    text-decoration:none;
}

#sub-content-right a:hover{
    text-decoration:underline;
}

#sub-content-left {
    float: left;
    position: relative;
    width: 150px;
    margin-right: 13px;
}

#query-sub-title {
    display: block;
    padding:0px 0px 3px 0px;
    margin: 0px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: normal;
    font-family: 'GeogrotesqueSemiBold';
    line-height: 15px;
    font-size: 15px;
    color: #000;
}



/*------------ Extras ------------*/

.grey-box {
    padding: 7px;
    margin-top: 25px;
    position: relative;
    border-color: #c1c0c0;
    border-width: 2px;
    border-style: solid;
    background: -webkit-gradient(linear, left top, right top, from(#d9d8d8), to(#dedede));
    background: -webkit-linear-gradient(top, #d9d8d8, #dedede);
    background: -moz-linear-gradient(top, #d9d8d8, #dedede);
    background: -o-linear-gradient(top, #d9d8d8, #dedede);
    background: -ms-linear-gradient(top, #d9d8d8, #dedede);
    background: linear-gradient(top, #d9d8d8, #dedede);
    background-color: #d9d8d8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -webkit-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -moz-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -o-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
    -ms-box-shadow: 0px 0px 5px rgba(195, 195, 195, 0.70), inset 0px 0px 27px rgba(177, 177, 175, 0.09);
}

.grey-box-simple {
    padding: 7px;
    margin-top: 25px;
    position: relative;
    border: none;
    background-color: #F7F7F7;
    border-radius: 6px;
    box-shadow: none;
}

.grey-box-simple .inner-grey-box {
    background: none repeat scroll 0 0 #F7F7F7;
}

.grey-box h4 {
    font-family: GeogrotesqueRegular;
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 24px;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    color: #828f3d;
}

.inner-grey-box {
    background: -webkit-gradient(linear, left top, right top, from(#f2f2f2), to(#fdfdfd));
    background: -webkit-linear-gradient(top, #f2f2f2, #fdfdfd);
    background: -moz-linear-gradient(top, #f2f2f2, #fdfdfd);
    background: -o-linear-gradient(top, #f2f2f2, #fdfdfd);
    background: -ms-linear-gradient(top, #f2f2f2, #fdfdfd);
    background: linear-gradient(top, #f2f2f2, #fdfdfd);
    background-color: #f2f2f2;
}

.inner-grey-box .btn-danger {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
}

INPUT.orange-button {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 20px;
    margin-right: 80px;
    background-color: #f58835;
    *background-color: #f58835;
    background-image: -ms-linear-gradient(top, #f58835, #a55a24);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f58835), to(#a55a24));
    background-image: -webkit-linear-gradient(top, #f58835, #a55a24);
    background-image: -o-linear-gradient(top, #f58835, #a55a24);
    background-image: -moz-linear-gradient(top, #f58835, #a55a24);
    background-image: linear-gradient(top, #f58835, #a55a24);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr='#f58835', endColorstr='#a55a24', GradientType=0);
    filter: progid:dximagetransform.microsoft.gradient(enabled=false);
}

INPUT.orange-button:hover,
INPUT.orange-button:active,
INPUT.orange-button.active,
INPUT.orange-button.disabled,
INPUT.orange-button[disabled] {
    background-color: #a55a24;
    *background-color: #a55a24;
}

INPUT.orange-button:active,
INPUT.orange-button.active {
    background-color: #a55a24 \9;
}


.inner-grey-box .padding {
    padding: 20px;
    position: relative;
}

.inner-grey-box .headings{
    text-transform: none;
    padding: 0px;
    margin: 0px;
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    font-size: 24px;
    color: #2b5b5b;
}

.hidden-content {
    margin-bottom: 45px;
    display: none;
    border-bottom: 1px solid #d4d4d4;
    padding-top: 20px;
    padding-bottom: 16px;
}

.show-btn {
    position: absolute;
    top:2px;
    right: 7px;
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #9f9e9e;
    text-decoration: none;
    text-transform: uppercase;
}

.show-btn:hover {
    text-decoration: none;
    color: #878686;
}

.down-arrow {
    margin-left: 5px;
}

.hide-btn {
    position: absolute;
    top:1px;
    right: 7px;
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #9f9e9e;
    text-decoration: none;
    text-transform: uppercase;
    display: none;
}

.hide-btn:hover {
    text-decoration: none;
    color: #878686;
}

.up-arrow {
    margin-left: 5px;
}

/*---------- Pacakages ----------*/

#blue-box {
    background-color: #f6fafc;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    -moz-box-shadow: 0 0 2px 2px #addcf3;
    -webkit-box-shadow: 0 0 2px 2px #addcf3;
    -ms-box-shadow: 0 0 2px 2px #addcf3;
    -o-box-shadow: 0 0 2px 2px #addcf3;
    box-shadow: 0 0 2px 2px #addcf3;
    margin-top: 10px;
    margin-bottom: 5px;
}

.display-items .button {
    float: right;
    position: relative;
    width: 130px;
}

.display-items .description {
    float: left;
    position: relative;
    width: 440px;
}

.display-items .icons{
    float: left;
    position: relative;
    width: 40px;
    margin-top:7px;
}

.blue-text {
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #175195;
    text-transform: uppercase;
    line-height: 21px;
}

.grey-text {
    font-family: "Conv_geogrotesque-bold-webfont";
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #5c5c5c;
    line-height: 21px;
}

a.add-to-cart {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: 'GeogrotesqueSemiBold';
    text-align: center;
    background-image: url(../images/checkout/buttons/blue-small.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    padding-top: 10px;
    height: 28px;
    width: 162px;
    display: block;
    border: 0px none;
    position: absolute;
    bottom: 9px;
    right: 0px;
    text-decoration: none;
}

a.add-to-cart:hover {
    text-decoration: none;
    background-image: url(../images/checkout/buttons/blue-small-hover.png);
}

.plus-icon {
    margin-right: 4px;
    margin-bottom: 1px;
}

a.light-blue-btn {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    line-height: 15px;
    font-size: 15px;
    font-family: 'GeogrotesqueSemiBold';
    text-align: center;
    background-image: url(../images/checkout/buttons/light-blue-small.png);
    background-position: center top;
    background-repeat: no-repeat;
    color: white;
    padding-top: 10px;
    height: 28px;
    width: 162px;
    display: block;
    border: 0px none;
    position: absolute;
    bottom: 9px;
    right: 0px;
    margin-top: -2px;
    text-decoration: none;
}

a.light-blue-btn:hover {
    text-decoration: none;
}

.hidden-content .left {
    float: left;
    position: relative;
    width: 355px;
    margin-right: 10px;
    text-align:left;
}

.hidden-content .left ul {
    margin: 2px 0px 0px 57px;
    padding: 0px;
}

.hidden-content .right {
    float: left;
    position: relative;
    width: 240px;
    text-align:left;
}


/*------------- Domain Search ------------ */

.orange-text {
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #dd9421;
    text-transform: uppercase;
    line-height: 21px;
}

.sliding-div {
    border-top: 2px solid #189ddd;
    display: none;
    padding-top: 5px;
}

#search-domains {
    position: relative;
    width: 748px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    background-color: #fff;
    border-color: #d1d1d1;
    border-width: 1px;
    border-style: solid;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    margin-top: 10px;
    margin-bottom: 7px;
}

#search-domains a.submit {
    padding-left: 17px;
    padding-bottom: 0px;
    padding-right: 17px;
    padding-top: 7px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    height: 39px;
    width: 28px;
    float: right;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#a7ce30), to(#6e9102));
    background: -webkit-linear-gradient(top, #a7ce30, #6e9102);
    background: -moz-linear-gradient(top, #a7ce30, #6e9102);
    background: -o-linear-gradient(top, #a7ce30, #6e9102);
    background: -ms-linear-gradient(top, #a7ce30, #6e9102);
    background-color: #a7ce30;
    border-radius: 0px 7px 7px 0px;
    -webkit-border-radius: 0px 7px 7px 0px;
    -moz-border-radius: 0px 7px 7px 0px;
    -o-border-radius: 0px 7px 7px 0px;
    -ms-border-radius: 0px 7px 7px 0px;
}

#search-domains.focus {
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -o-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
    -ms-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.3), 0px 0px 9px rgba(207, 221, 20, 0.6);
}

#search-domains .left {
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    background-color: white;
    float: left;
    position: relative;
    border-radius: 7px 0px 0px 7px;
    -webkit-border-radius: 7px 0px 0px 7px;
    -moz-border-radius: 7px 0px 0px 7px;
    -o-border-radius: 7px 0px 0px 7px;
    -ms-border-radius: 7px 0px 0px 7px;
}

#search-domains .left .www {
    border-right-color: #d8d8d8;
    border-right-width: 1px;
    border-right-style: solid;
    font-family: GeogrotesqueMedium;
    font-size: 15px;
    color: #2a2a2a;
    padding-bottom: 4px;
    padding-top: 4px;
    padding-right: 12px;
    padding-left: 12px;
    height: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    float: left;
    position: relative;
}

#search-domains input[type=text] {
    width: 503px;
    padding: 13px;
    margin: 0px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: GeogrotesqueRegular;
    border-style: none;
    border-width: 0px;
    float: left;
    position: relative;
}

#search-domains input[type=text]:focus {
    outline: none;
}

#search-domains .left a.extension {
    text-align: left !important;
    width: 70px !important;
    color: #2a2a2a !important;
    border-left-style: solid !important;
    border-left-color: #d8d8d8 !important;
    border-left-width: 1px !important;
    display: block !important;
    font-family: GeogrotesqueMedium !important;
    line-height: 18px !important;
    font-size: 18px !important;
    padding-bottom: 4px !important;
    padding-top: 4px !important;
    padding-right: 20px !important;
    padding-left: 10px !important;
    height: 18px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
    float: left !important;
    position: relative !important;
}

#search-domains .left a.extension .text {
    padding: 0 !important;
    margin: 0 !important;
    font-family: GeogrotesqueMedium !important;
    font-size: 18px !important;
    height: auto !important;
    left: auto !important;
    line-height: 18px !important;
    top: auto !important;
    width: auto !important
}

#search-domains  .left a.extension:hover .text {
    color: #8bb01a !important;
}

#search-domains  .left a.extension:hover {
    color: #8bb01a;
    text-decoration: none;
    cursor: pointer;
}

#search-domains  .left a.extension .search-arrow {
    right: 10px;
    top: 10px;
    position: absolute;
}

form#search-domains ::-webkit-input-placeholder {
    color: #000000;
    opacity: 1 !important;
}

form#search-domains :-moz-placeholder { /* Firefox 18- */
    color: #000000;
    opacity: 1 !important;
}

form#search-domains ::-moz-placeholder {  /* Firefox 19+ */
    color: #000000;
    opacity: 1 !important;
}

form#search-domains :-ms-input-placeholder {
    color: #000000;
    opacity: 1 !important;
}

.dark-blue-text {
    font-family: 'GeogrotesqueSemiBold';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #18549a;
    line-height: 21px;
}


div.extensions {
    width:760px;
}
.extensions-top{
    float: right;
    position: relative;
}

.extensions-top a, .extensions a {
    display: block;
    width:72px;
    border: 1px solid #c9c9c9;
    text-align: center;
    float: left;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-top: 3px;
    -webkit-box-shadow: 1px 1px 5px #e0e0e0;
    -moz-box-shadow: 1px 1px 5px #e0e0e0;
    -o-box-shadow: 1px 1px 5px #e0e0e0;
    -ms-box-shadow: 1px 1px 5px #e0e0e0;
    box-shadow: 1px 1px 5px #e0e0e0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#fff), to(#faf9f9));
    background: -webkit-linear-gradient(top, #fff, #faf9f9);
    background: -moz-linear-gradient(top, #fff, #faf9f9);
    background: -o-linear-gradient(top, #fff, #faf9f9);
    background: -ms-linear-gradient(top, #fff, #faf9f9);
    background: linear-gradient(top, #fff, #faf9f9);
    background-color: #fff;
    text-decoration: none;
    height: 76px;
    overflow: hidden;
}

.extensions-top a:hover, .extensions a:hover {
    text-decoration: none;
}

.extensions-top a.active, .extensions a.active {
    border: 5px solid #a4d01d;
    margin-right: 1px;
    margin-left: 1px;
    margin-top: 1px;
    margin-bottom: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.extensions-top input[type=checkbox], .extensions input[type=checkbox] {
    display: none;
}

.extensions-top a .domain-type, .extensions a .domain-type {
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 23px;
    color: #123f73;
    text-transform: lowercase;
    padding-bottom: 2px;
    padding-top: 6px;
}

.extensions-top a .domain-cost, .extensions a .domain-cost {
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 16px;
    color: #189ddd;
    text-transform: lowercase;
    padding-bottom: 5px;
}

.extensions-top a .green-line, .extensions a .green-line {
    height: 1px;
    display: block;
    background-color:#558807;
}

.extensions-top a .domain-add, .extensions a .domain-add {
    display: block;
    padding-top: 6px;
    padding-bottom: 2px;
    font-family: 'GeogrotesqueMedium';
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    color: #558807;
}

.extensions-top a .domain-add img, .extensions a .domain-add img {
    padding-top: 3px;
}

.extensions-top a .blue-line, .extensions a .blue-line {
    height: 1px;
    display: block;
    background-color: #46b0e3;
}

.extensions-top a .domain-taken, .extensions a .domain-taken {
    display: block;
    padding-top: 2px;
    padding-bottom: 2px;
    font-family: 'GeogrotesqueMedium';
    font-weight: bold;
    font-style: normal;
    font-size: 13px;
    color: #ed1c24;
}

.extensions-top a .domain-add img, .extensions a .domain-add img, .extensions-top a .domain-taken img, .extensions a .domain-taken img {
    margin-right: 4px;
    margin-bottom: -1px;
}

.extensions-top a .in-cart, .extensions a .in-cart {
    text-align: center;
    text-transform: uppercase;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #123f73;
    display: none;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 28px;
}

#heading-container {
    float: left;
    position: relative;
    width: 140px;
    margin-top: 34px;
}

.why-btn {
    display: block;
    float: right;
    position: relative;
    width: 24px;
    padding-right: 6px;
    padding-left: 6px;
    font-family: Arial;
    font-weight: bold;
    font-style: normal;
    font-size: 9px;
    color: #ffffff;
    background-color: #18549a;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.why-btn:hover {
    text-decoration: none;
    background-color: #154680;
}

#text-block {
    margin-bottom: 10px;
}

.show-extensions {
    position: absolute;
    bottom:3px;
    right: 7px;
    display: block;
    font-family: 'GeogrotesqueMedium';
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #9f9e9e;
    text-decoration: none;
    text-transform: uppercase;
    z-index: 5;
}

.show-extensions:hover {
    text-decoration: none;
    color: #878686;
}

#order-modern td.fieldlabel {
    text-transform: none;
    text-align: left !important;
    width: 235px !important;
    border-bottom: 1px solid #E4E4E4;
}

#order-modern td.fieldlabel:last-child {
    border-bottom: 1px solid black;
}

#order-modern td.fieldarea {
    background-color: transparent !important;
    border: 0 !important;
    padding: 3px !important;
    height: 40px !important;
}

#order-modern td.fieldarea input[type="text"], #enter-code, #order-modern td.fieldarea input[type="text"], #order-modern td.fieldarea input[type="password"] {
    background-color: #ECECEC;
    border: 1px solid #B9B9B9;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    -webkit-box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    -moz-box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    -o-box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    -ms-box-shadow: 0 0 5px rgba(195, 195, 195, 0.7), 0 0 7px #ACABAB inset;
    font-family: Arial;
    font-size: 12px;
    height: 14px;
    line-height: 14px;
    margin: 0;
    padding: 7px 8px;
    width: 300px;
    color: black;
}
​
.checkoutcol2 td.fieldarea input[type="text"], .checkoutcol2 #enter-code, .checkoutcol2 td.fieldarea input[type="text"], .checkoutcol2 td.fieldarea input[type="password"] {
    width: 250px !important;
    margin-right: 10px !important;
}

#cart_style {
    width: 100%;
    border-collapse: collapse !important;
    margin: 0;
}

#cart_style th {
    text-align: center;
    margin: 0;
    border-top: 1px solid #d0d0d0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
}

#cart_style td {
    margin: 0;
    height: 49px;
    border-bottom: 1px solid #d0d0d0 !important;
}

#cart_style td a {
    float: right;
}

#cart_style .price-cell {
    text-align: center;
    font-weight: bold;
}

#cart_style .cart-head {
    height: 30px;
    background-color: #efefef;
}

#cart_style .total-row {
    background-color: #efefef;
}

#cart_style .total-row td {
    text-align: center;
    margin: 0;
    border-top: 1px solid #d0d0d0 !important;
    border-bottom: 1px solid #d0d0d0 !important;
    height: 30px;
}

#cart_style .total-row td {
    font-weight: bold;
}

#cart_style .ctotal-row td {
    text-align: center;
    margin: 0;
    border-top: 1px solid #d0d0d0 !important;
    border-bottom: 0 !important;
    height: 50px;
    color: #750a24;
    font-size: 24px !important;
}

.re-override {
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    background: white !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.re-override table {
    border-collapse: collapse !important;
}

#order-modern div.re-override td.fieldlabel {
    border: 0;
}

#order-modern div.re-override td.fieldarea {
    height: 30px !important
}

#order-modern div.re-override td.fieldlabel{
    width: 106px !important;
}

#order-modern div.re-override td.fieldarea input[type="text"], #enter-code, #order-modern div.re-override td.fieldarea input[type="text"], #order-modern div.re-override td.fieldarea input[type="password"], #order-modern div.re-override td.fieldarea select {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -o-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    background-color: white !important;
}

#order-modern div.re-override input {
    width: 262px;
}

#order-modern div.re-override select {
    width: 281px;
    color: black;
    font-size: 14px;
    margin-bottom: 0;
    border-color: #B9B9B9;
}


.newbtn{
    background:url(../images/green-fat.png) no-repeat !important;
    font-size: 20px !important;
    display: block;
    width: 209px !important;
    line-height: 37px !important;
    text-align: center !important;
    height: 42px !important;
    color:#fff !important;
    font-weight:bolder !important;
    border:0 !important;
    padding:3px !important;
}

.newbtn:hover{
    background:url(../images/green-fat-hover.png) no-repeat !important;
    text-decoration: none !important;
    color:#fff !important;
}

.newbtn:active{
    background:url(../images/green-fat-active.png) no-repeat !important;
    text-decoration: none !important;
    color:#fff !important;
}

.btn-login {
    background:url(../../orderforms/domainsnames/images/login-btn.png) no-repeat;
}

.fweh{
    font-size: 51px;
    font-weight: 900;
    margin-top: 6px !important;
    margin-bottom:0 !important;
}

.weadn{
    font-size: 36px;
    font-weight: bold;
    margin-bottom:0 !important;
    margin-top: 30px !important;
}
@media only screen and (max-device-width: 480px) {
    .fweh{
        font-size: 48px;
        font-weight: 900;
    }

    .weadn{
        font-size: 36px;
        font-weight: normal;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 768px) {
    .fweh{
        font-size: 48px;
        font-weight: 900;
    }

    .weadn{
        font-size: 36px;
        font-weight: normal;
    }
}

#whmcsorderfrm .logincontainer input[type="text"], #whmcsorderfrm .logincontainer input[type="password"]{
    width:270px;
}

#whmcsorderfrm .logincontainer input[type="checkbox"]{
    margin:0 3px;
}

#whmcsorderfrm .logincontainer label{
    display: block;
    margin-bottom: 5px;
    color: #333333;
    font-family: GeogrotesqueRegular;
    font-size: 13px;
    line-height: 18px;
}

#whmcsorderfrm .logincontainer p{
    margin:0;
}

#whmcsorderfrm .logincontainer strong{
    font-weight:normal;
}

/* ----------- login loader ------------- */
.clientarea-login.logincontainer {
    width: 332px;
}
.clientarea-login .rememberme {
    padding: 0 37px 0 0;
}
.clientarea-login div.loading-icon {
    display: inline;
}
.clientarea-login div.loading-icon img {
    display: none;
    width: 23px;
    height: 23px;
    margin: 8px 0 0 10px;
}

/* bulk form */
.bulkdomain-heading h2 {
    font-family: "Conv_geogrotesque-bold-webfont";
    font-size: 23px;
    font-style: normal;
    font-weight: normal;
    line-height: 23px;
    margin: 0;
    padding: 20px 0 0;
    text-transform: uppercase;
}
.bulkdomain-block-1 {
    width: 97% !important;
}
.bulkdomain-block-1 .ch-domain-name {
    margin-bottom: 25px !important;
    width: 813px;
}
.bulkdomain-block-1 .ch-domain-name .bulkdomain-checkbox {
    display: none;
}
.bulkdomain-block-1 p.submit {
    margin: 0 42px 0 0;
    padding-bottom: 20px;
}

.bulkdomain-block-2 {
    width: 97% !important;
}
.bulkdomain-block-2 p.intro {
    font-size: 23px;
}
.bulkdomain-block-2 p.submit {
    margin: 0 35px 0 0;
    padding-bottom: 20px;
}
.bulkdomain-block-2 p.submit #bulkdomains-submit {
    height: 35px;
}
.bulkdomain-block-2 #bulkdomains {
    width: 99%;
    resize: none;
}
/* end bulk form */


/*
 *
 * review-checkout
 */
.review-checkout #order-comparison .viewcartcol1 h2,
.review-checkout #order-comparison .viewcartcol2 h2
{
    font-size: 24.5px !important;
}

.review-checkout .grey-box {
    background: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
}
.review-checkout .inner-grey-box {
    /*    background: transparent !important;*/
}


/*
 *
 * Cart buttons
 */
#promocode-submit,
.btn-log-in,
.btn-checkout {
    padding-left: 13px !important;
    padding-right: 13px !important;
    width: auto !important;
}

.new-button {
    height: 42px !important;
    cursor: pointer !important;
    color: #056839 !important;
    font-size: 20px !important;
    font-family: GeogrotesqueRegular !important;
    font-weight: normal !important;
    text-shadow: none !important;
    text-decoration: none !important;
    opacity: 1 !important;
    background: none !important;
    background-color: #8dc63f !important;
    border: 2px solid #FFFFFF !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
}

a.new-button {
    width: auto !important;
    height: auto !important;
    padding: 12px 13px !important;
    text-indent: 0 !important;
}

.new-button:hover {
    color: #FFFFFF !important;
    background-color: #3baf29 !important;
}

input.new-button {
    padding: 3px 13px !important;
    width: auto !important;
}

.new-form-input {
    border: 1px solid #D4D4D4 !important;
    border-radius: 7px;
    font-family: GeogrotesqueRegular;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin: 0 0 5px;
    padding: 7px 13px;
    width: 227px !important;
}

form.new-search-form {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    -ms-box-shadow: none !important;
    background: none !important;
    background-color: transparent !important;
    border-color: #aaaaaa !important;
    border-width: 0px !important;
    border-style: solid !important;
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    -ms-transition: none !important;
}


.new-search-bar {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
    width: auto !important;
}

.new-search-bar .left {
    border: 2px solid #BCBEC0 !important;
    border-radius: 5px !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -o-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
    -ms-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
}

.new-search-bar .new-button {
    margin-left: 8px !important;
    padding:13px 13px 12px !important;
}