/* -------------------- Table of contents --------------------

1. Sections
    1.1. Intro
    1.1. Counters
    1.1. Subscribe
    1.1. SignUp

----------------------- Table of content -------------------- */

/* --------------------
   -------------------- Intro -------------------- */
.b-intro__background { background-image: url('http://placehold.it/1920x1000.jpg/17161c/999999'); }

.b-intro__slider .b-slider_item__first .b-intro_wrapper { background-image: url('../../../assets/media/co.jpg'); }
.b-intro__slider .b-slider_item__second .b-intro_wrapper { background-image: url('../../../assets/media/pf.jpg'); }
.b-intro__slider .b-slider_item__third .b-intro_wrapper { background-image: url('../../../assets/media/dell1.jpg'); }
.b-intro__slider .b-slider_item__fourth .b-intro_wrapper { background-image: url('../../../assets/media/dell2.jpg'); }

.m-touch .b-intro__video { background-image: url('http://placehold.it/1920x1000.jpg/17161c/999999'); }

/* --------------------
   -------------------- Counters -------------------- */
.b-counters { background-image: url('../../../assets/media/zorbing.jpg'); }


/* --------------------
   -------------------- SignUp -------------------- */
.b-signUp { background-image: url('../../../assets/media/co.jpg'); }

.b-intro_header h1 {
	text-transform:none;
}

.b-overview p, .b-overview_article p{
	font-weight:400;
}

.b-radius{
	border-radius:25%;
}

.b-form_box .checker{
	float:left;
}

.b-form_box label{
	position:relative;
	left:-40px;
	padding-left:30px;
	font-size:13px;
	color:#fff !important;
	font-weight:normal;
	cursor:pointer;
	display:block;
	margin-left:40px;
}

.b-form_box .checked{color:#000 !important;}

.b-form_box_field input[type="file"]{
	position: relative; padding: 0; width: 100%; height: 44px; font: 300 1em 'Lato', sans-serif; text-overflow: ellipsis; text-shadow: none; color: #333; background: #fff; border: 1px solid #cdcdcd; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;	font-size:14px;
}

.alert{font-size:14px;font-weight:bold;padding:8px 35px 8px 14px;margin:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.alert,.alert h4{color:#c09853}
.alert h4{margin:0}
.alert .close{display:none;}
.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847}
.alert-success h4{color:#468847}
.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48}
.alert-danger h4,.alert-error h4{color:#b94a48}
.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad}
.alert-info h4{color:#3a87ad}
.alert-block{padding-top:14px;padding-bottom:14px}
.alert-block>p,.alert-block>ul{margin-bottom:0}
.alert-block p+p{margin-top:5px}

.close{float:right;font-size:20px;font-weight:bold;line-height:20px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}
button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}

.text-right{text-align:right;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-justify{text-align:justify;}

.b-contacts_map_marker_marker_1{width:40px;height:63px;background:url('../../../marker.png');}

@media (max-width: 767px) {
	.b-header{padding-top:10px;padding-bottom:10px;}
	.b-signUp{background:#000;}
}

#cookies-message{
	font-size:14px;
}
#cookies-message .button{
	margin-left:15px;
}

#cookies-message{
    color: #404040;
	padding: 8px 0px;
	font-size: 12px;
	line-height: 26px;
	border-top: 1px solid #fff;
	text-align: center;
	position: fixed;
	bottom: 0px;
	background-color: #fff;
	width: 100%;
	z-index: 999;
	-moz-box-shadow: 0 -6px 14px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 -6px 14px rgba(0,0,0,0.1);
	box-shadow: 0 -6px 14px rgba(0,0,0,0.1);	
}

.accept-cookies-checkbox{
	padding: 4px 20px;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display: inline-block;
	margin-left: 10px;
	text-decoration: none;
	cursor: pointer;
	border:1px solid #0880bf;
	background:#0880bf;	
}

.button {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    border: none;
}

.pi-btn-base-2 {
	background: #0880bf;
    border: 1px solid #0880bf;
    color: #fff !important;
    -webkit-box-shadow: inset 0 1px 0 #0880bf;
    -moz-box-shadow: inset 0 1px 0 #0880bf;
    box-shadow: inset 0 1px 0 #0880bf;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    display: inline-block;
    padding: 9px 12px 9px;
    border: 1px solid transparent;
    line-height: 18px;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
    outline: none;
    cursor: pointer;
    white-space: normal;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn-payu{
	cursor: pointer;
	width: 290px;
	height: 50px;
	border: 0;
	background: url('../../img/payu-btn.png');
	background-repeat: no-repeat;
}

.payu_h4{
	font-size: 18px;
	font-weight: normal;
	color: #a6c307;
	line-height: 30px;
}

.m-error .checker {
	background-color: #e78083;
}



