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

    ** Custom Stylesheet **

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

***************************************************** */
#main-menu nav.navbar {
    min-height: 90px;
}

.navbar {
    font-weight: 400;
}

.navbar-inverse .navbar-brand {
    color: #999;
}
.navbar-inverse {
    background-color: #FFF;
    border-color: transparent;
	box-shadow: 0px 0px 3px #999;
}

ul.nav a:hover { color: #e83d8d !important; }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent; 
}

Inherited from nav#nav.navbar.navbar-inverse.navbar-fixed-top
.navbar {
    font-weight: 400;
		color: #fff
}
#main-menu ul.nav li a {
    min-height: 60px;
    padding-top: 37px;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #585C5D;
	-webkit-transition: color .15s linear;
    transition: color .15s linear;
	
}

img {
    max-width: 100%;
    padding-top: 10px;
}

/*Buttons*/
.btn-primary, a.btn-primary:link, a.btn-primary:visited {
    color: #fff;
    background-color: #e83d8d;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #e83d8d;
    border-color: #e83d8d;
}
.btn.btn-3d {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition:all .2s ease
}

.btn.btn-3d:active {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform:translate(0, 3px)
}

.btn-default.btn-3d {
    -webkit-box-shadow: 0 6px 0 #A6AAAC;
    -moz-box-shadow: 0 6px 0 #A6AAAC;
    box-shadow:0 6px 0 #A6AAAC
}

.btn-default.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #A6AAAC;
    -moz-box-shadow: 0 2px 0 #A6AAAC;
    box-shadow:0 2px 0 #A6AAAC
}

.btn-default.btn-3d:focus, .btn-default.btn-3d:hover {
    background-color:#bdc3c7
}

.btn-success.btn-3d {
    -webkit-box-shadow: 0 6px 0 #14a084;
    -moz-box-shadow: 0 6px 0 #14a084;
    box-shadow:0 6px 0 #14a084
}

.btn-success.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #14a084;
    -moz-box-shadow: 0 2px 0 #14a084;
    box-shadow:0 2px 0 #14a084
}

.btn-success.btn-3d:focus, .btn-success.btn-3d:hover {
    background-color:#1abc9c
}

.btn-secondary.btn-3d {
    -webkit-box-shadow: 0 6px 0 #2ab263;
    -moz-box-shadow: 0 6px 0 #2ab263;
    box-shadow:0 6px 0 #2ab263
}

.btn-secondary.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #2ab263;
    -moz-box-shadow: 0 2px 0 #2ab263;
    box-shadow:0 2px 0 #2ab263
}

.btn-secondary.btn-3d:focus, .btn-secondary.btn-3d:hover {
    background-color:#2dcc70
}

.btn-primary.btn-3d:focus, .btn-primary.btn-3d:hover, .requestor-type-operator {
    background-color:#c01e6a
}

.btn-primary {
border-color: #c01e6a;
}

.btn-primary.btn-3d {
    -webkit-box-shadow: 0 6px 0 #2e86c1;
    -moz-box-shadow: 0 6px 0 #2e86c1;
    box-shadow: 0 0px 0 #2e86c1;}

.btn-primary.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #2e86c1;
    -moz-box-shadow: 0 2px 0 #2e86c1;
    box-shadow:0 2px 0 #2e86c1
}

.btn-warning.btn-3d {
    -webkit-box-shadow: 0 6px 0 #d6ae11;
    -moz-box-shadow: 0 6px 0 #d6ae11;
    box-shadow:0 6px 0 #d6ae11
}

.btn-warning.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #d6ae11;
    -moz-box-shadow: 0 2px 0 #d6ae11;
    box-shadow:0 2px 0 #d6ae11
}

.btn-warning.btn-3d:focus, .btn-warning.btn-3d:hover {
    background-color:#f1c40f
}

.btn-danger.btn-3d {
    -webkit-box-shadow: 0 6px 0 #c94034;
    -moz-box-shadow: 0 6px 0 #c94034;
    box-shadow:0 6px 0 #c94034
}

.btn-danger.btn-3d:active {
    -webkit-box-shadow: 0 2px 0 #c94034;
    -moz-box-shadow: 0 2px 0 #c94034;
    box-shadow:0 2px 0 #c94034
}

.btn-danger.btn-3d:focus, .btn-danger.btn-3d:hover {
    background-color:#e84c3d
}

/*Footer*/
#footer {
    background-color: transparent;
    padding-top: 15px;
    padding-bottom: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
#footer, #footer a {
    color: #585C5D;
	font-weight: 400;
}

#footer a:hover {
 	color: #e83d8d;
	text-decoration: none;
 }
 
.footer-text {
 	display: block;
 	padding-top: 5px;
 }

.lang-ft {
	padding-top: 5px;
}

/*vav top icon bar*/
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #585C5D;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
}
a.navbar-toggle {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #585C5D;
}
.navbar-toggle {
    float: right;
    padding: 9px 10px;
    margin-top: 13px;
    margin-right: 15px;
    margin-bottom: 13px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 1px;
}
a.navbar-toggle {
    padding-top: 6px;
    padding-bottom: 6px;
    color: #585C5D;
}
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 30px;
    color: #e83d8d;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: transparent;
    color: #e83d8d;
}

/*font*/

h1 {
    margin: 30px 0;
    font-family: 'Lobster Two', cursive;
}
b, optgroup, strong {
    font-weight: 400;
}
.h2, .h3, .h4, .h5, .h6, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 300;
    line-height: 1.1;
    color:inherit
}

/*Lang popover*/

.language-popover {
    max-width: 450px;
    width: 100%;
    background-color: #e83d8d;
    background-image: url(../img/worldmap.png);
    background-repeat: no-repeat;
    font-size: .8em;
}
.language-popover.popover.bottom>.arrow:after, .language-popover.popover.top>.arrow:after {
    border-bottom-color: #e83d8d;
    border-top-color: #e83d8d;
}

/*Links*/
a {
    color: #e83d8d;
    text-decoration: none;
}
a:focus, a:hover {
color: #c01e6a;
text-decoration: underline;
}
.h3, h3 {
    font-size: 20px;
	font-weight: 400;
}

/*jumbotron*/

.jumbotron {
    background: transparent;
    padding: 60px 0 0;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.6) 100%,rgba(255,255,255,0.9) 100%), url(/img/server-codyco.jpg);
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;text-shadow: 0 1px 3px rgba(0,0,0,.4), 0 0 30px rgba(0,0,0,.075);
  	top:0;
  	left:0;
  	z-index: -1;
  	color: white;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 60px;
    padding: 20px 20px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius:5px
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 5px;
    border-bottom-right-radius:5px
}


/*tabs*/

.menu-bottom .nav-tabs a {
    white-space: nowrap;
}
.nav-tabs li a {
    padding: 20px 15px;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0px 0px 0 0;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
	cursor: default;text-shadow: none;
}

/*homepage-icon*/
.homepage-icon {
    font-size: 124px;
    color: #ddd;
    -webkit-transition: color 1s linear;
    transition: color 1s linear;
    opacity:.5
}

.homepage-feat:hover .homepage-icon {
    color: #e83d8d;
    -webkit-transition: color 1s linear;
    transition:color 1s linear
}

.homepage-feat .qty {
    display: block;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    top:-90px
}

.homepage-feat .desc {
    display: block;
    font-size: 20px;
    padding-bottom: 15px;
    position: relative;
    top:-90px
}

.homepage-feat .btn {
    margin-top: -175px;
    margin-bottom: -75px
}

div[menuItemName="Register a New Domain"] input[type=text], input[type=text].input-group {
    height:37px
}

@media (max-width: 992px) {
    .homepage-icon {
        float: left;
        font-size: 96px;
        color:#4ba3df
    }

    .homepage-feat {
        text-align: left;
        border-bottom: 1px solid #eee;
        clear: both;
        padding-top: 15px;
        padding-bottom:20px
    }

    .homepage-feat:first-of-type {
        margin-top:-25px
    }

    .homepage-feat:last-of-type {
        border-bottom: 0 solid #eee;
        padding-bottom:0
    }

    .homepage-feat .desc, .homepage-feat .qty {
        text-align: right;
        position:static
    }

    .clientareahome .homepage-feat .btn {
        float: right;
        display:none
    }

    .homepage .homepage-feat .btn {
        float: right;
        margin-top: -70px;
        margin-bottom:0
    }

/*product-price*/
.blue {
    color:#e83d8d
}

.product-price {
    color: #e83d8d;
    top: 5px;
    position:relative
}

.product-price-multiline {
    color: #e83d8d;
    margin-top:10px
}

.compare .product-price {
    color: #e83d8d;
    position:static
}

.compare .best-choice {
    padding-top: 15px;
    padding-bottom:15px
}

.best-choice hr {
    color: #ddd;
    border-color:#ddd
}
/*Tekst-order*/
.text-primary {
    color:#e83d8d
}

/*Label*/
	a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor:pointer
}

.label:empty {
    display:none
}

.btn .label {
    position: relative;
    top:-1px
}

.label-default {
    background-color:#e83d8d
}

.label-default[href]:focus, .label-default[href]:hover {
    background-color:#5e5e5e
}

.label-primary {
    background-color: #406e27;
}

.label-primary[href]:focus, .label-primary[href]:hover {
    background-color:#c01e6a;
}

.label-success[href]:focus, .label-success[href]:hover {
    background-color:#449d44
}

.label-info {
    background-color:#5bc0de
}

.label-info[href]:focus, .label-info[href]:hover {
    background-color:#31b0d5
}

.label-warning {
    background-color:#f0ad4e
}

.label-warning[href]:focus, .label-warning[href]:hover {
    background-color:#ec971f
}

.label-danger {
    background-color:#d9534f
}

.label-danger[href]:focus, .label-danger[href]:hover {
    background-color:#c9302c
}
