body {
  padding-top: 50px;
}
h4 span{
	font-weight:normal;
	font-weight:300;
}
h3.page-title{
	margin-top:0px;
}
h3.page-title span{
	font-weight:300;
}
h3.page-title span span{
	color:#D0D2D9;
}
h3.page-title.approved{
	background:url(../img/approved2.png) no-repeat 0px center;
	padding-left:32px;
}
form label{
	
}

/* Layout */
.section{
	display:block;
	padding:40px 0px 40px 0px;
}
.section.blue-background{
	background:#e8eff2;
}
.blue-box-bg{
	background:#d5dde1;
}
.border-top{
	border-top:2px solid #E8EFF2;
	padding-top:30px;
}
a.navbar-brand{
	width:192px;
	height:50px;
	background:url(../img/adklick-logo.png) no-repeat 0px 0px;
	padding:0px;
}


/* Home */
.home-intro h4{
	margin-top:0px;
	margin-bottom:20px;
}
.video-hold{
	display:block;
	padding:5px;
	background:#fff;
}
.header-hold{
	display:block;
}

/* Signup Form */
.signup-form{
	display:block;
	padding:15px;
}
.signup-form h4{
	margin-bottom:10px;
}
.signup-form label, .signup-form .form-label{
	font-weight:bold;
	font-weight:700;
	color:#9ca0ab;
	text-transform:uppercase;
}
.signup-form .form-label{
	margin-bottom: 5px;
}
.signup-form .form-group.smaller-margin{
	margin-bottom:5px;
}
.signup-form .form-control{
	border:1px solid #fff;
	-webkit-box-shadow:none;
	box-shadow:none;
	font-weight:300;
}
.signup-form .form-control:focus{
	border-color:#f8a200;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(254,174,23,.6);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(254,174,23,.6)
}
.signup-form .form-group .form-control{
	background-image:url(../img/signup-form.png);
	background-repeat:no-repeat;
}
.signup-form .form-group input.form-control{
	padding-left:36px;
}
.signup-form .form-group select.form-control{
	text-indent:36px;
	padding-left:0px;
}
/* Firefox only. 1+ */
.signup-form .form-group select.form-control,  x:-moz-any-link  { padding-left:0px;text-indent:17px; }


.signup-form .form-group.lang .form-control{background-position:0px 0px;}
.signup-form .form-group.username .form-control{background-position:0px -46px;}
.signup-form .form-group.email .form-control{background-position:0px -92px;}

.share-hold{
	display:block;
	height:39px;
}	

/* Publishers / Affiliates */
.pub-mer h1 span{
	font-weight:300;
	font-size:18px;
}
.pub-mer ul li{
	color:#656d81;
	font-weight:300;
	padding:4px 0px 4px 0px;
}
.pub-mer h1{
	margin-top:0px;
	margin-bottom:15px;
}
.pub-mer h1{
	background:url(../img/pub-mer.png) no-repeat 0px 0px;
}
.pub-mer .publishers h1{
	padding-left:34px;
}
.pub-mer .merchants h1{
	background-position:0px -80px;
	padding-left:38px;
}
.pub-mer ul{
	margin-bottom:13px;
}
.pub-mer .btn{
	margin-right:5px;
	margin-top:8px;
}

/* Content Box */
.box{
	display:block;
	padding:15px;
	background:#f1f5f7;
}
.box.outline{
	background:transparent;
	border:2px solid #e8eff2;
}
.box h4{
	margin-top:0px;
}
.box p{
	padding:5px 0px 0px 0px;
}
h4 a.question {
    display: block;
	float:right;
    width: 16px;
    height: 16px;
    background: url('../img/table-icons.png') no-repeat scroll 0px -128px transparent;
	margin-right: -6px;
}

/* Info Box */
.info-box{
	padding:0px;
	margin-top:15px;
}
.info-box h4{
	display:block;
	padding:5px 15px;
	background:#E8EFF2;
}
.info-box-content{
	display:block;
	padding:0px 15px 15px 15px;
}
.info-box.info-price table td a{
	display:block;
	font-weight:700;
	
	text-align:center;
	padding:3px 8px;
	color: #FFF;
	background-color: #F8A200;
	border: 1px solid #E89800;
	border-radius:2px;
}
.info-box.info-price table td a:hover{
	background-color:#fba80c;
	border-color:#e89800;
	text-decoration:none;
}
.info-box.info-price table td{
	vertical-align:middle;
}
.login-box-content{
	border:2px solid #dbe3e7;
}
.login-box-content .btn{
	margin-top:29px;
}

/* Side Box */
.side-box{
	display:block;
	padding:15px;
	background:#f1f5f7;
	margin-bottom:15px;
}
.side-box.outline{
	background:transparent;
	border:2px solid #e8eff2;
}
.side-box.slim{
	padding:5px 15px 5px 15px;
}
.side-box h4{
	margin-top:0px;
}
ul.steps{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.steps li{
	display:block;
	margin:0px;
	padding:10px 0px 0px 32px;
}
ul.steps li.active{
	font-weight:400;
}
ul.steps li span{
	display:block;
	float:left;
	width:22px;
	height:22px;
	font-weight:700;
	background:#d8dce1;
	color:#3d4a6d;
	text-align:center;
	line-height:22px;
	-webkit-border-radius:11px; 
	-moz-border-radius:11px; 
	border-radius:11px; 
	margin-right:10px;
	margin-left:-32px;
	margin-top:-2px;
}
ul.steps li.active span{
	background:#ffb812;
	color:#fff;
}
ul.steps li span.home{background-image:url(../img/contact-home.png);background-repeat:no-repeat;background-position:center center;}
ul.steps li span.user{background-image:url(../img/contact-user.png);background-repeat:no-repeat;background-position:center center;}
ul.steps li span.mail{background-image:url(../img/contact-mail.png);background-repeat:no-repeat;background-position:center center;}

.program-thumb a{
	display:block;
	font-size:15px;
}
.program-thumb a.thumb{
	margin-top:5px;
	margin-bottom:15px;
}
.program-thumb a img{
	width:100%;
	max-width:200px;
	border:1px solid #e0e0e0;
}
.program-thumb a div{
	display:block;
	position:absolute;
	margin-top:-45px;
	background:#3d4a6d url(../img/program-currency.png) no-repeat 5px center;
	padding:5px 8px 5px 28px;
	color:#fff;
	font-size:15px;
	font-weight:300;
}
.program-thumb a:hover div{
	background-color:#445278;
}
.program-thumb a div span{
	color:#ffad12;
	font-size:17px;
	font-weight:700;
	letter-spacing:-0.05em;
}

/* New Programs */
.new-programs{

}
.new-programs h4{
	margin-bottom:20px;
}
.new-programs .date{
	color:#9ca0ab;
	font-size:15px;
	font-weight:700;
	line-height:15px;
}
.new-programs a{
	display:block;
	font-size:15px;
}
.new-programs a.thumb, .program-box a.thumb{
	margin-top:5px;
	margin-bottom:30px;
}
.new-programs a img, .program-box a img{
	width:100%;
	max-width:200px;
	border:1px solid #e0e0e0;
}
.new-programs a div, .program-box a div{
	display:block;
	position:absolute;
	margin-top:-45px;
	background:#3d4a6d url(../img/program-currency.png) no-repeat 5px center;
	padding:5px 8px 5px 28px;
	color:#fff;
	font-size:15px;
	font-weight:300;
}

.new-programs a:hover div, .program-box a:hover div{
	background-color:#445278;
}
.new-programs a div span, .program-box a div span{
	color:#ffad12;
	font-size:17px;
	font-weight:700;
	letter-spacing:-0.05em;
}
.new-programs .btn-default{
	max-width:200px;
}
.new-programs .stars{
	display:block;
}
/* Login */
.login-modal-sm .btn{
	padding-left:30px;
	padding-right:30px;
}

/* Menu */
.navbar-inverse .navbar-nav>li>a, .dropdown-menu>li>a{
	font-size:13px;
	font-weight:300;
	-webkit-transition: background 0.5s, color 0.5s;
	-moz-transition: background 0.5s, color 0.5s;
	-o-transition: background 0.5s, color 0.5s;
	transition: background 0.5s, color 0.5s;
}
/*.navbar-inverse .navbar-nav>.active>a{
	color: #fff;
}*/
ul.dropdown-menu:before{
	content:'';
	display:block;
	position:absolute;
	margin-top:-13px;
	margin-left:20px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	/*border-radius: 0 8px 0 0;
	-moz-border-radius: 0 8px 0 0;
	-webkit-border-radius: 0 8px 0 0;*/
	/*border:1px solid #3d4a6d;*/
	border-right:0px none;
	border-bottom:0px none;
}

.navbar-right li.login{
	padding:8px 0px 8px 15px;
}
.navbar-right li.user{
	padding:14px 0px 14px 15px;
	
}
.navbar-right li.user div{
	color:#fff;
	font-weight:400;
	/*padding-right:10px;
	border-right:1px solid #303B57;
	margin-right:10px;*/
}
.navbar-right li.user div img{
	vertical-align: top;
	margin-top: 3px;
	margin-right: 4px;
}
.btn-primary{
	padding: 5px 12px 6px 12px;
}
.navbar-right li.user div span.badge{
	line-height:15px;
	font-size:15px;
	height:22px;
	color:#fff;
	background:#697189;
	padding: 2px 10px;
	margin-left:8px;
}
.navbar-right li.user div span.badge span.cur{
	height:18px;
	width:18px;
	line-height:17px;
	display:inline-block;
	background:#303b57;
	color:#ffb313;
	-webkit-border-radius:9px; 
	-moz-border-radius:9px; 
	border-radius:9px; 
	letter-spacing:0.125em;
	margin-right:-8px;
}

/* Language Select */
.current-lang{
	display:block;
	border:1px solid #303b57;
	height:33px;
	width:44px;
	margin-top:8px;
	cursor:pointer;
	cursor:hand;
	background:url(../img/caret-down.png) no-repeat 28px 8px;
}
.current-lang:hover, .current-lang:active{
	background-color:#445278;
}
.current-lang img{
	display:block;
	margin:7px 0px 0px 7px;
}
.lang-select{
	display:none;
	position:absolute;
	margin-top:10px;
	width:auto;
	border:1px solid #e2e2e2;
	background:#fff;
}
.lang-select ul{
	margin:0px;
	padding:0px;
	list-style:none;
	min-width:152px;
	box-shadow:0 13px 23px -5px rgba(0, 0, 0, 0.11);
}
.lang-select ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	border-bottom:1px solid #e2e2e2;
}
.lang-select ul li:last-child{
	border-bottom:0px none;
}
.lang-select ul li a{
	display:block;
	padding:6px 15px 7px 15px;
	transition:background-color 0.25s ease, color 0.5s ease;
}
.lang-select ul li:first-child a{
	-webkit-border-top-left-radius:4px;
	-moz-border-radius-topleft:4px;
	border-top-left-radius:4px;
	
	-webkit-border-top-right-radius:4px;
	-moz-border-radius-topright:4px;
	border-top-right-radius:4px;
}
.lang-select ul li:last-child a{
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
	
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-bottomright:4px;
	border-bottom-right-radius:4px;
}
.lang-select ul li a img{
	display:inline-block;
	margin-right:5px;
}
.lang-select ul li a:link, .lang-select ul li a:visited{
	color:#333;
	text-decoration:none;
}
.lang-select ul li a:active, .lang-select ul li a:hover{
	color:#333;
	text-decoration:none;
	background:#f5f5f5;
}
.lang-select ul li.selected a{
	color:#888;
	cursor:default;
}
.lang-select ul li.selected a:active, .lang-select ul li.selected a:hover{
	color:#888;
	background:transparent;
}

/* Phone */
@media (max-width: 767px){
	.current-lang {
		margin-top: 0px;
		padding-top:20px;
		border:0px none;
		height:53px;
		width:100%;
		background: url('../img/caret-down.png') no-repeat scroll 43px 18px transparent;
	}
	.current-lang:hover{
		background-color:transparent;
	}
	.current-lang img{
		margin-left:15px;
		margin-top:0px;
	}
	.navbar-collapse.collapse.in .navbar-right li.lang .lang-select{
		margin-left:-15px;
		margin-top:1px;
		position:relative;
		border:0px none;
		background:#3d4a6d;
		width:100%;
	}
	.navbar-collapse.collapse.in .navbar-right li.lang .lang-select ul{
		box-shadow:none;
	}
	.navbar-collapse.collapse.in .navbar-right li.lang .lang-select li{
		padding-left:0px;
		border-bottom:0px none;
	}
	.navbar-collapse.collapse.in .navbar-right li.lang .lang-select li:last-child{
		border-bottom:0px none;
	}
	.navbar-collapse.collapse.in .navbar-right li.lang .lang-select li a{
		padding-top:17px;
		padding-bottom:16px;
		padding-left:30px;
		background:#3d4a6d;
		color:#fff;
	}
}

/* Program item */
.program-item-header{
	border-bottom:2px solid #e8eff2;
	padding-bottom:15px;
	margin-bottom:25px;
	
}
.program-item-header h3{
	margin:0px 0px 15px 0px;
}
.program-item-header img{
	margin-right:30px;
	max-width: 120px;
}
.program-flags{
	display:block;
	padding:10px 0px 10px 0px;
}
.payment-info{
	background:url(../img/program-currency.png) no-repeat 0px center;
	padding-left:25px;
}
.advertising-medium{
	padding-top:15px;
}/*
.banner-item{
	border:2px solid #e8eff2;
	padding:15px 0px 0px 0px;
	margin:15px 0px 0px 0px;
}*/
.banner-item{
	background:#f1f5f7;
	padding:10px;
	margin:15px 0px 0px 0px;
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
}
.advertising-medium .banner-item.odd{
	/*background:#ecf1f4;*/
}
.banner-item .program-flags{
	padding:0px 0px 0px 0px;
}
.banner-item .box{
	/*padding:0px;
	margin:5px 0px 0px 0px;*/
	
	padding:5px 0px 0px 0px;
	margin:0px;
	background:transparent;
}
.banner-item .box span{
	display:block;
	font-size:12px;
	font-weight:300;
	color:#656d81;
	background:url(../img/banner-size.png) no-repeat 0px center;
	padding-left:17px;
}
.banner-hold{
	padding-top:5px;
}
.banner-hold img{
	max-width:100%;
}
.banner-hold object embed{
	max-width:100%;
	overflow:hidden;
}

/* Programs / References list */
.programs-list a{
	display:block;
	padding:4px 6px;
}

.categories-list a{
	display:block;
	padding:5px 8px;
}

.programs-list a:hover{
	background:#f1f5f7;
}
.categories-list a:hover{
	background:#dbe7ec;
}

.scrollbar{
	background-color:#dbe7ec !important;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}

.process-step{
	background:#f1f5f7;
	margin-bottom:3px;
	padding:8px 0px 8px 8px;
	font-weight:300;
}
.process-step.active{
	background:#dbe3e7;
	/*font-weight:700;*/
}
.process-arrow{
	display:block;
	position:absolute;
	height:0px;
	width:20px;
	left:50%;
	margin-left:-10px;
	margin-top:-3px;
}
.process-arrow:before{
	display:block;
	content:'';
	width: 0; 
	height: 0; 
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 14px solid #fff;
	background:transparent;
}
.process-arrow:after{
	display:block;
	content:'';
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #f1f5f7;
	background:transparent;
	margin-top:-14px;
	margin-left:4px;
}
.process-arrow.active:after{
	border-top: 10px solid #dbe3e7;
}

.process-step .circle{
	display:block;
	float:left;
	width:40px;
	height:40px;
	background:#D8DCE1 url(../img/process.png) no-repeat 0px 0px;
	-webkit-border-radius:21px;
	-moz-border-radius:21px;
	border-radius:21px;
}
.process-step.active .circle{
	background-color:#ffb812;
}
.process-step.one .circle{background-position:0px -120px;}
.process-step.two .circle{background-position:0px -160px;}
.process-step.three .circle{background-position:0px -200px;}

.process-step.active.one .circle{background-position:0px 0px;}
.process-step.active.two .circle{background-position:0px -40px;}
.process-step.active.three .circle{background-position:0px -80px;}

.process-step .step-name{
	display:block;
	float:left;
	width:auto;
	font-size:14px;
	line-height:40px;
	padding-left:8px;
}
.process-step .step-name span{
	font-weight:700;
}
.process-step .step-name.two-line{
	line-height:16px;
	padding-top:5px;
}

/* Search box */
.search-box{
	display:block;
	float:right;
	width:auto;
	margin-top:-62px;
}
.side-box .search-box{
	float:none;
	margin-top:0px;
	margin-bottom:10px;
}
.search-box input.form-control {
	background:url(../img/search.png) no-repeat 10px center;
	text-indent:22px;
	padding-right:20px;
	padding-left:10px;
	min-width:140px;
}
.search-box select.form-control {
	background:url(../img/search.png) no-repeat 10px center;
	text-indent:22px;
	padding-right:20px;
	padding-left:10px;
	min-width:140px;
}
@-moz-document url-prefix() {
    .search-box select.form-control {
       text-indent: 10px;
    }
}
.program-category{
	display:block;
	margin-bottom:23px;
	margin-top:10px;
}
.program-category a{
	display:block;
	background:url(../img/folder-open2.png) no-repeat 5px 8px;
	padding:5px;
	padding-left:26px;
	font-size:15px;
}
.program-category a:hover{
	background-color:#f1f5f7;
}
.search-filter{
	margin-top:22px;
}
.search-filter.search-filter-top{
	margin-top:0px;
	margin-bottom:15px;
}
.search-submit{
	margin-top:15px;
}


.program-category a div.title span, .program-category a div.types, .program-category a div.types span{
	text-decoration:none !important;
	color:#3D4A6D;
}
.program-category a:hover{
	text-decoration:none !important;
	color:#3D4A6D;
}

.program-category a div.title span{
	font-weight:300;
}
.program-category a div.types{
	font-size:11px;
	color:#656D81;
}
.program-category a div.types span{
	font-weight:400;
	color:#3D4A6D;
}

.box.search-results-box{
	padding-bottom:0px;
	margin-bottom:30px;
}

.program-box a img{
	/*width:100%;
	max-width:100%;*/
}
.program-box .program-flags{
	padding:0px;
}
.program-box .table .stars{
	margin-top: 2px;
}
.program-box .table .td-value {
    white-space: nowrap;
}
.program-box .table > tbody > tr > td, .program-box .table > tfoot > tr > td {
    border-top: 0px none;
    border-bottom: 1px dotted #DAE2E6;
}
h4 .badge{
	background:#3D4A6D;
	color:#fff;
	vertical-align: top;
	padding: 3px 7px 4px 7px;
	margin-left:10px;
	margin-top:0px;
	text-transform:uppercase;
	/*letter-spacing:0;*/
}


/* breadcrumb-hold */
.section.breadcrumb-hold{
	padding:11px 0px 11px 0px;
	font-size:12px;
}
.section.breadcrumb-hold ul{
	margin:0px;
	padding:0px;
	line-height:24px;
}
.section.breadcrumb-hold ul li.sep{
	color:#c4c7d1;
}
.social-links{
	float:right;
	padding-top:4px;
}


/* Table */
.table .td-icon{
	width:16px;
}
.td-icon span{
	display:block;
	width:16px;
	height:16px;
	background:url(../img/table-icons.png) no-repeat 0px 0px;
	vertical-align:middle;
}
.td-icon.lifetime span{background-position:0px -16px;}
.td-icon.rate span{background-position:0px -32px;}
.td-icon.activation span{background-position:0px -48px;}
.td-icon.duration span{background-position:0px -64px;}
.td-icon.tracking span{background-position:0px -80px;}
.td-icon.bonus span{background-position:0px -96px;}
.td-icon.evaluation span{background-position:0px -112px;}
.td-icon.remaining span{background-position:0px -176px;}

.table .td-label{
	font-weight:300;
	padding-left:0px;
}
.table .td-value{
	font-weight:700;
}
.table .td-question a{
	display:block;
	width:16px;
	height:16px;
	background:url(../img/table-icons.png) no-repeat 0px -128px;
}

.table .stars{
	margin-top:1px;
}
.stars .star, .stars .caution{
	display:block;
	float:left;
	width:16px;
	height:16px;
	background:url(../img/table-icons.png) no-repeat 0px -144px;
	vertical-align:middle;
}
.stars .caution{
	background:url(../img/table-icons.png) no-repeat 0px -160px;
}
table.dottedline{
	display:block;
	padding:5px 10px 5px 10px;
	border:2px solid #dbe3e7;
	background:#f1f5f7;
	-webkit-border-radius:2px; 
	-moz-border-radius:2px; 
	border-radius:2px; 
}
.table.stats-table{
	margin-bottom:0px;
}
.stats-table .td-value a{
	font-weight:700;
}
.table > tfoot > tr > td{
	border-top:0px none;
}
.table > tfoot > tr > td.value{
	border-top: 1px solid #DAE2E6;
}
.table > tfoot > tr.first > td.value{
	border-top: 2px solid #DAE2E6;
}
.popup-table td span{
	color: #D0D2D9;
}
.popup-table > tbody > tr > td{
	padding-top:3px;
	padding-bottom:3px;
}
.icon-table td img{
	margin-top: -2px;
}

.table.equal-width td{
	width:50%;
	white-space:normal !important;
}

.table.auto-stripe > tbody > tr.even td {
    background-color:#F1F5F7 !important;   
}
.table.auto-stripe > tbody > tr.odd td {
    background-color:#fff !important;   
}
.table tr.hidden-row {display: none;}

.modal.iframe .modal-body{
	padding:0px !important;
}

/* Form */
h4.form-title{
	margin-top:15px;
	margin-bottom:15px;
	padding-top:30px;
	border-top:2px solid #dbe3e7;
}
h4.form-title.no-border{
	padding-top:0px;
	border-top:0px none;
}
h4.small{
	font-size:13px;
}
.table .form-group{
	margin-bottom:0px;
}
.lang-group .value-label label{
	width:30%;
	border-bottom:1px dotted #dbe3e7;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
}
.lang-group .value-label label:hover{
	background:#dbe3e7;
}
.table-striped > tbody > tr:nth-child(2n) > td .form-group.lang-group .value-label label:hover{
    background:#F1F5F7;
}
.lang-group .checkbox-inline+.checkbox-inline {
	margin-left: 0px;
}
.lang-group .checkbox-inline {
    padding-top: 0px;
}
.form-group p.info{
	margin-top:10px;
	line-height: 15px;
	padding-top: 6px;
	padding-bottom: 7px;
}
.submit-button button, .submit-button input.btn{
	margin-top:10px;
}

.lang-group-small .checkbox-inline+.checkbox-inline {
	margin-left: 0px;
}
.lang-group-small .checkbox-inline{
	padding-right:5px;
	margin-right:5px;
	border-right:2px solid #dbe7ec;
}
.form-group.select-row{
	margin-top:15px;
	margin-bottom:10px;
}
.form-group.lang-group-small{
	
}
.form-group.submit-row{
	margin-bottom:0px;
}

.form-group.select-row .raquo{
	display:block;
	width:20px;
	font-size:18px;
	float: right;
	text-align: right;
	margin-right: -20px;
	margin-top: -32px;
}
.form-info-text{
	color: #656D81;
	font-weight: 300;
	font-size:12px;
	line-height:16px;
	padding-top:5px;
}
.form-info-text.padding-bottom{
	padding-bottom:15px;
}
.form-info-text label{
	font-weight:300;
}
.input-char{
	display:inline;width:30px;height:22px;padding:1px;text-align:center;
}
.form-val-type{
	font-weight:700;
	padding-top: 7px;
}
b.registerFailed{
	display:block;
	color: #C1392D;
	line-height:15px;
	padding-top:8px;
}

/* Footer */
.footer ul{
	
}
.footer ul li.sep{
	color:#d0d2d9;
}
.footer ul li.copyright{
	color:#9ca0ab;
}
.footer ul li.footer-logo img{
	margin-top:-7px;
}
.float-right{
	float:right;
}


/* Misc */
.round5{
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	border-radius:5px; 
}
.round2{
	-webkit-border-radius:2px; 
	-moz-border-radius:2px; 
	border-radius:2px; 
}
.table-auto-width{
	width:auto !important;
}
.float-left{
	display:block;
	float:left;
}
.white-bg{
	background-color:#fff !important;
}
p{
	font-weight:300;
}
p.sub-title{
	margin-top:-5px;
	margin-bottom:20px;
}
p.sub-title span{
	font-weight:700;
}
p.info, div.info{
	display:block;
	padding:5px 10px 5px 25px;
	border:2px solid #dbe3e7;
	background:#f1f5f7 url(../img/p-info.png) no-repeat 14px 15px;
	background-position: 6px center;
	-webkit-border-radius:2px; 
	-moz-border-radius:2px; 
	border-radius:2px; 
}
p.info.info-white{
	background-color:#fff;
}
p.info.slim{
	background-color:#fff;
	border:0px none;
	padding:0px 0px 0px 18px;
	background-position:0px 3px;
}
p.info.slim.blue{
	background-color:#F1F5F7;
}
p.info.success{
	background-image:url(../img/success.png);
}
p.info.info-yellow{
	color:#fff;
	font-weight:400;
	background:#fba80c url(../img/p-info-yellow.png) no-repeat 10px 8px;
	border:0px none;
}
p.info.info-yellow a{
	color:#fff !important;
	font-weight:700;
	text-decoration:underline;
}
p.info.product{
	background:#f1f5f7 url(../img/cart.png) no-repeat 10px 7px;
}
div.info{margin-bottom:30px;}
div.info ul{
	padding:10px 0px 10px 10px;
	margin:0px;
}
div.success{
	display:block;
	padding:5px 10px 5px 28px;
	border:2px solid #cdecda;
	
	background:#edf8f2 url(../img/success.png) no-repeat 10px 7px;
	-webkit-border-radius:2px; 
	-moz-border-radius:2px; 
	border-radius:2px; 
	margin-bottom:15px;
}
div.website{
	display:block;
	padding:5px 10px 5px 20px;
	border:2px solid #cdecda;
	background:#edf8f2;
	-webkit-border-radius:2px; 
	-moz-border-radius:2px; 
	border-radius:2px; 
	margin-bottom:15px;
}
div.website ul{
	margin:0px;
	padding-left:0px;
}
div.website ul li{

}
div.success.tick{
	background-image:url(../img/success.png);
	background-repeat:no-repeat;
	background-position:10px 8px;
}
div.success ul{
	margin:0px;
	padding-left:0px;
}
div.success ul li{

}
p.error, div.error, div.no_ad{
	display:block;
	padding:5px 10px 5px 28px;
	border:2px solid #f8cbc7;
	background:#ffeeec url(../img/checking.png) no-repeat 10px 7px;
	-webkit-border-radius:2px; 
	-moz-border-radius:2px; 
	border-radius:2px; 
	margin-top:15px;
	margin-bottom:15px;
}
div.error strong, div.no_ad strong{
	color:#c1392d;
	font-weight:400;
}
.badge.red{
	display:inline-block;
	padding:5px 10px 5px 10px;
	border:2px solid #f8cbc7;
	background:#ffeeec;
	color:#c1392d;
	-webkit-border-radius:2px; 
	-moz-border-radius:2px; 
	border-radius:2px; 
	margin-left:10px;
}
/*
p.info.info-dark{
	background-color:#3D4A6D;
	color:#fff;
	border:0px none;
}*/
.terms-hold{
	padding-left:30px;
}
ul.content li{
	color:#656d81;
	font-weight:300;
	padding:4px 0px 4px 0px;
}
.side-box.slim ul.content{
	margin:0px;
	padding:0px;
	margin-left:15px;
}
.side-box.slim ul.content li{
	padding:0px;
}
h4.no-padding{
	padding-top:0px;
	margin-top:0px;
}
h4.modal-title span{
	display:block;
	font-size:13px;
	font-weight:300;
}
h4.modal-header-title span{
	display:block;
	font-size:16px;
	font-weight:300;
}
.panel-heading{
	padding:0px;
	margin:0px;
}
h4.panel-title{
	padding:0px;
	margin:0px;
	font-size:13px;
	letter-spacing:0;
}
h4.panel-title a{
	display:block !important;
	padding: 10px 15px;
	outline:none;
	background-image:url(../img/panel-close.png);
	background-position:right 0px;
	background-repeat:no-repeat;
}
h4.panel-title a:hover, h4.panel-title a{
	background-color:#F1F5F7;
	text-decoration:none;
}
h4.panel-title a.collapsed{
	background-color:#fff;
	background-image:url(../img/panel-open.png);
}
h4.panel-title a.collapsed:hover{
	background-color:#F1F5F7;
}
h4 div.h4-subtitle{
	font-size:13px;
	font-weight:300;
	letter-spacing:0;
	padding-top:2px;
	padding-left:0.5px;
}
.panel-group .panel + .panel {
    margin-top: -2px;
}
pre{
	background-color: #F1F5F7;
	border: 1px solid #DAE2E6;
	color: #656D81;
}

/* Yellow 
::-moz-selection {
   background-color: #fba80c;
   color: #fff;
}
::selection {
   background-color: #fba80c;
   color: #fff;
}
*/
::-moz-selection {
   background-color: #697189;
   color: #fff;
}
::selection {
   background-color: #697189;
   color: #fff;
}

/* Logout */
.logout-loading{
	display:block;
	width:125px;
	height:115px;
	margin:0px auto;
}
.logout-loading-text{
	display:block;
	margin:0px auto;
	font-size:18px;
	font-weight:300;
	color:#656d81;
	text-align:center;
	padding-top:8px;
}

/* New Icon */
.icon-campaign{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/campaign.png) no-repeat 0px 0px;
	margin-top:5px;
	margin-right:5px;
}
.icon-campaign-e{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/campaign-e.png) no-repeat 0px 0px;
	margin-top:5px;
	margin-right:5px;
}
.icon-campaign-n{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/campaign-n.png) no-repeat 0px 0px;
	margin-top:5px;
	margin-right:5px;
}
.icon-checking{
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../img/checking.png) no-repeat 0px 0px;
}
.icon-pdf{
	display:inline-block;
	width:14px;
	height:14px;
	background:url(../img/pdf.png) no-repeat 0px 0px;
}
.icon-extend{
	display:inline-block;
	width:164px;
	height:164px;
	background:url(../img/extend.png) no-repeat 0px 0px;
}
.icon-cancelled{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/icon-cancelled.png) no-repeat 0px 0px;
	margin-top:2px;
	margin-right:2px;
}
.icon-confirmed{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/icon-confirmed.png) no-repeat 0px 0px;
	margin-top:2px;
	margin-right:2px;
}
.icon-outstanding{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/icon-outstanding.png) no-repeat 0px 0px;
	margin-top:2px;
	margin-right:2px;
}
.icon-currency{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/program-currency.png) no-repeat 0px 0px;
	margin-top:2px;
	margin-right:2px;
}
.icon-logout{
	display:block;
	width:12px;
	height:14px;
	background:url(../img/logout.png) no-repeat 0px 0px;
	margin-top:4px;
	margin-bottom:3px;
}
.icon-user{
	display:block;
	float:left;
	width:16px;
	height:16px;
	background:url(../img/user.png) no-repeat 0px 0px;
	margin-top:3px;
	margin-right:4px;
}
.icon-mail-read{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/mail-read.png) no-repeat 0px 0px;
	margin-top:5px;
	margin-right:5px;
}
.icon-mail-read-reply{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/mail-read-reply.png) no-repeat 0px 0px;
	margin-top:5px;
	margin-right:5px;
}
.icon-mail-unread{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/mail-unread.png) no-repeat 0px 0px;
	margin-top:5px;
	margin-right:5px;
}
.item-option-mail{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/item-option-mail.png) no-repeat 0px 0px;
	margin-top:5px;
	margin-right:5px;
}
.icon-mail-application{
	display:block;
	float:left;
	width:14px;
	height:14px;
	background:url(../img/mail-application.png) no-repeat 0px 0px;
	margin-top:5px;
	margin-right:5px;
}
.icon-mail-subject{
	display:inline-block;
	width:10px;
	height:14px;
	background:url(../img/mail-subject.png) no-repeat 0px 0px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right:5px;
}
.icon-cog{
	display:block;
	float:left;
	width:13px;
	height:15px;
	background:url(../img/news-cog.png) no-repeat 0px 0px;
	margin-top: 0px;
	margin-right:6px;
}
.icon-news-info{
	display:block;
	float:left;
	width:13px;
	height:15px;
	background:url(../img/news-info.png) no-repeat 0px 0px;
	margin-top: 0px;
	margin-right:6px;
}
.icon-news-star{
	display:block;
	float:left;
	width:14px;
	height:15px;
	background:url(../img/news-star.png) no-repeat 0px 0px;
	margin-top: 0px;
	margin-right:6px;
}
.icon-news-aktion{
	display:block;
	float:left;
	width:15px;
	height:15px;
	background:url(../img/news-aktion.png) no-repeat 0px 0px;
	margin-top: 0px;
	margin-right:6px;
}
/* Responsive */
@media (max-width: 1199px){
	.share-hold{
		display:none;
	}
}
/* Tablet or smaller */
@media (max-width: 991px){
	.navbar-nav .open .dropdown-menu:before {
		display:none;
	}
	.navbar-inverse .navbar-nav>li>a, .dropdown-menu>li>a{
		font-size:15px;
	}
	.navbar-right li.lang a span{
		display:inline;
	}
	.navbar-right li.lang a{
		margin-left:0px;
		margin-right:10px;
	}
	.video-hold{
		margin-bottom:15px;
	}
	.pub-mer .publishers{
		border-right:1px solid #ecedf1;
	}
	.pub-mer .merchants{
		border-left:1px solid #ecedf1;
	}
	.footer ul.float-right{
		float:none;
	}
	.program-item-header img{
		max-width: 200px;
	}
	.street-house input{
		width:100% !important;
		margin-left:0px !important;
		margin-bottom:5px !important;
	}
	.form-group.select-row .form-control{
		margin-bottom:5px;
	}
}
/* Phone */
@media (max-width: 767px){
	.pub-mer .publishers{
		border-right:1px solid #ecedf1;
	}
	.pub-mer .merchants{
		border-top:2px solid #ecedf1;
		border-left:0px none;
		padding-top:30px;
		margin-top:30px;
	}
	.right-col{
		padding-top:30px;
	}
	.program-thumb{
		width:50%;
		float:left;
	}
	.search-box{
		display:block;
		float:none;
		width:100%;
		padding-bottom:15px;
		margin-top:0px;
	}
	.program-category{
		margin-bottom:8px;
		margin-top:0px;
	}
}
/* Smaller */
@media (max-width: 472px){
	.new-programs a div{
		background:#3d4a6d;
		padding:3px 5px 3px 5px;
		font-size:13px;
		margin-top:-40px;
	}
	.program-item-header img{
		float:none;
	}
	.program-item-header P{
		padding-top:15px;
	}
	.program-thumb{
		width:100%;
		float:none;
	}
}

/* Home page Video size */
@media (min-width: 992px){
	.video-hold{
		width: 548px;
	}
	.header-hold{
		width: 548px;
	}
}
@media (min-width: 1200px){
	.video-hold{
		width: 626px;
	}
	.header-hold{
		width: 626px;
	}
}

/* 2x */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
  a.navbar-brand{
	background-image:url(../img/adklick-logo@2x.png);
	background-size: 192px 50px;
  }
  .icon-logout{
	background-image:url(../img/logout@2x.png);
    background-size: 13px 13px;
  }
  .icon-user{
	background-image:url(../img/user@2x.png);
	background-size: 16px 16px;
  }
  h3.page-title.approved{
    background-image: url(../img/approved2@2x.png);
    background-size: 24px 28px;
  }
  .signup-form .form-group .form-control{
    background-image: url(../img/signup-form@2x.png);
    background-size: 46px 138px;
  }
  .pub-mer h1{
    background-image: url(../img/pub-mer@2x.png);
    background-size: 40px 160px;
  }
  ul.steps li span.home{
    background-image: url(../img/contact-home@2x.png);
    background-size: 13px 14px;
  }
  ul.steps li span.user{
    background-image: url(../img/contact-user@2x.png);
    background-size: 11px 14px;
  }
  ul.steps li span.mail{
    background-image: url(../img/contact-mail@2x.png);
    background-size: 14px 14px;
  }
  .program-thumb a div, .new-programs a div, .program-box a div {
    background-image: url(../img/program-currency@2x.png);
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
    background-position:5px 5px;
  }
  .payment-info{
    background-image: url(../img/program-currency@2x.png);
    background-repeat: no-repeat;
    background-size: 18px 18px;
  }
  .banner-item .box span{
    background-image: url(../img/banner-size@2x.png);
    background-size: 12px 12px;
  }
  .process-step .circle{
    background-image: url(../img/process@2x.png);
    background-size: 40px 240px;
  }
  .search-box .form-control{
    background-image: url(../img/search@2x.png);
    background-size: 16px 16px;
  }
  .program-category a{
    background-image: url(../img/folder-open2@2x.png);
    background-size: 15px 14px;
  }
  p.info, div.info{
    background-image: url(../img/p-info@2x.png);
    background-size: 14px 15px;
  }
  p.info.product{
    background-image: url(../img/cart@2x.png);
    background-size: 13px 14px;
  }
  p.info.info-yellow{
    background-image: url(../img/p-info-yellow@2x.png);
    background-size: 12px 12px;
  }
  p.info.success, div.success.tick, div.success{
    background-image: url(../img/success@2x.png);
    background-size: 14px 14px;
  }
  p.error, div.error, div.no_ad{
	background-image:url(../img/checking@2x.png);
	background-size: 14px 16px;
  }
  h4.panel-title a{
    background-image: url(../img/panel-close@2x.png);
    background-size: 36px 36px;
  }
  h4.panel-title a.collapsed{
    background-image: url(../img/panel-open@2x.png);
    background-size: 36px 36px;
  }
  .icon-campaign{
    background-image: url(../img/campaign@2x.png);
    background-size: 12px 14px;
  }
  .icon-campaign-e{
    background-image: url(../img/campaign-e@2x.png);
    background-size: 12px 14px;
  }
  .icon-campaign-n{
    background-image: url(../img/campaign-n@2x.png);
    background-size: 13px 14px;
  }
  .icon-checking{
    background-image: url(../img/checking@2x.png);
    background-size: 14px 16px;
  }
  .icon-pdf{
    background-image: url(../img/pdf@2x.png);
    background-size: 12px 14px;
  }
  .icon-extend{
    background-image: url(../img/extend@2x.png);
    background-size: 164px 164px;
  }
  .icon-cancelled, span.cancelled, span.icon-cancelled{
    background-image: url(../img/icon-cancelled@2x.png);
    background-size: 12px 14px;
  }
  .icon-confirmed, span.confirmed, span.icon-confirmed{
    background-image: url(../img/icon-confirmed@2x.png);
    background-size: 12px 14px;
  }
  .icon-outstanding, span.outstanding, span.icon-outstanding{
    background-image: url(../img/icon-outstanding@2x.png);
    background-size: 14px 14px;
  }
  .icon-currency, span.currency, span.icon-currency{
    background-image: url(../img/program-currency@2x.png);
    background-size: 12px 14px;
  }
  .icon-mail-read{
    background-image: url(../img/mail-read@2x.png);
    background-size: 14px 14px;
  }
  .icon-mail-read-reply{
    background-image: url(../img/mail-read-reply@2x.png);
    background-size: 14px 14px;
  }
  .icon-mail-unread{
    background-image: url(../img/mail-unread@2x.png);
    background-size: 14px 14px;
  }
  .item-option-mail{
    background-image: url(../img/item-option-mail@2x.png);
    background-size: 14px 14px;
  }
  .icon-mail-application{
    background-image: url(../img/mail-application@2x.png);
    background-size: 14px 14px;
  }
  .icon-cog{
    background-image: url(../img/news-cog@2x.png);
    background-size: 13px 15px;
  }
  .icon-news-info{
    background-image: url(../img/news-info@2x.png);
    background-size: 13px 15px;
  }
  .icon-news-star{
    background-image: url(../img/news-star@2x.png);
    background-size: 14px 15px;
  }
  .icon-news-aktion{
    background-image: url(../img/news-aktion@2x.png);
    background-size: 15px 15px;
  }
  h4 a.question, .td-icon span, .table .td-question a, .stars .star, .stars .caution{
    background-image: url(../img/table-icons@2x.png);
    background-size: 16px 192px;
  }
  .current-lang {
	background-image:url('../img/caret-down@2x.png');
	background-size:8px 14px;
  }
}

.row.fluid-text{
	padding-top:60px;
	padding-bottom:60px;
}
.row.fluid-text img{
	max-width:100%;
}
.row.fluid-text h1{
	margin-top:0px;
}
.row.fluid-text.border-top{
	border-top:1px solid #e2e2e2;
}

#imageModal img{
	max-width:100%;
}
.width-250{
	width:250px;
}
.width-200{
	width:200px;
	height:150px;
}
.align-center{
	text-align:center;
}
.frame-border{
	border:1px solid #eee;
	-webkit-box-shadow: 0 8px 16px -6px #ccc;
	-moz-box-shadow: 0 8px 16px -6px #ccc;
	box-shadow: 0 8px 16px -6px #ccc;
	-moz-transition: all .3s ease;
	-o-transition:  all .3s ease;
	-webkit-transition:  all .3s ease;
}
.frame-border:hover{
	-webkit-box-shadow: 0 8px 16px -6px #999;
	-moz-box-shadow: 0 8px 16px -6px #999;
	box-shadow: 0 8px 16px -6px #999;
}
a.imageModal{
	display:inline-block;
}
a.imageModal span{
	display:block;
	position:absolute;
	z-index:9;
	width:34px;
	height:34px;
	background:url(../img/modal-zoom.png) no-repeat 0px 0px;
	top:50%;
	margin-top:-17px;
	left:50%;
	margin-left:-17px;
}
.not-visible{
	visibility:hidden;
}

@media (max-width: 767px){
  .row.fluid-text img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
     ul.content li{
	color:#656d81;
	font-weight:300;
	margin-left: 0px;
	padding:2px 0px 2px 0px;
	}
	.paddingimage {
	padding-top:25px;	
	}
	.nomobile {
	display: none !important;
	}
}