label{
	font-weight: inherit;
}

body{
	font-size: 14px ;
	line-height: 18px;
	color: #b3b3b3;
	background: #f4f5f7;
	font-family: 'Lato', sans-serif;
}

a{
	color: inherit;
	text-decoration: none;
}

a:hover,a:focus,a:active{
	text-decoration: none;
	color: inherit;
}
.undelline{
	text-decoration: underline !important;
}
/*-----------------------------------------------------------------------------------*/
/*  TETX-COLOR
/*-----------------------------------------------------------------------------------*/
.text-white  {   color: #ffffff !important; 
  text-shadow: 1px 1px 6px #080808; 
  -webkit-text-shadow: 1px 1px 6px #080808; 
  -moz-text-shadow: 1px 1px 6px #080808; 
  -ms-text-shadow: 1px 1px 6px #080808; 
}
.text-black  {   color:#000000 !important;   }
.text-yellow {   color: #ebbe0e !important;  }
.text-grey   {   color: #3a4d69 !important;  }
.text-blue   {   color: #42a5f5 !important;}
.text-orange   {   color: #f5a623 !important;}


/*-----------------------------------------------------------------------------------*/
/*  BUTTON
/*-----------------------------------------------------------------------------------*/

.black-bg{
  background:rgba(0,0,0,0.7);
  padding: 30px 50px; 
}

.form-control{
    height:60px;
    padding: 6px 12px;
        line-height: 20px;
    border-radius:0px;
}

.my-btn{
  background:#ffffff;
  color: #37474f; 
  border-radius: 30px;
  display: block;
  border:1px solid #ebbe0e;
  font-size: 16px;
  padding: 5px 30px;
  transition: all 0.3s ease 0s;
}

.buy-btn{
	background:#ffffff;
  color: #000000; 
  border-radius: 2px;
  display: block;
  border:2px solid #ebbe0e;
  font-size:14px;
  font-weight: 700;
  padding: 2px 15px;
  transition: all 0.3s ease 0s;
}
.my-btn:hover{
  background:#ebbe0e;
  color: #ffffff; 
  box-shadow: inset 0 0 0 1px #ffffff;
}
.buy-btn:hover{
  background:#ebbe0e;
  color: #ffffff; 
  box-shadow: inset 0 0 0 2px #ffffff;
}

/*==========================================================*/
		/*Different Font Families*/
/*==========================================================*/
@font-face{
	font-family: 'Lato';
	src: url(../fonts/Lato.otf);
}
/*@font-face{
	font-family:'Helvetica-light';
	src:url(fonts/Helvetica-Light.ttf);
}*/

/*-----------------------------------------------------------------------------------*/
/*  SPACING
/*-----------------------------------------------------------------------------------*/
.space0   {    margin-top: 0px  !important;   }
.space5   {    margin-top: 5px  !important;   }
.space10  {    margin-top: 10px  !important;  }
.space20  {    margin-top: 20px  !important;  }
.space25  {    margin-top: 25px  !important;  }
.space30  {    margin-top: 30px  !important;  }
.space35  {    margin-top: 35px  !important;  }
.space40  {    margin-top: 40px  !important;  }
.space50  {    margin-top: 50px  !important;  }
.space60  {    margin-top: 60px  !important;  }
.space70  {    margin-top: 70px  !important;  }
.space80  {    margin-top: 80px  !important;  }
.space90  {    margin-top: 90px  !important;  }
.space100 {    margin-top: 100px !important;  }
.no-space {    margin: 0 !important;
               padding: 0 !important;}

.margin-left-0   {  margin-left: 0 !important;   }
.margin-right-0  {  margin-right: 0 !important;  }
.padding-left-0  {  padding-left: 0 !important;  }
.padding-right-0 {  padding-right: 0 !important; }


.lht16{ line-height: 16px;}
.lht20{	line-height: 20px;}
.lht25{	line-height: 25px;}
.lht30{	line-height: 30px;}
.lht40{	line-height: 40px;}
.lht50{	line-height: 50px;}


.ltsp1{	letter-spacing: 1px;}
.ltsp2{	letter-spacing: 2px;}
.ltsp3{	letter-spacing: 3px;}
.ltsp4{	letter-spacing: 4px;}

/*-----------------------------------------------------------------------------------*/
/*  FONT-SIZE
/*-----------------------------------------------------------------------------------*/
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}
.f21 {font-size: 21px;}
.f22 {font-size: 22px;}
.f23 {font-size: 23px;}
.f24 {font-size: 24px;}
.f25 {font-size: 25px;}
.f26 {font-size: 26px;}
.f32 {font-size: 32px;}


/*-----------------------------------------------------------------------------------*/
/*  FONT-WEIGHT
/*-----------------------------------------------------------------------------------*/

.f100{	font-weight: 100;}
.f200{	font-weight: 200;}
.f300{	font-weight: 300;}
.f400{	font-weight: 400;}
.f500{	font-weight: 500;}
.f600{	font-weight: 600;}
.f700{	font-weight: 700;}
.f900{	font-weight: 900;}


/*===================Change a style of placeholder====================*/

/*::-webkit-input-placeholder {color: #b0bec5 !important; }
::-moz-placeholder { color: #b0bec5 !important; }  firefox 19+ 
:-ms-input-placeholder { color: #b0bec5 !important; }
input:-moz-placeholder { color: #b0bec5 !important; }*/



/*-----------------------------------------------------------------------------------*/
/*  HEADER
/*-----------------------------------------------------------------------------------*/
header{
	background: #ffffff;
	padding: 15px 0px;
	color: #b3b3b3;
}

header h3{
	color: #2d2d2d;
	font-size: 30px;
	font-weight: 700;
}

header p{
	margin-left: 35px;
	font-family: 'Lato';
}

/*-----------------------------------------------------------------------------------*/
/*  HERO
/*-----------------------------------------------------------------------------------*/
.main-text{
    position: absolute;
    top: 150px;
    width: 100%;
    color: #FFF;
}
.main-text .input-group {
    background: #ffffff;
    border-radius: 30px 30px;
    padding: 5px;
}
.main-text h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 700;
	text-shadow:-1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;
}
.main-text h3 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Lato';
    margin-top: 40px;
	text-shadow:-1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;
}
.outlined {
	text-shadow:-1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;
}

.main-text .pad-box{
	padding: 0 100px;
}

.main-text .form-control{
	background: #ffffff;
	color: #d1d1d1;
	height: 60px;
	float: left;
	width: 85%;
	padding-left: 35px;
	box-shadow: 0 0 0;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.main-text .btn{
	height: 60px;
	color: #ffffff;
	background: #f66e3c;
	float: left;
	width: 15%;
	border: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.main-text .form-group {
    position: relative;
    margin-top: 45px;
    clear: both;
	z-index:99;
}

.main-text .glyphicon {
    position: absolute;
    left: 13px;
    color: #ccc;
    top: 24px;
}

.carousel-inner > .item > img{
	min-height: 600px;
}




section.about-us {
	margin:20px 0;
}


section.about-us *{
	
	font-size: 22px ;
	line-height: 36px;
	color: #546e7a;
	font-family: 'Lato', sans-serif;
	color:#777;
	
}

section.about-us h1, section.about-us h2, section.about-us h3, section.about-us h4 {	
	font-size: 44px ;
	font-weight:bold;
	line-height: 48px;	
}

section.about-us h2, section.about-us h3, section.about-us h4 {
	font-size:32px;
}

section.about-us a {
	text-decoration:underline;
}

section.about-us p{
	margin-bottom:20px;
}



/*-----------------------------------------------------------------------------------*/
/*  TITEL
/*-----------------------------------------------------------------------------------*/
.main_title{
	font-size: 22px;
	color: #37474f;
	font-weight: 700;
	margin-bottom:10px;
	margin-top: 30px;
}

.domain_title{
	font-size: 16px;
	color: #42a5f5;
	font-weight: 700;
	margin-bottom: 10px;
	margin-top: 10px;
}

.white-bg{
	background: #ffffff;
	border-radius: 2px;
	padding-top: 10px;
	padding-bottom: 40px;
	margin-top: -65px;
	position: relative;
	z-index: 9999;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.white-bg:hover{
	box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);

}

.bg-in-white {
	background:#fff;
}

.brand{
	font-size: 16px;
	line-height: 36px;
	color:#42a5f5;
	font-weight: 700;
	float:right;
	margin-right:10px;
	top: 32px;
    position: relative;
	overflow:hidden;
}

.dom_placeholder {
	height:85px;
	width:100%;
	overflow:hidden;
	background:#f3f3f3;
}

.dom_placeholder p {
	font-size:490%;
	-webkit-transform: rotate(356deg);
	-moz-transform: rotate(356deg);
	-o-transform: rotate(356deg);
	writing-mode: lr-tb;
	font-weight:bold;
	color:#E2DAD4;
	margin-top:15px;
}

.validator_errors {
	clear:both;
	display: block;
    width: 100%;
    background: #FFEAEA;
    padding: 15px 0 5px 20px;	
	color:#777;
}

.validator_success {
	display: block;
    width: 100%;
    background: #E7FDE8;
    padding: 15px 0 5px 20px;
}

.noUi-target {
	width:90%;
	margin-left:5%;
}

.noUi-connect {
	background:#DCDCDC;
	box-shadow:none;
}

.slide_tip_min, .slide_tip_max {
	margin:15px 0;
	background:#f9f9f9;
	border:1px solid #e4e4e4;
	padding:3px 6px;
	font-size:80%;
	width:60px;
	text-align:center;
	float:left;
	cursor:default;
}

.slide_tip_max {
	float:right;
}




.nav_tab_control{
	border-bottom: 1px solid #ccc; 
}

.nav>li{
	display: inline-block;
	height:40px;
}

.nav>li>a {
    color: #727272;
    font-size: 16px;
    padding: 10px 0px;
    margin: 0 14px;
}

.nav>li.active>a,
.nav>li>a:hover,
.nav>li>a:focus{
	border-bottom: 3px solid #f66e3c;
	background: transparent;
	color: #f66e3c;
}

.nav_tab_data{
	padding: 50px 0;
}

.premium_title{
	color: #1d2024;
	position: relative;
	font-weight: 700;
}

.premium_title:after {
    content: '';
    background: url(../../../../img/efty_market_themes/sands/Line-div-copia-6.png) no-repeat;
    background-repeat: repeat-x;
    position: absolute;
    width: 69%;
    height: 10px;
    left: 235px;
    top: 9px;
}

.premium_title span{
	float: right;
	color: #f66e3c;
	font-size: 15px;
	font-weight: normal;
	cursor: pointer;
    margin-top: 3px;
}

.domain_box {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 0 15px;
    background: #ffffff;
    margin-bottom: 25px;
    border-radius: 2px;
    height: 170px;
	float:left;
	width:32%;
	margin-right:2%
}

.domain_box  img{
	margin-top:15px;
    height:70px;
}

.domain_box.right {
	float:right;
	margin-right:0;
	
}

.domain_box .btn{
	background: #f66e3c;
	color: #ffffff;
	text-transform: capitalize;
	font-size: 14px;
    padding: 7px 16px;
    margin-top: 30px;
	min-width:140px;
}

.domain_box h3{
	color: #1d2024;
	font-size: 35px;
	font-weight: 700;
}

.domain_box p{
	font-family: 'Lato';
}

.domain_box .price_span{
	font-size: 28px;
	font-weight: 700;
	color: #ff5c5a;
	font-family: 'Lato';
}

.domain_box.domain_price .col-md-8 .row{
	margin: 0;
}

.domain_box.domain_price .col-md-8,
.domain_box.domain_price .col-sm-8 {
	padding-left: 0;
}

.domain_box.domain_price .col-md-8 .col-md-5,
.domain_box.domain_price .col-md-8 .col-md-4,
.domain_box.domain_price .col-md-8 .col-md-3,
.domain_box.domain_price .col-md-8 .col-sm-5,
.domain_box.domain_price .col-md-8 .col-sm-3,
.domain_box.domain_price .col-md-8 .col-sm-4{
	padding: 0;
}



.pr_domain{
	margin-top: 40px;
}
.price_span{
	margin-top: 40px;
}





.table_result>tbody>tr>td:first-child{
	color: #42a5f5;
	font-size: 16px;
}

.table_result>tbody>tr>td:last-child{
	text-align: center;
}

.table_result>tbody>tr>td{
	color: #555;
	font-weight: 700;
	font-size: 16px;
	text-align: left;
}

.table_result>thead>tr>th{
	font-size: 16px;
	font-weight: 700;
	color:#000;
}

.table_result>tbody>tr>td .buy-btn{
	display: inline-block;
	min-width:130px;
}

.table_result>tbody>tr>td a{
	display: block;
}

#search_welcome {
    background: url(../../../../img/efty_market_themes/sands/slide2.png) no-repeat;
    background-size: cover;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 35px;
    padding: 100px 0;
}

#search_welcome .form-group{
	position: relative;
	margin-top: 30px;
}

#search_welcome .form-group input{
	float: left;
	width: 80%;
    padding-left: 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

#search_welcome .form-group .btn {
    float: left;
    width: 20%;
    height: 60px;
    border-radius: 0;
    background: #f66e3c;
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#search_welcome .form-group select {
    float: left;
    width: 20%;
    border-left: 0;
}

#search_welcome .form-group img {
    position: absolute;
    left: 10px;
    top: 20px;
}

.white-box{
	background: #ffffff;
	border-radius: 2px;
	padding:0;
	margin-bottom: 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.white-box img{
	padding:15px;
	height:90px;
}
.white-box .brand{
	font-size: 16px;
	line-height: 22px;
	color:#42a5f5;
	font-weight: 700;
	text-align: center;
	float: none;
    margin-right: 0;
    top: 0;
    position: relative;
    overflow: visible;
}


div.list-logo {
	min-height:100px;
}

div.row-roll {
	margin-top:20px;
	background:#f3f3f3;
	height:30px;
}

.buy-btn-list{
  background:#f66e3c;
  color: #fff; 
  border-radius: 2px;
  display: block;
  border:none;
  font-size:14px;
  font-weight: 700;
  padding: 5px 15px;
  transition: all 0.3s ease 0s;
}

.btn_search {
    font-size: 16px;
    color: #fff !important;
    padding: 11px 25px;
    background: #BDBDBD;
}

#domain_result{
	background: #f8f9fc;
	min-height:800px;
}

.search_left {
    padding: 10px 25px 15px;
}

.result_main_box {
    background: #ffffff;
    border-radius: 2px;
    padding: 10px 0px 40px;
    margin-top: 70px;
    position: relative;
    z-index: 99999;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.checkbox {
    padding-left: 20px; 
}

.checkbox label {
    display: block;
    position: relative;
    padding-left: 0; 
    font-size: 12px;
}

.checkbox-primary.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 3px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}

.checkbox-primary.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 13px;
    height: 13px;    
    left: -1px;
    top: 0px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 9px;
    color: #555555; 
}

.checkbox-primary.checkbox input[type="checkbox"] {
    opacity: 0; 
}

.checkbox-primary.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}

.checkbox-primary.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; 
}

.checkbox-primary.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; 
}

.checkbox-primary.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; 
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #f66e3c;
    border-color: #f66e3c; 
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; 
}

.panel-title {
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	color: #f66e3c;
	font-family: 'Lato';
	text-transform: uppercase;
}

.panel-heading{
	padding: 0;
}
.panel-default > .panel-heading{
	background: transparent;
	border-radius: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0;
}

.panel{
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ccc;
}

.domain_box_result h3 {
    font-size: 25px;
    font-weight: 700;
    color: #1d2024;
    margin: 0;
    margin-top: 20px;
}

.panel-body .col-sm-4{
	padding: 0 5px;
}

.panel-body .row{
	margin: 0 -5px;
}

.usp_list li {
	font-size:20px;
	line-height:26px;
	color:#999;
}

.domain_bio {
	font-size:24px;
	color:#000;
}

.domain_box_result{
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    padding: 15px;
    background: #ffffff;
    margin-bottom: 25px;
    border-radius: 2px;
    height: 100px;
}

.domain_box_result p {
    font-size: 16px;
    color: #a4a4a4;
    margin-bottom: 0;
    margin-top: 25px;
}

.domain_box_result p span.price_span {
    color: #ff5c5a;
    font-size: 20px;
    font-weight: 700;
}

.domain_box_result .btn {
    background: #f66e3c;
    color: #fff;
    margin-top: 15px;
}




.form-sec{
	padding: 35px 0 0 0;
}
.name-domin{
	padding: 20px;
	margin-bottom: 45px;
	min-height:410px;

}
.name-domin h3 {
    color: #1d2024;
    font-size: 35px;
    font-weight: 700;
}
.name-domin{
	font-family: 'Lato';
}
.name-domin .price_span{
	font-size: 28px;
    font-weight: 700;
    color: #ff5c5a;
    font-family: 'Lato';
}
.name-domin p {
    font-family: 'Lato';
}
.name-domin .btn {
    background: #f66e3c;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 16px;
    padding: 9px 20px;
    margin-top: 30px;
}
.name-domin .btn:focus {
   outline:none;
}

.red-tooltip + .tooltip > .tooltip-inner {background-color: #ffffff;padding: 5px;color: #000000;margin-top: 50px;}
.red-tooltip + .tooltip > .tooltip-arrow { border-bottom-color:#ffffff; margin-top: 50px;}


.domin-form{
	position: relative;
    float: left;
    width: 100%;
}
.domin-form .form-control{
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border-radius: 4px;
    background-color: #f8f9fc !important;
    border: 1px solid #dfe0e4 !important;
    box-shadow:none;
}
.domin-form textarea {
	height:80px !important;
}

.domin-form  img{
	position: absolute;
    z-index: 999;
    right: 35px;
    top: 15px;
}

.checkbox label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr{
    position: relative;
    display: inline-block;
    border: 1px solid #f66e3c;
    background: #f66e3c;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .7em;
    font-weight: normal;
    line-height: 0;
    top: 50%;
    left: 20%;
    color: #ffffff;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.ck-robot{
	background: #f8f9fc;
	    border: 1px solid #dfe0e4 !important;
	    border-radius: 4px;
	display: table;
	padding:0px 10px;
}
.ck-robot .checkbox {
    padding-left: 20px; 
}

.ck-robot .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px; 
}

.ck-robot .checkbox label img{
	padding-left: 25px;
}

.ck-robot .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 20px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; 
}

.ck-robot .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 20px;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; 
}

.ck-robot .checkbox input[type="checkbox"] {
    opacity: 0; 
}

.ck-robot .checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; 
}

.ck-robot .checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; 
}

.cancel{
	background: none !important;
	color: #f66e3c !important;
}
.othe-domin-block{
	padding: 30px 0;
}

.othe-domin-block .premium_title:after {
    width: 49%;
    left: 480px;
}





footer.search_footer{
	border-top: 11px solid #f66e3c;
}

footer{
	background: #3e3e3e;
	border-top: 11px solid #f66e3c;
	padding: 50px 0;
	padding-bottom: 0;
}

.footer_title{
	color: #fff;
	text-transform: capitalize;
	font-size: 24px;
	position: relative;
	padding-bottom: 25px;
    width: auto;
    display: inline-block;
}

.footer_title:after{
	content: '';
	background: url(../../../../img/efty_market_themes/sands/Line-div-copia-7.png) no-repeat;
	background-repeat: repeat-x;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 10px;
}

.contact_list li:first-child a {
    background-position: 1px 9px
}

.contact_list li:nth-child(2) a {
    background-position: 1px -32px
}
.contact_list{
	margin-top: 40px;
}

.contact_list li a {
    color: #a1a4ac;
    font-size: 18px;
    word-wrap: break-word;
    padding: 11px 0;
    display: block;
}

.main_title.crummer {
	margin-top:20px;
	margin-bottom:25px;
	font-size:16px;
	color:#999;
}

.main_title.crummer a{
	text-decoration:underline;
	color:#666;
}

.contact_list.social_list li a{
    padding: 15px 0;
	padding-left: 50px;
    background: url(../../../../img/efty_market_themes/sands/social.png) no-repeat;
}

.contact_list.social_list li.facebook a {
    background-position: 1px 5px;
}

.contact_list.social_list li.twitter a {
    background-position: 1px -57px;
}

.contact_list.social_list li.skype a {
    background-position: 1px -119px;
}

.powered_by img{
	padding-left: 20px;
}

.powered_by {
    color: #a1a4ac;
    font-size: 20px;
    margin-top: 150px;
    text-align: center;
}

.copy_footer{
	background: #353434;
	color: #a1a4ac;
	font-size: 16px;
	text-align: center;
	padding: 30px 0;
	margin-top: 30px;
}

.copy_footer p{
	margin: 0;
}

/*================================= Footer Section Css Collapsed==================================*/

/*================================= Media Querty Css Started Here ==================================*/

@media(max-width: 1400px){
}

@media(max-width: 1199px){
	.carousel-inner > .item > img {
	    min-height: 500px;
	}
	.main-text {
	    top: 55px;
	}
	.main-text .pad-box {
	    padding: 0 50px;
	}
	.nav>li>a {
	    font-size: 12px;
	    padding: 30px 0px;
	    margin: 0 6px;
	}
	.domain_box h3 {
	    font-size: 28px;
	}
	.domain_box .price_span {
	    font-size: 23px;
	}
	.domain_box .btn {
	    font-size: 13px;
	    padding: 9px 12px;
	}
	.domain_box {
	    height: 125px;
	}
	.premium_title:after {
	    width: 64%;
	}
	.domain_box_result h3 {
	    font-size: 20px;
	}
	.othe-domin-block .premium_title:after {
	    width: 36%;
	    left: 480px;
	}
}

@media(max-width: 1024px){
}

@media(max-width: 991px){

	.domain_box {
	    height: auto;
	}
	.domain_box.domain_price .col-sm-4 img{
		width: auto;
	}
	.premium_title:after {
	    width: 54%;
	}
	.domain_box.domain_price .btn {
	    margin-right: 18px;
	}
	.othe-domin-block .premium_title:after {
	    width: 18%;
	    left: 480px;
	}
}


@media (max-width: 768px){


	.contact_list.social_list li a{
		padding: 15px 0;
		background: none;
	}


	header h3 {
		font-size:20px;
	}
	
	footer {
		text-align:center;
	}
	
	.social_list {
		text-align:center;
		margin:0 auto;
	}
	
	.nav_tab_data {
		padding-top:20px;
	}
	
	.premium_title{
		text-align:center;
	}
	
	.domain_box {
		width:100%;
		height:170px !important;
	}
	
	.carousel-inner > .item > img{
		height: 300px;
	}
	.main-text {
    	top: 10px !important;
    }
    .main-text h1 {
    	font-size: 26px !important;
    	line-height: 28px !important;
	}
	.main-text h3 {
    	font-size: 18px !important;
    	line-height: 24px !important;
	}
	.white-bg {
    	margin-top: -30px !important;
	}
	.categery li{
		margin-bottom: 5px;
	}
	.categery li a{
		margin-bottom: 5px;
		font-size: 13px;
	}
	.categery{padding:0px 10px;}
	.search-tx,.social{
		text-align: center !important;
	}
	.search-tx h1 {
    	font-size: 24px;
	}
	.carousel-inner > .item > img {
	    min-height: 420px;
	}
	.pr_domain {
	    margin-top: 0px;
	}
	.price_span {
	    margin-top: 12px;
	}
	.domain_box.domain_price .btn {
	    margin-right: -12px;
	    margin-top: 10px;
	}
	.premium_title span{
		display: none;
	}
	.premium_title{
		overflow: hidden;
	}
	.premium_title:after {
	    width: 100%;
	    background-size: initial;
	    left: 0;
	    margin-left: 45%;
	    overflow: hidden;
	}
	.main-text .pad-box{
		padding: 0;
	}
	.nav_tab_control{
		border-bottom: 0px solid #ccc; 
	}
	.domain_box_result{
		height: auto;
	}
	.col-lg-2.col-sm-3.text-center{
		text-align: left;
	}
	.domain_box_result p {
	    margin-top: 10px;
	}

}

@media(max-width: 500px){
	.main-text .form-control {
	    width: 70%;
	}
	.main-text .btn{
		width: 30%;
	}
	.domain_box h3 {
	    font-size: 14px;
	}
	.domain_box .price_span {
	    font-size: 15px;
	    display: block;
	    margin-top: 0;
	}
	.domain_box p {
	    font-family: 'Lato';
	    margin-bottom: 0;
	}
	.premium_title:after {
	    content: '';
	    display: none;
	}
}

@media(max-width: 420px){
}

/*================================= Media Querty Css Collapsed ==================================*/


