html 
{
	height: 100%;
}
body 
{
	height: 100%;
}
.items-view-gallery-grid .item
{
	margin:0 0 30px;
}
.top-panel
{
	background:#393c45 !important;
}
.Holder {
  min-height: 100%;
  position: relative;
  - height: 100%;
}
#Blocks 
{
	padding: 0px 0px 300px 0px;
}
@media screen and (max-width:1024px) 
{
	#Blocks 
	{
		padding: 0;
	}
	#footer
	{
		position:relative !important;
		height:auto !important;
	}
}


@media screen and (max-width:960px) 
{
	.homeslider .slide-text .in2 
	{
	  padding: 20px 30px;
	}
	.homeslider .slide-text, .homeslider .slide-img
	{
		width: 100%;
	}
	.homeslider .item
	{    
		background-position: 65% 0 !important;
		background-repeat: no-repeat;
	}
}
 
.content table
{
	width:100%;
	line-height:normal;
	margin:0 0 30px;
}
.content table td
{
	border:1px solid #efefef;
	vertical-align:middle !important;
	padding:15px 20px;
	font-size:15px;
}
.content table p
{
	padding:0 !important;
	margin:0 !important;
}
.content table tr:first-child td
{
	background: #efefef;
    padding: 15px 20px !important;
    vertical-align: middle;
	border:1px solid #efefef; 
	font-family: "Open Sans", sans-serif;
	font-weight:600;
	font-size: 15px;
	color: #212121;
} 
.content table tr:nth-child(1)
{
	background:none;
    vertical-align: middle;
	border:1px solid #efefef;
	font-weight:normal;
    font-family:"SFUIDisplayBold";
} 
.content table tr:nth-child(2n) 
{
    background: #FAFAFA; 
} 
.Wrapper
{
	max-width:1560px;
	margin:0 auto;
}

.homeslider .item
{
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.homes-icons-block-wrap
{
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.home-block-facts
{
	background:#edeef1;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;  
	color:#9399ab !important;
}
.home-block-facts .item-icon
{
	color: #444DA0 !important;
}
.btn-primary,
.btn
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.items-view-grid .item-in, .items-view-slider .item-in
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;   
	border: 1px solid #eee !important;
}
#footer
{
	background:#393c45 !important; 
	width: 100%;
	position: absolute;
	height:210px;
	bottom: 0px;
	- bottom: -1px;
	left: 0;
}
.bx-auth-table
{
	margin:0 0 30px;
}
 form[name="bform"]
 {
	 max-width:600px;
 }
.bx-auth .form-control, form[name="bform"] .form-control
{
	margin:5px 0 0;
}
.bx-auth input[type="submit"], form[name="bform"] input[type="submit"]
{
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	display:inline-block;
    background-image: none;
    white-space: nowrap;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 11px 16px;
    font-size: 13px;
    line-height: 1.429;
    border-radius: 0;
    background-color: #444DA0;
    color: #fff;  
	font-weight: 700;
    text-transform: uppercase;
}
.button
{
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
	display:inline-block;
    background-image: none;
    white-space: nowrap;
    border: none;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 11px 16px;
    font-size: 13px;
    line-height: 1.429;
    border-radius: 0;
    background-color: #444DA0;
    color: #fff;  
	font-weight: 700;
    text-transform: uppercase;
}