body{
	background: url(../img/bg.jpg);	
	font-family: tahoma;
    color: #464646;
}
.header{
	padding: 0 20px;
}
.header a.logo{
	display: inline-block;
	margin-top: 10px;
}	
.icann {
	background: url(../img/icann.png) no-repeat 0 0;	
	font-size: 18px;
	color: #a52a23;
	padding: 23px 0 23px 90px;
	margin-left: 100px;
}
.header_right ul {
    list-style: none outside none;
    margin: 15px 0;
    padding: 0;
    display: block;
    float: right;
    clear: both;
}
.header_right ul li {
    border-right: 1px solid #435dcd;
    float: left;
    line-height: 15px;
    padding: 0 7px;
}
.header_right ul li:last-child {
    border: medium none;
    padding-right: 0;
}
.header_right ul.login{
	margin-top: 0;
}
@media(min-width: 768px){
    .content {    
        margin-left: 270px;
        min-height: 620px;
        min-width: 400px;
        overflow: hidden;
        position: relative;  
        zoom: 1;  
    }

    .sidebar-nav {
        float: left;
        margin: 0;
        padding-top: 5px;
        position: relative;
        width: 270px;
        background: url(../img/sh.png) no-repeat 100% 0;
        /*min-height: 625px;*/
        zoom:1;
    }
    .container-fluid {
        padding: 0;
    }

    div#news img{
        width:75%;
    }
}
.content_bg{
    padding: 20px;
    -webkit-box-shadow: 0 8px 6px -6px #999999;
    -moz-box-shadow: 0 8px 6px -6px #999999;
    box-shadow: 0 8px 6px -6px #999999;
    margin-bottom: 20px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #e1e1e1;

}

.bs-sidenav{
    margin: 0;
}
.bs-sidenav li{
    line-height: 35px;
    background: url(../img/br.png) repeat-x 0 100%;
    padding: 0 20px;
}
.bs-sidenav a{
    font-family: "Lucida Sans Unicode"; 
    font-size: 14px; 
    color: #242120; 
    text-shadow: 0 1px #fff;
}
.bs-sidebar .bs-sidenav a:hover{
   color: #a52a23;
   background: none;
}
.bs-sidenav li:first-child{
    border-top: 0;
}
#menu .active {
    color: #A52A23 !important;
    font-weight: bold;
}
.check{
    background: #f6f6f8;
    border-top: 1px solid #a73029;
    border-bottom: 1px solid #a73029;
    padding: 20px;
    margin-top: -2px;
}
.check h3{
    font-size: 14px; 
    text-transform: uppercase; 
    color: #444;
    margin: 0 0 10px;
    padding: 0;
    line-height: 15px;
}
.in_w{
    margin-bottom: 5px;
}
.in_w:after{
    content: "";
    display: table;
    line-height: 0;
    clear: both;
}
.in_w label{
    width: 60px;
    float: left;
    padding-top: 5px;
    display: block;
    color: #a52a23;
}
.in_w div{
    float: left;
    width: 160px;
    margin-right: 10px;
}
.in_w div select{
    width: 160px;
}
ul.btns{
    list-style: none;
    margin:20px 0 0 0;
    padding: 0;
}
ul.btns li{
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 10px;
}
ul.btns li a{
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 70px;
    color: #fff;    
}
*:first-child+html ul.btns li a{
    display: block;
    padding-top: 10px;
    height: 40px;
}
*:first-child+html .in_w input{
    padding: 0;
}
ul.btns li.red a{
    color: #FFFFFF;/*#4b0400;*/
    background: url(../img/i1.png) no-repeat 15px 13px;
}
ul.btns li.blu a{
    color: #FFFFFF;/*#01363c;*/
    background: url(../img/i2.png) no-repeat 15px 7px;
}
ul.btns li.yel a{
    background: url(../img/i4.png) no-repeat 15px 7px;
}
ul.btns li.gre a{
    color: #FFFFFF;/*#01363c;*/
    background: url(../img/i3.png) no-repeat 15px 15px;
}

ul.btns li.red{
    background: rgb(206,90,83); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(206,90,83,1) 0%, rgba(174,58,51,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,90,83,1)), color-stop(100%,rgba(174,58,51,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(206,90,83,1) 0%,rgba(174,58,51,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(206,90,83,1) 0%,rgba(174,58,51,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(206,90,83,1) 0%,rgba(174,58,51,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(206,90,83,1) 0%,rgba(174,58,51,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ce5a53', endColorstr='#ae3a33',GradientType=0 ); /* IE6-9 */
}
ul.btns li.blu{
background: rgb(11,176,197); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(11,176,197,1) 0%, rgba(0,128,144,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(11,176,197,1)), color-stop(100%,rgba(0,128,144,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(11,176,197,1) 0%,rgba(0,128,144,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(11,176,197,1) 0%,rgba(0,128,144,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(11,176,197,1) 0%,rgba(0,128,144,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(11,176,197,1) 0%,rgba(0,128,144,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb0c5', endColorstr='#008090',GradientType=0 ); /* IE6-9 */
}
ul.btns li.gre{
background: rgb(47,207,171); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(47,207,171,1) 0%, rgba(37,163,134,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(47,207,171,1)), color-stop(100%,rgba(37,163,134,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(47,207,171,1) 0%,rgba(37,163,134,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(47,207,171,1) 0%,rgba(37,163,134,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(47,207,171,1) 0%,rgba(37,163,134,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(47,207,171,1) 0%,rgba(37,163,134,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2fcfab', endColorstr='#25a386',GradientType=0 ); /* IE6-9 */
}
ul.btns li.yel{
background: #ddbe63; /* Old browsers */
background: -moz-linear-gradient(top,  #ddbe63 0%, #c3a549 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ddbe63), color-stop(100%,#c3a549)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ddbe63 0%,#c3a549 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ddbe63 0%,#c3a549 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ddbe63 0%,#c3a549 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ddbe63 0%,#c3a549 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddbe63', endColorstr='#c3a549',GradientType=0 ); /* IE6-9 */
}
.box > .box-title {
    background: rgb(248,248,249); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(248,248,249,1) 0%, rgba(234,236,241,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,248,249,1)), color-stop(100%,rgba(234,236,241,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(248,248,249,1) 0%,rgba(234,236,241,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(248,248,249,1) 0%,rgba(234,236,241,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(248,248,249,1) 0%,rgba(234,236,241,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(248,248,249,1) 0%,rgba(234,236,241,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f9', endColorstr='#eaecf1',GradientType=0 ); /* IE6-9 */
    text-shadow: 0 1px 0 #AECEF4;
    border: 1px solid #c0c8d0;
    padding: 10px 10px 10px 15px;
}
.box .box-title h3 {
    font-size: 15px; 
    color: #444;
    display: inline-block;
    line-height: 20px;
    margin: 0;
    font-weight: 400;
}
.box .box-title h3 a{
   color: #444; 
   text-decoration: none;
}
.box .box-title h3 a:hover{
   color: #C0251D; 
   text-decoration: none;
}
.box-content{
    background:#f9f9f9;
    padding: 15px;
    border: 1px solid #c0c8d0;
    border-top: 0;
}
.contacts {
    border: 1px solid #c0c8d0;
}
.spr{
    background: url(../img/sprites.png) no-repeat;
    margin-right: 10px;
}
.icon-sta{
    background-position: -1px -54px;
    width: 17px;
    height: 13px; 
    margin-top: 2px;
}
.icon-news{
    background-position: -48px -56px;
    width: 15px;
    height: 13px; 
    margin-top: 2px;
}
.icon-do{
    background-position: -99px -58px;
    width: 15px;
    height: 9px; 
    margin-top: 6px;
}
.contacts ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.contacts ul li {
    line-height: 23px;
    padding-left: 30px;
}
.contacts ul li.tel {
    background: url("../img/c1.png") no-repeat scroll 0 50% transparent;
    margin-bottom: 15px;
    line-height: 13px;
}
.contacts ul li.tel1{
    background: url(../img/c4.png) no-repeat;
}
.contacts ul li.isq{
    background: url(../img/c2.png) no-repeat;
    margin-bottom: 15px;
}
.contacts ul li.skype{
    background: url(../img/c5.png) no-repeat;
}
.contacts ul li.email{
    background: url(../img/c3.png) no-repeat 0 50%;
    margin-bottom: 15px;
}
.contacts ul li.adres{
    background: url(../img/c6.png) no-repeat;
    line-height: 14px;
}
.sta tr{
    border: none!important;
}
.sta td strong {
    color: #2197C8;
    display: block;
    font-family: Georgia;
    font-size: 40px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
}
.sta td span{
    display: block;
     font-size: 12px;
      text-transform: uppercase; 
      color: #545454;
      margin-top: 15px;
}
.sta td {
    padding: 10px;
    text-align: center;
}
.sta td.bb {
    border-bottom: 1px solid #c1c1c1;
    color: #464646;
    border-top: none;
}
.sta td.br {
    border-right: 1px solid #c1c1c1;
}
.left{
    float: left;
}
.right{
    float: right;
}
.right td{
    width: 33%;
}
.left td{
    width: 50%;
}
.right td strong {
    color: #435dcd;
}
.mt10{
    margin-top: 20px;
}
.news a.title {
    display: block;
}
.news span.date {
    color: #817F7F;
    display: block;
    font-size: 12px;
}
.news{
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 7px;
}
.footer {
    font-size: 12px;
    color: #474747;
    padding:10px 20px;
}
.footer_menu {
    list-style: none outside none;
    margin: 0 0 5px;
    overflow: auto;
    padding: 0;
}
.footer_menu > li {
    border-right: 1px solid #474747;
    float: left;
    line-height: 13px;
    margin-right: 5px;
    padding-right: 5px;
}
.footer_menu > li a{
    color: #474747;
    font-size: 12px;
    text-transform: uppercase;
}
.footer_menu > li:last-child {
    border: medium none;
    margin-right: 0;
    padding-right: 0;
}
p.counters{
    text-align: right;
    margin: 0;
}
p.counters img{
    display: inline-block;
    margin-left: 5px;
}
.banner{
    margin-bottom: 20px;
    /*border: 1px solid #C0C8D0;*/
}
.banner-240{
    margin-top: 20px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: normal !important;
    margin: 2px 0 5px;
    padding: 2px 0;
}
h1, h2 {
    font-weight: 300 !important;
}
h3, h4, h5, h6 {
    color: #444;
    font-weight: 400 !important;
}
h2,h3.br {
    border-bottom: 1px solid #EEEEEE;
    font-size: 24px;
    line-height: 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}
h3 {
    font-size: 30px;
    line-height: 35px;
}
h4 {
    font-size: 25px;
    line-height: 30px;
}
h5 {
    font-size: 20px;
    line-height: 25px;
}
h6 {
    font-size: 16px;
    line-height: 24px;
}
.service-two h5 {
    border-bottom: 1px solid #FAFAFA;
    margin-bottom: 2px;
    padding-bottom: 5px;
}
.service-two h6 {
    margin-bottom: 3px;
    margin-top: 10px;
    padding-bottom: 3px;
}
.service-two p {
    font-size: 13px;
}
.service-three {
    font-size: 13px;
}
.service-three .doc-icon {
    float: left;
    width: 40px;
    height: 32px;
    background: url(../img/doc.png) no-repeat 0 0;
}
.service-three .service-icon {
    float: left;
    width: 40px;
    height: 32px;
    background: url(../img/service.png) no-repeat 0 0;
}
.service-three .service-icon i {
    display: block;
    font-size: 30px;
    margin-top: 5px;
}
.service-three .service-content {
    margin-left: 50px;
    position: relative;
}
.service-three h5 {
    font-size: 16px;
    line-height: 23px;
}
.service-three .row hr {
    margin: 10px 0;
}
.service-three .row .grey {
    color: #999999;
}
h3.br {
    font-size: 18px;
}
.service-content sup{
    color: #f00;
}
.news_r {
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 0;
}
.news_r li {
    margin-bottom: 7px;
}
.news_all [class*="span"]:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}
.news_all h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.news_all .date {
    color: #8F8D8D;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
}
.news_all .thumbnail {
    border: 0 none;
    box-shadow: none;
}


/*<!-- NEW STILES 4 PERSONAL ROOM -->*/
ul.test_list {
	width:999px;
}
ul.test_list li {
	padding-top:7px;
	padding-bottom:7px;
	list-style:none;
	float:left;
	padding-right:10px;
	padding-left:10px;
	font-size:13px;
	height:33px;
	/*//color:#DF7B1F;*/
	font-weight:700;
	text-align: center;
}
ul.test_list li a {
	
	font-weight:700;
	font-size:13px;
}
ul.test_list li:hover {
	/*//background:url(/images/my_cctld_bg.png) repeat-x;*/
	cursor:pointer;
	color:#a52a23;
}

#menu_fix{
	/*//background:url(/images/my_cctld_bg.png) repeat-x;*/
	cursor:pointer;
	color:#a52a23;
}

#my_validEmail{
	margin-top: 20px;
	margin-left: 9px;
	position: absolute;
	width: 16px;
	height: 16px;
}

#send input[type="text"], #send textarea{
    width:300px;
    padding:5px;
    position:relative;
    border:solid 1px #666;
}

#reg {
    width:400px;
    padding:5px;
	margin-left: -3px;
	vertical-align:baseline;
    margin-top: 10px;
    position:relative;
    border:solid 1px #666;
}

#check input.required{
    border: solid 1px #f00;
}
#check textarea.required{
    border: solid 1px #f00;
}
.my_cctld_stylish_button {
	background:url(/images/bg_button.png);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	height:30px;
	width:134px !important;
	border:none;
	border-radius:2px;
}
.my_cctld_stylish_button:hover {
	background:url(/images/button_hover.png) repeat-x;
	border-radius:5px;
	cursor:pointer;
	border-radius:2px;
}
.my_cctld_add_button {
	background:url(/images/button-red.png);
	width:290px !important;
	height:45px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	border:none;
	color: #000000;
}
.my_cctld_add_button:hover {
	background:url(/images/button-red_hover.png);
	cursor:pointer;	
}
.tooltipsy
{
    padding: 10px;
    max-width: 200px;
    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #deca7e;

}
.bs-sidebar ul{
    padding-left: 20px;
}
.bs-sidebar li{
    list-style: none;
    padding-left: 0;
}
td, th{
    padding: inherit;
}

/* AI Suggestions */

.domain-check {
    padding: 10px;
    margin-bottom: 10px;
    background: rgb(241, 242, 254);
    border-radius: 5px;
    font-style: italic;
    filter: drop-shadow(.4em .4em .3em rgba(70, 120, 178, 0.3));
}

.whois-data{
    color: rgb(70, 120, 178);
    padding: 5px;
    background: #cbe4f5;
    border-radius: 5px;
    font-style: normal;
}

.loaders-container {
    padding: 5px;
    text-align: center;
    font-size: 0;

    .mycontainer {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
    }
}


.ai-box {
    position: relative;
    box-sizing: border-box;
    border: 2px solid rgb(70, 120, 178);
    width: 20px;
    height: 20px;
    animation: spin 2s infinite linear;

    &:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-sizing: border-box;
        border: 2px solid rgb(70, 120, 178);
        width: 13px;
        height: 13px;
        animation: pulse 1.5s infinite ease;
    }
}


@keyframes pulse {
    50% {
        border-width: 7px;
    }
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width:768px){
	body {
		padding-top: 56px;
	}
    div#news img, div#static_page img{
        width:100% !important;
    }
	.navbar-fixed-top{
		box-shadow: 0 0px 8px 0px;
	}
}
@media (min-width:768px){
    #admin_menu.nav.navbar-nav li{
		clear: both;
		margin: 0;
		padding: 0;
	}
	#admin_menu.nav.navbar-nav li a{
		margin:0;
		padding: 3px 6px;
    }
    
    #admin_menu a{
        color: #0170a7;
    }
    #admin_menu .text-danger {
        color: red;
    }
    #admin_menu a:hover{
        text-decoration: underline;
    }
	.news-content p{
		font-family: Arial, Tahoma;
		font-size:16px;
	}
}
