.callback.button__more {
	margin-top: 0px;
	display: inline-block;
	height: 40px;
	font-size: 13px;
    font-weight: bold;
	width: 190px;
}
.callback.button__more .fa {
    font-size: 24px;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 4px;
}

.button-calc {
	display: block;
    background: #fe8523;
	margin-top: 5px;
    margin-bottom: 15px;
    border-top: 1px solid #ffb42c;
	border-bottom: 1px solid #ce9670;
	box-shadow: 0px 2px 5px rgba(254, 133, 35, 0.7);
    text-transform: uppercase;
	text-decoration: none;
    color: #ffffff;
	padding: 11px 16px 9px;
	line-height: 18px;
	/*font-weight: bold;*/
    letter-spacing: 1px;
}
.button-calc:hover {
    opacity: 0.85;
}
.button-calc .fa {
	vertical-align: middle;
	width: 32px;
	height: 31px;
	margin-right: 16px;
	background: url('images/pluss.png') 0 0 no-repeat;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form-za {
    background: #363536;
	color: #808080;
	padding-bottom: 15px;
    margin-bottom: 15px;
}
.form-za .title {
	font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin: 0 0;
    text-transform: uppercase;
    padding: 20px 20px 0 20px;
    text-align: center;
}
.form-za p {
    padding: 0px 8% 10px;
    font-size: 85%;
    text-align: center;
}
.form-za p .keys{
	position: relative;
	display: inline-block;
}
.form-za p .keys:before {
	background: url('images/lock.png') 0 0 no-repeat;
	position: absolute;
	width: 12px;
	height: 18px;
	display: block;
	content: '';
	left: -16px;
    top: -18px;
}
.content .left-col {
	font-size: 88%;
	line-height: normal;
}

.pryncips {
	padding: 15px 0px;
}
.pryncips .title {
	text-transform: uppercase;
	cursor: pointer;
    padding: 7px 0 7px 30px;
	font-size: 114%;
	position: relative;
	display: block;
}
.pryncips .title.active,
.pryncips .title:hover {
	color: #06c3e9;
}
.pryncips .title:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url('images/sprite.png') 0 0 no-repeat;
    left: 0;
    top: 0;
}

.pryncips .title[name=pr-one]:before {background-position: 0 0;}
.pryncips .title[name=pr-two]:before {background-position: 0 -33px;}
.pryncips .title[name=pr-three]:before {background-position: 0 -65px}
.pryncips .title[name=pr-four]:before {background-position: 0 -97px;}
.pryncips .title[name=pr-five]:before {background-position: 0 -129px;}
.pryncips .title[name=pr-six]:before {background-position: 0 -161px;}
.pryncips .title[name=pr-seven]:before {background-position: 0 -193px;}
.pryncips .title.active:before,
.pryncips .title:hover:before{background-position-x: -30px;}

.pryncips .pryncips-text {
    padding: 0px 0 20px;
}
.content h2 {
    color: #06c3e9;
    font-size: 30px;
    text-transform: uppercase;
    font-family: helioscregular;
    line-height: 30px;
    margin: 0;
    padding: 5px 0 0;
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 15px;
}
.news-title,
.license-title,
.clients-title,
.proj-title, 
.proj-title a {
	width: 100%;
	height: 50px;
	font-size: 30px;
    text-transform: uppercase;
    font-family: helioscregular;
    line-height: 50px;
    margin: 0 0 3px;
    padding: 0 0 0 80px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;;
}
.news-title {
	background: #06c3e9;
	font-size: 18px;
    padding: 0;
	margin: 0;
}
.license-title {
	background: #8d8d8d;
    font-size: 18px;
    padding: 0;
	margin: 0;
}
.proj-title {background: #8d8d8d url('images/proj_bg.jpg') 0 0 repeat-x;}
.clients-title {background: #8d8d8d url('images/cli_bg.jpg') 0 0 repeat-x;}
.thanks-title {
	width: 100%;
	height: 50px;
	font-size: 30px;
    font-family: helioscregular;
    line-height: 50px;
    margin: 15px 0 3px;
    padding: 0;
    color: #06c3e9;
    text-align: left;
}

.popup_div {
	display: none;
}