
 /** Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com


* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

Boxed Layout
------------------------------------
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

Hiding arrows for select field in IE
select::-ms-expand {
  display: none;
}

.sky-form .input select {
    height: 34px;
    padding: 6px 12px;
    width: 100%;
}

.registrated  {
    height: 34px;
    padding: 6px 12px;
    width: 100%;
    display:block;
}

.lang {
    margin: 0px !important;
}




 Cookie Disclaimer 

.cookie-banner {
    color: #ffffff;
    font-size: 14px;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    padding: 12px 0;
    box-shadow: 0 -2px 4px rgba(0,0,0,0.3);
    min-height: 60px;
    background: #cf0d11;
}

.cookie-banner a {
    color: #fff;
    text-decoration: underline;
}

.cookie-banner .btn {
	margin: 5px 10px 0 0; 
    background: #fff;
    font-size: 1em;
    font-weight: 600;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 3px;
    color: #fff !important;
}

.cookie-banner p {
    margin: 0;
    color: #fff;
    font-size: 0.9em;
}

.cookie-banner a {
    margin: 0;
    color: #fff;
    text-decoration: underline;
}

.word-counter {
	float: right;
}*/