@font-face {
	font-family: 'Itsbetter Header Font';
	src: url("../fonts/SourceSansPro-Regular-webfont.eot");
	src: local("#"), url('SourceSansPro-Regular.otf') format('opentype')
}
@font-face {
	font-family: 'Itsbetter Header Font Light';
	src: url("../fonts/SourceSansPro-Light-webfont.eot");
	src: local("#"), url('SourceSansPro-Light.otf') format('opentype')
}
@font-face {
	font-family: 'XENOTRON';
	src: url("../fonts/XENOTRON.TTF");
	src: local("#"), url('XENOTRON.TTF') format('truetype')
}
body, html{
    font-family: Arial,sans-serif;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
}
header{
    position:relative;
    display: block;
    clear:both;
    min-height: 70px;
    margin-bottom: 0px;
    border-bottom: 1px solid rgba(100,100,100,.6);
    box-shadow: 5px 0px 5px #1f5780;
    background:#fff;
    z-index:2;
}

.top_slider_logo {
    background: url('../images/logos/itsbetter_logo_big.png') no-repeat;
    width: 100%;
    height: 42px;
    margin-top: 10px;
    text-align: right;
    background-size: 100%;
}
.top_slider_logo:hover {
	background: url('../images/logos/itsbetter_logo_big_mo.png') no-repeat;
    background-size: 100%;
}
.top_slider_title {
	font-size: 16px !important;
	color: #1f5780;
	margin-bottom: -15px;
	margin-top: -12px;
	text-align: left;
        font-weight: 100;
        font-family: 'Itsbetter Header Font Light';
}

ul{
    list-style-type:none;
}
.languages ul{
    display:none;
    position: absolute;
    width: 400px;
    background:rgba(255,255,255,.9);
    padding:5px;
    margin:0px;
    z-index:10;
    border:1px solid rgba(100,100,100,.6); 
    box-shadow: 0px 3px 3px #1f5780;
    transition: all 0.3s;
    top:83%;
    right:0px;
    border-radius: 3px;
}
.languages ul > li > a > img{
    width:40px;
}
.languages ul > li > a{
    display:block;
    padding-top:3px;
}
.languages > li > a{
    display:block;
    padding-top:15px;
}
.languages > li > a > img{
    width:40px;
}
.languages ul > li{
    float:left;
    width:80px;
}

#navigation{
    margin-top:10px;
}
#navigation .navbar-nav li a{
    color:#1f5780;
    text-decoration:none;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    font-size:0.9em;
}
#navigation .navbar-nav li:hover a:not(.btn-danger):not(:last-child){
    color:#fff;
    background: #1f5780;
}

section{
    padding:3em;
    position:relative;
    z-index:0;
}
.blue_bg{
    background:#1f5780;
    color:#fff;
}

.red_bg{
    background: #990000;
    color:#fff;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.red_bg:hover{
    background: #770000;
}

.green_text{
    color:lightgreen;
}

.search select.form-control{
    border-radius:0px;
    min-width: 160px;
}

.right_category_container{
    background:#fff;
    border:1px solid #ccc;
    padding:14px;
    color:#444;
    font-size:1.3em;
    border-right:0px;
    height:55px;
}
.category_container{
    display:none;
    position: absolute;
    width:1000px;
    height: 580px;
    background: #fff;
    padding:15px;
    border:1px solid rgba(100,100,100,.6); 
    box-shadow: 0px 3px 3px #1f5780;
    transition: all 0.3s;
    z-index: 10;
    top:100%;
    left:0px;
}

.category_container ul{
    margin:0px;
    width:30%;
    padding:10px;
    float:left;
    margin-right: 15px;
}
.category_container li{
    float:left;
    width:100%;
}
.category_container li a{
    display:block;
    color:#222;
    font-size:0.8em;
}
.category_container li.first a{
    color:#1f5780;
    font-weight: 600;
}
.all_cat_link{
    display:block;
    clear:both;
    width:100%;
    float:left;
    margin-top:10px;
    padding-left:10px;
}
i{
    padding:0px 10px;
}

.select_type{
    padding:14px;
    background: #fff;
    border:1px solid #ccc;
    font-size: 18px;
    color:#444;
    border-left:0px;
    border-right:0px;
    min-width:155px;
    height:55px;
}
.select_type ul{
    display:none;
    position: absolute;
    width:100%;
    background: #fff;
    padding:15px;
    border:1px solid rgba(100,100,100,.6); 
    box-shadow: 0px 3px 3px #1f5780;
    transition: all 0.3s;
    z-index: 10;
    top:100%;
    left:0px;
}
.select_type.active ul{
    display: block;
}
@media(min-width: 792px){
    .select_type:hover ul, .select_type.active ul{
        display: block;
    }
    .languages > li:hover ul{
        display:block;
    }
    .right_category_container:hover .category_container{
        display:block;
    }
    .lang{
        position: absolute;
        right: -150px;
        z-index: 100000;
    }
}
.select_type ul li{
    font-size: 14px;
    color:#222;
    padding:3px;
    cursor: pointer;
}
#top_slider{
    margin-top:15px;
}
#top_slider ul li img{
    width:60%;
}
#top_slider ul li{
    float:left;
    width:20%;
    padding:15px;
    text-align:center;
}

#top_slider ul{
    padding: 0px;
    margin:0px;
}
#top_slider ul li div{
    background: #fff;
    transition: all 0.3s;
}
#top_slider ul li:hover div{
    box-shadow: 0px 0px 3px #1f5780;
}
#top_slider ul li p{
    font-size: 10px;
    text-align: center;
    color:#000;
}
.padding0{
    padding:0px;
}


.cat_block{
    border:1px solid #cdcdcd;
    margin-bottom: 25px;
    transition:all 0.8s;
    position:relative;
    z-index:3;
    background:#fff;
}
.cat_block:hover{
    box-shadow: 0px 0px 10px rgba(10, 10, 250, .6);
}
.cat_block ul, .cat_block ul li h4{
    padding:0px;
    margin:0px;
}
.cat_block .list a{
    color:#000;
    font-size:0.8em;
    font-family: 'Itsbetter Header Font Light';
    padding:4px 0px;
    display:block;
}
.cat_block > h3 > a, h3{
    color:#000;
    font-size:1.3em;
    font-weight: 600;
    font-family: 'Itsbetter Header Font Light';
}
h2, .maintitle, h3{
    font-family: 'Itsbetter Header Font Light';
    text-align: center;
}
h1.maintitle{
    font-size: 2.5em;
    padding:15px;
}
h2.maintitle{ font-size:2em;margin-top:-15px;}
h3.maintitle{font-size:2em;padding:15px;}
h1.maintitle, h2.maintitle{
    text-align: center;
}
.text-white{
    color:#fff !important;
}

.startpage_fotos{
    position: fixed;
    opacity: .6;
    width:100%;
    background-image:url('https://de.itsbetter.com/images/fotos/frontpagefoto006.jpg');
    background-size:100% ;
    height:450px;
    z-index: -1;
}
section.search{
    position: relative;
    z-index: 1;
}
.top{
    position: relative;
    z-index: 1;
}
.search{
    height:450px;
}
.search-form{
    position:absolute !important;
    top:0px;
    bottom:0px;
    margin:auto;
    z-index:3;
    width:72%;
    height:450px;
    left:0;
    right:0;
}
.bg{

    height:100%;
    opacity: .8;
    position:absolute;
    z-index:2;
    margin:-3em;
    width:100%;
}
.white_bg{
    background:#fff;
}

#q_top_find{
    font-size:1em;
    height:55px;
}

.btn-big{
    font-size:1em;
    padding: 14px;
}
.nav > li > a.btn-register{
    padding:0.8em;
}

.btn-danger{
    background: #990000;
    border-color:#990000;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.btn-danger:hover, .nav > li > a.btn-danger:hover{
    background: #770000;
    border-color:#770000;
}

.product_box{
    background:#fff;
    margin-bottom:15px;
    padding:15px;
    height:300px;
    position: relative;
    border:1px solid #cdcdcd;
}
.product_box *{
    color:#000;
}
.product_box a{
    display:block;
    text-align:center;
}
.product_box a img{
    max-width: 100%;
    max-height: 100%;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    margin:auto;
    position: relative;
}

.date{
    display:block;
    text-align: right;
    color:#666;
    font-size:11px;
}
.small-title{
    color:#000;
    font-size:1em;
    font-weight: 600;
    font-family: 'Itsbetter Header Font Light';
    margin-bottom:10px;
    display:block;
}

footer{
    padding:3em;
    background: #1f5780;
}
.grey_bg{
    background:#cdcdcd;
}

.footer-nav, .footer-nav > ul, .footer-nav> ul  ul{
    margin:0px;
    padding:0px;
}
.footer-nav > ul > li{
    float:left;
    width:33%
}
.footer-nav a{
    color:#fff;
}
.copy{
    border-top:1px solid #cdcdcd;
}
.copy span{
    color:#900;
    font-size:14px;
}
.copy span:first-child{
    color:#1f5780;
}
.country-link li a{
    padding:10px 0px;
    display:block;
    font-size:18px;
    color:#1f5780;
}
.blur {
    -webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
}

.full-bg{
    width:100%;
    height:100%;
    position: absolute;
    z-index: -1;
    position:fixed;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    background-size:100%;
    background-repeat: no-repeat;
    background-image:url('../images/b2b-bg.jpg');
}
.shadow-block{
    box-shadow: 0px 0px 10px rgba(150, 150, 150, .7);
    padding:15px;
    margin-bottom: 25px;
}
.border-block{
    padding:15px;
    margin-bottom: 25px;
    border:1px solid #0A246A;
}
.firm_details_block div.title.border-bottom2{
    color:inherit;
    background: none;
    border-bottom: 2px solid #0A246A;
    font-weight:900;
}

.sotsial span{
    float:left;
    padding:5px 3px;
    border:1px solid #fff;
    border-radius:3px;
    margin-right:8px;
    margin-top:0px;
    font-size:16px;
}
.sotsial *{
    color:#fff;
}
.firmheader .title{
    margin-bottom: 15px;
}
.seo_block{
    max-height:800px;
    min-height: 300px;
    overflow-y: auto;
}

.slide-img{
    position: absolute;
    width:90%;
    height:90%;
    background-repeat: no-repeat;
    z-index:1;
    background-position: center center;
    background-size: 100%;
    transition:all 0.3s;
}
.slide-content{
    position: relative;
    z-index:3;
    width:100%;
    text-align: center;
    vertical-align: middle;
    margin-top:50%;
    background: rgba(255,255,255, 0.8);
    height:40%;
    padding:5% 0px;
}
.slide-shadow{
    position: absolute;
    width:100%;
    height:100%;
    opacity: 0;
    background:#494437;
    transition:all 0.3s;
    z-index:2;
    margin-top:-15px;
    margin-left: -15px;
}
.product_box:hover .slide-shadow{
    opacity: .8;
}
.product_box:hover .slide-content *{
    color:#fff;
    
}
.product_box:hover .slide-content{
    background:transparent;
}
.product_box:hover .slide-img{
    background-size: 120%;
}

.effect5:before, .effect5:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 65px;
  left: 28px;
  width: 50%;
  top: 60%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 35px 20px #777;
  -moz-box-shadow: 0 35px 20px #777;
  box-shadow: 0 35px 20px #777;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
.effect5:after
{
  -webkit-transform: rotate(8deg);
  -moz-transform: rotate(8deg);
  -o-transform: rotate(8deg);
  -ms-transform: rotate(8deg);
  transform: rotate(8deg);
  right: 28px;
  left: auto;
}
.img{
    position:relative;
    height:160px;
    width:100%;
    overflow: hidden;
    margin:15px 0px;
    transition: all 0.5s;
}
.img img{
    width: 100%;
    transition: all 0.5s;
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    margin:auto;
}
.img:hover img{
    width: 110%;
}
.cont{
    position:relative;
    height:200px;
    width:100%;
    overflow: hidden;
    margin:15px 0px;
}
.cont.small{
    height:50px;
}

.firm-title{
    padding:5px;
    margin-top:-1px;
    display:block;
}
.prestige{
    width:90px;
    background:transparent;
    color:yellow;
    font-size:16px;
}

btn{
    color:#444;
}
.pages ul{
    padding:0px;
    margin:0px;
    position: relative;
}
.pages ul li{
    float:left;
}
.pages ul li a{
    display: block;
    padding:3px 6px;
    border:1px solid #1f5780;
    color:#1f5780;
    margin-right: 5px;
    font-size:14px;
    border-radius:3px;
}
.pages ul li span:not(.disabled){
    display: block;
    padding:3px 6px;
    border:1px solid #1f5780;
    color:#fff;
    background:#1f5780;
    margin-right: 5px;
    font-size:14px;
    border-radius:3px;
}
.pages ul li span.disabled{
    display: block;
    padding:3px 6px;
    border:1px solid #cdcdcd;
    color:#fff;
    background:#cdcdcd;
    margin-right: 5px;
    font-size:14px;
    border-radius:3px;
}
.firm_type{
    display: table-cell;
    padding:2px;
    border:1px solid #cdcdcd;
    margin-right: 5px;
}
.ul-found{
    padding:0px;
    margin:0px;
}
.ul-found li{
    color:#333;
    font-size:16px;
    padding:3px 5px;
}
.ul-found li:hover{
    background-color:#eee;
}
.categoryOpen-block{
    box-shadow:0px 5px 5px rgba(150,150,150, .7);
    border:1px solid #1f5780;
    border-top:0px;
}


/* OLD STYLES */
span.package_list_header {
	display: block;
	margin-top: -23px;
	font-family: 'Itsbetter Header Font Light', Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #1f5780;
	text-align: left;
}
span.plh_fix {
	display: inline;
}
span.package_list_text {
	display: block;
	font-size: 15px;
	margin-top: 5px;
}
span.package_list_text span {
	font-size: 15px;
	font-weight: bold;
}
.package_checkmark {
	display: inline-block;
	width: 25px; height: 25px; line-height: 35px; vertical-align: middle;
	background: url('../images/ico/package_checkmark.png');
	margin-left: -35px;
	margin-right: 10px;
	margin-top: -3px;
}
.spf_text i.package_checkmark {
	display: block;
	width: 25px;
	height: 25px;
	line-height: 35px;
	margin-left: -35px;
}
.pc_fix {
	margin-right: 7px;
}
span.package_checkmark {
	margin-left: 0;
}

.booking_btn {
	display: block;
	margin: auto;
	height: 30px;
	width: 188px;
	padding:4px 0px;
	cursor: pointer;
	background-color: #990000;
	border: 0;
	text-align: center;
	font-size: 20px; color: white;
	}
	.booking_btn:hover{
		background-color: #e40000;
		}
	.booking_btn:active{
		background: #ff7f7f;
	}
	.booking_btn span {
		display: inline-block;
		margin-top: 1px;
		text-decoration:none;
		color:#FFFFFF;
		font-size: 22px;
		font-weight: normal;
		white-space:nowrap;
	}
.booking_btn a {
	font-size: 21px;
	color: white !important;
	text-decoration: none;
}
.package_column .discount_ico span {
	line-height: 0;
	font-size: 12px;
}


h1.spc_header, h2.spc_header, h3.spc_header, h2.spc_header_downlist, h1.spc_header a {
	font-weight: normal;
}
h1.spc_header, h1.spc_header a {
	font-size: 35px;
	color: #990000;
	margin-bottom: 20px;
	margin-top: 20px;
}
h2.spc_header, h3.spc_header, h2.spc_header u {
	font-size: 25px !important;
	color: #1f5780;
	margin-bottom: 20px;
	text-align: left;
	margin-top: 20px;
}
h3.spc_header, h3.spc_header a {
	font-size: 20px !important;
}
h1.spc_header span {
	font-size: 35px;
	font-weight: bold;
}
h2.spc_header span {
	font-size: 25px;
	font-weight: bold;
}
h2.spc_header_downlist {
	font-size: 22px;
	color: #1f5780;
	text-align: left;
	margin-left: 31px;
	margin-top: -2px;
}

.campaign_header, .campaign_content, .campaign_footer {
	width: 100%;
}

.campaign_header h1 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 25px;
	text-align: center;
}
.campaign_content {}
.campaign_footer label {
	display: block;
	margin-left: 20px;
}
.campaign_footer input {
	float: left;
	margin-left: 0px;
	margin-right: 7px;
	margin-top: -2px;
}
.campaign_bg1, .campaign_bg2, .marketing_bg, .news_bg {
	display: inline-block;
	height: 25px;
	cursor: pointer;
	background: #c5c5c5;
}
.marketing_bg, .news_bg {
	display: block;
	background: transparent;
	height: auto;
	margin: 10px 0px;
}
.campaign_bg2, .news_bg {
	background: #f0f0f0;
}
.campaign_bg1:hover, .campaign_bg2:hover, .marketing_bg:hover, .news_bg:hover {
	background: #b6ccdb;
}
.campaign_entry {
	display: inline-block;
	background: url('../images/ico/strl_down.png') 0px 0px no-repeat transparent;
}
.marketing_entry, .news_entry {
	display: inline-block;
	background: url('../images/ico/strl_down2.png') 0px 0px no-repeat transparent;
	width: 100%;
}
.campaign_info {
	padding: 10px 30px;
}
.package_column, .package_column {
	width: 253px;
	float: left;
	text-align: center;
	vertical-align: middle;
	background: transparent;
	padding: 0px 3px;
	font-size: 16px;
	line-height: 27px;
}
.package_column h2 {
	font-size: 18px; font-weight: bold;
	margin-top: -25px;
}
.package_column h3, .package_column span {
	font-size: 16px;
	text-align: left;
	line-height: 27px;
	vertical-align: middle;
}
.package_column h3 {
	padding-left: 26px;	
        margin:0px;
}
.package_column img {
	padding-top: 2px;
}
.campaign_bk {
	display: inline-block;
	margin-top: 20px;
	width: 100%;
}
.campaign_bk_entry {
	height: auto;
}

.campaign_menu {
	width:auto;
	overflow:hidden;
}
.campaign_menu ul {
	list-style:none;
}
.campaign_menu ul li {
	width: 130px;
	background-color: #f0f0f0;
	color:#1f5780;
	border: 1px solid #ccc;
	float: left;
	margin-left: -1px;
	white-space: nowrap;
}
.campaign_menu ul li:hover {
	background-color: #dcdcdc;
	cursor: pointer;	
}
.campaign_menu ul li.active {
	color: #900;
	border-bottom: 1px solid white;
}
.campaign_menu ul li a {
	padding: 12px 5px 12px 38px;
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:inherit;
	*color:#bb0000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.campaign_menu ul li a:hover{
	text-decoration: none;
	color:inherit;
	*color:#FFFFFF;
}
	/* Icons */
	.campaign_menu ul li a#product-1 {
		background: url('../images/ico/cmp_packages.png') 2px 0px no-repeat;
	}
	.campaign_menu ul li.active a#product-1 {
		background: url('../images/ico/cmp_packages.png') 2px -35px no-repeat white !important;
	}
	.campaign_menu ul li a#product-2 {
		background: url('../images/ico/cmp_topranking.png') 2px 0px no-repeat;
	}
	.campaign_menu ul li.active a#product-2 {
		background: url('../images/ico/cmp_topranking.png') 2px -35px no-repeat white !important;
	}
	.campaign_menu ul li a#product-3 {
		background: url('../images/ico/cmp_banner.png') 2px 0px no-repeat;
	}
	.campaign_menu ul li.active a#product-3 {
		background: url('../images/ico/cmp_banner.png') 2px -35px no-repeat white !important;
	}
	.campaign_menu ul li a#product-4 {
		background: url('../images/ico/cmp_products.png') 2px 0px no-repeat;
	}
	.campaign_menu ul li.active a#product-4 {
		background: url('../images/ico/cmp_products.png') 2px -35px no-repeat white !important;
	}
	.campaign_menu ul li a#product-5 {
		background: url('../images/ico/cmp_adwords.png') 2px 0px no-repeat;
	}
	.campaign_menu ul li.active a#product-5 {
		background: url('../images/ico/cmp_adwords.png') 2px -35px no-repeat white !important;
	}
	.campaign_menu ul li a#product-7 {
		background: url('../images/ico/cmp_seoanalysis.png') 2px 0px no-repeat;
	}
	.campaign_menu ul li.active a#product-7 {
		background: url('../images/ico/cmp_seoanalysis.png') 2px -35px no-repeat white !important;
	}
	.campaign_menu ul li a#product-8 {
		background: url('../images/ico/cmp_seoanalysis.png') 2px 0px no-repeat;
	}
	.campaign_menu ul li.active a#product-7 {
		background: url('../images/ico/cmp_seoanalysis.png') 2px -35px no-repeat white !important;
	}
	.campaign_menu ul li a#product-8 {
		background: url('../images/ico/cmp_firmentry.png') 2px 0px no-repeat;
	}
	.campaign_menu ul li.active a#product-8 {
		background: url('../images/ico/cmp_firmentry.png') 2px -35px no-repeat white !important;
	}
	.campaign_menu ul li a#product-9 {
		background: url('../images/ico/cmp_topgoogle.png') 2px 0px no-repeat;
	}
	.campaign_menu ul li.active a#product-9 {
		background: url('../images/ico/cmp_topgoogle.png') 2px -35px no-repeat white !important;
	}
.campaign_initial, .campaign_banner {
	float: left;
}
.campaign_initial img {
	width: 220px; height: 220px;
}
.campaign_banner {
	margin-top: 70px;
}
.campaign_banner img {
	width: auto; height: auto;
}
.campaign_text {
	min-height: 100%;
	margin-left: 225px;
}
.campaign_contborder {
	border: 1px solid #ccc;
	border-top: 0;
}
/* END OLD STYLES */

.ui-widget-header{
    background:transparent !important;
    border:0px !important;
}

.welcomebox{
    background:rgba(255,255,255,.7);
    color:#333;
    position: relative;
    margin-top:-60px;
    font-size:32px;
    padding:15px;
}
#errr_block{
    display:none;
}
#loading{
    position:absolute;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    width:50px;
    height:50px;
    margin:auto;
    display:none;
}
.m-b{
    margin-bottom:10px;
}
.m-r{
    margin-right:10px;
}
.m-l{
    margin-left:10px;
}
.m-t{
    margin-top:10px;
}
.margin0{
    margin:0px;
}

.login_curtains {
	background: none repeat scroll 0 0 #000000;
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.login_window, .login_window_emp{
	position: fixed;
	top: 100px;
	left: 100px;
	width: 400px;
	background: #fff;
	overflow: hidden;
	display: none;
	padding: 40px 15px 10px 15px;
	z-index:12;
	border: 1px solid #c0c0c0;
}
.login_window_emp {
	left: 50%;
	margin-left:-150px;
	background: #fff;
	overflow: hidden;
	display:block;
	padding: 40px 15px 10px 15px;
	z-index:10;
}

.login_window h1, .login_window_emp h1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 34px;
	line-height: 34px;
	background: #fff;
	/*background: url(images/login_window_icon.png) 15px 11px no-repeat  #dfdae5;
	background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#f0f0f0')";*/
	color:#1f5780;
	margin: 0;
	padding: 0 10px 0 15px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow:#FFFFFF 0px 1px 1px;
	/*border-bottom: 1px solid #c3c0cf;*/
}

.login_window h1 .login_close_button {
	position: absolute;
	right: 6px;
	top: 6px;
	height: 24px;
	width: 24px;
	background: url(../images/ico/block_tools.png) -60px 0px no-repeat;
	cursor: pointer;
}
.login_window_emp h1 .login_close_button {
	position: absolute;
	right: 6px;
	top: 6px;
	height: 24px;
	width: 24px;
	background: url(../images/ico/block_tools.png) -60px 0px no-repeat;
	cursor: pointer;
}

.font-ligth{
    color:#555;
    font-size:12px;
    font-weight: 100;
}
#codes{
    width:100px;
}
#forgot{
    display:none;
}

.m-b{
    margin-bottom: 15px;
}
label{
    margin-bottom: 0px;
    font-size: 90%;
}
.border{
    border:1px solid #cdcdcd;
}

.form-control{
    border-radius: 0px;
}
.block_reg{
    padding:25px;
}

.redirect-box{
    position: relative;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    height:400px;
    width:500px;
    border:1px solid #1f5780;
    border-radius: 3px;
    box-shadow: 0px 0px 5px #1f5780;
    margin:auto;
    padding:25px;
    margin-bottom: 25px;
}
.product-slider .item{
    max-height:240px;
}
.product-slider .item a{
    display:block;width:100%;
    height:100%;
}
.product-slider .item a img{
    max-width:100%;
    max-height:100%;
}

.sm{
    width:150px;
}

.xl{
    width:349px;
}
.search-block{
    margin-top:90px;
}

.firm-type-line{
    padding:0px;
    margin-bottom: 3px;
    border-bottom:1px dotted #0A246A;
}
.firm-type-line.active:before{
    content: '';
    width:25px;
    height:25px;
    background:url('../images/checked.png');
    position: absolute;
    right: 1px;
    top:0px;
    bottom: 0px;
    margin: auto;
    background-size:100% 100%;
}

.firm-type-line label{
    width:100%;
}
.firm-type-line input[type="checkbox"]{
    display:none;
}
.firm-type-line img{
    margin-right:10px;
    width: 10%;
    float: left;
}
.firm-type-line span{
    float: left;
    width:60%;
    white-space: pre-line;
    margin-top:10px;
    font-size:0.8em;
}
.firm-type-line span.cnt{
    float:right;
    width: 15%;
}

.blue_text{
    color:#1f5780;
}
.mobile-show{
    display:none;
}

.border-bottom2{
    border-bottom: 2px solid #0A246A;
}

@media(max-width:792px){
    .mobile-show{
        display:block;
    }
    body, html{
        font-size:100%;
    }
    .search-block{
        margin-top:40px;
    }
    .sm, .xl{
        display:block;
        width:100%;
    }
    .sm, .xl input{
        float:none !important;
        width:100%;
    }
    body{
        max-width:100%;
        overflow-x: hidden;
    }
    .languages{
        margin-top:10px;
    }
    .languages ul{
        position: relative;
        width:100%;
        border:0px;
        box-shadow: none;
        
    }
    .mobile-hidden{
        display: none !important;
    }
    .top_slider_logo {
        background: url('../images/logos/itsbetter_logo_small.png') no-repeat;
        background-size: 100%;
    }
    header{
        float:left;
        width:100%;
        clear:both;
        min-height: 0px;
    }
    section{
        float:left;
        width:100%;
        clear:both;
        padding:1em;
    }
    .navbar-toggle{
        float:none;
        font-size:24px;
        border:1px solid #ccc;
        border-radius: 3px;
        padding: 3px 6px;
    }
    #top_slider ul li{
        width:50%;
    }
    .select_type span span{
        display: none;
    }
    .select_type{
        min-width:20%;
        overflow: hidden;
    }
    
    .select_type ul{
        position: absolute;
        width: 184px;
        border: 0px;
        box-shadow: none;
        left: -126px;
    }
    h1.maintitle{
        font-size: 1.6em;
        padding:10px;
    }
    h2.maintitle{ font-size:16px;margin-top:-10px;}
    .bg{
        margin:-1em;
    }
    .search-form{
        width:82%;
    }
    #top_slider{
        display:none;
    }
    .search, .search-form{
        height:250px;
    }
    h2{
        font-size:18px;
    }
    .firmtype{
        margin-top:15px;
    }
    #rating{
        margin:10px 0px;
    }
    .search_result_button .btn{
        display:block;
        width:100%;
        margin-bottom: 10px;
    }
    .product_box{
        padding:0px;
        border:1px solid #cdcdcd;
    }
    .slide-shadow{
        margin-top: 0px;
        margin-left: 0px;
    }
    .footer-nav{
        margin-top:15px;
        border-top:1px solid #fff;
        padding-top:15px;
    }
    .lang{

    }
    .languages{
        margin:0px;
        padding:0px;
    }
    
    .languages  ul.active{
        display:block;
        position: relative;
        width: 300px;
        border: 0px;
        box-shadow: none;
        top:10px;
    }
    .login_window, .login_window_emp{
        width:80%;
    }
}