html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,
var,b,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,audio,canvas,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,
progress,section,summary,time,video {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	margin:0;
	padding:0;
}
body {
	font: 16px/18px 'Roboto Condensed', sans-serif;
	width: 100%;
	background-color: #fff;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,time {
	display: block;
}
.clearfix {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	font-size:0px;
	line-height:0px;
}

a {
	color:#293134;
	text-decoration: none;
}
a:focus, a:hover {
	color:#7fcafd;
	text-decoration: none;
}
a, a:focus, a:hover {
	outline: none;
}
ul, ol {
	margin: 0 0 0 15px;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	color:#293134;
}
h1 {
    font-size:32px;
	line-height:36px;
}
h2 {
    font-size:26px;
	line-height:30px;
	margin-bottom:15px;
}
h3 {
    font-size:21px;
	line-height:25px;
	margin-bottom:8px;
}
h4 {
    font-size:18px;
	line-height:22px;
	margin-bottom:8px;
}
h5 {
    font-size:16px;
	line-height:20px;
	margin-bottom:4px;
}
p {
    margin: 0 0 20px 0;
}
sub, sup {
  font-size:70%;
  line-height:0;
  position:relative;
}
sub {
  bottom:-2px;
}
sup {
  top:-3px;
}
code, pre {
    padding:4px 5px 2px;
	font-size:12px;
	color:#000;
	background:#eee;
	border:1px solid #ccc;
}
nav ul, nav ol {
	list-style:none;
	margin: 0;
}
.img-left {
	float: left;
    margin: 5px 20px 20px 0;
}
.dropdown-menu {
	font-size:16px;
}
.pagination > li > a, 
.pagination > li > span {
	color:#7fcafd;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background:#7fcafd;
	border-color:#7fcafd;
}
label {
	margin-bottom:10px;
	font-weight:normal;
	font-size:16px;
}
.form-control {
	padding:7px 10px;
	line-height:24px;
	font-size:16px;
	resize:none;
	font-weight:normal;
	box-shadow:none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.form-control:focus {
	box-shadow:none;
	border-color:#7fcafd;
}
input[type=text].form-control,
input[type=email].form-control {
	padding:7px 10px;
	height:40px;
	line-height:24px;
	font-size:16px;
}
textarea.form-control {
	height:90px;
}

.select {
	background: #fff;
	overflow: hidden;
    border: 1px solid #ccd5db;
    border-radius: 3px;
    color: #383838;
    width: 250px;
	position:relative;
	padding:0;
}
.select-variant {
	background: none;
	height:34px;
	width:266px;
	box-shadow:none;
	font-size:16px;
	position:relative;
	z-index:100;
	border:none;
	outline: none;
	color:#191919;
	padding:0 5px;
}
.select-button {
	background: url('../images/search_select.jpg') center top no-repeat;
	height: 27px;
	width: 25px;
	position: absolute;
	right: 0;
	top: 5px;
	bottom: 0;
	z-index: 50;		
	cursor:pointer;
}
.btn {
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	font-size:16px;
}
.btn-work {
	background-color: #7fcafd;
    border-color: #7fcafd;
    color: #fff;
}
.btn-work:hover,
.btn-work:focus,
.btn-work.active {
	background-color: #59b0ec;
    border-color: #59b0ec;
    color: #fff;
	outline:none;
}
.btn-work.zaiav {
	width: 100%;
}
.btn-exec {
	background-color: #374145;
    border-color: #374145;
    color: #fff;
}
.btn-exec:hover,
.btn-exec:focus {
	background-color: #2c373b;
    border-color: #2c373b;
    color: #fff;
	outline:none;
}
.btn-default:hover,
.btn-default:focus {
	background-color: #7fcafd;
    border-color: #7fcafd;
	color:#fff;
}
.btn-width {
	width:100%;
}
.btn span {
	color:#7fcafd;
}
.tooltip-inner {
	background:#fbe892;
	border:1px solid #ffc629;
	color:#383838;
}
.tooltip.top .tooltip-arrow {
	border-top-color:#ffc629 !important;
}
.tooltip.right .tooltip-arrow {
	border-right-color:#ffc629 !important;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color:#ffc629 !important;
}
.tooltip.left .tooltip-arrow {
	border-left-color:#ffc629 !important;
}
.required {
	color:#7fcafd;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	overflow: hidden;
	border: none;
	z-index: 200;
	width: 27px;
	height: 19px;
	background: url(../images/top.png) no-repeat;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}