label{
	font-weight: inherit;
}

body{
	font-size: 14px ;
	line-height: 18px;
	color: #546e7a;
	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;
}

p{
  color: #546e7a;
  font-size: 14px;
  line-height:18px;
  margin: 0 0 10px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

button:focus {
	outline:0;
}

/*-----------------------------------------------------------------------------------*/
/*  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;
  margin-bottom:5px;
}

.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: 'MadrasExtraBoldItalic';
	src: url(fonts/MadrasExtraBoldItalic.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;
}
.call-us{
	margin-top: 5px;
	margin-bottom: 5px;
}
.call-us li{
	position: relative;
	vertical-align: middle;
	padding-left: 20px;
}
.call-us li img{
	position: absolute;
	margin-left: -25px;
	margin-top: 5px;
}
.call-us li span{
	color: #000000;
	font-size: 16px;
	font-weight: 600;
}

.call-us .number{
	border-left: 1px solid #b0bec5;
	font-size: 24px;
	line-height: 32px;
	padding-left: 10px;
}
@media (max-width: 768px){
	.call-tx{
		display: none
	}
	.call-us .number {
	    border-left: 1px solid #b0bec5;
	    font-size: 18px;
	}
	.premiam  {
		padding: 30px 0px 100px !important;
	}
	.carousel-inner > .item > img{
		height: 300px;
		min-height:300px !important;
	}
	.main-text {
    	top: 10px !important;
    }
    .main-text h1 {
    	font-size: 24px !important;
    	line-height: 28px !important;
	}
	.main-text h3 {
    	font-size: 16px !important;
    	line-height: 20px !important;
	}
	.white-bg {
    	margin-top: -30px !important;
	}
	.categery li{
		margin-bottom: 3px;
	}
	.categery li a{
		margin-bottom: 5px;
		font-size: 11px;
	}
	.categery{padding:0px;}
	.categery .my-btn {
		padding: 3px 13px;
	}
	.search-tx,.social{
		text-align: center !important;
	}
	.search-tx h1 {
    	font-size: 24px;
	}


}



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

/*-----------------------------------------------------------------------------------*/
/*  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: 42px;
	line-height: 46px;
	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: 22px;
	line-height: 26px;
	text-shadow:-1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666, 1px 1px 0 #666;
}


.main-text .input-group-lg >.form-control{
	border-radius: 30px 0px 0px 30px;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-box-shadow:none;
    box-shadow:none;
    outline: 0;
}
.main-text .input-group-btn >.btn {
    border-radius: 30px 30px 30px 30px;
    background: #f5a623;
    font-size: 16px;
    line-height: 22px;
    border-color: #f5a623;
    padding: 5px 30px;
	outline:none;
}


/*-----------------------------------------------------------------------------------*/
/*  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);

}


/*-----------------------------------------------------------------------------------*/
/*  PREMIAM SEC
/*-----------------------------------------------------------------------------------*/
.premiam{
	padding: 70px 0px 100px;
}
.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;
}
.productprice {
	border-top:1px solid #dadada;
	padding:10px 10px;
	margin-top: 20px;
}

.pricetext {
	font-weight:700;
	color: #000000;
	text-align: left;
	font-size:15px;
	line-height: 26px;
}
.only-tx{
	padding-top: 20px;
}


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;
}


/*-----------------------------------------------------------------------------------*/
/*  search-domin
/*-----------------------------------------------------------------------------------*/
.search-domin{
	padding: 30px 0px 40px;
	background: url(../../../../img/efty_market_themes/borgen/bg.png) no-repeat;
	background-size: cover;
}
.search-tx h1{
	color: #ffffff;
	text-shadow: 0px 1px 3px #555;
	margin-bottom:5px;
}
.search-tx p{
	color: #ffffff;
	font-size: 16px;
	text-shadow: 0px 1px 3px #555;
}
.search-domin .input-group {
    background: #ffffff;
    border-radius: 30px 30px;
    padding: 5px;
}
.search-domin .input-group-lg >.form-control{
	border-radius: 30px 0px 0px 30px;
	border: 1px solid #fff;
	background-color: #fff;
	-webkit-box-shadow:none;
    box-shadow:none;
    outline: 0;
}
.search-domin .input-group-btn >.btn {
    border-radius: 30px 30px 30px 30px;
    background: #f5a623;
    font-size: 16px;
    line-height: 22px;
    border-color: #f5a623;
    padding: 5px 30px;
	outline:none;
}

/*-----------------------------------------------------------------------------------*/
/*  desktop_domain_bg
/*-----------------------------------------------------------------------------------*/

.desktop_domain_bg{
	background: url(../../../../img/efty_market_themes/borgen/slide2.jpg);
	min-height: 500px;
}

.desktop_domain{
	background: #f4f5f7;
}

.main_title_h2{
	font-weight: 700;
	font-size: 35px;
	margin-bottom: 0px;
	color: #000;
}

.main_title_h2 span{
	font-size: 16px;
	color: #546e7a;
	font-weight: normal;
}

.side_border{
	border-right: 1px solid rgba(84, 110, 122, 0.15);
}

.btn_buy {
    background: #f5a623;
    font-size: 16px;
    color: #000;
    padding: 10px 30px;
    margin-top: 30px;
    font-weight: 700;
    text-transform: capitalize;
}

.desktop_domain .white-bg{
	padding-left: 40px;
	padding-right: 40px;
    margin-top: -400px;
}

.detail_form p{
	font-size: 14px;
	color: #37474f;
	font-weight: 700;
}

.detail_form p span{
	font-size: 13px;
	font-weight: normal;
}

.detail_form .form-control {
    height: 40px;
    box-shadow: 0 0 0;
    border-radius: 5px;
}

.detail_form textarea.form-control{
	height: auto;
}

.checkbox {
    padding-left: 20px; 
}


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

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

.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; 
}

.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; 
}

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

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

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

@media (min-width: 1300px){
	.desktop_domain .container{
		width: 900px;
	}
}

/*-----------------------------------------------------------------------------------*/
/*  Search Result
/*-----------------------------------------------------------------------------------*/

.search_result{
	background: url(../../../../img/efty_market_themes/borgen/pexels-photo-30776.jpg) no-repeat;
	background-size: cover;
	padding: 40px 0;
}

.search_result h1{
	color: #fff;
	font-size: 35px;
	font-weight: 700;
	margin-top: 0;
}

.search_result select{
	float: left;
	width: 25%;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-right: 1px solid #ccc;
}

.search_result input{
	float: left;
	width: 100%;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	color: #000;
}

.search_result .form-group {
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 0;
}

.search_result .form-control {
	height: 50px;
	font-weight: 700;
	font-size: 16px;
	padding-left:30px;
}

.btn_search {
    background: #f5a623;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
    position: absolute;
    right: 10px;
    top: 7px;
    padding: 6px 20px;
    text-transform: capitalize;
	outline:none;
}

.btn_search:focus {
	outline:none;
	outline-offset:0;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline:none;
	outline-offset:0;
}


.search_result .btn_search .fa{
	padding-right: 5px;
}



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

.result_main_box{
	background: #ffffff;
    border-radius: 2px;
    padding: 10px 20px 40px;
    margin-top: 50px;
    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);
}

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

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

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

.search_left .btn_search{
	position: initial;
	margin-top: 30px;
	outline:none;
}

.search_left .btn_search:focus{
	outline:none;
}

.btn_search:focus, .btn:focus {
	outline:none;
	outline-offset:0;
}

.border_bottom{
	border-bottom: 1px solid #ccc;
	clear: both;
}

.cate_title{
	font-size: 14px;
	color: #37474f;
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 700;
}

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

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

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

.search_left select.form-control{
	height: 40px;
	border: 1px solid #ccc;
	border-radius: 25px;
	font-size: 16px;
    margin-bottom: 25px;
}

.slider_box {
    padding: 20px 25px 40px;
    position: relative;
}

.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;
}

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

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

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

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

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

.result_main_box .main_title span{
	color: #546e7a;
	font-size: 14px;
	font-weight: 300;
	padding-left: 15px;
}

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

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

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

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

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













footer {
    padding: 40px 0;
    background: #fff;
}
.social li {
	border: 1px solid #546e7a;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0px 5px;
	transition: all 0.3s ease 0s;
}
.social li a i{
	color: #546e7a;
	font-size: 18px;
	line-height: 40px;
	transition: all 0.3s ease 0s;
}
.social li:hover{
	border: 1px solid #f7b73d;
}
.social li:hover i{
	color:#f7b73d;
} 
.number h4{
	margin-top: 0;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-weight: 700;
}

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

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

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

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

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

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

@media(max-width: 767px){
	.table_result>tbody>tr>td:first-child,
	.table_result>tbody>tr>td,
	.table_result>tbody>tr>td .buy-btn {
	    font-size: 12px;
	}
	footer .pull-right{
		float: none !important;
		text-align: center;
		margin-top: 15px;
	}
	.desktop_domain_bg {
	    background: url(../../../../img/efty_market_themes/borgen/slide2.jpg);
	    min-height: 400px;
	}
	.desktop_domain .white-bg {
	    padding-left: 20px;
	    padding-right: 20px;
	    margin-top: -400px;
	}
	.desktop_domain .white-bg {
	    margin-top: -300px !important;
	}
	.main_title_h2 {
	    font-size: 25px;
	}
	.side_border {
	    border-right: 0;
	}
	h2.main_title_h2.f32.space0.money_h {
	    float: left;
	    width: 50%;
	}
	.btn_ri{
		float: left;
		width: 50%;
		border-left: 1px solid #ccc;
		padding-left: 10px;
	}
	.btn_buy{
		margin-top: 0;
	}
	.search_left{
		padding: 10px 0 15px;
	}
	.search_left .col-sm-12.col-xs-6{
		padding: 0;
	}
	.search_left .btn_search {
	    margin-left: 20px;
	}
	.search_left select.form-control {
	    width: 96%;
	}

	.table_result>tbody>tr>td .buy-btn{
		min-width:10px;
	}
}

@media(max-width: 500px){
	.search_result select{
		width: 25%;
	}
	.search_result input {
	    /*width: 75%;*/
	}
}

@media(max-width: 420px){
	.desktop_domain_bg{
		display: none;
	}
	.desktop_domain .white-bg{
		margin-top: 20px !important;
	}
	.table_result>tbody>tr>td:first-child, .table_result>tbody>tr>td, .table_result>tbody>tr>td .buy-btn {
	    font-size: 10px;
	}
	.result_main_box {
	    padding: 10px 15px 40px;
	}
	h2.main_title_h2.f32.space0.money_h {
	    float: left;
	    width: 42%;
	    font-size: 18px;
	    margin-top: 7px !important;
	}
	.btn_buy {
	    width: 100%;
	    padding: 7px 0;
	    font-size: 12px;
	}
	.main_title_h2 span {
	    font-size: 12px;
	}
}

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